
/* PAGES */

/* Intro */
body.custom-theme-btw .et_pb_section.section_intro .et_pb_row {
    padding: 18% 32px !important;
}
body.custom-theme-btw .et_pb_section.section_intro .et_pb_row .et_pb_column {
    max-width: 1280px;
    width: 100%;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 1280px) {

    body.custom-theme-btw .et_pb_section.section_intro .et_pb_row {
        padding: 20% 32px !important;
    }
}
@media only screen and (max-width: 980px) {

    body.custom-theme-btw .et_pb_section.section_intro .et_pb_row {
        padding: 22% 16px !important;
    }
}





/* Slider */
body.custom-theme-btw .et_pb_section.section_slider {
    box-shadow: inset 0px -10px 25px -15px rgb(72 72 72 / 25%);
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-container .swiper-wrapper .dica_divi_carouselitem .et_pb_module_inner .dica-item .dica-image-container .image img {
    max-width: 150px !important;
    width: auto;
    max-height: 50px;
    height: auto;
}

@media only screen and (max-width: 1180px) {

    body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-container .swiper-wrapper .dica_divi_carouselitem .et_pb_module_inner .dica-item .dica-image-container .image img {
        max-width: 110px !important;
    max-height: 50px;
    }
}
@media only screen and (max-width: 1180px) {

    body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-container .swiper-wrapper .dica_divi_carouselitem .et_pb_module_inner .dica-item .dica-image-container .image img {
        max-width: 130px !important;
    max-height: 50px;
    }
}
@media only screen and (max-width: 480px) {

    body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-container .swiper-wrapper .dica_divi_carouselitem .et_pb_module_inner .dica-item .dica-image-container .image img {
        max-width: 110px !important;
    max-height: 50px;
    }
}





/* Collaborateurs */
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb {
    width: calc(25% - 15px);
    margin-bottom: 60px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 30px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    padding-bottom: 20px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    padding-bottom: .5em;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:last-of-type {
    padding-bottom: 0em;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb {
        width: calc(33.3333% - 13.3333px);
        margin-bottom: 40px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 25px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
        padding-bottom: 23px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb {
        width: calc(50% - 10px);
        margin-bottom: 40px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 20px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
        padding-bottom: 15px !important;
    }
}
@media only screen and (max-width: 520px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_team .et_pb_column .et_pb_blurb {
        width: 100%;
    }
}


