body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: #f8fafc;
    color: #1a1a1a;
    line-height: 1.6;
}

/* HEADER */

header {
    background: #00030f;
    color: white;
    padding: 8px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 14px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(194,168,120,0.18);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}

.menu-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
    flex: 1;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 0;
    transition: 0.3s;
}

nav a:hover {
    color: #c2a878;
}

/* MENU BURGER */

.menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 1px solid rgba(194,168,120,0.35);
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 20px;
    transition: 0.3s;
}

.menu-toggle:hover {
    border-color: #c2a878;
}

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

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

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

/* LOGO */

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 175px;
    width: auto;
    max-width: 390px;
    display: block;
    object-fit: contain;
}

/* TELEPHONE */

.phone {
    background: #16a34a;
    padding: 10px 18px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.phone:hover {
    background: #15803d;
    color: white;
}

/* HERO PREMIUM ANIME */

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 22%, rgba(255,255,255,0.55) 1px, transparent 2px),
        radial-gradient(circle at 18% 68%, rgba(194,168,120,0.45) 1.5px, transparent 3px),
        radial-gradient(circle at 31% 35%, rgba(255,255,255,0.45) 1px, transparent 2px),
        radial-gradient(circle at 46% 78%, rgba(194,168,120,0.42) 1.4px, transparent 3px),
        radial-gradient(circle at 62% 28%, rgba(255,255,255,0.48) 1.2px, transparent 2.5px),
        radial-gradient(circle at 74% 58%, rgba(194,168,120,0.40) 1.5px, transparent 3px),
        radial-gradient(circle at 88% 18%, rgba(255,255,255,0.45) 1px, transparent 2px),
        radial-gradient(circle at 92% 72%, rgba(194,168,120,0.38) 1.3px, transparent 3px),
        linear-gradient(
            to bottom,
            #00030f 0%,
            #00030f 55%,
            #01081a 100%
        );
    color: white;
    padding: 70px 40px;
}

/* CONTENU HERO */

.hero h1,
.hero p,
.hero .cta {
    position: relative;
    z-index: 3;
}

/* HERO AVEC IMAGE D'ILLUSTRATION EN FILIGRANE */

.hero-with-image {
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.hero-bg-image {
    position: absolute;
    right: -40px;
    bottom: -55px;
    width: 62%;
    max-width: 900px;
    opacity: 0.18;
    z-index: 2;
    pointer-events: none;
    filter: saturate(0.9) contrast(1.05);

    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.35) 25%,
        rgba(0,0,0,1) 55%,
        rgba(0,0,0,1) 100%
    );

    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.35) 25%,
        rgba(0,0,0,1) 55%,
        rgba(0,0,0,1) 100%
    );
}

/* Variante plus visible si besoin :
   ajoute class="hero-bg-image hero-bg-image-strong" dans le HTML */
.hero-bg-image-strong {
    opacity: 0.20;
}

/* Variante plus discrete si besoin :
   ajoute class="hero-bg-image hero-bg-image-soft" dans le HTML */
.hero-bg-image-soft {
    opacity: 0.09;
}

/* LUEUR DOREE DISCRETE */

.hero::before {
    content: "";
    position: absolute;
    width: 850px;
    height: 850px;
    top: -340px;
    right: -260px;
    background: radial-gradient(
        circle,
        rgba(194,168,120,0.12) 0%,
        rgba(194,168,120,0.04) 35%,
        rgba(194,168,120,0) 70%
    );
    filter: blur(24px);
    animation: glowMove 14s ease-in-out infinite alternate;
    z-index: 1;
}

/* ETOILES ANIMEES */

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 42%, rgba(255,255,255,1) 1.6px, transparent 3.5px),
        radial-gradient(circle at 27% 18%, rgba(194,168,120,0.92) 2px, transparent 4px),
        radial-gradient(circle at 39% 61%, rgba(255,255,255,0.95) 1.4px, transparent 3px),
        radial-gradient(circle at 53% 31%, rgba(194,168,120,0.90) 1.8px, transparent 4px),
        radial-gradient(circle at 67% 74%, rgba(255,255,255,0.95) 1.5px, transparent 3.5px),
        radial-gradient(circle at 81% 39%, rgba(194,168,120,0.88) 2px, transparent 4px);
    opacity: 0.34;
    filter:
        drop-shadow(0 0 4px rgba(255,255,255,0.45))
        drop-shadow(0 0 8px rgba(194,168,120,0.30));
    animation:
        twinkleStars 3.2s ease-in-out infinite alternate,
        moveStars 18s ease-in-out infinite alternate;
    z-index: 2;
    pointer-events: none;
}

/* ANIMATIONS */

@keyframes glowMove {
    0% {
        transform: translateY(0px) scale(1);
    }

    100% {
        transform: translateY(30px) scale(1.06);
    }
}

@keyframes twinkleStars {
    0% {
        opacity: 0.20;
        filter:
            drop-shadow(0 0 2px rgba(255,255,255,0.25))
            drop-shadow(0 0 5px rgba(194,168,120,0.18));
    }

    50% {
        opacity: 0.45;
        filter:
            drop-shadow(0 0 5px rgba(255,255,255,0.60))
            drop-shadow(0 0 10px rgba(194,168,120,0.42));
    }

    100% {
        opacity: 0.28;
        filter:
            drop-shadow(0 0 3px rgba(255,255,255,0.40))
            drop-shadow(0 0 7px rgba(194,168,120,0.28));
    }
}

@keyframes moveStars {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(6px, -4px);
    }

    50% {
        transform: translate(-4px, 5px);
    }

    75% {
        transform: translate(5px, 2px);
    }

    100% {
        transform: translate(-3px, -5px);
    }
}

/* TEXTE HERO */

.hero h1 {
    max-width: 800px;
}

.hero p {
    max-width: 700px;
    font-size: 18px;
    color: rgba(255,255,255,0.92);
}

/* CONTAINER */

.container {
    max-width: 1100px;
    margin: auto;
    padding: 50px 40px;
}

/* TITRES */

h1 {
    font-size: 46px;
    margin-bottom: 20px;
}

h2 {
    color: #00030f;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c2a878;
    margin-top: 10px;
    border-radius: 10px;
}

/* TEXTE */

p {
    margin-bottom: 18px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

/* CTA */

.cta {
    background: #16a34a;
    padding: 15px 28px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}

.cta:hover {
    background: #15803d;
    transform: translateY(-2px);
}

/* CARDS */

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 25px;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-4px);
}

/* FAQ */

.faq {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.faq h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    cursor: pointer;
    padding: 18px;
    font-weight: bold;
    background: #f3f4f6;
    border-left: 4px solid #c2a878;
    border-radius: 8px;
    transition: 0.3s;
}

.faq-question:hover {
    background: #e5e7eb;
}

.faq-answer {
    display: none;
    padding: 20px;
    background: white;
    border-radius: 0 0 8px 8px;
    color: #444;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.faq-item.active .faq-answer {
    display: block;
}

/* LIENS */

a {
    transition: 0.3s;
}

.container a {
    color: #00030f;
    text-decoration: none;
}

.container a:hover {
    color: #c2a878;
}

/* IMAGES D'ILLUSTRATION DANS LE CONTENU */

.illustration-section {
    margin: 40px auto;
    text-align: center;
}

.illustration-section img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}


/* SECTION ILLUSTRATION FONDUE BAS DE PAGE */

.visual-reminder-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #00030f, #01081a);
    color: white;
    border-radius: 22px;
    padding: 45px 45px;
    margin: 50px 0;
    min-height: 240px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.visual-reminder-img {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 48%;
    max-width: 620px;
    opacity: 0.14;
    pointer-events: none;

    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.45) 30%,
        rgba(0,0,0,1) 70%
    );

    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.45) 30%,
        rgba(0,0,0,1) 70%
    );
}

.visual-reminder-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.visual-reminder-content h2 {
    color: white;
    margin-top: 0;
}

.visual-reminder-content h2::after {
    background: #c2a878;
}

.visual-reminder-content p {
    color: rgba(255,255,255,0.9);
}

/* RAPPEL LOGO DANS LE CONTENU */

.brand-reminder {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px 30px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 25px;
    border-left: 4px solid #c2a878;
}

.brand-reminder img {
    height: 110px;
    width: auto;
    object-fit: contain;
}

.brand-reminder-text strong {
    display: block;
    color: #00030f;
    font-size: 24px;
    margin-bottom: 6px;
}

.brand-reminder-text span {
    display: block;
    color: #c2a878;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* PAGE CONTACT - INTRO */

.contact-intro-section {
    padding: 45px 20px 25px;
    background: #ffffff;
}

.contact-intro-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-intro-container h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 18px;
    color: #00030f;
}

.contact-intro-container h2::after {
    margin-left: auto;
    margin-right: auto;
}

.contact-intro-container p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 12px;
}

/* FOOTER */

footer {
    background: #00030f;
    color: white;
    text-align: center;
    padding: 35px 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(194,168,120,0.18);
}

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

footer a:hover {
    color: white;
}

/* LOGO FOOTER */

.footer-logo {
    height: 105px;
    width: auto;
    margin-bottom: 15px;
    opacity: 0.98;
}



/* PAGE QUI SOMMES-NOUS */

.team-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin: 35px 0 45px;
}

.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    border-top: 4px solid #c2a878;
}

.team-photo-placeholder {
    min-height: 230px;
    background: linear-gradient(135deg, #00030f, #071126);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2a878;
}

.team-photo-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    border: 2px solid rgba(194,168,120,0.75);
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.04);
}

.team-card-content {
    padding: 26px;
}

.team-card-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #00030f;
}

.team-role {
    color: #c2a878;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 14px;
}

.strategy-circles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 35px 0 45px;
}

.strategy-circle-card {
    background: white;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-left: 4px solid #c2a878;
}

.circle-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #00030f;
    color: #c2a878;
    font-weight: bold;
    margin-bottom: 12px;
}

.strategy-circle-card h3 {
    margin-top: 0;
    color: #00030f;
}

.strategy-circle-card p {
    margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 768px) {

    header {
        padding: 8px 18px;
    }

    nav {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .menu-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        flex: none;
        padding: 14px 0 8px;
        margin-top: 10px;
        border-top: 1px solid rgba(194,168,120,0.22);
    }

    .menu-links.active {
        display: flex;
    }

    nav a {
        margin: 0;
    }

    .menu-links a {
        width: 100%;
        padding: 10px 0;
    }

    .menu-links .phone {
        width: auto;
        margin-top: 8px;
        padding: 10px 18px;
    }

    .logo {
        gap: 10px;
    }

    .logo img {
        height: 92px;
        max-width: 265px;
    }

    .hero {
        padding: 70px 20px;
    }

    .hero-bg-image {
        width: 95%;
        max-width: none;
        right: -35%;
        bottom: -10px;
        opacity: 0.07;

        -webkit-mask-image: linear-gradient(
            to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.45) 35%,
            rgba(0,0,0,1) 75%
        );

        mask-image: linear-gradient(
            to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.45) 35%,
            rgba(0,0,0,1) 75%
        );
    }

    .container {
        padding: 35px 20px;
    }

    h1 {
        font-size: 34px;
    }



    .contact-intro-section {
        padding: 35px 18px 20px;
    }

    .contact-intro-container h2 {
        font-size: 1.6rem;
    }

    .contact-intro-container p {
        font-size: 1rem;
    }

    .visual-reminder-section {
        padding: 40px 25px;
        border-radius: 18px;
    }

    .visual-reminder-img {
        width: 95%;
        right: -35%;
        bottom: -20px;
        opacity: 0.08;
    }

    .footer-logo {
        height: 88px;
    }

    .brand-reminder {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .brand-reminder img {
        height: 90px;
    }

    .brand-reminder-text strong {
        font-size: 20px;
    }

    .brand-reminder-text span {
        font-size: 12px;
    }
}