@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1650px) {
    #comment {
        background-size: 220% auto;
    }
}

@media (max-width: 1199.98px) {
    .contact-info {
        padding: 150px 0px;
    }
}

@media (max-width: 991.98px) {
    .village-bleu-content p {
        width: 100%;
    }

    .prise-content h1 {
        font-size: 35px !important;
    }

    #comment {
        padding: 140px 0px;
    }

    .contact-info h4 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .contact-info h5 {
        font-size: 20px;
        color: #fff;
    }

    #comment {
        background-size: auto;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95% !important;
    }
}

@media (max-width: 767.98px) {
    .contact-info {
        background-position: center;
    }

    button.collapsible-menu-2 {
        clip-path: inherit;
        height: 45px;
        width: 100%;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    button.collapsible-menu-2 br {
        display: none;
    }

    button.collapsible-menu-2 i {
        margin-top: 0px;
        margin-left: 10px;
    }

    button.collapsible-menu-1 {
        clip-path: inherit;
        height: 45px;
        width: 100%;
        left: 0px;
        top: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    button.collapsible-menu-1 br {
        display: none;
    }

    button.collapsible-menu-1 i {
        margin-top: 0px;
        margin-left: 10px;
    }

    section#header {
        border-bottom: 4px solid #2f4e6d !important;
        margin-top: 80px;
    }

    .top-logo img {
        width: 250px;
    }

    section#footer {
        margin-top: 90px;
        padding: 100px 0px;
        padding-bottom: 5px;
    }

    .contact-info {
        background-position: center;
        margin-bottom: 35px;
    }
}

@media (max-width: 575.98px) {
    .login-form form {
        flex-wrap: wrap;
    }

    .login-form form input {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .login-form form button {
        width: 100%;
        padding: 5px;
        margin-top: 5px;
    }

    .section-title h2 {
        font-size: 35px !important;
    }

    .section-title h3 {
        font-weight: 300 !important;
        line-height: 40px !important;
        font-size: 25px !important;
    }

    .village-bleu-content p {
        width: 100%;
        margin-top: 10px;
        line-height: 30px;
    }

    #comment .section-title h2 {
        font-size: 35px !important;
        padding-bottom: 30px;
    }

    .comment-content p {
        font-size: 16px !important;
        line-height: 28px !important;
        font-weight: 600;
    }

    #contact .section-title h2 {
        font-size: 35px !important;
    }

    section#footer {
        margin-top: 90px;
        padding: 100px 0px;
        padding-bottom: 5px;
    }

    .footer-info img {
        margin-top: 15px;
        width: 300px;
        margin-bottom: 15px;
    }

    .footer-info h3 {
        color: rgb(47, 78, 109) !important;
        font-weight: 300 !important;
        line-height: 46px !important;
        font-size: 30px !important;
    }
}
