
/* ---- Combined Styles from Provided Files ---- */
/* Original CSS Content */

@font-face {
    font-family: 'Firait';
    src: url('font/FiraSansExtraCondensed-Regular.ttf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Firagr';
    src: url('font/FiraSansExtraCondensed-Regular.ttf') format('opentype');
    font-weight: bold;
    font-style: bold;
}

/* Réinitialisation des marges et des paddings */
* {
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
}


/* Style global */
html,{
    font-family: 'Firait';
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    font-family: 'Firait';
    margin: 0;
    padding: 0;
}

/* Header styles */
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

header b {
    font-family: 'Firait';
    font-size: 40px;
    font-weight: 10px;
    color: #000000;
    letter-spacing: 1px;
    margin: 0;
}
.header-title {
    font-family: 'Firait';
    padding: auto;
    font-size: 80px; /* Taille du titre */
    font-weight: bold; /* Texte en gras */
    text-align: center; /* Centrer le texte */
    color: #ffffff; /* Couleur du texte */
    margin-top: 1%; /* Espacement au-dessus */
    margin-bottom: 1%; /* Espacement en dessous */
    text-transform: uppercase; /* Tout en majuscules */
}

.menu-icon {
    font-family: 'Firait';
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    z-index: 10; /* S'assurer que le bouton est au-dessus */
}

.main-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 0px;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 50px;
}

.main-menu ul li a {
    font-family: 'Firait';
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-menu ul li a:hover {
    color: #b3a580;
}

.dropdown-menu {
    display: none; /* Par défaut, le menu est caché */
    position: grid; /* Fixe le menu pour qu'il suive l'écran */
    top: 150px;
    left: 0;
    bottom: 100px;
    width: 100%; /* Le menu prend toute la largeur de l'écran */
    height: 100%; /* Le menu couvre tout l'écran pour mobile */
    background-color: #fff; /* Fond clair pour le menu */
    flex-direction: row; /* Éléments alignés en colonne */
    align-items: center; /* Centrer horizontalement les liens */
    justify-content: flex-start; /* Aligner les liens en haut */
    padding-top: 20px; /* Ajouter de l'espace en haut */
    overflow-y: auto; /* Permettre le défilement si la liste est trop longue */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10; /* Toujours au-dessus des autres éléments */
}

/* Styles des éléments de menu */
.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%; /* Chaque lien prend toute la largeur */
    text-align: center;
}

.dropdown-menu li {
    padding: 0px;
    border-bottom: 1px solid #e0e0e0; /* Ligne séparatrice entre les liens */
    width: 100%; /* Assure que chaque item s'étend sur toute la largeur */
}

.dropdown-menu li a {
    font-family: 'Firait';
    color: #000000;
    text-decoration: none;
    font-size: 18px; /* Taille lisible sur mobile */
    display: block; /* Le lien prend toute la surface cliquable */
}

.dropdown-menu li a:hover {
    color: #b3a580;
    background-color: #f5f5f5; /* Ajoute un effet au survol */
}

/* Afficher le menu lorsque la classe "active" est ajoutée */
.dropdown-menu.active {
    display: flex;
}

/* Responsive uniquement pour mobile */
@media (max-width: 768px) {
    .menu-icon {
        display: block; /* Afficher le bouton sur mobile */
    }

    .main-menu {
        display: none; /* Cacher le menu principal classique */
    }

    .dropdown-menu {
        flex-direction: column; /* Alignement vertical pour mobile */
    }
}

/* Style de base pour le footer */
footer {
    background-color: #2b697b;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}
/* Cache le menu du footer par défaut */
.footer-dropdown-menu {
    display: none;
    flex-direction: column;
    position: relative;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Affiche le menu lorsqu'il est actif */
.footer-dropdown-menu.active {
    display: flex;
}

/* Icône du menu dans le footer (visible uniquement sur mobile) */
.footer-menu-icon {
    font-family: 'Firait';
    display: block;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    margin: 10px auto;
    color: #fff;
}

/* Menu footer responsive */
@media (min-width: 769px) {
    .footer-dropdown-menu {
        display: none; /* Cache le menu sur les grands écrans */
    }

    .footer-menu-icon {
        display: none; /* Cache l'icône du menu sur les grands écrans */
    }
}

/* Centrer le contenu et aligner le bouton en bas */
.button {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button .button {
    font-family: 'Firait';
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: auto; /* Pousse le bouton vers le bas */
    height: 90%; /* Augmente la hauteur pour descendre le bouton */
}

.button .button:hover {
    background-color: #a3946f;
}
/* Section Hero */
.hero {
    position: relative;
    height: 74vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff00;
    overflow: hidden; /* Cache les débordements pour le fond vidéo */
}

/* Vidéo de fond */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* S'assure que la vidéo remplit tout l'espace */
    z-index: -1; /* Met la vidéo derrière le contenu */
}
/* Section Hero */
.herofilm {
    top: 10px;
    position: relative;
    height: 117vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff00;
    overflow: hidden; /* Cache les débordements pour le fond vidéo */
}

/* Vidéo de fond */
.video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* S'assure que la vidéo remplit tout l'espace */
}

/* Overlay pour le contenu */
.overlay1 {
    background-color: rgba(0, 0, 0, 0); /* Légère opacité pour améliorer la lisibilité */
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px #0000003b;
    padding: 15px;
    border-radius: 5px;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligne le contenu en bas */
    height: 100%; /* Prend toute la hauteur de la section */
}

/* Titre */
.overlay1 h2 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Bouton */
.overlay1 .button {
    font-family: 'Firait';
    text-shadow: none;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    font-weight: 900;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 20px; /* Espacement entre le titre et le bouton */
}

.overlay1 .button:hover {
    background-color: #a3946f;
}

/* Responsivité */
@media (max-width: 768px) {
    .overlay1 h2 {
        font-size: 24px;
    }
}
/* Overlay pour le contenu */
.overlay {
    background-color: rgba(0, 0, 0, 0); /* Légère opacité pour améliorer la lisibilité */
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px #0000003b;
    padding: 15px;
    border-radius: 5px;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligne le contenu en bas */
    height: 100%; /* Prend toute la hauteur de la section */
}

/* Titre */
.overlay h2 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Bouton */
.overlay .button {
    font-family: 'Firait';
    text-shadow: none;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 900;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 20px; /* Espacement entre le titre et le bouton */
}

.overlay .button:hover {
    background-color: #a3946f;
}

/* Responsivité */
@media (max-width: 768px) {
    .overlay h2 {
        font-size: 24px;
    }
}
.heroabout {
    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/img confimé/LaTransmuteuse_D19B8726_1920x823px_q6.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}
.herocreativeprocess {
    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/creativeprocess.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}
.heroartandstories {

    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/img confimé/Page ART & STORIES q6.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}
.herobenefites {

    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/img confimé/LaTransmuteuse_272003_1920x823px_q6.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}
/* Pour les écrans de petite taille (ex : téléphones) */
@media (max-width: 768px) {
    .herobenefites {
        background-position: left center; /* Centre verticalement mais focus sur la gauche horizontalement */
    }
}

.herowhy-me {

    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/img confimé/LaTransmuteuse_WHY_ME_RMX_q6..jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}

.contact1 {

    display: flex ;
    align-items: flex-end;
    justify-content: center;
    height: 74vh;
    background-image: url('img/contact.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #ffffff;
}



/* Style général du formulaire */
.luxury-form {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Firait';
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Ligne contenant plusieurs champs */
  .form-row {
    display: flex;
    gap: 20px; /* Espace entre les champs */
    margin-bottom: 15px;
  }
  
  /* Style pour chaque champ */
  .form-group {
    display: flex;
    flex-direction: column;
    flex: 1; /* Champs flexibles */
  }
  
  /* Labels */
  .form-group label {
    font-family: 'Firait';
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
  }
  
  /* Champs de saisie et zone de texte */
  input,
  textarea {
    font-family: 'Firait';
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    background-color: #fff;
    color: #333;
    transition: border-color 0.3s ease-in-out;
  }
  
  /* Changer la bordure lors du focus */
  input:focus,
  textarea:focus {
    border-color: #007bff;
    outline: none;
  }
  
  /* Zone de texte */
  textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  /* Bouton */
  .luxury-button {
    font-family: 'Firait';
    padding: 12px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease;
  }
  
  /* Hover et focus sur le bouton */
  .luxury-button:hover {
    background-color: #444;
    transform: scale(1.02);
  }
  .error-message {
    color: red;
    font-size: 18px;
}
  
  /* Mobile-friendly : rendre les champs sur une seule ligne pour petits écrans */
  @media (max-width: 600px) {
    .form-row {
      flex-direction: column;
    }
  }
  




/* Sections principales */
section {
    padding: 60px 0;
}
.intro {
    text-align: left; /* Garde le texte centré */
    padding: 30px 20px; /* Espacement pour la section */
    background-color: #ffffff;
}
.intro, .about, .creative-process, .art-stories, .benefits, .why-me, .contact {
    text-align: center;
}

.intro h3, .about h2, .creative-process h2, .art-stories h2, .benefits h2, .why-me h2, .contact h2 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0px;
}

.intro p, .about p, .creative-process p, .art-stories p, .benefits p, .why-me p, .contact p {
    font-family: 'Firait';
    font-size: 18px;
    color: #000000;
    max-width: 800px;
    margin: auto;
    margin-bottom: 0px;
}


.intro1, .about, .creative-process, .art-stories, .benefits, .why-me, .contact {
    text-align: center;
}

.intro1 h3, .about h2, .creative-process h2, .art-stories h2, .benefits h2, .why-me h2, .contact h2 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}

.intro1 p, .about p, .creative-process p, .art-stories p, .benefits p, .why-me p, .contact p {
    font-family: 'Firait';
    font-size: 18px;
    color: #000000;
    max-width: 800px;
    margin: auto;
    margin-bottom: 0px;
}
.intro1 {
    text-align: center; /* Garde le texte centré */
    padding: 30px 20px; /* Espacement pour la section */
    background-color: #ffffff;
}
.intro2, .about, .creative-process, .art-stories, .benefits, .why-me, .contact {
    text-align: left;
}

.intro2 h3, .about h2, .creative-process h2, .art-stories h2, .benefits h2, .why-me h2, .contact h2 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}

.intro2 p, .about p, .creative-process p, .art-stories p, .benefits p, .why-me p, .contact p {
    font-family: 'Firait';
    font-size: 18px;
    color: #000000;
    max-width: 800px;
    margin: auto;
    margin-bottom: 0px;
    text-align: left;
}
.intro2 {
    text-align: left; /* Garde le texte centré */
    padding: 30px 20px; /* Espacement pour la section */
    background-color: #ffffff;
}
.centered-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Espacement entre l'image et le texte */
}

.centered-image-section img {
    max-width: 100%; /* S'adapte à la largeur disponible */
    max-height: 300px; /* Limite la hauteur */
    object-fit: contain; /* Conserve les proportions de l'image */
    border-radius: 0px; /* Optionnel : coins arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre */
}
.intro-button-container .intro-button {
    font-family: 'Firait';
    margin-top: 5%;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #d4af37;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
    text-align: center;
}

.intro-button-container .intro-button:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #d4af37;
}
/* Lists */
ul {
    list-style: none;
    padding: 0;
}

ul li {
    font-family: 'Firait';
    font-size: 18px;
    color: #666;
    margin: 10px 0;
}

/* Gallery and testimonials */
.gallery, .testimonials {
    margin-top: 40px;
}

.testimonials p {
    font-family: 'Firait';
    font-style: italic;
    color: #444;
}

/* Contact form */
.contact form {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.contact label {
    font-family: 'Firait';
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contact button[type="submit"] {
    font-family: 'Firait';
    margin-top: 20px;
    padding: 10px;
    background-color: #a3946f;
    color: #000000;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact button[type="submit"]:hover {
    background-color: #a3946f;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 769px) {
    .menu-icon {
        display: none;
    }

    .dropdown-menu {
        display: none;
    }

    .main-menu {
        display: flex;
    }
}

/* Highlights Section */
.highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 50px;
}

/* Highlight Box: Group Image and Text */
.highlight-box {
    flex: 1 1 calc(33.33% - 20px); /* Trois éléments par ligne sur grand écran */
    max-width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Highlight Item: Image Box */
.highlight-item {
    width: 100%;
    height: 600px; /* Taille fixe pour l'image */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

/* Content Over the Image */
.highlight-content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.highlight-content .button {
    font-family: 'Firait';
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.highlight-content .button:hover {
    background-color: #a3946f;
}

/* Texts */
.highlight-box h2 {
    font-family: 'Firait';
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}

.highlight-box p {
    font-family: 'Firait';
    font-size: 18px;
    color: #000000;
}

/* Responsivity */
@media (max-width: 900px) {
    /* Deux éléments par ligne */
    .highlight-box {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .highlights .highlight-box:last-child .highlight-item {
        background-position: right;
    }
    /* Un élément par ligne */
    .highlight-box {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .highlight-box h2 {
        color: #000;
        font-size: 24px;
    }

    .highlight-box p {
        font-size: 18px;
    }
}





/* Conteneur principal pour centrer la section */
.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; /* Prend toute la hauteur de l'écran */
    width: 100%; /* Prend toute la largeur */
    background: linear-gradient(145deg, #ffffff, #ffffff); /* Arrière-plan luxueux */
}

/* Section de contact */
.contact-section {
    background: rgba(255, 255, 255, 0.9); /* Fond blanc avec transparence */
    padding: 20px 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%; /* Réduction pour petits écrans */
    border: 2px solid #d4af37; /* Bordure dorée */
    font-family: 'Firait';
    color: #000000;
}

/* Style du titre */
.contact-section h1 {
    font-family: 'Firait';
    font-size: 24px;
    margin-bottom: 20px;
    color: #d4af37; /* Titre doré */
}

/* Style des liens */
.contact-section a {
    font-family: 'Firait';
    color: #d4af37; /* Lien doré */
    text-decoration: none;
    font-weight: bold;
}

.contact-section a:hover {
    color: #b8912f; /* Variation dorée au survol */
    text-decoration: underline;
}

/* Liste des réseaux sociaux */
.social-media-list {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.social-media-list li {
    margin-bottom: 10px; /* Espacement entre les éléments */
}

/* Adaptation pour petits écrans */
@media (max-width: 600px) {
    .contact-section h1 {
        font-size: 24px;
    }
    .contact-section {
        padding: 15px 20px;
    }
}

.map-container {
    margin-top: 20px;
    border: 2px solid #d4af37; /* Bordure dorée */
    border-radius: 10px;
    overflow: hidden; /* Cache tout débordement */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Ombre élégante */
    max-width: 1200px; /* Limite maximale pour les grands écrans */
    width: 90%; /* Largeur responsive */
    margin-left: auto;
    margin-right: auto;
}

iframe {
    display: block;
    width: 100%; /* Utilise toute la largeur disponible dans le conteneur */
    height: 600px; /* Hauteur plus grande */
}


/* Section Processus Créatif */
.creative-process {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.creative-process h2,
.creative-process p {
    text-align: center;
    margin: 0 auto;
}

/* Étape */
.step {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.step h3,
.step h4,
.step p {
    text-align: center;
    margin: 0 auto;
}

/* Techniques Section */
.techniques {
    text-align: center;
    padding: 60px 20px;
    background-color: #f5f5f5;
}

.techniques h3,
.technique-item h4,
.technique-item p {
    text-align: center;
    margin: 0 auto;
}

/* Section Création */
.creation {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.creation h3,
.creation h4,
.creation p {
    text-align: center;
    margin: 0 auto;
}

/* Section Activation */
.activation {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.activation h3,
.activation h4,
.activation p {
    text-align: center;
    margin: 0 auto;
}

/* Bouton */
.activation .button,
.overlay .button,
.highlight-content .button {
    display: inline-block;
    margin: 0 auto;
}

.bouton .button {
    font-family: 'Firait';
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 900;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    width: 180px; /* Largeur fixe pour le bouton */
    max-width: 100%;
    margin: 0 auto; /* Centre le bouton */
}

.bouton .button:hover {
    background-color: #a3946f;
}

/* Footer container */
.footercontainer {
    background-color: #2b697b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: 'Firait';
}

/* Footer title */
.footer-title {
    font-family: 'Firait';
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffffff; /* Couleur dorée */
    background-color: #2b697b;
    text-align: center;
}

/* Footer navigation */
.footernav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footernav ul li a {
    font-family: 'Firait';
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s ease;
}

.footernav ul li a:hover {
    color: #f0c674;
}

/* Footer contact section */
.footercontact {
    margin-top: 20px;
}

.contact-row {
    margin: 10px 0;
}

.contact-row p {
    margin: 5px 0;
}

.contact-row a {
    font-family: 'Firait';
    font-size: ;
    color: #ad9966;
    text-decoration: none;
}

.contact-row a:hover {
    text-decoration: underline;
}

/* Social icons */
.contact-row ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    font-family: 'Firait';
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: #f0c674;
    transform: scale(1.1);
}

/* Footer note */
.footernote {
    font-family: 'Firait';
    font-size: 18px;
    color: #ddd;
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footercontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background-color: #2b697b; /* Fond noir */
        color: #fff; /* Texte blanc */
        gap: 15px; /* Espacement uniforme entre les éléments */
    }

    .footer-title {
        font-size: 24px; /* Ajuste la taille du titre */
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .footernav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px; /* Espacement entre les liens */
        text-align: center;
        margin-bottom: 0%;
    }

    .footernav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footernav ul li {
        margin: 5px 0;
    }

    .footernav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
    }

    .footernav ul li a:hover {
        color: #a3946f; /* Couleur au survol */
    }

    .footer-contact {
        text-align: center;
        font-size: 18px;
    }

    .footer-contact a {
        color: #f0c674; /* Couleur dorée pour les liens */
        text-decoration: none;
    }

    .footer-contact a:hover {
        text-decoration: underline;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .social-icons a {
        color: #fff;
        font-size: 24px; /* Ajuste la taille des icônes */
        transition: color 0.3s ease, transform 0.2s ease;
    }

    .social-icons a:hover {
        color: #a3946f;
        transform: scale(1.1); /* Légère mise en avant au survol */
    }

    .footer-note {
        text-align: center;
        font-size: 18px;
        color: #ddd;
        margin-top: 10px;
    }
}


@media (max-width: 480px) {
    .footercontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        background-color: #2b697b; /* Fond noir */
        color: #fff; /* Texte blanc */
        gap: 0px; /* Espacement uniforme entre les éléments */
    }

    .footer-title {
        font-size: 24px; /* Ajuste la taille du titre */
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-bottom: 0%;
        margin-bottom: 0%;
    }

    .footernav {
        display: flex; /* Assure un conteneur flex */
    flex-direction: row; /* Les éléments seront sur une seule ligne */
    flex-wrap: nowrap; /* Empêche le retour à la ligne */
    justify-content: center; /* Centre les éléments horizontalement */
    align-items: center; /* Centre les éléments verticalement */
    text-align: center;
    padding: 0; /* Évite des marges inutiles */
    margin: 0;
    gap: 10px; /* Espace entre les éléments */
}

    .footernav ul {
        display: flex;
        flex-direction: column;
        align-items: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footernav ul li {
        margin: 5px 0;
    }

    .footernav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        padding: 0px 0;
        margin: 0;
        padding: 0;
    }

    .footernav ul li a:hover {
        color: #a3946f; /* Couleur au survol */
    }

    .footer-contact {
        text-align: center;
        font-size: 18px;
    }

    .footer-contact a {
        color: #f0c674; /* Couleur dorée pour les liens */
        text-decoration: none;
    }

    .footer-contact a:hover {
        text-decoration: underline;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .social-icons a {
        color: #fff;
        font-size: 24px; /* Ajuste la taille des icônes */
        transition: color 0.3s ease, transform 0.2s ease;
    }

    .social-icons a:hover {
        color: #a3946f;
        transform: scale(1.1); /* Légère mise en avant au survol */
    }

    .footer-note {
        text-align: center;
        font-size: 18px;
        color: #ddd;
        margin: 0%;
        padding: 0%;
    }
}



.wrapper {
    flex: 1; /* Prend tout l'espace disponible */
}


/* Conteneur principal du carrousel */
.grid-carousel-container {
    position: relative;
    width: 100%; /* Prendre toute la largeur */
    margin: 0 auto;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px 0; /* Moins de padding en haut et en bas */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Carrousel en lui-même */
.grid-carousel {
    display: flex;
    gap: 15px; /* Moins d’espace entre les éléments */
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

/* Élément de chaque carte */
.grid-item {
    flex: 0 0 calc(33.333% - 15px); /* 3 items par ligne */
    max-width: calc(33.333% - 15px);
    text-align: center;
    background: white;
    border-radius: 8px; /* Moins de courbure pour un style compact */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px; /* Réduire le padding interne */
}

.grid-item img {
    width: 100%;
    height: 500px; /* Réduire la hauteur de l’image */
    object-fit: cover; /* Assurer que l'image s'adapte au conteneur */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.grid-item:hover {
    transform: scale(1.03); /* Légère réduction de l’effet de zoom */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.grid-item h3 {
    font-family: 'Firait';
    margin: 8px 0; /* Réduire l'espacement en haut et en bas du titre */
    font-size: 24px; /* Légèrement plus petit */
}

.grid-item p {
    font-family: 'Firait';
    padding: 0 8px 10px; /* Réduire le padding et l’espacement */
    color: #555;
    font-size: 18px; /* Plus petit pour une apparence compacte */
}

/* Flèches de navigation */
.arrow {
    font-family: 'Firait';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-size: 1.2rem;
}

.arrow:hover {
    background-color: black;
}

/* Positionnement des flèches */
.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

/* Points de navigation */
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Moins d'espace au-dessus des points */
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid-item {
        flex: 0 0 calc(100% - 15px); /* 1 item par ligne */
        max-width: calc(100% - 15px);
    }

    .left-arrow {
        left: 10px;
    }

    .right-arrow {
        right: 10px;
    }
}

/* Container de la grille */
.grid-container2 {
    background-color:#ffffff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* Deux colonnes de taille flexible */
    justify-content: center; /* Centre la grille horizontalement */
    align-items: center; /* Centre les items verticalement */
    gap: 20px; /* Espace entre les items */
    padding: 10px; /* Ajout d'une marge intérieure pour plus de confort visuel */
}

/* Items de la grille */
.grid-item2 {
    background-color: #ffffff;
    border-color: #000000;
    border-style: groove;
    text-align: center; /* Centre le texte dans chaque item */
    max-width: 1600px; /* Largeur maximale pour une meilleure lisibilité */
    margin: 0 auto; /* Centre chaque item individuellement */
    height: 200px; /* Hauteur des items, ajustez selon vos besoins */
    box-sizing: border-box; /* Assure que padding et bordures sont inclus dans les dimensions */
}

/* Responsivité pour les écrans de taille inférieure ou égale à 768px */
/*@media (max-width: 768px) {
    .grid-container2 {
        grid-template-columns: 1fr; /* Une seule colonne pour les petits écrans */
        gap: 15px; /* Réduit l'espace entre les items pour les petits écrans */
    }

/*    .grid-item2 {
        max-width: 100%; /* Laisse les items occuper toute la largeur disponible */
        height: auto; /* Ajuste automatiquement la hauteur en fonction du contenu */
    }
}

<style>
  .container {
    display: flex;
    justify-content: center;
    align-items: center; /* Si tu veux aussi centrer verticalement */
    height: 10px; /* Ajuste la hauteur si nécessaire */
  } 
/* Highlights section */
.highlights1 {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
}

.highlight-item1 {
    background-color: rgb(0, 0, 0);
    width: 100%;
    max-width: 600px; /* Taille maximale égale pour chaque élément */
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Assombrir légèrement l'image de fond pour améliorer la lisibilité du texte */
.highlight-item1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 20%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

/* Centrer le contenu et aligner le bouton en bas */
.highlight-content1 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    padding: 100px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-copyright {
    font-family: 'Firait';
    font-size: 14px; /* Taille du texte */
}
.highlight-content1 .button {
    font-family: 'Firait';
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: auto; /* Pousse le bouton vers le bas */
    height: 90%; /* Augmente la hauteur pour descendre le bouton */
}

.highlight-content1 .button:hover {
    background-color: #a3946f;
}

/* Hover effect for highlight items */
.highlight-item1:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);

}
.highlight-content1 h3 {
    font-family: 'Firait';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight-content1 p {
    font-family: 'Firait';
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .highlights1 {
        flex-direction: column; /* Passe en une seule colonne */
        gap: 10px;
    }

    .highlight-item1 {
        max-width: 100%; /* Prend toute la largeur disponible */
        width: 100%;
    }
/* Bouton */
.bouton1 .button1 {
    background-color: #000000; /* Couleur de fond */
    color: #ffffff; /* Couleur du texte */
    padding: 15px 30px; /* Espacement intérieur */
    font-weight: 900; /* Poids de la police */
    font-size: 18px; /* Taille de la police */
    text-align: center; /* Alignement du texte */
    border-radius: 10px; /* Coins arrondis */
    cursor: pointer; /* Curseur de pointeur */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Transition pour les interactions */
    display: inline-block; /* Permet le centrage */
    width: 220px; /* Largeur fixe du bouton */
    max-width: 100%; /* Ajuste au conteneur */
    margin: 0 auto; /* Centre horizontalement */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre légère */
    text-transform: uppercase; /* Texte en majuscules */
}

.bouton1 .button1:hover {
    background-color: #a3946f; /* Couleur au survol */
    transform: scale(1.05); /* Légère augmentation de taille */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Accentuation de l'ombre */
}

.bouton1 .button1:active {
    background-color: #7d6c51; /* Couleur au clic */
    transform: scale(0.95); /* Réduction légère */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Réduction de l'ombre */
}
.footer-title {
    padding: auto;
    font-size: 24px; /* Taille du titre */
    font-weight: bold; /* Texte en gras */
    text-align: center; /* Centrer le texte */
    color: #ffffff; /* Couleur du texte */
    margin-top: 10%; /* Espacement au-dessus */
    margin-bottom: 60%; /* Espacement en dessous */
    text-transform: uppercase; /* Tout en majuscules */
}/* art-stories.css */

/* Style général */
body {
    font-family: 'Firait';
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #f4f4f9;
}

/* En-tête et pied de page */
header, footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 1em 0;
}

/* Titre principal et sous-titres */
h1, h2 {
    color: #ffffff;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
}

/* Conteneur principal */
.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

/* Sections */
.section {
    margin-bottom: 2em;
}

/* Galerie */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.gallery-item p {
    font-size: 18px;
    color: #555555;
    margin-top: 0.5em;
}

/* Témoignages */
.testimonials p {
    font-family: 'Firait';
    font-style: italic;
    color: #444444;
    margin: 1em 0;
    padding-left: 1em;
    border-left: 3px solid #666666;
}

/* Boutons d'appel à l'action */
.cta-button {
    padding: 10px 20px;
    background-color: #444444;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s;
    text-align: center;
}

.cta-button:hover {
    background-color: #666666;
}

/* Liens dans le pied de page */
footer a {
    color: #cccccc;
    text-decoration: none;
    margin: 10px;
    transition: color 0.3s;
}

footer a:hover {
    color: #ffffff;
}

/* Menu principal */
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

header nav ul li {
    display: inline;
}

header nav ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

header nav ul li a:hover {
    color: #cccccc;
}

/* Media Queries pour responsivité */
@media (max-width: 768px) {
    /* Adapter le style du conteneur */
    .container {
        padding: 10px;
    }

    /* Adapter les titres */
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 24px;
    }

    /* Réduire l'espace entre les sections */
    .section {
        margin-bottom: 1.5em;
    }
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .hero h2 {
        font-size: 24px;
    }

    button, .button {
        font-size: 0.9rem;
    }
}


/* Conteneur principal */
.video-container {
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 100px;
    width: 100%;
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Vidéo */
.video-wrapper {
    align-items: center;
    position: absolute;
    width: 100%;
    background-color: #000; /* Pour un meilleur contraste */
}

.video-player {
    align-items: center;
    width: 100%;
    height: auto;
}

/* Informations sur la vidéo */
.video-info {
    padding: 20px;
    text-align: center;
}

.video-info h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.video-info p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

/* Bouton d'action */
.cta-button {
    font-family: 'Firait';
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* Adaptation pour les petits écrans */
@media (max-width: 768px) {
    .video-info h1 {
        font-size: 24px;
    }

    .video-info p {
        font-size: 18px;
    }

    .cta-button {
        font-size: 18px;
        padding: 8px 16px;
    }
}


