﻿.auth-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 65px);
}

.auth-container .auth-content {
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    display: flex;
}

.fa-eye {
    position: absolute;
    bottom: 12px;
    /* 350px is the max-width of the password input */
    right: calc(50% - 350px / 2 + 12px);
}

@media screen and (max-width:350px){
    .fa-eye {
        right: 10px;
    }
}

#Password:focus + .fa-eye
{
    bottom: 17px;
}

.input-field-style.valid #Password + .fa-eye, .input-field-style.error #Password + .fa-eye {
    bottom: 17px;
}

#account input:-webkit-autofill,
#account input:-webkit-autofill:hover,
#account input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}


#account input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.auth-container .auth-content .auth-input {
    max-width: 600px;
    width: 95%;
    margin: auto;
    padding: 80px 0px;
}

.auth-container .auth-side {
    flex: 0 0 500px;
    max-width: 500px;
    background: rgb(4, 169, 255);
    background: -moz-linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    background: linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a9ff', endColorstr='#19cf89', GradientType=1);
    display: flex;
}

.auth-container .auth-side .photo-profil {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    background-color: white;
    background-color: var(--main-bg);
    border: solid 3px var(--main-bg);
}

.auth-container .auth-content.left {
    order: 2;
}

.auth-container .separation {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    background-color: #CCCCCC;
    height: 4px;
    border-radius: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1200px) {
    .auth-container .auth-side {
        flex: 0 0 300px;
        max-width: 300px;
    }
}

@media screen and (max-width:1170px) {
    .auth-container .auth-side {
        display: none;
    }

    .auth-container {
        min-height: calc(100vh - 50px);
    }
}

@media screen and (max-width:650px) {
    .btn-auth-container {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .btn-auth-container button {
        width: 180px;
        text-align: center;
    }
}

/*Entreprises*/
.auth-container .auth-side.entreprise {
    background: rgb(140, 117, 235);
    background: -moz-linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    background: -webkit-linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    background: linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c75eb", endColorstr="#ac9aff", GradientType=1);
}

.auth-container .auth-side.slider-container {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.auth-container .auth-side.slider-container .slider-title {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 150px;
}

.auth-container .auth-side.slider-container .slide.coach {
    background: rgb(4, 169, 255);
    background: -moz-linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    background: linear-gradient(45deg, rgba(4, 169, 255, 1) 0%, rgba(4, 169, 255, 1) 23%, rgba(9, 177, 229, 1) 50%, rgba(25, 207, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a9ff', endColorstr='#19cf89', GradientType=1);
}

.auth-container .auth-side.slider-container .slide.entreprise {
    background: rgb(140, 117, 235);
    background: -moz-linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    background: -webkit-linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    background: linear-gradient(62deg, rgba(140, 117, 235, 1) 0%, rgba(172, 154, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c75eb", endColorstr="#ac9aff", GradientType=1);
}

.auth-container .auth-side.slider-container .slide.school {
    background: rgb(255, 147, 0);
    background: -moz-linear-gradient(62deg, rgba(255, 147, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(62deg, rgba(255, 147, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(62deg, rgba(255, 147, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9300", endColorstr="#ffcb00", GradientType=1);
}

.auth-container .auth-side.slider-container .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 250px;
    transition: all .5s ease;
    opacity: 0;
}

.auth-container .auth-side.slider-container .slide.next {
    transform: translateX(-150%);
}

.auth-container .auth-side.slider-container .slide.active {
    transform: translateX(0%);
    opacity: 1;
}

.auth-container .auth-side.slider-container .slide.previous {
    transform: translateX(150%);
}

.auth-text-container {
    max-width: 900px;
    width: 95%;
}

.auth-text-container .faq-item {
    width: 100%;
}

.register-step-container {
    width: 100vw;
    position: relative;
    min-height: calc(100vh - 65px);
    overflow: hidden;
}

.register-step-container .bottom-bg {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0px;
    width: 100%;
}

.register-step-container .register-steps-content {
    position: relative;
    min-height: calc(100vh - 65px);
    transition: all .5s ease;
    left: 0vw;
}

.register-step-container .register-steps-content .step-container {
    position: relative;
    flex: 0 0 100vw;
    max-width: 100vw;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 100px;
}

.register-step-container .register-steps-content .step-container::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.register-step-container .register-steps-content .step-container::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.register-step-container .register-steps-content .step-container::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.register-step-container .register-steps-content .step-container::-webkit-scrollbar-corner {
    background-color: transparent;
}

.maxwidth1200 {
    max-width: 1200px;
    width: 95%;
}

.choice-container .box-radio {
    position: relative;
    flex: 0 0 200px;
    height: 200px;
    max-width: 200px;
    overflow: hidden;
}

.choice-container .shape {
    position: absolute;
}

.choice-container .shape._1 {
    left: -20px;
    top: -20px;
}

.choice-container .shape._2 {
    bottom: -100px;
    right: -100px;
}

.choice-container .box-radio .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: var(--main-bg);
    transition: all .2s ease;
    padding: 15px;
    border: solid 4px #F1F1F1;
}

.choice-container .box-radio .background.student:hover {
    border-color: #03A0F1;
}

.choice-container .box-radio input:checked+.background.student {
    background-color: #03A0F1;
    border-color: #03A0F1;
    color: white;
}

.choice-container .box-radio .background.coach:hover {
    border-color: #19CF89;
}

.choice-container .box-radio input:checked+.background.coach {
    background-color: #19CF89;
    border-color: #19CF89;
    color: white;
}

.choice-container .box-radio .background.school:hover {
    border-color: #FF9100;
}

.choice-container .box-radio input:checked+.background.school {
    background-color: #FF9100;
    border-color: #FF9100;
    color: white;
}

.choice-container .box-radio .background.job:hover {
    border-color: #8C75EB;
}

.choice-container .box-radio input:checked+.background.job {
    background-color: #8C75EB;
    border-color: #8C75EB;
    color: white;
}

.choice-container .box-radio .background.pro:hover {
    border-color: #03A0F1;
}

.choice-container .box-radio .background.pro {
    border: none;
}

.choice-container .box-radio .background.pro:hover {
    background: rgb(255, 175, 83);
    background: -moz-linear-gradient(240deg, rgba(255, 175, 83, 1) 0%, rgba(112, 77, 255, 1) 100%);
    background: -webkit-linear-gradient(240deg, rgba(255, 175, 83, 1) 0%, rgba(112, 77, 255, 1) 100%);
    background: linear-gradient(240deg, rgba(255, 175, 83, 1) 0%, rgba(112, 77, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaf53", endColorstr="#704dff", GradientType=1);
    color: white;
}


.choice-container .box-radio .background.pro-school:hover {
    border-color: #FF9100;
}

.choice-container .box-radio input:checked+.background.pro-school {
    background-color: #FF9100;
    border-color: #FF9100;
    color: white;
}

.choice-container .box-radio .background.pro-bus {
    background: white;
}

.choice-container .box-radio .background.pro-bus:hover {
    border-color: #8C75EB;
}

.choice-container .box-radio input:checked+.background.pro-bus {
    background-color: #8C75EB;
    border-color: #8C75EB;
    color: white;
}

@media screen and (max-width:1170px) {
    .register-step-container {
        min-height: calc(100vh - 50px);
    }

    .register-step-container .register-steps-content .step-container {
        min-height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
    }
}

.margin-top100-r {
    margin-top: 100px;
}

.margin-top20-r {
    margin-top: 20px;
}

@media screen and (max-width:800px) {
    .register-step-container .register-steps-content .step-container {
        padding-top: 40px;
    }

    .choice-container .box-radio {
        height: 120px;
    }

    .margin-top100-r {
        margin-top: 50px;
    }

    .choice-container .shape._1 {
        position: fixed;
        left: -67px;
        top: -57px;
        z-index: -1;
    }
}

.register-step-container .btn-blanc.b-gris {
    background-color: white;
}

.register-step-container .btn-blanc.b-gris:hover {
    background-color: #929292;
    border-color: #929292;
    color: white;
}

.hr {
    /* centre verticalement les enfants entre eux */
    align-items: center;
    /* active flexbox */
    display: flex;
    /* garde le texte centré s’il passe sur plusieurs lignes ou si flexbox n’est pas supporté */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.hr::before,
.hr::after {
    /* remplir le fond du trait permet également d’utiliser des images ou dégradés ! */
    background: currentColor;
    /* nécessaire pour afficher les pseudo-éléments */
    content: "";
    /* partage le reste de la largeur disponible */
    flex: 1;
    /* l’unité « em » garantit un ratio constant avec la taille du texte */
    height: .025em;
    /* espace les traits du texte */
    margin: 0 .5em;
}
