/*********************************/
/********** Partenaires *********/
/*******************************/

#partenaires .logos > li {
    padding: 0 2rem;
    line-height: 181px;
}
#partenaires .logos a {
    display: block;
   line-height: 24px; 
}
#partenaires .logos img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.25s;
    max-width: 100%;
    height: auto;
}
#partenaires .logos img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}
/*
#partenaires .logos > div {
    text-align: center;
}
@media(max-width: 992px) {
    #partenaires .logos > div {
        display: block;
        flex: none;
        max-width: none;
        width: 100%;
    }
}
*/
.scroller{
    width: calc(70% + 10vw);
}

.temoignage .temoignageImage img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:60px !important;
}



@media(max-width: 576px) {
    #partenaires .logos > li img {
        max-height: 35px;
    }
}

.bestSellerMobile .swiper-slide{
    width:140px !important;
}


/* Ipad */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .scroller{
        width: calc(100%);
    }

}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .newToursContainer{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .newToursContainer .spacer{
        display: none !important;
    }
    .odasiePlusContainer{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-height:75vh;
    }
    /* Footer - ACTUS */
    .mod_articles_latest-latestnews .media{
        /* col-12 */
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .temoignage .temoignageImage img{
        width:32px;
        height:32px;
        object-fit:cover;
        border-radius:60px !important;
    }
    .temoignage .temoignageContent{
        /* margin-left:0px !important;*/
    }

}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .heightForm{
        height:660px !important;
    }
    #search-container-wrapperHome .search-container-inner > div{
        flex-direction: column !important;
    }
    #search-container-wrapperHome .search-container-inner > div input{
        width:350px !important;
    }

    .newToursContainer{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .newToursContainer .spacer{
        display: none !important;
    }
    .newToursContainer .col-12.col-lg-11{
        /* col-12 */
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left:5.5rem !important;
        padding-right:5.5rem !important;
    }

    .odasiePlusContainer{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-height:75vh;
    }

    /* Footer - ACTUS */
    .mod_articles_latest-latestnews .media{
        /* col-12 */
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

