@media screen and (max-width: 800px){
    .html.axeptio-widget--open, .html.axeptio-widget--open > body{
        overflow: inherit !important;
        position: static !important;
    }
    #burger{
        position: fixed;
        top: 3em;
        right: 1em;
        width: 4em;
        z-index: 99999;
    }
    .nav{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        height: 100%;
        align-items: flex-start;
    }
    .nav div{
        width: 100% !important;
        flex-wrap: wrap;
    }
    .nav div a{
        margin-bottom: 10vh;
    }
    .nav a img{
        display: none;
    }
    
    .top a{
        color: transparent;
        position: absolute;
    }
    .top a:nth-child(1){
        color: transparent;
        width: 4em;
    }
    .top a:nth-child(2){
        right: 1em;
    }
    .header-home{
        margin-top: 12vh;
    }
    .header-home > img{
        border-radius: 1.5em;
    }
    .header-home h1{
        font-size: 3em;
    }
    #nav-logo{
        display: block;
        width: 5em;
        margin: auto;
    }
    .header-home div{
        width: 100%;
    }
    .header-home img{
        width: 100%;
    }
    a.arrow{
        width: 60% !important;
        margin: auto;
    }
    article.pink .domaines a{
        width: 100%;
        margin-top: 5vh;
        height: 30vh;
    }
    .question h3{
        margin: 3vh auto;
    }
    header{
        flex-wrap: wrap;
        margin-top: 13vh;
    }
    header > img{
        width: 50%;
        margin: 4vh auto;
        border-radius: 0.5vh;
    }
    header div{
        width: 100%;
    }
    .flex div{
        width: 100%;
    }
    .flex > img{
        width: 40%;
        margin: 3vh auto;
    }
    .flex iframe{
        width: 100%;
    }
    .flex > div a{
        flex-wrap: wrap;
    }

    .slider{
        width: 100%;
    }
    .slider .big{
        height: 32vh;
    }
    .slider .big img{
        top: 16vh;
    }

    footer div{
        width: 90%;
        margin-top: 3vh;
    }
    article h2{
        font-size: 1.2em;
    }
    a#phone{
        width: 70%;
        margin-top: 3vh;
    }
    form input{
        width: 100%;
    }
    form input[type="submit"]{
        width: 30%;
        margin-left: 35%;
    }
    .questions section{
        width: 100%;
    }
    .questions{
        margin: 10vh auto;
    }
    nav div a::after {
        left: 30% !important;
        width: 40% !important;
    }
}