/* Compatibilite avec ancien theme pour media */
.section-2 .row{
    width: 100%;
    max-width: 570px;    
}

.page-id-187 h2{
    max-width: 410px;
    text-transform: none;
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.page-id-187 p{
    margin: 0;
}

.page-id-187 a{
    border-bottom: none;
}

.page-id-187 a:hover{
    text-decoration: underline;
}

.page-id-187 .pdf-link{
    display: block;
}

.page-id-187 .pdf-link::before{
    content: "– ";
}

.owl-carousel .item {
    margin: 0 30px 0 0;
    font-size: 10px;
    line-height: 13px;
}
.owl-carousel .item:nth-child(2){
    margin: 0;
}
.owl-carousel figcaption {
    margin-top: 6px;
}
.owl-dots {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 18px;
    margin-bottom: 40px;
}
.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(155,155,155);
    border-radius: 50%;
    margin-right: 10px;
}
.owl-dot:last-child {
    margin-right: 0;
}
.owl-dot.active {
    background-color: black;
}