/*
 Theme Name:   Divi Child
 Theme URI:    https://alfred-conciergerie.fr/
 Description:  Theme enfant de Divi 5
 Author:       Alfred conciergerie
 Author URI:   https://alfred-conciergerie.fr/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

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


/* ALFRED - charte et classes utilitaires.
   Toutes les classes sont prefixees "alf-" pour ne pas entrer en collision
   avec Divi (.container, .section) ni WooCommerce (.price, .badge). */

:root {
  --alf-navy: #061A2F;
  --alf-navy-2: #0A223D;
  --alf-navy-3: #0F2B49;
  --alf-gold: #C99647;
  --alf-gold-2: #E1B96F;
  --alf-cream: #F5EFE6;
  --alf-muted: #B9C1CA;
  --alf-line: rgba(201,150,71,.42);
  --alf-line-soft: rgba(201,150,71,.25);
  --alf-font-display: "Cormorant Garamond", Georgia, serif;
  --alf-font-body: "Manrope", Arial, sans-serif;
	--navy: #061a2f;
    --navy-2: #0a223d;
    --navy-3: #0f2b49;
    --gold: #c99647;
    --gold-2: #e1b96f;
    --cream: #f5efe6;
    --white: #ffffff;
    --muted: #b9c1ca;
    --line: rgba(201, 150, 71, 0.42);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --radius: 22px;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", Arial, sans-serif;
    --max: 1240px;
}

body { background: var(--alf-navy); color: var(--alf-cream); font-family: var(--alf-font-body); line-height: 1.55; }
#page-container, #et-main-area { background: var(--alf-navy); }
body h1, body h2, body h3, body h4 { font-family: var(--alf-font-display); font-weight: 500; color: var(--alf-cream); }
h2.subtitle {
	margin-top: 43px;
	margin-bottom: 43px;
}
.alf-gold { color: var(--alf-gold-2); }

.alf-eyebrow { color: var(--alf-gold-2); font-family: var(--alf-font-body); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.alf-display h1, .alf-display .et_pb_module_header { font-family: var(--alf-font-display); font-size: clamp(46px,5.4vw,78px); line-height: .98; font-weight: 500; }
.alf-lead { font-family: var(--alf-font-display); font-size: 24px; color: #E8E2D9; }
.alf-section-title h2, .alf-section-title .et_pb_module_header { font-family: var(--alf-font-display); font-size: 48px; font-weight: 500; text-align: center; }
.alf-section-sub { text-align: center; color: var(--alf-muted); max-width: 760px; margin: 0 auto; }

.alf-btn.et_pb_button, a.alf-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px !important; border: 1px solid var(--alf-gold) !important; border-radius: 4px !important; color: var(--alf-cream) !important; font-family: var(--alf-font-body) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .08em !important; text-transform: uppercase !important; transition: .25s; }
.alf-btn-gold.et_pb_button, a.alf-btn-gold { background: linear-gradient(90deg,#E5BD72,#C98E3C) !important; border: none !important; color: #071A2F !important; }
.alf-btn.et_pb_button:hover, a.alf-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,150,71,.2); }

.alf-trust { padding: 22px 26px; border-right: 1px solid var(--alf-line-soft); }
.alf-trust-none {border: none;}
.alf-trust strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; color: var(--alf-cream); }
.alf-trust span { font-size: 12px; color: var(--alf-muted); }

.alf-service {
    padding: 30px 18px;
    text-align: center;
    border-right: 1px solid rgba(201, 150, 71, 0.25)!important;
    border-bottom: 1px solid rgba(201, 150, 71, 0.25)!important;
    min-height: 170px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.et_pb_column:nth-child(4n) .alf-service {
    border-right: 0 !important;
}
.et_pb_column:nth-last-child(-n + 4) .alf-service {
    border-bottom: 0 !important;
}

.alf-service h3 { font-family: var(--alf-font-display); font-size: 20px; margin: 0; }

.alf-service-icon {
	font-size: 30px;
    color: var(--alf-gold-2);
    margin-bottom: 10px;
	display: block;
	height: 46px;
}

.alf-price-card { 
	position: relative; 
	padding: 34px 30px; 
	border: 1px solid var(--alf-gold); 
	border-radius: 16px; 
	background: linear-gradient(180deg,rgba(14,43,73,.65),rgba(6,26,47,.92)); 
	box-shadow: 0 24px 60px rgba(0,0,0,.28); 
	display: flex; 
	flex-direction: column;
	min-height: 520px;
	justify-content: space-between;
}
.alf-price-card--featured { border-color: var(--alf-gold-2); transform: translateY(-8px);}
.alf-tier { font-family: var(--alf-font-display); font-size: 28px; text-transform: uppercase; letter-spacing: .05em; }
.alf-amount { font-family: var(--alf-font-display); font-size: 58px; color: var(--alf-gold-2); line-height: 1; margin: 12px 0 18px;}
.alf-amount small { font-size: 18px; color: var(--alf-cream); }
.alf-badge {  
	height: 31px;
	background: linear-gradient(90deg,#E7C076,#C8913E); 
	color: #061A2F; 
	text-align: center; 
	font-size: 11px; 
	font-weight: 800; 
	padding: 7px; 
	text-transform: uppercase; 
	letter-spacing: .08em; 
	border-radius: 3px; 
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 90%;
    left: 5%;
	right: 5%;
    top: -15px;
}

.alf-price-card .alf-btn {width: 100%;}
.alf-btn {margin-top: 22px; height: 47px;}

.alf-checks ul { list-style: none; padding: 0; margin: 0; }
.alf-checks li { font-size: 14px; padding: 5px 0; }
.alf-checks li:before { content: "\2713"; color: var(--alf-gold-2); margin-right: 10px; }
.alf-bullets ul { list-style: none; padding: 0; margin: 0;margin-bottom: 16px; }
.alf-bullets li { padding: 6px 0; }
.alf-bullets li:before { content: "\25C6"; color: var(--alf-gold); font-size: 10px; margin-right: 12px; }

.alf-panel { border: 1px solid var(--alf-gold); border-radius: 16px; padding: 30px; background: rgba(8,32,57,.7); }
.alf-audience { 
	padding: 32px; 
	border: 1px solid rgba(201,150,71,.3); 
	border-radius: 14px; 
	min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.alf-audience h3 { font-size: 28px; color: var(--alf-gold-2); }
.alf-audience p { color: var(--alf-muted); }
.alf-photo { border: 1px solid var(--alf-gold); border-radius: 18px; overflow: hidden; }
.alf-rule-bottom { border-bottom: 1px solid var(--alf-line-soft); }

/* Divi 5 : colonnes en flex, les modules doivent occuper 100 % */
.et_pb_column > .et_pb_module { width: 100%; }

.info div {
	display: flex;
	flex-direction: column;
	height: 100%;
}



/* Ajustements poses lors de la construction de la page d accueil */
body.et-db #et-boc .et_pb_section, .et_pb_section { background-color: transparent; }
h1.alf-display { font-family: var(--alf-font-display); font-size: clamp(46px,5.4vw,78px); line-height: .98; font-weight: 500; margin: 0 0 26px; }
h1.alf-display .alf-gold { display: block; }
p.alf-lead { max-width: 580px; }

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--navy);
    color: var(--cream);
    font-family: var(--font-body);
    line-height: 1.55;
}
img {
    max-width: 100%;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    width: min(calc(100% - 40px), var(--max));
    margin: auto;
}
.gold {
    color: var(--gold-2);
}
.header {
    width: 100%;
    background: rgba(6, 26, 47, 0.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(201, 150, 71, 0.18);
}
.header-inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.logo img {
    width: 210px;
}
.nav {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.nav a {
    opacity: 0.88;
	color: #f5efe6;
}
.nav a:hover,
.nav a.active {
    color: var(--gold-2);
    opacity: 1;
}
.btn {
	height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid var(--gold);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: 0.25s;
}
.btn-gold {
    background: linear-gradient(90deg, #e5bd72, #c98e3c);
    color: #071a2f;
    border: none;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 150, 71, 0.2);
}
.burger {
    display: none;
    font-size: 24px;
    background: none;
    border: 0;
    color: var(--gold-2);
}
.hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
}
.hero-copy {
    padding: 84px max(40px, calc((100vw - var(--max)) / 2)) 70px
        max(40px, calc((100vw - var(--max)) / 2));
    padding-right: 70px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(34, 72, 108, 0.25),
            transparent 45%
        ),
        var(--navy);
}
.eyebrow {
    color: var(--gold-2);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
}
.display {
    font-family: var(--font-display);
    font-size: clamp(52px, 6vw, 84px);
    line-height: 0.96;
    font-weight: 500;
    margin: 0 0 26px;
}
.display .gold {
    display: block;
}
.lead {
    font-family: var(--font-display);
    font-size: 24px;
    max-width: 580px;
    color: #e8e2d9;
}
.hero-visual {
    background:
        linear-gradient(90deg, rgba(6, 26, 47, 0.12), rgba(6, 26, 47, 0.02)),
        url("../img/hero-door.png") center/cover no-repeat;
    min-height: 560px;
    position: relative;
}
.hero-visual:after {
    content: "LE TEMPS EST VOTRE LUXE LE PLUS PRÉCIEUX";
    position: absolute;
    right: 28px;
    bottom: 42px;
    width: 180px;
    padding: 18px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: var(--gold-2);
    font-size: 11px;
    letter-spacing: 0.14em;
}
.trust-bar {
    border-bottom: 1px solid var(--line);
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.trust {
    padding: 22px 26px;
    border-right: 1px solid rgba(201, 150, 71, 0.25);
}
.trust:last-child {
    border-right: 0;
}
.trust strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.trust span {
    font-size: 12px;
    color: var(--muted);
}
.section {
    padding: 86px 0;
    border-bottom: 1px solid rgba(201, 150, 71, 0.24);
}
.section-title {
    text-align: center;
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 12px;
}
.section-sub {
    text-align: center;
    color: var(--muted);
    max-width: 760px;
    margin: 0 auto 42px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(201, 150, 71, 0.28);
}

.service-icon {
    font-size: 30px;
    color: var(--gold-2);
    margin-bottom: 10px;
}
.service h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.price-card {
    position: relative;
    padding: 34px 30px;
    border: 1px solid var(--gold);
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(14, 43, 73, 0.65),
        rgba(6, 26, 47, 0.92)
    );
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    min-height: 520px;
}
.price-card.featured {
    transform: translateY(-8px);
    border-color: var(--gold-2);
}
.badge {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #e7c076, #c8913e);
    color: #061a2f;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    padding: 7px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 3px;
}
.tier {
    font-family: var(--font-display);
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}
.price {
    font-family: var(--font-display);
    font-size: 58px;
    color: var(--gold-2);
    line-height: 1;
    margin: 12px 0 18px;
}
.price small {
    font-size: 18px;
    color: var(--cream);
}
.price-card p {
    color: #e8e2d9;
}
.checks {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    display: grid;
    gap: 10px;
    font-size: 14px;
}
.checks li:before {
    content: "✓";
    color: var(--gold-2);
    margin-right: 10px;
}
.price-card .btn {
    margin-top: auto;
}
.club {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
}
.club h2 {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}
.club-photo {
    border: 1px solid var(--gold);
    border-radius: 18px;
    overflow: hidden;
}
.club-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bullet-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 12px;
}
.bullet-list li:before {
    content: "◆";
    color: var(--gold);
    font-size: 10px;
    margin-right: 12px;
}
.audiences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.audience {
    padding: 32px;
    border: 1px solid rgba(201, 150, 71, 0.3);
    border-radius: 14px;
}
.audience h3 {
    font-family: var(--font-display);
    font-size: 28px;
    margin: 0 0 8px;
    color: var(--gold-2);
}
.audience p {
    color: var(--muted);
}
.page-hero {
    padding: 72px 0 52px;
    text-align: center;
    background: radial-gradient(
        circle at 50% 0,
        rgba(27, 70, 106, 0.32),
        transparent 52%
    );
}
.page-hero h1 {
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 500;
    margin: 0;
}
.page-hero p {
    font-family: var(--font-display);
    font-size: 25px;
    color: var(--gold-2);
    margin: 6px 0 0;
}
.switch-wrap {
    padding: 20px;
    border: 1px solid var(--gold);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 900px;
    margin: 0 auto 48px;
    background: #071e36;
}
.switch-btn {
    background: transparent;
    color: var(--cream);
    border: 0;
    border-radius: 10px;
    padding: 18px;
    font-family: var(--font-display);
    font-size: 24px;
    cursor: pointer;
}
.switch-btn small {
    display: block;
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--muted);
    margin-top: 3px;
}
.switch-btn.active {
    background: linear-gradient(90deg, #e7c076, #c8913e);
    color: #061a2f;
}
.switch-btn.active small {
    color: #21344a;
}
.plan-panel {
    display: none;
}
.plan-panel.active {
    display: block;
}

.plan-panel .et_pb_row, 
.plan-panel .center {
	margin: auto!important;
}

.plan-heading {
    text-align: center;
    margin-bottom: 34px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.plan-heading h2 {
    font-family: var(--font-display);
    font-size: 44px;
    color: var(--gold-2);
    margin: 0;
}
.plan-heading p {
    color: var(--muted);
}
.contact-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 480px;
    border-bottom: 1px solid var(--line);
}
.contact-copy {
    padding: 70px max(40px, calc((100vw - var(--max)) / 2));
}
.contact-copy h1 {
    font-family: var(--font-display);
    font-size: 64px;
    line-height: 1.05;
    margin: 0;
}
.contact-visual {
    background: url("../img/contact-card.png") center/cover no-repeat;
    min-height: 480px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
}
.panel {
    border: 1px solid var(--gold);
    border-radius: 16px;
    padding: 30px;
    background: rgba(8, 32, 57, 0.7);
}
.panel h2 {
    font-family: var(--font-display);
    color: var(--gold-2);
    font-size: 30px;
    margin-top: 0;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.field input, .field select, .field textarea {
    width: 100%;
    background: #071a2f!important;
    border: 1px solid rgba(201, 150, 71, 0.35)!important;
    color: var(--cream)!important;
    padding: 15px!important;
    border-radius: 6px!important;
}
.field.full input, .field.full textarea {
    grid-column: 1/-1!impoprtant;
}
.field textarea {
    min-height: 150px!important;
}

.field label {
	font-size: 14px!important;
}

.field label i {
	width: 15px!important;
	height: 15px!important;
}

.contact-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(201, 150, 71, 0.25);
}
.contact-item:last-child {
    border-bottom: 0;
}
.contact-item strong {
    display: block;
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
.footer {
    padding: 60px 0 20px;
    background: #051526;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 30px;
}
.footer h4 {
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 0.08em;
	font-size: 16px;
	font-family: var(--alf-font-body);
	margin-top: 21px;
	margin-bottom: 21px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
}
.footer-bottom {
    border-top: 1px solid rgba(201, 150, 71, 0.2);
    margin-top: 40px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #8d9aaa;
    font-size: 12px;
}

.footer .footer-logo {
	display: flex;
	flex-direction: column;
	gap: 17.5px;
}

.footer a {
	color: #B9C1CA;
}

.footer li:hover a {
	color: var(--alf-gold-2);
}

.mobile-nav {
    display: none;
}

.mobile-nav a {
	color: #f5efe6;
}

@media (max-width: 980px) {
	.alf-trust { border-right: 0; border-bottom: 1px solid var(--alf-line-soft); }
 	 .alf-section-title h2 { font-size: 40px; }
    .nav,
    .header .btn {
        display: none;
    }
    .burger {
        display: block;
    }
    .mobile-nav.open {
        display: grid;
        padding: 20px;
        background: #071e36;
    }
    .mobile-nav a {
        padding: 12px;
        border-bottom: 1px solid rgba(201, 150, 71, 0.15);
    }
    .hero,
    .contact-hero,
    .club {
        grid-template-columns: 1fr;
    }
    .hero-copy {
        padding: 64px 26px;
    }
    .hero-visual {
		display: block!important;
        min-height: 430px;
    }
    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }
    .service-grid {
        grid-template-columns: 1fr 1fr;
    }
    .et_pb_column:nth-child(4n) .alf-service {
        border-right: 1px solid rgba(201, 150, 71, 0.25)!important;
    }
    .et_pb_column:nth-child(2n) .alf-service {
        border-right: 0!important;
    }
    .et_pb_column:nth-last-child(-n + 4) .alf-service {
        border-bottom: 1px solid rgba(201, 150, 71, 0.25)!important;
    }
    .et_pb_column:nth-last-child(-n + 2) .alf-service {
        border-bottom: 0!important;
    }
    .pricing-grid,
    .audiences,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .price-card.featured {
        transform: none;
    }
    .switch-wrap {
        grid-template-columns: 1fr;
    }
    .contact-copy {
        padding: 60px 26px;
    }
    .contact-visual {
        min-height: 340px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .field.full {
        grid-column: auto;
    }
}
@media (max-width: 620px) {
    .container {
        width: min(calc(100% - 24px), var(--max));
    }
    .header-inner {
        height: 70px;
    }
    .logo img {
        width: 165px;
    }
    .display {
        font-size: 50px;
    }
    .page-hero h1,
    .contact-copy h1 {
        font-size: 48px;
    }
    .trust-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }
    .trust {
        border-right: 0;
        border-bottom: 1px solid rgba(201, 150, 71, 0.2);
    }
    .et_pb_column .alf-service, .et_pb_column:nth-last-child(-n + 2) .alf-service {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(201, 150, 71, 0.25) !important;
    }
	
    .et_pb_column:last-child .alf-service {
        border-bottom: 0 !important;
    }
    .section {
        padding: 64px 0;
    }
    .section-title {
        font-size: 40px;
    }
    .price {
        font-size: 50px;
    }
	
	.alf-lead { font-size: 20px; }
  .alf-amount { font-size: 48px; }
  .alf-section-title h2 { font-size: 34px; }
}

