div#content img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (min-width: 1049px) {
    .container-fix {
        width: 1050px !important;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu > ul > li {}
    .submit-btn .fa{
        right: 25%;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 100% !important;
    }
    .btn-phone,
    #topbar .phone-no,
    .btn-contact a:after{
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    #mobile-menu > a{
        margin-right: 12px;
    }
    .main-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 67px;
        width: 100%;
        background: #fff;
    }
    .main-menu ul,
    .main-menu ul > li,
    .main-menu ul > li > a {
        display: block;
        width: 100%;
        margin: 0;
    }
    .main-menu ul > li > a {
        padding: 10px 15px !important;
        font-size: 16px;
        line-height: 1.5;
    }
    .main-menu ul > .btn-contact a {
        height: auto;
        line-height: 1.5;
        background: none;
        color: #3b3116 !important;
        border: none !important;
    }
    .main-menu ul > li > a:hover {
        background: #be8961 !important;
        color: #fff !important;
    }
    #banner-wrap {
        text-align: center;
    }
    #banner-wrap h1,
    #banner-wrap h2 {
        margin-left: 0;
        text-align: center;
    }

    .collapsable-wrapper {
        padding: 0;
    }

    #contact-form input[type="text"],
    #contact-form input[type="tel"],
    #contact-form input[type="email"] {
        font-size: 17px;
        padding: 0 10px;
        height: 40px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    #contact-form textarea {
        font-size: 17px;
        padding: 0 10px;
        height: 120px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    #contact-form > div > div > label {
        font-size: 17px;
    }
    .radio-group input[type='radio'] + label {
        font-size: 17px;
        line-height: 40px;
    }
    #contact-form input[type="submit"] {
        font-size: 20px;
    }

    #map-wrap .map-icon {
        width: 120px;
        height: 120px;
        background-size: 70%;
        left: calc(50% - 60px);
        top: -60px;
    }

    #map {
        height: 350px;
    }
    .cta-wrap {
        padding: 75px 0;
    }

}

@media screen and (max-width: 767px) {
    #topbar {
        display: block;
        height: auto;
        line-height: 1.5;
        padding: 6px 15px;
    }
    #topbar span {
        width: 100%;
        display: block;

    }
    .btn-phone {
        margin: 0;
    }
    #banner-wrap,
    #banner-wrap .container {
        height: 250px;
    }
    #banner-wrap h1 {
        font-size: 20px;
        padding: 10px 15px;
    }
    #banner-wrap h2 {
        font-size: 19px;
        padding: 10px 15px;
    }

    #lentreprise,
    #realisations {
        margin-bottom: 40px;
    }

    #contact-form {
        padding: 15px;
        margin: 0;
    }
    .footer-widget-wrap {
        padding-bottom: 5px;
    }
    .footer-widget {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .footer-widget .text-right,
    .footer-widget {
        text-align: center !important;
    }
    .footer-widget img.alignright{
        float: none !important;
        margin:0 !important; 
    }
    .section-splitter {
        width: 100%;
    }

    .section-splitter::after {
        right: 0;
        margin: 0 auto;
        width: 88%;
    }
}

@media screen and (max-width: 599px) {
    .btn-phone {
        font-size: 18px;
    }
    #banner-wrap,
    #banner-wrap .container {
        height: 200px;
    }
    #banner-wrap h1 {
        font-size: 18px;
        padding: 8px 12px;
    }
    #banner-wrap h2 {
        font-size: 17px;
        padding: 8px 12px;
    }
    #map {
        height: 260px;
    }
    .cta-wrap {
        padding: 50px 0;
    }
    .cta-wrap h4 {
        font-size: 36px;
    }
}

@media screen and (max-width: 479px) {
    #menu-wrap {
        min-height: 70px;
    }
    #logo img {
        width: 164px;
    }
    #mobile-menu{
        padding-top: 4px;
    }
    #nav-icon {
        /*margin-top: 4px;*/
    }
    .main-menu {
        top: 55px;
    }
    h3.title {
        font-size: 25px;
        letter-spacing: 2px;
    }
    h4.subtitle {
        font-size: 19px;
    }
    .btn-phone {
        font-size: 17px;
    }
    #topbar .phone-no {
        font-size: 20px;
    }
    #contact-form input[type="text"],
    #contact-form input[type="tel"],
    #contact-form input[type="email"],
    #contact-form textarea,
    #contact-form > div > div > label,
    .radio-group input[type='radio'] + label {
        font-size: 16px;
    }
    .radio-group input[type='radio'] + label {
        line-height: 38px;
    }
    .cta-wrap h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .collapsable-wrapper .collapsable > h3 {
        font-size: 17px;
    }
    #work-masonry .cbp-l-filters-button .cbp-filter-item {
        margin: 0;
        padding: 0 12px;
    }

    #map-wrap .map-icon {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
        top: -50px;
    }

    .submit-btn .fa{
        right: 18%;
    }
}

@media screen and (max-width: 320px) {}
