/*
Theme Name: Jyga
Template: Divi
Version: 1.0
*/
.texte .et_pb_row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-number {
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.stat-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

/* Animation d'entrée */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1000px){
    .stat-number {
        font-size: 5.5rem;
    }
    .stat-text {
        font-size: 1.8rem;
    }
}

@media (max-width: 375px){
    .stat-number {
        font-size: 5rem;
    }
    .stat-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 320px){
    .stat-number {
        font-size: 4.5rem;
    }
    .stat-text {
        font-size: 1.4rem;
    }
}

.section-demi-seo .et_pb_module.et_pb_code{
    position: absolute;
    top: 0;
    transform: translateX(32%) translateY(38%);
    height: 400px !important;
    width: 400px !important;
}

/* ================================================================
   SECTION QUALITE
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row{
    padding: 0;
    height: 812px;
    background-size: contain;
}
.et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row .et_pb_column:has(.et_pb_image_wrap) .et_pb_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row .et_pb_column:has(.et_pb_text_inner) h3,
.et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row .et_pb_column:has(.et_pb_text_inner) h4,
.et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row .et_pb_column:has(.et_pb_text_inner) p{
    background: var(--text-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.qualite img{
    width: auto;
    aspect-ratio: auto;
}
@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.qualite .et_pb_row{
        height: inherit;
    }
}

/* ================================================================
   SECTION ACCOMPAGNEMENT
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_text_inner{
    margin-left: 49px;
    width: inherit;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_text_inner h3{
    margin: 0;
    line-height: inherit;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h4) .et_pb_main_blurb_image{
    min-width: 63px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_image{
    position: relative;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) img{
    max-height: 817px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image){
    position: relative;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner){
    position: absolute;
    bottom: 5.418rem;
    right: -4.325rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner) .et_pb_text_inner p{
    padding-top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner) .et_pb_text_inner{
    padding: 2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner)::before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--text-color);
    mix-blend-mode: multiply;
    transform: translate(-50%, -50%);
    content: " ";
    opacity: 0.85;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image_wrap) .et_pb_module{
    max-width: 633px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module:not(:first-child){
    margin-top: 1.2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module{
    position: relative;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module:not(:last-child)::before{
    content: "";
    position: absolute;
    bottom: 0rem;
    width: 100%;
    height: 1px;
    background-color: var(--light-grey-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module:after {
    font-family: "icomoon" !important;
    position: absolute;
    left: -3.5rem;
    top: 0;
    line-height: 1;
    color: var(--main-color);
    font-size: 4rem;
    padding-top: 0.5rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module.phase1:after {
    content: "\e903" !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module.phase2:after {
    content: "\e904" !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module.phase3:after {
    content: "\e905" !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module.phase4:after {
    content: "\e901" !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module.phase5:after {
    content: "\e902" !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_text p.sur-titre+h3{
  padding: 0;
  margin: 0;
}
@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner){
        bottom: 0;
        right: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner) .et_pb_text_inner{
        padding: 0.5rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module:after {
        font-size: 3rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image){
        display: block;
    }
}
@media(max-width: 440px){
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner){
        position: relative;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) img{
        max-height: 250px;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner)::before{
        opacity: 1;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner){
        padding: 1rem 2rem;
    }
}
@media(max-width: 425px){
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(.et_pb_image) .et_pb_module:has(.et_pb_text_inner) .et_pb_text_inner{
        padding: 0;
    }
}

/* ================================================================
   SECTION ACTUALITE
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu{
    max-height: 916px;
    padding: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_module:has(p.sur-titre){
    margin-bottom: 0.812rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu h3{
    margin-top: 2rem;
    margin-bottom: -2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:first-child{
    margin-left: 0;
    width: 60%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu:has(h5) .et_pb_button_module_wrapper{
    justify-content: flex-start;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container{
    display: flex;
    column-gap: 78px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .images-container{
    position: relative;
}
#page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container picture{
    display: flex;
}
#page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .obflink{
    flex: 1;
}
#page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .obflink:hover picture{
    overflow: hidden;
}

#page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .obflink:hover img{
    scale: 1.1;
    transition: scale 0.2s ease-in-out;
}

.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .images-container .blog-post-preview-image:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--main-color);
    height: 61px;
    width: 61px;
    border-radius: 100% 0 0 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .images-container .blog-post-preview-image:after{
    content: "\24";
    font-family: 'ETMODULES';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 44px;
    width: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .entry-date{
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    position: relative;
    margin-bottom: 1.112rem;
    padding: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .entry-date:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 3.5px;
    background-color: var(--main-color);
    left: 0;
    bottom: -2px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .entry-title{
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 0.862rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .entry-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    font-size: 0.875rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap){
    height: 100%;
    width: 40%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-color);
    mix-blend-mode: hard-light;
    content: " ";
    opacity: 0.8;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image::before{
    position: absolute;
    content: " ";
    top: -2rem;
    right: -2rem;
    width: 100%;
    height: 100%;
    max-width: 347px;
    max-height: 442px;
    background-color: var(--grey-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image .et_pb_image_wrap{
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image .et_pb_image_wrap img{
    width: 100%;
    object-fit: cover;
    height: 700px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_module.et_pb_text{
    position: absolute;
    bottom: 43%;
    left: -13rem;
    margin-left: 45px;
    width: 647px;
    transform: rotate(-90deg);
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_module.et_pb_text p{
    color: #fff;
    font-size: 6.125rem;
    font-weight: bold;
    line-height: 1.07;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_button_module_wrapper{
    position: absolute;
    bottom: 29px;
    left: 4rem;
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu{
        max-height: inherit;
        overflow: hidden;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:first-child{
        width: 90% !important;
        margin: auto;
        margin-bottom: 2rem;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .obflink{
        margin: 2rem 0;
        width: 80%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_module:after {
        left: inherit;
        right: 3.5rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.accompagnement .et_pb_column:has(h3) .et_pb_text_inner{
        margin-left: inherit;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap){
        width: auto;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:first-child{
        margin-left: 0;
        width: 100% !important;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_module.et_pb_text{
        bottom: 35%;
        left: 52%;
        margin: inherit;
        width: 100%;
        transform: translateX(-50%);
        padding: 1rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_module.et_pb_text p{
        font-size: 2em;
        line-height: normal;
        display: ruby;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_button_module_wrapper{
        width: 90% !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image .et_pb_image_wrap img{
        height: auto;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column:has(.et_pb_image_wrap) .et_pb_image::before{
        top: -1rem;
        right: -1rem;
        width: 50%;
        height: 50%;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .obflink{
        margin: 1rem 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container .obflink{
        width: 100%;
    }
}

@media(max-width: 430px){
    #page-container #et-boc .et-l .et_pb_section.section-actu .et_pb_column .et_pb_code .blog-post-preview-container img {
        max-height: 250px;
    }
}

/* ================================================================
   PAGE ACTUALITE
   ================================================================ */
.et-db.single-post #page-container #et-boc .et-l .bg-gradient-gris {
  padding-bottom: 0;
  padding-top: 60px;
}
.et-db.single-post #page-container #et-boc .et-l .bg-gradient-gris .et_pb_row_0_tb_body {
  padding-bottom: 0;
}
.et-db.single-post #page-container #et-boc .et-l .bg-gradient-gris .et_pb_row_0_tb_body .et_pb_text p.sur-titre {
  font-size: 1rem;
}
.et-db.single-post #page-container #et-boc .et-l .bg-gradient-gris .et_pb_row_1_tb_body {
  padding-top: 8px;
}
.et-db.single-post #page-container #et-boc .et-l .et_pb_row.post-meta {
  padding: 0;
}
.et-db.single-post #page-container #et-boc .et-l .actu-content {
  margin-bottom: 30px;
}
@media(max-width: 980px){
    .et-db.single-post #page-container #et-boc .et-l .bg-gradient-gris {
        margin-top: 0;
        padding-top: 0;
    }
}

/* ================================================================
   SECTION SOLUTION
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.solution{
    overflow: hidden;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row:has(h2) h2 {
    text-align: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row p {
    line-height: 1.5;
    font-size: 0.875rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left {
    max-width: 520px;
    display: flex;
    flex-direction: column;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left {
    margin-right: 27px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_module,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_module {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_module{
    align-items: start;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_module{
    align-items: end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--grey-color);
    transition: width 0.3s ease;
    z-index: -1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_module::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--grey-color);
    transition: width 0.3s ease;
    z-index: -1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_module:hover::before,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_module:hover::before {
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    z-index: 2;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image {
    left: -39%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image {
    right: -39%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image a,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image a {
    display: block;
    z-index: 99999;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image a img,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    display: block;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container {
    border: 2px solid var(--grey-color);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    position: relative;
    margin-left: auto;
    width: calc(100% - 31%);
    padding: 1.5rem 2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    position: relative;
    margin-right: auto;
    width: calc(100% - 31%);
    padding: 1.5rem 2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .noBtn {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-top: 22px;
    color: var(--text-color);
    width: fit-content;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .noBtn:after {
    font-size: 24px;
    font-family: 'ETMODULES';
    content: '\35';
    opacity: 1;
    position: absolute;
    right: -29px;
    margin-left: -1em;
    -webkit-transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    transition: 0.01s !important;
    color: var(--main-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row .et_pb_module:hover .noBtn,
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row .et_pb_module:hover .noBtn:after {
    transform: scale(1.1);
    transition: 0.2s;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row {
    position: static;
    display: flex;
    align-items: end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--grey-color);
    transition: height 0.3s ease;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row:hover::before {
    height: 22%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content {
    position: absolute;
    right: 0;
    width: 70%;
    object-fit: cover;
    display: contents;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100vw;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    z-index: 99999;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a img {
    position: absolute;
    right: 0;
    width: 70%;
    object-fit: cover;
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_blurb_container {
    max-width: 500px;
}
@media (max-width: 1619px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a img {
        width: 60%;
    }
}
@media(max-width: 1430px){
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row{
        scale: 0.95;
    }
}
@media(max-width: 1350px){
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row{
        scale: 0.90;
    }
}
@media(max-width: 1288px){
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row{
        scale: 0.85;
    }
}
@media (max-width: 1183px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a img {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row{
        scale: 1;
        flex-direction: column;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column{
        width: auto;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left {
        max-width: initial;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left {
        margin-right: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content {
        margin: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        margin-left: auto;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a {
        border: 1px solid #333;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_blurb_container {
        padding: 2rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image a img {
        width: inherit;
        top: -9rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image{
        right: -39%;
        left: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
        margin-left: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_module{
        align-items: flex-start;
    }
}
@media (max-width: 786px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content {
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: relative;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image {
        position: static;
        width: 100%;
        transform: none;
        margin-bottom: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
        display: flex;
        justify-content: flex-start;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image a,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        border: 2px solid var(--grey-color);
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content{
        border: 2px solid var(--grey-color);
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_main_blurb_image a img,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_main_blurb_image a img {
        position: relative;
        right: inherit;
        left: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container {
        border: none;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 750px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content {
        margin: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.right .et_pb_blurb_content .et_pb_blurb_container,
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.body-row .et_pb_column.left .et_pb_blurb_content .et_pb_blurb_container {
        justify-content: end;
    }
}

/* ================================================================
   SECTION CLIENT
   ================================================================ */
.et-db #page-container:has(.et_pb_section.secteur) #et-boc .et-l .et_pb_section.client:before{
    content: '';
    position: absolute;
    bottom: -25%;
    right: 0%;
    width: 100%;
    height: 125%;
    background-image: url(img/background-client.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background-image: url(img/background-client.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client .section-demi .et_pb_column:has(.et_pb_image) .et_pb_image{
    max-width: 166px;
    margin-bottom: 1rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client .section-demi .et_pb_column:has(.et_pb_video) .et_pb_button_module_wrapper{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client a::after{
    color: var(--main-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.client.page-secteur a::after{
    color: var(--text-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.client.page-secteur .et_pb_row:has(.et_pb_image):not(:has(.liste-realisation)) .et_pb_image{
    max-width: inherit
}
.et-db #page-container #et-boc .et-l .et_pb_section.client.page-secteur .et_pb_row:has(.et_pb_image):not(:has(.liste-realisation)) img{
    aspect-ratio: 16 / 9;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi .btn_container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi .btn_container .et_pb_button:first-child{
  margin-right: 5rem;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi .btn_container .et_pb_button:first-child::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  right: -2rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client:not(:has(.zoom-realisation)) .btn_container{
    position: relative;
    width: fit-content;
    flex-wrap: wrap;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client:not(:has(.zoom-realisation)) .btn_container::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 60%;
    height: 12px;
    width: 2px;
    background: #fff;
    transform: translateY(-50%) translateX(-50%);
}

.et-db #page-container #et-boc .et-l .et_pb_section.client .zoom-realisation .zoom-realisation-description{
    padding-top: 0;
    line-height: 1.55;
    font-size: 0.9375rem;
}

.et-db #page-container #et-boc .et-l .et_pb_section.client .zoom-realisation a.et_pb_button.transparent{
    padding-right: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_section.client .zoom-realisation h3{
    line-height: 1.4;
}

.et-db #page-container #et-boc .et-l .et_pb_section.client .et_pb_row:has(.liste-realisation.liste-grid) .et_pb_button_module_wrapper a:hover{
    color: var(--text-color) !important;
}

/* version avec shortcode */
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation){
    padding-top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) a{
    padding-left: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_image{
    margin-bottom: 1rem;
}

.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_image picture{
    display: block;
    height: 95px;
    width: 150px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:not(:has(.zoom-realisation)) .et_pb_image picture{
    width: 100%;
    height: auto;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:has(.zoom-realisation) .et_pb_image img{
    width: 115px;
    height: auto;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:has(.et_pb_code){
    display: flex;
    flex-wrap: wrap;
    min-width: inherit;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_code{
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .button-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.875rem;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper::before{
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
    transition: width 0.2s ease-in-out;
}
.et-db.single #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper::before{
    background-color: var(--secteur-taxonomie);
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:hover::before{
    width: 90%;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper{
    width: fit-content;
    position: relative;
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -2.5rem;
    height: 12px;
    width: 2px;
    background: #fff;
    transform: translateY(-50%);
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_row.sous-secteur h2{
    width: 50%;
}
.et-db.single-secteur #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper a::after{
    color: var(--secteur-taxonomie);
}
.et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_row.sous-secteur .et_pb_button_module_wrapper a::after{
    color: var(--main-color);
}
@media(max-width: 1271px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .button-container{
        gap: 2rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:nth-child(2)::after{
        left: -1.5rem;
    }
}
@media(max-width: 1200px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .button-container{
        gap: initial;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper{
        padding-right: 1.5rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:nth-child(2)::after{
        display: none;
    }
}
@media(max-width:980px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation){
        flex-direction: column !important;
    }

    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:has(.et_pb_video),
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:has(.et_pb_code){
        width: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section:has(.zoom-realisation) .et_pb_row:has(.liste-realisation){
        padding-top: 2rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:nth-child(2)::after{
        display: block;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper{
        padding-right: 2.5rem;
    }
}
@media(max-width: 658px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:not(:last-child)::after,
    .et-db #page-container #et-boc .et-l .et_pb_section.client:not(:has(.zoom-realisation)) .btn_container::before{
        display: none;
    }
}
@media(max-width: 605px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_button_module_wrapper:nth-child(2)::after{
        display: none;
    }
}
@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_image picture{
        height: 80px;
        width: 130px;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .et_pb_column:has(.zoom-realisation) .et_pb_image img {
      width: 95px;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .button-container{
        gap: 0;
        padding-bottom: 1rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.section-demi:has(.zoom-realisation) .button-container .et_pb_button_module_wrapper a{
        justify-content: flex-start;
    }
}

/* ================================================================
   SECTION SECTEUR
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.secteur {
    padding: 0;
    overflow: visible;
    position: relative;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) {
    padding: 0;
    width: 100%;
    height: 650px;
    display: flex;
    margin: 0;
    position: relative;
    overflow: visible;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_text_inner:has(h3){
    display: flex;
    flex-direction: column;
    height: 50%;
    align-items: center;
    justify-content: flex-start;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) h3{
    text-transform: uppercase;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column {
    position: relative;
    min-width: 20%;
    flex: 1;
    height: 100%;
    margin: 0;
    border-right: none;
    transition: width .7s ease, min-width .7s ease;
    cursor: pointer;
    overflow: hidden;
    z-index: 3;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 15;
    pointer-events: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:last-child::after {
    display: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:hover {
    flex: 5;
    z-index: 2;
    overflow: visible;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image):hover .et_pb_column:not(:hover) {
    flex: 0.5;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_image.slide .et_pb_image_wrap img {
    opacity: 0.7;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:hover .et_pb_module.et_pb_image.slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    z-index: 1;
    transform: translateX(calc(-1 * var(--column-offset, 0px)));
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:nth-child(1):hover .et_pb_module.et_pb_image.slide {
    --column-offset: 0px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:nth-child(2):hover .et_pb_module.et_pb_image.slide {
    --column-offset: 20%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:nth-child(3):hover .et_pb_module.et_pb_image.slide {
    --column-offset: 40%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:nth-child(4):hover .et_pb_module.et_pb_image.slide {
    --column-offset: 60%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:nth-child(5):hover .et_pb_module.et_pb_image.slide {
    --column-offset: 80%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image:not(.slide){
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image:not(.slide) .et_pb_image_wrap{
    height: 50%;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image:not(.slide) img{
    width: 100%;
    height: 20%;
}

.liste-blog .blog-item .blog-image:before{
    width: 3rem;
    height: 3rem;
}
.liste-blog .blog-item .blog-image:after{
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.5em;
}
.liste-modules_comp .module-item .module-image:after{
    color: var(--main-color) !important;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:hover .et_pb_image.slide .et_pb_image_wrap img {
    opacity: 1;
    filter: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    transition: all 0.6s ease-in-out;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image.slide .et_pb_image_wrap {
    height: 100%;
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image):has(.et_pb_column:hover) .et_pb_column:hover .et_pb_module.et_pb_image.slide img{
    opacity: 1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image):has(.et_pb_column:hover) .et_pb_column .et_pb_module.et_pb_image.slide img{
    opacity: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.6s ease;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
    color: white;
    text-align: center;
    padding: 20px;
    align-items: center;
    justify-content: end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner{
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner:after{
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 35px;
    height: 5px;
    transform: translateX(-50%);
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner p{
    padding: 0;
    margin: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text p {
    opacity: 1;
    color: white;
    margin-bottom: 10px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text p:first-of-type {
    font-weight: 500;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur [class*="secteur-"]::before{
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: 11%;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-agroalimentaire::before {
    mask: var(--svg-agroalimentaire) no-repeat center / contain;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-produits-pharmaceutiques::before{
    mask: var(--svg-produits-pharmaceutiques) no-repeat center / contain;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-robotique-logistique::before{
    mask: var(--svg-robotique-logistique) no-repeat center / contain;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-cosmetique-et-hygiene::before{
    mask: var(--svg-cosmetique-et-hygiene) no-repeat center / contain;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-autres-secteurs::before{
    mask: var(--svg-autres-secteurs) no-repeat center / contain;
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur [class*="secteur-"] .et_pb_text .et_pb_text_inner::after{
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 35px;
    height: 5px;
    transform: translateX(-50%);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-agroalimentaire .et_pb_text .et_pb_text_inner::after{
    background: var(--couleur-agroalimentaire);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-produits-pharmaceutiques .et_pb_text .et_pb_text_inner::after{
    background: var(--couleur-produits-pharmaceutiques);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-robotique-logistique .et_pb_text .et_pb_text_inner::after{
    background: var(--couleur-robotique-logistique);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-cosmetique-et-hygiene .et_pb_text .et_pb_text_inner::after{
    background: var(--couleur-cosmetique-et-hygiene);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .secteur-autres-secteurs .et_pb_text .et_pb_text_inner::after{
    background: var(--couleur-autres-secteurs);
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column{
    &.no-active .et_pb_module.et_pb_text:before {
        background: #fff;
    }

    &.secteur-agroalimentaire:not(.no-active) .et_pb_module.et_pb_text:before,
    &.secteur-agroalimentaire .et_pb_module.et_pb_text .et_pb_text_inner:after {
        background: var(--yellow-color);
    }

    &.secteur-cosmetique-et-hygiene:not(.no-active) .et_pb_module.et_pb_text:before,
    &.secteur-cosmetique-et-hygiene .et_pb_module.et_pb_text .et_pb_text_inner:after {
        background: var(--cometique-color);
    }

    &.secteur-produits-pharmaceutiques:not(.no-active) .et_pb_module.et_pb_text:before,
    &.secteur-produits-pharmaceutiques .et_pb_module.et_pb_text .et_pb_text_inner:after {
        background: var(--produits-pharmaceutiques-color);
    }

    &.secteur-robotique-logistique:not(.no-active) .et_pb_module.et_pb_text:before,
    &.secteur-robotique-logistique .et_pb_module.et_pb_text .et_pb_text_inner:after {
        background: var(--robotique-logistique-color);
    }

    &.secteur-autres-secteurs:not(.no-active) .et_pb_module.et_pb_text:before,
    &.secteur-autres-secteurs .et_pb_module.et_pb_text .et_pb_text_inner:after {
        background: var(--secteurs-color);
    }
}

.et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column {
    opacity: 0;
    animation: slideInSecteur 0.8s ease forwards;
}
@keyframes slideInSecteur {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 1095px){
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur [class*="secteur-"]::before{
        height: 9%;
    }
}

@media (max-width: 980px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) {
        flex-direction: column;
        height: auto;
        min-height: 400px;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column {
        min-width: 100%;
        border: none;
        flex: 1;
        border: none;
        min-height: 250px;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column::after {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:last-child::after {
        display: none;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:hover {
        flex: 3;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text h3,
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text h2 {
        transform: rotate(0deg);
        font-size: 20px;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column:hover .et_pb_text h3,
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column:hover .et_pb_text h2 {
        font-size: 24px;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column:hover .et_pb_module.et_pb_image.slide {
        position: relative;
        width: 100%;
        transform: none;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image:not(.slide) .et_pb_image_wrap{
        height: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_image:not(.slide) img{
        height: 31%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: fit-content;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column .et_pb_text h3{
        width: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur [class*="secteur-"]::before{
        height: 19%;
        top: 10%;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner{
        justify-content: space-evenly;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text:before{
        width: 3rem;
        height: 3rem;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_row:has(.et_pb_image) .et_pb_column .et_pb_module.et_pb_text:after{
        bottom: 0.5rem;
        right: 0.5rem;
        font-size: 1.5em;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.secteur .et_pb_column:has(h2){
        margin-bottom: 0;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.secteur [class*="secteur-"]::before{
        height: 21%;
    }
}

/* ================================================================
   SECTION INVITATION
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.invitation{
    padding-bottom: 0;
    filter: contrast(1.4);
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_row{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation h2{
    padding: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:has(h2) p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:has(h2) p{
    line-height: 1.4;
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:not(:has(h2)) p{
    position: relative;
    font-size: 1.375rem;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:not(:has(h2)) p:first-child{
    margin-top: 19px;
}

.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:not(:has(h2)) p:first-child:before{
font-family: 'ETMODULES';
    content: "\e01d";
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 100%;
    font-size: smaller;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:not(:has(h2)) p:nth-child(2):before{
    font-family: 'ETMODULES';
    content: "\7d";
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 100%;
    font-size: smaller;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column{
    padding: 3.25rem 6.593rem 3.75rem 6.593rem;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
}

.et-db #page-container #et-boc .et-l:not(.et-l--header) .et_pb_section.invitation:not(.cta) .et_pb_row{
    padding: 0 !important;
    margin-top: 5.437rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column .et_pb_module{
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column .et_pb_button_module_wrapper{
    width: 50%;
    margin-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-color);
    opacity: 0.8;
    filter: brightness(0.77);
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation a.et_pb_button::after{
    display: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation a.et_pb_button::before{
    font-family: "jyga" !important;
    color: #fff;
    font-size: 1em;
    padding-right: 0.5rem;
    content: "\e904" !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.invitation a.et_pb_button.blanc::before{
    content: "\e905" !important;
    color: var(--main-color);
}
@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation{
        margin: 0;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column .et_pb_button_module_wrapper{
        margin-bottom: 1rem;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column .et_pb_button_module_wrapper,
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column .et_pb_button_module_wrapper a{
        width: 100%;
    }
    .et-db #page-container #et-boc .et-l:not(.et-l--header) .et_pb_section.invitation:not(.cta) .et_pb_row{
        margin-top: inherit;
    }
}

@media(max-width: 765px){
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:not(:has(h2)) p{
        font-size: initial;
        line-height: initial;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_module:has(h2) p{
        font-size: initial;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column{
        padding: 2rem 3rem;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_column{
        padding: 1rem 1.5rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.invitation .et_pb_row{
        width: 100%;
    }
}

/* ================================================================
   SECTION ASSISTANCE
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.assistance{
    position: relative;
    isolation: isolate;
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance::before,
.et-db #page-container #et-boc .et-l .et_pb_section.assistance::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance::before{
  background-image: url(img/alveole-gauche.svg);
  background-position: top;
}

.et-db #page-container #et-boc .et-l .et_pb_section.assistance::after{
  background-image: url(img/alveole-droite.svg);
  background-position: bottom;
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance ul,
.et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap){
    position: relative;
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
    content: '';
    position: absolute;
    background-image: url(img/logo-sap.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 35%;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_module:nth-child(2){
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: fit-content;
}
.et-db #page-container #et-boc .et-l .et_pb_section.assistance ul:after{
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: var(--light-grey-color);
    bottom: 0;
    left: 0;
}

@media(max-width: 780px){
    .et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
        width: 17%;
        height: 20%;
    }
}

@media(max-width: 750px){
    .et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
        transform: translateX(-50%) translateY(-50%);
        top: inherit;
        right: 0;
        left: inherit;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
        right: -2rem;
    }
}

@media(max-width: 423px){
    .et-db #page-container #et-boc .et-l .et_pb_section.assistance .et_pb_column:has(.et_pb_image_wrap) .et_pb_image:after{
        display: none;
    }
}

/* ================================================================
   PAGE SECTEURS
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.client.page-secteur .section-demi .et_pb_column:has(.et_pb_video) .et_pb_button_module_wrapper{
    display: none;
}
.et-db #page-container #et-boc .et-l .et_pb_section.client.page-secteur .section-demi .et_pb_column:has(.et_pb_image) .noBtn:after{
    color: var(--yellow-color);
}
.et-db #page-container #et-main-area:has([class*="categ-secteur-"]) .et_pb_section.client.page-secteur .section-demi .et_pb_column:has(.et_pb_image) .noBtn:after{
    color: var(--secteur-taxonomie) !important;
}

/* ================================================================
   SECTION DP HOTSPOT
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column:not(:has(.dipl_hotspot_wrapper)){
    width: 30%;
}
@media(min-width:981px){
  .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column:not(:has(.dipl_hotspot_wrapper)){
      margin-right: 3%;
  }
}
.et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column:has(.dipl_hotspot_wrapper){
    width: 67%;
}
.tooltipster-sidetip .tooltipster-box{
    background: #FFF !important;
    box-shadow: 0px 0px 10px -5px #000000;
}
.tooltipster-sidetip .tooltipster-box h2{
    text-align: center;
}
.tooltipster-sidetip .tooltipster-box p:has(a){
    margin-top: 1.5rem;
}
.tooltipster-sidetip .tooltipster-box p:not(:has(a)){
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}
@media(max-width:980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column:not(:has(.dipl_hotspot_wrapper)){
        width: 100%;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.solution .et_pb_row.bottom-row .et_pb_column:has(.dipl_hotspot_wrapper) {
        width: 100%;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .dipl_hotspot .dipl_hotspot_item_0 .dipl_marker .et-pb-icon, .et-db #page-container #et-boc .et-l .dipl_hotspot .dipl_hotspot_item_1 .dipl_marker .et-pb-icon, .et-db #page-container #et-boc .et-l .dipl_hotspot .dipl_hotspot_item_2 .dipl_marker .et-pb-icon{
        font-size: 0.6rem !important;
    }
   .dipl_hotspot_0_0.tooltipster-sidetip{
    padding: 0 !important;
   }
   .dipl_hotspot_0_0.tooltipster-sidetip.tooltipster-top{
    padding-bottom: 0 !important;
   }
   .dipl_tooltip .tooltipster-box{
    position: static !important;
   }
   .dipl_hotspot_0_0.tooltipster-sidetip .tooltipster-box:before{
    display: none;
   }
}

/* ================================================================
   SECTION TEXTE RED
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.texte.bg-red:before{
content: '';
    position: absolute;
    top: 0;
    right: 52%;
    width: 53%;
    height: 100%;
    background-image: url(img/illu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.et-db #page-container #et-boc .et-l .et_pb_section.texte.bg-red .et_pb_row{
    padding: 0;
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.texte.bg-red:before{
        right: 0;
        width: 100%;
    }
}
/* =============================================================================
   SECTION ENTETE - PAGES
   ============================================================================= */
   @media(max-width: 980px){
       .et-db #page-container #et-boc .et-l .et_pb_section.entete-page{
           padding: 0;
       }
       .et-db #page-container #et-boc .et-l .et_pb_section.entete-page .et_pb_row:has(h1)  {
         padding: 0;
       }
     }
/* ================================================================
   SECTION FIDEIP
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.section_fideip{
    padding-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section_fideip,
.et-db #page-container #et-boc .et-l .et_pb_section.section_fideip .section-demi{
    min-height: 624px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section_fideip .et_pb_row.section-demi img{
    width: unset;
    aspect-ratio: auto;
}
.et-db #page-container #et-boc .et-l .et_pb_section.section_fideip .et_pb_column:has(.et_pb_image){
    justify-content: center;
}

/* ================================================================
   PAGE SOMMAIRE - SECTION LOGICIEL / PREHENSION
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row,
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row{
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row{
    align-items: end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row{
    align-items: start;
}
@media(min-width: 981px){
  .et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row .et_pb_column:has(.et_pb_text){
      padding-top: 35px;
  }
}

.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row .rll-youtube-player,
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row .rll-youtube-player{
    padding: inherit;
    height: 372px !important;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_column:has(.et_pb_text){
    margin: 0 8% 2% 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_column:has(.et_pb_text),
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_column:has(.et_pb_text){
    flex: 1.4;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_column:has(.et_pb_image),
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_column:has(.et_pb_image),
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_column:has(.et_pb_video),
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_column:has(.et_pb_video){
    flex: 2;
}
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_column:has(.et_pb_image) .et_pb_image{
    object-fit: inherit;
    width: 100%;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel img,
.et-db #page-container #et-boc .et-l .et_pb_section.prehension img,
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_video_box,
.et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_video_box{
    max-height: 372px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel{
    padding-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.prehension{
    padding-top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel::before,
.et-db #page-container #et-boc .et-l .et_pb_section.prehension::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: var(--grey-color);
    transition: height 0.3s ease;
    z-index: -1;
    left: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel::before {
    bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.prehension::before {
    top: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.prehension:hover::before,
.et-db #page-container #et-boc .et-l .et_pb_section.logiciel:hover::before{
    height: 100%;
    z-index: 0;
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.logiciel iframe,
    .et-db #page-container #et-boc .et-l .et_pb_section.prehension iframe{
        max-height: 372px;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_column:has(.et_pb_text){
        margin: 0 auto !important;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row,
    .et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row{
        gap: 3rem;
    }
}

@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row .rll-youtube-player,
    .et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row .rll-youtube-player{
        height: 250px !important;
    }
}

@media(max-width: 500px){
    .et-db #page-container #et-boc .et-l .et_pb_section.logiciel .et_pb_row,
    .et-db #page-container #et-boc .et-l .et_pb_section.prehension .et_pb_row{
        gap: 1rem;
    }
}

/* ================================================================
   PAGE SOMMAIRE - SECTION HORIZONTAL / BORDER
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.horizontal.border .et_pb_row:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 1px;
    background-color: var(--grey-color);
    visibility: visible;
}

/* =======================================================
   METABOXE - NID D'ABEILLE
   ======================================================= */
.et-db #page-container #et-boc .et-l .geo .et_pb_code_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .hexagons-grid {
    position: relative;
    width: 563.04px;
    height: 602.35px;
    margin: 0 auto;
    padding: 0;
    flex-shrink: 0;
}

/* Hexagone de base - Tous identiques */
.et-db #page-container #et-boc .et-l .hexagon {
    position: absolute;
    width: 229.04px;
    height: 198.35px;
    background: var(--main-color);
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.et-db #page-container #et-boc .et-l .hexagon-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
}
.et-db #page-container #et-boc .et-l .hexagon-text {
    text-align: center;
    color: white;
    width: 100%;
}
.et-db #page-container #et-boc .et-l .hex-subtitle {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}
.et-db #page-container #et-boc .et-l .hex-subtitle span.number{
    font-size: 1.9em;
}
.et-db #page-container #et-boc .et-l .hex-main-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

/* Positionnement en nid d'abeille */
.et-db #page-container #et-boc .et-l .hexagon-centre {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.et-db #page-container #et-boc .et-l .hexagon-haut {
    left: 50%;
    top: -3px;
    transform: translate(-50%, 0);
}
.et-db #page-container #et-boc .et-l .hexagon-droite {
    right: 0;
    top: 16.5%;
}
.et-db #page-container #et-boc .et-l .hexagon-bas-droite {
    right: 0;
    bottom: 16.5%;
}
.et-db #page-container #et-boc .et-l .hexagon-bas {
    left: 50%;
    bottom: -3px;
    transform: translate(-50%, 0);
}
.et-db #page-container #et-boc .et-l .hexagon-bas-gauche {
    left: 0;
    bottom: 16.5%;
}
.et-db #page-container #et-boc .et-l .hexagon-haut-gauche {
    left: 0;
    top: 16.5%;
}

.et-db #page-container #et-boc .et-l #contrat h2 + p{
    margin: 0 0 1.2rem 0;
    border-bottom: 1px solid var(--light-grey-color);
}

@media (max-width: 1024px) {
    .et-db #page-container #et-boc .et-l .hexagons-grid {
        transform: scale(0.85);
        transform-origin: center top;
        margin-bottom: calc(602.35px * (0.85 - 1)); /* ≈ -90px */
    }
}
@media (max-width: 768px) {
    .et-db #page-container #et-boc .et-l .hexagons-grid {
        transform: scale(0.65);
        transform-origin: center top;
        margin-bottom: calc(602.35px * (0.65 - 1)); /* ≈ -211px */
    }
    .et-db #page-container #et-boc .et-l .et_pb_section:not(.logiciel) .et_pb_row.section-demi .et_pb_column:first-child:has(.et_pb_text){
        margin: 1rem auto;
    }
}
@media (max-width: 375px) {
    .et-db #page-container #et-boc .et-l .hexagons-grid {
        transform: scale(0.5);
        transform-origin: center top;
        margin-bottom: calc(602.35px * (0.5 - 1)); /* ≈ -301px */
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.geo .et_pb_column:not(:has(.hexagon)){
        margin-top: 1rem !important;
    }
}

/* ================================================================
   SECTION SERVICE CLIENT
   ================================================================ */
.et-db #page-container:has(.banner-hero.classique) #et-main-area{
  display: flex;
  flex-direction: column;
}

/* Section services */
.et-db #page-container #et-boc .et-l .et_pb_section:has(.services) .et_pb_row:has(h2) h2{
    text-align: center;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services{
    padding-top: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module{
    padding: 7rem 7.625rem;
    margin-bottom: 1rem;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(116deg, rgba(6, 29, 64, 0.9) 30%, rgba(6, 29, 64, 0.9) 57%, rgba(6, 29, 64, 0.2) 130%);
    mix-blend-mode: hard-light;
    pointer-events: none;
    z-index: 1;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services p{
    width: 60%;
    padding: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module .et_pb_text_inner{
    z-index: 2;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module h3{
    margin-bottom: 1.375rem;
    padding-bottom: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module:nth-child(even) h3{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module:nth-child(even) h3::before{
    margin-right: inherit;
    margin-left: 15px;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module:nth-child(even) .et_pb_text_inner{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module:nth-child(even) p{
    text-align: end;
}

@media(max-width: 1150px){
    .et-db #page-container #et-boc .et-l .et_pb_row.services p{
        width: 80%;
    }
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_row.services p{
        width: 100%;
    }
    .et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module{
        padding: 2rem;
    }
}

@media(max-width: 375px){
    .et-db #page-container #et-boc .et-l .et_pb_row.services .et_pb_module{
        padding: 1rem;
    }
}

/* ================================================================
   FICHE PRODUIT CLIENT
   ================================================================ */
.single-produit_client .produit-video-container{
    display: flex;
    justify-content: end;
}
.single-produit_client .produit-video-container:has(.produit-featured-image){
    justify-content: start;
}
.single-produit_client .produit-video-container video{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.single-produit_client .et_pb_section:has(.liste-realisation) .et_pb_module:has(h2){
    max-width: 1366px;
    margin: 0 auto;
}
.single-produit_client .et_pb_section:has(.liste-realisation) .et_pb_button_module_wrapper{
    display: flex;
    justify-content: center;
}
.single-produit_client .liste-realisation .realisation-item-alt2 .hover-content{
    background: var(--main-color);
}
.single-produit_client .liste-realisation .realisation-item-alt2 .hover-text{
    color: #fff;
}
.single-produit_client .liste-realisation p,
.single-produit_client .liste-realisation h3{
    line-height: 1.5em;
}
.single-produit_client .liste-realisation .realisation-item-alt2 .hover-title{
    opacity: 1;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    position: relative;
    text-align: inherit;
    width: 90%;
}
.et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine:has(.product-item.product-item-alt){
    display: flex;
    column-gap: inherit;
}
.et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine .product-item.product-item-alt{
    width: 25%;
}
@media(max-width: 1050px) {
.et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine:has(.product-item.product-item-alt){
        display: grid;
    }
.et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine .product-item.product-item-alt{
        width: auto;
    }
}
@media(max-width: 980px){
    .single-produit_client .produit-video-container{
        justify-content: flex-start;
    }

    .et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine:has(.product-item.product-item-alt){
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 550px){
    .et-db.single-produit_client #page-container #et-boc .et-l .et_pb_section .liste-machine:has(.product-item.product-item-alt){
        grid-template-columns: 1fr;
    }
}

/* ================================================================
   SECTION CARROUSEL CLIENT
   ================================================================ */

/* Items logos */
.et-db #page-container #et-boc .et-l .client-logo-item {
    flex: 0 0 auto;
    min-width: 150px;
    max-width: 150px;
    height: auto;
    margin: inherit;
    transition: transform 0.25s ease, opacity 0.25s ease;
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .client-logo-item picture{
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .client-logo-item img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    width: 85%;
}
.et-db #page-container #et-boc .et-l .client-logo-item a {
    pointer-events: none;
}

.simple-content {
    transition: opacity 500ms ease, transform 500ms ease;
}
.simple-content.active {
    opacity: 1;
    transform: translateY(0);
}
.simple-content:not(.active) {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}
.simple-content.closing {
    opacity: 0;
    transform: translateY(-20px);
}

.et-db #page-container #et-boc .et-l .section-demi-swipe-container.section-demi-peek-mode {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
}
.et-db #page-container #et-boc .et-l .section-demi-swipe-container.section-demi-peek-mode.is-dragging {
    cursor: grabbing;
}

/* Wrapper qui contient tous les items */
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-wrapper {
    display: flex;
    gap: 15px;
    will-change: transform;
    transition: transform 0.3s ease-out;
}
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item {
    flex: 0 0 var(--item-width, calc(100% - 120px));
    width: var(--item-width, calc(100% - 120px));
    min-width: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Item actif (au centre) */
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item.is-active {
    transform: scale(1);
    opacity: 1;
}

/* Items adjacents (aperçus sur les côtés) */
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item.is-prev,
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item.is-next {
    opacity: 0.6;
}

/* Items non visibles */
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item:not(.is-active):not(.is-prev):not(.is-next) {
    opacity: 0.3;
}

/* Image dans l'item */
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}

/* Container des images */
.et-db #page-container #et-boc .et-l .section-demi-images-container {
    position: relative;
    width: 100%;
    min-height: 200px;
}

/* Modules - États de visibilité */
.et-db #page-container #et-boc .et-l .section-demi-module {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.et-db #page-container #et-boc .et-l .section-demi-module.section-demi-visible {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.et-db #page-container #et-boc .et-l .section-demi-module.section-demi-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 650px) {
    .et-db #page-container #et-boc .et-l .client-logo-carousel-wrapper{
        gap: 1rem;
    }
    .et-db #page-container #et-boc .et-l .client-logo-item{
        min-width: 7rem;
        max-width: 7rem;
    }
}

@media (max-width: 650px) {

    /* 1. Annule les paddings Divi sur la colonne et la row parente */
    .et-db #page-container #et-boc .et-l .et_pb_column:has(.section-demi-swipe-container),
    .et-db #page-container #et-boc .et-l .et_pb_row:has(.section-demi-swipe-container) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    /* 2. Container pleine largeur écran, masque ce qui dépasse */
    .et-db #page-container #et-boc .et-l .section-demi-swipe-container.section-demi-peek-mode {
        width: 100vw !important;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        overflow: hidden !important;
    }

    /* 3. Items pleine largeur — écrase la var(--item-width) */
    .et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item {
        flex: 0 0 100vw !important;
        width: 100vw !important;
    }

    /* 4. Désactive les effets scale/opacity des slides adjacentes */
    .et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item.is-prev,
    .et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item.is-next {
        transform: scale(1);
        opacity: 1;
    }

    .et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item:not(.is-active):not(.is-prev):not(.is-next) {
        opacity: 1;
    }
}

/* ================================================================
   SECTION RESEAU
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .et_pb_column:not(:has(.social-icons-section)){
    flex: 2;
}
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .et_pb_column:has(.social-icons-section){
    flex: 1;
}
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .et_pb_column:nth-child(4) p{
    width: max-content;
}
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .repeater-item{
    justify-content: flex-start;
}
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .repeater-label{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 46px !important;
    color: #fff !important;
    width: 100%;
    text-transform: uppercase;
}
.et-db #page-container #et-boc .et-l .et_pb_section.realisation_reseau .repeater-content{
    font-size: 14px !important;
    font-weight: bold;
    line-height: 20px !important;
    color: #fff !important;
    width: 100%;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
.et-db #page-container #et-boc .et-l .section-demi-peek-mode .section-demi-swipe-item {
        --peek-amount: 40px;
        flex: 0 0 var(--item-width, calc(100% - 80px));
        width: var(--item-width, calc(100% - 80px));
    }
}

/* ================================================================
   PAGE CONTACT
   ================================================================ */
.et-db #page-container #et-boc .et-l .gform_button{
    background-color: var(--main-color);
}

/* ================================================================
   SECTION JYGA REASON
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.reason{
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    gap: 8rem;
    padding-bottom: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div{
    display: flex;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) .et_pb_module{
    margin: 0;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column{
    min-height: 480px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column.bg-red{
    display: flex;
    justify-content: end;
    align-items: center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)){
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)):has(h3){
    align-items: end;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) .et_pb_module{
    margin-right: 4rem;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div{
    display: flex;
    align-items: center;
    gap: 20px
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p{
    color: var(--text-color);
    transition: transform 0.3s ease, color 0.3s ease;
    transform-origin: left center;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p:first-child{
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 44px;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div:has(+ p):hover{
    gap: 4rem;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div:hover p {
    transform: scale(1.2);
    color: var(--text-color);
    transform-origin: left center;
    transition: transform 0.3s ease;
    font-weight: bold;
    cursor: pointer;
}
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p span{
    color: var(--main-color);
    font-size: 2.2rem;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row::after{
    display: none;
}

@media(max-width: 1100px){
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row{
        gap: 7rem;
    }
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .et_pb_section.reason{
        display: flex;
        justify-content: center;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row {
        margin: inherit !important;
        padding: 2rem 0;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)){
        justify-content: center;
        align-items: flex-start;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column{
        min-height: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) h2.spec{
        font-size: 3em;
        padding: 1rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column.left-reason{
        background-color: var(--main-color);
        padding: 0 !important;
        margin: 0 !important;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row{
        gap: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div:hover p {
        transform: scale(1.05);
    }
}
@media(max-width: 768px){
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) h3.spec{
        font-size: 3em;
        line-height: normal;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) .et_pb_module{
        margin-right: initial;
    }
}
@media(max-width: 550px){
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p:first-child{
        font-size: 2.5rem;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) h2.spec{
        font-size: 2em;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row{
        padding: 0;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:nth-child(2) .et_pb_module.active-module div, .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div:hover {
        gap: 2rem;
    }
}

@media(max-width: 400px){
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div{
        width: 100%;
        margin: 0 auto;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) .et_pb_module{
        width: 100%;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p{
        line-height: normal;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)) div p span{
        font-size: 1.9rem;
    }
}

/* ================================================================
   PAGE RECRUTEMENT
   ================================================================ */
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) h3{
  color: var(--main-color);
  padding-bottom: 0;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) h4{
  font-weight: bold;
  font-size: 1.25rem;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) p.sur-titre{
  color: #B4B4B4;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row,
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)){
    position: static;
    height: 100%;
    padding-top: 0;
}

.et-db #page-container #et-boc .et-l:not(:has(.banner-hero.recrutement)) .et_pb_section.reason .et_pb_row{
    padding-top: 0;
    margin-bottom: 50px;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.reason .et_pb_row .et_pb_column.left-reason,
.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column.left-reason{
    justify-content: end;
    align-items: end;
    padding-bottom: 2.687rem;
    flex: 1.5 !important;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)){
    flex: 2;
    padding-bottom: 2.687rem;
    padding-top: 4.25rem;
}

.et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:has(h2.spec)::before,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.reason .et_pb_row .et_pb_column:has(h2.spec)::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: var(--main-color);
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.temoignage-metier p:not(.sur-titre),
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi p:not(.sur-titre){
    position: relative;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.temoignage-metier p:not(.sur-titre)::before,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.temoignage-metier p:not(.sur-titre)::after,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi p:not(.sur-titre)::before,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi p:not(.sur-titre)::after{
    font-family: "jyga" !important;
    position: relative;
    color: var(--main-color);
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.temoignage-metier p:not(.sur-titre)::before,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi p:not(.sur-titre)::before{
    content: "\e908" !important;
    padding-right: 1rem;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.temoignage-metier p:not(.sur-titre)::after,
.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi p:not(.sur-titre)::after{
    content: "\e909" !important;
    padding-left: 1rem;
}

.et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section .section-demi .et_pb_column:has(.et_pb_video){
    margin: 0;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .et_pb_row:not(.simple-nav-buttons){
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .et_pb_row.simple-nav-buttons{
    display: flex;
    gap: 2rem;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons {
  margin-right: auto;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons .nav-step {
  cursor: pointer;
  width: auto;
  margin: 0;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-content {
  display: none;
  margin: 0;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-content.active {
  display: block;
  margin: 0;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons .nav-step.active {
  width: auto;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons .nav-step a{
    border-bottom: 2px solid transparent;
    padding-bottom: 0.2rem;
    transition: color 0.3s, border-color 0.3s;
}

.et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons .nav-step.active a{
    font-weight: bold;
      border-bottom-color: var(--main-color);
}

@media(min-width: 1350px){
    .et-db #page-container #et-boc .et-l:not(:has(.banner-hero.recrutement)) .et_pb_section.reason .et_pb_row{
        max-height: 500px;
    }
    .et-db #page-container #et-boc .et-l:not(:has(.banner-hero.recrutement)) .et_pb_section.reason .et_pb_row .et_pb_column:has(h2.spec)::before{
        height: calc(100% - 50px);
    }
    .et-db #page-container #et-boc .et-l:not(:has(.banner-hero.recrutement)) .et_pb_section.reason .et_pb_row .et_pb_column.left-reason {
        justify-content: center;
        align-items: end;
    }
}

@media(max-width: 980px){
    .et-db #page-container #et-boc .et-l .temoignage-metier{
        display: flex;
        flex-direction: column-reverse;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:has(h2.spec)::before{
        display: none;
    }
    .et-db #page-container #et-boc .et-l .temoignage-metier .et_pb_row.simple-nav-buttons{
        flex-direction: row;
        justify-content: flex-start;
        width: 90%;
        max-width: inherit;
    }
    .et-db #page-container #et-boc .et-l:has(.banner-hero.recrutement) .et_pb_section.reason .et_pb_row .et_pb_column.left-reason,
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column.left-reason{
        justify-content: initial;
        align-items: initial;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.reason .et_pb_row .et_pb_column:not(:has(.left-reason)){
        padding-bottom: 0;
    }
}

@media(max-width: 470px){
    .et-db #page-container #et-boc .et-l .temoignage-metier .et_pb_row.simple-nav-buttons{
        flex-direction: column;
    }
    .et-db #page-container #et-boc .et-l .temoignage-metier .et_pb_row.simple-nav-buttons{
        gap: inherit;
    }
    .et-db #page-container #et-boc .et-l .temoignage-metier .simple-nav-buttons .nav-step:first-child{
        padding-bottom: 1rem;
    }
}

/* ================================================================
   PAGE SERVICE AVANT VENTE
   ================================================================ */
@media(min-width: 1400px){
    .et-db.page-id-11728 #page-container #et-boc .et_pb_section:has(.section-demi){
        display: flex;
        min-height: 700px;
        align-items: center;
    }
}
@media(max-width: 425px){
    .et-db.page-id-11728 #page-container #et-boc .et_pb_section:has(.section-demi){
        background-image: none !important;
    }
}

/* ================================================================
   END-LINE — Menu fin de ligne
   ================================================================ */
.et-db #page-container #et-boc .et-l .et_pb_section.end-line {
    overflow: hidden;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line:has(+ .et_pb_section[class*="bg-"]:not(.bg-blanc)) {
    padding-bottom: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row {
    display: flex;
    max-width: inherit;
    margin: 0 0 0 calc((100vw - 80%) / 2);
    width: 100%;
    padding-left: 120px;
}

/* ---- Colonnes spécifications + image ---- */
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.spec) {
    flex: 1;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.spec) p {
    font-weight: 700;
    font-size: 25px;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) {
    flex: 3;
    position: relative;
    left: -11%;
    bottom: 3rem;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) .et_pb_image_wrap,
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) .et_pb_image_wrap img {
    width: 98%;
}

/* ---- Rows titre / menu ---- */
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(h2) {
    padding-top: 3rem;
    padding-bottom: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) {
    padding-bottom: 110px;
    padding-top: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_module {
    margin: 0;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_module.et_pb_menu {
    background: var(--grey-color);
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_module.et_pb_menu #menu-section-speciale {
    display: flex;
    flex-direction: column;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) {
    width: fit-content;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) p {
    font-weight: bold;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .menu-item {
    padding-bottom: 0;
    padding-right: 2rem;
    margin: 0;
    padding-left: 11px;
}

.et-db #page-container #et-boc .et-l ul:has(li.spec) {
  padding-bottom: 2px !important;
}
.et-db #page-container #et-boc .et-l a.spec,
.et-db #page-container #et-boc .et-l li.spec,
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .menu-item a {
    position: relative;
    color: var(--text-color);
    font-weight: 400;
    transition: font-weight 0.1s ease-in-out, transform 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.et-db #page-container #et-boc .et-l a.spec:hover,
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .menu-item a:hover {
    font-weight: bold;
    transform: scale(1.1);
}

.et-db #page-container #et-boc .et-l a.spec::after,
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .menu-item a::after {
    content: "\35";
    font-family: 'ETMODULES';
    position: absolute;
    right: -2rem;
    font-size: 1.8rem;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-db #page-container #et-boc .et-l li.spec::before {
    content: "\35";
    font-family: 'ETMODULES';
    position: absolute;
    top: 0.5rem;
    left: 5px;
    font-size: 1.8rem;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

/* ---- Liens .spec + menu items ---- */
.et-db #page-container #et-boc .et-l a.spec,
.et-db #page-container #et-boc .et-l li.spec {
    font-size: 20px;
    line-height: 25px;
}

.et-db #page-container #et-boc .et-l a.spec:not(:last-child) {
    margin-bottom: 15px;
}

.et-db #page-container #et-boc .et-l a.spec + br,
.et-db #page-container #et-boc .et-l ul:has(li.spec) + br {
    display: none;
}


/* ---- Image colonne menu ---- */
.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) {
    position: absolute;
    right: 39%;
    top: -20%;
}

.et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) img {
    min-width: 160%;
}

@media (max-width: 1625px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) {
        top: -10%;
    }
}

@media (max-width: 1390px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) {
        bottom: 20%;
        top: inherit;
        right: 29%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) img {
        min-width: 140%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) {
        bottom: 0;
    }
}

@media (max-width: 980px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row {
        width: 90%;
        margin: 0 auto;
        padding: 5%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image),
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) {
        position: relative;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) {
        width: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_menu__menu {
        display: block;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_mobile_nav_menu {
        display: none;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_image) img {
        min-width: inherit;
    }
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) .et_pb_image_wrap,
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.et_pb_image_wrap) .et_pb_image_wrap img {
        width: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line h2 {
        padding-left: 0;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .et_pb_menu__wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 550px) {
    .et-db #page-container #et-boc .et-l a.spec {
        font-size: initial;
        line-height: initial;
    }
    .et-db #page-container #et-boc .et-l a.spec::after,
    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(.et_pb_menu) .et_pb_column:has(.et_pb_menu) .menu-item a::after {
        right: -1.5rem;
        font-size: 1.3rem;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.end-line .et_pb_row:has(a) .et_pb_column:has(.spec) p {
        font-size: 1.3em;
    }
}

/* ================================================================
   TOOLTIPSTER & HOTSPOT — Entête fin de ligne
   ================================================================ */

/* ---- Tooltipster box ---- */
.tooltipster-base {
    pointer-events: visible !important;
}

.tooltipster-box {
    left: -38.5% !important;
    min-width: 355px;
}

.tooltipster-box::after {
    font-family: 'ETMODULES';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    content: "\4c";
    color: var(--main-color);
    font-size: 2em;
    font-weight: bolder;
    transform: rotate(45deg);
    cursor: pointer;
}

.tooltipster-box .tooltipster-content {
    padding: 2rem 1rem 1.5rem 1rem !important;
}

.tooltipster-box .tooltipster-content p,
.tooltipster-box .tooltipster-content .dipl_tooltip_0,
.tooltipster-box .tooltipster-content .dipl_tooltip_1,
.tooltipster-box .tooltipster-content .dipl_tooltip_2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tooltipster-box .tooltipster-content p:has(a) {
    max-height: 30px;
}

.tooltipster-box .tooltipster-content p:has(a) a.et_pb_button {
    height: 30px !important;
    padding-right: 1rem !important;
    font-size: 0.875rem !important;
}

.tooltipster-box .tooltipster-content p:has(a) a::after {
    font-size: 25px;
}

.tooltipster-box .tooltipster-content p:has(a) a.et_pb_button::after {
    margin-left: 2px !important;
}

.tooltipster-box .tooltipster-content p:not(:has(a)) {
    font-size: 12px;
}

.tooltipster-box .tooltipster-content h2 {
    font-size: 18px;
    font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 550px) {
    .et-db #page-container #et-boc .et-l .et_pb_section.entete_fin-de-ligne .et_pb_row:has(.dipl_hotspot_wrapper) img {
        position: relative;
        top: 0;
        width: 100%;
    }

    .et-db #page-container #et-boc .et-l .et_pb_section.entete_fin-de-ligne .dipl_hotspot_wrapper .dipl_hotspot_item{
        display: none;
    }

    .tooltipster-box {
        min-width: inherit;
    }

    .tooltipster-box::after {
        top: 1.5rem;
    }
}

/* ================================================================
   SHORTCODE PAGE CONTENT => MASQUAGE SECTIONS SPECIFIQUE SI ROW VIDE
   ================================================================ */
.et_pb_section:has(.section-specifique-wrapper.is-empty) {
    display: none;
}

/* ================================================================
   STYLE FIL D'ARIANE YOAST => SHORTCODE CPT
   ================================================================ */
.et_pb_code:has(.jyga-breadcrumb){
    margin-bottom: 1.5rem;
}

.et_pb_code:has(.jyga-breadcrumb) .jyga-breadcrumb span{
    color: var(--main-color);
    display: flex;
    gap: 1rem;
}

.et_pb_code:has(.jyga-breadcrumb) .jyga-breadcrumb span .breadcrumb_last{
    color: var(--text-color);
}
