@media (min-width: 2000px){
    .banner.banner-home,
    .banner.banner-int{
        background-size: cover;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    body {
        font-size: 16px;
    }

    .header {
        font-size: 15px;
    }

    .header .header-home {
        font-size: 14px;
    }

    .header .header-home ul li {
        margin-left: 25px;
    }

    .header .header-int {
        font-size: 16px;
    }

    .header .header-int ul {
        width: 695px;
        padding: 12px 0 0;
    }

    .header .header-int ul li {
        margin-left: 30px;
    }

    .banner.banner-home .banner-menu {
        margin-top: 150px;
    }

    .banner.banner-home .banner-menu a {
        font-size: 16px;
    }

    .banner.banner-home .banner-bottom > div > div span {
        font-size: 34px;
    }

    .home-content{
        padding: 105px 8.33333333% 95px;
    }

    .home-news .news-no-image{
        background-size: 116px;
    }

    .home-newsletter .newsletter-text p {
        font-size: 40px;
    }

    .footer .footer-text {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .header .header-home {
        font-size: 24px;
    }

    .banner.banner-home {
        background-size: 1000px;
        height: 580px;
    }

    .banner.banner-home .banner-logo{
        width: 100%;
    }

    .banner.banner-home .banner-bottom > div > div img {
        margin: 0;
    }

    .home-content {
        padding: 60px 15px 50px;
    }

    .home-newsletter {
        padding: 60px 0 50px;
    }

    .home-news .news-image{
        padding-right: 15px;
    }

    .home-news .news-title h3{
        height: inherit;
        height: auto;
    }

    .news-no-image{
        height: 24vw;
    }

    .footer .footer-logo a{
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .header .header-home {
        font-size: 24px;
    }

    .banner.banner-home {
        background-size: cover;
        height: 580px;
    }

    .banner.banner-home .banner-logo{
        width: 100%;
    }

    .banner.banner-home .banner-logo .line-red {
        margin: 18px 0 10px;
    }

    .banner.banner-home .banner-bottom > div > div {
        line-height: 90px;
    }

    .banner.banner-home .banner-bottom > div > div img {
        margin: 0;
    }

    .home-content{
        padding: 0 15px 30px;
        text-align: center;
    }

    .home-newsletter {
        padding: 50px 0 0;
    }

    .home-news .news-image{
        padding-right: 15px;
    }

    .home-news .news-title h3{
        height: inherit;
        height: auto;
    }

    .footer .footer-text{
        text-align: center;
    }

    .copyright .capitale,
    .copyright .distantia{
        text-align: center;
    }

    .news-no-image{
        height: 180px;
    }
}

@media (max-width: 599px){
    .header .header-home {
        font-size: 22px;
        line-height: 36px;
    }

    .home-newsletter .newsletter-text p {
        font-size: 36px;
        line-height: 1.42857143;
    }

    .banner.banner-int h1 {
        font-size: 52px;
    }

    .banner.banner-int h3 {
        font-size: 22px;
    }

    .home-map #googleMap{
        height: 400px;
    }
}

@media (max-width: 459px){
    .header .header-home {
        font-size: 15px;
    }

    .banner.banner-int h1 {
        font-size: 36px;
    }

    .banner.banner-int h3 {
        font-size: 14px;
    }

    .home-newsletter {
        padding: 80px 0 0;
    }

    .home-newsletter .newsletter-text p {
        font-size: 24px;
    }

    .home-map #googleMap{
        height: 300px;
    }

    .cms-content thead th,
    .cms-content .cms-table-responsive .row:first-child div{
        font-size: 20px;
    }

    .vivrePlateauTitle {
        font-size: 22px;
        line-height: 26px;
    }
}