@charset "UTF-8";
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/brandon_light-webfont.eot");
  src: url("../fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff2") format("woff2"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/brandon_reg-webfont.eot");
  src: url("../fonts/brandon_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_reg-webfont.woff2") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff"), url("../fonts/brandon_reg-webfont.ttf") format("truetype"), url("../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/brandon_med-webfont.eot");
  src: url("../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med-webfont.woff") format("woff"), url("../fonts/brandon_med-webfont.ttf") format("truetype"), url("../fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/brandon_blk-webfont.eot");
  src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype"), url("../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Phosphate";
  src: url("../fonts/phosphate.eot");
  src: url("../fonts/phosphate.eot?#iefix") format("embedded-opentype"), url("../fonts/phosphate.woff2") format("woff2"), url("../fonts/phosphate.woff") format("woff"), url("../fonts/phosphate.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
}

input, select, a img {
  vertical-align: middle;
}

select {
  outline: none;
}

* {
  font-family: "Brandon Grotesque", "Helvetica", Arial, sans-serif;
  font-weight: normal;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  height: 100%;
  position: relative;
}

a {
  color: inherit;
}

body {
  height: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 130%;
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
  color: #111;
}

::-moz-selection {
  background-color: #8f6347;
  color: white;
  position: relative;
}

::selection {
  background-color: #8f6347;
  color: white;
  position: relative;
}

.wrap {
  width: calc(100% - 48px);
  max-width: 1280px;
  padding: 0 24px;
  height: auto;
  position: relative;
  margin-inline: auto;
}

sup {
  font-weight: 500;
  font-size: 50%;
  position: relative;
  top: -10px;
}

:root {
  --primary-color: #2ac411;
  --green-color: #7ec013;
  --gray-color: #202020;
  --tiertary-color: #883724;
  --error-color: #da4d50;
  --border-color: #e1e1e1;
}

.footnotes {
  text-align: left;
  opacity: 0.42;
  padding: 0 0 60px;
  display: flex;
  gap: 16px;
  flex-flow: column;
}

.fx-overlay {
  position: fixed;
  inset: 0;
  background-color: hsla(0, 100%, 100%, 0.8);
  z-index: 100;
  backdrop-filter: blur(0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, backdrop-filter 0.2s ease-in-out 0.1s;
  transition-delay: 0.2s;
}

body:has(#imagelightbox) .fx-overlay {
  opacity: 1;
  backdrop-filter: blur(16px);
  transition-delay: 0s;
}

body:has(#imagelightbox) *:not(#imagelightbox) {
  cursor: pointer;
}

.emoji {
  font-size: 80px;
}

.footer::before {
  content: "";
  position: absolute;
  display: block;
  inset: -50px 0 0 0;
  background: transparent url(../img/fx-top.svg) no-repeat top center;
  background-size: max(120%, 2500px) auto;
  background-position: top center;
  z-index: 0;
  max-height: 50dvh;
}

.reservation::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -50px 0;
  background: transparent url(../img/fx-bottom.svg) no-repeat bottom center;
  background-size: max(105%, 2000px) auto;
  background-position: bottom center;
  z-index: 2;
  height: 80px;
}

.head::before {
  content: "";
  position: absolute;
  display: block;
  inset: auto 0 0 0;
  background: transparent url(../img/fx-top.svg) no-repeat top center;
  background-size: max(105%, 2000px) auto;
  background-position: top center;
  z-index: 2;
  height: 80px;
}

.sep {
  height: 75px;
  width: 100%;
  position: relative;
  background: transparent url(../img/sep.svg) no-repeat center;
  background-size: 100% auto;
  margin: 50px 0;
}
.sep.small {
  height: 32px;
  margin: 20px 0;
}
.sep.sep-1 {
  transform: scaleX(-1) scaleY(1);
}
.sep.sep-2 {
  transform: scaleX(1) scaleY(-1);
}
.sep.sep-3 {
  transform: scaleX(-1) scaleY(-1);
}
.sep.sep-4 {
  transform: scaleX(1) scaleY(1);
  background-size: 150% auto;
}
.sep.sep-5 {
  transform: scaleX(1) scaleY(1);
  background-size: cover;
}

.present-line + .present-line::before {
  transform: scaleX(-1);
}

.present-line + .present-line + .present-line::before {
  transform: scaleX(1) scaleY(-1);
}

.present-line + .present-line + .present-line + .present-line::before {
  transform: scaleX(-1) scaleY(-1);
}

.main {
  position: relative;
  text-align: center;
  height: 100%;
}
.main .head {
  height: 400px;
  background: transparent url(../img/head-slide1.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 90px;
  display: grid;
  place-items: center;
}
.main .head .title {
  display: block;
  height: 150px;
  width: 90%;
  z-index: 10;
}
.main .head .title h1 {
  text-transform: uppercase;
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
  color: #fff;
  font-family: "Phosphate", "Helvetica", Arial, sans-serif;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 5px;
}
.main .head .title p {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 10px;
}
.main .content {
  position: relative;
  z-index: 20;
  padding: 50px 0;
  background-color: white;
}
.main .content .title h3,
.main .content .title h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  font-weight: 200;
  color: #545454;
}
.main .content .title p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 100;
  color: #545454;
  margin-top: 10px;
}
.main .content .text {
  margin: 50px 0;
  text-wrap: balance;
}
.main .content .text .txt {
  padding: 50px 88px;
  text-align: center;
}
.main .content .text .txt p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 200;
  color: #666;
  max-width: 45ch;
  margin-inline: auto;
}
.main .content .text .txt p + p {
  margin-top: 20px;
}
.main .content .text .txt ul li,
.main .content .text .txt ol li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 40px;
  font-weight: 200;
  color: #666;
  text-align: left;
}
.main .content .polaroid-slides-container {
  position: relative;
}
.main .content .polaroid-slides-container:last-of-type {
  margin-bottom: 0;
}
.main .content .polaroid-slides-container .wrap {
  max-width: 1920px;
}
.main .content .polaroid-slides-container .slides {
  padding: 50px 2dvw 0;
  margin: 30px 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 4dvw;
}
.main .content .polaroid-slides-container .slides .slide {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease-in-out;
  flex: 1 1 300px;
}
.main .content .polaroid-slides-container .slides .slide a {
  display: block;
  width: 100%;
}
.main .content .polaroid-slides-container .slides .slide img {
  width: 66%;
  min-width: 200px;
  max-width: 420px;
  border-radius: 10px;
  border: 8px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 30px rgba(0, 0, 0, 0.05);
}
.main .content .polaroid-slides-container .slides .slide:first-child, .main .content .polaroid-slides-container .slides .slide:nth-child(3n+1) {
  margin-left: 0;
}
.main .content .polaroid-slides-container .slides .slide:last-child, .main .content .polaroid-slides-container .slides .slide:nth-child(3n) {
  margin-right: 0;
}
.main .content .polaroid-slides-container .slides .slide:last-child {
  margin-bottom: 0;
}
.main .content .polaroid-slides-container .slides .slide:nth-child(2n) {
  transform: rotate(-1deg);
}
.main .content .polaroid-slides-container .slides .slide:nth-child(2n-1) {
  transform: rotate(3deg);
}
.main .content .polaroid-slides-container .slides .slide:nth-child(4n-1) {
  transform: rotate(-4deg);
}
.main .content .polaroid-slides-container .slides .slide:nth-child(5n) {
  transform: rotate(0deg);
}
.main .content .polaroid-slides-container .slides .slide:hover {
  transform: rotate(0deg);
}
.main .content .presentation {
  margin-top: 150px;
}
.main .content .presentation .title h3 {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 100;
}
.main .content .presentation .title p {
  font-size: 2rem;
  line-height: 100%;
  font-weight: 100;
  margin-top: 10px;
}
.main .content .presentation .present-line {
  margin: 130px 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 64px;
}
.main .content .presentation .present-line::before {
  display: block;
  content: "";
  height: 75px;
  width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  top: 50px;
  bottom: auto;
  background: transparent url(../img/sep.svg) no-repeat;
  background-size: 100% auto;
  background-position: 90% center;
}
.main .content .presentation .present-line .present {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 1 33%;
  min-width: 300px;
}
.main .content .presentation .present-line .present .img {
  display: block;
}
.main .content .presentation .present-line .present .img img {
  border-radius: 200px;
  border: 10px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 0px rgba(0, 0, 0, 0.02);
}
.main .content .presentation .present-line .present .img .picto {
  display: inline-block;
  height: 123px;
  width: 123px;
  border-radius: 1000px;
  background-color: #ff4242;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.3), 0 10px 0 rgba(0, 0, 0, 0.03);
}
.main .content .presentation .present-line .present .title {
  margin: 30px 0 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
}
.main .content .presentation .present-line .present .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 100;
  color: #545454;
}
.main .content .presentation .present-line .present .link {
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
  color: #545454;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10px;
  transition: color 0.1s ease-in-out;
  border-radius: 0;
}
.main .content .presentation .present-line .present .link:hover::after {
  bottom: 10px;
  height: 2px;
  background-color: #7ec013;
  opacity: 0.8;
}
.main .content .presentation .present-line .present .link::after {
  content: "";
  display: block;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #ccc;
  transition: all 0.1s ease-in-out;
  z-index: -10;
  opacity: 1;
}
.main .content .presentation .present-line .present .link:active {
  color: #7ec013;
}
.main .content .cols {
  margin-top: 50px;
}
.main .content .cols .col {
  width: 50%;
}
.main .content .cols .col .col-ttl {
  margin-bottom: 15px;
}
.main .content .cols .col .col-ttl span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: 100;
  color: #aaa;
  margin-top: 5px;
}
.main .content .cols .col .col-txt li {
  list-style: none;
  padding: 5px 0;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 500;
  color: #888;
}

h4 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 100;
}
h4 + p {
  margin-top: 32px;
}

h5 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 100;
  opacity: 0.66;
}
h5 + p {
  margin-top: 32px;
}

h6 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 100;
  opacity: 0.5;
}
h6 + p {
  margin-top: 32px;
}

p {
  font-size: 18px;
  line-height: 133.333%;
  font-weight: 200;
  color: #666;
}
p + p {
  margin-top: 32px;
}
p {
  text-wrap: balance;
}

.text-2cols {
  display: flex;
  gap: 120px;
}
.text-2cols > * {
  flex: 1 1 0;
  margin-right: 0;
  list-style: none;
}
.text-2cols div:first-child,
.text-2cols li:first-child {
  text-align: left;
}
.text-2cols div:last-child,
.text-2cols li:last-child {
  text-align: right;
}
.text-2cols ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 200;
  color: #666;
  text-align: left;
  list-style: none;
  width: 40%;
  text-align: right;
}
.text-2cols ul li:first-child {
  margin-right: 10%;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  .text-2cols {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .main .content .cols {
    margin-top: 50px;
  }
  .main .content .cols .col {
    float: none;
    width: 100%;
  }
  .main .content .cols .col:first-child {
    margin-bottom: 30px;
  }
  .main .content .text {
    margin-bottom: 0;
  }
  .main .content .text .txt {
    padding: 0;
  }
}
@keyframes logoAnim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
body.p-home .header .menu-link[href="/"],
body.p-lodge-list .header .menu-link[href*="/lodge"],
body.p-lodge:not(.p-virunga) .header .menu-link[href*="/lodge"],
body.p-virunga .header .menu-link[href*="/virunga"],
body.p-activites .header .menu-link[href*="/activites"],
body.p-activites .header .menu-link[href*="/activites"],
body.p-tarifs .header .menu-link[href*="/tarifs"],
body.p-infos .header .menu-link[href*="/informations"],
body.p-informations .header .menu-link[href*="/informations"],
body.p-biographie .header .menu-link[href*="/informations"] {
  box-shadow: inset 0 3px var(--green-color);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  z-index: 1000;
  background-color: hsla(0, 0%, 0%, 0.1);
}
header, header * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2dvw 0;
  inset: 0 0 min(-2dvw, -28px) 0;
  background: transparent url(../img/fx-bottom.svg) no-repeat bottom center;
  background-size: max(105%, 2000px) auto;
  background-position: center bottom;
  z-index: 0;
  pointer-events: none;
}
header .lang {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  padding: 5px;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  z-index: 10;
}
header .header {
  display: flex;
  flex-flow: row nowrap;
  height: 100px;
}
header .logo {
  flex: 0 0 auto;
  overflow: visible;
  position: relative;
  z-index: 1000;
}
header .logo-link {
  padding: 16px 0 0 32px;
  padding: clamp(16px, 2dvw, 20px) 0 0 clamp(32px, 4dvw, 40px);
  gap: 4px clamp(16px, 2dvw, 24px);
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "logo title" "logo subtitle";
  text-decoration: none;
  box-sizing: border-box;
  height: 100%;
}
header .logo-img-wrap {
  grid-area: logo;
}
header .logo-img {
  width: clamp(55px, 6dvw, 100px);
  aspect-ratio: 130/170;
}
header .logo-title {
  grid-area: title;
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  line-height: 100%;
  font-family: "Phosphate", Helvetica Black, Helvetica, sans-serif;
}
header .logo-subtitle {
  grid-area: subtitle;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 26%;
  font-weight: 800;
  opacity: 0.66;
}
header ul.menus {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  padding: 0 36px 0 0;
  display: flex;
  justify-content: flex-end;
  gap: clamp(8px, 2.5dvw, 64px);
}
header ul.menus li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
header ul.menus li.menu {
  display: flex;
  align-items: center;
}
header ul.menus li .menu-book {
  text-transform: uppercase;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid;
  border-right-width: 0;
  border-color: inherit;
  align-items: center;
  min-height: 50px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  position: relative;
  padding: 0 30px;
  transition: border-color 0.2s ease-in-out;
}
header ul.menus li .menu-book::before {
  display: block;
  content: "";
  position: absolute;
  inset: -6px 2px -6px 2px;
  right: 0;
  border: 2px solid;
  border-right-width: 0;
  border-color: inherit;
  z-index: -1;
  transition: border-color 0.2s ease-in-out;
}
header ul.menus li .menu-book:hover {
  border-color: var(--green-color);
}
header ul.menus li a.menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  box-shadow: inset 0 0px #fff;
  transition: box-shadow 0.2s ease-in-out;
}
header ul.menus li a.menu-link:hover {
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
}
header ul.menus li a.menu-link:hover + .submenu {
  opacity: 1;
  max-height: 200px;
}
header ul.menus li .submenu {
  display: block;
  position: absolute;
  top: 70px;
  left: -20px;
  min-width: 100px;
  right: auto;
  bottom: auto;
  margin: auto;
  background-color: white;
  padding: 10px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 20px rgba(0, 0, 0, 0.08);
  height: auto;
  max-height: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
header ul.menus li .submenu:hover {
  opacity: 1;
  max-height: 200px;
}
header ul.menus li .submenu li {
  display: block;
}
header ul.menus li .submenu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 10px;
  padding: 10px 10px;
  font-weight: normal;
  color: #202020;
  transition: color 0.2s ease-in-out;
  text-align: left;
}
header ul.menus li .submenu li a:hover {
  color: #7ec013;
}
header ul.menus li .submenu li a strong {
  font-weight: bold;
}

.menu-lang {
  display: flex;
  flex-flow: row nowrap;
  z-index: 1;
  list-style: none;
  gap: 0;
}
.menu-lang li {
  margin: 0;
}
.menu-lang a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 23px;
  height: 44px;
  padding: 0 8px;
  transition: width 0.2s linear;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-lang a:hover {
  width: 100px;
  font-weight: 700;
}
.menu-lang a:hover span {
  opacity: 1;
}
.menu-lang a img {
  pointer-events: none;
}
.menu-lang a span {
  opacity: 0.66;
}

.senegal-love {
  display: none;
  height: 100%;
  align-items: center;
  gap: 8px;
}

@media only screen and (min-width: 1280px) {
  .senegal-love {
    display: flex;
  }
}
body > .menu-lang {
  position: absolute;
  top: 80px;
  right: 0px;
  padding: 30px 20px 10px;
  z-index: 21;
  border-bottom-left-radius: 16px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  backdrop-filter: blur(16px);
}
body > .menu-lang:hover::before, body > .menu-lang:has(:hover)::before {
  opacity: 1;
}
body > .menu-lang::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5333333333);
  pointer-events: none;
  z-index: -1;
}
body > .menu-lang.position-left {
  right: auto;
  left: 0;
  border-radius: 0 0 16px 0;
  padding-left: clamp(140px, 10dvw, 168px);
}
body > .menu-lang.direction-col {
  flex-flow: column nowrap;
  gap: 0;
}
body > .menu-lang.direction-col li {
  margin-top: -1px;
}
body > .menu-lang.direction-col a {
  margin: 0;
}
body > .menu-lang.direction-col:hover a {
  width: 120px;
}
body > .menu-lang li a span {
  color: #fff;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 1280px) {
  body > .menu-lang.position-left {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 400px) {
  body > .menu-lang {
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  header .menu-responsive {
    box-sizing: border-box;
    display: block;
    z-index: 110;
    overflow: hidden;
    position: absolute;
    height: 30px;
    width: 50px;
    top: 35px;
    right: 30px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #111;
    cursor: pointer;
    transition: width 0.2s ease-in-out;
  }
  header .menu-responsive::before {
    content: "menu";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #111;
  }
  header .menu-responsive.active {
    width: 30px;
  }
  header .menu-responsive.active::before {
    content: "x";
    font-family: "Phosphate", Helvetica Black, Helvetica, sans-serif;
    font-weight: 100;
    color: #883724;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 20px;
    transform: scaleY(0.8);
    color: #111;
  }
  header ul.menus {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 90;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    padding-top: 140px;
  }
  header ul.menus.active {
    left: 0;
    opacity: 1;
  }
  header ul.menus li.sep {
    display: none;
  }
  header ul.menus li.menu {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  header ul.menus li.menu a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    height: 20px;
  }
  header ul.menus li.menu .submenu {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  header .header {
    height: 88px;
  }
  header .logo-link {
    padding: 8px 16px;
  }
  header .logo-title {
    font-size: 20px;
    font-size: 2.4rem;
  }
  header .logo-subtitle {
    letter-spacing: 5%;
  }
  header .menu-responsive {
    top: 25px;
  }
}
footer {
  position: relative;
  text-align: left;
  z-index: 100;
}
footer .reservation {
  background: #883724 url(../img/bg-dirt.svg) no-repeat center center;
  background-size: cover;
  padding: 130px 0 0;
  margin-bottom: -1dvw;
  position: relative;
  overflow: hidden;
  width: 100%;
}
footer .reservation .wrap {
  width: 80%;
  max-width: 1024px;
  padding: 0 48px;
  height: auto;
  position: relative;
  margin-inline: auto;
}
footer .reservation .logo-footer {
  margin-block-start: 20px;
  width: calc(100% - 7dvw);
  margin-inline: auto;
  max-width: 1024px;
  height: auto;
  aspect-ratio: 973/193;
  position: relative;
  background: transparent url(../img/foot-logo-new2.svg) no-repeat center center;
  background-size: contain;
}
footer .reservation .title {
  position: relative;
  margin-bottom: 75px;
  width: auto;
}
footer .reservation .title::before {
  display: block;
  content: "";
  height: 204px;
  width: 371px;
  position: absolute;
  top: -40px;
  right: -400px;
  background: transparent url(../img/foot-pics.webp) no-repeat bottom center;
}
footer .reservation .title h2 {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: left;
  font-weight: 100;
}
footer .reservation .title h2 span {
  position: relative;
  left: 3px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
footer .footer {
  padding: 40px 50px;
  padding-top: 25px;
  position: relative;
  text-align: left;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .footer p {
  font-size: 14px;
  margin: 0;
}
footer .footer .menu-lang {
  position: absolute;
  inset: 50% 400px auto auto;
  margin: auto;
  transform: translateY(-50%);
  z-index: 1;
}
footer .footer .menu-lang li {
  margin: 0;
}
footer .footer ul {
  margin-top: 10px;
}
footer .footer ul li {
  display: inline-block;
  margin-left: 20px;
}
footer .footer ul li:first-child {
  margin-left: 0;
}
footer .footer ul li a {
  position: relative;
  font-size: 10px;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
footer .footer ul li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  background-color: rgba(255, 255, 255, 0);
  height: 1px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
footer .footer ul li a:hover::after {
  bottom: -1px;
  background-color: #7ec013;
}
footer .footer ul:first-child {
  margin-top: 0;
}
footer .footer ul.menu-secondary {
  opacity: 0.55;
  text-transform: uppercase;
  letter-spacing: 10%;
}
footer .footer ul.menu-secondary li {
  position: relative;
  padding-left: 25px;
}
footer .footer ul.menu-secondary li p {
  cursor: default;
  font-family: "Courier New", Courier, monospace;
}
footer .footer ul.menu-secondary li::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
}
footer .footer ul.menu-secondary li:first-child {
  padding-left: 0;
}
footer .footer ul.menu-secondary li:first-child::before {
  display: none;
}
footer .footer ul.menu-secondary li a:hover::after {
  background-color: #666;
}
footer .footer .leaves {
  height: 213px;
  width: 520px;
  background: transparent url(../img/leaves.svg) no-repeat bottom right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -30px;
}

@media only screen and (max-width: 1000px) {
  footer .footer .menu-primary {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
  }
  footer .footer .leaves {
    display: none;
  }
  footer .footer .menu-lang {
    right: 40px;
    top: 48px;
  }
  .form-line {
    height: auto;
    padding: 0;
  }
  .form-line label {
    display: block;
    height: auto;
    position: relative;
  }
  .form-line label.form-1 {
    width: 100%;
  }
  .form-line label.form-2 {
    width: 100%;
  }
  .form-line label.form-2:first-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer .menu-lang {
    position: relative;
    transform: none;
    inset: 0;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer ul.menu-primary {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  footer .footer ul.menu-primary li {
    margin: 10px 0;
  }
  footer .footer ul.menu-secondary {
    padding-top: 30px;
    text-align: center;
  }
  footer .footer ul.menu-secondary li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  footer .footer ul.menu-secondary li::before {
    display: none;
  }
  footer .footer .leaves {
    display: none;
  }
}
.form-line:has(:focus) {
  position: relative;
  z-index: 1;
}
.form-line, .form-line * {
  box-sizing: content-box;
}
.form-line {
  background: transparent;
  height: 60px;
  padding: 0;
  position: relative;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr;
}
.form-line.form-subject label {
  box-shadow: none;
  border: none;
}
.form-line:first-child {
  border-top: none;
  margin: 0;
}
.form-line label {
  display: flex;
  flex-flow: row nowrap;
  line-height: 48px;
  height: 60px;
  position: relative;
  border-bottom: 2px solid rgb(64, 27, 18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.form-line label:has(:focus) .label {
  color: #fff;
}
.form-line label:has(:focus) {
  border-bottom: 2px solid rgb(255, 255, 255);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.form-line label.form-1 {
  width: 100%;
  grid-column: span 2;
}
.form-line label.form-2, .form-line label.form-2 * {
  box-sizing: border-box;
}
.form-line label.form-2 {
  width: 100%;
}
.form-line label.form-2:first-child {
  margin-right: 8%;
}
.form-line label.form-2.form-checkbox .input {
  position: absolute;
  top: 20px;
  left: 20px;
}
.form-line label.form-2.form-checkbox .label {
  width: 100%;
  padding-left: 25px;
  margin-left: 0;
}
.form-line label .label, .form-line label .label * {
  box-sizing: border-box;
}
.form-line label .label {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  display: block;
  padding: 0 0px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200;
  font-style: italic;
  color: #34150e;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  flex: 0 0 120px;
}
.form-line label .input {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  height: 60px;
  display: block;
  flex: 1 1 0;
}
.form-line label .input input {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 58px;
  text-indent: 15px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  background-color: transparent;
  box-shadow: inset 0 0px 0 0px transparent;
  transition: box-shadow 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0;
}
.form-line label .input input:active, .form-line label .input input:focus {
  outline: none;
}

.form-txtarea {
  position: relative;
}
.form-txtarea textarea::-moz-placeholder {
  font-weight: 200;
  font-style: italic;
}
.form-txtarea textarea::placeholder {
  font-weight: 200;
  font-style: italic;
}
.form-txtarea textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  width: 100%;
  padding: 30px;
  margin: 0;
  background-color: transparent;
  border: 2px solid rgb(64, 27, 18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: medium;
  color: #fff;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(16px);
}
.form-txtarea textarea:focus {
  border: 2px solid rgb(255, 255, 255);
}
.form-txtarea textarea:focus + input[type=submit] {
  color: white;
  background-color: #ffc000;
  border-color: #ffc000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0), inset 0 1px 0 rgba(255, 255, 255, 0);
}
.form-txtarea input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: block;
  border: none;
  padding: 15px 40px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: transparent;
  border: 2px solid rgb(64, 27, 18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.66);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.form-txtarea input[type=submit]:hover {
  color: white;
  background-color: #ffc000;
  border-color: #ffc000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 768px) {
  .form-line {
    height: auto;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#imagelightbox {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 0 50px rgba(0, 0, 0, 0.08);
  border: 10px solid white;
  border-radius: 0;
  position: fixed;
  z-index: 9999;
  touch-action: none;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes homeAnimation {
  0% {
    opacity: 0;
    transform: rotateX(-90deg) translateY(80px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes titleAnimation {
  0% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(16px);
  }
}
.p-home .main .head {
  height: 90%;
  min-height: 600px;
  perspective: 900px;
}
.p-home .main .head .scroll {
  display: block;
  height: 50px;
  width: 50px;
  background-color: yellow;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-home .main .head .title {
  box-sizing: border-box;
  background-size: auto 100%;
  width: 100%;
  height: 170px;
  top: auto;
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  animation-name: homeAnimation;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  text-wrap: nowrap;
}
.p-home .main .head .title h1 {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
  color: #fff;
  font-family: "Phosphate", "Helvetica", Arial, sans-serif;
  letter-spacing: 5px;
  display: inline-block;
  border: 2px solid white;
  font-size: 111px;
  padding: 15px 30px 45px;
  line-height: 70%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.33);
  position: relative;
  animation-name: titleAnimation;
  animation-delay: 3.5s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-home .main .head .title h1 span {
  font-family: "Phosphate", "Helvetica", Arial, sans-serif;
}
.p-home .main .head .title h1::before, .p-home .main .head .title h1::after {
  display: block;
  position: absolute;
  inset: 6px -8px;
  border: 0.5px solid rgba(255, 255, 255, 0.5019607843);
  content: "";
}
.p-home .main .head .title h1::after {
  inset: -8px 6px;
}
.p-home .main .head .title p {
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 800;
  color: #fff;
  font-size: 23px;
  line-height: 100%;
  text-shadow: none;
  letter-spacing: 25%;
  word-spacing: 10px;
}
.p-home .main .head .slides {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}
.p-home .main .head .slides .slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation-name: imageAnimation;
  animation-duration: 36s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-home .main .head .slides .slide:nth-child(1) {
  background: transparent url(../img/head-slide0.webp) no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.p-home .main .head .slides .slide:nth-child(2) {
  background: transparent url(../img/head-slide2.webp) no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  animation-delay: 6s;
}
.p-home .main .head .slides .slide:nth-child(3) {
  background: transparent url(../img/head-slide1.webp) no-repeat;
  background-size: cover;
  background-position: 20% 50%;
  animation-delay: 12s;
}
.p-home .main .head .slides .slide:nth-child(4) {
  background: transparent url(../img/head-slide3.webp) no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  animation-delay: 18s;
}
.p-home .main .head .slides .slide:nth-child(5) {
  background: transparent url(../img/head-slide5.webp) no-repeat;
  background-size: cover;
  background-color: black;
  background-position: 50%;
  animation-delay: 24s;
}
.p-home .main .head .slides .slide:nth-child(6) {
  background: transparent url(../img/head-slide6.webp) no-repeat;
  background-size: cover;
  background-color: black;
  background-position: 100% 50%;
  animation-delay: 30s;
}

.main .content .presentation {
  margin-top: 150px;
}
.main .content .presentation .title h3 {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 100;
}
.main .content .presentation .title p {
  font-size: 2rem;
  line-height: 100%;
  font-weight: 100;
  margin-top: 10px;
}
.main .content .presentation .present-line:nth-child(3)::before {
  background-position: 30% center;
}
.main .content .presentation .present-line:nth-child(4)::before {
  background-position: 60% center;
}

.covid {
  max-width: 450px;
  margin: 0 auto 40px;
}
.covid p,
.covid p strong,
.covid p span {
  font-family: "Shadows Into Light", cursive;
  font-size: 24px;
  line-height: 30px;
  color: #762200;
}
.covid p + p,
.covid p strong + p,
.covid p span + p {
  margin-top: 20px;
}
.covid p.last,
.covid p strong.last,
.covid p span.last {
  text-align: right;
  color: rgb(255, 157.4745762712, 118);
}
.covid p span {
  font-size: 30px;
}

@media only screen and (max-width: 1000px) {
  .p-home .main .head .title h1 {
    font-size: 60px;
    padding: 15px 30px 33px;
  }
  .p-home .main .head .title p {
    font-size: 18px;
    word-spacing: 0;
  }
}
@media only screen and (max-width: 600px) {
  .p-home .main .head .title h1 {
    font-size: 32px;
    padding: 15px 20px 25px;
  }
  .p-home .main .head .title p {
    font-size: 16px;
    letter-spacing: 10%;
  }
  .p-home .main .content .sep {
    margin: -50px 0;
  }
  .p-home .main .content .presentation .title {
    margin-bottom: 40px;
  }
}
@keyframes dotAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-lodge-list .main .head {
  background: transparent url(../img/lodge-head.webp) repeat center;
  background-size: cover;
}
.p-lodge-list .main .head .title {
  display: block;
  height: 90px;
}
.p-lodge-list .main .content {
  padding-top: 200px;
  margin-bottom: 100px;
}
.p-lodge-list .main .content .wrap {
  width: 1000px;
  left: -500px;
}
.p-lodge-list .main .content .presentation {
  margin-top: 0;
}
.p-lodge-list .main .content .presentation .title {
  position: relative;
  z-index: 10;
}
.p-lodge-list .main .content .text {
  margin: 50px 0;
}
.p-lodge-list .main .content .text .txt {
  padding: 50px 88px;
  text-align: center;
  margin: -60px auto -20px;
}
.p-lodge-list .main .content .text .txt p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 40px;
  font-weight: 200;
  color: #666;
}
.p-lodge-list .main .content .text ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 200;
  color: #666;
  text-align: left;
  list-style: none;
  width: 40%;
  text-align: right;
}
.p-lodge-list .main .content .text ul li:first-child {
  margin-right: 10%;
  text-align: left;
}
.p-lodge-list .main .content .text ul li strong {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
}
.p-lodge-list .main .content .text ul li strong span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  color: #aaa;
  margin-top: 5px;
}
.p-lodge-list .main .content .map {
  position: relative;
  margin-top: -175px;
  margin-bottom: -200px;
  height: 950px;
  padding-bottom: 100px;
  background: transparent url(../img/map.webp) no-repeat top center;
  background-size: 1675px auto;
}
.p-lodge-list .main .content .map .dots, .p-lodge-list .main .content .map .dots * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-lodge-list .main .content .map .dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.p-lodge-list .main .content .map .dots .dot {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: scale(0.66);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.p-lodge-list .main .content .map .dots .dot .mobile-toggle {
  display: block;
  height: 100%;
  width: 100%;
  background-color: red;
  position: absolute;
  inset: 0;
  z-index: 3;
  visibility: hidden;
  display: none;
}
.p-lodge-list .main .content .map .dots .dot::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3), 0 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ff4242;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}
.p-lodge-list .main .content .map .dots .dot:has(.mobile-toggle.dot-hover), .p-lodge-list .main .content .map .dots .dot:hover {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  opacity: 1;
}
.p-lodge-list .main .content .map .dots .dot:has(.mobile-toggle.dot-hover) a, .p-lodge-list .main .content .map .dots .dot:hover a {
  max-width: 400px;
  padding: 20px 30px;
  padding-left: 80px;
  inset: 0 auto 0 0;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon:hover {
  cursor: not-allowed;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon:hover a {
  cursor: not-allowed;
}
.p-lodge-list .main .content .map .dots .dot.dot-virunga:has(.mobile-toggle.dot-hover) a,
.p-lodge-list .main .content .map .dots .dot.dot-virunga a, .p-lodge-list .main .content .map .dots .dot.dot-osiris:has(.mobile-toggle.dot-hover) a,
.p-lodge-list .main .content .map .dots .dot.dot-osiris a, .p-lodge-list .main .content .map .dots .dot.dot-amon:has(.mobile-toggle.dot-hover) a,
.p-lodge-list .main .content .map .dots .dot.dot-amon a {
  inset: 0 0 0 auto;
}
.p-lodge-list .main .content .map .dots .dot.dot-virunga:has(.mobile-toggle.dot-hover) a, .p-lodge-list .main .content .map .dots .dot.dot-virunga:hover a, .p-lodge-list .main .content .map .dots .dot.dot-osiris:has(.mobile-toggle.dot-hover) a, .p-lodge-list .main .content .map .dots .dot.dot-osiris:hover a, .p-lodge-list .main .content .map .dots .dot.dot-amon:has(.mobile-toggle.dot-hover) a, .p-lodge-list .main .content .map .dots .dot.dot-amon:hover a {
  padding-left: 30px;
  padding-right: 80px;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon::before {
  background-color: #666;
}
.p-lodge-list .main .content .map .dots .dot a {
  box-sizing: border-box;
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: 30px;
  text-align: left;
  border-radius: 100px;
  height: 60px;
  padding: 20px 0;
  padding-left: 0px;
  max-width: 0px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.08);
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
  font-weight: 300;
  line-height: 20px;
  font-size: 20px;
}
.p-lodge-list .main .content .map .dots .dot.dot-apparts {
  top: -240px;
  left: -460px;
}
.p-lodge-list .main .content .map .dots .dot.dot-apparts::before {
  background-image: url(../img/dot-apparts.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-apparts {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-lodge-list .main .content .map .dots .dot.dot-ahmes {
  top: -350px;
  left: 20px;
}
.p-lodge-list .main .content .map .dots .dot.dot-ahmes::before {
  background-image: url(../img/dot-ahmes.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-ahmes {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon {
  top: -424px;
  left: 490px;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon::before {
  background-image: url(../img/dot-amon.webp);
  background-size: 48px;
  background-position: 14px center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-amon {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 1.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-lodge-list .main .content .map .dots .dot.dot-osiris {
  top: 590px;
  left: -34px;
}
.p-lodge-list .main .content .map .dots .dot.dot-osiris::before {
  background-image: url(../img/dot-horus.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-osiris {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-lodge-list .main .content .map .dots .dot.dot-virunga {
  top: 440px;
  left: 34px;
}
.p-lodge-list .main .content .map .dots .dot.dot-virunga::before {
  background-image: url(../img/dot-virunga.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-virunga {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-lodge-list .main .content .map .dots .dot.dot-horus {
  top: 40px;
  left: -420px;
}
.p-lodge-list .main .content .map .dots .dot.dot-horus::before {
  background-image: url(../img/dot-osiris.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-lodge-list .main .content .map .dots .dot.dot-horus {
  animation-name: dotAnimation;
  animation-duration: 0.3s;
  animation-delay: 1.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 700px) {
  .p-lodge-list .main .content {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .p-lodge-list .main .content::before {
    display: block;
    content: "";
    height: 1000px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent url(../img/map.webp) no-repeat top center;
    background-size: 1675px auto;
    opacity: 0.1;
  }
  .p-lodge-list .main .content .wrap {
    width: 700px;
    left: -350px;
  }
  .p-lodge-list .main .content .presentation {
    margin-top: 0px;
  }
  .p-lodge-list .main .content .presentation .title {
    margin-bottom: 75px;
  }
  .p-lodge-list .main .content .map {
    display: none;
    height: 856px;
    background: transparent url(../img/map.webp) repeat center;
  }
  .p-lodge-list .main .content .text ul li {
    margin-bottom: 80px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .p-lodge-list .main .content .text ul li:first-child {
    margin-right: 0%;
    text-align: center;
  }
}
html.touch .p-lodge-list .main .content .map .dots .dot .mobile-toggle {
  display: block;
  visibility: visible;
}
html.touch .p-lodge-list .main .content .map .dots .dot:has(.mobile-toggle.dot-hover) {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  opacity: 1;
}
html.touch .p-lodge-list .main .content .map .dots .dot:has(.mobile-toggle.dot-hover) a {
  max-width: 400px;
  padding: 20px 30px;
  padding-left: 50px;
}

.p-lodge .main .head {
  background: transparent url(../img/head-slide2.webp) repeat center;
  background-size: cover;
}
.p-lodge .main .head .title {
  display: block;
  height: 90px;
}
.p-lodge .main .content {
  margin-bottom: 0px;
}
.p-lodge .main .content .presentation {
  margin-top: 0;
}
.p-lodge .main .presentation {
  margin-top: 0px;
}
.p-lodge .main .presentation.presentation-top {
  margin-top: -270px;
}
.p-lodge .main .presentation .present-line {
  margin: 130px 0;
  position: relative;
}
.p-lodge .main .presentation .present-line:last-of-type {
  margin-bottom: 0;
}
.p-lodge .main .presentation .present-line:first-child::before {
  display: none;
}
.p-lodge .main .presentation .present-line .present {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.p-lodge .main .presentation .present-line .present .title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 50px;
}
.p-lodge .main .presentation .present-line .present .title span::before, .p-lodge .main .presentation .present-line .present .title span::after {
  content: "  -  ";
  opacity: 0.33;
}
.p-lodge .main .presentation .present-line .present .title span {
  display: block;
  position: relative;
  font-size: 36px;
  line-height: 40px;
  margin-top: 20px;
  font-weight: 100;
  opacity: 0.66;
}
.p-lodge .main .presentation .present-line .present .title span sup {
  font-weight: 200;
  font-size: 30%;
  top: -20px;
}
.p-lodge .main .presentation .present-line .present .txt {
  margin: 0 auto 20px;
  font-weight: 200;
  max-width: 40ch;
  text-wrap: balance;
}
.p-lodge .main .presentation .present-line .present .txt.infos {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  color: #aaa;
}
.p-lodge .main .presentation .present-line .present .txt small {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.p-lodge .main .prices {
  position: relative;
  margin: 0 auto 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.p-lodge .main .prices.alt {
  margin: 0 auto 160px;
}
.p-lodge .main .prices.alt::before {
  top: auto;
  bottom: 0;
}
.p-lodge .main .prices.alt .price::before {
  top: auto;
  bottom: 0;
  border-bottom: 0;
  border-top: 4px solid #fff;
  box-shadow: 0 -0.5px #ddd;
}
.p-lodge .main .prices.alt .price::after {
  top: auto;
  bottom: 0;
}
.p-lodge .main .prices.alt .prices-title {
  top: auto;
  bottom: 2px;
  transform: translateX(-50%) translateY(100%);
}
.p-lodge .main .prices::before {
  display: block;
  content: "";
  height: 2px;
  width: auto;
  position: absolute;
  top: 0;
  left: 33%;
  right: 33%;
  background-color: #ccc;
}
.p-lodge .main .prices .prices-title {
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  padding: 12px 16px;
  left: 50%;
  top: 2px;
  transform: translateX(-50%) translateY(-100%);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  overflow: visible;
}
.p-lodge .main .prices .prices-title::before {
  display: block;
  content: "";
  position: absolute;
  inset: 4px -8px;
  border: 0.5px solid #ddd;
}
.p-lodge .main .prices .price {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 33%;
  padding: 40px 0 30px;
  flex: 1 1 0;
}
.p-lodge .main .prices .price::before {
  display: block;
  content: "";
  height: 2px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  border-bottom: 4px solid #fff;
  box-shadow: 0 0.5px #ddd;
}
.p-lodge .main .prices .price::after {
  display: block;
  content: "";
  height: 16px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ccc;
}
.p-lodge .main .prices .price:nth-child(2)::before {
  left: 50%;
}
.p-lodge .main .prices .price:last-child::before {
  right: 50%;
}
.p-lodge .main .prices .price p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 40px;
  line-height: 70%;
  font-weight: 100;
}
.p-lodge .main .prices .price p.info {
  font-size: 14px;
}
.p-lodge .main .prices .price p strong {
  font-weight: 200;
  letter-spacing: 0;
}
.p-lodge .main .prices .price p em {
  font-weight: 300;
  font-size: 18px;
  line-height: 16px;
  opacity: 0.66;
  text-align: left;
}
.p-lodge .main .prices .price p .cfa {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  flex-basis: 100%;
}

@media only screen and (max-width: 700px) {
  .p-lodge .main .content .presentation .present-line:first-child {
    margin-top: 130px;
  }
  .p-lodge .main .content .presentation .present .txt {
    margin: 0 auto 20px;
    font-weight: 200;
  }
  .p-lodge .main .content .presentation .present .txt.infos {
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
  }
  .p-lodge .main .content .prices {
    flex-flow: column;
    border: 2px solid #ccc;
    width: 60%;
    min-width: 230px;
    padding-inline: 16px;
    margin: 0 auto 60px;
  }
  .p-lodge .main .content .prices::before, .p-lodge .main .content .prices::after {
    position: absolute;
    display: block;
    inset: 3px -6px 3px -6px;
    height: auto;
    width: auto;
    background-color: transparent;
    border: 0.5px solid red;
    border-color: inherit;
    content: "";
    opacity: 0.66;
  }
  .p-lodge .main .content .prices::after {
    inset: -6px 3px -6px 3px;
  }
  .p-lodge .main .content .prices .prices-title {
    position: relative;
    transform: translate3d(0, 0, 0);
    inset: 0;
    margin: -24px auto 0;
    background-color: #fff;
    z-index: 1;
  }
  .p-lodge .main .content .prices .price {
    position: relative;
    list-style: none;
    display: block;
    width: 100%;
    padding: 40px 0 30px;
  }
  .p-lodge .main .content .prices .price::before {
    display: none;
  }
  .p-lodge .main .content .prices .price::after {
    top: auto;
    bottom: -8px;
  }
  .p-lodge .main .content .prices .price:last-child::after {
    display: none;
  }
  .p-lodge .main .content .prices .price p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
  }
  .p-lodge .main .content .prices .price p em {
    font-weight: 300;
    font-size: 50%;
    opacity: 0.66;
  }
}
@media only screen and (max-width: 500px) {
  .p-lodge .main .head {
    background: transparent url(../img/head-slide2.webp) repeat center;
    background-size: cover;
    height: 200px;
  }
  .p-lodge .main .content .presentation .present-line .present .img .picto {
    height: 50px;
    width: 50px;
    background-size: 50px;
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 0 rgba(0, 0, 0, 0.03);
  }
}
.p-osiris .main .head {
  background: transparent url(../img/home-present-osiris1.webp) repeat top center;
  background-size: cover;
}
.p-osiris .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-horus.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.p-horus .main .head {
  background: transparent url(../img/home-present-horus5.webp) repeat center;
  background-size: cover;
}
.p-horus .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-osiris.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.p-ahmes .main .head {
  background: transparent url(../img/home-present-ahmes3.webp) repeat center;
  background-size: cover;
}
.p-ahmes .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-ahmes.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.p-isis .main .head {
  background: transparent url(../img/lodge/isis-7.webp) repeat center;
  background-size: cover;
}
.p-isis .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-isis2.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.p-appartements .main .head {
  background: transparent url(../img/head-appartments.webp) repeat center;
  background-size: cover;
}
.p-appartements .main .head .title {
  display: block;
  height: 230px;
}
.p-appartements .main .content {
  margin-bottom: 100px;
}
.p-appartements .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-apparts.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.p-virunga .main .head {
  background: transparent url(../img/70.webp) no-repeat bottom center;
  background-size: cover;
}
.p-virunga .main .head .title {
  display: block;
  height: 90px;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
}
.p-virunga .main .head .title h1 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.p-virunga .main .head .title p {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 10px;
}
.p-virunga .main .content .presentation .present-line .present .img .picto {
  background-image: url(../img/dot-virunga.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-virunga .main .content .menus {
  margin: 0 0px 100px;
}
.p-virunga .main .content .menus .title {
  margin: 80px 0 40px;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 500;
  color: #545454;
}
.p-virunga .main .content .menus .title + .menu-line {
  border-top: 1px dotted #eee;
}
.p-virunga .main .content .menus .menu-line {
  box-sizing: border-box;
  border-bottom: 1px dotted #eee;
  padding: 20px 0;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-virunga .main .content .menus .menu-line .product {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
  color: #555;
  float: none;
  text-align: left;
  min-width: 300px;
  flex: 1 1 auto;
}
.p-virunga .main .content .menus .menu-line .product em {
  font-weight: 500;
  font-style: normal;
}
.p-virunga .main .content .menus .menu-line .value {
  background-color: white;
  display: block;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  font-weight: 400;
  color: #545454;
  flex: 0 0 auto;
}
.p-virunga .main .content .menus .menu-line .value span.cfa {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 20px;
}
.p-virunga .main .content .menus .menu-line .value::before {
  display: block;
  height: 60px;
  width: 30px;
  position: absolute;
  inset: 0;
  margin: auto;
  right: auto;
  left: -30px;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-color: transparent;
}

@media only screen and (max-width: 1000px) {
  .p-virunga .main .content .polaroid-slides-container {
    margin: -100px 0 -50px;
  }
}
.p-activites .main .head {
  background: transparent url(../img/head-activites.webp) no-repeat bottom center;
  background-size: cover;
}
.p-activites .main .head .title {
  display: block;
  height: 90px;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
}
.p-activites .main .content .polaroid-slides-container {
  margin-top: -90px;
  margin-bottom: 150px;
}
.p-activites .main .content .polaroid-slides-container:last-of-type {
  margin-bottom: 0;
}
.p-activites .main .content .text {
  margin-top: 0px;
}
.p-activites .main .content .text .txt p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .p-activites .main .content .polaroid-slides-container {
    margin-top: -100px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .p-activites .main .content .polaroid-slides-container {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .p-activites .main .content .polaroid-slides-container {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.p-tarifs .main .head {
  background: transparent url(../img/tarifs-head.webp) no-repeat center;
  background-size: cover;
}
.p-tarifs .main .head .title {
  display: block;
  height: 90px;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
}
.p-tarifs .main .content {
  padding-top: 180px;
}
.p-tarifs .main .content > .title {
  padding: 0 40px;
}
.p-tarifs .main .content .price-footnotes {
  margin-top: 30px;
}
.p-tarifs .main .content .price-footnotes p {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 200;
  color: #aaa;
}
.p-tarifs .main .content .price-footnotes a.infos {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px dotted #eee;
  color: #333;
  color: #7ec013;
  display: block;
  text-decoration: none;
  font-size: 20px;
}
.p-tarifs .main .content .prices {
  padding: 75px 32px 0;
}
.p-tarifs .main .content .prices .price-line {
  display: grid;
  grid-template-columns: clamp(50px, 15%, 300px) minmax(0, 1fr) auto;
  grid-template-areas: "pic info  price" "pic info price-duo";
  gap: 10px 32px;
  border-bottom: 1px dotted #eee;
  padding: 30px 0;
}
.p-tarifs .main .content .prices .price-line:first-child {
  border-top: 1px dotted #eee;
}
.p-tarifs .main .content .prices .price-line .img {
  align-self: center;
  grid-area: pic;
  height: 50%;
  width: 100%;
  min-width: 100px;
  flex: 0 0 50px;
  overflow: hidden;
  border-radius: 16px;
  border: 5px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 0px rgba(0, 0, 0, 0.02);
}
.p-tarifs .main .content .prices .price-line .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-tarifs .main .content .prices .price-line .price-infos {
  text-align: left;
  position: relative;
  grid-area: info;
  display: flex;
  align-items: center;
  padding: 0;
}
.p-tarifs .main .content .prices .price-line .price-infos > a {
  text-decoration: none;
  position: relative;
  display: grid;
  gap: 12px;
  height: 100%;
  flex-flow: column;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-content: center;
}
.p-tarifs .main .content .prices .price-line .price-infos > a:hover .more {
  opacity: 1;
  background: #7ec013;
  color: #fff;
}
.p-tarifs .main .content .prices .price-line .price-infos h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
}
.p-tarifs .main .content .prices .price-line .price-infos h3 span {
  display: inline-block;
  position: relative;
  color: #aaa;
  opacity: 1;
  font-size: 20px;
  font-weight: 200;
  line-height: 0px;
  position: relative;
}
.p-tarifs .main .content .prices .price-line .price-infos h3 span::before {
  content: " • ";
  margin: 0 10px 0 5px;
}
.p-tarifs .main .content .prices .price-line .price-infos p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 0;
  opacity: 0.66;
}
.p-tarifs .main .content .prices .price-line .price-infos span.more {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  display: block;
  z-index: 1;
  padding: 5px 16px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 300px;
  border: 1px solid #7ec013;
  color: #7ec013;
  right: 0px;
  bottom: 20px;
  justify-self: flex-start;
}
.p-tarifs .main .content .prices .price-line .price {
  display: grid;
  grid-template-columns: auto 150px 150px;
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-flow: row wrap;
  position: relative;
  grid-area: price;
  padding: 20px 0 10px;
  width: 100%;
}
.p-tarifs .main .content .prices .price-line .price.duo {
  grid-area: price-duo;
  margin-top: 20px;
}
.p-tarifs .main .content .prices .price-line .price li {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 100%;
  font-weight: 300;
}
.p-tarifs .main .content .prices .price-line .price li.price-title {
  align-self: center;
  opacity: 0.66;
  text-transform: uppercase;
  padding: 4px 5px;
  border: 1px solid #ccc;
  letter-spacing: 10%;
  border-radius: 4px;
  font-size: 12px;
  text-align: left;
  justify-content: center;
}
.p-tarifs .main .content .prices .price-line .price li .value {
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
}
.p-tarifs .main .content .prices .price-line .price li .label {
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.p-tarifs .main .content .prices .price-line .price li.price-none {
  opacity: 0.2;
  font-weight: 100;
}
.p-tarifs .main .content .prices .price-line .price li span {
  font-size: 12px;
  line-height: 90%;
  font-weight: 300;
  margin-left: 5px;
  opacity: 0.66;
}
.p-tarifs .main .content .prices .price-line .price li span.cfa {
  flex-basis: 100%;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
  text-align: right;
}
.p-tarifs .main .content .text .txt p em {
  color: #ff5454;
}

@media only screen and (max-width: 768px) {
  .p-tarifs .main .content .prices {
    padding: 75px 0 0;
  }
  .p-tarifs .main .content .prices .price-line {
    gap: 0 64px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "pic pic" "info info" "price price-duo";
  }
  .p-tarifs .main .content .prices .price-line .img {
    margin-bottom: 20px;
    max-height: 200px;
  }
  .p-tarifs .main .content .prices .price-line .price li.price-title {
    flex-basis: 50%;
    margin-bottom: 32px;
    margin-inline: auto;
    padding-block: 0 20px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px #fff, 0 3.5px #ccc;
    border-radius: 0;
    position: relative;
  }
  .p-tarifs .main .content .prices .price-line .price li.price-title::before, .p-tarifs .main .content .prices .price-line .price li.price-title::after {
    display: block;
    height: 10px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    inset: 100% 0 auto 0;
    content: "";
  }
  .p-tarifs .main .content .prices .price-line .price li.price-title::after {
    left: auto;
  }
  .p-tarifs .main .content .prices .price-line .price-infos > a {
    justify-content: center;
    text-align: center;
    max-width: 80%;
    margin-inline: auto;
  }
  .p-tarifs .main .content .prices .price-line .price-infos > a .more {
    order: -1;
    margin: -40px auto 0;
  }
  .p-tarifs .main .content .prices .price-line .price {
    display: flex;
  }
  .p-tarifs .main .content .prices .price-line .price li {
    flex-basis: 50%;
    margin: 0;
    gap: 8px;
    flex-direction: column nowrap;
    justify-content: center;
  }
  .p-tarifs .main .content .prices .price-line .price.duo {
    margin-top: 0;
  }
  .p-tarifs .main .content .prices .price-line .price li span.cfa {
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .p-tarifs .main .content .prices .price-line {
    grid-template-columns: 1fr;
    grid-template-areas: "pic" "info" "price" "price-duo";
  }
  .p-tarifs .main .content .prices .price-line .img {
    justify-self: center;
  }
  .p-tarifs .main .content .prices .price-line .price-infos > a {
    justify-items: center;
    text-align: center;
  }
  .p-tarifs .main .content .prices .price-line .price-infos {
    text-align: center;
  }
}
.p-informations .main .head {
  background: transparent url(../img/69.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.p-infos .main .head {
  height: 600px;
  position: relative;
}
.p-infos .main .head .gmaps-container {
  background-color: #89dcef;
  overflow: hidden;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.p-infos .main .head .google {
  display: none;
  height: 24px;
  width: 70px;
  background: transparent url(../img/logo-google.webp) no-repeat center;
  position: absolute;
  bottom: 50px;
  right: 15px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  font-size: 0;
  text-align: start;
}
.p-infos .main .head .title {
  background-color: rgb(255, 255, 255);
  display: block;
  height: 320px;
  width: 270px;
  margin: 0;
  margin-top: 100px;
  padding: 40px;
  text-align: left;
  z-index: 10;
  overflow: visible;
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.08);
}
.p-infos .main .head .title .pic {
  display: none;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border: 4px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 30px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/fred.webp) no-repeat center center;
  background-size: cover;
}
.p-infos .main .head .title h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  font-family: "Phosphate", "Helvetica", Arial, sans-serif;
  text-align: center;
  text-shadow: none;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px 15px 15px;
  opacity: 0.8;
  margin-bottom: 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
}
.p-infos .main .head .title h1 span {
  display: inline-block;
  font-family: "Phosphate", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  background-color: white;
  padding: 5px;
  height: 20px;
  width: 100px;
  position: absolute;
  inset: 0;
  margin: auto;
  bottom: auto;
  top: -18px;
}
.p-infos .main .head .title p {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
  text-shadow: none;
  letter-spacing: 0px;
}
.p-infos .main .head .title p span {
  font-weight: 500;
}
.p-infos .main .head .title .mail {
  display: block;
  margin-top: 20px;
  color: #7ec013;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
}
.p-infos .main .head .title .tel {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.p-infos .main .head .title .tel .photo {
  height: 110px;
  width: 100px;
  margin-left: -20px;
  margin-top: -15px;
  transform: rotate(-9deg);
  margin-right: 20px;
  background-color: red;
  display: block;
  float: left;
  background: url(../img/fred.webp) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  border: 3px solid white;
}
.p-infos .main .head .title .tel .fred {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-top: 15px;
}
.p-infos .main .head .title .tel .fred span {
  font-weight: 200;
}
.p-infos .main .head .title .tel p {
  color: #666;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .p-infos .main .content .wrap .text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .p-infos .main .head {
    height: 600px;
    background: transparent url(../img/contact-head.webp) no-repeat left center;
    position: relative;
  }
  .p-infos .main .head .wrap {
    overflow: visible;
  }
  .p-infos .main .head .gmaps-container {
    display: none;
    visibility: hidden;
  }
  .p-infos .main .head .google {
    display: none;
  }
  .p-infos .main .head .title {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    display: block;
    height: 300px;
    width: 100%;
    padding-top: 190px;
    text-align: center;
    z-index: 10;
    opacity: 1;
    margin: 0;
  }
  .p-infos .main .head .title .pic {
    top: 70px;
    left: 0;
    right: 0;
  }
  .p-infos .main .head .title .tel {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    float: none;
  }
  .p-infos .main .content .wrap .text ul li {
    margin-bottom: 80px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .p-infos .main .content .wrap .text ul li:first-child {
    margin-right: 0%;
    text-align: center;
  }
}
.p-legals .main .head {
  height: 300px;
  background: transparent url(../img/bg-dirt.webp) repeat center -150px;
}
.p-legals .main .head .title {
  display: block;
  height: 90px;
}
.p-legals .main .content {
  margin-bottom: 100px;
}
.p-legals .main .content .wrap {
  width: 700px;
  left: -350px;
}
.p-legals .main .content h3 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 100;
  color: #333;
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #eee;
  margin-top: 100px;
}
.p-legals .main .content h3:first-child {
  margin-top: 0;
}
.p-legals .main .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #333;
  text-align: left;
}
.p-legals .main .content p a {
  color: #666;
  font-weight: 400;
  transition: color 0.1s ease-in-out;
}
.p-legals .main .content p a:hover {
  color: #7ec013;
}
.p-legals .main .content p + p {
  margin-top: 30px;
}/*# sourceMappingURL=styles.css.map */