


/* PAGES */

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

    body.custom-theme-btw .et_pb_section.section_vision .et_pb_row .et_pb_column .et_pb_row_inner {
        display: flex;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section.section_vision .et_pb_row .et_pb_column .et_pb_row_inner {
        flex-direction: column;
    }
    body.custom-theme-btw .et_pb_section.section_vision .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column {
        padding-bottom: 24px;
    }
    body.custom-theme-btw .et_pb_section.section_vision .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column:last-child {
        padding-bottom: 0px;
    }
}



/* Clients */
body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 2;
    left: -1px;
    background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 100%);
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 1;
    right: -1px;
    background: linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%);
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::before {
        width: 100px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::after {
        width: 100px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::before {
        width: 60px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_clients .et_pb_column .et_pb_code .et_pb_code_inner::after {
        width: 60px;
    }
}



/* Services */
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service {
    width: calc(25% - 18px);
    padding: 22px 24px !important;
    margin: 0px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service::before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ff5f9b;
    padding-left: 10%;
    padding-right: 10%;
    transition: all .2s ease;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service:hover::before {
    opacity: 0;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner h3 {
    font-size: 22px;
    padding-bottom: 10px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner p {
    padding-left: 12px;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service {
        width: calc(33.3333% - 16px);
    }
}
@media only screen and (max-width: 980px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column {
        gap: 16px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service {
        width: calc(33.3333% - 10.6666px);
        padding: 18px 20px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service::before {
        font-size: 20px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner h3 {
        font-size: 20px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner p {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column {
        gap: 16px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service {
        width: calc(50% - 8px);
        padding: 18px 20px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service::before {
        font-size: 18px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner h3 {
        font-size: 18px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service .et_pb_text_inner p {
        padding-left: 8px;
    }
}
@media only screen and (max-width: 580px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_services .et_pb_column .et_pb_text.bloc_service {
        width: 100%;
    }
}



/* Team */
body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb {
    width: calc(25% - 18px);
}
body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 24px;
}
body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    text-transform: none;
    margin-bottom: 5px;
}

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

    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb {
        width: calc(33.3333% - 16px);
    }
    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column {
        gap: 16px;
    }
    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb {
        width: calc(33.3333% - 10.6666px);
    }
    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 580px) {

    body.custom-theme-btw .et_pb_section.section_team .et_pb_row .et_pb_column .et_pb_blurb {
        width: calc(50% - 8px);
    }
}
@media only screen and (max-width: 340px) {

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



/* Processus */
body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus {
    width: calc(25% - 12px);
    padding-top: 32px !important;
    padding-bottom: 64px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    margin-bottom: 10px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-family: 'Manrope SemiBold', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #fff;
    padding-bottom: 64px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    text-transform: uppercase;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus {
        width: calc(50% - 8px);
    }
}
@media only screen and (max-width: 980px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus {
        width: calc(50% - 8px);
        padding-top: 28px !important;
        padding-bottom: 48px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
        font-size: 34px;
        padding-bottom: 48px !important;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus {
        padding-top: 24px !important;
        padding-bottom: 32px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_processus .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
        font-size: 28px;
        padding-bottom: 32px !important;
    }
}
@media only screen and (max-width: 580px) {

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



/* Approche */
body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus {
    width: calc(33.3333% - 21.3333px);
    margin: 0px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    margin-bottom: 10px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-family: 'Manrope SemiBold', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #000;
    padding-bottom: 48px !important;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column {
        gap: 24px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus {
        width: calc(33.3333% - 16px);
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
        font-size: 34px;
        padding-bottom: 40px !important;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column {
        gap: 48px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus {
        width: 100%;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_approche .et_pb_column .et_pb_blurb.bloc_processus .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
        font-size: 28px;
        padding-bottom: 32px !important;
    }
}



/* Testimonials */
body.custom-theme-btw .et_pb_section .et_pb_row.row_testimonials .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_testimonials .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: auto;
    margin-bottom: 0px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_testimonials .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    text-transform: uppercase;
}










/* Single – Projet */

/* Navigation */
body.custom-theme-btw .et_pb_section .et_pb_row.row_project-nav .et_pb_column {

}






/* Catégories */
body.custom-theme-btw .et_pb_section .et_pb_row.row_project-buttons .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_project-buttons .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
    width: fit-content;
    font-family: 'Post Box Regular', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 22px !important;
    line-height: 1.4em !important;
    text-transform: uppercase;
    color: #fff;
    background: #ff5f9b;
    border: 0px;
    border-radius: 12px;
    pointer-events: none;
    cursor: initial;
    padding: 6px 10px !important;
}


/* Gallery */
body.custom-theme-btw .et_pb_section .et_pb_row.row_project-gallery .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-container {

}





body.custom-theme-btw .et_pb_section .et_pb_row.row_project-gallery .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-buttton-container {

}





body.custom-theme-btw .et_pb_section .et_pb_row.row_project-gallery .et_pb_column .dica_divi_carousel .et_pb_module_inner .dica-container .swiper-pagination {

}















/* Projets */
body.custom-theme-btw .et_pb_section .et_pb_row .et_pb_column.column_link_flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 23px;
}

/* Filtres */

/* Grille des projets */
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card {
    padding-bottom: 24px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-thumbnail {
    transition: all .3s ease-out;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card:hover .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-thumbnail {
    transform: scale(1.05)
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom {
    display: flex;
    justify-content: flex-end;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus {
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 20px;
    padding-right: 20px;
    transform: translateY(40px);
    transition: all .3s ease-out;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card:hover .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus {
    opacity: 1;
    transform: translateY(0px);
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus img {
    width: 60px;
    height: auto;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content {
    flex-grow: initial;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body h3 {
    font-family: 'Manrope SemiBold', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 1.1em;
    color: #000;
    padding-bottom: 24px !important;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
    transition: all .3s ease-out;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card:hover .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories {
    opacity: 1;
    transform: translateY(0px);
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories span.wpgb-block-term {
    width: fit-content;
    font-family: 'Post Box Regular', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #fff;
    background: #ff5f9b;
    border: 0px;
    border-radius: 12px;
    padding: 6px 10px;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row .et_pb_column.column_link_flex {
        justify-content: flex-start;
        padding-right: 0px;
    }

    /* Filtres */

    /* Grille des projets */
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card {
        padding-bottom: 20px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus {
        opacity: 1;
        padding-bottom: 16px;
        padding-right: 16px;
        transform: translateY(0px);
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus img {
        width: 52px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body h3 {
        font-size: 28px;
        padding-bottom: 20px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories {
        opacity: 1;
        transform: translateY(0px);
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories span.wpgb-block-term {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {

    /* Filtres */

    /* Grille des projets */
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card {
        padding-bottom: 16px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus {
        padding-bottom: 12px;
        padding-right: 12px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-content .wpgb-card-media-content-bottom .icon-plus img {
        width: 44px;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body h3 {
        font-size: 24px;
        padding-bottom: 16px !important;
    }
    body.custom-theme-btw .et_pb_section .et_pb_row.row_projects .et_pb_column .et_pb_code .et_pb_code_inner .wp-grid-builder .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry article.wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .categories span.wpgb-block-term {
        font-size: 18px;
    }
}






/* Contact */
body.custom-theme-btw .et_pb_section.section_contact .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
body.custom-theme-btw .et_pb_section.section_contact .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    display: block;
    width: auto;
    margin-bottom: 0px;
}
body.custom-theme-btw .et_pb_section.section_contact .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
    padding-right: 20px;
}

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

    body.custom-theme-btw .et_pb_section.section_contact .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
        padding-right: 15px;
    }
}




















