/* Menu de navigation */


.reveal{
    opacity: 0;
    transform: translateY(30px);
}

.reveal-visible{
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5, 0, 0, 1);
}
nav{
    background-color: #01257D;
    display: flex;
    height: 90px;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    font-size: calc(0.7rem + 1.2vw);
}
li{
    list-style-type: none;
    text-decoration: none;
}
h3{
    color: white;
}
.lg{
    text-decoration: none;
    color: white;
    transition: all .3s;
}
.lg:hover{
    color:#003;
}
nav span{
    color:#00FFFF;
    font-size: calc(0.9rem + 1.2vw);
}
nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    align-items: center;
}
.anav{
    text-decoration: none;
    transition: all 0.3s;
    color: #00FFFF;
}
.anav:hover{
    color: white;
}

#icons{
    cursor: pointer;
    display: none;
    font-size: calc(.8rem + 1.2vw);
    color:#00FFFF;
    font-weight: bold;
}
.anav,
.anav:visited{
    text-decoration: none;
}
a:hover{
    color: white;
}

.comptes{
    display: flex;
    flex-direction: row;
    width:100px;
    align-items: center;
    justify-content: space-evenly;
}
.comptes a {
    text-decoration: none;
    cursor: pointer;
}
.comptes a:hover{
    transform: scale(.95);
}
.comptes a img{
    height: 30px;
}
.comptes a img{
    height: 30px;
}


.comptes #compte{
    width: 45px; 
    border-radius: 50%; 
    object-fit:cover; 
    cursor: pointer;
    height: 45px;
}
/* FOOTER */
footer{
    width: 100%;
    /* height: 150px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   
    background-color: #0C1A1A;
    position: relative;
    bottom: -800px;
    padding: 20px;
    row-gap: 50px;
}
footer a img{
    height: 40px;
    transition: all .8s;
}
footer a img:hover{
    transform: rotateY(180deg);
    
    position: relative;
    top: -5px; 
}
footer p{
    font-size: calc(.8rem + .5vw);
    font-weight: bold;
    color: white;
    text-align: center;
}

footer .cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
footer .cont.n2{
    flex-direction: column;
        align-items:flex-start;
}
footer .cont.n2{
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
footer .cont.n1{
    flex-direction: column;
    align-items:flex-start;
    
}
footer .cont.n3{
    flex-direction: column;
    align-items:flex-start;
    flex-wrap: wrap;
    align-items: center;
    
}
footer .cont.n3 div img{
    height: 100px;
}
footer .cont.n3 div{
    display: flex;
    padding: 0;

}
footer .cont.n3 div p{
    width: 100%;
}
footer .cont.n1 div img{
    height: 35px;
}
footer .cont.n1 div{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 10px;
}
/* footer .cont.n1 div:nth-child(2){
    border-left: 3px solid white;
    border-right: 3px solid white;
    padding-right: 50px;
    padding-left: 50px;

} */
footer .cont.n1 div a{
    text-decoration: none;
    font-size: 20px;
    color: #00FFFF;
    transition: all .3s;
}
footer .cont.n1 div a:hover{
    color: #f1F1F1;
}
footer .link{
    display: flex;
    column-gap: 10px;
    background-color: rgba(245, 245, 245, 0.836);
    padding: 15px;
    border-radius: 7px;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
#cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #323232;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#cookie-consent p {
    margin: 0;
    font-size: 14px;
}
#cookie-consent a {
    color: #00bcd4;
    text-decoration: underline;
}
#cookie-consent button {
    background: #00bcd4;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
#cookie-consent button:hover {
    background: #0097a7;
}

@media (max-width:1030px){ 
    footer .cont.n1 div a{
        font-size: 17px;
    }
    footer .cont.n1 div img{
        height: 35px;
    }
       
}              


@media (max-width:950px){
    footer{
        flex-direction: column;
        align-items: center;
        /* row-gap: 10px;
        height: 180px; */
       }
    
       footer .cont.n1{
            flex-direction: column;
            align-items:center;
    
        }
        footer .cont.n1 div img{
            height: 35px;
        }
    footer a img{
     height: 30px;
     }  
     footer div {
         padding: 10px;
     }
 }

@media (max-width:800px){
    #icons{
        display: block;
    }
    #icons::before{
         content: " \2630";  
    }
    .active #icons::before{
        content: "\2715";
    }
    nav ul{
        position: absolute;
        left: -100%;
        flex-direction: column;
        top: 11%;
        background-color:#01257D;
        width: 100%;
        height: 280px;
        text-align: center;
        transition: .8s;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-top: 10px;
        z-index: 2;
    }
    nav li{
        padding: 10px 0;
        margin: 0;
    }
    nav .anav{
        font-size: calc(.8rem + 1vw);
    }

    nav.active ul{
        left: 0;
    }


}



@media (max-width: 480px){
    #formes-items{
        width: 85%;
        height: 140px;
        padding: 5px;
    }
    #formes-items p, h1{
        width: 90%;
    }
    footer{
        bottom: -1000px;
    }

    .comptes #compte{
        width: 30px; 
        border-radius: 50%; 
        object-fit:cover; 
        cursor: pointer;
        height: 30px;
    }
    nav{
        height: 65px;
    }
}


