/*calendrier*/

.calendrier-section-1 .info-match *  {
    font-size: clamp(16px,1.286vw,18px);
}

.calendrier-section-1 .info-match h2 {
    font-size: clamp(30px,3vw,42px);
    margin-bottom: 0;
    line-height: 1;
}

.calendrier-section-1 .info-match span.small-16 {
    font-size: clamp(18px,1.429vw,20px);
    font-weight: 600;
}

.calendrier-section-1 .ad img {
    max-width: 225px  !important;
    display: block;
    margin: auto;
    box-shadow: 0 0 5px var(--color-1);
}

/* body:not(.elementor-editor-active) .calendrier-section-1 > .e-con-inner > .elementor-element:not(:first-child) {
    display: none;
} */

.calendrier-section-1 {
    margin-bottom: 30px;
}

.list-departement {
    max-height: 265px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--color-1) rgba(0, 0, 0, .19);
    padding-right: 15px;
    font-size: clamp(16px,1.25vw,18px) !important;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.list-departement::-webkit-scrollbar {
    width: 10px
}

.list-departement::-webkit-scrollbar-thumb {
    background-color: var(--color-1);
    border-radius: 15px
}

.list-departement::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .19)
}

.list-departement li .yellow {
    font-weight: 600;
}

.inclus-finalistes-item .elementor-widget-image {
    overflow: hidden;
    border-radius: 10px;
}

.inclus-finalistes-item .elementor-widget-image img {
    transition: all 2000ms ease-in-out;
    width: 100%;
}




.inclus-finalistes-item:hover .elementor-widget-image img {
    /* box-shadow: 0px 0px 5px 0px var(--color-1); */
    
    transform: scale(1.2) rotate(0.5deg)

}

.inclus-finalistes-item:hover p {
    text-shadow: 1px 0px 3px #d2bd677a;
}

.calendrier-section-1 .slick-track {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.calendrier-section-1 .slick-slide.ad-slide img{
    display: flex;
    max-height: 592px !important;
    object-fit: cover;
   
}

.second-etape-title h2 {
    font-size: clamp(20px,1.765vw,24px) !important;
}

@media screen and (max-width:767px) {
    .calendrier-section-1 .slick-slide.ad-slide img{
        width: auto;
        max-height: 200px !important;
    }
}



@media screen and (min-width:768px) {
    .list-departement {
        text-align: left;
    }

    .calendrier-section-1 .ad img {
        max-width: unset !important;
    }

    body:not(.elementor-editor-active) .calendrier-section-1 > .e-con-inner > .elementor-element:not(:first-child) {
        display: flex;
    }
}

@media screen and (min-width:1200px) {
    .calendrier-section-1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width:1360px) {
    .second-etape-title h2 {
        font-size: clamp(20px,1.765vw,24px) !important;
    }
    
}