header.wp-block-template-part {
  margin-block-start: 0px;
}
header.wp-block-template-part .wp-block-buttons.fixedtop {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: var(--wp--style--global--wide-size);
  z-index: 1000;
  transform: translateY(-100%);
  opacity: 0;
}
.menu-hidden.chambre-sticky header.wp-block-template-part .wp-block-buttons.fixedtop {
  display: none !important;
}
.menu-hidden header.wp-block-template-part .wp-block-buttons.fixedtop {
  opacity: 1;
  transform: translateY(0);
}
.menu-hidden header.wp-block-template-part .wp-block-buttons.fixedtop .wp-block-button {
  position: absolute;
  right: 110px;
  top: 5px;
  left: auto;
  height: -webkit-fill-available;
}
.menu-hidden header.wp-block-template-part .wp-block-buttons.fixedtop .wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--text-dark);
}
.menu-hidden header.wp-block-template-part .wp-block-buttons.fixedtop .wp-block-button .wp-block-button__link:hover {
  background-color: rgba(224, 255, 136, 0.5);
}

.wp-block-group.is-style-header {
  border-bottom: 1px solid rgba(211, 239, 3, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
}
.wp-block-group.is-style-header .header-top {
  align-items: flex-start;
  padding: 0.5rem 0;
}
.wp-block-group.is-style-header .header-top > .wp-block-group {
  gap: 0;
}
.wp-block-group.is-style-header > .wp-block-group:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wp-block-group.is-style-header .wp-block-buttons .wp-block-button.headertop {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .wp-block-group.is-style-header .wp-block-buttons .wp-block-button.headertop a {
    font-size: 0.875rem;
    padding: 0.31rem 0.75rem !important;
  }
}
.wp-block-group.is-style-header .wp-block-buttons .wp-block-button.headertop a:hover {
  background-color: rgba(224, 255, 136, 0.5);
}
body.admin-bar .wp-block-group.is-style-header {
  top: 32px;
}
@media (max-width: 783px) {
  body.admin-bar .wp-block-group.is-style-header {
    top: 46px;
  }
}
body.menu-hidden .wp-block-group.is-style-header {
  transform: translateY(-100%);
  opacity: 0;
}
.wp-block-group.is-style-header .wp-block-group.phone-link > p:first-child {
  padding-right: 4px;
}
.wp-block-group.is-style-header .linguise_switcher {
  margin-top: 0;
  flex-wrap: nowrap !important;
}
.wp-block-group.is-style-header .linguise_switcher li {
  margin-left: 0 !important;
}
.wp-block-group.is-style-header .linguise_switcher a {
  margin-left: 18px !important;
  position: relative;
}
.wp-block-group.is-style-header .linguise_switcher a:first-child {
  margin-left: 0 !important;
}
.wp-block-group.is-style-header .linguise_switcher a .linguise_lang_name {
  color: var(--wp--preset--color--default) !important;
  position: relative;
  font-weight: 300;
}
.wp-block-group.is-style-header .linguise_switcher a:hover {
  text-decoration: underline !important;
}
.wp-block-group.is-style-header .linguise_switcher a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  position: absolute;
  background-color: var(--wp--preset--color--default);
  right: -6px;
}
.wp-block-group.is-style-header .linguise_switcher a:last-child:after {
  display: none;
}
.wp-block-group.is-style-header > .wp-block-group:first-child {
  transition: height 0.3s ease, opacity 0.3s ease;
  height: auto !important;
  opacity: 1 !important;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher {
  margin-top: 0 !important;
  white-space: nowrap;
  min-width: 74px;
  flex-wrap: nowrap !important;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher:last-child {
  margin: 0 !important;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher a {
  position: relative;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  position: absolute;
  background-color: var(--wp--preset--color--default);
  right: -6px;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher a:hover {
  text-decoration: underline !important;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher a .linguise_lang_name {
  color: var(--wp--preset--color--default) !important;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang .linguise_switcher a:last-child:after {
  display: none;
}
.wp-block-group.is-style-header > .wp-block-group:first-child .lang > p {
  display: none;
}
body.menu-visible .wp-block-group.is-style-header {
  transform: translateY(0);
  opacity: 1;
  background-color: var(--wp--preset--color--text-dark);
  padding-top: 10px;
  padding-bottom: 10px;
}
body.menu-visible .wp-block-group.is-style-header > .wp-block-group .header-top {
  height: 0;
  opacity: 0;
  padding: 0;
}
body.menu-visible .wp-block-group.is-style-header > .wp-block-group:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}