.elementor-22 .elementor-element.elementor-element-d2885db{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-22 .elementor-element.elementor-element-0c6d2c0{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 9% 0% 6%;}.elementor-22 .elementor-element.elementor-element-47d2b31{margin:0% 2% calc(var(--kit-widget-spacing, 0px) + 0%) 3%;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-6c0acaf{--display:flex;}@media(max-width:800px){.elementor-22 .elementor-element.elementor-element-0c6d2c0{padding:0% 0% 0% 0%;}.elementor-22 .elementor-element.elementor-element-47d2b31{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-0c6d2c0 */body {
  font-family: "Georgia", serif;
  color: #222;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Aligne Social | Logo | Search */
  padding: 0px 5%;
  position: relative;
}



/* Logo */
.logo-area img {
  max-width: 370px; /* Ajustez la taille de votre logo ici */
  height: auto;
}
.mobile-menu-overlay{
  display: none;
}

/* Menu centré */
.main-menu {
  flex: 1;
  text-align: center;
}

/* Search à droite */

.header-right {
  flex: 1;          /* Prend une part égale à droite */
  display: flex;
  justify-content: flex-end;
  margin-right: 0;  /* On retire le margin-right: 10% */
  margin-bottom:10px;
}
.header-right form {
  display: flex;
  align-items: center;
}

.header-right input {
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.header-right button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* Header global */

/* On retire les positions absolues qui décalent tout */
.custom-social-links {
  position: static; /* Annule le absolute */
  flex: 1;          /* Prend une part égale à gauche */
  display: flex;
  gap: 1.5em;
}

.custom-social-links a,
.custom-social-links i {
    font-size: 18px;
    color : #81705D;
}


.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 220px;
  padding: 15px 0;
  display: none;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


/* Top bar */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
}

.socials a {
  margin-right: 12px;
  text-decoration: none;
  color: #000;
}

.search {
     position: absolute;
  top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
 display: flex;
  cursor: pointer;
}

.custom-social-links a,
.custom-social-links i {
  color: #000;
}

/* Logo area */
.logo-area {
  position: static; /* Annule le absolute et le left: 30% */
  flex: 2;          /* Donne plus d'espace au centre */
  text-align: center;
}

.logo-placeholder {
  font-size: 42px;
  letter-spacing: 4px;
  border: 2px dashed #ccc;
  display: inline-block;
  padding: 20px 40px;
  margin-bottom: 10px;
}

.tagline {
  font-size: 14px;
  font-style: italic;
  color: #666;
}

/* Navigation */
.main-nav {
   margin: 0 auto;
}

.main-nav ul {
  display: flex;
  justify-content: space-between; /* ou space-around */
  list-style: none;
  padding: 15px 40px;
}

.main-nav li {
  margin: 0;
}

.main-nav a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-nav a:hover {
  opacity: 0.6;
}
.main-nav li {
  position: relative;
}

/* Bouton mobile menu */
.mobile-menu-toggle {
  display: none;
  background: #7D7159;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 28px;
  font-family: Georgia, serif;
  cursor: pointer;
  width: 100%;
  text-align: center;
}


@media (max-width: 768px) {
.site-header {
  display: block;
  align-items: center;
  /* Bouton mobile menu */
}
.mobile-menu-toggle {
  padding: 12px;
  font-size: 18px;
  font-family: Georgia, serif;
  margin-left:0px;
}
}

@media (max-width: 768px) {

    
.custom-social-links {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  font-size: 16px; /* Ajuste la valeur selon tes besoins */
}

.logo-area img {
max-width: 260px;
margin-top: 10px;
height: auto;
}

  /* On affiche le bouton */
  .mobile-menu-toggle {
    display: block;
    margin-bottom:20px;
    padding:4px;
  width: 100%;
  font-size:18px;
  }
  
  .mobile-menu-logo{
   position:center;
  }

  /* Menu caché par défaut */
  .main-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  /* Menu ouvert */
  .main-menu.open {
    display: block;
  }

  .main-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}

.logo-area {
  min-height: 100px; /* ou ce que tu veux */
  left: 0%;
  top: 30px;
  margin-bottom: 20px;
  margin-top:10px;
}
.header-right input {
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.header-right {
display:block;
}

/* Header global */

/* Top bar */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
}

.socials a {
  margin-right: 12px;
  text-decoration: none;
  color: #000;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: none;
  padding: 40px 20px;
  overflow-y: auto;
}

.mobile-menu-overlay.open {
  display: block;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-nav ul,
.mobile-footer-nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-nav li,
.mobile-footer-nav li {
  margin: 20px 0;
}

.mobile-nav a,
.mobile-footer-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47d2b31 *//* --- Navigation Principale --- */
.main-nav {
  border-top: 1px solid #eee;    /* Optionnel: petite ligne de séparation */
  border-bottom: 1px solid #eee; /* Optionnel: petite ligne de séparation */
  padding: 10px 0;
}

.main-nav ul {
  display: flex;
  justify-content: center; /* Centre le menu */
  align-items: center;
  gap: 25px;               /* Espace fixe entre chaque titre de menu */
  flex-wrap: nowrap;       /* Empêche le menu de casser sur deux lignes */
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-family: "Georgia", serif;
  font-size: 14px;         /* Plus petit pour plus d'élégance */
  letter-spacing: 0.5px;   /* Réduit l'espace entre les lettres */
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;     /* IMPORTANT: Empêche le texte de revenir à la ligne */
  transition: opacity 0.3s;
}

.main-nav a:hover {
  opacity: 0.6;
}

/* --- Sous-menu (Dropdown) --- */
.main-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 1000;
}

.main-nav ul ul li {
  margin: 0;
}

.main-nav ul ul a {
  font-size: 12px;         /* Encore un peu plus petit pour le sous-menu */
  padding: 8px 20px;
  text-transform: none;    /* Optionnel: minuscules pour le sous-menu */
  letter-spacing: 0;
}/* End custom CSS */