.content-item-2 {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.content-item-2.active {
    display: block;
    opacity: 1;
}

.caroussel-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
}

.head-text {
    color: #fff;
}


.engagement-title h1,
.engagement-title h2 {
    display: flex;
    align-items: center;
    font-family: 'roboto_bold';
    color: #d6254f;
    text-transform: uppercase;
}

.introduction h1 {
    line-height: 1.2 !important;
}

.sub-introduction h2,
.carroussel-information h2 {
    color: #fff !important;
    font-family: 'roboto-medium' !important;
}

.engagement-title .low {
    display: flex;
    align-items: center;
    font-family: 'roboto-regular';
    color: #d6254f;
}

.engagement-intro {
    /* overflow: hidden; */
    padding-top: 1px;
}

.engagement-intro p {
    font-size: 28px;
    font-family: 'roboto-regular';
    margin: 10px 0 40px 0 !important;
}

.download-button {
    display: flex;
    margin-top: 20px;

}

.report-btn-red {
    font-family: "roboto-regular";
    text-transform: uppercase !important;
}

.report-btn-red:hover {
    background-color: #fff;
    color: #d6254f;
    border: 1px solid #d6254f;
}

.btn {
    text-transform: uppercase !important;
}

.red {
    color: white;
    background-color: #D7254F;
}

.white {
    color: #D7254F;
    background-color: #f1f1f1;
}

.objectifs-developpement {
    padding: 0px;
    text-align: center;
}

.picto-container-centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.picto-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.picto {
    flex: 1 1 170px;
    max-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pictogramme{
    height:204px;
    width:auto;
}

@media(max-width:768px){
    .pictogramme{
        max-width:200px;
        height:auto;
    }
}

.picto p,
.picto h4 {
    line-height: 30px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .picto-container-centered {
        display: flex;
        flex-direction: column;
        /* <-- direction verticale */
        align-items: center;
        /* centre horizontalement chaque élément */
        gap: 10px;
    }

}

.picto img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.lower-image-width {
    width: 150px !important;
    height: 100px !important;
}

.rapport-impact-objectif {
    width: 100%;
    height: auto;
    background-color: #D7254F;
    color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 75px 0;
    overflow: hidden;
}

/* Positionner les boutons à l'extérieur du carrousel */
.rapport-impact-objectif {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next, 
.prev-btn-2,
.next-btn-2{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

/* .carousel-control-prev,
.prev-btn-2 {
    left: -4rem;
}

.carousel-control-next,
.next-btn-2 {
    right: -3rem;
} */

.prev-btn-2 {
    left: -4rem;
}

.next-btn-2 {
    right: -3rem;
}

@media (max-width: 992px) {
    .button-comex {
        display: block !important;
        position: relative !important;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 100px;
    }

    /* .carousel-control-prev {
        display: none !important;
    }

    .carousel-control-next {
        display: none !important;
    } */

    .scroll-button {
        display: flex !important;
        position: absolute;
        right: 0;
    }

    .scroll-button button {
        border: none;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.axian-engagement-chevron-button-control {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.button-comex {
    display: none;
}

.low-opacity {
    opacity: 0.7 !important;
}


.title {
    font-weight: bold;

}

.subtitle {
    min-height: 50px !important;
}

.engagement-key-points img {
    max-width: 150px;
    max-height: 80px;
}

.engagement-key-points .title {
    font-family: 'roboto_bold' !important;
    color: #D7254F !important;
}

.engagement-key-points .subtitle {
    font-family: 'roboto_light' !important;
    font-size: 18px;
}

.video-temoignage {
    height: 100vh;
    margin: 0;
    padding: 0;
    border-radius: 0;

}

.video-temoignage .carousel,
.video-temoignage .carousel-inner,
.video-temoignage .carousel-item {
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.video-temoignage .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0;
}

@media(max-width:768px){
    .video-temoignage {
        height: 30vh;
    }

    .video-button{
        display:none;
    }
}

.focus-alterra .container-fluid {
    position: relative !important;
}

.alterra-image {
    width: 680px;
    height: 601px;
    position: relative;
    right: 0;
    margin-left: auto;
}

.alterra-logo {
    width: 150px;
    height: auto;
    position: absolute;
    top: -214px;
    right: 15px;
    border-radius: 0;
    z-index: 10;
}

@media (max-width: 992px) {
    .alterra-logo {
       max-width: 90px;
       margin-bottom:20px;
    }
    .alterra-image {
        width: 500px;
        height: 350px;
    }

    .alterra-logo {
        top: -80px;
    }
}
.mobile{
    display: none !important;
}
@media (max-width: 768px) {
    .mobile{
        display: block !important;
    }
    .desktop{
        display: none !important;
    }
    .alterra-image {
        width: 100%;
    }

    .alterra-logo {
        z-index: 10;
        position: absolute;
        display: block;
        left: 0;
    }

}

.alterra-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 0;

}

.fondation-image {
    width: 90%;
    height: 100%;
    position: relative;
    right: 0;
}

@media (max-width: 768px) {
    .fondation-image {
        width: auto;
        height: auto;
    }
}

.alterra-image img,
.fondation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.alterra-intro {
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 500px !important;
}

.chiffre-col {
    text-align: left;
}

/* Appliquer les pointillés à tous sauf le dernier */
.chiffre-col:not(:last-child) .investissment-info {
    position: relative;
    height: 150px;
}

.chiffre-col:not(:last-child) .investissment-info::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 2px;
    height: 100%;
    border-right: 2px dashed rgba(0, 0, 0, 0.5);
}

.chiffre-row {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.chiffre-col {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 992px) {
    .chiffre-col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .chiffre-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.achievement-key-points {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 100px;
    border-radius: 75px 0;
}

.chiffre-background .engagement-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.investissment-info h1 {
    font-family: 'roboto_bold';
    color: #d6254f;
    margin-bottom: 0;
}

.investissment-info h5 {
    font-family: 'roboto-regular';
}

.fondation-logo {
    width: 150px;
    height: 100px;
    position: relative;
    margin-top: 50px;
    border-radius: 0;
}

.fondation-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 0;
}

.fondation-intro {
    padding-top: 20px;
    padding-bottom: 10px;
}

.fondation-intro h1 {
    font-family: 'roboto_bold';
    color: #5463A9;
}

.fondation-subintro h2 {
    font-size: 24px !important;
    font-family: 'roboto_bold';
    color: #D7254F;
}

.fondation-intro {
    max-width: 640px;
}

.fondation-intro p {
    font-size: 28px;
    font-family: 'roboto-regular';
}

.paragraph p {
    font-family: 'roboto_light';
    font-size: 24px;
}

.saut {
    padding-top: 80px;
    padding-bottom: 20px;
}

.partner-list img {
    border-radius: 0 !important;
}

@media(max-width:768px){
    .partner-list img{
        max-width:200px;
        height:auto;
        display:block;
        margin:auto;
        object-fit: none;
    }
}

.partner {
    border-radius: 0 !important;
    height: 100px;
}

.same-height {
    height: 100px !important;
    object-fit: contain !important;
}


.page-decoration {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.decoration-page-img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .page-decoration {
        display: none;
    }

    .nous-engageons-content {
        justify-content: center;
        align-items: center;
    }

}

.nous-engageons {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.partner-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media(max-width:768px){
    .logo-fondation img{
        max-width:150px;
        display:block;
        margin:auto;
    }
}

.video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.border-inherit {
    border: inherit !important;
}

.video-section video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    z-index: 2;
    position: relative;
    display: block;
}

.video-section .custom-pattern-video {
    position: absolute;
    z-index: 1;
    left: -50px;
    bottom: -50px;
    width: 80%;
    object-fit: cover;
}

.video-section .custom-top-blue-background {
    width: 40%;
    height: 70%;
    background-color: #abc7e3;
    position: absolute;
    z-index: 1;
    right: -50px;
    top: -50px;
    border-radius: 30px;
}

.video-section .video-container {
    width: 100%;
}

.video-section .video-container .controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px;
    border-radius: 10px;
    color: white;
    z-index: 3;
    width: 100%;
}

.video-section .video-container .controls-progress {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0 0 30px 30px;
    color: white;
    z-index: 3;
}

.video-section .video-container button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.video-section .video-container .progress {
    width: 100%;
    background: none;
}

.video-section .video-container .progress input[type="range"] {
    width: 100%;
    cursor: pointer;
    accent-color: #d6254f;  
}

.video-container .ten-second,
.video-container .controls-progress {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-container:hover .ten-second,
.video-container:hover .controls-progress {
    opacity: 1;
}

.video-container .controls .playPause img {
    width: 70px;
    height: 70px;
}

@media (max-width: 768px) {
    .video-section .custom-pattern-video {
        left: -5px;
        bottom: -5px;
    }

    .video-section .custom-top-blue-background {
        right: -10px;
        top: -10px;
    }
}

/* Style pour la décoration qui dépasse */
.page-decoration-absolute {
    right: 0px; 
    top:50%;
    width: auto; 
    z-index:0;
    pointer-events: none;
  }
  
  .page-decoration-absolute-top {
    right: 0px; 
    top:10%;
    width: auto; 
    z-index:0;
    pointer-events: none;
  }
  
  .page-decoration-absolute-middle {
    right: 0px; 
    top:40%;
    width: auto; 
    z-index:0;
    pointer-events: none;
  }
  
  .page-decoration-absolute-middle-contact{
    right: 0px; 
    top:65%;
    transform:translateY(-50%);
    width: auto; 
    z-index:0;
    pointer-events: none;
    z-index:0;
  }
  
  .page-decoration-absolute-bottom{
    right: 0px; 
    top:60%;
    width: auto; 
    z-index:0;
    pointer-events: none;
  }
  
  .decoration-page {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  .decoration-page-inverse{
    width:100%;
    height:350px;
    object-fit: cover;
    z-index:44;
  }
  
  @media(width > 1920px){
    .decoration-page{
      height:700px;
    }
  
    .decoration-page-inverse{
      height:650px;
    }
  }
  
  @media(max-width:768px){
    .page-decoration-absolute-bottom{
      top:90%;
    }
  
    .decoration-page{
      height:150px;
    }
  
    .decoration-page-inverse{
      height:150px;
    }
  }
  .decoration-page-middle {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }

  .container-tranding {
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.section-heading {
    font-size: 3rem;
    color: var(--primary);
    padding: 2rem 0;
}

#tranding {
    padding: 0rem 0;
}

@media (max-width:1440px) {
    #tranding {
        padding: 0rem 0;
    }
}

#tranding .tranding-slider {
    height: auto;
    padding: 0 0 4rem 0;
    position: relative;
}

/* @media (max-width:500px) {
    #tranding .tranding-slider {
        height: 45rem;
    }
} */

.tranding-slide {
    width: 60rem;
    aspect-ratio: 16 / 9;
    position: relative;
}

.tranding-slide .tranding-slide-img {
    height: 100%;
}

.tranding-slide .tranding-slide-img .video-section {
    height: 100%;
}

.tranding-slide .tranding-slide-img .video-section .video-container {
    height: 100%;
}

iframe {
    border-radius: 30px;
}

.iframe-youtube {
    /* min-height: 70vh;  */
    aspect-ratio: 16 / 9;
    position: relative; 
    z-index: 3
}

@media (max-width: 600px) {
    .iframe-youtube {
        min-height: 290px; 
    }

    .tranding-slide {
        min-height: 290px; 
    }
}

@media (max-width: 1200px) {
    .tranding-slide {
        width: 55% !important;
    }
}

@media (max-width:768px) {
    .tranding-slide {
        width: 80% !important;
    }

    .container-tranding {
        padding: 0 0rem;
        margin: 0 auto;
    }
}

@media (max-width:500px) {
    .tranding-slide .tranding-slide-img {
        height: auto !important;
    }

    .tranding-slide .tranding-slide-img .video-section {
        height: auto !important;
    }

    .tranding-slide .tranding-slide-img .video-section .video-container {
        height: auto !important;
    }
}

.tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.tranding-slide-content .food-price {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
}

.food-rating {
    padding-top: 1rem;
    display: flex;
    gap: 1rem;
}

.rating ion-icon {
    color: var(--primary);
}

.swiper-slide {
    filter: blur(10px)
}

.swiper-slide-active {
    filter: none !important;
}

.swiper-slide-prev, .swiper-slide-next {
    filter: blur(10px)
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
display: none;
}

.trading-slider-control {
    padding: 20px !important;
}

.tranding-slider-control svg {
    display: none;
}

.swiper-button-prev {
    left: 5% !important;
    border: none !important;
}

.swiper-button-next {
    right: 5% !important;
    border: none !important;
}

.swiper-pagination-bullet-active {
    background: #d6254f !important;
}

.hidden-slide {
    display: none !important;
}

.gray-bottom {
    position: relative;
}

.gray-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58%;              
    background: #f1f0f0;      
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    z-index: -1; 
}

.border-blanc {
    border-color: #fff !important;
}

@media (max-width: 768px) {
    .swiper-button-mobile-left {
        left: -0.5rem !important;
    }

    .swiper-button-mobile-right {
        right: -0.5rem !important;
    }
}