@font-face {
  font-family: 'avenir_next_lt_proregular';
  src: url('fonts/avenir_next_lt_pro_regular.eot');
  src: url('fonts/avenir_next_lt_pro_regular.eot?#iefix') format('embedded-opentype'), url('fonts/avenir_next_lt_pro_regular.woff2') format('woff2'), url('fonts/avenir_next_lt_pro_regular.woff') format('woff'), url('fonts/avenir_next_lt_pro_regular.ttf') format('truetype'), url('fonts/avenir_next_lt_pro_regular.svg#avenir_next_lt_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'avenir_next_lt_proregular';
  color: #000050;
}
main {
  max-width: 2560px;
  margin: auto;
}
#main {
  max-width: 1920px;
  margin: 60px auto auto;
}
@media (max-width: 575px) {
  #main {
    margin-top: 90px;
  }
}
img {
  vertical-align: middle;
}
.pl45 {
  padding-left: 45px;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}
header .header_contact {
  color: #fff;
  padding: 12px 0 0;
}
header .header_contact > div > * {
  margin: 0 20px;
}
@media (max-width: 991px) {
  header .header_contact > div > * {
    margin: 0 5px;
  }
}
header .header_contact i,
header .header_contact .i {
  width: 44px;
  height: 44px;
  background-color: #fff;
  padding: 5px;
  border-radius: 22px;
  color: #000050;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 5px;
  box-shadow: 0 0 10px black;
}
@media (max-width: 991px) {
  header .header_contact i,
  header .header_contact .i {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
  }
}
header .header_contact .espaceProprietaire {
  font-size: 15px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
header .header_contact .espaceProprietaire span {
  text-shadow: 0 0 5px #fff;
}
header .header_contact .espaceProprietaire a {
  text-decoration: none;
  color: #000050;
  display: flex;
  align-items: center;
}
header .header_contact .espaceProprietaire:hover i {
  background-color: #67D5C8;
}
header .header_contact .espaceProprietaire i {
  font-size: 26px;
  margin-right: 10px;
}
header .header_contact .espaceProprietaire span > span {
  max-width: 90px;
}
@media (max-width: 991px) {
  header .header_contact .espaceProprietaire {
    display: none;
  }
}
header .header_contact .espaceProprietaire.open i {
  background-color: #67d5c8;
}
header .header_contact .logo {
  font-size: 16px;
  font-weight: 700;
}
header .header_contact .logo img {
  max-width: 60px;
}
header .header_contact .logo a {
  display: block;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  header .header_contact {
    padding: 5px;
  }
}
header .header_contact .header_contact_tel,
header .header_contact .header_contact_mail {
  cursor: pointer;
  position: relative;
}
header .header_contact .header_contact_tel a,
header .header_contact .header_contact_mail a {
  text-decoration: none;
}
header .header_contact .header_contact_tel:hover i,
header .header_contact .header_contact_mail:hover i {
  background-color: #67d5c8;
}
@media (max-width: 992px) {
  header .header_contact .header_contact_tel,
  header .header_contact .header_contact_mail {
    display: none;
  }
}
header .header_contact #change_langue {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
header .header_contact #change_langue ul {
  position: absolute;
  z-index: 10000;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
header .header_contact #change_langue ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  padding: 5px;
  border-radius: 22px;
  color: #000050;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin: 2px 5px;
  text-decoration: none;
}
@media (max-width: 991px) {
  header .header_contact #change_langue ul li a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
  }
}
#ascenseur {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 10001;
  background-color: #333333;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #ascenseur {
    bottom: 160px;
  }
}
#ascenseur.visible {
  visibility: visible;
  opacity: 1;
}
#ascenseur a {
  color: #fff;
  padding: 10px 15px;
}
video {
  width: 100%;
  vertical-align: middle;
}
#barre_recherche {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff10;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  z-index: 10000;
}
#barre_recherche a {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#barre_recherche .logo {
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 0 5px #000;
}
#barre_recherche #search_form > div {
  border: 2px solid #000050;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}
#barre_recherche fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#barre_recherche input[type=date],
#barre_recherche select,
#barre_recherche input[type=text] {
  border: 0;
  background-color: #fff;
  color: #000050;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #barre_recherche input[type=date],
  #barre_recherche select,
  #barre_recherche input[type=text] {
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
  }
}
#barre_recherche button[type=submit] {
  font-size: 16px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 30px;
}
@media (min-width: 1400px) {
  #barre_recherche button[type=submit] {
    padding: 20px;
  }
}
#barre_recherche #search_form_error p {
  margin: 0;
  margin-top: -40px;
}
#barre_recherche .success,
#barre_recherche .error {
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
#barre_recherche .success {
  color: #155724;
  background-color: #d4edda;
  border-color: #155724;
}
#barre_recherche .error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24;
}
#video {
  position: relative;
}
#video #video_texte {
  position: absolute;
  width: 100%;
  top: 100px;
  text-align: center;
  color: #000050;
  text-shadow: 0 0 5px #fff;
  font-weight: 700;
}
#video #video_texte .titre {
  font-size: 28px;
}
#video #video_texte .texte {
  font-size: 16px;
}
@media (min-width: 575px) {
  #video #video_texte {
    top: 90px;
  }
  #video #video_texte .titre {
    font-size: 30px;
  }
  #video #video_texte .texte {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #video #video_texte {
    top: 160px;
  }
  #video #video_texte .titre {
    font-size: 48px;
  }
  #video #video_texte .texte {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  #video #video_texte .titre {
    font-size: 70px;
  }
  #video #video_texte .texte {
    font-size: 48px;
  }
}
p.titre {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  p.titre {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  p.titre {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  p.titre {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  p.titre {
    font-size: 48px;
  }
}
p.titre1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 70px 0;
}
p.titre2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 50px 0 50px 25px;
}
@media (max-width: 991px) {
  p.titre1,
  p.titre2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  p.titre1,
  p.titre2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  p.titre1 {
    margin: 0;
    padding: 0 !important;
  }
}
.cadre_location {
  padding: 10px 0;
}
@media (min-width: 576px) {
  .cadre_location {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .cadre_location {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .cadre_location {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .cadre_location {
    padding: 30px;
  }
}
.cadre_location img {
  border-radius: 20px;
}
.cadre_location > div {
  position: relative;
}
.cadre_location > div .sur_cadre_location {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px #000000;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .cadre_location > div .sur_cadre_location {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .cadre_location > div .sur_cadre_location {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cadre_location > div .sur_cadre_location {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .cadre_location > div .sur_cadre_location {
    font-size: 40px;
  }
}
.cadre_location > div .sur_cadre_location_2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s;
  top: 40px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .cadre_location > div .sur_cadre_location_2 {
    top: 80px;
  }
}
.cadre_location > div .sur_cadre_location_2 a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.47);
  border: 1px solid #707070;
  color: #fff;
  text-shadow: 0px 3px 6px #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 10px;
}
.cadre_location > div:hover .sur_cadre_location_2 {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 576px) {
  .cadre_location_2 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .cadre_location_2 {
    margin-top: 80px;
  }
}
.cadre_aussi > div {
  padding: 0 17px;
}
@media (min-width: 576px) {
  .cadre_aussi > div:first-child {
    margin-top: 50px;
  }
  .cadre_aussi > div:last-child {
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .cadre_aussi > div:nth-child(1) {
    padding: 10px 0;
  }
  .cadre_aussi > div:nth-child(2) {
    margin-top: 20px;
  }
  .cadre_aussi > div:nth-child(3) {
    margin-top: 80px;
  }
}
.cadre_aussi > div a {
  position: relative;
  display: block;
}
.cadre_aussi .sur_cadre_aussi {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 3px 6px #000000;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .cadre_aussi .sur_cadre_aussi {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .cadre_aussi .sur_cadre_aussi {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cadre_aussi .sur_cadre_aussi {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .cadre_aussi .sur_cadre_aussi {
    font-size: 40px;
  }
}
.texte_index {
  font-size: 14px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .texte_index {
    margin-top: 80px;
  }
}
.texte_index a {
  color: #000050;
  text-decoration: none;
}
h1 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  h1 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-top: 60px;
  }
}
@media (min-width: 1400px) {
  h1 {
    margin-top: 80px;
  }
}
footer {
  background-color: #ffffff;
  color: #000050;
  padding: 10px 0;
  margin-top: 15px;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  footer {
    margin-top: 90px;
  }
}
footer a {
  color: #000050;
}
footer .logo {
  font-size: 16px;
  font-weight: 700;
}
footer .footer_adresse {
  padding: 10px 0;
}
footer .footer_reseau {
  padding: 10px 0;
}
footer .footer_reseau i {
  font-size: 36px ;
}
@media (max-width: 575px) {
  footer .footer_reseau a {
    margin-left: 40px;
  }
}
footer #copy {
  font-size: 14px;
}
@media (max-width: 575px) {
  footer #copy {
    font-size: 12px;
    text-align: center;
  }
}
footer .seo {
  padding-top: 25px;
  font-size: 14px;
}
footer .seo ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
footer .seo ul a {
  text-decoration: none;
}
#footer_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #000050;
}
#footer_mobile a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-size: 36px;
}
#footer_mobile a:first-child {
  background-color: #67D5C8;
  color: #000050;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.residence_logo {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .residence_logo {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .residence_logo {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .residence_logo {
    margin-top: 150px;
    margin-bottom: 95px;
  }
}
.residence_texte {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .residence_texte {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .residence_texte {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
.residence_locatif {
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 575px) {
  .residence_locatif:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .residence_locatif {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .residence_locatif {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.residence_locatif_photo {
  position: relative;
  transition: all 0.2s ease;
}
.residence_locatif_photo a {
  color: #000;
}
.residence_locatif_photo .residence_locatif_photo_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 350px;
}
.residence_locatif_photo .residence_locatif_photo_img img {
  opacity: 0;
}
.residence_locatif_photo img {
  border-radius: 20px;
}
.residence_locatif_photo .residence_locatif_sur_photo {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0000001A 0%, #000000 100%);
}
.residence_locatif_photo .residence_locatif_sur_photo > div {
  padding: 20px 25px;
}
.residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_prix {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_people {
  width: 50px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_prix {
    font-size: 22px;
  }
  .residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_people {
    font-size: 24px;
    width: 60px;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_prix {
    font-size: 24px;
  }
  .residence_locatif_photo .residence_locatif_sur_photo .residence_locatif_people {
    font-size: 28px;
    width: 80px;
    height: 50px;
  }
}
.residence_locatif_photo:hover {
  transform: scale(1.05, 1.05);
}
.residence_locatif_photo:hover .residence_locatif_sur_photo {
  display: flex;
}
.residence_locatif_nom {
  font-size: 22px;
  font-weight: 700;
  color: #000050;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .residence_locatif_nom {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .residence_locatif_nom {
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.residence_locatif_btn a {
  text-decoration: none;
  border: 1px solid #707070;
  color: #000050;
  background-color: #fff;
  border-radius: 9px;
  text-align: center;
  display: block;
  padding: 5px 15px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .residence_locatif_btn a {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .residence_locatif_btn a {
    padding: 5px 25px;
  }
}
.residence_locatif .nautilia .residence_locatif_nom {
  color: #003E73;
}
.residence_locatif .nautilia .residence_locatif_btn a {
  background-color: #003e73;
  color: #ffffff;
}
.residence_locatif .lejardindeden .residence_locatif_nom {
  color: #B7254B;
}
.residence_locatif .lejardindeden .residence_locatif_btn a {
  color: #fff;
}
.residence_locatif .lejardindeden .residence_locatif_btn a:last-child {
  background-color: #EB698B;
}
.residence_locatif .location_naturiste .residence_locatif_nom {
  color: #000050;
}
.residence_locatif .location_naturiste .residence_locatif_btn a {
  border: 1px solid #000050;
  color: #000050;
  background-color: #fff;
}
.galerie1 img {
  border-radius: 20px;
  padding: 0 5px;
}
.galerie2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.galerie2 img {
  border-radius: 20px;
  padding: 5px;
}
@media (min-width: 1400px) {
  .galerie2 img {
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .galerie2 div:nth-last-child(2n+7) {
    margin-top: 35px;
  }
  .galerie2 div:nth-child(2n+6) {
    margin-top: -35px;
  }
}
@media (min-width: 1200px) {
  .galerie2 div:nth-last-child(2n+7) {
    margin-top: 50px;
  }
  .galerie2 div:nth-child(2n+6) {
    margin-top: -50px;
  }
}
@media (min-width: 1400px) {
  .galerie2 div:nth-last-child(2n+7) {
    margin-top: 125px;
  }
  .galerie2 div:nth-child(2n+6) {
    margin-top: -125px;
  }
}
@media (max-width: 991px) {
  .galerie2 > div:nth-child(n+10) {
    display: none;
  }
}
@media (min-width: 768px) {
  .galerie2 > div {
    flex: 0 0 auto;
    width: calc(100% / 3);
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .galerie2 > div {
    flex: 0 0 auto;
    width: calc(100% / 5);
  }
}
@media (max-width: 575px) {
  .galerie {
    display: none;
  }
}
@media (max-width: 767px) {
  .galerie2 {
    display: none;
  }
}
#search_filtres {
  margin-bottom: 30px;
}
#search_filtres select {
  padding: 10px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #000050;
  margin: 0 10px;
}
.locations_naturistes_titre,
.locations_naturistes_sous_titre,
.event_titre,
.event_sous_titre h2 {
  font-size: 24px;
  margin: 30px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .locations_naturistes_titre,
  .locations_naturistes_sous_titre,
  .event_titre,
  .event_sous_titre h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .locations_naturistes_titre,
  .locations_naturistes_sous_titre,
  .event_titre,
  .event_sous_titre h2 {
    font-size: 36px;
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_titre,
  .locations_naturistes_sous_titre,
  .event_titre,
  .event_sous_titre h2 {
    font-size: 40px;
    margin: 60px 0;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_titre,
  .locations_naturistes_sous_titre,
  .event_titre,
  .event_sous_titre h2 {
    font-size: 46px;
    margin: 60px 0;
  }
}
.locations_naturistes_sous_titre,
.event_sous_titre h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .locations_naturistes_sous_titre,
  .event_sous_titre h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_sous_titre,
  .event_sous_titre h2 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_sous_titre,
  .event_sous_titre h2 {
    font-size: 36px;
  }
}
.locations_naturistes_btn a {
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 9px;
  width: 100%;
  margin: 0 0 10px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 576px) {
  .locations_naturistes_btn a {
    margin: 0 15px;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .locations_naturistes_btn a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_btn a {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_btn a {
    font-size: 28px;
  }
}
.locations_naturistes_btn a.luxe {
  border-color: #AC9866;
  color: #AC9866;
  background-color: #000050;
}
.locations_naturistes_btn a.chic {
  color: #fff;
  border-color: #707070;
  background-color: #000050;
}
.locations_naturistes_detail {
  padding-top: 40px;
}
.locations_naturistes_detail .locations_naturistes_detail_texte {
  font-size: 16px;
}
@media (min-width: 768px) {
  .locations_naturistes_detail .locations_naturistes_detail_texte {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_texte {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_texte {
    font-size: 24px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs {
  font-size: 14px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .locations_naturistes_detail .locations_naturistes_detail_tarifs {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_tarifs {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_tarifs {
    font-size: 20px;
    margin-top: 80px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs table {
  border-collapse: collapse;
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs th,
.locations_naturistes_detail .locations_naturistes_detail_tarifs td {
  border-bottom: 1px solid #707070;
  padding: 5px 0;
  border-collapse: collapse;
  text-align: left;
}
@media (min-width: 575px) {
  .locations_naturistes_detail .locations_naturistes_detail_tarifs th,
  .locations_naturistes_detail .locations_naturistes_detail_tarifs td {
    padding: 10px 0;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs th:nth-child(n+2),
.locations_naturistes_detail .locations_naturistes_detail_tarifs td:nth-child(n+2) {
  text-align: center;
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs tfoot {
  font-size: 14px;
}
.locations_naturistes_detail .locations_naturistes_detail_tarifs tfoot td {
  border: 0;
  padding-top: 20px;
}
@media (min-width: 575px) {
  .locations_naturistes_detail .locations_naturistes_detail_tarifs tfoot td {
    padding-top: 40px;
    font-size: 16px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_people {
  width: 50px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_people {
    font-size: 24px;
    width: 60px;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_people {
    font-size: 28px;
    width: 80px;
    height: 50px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_reservation {
  background-color: #000;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.locations_naturistes_detail .locations_naturistes_detail_reservation h3 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.locations_naturistes_detail .locations_naturistes_detail_reservation form {
  margin-top: 20px;
}
.locations_naturistes_detail .locations_naturistes_detail_reservation form input:not([type=submit]) {
  background-color: #000;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px 0;
}
.locations_naturistes_detail .locations_naturistes_detail_reservation form input[type=submit] {
  margin-top: 20px;
  background-color: #ffffff;
  color: #000050;
  font-weight: 700;
  padding: 15px 60px;
  border-bottom: 0;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_reservation form,
  .locations_naturistes_detail .locations_naturistes_detail_reservation form input[type=submit] {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_reservation form,
  .locations_naturistes_detail .locations_naturistes_detail_reservation form input[type=submit] {
    margin-top: 60px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_localisation {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation {
    font-size: 20px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_localisation .locations_naturistes_detail_localisation_titre {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation .locations_naturistes_detail_localisation_titre {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation .locations_naturistes_detail_localisation_titre {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation .locations_naturistes_detail_localisation_titre {
    font-size: 28px;
  }
}
.locations_naturistes_detail .locations_naturistes_detail_localisation #map {
  height: 200px;
}
.locations_naturistes_detail .locations_naturistes_detail_localisation a#open_map {
  font-size: 18px;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation a#open_map {
    font-size: 22px;
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .locations_naturistes_detail .locations_naturistes_detail_localisation a#open_map {
    font-size: 24px;
  }
}
#modal_map {
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
#modal_map.open {
  visibility: visible;
  opacity: 1;
}
#modal_map #modal_map_close {
  position: absolute;
  color: #fff;
  font-size: 50px;
  z-index: 10000;
  top: calc(5% - 25px);
  right: calc(5% - 25px);
  cursor: pointer;
}
#modal_map #modal_map_close i:before {
  background-color: #000;
  border-radius: 50%;
}
#modal_map #map_grande {
  text-align: center;
  width: 90%;
  height: 90%;
}
.event_titre {
  margin-bottom: 40px;
}
.event_sous_titre h2 {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .event_sous_titre h2 {
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .event_sous_titre h2 {
    margin: 0 0 60px;
  }
}
@media (min-width: 1400px) {
  .event_sous_titre h2 {
    margin: 0 0 80px;
  }
}
.events {
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 576px) {
  .events {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .events {
    padding: 0 20px;
  }
}
.events .event_photo img {
  border-radius: 20px;
}
.events .event_texte {
  font-weight: 700;
  font-size: 16px;
}
.events .event_texte .event_lieu {
  font-size: 20px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .events .event_texte {
    font-size: 18px;
  }
  .events .event_texte .event_lieu {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .events .event_texte {
    font-size: 20px;
  }
  .events .event_texte .event_lieu {
    font-size: 28px;
  }
}
.ventes {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ventes {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .ventes {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .ventes {
    margin-bottom: 80px;
  }
}
.ventes h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (min-width: 992px) {
  .ventes h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ventes h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1400px) {
  .ventes h2 {
    font-size: 36px;
  }
}
.ventes .vente_photo img {
  padding: 10px;
}
.ventes .vente_photo .vente_photo_first {
  margin: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ventes .vente_photo .vente_photo_first img {
  opacity: 0;
}
.vente_description {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .vente_description {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .vente_description {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .vente_description {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .vente_description {
    font-size: 24px;
  }
}
.vente_description .vente_prix {
  border: 1px solid #000050;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 25px;
}
.vente_description .vente_documentation {
  font-size: 20px;
}
.vente_description .vente_documentation a {
  color: #000050;
}
@media (max-width: 991px) {
  .vente_description .vente_documentation {
    margin-top: 20px;
  }
}
.vente_description .vente_contact {
  margin-top: 20px;
}
.vente_description .vente_contact a {
  color: #000050;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000050;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.vente_description .vente_contact a:first-child {
  margin-right: 20px;
}
.vente_description .vente_contact a:last-child {
  margin-left: 20px;
  background-color: #000050;
  color: #fff;
}
#agence .ligne {
  margin: 20px 0;
}
.agence h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (min-width: 992px) {
  .agence h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .agence h2 {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .agence h2 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.agence .agence_contact a {
  color: #fff;
  background-color: #000050;
  text-decoration: none;
  border: 1px solid #000050;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
}
.agence .agence_contact a i {
  font-size: 26px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.agence .agence_contact a:first-child {
  color: #000050;
  background-color: #fff;
}
.agence iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 585px;
}
.plan_residence a {
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #000050;
}
#rgpd a,
#seo a {
  color: #000050;
}
#rgpd h2,
#seo h2 {
  font-weight: 400;
}
#seo h1 {
  font-size: 30px;
  margin: revert;
}
#seo h1,
#seo h2,
#seo h3 {
  font-weight: 400;
}
#seo a {
  color: #000050;
}
@media (max-width: 767px) {
  #seo h1 {
    font-size: 24px;
  }
  #seo h2 {
    font-size: 20px;
  }
  #seo h3 {
    font-size: 18px;
  }
  #seo h1,
  #seo h2,
  #seo h3 {
    font-weight: 700;
  }
}
#mainPage h1 {
  font-size: 22px;
  text-align: center;
}
@media (min-width: 992px) {
  #mainPage h1 {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  #mainPage h1 {
    font-size: 30px;
  }
}
#mainPage h2 {
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  #mainPage h2 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  #mainPage h2 {
    font-size: 26px;
  }
}
#mainPage a {
  color: #000;
}
.modal_reserver {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10005;
}
.modal_reserver .locations_naturistes_detail_reservation {
  background-color: #000050;
  padding: 15px;
  border-radius: 10px;
}
.modal_reserver h3 {
  color: #fff;
}
.modal_reserver input:not([type=submit]) {
  background-color: #000050;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px 0;
  min-width: 160px;
}
.modal_reserver select {
  background-color: #000050;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px 0;
  min-width: 160px;
}
.modal_reserver input[type=submit] {
  margin-top: 20px;
  background-color: #ffffff;
  color: #000050;
  font-weight: 700;
  padding: 15px 60px;
  border-bottom: 0;
  cursor: pointer;
  border-radius: 10px;
}
.modal_reserver .modal_annuler {
  color: #fff;
  font-size: 12px;
  padding-top: 15px;
  display: inline-block;
}
#location_naturiste_spi .splide__slide {
  text-align: center;
}
#location_naturiste_spi .splide__slide img {
  max-height: 675px;
}
.seo_new {
  font-size: 14px;
}
.seo_new a {
  color: #000050;
}
.seo_new h1,
.seo_new h2 {
  font-size: 14px;
}
#popUpPromo {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.8);
  width: 100%;
  height: 100%;
  z-index: 200001;
  cursor: pointer;
}
#popUpPromoVisible {
  position: fixed;
  z-index: 100001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popUpPromoVisible {
    left: 0;
    transform: translate(0, -50%);
  }
}
#popUpPromoVisible a {
  text-decoration: none;
}
.popUpPromoDetail {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
  color: #1471a4;
}
@media (min-width: 992px) {
  .popUpPromoDetail {
    font-size: 1.5em;
  }
}
.popUpPromoDetail .text_vert {
  color: #79c10e;
}
.popUpPromoBtn span.lien {
  background-color: #d4a65c;
  padding: 15px 25px 10px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  margin-top: -26px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}
.popUpPromoBtn span {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}
#popUpPromoClose {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 10;
  font-size: 30px;
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */