@media (min-width: 1px) {
}
@media (min-width: 576px) {
}
@media screen and (max-width:512px) {
    .scroll-wrapper{
        overflow-y:scroll;
        -webkit-overflow-scrolling:touch;
        width: 400px;
        height: 300px;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 768px) {
    .carre-2 ul {
        height: 300px;
        margin-bottom: 0;
    }
    .bandeau-4 {
        height: 400px;
        position: relative;
    }
    .bandeau-4 div {
        position: absolute;
        bottom: 0;
    }
    .carre-5 {
        height: 300px;
    }
    .carre-5 .button-hover {
        display: block;
    }
    .bandeau-2 {
        /*background-size: contain !important;*/
        background-position: top !important;
    }
    .bandeau-2 .row {
        padding-bottom: 0 !important;
    }
    .bandeau-2 .button-hover a {
        padding-top: 0 !important;
    }
    #map {
        height: 350px;
    }
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1300px) {
}
@media (min-width: 1500px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1700px) {
}
@media (min-width: 1800px) {
}
@media (min-width: 1900px) {
}
@media (min-width: 2100px) {
}
@media (max-width: 1410px) {
    .card-partenaire {
        height: 350px !important;
    }
}
@media (max-width: 1199px) {
    div[id^='partenaire-'] {
        padding: 10px !important;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .card-partenaire {
        height: 100% !important;
    }
    .btn-partenaires {
        position: relative !important;
        bottom: 0 !important;
    }
}
@media only screen and (min-width: 1024px) {
    #gallery .grid {
        column-count: 4;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #gallery .grid {
        column-count: 3;
    }
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
    #gallery .grid {
        column-count: 2;
    }
}

