main {
    margin-top: 100px;
}

.slider-numbers .slick-list {
    width: 100%;
}

.slider-offers {
    margin-top: -160px;
}

.slider-offers .slick-dots {
    margin-top: 30px !important;
}

.slider-offers .slick-slide {
    margin: 0 30px;
}

.slider-offers .slick-list {
    margin: 0 -30px;
}

.slider-offers .slick-list .block-hyperlink {
    height: 100%;
    display: grid;
}

.slider-offers .slick-slide .group-fleches {
    position: relative;
}

.slider-offers .slick-slide .fleche.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.slider-offers .slick-slide:hover .fleche.hover {
    opacity: 1;
}

.section-dates {
    position: relative;
}

.section-dates::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 10%;
    z-index: -1;
    width: 80%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/10/ligne-dates.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card-date {
    position: relative;
}

.card-date .date {
    position: absolute;
    top: -20px;
    left: 25%;
}

.page table tbody {
    display: grid;
}

.page table tr {
    display: flex;
}

.page table tr td {
    padding: 10px !important;
    color: var(--color-dark);
    border-top: none !important;
    border-color: #dddddd !important;
    width: 100%;
}

.page table tr {
    background-color: var(--color-light);
    padding-left: 10px;
    padding-left: 10px;
}

.page table tr:first-of-type {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #c7c6c6;
    border-top-left-radius: 50px;
}

.page table tr:first-of-type,
.page table tr:nth-of-type(2) {
    border-top-left-radius: 50px;
}

.page table tr:first-of-type,
.page table tr:last-of-type {
    border-bottom-right-radius: 50px;
}

.page table tr:first-of-type td,
.page table tr:last-of-type td {
    border-bottom: none !important;
}

.page table tr td:first-of-type,
.page table tr td:last-of-type {
    border-left: none !important;
}

.page table tr td:last-of-type {
    border-right: none !important;
}

.page table tr:last-of-type {
    padding-bottom: 10px;
}

.page table tr:last-of-type td {
    border-bottom: none !important;
}

.page table tr:nth-of-type(2) {
    padding-top: 10px;
}

/*Responsive*/
@media (max-width: 1360px) {
    .home .banner .d-flex .block-section:first-of-type br {
        display: none;
    }

    .home .banner .d-flex .block-section:last-of-type img {
        aspect-ratio: 1 !important;
    }
}

@media (max-width: 1024px) {

    .home .banner .d-flex .block-section:last-of-type img,
    .banner .d-flex .block-section:last-of-type img {
        aspect-ratio: 3 !important;
    }

    .section-dates::after {
        display: none;
    }

    .section-dates .d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .section-dates .d-flex .card-date {
        width: 45% !important;
    }
}

@media (max-width: 768px) {
    .title-custom {
        padding: 10px !important;
    }

    .slider-offers {
        margin-top: -80px;
    }

    .card-date .date {
        padding: 5px 10px !important;
    }
}