.flow {
  --flow-space: 1rem;
}

.flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space);
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-300.woff") format("woff");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular.woff") format("woff");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-600.woff") format("woff");
}
@font-face {
  font-family: "caveatregular";
  src: url("../fonts/caveat-variablefont_wght-webfont.woff2") format("woff2"), url("../fonts/caveat-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "seaweed_scriptregular";
  src: url("../fonts/seaweedscript-regular-webfont.woff2") format("woff2"), url("../fonts/seaweedscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  position: relative;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 4px solid #d95c09;
  aspect-ratio: 16/9;
}
header h1 {
  color: #fff;
  font: 30px "Open Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  margin-top: 10vw;
}
header h1 span {
  font-size: 20px;
  font-weight: 300;
  display: block;
}
header .chevron {
  animation: scrollJump 3s infinite;
  z-index: 3;
}
header ul li a, header ul li a:visited {
  color: #000;
}
header ul li a:hover, header ul li a:visited:hover {
  color: #000;
}

@keyframes scrollJump {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
a.home, a.home:visited {
  margin-top: -15px;
}

.mobile_nav_toggle {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
  padding: 5px 10px;
}
.mobile_nav_toggle:hover {
  color: #000;
  border: 1px solid #000;
}

.popup {
  position: absolute;
  top: 200px;
  left: calc(50vw - 200px);
  width: 400px;
  height: 400px;
  padding: 30px;
  z-index: 10;
  background-color: #d95c09;
  color: #fff !important;
}
.popup h2 {
  margin: 0 0 15px 0;
  color: #fff;
}
.popup p {
  color: #fff;
  font-weight: 700;
}
.popup .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup.closed {
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
  background-color: red;
}

.video_accueil_container {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../../img/xs-vignette-video-accueil.jpg) top left no-repeat;
  background-size: cover;
}
.webp .video_accueil_container {
  background: url(../../img/xs_webp-vignette-video-accueil.jpg) top left no-repeat;
  background-size: cover;
}
.video_accueil_container.loaded {
  background: url(../../img/vignette-video-accueil-no-resize.jpg) top left no-repeat;
  background-size: cover;
}
.webp .video_accueil_container.loaded {
  background: url(../../img/big_webp-vignette-video-accueil.jpg) top left no-repeat;
  background-size: cover;
}

.navigation {
  background-color: #fff;
  z-index: 2;
}

.logo2 {
  width: 100%;
  max-width: 800px;
}

.accueil_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.blocs_accueil_container {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blocs_accueil_container > div {
  -ms-flex-preferred-size: calc(25% - 15px);
      flex-basis: calc(25% - 15px);
}

.bloc_accueil {
  border: 1px solid #f2f2f2;
  box-shadow: rgba(102, 119, 136, 0.027451) 0px 6px 8px, rgba(102, 119, 136, 0.298039) 0px 1px 2px;
  position: relative;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-bottom: 25px;
}
.bloc_accueil p {
  margin: 0;
}
.bloc_accueil:hover {
  border: 1px solid #d95c09;
}
.bloc_accueil a {
  text-decoration: none;
  transition: background-color 200ms ease-out;
}
.bloc_accueil a.all_over {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc_accueil a.darken {
  background-color: rgba(0, 0, 0, 0.5);
}
.bloc_accueil a:hover {
  text-decoration: none;
}
.bloc_accueil a.darken:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.bloc_accueil a.btn_bloc_reserver {
  color: #fff;
  place-self: end;
  display: block;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: 0px 0px 15px 15px;
  padding: 10px 15px;
}
.bloc_accueil.photo_only a {
  padding: 15px;
}
.bloc_accueil.citation_accueil {
  padding: 20px;
}
.bloc_accueil h2 {
  border-bottom: none;
  font: 25px "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
.bloc_accueil h2.text-moyen {
  font-size: 30px;
}
.bloc_accueil h2.text-grand {
  font-size: 50px;
}
.bloc_accueil h2.text-small {
  font-size: 20px;
}

body.mobile header {
  width: 100%;
  height: 80vw;
  aspect-ratio: none;
}
body.mobile header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
body.mobile header h1 {
  color: #fff;
  font: 20px "Open Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  margin-top: 10vw;
}
body.mobile header h1 span {
  font-size: 17px;
  font-weight: 300;
  display: block;
}
body.mobile header h1::after {
  display: none;
}
body.mobile header .chevron {
  display: none;
}
body.mobile .mobile_nav_toggle {
  color: #fff;
  background-color: #d95c09;
  border: 1px solid #d95c09;
  font-weight: 700;
}
body.mobile .mobile_nav_toggle:hover {
  color: #fff;
  border: 1px solid #fff;
}
body.mobile .video_accueil_container {
  top: 75px;
}

body.mobile .navigation {
  padding: 20px 40px 15px 15px;
}

@media only screen and (max-width: 1006px) {
  .blocs_accueil_container > div {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .logo2 {
    width: 100%;
    max-width: 80%;
  }
  .accueil_container > div:first-child {
    -ms-flex-order: 10;
        order: 10;
  }
  .blocs_accueil_container {
    gap: 10px;
  }
  .blocs_accueil_container > div {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
  .bloc_accueil h2 {
    border-bottom: none;
    font: 20px "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
  }
  .bloc_accueil h2.text-moyen {
    font-size: 20px;
  }
  .bloc_accueil h2.text-grand {
    font-size: 30px;
  }
  .bloc_accueil h2.text-small {
    font-size: 20px;
  }
}