@media screen and (max-width:1000px) {
    body{
        background-size: 50%;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
    .conteneur{
        width: 100%;
        margin: 0;
    }
    header{
        height: 50px;
        margin: 0;
        position: sticky;
        top: 0;
        left: 0;
        /* width: 100%; */
        z-index: 1000;
    }
    header .logo{
        height: 45px;
    }
    #logo img{
        height: 100%;
    }
    #cache, #cache2{
        display: none;
    }
    #nav, #nav2{
        display: flex;
        margin-top: 10px;
    }
    #nav2{
        padding-right: 10px;
    }

    
    
    
    
    .corps{
        flex-wrap: wrap;
        margin-top: 105px;
        margin-bottom: 50px;
    }
    .sectionFormulaire{
        width: 90%;
        position: relative;
        background: rgba(255, 255, 255, 0.302);
        margin-bottom: 70px;
        margin-left: -20px;
    }
    .mySwiper{
        width: 100%;
        padding-right: 20px;
        padding-left: -20px;
    }
    .swiper{
        /* margin-left: -20px; */
        width: 100%;
        padding-right: 30px;
        max-height: 500px;
    }
    .swiper-wrapper{
        width: 100%;
    }

    footer{
        justify-content: space-between;
        width: 100%;
        padding-left: 20px;
        margin: 0;
        overflow-x: hidden;
        position: relative;
        z-index: 1000;
    }
    
}