/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.sub-menu.elementor-nav-menu--dropdown {
    width: max-content !important;
    overflow: hidden !important;
  }
  .elementor-widget-text-editor h2 {
      font-family: "Poppins", Sans-serif;
      font-size: 36px;
      font-weight: 600;
      line-height: 1.35em;
      color: #341B51;
      text-wrap: balance;
      margin-bottom: 2.5rem;
  }
  .elementor-widget-text-editor h3 {
      font-family: "Poppins", Sans-serif;
      font-size: 20px;
      font-weight: 700!important;
      line-height: 1.35em;
      color: #9D71E2;
  }
  .elementor-widget-text-editor h6 {
      color: #B299D6;
      font-family: Poppins;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.35em;
      text-transform: uppercase;
  }
  .elementor-widget-text-editor h6:has(+ h2) {
      margin-bottom:0;
  }
  .elementor-widget-text-editor p + h3,
  .elementor-widget-text-editor ul + h3{
      margin-top: 2rem;
  }
  .elementor-widget-text-editor p + ul,
  .elementor-widget-text-editor p + ol,
  .elementor-widget-text-editor ul + p,
  .elementor-widget-text-editor ol + p,
  .elementor-widget-text-editor p + p{
      margin-top: 1rem!important;
  }
  .elementor-widget-text-editor ul {
      list-style: none;
      padding-left: 0;
  }
  .elementor-widget-text-editor li{
      position: relative;
      padding-left: 1.5rem;
  }
  .elementor-widget-text-editor ul li:before {
      position: absolute;
      content: "\f00c";
      font-family: "Font Awesome 6 pro";
      font-weight: 900;
      color: #9D71E2;
      left: 0;
      top: .1em;
      font-size: 17px;
      line-height: 28px;
  }
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li{
      font-family: "Poppins", Sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.65em;
  }
  .elementor-widget-text-editor + .elementor-widget-text-editor {
      margin-top: 3rem!important;
  }
  .blue-bold, .blue-bold span {
      position:relative;
  }
  .blue-bold:before {
      position: absolute;
      content: "";
      width: calc(100% + 2px);
      height: 1.2em;
      left: 0;
      top: 0.1em;
      background: #9D71E2;
      transform: rotate(-2deg);
  }
  .hero-banner-custom-text p{
      color: #FFF;
      font-family: Poppins;
      font-size: 23px;
      font-style: normal;
      font-weight: 600;
      line-height: 156.522%;
  }
  
  /* Custom responsive */
  .e-con.e-con-boxed,
  .e-con.e-parent.e-con-full{
      width: 100%;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .e-con.e-con-boxed .e-con-inner,
  .e-con.e-parent.e-con-full{
      width: 1200px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  
  .frame-txt-img{
      max-width: 1200px!important;
      width: calc(100% - 35px - 35px) !important;
      overflow: hidden;
  }
  
    .h1 {
        font-family: "Poppins", Sans-serif!important;
        font-size: 45px!important;
        line-height: 1.35em!important;
        text-wrap: balance;
    }
  
    @media screen and (max-width: 1199px) {
        .h1 {
          font-size: 40px!important;
        }
        .hero-banner-custom-text p{
            font-size: 20px;
        }
        .elementor-widget-text-editor h2 {
            font-size: 30px;
        }
        .elementor-widget-text-editor h3 {
            font-size: 18px;
        }
        .elementor-widget-text-editor h6 {
              font-size: 16px;
        }
    }
  
  @media screen and (max-width: 991px) {
        .h1 .elementor-heading-title {
          font-size: 35px!important;
        }
        .hero-banner-custom-text p{
            font-size: 18px;
        }
        .elementor-widget-text-editor h2 {
            font-size: 28px;
            margin-bottom: 1.5rem;
        }
        .elementor-widget-text-editor h3 {
            font-size: 16px;
        }
        .elementor-widget-text-editor h6 {
              font-size: 14px;
        }
        .elementor-widget-text-editor p,
        .elementor-widget-text-editor li {
            font-size: 15px;
        }
  }

/*****************************************/
/*****************************************/
/*****************************************/
/*****         HEADER SNIPPET        *****/
/*****************************************/
/*****************************************/
/*****************************************/

#header {
    position: relative;
    z-index: 9999;
    width: 100vw;
    max-width: 100%;
}

.main-logo,
.main-logo svg{
    display: block;
}

.search-btn {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9D71E2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.4s;
}

.search-btn:hover {
    background: #502a7d;
}
.search-btn svg path {
    transition: all ease 0.4s;
}
.search-btn:hover svg path {
    stroke: #fff;
}
.header-link1,
.header-link2,
.lang-switcher {
    font-family: 'Poppins';
    font-size: 17px;
    color: #341B51;
    transition: all ease 0.4s;
    position: relative;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    display: flex;
    gap: 7px;
    align-items: center;
}

.header-link1:hover,
.header-link2:hover,
.lang-switcher:hover {
    color: #9D71E2;
}

.header-link2 {
    font-size: 15px;
}

.lang-switcher{
    font-weight: 500;
}

/**************************/
/***** HEADER DESKTOP *****/
/**************************/

#header-desktop {
    display: none;
}

@media screen and (min-width: 992px){
    #header-desktop {
        display: flex;
        gap: 35px;
        background: #fff;
        padding: 10px 0;
        justify-content: space-between;
        align-items: center;
    }
}

.header-desktop-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-desktop-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-desktop-list-item {
    position: relative;
}

.header-desktop-list-item::marker,
.header-desktop-submenu ul li::marker{
    content: none;
}

.header-desktop-list-item svg {
    transition: all ease 0.4s;
}

.header-desktop-list-item.open svg {
    transform: rotate(180deg);
}

.header-desktop-submenu {
    background: #fff;
    transition: all 0.4s ease;
    max-height: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    opacity: 0;
}

.header-desktop-submenu ul {
    display: flex;
    flex-direction: column;
    padding: 10px!important;
}

.header-desktop-submenu ul li a {
    font-family: 'Poppins';
    font-size: 15px;
    color: #341B51;
    transition: all ease 0.4s;
    padding: 5px 0;
    display: block;
}

/*************************/
/***** HEADER MOBILE *****/
/*************************/

#header-mobile {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 992px){
    #header-mobile {
        display: none;
    }
}

.header-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 35px;
}

.header-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}

.header-mobile-list-item {
    position: relative;
}

.header-mobile-list-item::marker,
.header-mobile-submenu ul li::marker{
    content: none;
}

.hmli-submenu,
.hmli-without-submenu{
    position: relative;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    display: flex;
    gap: 7px;
    align-items: center;
    font-family: 'Poppins';
    font-size: 17px;
    color: #341B51;
    transition: all ease 0.4s;
}

.header-mobile-submenu {
    padding-left: 15px;
}

.header-mobile-submenu ul {
    display: flex;
    flex-direction: column;
    padding: 10px!important;
}

.header-mobile-submenu ul li a {
    padding: 5px 0;
    display: block;
}


/*************************/
/****** BURGER MENU ******/
/*************************/

#burger-menu {
    background: #9D71E2;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 50;
    border-radius: 50%;
}

.burger-menu-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 14px;
    width: 17px;
}

.icon-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 17px;
    height: 1px;
    transition: all 0.4s ease;
}

.icon-line:nth-child(1) {
    top: 0;
}

.icon-line:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-line:nth-child(3) {
    bottom: 0;
}

/**********************************/
/****** BURGER MENU - active ******/
/**********************************/

#burger-menu.active .icon-line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
    width: 19px;
}

#burger-menu.active .icon-line:nth-child(2) {
    opacity: 0;
}

#burger-menu.active .icon-line:nth-child(3) {
    transform: translate(-50%, 50%) rotate(-135deg);
    bottom: 50%;
    width: 19px;
}

/********************************/
/****** BURGER MENU - open ******/
/********************************/

#burger-menu-open {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.4s ease;
    background: #fff;
    width: 100%;
    height: max-content;
    z-index: 40;
}

#burger-menu-open.open {
    opacity: 1;
    transform: translateY(0);
}

/***********************************************/
/****** UTILITIES (remplacement Tailwind) ******/
/***********************************************/

.hidden {
    display: none;
}

body.overflow-hidden {
    overflow: hidden;
}

/*******************/
/****** POPUP ******/
/*******************/

.search-form {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
    flex: 1;
}

@media screen and (max-width: 991px){
    .search-form {
        flex-direction: column;
    }
}

.search-form .input-wrapper {
    position: relative;
    flex: 1;
    width: 100%;
}

.search-form .input-wrapper:before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #fff;
}
    
.search-form input {
    background: #341B51;
    border: none;
    padding: 15px;
    border-radius: 0;
    color: #fff;
    -webkit-text-fill-color: #ffffff;
    font-family: 'Poppins';
    font-size: 17px;
}

.search-form input::placeholder {
    color: #fff;
    opacity: 1;
}

.search-form input::-webkit-input-placeholder {
    color: #fff;
}

.search-form input:-ms-input-placeholder {
    color: #fff;
}

.search-form input::-ms-input-placeholder {
    color: #fff;
}

.search-form button {
    background: #9D71E2;
    cursor: pointer;
    transition: all ease 0.4s;
    border-radius: 20px;
    padding: 15px 25px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 17px;
    border: none;
}

.search-form button:hover,
.search-form button:focus{
    background: #E2CAFF;
    color: #502a7d;
}

#popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    z-index: 9999999999;
    transition: all ease 0.4s;
}
#popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}
#popup-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.popup-container {
    position: relative;
    background: #341B51;
    padding: 60px;
    max-width: 80vw;
    width: 1000px;
    height: 350px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 10px;
}
@media screen and (max-width: 991px){
    .popup-container {
        padding: 60px 35px;
    }
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #9D71E2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.4s;
}
.popup-close svg {
    width: 15px;
}
.popup-close svg path{
    transition: all ease 0.4s;
}
.popup-close:hover {
    background: #E2CAFF;
    transform: rotate(90deg);
}
.popup-close:hover svg path{
    fill: #502a7d;
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****         FOOTER SNIPPET        *****/
/*****************************************/
/*****************************************/
/*****************************************/

#footer { 
    width: 100vw;
    max-width: 100%;
    background: #fff;
}
.f1 {
    padding: 15px 0;
}
.f2 {
    padding: 48px 0;
    border-top: solid #998DA8 1px;
    border-bottom: solid #998DA8 1px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
}
.f3 {
    padding: 15px 0;
}
.scroll-up {
    display: flex;
    justify-content: flex-end;
}
.scroll-up svg rect {
    transition: all ease 0.4s;
}
.scroll-up:hover svg rect {
    fill: #502a7d;
}
.footer-link {
    display: block;
    font-family: "Poppins";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #341B51;
    padding: 3px 0;
    transition: all ease 0.4s;
    cursor: pointer;
}
.footer-link:hover {
    color: #9D71E2;
}
.footer-text1 {
    color: #341B51;
    font-family: "Poppins";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-text2 {
    color: #7B6B8E;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.socials {
    display: flex;
    gap: 28px;
    align-items: center;
}
.socials svg path{
    transition: all ease 0.4s;
}
.socials svg:hover path{
    fill: #9D71E2;
}
.footer-list {
    padding: 0;
}
.footer-list-item::marker {
    content: none;
}
.socials-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: max-content;
    margin-left: auto;
}
.f2-col2,
.f2-col3 {
    margin-top: -3px;
}
.main-logo {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .f2 {
        padding: 45px 0;
        grid-template-columns: 1fr;
    }
    .f2-col2,
    .f2-col3 {
        margin-top: 0;
    }
    .socials-container {
        margin-left: 0;
    }
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****          FRAMED BLOCK         *****/
/*****************************************/
/*****************************************/
/*****************************************/


.framed-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        overflow: hidden;
    }
    .fb-content-left {
        position: relative;
        background: #341B51;
        border-radius: 30px 0 0 30px;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }
    .fb-content-left:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(/wp-content/uploads/2026/01/Forme-organique-1.png) no-repeat right;
    }
    .banque-content {
        position: relative;
        color: #fff;
        max-width: 520px;
    }
    .banque-content h2{
      margin: 0 0 16px;
      color: #fff;
    }
    
    .banque-content p{
          line-height: 1.6;
          margin-bottom: 24px;
          max-width: 450px;
        color: #fff;
    }
    .banque-content a{
        display: flex;
        align-items:center;
        padding: 12px 45px!important;
        border-radius: 20px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        height: auto!important;
    }
    
    .fb-content-right {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .fb-content-right:before {
        position: absolute;
        content: "";
        width: 30%;
        height: 100%;
        background: #3d265e;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .fb-content-right img{
        position: relative;
        border-radius: 30px;
        padding: 20px 0;
    }
    @media screen and (max-width: 1199px) {
        .framed-block {
        grid-template-columns: 3fr 2fr;
    }
    }
    @media screen and (max-width: 991px) {
        .framed-block {
        grid-template-columns: 1fr;
    }
    .fb-content-left{
        border-radius: 30px 30px 0 0;
    }
    .fb-content-right:before {
        content: none;
    }
    .fb-content-right img{
        padding: 0;
        border-radius: 0 0 30px 30px;
    }
    }
    
    
/*****************************************/
/*****************************************/
/*****************************************/
/*****        HERO-BANNER BLOCK      *****/
/*****************************************/
/*****************************************/
/*****************************************/


.hero-banner {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 55px;
    padding: 35px 35px 35px 55px;
    background-color: #341B51;
    background-image: url(/wp-content/uploads/2025/07/Forme-organique-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}
.hb-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.hb-content-left h1,
.hb-content-left p{
    color: #fff;
}
.hb-content-left p{
    text-wrap: balance;
} 
.hb-content-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
   
.hb-content-right img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.hb-content-left .btn1{
    margin-top: 10px;
}
.btn1,
.elementor-button {
    background-color: #9D71E2!important;
    font-family: "Poppins", Sans-serif!important;
    font-size: 15px!important;
    font-weight: 600!important;
    border-radius: 16px 16px 16px 16px!important;
    border: none!important;
    padding: 20px 40px!important;
    color: #fff!important;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: max-content!important;
    max-width: 100%!important;
    transition: all ease 0.4s;
    text-wrap: balance;
}
.btn1 span{
    display: block;
}
.btn1 svg{
    transform: translateY(1px);
}
.btn1 svg path{
    transition: all ease 0.4s;
}
.btn1:hover,
.elementor-button:hover {
    background-color: #E2CAFF!important;
    color: #502a7d!important;
}
.btn1:hover svg path{
    stroke: #502a7d;
}
@media screen and (max-width: 991px) {
    .btn1,
    .elementor-button {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .hero-banner {
        display: flex;
        flex-direction: column;
        gap: 35px;
        padding-left: 35px;
        margin-top: 55px;
    }
}

#breadcrumbs a,
.page-numbers {
    color: #341B51!important;
    transition: all ease 0.4s;
}
#breadcrumbs a:hover,
.page-numbers:hover {
    color: #9D71E2;
}
.page-numbers.current{
    color: #fff!important;
}

.produits-gabarits-container-top,
.produits-gabarits-container-btns {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.tl-left {
    overflow: hidden;
}

.box-color {
    padding: 3.5rem;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .box-color {
        padding: 2.5rem;
    }
}

/*****************************************/
/*****************************************/
/*****************************************/
/*****       GABARITS_COURRIELS      *****/
/*****************************************/
/*****************************************/
/*****************************************/

.filter-section {
    display: grid;
    grid-template-columns: 1fr 163px;
    gap: 10rem;
}

.filter-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}

.filter-results-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.fri-image img {
    width: 100%;
}

.fri-eyebrow-title {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.fri-eyebrow {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #9D71E2;
}

.fri-title {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #341B51;
    text-wrap: balance;
}

aside.filters-widget {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
    align-self: start;
    width: 100%;
}
.filters-pills {
    display: flex;
    flex-direction: column;
}
.filters-title {
    font-size: 30px;
    font-weight: 600;
    color: #341B51;
}
.filters-group__header {
    font-size: 17px;
    color: #341B51;
    font-weight: 500;
}
.pill {
    background: #341B51;
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    /* height: 22px; */
    padding: 5px;
    transition: all ease 0.4s;
    width: 300px;
    max-width: 100%;
}
.pill.is-active {
    background: #9D71E2;
}

#grid {
    scroll-margin-top: 120px; /* adapte à ton sticky */
}

@media screen and (max-width: 991px) {
    .filter-section {
        display: flex;
        flex-direction: column-reverse;
        gap: 3.5rem;
    }
    .filter-results {
        gap: 3.5rem;
    }
    aside.filters-widget {
        position: relative;
        top: initial;
    }
}

@media screen and (max-width: 750px) {
    .filter-results {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        max-width: 600px;
    }
}


/*****************************************/
/*****************************************/
/*****************************************/
/********         BROCHURES       ********/
/*****************************************/
/*****************************************/
/*****************************************/

.filter-section.brochures .filter-results{
    grid-template-columns: 1fr;
}

.filter-section.brochures .filter-results .filter-results-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

@media screen and (max-width: 991px) {
    .filter-section.brochures .filter-results .filter-results-item {
        grid-template-columns: 1fr;
    }
}

/*****************************************/
/*****************************************/
/*****************************************/
/*****      PUBLICATIONS LINKEDIN    *****/
/*****************************************/
/*****************************************/
/*****************************************/

.filter-section.publications-linkedin .filter-results{
    grid-template-columns: 1fr;
}

.filter-section.publications-linkedin .filter-results .filter-results-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.filter-section.publications-linkedin .fri-top {
    display: grid;
    grid-template-columns: 221px 1fr;
    gap: 45px;
}

.filter-section.publications-linkedin .fri-top .fri-content{
    height: 190px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid  #341B51;
    overflow: scroll;
    color: #7A7A7A;
}

.filter-section.publications-linkedin .fri-top .fri-image{
    border-radius: 20px;
    overflow: hidden;
}

.filter-section.publications-linkedin .fri-top .fri-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.filter-section.publications-linkedin .fri-top .fri-eyebrow {
    display: flex;
    gap: 5px;
    color: #B299D6;
}

.filter-section.publications-linkedin .fri-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.filter-section.publications-linkedin .filters-widget .filters-mobile-title,
.filter-section.publications-linkedin .filters-widget .filters-mobile-toggle{
    display: none;
}

.filter-section.publications-linkedin .pagination {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-section.publications-linkedin .pagination .page-numbers {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0!important;
}

@media screen and (max-width: 991px) {
    .filter-section.publications-linkedin .fri-top {
        grid-template-columns: 1fr;
    }
    .filter-section.publications-linkedin .fri-top .fri-image{
        width: 221px;
        max-width: 100%;
    }
}

/*****************************************/
/*****************************************/
/*****************************************/
/*****        BLOCK CUSTOM BOXES     *****/
/*****************************************/
/*****************************************/
/*****************************************/

.single-box {
    border-radius: 20px;
    background: #F6EEF6;
    padding: 23px;
    aspect-ratio: 242/254;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease 0.4s;
    cursor: pointer;
    overflow: hidden;
    gap: 25px;
    width: 100%;
}
.single-box:hover {
    background: #341B51;
}
.single-box .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}
.single-box .icon svg{
    width: 100%;
    height: 100%;
}
.single-box .icon svg path{
    transition: all ease 0.4s;
}
.single-box:hover .icon svg path{
    fill: #fff;
}
.box-link {
    color: #341B51;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 147.059%;
    transition: all ease 0.4s;
    word-break: break-word;
    display: grid;
    grid-template-columns: 1fr 9px;
    gap: 15px;
    align-items: center;
}
.box-link .bl-text {
    text-wrap: balance;
}
.box-link svg{
    width: 13px;
}
.box-link svg path{
    transition: all ease 0.4s;
}
.single-box:hover .box-link{
    color: #fff;
}
.single-box:hover .box-link svg path{
    stroke: #fff;
}
@media screen and (max-width: 991px) {
    .custom-box-grid .elementor-shortcode{
        height: 100%;
    }
    .custom-box-link {
        height: 100%;
        display: flex;
    }
    .single-box {
        aspect-ratio: initial;
    }
    .single-box .icon{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
    }
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****        BLOCK ACCORDÉON        *****/
/*****************************************/
/*****************************************/
/*****************************************/

.bp-accordeon {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
}

/* Bouton accordion */
[data-accordion-header] {
    cursor: pointer;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #341B51;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.4s ease;
    border: none;
    text-wrap: balance;
    gap: 25px;
}
[data-accordion-header]:hover,
[data-accordion-header]:focus {
    background: #9D71E2;
}
/* Panel (fermé par défaut) */
[data-accordion-panel] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Contenu interne */
.accordion-body {
    font-size: 15px;
    line-height: 25px;
    padding: 18px 22px;
    color: #3c3a46;
    line-height: 1.6;
    background: #F2EEF7;
    border-radius: 0 0 12px 12px;
}
.bp-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #341b51;
    transition: all ease 0.4s;
    flex-shrink: 0;
}

[data-accordion].open [data-accordion-header] {
    background: #9D71E2;
    border-radius: 20px 20px 0 0;
}
[data-accordion] .bp-icon svg{
    transition: all ease 0.4s;
}
[data-accordion].open .bp-icon svg{
    transform: rotate(180deg);
}

