/* Fix horizontal scroll - https://kap2cap-roadtrip.ci.softeam.agency */
@media screen and (max-width: 770px){
    .content {
        width: 100%;
    }
    .map-filter{
        width: 100%;
    }
    .filtre-infos p{
        right: 0;
        left: auto;
        transform: none;
    }
}

/*Comments box update*/
/*Reduce margin*/
.bk-comments h2{
    margin-bottom: 24px;
}
/*Increase textarea height*/
.bk-comments__form #comment textarea{
    min-height: 140px;
}
/*Center comments message if unauthorized*/
.bk-comments__no-form{
    text-align: center;
}
