:root {
  --color: white;
  --beige\<deleted\|variable-591295a7-3c78-860b-39ad-ed464320808f\>: #fd0;
  --jaune: #fd0;
  --medium-grey: #555;
  --transparent: #fff0;
  --cool-grey: #969696;
  --black: #000;
  --anthracite: #373a3b;
  --pastel-grey: #c8c8c8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  font-weight: 200;
  text-decoration: none;
}

.page-wrapper {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.page-wrapper:hover {
  text-decoration: none;
}

.page-wrapper.a-propos {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

.body {
  flex-flow: column;
  align-items: stretch;
  font-family: Outfit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3px;
  display: block;
  overflow: visible;
}

.section-home.scrollable-section {
  height: 100%;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: auto;
}

.arrow-down {
  width: 50%;
  height: auto;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.arrow-down.up {
  transform: none;
}

.btn-up {
  z-index: 10000;
  cursor: pointer;
  pointer-events: auto;
  background-color: #0a0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.btn-up.w--current {
  z-index: 10000;
  cursor: pointer;
  pointer-events: auto;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 2rem;
}

.btn-down-double {
  cursor: pointer;
  background-color: #0a0000;
  border-radius: 0 0 30px 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 43px;
  display: flex;
  position: absolute;
  inset: auto 1rem 2rem auto;
}

.btn-down-double.bas {
  pointer-events: auto;
  width: 30px;
  height: 33px;
  position: static;
}

.btn-down-double.haut {
  border-radius: 30px 30px 0 0;
  width: 30px;
  height: 33px;
  position: static;
  transform: rotate(0);
}

.btn-down-double.haut.w--current {
  pointer-events: auto;
  width: 30px;
  height: 33px;
  position: static;
}

.btn-double-wrapper {
  z-index: 900;
  cursor: pointer;
  pointer-events: auto;
  width: 30px;
  height: 66px;
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.arrow-up {
  width: 50%;
  height: auto;
  transform: rotate(0);
}

.scrollable-section {
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-wrapper {
  z-index: auto;
  cursor: none;
  pointer-events: none;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ix-section.scrollable-section.section-tint {
  -webkit-text-fill-color: inherit;
  background-color: #373a3b;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.rotate-overlay {
  z-index: 3000;
  -webkit-text-fill-color: inherit;
  background-color: #000000f2;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.rotate-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rotate-icon {
  opacity: .8;
}

.rotate-text-fr {
  color: var(--color);
  letter-spacing: 3px;
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.rotate-text-en {
  color: var(--color);
  letter-spacing: 2px;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.block-tittle {
  color: var(--beige\<deleted\|variable-591295a7-3c78-860b-39ad-ed464320808f\>);
  font-family: Dancing Script;
  font-size: 1.6rem;
  font-weight: 400;
}

.block-tittle.txt-center {
  color: #fd0;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.container-section {
  width: 80vw;
  max-width: 1354px;
  height: 100%;
  padding: 0 0;
  overflow: visible;
}

.home-language-wrapper {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/77-Tavier-009-BR_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.language-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.lang-link-fr {
  filter: brightness(90%);
  width: 8rem;
  height: 8rem;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.lang-link-fr:hover {
  filter: brightness(110%) brightness(90%);
  transform: scale(1.05);
}

.flag-fr {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
}

.flag-nl, .flag-en {
  object-fit: contain;
  width: 100%;
}

.logo-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16rem;
  display: flex;
}

.anthisnes-autrefois-logo {
  opacity: .3;
  width: 90%;
  margin-top: 3rem;
  font-family: Roboto, sans-serif;
  overflow: clip;
}

.language-switch {
  z-index: 9000;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000000a;
  border-radius: .2rem;
  flex-flow: row;
  flex: 0 auto;
  order: -9999;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  position: static;
  top: 10px;
  right: 30px;
}

.remarque-text {
  backface-visibility: visible;
  perspective-origin: 50%;
  width: auto;
  color: var(--jaune);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Great Vibes, cursive;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.title-section-h2 {
  color: var(--color);
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.section-bg-pub {
  z-index: 0;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100dvh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-titre {
  z-index: 0;
  opacity: 1;
  object-fit: contain;
  width: 600px;
  max-width: none;
  margin-bottom: 2rem;
  position: static;
  top: 50%;
  left: 0%;
  right: -20%;
  overflow: visible;
}

.block-image {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.block-legend {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.carte-postale {
  object-fit: contain;
  align-self: auto;
  width: auto;
  height: auto;
  max-height: 73vh;
  overflow: visible;
}

.heading {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  margin-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.popup-close-up {
  z-index: 2020;
  flex: none;
  display: flex;
  position: absolute;
  inset: 35px 35px auto auto;
}

.popup-close-down {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  bottom: 35px;
  left: auto;
  right: 35px;
}

.popup-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-overlay {
  z-index: 2000;
  background-image: linear-gradient(#000000d9, #000000d9);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-overlay.edit-popup {
  display: flex;
}

.readmore-text {
  text-transform: none;
  max-width: 65ch;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
  display: block;
}

.popup-close_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: block;
  position: static;
  inset: 35px 35px auto auto;
}

.popup-close_txt {
  color: #33333380;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding-right: 20px;
  font-size: .85rem;
  font-weight: 300;
  display: flex;
}

.readmore-text-large {
  flex: none;
  max-width: 65ch;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  overflow: visible;
}

.popup-content {
  z-index: 2010;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 720px;
  height: 89vh;
  margin-bottom: 0;
  padding: 20px 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.btn-readmore {
  border: 0px solid var(--medium-grey);
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  overflow: visible;
}

.lire-plus-wrapper {
  color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.lire-plus-texte {
  color: var(--cool-grey);
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  margin-right: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.lire-plus-texte:hover {
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}

.picto-fleche-droite {
  width: 40px;
  max-width: 100%;
  margin-top: 0;
  font-size: 1.9rem;
}

.text-block {
  color: var(--cool-grey);
  text-transform: none;
  margin-top: .25rem;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
}

.village-menu-button {
  border: 0px solid var(--transparent);
  background-color: var(--transparent);
  color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.village-menu-button:hover {
  float: right;
  background-color: var(--transparent);
  color: #0000;
}

.village-menu-button:active {
  background-color: var(--transparent);
  border-style: none;
  border-radius: 0;
}

.village-menu-button.w--open {
  z-index: 10000;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.village-nav-menu {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  width: 180px;
  color: var(--color);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 100% 0 auto auto;
  overflow: visible;
}

.village-menu-label {
  color: var(--color);
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: .9rem;
  line-height: 1.2;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--transparent);
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-3 {
  width: 40px;
  color: var(--color);
  font-size: 2.9rem;
  line-height: 1.2;
}

.village-nav-link {
  border: 1px solid var(--color);
  background-color: var(--medium-grey);
  color: var(--color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.village-nav-link:hover {
  color: var(--jaune);
}

.village-nav-link:focus, .village-nav-link:focus-visible, .village-nav-link[data-wf-focus-visible], .village-nav-link:visited {
  color: var(--color);
}

.village-nav-link.w--current {
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.language-link {
  color: var(--color);
  flex: 0 auto;
  align-self: center;
  font-weight: 400;
}

.menu-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  order: -9999;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.menu-divider {
  background-color: var(--color);
  align-self: center;
  width: 1px;
  height: 20px;
}

.rotate-text-fr-3 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.rotate-text-en-3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 300;
}

.popup-photo {
  margin-top: 2rem;
}

.text-block-reference {
  color: var(--cool-grey);
  text-transform: none;
  margin-top: .25rem;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1.2;
}

.info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70ch;
  display: flex;
}

.info-pers-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.texte-info {
  color: var(--color);
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.3;
}

.texte-info.video {
  margin-bottom: 2rem;
}

.info-photo {
  width: 71px;
  min-width: 70px;
  height: 71px;
  margin-bottom: 0;
  margin-right: 1rem;
}

.info-logo {
  z-index: 0;
  opacity: 1;
  object-fit: contain;
  max-width: none;
  max-height: none;
  margin-bottom: 2rem;
  position: static;
  top: 50%;
  left: 0%;
  right: -20%;
  overflow: clip;
}

.info-photo-wrapper {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.global-navbar {
  z-index: 1000;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1354px;
  height: auto;
  display: flex;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
}

.navbar-global {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.btn-video {
  border: 0px solid var(--medium-grey);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  overflow: visible;
}

.btn-video.none-video {
  display: none;
}

.text-span, .bold-text, .bold-text-2, .text-span-2, .link, .text-span-3 {
  text-decoration: underline;
}

.text-span-4 {
  color: #fff;
  text-decoration: underline;
}

.text-span-5 {
  text-decoration: underline;
}

.link-2, .link-3 {
  color: #fff;
  text-decoration: underline;
}

.video-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.info-photo-wrapper-copy {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.video-photo {
  width: 260px;
  min-width: 70px;
  height: auto;
  margin-bottom: 0;
  margin-right: 1rem;
}

.video-ligne-sep {
  width: 100%;
  height: 1px;
  min-height: 1px;
  color: var(--color);
  background-color: #fff;
  margin-top: 0;
}

@media screen and (min-width: 1920px) {
  .container-section {
    max-width: 1600px;
  }

  .carte-postale {
    width: 100%;
    max-height: 82vh;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .btn-up, .btn-up.w--current, .btn-down-double.bas, .btn-down-double.haut, .btn-down-double.haut.w--current {
    display: none;
  }

  .ix-section.scrollable-section.section-home {
    overflow: visible;
  }

  .block-tittle.txt-center {
    margin-top: 3.5rem;
    margin-bottom: 0;
    padding-left: 0;
  }

  .container-section {
    width: 95vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .language-list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .logo-wrapper {
    margin-bottom: 5rem;
  }

  .language-switch {
    right: 1rem;
  }

  .remarque-text {
    font-size: 1.8rem;
  }

  .title-section-h2 {
    padding-left: 0;
    font-size: 2rem;
  }

  .block-image {
    margin-top: 1rem;
  }

  .readmore-text {
    flex: none;
  }

  .lire-plus-texte {
    font-size: .8rem;
  }

  .global-navbar {
    width: 95vw;
    max-width: 728px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-global {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .scroll-snap-wrapper {
    height: 100dvh;
  }

  .block-tittle.txt-center {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .container-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .language-list {
    flex-flow: row;
  }

  .lang-link-fr {
    width: 4rem;
    height: 4rem;
  }

  .language-switch {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    margin-top: 0;
    top: .5rem;
  }

  .remarque-text {
    font-size: 1.8rem;
  }

  .title-section-h2 {
    font-size: 1.6rem;
  }

  .block-image {
    margin-top: 1rem;
  }

  .popup-close-up, .popup-close-down {
    right: 15px;
  }

  .popup-overlay {
    height: 100dvh;
  }

  .readmore-text {
    font-size: .8rem;
  }

  .readmore-text-large {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1rem;
  }

  .popup-content {
    width: 100%;
  }

  .btn-readmore {
    padding: 4px 15px;
  }

  .lire-plus-texte {
    font-size: .8rem;
  }

  .picto-fleche-droite {
    margin-top: 3px;
  }

  .village-menu-label, .language-link {
    font-size: .8rem;
  }

  .global-navbar {
    width: 100%;
    max-width: 1354px;
    padding-right: 1rem;
  }

  .navbar-global {
    margin-top: 0;
  }

  .btn-video {
    padding: 4px 15px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    position: relative;
    overflow: visible;
  }

  .page-wrapper.a-propos {
    margin-top: 3rem;
  }

  .block-tittle.txt-center {
    justify-content: space-between;
    margin-top: 3.5rem;
    margin-bottom: .25rem;
    padding-left: 20px;
  }

  .block-tittle.txt-center.video {
    margin-top: 2rem;
  }

  .container-section {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .language-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .anthisnes-autrefois-logo {
    overflow: clip;
  }

  .language-switch {
    flex-flow: row;
    top: .5rem;
  }

  .remarque-text {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1;
  }

  .title-section-h2 {
    text-align: left;
    margin-left: 0;
  }

  .section-bg-pub {
    height: 100%;
    padding-left: 5vw;
    padding-right: 8vw;
  }

  .info-titre {
    width: 300px;
    margin-bottom: 1rem;
  }

  .block-image {
    margin-top: .5rem;
  }

  .block-legend {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .heading {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: .8rem;
  }

  .popup-close-up {
    padding-right: 10px;
    top: 3.5rem;
  }

  .popup-close-down {
    padding-right: 10px;
    display: flex;
  }

  .popup-wrapper {
    height: auto;
  }

  .popup-overlay {
    height: 100dvh;
  }

  .readmore-text {
    padding-left: 0;
    padding-right: 15px;
    font-size: .8rem;
    line-height: 1.25;
    display: block;
  }

  .readmore-text-large {
    padding-left: 0;
    padding-right: 15px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
  }

  .popup-content {
    height: auto;
    max-height: 88vh;
    padding-left: 20px;
    padding-right: 10px;
    overflow: auto;
  }

  .btn-readmore {
    background-image: none;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 10px;
  }

  .lire-plus-texte {
    font-size: .7rem;
  }

  .village-menu-button {
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .info-wrapper {
    flex-flow: column;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-wrapper.video {
    margin-left: 20px;
  }

  .info-pers-wrapper {
    flex-flow: row;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .texte-info {
    font-size: .72rem;
  }

  .info-photo {
    width: 50px;
    min-width: 0;
    height: 50px;
    margin-bottom: .5rem;
    margin-right: .5rem;
  }

  .info-photo-wrapper {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .global-navbar {
    width: 100%;
    max-width: 1354px;
    padding-left: 0;
    padding-right: .5rem;
    position: absolute;
  }

  .navbar-global {
    z-index: auto;
    width: 100%;
    padding-right: 1rem;
  }

  .btn-video {
    background-image: none;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 10px;
  }

  .video-wrapper {
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .info-photo-wrapper-copy {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .video-photo {
    width: 260px;
    min-width: 0;
    height: auto;
    margin-bottom: .5rem;
    margin-right: .5rem;
  }
}


