

:root {
    --col-gold: #eab308;
    --col-dark: #1e293b;        
    --col-dark-bg: #0f172a;     
    --col-light-bg: #ffffff;    
    --col-grey-bg: #f8fafc;     
    --col-text-main: #334155;   
    --col-text-muted: #64748b;  
    
    --font-heading: 'Plane', system-ui, sans-serif; 
    
    --radius-card: 20px;
    --shadow-soft: 0 15px 30px -5px rgba(0,0,0,0.08);
    --shadow-dark: 0 20px 40px -5px rgba(0,0,0,0.4);
}

.page-ferti-balanced {
    background-color: var(--col-light-bg);
    color: var(--col-text-main);
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

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


.ferti-hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0;
    padding-top: 120px;
    overflow: hidden;
    box-sizing: border-box;
}

.ferti-hero__video-wrap { position: absolute; inset: 0; z-index: 0; }
.ferti-hero__video-wrap video { width: 100%; height: 100%; object-fit: cover; }


.ferti-hero__overlay {
    position: absolute; inset: 0;
    background: rgba(15, 23, 42, 0.3); 
    z-index: 1;
}
.ferti-hero__container { position: relative; z-index: 10; text-align: center; max-width: 900px; }

.hero-badge {
    display: inline-block; padding: 6px 16px;
    background: rgba(255,255,255,0.2); backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    font-size: 0.85rem; letter-spacing: 2px;
    margin-bottom: 2rem; color: #fff; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.ferti-hero__title {
    font-family: var(--font-heading); 
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.1; margin: 0 0 1.5rem; 
    text-shadow: 0 5px 20px rgba(0,0,0,0.4);
    font-weight: 400;
}


.quote-main {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
    font-weight: 400;
    color: #fff; 
}

.author-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e2e8f0;
    margin-top: 10px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    margin-bottom: 2.5rem;
}

.ferti-hero__subtitle {
    font-size: 1.25rem; line-height: 1.6; opacity: 1;
    max-width: 700px; margin: 0 auto 2.5rem; font-weight: 400; color: #f1f5f9;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


.btn-premium {
    padding: 14px 32px; border-radius: 50px; font-weight: 700;
    letter-spacing: 1px; text-decoration: none;
    transition: all 0.3s ease; font-size: 0.9rem; display: inline-flex; align-items: center;
}
.btn-white { background: #fff; color: var(--col-dark); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,0.25); }
.btn-gold-outline { background: transparent; border: 1px solid var(--col-gold); color: var(--col-gold); }
.btn-gold-outline:hover { background: var(--col-gold); color: #fff; box-shadow: 0 0 20px rgba(245, 158, 11, 0.4); }

.scroll-down-indicator {
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
    z-index: 10; opacity: 0.8;
}
.mouse { width: 24px; height: 36px; border: 2px solid #fff; border-radius: 20px; display: block; position: relative; }
.wheel { width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); animation: scroll 2s infinite; }
@keyframes scroll { 0% { top: 8px; opacity: 1; } 100% { top: 18px; opacity: 0; } }


.section-light { padding: 5rem 0; background: var(--col-light-bg); color: var(--col-text-main); }
.section-grey { padding: 5rem 0; background: var(--col-grey-bg); color: var(--col-text-main); }


#fertemis.section-dark { 
    padding: 5rem 0; 
    color: #fff; 
    position: relative;
    
    
    background: 
        linear-gradient(to bottom, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.75)),
        url('http://eliard-spcp.fr/wp-content/uploads/2026/01/toiles-19.png');
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.section-fertidock {
    position: relative;
    
    
    background: 
        linear-gradient(to bottom, rgba(248, 250, 252, 0.75), rgba(248, 250, 252, 0.70)),
        url('http://eliard-spcp.fr/wp-content/uploads/2026/01/nantes-scaled.jpg');
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-header.center { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-size: 2.8rem; margin: 0; font-family: var(--font-heading); font-weight: 400; }
.gold-separator { width: 60px; height: 3px; background: var(--col-gold); margin: 20px auto; }
.section-lead { font-size: 1.2rem; color: var(--col-text-muted); max-width: 800px; margin: 0 auto; line-height: 1.6; }


.text-white { color: #fff !important; }
.text-white-50 { color: rgba(255,255,255,0.7) !important; }


.feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.feature-block--right .feature-block__content { order: 1; }
.feature-block--right .feature-block__visual { order: 2; }

.tag-label {
    display: inline-block; font-size: 0.85rem; font-weight: 700; text-transform: uppercase;
    color: var(--col-gold); letter-spacing: 1.5px; margin-bottom: 1rem;
}

.feature-block h3 { font-size: 2.5rem; margin: 0 0 1.2rem; font-family: var(--font-heading); font-weight: 400; color: inherit; }
.feature-block p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 1.5rem; opacity: 0.9; }


.visual-img {
    width: 100%; border-radius: var(--radius-card);
    box-shadow: var(--shadow-soft); transition: transform 0.5s ease;
}
.feature-block__visual:hover .visual-img { transform: scale(1.02); }
.feature-block__visual { position: relative; }


.visual-stat-card {
    position: absolute; bottom: -20px; right: -20px;
    background: #fff; padding: 20px 30px; border-radius: var(--radius-card);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-left: 4px solid var(--col-gold);
    display: flex; flex-direction: column;
    min-width: 180px; z-index: 5;
}
.stat-num { font-size: 2rem; font-weight: 700; font-family: var(--font-heading); color: var(--col-dark); line-height: 1; }
.stat-label { font-size: 0.8rem; text-transform: uppercase; color: var(--col-text-muted); margin-top: 5px; }


.logo-fertileo-large { height: 60px; width: auto; display: block; }

.link-arrow {
    display: inline-flex; align-items: center; color: var(--col-gold); font-weight: 700;
    text-decoration: none; border-bottom: 2px solid rgba(234, 179, 8, 0.3); padding-bottom: 2px;
    transition: all 0.3s;
}
.link-arrow:hover { color: var(--col-dark); border-color: var(--col-gold); }



.cards-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 2rem; margin-bottom: 4rem; align-items: stretch;
}


#fertemis .info-card.dark-card {
    background: rgba(30, 41, 59, 0.75);
    backdrop-filter: blur(8px);
    padding: 2.5rem; 
    border-radius: var(--radius-card);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s; 
    height: 100%; 
    display: flex; 
    flex-direction: column;
}

#fertemis .info-card.dark-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.3); 
    background: rgba(30, 41, 59, 0.95);
}

#fertemis .dark-card h4 { 
    font-size: 1.4rem; 
    margin: 0 0 1rem; 
    font-family: var(--font-heading); 
    color: #fff; 
    font-weight: 400; 
}

#fertemis .dark-card p { 
    font-size: 1rem; 
    line-height: 1.6; 
    color: #cbd5e1; 
    margin: 0; 
}

#fertemis .dark-card strong { 
    color: #fff; 
}


.info-card.dark-card {
    background: #1e293b;
    padding: 2.5rem; border-radius: var(--radius-card);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s; height: 100%; display: flex; flex-direction: column;
}

.card-icon { font-size: 2.5rem; margin-bottom: 1.5rem; }
.dark-card h4 { font-size: 1.4rem; margin: 0 0 1rem; font-family: var(--font-heading); color: #fff; font-weight: 400; }
.dark-card p { font-size: 1rem; line-height: 1.6; color: #cbd5e1; margin: 0; }
.dark-card strong { color: #fff; }

.btn-play-red {
    display: inline-flex; align-items: center; gap: 10px;
    background: #ef4444; color: white; padding: 12px 24px;
    border-radius: 50px; text-decoration: none; font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap;
}
.btn-play-red:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(239, 68, 68, 0.4); }


@media (max-width: 900px) {
    .ferti-hero__title { font-size: 3rem; }
    .feature-block { grid-template-columns: 1fr; gap: 3rem; }
    .feature-block--right .feature-block__visual { order: -1; }
    .visual-stat-card { position: static; margin-top: 15px; width: 100%; border-left: none; border-top: 4px solid var(--col-gold); text-align: center; }
}
