.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Playball";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#F5F1E7;padding-inline-end:0px;padding-inline-start:0px;}.site-footer{background-color:#5A4632;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:row;align-items:center;gap:0px;}.site-header .site-branding .site-logo img{width:135px;max-width:135px;}.site-header .site-description{color:#6E5C44;font-family:"Playball", Sans-serif;font-size:23px;font-weight:300;font-style:normal;letter-spacing:0.8px;text-shadow:0px 0px 0px rgba(0,0,0,0.3);}.site-header .site-navigation ul.menu li a{color:#4B3F2F;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#B7C4A9;}.site-header .site-navigation .menu li{font-family:"Lora", Sans-serif;font-size:18px;font-weight:500;font-style:normal;line-height:24px;letter-spacing:0.5px;word-spacing:0px;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Structure principale du header */
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f5f1e7; /* Beige sable */
  padding: 20px;
  position: relative;
}

/* Logo à gauche, bien proportionné */
.site-logo {
  flex: 0 0 auto;
}

.custom-logo {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Slogan sous le logo, sur une seule ligne */
.site-description {
  font-size: 1rem;
  color: #6E5C44; /* Brun doux */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  max-width: 100%;
  text-align: left;
}

/* Menu tout en haut à droite */
.site-navigation {
  position: absolute;
  top: 20px;
  right: 20px;
}

.site-navigation .menu {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navigation .menu a {
  color: #4B3F2F; /* Brun foncé */
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: background-color
  .site-description {
  white-space: pre-line;
}/* End custom CSS */