/*  Pour reset les marges*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Pour rendre tous les liens scrollables*/
html {
    scroll-behavior: unset;
}

/* VARIABLES CSS pour changer les couleurs et la police de tout le site */
:root {
    /* COULEURS */
    --color-primary: rgb(210, 166, 177);
    --color-secondary: white;
    --color-third:black;

    /* POLICES */
    --police-primary: Verdana, Geneva, Tahoma, sans-serif;
}

#wrapper {
    width: -webkit-fill-available;
    /* width: 100%; */
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: var(--police-primary);
    background: var(--color-secondary);
    position: fixed;
    /* Pour faire apparaitre la barre de navigation du haut vers le bas */
    animation: moveDown 0.6s ease-in-out 0.2s backwards;
    /* top: -150px; */
    transition: top 0.3s;
    opacity: 80%;
    /* bottom: 150px; */

}

@keyframes moveDown {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

main {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: var(--police-primary);
}

body {
    display: flex;
    flex-direction: column;
}

/*HEADER///////////////////////////////////////////////////////////////////////////////////////////////*/

header {
    background: var(--color-secondary);
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5px;
    padding: 15px;
}

.name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.size {
    width: 30%;
    margin-left: 100px;
    filter: grayscale(100%);
}

.sizeEvent {
    width: 70%;
}


/* NAVIGATION ////////////////////////////////////////////////////////////////////*/

a {
    color: black;
    text-decoration: none;
    padding: 10px;
    font-weight: lighter;
}

a:hover {
    opacity: 50%;
    transition: ease-in-out 0.5s;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    
}

#horloge {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: var(--color-third);
    /* font-weight: bold; */
    margin-top: 5px;
  

}



.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    align-items: center;
}

.meal {
    border-radius: 10px;
    display: none;
}

h1 {
    font-size: 1.5em;
    color: var(--color-third);
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: bold;
}


figcaption {

    color: var(--color-secondary);
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
}

#wrapper p {
    color: var(--color-third);
    padding-bottom: 20px;
}

/* ACCUEIL ////////////////////////////////////////////////////////////////*/

.accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 100px;
    background: var(--color-primary);
    font-family: var(--police-primary);
    color: var(--color-secondary);
    position: static;
}

.illustration {
    width: 100%;
    margin-bottom: -3px;
}

.accueil figure {
    width: 25%;
}

/* TABLEAU */

.section-menu {
    background: var(--color-secondary);
    color: var(--color-primary);
    padding-top: 5px;
    padding-bottom: 20px;
    /* border-radius: 10px; */
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

td,
th {
    padding: 10px;
}

/* FORCE LE MENU PC À RESTER AU-DESSUS DE TOUT */
header {
    position: relative !important;
    /* Force le positionnement pour activer le z-index */
    z-index: 99999 !important;
    /* Niveau d'affichage maximal */
    background-color: #ffffff !important;
    /* Évite la transparence au scroll */
}

/* CORRECTIF ULTIME POUR LE SÉLECTEUR DE LANGUE SUR PC */
#language-selector {
    position: relative !important;
    z-index: 9999999 !important;
    /* On monte encore d'un cran */
    pointer-events: auto !important;
    /* Force le navigateur à accepter les clics de souris */
    cursor: pointer !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* On s'assure que son conteneur direct (.head) autorise aussi le clic */
.head {
    pointer-events: auto !important;
}

/* L'HORLOGE ET LE MENU EN CONFLIT */
/* .head,
#horloge,
.menu {
    position: relative !important;
    z-index: 99999 !important;
} */

/* ----------------------------------------------------------------NOUVEAUX MENUS */

/* .menu-board {
    background-color: #2b2b2b;
    color: #f5f5f5;
    border: 8px solid #8b5a2b;
   
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
} */

/* 1. Conteneur principal */
.menu-card {
    background: rgba(255, 255, 255, 0.95);
    /* Fond blanc semi-transparent */
    border: 2px solid #8b0000;
    /* Rappel du rouge de votre header */
    border-radius: 12px;
    padding: 25px;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 2. Titre du Menu */
.menu-title {
    text-align: center;
    color: #8b0000;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 10px;
}

/* 3. Catégories (Apéritif, Entrée, Plat...) */
.menu-category {
    font-weight: bold;
    color: #2c3e50;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

/* 4. Listes de plats */
.menu-items {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
}

.menu-items li {
    margin-bottom: 4px;
    color: #444;
    position: relative;
}

.menu-items li::before {
    content: "•";
    color: #8b0000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* ----------------------------------------------------------------BOUTIQUE */


/* Styles spécifiques pour la grille de la boutique */
.boutique-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
}

.produit-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.produit-card h3 {
    margin-top: 15px;
    font-size: 1.4rem;
}

.produit-prix {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    margin: 15px 0;
}

.produit-card p {
    font-size: 0.95rem;
    height: 60px;
    /* Aligne les boutons si les textes ont des longueurs différentes */
}

.bon-cadeau-description {
    max-width: 600px;
    margin: 20px auto;
    text-align: left;
    padding: 15px;
    background-color: blanchedalmond;
    border-radius: 8px;
    border-left: 4px solid var(--color-third);
    /* Un rappel du joli vert de ton bouton */
}

.bon-cadeau-description h3 {
    color: var(--color-third);
    /* Ton bleu de titre */
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.bon-cadeau-description .intro-text {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.bon-cadeau-description .points-cles {
    list-style-type: none;
    padding: 0;
}

.bon-cadeau-description .points-cles li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.bon-cadeau-description .points-cles li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

.bon-cadeau-description .prix-unitaire {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
}

/* LA CARTE PRODUIT DOIT RESTER EN DESSOUS */
.produit-card {
    position: relative !important;
    z-index: 1 !important;
    /* Niveau le plus bas pour glisser sous le menu */
}

/* La section intro de la boutique */
.boutique-intro {
    text-align: center;
    padding-top: 140px;
    /* Donne assez d'espace pour ne pas chevaucher l'horloge sur PC */
    padding-bottom: 15px;
}

/* La carte produit glissera sagement en dessous */
.produit-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: 320px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    /* Priorité basse pour passer SOUS le menu au scroll */
}

.produit-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Style pour l'encart Boutique sur la page d'accueil */
.encart-boutique {
    background-color: rgba(0, 0, 0, 0.03);
    /* Un fond très léger transparent pour détacher la section */
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}

.encart-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.encart-content p {
    max-width: 600px;
    margin: 0 auto 25px auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Nettoyage des styles de la boutique */
.boutique-intro {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 10px;
}

.boutique-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 15px 20px;
}

.produit-prix {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-primary);
    margin: 10px 0;
}

.produit-card p {
    font-size: 0.95rem;
    margin-bottom: 15px;
}

#p1-title,
#p2-title {
    font-size: 1.3rem;
    margin: 10px 0;
    color: var(--color-primary);
}

/* Conteneur principal du carrousel */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    /* À ajuster selon votre design */
    margin: 0 auto;
    overflow: hidden;
}

/* Piste qui contient les slides et gère le défilement horizontal */
.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    /* Masquer la barre de défilement sur tous les navigateurs */
    -ms-overflow-style: none;
    /* IE et Edge */

}

.carousel-track::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari et Opera */
}

/* Chaque produit prend toute la largeur du conteneur */
.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    padding: 20px;

    /* Optionnel : Centre le contenu si votre design actuel utilise flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Boutons de navigation (flèches de gauche et droite) */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.carousel-btn:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

/* -----------------------------------------------------------EFFET PARALLAX */
/*  Pour mettre une image fixe en arrière plan*/

.getStart {
    color: var(--color-secondary);
    background-image: url("videos/videoDeLaSalle.mp4");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    filter: brightness(0.5);
}

.getStart h2 {
    padding-top: 260px;
    padding-bottom: 260px;
}

.eventStart {
    color: var(--color-secondary);
    background-image: url("images/barEvent.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    filter: brightness(0.5);
}

.eventStart h2 {
    padding-top: 160px;
    padding-bottom: 160px;
}


h3 {
    color: var(--color-secondary);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    font-size: x-large;
    padding-bottom: 70px;
    padding-top: 40px;
}

/* METTRE UNE VIDEO EN ARRIERE PLAN DE LA PAGE D'ACCUEIL */

#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 70%;
}


/* OUTILS///////////////////////////////////////////////////////////////////// */

.outils {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: lighter;
}

.outils p {
    padding: 20px;
}

.sizeM {
    width: 400%;
    padding-bottom: 40px;
}

.container5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*////////////////////////////////////CSS CAROUSEL////*/


.container6 {
    position: relative;
    overflow: auto;
    display: flex;
    justify-content: left;
    scroll-snap-type: x mandatory;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container6 img {
    position: sticky;
    width: 50%;
    height: 50%;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: start;
    padding-left: 0px;

}


/* PORTFOLIO///////////////////////////////////////////////////////////////////// */


.wrapperPortfolio {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: var(--police-primary);
    background: var(--color-secondary);
    animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

.accueilPortfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--color-primary);
}

.accueilBoissons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--color-primary);
    color: white;
    gap: 1px;
}


.accueilPortfolio h1 {
    padding: 10px;
    color: white;
}

.portfolio-section-photos {

    background-color: var(--color-secondary);


}

.portfolio-section-photos h2 {
    color: black;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.portfolio-section-photos h3 {
    color: var(--color-third);
}

.blocProjet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}

.photo {
    width: 50%;
    filter: grayscale(0%);
    /* border: 1px solid black; */
    box-shadow: 5px 10px 10px rgb(0, 0, 0);
    margin-left: 320px;
}

.photoInfos {
    width: 50%;
}

.photoEvent {
    width: 50%;
    filter: grayscale(0%);
    /* border: 1px solid black; */
    box-shadow: 5px 10px 10px rgb(0, 0, 0);
    margin-left: 320px;
}

.photoGlace {
    width: 100%;
    filter: grayscale(0%);
    /* border: 1px solid black; */
    /* box-shadow: 5px 10px 10px rgb(0, 0, 0); */
}

/*  Pour créer un effet d'assombrissement avec informations sur les photos*/

.lien-conteneur-photo {
    position: relative;
}

.lien-conteneur-photoEvent {
    position: relative;
}

.lien-conteneur-photoGlace {
    position: relative;
}

.lien-conteneur-photoCarte {
    position: relative;
}

.photo-hover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 320px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: small;
    color: var(--color-secondary);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    font-size: x-large;
    background: black;
    opacity: 90%;
    display: none;
    transition: .5s ease-in-out;
    width: 50%;
    text-align: justify;
}

.inf p {
    max-width: 100%;
    /* S'assure que le texte ne dépasse pas la largeur */
    overflow-wrap: break-word;
    /* Force les mots trop longs à revenir à la ligne proprement */
    word-break: break-word;
    /* Sécurité supplémentaire pour les anciens navigateurs */
    padding: 15px;
    /* Donne un peu d'air au texte pour qu'il ne colle pas aux bords */
    box-sizing: border-box;
    /* Évite que le padding n'agrandisse le bloc */
}


.photoCarte-hover {
    background-image: url("images/photoDuBarNuit.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 320px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: small;
    color: var(--color-secondary);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    font-size: x-large;
    opacity: 90%;
    display: none;
    transition: .5s ease-in-out;
    width: 50%;
    text-align: justify;
}


.photoGlace-hover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: small;
    color: white;
    background: black;
    opacity: 90%;
    display: none;
    transition: .5s ease-in-out;
    width: 100%;
    text-align: justify;
}

.photoEvent-hover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: small;
    color: white;
    background: black;
    opacity: 90%;
    display: none;
    transition: .5s ease-in-out;
    width: 50%;
    margin-left: 320px;
    text-align: justify;
}

.inf {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    font-size: larger;
    padding: 10px;
    text-align: center;
    max-height: 100%;
    overflow-y: auto;
    justify-content: center;
}

.infG {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    font-size: small;
    padding: 10px;
}

/*Pour activer l'effet au passage de la souris*/
.lien-conteneur-photo:hover .photo-hover {
    display: flex;
}

.lien-conteneur-photoEvent:hover .photoEvent-hover {
    display: flex;
}

.lien-conteneur-photoGlace:hover .photoGlace-hover {
    display: flex;
}

.lien-conteneur-photoCarte:hover .photoCarte-hover {
    display: flex;
}


.date {
    color: var(--color-secondary);
    font-weight: bold;
    margin-top: 10px;
}

/* CONTACT///////////////////////////////////////////////////////////////////// */

#contact {
    background: var(--color-primary);
    filter: opacity(80%);
    padding-top: 10px;
    padding-bottom: 110px;
}

#ancre {
    margin-top: 40px;
    margin-bottom: 0px;
}

.ancre {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-contact h2 {
    color: var(--color-third);
    text-align: center;
    margin-bottom: 50px;
}

/*Pour la mise en forme du formulaire*/
form {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: auto;
    color: white;
}

.form-nom-email {
    display: flex;
    flex-direction: row;
    gap: 20px;

}

.form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

input,
textarea {
    padding: 10px;
    border-radius: 3px;
    border: none;
}

label {
    margin-bottom: 10px;
    font-weight: bold;
}

input[type='submit'] {
    width: 100px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

form p {
    font-size: x-small;
}


/* A PROPOS///////////////////////////////////////////////////////////////////// */

/*Pour faire apparaitre des bordures*/
.border {
    color: var(--color-secondary);
    border-right: 1px solid var(--color-third);
    border-bottom: 1px solid var(--color-third);
    padding: 20px;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
    text-align: justify;
}

.border h2 {
    margin-top: 30px;
}

.border ul {
    margin-top: 30px;
}

.border+div {
    text-align: center;
}

.button {
    margin-top: 40px;
}

.ancre {
    background: linear-gradient(#349441, #461717);
    border: none;
    border-radius: 50px;
    color: var(--color-secondary);
    display: inline-block;
    font-weight: bold;
    width: 40%;
    margin: 20px;
    margin-bottom: 40px;
}

#title13 {
    color: var(--color-third);
}


/* Style moderne unique pour tous les boutons principaux */
.btn-principal {
    /* Alignement et structure */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

    /* Gestion de la taille fixe */
    width: 100%;
    max-width: 280px;
    /* Force TOUS les boutons à faire la même largeur max */
    height: 50px;
    /* Force la même hauteur pour tout le monde */
    margin: 20px auto;

    /* Design et forme */
    background: linear-gradient(135deg, #724caf, #c12929);
    /* Beau dégradé vert */
    color: #ffffff !important;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    /* Tout en majuscules comme sur tes photos */
    text-decoration: none;

    /* Coins arrondis modernes (pas une ellipse totale) */
    border-radius: 8px;
    border: none;

    /* Ombres et transitions */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Effet au survol (hover) */
.btn-principal:hover {
    transform: translateY(-2px);
    /* Le bouton se soulève légèrement */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #55C259, #35824B);
    /* Éclaircissement */
}

/* Effet au clic */
.btn-principal:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


/* INFO///////////////////////////////////////////////////////////////////// */

#info {
    display: flex;
    flex-direction: column;
    background: var(--color-secondary);
    text-align: center;
}

.reseaux {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 20%;
}

.pied {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.acces {
    font-size: 1em;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ico {
    width: 30%;
    margin-left: 50px;
}

.icoFB {
    width: 60%;
    margin-left: 50px;
}

.icoFBC {
    width: 25%;
    margin-left: 50px;
}

.icoMorFal {
    width: 20%;
}

.icoDS {
    width: 20%;
}

.frame {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.mentions {
    margin-left: 0px;
    font-weight: bold;
}

.size {
    margin-left: 0px;
}

/* Styles généraux du footer */
.site-footer {
    background-color: #222;
    /* À adapter selon ta charte */
    color: #fff;
    padding: 20px 0;
    font-family: sans-serif;
}

/* Conteneur principal en Flexbox */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    /* Espace les icônes à gauche et les mentions à droite */
    align-items: center;
    /* Aligne tout verticalement au centre */
}

/* Style des icônes */
.footer-icons a {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-icons a:hover {
    opacity: 0.7;
    /* Petit effet au survol */
}

/* Style des mentions légales */
.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}


/*///////////////////////////////////////RESPONSIVE/////////////////////////////////////////*/

/*////////////////INSPECTER - BUREAU - PAGE WEB///////////////////*/
@media only screen and (max-width: 1196px) {

    h1 {
        font-size: 1.2em;
    }

    a {
        font-size: 0.7em;
        padding: 3px;
    }

    .head {
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 10px;
    }

    .pied {
        display: flex;
        justify-content: space-around;
        text-align: left;
        padding: 10px;
    }


}


/*TABLETTE//////////////////////////////////////////////////////*/

@media (min-width: 769px) and (max-width: 1024px) {

    .wrapper {
        width: 120%;
        margin: auto;
    }

    /*////////////////////////////ACCUEIL///////////////////////////*/

    a {
        font-size: 1.5em;
        padding: 1px;
    }

    nav {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
    }

    header {
        height: 10px;
    }

    head {
        display: flex;
        justify-content: space-between;
    }

    /*////////////////////////////MENU BURGER///////////////////////////*/

    .menu {
        display: none;
    }

    .wrapperMenu {
        width: 100%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        font-family: var(--police-primary);
        background: url("images/menuBurger.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapperMenu .ancre {
        width: 60%;
        margin-left: 160px;
        margin-bottom: 50px;
        margin-top: 40px;
    }

    nav {
        display: flex;
        justify-content: center;
        height: max-content;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), var(--color-primary));
        /*Faire apparaitre cet élément*/
        animation: appear 1s;
        transition: ease-in-out 0.5s;
        padding-top: 185px;
        padding-bottom: 185px;
    }

    #menu {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    #menu a {
        color: white;
    }

    .meal {
        margin-right: 20px;
        display: flex;
    }

    .home {
        filter: invert();
    }

    /*//////////////////////////////////////////////////////////////////*/

    .accueil {
        padding-right: 0px;
        padding-top: 120px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .bloc {
        padding-right: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-left: 120px;
    }

    h1 {
        font-size: 2em;
        text-align: center;
    }

    /*////////////////////////////FOOTER///////////////////////////*/

    .reseaux {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .text3 {
        margin-bottom: 20px;
        font-size: 1em;
    }

    #info {
        padding-bottom: 0px;
    }





    /*////////////////////////////CONTACT///////////////////////////*/

    .section-contact {
        padding: 50px 20px;
    }

    .form-nom-email {
        flex-direction: column;
        gap: 0;
    }

    .photo {
        margin-left: 190px;
    }

    .ico {
        width: 50%;
    }

    .photo-hover {
        left: 190px;
        top: 0px;
        bottom: 0px;
    }

    .border {
        width: 100%;
    }

    .mentions {
        margin-left: 0px;
        font-weight: bold;
        font-size: 12px;
    }
}

/*TELEPHONE//////////////////////////////////////////////////////*/

@media (min-width: 0) and (max-width: 768px) {

    .wrapper {
        width: 100%;
        margin: auto;
    }

    header {
        height: 10px;
    }

    /* Desactiver cette fonction pour que le menu burger fonctionne*/

    html {
        scroll-behavior: unset;
    }

    .boutonScroll {
        display: none;
    }

    /* Animation Faire apparaitre certains éléments Zoom*/

    @keyframes appear {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }

    }

    /* Animation Scroller les caroussels automatiquement*/

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 5));
        }
    }

    /*////////////////////////////ACCUEIL///////////////////////////*/

    .name {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-left: 0px;
    }

    h1 {
        font-size: 1.5em;
        text-align: center;
        padding: 35px;
        margin-top: 0px;
    }



    h2 {
        text-align: center;
    }

    .accueil {
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 10px;
    }

    .accueil figure {
        width: 90%;
    }

    figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        display: none;
    }

    .border {
        width: 100%;
    }

    .ancre {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .illustration {
        width: 100%;
        margin-top: 0px;
    }

    .container6 {
        height: 50px;
    }

    .sizeS {
        width: 50%;
    }

    .sizeM {
        width: 110%;
        padding-bottom: 40px;
    }

    .head {
        height: 50px;
    }

    /*////////////////////////////CONTACT///////////////////////////*/

    .form-nom-email {
        flex-direction: column;
        gap: 0;
    }

    .button {
        margin-top: 0px;
    }

    /*////////////////////////////MENU BURGER///////////////////////////*/

    .wrapperMenu {
        width: 100%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        font-family: var(--police-primary);
        background: url("images/menuBurger.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapperMenu .ancre {
        /* width: 100%;
        margin-left: 0px; */
        width: 75%;
        margin-left: 40px;
        margin-bottom: 50px;
        margin-top: 40px;
    }

    a {
        font-size: 1.8em;
        padding: 1px;
    }

    .mentions {
        font-size: 10px;
        margin-left: 0px;
        font-weight: bold;
    }

    nav {
        display: flex;
        justify-content: center;
        height: max-content;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), var(--color-primary));
        /*Faire apparaitre cet élément*/
        animation: appear 1s;
        transition: ease-in-out 0.5s;
        padding-top: 90px;
        padding-bottom: 85px;
    }

    #menu {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    #menu a {
        color: white;
    }


    .meal {
        display: flex;
        cursor: pointer;
        width: 30%;
        margin-left: 60px;
        margin-top: 10px;

    }

    .meal:hover {
        opacity: 50%;
        cursor: pointer;
    }

    .home {
        width: 60%;
        padding-top: 40px;
    }

    .eventStart {
        color: var(--color-secondary);
        background-image: url("images/photoDuBarNuit.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: top;
        filter: brightness(0.5);
    }

    .eventStart h2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .getStart h2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /*////////////////////////////EVENTS///////////////////////////*/


    .photoEvent {
        width: 100%;
        filter: grayscale(0%);
        /* border: 1px solid black; */
        box-shadow: 5px 10px 10px rgb(0, 0, 0);
        margin-left: 0px;
    }

    .photoEvent-hover {
        width: 100%;
        margin-left: 0px;
    }


    /*////////////////////////////OUTILS///////////////////////////*/

    .blocPrice {
        flex-direction: column;
        margin-left: 0px;
    }

    .inf {
        font-size: 15px;
    }

    .photo {
        width: 100%;
        margin-left: 0px;
    }

    .photoInfos {
        width: 100%;

    }

    .photo-hover {
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    .container6 img {
        width: 35%;
    }

    .frame {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .portfolio-section-photos h2 {
        padding: 10px;
    }

    /*////////////////////////////FOOTER///////////////////////////*/

    .reseaux {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 50%;
        margin-right: 0px;
        gap: 15px;
    }

    .text3 {
        margin-bottom: 20px;
        font-size: 0.5em;
    }

    #info {
        padding-bottom: 0px;
        text-align: left;
    }

    .ico {
        width: 40%;
        margin-left: 50px;
    }

    .icoFB {
        width: 100%;
        margin-left: 0px;
    }

    .icoFBC {
        width: 40%;
        margin-left: 50px;
    }

    .icoDS {
        width: 70%;
    }

    .icoMorFal {
        width: 100%;
    }

    .sizeEvent {
        width: 100%;
    }

    h3 {
        padding-bottom: 40px;
    }

    .size {
        margin-left: 50px;
        width: 40%;
    }

    #contact {
        padding-bottom: 0px;
    }

    .blocProjet {
        padding: 5px;
    }

    /* --- RESPONSIVE (Mobile) --- */
    @media (max-width: 768px) {
        .footer-container {
            flex-direction: column;
            /* Aligne les blocs verticalement sur mobile */
            gap: 15px;
            /* Ajoute un espace entre les icônes et les mentions */
            text-align: center;
        }

        .footer-icons a {
            margin: 0 10px;
            /* Centre les icônes horizontalement entre elles */
        }
    }
}