.elementor-474 .elementor-element.elementor-element-b3bd370{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-474 .elementor-element.elementor-element-c60468c{width:var( --container-widget-width, 36.244% );max-width:36.244%;--container-widget-width:36.244%;--container-widget-flex-grow:0;}.elementor-474 .elementor-element.elementor-element-c60468c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-474 .elementor-element.elementor-element-a8f342f .elementor-menu-toggle{margin:0 auto;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-b3bd370 *//* MENU LA PARENTHÈSE - VERSION CORRIGÉE */

.header {
  background: #fff !important;
  padding: 26px 5% 22px !important;
  position: relative !important;
  z-index: 999 !important;
}

.header > .e-con-inner {
  max-width: 1320px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 46px !important;
  min-height: 115px !important;
}

/* LOGO BIEN AU CENTRE */
.logo-header {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  width: 200px !important;
  max-width: 200px !important;
  z-index: 5 !important;
}

.logo-header img {
  width: 200px !important;
  height: auto !important;
  display: block !important;
}

/* MENU AUTOUR DU LOGO */
.menu-header {
  grid-column: 1 / 4 !important;
  grid-row: 1 !important;
  width: 100% !important;
  align-self: center !important;
  pointer-events: none !important;
}

.menu-header .elementor-nav-menu--main {
  width: 100% !important;
}

.menu-header .elementor-nav-menu {
  display: grid !important;
  grid-template-columns:
    minmax(120px, auto)
    minmax(150px, auto)
    minmax(110px, auto)
    180px
    minmax(100px, auto)
    minmax(100px, auto)
    minmax(130px, auto) !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 26px !important;
  width: 100% !important;
  padding-left: 32px !important;
}

.menu-header .elementor-nav-menu > li {
  pointer-events: auto !important;
  white-space: nowrap !important;
}

/* placement des items */
.menu-header .elementor-nav-menu > li:nth-child(1) { grid-column: 1 !important; justify-self: end !important; }
.menu-header .elementor-nav-menu > li:nth-child(2) { grid-column: 2 !important; justify-self: end !important; }
.menu-header .elementor-nav-menu > li:nth-child(3) { grid-column: 5 !important; justify-self: start !important; }
.menu-header .elementor-nav-menu > li:nth-child(4) { grid-column: 6 !important; justify-self: start !important; }
.menu-header .elementor-nav-menu > li:nth-child(5) { grid-column: 7 !important; justify-self: start !important; }

/* style liens */
.menu-header .elementor-item {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #050505 !important;
  padding: 10px 0 !important;
  letter-spacing: .1px !important;
}

.menu-header .elementor-item:hover {
  color: #223248 !important;
}

.menu-header .elementor-item::after {
  height: 1px !important;
  background: #050505 !important;
}

/* bouton réserver */
.menu-header .elementor-nav-menu > li:last-child > a {
  background: #050505 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 3px !important;
  border: 1px solid #050505 !important;
  transition: all .25s ease !important;
}

.menu-header .elementor-nav-menu > li:last-child > a:hover {
  background: #fff !important;
  color: #050505 !important;
}

/* sous-menus */
.menu-header .sub-menu {
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.12) !important;
  border: 1px solid #ececec !important;
  padding: 8px 0 !important;
  background: #fff !important;
}

.menu-header .elementor-sub-item {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  color: #222 !important;
  padding: 10px 18px !important;
}

.menu-header .elementor-sub-item:hover {
  background: #f3eee8 !important;
  color: #050505 !important;
}

/* TABLETTE + MOBILE */
@media (max-width: 1024px) {
  .header {
    padding: 14px 22px !important;
  }

  .header > .e-con-inner {
    display: flex !important;
    min-height: auto !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .logo-header {
    width: 125px !important;
    max-width: 125px !important;
  }

  .logo-header img {
    width: 125px !important;
  }

  .menu-header {
    width: auto !important;
    pointer-events: auto !important;
  }

  .menu-header .elementor-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #050505 !important;
    color: #fff !important;
    border-radius: 999px !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
  }

  .menu-header .elementor-menu-toggle svg {
    fill: #fff !important;
    width: 22px !important;
    height: 22px !important;
  }

  .menu-header .elementor-nav-menu--dropdown {
    margin-top: 18px !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.12) !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .menu-header .elementor-nav-menu--dropdown a {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #050505 !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid #eee !important;
  }

  .menu-header .elementor-nav-menu--dropdown li:last-child > a {
    background: #050505 !important;
    color: #fff !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 12px 18px !important;
  }

  .logo-header {
    width: 112px !important;
    max-width: 112px !important;
  }

  .logo-header img {
    width: 112px !important;
  }

  .menu-header .elementor-menu-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  .menu-header .elementor-nav-menu--dropdown a {
    font-size: 17px !important;
    padding: 15px 20px !important;
  }/* End custom CSS */