.home .testimonies {
    margin-bottom: 90px;
    /*   padding: 26px 0 74px;  */
    padding: 0px 0 74px;

    background-color: #fff;
}

.home .testimonies .special-wrapper {
    max-width: 88%;
    color: #6c0149;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
}

.home .testimonies .testimonies-wrapper {
    max-width: 88%;
    padding-top: 20px;
}

/* Container for the testimonies section */
.home .testimonies #testimonies-slider {
    background-color: #e63946;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Individual Slide Styling */
.home .testimonies .testimonies__slide {
    position: relative;
    background-color: #e63946;
    color: #ffffff;
    padding: 25px 17px;
    width: 691px !important;
    /* border: 1px solid #E63946; */
}

.home .testimonies .testimonies__slide::after {
    content: '';
    position: absolute;
    top: 0;
    /*  right: 66px; */
    right: 35px;

    width: 17px;
    height: 100%;
    background: #ffffff;
    transform: skewX(350deg);
    z-index: 10;
}

/* Remove the line from the very last item */
.home .testimonies .testimonies__slide:last-child::after {
    /* display: none; */
}

.home .testimonies .testimony-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%;
   padding-bottom: 78px; */
}

.home .testimonies .testimony-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 10px;
    color: #fff;
}

.home .testimonies .testimony-situation {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 19px;
    width: 315px;

}






.home .testimonies .testimony-load {
    background: none;
    border: none;
    color: #2d2926;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    font-size: 22px;
}

.home .testimonies .testimony-img figcaption,
.home .testimonies .testimony-content:before {
    display: none;
}

.home .testimonies .testimony-img {
    position: relative;
    flex-shrink: 0;
    width: 283px;
    height: 318px;
    margin-right: 25px;
}

.home .testimonies .testimony-description {
    font-size: 21px;
    line-height: 23px;
    padding-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 100%;
    width: 85%;
}

.post-type-archive-temoignage .testimony-description {
      font-size: 14px;
   display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.post-type-archive-temoignage .testimony-situation {
    font-weight:100 !important;
}

.post-type-archive-temoignage .testimony-title {
 font-size: 24px;
}

.home .testimonies .testimony-load .icon-custom {
    display: inline-block;
    position: relative;
    transition: transform .3s;
    top: 4px;
    left: 11px;
}

.home .testimonies .icon-custom-triangle-down:before {
    font-weight: 100;
    color: #2d2926;
    font-size: 20px;

}

.home .icon-custom-triangle-down:hover {
    transform: none !important;
}

.home .testimonies .btn-red,.post-type-archive-temoignage .timeline-load-more .btn-red {
    color: #fff;
    background-color: #ed1a3b;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 70px 18px 20px;
}
.post-type-archive-temoignage .timeline-load-more .btn-red{
    border:none;
    padding: 18px 20px 18px 20px;
}

.post-type-archive-temoignage .timeline-load-more .btn-arrow-right:after{
    display:none;
}

.home .testimonies .btn-arrow-right:after {
    content: "\EA1C";
    font-size: 26px;
    font-weight: normal;

}

.home .testimonies .bx-controls .bx-next,
.home .testimonies .bx-controls .bx-prev {
    position: absolute;
    top: unset;
    transition: color .3s;
    font-size: 38px;
    bottom: -5px;
}

.home .testimonies .bx-controls .bx-prev {
    position: absolute;
    /* left: 40%; */
    transform: translateX(-100%);
}

.home .testimonies .bx-controls .bx-next {
    position: absolute;
    /* right: 40%; */
    transform: translateX(100%);
}



.home .testimonies .icon-custom-arrow-right:before,
.home .testimonies .icon-custom-arrow-left:before {
    color: #ed1a3b;
    font-size: 64px;
    font-weight: normal;
}



.home .testimonies .bx-controls,
.home .testimonies .custom-controls {
    margin-top: 50px;
    text-align: center;
}

.home .bx-viewport {
    background: #E63946;

}

.home .h1-style {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 90px !important;
}

.home .testimonies .bx-controls .bx-prev {
    left: 40%;
}

.home .testimonies .bx-controls .bx-next {
    right: 40%;
}

.home .testimonies .bx-controls .bx-next:hover,
.home .testimonies .bx-controls .bx-next:hover {
    position: absolute;
    transition: left .3s, right .3s;

}


.home .bx-next,
.home .bx-prev {
    -webkit-tap-highlight-color: transparent;
}

.home .testimonies .btn-red:hover,.post-type-archive-temoignage .timeline-load-more .btn-red:hover {
    background-color: #c50f2c;
}

.meet-us-wrapper {
    background: transparent !important;
    padding: 0 !important;
    text-align: end !important;

}

.meet-us-wrapper .btn-red {
    color: #fff !important;
    background-color: #ed1a3b !important;
}

.meet-us-wrapper .btn-red:hover{
    color: #ed1a3b !important;
    background-color: #ffffff !important;
}


.meet-us-wrapper a {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.meet-us-wrapper .btn-arrow-right {
    padding: 15px 60px 15px 20px;
}

.meet-us-wrapper .btn-arrow-right:after{
    content: "\EA1C";
    font-size: 18px;
    font-weight: normal;
    position: absolute;


}

.home .flickity-page-dots {
    display: none !important;
}

/* Parent reference */
.home .wrapper.testimonies-wrapper {
    position: relative;
}

/* Center the button */
.home .all-testimonies-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    z-index: 1;
}



/* Enable clicking */
.home .testimonies-arrows button {
    background: transparent;
    border: none;
    cursor: pointer;
    pointer-events: auto;
}

/* Place arrows around the button */
.home .testimonies-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    /* controls arrow distance */
    bottom: 0;
    /* aligns with button */
    pointer-events: none;
    z-index: 2;
}

/* Left arrow */
.home .testimonies-prev {
    transform: translateX(-100%);
}

/* Right arrow */
.home .testimonies-next {
    transform: translateX(100%);
}


.home .testimony-video {

    /* left: 25%; */
    position: absolute;
    bottom: 14px;
    width: 100%;
    z-index: 5;
    font-size: 16px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
}

.home .testimony-video:hover {
    color: #fff !important;
}

.home .testimony-video i,
.home .testimony-video:hover i {
    background-color: transparent;
    font-size: 16px;
}


.timeline{
    height: auto !important;
}

/* Image Container */
.timeline .testimony-img {
    position: relative;
    width: 170px;
    height: 220px;
    margin: 20px 0 20px 52px ;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.timeline .testimony-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimony-block{
 color: white;
     background: linear-gradient(135deg, #E63946 0%, #d42d3a 100%);
}

.post-type-archive-temoignage .wrapper{
padding:0px;
}
.post-type-archive-temoignage  .testimony-block .testimony-content{
margin:40px 0 0 30px;
        padding-left: 10px;
}
.timeline  .testimony-content:before{
    background:#ffffff;
    top:0;
    left:-25px;
}

.timeline .testimony-title{
     color: white;
}
.timeline .testimony-video .icon-custom-triangle-right {
    /* position: absolute;
    top:42%;
    left:40%;
      background: none; */

      content: "";
    font-family: icon-custom;
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    /* width: 66px;
    height: 66px; */
    line-height: 66px;
    border-radius: 50%;
    background: none;
    text-align: center;
    color: #ffffff;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transition: left 0s .5s, width .5s, height .5s, background .5s, line-height .5s, opacity .5s, font-size .3s;
    font-size: 1.6rem;
}

.timeline .testimony-video .icon-custom-triangle-right:hover {
background: transparent;
    font-size: 60px;
    color: #fff;
}

.timeline .testimony-video i{
  
font-size: 30px;

}

.timeline .testimony-content{
padding-bottom:10px;
}

/* ========================================
   LOAD MORE BUTTON STYLES
   ======================================== */


@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Testimonial visibility animations */
.post-type-archive-temoignage  .testimony-block {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.testimony-block.active {
    opacity: 1;
    transform: translateY(0);
}

.testimony-block.visible {
    opacity: 1;
    transform: translateY(0);
}

.post-type-archive-temoignage .cover:after, .cover:before{

    top:35px;
}



/* Remove ALL white divider lines on archive/timeline pages */
.post-type-archive-temoignage .testimony-block::after,
.post-type-archive-temoignage .testimonies__slide::after,
.timeline .testimony-block::after,
.timeline .testimonies__slide::after {
    display: none !important;
}

/* Remove from last child specifically */
.post-type-archive-temoignage .testimony-block:last-child::after,
.post-type-archive-temoignage .testimonies__slide:last-child::after,
.timeline .testimony-block:last-child::after {
    display: none !important;
}

/* Remove any borders or dividers */
.post-type-archive-temoignage .testimony-block,
.timeline .testimony-block {
    border-right: none !important;
}

/* Keep the home page slider line, but remove from last slide */
/* .home .testimonies .testimonies__slide:last-child::after {
    display: none !important;
} */

/* Remove extra padding/margin from timeline or wrapper */
.post-type-archive-temoignage .wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.post-type-archive-temoignage .timeline {
    position: relative;
    padding-top: 0 !important;
   
}

/* Black Play Button - Positioned at top of timeline */
.post-type-archive-temoignage .timeline::before {
    content: "▶";
    position: absolute;
    top: 25px; /* Adjust this to control spacing from breadcrumb */
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background-color: #2d2d2d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 3px;
    cursor: pointer;
    z-index: 100;
    transition: background-color 0.3s ease;
    display: none;
}

.post-type-archive-temoignage .timeline::before:hover {
    background-color: #1a1a1a;
}

/* Ensure the vertical line starts right after the play button */
/* .post-type-archive-temoignage .timeline .line {
    top: 0 !important;
} */

/* Remove any extra spacing from the group */
.post-type-archive-temoignage .timeline .group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* If there's still space, target the breadcrumb container */
.post-type-archive-temoignage .breadcrumb,
.post-type-archive-temoignage nav {
    margin-bottom: 20px !important;
}
/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* Extra Large Screens (1525px and below) */
@media (max-width: 1800px) {
    .home .testimonies .special-wrapper {
        max-width: 100%;
        color: #6C0149;
        font-size: 48px;
        font-weight: bold;
        font-family: 'Playfair Display', serif;
        letter-spacing: 2px;
    }

    .home .testimonies .testimonies-wrapper {
        max-width: 99%;
        padding-top: 20px;
    }

    /* .home .testimonies .testimonies__slide {
        position: relative;
        background-color: #E63946;
        color: #FFFFFF;
        padding: 25px 27px;
        width: 690px !important;
    } */

    .home .testimonies .bx-controls .bx-prev,
    .home .testimonies .bx-controls .bx-prev:hover {
        left: 35%;
    }

    .home .testimonies .bx-controls .bx-next,
    .home .testimonies .bx-controls .bx-next:hover {
        right: 35%;
    }
}

/* Large Laptops (1440px and below) */
@media (max-width: 1440px) {
    .home .testimonies .special-wrapper {
        font-size: 42px;
    }

    .home .testimonies .testimonies__slide {
        width: 600px !important;
        padding: 20px 25px;
    }

    .home .testimonies .testimony-title {
        font-size: 3.5rem;
    }

    .home .testimonies .testimony-img {
        width: 210px;
        height: 330px;
    }

    .home .testimonies .bx-controls .bx-prev,
    .home .testimonies .bx-controls .bx-prev:hover {
        left: 35%;
    }

    .home .testimonies .bx-controls .bx-next,
    .home .testimonies .bx-controls .bx-next:hover {
        right: 35%;
    }
}

/* Standard Laptops (1024px and below) */
@media (max-width: 1024px) {
    .home .testimonies {
        margin-bottom: 60px;
        padding: 20px 0 50px;
    }

    .home .testimonies .special-wrapper {
        max-width: 100%;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .home .testimonies .testimonies-wrapper {
        max-width: 92%;
    }

    .home .testimonies .testimonies__slide {
        width: 500px !important;

        padding: 20px 0px 20px 20px;
    }

    .home .testimonies .testimonies__slide::after {


        right: 23px;
        width: 15px;
        transform: skewX(352deg);
    }

    .home .testimonies .testimony-content {
        padding-bottom: 50px;
    }

    .home .testimonies .testimony-title {
        font-size: 3rem;
    }

    .home .testimonies .testimony-situation {
        font-size: 17px;
        width: 88%;
    }

    .home .testimonies .testimony-img {
        width: 175px;
        height: 260px;
        margin-right: 20px;
    }

    .home .testimonies .testimony-description {
        font-size: 20px;
        line-height: 26px;

    }

   

    .home .testimonies .testimony-load {
        font-size: 20px;
    }

    .home .testimonies .btn-red,.post-type-archive-temoignage .timeline-load-more .btn-red {
        font-size: 20px;
        padding: 15px 60px 15px 18px;
    }

    .home .testimonies .icon-custom-arrow-right:before,
    .home .testimonies .icon-custom-arrow-left:before {
        font-size: 50px;
    }

    .home .testimonies .testimonies__slide {
        min-height: 338px;
    }

    .home li.testimonies__slide {
        margin-right: 0 !important;

    }

    .home .testimonies .bx-controls .bx-prev,
    .home .testimonies .bx-controls .bx-prev:hover {
        right: 43%;

    }

    .home .testimonies .bx-controls .bx-next,
    .home .testimonies .bx-controls .bx-next:hover {
        left: 43%;
    }

}

/* Tablets and Mobile (768px and below) - SINGLE SLIDE VIEW */
@media (max-width: 768px) {

    .home .bx-viewport {
        min-height: auto;
    }

    .home .testimonies {
        margin-bottom: 40px;
        padding: 15px 0 40px;
    }

    .home .testimonies .special-wrapper {
        max-width: 100%;
        font-size: 28px;
        margin: 0 auto;
    }

    .home .testimonies .testimonies-wrapper {
        max-width: 100%;
        width: 100%;
        padding-top: 20px;
        overflow: hidden;
    }

    .home .testimonies #testimonies-slider {
        width: 100%;
        overflow: visible;
    }

    /* Single slide takes full width */
    .home .testimonies .testimonies__slide {
        /* max-width: 100% !important;
        width: 95% !important; */
        margin: 0 auto;
        padding: 20px 15px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    /* Remove all slide dividers on mobile */
    .home .testimonies .testimonies__slide::after {
        /* display: none;*/
    }

    .home .testimonies .testimony-content {
        /* padding-bottom: 30px; */
        flex: 1;
        padding-top: 0px !important;
    }

    .home .testimonies .testimony-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .home .testimonies .testimony-situation {
        font-size: 16px;
        width: 100%;
    }

    .home .testimonies .testimony-img {
        width: 150px;
        height: 225px;
        margin-right: 15px;
    }

    .home .testimonies .testimony-description {
        font-size: 18px;
        line-height: 24px;
        padding-right: 20px;
        -webkit-line-clamp: 5;
    }

    .home .testimonies .testimony-load {
        font-size: 18px;
        margin-top: 15px;
    }

    .home .testimonies .btn-red,.post-type-archive-temoignage .timeline-load-more .btn-red {
        font-size: 18px;
        padding: 12px 50px 12px 15px;
        display: inline-block;
        width: 230px;
    }

    /* Center navigation controls */
    .home .testimonies .bx-controls .bx-prev {
        left: 25%;
        transform: translateX(-50%);
    }

    .home .testimonies .bx-controls .bx-next {
        right: 25%;
        transform: translateX(50%);
    }

    .home .testimonies .bx-controls .bx-prev:hover {
        left: 25%;
    }

    .home .testimonies .bx-controls .bx-next:hover {
        right: 25%;
    }

    .home .testimonies .icon-custom-arrow-right:before,
    .home .testimonies .icon-custom-arrow-left:before {
        font-size: 40px;
    }

    .home .testimonies .bx-controls,
    .home .testimonies .custom-controls {
        margin-top: 30px;
    }

    .home .testimony-content {
        padding-left: 0 !important;
    }

    .home .testimonies .all-testimonies-btn {
        transform: none !important;
    }

    .home .formations {

        padding: 0px 0 40px;
    }

    .home .testimonies .btn-arrow-right:after {

        font-size: 1.5rem;
    }

    /* 
 .testimonies__slider{

    width: 100% !important;
}  */

    .home .h1-style {
        margin-bottom: 60px !important;
    }

      .timeline-load-more {
        padding: 30px 0;
        margin-top: 40px;
    }
    
    .timeline-load-more .btn-load-more {
        padding: 12px 30px;
        font-size: 14px;
    }

    .post-type-archive-temoignage .testimony-block {
       margin: 0px;
    }

    .post-type-archive-temoignage  .testimony-block .testimony-img{
transform:none;
    }

    .post-type-archive-temoignage .testimony-block{
        padding-bottom:0px;
    }
    .post-type-archive-temoignage .timeline .testimony-img{
        margin: 20px auto 20px 30px ;
    }
    .post-type-archive-temoignage .timeline .testimony-content:before{
    top: 45px;
    }

    .post-type-archive-temoignage .cover:after, .cover:before{

    top:25px;
}

.post-type-archive-temoignage .testimonies-timeline{
    padding-bottom:0px !important;
}

.post-type-archive-temoignage .h1-style{
font-size: 2.6rem;
}
.post-type-archive-temoignage .timeline .group {
    padding-top: 10px;
}

.post-type-archive-temoignage #main-header.fixed{
    margin: 0 15px;
        width: calc(100% - 30px);
}

.post-type-archive-temoignage .wrapper{
padding:0px 20px;
}


.post-type-archive-temoignage .timeline::before {
display: none;
}
.timeline-load-more {
    margin: 0 !important;
}


.meet-us-wrapper a {
    font-size: 16px;
   
}


}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .home .testimonies {
        margin-bottom: 30px;
        padding: 10px 0 30px;
    }

    .home .testimonies .special-wrapper {
        max-width: 100%;
        font-size: 24px;
    }

    .home .testimonies .testimonies__slide {
        width: calc(100vw - 30px) !important;
        padding: 15px 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home .testimonies .testimony-content {
        padding-bottom: 20px;
    }

    .home .testimonies .testimony-title{
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .home .testimonies .testimony-situation {
        font-size: 14px;
        max-width: 42ch;
        /* ≈ 40 characters */
        white-space: nowrap;
        /* force single line */
        overflow: hidden;
        /* hide overflow */
        text-overflow: ellipsis;
        /* show ... */


    }

    .home .testimonies .testimony-img {
        /* width: 150px;
        height: 225px;*/
        width: 100%;
        height: auto;

        margin-right: 0;
        margin-bottom: 15px;
    }

    .home .testimonies .testimony-description {
        font-size: 16px;
        line-height: 23px;
        padding-right: 10px;
        padding-left: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 16px;



    }

    .home .testimonies .testimony-load {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .home .testimonies .testimony-load .icon-custom {
        top: 3px;
        left: 8px;
    }

    .home .testimonies .icon-custom-triangle-down:before {
        font-size: 16px;
    }

    .home .testimonies .btn-red,.post-type-archive-temoignage .timeline-load-more .btn-red {
        font-size: 16px;
        padding: 10px 40px 10px 12px;
        display: block;
        margin: 0 auto;
    }

    .home .testimonies .bx-controls .bx-prev,
    .home .testimonies .bx-controls .bx-prev:hover {
        left: 15%;
    }

    .home .testimonies .bx-controls .bx-next,
    .home .testimonies .bx-controls .bx-next:hover {
        right: 15%;
    }

    .home .testimonies .bx-controls .bx-next,
    .home .testimonies .bx-controls .bx-prev {
        font-size: 28px;
        /* bottom: -10px; */
    }

    .home .testimonies .icon-custom-arrow-right:before,
    .home .testimonies .icon-custom-arrow-left:before {
        font-size: 32px;
    }

    .home .testimonies .bx-controls,
    .home .testimonies .custom-controls {
        margin-top: 20px;
    }

    /* ul#testimonies-slider-home{
        width:100% !important;
    } */



    .home .testimonies .testimonies__slide::after {
        display: none;
    }

    .home .h1-style {
        margin-bottom: 60px !important;
    }

    .home .testimony-img img {
        width: 100%;
        height: 319px;
    }


    .home .testimonies-arrows {

        width: 260px;
        /* controls arrow distance */

    }

    .timeline-load-more {
        padding: 20px 0;
        margin-top: 30px;
    }
    
    .timeline-load-more .btn-load-more {
        padding: 10px 25px;
        font-size: 13px;
        width: 90%;
        justify-content: center;
    }

.post-type-archive-temoignage .testimonies-timeline{
    padding-bottom:0px !important;
}

.meet-us-wrapper a{
    font-size: 10px;
   
}

}

/* Small Mobile (360px and below) */
@media (max-width: 360px) {
    .home .testimonies .special-wrapper {
        font-size: 20px;
    }

    .home .testimonies .testimony-title {
        font-size: 1.75rem;
    }

    .home .testimonies .testimony-situation{
        font-size: 13px;
    }

    .home .testimonies .testimony-img {
        width: 100%;
        /*  height: 180px; */
    }

    .home .testimonies .testimony-description{
        font-size: 14px;
        line-height: 20px;
    }

    .home .testimonies .testimony-load {
        font-size: 14px;
    }

    .home .testimonies .btn-red,.post-type-archive-temoignage .timeline-load-more .btn-red {
        font-size: 14px;
        padding: 8px 35px 8px 10px;
    }

    .home .testimonies .bx-controls .bx-prev {
        left: 10%;
    }

    .home .testimonies .bx-controls .bx-next {
        right: 10%;
    }


    /* .bx-viewport{
    min-height: 740px;
    } */
}

/* .testimony-popin.is-active {
    position: fixed !important;
    top: 0;
    left: -44%;
    width: 69vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);

    z-index: 9999;
} */
.post-type-archive-temoignage .testimony-popin.is-active {
    position: fixed !important;
    inset: 0; /* top right bottom left = 0 */

    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.85);
    z-index: 2147483647; /* max safe value */
}
.post-type-archive-temoignage .testimony-popin__container iframe {
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vh;
}

.post-type-archive-temoignage .testimony-popin__close {
    right: 60px;
}
.post-type-archive-temoignage .timeline-load-more .icon-custom.icon-custom-triangle-down::before {
    top: 4px;
    position: relative;
    left: 5px;
}