﻿#column_register .login-title {
    margin-bottom: 48px !important;
}

#column_register .login-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--neutral600);
    margin-bottom: 0 !important;
}

#column_register #popover_info_switch_inscr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#column_register #new_procedure label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--neutral600);
}

#column_register #new_procedure input[type=text],
#column_register #new_procedure input[type=email],
#column_register #new_procedure input[type=password] {
    border: 1px solid var(--neutral400);
    color: var(--neutral900);
    border-radius: 5px;
}

#column_register #new_procedure .bloc_input {
    margin-bottom: 24px !important;
}

#column_register #new_procedure .acceptation_cgvu {
    margin-bottom: 24px !important;
}

#column_register .libelle_cgvu_pdc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--neutral600);
}

    #column_register .libelle_cgvu_pdc a {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: var(--green);
    }

.divToShowIfDossierExists p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /*color: var(--green);*/
/*    margin-top: 20px;*/
}

.divToShowIfDossierExists .libelle-reponse {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #272727;
}

.toggle-btn {
    width: 52px;
    height: 27px;
    margin: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 35px center #e1e1e1;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out;
    cursor: pointer;
    background-size: 10px;
}

    .toggle-btn.active {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 6px center #95cdb2;
        background-size: 13px;
    }

        .toggle-btn.active .round-btn {
            left: 26px;
        }

    .toggle-btn .round-btn {
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 1px;
        top: 59.8%;
        margin-top: -15px;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out;
    }

    .toggle-btn .cb-value {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

#modalSituation .toggle-btn {
    width: 52px;
    height: 27px;
    margin: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: #E3E6E9;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out;
    cursor: pointer;
    background-size: 10px;
}

    #modalSituation .toggle-btn.active {
        background: var(--green);
        background-size: 13px;
    }

        #modalSituation .toggle-btn.active .round-btn {
            left: 26px;
        }

    #modalSituation .toggle-btn .round-btn {
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 1px;
        top: 59.8%;
        margin-top: -15px;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out;
    }

    #modalSituation .toggle-btn .cb-value {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

/*#validatePrerequis, #validatePrerequis[disabled], #validatePrerequis[disabled]:hover {
    width: 100%;
    height: 40px;
    object-fit: contain;
    background-color: #f2a051;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.79;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #f2a051;
}*/

#validatePrerequis {
    width: 100%;
    height: 40px;
    object-fit: contain;
    background-color: #252253;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.79;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #252253;
    opacity: 1;
}

    #validatePrerequis:hover {
        width: 100%;
        height: 40px;
        object-fit: contain;
        background-color: #95cdb2;
        border-radius: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.79;
        letter-spacing: normal;
        color: #fff;
        border: 1px solid #95cdb2;
        opacity: 1;
    }

    #validatePrerequis[disabled], #validatePrerequis[disabled]:hover {
        width: 100%;
        height: 40px;
        object-fit: contain;
        background-color: #252253;
        border-radius: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.79;
        letter-spacing: normal;
        color: #fff;
        border: 1px solid #252253;
        opacity: .5;
    }