@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

/* CSS for EQUINOXE website */

body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: #16120f;
}

header {
    background-color: white;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

body.index-page header {
    background-color: transparent; /* Initialement transparent sur index.html */
    box-shadow: none; /* Pas d'ombre au début sur index.html */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Transition douce */
}

body.index-page header.header-scrolled {
    background-color: white; /* Devient blanc au scroll sur index.html */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Ajoute l'ombre au scroll sur index.html */
}

.main-nav {
    position: absolute;
    left: 350px; /* 350px from the left edge */
    top: 22px; /* 22px from the top of the header */
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Arrange items horizontally */
}

.main-nav li {
    margin-left: 42px; /* Space between menu items */
}

.main-nav a {
    text-decoration: none;
    color: #16120f; /* Use the defined text color */
    font-family: 'Oswald', sans-serif;
    font-weight: 400; /* Oswald Regular */
    font-size: 18px; /* Reverted to original size */
    white-space: nowrap; /* Prevent text wrapping */
}

header img {
    height: 80px; /* Set explicit height to match header */
    width: auto;
    margin-left: 80px;
}

.action-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: auto;
}

.free-trial-link {
    position: absolute;
    right: 40px;
    top: 22px; /* Same height as main navigation */
    font-family: 'Oswald', sans-serif;
    font-weight: 700; /* Oswald Bold */
    color: white;
    text-decoration: none;
    z-index: 1001; /* Ensure it's above the action button */
    font-size: 24px;
}

main {
    margin-top: 0; /* Pour compenser la hauteur du header fixe */
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Changed from 0 to -1 */
    transform: translate(-50%, -50%);
    background-size: cover;
}


	

.slogan-overlay {
    position: absolute;
    bottom: 140px; /* Adjusted by 120px */
    left: 120px; /* Adjusted from 45px to 120px */
    z-index: 1; /* Above the video */
    text-align: left; /* Changed from right to left */
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 600; /* Oswald Semi-bold */
    font-size: 64px; /* Doubled from 32px */
    text-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Even more increased black halo effect */
}

.slogan-overlay p {
    margin: 0;
    line-height: 1.2;
}

.temp-grey-section {
    background-color: #808080; /* Gris moyen */
    height: 50px; /* Hauteur arbitraire pour la visibilité */
    width: 100%;
}

footer {
    background-color: #333333; /* Gris foncé */
    padding: 20px; /* Ajout d'un padding pour le contenu */
}

footer a {
    color: #a0a0a0;
    text-decoration: none;
}

footer a:hover {
    color: #cccccc;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer h4 {
    color: #a0a0a0;
}

/* Footer Visibility Rules */
.footer-mobile {
    display: none;
}

@media (max-width: 700px) {
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .footer-mobile li {
        font-size: 18px; /* Augmentation de 2px pour la lisibilité */
    }
}

.infos-section {
    background-color: #180a10;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 120px; /* Keep original padding for now, will adjust later for responsiveness */
    min-height: 130px;
    justify-content: flex-start;
    position: relative; /* Keep relative for .etoiles-image positioning */
}

.info-item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

.info-item p {
    margin: 0;
    white-space: nowrap;
}

.email-icon + p {
    transform: translateY(-14px);
}

.info-item:first-child p { /* Specific for the address line */
    transform: translateY(10px);
}

.info-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-icon {
    height: 50px;
    margin-right: 15px;
}

.email-icon {
    height: 35px;
    transform: translateY(-15px);
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 63px;
    transform: translateY(-15px);
}

.social-icon {
    height: 33px; /* Default for facebook */
}

.social-icons a:last-child .social-icon { /* Specific for instagram */
    height: 30px;
}

.adresse-image {
    height: 135px; /* Set to 135px */
    width: auto;
    margin-left: 60px;
}

.etoiles-image {
    position: absolute;
    top: 15px;
    right: 120px;
    height: 110px;
    width: auto; /* Adjust as needed */
    z-index: 1;
}

.avantage-section {
    background-color: #E24276;
    height: 285px; /* Augmenté pour permettre à l'image de s'agrandir */
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Modifié pour aligner par le haut */
}

.avantage-image {
    height: 250px;
    width: auto;
}

#avantage-club {
    /* La hauteur est réduite pour diminuer la largeur d'environ 30px */
    height: 210px; /* -10px de plus */
}

.avantage-section .avantage-image:last-of-type {
    height: 255px;
}



.cta-section {
    background-color: #180a10;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-image {
    height: 290px;
    width: auto;
}

.presentation-section {
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    padding: 40px 120px; /* Default for desktop */
    align-items: center;
}

.presentation-image img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.presentation-text {
    padding: 20px;
}

.presentation-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.presentation-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276;
    margin-bottom: 10px;
}

.presentation-text p {
    font-size: 18px;
    line-height: 1.6;
}

.cta-section-duplicated {
    background-color: #180a10;
    height: 330px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Default for desktop */
}

.reengagement-cta-section {
    background-color: #180a10;
    color: white;
    padding: 60px 20px 100px 20px;
    text-align: center;
}

.reengagement-cta-content p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 160px;
}

.cta-highlight {
    font-size: 36px;
    font-weight: 700;
    color: #E24276;
}

.cta-button {
    background-color: #E24276;
    color: white;
    padding: 20px 30px;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    font-size: 35px;
    margin-top: 40px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c93a6a;
}

.cta-mobile-text {
    display: none;
}

@media (max-width: 700px) {
    .cta-desktop-text {
        display: none;
    }
    .cta-mobile-text {
        display: inline;
    }
}

.testimonials-section {
    background-color: white;
    padding: 60px 20px;
    text-align: center;
}

.testimonials-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276;
    margin-bottom: 10px;
}

.testimonials-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonials-section .stars {
    color: #FFD700; /* Couleur dorée pour les étoiles */
}

.carousel-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.testimonial-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.testimonial-card span {
    font-weight: 700;
    color: #E24276;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
}

.prev-button {
    left: -50px;
}

.next-button {
    right: -50px;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.carousel-dot {
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-dot.active {
    background: #E24276;
}

.how-it-works-section {
    background-color: #180a10;
    color: white;
    padding: 60px 35px 20px 35px;
    text-align: center;
}

.how-it-works-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.how-it-works-section ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}

.how-it-works-section li {
    margin-bottom: 30px;
}

.how-it-works-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276;
    margin-bottom: 10px;
}

.how-it-works-section p {
    font-size: 18px;
    line-height: 1.6;
}

.how-it-works-section .conclusion {
    font-size: 22px;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.seo-section {
    padding: 60px 20px 10px 20px; /* padding-bottom réduit de 50px */
    text-align: center;
    background-color: white;
    margin-left: 155px;
    margin-right: 155px;
}

.seo-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276;
    margin-bottom: 10px;
}

.seo-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.seo-section p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .seo-section {
        margin-left: 35px;
        margin-right: 35px;
    }
}

.contact-section {
    padding: 60px 20px;
    text-align: center;
}

.contact-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-section input,
.contact-section textarea {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
}

.contact-section button {
    align-self: center;
}

.faq-section {
    padding: 60px 20px;
    text-align: center;
}

.faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header::after {
    content: '+';
    font-size: 24px;
    font-weight: bold;
}

.accordion-header.active::after {
    content: '−';
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
}

.accordion-content p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

/* Banner for other pages */
.image-banner {
    position: relative; /* For positioning children */
    margin-top: 80px; /* Pushes it below the fixed header */
}

.image-banner img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Fixes potential bottom space under image */
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.image-banner .banner-content {
    position: absolute;
    top: 50px; /* 80px - 30px */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 2; /* On top of the overlay */
}

.image-banner .banner-content h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700; /* Bold */
    font-size: 4rem; /* Large font size */
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    margin: 0;
}

.image-banner .banner-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400; /* Regular weight */
    font-size: 1.8rem;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    margin-top: 15px; /* Space between h1 and h2 */
}

.philosophy-text-block {
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    max-width: 800px;
    width: 90%; /* To ensure it doesn't get too wide on medium screens */
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    z-index: 2; /* To be on top of the overlay */
}

.philosophy-text-block .cta-button {
    display: inline-block; /* Allow margin-top to apply */
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .desktop-only {
        display: none;
    }
}

@media (min-width: 1201px) {
    .mobile-only {
        display: none;
    }

    .video-overlay-logo {
        top: 170px;
        transform: translateX(-50%);
        height: 250px;
        width: auto;
        max-width: none;
    }
}

.podcast-section {
    padding: 60px 20px;
    text-align: center;
}

.podcast-player-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Changed from center to flex-start */
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    gap: 20px;
}

.podcast-player-card img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    margin-top: 25px; /* Added */
}

.podcast-details {
    text-align: center;
    width: 100%;
}

.podcast-details h3 {
    font-size: 28px;
    color: #16120f;
    margin-bottom: 10px;
}

.podcast-details p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Responsive adjustments for podcast player */
@media (min-width: 768px) {
    .podcast-player-card {
        flex-direction: row;
        text-align: left;
    }

    .podcast-player-card img {
        margin-right: 30px;
    }

    .podcast-details {
        text-align: left;
    }
}

.philosophy-section {
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 2fr; /* Image on left, text on right */
    gap: 20px;
    padding: 40px;
    align-items: flex-start; /* Changed from center to flex-start */
    margin-left: 80px; /* Added */
    margin-right: 80px; /* Added */
}

.philosophy-image img {
    width: 100%;
    height: auto;
    margin-top: 40px !important; /* Changed from -10px to 40px and added !important */
}

.philosophy-text {
    padding: 20px;
}

.philosophy-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276; /* Pink color */
    margin-bottom: 10px;
}

.philosophy-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.philosophy-text ul {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.philosophy-text li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px; /* Space between list items */
}

.philosophy-text p {
    font-size: 18px;
    line-height: 1.6;
}

/* Styling for simple page titles */
.page-title-banner h1 {
    font-size: 4rem;
    margin-bottom: 0;
}

.page-title-banner p {
    font-size: 1.8rem;
    margin-top: 10px;
    color: white; /* Ajouté pour la lisibilité sur la bannière */
}

/* Responsive adjustments for page titles */
@media (max-width: 768px) {
    .page-title-banner h1 {
        font-size: 2.5rem; /* Smaller font size for mobile */
    }

    .page-title-banner p {
        font-size: 1.2rem; /* Proportionally smaller size for mobile */
    }
}

/* Packs Section Styling */
.packs-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.packs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* This creates the 20px margin between cards */
    max-width: 2000px; /* 4 * 470px + 3 * 20px */
    margin: 0 auto;
}

.pack-card {
    width: 470px;
    min-height: 540px; /* Using min-height as discussed */
    border: 1px solid #e8e8e8;
    border-radius: 10px; /* Adding a slight radius for modern look */
    padding: 40px;
    box-sizing: border-box; /* Important for padding and border */
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}

.pack-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #16120f;
    margin-bottom: 20px;
}

.pack-subtitle {
    font-size: 18px;
    color: #555;
    margin: 0;
}

.pack-price {
    font-size: 52px; /* Larger than the title */
    font-weight: 700;
    color: #16120f;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.2em;
}

.pack-period {
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.pack-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: center;
    flex-grow: 1; /* This pushes the button to the bottom */
}

.pack-features li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pack-features li::before {
    content: '✓';
    color: #E24276;
    font-weight: bold;
    margin-right: 10px;
}

.pack-cta {
    background-color: #E24276;
    color: white;
    padding: 25px 30px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    font-size: 20px;
    transition: background-color 0.3s ease;
    align-self: center; /* Center button horizontally */
    width: 80%; /* Make button width consistent */
}

.pack-cta:hover {
    background-color: #c93a6a;
}

/* Responsive adjustments for packs */
@media (max-width: 1980px) { /* 4 cards */
    .packs-grid {
        max-width: 1450px; /* 3 cards */
    }
}

@media (max-width: 1480px) { /* 3 cards */
    .packs-grid {
        max-width: 980px; /* 2 cards */
    }
}


@media (max-width: 1200px) { /* Tablet */
    .packs-grid {
        max-width: 470px; /* 1 card */
    }
}

@media (max-width: 768px) {
    .pack-card {
        width: 100%;
        min-height: auto; /* Let height be determined by content */
        height: auto;
        padding: 30px;
    }

    .pack-price {
        font-size: 42px;
    }
}

.single-offer-section {
    text-align: center;
    padding: 40px 20px;
}

.single-offer-section > p {
    font-size: 28px;
    font-weight: 600;
    color: #16120f;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.more-packs-container {
    max-width: calc(100% - 260px);
    margin: 30px auto 0;
}

.more-packs-main-text {
    font-size: 24px;
    color: #555;
}

@media (max-width: 768px) {
    .more-packs-container {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.commitment-text {
    font-size: 18px;
    font-style: italic;
    color: #777;
    margin-top: 20px;
}

.pool-section {
    padding: 60px 20px;
    text-align: center;
}

.pool-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.pool-text {
    padding: 0;
}

.pool-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E24276;
    margin-bottom: 10px;
}

.pool-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pool-text p {
    font-size: 18px;
    line-height: 1.6;
}

.planning-section-content {
    padding: 35px 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.planning-item {
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

.planning-item img {
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.planning-download-button {
    font-size: 20px;
    padding: 15px 25px;
}

/* Responsive Header */
.hamburger-menu {
    display: none; /* Hidden by default */
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
}

.hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #16120f;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.hamburger-menu.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1001;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-nav.is-active {
    display: flex;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-nav li {
    margin: 20px 0;
}

.mobile-nav a {
    text-decoration: none;
    color: #16120f;
    font-size: 28px;
    font-weight: 700;
}

/* Media Query for mobile header */
@media (max-width: 1200px) {
    .main-nav {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-link {
        margin-left: 0;
    }
    
    header img {
        margin-left: 0;
    }

    .header-action-buttons {
        display: none;
    }
}

@media (max-width: 768px) {
    .free-trial-link {
        font-size: 16px;
        right: 20px;
        top: 28px;
    }
    
    .action-button {
        height: 70px;
    }
}

.infos-section-mobile {
    background-color: #180a10; /* Brown background */
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    text-align: center;
}

.infos-section-mobile p {
    margin: 0;
}

.infos-section-mobile a {
    color: white;
    text-decoration: none;
}

.social-icons-mobile {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.social-icons-mobile img {
    height: 30px;
}

/* Style for mobile slogan banner */
.slogan-banner-mobile {
    background-color: #E24276; /* Rose de la marque */
    color: white;
    text-align: center;
    padding: 20px;
}

.slogan-banner-mobile h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.avantage-section-mobile {
    background-color: #E24276; /* Pink background */
    display: flex;
    flex-direction: column; /* Stack images vertically */
    align-items: center; /* Center horizontally */
    padding: 20px; /* Add some padding */
    gap: 20px; /* Space between images */
}

.avantage-section-mobile .avantage-image {
    width: 80%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    max-width: 300px; /* Limit max size for larger mobile screens */
}

/* Single rule for video overlay logo (responsive for all screens) */
.video-overlay-logo {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80%; /* As requested by the user */
    height: auto; /* Maintain aspect ratio */
}

@media (max-width: 1250px) {
    .cta-sportif-image {
        display: none;
    }

    .cta-section-duplicated {
        justify-content: center !important;
    }

    .cta-content-wrapper {
        margin-right: 0 !important;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .presentation-section {
        grid-template-columns: 1fr; /* Single column layout */
        padding: 40px 50px; /* Adjust padding for mobile */
    }

    .presentation-image {
        order: 1; /* Image first */
        text-align: center; /* Center the image */
    }

    .presentation-image img {
        max-width: 450px; /* Max width for image */
        width: 100%; /* Ensure it's responsive */
        margin-top: 0; /* Remove desktop margin */
    }

    .presentation-text {
        order: 2; /* Text content second */
        padding: 0; /* Remove desktop padding */
        display: flex; /* Make it a flex container to reorder children */
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center text content */
        text-align: center; /* Center text */
    }

    .presentation-text h3 {
        order: 1; /* H3 first within text block */
        margin-bottom: 10px; /* Keep some margin */
    }

    .presentation-text h2 {
        order: 2; /* H2 second within text block */
        margin-bottom: 20px; /* Keep some margin */
    }

    .presentation-text p {
        order: 3; /* Paragraphs third within text block */
        margin-bottom: 10px; /* Keep some margin */
    }
}



@media (max-width: 500px) {
    .presentation-section {
        padding: 15px 35px;
    }
}

@media (max-width: 1200px) {
    .carousel-container {
        width: 90%;
    }

    .carousel-slide {
        grid-template-columns: 1fr; /* Stack cards vertically */
        gap: 20px;
    }

    .carousel-button {
        display: none; /* Hide buttons on mobile */
    }

    .carousel-nav {
        display: none; /* Hide dots on mobile */
    }
}

@media (max-width: 1000px) {
    .how-it-works-section {
        padding: 60px 35px 100px 35px;
    }
}

@media (max-width: 768px) {
    .planning-section-content {
        padding: 35px 20px;
    }
}

/* Mentions Légales & Politique de Confidentialité */
.legal-content {
    padding: 120px 20px 60px; /* Top padding for header, bottom for footer */
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #E24276;
}

.legal-content p, .legal-content li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content a {
    color: #E24276;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-content {
        padding-top: 100px;
    }
    .legal-content h1 {
        font-size: 2rem;
    }
    .legal-content h2 {
        font-size: 1.5rem;
    }
}

/* Mobile banner for Notre Club page */
@media (min-width: 1201px) {
    .club-banniere-mobile-only {
        display: none;
    }
}

@media (max-width: 1200px) {
    .club-banniere-mobile-only {
        display: block;
    }
}

.philosophy-text-block-mobile {
    padding: 40px 20px;
    text-align: center;
    background-color: #180a10;
    color: white;
}

.philosophy-text-block-mobile p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.philosophy-text-block-mobile .cta-button {
    font-size: 22px;
    padding: 15px 25px;
}

/* Responsive Philosophy Section */
@media (max-width: 1000px) {
    .philosophy-section {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        gap: 30px;
    }
    .philosophy-image img {
        margin-top: 0 !important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .philosophy-text {
        text-align: center;
    }
    .philosophy-text ul {
        display: inline-block;
        text-align: left;
    }
}

/* Responsive Pool Section */
@media (max-width: 768px) {
  .pool-section {
    padding: 40px 20px;
  }
  .pool-text h2 {
    font-size: 28px;
  }
}

/* Responsive Podcast Section */
@media (max-width: 767px) {
    .podcast-player-card {
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }
    .podcast-details h3 {
        font-size: 22px;
    }
    .podcast-player-card img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* Lightbox styles */
.zoomable-image {
    cursor: zoom-in;
    transition: transform 0.2s;
}

.zoomable-image:hover {
    transform: scale(1.02);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox.active {
    display: block;
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

#lightbox-img {
    animation-name: zoom;
    animation-duration: 0.6s;
}



/* Réduction de l'espace entre "how-it-works" et le bouton CTA sur mobile */
@media (max-width: 1200px) {
  .how-it-works-section {
    padding-bottom: 20px;
  }

  .how-it-works-section + .reengagement-cta-section {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}