@media screen and (max-width: 800px){
    .html.axeptio-widget--open, .html.axeptio-widget--open > body{
        overflow: inherit !important;
        position: static !important;
    }
    a.selected:after{
        opacity: 0 !important;
    }
    header nav a:nth-child(4){
        background-color: none !important;
    }
	nav{
        height: 100%;
        background: #DFBC9E;
        position: fixed !important;
        left: 0 !important;
        top: 10vh !important;
        width: 100% !important;
        flex-wrap: wrap;
        align-items: center !important;
        z-index: 99999;
    }
    nav.invisible{
        display: none !important;
    }
    nav.flex{
        display: flex !important;
    }
    nav a {
        width: 100%;
        text-align: center;
    }
    header nav a:nth-child(4){
        justify-content: center;
    }
    #burger{
        display: block;
        position: fixed;
        right: 2em;
        top: 2em;
        width: 3em;
    }
    header{
        height: 40vh;
    }
    header div{
        line-height: 5vh;
        letter-spacing: 0.5em;
    }
    header div h1{
        font-size: 1em;
    }
    header div span{
        font-size: 2em;
    }
    main{
        padding: 0 5%;
    }
    article img{
        width: 25%;
    }
    .beige{
        font-size: 1.2em;
    }
    article h2{
        font-size: 1.2em;
    }
    article.flex img{
        width: 100%;
        margin: 0;
    }
    .flex .champs{
        margin-top: 5vh;
        width: 100%;
        flex-direction: row;
    }
    .flex .champs a:nth-child(2){
        height: auto;
    }
    .flex .champs a{
        width: 100%;
        height: 15vh;
        margin-bottom: 2vh;
    }
    .flex .champs h3{
        font-size: 1em;
    }
    footer div{
        width: 90%;
        margin: auto;
    }
    .grey article .champs,
    .grey article .champs a{
        width: 100%;
    }
    .grey .display{
        width: 100%;
        height: auto;
    }
    .questions > div{
        width: 100%;
    }
    .contact{
        width: 95%;
    }
    .contact iframe,
    .contact form{
        width: 100%;
    }
    article.flex .slider,
    .slider{
        width: 90%;
        margin: auto;
    }
    .slider .big{
        height: 30vh;
    }
    .slider .big img{
        top: 14vh !important;
    }
    .contact{
        margin-bottom: 15vh;
    }
}