@import url("https://use.typekit.net/tze1pxn.css");
@font-face {
  font-family: 'robotoregular';
  src: url('../font/roboto-regular-webfont.woff2') format('woff2'), url('../font/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../font/poppins-regular-webfont.woff2') format('woff2'), url('../font/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.mt50 {
  margin-top: 50px;
}
.mt45 {
  margin-top: 45px;
}
.mt25 {
  margin-top: 25px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb25 {
  margin-bottom: 25px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .mt150 {
    margin-top: 100px;
  }
  .mb150 {
    margin-bottom: 100px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mb100 {
    margin-bottom: 80px;
  }
  .mt70 {
    margin-top: 60px;
  }
  .mb70 {
    margin-bottom: 60px;
  }
  .mt50 {
    margin-top: 40px;
  }
  .mt45 {
    margin-top: 35px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .mb35 {
    margin-bottom: 25px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .pt40 {
    padding-top: 30px;
  }
  .pb40 {
    padding-bottom: 30px;
  }
  .pt30 {
    padding-top: 25px;
  }
  .pb30 {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mt150 {
    margin-top: 80px;
  }
  .mb150 {
    margin-bottom: 80px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mt70 {
    margin-top: 40px;
  }
  .mb70 {
    margin-bottom: 40px;
  }
  .mt50 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 10px;
  }
  .mb45 {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 15px;
  }
  .mb25 {
    margin-bottom: 10px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mt150 {
    margin-top: 25px;
  }
  .mb150 {
    margin-bottom: 25px;
  }
  .mt100 {
    margin-top: 25px;
  }
  .mb100 {
    margin-bottom: 25px;
  }
  .mt70 {
    margin-top: 20px;
  }
  .mb70 {
    margin-bottom: 20px;
  }
  .mt50 {
    margin-top: 15px;
  }
  .mt45 {
    margin-top: 15px;
  }
  .mb45 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 10px;
  }
  .pt100 {
    padding-top: 25px;
  }
  .pb100 {
    padding-bottom: 25px;
  }
  .pt80 {
    padding-top: 20px;
  }
  .pb80 {
    padding-bottom: 20px;
  }
  .pt40 {
    padding-top: 15px;
  }
  .pb40 {
    padding-bottom: 15px;
  }
  .pt30 {
    padding-top: 10px;
  }
  .pb30 {
    padding-bottom: 10px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: robotoregular;
  background-color: #6BA37421;
  color: #4C1531;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 104px;
  }
}
img {
  vertical-align: middle;
}
header {
  position: fixed;
  z-index: 1000000;
  inset: 0 0 auto;
  padding: 20px;
}
header.background {
  background-color: #2F6B39;
}
header .header {
  transition: 2s;
}
.header__contact,
.header__saison {
  font-size: 18px;
}
.header__contact > * {
  margin: 0 25px;
}
.header__contact a,
.header__saison a,
.header__langue a {
  color: #fff;
  text-decoration: none;
}
.header__saison img {
  vertical-align: middle;
  margin-left: 10px;
}
.header__langue {
  color: #fff;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 25px;
}
.header__langue__change {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #2F6B39;
  font-size: 24px;
  padding: 5px;
}
.header__langue:hover .header__langue__change {
  display: block;
}
.header__reserver a {
  color: #fff;
  padding: 6px 15px;
  font-size: 18px;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 50px ;
}
#ascenseur {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  position: fixed;
  right: 10px;
  bottom: 110px;
  z-index: 100000;
  background-color: #333333;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ascenseur a {
  color: #fff;
  padding: 10px 15px;
}
#slide .filtre {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.slide {
  position: relative;
}
.slide .sur__slide {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .slide .sur__slide {
    top: auto;
  }
}
.slide .sur__slide .rond {
  text-align: center;
  background-color: rgba(3, 63, 123, 0.2);
  backdrop-filter: blur(30px) brightness(115%);
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .slide .sur__slide .rond {
    padding: 20px;
  }
}
.slide .sur__slide a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#reservation {
  position: relative;
}
#reservation #reservation__form {
  max-width: 930px;
  margin: auto;
  backdrop-filter: blur(30px);
  padding: 10px 15px;
  border-radius: 60px;
  display: flex;
}
@media (min-width: 768px) {
  #reservation #reservation__form {
    position: absolute;
    bottom: -68px;
    width: calc(100% - 60px);
    padding: 20px 30px;
  }
}
#reservation #reservation__form form {
  border: 7px solid #6BA374;
  background-color: #fff;
  border-radius: 60px;
  width: 100%;
  padding: 10px 25px;
}
@media (min-width: 768px) {
  #reservation #reservation__form form {
    padding: 20px 50px;
  }
}
#reservation #reservation__form form fieldset {
  background-color: #F5F4F4;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #6BA374;
  border-radius: 60px;
  color: #6BA374;
  text-align: center;
  min-width: 200px;
  font-size: 18px;
  padding: 8px 22px;
  position: relative;
}
#reservation #reservation__form form fieldset i {
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  font-size: 30px;
}
@media (min-width: 992px) {
  #reservation #reservation__form form fieldset + fieldset {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  #reservation #reservation__form form fieldset {
    width: 100%;
    margin-top: 10px;
  }
}
#reservation #reservation__form form input[type=date] {
  position: absolute;
  width: calc(100% - 2px);
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  #reservation #reservation__form form .reservation__submit {
    margin-top: 10px;
    width: 100%;
  }
}
#reservation #reservation__form form input[type=submit] {
  background: #6BA374 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #6BA374;
  border-radius: 19px;
  min-width: 200px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 7px;
}
@media (max-width: 992px) {
  #reservation #reservation__form form input[type=submit] {
    width: 100%;
  }
}
.color1 {
  color: #4C1531;
}
.dansCadre {
  z-index: 1;
  position: relative;
}
.cadre {
  border: 17px solid #4C1531;
  border-left: 0;
}
@media (max-width: 991px) {
  .cadre {
    display: none;
  }
}
.cadreDroite {
  position: absolute;
  inset: -25px -25px -85px 25%;
}
h1.h2,
h2 {
  font-size: 40px;
  font-family: poppinsregular;
  letter-spacing: 0px;
  margin: 0;
}
@media (max-width: 767px) {
  h1.h2,
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h1.h4,
h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  h1.h4,
  h4 {
    font-size: 18px;
  }
}
a.vert,
a.blanc {
  text-decoration: none;
  color: #fff;
  background-color: #6BA374;
  font-size: 24px;
  padding: 10px 25px;
  border-radius: 36px;
  display: inline-block;
}
@media (min-width: 992px) {
  a.vert,
  a.blanc {
    padding: 20px 50px;
  }
}
a.blanc {
  color: #2F6B39 !important;
  background-color: #fff;
  font-size: 18px;
}
.cadreBlanc {
  height: 123px;
  width: 123px;
  border: 17px solid #fff;
  position: absolute;
}
@media (max-width: 991px) {
  .cadreBlanc {
    display: none;
  }
}
.cadreRouge {
  height: 544px;
  width: 544px;
  border: 17px solid #4C1531;
  position: absolute;
}
@media (max-width: 991px) {
  .cadreRouge {
    display: none;
  }
}
.cadreHautGauche {
  inset: -40px auto auto -50px;
  border-right: 0;
  border-bottom: 0;
}
.cadreBasDroite {
  inset: auto -50px -40px auto;
  border-left: 0;
  border-top: 0;
}
.cadreHautDroit {
  inset: -40px -50px auto auto;
  border-left: 0;
  border-bottom: 0;
}
.cadreBasGauche {
  inset: auto auto -40px -50px;
  border-right: 0;
  border-top: 0;
}
a {
  color: #4C1531;
}
a.tdn {
  text-decoration: none;
}
.bgc1 {
  background-color: #fff;
  color: #4C1531;
}
.bgc1 a {
  color: #4C1531;
}
.bgc1 :after {
  background-color: #4C1531 !important;
}
.bgc2 {
  background-color: #2F6B39;
  color: #fff;
}
.bgc2 a {
  color: #fff;
}
.bgc2 :after {
  background-color: #fff !important;
}
.bgc3 {
  background-color: #6BA374;
  color: #fff;
}
.bgc3 a {
  color: #fff;
}
.bgc3 :after {
  background-color: #fff !important;
}
.bgMontagne {
  background-image: url('../images/picto-montagne-xxl.png'), url('../images/picto-montagne2-xxl.png');
  background-position: top center,bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .galerie__lien > div:nth-child(2n+1) a {
    margin-top: 70px ;
  }
}
.galerie__lien a {
  text-decoration: none;
  color: #fff;
  font-family: poppinsregular;
  position: relative;
}
.galerie__lien a .photo {
  overflow: hidden;
  padding: 5px;
}
.galerie__lien a .photo img {
  transition: all 0.4s ease-in-out;
}
.galerie__lien a .texte {
  position: absolute;
  top: 50%;
  left: -80px;
}
@media (max-width: 1399px) {
  .galerie__lien a .texte {
    left: 20%;
  }
}
.galerie__lien a .texte__title {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
.galerie__lien a .texte__lien {
  font-size: 20px;
  position: relative;
}
.galerie__lien a .texte__lien:after {
  content: ' ';
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.galerie__lien a:hover .photo img {
  transform: scale(1.2);
}
.galerie__lien a:hover .texte__lien:after {
  width: 100%;
}
.charme__pyrenees {
  color: #4C1531;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .charme__pyrenees {
    position: absolute;
    right: 0;
    bottom: 60px;
    color: #fff;
  }
  .opacity {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 1199px) {
  #activites__plein__air .mt100 {
    margin-top: 25px;
  }
}
.imgAbs {
  position: relative;
  height: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .imgAbs img {
    position: absolute;
  }
  .imgAbs img:nth-child(1) {
    left: 100px;
    top: 0;
    z-index: 1;
  }
  .imgAbs img:nth-child(2) {
    right: 0;
    bottom: 0;
  }
}
.imgAbs2 {
  position: relative;
  height: 100%;
  text-align: center;
}
@media (min-width: 1400px) {
  .imgAbs2 img:nth-child(1) {
    top: -240px;
    z-index: 1;
    position: absolute;
    right: 315px;
  }
}
#galerie__photo,
#plan__camping {
  background-color: #2F6B39;
  color: #fff;
}
/* EMBLA CAROUSEL */
.embla {
  overflow: hidden;
  cursor: grab;
}
.embla__container {
  display: flex;
  gap: 20px;
}
.embla__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.embla__btn img {
  width: 54px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .embla__btn img {
    width: 38px;
  }
}
.embla__btn:hover img {
  width: 70px;
}
#galerie__photo .embla__slide {
  flex: 0 0 500px;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 1120px) {
  #galerie__photo .embla__slide:nth-child(2n+1) {
    margin-top: 140px;
  }
}
footer .footer {
  padding: 40px 0;
  color: #4C1531;
}
@media (max-width: 575px) {
  footer .footer {
    flex-direction: column;
  }
}
footer .footer a {
  color: #4C1531;
}
@media (max-width: 575px) {
  footer .footer__caf {
    margin-top: 15px;
    margin-left: 0;
  }
  footer .footer__caf img {
    margin: 10px 0;
  }
}
footer .footer__caf img {
  margin: 0 35px;
}
footer #copy {
  background-color: #6BA374;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
footer #copy a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 13px;
}
@media (max-width: 767px) {
  footer #copy a {
    display: block;
    padding: 5px;
  }
}
.footer__xs {
  position: fixed;
  bottom: 0;
  background-color: #2F6B39;
  z-index: 10000000000;
}
.footer__xs div:not(:first-child) {
  background-color: #6BA374;
}
.footer__xs a {
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
video {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 1400px) {
  video {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.sur__video {
  color: #fff;
  padding: 70px 0;
}
@media (min-width: 1400px) {
  .sur__video {
    margin-top: -170px;
  }
}
@media (min-width: 1200px) {
  .sur__video {
    margin-top: -115px;
  }
}
@media (min-width: 992px) {
  .sur__video {
    margin-top: -75px;
  }
}
.sur__video .cadre {
  inset: -50px 20px -50px 25%;
}
.camping__accueil ::marker {
  content: "> ";
}
.camping__icone img {
  margin: 10px;
}
.zindex1 {
  z-index: 1;
}
@media (min-width: 1400px) {
  #plan__camping .camping__plan {
    margin-top: -105px;
  }
}
@media (max-width: 991px) {
  #plan__camping .camping__plan {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.camping__plan {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
.camping__plan h2 {
  text-align: left;
}
.camping__plan .cadreBlanc {
  height: 410px;
  width: 550px;
}
@media (min-width: 1400px) {
  .activites__plein__air__camping {
    margin-top: 250px;
  }
}
.activites__plein__air__camping .imgAbs2 img {
  padding: 10px;
}
/** page location ***/
#location {
  color: #4C1531;
  background: url("../images/picto-montagne-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #location {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  #location {
    padding: 150px 0;
  }
}
#location .cadreRouge {
  width: 457px;
  height: 144px;
}
#locations {
  font-family: poppinsregular;
}
#locations .texte__title {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
#locations .texte__lien {
  font-size: 20px;
  position: relative;
}
#locations .texte__lien:after {
  content: ' ';
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  background-color: #4C1531;
  left: calc(50% - 15px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#locations .cadreBlanc {
  height: 90px;
  width: 211px;
}
#location__plan .camping__plan {
  padding-top: 100px;
}
@media (max-width: 991px) {
  #location__plan .camping__plan {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/** fin page location ***/
#emplacements {
  color: #fff;
  background: url("../images/picto-montagne-xxl.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2F6B39;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #emplacements {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  #emplacements {
    padding: 150px 0;
  }
}
#emplacements .cadreBlanc {
  width: 457px;
  height: 144px;
}
@media (max-width: 575px) {
  .herbergement h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .herbergement h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .herbergement .embla {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .herbergement .embla .mt50 {
    margin-top: 10px;
  }
}
.herbergement .embla__slide {
  flex: 0 0 630px;
  margin: 0 20px;
}
@media (max-width: 575px) {
  .herbergement .embla__slide {
    flex: 0 0 100%;
  }
}
.herbergement .herbergement__icone > div {
  margin: 5px;
  text-align: center;
}
.herbergement .herbergement__icone > div strong {
  margin-top: 15px;
  display: block;
}
@media (min-width: 1200px) {
  .herbergement .herbergement__icone > div {
    margin-right: 20px;
  }
  .herbergement .herbergement__icone > div + div {
    margin-left: 20px;
  }
  .herbergement .herbergement__icone > div + div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .herbergement .herbergement__icone > div {
    max-width: calc(33% - 10px);
  }
}
@media (max-width: 575px) {
  .herbergement .herbergement__icone img {
    width: 50px;
  }
}
.herbergement .herbergement__description h3 {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .herbergement .herbergement__description h3 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .herbergement .herbergement__description h3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.herbergement a.disponibilite {
  background-color: #2F6B39;
  color: #fff;
  font-size: 18px;
  padding: 20px 15px;
  border-radius: 30px;
  margin: 5px 0 5px 50px;
  text-decoration: none;
}
@media (max-width: 575px) {
  .herbergement a.disponibilite {
    margin: 5px;
    padding: 10px;
  }
}
.herbergement a.disponibiliteRouge {
  border: 1px solid #4C1531;
  color: #4C1531;
  background-color: #fff;
  margin: 5px 50px 5px 0;
}
@media (max-width: 992px) {
  .herbergement a.disponibiliteRouge {
    margin: 5px 0px 5px 50px;
  }
}
@media (max-width: 575px) {
  .herbergement a.disponibiliteRouge {
    margin: 5px;
    padding: 10px;
  }
}
.herbergement .hebergement__picto img {
  margin: 10px 25px 0;
}
@media (max-width: 575px) {
  .herbergement .hebergement__picto img {
    margin: 10px 10px 0;
  }
}
.herbergement .hebergement__picto img:last-child {
  margin-right: 0;
}
.herbergement .hebergement__picto img:first-child {
  margin-left: 0;
}
.herbergement .cadreRouge {
  width: 123px;
  height: 123px;
}
@media (min-width: 992px) {
  .herbergement.bgc1 h2 {
    text-align: right;
  }
}
.activite .cadreBlanc,
.alentours .cadreBlanc,
.contact .cadreBlanc {
  height: 544px;
  width: 544px;
}
@media (min-width: 1200px) {
  .activite .order-xl-1,
  .alentours .order-xl-1,
  .contact .order-xl-1 {
    text-align: right;
  }
}
.contact label {
  display: block;
  margin-bottom: 10px;
}
.contact form {
  max-width: 500px;
  font-weight: bold;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form textarea,
.contact form .g-recaptcha {
  padding: 10px;
  margin: 0;
  border: none;
  border-radius: 21px;
  width: calc(100% - 20px);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact form input[type=text],
  .contact form input[type=email],
  .contact form textarea,
  .contact form .g-recaptcha {
    margin-bottom: 50px;
  }
}
.contact form input[type=submit] {
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #6BA374;
  font-size: 24px;
  padding: 10px 25px;
  border-radius: 36px;
  display: inline-block;
}
@media (min-width: 992px) {
  .contact form input[type=submit] {
    padding: 20px 50px;
  }
}
iframe.gmap {
  max-width: 1000px;
  width: 100%;
  border: 0;
  height: 50vh;
}
form.contact {
  padding: 40px 15px;
}
form.contact div {
  padding: 5px 20px;
  box-sizing: border-box;
}
form.contact label {
  display: block;
  font-size: var(--fz24);
  padding-bottom: 15px;
}
form.contact input[type=text],
form.contact input[type=email],
form.contact textarea {
  padding: 15px 10px;
  margin: 0;
  border: none;
  border-radius: 2px;
  font-size: var(--fz18);
  font-family: var(--police3);
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
form.contact input[type=submit] {
  background-color: #424144;
  color: white;
  transition: all 0.3s ease-in-out;
  padding: 10px 50px;
  font-family: var(--police3);
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #424144;
}
form.contact input[type=submit]:hover {
  background-color: #ffffff;
  color: #424144;
}
/*----------------------------------------*/
.success,
.error {
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #155724;
}
.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24;
}
.nav__btn {
  margin: 0 0 0 0;
  cursor: pointer;
}
.nav__btn span {
  display: block;
  width: 41px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
}
.nav__btn span + span {
  margin-top: 10px;
}
.nav__btn .nav__btn__texte {
  color: #fff;
  font-size: 20px;
}
#nav {
  z-index: 100000000;
  width: 100%;
  max-width: 960px;
  transform: translateX(-100%);
  position: fixed;
  inset: 0 auto 0 0;
  transition-duration: 2s;
  visibility: hidden;
  backdrop-filter: blur(30px) brightness(115%);
}
@media (max-width: 767px) {
  #nav {
    bottom: 100px;
  }
}
#nav.nav__open {
  transform: translateX(0);
  visibility: visible;
}
.nav__top {
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .nav__top {
    margin-top: 100px;
  }
}
.nav__top .nav__close {
  color: #fff;
  font-size: 20px;
}
.nav__top .nav__close .nav__close__btn {
  margin-right: 20px;
}
.nav__top .nav__close .nav__close__btn span {
  height: 3px;
  width: 40px;
  background-color: #fff;
  display: block;
  transform: rotate(45deg);
}
.nav__top .nav__close .nav__close__btn span + span {
  transform: rotate(-45deg) translate(1px, -2px);
}
.nav__main {
  flex: 1 1 100%;
  margin-top: 25px;
}
.nav__main .titre {
  font-size: 40px;
  font-family: poppinsregular;
  color: #fff;
}
@media (max-width: 767px) {
  .nav__main .titre {
    font-size: 24px;
  }
}
.nav__main .sous__titre {
  font-size: 18px;
  color: #fff;
}
.nav__main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__main .nav__menu {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.nav__main .nav__menu a {
  font-size: 20px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
  display: block;
}
.nav__main .nav__menu a i {
  margin-left: 5px;
  font-size: 0.5em;
}
.nav__main .nav__menu .nav__sous__menu {
  visibility: hidden;
  height: 0;
}
.nav__main .nav__menu .nav__sous__menu a {
  padding: 0;
  font-size: 18px;
}
.nav__main .nav__menu .nav__sous__menu__open {
  visibility: visible;
  height: inherit;
}
.nav__main .reserver {
  background-color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 19px;
}
.nav__footer {
  margin-bottom: 50px;
}
.nav__footer a {
  font-size: 18px;
  display: block;
  padding: 3px 0;
  color: #fff;
  text-decoration: none;
}
.nav__footer img {
  margin: 5px;
}
#nav {
  background: #2F6B398C;
}
.nav__main .reserver {
  color: #425D58;
}
.sur__video {
  background-color: #2F6B39D6;
}
/*# sourceMappingURL=styles-ete.css.map */