.prestations-page {
    width: 100%;
    background-color: transparent;
    color: #F1E9E0;
}
.page-template-page-prestations {
        background: linear-gradient(180deg, #111, #111 82.84%, #3f3127);
}
.page-template-page-prestations footer#colophon {
    background: transparent;
}
.prestations-page .hero-section {
    position: relative;
    width: 100%;
    height: 48.96vw;
    overflow: hidden;
}

.prestations-page .hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prestations-page .hero-video {
    width: 100%;
    height: calc(100% + 7.29vw);
    object-fit: cover;
}

.prestations-page .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.86) 0%, #111111 100%);
}

.prestations-page .hero-content {
    position: absolute;
    top: 16.67vw;
    left: 29.27vw;
    transform: none;
    text-align: center;
    z-index: 2;
}

.hero-title-apropos {
    font-family: 'Kapakana';
    font-size: 15.63vw;
    color: #A37F66;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.coaching-section {
    position: relative;
    padding: 0 22.03vw 0vw; 
        margin-bottom: -8vw;
}

.coaching-title {
    font-family: 'CormorantGaramond', serif;
    font-size: 3.02vw;
    font-weight: 500;
    line-height: 3.28vw;
    color: #F1E9E0;
    text-align: center;
    margin: 0 0 3vw;
}

.coaching-title span {
    font-family: 'Kapakana';
    font-size: 5.21vw;
    font-weight: 400;
    color: #A37F66;
    display: block;
}

.coaching-subtitle {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.15vw;
    font-weight: 500;
    line-height: 1.56vw;
    color: #F1E9E0;
    text-align: left;
    margin: 0 0 5.52vw;
}
.coaching-content {
    position: relative;
    column-count: 2;
    column-gap: 5vw;
}

.coaching-content p {
    break-inside: avoid;
}

.coaching-content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 32.71vw;
    background-color: #A37F66;
    transform: translateX(-50%);
}

.coaching-content > div {
    flex: 1;
}

.coaching-content > div:first-child {
    padding-right: 1.77vw;
}

.coaching-content > div:last-child {
    padding-left: 1.77vw;
}

.coaching-content p {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.04vw;
    font-weight: 300;
    line-height: 1.56vw;
    color: #F1E9E0;
    margin: 0 0 1.04vw;
}

.commerce-section {
    display: flex;
    align-items: flex-start;
        padding: 0vw 0 5vw;
    margin-top: -8vw;
    gap: 5.21vw;
}

.commerce-image {
    flex-shrink: 0;
    margin-left: 19.95vw;
    position: relative;
    width: 30vw;
    height: 42.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commerce-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commerce-content {
    padding-top: 3.91vw;
    max-width: 26.77vw;
}

.commerce-content h2 {
    font-family: 'CormorantGaramond', serif;
    font-size: 3.02vw;
    font-weight: 600;
    line-height: 3.28vw;
    color: #F1E9E0;
    margin: 0 0 1vw;
}

.commerce-content h2 span,
.commerce-content h2 em,
.commerce-content h2 i {
    font-family: 'Kapakana';
    font-size: 5.21vw;
    font-weight: 400;
    font-style: normal;
    color: #A37F66;
    display: block;
}

.commerce-content p strong {
    font-size: 1.15vw;
    font-weight: 500;
    margin: 0 0 1.56vw;
}

.commerce-content p {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.04vw;
    font-weight: 300;
    line-height: 1.56vw;
    color: #F1E9E0;
    margin: 0 0 1.04vw;
}

.commerce-content a {
    /* font-family: 'CormorantGaramond', serif;
    font-size: 1.15vw;
    font-weight: 700;
    color: #A37F66;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    display: flex; */
    margin-top: 1vw;
    
}

.contact-cta-section {
    padding: 5vw 0 12vw;
    display: flex;
    justify-content: center;
}

.contact-cta-link {
    display: flex;
        align-items: flex-start;
    gap: 1.56vw;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-cta-link:hover {
    opacity: 0.8;
}

.contact-cta-icon {
    width: 3.96vw;
    height: 3.96vw;
    flex-shrink: 0;
}

.contact-cta-link:hover .contact-cta-icon {
    animation: icon-pulse 0.6s ease;
}

@keyframes icon-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.contact-cta-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-cta-text {
    font-family: 'CormorantGaramond', serif;
    font-size: 2.6vw;
    font-weight: 400;
    letter-spacing: 0.078vw;
    text-transform: uppercase;
    color: #A37F66;
    line-height: 1.3;
        width: 60vw;
}

.contact-cta-text span {
    display: block;
}
.contact-cta-text span:nth-child(2) {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .prestations-page .hero-section {
        height: 120vw;
    }

    .prestations-page .hero-content {
        top: 35%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }

    .hero-title-apropos {
        font-size: 22vw;
    }

    .coaching-section {
        padding: 0vw 7% 5vw;
    }

    .coaching-title {
        font-size: 7vw;
        line-height: 1.2;
        margin-bottom: 5vw;
    }

    .coaching-title span {
        font-size: 11vw;
        display: inline;
        margin-left: 1vw;
    }

    .coaching-subtitle {
        font-size: 3.5vw;
        line-height: 5.5vw;
        max-width: 100%;
        margin-bottom: 8vw;
    }

    .coaching-content {
        column-count: 1;
    }

    .coaching-content::before {
        display: none;
    }

    .coaching-content > div:first-child,
    .coaching-content > div:last-child {
        padding: 0;
    }

    .coaching-content p {
        font-size: 3.5vw;
        line-height: 5.5vw;
        margin-bottom: 4vw;
    }

    .coaching-content.is-collapsed {
        max-height: 40vw;
        overflow: hidden;
        position: relative;
    }

    .coaching-content.is-collapsed::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25vw;
        background: linear-gradient(to bottom, transparent, #111111);
        pointer-events: none;
    }

    .coaching-content.is-expanded {
        max-height: none;
    }

    .coaching-show-more {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2vw;
        margin-top: 6vw;
        background: transparent;
        border: none;
        color: #A37F66;
        font-family: 'CormorantGaramond', serif;
        font-size: 3.5vw;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 900;
    }

    .coaching-show-more:hover {
        opacity: 0.8;
    }

    .coaching-show-more svg {
        width: 3vw;
        height: 3vw;
        transition: transform 0.3s ease;
    }

    .coaching-show-more.is-expanded svg {
        transform: rotate(180deg);
    }

    .commerce-section {
        flex-direction: column-reverse;
        padding: 0vw 7% 10vw;
        gap: 8vw;
    }

    .commerce-image {
        margin-left: 0;
        width: 100%;
        height: auto;
        align-self: center;
    }
    .commerce-content {
        padding: 0;
        max-width: 100%;
    }

    .commerce-content h2 {
        font-size: 7vw;
        line-height: 1.2;
        margin-bottom: 4vw;
    }

    .commerce-content h2 span,
    .commerce-content h2 em,
    .commerce-content h2 i {
        font-size: 11vw;
                display: inline;
        margin-left: 1vw;
    }

    .commerce-content p {
        font-size: 3.5vw;
        line-height: 5.5vw;
        margin-bottom: 4vw;
    }

    .commerce-content p strong {
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 5vw;
    }

    .commerce-content a {
        margin-top: 4vw;
    }

    .contact-cta-section {
        padding: 10vw 7% 18vw;
    }

    .contact-cta-link {
        text-align: center;
        gap: 4vw;
    }
    .contact-cta-text span {
        display: inline;
    }
    .contact-cta-icon {
        width: 10vw;
        height: 10vw;
    }

    .contact-cta-text {
        font-size: 5vw;
        letter-spacing: 0.2vw;
        width: auto;
    }
}
