/**************RESSOURCES PAGE******************/
.page-header.ressources-page{
    border-bottom: none;
    margin : 0;
    padding-bottom: 0;
}
.title-container-ressources{
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
    color: #00457C;
    padding-bottom: 6px;
    font-size: 20px;
}
.page-content.page-cms-11{
    padding-top: 15px;
}
.ressources-page-cms h3,
.ressources-page-cms p
{
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
}
.ressources-page-cms h3{
    color: #00457C!important
}
.ressources-first-row{
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width:768px){
    .row.ressources-page>*{
        margin: 0 10px;
        flex: 1 1 auto;
        overflow: hidden;
    }
    .row.ressources-page{
        display: flex;
    }

}
@media (max-width:767px){
    .ressources-block{
        margin-top: 20px;
    }
}
.row.ressources-page{
    font-size: 16px;
}

.ressources-block-img{
    width: 100%;
    max-height: 150px;
}
.ressources-block-img img,
.ressources-block-text .picto-ytb img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ressources-block-text{
    padding: 10px;
    background-color: #E3E3E3;
    height: 100%;
}
.ressources-block-text .picto-ytb{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.ressources-block-btn{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ressources-block-btn a{
    text-decoration: none !important;
    border-radius: 50px;
}