﻿@media (max-width: 350px) {
    .comment-cont .comment {
        float: none !important;
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .comment-cont .comment {
        width: 80% !important;
    }

    .comment-cont .c-stars {
        display: block;
    }
    .comment-cont .comment-text::after,
    .comment-cont .comment-text::before {
        display:none;
    }
}
@media (max-width: 681px) {
    .filter {
        padding: 10px !IMPORTANT;
        background-image: none;
    }
}
@media (max-width: 767px) {
    .social {
        float: none;
        text-align: right;
        width: 100%;
    }
    .sep-v {
        display:none !important;
    }
    
}
@media  (max-width: 991px) {
    .header div {
        text-align: center !IMPORTANT;
    }
    .disponibilites td span {
        width: 30% !important;
        margin-top: 2px;
    }
    .comment-cont .comment {
        width: 87% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}