/* DESKTOP */



/* BLOCS */
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb {
    width: calc(33.3333% - 20px);
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 18px;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    padding-bottom: 10px !important;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6em;
    color: #636363;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    color: #636363;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a {
    color: #1d1d1b;
}
body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a:hover {
    text-decoration: underline;
}



/* RESPONSIVE */
@media only screen and (max-width: 980px) {

    body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb {
        width: calc(33.3333% - 20px);
    }
    body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column {
        gap: 20px;
    }
    body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 480px) {

    body.custom-theme-ld .et_pb_section.section_ressources .et_pb_row.row_blocs .et_pb_column .et_pb_blurb {
        width: 100%;
    }
}


