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


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

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

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

.jarret-title {
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 43px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.jarret-text {
    color: #000;
    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-photo:hover {
    transform: scale(1.02);
}

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

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

.jarret-button:hover {
    background-color: #433c8c;
}

.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;
}


.home-info .info-content {
  display: flex;
  align-items: center;
}

.home-info h3 {
  padding-bottom: 30px;
}
.home-info .left,
.home-info .right {
  width: 50%;
}

.home-info .left {
  padding-right: 20px;
}

.home-info .right {
  text-align: center;
}
.home-info .right img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .home-info .info-content {
    flex-direction: column;
    text-align: center;
  }

  .home-info .left,
  .home-info .right {
    width: 100%;
  }
}