@media screen and (max-width:1830px){
    .clients .client {
        width: 33.33%;
    }
    .clientsdeb .client:nth-child(8),.clientsdeb .client:nth-child(7){
        display:none;
    }
}

@media screen and (max-width:1500px){
    .client .bx-wrapper .bx-controls-direction a {
        display:none;
    }
}

@media screen and (max-width:1419px){
    .apropos .description .profil{
        position:initial;
    }
}

@media screen and (max-width:1370px){
    .clients .client {
        background-size: auto 100% !important;
        height:230px;
    }
}

@media screen and (max-width:1220px){
    .clients .client {
        width: 50%;
    }
}

@media screen and (max-width:1080px){
    header{
        position: relative;
        width:100%;
    }
    header .baseline{
        margin-bottom: 25px;
    }
    header .logo{
        margin-top:90px;
        margin-bottom: 0;
    }
    #site-content{
        margin:0;
        width:100%;
    }
    .header__icon{
        display:block;
        position: absolute;
        width:60px;
        height:60px;
        left: 0px;
        top: 5px;
        cursor: pointer;
        background: url('../img/menu_hamburger.png') no-repeat center;
    }
    .with--sidebar #site-content{
        padding-top: 310px;
    }
    header nav{
        background: transparent;
        height: 300px;
        right: 0;
        margin: 0;
        overflow: hidden;
        padding: 10px 0 25px 0;
        position: absolute;
        top: -2000px;
        width: 100%;  
    }
    header nav a{
        display: block;
        font-size:20px;
    }
    header .reseau{
        top:20px;
        right: 15px;
    }
    header nav .reseau{
        margin-top:25px;
    }
    header nav.site_header_mini{
        height:300px;
    }
    .with--sidebar nav {
        top:215px;
        transition-duration: 0.3s;
    }
    .with--sidebar .header__icon{
        background: url('../img/menu_close.png') no-repeat center;
    }
    .animation .info-box {
        display: none;
    }
}




@media screen and (max-width:975px){
    .clients .client {
        height:200px;

    }
}

@media screen and (max-width:870px){
    .animation .shape{
        width: 200px;
    }
    .page_presta article{
        width: 100%;
    }
    footer .contenu .colonne{
        width: 100% !important;
        padding:25px 0;
    }
    footer .contenu{
        padding-top:25px;
    }
}

