/*********************************************************************

                    Début du BLOC CSS du FOOTER

**********************************************************************/
body{
    margin:auto;
}
footer{
    margin-top: 10%;
    color: white;
    bottom: 0;
}

#f-trapeze img{
    width: 100%;
    position: relative;
    bottom: 0;
}

#f-plan-du-site{    
    background-color: rgb(77, 77, 77);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    position : relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#f-plan-du-site a{
    color: aliceblue;
    text-decoration: none;
}

footer li{
    list-style-type: none;
}

#f-formations-footer{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

footer h6{
    font-size: 1.2em;
    margin: auto;
    margin-left: 0;
}
#f-contact-footer{
    line-height: 50px;
    font-size: 1.2em;
}

#f-apprentis-footer{
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

#f-bandeau-bas-footer{
    display: flex;
    justify-content: space-between;
    background-color: black;
    padding-top: 40px; 
    padding-bottom: 40px;      
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    position : relative;
}

#f-bandeau-bas-footer img {
    height: 50px;
}
#f-bandeau-bas-footer a, #f-formations-footer li a {
    text-decoration: none;
    color: aliceblue;
    font-size: 1.2em;
}

#f-bandeau-bas-footer a:hover,#f-formations-footer li a:hover, #f-liens-infos a:hover {
    opacity: 0.5;

}
#f-liens-infos{
    line-height: 30px;
}

#f-cookie-footer{
    position: relative;
    left: -120px;

}

.f-ligne-horizontale{
    background-color: #ee751b;
    border-radius: 5%;
    z-index: 0;
    position: absolute;
    width: 30px;
    height: 10px;
    top: 20px;
}



@media screen and (max-width: 1024px) {
    #f-cookie-footer{
        position: relative;
        left: -80px;

    }
}



/*********************************************************************

                    Fin du BLOC CSS du FOOTER

    **********************************************************************/