@import url('../FONTS/Pisang-Bold.css');
@import url('../FONTS/DINOT-Regular.css');
@import url('../FONTS/DINOT-Bold.css');
@import url('../FONTS/DINOT-CondMedium.css');
@import url('../FONTS/DINOT-CondBold.css');

#body {
    background-image: url("../IMG/dz.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    font-family: 'Montserrat';
    min-height: 120vh;
    padding: 20px;
}

#formulaire_div {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#LogoActionnaire {
    width: 100%;
}

#LogoCA29 {
    width: 50%;
}

#underlineLogoCA29 {
    border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
    width: 20%;
    margin-bottom: 2em;
}

#formulaire_titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#formulaire_titre h1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
}

#formulaire_titre h2 {
    font-size: 1.1rem;
}

#demande_formulaire,
#bloc-patientez,
#bloc-ok,
#bloc-ko {
    padding: 20px 10px;
}

#bloc-ok,
#bloc-ko {
    text-align: center;
}

#bloc-ok p,
#bloc-ko p {
    margin-top: 20px;
}

.label-inputform {
    font-size: 18px;
    font-family: 'DINOT-CondBold';
}

.label-inputform-title {
    color: #449597;
    text-transform: uppercase;
}

.inputform label:hover {
    cursor: pointer;
}

.inputform {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    background-color: rgb(234, 234, 234);
    border-radius: 5px;
    border: 1px solid rgb(226, 226, 226);
}

.btnValidForm {
    padding: 0.7rem 1.2rem;
    display: block;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    background-color: rgb(0, 116, 97);
    border: 1px;
    border-color: rgb(0, 116, 97);
    border-radius: 24px;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-opacity: 1;
}

.btnValidForm:hover {
    background-color: #005e54;
    text-decoration: none;
}

.mentions_formulaire {
    font-size: 12px;
    text-align: justify;
}

footer {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

svg.btn_ml_on,
svg.btn_ml_off,
svg.btn_ml {
    height: 15px;
    position: relative;
    top: 2px;
}

.btn-3 {
    display: block;
    background: #ffffff;
    color: #323232;
    border: solid #323232;
    -webkit-transition: none;
    -moz-transition: none;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
    padding: 5px;
}

.spinner-border {
    width: 80px;
    height: 80px;
    margin-left: 43%;
    margin-top: 5%;
}

/*GESTION ERREURS FORM*/
.parsley-error {
    border: solid 2px red;
}

.parsley-required {
    color: red;
    text-decoration: none;
}

@media (max-width: 921px) {
    #LogoCA29 {
        width: 100%;
    }

    #underlineLogoCA29 {
        width: 40%;
    }
}