

/* ---------------------------------------- SECTION ---------------------------------------- */

.img_fond {
    height: 25%;
}

.cycliste {
    width: 100%;
    overflow: hidden;
    margin-top: -26em;
    position: absolute;
    z-index: -1;
}

.div_text {
    line-height: 1.2;
    margin-left: 70%;
    margin-top: 14em;
}

.text {
    color:black;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.contour_gratuit {
    border: 5px solid #86bd24;
    height: 5em;
    width: 20em;
    border-radius: 50px;
    margin-top: -15px;
}

.text_suite {
    margin-top: -75px;
    margin-left: 1.5em;
}

/* ----------------------- CÔTÉ CONNEXION ----------------------- */

.connexion {
    background-color: white;
    margin-top: 12em;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 50px;
}

.panneau_login {
    border-radius: 40px;
    box-shadow: 0 9px 12px 7px;
    display: grid;
    font-weight: bold;
    justify-items: center;
    padding: 1em 2em 2em;
    height: auto;
    background-color: white;
}

.p_login_error {
    display: none;
    font-size: 20px;
    color: red;
    font-family: serif;
    margin-top: 1em;
}

.intitule_champ {
    padding: 5px;
    margin-top: 1em;
    font-size: 23px;
}

.div_input {
    width: 90%;
    height: 3em;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.div_input:hover {
    box-shadow: 0 0 7px #86BD24;
}

.div_input_focus {
    box-shadow: 0 0 3px 2px #86BD24 !important;
}

.icone_input {
    height: 100%;
    filter: contrast(0.5);
}

.oeil {
    float:right;
    cursor: pointer;
}

.input {
    height: calc(100% + 20px);
    border: none;
    margin-top: -10px;
    font-size: 22px;
    padding: 0px 0px 0px 10px;
}

.input_identifiant {
    width: calc(100% - 30px);
}

.input_mdp {
    width: calc(100% - 50px);
}

.input:focus-visible {
    outline: none;
}

.btn {
    margin-top: 2em;
    background-color: #86bd24;
    color:white;
    font-weight: bold;
    padding: .5em 2rem;
    box-shadow: 0 6px 13px 0px black;
    border-radius: .5em;
}

.btn:hover {
    background-color: #6c9b19;
    color:white;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 6px 13px 0px black;
}

.btn:active {
    box-shadow: 0 0 0 0;
    outline: 0;
}



/* ---------------------------------------- BOOTSTRAP ---------------------------------------- */

@media (max-width: 1399.98px) {
    .cycliste {
        margin-top: -17em;
    }
}

@media (max-width: 1199.98px) {
    .cycliste {
        display: none;
    }

    .connexion {
        margin-top:0;
        height: 100%;
        background: none;
    }

    section {
        height: 78%;
        background-image: url(../../img/banque_img/cycliste_soleil.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .panneau_login {
        min-height: 385px;
        z-index: 4;
        border: 2px solid #86bd24;
    }
    
}

@media (max-width: 767.98px) {
    section {
        background-size: auto 100%;
    }
}


@media (max-width: 575.98px) {
    .connexion {
        height: auto;
    }

    .section {
        min-height: 450px;
    }
}
