*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  background: #faf9f5;
  width: 100%;
  height: 72px;
  border: solid 1px rgba(128, 128, 128, 0.185);
}

.nav-liens {
  display: flex;
  flex-direction: row;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5C4033;
}

.nav-liens a {
  text-decoration: none;
  color: #5C4033;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
}

.demo {
  background: #C9A96E;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}
.Logo{
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 22px;
    color: #3d2b1f;
}
.demo {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14px;
}
#Acceuil{
  display: flex;
  flex-direction: row;
  background-color: #faf9f5;
  align-items: center;
  min-height: 100vh; 
  padding: 0 60px;
  padding-right: 0;
  width: 100%;
}
.gauche{
    width: 50%;
}
.accroche {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 1.1;       /* espace entre les lignes du titre */
  color: #3D2B1F;
  margin-bottom: 24px;
}
.accroche h1{
    font-size: 64px;
}

.soustitre {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 1.7;       /* espace entre les lignes du paragraphe */
  color: #7A5C44;
  margin-bottom: 40px;
  margin-top: 32px;
  font-weight: 300;
}
.Boutonsacceuil {
  display: flex;        /* met les boutons côte à côte sur une ligne */
  gap: 14px;            /* espace de 14px entre les deux boutons */
}
.btn-primaire {
  background: #C9A96E;  /* fond doré */
  color: white;         /* texte blanc */
  border: none;         /* supprime la bordure par défaut des boutons */
  padding: 16px 32px;   /* espace intérieur : 16px haut/bas, 32px gauche/droite */
  border-radius: 999px; /* arrondit complètement les coins — effet pilule */
  font-family: 'DM Sans', sans-serif; /* police DM Sans */
  font-size: 15px;      /* taille du texte */
  font-weight: 500;     /* épaisseur du texte — 500 = medium, entre normal et gras */
  cursor: pointer;      /* affiche la main quand on survole le bouton */
}

.btn-secondaire {
  background: transparent;      /* fond invisible — on voit le fond de la page derrière */
  color: #3D2B1F;               /* texte brun foncé */
  border: 1.5px solid #3D2B1F; /* bordure fine brun foncé — 1.5px d'épaisseur */
  padding: 16px 32px;           /* même espace intérieur que le bouton primaire */
  border-radius: 999px;         /* même effet pilule */
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.droite{
    display: flex;
    background-color: #faf9f5;
    width: 50%;
    margin-right: 0;
    justify-content: center; /* centre horizontalement */
    align-items: center;     /* centre verticalement */
}

.tel{
    background-color: #000000;
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 580px;
    padding: 12px;
    border-radius: 44px;
 }
.ecran{
    flex-direction: column;
    align-items: center;
    background-color: #faf9f5;
    height: 100%;
    padding: 12px;
    border-radius: 32px;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
}

.ecran > p{
    padding-top: 20px;
    text-align: center;
}
.nom{
    font-family: "Playfair Display", sans-serif;
}

.notre{
    display: flex;
    justify-content: center;
    font-size: small;
    padding-top: 6px;
    color: #C9A96E;
}
.menu-onglets{
    display: flex;
    width: 90%;
    height: 40px;
    margin: 10px auto;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px rgba(128, 128, 128, 0.185);


}
.ongletmenu, .ongletboissons{
    flex: 1;
    background-color: #faf9f5;
    color: #3d2b1f;
    border: none;
    font-family: 'DM Sans', sans-serif;

}

.carte{
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  flex: 1;
  gap: 6px;
  padding: 4px 2px;
  height: calc(100% - 160px);
}
.PlatduJour{
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #f3ede4;
  border-radius: 10px;
  
}

.plat-card{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  cursor: pointer;
  width: auto;

}

.section-titre {
    font-size: 10px;
    font-weight: 700;
    color: #3d2b1f;
    letter-spacing: 0.5px;
    margin: 8px 0 4px 0;
    padding: 0;
}

.jour{
  padding: 6px;
  font-size: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #C9A96E;
  font-weight: 700;
}


.plat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.plat-nom {
    font-size: 11px;
    font-weight: 500;
    color: #3d2b1f;
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
}

.plat-prix {
    font-size: 12px;
    font-weight: 700;
    color: #3d2b1f;
    margin: 0;
    padding: 4px;
    white-space: nowrap;
    color: #C9A96E;
}

.plat-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.tag {
    font-size: 9px;
    background-color: #C9A96E;
    color: #faf9f5;
    border-radius: 20px;
    padding: 2px 7px;
}

.plat-description {
    font-size: 10px;
    color: #7A5C44;
    margin: 6px 0 0 0;
    padding: 0;
    display: none;
    line-height: 1.4;
}

.plat-description.visible {
    display: block;
}

.onglet-actif {
    background-color: #C9A96E;
    color: white;
}

.propulse{
  font-size: 10px;
  display: flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  color: #5C4033;
  padding: 10px;
  padding-top: 15px;
  justify-content: center;
}

.slogans{
    height: 180px;
    width: 100%;
    background-color: #f3ede4;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    gap: 90px;
    align-items: center;
    border: solid 1px rgba(128, 128, 128, 0.185);
}

.slogan-item {
  display: flex;
  flex-direction: column;
  align-items: center;  /* centre le chiffre et le texte */
  text-align: center;
  font-family: 'DM Sans', sans-serif;
}

.slogan-chiffre {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  color: #C9A96E;       /* doré */
  margin-bottom: 8px;
}

.slogan-texte {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #7A5C44;
}

#fonctionnalites{
    height: 600px;
    width: 100%;
    background-color: #faf9f5;
    align-items: center;
}
.Tout{
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 50px;
    gap: 16px;
}
 .Tout h2{
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  color: #3D2B1F;
 }

 .Tout p{
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #7A5C44;
 }

.cards{
  width: 100%;
  display: flex;
  flex-direction: row;

}

.fonc-card{
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: white;
  border-radius: 16px;
  padding: 32px;
  border: solid 1px rgba(128, 128, 128, 0.185);
  flex: 1;
  height: 250px;
  margin-left: 24px;
  margin-right: 24px;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(61,43,31,0.10);
}

.fonc-card h3{
  font-family: "Playfair Display", sans-serif;
  color: #3D2B1F;
  font-size: 24px;
}

.fonc-card p{
  color: #7A5C44;
  font-family: "DM Sans", sans-serif;
  padding-top: 10px;
}



#fonctionnement{
    background-color: #3d2b1f;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 80px;
}

.comment-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.comment-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}

.comment-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);  /* blanc à 60% d'opacité */
}

.comment-etapes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 48px;
  width: 100%;
  margin-bottom: 48px;
}

.etape {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
}

.etape-numero {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: #C9A96E;              /* doré */
  margin-bottom: 16px;
}

.etape h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 750;
  color: white;
  margin-bottom: 12px;
}

.etape p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}

#tarifs{
    background-color: #f3ede4;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.tarifs-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;  /* prend toute la largeur */
}

#tarifs h2{
  font-size: 40px;
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
  color: #3d2b1f;
  align-items: center;
}

.tarifs-header p{
  color: #7A5C44;
  font-family: "DM Sans", sans-serif;
}


.formules{
  display: flex;
  flex-direction: row;
  list-style-position: inside;
  height: 700px;
  width: auto;
  gap: 24px;
  font-family: "DM Sans", sans-serif;
  margin-top: 44px;
}

.essentiel{
  background-color: #faf9f5;
  margin-right: 10px;
  width: 360px;
  padding: 32px;
  color: #7A5C44;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(61,43,31,0.10);

}

.prix{
  padding-bottom: 30px;
  font-weight: 22px;
  min-height: 160px;
  
} 

.prix h4{
  padding-bottom: 10px;
}

.euro {
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  color: #3D2B1F;
  margin-bottom: 20px;
}

.prix-montant {
  margin-bottom: 16px;
  
}

.prix-desc {
  color: #7A5C44;
  font-size: 14px;
  margin-bottom: 12px;
}

.features{
  list-style: none;    /* supprime les puces par défaut */
  border-top: 1px solid #C9A96E;  /* ligne dorée */
  padding-top: 20px;   
}

.features li {
  color: #7A5C44;
  margin-bottom: 12px;
  display: flex;        /* met le point et le texte côte à côte */
  align-items: flex-start;
  gap: 8px;
}

.features li::before {
  content: "•";        /* le point */
  color: #C9A96E;      /* doré */
  font-weight: 700;
  margin-right: 8px;   /* espace entre le point et le texte */
  flex-shrink: 0;       /* empêche le point de rétrécir */
  margin-right: 0;      /* supprime l'ancien margin */
}

.pro{
  background-color: #3D2B1F;
  margin-right: 10px;
  width: 360px;
  padding: 32px;
  border-radius: 12px;
  color: #FFFFFF99;
  box-shadow: 0 4px 16px rgba(61,43,31,0.10);

}

.pro h4{
  color: #C9A96E;
  padding-bottom: 10px;
}

.pro .euro {
  color: #C9A96E;   /* doré au lieu de brun */
}

.pro .prix-desc {
  color: rgba(255,255,255,0.6);  /* blanc transparent */
}

.pro .features li {
  color: rgba(255,255,255,0.6);  /* blanc transparent */
}



#FAQ{
  background-color: #faf9f5;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-header{
  padding-top: 50px;
}

.faq-header h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  width: 100%;
  color: #3D2B1F;
}

.faq-header p{
  font-family: "DM Sans", sans-serif;
  color: #7A5C44;
  padding: 40px;
  padding-bottom: 20px;
}

.faq-liste {
  width: 700px;
  margin-top: 30px;
}

.faq-item {
  border: 1px solid rgba(61,43,31,0.15);
  background-color: #faf9f5;
  border-radius: 23px;
  box-shadow: 0 4px 16px rgba(61,43,31,0.10);
  margin: 10px;
  padding-left: 20px;
  padding-right: 15px;
  color: #7A5C44;


}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3D2B1F;
  cursor: pointer;
  text-align: left;
}

.faq-icone {
  font-size: 24px;
  color: #C9A96E;
  transition: transform 0.3s;
}

.faq-reponse {
  display: none;      /* caché par défaut */
  padding: 0 0 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #7A5C44;
}

.faq-item.ouvert .faq-reponse {
  display: block;     /* visible quand ouvert */
}

.faq-item.ouvert .faq-icone {
  transform: rotate(45deg);  /* tourne le + en × */
}

#Contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3ede4;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-top: 50px;
}

#Contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #3D2B1F;
  text-align: center;
  width: 100%;
  padding: 30px;
}

.contact-card {
  background: #FFFFFF99;
  border-radius: 16px;
  padding: 40px;
  width: 100%;
  border: 1px solid rgba(61,43,31,0.08);
  box-shadow: 0 4px 16px rgba(61,43,31,0.08);
  max-width: 520px;
}

.champ {
  display: flex;
  flex-direction: column;  /* label au dessus, input en dessous */
  margin-bottom: 20px;     /* espace entre chaque champ */
}

.champ label {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3D2B1F;
  margin-bottom: 8px;      /* espace entre le label et l'input */
}

.optionnel {
  font-weight: 400;
  color: #7A5C44;
  font-size: 13px;
}

.champ input,
.champ textarea {
  border: 1px solid rgba(61,43,31,0.15);  /* bordure fine */
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #3D2B1F;
  outline: none;            /* supprime le contour bleu par défaut */
  background: #faf9f5;      /* fond beige très léger */
}

.champ input:focus,
.champ textarea:focus {
  border-color: #C9A96E;    /* bordure dorée quand on clique sur le champ */
  background: white;        /* fond blanc au focus */
}

.champ textarea {
  height: 120px;
  resize: vertical;         /* redimensionnable uniquement en hauteur */
}

.btn-envoyer {
  width: 100%;
  padding: 16px;
  background: #C9A96E;
  color: white;
  border: none;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;  /* transition douce au survol */
}

.btn-envoyer:hover {
  background: #b8935a;          /* légèrement plus foncé au survol */
}



footer{
    background-color: #3d2b1f;
}