@font-face {
  font-family: "Cocogoose";
  src: url("https://acc57a.claudeassets.com/20241007045124im_/https://www.loges-melis.com/fonts/Cocogoose-UltraLight.woff2") format("woff2"), url("https://6e45df.claudeassets.com/20241007045124im_/https://www.loges-melis.com/fonts/Cocogoose-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Open Sans Condensed", sans-serif;
}
body a {
  color: #48b9af;
}
body a:hover {
  color: #f8b900;
}
body .btn-main {
  border-radius: 50px;
  background: #f8b900;
  padding: 6px 30px;
  transition: all 0.3s ease-in-out;
  color: #484848;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-weight: 700;
}
body .btn-main:hover {
  text-decoration: none;
  background: #ffd046;
  color: #484848;
}
@media (max-width: 575.98px) {
  body .btn-main {
    font-size: 1rem;
  }
}
body header {
  height: 165px;
  padding: 15px;
  background: #436075;
  background: linear-gradient(135deg, #436075 0%, #48b9af 100%);
}
body header .logo {
  max-height: 100%;
}
body .header-home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body .header-home .main-menu {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .header-home .logo {
  max-height: 45%;
  z-index: 1;
  max-width: 70vw;
}
body .header-home h1 {
  z-index: 1;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  body .header-home h1 {
    font-size: 2rem;
  }
}
body .header-home h1 small {
  display: block;
}
body .header-home:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .header-home .bg {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body .header-home .bg img {
  max-height: 100%;
}
@media (min-width: 767px) {
  body .header-home .bg img {
    max-width: 100%;
    max-height: none;
  }
}
body .content-home .description {
  font-size: 1.2rem;
}
body .content-home .pictures li {
  cursor: pointer;
}
body .content-home .pictures li .picture-container {
  overflow: hidden;
}
body .content-home .pictures li .picture-container img {
  transition: all 0.3s ease-in-out;
}
body .content-home .pictures li .picture-container:hover img {
  transform: scale(1.3);
}
body .content-home #tarifs {
  background: #eee;
}
body .content-home #tarifs #ConstellationWidget {
  background: #436075;
  background: linear-gradient(135deg, #436075 0%, #48b9af 100%);
}
body .content-home #tarifs #ConstellationWidget .co-widget-container {
  background: none !important;
}
body .content-home #tarifs .tarif {
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
}
body .content-home #tarifs .tarif .date {
  background: #436075;
  background: linear-gradient(135deg, #436075 0%, #48b9af 100%);
  color: #f8b900;
  font-weight: bold;
  position: relative;
}
@media (min-width: 575.98px) {
  body .content-home #tarifs .tarif .date {
    min-height: 100px;
  }
}
body .content-home #tarifs .tarif .date .title {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
}
body .content-home #tarifs .tarif .date i {
  background: #fff;
  color: #48b9af;
  font-size: 2rem;
  border-radius: 50px;
  padding: 12px;
  position: absolute;
  left: 15px;
  top: -20px;
  transform: translate(-50%, 0);
}
body .content-home #tarifs .tarif .gite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}
body .content-home #tarifs .tarif .gite:nth-child(even) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body .content-home #tarifs .tarif .gite .price {
  font-weight: bold;
  font-size: 1.4rem;
  color: #48b9af;
}
body .content-home #tarifs .tarif .gite .price small {
  color: black;
}
body .content-home #tarifs .tarif .gite i {
  font-size: 1.5rem;
}
body .content-home #tarifs .tarif:hover {
  transform: scale(1.1);
}
body .content-home .contact {
  background: #436075;
  background: linear-gradient(135deg, #436075 0%, #48b9af 100%);
  color: #fff;
}
body .content-home .contact ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  body .content-home .contact ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body .content-home .contact ul li {
    margin: 15px 0;
  }
}
body .content-home .contact ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
body .content-home .contact ul li a i {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  margin-bottom: 12px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .content-home .contact ul li a i:before {
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;
}
body .content-home .contact ul li a:hover {
  text-decoration: none;
  color: #f8b900;
}
body .content-home .contact ul li a:hover i:before {
  transform: scale(1.5);
}
body footer {
  background: #eee;
  font-size: 1.1rem;
}
body footer a {
  margin-left: 4px;
}

/*# sourceMappingURL=style.css.map */

/*
     FILE ARCHIVED ON 09:03:08 Aug 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:00:30 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.477
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.041
  esindex: 0.009
  cdx.remote: 1128.952
  LoadShardBlock: 117.935 (3)
  PetaboxLoader3.datanode: 187.86 (5)
  load_resource: 285.139
  PetaboxLoader3.resolve: 186.425
  loaddict: 28.98
*/