﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, html {
    height: 100%;
}

    body.body-semences {
        background-image: url('../../../imgs/background/BG_S.png');
        background-repeat: no-repeat;
        background-position: top -90px right -190px;
        font-family: Roboto;
    }

    body.body-plants {
        background-image: url('../../../imgs/background/BG_P.png');
        background-repeat: no-repeat;
        background-position: top -95px right -287px;
        font-family: Roboto;
    }

    body.body-homologation {
        background-image: url('../../../imgs/background/BG_H.png');
        background-repeat: no-repeat;
        background-position: top -90px right -190px;
        font-family: Roboto;
    }

.app {
    height: 100%;
    width: 100%;
    display: table;
}

.h-100 {
    height: 100%;
}

.container-table {
    display: table;
    margin: 0px !important;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.custom-layout-box-color {
    background-color: rgba(255,255,255,0.95);
    border-radius: 5px;
}

.w-30-box {
    width: 30%;
    min-width: 350px;
}

.w-20-box {
    width: 20%;
    min-width: 350px;
}

#welcome {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
}

@font-face {
    font-family: "audiowide";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/audiowide/Audiowide-Regular.ttf");
    src: url("fonts/audiowide/Audiowide-Regular.ttf?546c01739436985e5a21a8cb325521f3") format("truetype");
}

/* home page styles */

body .row-container {
    padding: 2% 6%;
    margin-right: 0px;
}

.logo-home {
    position: relative;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.block-contact {
    display: inline-flex;
    flex-direction: row;
    position: relative;
    float: right;
    top: 0px;
    color: white;
    font-size: 1.5em;
}

    .block-contact a {
        margin-left: 20px;
    }

    .block-contact > .phone > i {
        margin-right: 20px;
    }

.welcome-home {
    font-weight: 400;
    font-size: 2.5em;
    margin-top: 30px;
}

.welcome-home-details {
    width: 50%;
    overflow: auto;
    margin-bottom: 20px;
}

.block-login-decription {
    max-height: 375px;
    border-radius: .6rem;
    -webkit-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
}

    .block-login-decription .card-body {
        padding: 15px 35px;
        height: 375px;
    }

    .block-login-decription .card-title {
        font-size: 1.5em;
    }

.block-login-semences .block-login-decription .card-title::after {
    content: '';
    position: absolute;
    background-color: #A8CBEB;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

.block-login-plants .block-login-decription .card-title::after {
    content: '';
    position: absolute;
    background-color: #D0EB6B;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

.block-login-homologation .block-login-decription .card-title::after {
    content: '';
    position: absolute;
    background-color: #EEC26D;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

    .block-login-decription .card-text {
        line-height: 1.6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-top:20px;
    }

.block-access {
    width: 350px;
    max-height: 375px;
    border-radius: .6rem;
    -webkit-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
}

    .block-access .card-img {
        margin-top: -1px;
    }

    .block-access .card-body {
        padding: 15px 35px;
        height: 375px;
    }

    .block-access .card-title {
        font-size: 1.5em;
    }

.block-login-semences .block-access .card-title::after {
    content: '';
    position: absolute;
    background-color: #A8CBEB;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

.block-login-plants .block-access .card-title::after {
    content: '';
    position: absolute;
    background-color: #D0EB6B;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

.block-login-homologation .block-access .card-title::after {
    content: '';
    position: absolute;
    background-color: #EEC26D;
    width: 50px;
    height: 7px;
    border-radius: 10px;
    left: 35px;
    margin-top: 30px;
}

    .block-access form {
        margin-top:20px;
    }

    .block-access .btn-connexion {
        text-decoration: none;
        padding: 7px 30px;
        margin: 10px 0px;
        background-color: white;
        border: 1px solid black;
        border-radius: 50px;
        width: 96%;
    }

        .block-access .btn-connexion:hover {
            background-color: #A8CBEB;
        }

    .block-access .btn-subscrip {
        text-decoration: none;
        padding: 7px 30px;
        margin: 10px 0px;
        background-color: white;
        border: 1px solid black;
        border-radius: 50px;
        width: 96%;
        display: inline-block;
    }

        .block-access .btn-subscrip:hover {
            background-color: #B0B0B0;
        }

    .block-access a {
        position: relative;
        bottom: 0px;
    }

input {
    border-radius: 50px !important;
    border: 1px solid black !important;
}

.input-group > .input-group-prepend + input {
    padding-left: 40px;
}

.input-group > .input-group-prepend > .input-group-text {
    position: absolute;
    z-index: 5;
    width: 35px;
    left: 15px;
    font-size: 1.5em;
}

.input-group > .input-group-append > .input-group-text {
    position: absolute;
    z-index: 5;
    right: 7px;
    font-size: 1.7em;
}

    .input-group > .input-group-append > .input-group-text .fa-warning {
        color: red;
        display: none;
    }

form .field-validation-error {
    margin-bottom: -22px;
}

.block-login-homologation {
    display: block;
}

.block-login-plants {
    display: block;
}

.block-login-semences {
    display: block;
}

/* end home page styles */
