@media (min-width: 992px) and (max-width: 1199px) {
    #header .menu li{
        padding: 0 18px;
    }

    #footer .navFooter li {
        padding: 0 0;
        font-size: 16px;
    }
    #footer .navFooter .dropdowns{
        left: 97px;
    }

    .lang-en #footer .navFooter li{
        font-size: 14px;
    }
    .lang-en #footer .navFooter .dropdowns{
        left: 81px;
    }
    .lang-en #header .menu li{
        padding: 0 16px;
    }
    .lang-en #header .menu .dropdowns{
        margin-left: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*Header*/
    #header{
        line-height: 95px;
        background: transparent;
    }
    #header .logo img{
        display: inline-block;
    }
    #header .btnMenuMobile{
        height: 95px;
        width: 95px;
        font-size: 24px;
    }
    #header #menuMobile{
        min-height: calc(100% - 95px);
        padding-bottom: 1px;
    }
    #header #menuMobile ul{
        font-size: 35px;
    }
    #header #menuMobile ul .dropdowns{
        font-size: 25px;
        line-height: 35px;
    }

    #inside_title{
        margin-top: 95px;
    }



    /*Global content*/
    #main-content{
        margin-top: 95px;
    }

    .redButton{
        width: 100%;
    }



    /*Footer*/
    #footer{
        text-align: center;
    }
    #footer #footerTop .logo{
        margin: 20px 0;
        display: inline-block;
    }
    #footer #footerTop .telephoneSection{
        margin-top: 50px;
    }



    /*Page carrier*/
    #carriereForm textarea{
        height: 130px;
    }



    /*Page accueil*/
    .newsletterSection .newsletter{
        padding: 50px 15px;
    }
    .newsletterSection .redButton{
        width: auto;
    }



    #contactSection button{
        width: 100%;
    }
}

@media (max-width: 767px) {
    /*Header*/
    #header{
        line-height: 65px;
        background: transparent;
    }
    #header .logo{
        width: calc(100% - 65px);
    }
    #header .logo img{
        display: inline-block;
    }
    #header .btnMenuMobile{
        height: 65px;
        width: 65px;
        font-size: 17px;
    }
    #header #menuMobile{
        min-height: calc(100% - 65px);
    }
    #header #menuMobile ul{
        font-size: 23px;
    }

    #inside_title h1{
        font-size: 40px;
    }



    /*Global content*/
    #main-content{
        margin-top: 65px;
    }

    .redButton{
        width: 100%;
        font-size: 25px;
    }



    /*Page accueil*/
    .newsletterSection{
        text-align: center;
        background: none;
        padding-bottom: 0;
    }

    .newsletterSection .prenezRdv{
        background: url("/images/background-footer.jpg") repeat;
        padding: 50px 15px;
    }
    .newsletterSection .prenezRdv h3{
        font-size: 30px;
    }
    .newsletterSection .prenezRdv .boxedText{
        font-size: 37px;
        line-height: 37px;
    }

    .newsletterSection .newsletter{
        background: url("/images/background-newsletter.jpg") repeat;
        padding: 50px 15px;
    }
    .newsletterSection .newsletter h3{
        font-size: 30px;
    }
    .newsletterSection .newsletter form{
        margin: auto;
        max-width: none;
    }
    .newsletterSection .newsletter input[type="text"]{
        text-align: center;
        font-size: 20px;
    }
    .newsletterSection .redButton{
        position: static;
    }



    #likeWhatYouSee .right a {
        margin-top: 35px;
    }


    /*Footer*/
    #footer{
        text-align: center;
    }
    #footer #footerTop{
        font-size: 25px;
    }
    #footer #footerTop .logo{
        margin: 20px 0;
        display: inline-block;
    }
    #footer #footerTop .telephoneSection{
        margin-top: 50px;
    }



    /*Page carrier*/
    #carriereForm{
        text-align: center;
    }
    #carriereForm input[type="text"]{
        text-align: center;
    }
    #carriereForm textarea{
        height: 130px;
    }
}