.tarif-referentiel {
    font-family: var(--font-0);
}

.tarif-referentiel h3 {
    font-family: var(--font-0);
    font-size: clamp(18px,1.571vw,22px);
    margin: 0 auto;
    font-weight: 600;
    line-height: 11px;
    margin-top: 10px;
}

.tarif-referentiel em {
    font-size: clamp(10px,0.857vw,12px);
    margin: 5px 0;
    display: block;

}

.tarif-referentiel p:last-child {
    margin-bottom: 0;

}

.objectif-texts .yellow {
    font-weight: 600;
}

.objectif-texts .actro {
    font-size: clamp(30px,3vw,42px);
}

.objectifs > .e-con-inner > .objectifs-item:not(:first-child) {
    display: none;
}


.objectifs .slick-prev,.objectifs .slick-next {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: var(--color-1);
    border: 0 !important;

}

 


.objectifs  .slick-prev {
    left: 10px;
  }
  
.objectifs .slick-next {
    right: 10px;
  }
  
.objectifs .slick-prev svg, .objectifs .slick-next svg {
    width: clamp(35px,4.861vw,70px);
    height: clamp(35px,4.861vw,70px);
    stroke: #000; /* Customize arrow color */
  }

@media screen and (min-width:768px) {
    .objectifs > .e-con-inner > .objectifs-item {
        display: block !important;
    }
    
}

/*accordion*/

.accordion {
    /* width: fit-content; */
    cursor: pointer; 
}

.accordion h3 {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* position: relative; */
    
    
}



.accordion.is-open h3 {
    color: var(--color-1) !important;
    margin-bottom: 20px;
}

.accordion-content h4 {
    font-size: clamp(16px,1.286vw,18px);
}
.accordion-content h5 {
    font-size: clamp(14px,1.143vw,16px);
    font-weight: 600;
    color: var(--color-2);
}

.accordion-content p, body .accordion-content ul {
    line-height: clamp(30px,2.857vw,40px);
    margin-bottom: 0;
    text-align: justify;
}


  
.accordion h3:after {
    content: '';
    border-top: 6px solid var(--color-2);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    margin-left: clamp(15px,2.357vw,33px);

    height: 20px;
    width: 13px;
    display: flex;
    align-items: center;
    transform: translateY(14px);

  }

  .accordion.is-open h3:after {
    transform: rotate(180deg) translateY(0);
    border-top: 6px solid var(--color-1);
 
  }
  

.reglement-accordion-item {
    row-gap: 0;
}

body .reglement-accordion-item .elementor-widget-container h3.elementor-heading-title {
    font-size: clamp(14px,1.571vw,22px) !important;
}
  

body:not(.elementor-editor-active)  .accordion-content {
    

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

body .accordion-content ul{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

@media screen and (min-width:576px) {
    .accordion h3 {
        width: fit-content;
        justify-content: flex-start;
    }
}

@media screen and (min-width:1200px) {
    .accordion:hover h3:after {
        border-top: 6px solid var(--color-1);
    }

    .accordion:hover h3  {
        color: var(--color-1) !important;
    }
}
  