
.acces{
    position: fixed;
    background: #80ECF1;
    padding: 10px;
    display: flex;
    height: 40px;
    align-items: center;
    width: 100%;
    transition:0.1s;
}

.onglet{
    width: 25%;
    text-align: center;
}

.onglet a{
    color: #252626;
    text-decoration: none;
}

.onglet:hover{
    font-family: "aileronbold";
}

.logo_header{
    height: 80%;
}

.pic{
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}









@media screen and (max-width:813px){
    .acces{
        position: relative;
        width: auto;
    }

    .onglet {
        display: none;
    }

    .pic {
        padding-left: 20px;
    }
}








footer{
    background-color: #D7D7D7;
    color: #6D6D6D;
    display: flex;
}

footer p {
    margin: 0;
}

.footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 64px;
    padding-bottom: 48px;
    padding-top: 120px;
    font-size: 0.9vw;
    line-height: 145%;
}

.footer1{
    display: flex;
    width: 20%;
}

.footer2, .footer3{
    display: flex;
    width: 15%;
    align-items: flex-end;
}




@media screen and (max-width:813px){
    .footer {
        flex-direction: column;
        font-size: initial;
        padding: 32px;
        padding-top: 120px;
    }

    .footer1, .footer2 {
        padding-bottom: 10px;
    }

    .footer1, .footer2, .footer3 {
        width: 100%;
    }
}