input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #F8FDFF inset;
;}

.layoutFloatLabelOnBackColored .form-floating > label {
    margin-bottom: 0;
    height: 100%;
}

.layoutFloatLabelOnBackColored .form-floating > .form-control:focus ~ label,
.layoutFloatLabelOnBackColored .form-floating > .form-control:not(:placeholder-shown) ~ label,
.layoutFloatLabelOnBackColored .form-floating > .form-select ~ label,
.layoutFloatLabelOnBackColored .form-floating label.activeLabel  {
    top : 4px;
}

.layoutFloatLabel.layoutFloatLabelOnBackColored .form-control:not(.formHidenOptions),
.layoutFloatLabel.layoutFloatLabelOnBackColored input:not([type='checkbox']):not(.formHidenOptions),
.layoutFloatLabel.layoutFloatLabelOnBackColored select:not(.formHidenOptions),
.layoutFloatLabel.layoutFloatLabelOnBackColored textarea:not(.formHidenOptions) {
    padding-top : 0;
    padding-bottom: 7px;
    font-size: 1rem;
    padding: 7px 15px;
}

.layoutFloatLabelOnBackColored .form-floating > label {
    margin-bottom: 0;
    height: 100%;
}

.layoutFloatLabelOnBackColored .form-floating > .form-control:focus ~ label,
.layoutFloatLabelOnBackColored .form-floating > .form-control:not(:placeholder-shown) ~ label,
.layoutFloatLabelOnBackColored .form-floating > .form-select ~ label,
.layoutFloatLabelOnBackColored .form-floating label.activeLabel  {
    top : -8px;
}

.form-floating > label {
    font-size: 1rem;
    top:0;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating label.activeLabel {
    font-size: 1rem;
}

/* Général */

section.containerApp {
    padding: 0;
}

/* Section de gauche login */

#loginSectionHomeOnly{
    background: url(../../images/landing/background-login-left-back-v3.svg), linear-gradient( 90deg, #21406B, #3C64AD );
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-bottom: 70px;
}

#loginSectionHomeFront {
    background-image: url(../../images/landing/background-login-left-front-v3.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    margin-right: -15px;
}

#loginSectionHomeOnly .col-sm-5 {
    position: relative;
}

#goBackToAxonaut {
    margin: 20px 0 60px;
}

#goBackToAxonaut a {
    font-size: 16px;
    color: rgba(255,255,255,.8);
}

#goBackToAxonaut span {
    margin-left: 5px;
}

#logoAxonautLogin {
    width: 35%;
    margin-bottom: 100px;
}

#containerRedirectToTrialPage {
    width: 100%;
    padding: 100px 26% 0;
    bottom: 50px;
    padding-top: 100px;
    position: absolute;
}

#redirectToTrialPage {
    display: flex;
    justify-content:center;
    background:  rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 10px;
    align-items: center;
}

#redirectToTrialPage p:first-child {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 16px;
}

#redirectToTrialPage, #redirectToTrialPage a {
    color: #fff;
}

#introRedirectToTrialPage {
    font-weight: 700;
}

#linkRedirectToTrialPage {
    padding-left: 25px;
}

#linkRedirectToTrialPage a {
    display: flex;
    align-items: baseline;
    text-decoration: underline;
}

#linkRedirectToTrialPage i {
    padding-right: 5px;
}

#linkRedirectToTrialPage p {
    margin-top: 16px;
}

/* Section de droite login */
.fosUserContent {
    margin-top: 150px;
}
.colfosUserContent {
    min-width: 500px;
}

.col-lg-6.colfosUserContent, col-sm-7.colfosUserContent {
    padding-right: 0;
    padding-left: 0;
}

#connectSectionHomeContainer .form-floating {
    width: 100%;
}

#connectSectionHomeContainer .btn-home {
    margin: 0;
    /*font-weight: 600;*/
}

#connectSectionHomeContainer {
    min-height: 100vh;
    display: block;
    align-items: center;
}


#introLoginSection {
    display: flex;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
#introLoginSection a {
    border : 1px solid rgba(124, 189, 251, 0.44);
    padding : 5px;
     border-radius: 8px;
}
#introLoginSection a:hover {
    border : 1px solid rgba(124, 189, 251, 1);
    text-decoration: unset;
}
#introLoginSection span{
    display: flex;
    padding-left: 20px;
    align-items: flex-start;
}

#introLoginSection i {
    transform: scale(1.8);
    padding-right: 20px;
    color: #6A6A6A;
    margin-top: 8px;
}

#titleLoginHome {
    font-weight: 700;
    color: #6A6A6A;
}

#connectSectionHome {
    display: none;
}

#connectSectionHome a {
    color : white;
}

#connectSectionHome i {
    color: #fff;
}

#connectSectionHome img {
    width: 130px;
    margin-left: 20px;
}

#formFieldMail {
    margin-bottom: 20px;
}

#containerConnect, #containerPasswordForgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

#containerConnect p, #containerPasswordForgot p {
    margin: 0;
}

#btnConnexionHome {
    margin-top: 15px;
    text-align: center;
}

#btnConnexionHome button {
    border-radius: 24px;
    border: none;
    font-size: 1.1rem;
    width: 70%;
}

#chooseLoginTypeHome {
    margin-top: 20px;
    justify-content: center;
}

#chooseLoginTypeHome .col-2 {
    text-align: center;
}

#chooseLoginTypeHome p {
    color: #71A3F6;
    font-size: 0.9rem;
}

/*Bouton connexions services externe*/
.authSeparator {
    display: flex;
    gap : 10px;
    align-items: center;
    justify-content: center;
    color : #7cbdfb;
    margin : 30px 0;
}
.btnAuthContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnAuth {
    display: flex;
    align-items: center;
    padding : 5px 20px 5px 5px;
    margin-bottom: 20px;
    min-height : 40px;
    line-height: 20px;
    border-radius: 24px;
    white-space: nowrap;
    background-color: #4285f4 ;
    color : white;
    border: 1px solid transparent;
}

.btnAuth img {
    margin-right : 10px;
    height: 30px;
}

.btnAuth:hover {
    cursor: pointer;
    filter: brightness(1.1);
    text-decoration: none;
    color : white;
}
.btnSyncGoogle {
    background: white;
    color : #1877F2 !important;
    border : 1px solid #A2A2A2;
}
.btnSyncGoogle:hover {
    background: #e8e8e8;
    color : #1877F2;
    border : 1px solid #1877F2;
}
.btnSyncMicrosoft {
    background : #024074;
}
.btnSyncMicrosoft img {
    background: white;
    border-radius: 50%;
}



#appendMobileTrialContainer #redirectToTrialPage {
    display: block;
    justify-content: center;
    border: none;
    margin-top: 20px;
}

#appendMobileTrialContainer #introRedirectToTrialPage {
    text-align: center;
}

#appendMobileTrialContainer #linkRedirectToTrialPage {
    padding-left: 0;
}

#appendMobileTrialContainer #linkRedirectToTrialPage a {
    justify-content: center;
}

.notifyjs-appkit-base .fa {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.notifyjs-appkit-base a {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.notifyjs-appkit-base a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.notifyjs-appkit-base {
    padding: 10px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    margin-bottom: 10px;
    font-weight: 600;
    background: #65c8cb;
    border: 1px solid #65c8cb;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.notifyjs-appkit-error {
    background: #f77b6b;
    border: 1px solid #f77b6b;
    color: #fff;
}

/*  Password forgotten page */
#titlePasswordForgotten {
    font-size: 24px;
    font-weight: 700;
    color: #6A6A6A;
    margin-bottom: 40px;
}

#introPasswordForgottenSection i {
    transform: scale(1.8);
    padding-right: 20px;
    color: #6A6A6A;
}

#goBackToAxonaut span {
    margin-left: 5px;
}

#onlyMobileLogoLogin {
    display: none;
}


@media (max-width: 1500px) {

    #containerRedirectToTrialPage {
        padding: 100px 20% 0;
    }

    #connectSectionHomeContainer .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

}

@media (max-height: 800px) {

    #logoAxonautLogin {
        margin-bottom: 75px;
    }

    #containerRedirectToTrialPage {
        padding: 20px 20% 0;
    }

    #loginSectionHomeFront #illustrationLoginLeft {
        width: 50%;
    }

    #titleLoginHome {
        margin-bottom: 20px;
    }
}

/*desktop 1366x768*/
@media (max-height: 800px) and (min-width: 768px) {
    #connectSectionHomeContainer {
        padding-top: 125px ;
    }

    .fosUserContent {
        margin-top: 0px;
    }
}
@media (max-width: 1365px) {
    .colfosUserContent {
        min-width: 90%;
        width: 90%;
    }
}
/*tablet*/
@media (max-width: 992px) {
    .col-lg-7 {
        display: none;
    }
    #connectSectionHomeContainer {
        background: linear-gradient( 90deg, #21406B, #3C64AD );
        align-items: unset;
        padding-left: 40px;
        padding-right: 40px;
        color : white;
    }
    #onlyMobileLogoLogin {
        display: block;
        padding : 20px;
        text-align: center;
    }
    #onlyMobileLogoLogin a {
        display: inline-block;
        margin-top : 10px;
        color : white;
    }
    #onlyMobileLogoLogin img {
        width: 300px;
        max-width : 70%;
    }
    .fosUserContent {
        margin-top : 50px;
    }

    .colfosUserContent {
        min-width: unset;
        width: unset;
    }

    .layoutFloatLabel .formLine {
        margin-bottom: 0;
    }

    .layoutFloatLabelOnBackColored .form-floating > .form-control:focus ~ label,
    .layoutFloatLabelOnBackColored .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .layoutFloatLabelOnBackColored .form-floating > .form-select ~ label,
    .layoutFloatLabelOnBackColored .form-floating label.activeLabel {
        top: -23px;
        background-color: transparent;
        color: #fff;
    }
    #titleLoginHome, #rememberLoginHome label, #passwordForgottenHome a, #introLoginSection i, #titlePasswordForgotten, #descriptionPasswordForgotten, #linkBackToLogin p {
        color: #fff;
    }

    #introLoginSection {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }

    #introLoginSection i {
        transform: scale(2);
        opacity: 0.8;
    }
    #introLoginSection a {
        display : none;
    }

    #containerConnect p, #containerPasswordForgot p {
        font-size: 14px ;
    }

    #containerConnect, #containerConnect small, #containerPasswordForgot, #containerPasswordForgot small {
        display: block;
    }

    #titleLoginHome {
        font-size: 32px ;
    }

    #containerConnect p, #containerPasswordForgot p {
        text-align: right;
    }

    #containerPasswordForgot .btn {
        margin: 0;
    }

    #connectSectionHomeContainer .btn-home {
        width: 100%;
        margin: 40px 0 0;
    }

    #passwordForgottenHome a {
        text-decoration: underline;
    }

    /*password forgotten page */
    #linkBackToLogin p {
        margin-left: 20px;
        margin-left: 20px;
        font-weight: 700;
    }
    .authSeparator {
        color : white;
    }
    .authSeparator svg line{
        stroke: #fff;
    }
    .btnAuth {
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        border : 1px solid rgba(0,0,0,.3);
    }
}

/*phone*/
@media (max-width: 767px) {
    #connectSectionHomeContainer {
        padding-left: 40px;
        padding-right: 40px;
    }

    #connectSectionHomeContainer .layoutFloatLabel {
        margin-bottom: -25px;
    }

    #titleLoginHome {
        font-size: 1.8rem;
    }

    .layoutFloatLabel .formLine {
        padding-top: 0;
    }

    /*  Password forgotten page */
    #containerPasswordForgot, #containerPasswordForgot small {
        display: block;
    }

    #containerConnect p, #containerPasswordForgot p {
        text-align: right;
    }

    #containerPasswordForgot .btn {
        margin: 0;
    }

    #containerPasswordForgot #linkBackToLogin {
        display: none;
    }

    #passwordForgottenHome a {
        text-decoration: underline;
    }
}
