.page-template-template-fives .ast-primary-header-bar .menu-item a {
    color: #12365A!important;
}

.hero--fives {
    position: relative;
    min-height: 100svh;
    padding: 80px 0 120px;
    background-image: url("https://souvenirsdelete.fr/wp-content/uploads/2026/06/parchemin-bg-white.png");
    background-position: bottom center;
    background-size: cover;
}

.hero--fives .container {
    display: grid;
    grid-template-columns: minmax(450px, 1fr) minmax(500px, 550px);
    align-items: center;
    gap: 5rem;
    max-width: 1200px;
}

.hero--fives__inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero--fives__title {
    color: #12365A;
    font-size: clamp(3rem, 5vw + 1rem, 5.5rem);
    line-height: .95;
    font-weight: 900;
}

.hero--fives__subtitle {
    transform: rotate(-2deg);
    font-size: clamp(1.35rem, 2vw + 0.5rem, 2rem);
    margin-top: 1.5rem;
    font-family: "Caveat", cursive;
    font-weight: 500;
    color: #D46B3A;
}

.hero--fives__cta-button {
    margin-top: 3rem;
}

.envelope-separator {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
}

.envelope-separator svg {
    width: 100%;
    height: 90px;
    fill: #3F5E44;
}


.envelope-separator .flap-line {
    fill: none;
    stroke: rgba(74, 63, 47, 0.25);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.fives__cta-button {
    background-color: #12365A;
    color: #E8DCC8;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 1rem 1.8rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.fives__cta-button:hover {
    background-color: #1a4a7a;
    color: #E8DCC8;
}

.fives__cta-button-container {
    position: relative;
}

.fives__cta-button-container img {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 65px;
    transform: rotate(-40deg);
}

.hero--fives__images-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.hero--fives__images-container__map {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.hero--fives__images-container__photo {
    position: absolute;
    width: clamp(140px, 32vw, 220px);
    max-height: 150px;
    object-fit: cover;
    background: #fff;
    padding: 12px;
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
    transition: all 0.3s ease;
}

.hero--fives__images-container__photo:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transform: scale(1.5) rotate(2deg);
    transition: all 0.3s ease;
}

.hero--fives__images-container__photo--1 {
    top: 60px;
    right: 80px;
    transform: rotate(-6deg);
}

.hero--fives__images-container__photo--2 {
    bottom: 80px;
    left: 30px;
    transform: rotate(4deg);
}

.description--fives {
    background-color: #3F5E44;
}

.description--fives .description__title {
    color: #D46B3A;
}

.description--fives p {
    color: #fff;
}

.description__images__photo--fives {
    padding: 12px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
    border: none;
    border-radius: 0;
}

.description__content p span {
    font-weight: bold;
}

.podcasts--fives {
    background: #E8DCC8;
}

.podcasts__title--fives {
    color: #12365A;
}

.podcasts__grid__card--fives-blue .podcasts__grid__card__image {
  background: rgba(18, 54, 90, 0.7);
}

.podcasts__grid__card--fives-green .podcasts__grid__card__image {
  background: rgba(63, 94, 68, 0.7);
}

.podcasts__grid__card--fives-orange .podcasts__grid__card__image {
  background: rgba(212, 107, 58, 0.7);
}

.podcasts__sponsors--fives {
    justify-content: center;
    color: #2d3436;
}

@media screen and (max-width: 1060px) {

    .hero--fives {
        padding-top: 140px;
    }

    .hero--fives .container {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .hero--fives__inner {
        max-width: 100%;
    }

    .hero--fives__images-container {
        position: relative;
        width: 100%;
        height: clamp(220px, 30vw, 340px);
    }

    .hero--fives__images-container__map {
        display: none;
    }

    .hero--fives__images-container__photo--1 {
        position: relative;
        transform: rotate(-6deg);
        z-index: 2;
    }

    .hero--fives__images-container__photo--2 {
        position: relative;
        transform: rotate(5deg);
        margin-left: -40px;
        margin-top: 60px;
    }

    .fives__cta-button-container {
        display: inline-block;
        margin-top: 2rem;
    }

    .fives__cta-button-container img {
        width: 50px;
        left: -15px;
        top: -18px;
    }
}

@media screen and (max-width: 768px) {
    .description__images__photo--1 {
        top: 40px;
    }

    .fives__cta-button__desktop {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .hero--fives__images-container__photo {
        max-height: 120px;
    }
}
