@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&family=Prata&display=swap');

/* Empêche n'importe quel élément de dépasser de l'écran */
* {
    max-width: 100vw;
    box-sizing: border-box;
}

/* Force le corps de page à ne pas déborder */
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Force le grand titre "ADRIEN MORGAND" à rester dans l'écran */
h1, h2, h3, p {
    word-wrap: break-word; /* Coupe les mots trop longs */
    max-width: 100%;
}

html 
{
    scroll-behavior: smooth;
}

/* Style global inspiré de Durix */
body {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    margin: 0;
	overflow-x: hidden; /* Pour éviter le bug du scroll horizontal */
}

.logo span {
    font-weight: 200;
    color: #888;
}



.btn-contact {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.4s;
}

.btn-contact:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Grille Galerie Durix */
.galerie-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Deux grandes images par ligne */
    gap: 10px;
    padding: 10px;
}

.item img {
    width: 100%;
    filter: grayscale(20%); /* Petit effet artistique */
    transition: 0.5s;
}

.item img:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
}







/* ✨ BANDEAU D'ACCUEIL STYLE "DURIX LUXE" */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Prend toute la hauteur de l'écran (Veuille de l'écran) */
    
    /* REMPLACE 'images/ton-gros-dessin.jpg' PAR LE NOM DE TON FICHIER */
    background-image: url('images/palette.jpg');
    
    background-size: cover; /* Adapte l'image pour qu'elle remplisse tout le cadre */
    background-position: center; /* Centre l'image */
    background-attachment: fixed; /* Petit effet de parallaxe quand on scrolle (stylé !) */
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* L'EFFET NOIR (OVERLAY) */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Noir transparent à 60% */
    z-index: 1; /* Place le filtre sous le texte */
}

/* LE TEXTE BLANC DESSUS */
.hero-content {
    color: white;
    z-index: 2; /* Place le texte au-dessus du filtre noir */
}

.hero-content h1 {
    font-size: 5rem; /* Gros titre comme Durix ! */
    font-weight: 900;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0;
}

.hero-content p {
    font-size: 1.5rem;
    letter-spacing: 3px;
    font-weight: 200;
    margin: 20px 0 50px 0;
}

/* LE BOUTON BLANC */
.btn-hero {
    /* 1. LA POLICE MODERNE */
    font-family: 'Poppins', sans-serif; /* Très propre et pro */
    
    /* 2. LE STYLE ÉPURÉ */
    font-size: 0.9rem;      /* Un peu plus petit pour le côté luxe */
    font-weight: 600;       /* Un peu gras pour qu'on voit bien l'action */
    letter-spacing: 3px;    /* On espace les lettres (très important !) */
    text-transform: uppercase; /* En MAJUSCULES pour le côté bouton officiel */
    
    /* 3. LE LOOK DU BOUTON */
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid rgba(255, 255, 255, 0.8); /* Bordure fine blanche */
    text-decoration: none;
    color: white;
    transition: 0.4s ease; /* Animation douce */
    background: transparent;
}

/* 4. L'EFFET AU SURVOL (Le bouton se remplit en blanc) */
.btn-hero:hover {
    background: white;
    color: black;
    letter-spacing: 3.5px; /* Les lettres s'écartent encore plus au survol, c'est méga stylé ! */
}

.btn-hero:hover {
    background: white;
    color: black;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif; /* Ou une autre police bâton */
    font-size: 5rem;
    font-weight: 400; /* Ou 900 */
    color: white;
    margin: 0;
	text-transform: none; /* Pour que Morgand ne soit pas en majuscules */
    
}

.hero-content h1 span {
    font-family: 'Playfair Display', serif; /* La belle police italique */
    font-weight: 400; /* Plus fine */
    text-transform:  uppercase;
    
}







/* --- LE HEADER --- */
.durix-header {
    background-color: #ffffff;
    padding: 40px 0; /* Hauteur du bandeau blanc */
    text-align: left; /* Aligné à gauche, comme demandé avant */
}

/* --- LE CONTENEUR DU LOGO (IMPORTANT pour que la signature suive) --- */
.logo-wrapper {
    position: relative; /* La signature est positionnée par rapport à ÇA */
    display: inline-block;
    margin-left: 400px; /* L'espace entre le bord gauche de l'écran et ton logo */
    vertical-align: middle;
}



.logo {
    /* On utilise 'Prata', une police très élégante et stable */
    font-family: 'Prata', serif; 
    color: black; /* Noir profond */
    line-height: 0.5; /* On serre les lignes pour le style */
    margin: 0;
    padding: 0;
}

.first-word {
    font-size: 0.7rem; /* Petit et discret */
    font-weight: 400;
    font-style: italic; /* L'italique sur le "By", c'est la touche chic */
    display: block;
    letter-spacing: 2px; /* On espace les lettres du "By" */
    margin-bottom: 5px;
}

.second-word {
    font-size: 3.5rem; /* Le AD en majesté */
    font-weight: 400;
    letter-spacing: -1px; /* On resserre un peu le AD */
    display: block;
}

/* --- REGLAGE DE LA SIGNATURE (Nécessaire après le changement de police) --- */
.signature-image {
    position: absolute;
    height: 100px; 
    left: 100px;  /* Ajuste pour qu'elle morde sur le "D" du AD */
    top: 5px;    /* Ajuste la hauteur */
    transform: rotate(-10deg);
    filter: brightness(0); /* On s'assure que la signature est aussi noire que le texte */
    z-index: 10;
}

/* --- LA SIGNATURE --- */
.signature-image {
    position: absolute;
    height: 100px; /* Taille de ta signature */
    width: auto;
    
    /* 👇 CES REGLAGES SONT CRUCIAUX POUR CALER LA SIGNATURE 👇 */
    /* On la décale à droite pour qu'elle commence après le "By AD" */
    left: 100%; /* Pousse l'image après la fin du texte */
    margin-left: -30px; /* Ajuste ce chiffre pour qu'elle chevauche légèrement, comme Julien */
    
    /* On la baisse un peu pour qu'elle soit entre "By" et "AD" */
    top: -20px; 
    
    z-index: 10;
    pointer-events: none; /* La souris l'ignore */
    transform: rotate(168deg); /* Hop, la tête en haut ! */
    position: absolute; /* Garde ça, c'est ce qui permet de la faire flotter */

    /* ➡️ POUR DÉCALER À DROITE OU À GAUCHE */
    /* Augmente le chiffre pour pousser à DROITE (ex: 150px) */
    /* Diminue le chiffre pour ramener à GAUCHE (ex: 80px) */
    left: 90px; 

    /* ⬇️ POUR MONTER OU BAISSER */
    /* Augmente le chiffre pour la BAISSER (ex: 20px) */
    /* Diminue le chiffre (ou mets un chiffre négatif) pour la MONTER (ex: -30px) */
    top: 15px; 

    /* 📏 POUR LA TAILLE */
    height: 90px; /* Plus grand ou plus petit */
    width: auto;
}




/* --- LE CONTENEUR QUI ALIGNE TOUT --- */
.header-container {
    display: flex;
    justify-content: flex-start; /* 👈 Aligne tout à GAUCHE au lieu de séparer */
    align-items: center;        /* Garde le logo et le menu alignés verticalement */
    gap: 100px;                  /* 👈 C'EST ÇA LA MANETTE ! Règle l'écart ici */
    padding: 20px 50px;
    max-width: 1400px;
    margin: 0 auto;
	
}

/* --- LE STYLE DU MENU --- */
.main-nav ul {
    list-style: none;      /* Enlève les points devant la liste */
    display: flex;         /* Aligne les liens horizontalement */
    gap: 25px;             /* Espace entre chaque mot du menu */
    margin: 0;
    padding: 0;
	/* 👇 MODIFIE OU AJOUTE CETTE LIGNE */
    margin-top: 30px;  /* Augmente ce chiffre (ex: 40px) pour le baisser encore plus */
	
}



.logo-wrapper {
    position: relative;
    display: inline-block;
	/* MODIFIE CES CHIFFRES POUR LE PLACER OÙ TU VEUX */
    margin-left: 60px;  /* Pousse vers la droite */
    margin-top: 10px;   /* Pousse vers le bas */
}





/* 1. On prépare le lien pour accueillir la barre */
.main-nav a {
    position: relative; /* Indispensable pour placer la barre par rapport au texte */
    text-decoration: none;
    color: #888888; /* Ton gris clair parfait */
    font-family: 'Jost', sans-serif;
    padding-bottom: 3px; /* Petit espace pour que la barre ne colle pas aux lettres */
    transition: color 0.3s ease;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 2px;
	margin-top: 20px;
}

/* 2. On crée la barre (elle est invisible au début) */
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; /* Elle commence avec une largeur de 0 */
    height: 1px; /* L'épaisseur de ta barre noire */
    background-color: #000000; /* La couleur noire */
    transition: width 0.3s ease; /* C'est ça qui fait l'effet de glissement fluide */
}

/* 3. L'effet quand la souris passe dessus (Hover) */
.main-nav a:hover {
    color: #000000; /* Le texte devient noir aussi */
}

.main-nav a:hover::after {
    width: 100%; /* La barre s'étire sur toute la largeur du mot */
}





/* 1. LA BARRE (LE CADRE FIXE) */
.announcement-bar {
    background-color: #000000 !important; /* Force le noir */
    color: #ffffff !important;
    height: 40px;
    width: 100%;
    overflow: hidden;    /* 👈 C'EST ÇA QUI COUPE CE QUI DÉPASSE */
    position: relative;  /* 👈 FIXE LE RÉFÉRENTIEL */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;       /* Pour passer devant tout le reste */
	
}

/* 2. LE CONTENEUR QUI BOUGE */
.rolling-inner {
    display: flex;
    flex-direction: column;
    position: absolute;  /* 👈 FORCE LE TEXTE À RESTER DANS LA BARRE */
    top: 0;
    width: 100%;
    animation: slideVertical 15s cubic-bezier(0.85, 0, 0.15, 1) infinite;
}

/* 3. CHAQUE LIGNE */
.line {
    height: 40px;        /* Strictement égal à la barre */
    line-height: 40px;   /* Centre le texte parfaitement */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* 4. L'ANIMATION (Inchangée) */
@keyframes slideVertical {
    0%, 28%   { transform: translateY(0); }
    33%, 61%  { transform: translateY(-40px); }
    66%, 95%  { transform: translateY(-80px); }
    100%      { transform: translateY(-120px); }
}


.announcement-bar {
    /* ... tes autres réglages ... */
    position: fixed; /* Reste collée en haut */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; /* Passe au-dessus de tout */
}

/* Attention : si tu mets la barre en 'fixed', il faudra ajouter un 
   padding-top: 40px; à ton <header> pour ne pas qu'il soit caché dessous ! */
   
   
   
   
   
   
/* --- 5. NOUVELLE SECTION "MES OEUVRES" (INTÉGRÉE PROPREMENT) --- */
.gallery-section {
    position: relative;
    padding: 100px 10%;
    background-color: #ffffff;
    clear: both; /* Empêche le chevauchement */
}

.section-header { text-align: center; margin-bottom: 80px; }
.section-title { font-family: 'Jost', sans-serif; font-size: 2.5rem; text-transform: uppercase; letter-spacing: 8px; }
.section-underline { width: 50px; height: 1px; background: #000; margin: 20px auto; }

.artwork-featured {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
    flex-wrap: wrap; /* Pour le mobile */
}

.artwork-featured.reverse { flex-direction: row-reverse; }

.featured-text { flex: 1; min-width: 300px; }
.featured-text h3 { font-family: 'Jost', sans-serif; font-size: 1.8rem; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 3px; }
.featured-text p { font-family: 'Jost', sans-serif; color: #666; line-height: 1.8; font-style: italic; }

.featured-image { flex: 1.5; min-width: 300px; }
.featured-image img { width: 100%; height: 500px; object-fit: cover; }

.diverse-section { margin-top: 100px; text-align: center; }
.diverse-title { font-family: 'Jost', sans-serif; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 50px; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: grayscale(20%);
    transition: 0.5s;
}

.gallery-grid img:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
}



.header-container {
    display: flex;
    justify-content: flex-start; /* Aligne tout à GAUCHE comme avant */
    align-items: center;
    gap: 100px;                 /* Ton écart d'origine entre logo et menu */
    padding: 20px 50px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;         /* 👈 IMPORTANT : pour que le bouton de droite se repère par rapport au header */
}

/* --- LE BOUTON À DROITE (La magie est ici) --- */
.header-right {
    margin-left: auto; /* 👈 ÇA, c'est la commande magique. 
                          Ça dit au bloc de pousser tout le vide possible à sa gauche.
                          Du coup, il se colle à l'extrême droite sans toucher au reste ! */
}

.btn-header-contact {
    text-decoration: none;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding: 10px 25px;
    transition: 0.4s;
    margin-top: 30px; /* Aligné avec ton menu */
    display: inline-block;
    font-weight: 400; /* Réglage du gras dont on parlait tout à l'heure */
}

.btn-header-contact:hover {
    background: #000;
    color: #fff;
}

/* Le style du bouton à droite */
.btn-header-contact {
    text-decoration: none;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding: 10px 20px;
    transition: 0.4s;
    margin-top: 30px; /* Aligné avec ton menu */
    display: inline-block;
}

.btn-header-contact:hover {
    background: #000;
    color: #fff;
}



/* --- STYLE DE LA MODALE LUXE (UNIFIÉ) --- */
.modal {
    display: none; /* Caché par défaut */
    position: fixed; /* Reste fixe par-dessus tout */
    
    /* PRIORITÉ ABSOLUE : Passe au-dessus du header noir (z-index 99999) */
    z-index: 99999; 
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Empêche le scroll du site derrière */
    
    /* EFFET DE FLOU : Fond blanc semi-transparent pour voir le site flouté derrière */
    background-color: rgba(255, 255, 255, 0.7); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); /* Pour iPhone/Safari */
    
    animation: fadeIn 0.5s ease;
}

.modal-content-luxe {
    position: absolute;
    top: 50%; /* Centre verticalement */
    left: 50%; /* Centre horizontalement */
    transform: translate(-50%, -50%); /* Alignement parfait */
    background-color: #fff;
    padding: 60px;
    border: 1px solid #f0f0f0;
    width: 90%;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0,0,0,0.05);
    
    /* L'animation de montée douce */
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-subtitle {
    font-family: 'Jost', sans-serif;
    letter-spacing: 8px;
    font-size: 0.65rem;
    color: #aaa;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2.2rem;
    color: #111;
    margin: 0;
}

.modal-separator {
    width: 40px;
    height: 1px;
    background: #111;
    margin: 40px auto;
}

.modal-body-luxe p {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 2;
    color: #444;
    max-width: 450px;
    margin: 0 auto 40px;
    letter-spacing: 0.5px;
}

/* --- SECTION ACCÈS PRIVILÈGE --- */
.privilege-access {
    background: #fcfcfc;
    padding: 40px 20px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.access-text {
    font-family: 'Jost', sans-serif !important;
    font-size: 0.7rem !important;
    letter-spacing: 4px !important;
    color: #000 !important;
    margin-bottom: 25px !important;
    font-weight: 500 !important;
}

.input-wrapper {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

#guestEmail {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    outline: none;
}

#btnJoinList {
    background: transparent;
    color: #000;
    border: none;
    padding: 0 15px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.65rem;
    cursor: pointer;
    transition: 0.4s;
}

#btnJoinList:hover {
    opacity: 0.5;
}

/* --- LE BOUTON ENCADRÉ (Style Header) --- */
.btn-modal-framed {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 35px;
    border: 1px solid #111; /* L'encadré noir fin */
    color: #111;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background: transparent;
}

/* L'effet au survol : il se remplit en noir */
.btn-modal-framed:hover {
    background: #111;
    color: #fff;
}

/* On espace un peu plus le footer pour l'équilibre visuel */
.modal-footer-luxe {
    margin-top: 20px;
    padding-bottom: 10px;
}

/* LA CROIX DE FERMETURE */
.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #000;
    font-size: 35px;
    font-weight: 200;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: #888;
}

/* --- MODALE AVEC EFFET TOMBANT --- */
.modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    animation: fadeIn 0.4s ease-out; /* Fond qui apparaît doucement */
}

.modal-content-luxe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 60px;
    border: 1px solid #f0f0f0;
    width: 90%;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0,0,0,0.05);
    
    /* NOUVELLE ANIMATION : TOMBE DU HAUT */
    animation: dropIn 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* --- LES NOUVELLES ANIMATIONS --- */

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes dropIn {
    from { 
        opacity: 0; 
        transform: translate(-50%, -100%); /* Part de plus haut que l'écran */
    }
    to { 
        opacity: 1; 
        transform: translate(-50%, -50%); /* Arrive pile au centre */
    }
}


/* --- SECTION QUI SUIS-JE (SPLIT GALERIE) --- */
.about-container {
    display: flex;
    align-items: center; /* Aligne verticalement le texte et l'image */
    gap: 200px; /* Espace entre le texte et l'image */
    max-width: 1200px; /* Largeur maximale pour que le site respire */
    margin: 60px auto 100px;
    padding: 0 5%;
}

#qui-suis-je {
    margin-top: 200px; /* Augmente ce chiffre (ex: 250px, 300px) pour plus d'espace */
}

/* Texte (Gauche) */
.about-text {
    flex: 1; /* Prend 50% de l'espace */
    text-align: left; /* Texte aligné à gauche pour un look pro */
}

.about-subtitle {
    font-family: 'Jost', sans-serif;
    letter-spacing: 5px;
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-title-luxe {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-description {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 2.0; /* Aéré pour le côté luxe */
    color: #333;
    font-size: 1.0rem;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.about-signature {
    width: 130px;
    margin-top: 30px;
    filter: brightness(0); /* Signature en noir */
    opacity: 0.8;
	transform: rotate(170deg);
}

/* Image Mystérieuse (Droite) */
.about-visual {
    flex: 1; /* Prend 50% de l'espace */
    position: relative;
    height: 600px; /* Hauteur fixe pour un look constant */
    overflow: hidden;
}

.about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* L'image remplit le cadre sans se déformer */
    transition: transform 1.5s ease;
}

.about-visual:hover img {
    transform: scale(1.05); /* Petit zoom lent au survol */
}

/* Responsive pour téléphone */
@media (max-width: 900px) {
    .about-container {
        flex-direction: column-reverse; /* L'image passe sous le texte sur mobile */
        gap: 40px;
        padding: 0 20px;
    }
    .about-visual {
        height: 350px;
        width: 100%;
    }
    .about-text {
        text-align: center; /* Centrer le texte sur mobile */
    }
    .about-signature {
        margin: 30px auto 0;
    }
}







/* --- SECTION COMMANDER --- */
.order-container {
    max-width: 900px;
    margin: 60px auto 100px;
    padding: 0 20px;
    text-align: center;
}

.order-text {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    color: #444;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

/* Grille des techniques */
.techniques-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
}

.techniques-grid span {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 1px solid #eee;
    color: #888;
}

/* Étapes */
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;
}

.step {
    flex: 1;
}

.step-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-style: italic;
    color: #111;
    display: block;
    margin-bottom: 15px;
}

.step h3 {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.step p {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

/* Formulaire */
.order-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fdfdfd;
    padding: 40px;
    border: 1px solid #f0f0f0;
}

.form-group {
    margin-bottom: 25px;
}

.order-form input, 
.order-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s;
}

.order-form input:focus, 
.order-form textarea:focus {
    border-bottom: 1px solid #111;
}

/* On réutilise ton bouton encadré déjà stylisé */
.order-form .btn-modal-framed {
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .steps-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}


#commander {
    scroll-margin-top: 120px; /* Pour que le titre s'arrête pile sous le menu noir */
}



/* --- SECTION RÉSEAUX ÉPURÉE --- */
.social-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px; /* Grand espace entre les réseaux */
    max-width: 1000px;
    margin: 80px auto -20px;
    padding: 0 20px;
	
}

.social-item {
    text-decoration: none;
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    flex: 1;
}

.social-icon {
    width: 40px; /* Icône assez grande mais très fine */
    height: 40px;
    margin-bottom: 20px;
    color: #333;
}

/* On stylise les SVG pour qu'ils soient très fins (0.5px ou 1px) */
.social-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 0.8px; /* Trait ultra fin pour le côté luxe */
}

.social-name {
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    color: #888;
    transition: color 0.3s ease;
}

/* Effet au survol */
.social-item:hover {
    transform: translateY(-5px); /* Petit saut vers le haut */
}

.social-item:hover .social-name {
    color: #000;
    font-weight: 400;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .social-grid {
        flex-direction: column;
        gap: 60px;
        margin-bottom: 100px;
    }
}

/* Pour le décalage du menu */
#reseaux {
    scroll-margin-top: 120px;
}



.social-intro {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8;
    letter-spacing: 1px;
    max-width: 600px;
    margin: 20px auto 0; /* Centré sous la ligne */
    text-transform: none; /* On garde les minuscules pour la douceur */
    font-style: italic; /* Petite touche artistique */
}

/* On ajuste un peu l'espace de la grille qui suit */
.social-grid {
    margin-top: 60px !important; 
}






.footer-premium {
    background-color: #000;
    color: #fff;
    padding: 100px 20px 40px;
    font-family: 'Jost', sans-serif;
    margin-top: 100px;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Partie Haute */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.footer-tagline {
    font-size: 0.9rem;
    color: #888;
    font-weight: 300;
}

.footer-newsletter p {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #aaa;
}

.newsletter-form-premium {
    display: flex;
    border-bottom: 1px solid #333;
}

.newsletter-form-premium input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 0;
    font-size: 1rem;
    width: 250px;
}

.newsletter-form-premium input:focus { outline: none; }

.newsletter-form-premium button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 1px;
    cursor: pointer;
    padding-left: 20px;
}

.footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 60px;
}

/* Partie Centrale */
.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-bottom: 80px;
}

.footer-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #555;
    margin-bottom: 30px;
}

.nav-links a, .social-links-bold a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 15px;
    transition: 0.3s;
}

.nav-links a:hover, .social-links-bold a:hover {
    color: #888;
}

/* Partie Basse */
.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 60px;
    margin-top: 0px;     /* Si ton copyright a une marge haute, mets-la à 0 */
}
}



.copyright-text {
    font-size: 0.65rem;
    color: #444;
    letter-spacing: 3px;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.footer-logo-signature {
    margin-bottom: -20px;
    text-align: center;
}

.sig-image {
    height: 80px; /* Taille idéale pour une signature en bas de page */
    width: auto;
    /* Ce filtre transforme ton logo noir en blanc pur pour le footer */
    filter: brightness(0) invert(1); 
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
	transform: rotate(170deg)
}


.copyright-text {
    font-size: 1rem;
    color: #555; /* Gris foncé pour rester discret */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 10px;
}




/* Grille pour 2 photos côte à côte */
.featured-double-image {
    flex: 1.5; /* Prend la même place que ton ancienne image unique */
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colonnes égales */
    gap: 15px; /* Petit espace entre les deux images */
}

.featured-double-image img {
    width: 100%;
    height: 400px; /* Tu peux ajuster cette hauteur si besoin */
    
    /* MODIFICATION ICI */
    object-fit: contain; 
    
    /* Ajout d'un fond blanc au cas où l'image n'est pas carrée */
    background-color: #ffffff; 
    
    transition: transform 0.5s ease;
}

/* Responsive : sur téléphone, on les met l'une sous l'autre */
@media (max-width: 768px) {
    .featured-double-image {
        grid-template-columns: 1fr;
    }
}

/* La partie pour l'image Style Durix */
.featured-image img {
    width: 100%;
    height: auto;       /* Laisse l'image prendre sa vraie hauteur naturelle */
    max-height: 600px;  /* Empêche qu'elle soit trop géante sur grand écran */
    object-fit: contain; /* Affiche l'image EN ENTIER sans couper un seul pixel */
    display: block;
}

.artwork-featured {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 150px; /* Augmente cet espace (passer de 120 à 150 ou 200) */
    padding-top: 50px;    /* Ajoute un peu d'espace au-dessus aussi */
}
.featured-image img {
    /* ... tes autres lignes de code ... */
    
    /* 1. Un peu plus de contraste pour faire ressortir le trait */
    filter: contrast(1.1) saturate(1.2) brightness(1.05);
    
    /* 2. Une transition fluide quand on survole */
    transition: filter 0.5s ease;
}

/* 3. L'effet au survol : les couleurs explosent encore plus ! */
.featured-image img:hover {
    filter: contrast(1.2) saturate(1) brightness(1.1);
}




.footer-bottom {
    font-family: 'Jost', sans-serif;
    text-align: center;
    color: #ffffff; /* Assure-toi que la couleur est bien blanche ou gris clair */
    opacity: 0.5;    /* Un peu de transparence pour un côté plus chic */
    font-size: 17px; /* Une taille discrète pour le copyright */
    letter-spacing: 1px; /* Un léger espacement des lettres pour le style pro */
    margin-top: 50px;
}



.main-footer {
    background-color: #000000; /* Le fond noir complet */
    width: 100vw;             /* Force la largeur à 100% de la fenêtre */
    margin-left: calc(-50vw + 50%); /* Technique pour déborder sur les côtés */
    margin-right: calc(-50vw + 50%);
    padding: 60px 20px;       /* Ajoute un peu de respiration à l'intérieur */
    box-sizing: border-box;   /* Important pour ne pas créer de scroll horizontal */
}

/* On s'assure que le contenu à l'intérieur reste bien aligné */
.main-footer .footer-content {
    max-width: 1200px;        /* Ton contenu reste centré sur 1200px */
    margin: 0 auto;           /* Centrage automatique */
}





/* Style du bloc formulaire */
form {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Style de la zone de texte */
input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: white;
    padding: 5px;
    width: 250px;
}

/* Style du bouton */
button[type="submit"] {
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}

button[type="submit"]:hover {
    color: #cccccc;
}
.newsletter-section {
    display: flex;
    flex-direction: column; /* Empile le titre et le formulaire */
    align-items: flex-end;   /* Aligne tout à droite comme sur ta capture */
    gap: 15px;               /* Espace entre le titre et le formulaire */
}

.newsletter-title {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0;
}

/* Ton champ input et bouton restent bien alignés dessous */
.newsletter-section form {
    display: flex;
    gap: 10px;
}


#guestEmail {
    color: #000000 !important;      /* Force le texte tapé à être noir */
    background-color: #ffffff !important; /* Force le fond à être blanc */
    padding: 10px;
    border: 1px solid #ccc;
}



.order-form-container {
    max-width: 450px; /* Plus serré pour un look plus élégant */
    margin: 40px auto;
}

.order-form-container form {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Moins d'espace pour un look compact */
}

.order-form-container input, 
.order-form-container textarea {
    width: 100%;
    padding: 12px;
    border: none; /* Pas de bordure pour un look minimaliste */
    border-bottom: 1px solid #dcdcdc; /* Juste une fine ligne de base */
    background: transparent;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #1a1a1a !important;
    outline: none;
    transition: 0.3s;
}

.order-form-container input:focus, 
.order-form-container textarea:focus {
    border-bottom: 1px solid #000; /* La ligne devient noire au clic */
}

/* On s'assure que ton bouton utilise le même style que tes autres boutons */

/* Force l'affichage du bouton */
.btn-modal-framed {
    display: inline-block !important;
    width: 100% !important;
    padding: 18px 40px !important;
    background-color: #000 !important; /* Noir forcé */
    color: #fff !important;           /* Blanc forcé */
    border: 1px solid #000 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Jost', sans-serif !important;
    font-size: 0.8rem !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    appearance: none !important;      /* Enlève le style par défaut des navigateurs */
}

/* L'animation au survol */
.btn-modal-framed:hover {
    background-color: #fff !important; /* Blanc forcé */
    color: #000 !important;            /* Noir forcé */
    border: 1px solid #000 !important;
}




/* On force le bouton à rester dans son bloc sans déborder */
.modal-footer-luxe {
    text-align: center; /* Centre le contenu horizontalement */
    padding: 20px 0;
}

.btn-modal-framed {
    display: inline-block; /* Crucial : ça l'empêche de prendre 100% de la largeur */
    width: auto;           /* Sa largeur s'adapte au texte, pas à la page */
    min-width: 300px;      /* Une taille minimale pour qu'il soit joli */
    padding: 15px 30px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    border: 1px solid #000;
    transition: 0.4s;
}

.btn-modal-framed:hover {
    background: #fff;
    color: #000;
}

/* On cible le bouton de la modale par son ID spécifique */
#closeAndContact {
    display: inline-block !important; /* Force le bouton à ne pas s'étaler */
    width: auto !important;           /* Force le bouton à suivre la taille du texte */
    min-width: 280px !important;      /* Taille minimale pour qu'il soit élégant */
    max-width: 90% !important;        /* Ne dépasse jamais la fenêtre */
    margin: 20px auto !important;     /* Centre le bouton */
    padding: 18px 40px !important;    /* Espace intérieur */
    text-align: center !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    text-decoration: none !important;
    font-family: 'Jost', sans-serif !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Effet au survol */
#closeAndContact:hover {
    background: #fff !important;
    color: #000 !important;
}



#my-form-status {
    text-align: center;
    color: #000; /* Ou la couleur de ton texte habituel */
    text-transform: uppercase;
    letter-spacing: 1px;
}





/* --- CONFIGURATION MOBILE & RESPONSIVE --- */

/* 1. Global (empêche le zoom et le débordement) */
body, html {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* 2. PC : Par défaut, le hamburger est caché */
.hamburger {
    display: none !important;
}

/* 3. MOBILE (Écrans < 900px) */
@media (max-width: 900px) {
    /* Affichage du bouton */
    .hamburger { 
        display: block !important; 
        position: fixed; 
        top: 25px; 
        right: 20px; 
        z-index: 10000; 
        cursor: pointer;
    }
    
    /* Cache le bouton contact PC et affiche celui du menu */
    .header-right { display: none !important; }
    .mobile-only-btn { display: block !important; margin-top: 30px; }

    /* Le menu en plein écran */
    .main-nav {
        display: none; 
        position: fixed;
        top: 0; 
        right: -100%; 
        width: 100%; 
        height: 100vh;
        background: #fff;
        padding-top: 100px;
        text-align: center;
        transition: right 0.4s ease;
        z-index: 9999;
        box-shadow: -5px 0 10px rgba(0,0,0,0.1);
    }
    
    /* Animation d'ouverture */
    .main-nav.active { 
        display: block !important; 
        right: 0; 
    }
    
   
@media (max-width: 900px) {
.main-nav ul { 
        display: flex !important;       /* Force le flex */
        flex-direction: column !important; /* Force la colonne */
        align-items: center !important;    /* Centre horizontalement */
        gap: 30px !important;              /* Espace entre les boutons */
        list-style: none; 
        padding: 0; 
    }
    
    .main-nav li {
        width: 100%; /* S'assure que les items prennent toute la largeur */
    }
}
    .main-nav li { margin-bottom: 25px; }
    .main-nav a { font-size: 1.3rem !important; }
}

/* 4. PC : Forçage du layout */
@media (min-width: 901px) {
    .hamburger { display: none !important; }
    .mobile-only-btn { display: none !important; }
    
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }
}



/* Le conteneur principal */
.logo-wrapper {
    display: flex;       /* Aligne tout sur une ligne */
    align-items: center; /* Centre verticalement */
    gap: 5px;            /* Espace entre AD et la signature */
    margin-left: 50px;   /* Décalage depuis la gauche */
}

/* Le texte By AD */
.logo {
    font-family: 'Prata', serif;
    color: black;
    line-height: 0.8;
    margin: 0;
}

.first-word {
    font-size: 0.7rem; /* Petit et discret */
    font-weight: 400;
    font-style: italic; /* L'italique sur le "By", c'est la touche chic */
    display: block;
    letter-spacing: 2px; /* On espace les lettres du "By" */
    margin-bottom: 5px;
}

.second-word {
    font-size: 3.5rem;
    font-weight: 400;
}


/* --- LA SIGNATURE --- */
.signature-image {
    position: absolute;
    height: 100px; /* Taille de ta signature */
    width: auto;
    
    /* 👇 CES REGLAGES SONT CRUCIAUX POUR CALER LA SIGNATURE 👇 */
    /* On la décale à droite pour qu'elle commence après le "By AD" */
    left: 100%; /* Pousse l'image après la fin du texte */
    margin-left: -30px; /* Ajuste ce chiffre pour qu'elle chevauche légèrement, comme Julien */
    
    /* On la baisse un peu pour qu'elle soit entre "By" et "AD" */
    top: -20px; 
    
    z-index: 10;
    pointer-events: none; /* La souris l'ignore */
    transform: rotate(168deg); /* Hop, la tête en haut ! */
    position: absolute; /* Garde ça, c'est ce qui permet de la faire flotter */

    /* ➡️ POUR DÉCALER À DROITE OU À GAUCHE */
    /* Augmente le chiffre pour pousser à DROITE (ex: 150px) */
    /* Diminue le chiffre pour ramener à GAUCHE (ex: 80px) */
    left: 90px; 

    /* ⬇️ POUR MONTER OU BAISSER */
    /* Augmente le chiffre pour la BAISSER (ex: 20px) */
    /* Diminue le chiffre (ou mets un chiffre négatif) pour la MONTER (ex: -30px) */
    top: 15px; 

    /* 📏 POUR LA TAILLE */
    height: 90px; /* Plus grand ou plus petit */
    width: auto;
}




/* --- LE HAMBURGER SIMPLE --- */
/* On le cache sur PC */
.hamburger {
    display: none;
}
/* --- 1. LE HAMBURGER (S'il est dans le header) --- */
@media (max-width: 900px) {
    .hamburger {
        display: block !important;
        cursor: pointer;
        padding: 10px;
        z-index: 10000;
        /* On enlève position: fixed si on veut qu'il soit dans le header */
        position: relative !important; 
    }
    
    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background: #000;
        margin: 5px 0;
    }
}

/* --- 2. LA MODALE (Fusionnée et propre) --- */
/* On cible la classe que tu utilises réellement dans ton HTML (modal-content-luxe) */
@media (max-width: 600px) {
    .modal-content-luxe {
        width: 90% !important;
        margin: 10% auto !important;
        padding: 20px !important;
        background: #fff;
        position: relative;
    }

    .close-modal {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 32px !important;
        color: #333;
        cursor: pointer;
    }

    .input-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .input-wrapper input, .input-wrapper button {
        width: 100% !important;
        padding: 12px;
        font-size: 16px;
    }
}






/* Container du header mobile pour tout aligner */
.durix-header {
    display: flex;
    justify-content: space-between; /* Espace logo à gauche, hamburger à droite */
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

/* On force le logo-wrapper à ne pas prendre trop de place */
.logo-wrapper {
    margin-left: 0 !important; /* On annule la marge fixe PC pour le mobile */
    transform: scale(0.8);      /* On réduit légèrement le logo pour qu'il tienne bien */
    transform-origin: left;
}

/* Le hamburger bien calé */
.hamburger {
    display: block !important;
    position: static !important; /* On retire le 'fixed' pour qu'il suive le flux */
    cursor: pointer;
    z-index: 1000;
}





@media (max-width: 900px) {
    .social-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 40px !important; 
        width: 100% !important;
    }

    .social-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100px !important; /* Taille fixe en pixels pour les deux premiers */
    }

    .social-item:nth-child(3) {
        flex: 0 0 100% !important; /* Force le 3ème à prendre toute la ligne tout seul */
        margin-top: 20px !important;
    }
}