/* Header Oxygen v1 · sticky propre */
@font-face {
  font-family: "Florencesans-SC-Exp";
  font-weight: 400;
  font-style: normal;
  src: url(https://foiegrascolet.fr/wp-content/themes/fonts/Florencesans-SC-Exp.ttf.woff);
}
@font-face {
  font-family: "Florencesans-SC-Exp";
  font-weight: 600;
  font-style: normal;
  src: url(https://foiegrascolet.fr/wp-content/themes/fonts/Florencesans-SC-Exp-Bold.ttf.woff);
}

#_header-2-516.oxy-header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.oxy-header-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.oxy-header-row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.oxy-header-left,
.oxy-header-center,
.oxy-header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
}
.oxy-header-center { flex: 1.6 1 0; }

#_header_row-130-516 {
  background-color: #ffd063;
  padding: 7px 0 11px;
}
#_header_row-10-516 {
  background-color: #ffdb8e;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}

#text_block-155-516,
#text_block-110-516 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #383838;
  line-height: 1.3;
}
#text_block-159-516 {
  font-size: 38px;
  font-family: "Florencesans-SC-Exp", Montserrat, serif;
  font-weight: 600;
  text-align: center;
  color: #383838;
  line-height: 1.05;
}
#text_block-107-516 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-top: -10px;
  text-align: center;
  color: #383838;
  line-height: 1.2;
}
#link-157-516 {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}
#link-157-516:hover { color: #7a6638; }

#_nav_menu-15-516 {
  font-family: Montserrat, sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;
}
.oxy-nav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.oxy-nav-menu-list .menu-item a {
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #383838;
  text-decoration: none;
}
.oxy-nav-menu-list .menu-item a:hover,
.oxy-nav-menu-list .current-menu-item a {
  background-color: #ffd063;
  color: #383838;
}
.oxy-menu-toggle { display: none; }
.oxy-nav-menu-hamburger-wrap {
  width: 40px; height: 40px; margin: 8px auto; cursor: pointer;
}
.oxy-nav-menu-hamburger-line {
  height: 4px; background: #404040; margin: 6px 0; border-radius: 1px;
}

@media (max-width: 991px) {
  .oxy-header-left, .oxy-header-right { display: none; }
  #text_block-159-516 { font-size: 32px; }
  #text_block-107-516 { font-size: 18px; margin-top: -8px; }
}
@media (max-width: 767px) {
  #text_block-159-516 { font-size: 26px; }
  #text_block-107-516 { font-size: 15px; margin-top: -6px; }
  .oxy-menu-toggle { display: block; }
  .oxy-nav-menu-list { display: none; flex-direction: column; width: 100%; }
  #_nav_menu-15-516.oxy-nav-menu-open .oxy-nav-menu-list { display: flex; }
}
