
@font-face {
    font-family: 'Recoleta';
    src: url('https://www.doitinparis.com/files/2020/partenaire/4-temps/Domine-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
    width: 100%;
}

#frise-4-temps {
    width: 100%;
    position: relative;
    background: #ef786b;
}

.container-4-temps {
    padding: 0 !important;
}

#frise-4-temps .scroller {
    padding-left: 15px;
    padding-right: 15px;
}
#frise-4-temps .related-article-entry-small .container-title {
    display: table;
    width: 100%;
    min-height: 60px;
}

#frise-4-temps .related-article-entry-small a {
    text-decoration: none;
}

#frise-4-temps .related-article-entry-small a img {

    width: inherit;
    height: 366px;
    margin: 0 auto;
    display: block;
}

@media all and (max-width: 767px) {

    #frise-4-temps .related-article-entry-small a img {
        height: inherit;
        width: 100%;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {

    #frise-4-temps .related-article-entry-small a img {
        height: inherit;
        width: 100%;
    }
}

#frise-4-temps .related-article-entry-small h4 {
    display: table-cell;
    font-family: 'Recoleta';
    vertical-align: middle;

}

#frise-4-temps .related-article-entry-small h4 span {
    margin: 0px auto;

    background: #000;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    display: table;
}

@media all and (max-width: 767px) {
    .container-4-temps,.container-4-temps .col-xs-12 {
        padding: 0;
    }
}