@media screen and (max-width: 1255px) and (min-width: 991px) {
    .header-logo {
        width: 200px;
    }
}

@media screen and (max-width: 992px) {
    .header-logo {
        width: 180px;
    }
}

@media screen and (max-width: 768px){
    .profilef-model .modal-header h3{
        font-size: 19px;
    }

    .profilef-model .modal-header a{
        margin-left: 5px;
    }

    .profilef-model figure{
        margin-right: 10px;
    }
}

@media screen and (max-width: 576px) {
    .masthead {
        padding-top: 0;
        height: 100%;
    }

    section#about.cta h2 br:last-child {
        display: none;
    }

    #about.str .single-point, .marketing-contenu .single-point {
        margin-bottom: 50px;
    }

    #about.str .single-point:last-child, .marketing-contenu .single-point:last-child {
        margin-bottom: 0;
    }

    .testimonials .swiper-button-next::after, .testimonials .swiper-button-prev::after {
        font-size: 25px;
    }

    .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
        color: #fff;
    }

    .testimonials .swiper-button-next {
        right: 15px;
    }

    .testimonials .swiper-button-prev {
        left: 15px;
    }

    #nosrecents .pagination a {
        margin-bottom: 15px;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .prop-slider img {
        height: 340px;
    }

    .custom-arrows .swiper-button-next, .custom-arrows .swiper-button-prev {
        min-width: 50px;
    }

    .prop-slider .swiper-thumbs img {
        height: 30px;
    }
}