.main .carte {
  border-top: 2px solid #FFFFFF;
  padding-top: 60px;
}


.div-jaret {
    margin: 20px 0 20px;
    background: #DA1E27;
    padding: 40px 0;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF; 
}

.jarret-section {
    text-align: center;
}

.jarret-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.jarret-title {
    color: #DA1E27; 
    background-color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
}

.jarret-text {
    color: #F4F4F4;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.jarret-photo {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jarret-caption {
    font-style: italic;
    margin-top: 15px;
    color: #E6E6E6;
}

.jarret-button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 24px;
    background-color: #A11010;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.jarret-button:hover {
    background-color: #7E0D0D;
}

.jarret-photo:hover {
    transform: scale(1.02);
}

.splide-fullwidth {
    max-width: 1000px;
    margin: 30px auto;
    width: 100%;
}

.splide-fullwidth .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.splide__arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.splide__arrow svg {
    width: 24px;
    height: 24px;
    fill: #f1ecec;
}
