*, *::before, *::after {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}    
#content {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#col1, #col2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:30px;
    padding-right:50px;
    padding-left:50px;
}
#col1 {
    background-color: #D3F1FF;
}
#col2 {
    background-color: #F0F0F5;
}
#logo_et_intro {
    max-width: 380px;
}
#logo {
    margin-bottom:25px;
}
#titre {
    color: #285CAA;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top:25px;
    }
.stepper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
.step-labels {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.step-label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    width: 150px;
    height: 50px;
    color:#181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:10px;
}
.steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.step {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #537FE7;
    width: 150px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 2px solid transparent;
    position: relative;
    margin-right: 0;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: calc(50% + 16px);
    transform: translateY(50%);
    width: 118px;
    height: 3px;
    background-color:#D9D9D9;
}
.step.actif {
    background-image: url('/img/step-actif.svg');
    background-size: 32px 32px;
}
.step.inactif {
    background-image: url('/img/step-inactif.svg');
    background-size: 32px 32px;
}
.step.checked {
    background-image: url('/img/step-checked.svg');
    background-size: 32px 32px;
}
.step-link {
    display:block;
    position:absolute;
    width:29px;
    height:29px;
    background-color:transparent;
    cursor:pointer;
    border-radius:50%;
    text-decoration:none;
}
.step-link:hover {
    background-color:black;
    opacity:0.05;
}
#div_formulaire {
    margin-top:50px;
    width: 500px;
    max-width: 420px;
    margin-left:25px;
    margin-right:25px;
}
.titre_rubrique {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;  
}
#sous-formulaire {
    width:100%;
    margin-top:20px;
    margin-left:15px;
    }
    
.form_label {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:10px;
    padding-left:13px;
}
.form_label_niv_2 {
    color: #626262;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:10px;
    padding-left:13px;
    margin-top:5px;
}
.form_input {
    width:100%;
    color:#757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 49px; 
    border:1px solid #F0F0F5;
    padding:12px;
    outline: none;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    background-color:#FFFFFF;
    }
.form_input::placeholder {
    color:#B0B0B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.form_input:hover {
    border: 1px solid #C2C2C2;
    background-color:#F8F8FF;
}
.form_input:focus {
    box-shadow: 0 0 0 3px rgba(100, 100, 255, 0.2);
    border: 1px solid #6464FF;
}
.form_input[type="textarea"],
.form_input[type="textarea"]:focus {
    height: 125px;
    resize: none;
}
textarea.form_input:focus {
    box-shadow: 0 0 0 3px rgba(100, 100, 255, 0.2);
    border: 1px solid #6464FF;
}
.form_info {
    padding-left:13px;
    color: #757575;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top:3px;
    margin-bottom:25px;
}
.form_info_mini {
    padding-left:13px;
    color: #757575;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top:3px;
    margin-bottom:5px;
}
.form_texte {
    color: #545454;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    padding-left:13px;
    }
.form_texte a {
    text-decoration-line: underline;
}
.titre_page {
    flex: 1;
    color:#285CAA;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom:10px;
}
.sous_groupe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.champ_demi {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 5px;
}

.wrapper_titre {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.utilisateurs {
    width:100%;
    min-height: 200px;
    border-top:1px solid #CBCBCB;
    padding-top:10px;
}

.bouton_ajout {
    display:flex;
    background-color:#537FE7;
    max-width: 260px;
    height:40px;
    border-radius:56px;
    flex-shrink: 0;
    color:#FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom:25px;
    padding:0px 22px;
    margin-right:15px;
}

#accept_conditions {
    margin-top: 30px;
}
.condition-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}
.condition-item a {
    color:#181818;
}
.condition-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    cursor: pointer;
}
.condition-item .custom-checkbox {
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 2px solid #000;
    cursor: pointer;
}
.condition-item .condition-text {
    margin-left: 18px;
}
.condition-item input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #555555;
}
.condition-item .custom-checkbox::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.condition-item label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#wrapper_mdp {
    position:relative;
}
.voir_mdp {
    position:absolute;
    right:15px;
    top:15px;
    z-index:1;
}
.btn-validation {
    width:100%;
    margin-top:25px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #285CAA;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.3s;
}

.btn-validation:hover {
    background-color: #1d4690;
}
#connexion {
    margin-top:100px;
    width: 100%;
    text-align: center;
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;  
}
#connexion a {
    color: #285CAA;
    text-decoration-line: none;
}
#connexion a:hover {
    color: #14376C;
    text-decoration-line: underline;
}
.error-message {
    color: #FF6E6E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top:5px;
}
.info-explication {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.info-icon-wrapper:hover .info-explication {
    display: block;
}
.erreurs {
    display:block;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #f00;
    background-color: #fee;
    color: #f00;
    border-radius: 5px;
}
.saisissez {
    width:100%;
    text-align: center;
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;  
}
.code-group {
    display:inline-block;
    margin:auto;
    border:2px solid #285caa;
    background-color:#d3f1ff;
    border-radius:15px;
    padding:5px 15px;
}
#code-confirmation-group input {
    width: 40px;
    height: 60px;
    text-align: center;
    margin: 5px 0px;
    font-size: 36px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius:6px;
}
#code-confirmation-group input:focus {
    background-color:#FDFFDE;
    outline-color:#050069;
}

#code-confirmation-group {
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    #content {
        flex-direction: row;
    }
}

@media (max-height: 700px) {
    #titre, .titre_rubrique, .form_label {
        font-size: smaller;
    }
}