.elementor-1220 .elementor-element.elementor-element-f3f32a7{--display:flex;}.elementor-1220 .elementor-element.elementor-element-a728a4a{--display:flex;}.elementor-1220 .elementor-element.elementor-element-dd17fb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1220 .elementor-element.elementor-element-6ecbfb1{--display:flex;}.elementor-1220 .elementor-element.elementor-element-e44949f{--display:flex;}.elementor-1220 .elementor-element.elementor-element-9479605{--display:flex;}.elementor-1220 .elementor-element.elementor-element-0692a59{--display:flex;}.elementor-1220 .elementor-element.elementor-element-9aa9db7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fdbdc91 */@import url('https://oxxyclub.fr/wp-content/uploads/2025/10/710d1c04-c1a9-4b70-81a0-2c35a0b2399b.jpg');

/* Reset global pour cette section */
.oxxy-section-block * {
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Force la pleine largeur sur tous les thèmes */
.oxxy-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    padding: 80px 0;
}

.oxxy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Colonne Texte */
.oxxy-text-content {
    flex: 1;
}

.oxxy-text-content h2 {
    font-size: 58px;
    font-weight: 900;
    color: #ff7d54; /* Couleur orange exacte */
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.oxxy-text-content p {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 35px;
}

.oxxy-orange-bold {
    color: #ff7d54;
    font-weight: 700;
}

/* Liste des bénéfices */
.oxxy-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oxxy-features-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-weight: 500;
}

.oxxy-check-icon {
    width: 26px;
    height: 26px;
    background-color: #ff7d54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.oxxy-check-icon svg {
    width: 14px;
    height: 14px;
    fill: white;
}

/* Colonne Image */
.oxxy-image-content {
    flex: 1;
}

.oxxy-card-img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    display: block;
}

/* Mobile */
@media (max-width: 991px) {
    .oxxy-container {
        flex-direction: column;
        text-align: left;
        padding: 0 25px;
    }
    .oxxy-text-content h2 {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f294ad7 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

.oxxy-benefits-wrapper {
    font-family: 'Montserrat', sans-serif;
    background-color: #f2eae7; /* Couleur beige de fond */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
}

.oxxy-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.oxxy-benefits-title {
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.oxxy-orange {
    color: #ff7d54;
}

/* Grille pour l'effet décalé */
.oxxy-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center; /* Centre la carte de gauche verticalement */
}

/* Style commun des cartes */
.oxxy-benefit-card {
    background: #ffffff;
    padding: 50px 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-bottom: 1.5px solid rgba(0,0,0,0.05);
    text-decoration: none !important;
}

.oxxy-benefit-card h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #1a1a1a;
}

.oxxy-benefit-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Colonne de droite pour empiler les 2 cartes */
.oxxy-col-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .oxxy-benefits-grid {
        grid-template-columns: 1fr;
    }
    .oxxy-benefits-wrapper {
        padding: 60px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a3dc7d */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

.oxxy-timeline-section {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    padding: 100px 20px;
    overflow: hidden;
}

.oxxy-timeline-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Ligne verticale centrale */
.oxxy-timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #ff7d54, #ff4d8d);
}

.oxxy-timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

/* Numéro central */
.oxxy-step-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #ff7d54;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(255, 125, 84, 0.3);
    z-index: 10;
}

.oxxy-step-number.pink {
    background: #ff4d8d;
    box-shadow: 0 10px 20px rgba(255, 77, 141, 0.3);
}

.oxxy-timeline-content {
    width: 42%;
}

.oxxy-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.oxxy-timeline-item:nth-child(odd) .oxxy-timeline-content {
    text-align: right;
}

/* Badges de temps */
.oxxy-time-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius:/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-737eddd */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

/* Section Background - Correction du Full Width pour Elementor */
.oxxy-audience-section {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #f2eae7 !important;
    padding: 100px 0 !important;
    width: 100%;
}

.oxxy-audience-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Titre de section */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #1a1a1a !important;
    text-transform: none !important;
}

/* Grille des cartes */
.oxxy-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* Style des Cartes - Suppression totale des styles de liens Elementor */
.audience-card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 0 0 20px 20px !important; /* Arrondi spécifique bas */
    display: flex !important;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
    border-bottom: 5px solid #e5e7eb !important; /* Ligne grise épaisse en bas */
    text-decoration: none !important;
    border-top: none !important;
}

.audience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12) !important;
}

/* Icônes */
.audience-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Couleurs spécifiques avec !important pour bloquer Elementor */
.card-orange .audience-icon { background: rgba(255, 125, 84, 0.12) !important; color: #ff7d54 !important; }
.card-pink .audience-icon { background: rgba(233, 30, 99, 0.12) !important; color: #e91e63 !important; }
.card-teal .audience-icon { background: rgba(20, 184, 166, 0.12) !important; color: #14b8a6 !important; }
.card-green .audience-icon { background: rgba(34, 197, 94, 0.12) !important; color: #22c55e !important; }

/* Hover sur icônes */
.audience-card:hover .audience-icon {
    background: currentColor !important; 
    color: white !important;
}

.audience-card h3 {
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-bottom: 12px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.audience-card p {
    font-size: 17px !important;
    color: #525252 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Mise en avant des mots clés */
.hl-orange { color: #ff7d54; font-weight: 700; }
.hl-pink { color: #e91e63; font-weight: 700; }

/* Bannière de Réassurance */
.reassurance-banner {
    background: linear-gradient(135deg, #ff7d54, #e91e63) !important;
    border-radius: 25px !important;
    padding: 70px 40px !important;
    text-align: center;
    color: white !important;
    box-shadow: 0 20px 40px rgba(233, 30, 99, 0.2) !important;
}

.reassurance-banner h3 {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: white !important;
    margin-bottom: 20px !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .oxxy-audience-grid { grid-template-columns: 1fr; }
    .audience-card { padding: 30px !important; }
    .section-header h2 { font-size: 36px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14679e4 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

/* Section FAQ */
.oxxy-faq-section {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
}

.oxxy-faq-container {
    max-width: 800px; /* Plus étroit pour une lecture confortable */
    margin: 0 auto;
    padding: 0 20px;
}

.oxxy-faq-title {
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 60px;
    color: #1a1a1a;
    text-decoration: none !important;
}

.oxxy-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Style des Cartes FAQ */
.faq-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
    text-decoration: none !important;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.faq-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

/* Petite puce orange avant la question */
.faq-card h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff7d54;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}

.faq-card p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
    text-decoration: none !important;
}

/* Suppression globale des soulignements */
.oxxy-faq-section * {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4aa2905 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

/* Section CTA Final */
.oxxy-cta-section {
    font-family: 'Montserrat', sans-serif;
    /* Dégradé de rose signature OXXY */
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 120px 0;
    text-align: center;
    color: white;
}

.oxxy-cta-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Titre sans soulignement */
.oxxy-cta-section h2 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white !important;
    text-decoration: none !important;
}

.oxxy-cta-section p {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    opacity: 0.9;
    margin-bottom: 45px;
    text-decoration: none !important;
}

/* Bouton blanc premium */
.oxxy-btn-white {
    background-color: #ffffff;
    color: #e91e63 !important;
    padding: 22px 50px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: none !important;
}

.oxxy-btn-white:hover {
    transform: scale(1.05);
    background-color: #f8f8f8;
    box-shadow: 0 20px 45px rgba(0,0,0,0.3);
}

/* Texte de réassurance bas */
.oxxy-cta-footer {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* Sécurité anti-soulignement globale */
.oxxy-cta-section * {
    text-decoration: none !important;
}/* End custom CSS */