@charset "UTF-8";
@keyframes scrollSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Special Elite", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fcfefd;
  width: 95%;
  max-width: 1700px;
  margin: auto;
}

p {
  font-size: clamp(14px, 1.3vw, 18px);
  color: #2a3631;
  line-height: 1.7vw;
}

p .like_paragraf {
  display: block;
  margin: 1em 0;
}

.text-link {
  background-color: #226b4e;
  color: #f5eedd;
  padding: 4px 3px 0px 3px;
  border: 1px solid #999898;
  border-radius: 1vw;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.text-link:hover {
  background-color: #f5eedd;
  color: #226b4e;
  transform: scale(1.2);
}

.cta-phone {
  font-size: clamp(20px, 1.5vw, 5vw);
  font-weight: 800;
  margin-top: 3vw;
  text-align: center;
}

.cta-nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

h1 {
  color: #ffffff;
  font-size: 2vw;
  margin: 0.2vw;
}

h2, h3, h4 {
  color: #577066;
  text-shadow: 2px 2px 5px #577066;
  margin: 0;
}

h4 {
  text-shadow: none;
}

h5 {
  font-size: clamp(1rem, 1.5vw, 1.4rem);
}

.main-text {
  width: 95%;
  margin: 3vw auto;
}

.text-link:hover {
  text-shadow: 2px 2px 5px #577066;
}

.text-subtitle {
  font-size: clamp(1.5rem, 2vw, 7rem);
  text-shadow: 2px 2px 5px #577066;
  transform: scale(0.85);
}

span.divite img {
  display: block;
  width: clamp(100px, 10vw, 500px);
  height: auto;
  margin: 2% auto;
}

section {
  margin-top: 4vw;
  margin-bottom: 2vw;
  scroll-margin-top: 35px;
}

.section-title {
  font-size: clamp(1.5rem, 2vw, 7rem);
  text-align: center;
}

.section-undertitle {
  font-size: clamp(1rem, 1.2vw, 5rem);
  text-align: center;
}

a {
  text-decoration: none;
  color: #2a3631;
}
a:hover {
  text-shadow: 2px 2px 5px #577066;
}

.back-menu {
  position: fixed;
  width: 3%;
  height: 3vw;
  bottom: 20px;
  left: 88%;
  text-align: center;
  gap: 0.5rem;
  padding: 1rem 1rem;
  border: 2px solid;
  border-radius: 999px;
  border-color: #2a3631;
  background: #f5eedd;
  color: #2a3631;
  font-size: 3vw;
  text-decoration: none;
  transition: 0.5s;
}
.back-menu:hover {
  transform: scale(1.1);
}

header {
  padding: 20px 1vw 40px 1vw;
  background: linear-gradient(to bottom, #ecfaf3, #ffffff);
}
header .logo-title {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .logo-title a img {
  width: clamp(6rem, 8vw, 9rem);
  height: auto;
}
header .logo-title .titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .logo-title .titles h1 {
  font-size: clamp(1.2rem, 2vw, 5rem);
  margin: 5px 0;
}
header .logo-title .titles h2 {
  font-size: clamp(1.5rem, 2vw, 7rem);
  margin: 0;
}
header .logo-title .details {
  font-size: clamp(14px, 1vw, 14px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .logo-title .details .adresse {
  text-align: center;
}
header .logo-title .details .phone {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 5px;
}
header .logo-title .details .phone .phone-number {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
}
header .logo-title .details .header-mail .icons {
  width: clamp(35px, 3vw, 50px);
}
header .main-menu {
  padding-top: 2vw;
}
header .main-menu ul.menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 1vw 0;
  margin: 0 0vw;
  font-family: Montserrat, sans-serif;
}
header .main-menu ul.menu-items li {
  list-style: none;
}
header .main-menu ul.menu-items li a {
  color: #000000;
  font-size: clamp(15px, 1.2vw, 18px);
  transition: 0.5s;
}
header .main-menu ul.menu-items li a .icons {
  transition: 0.5s;
}
header .main-menu ul.menu-items li a .icons:hover {
  opacity: 0.5;
}

#presentation {
  margin-top: 0;
}
#presentation .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/images/20260624david0273.webp");
  width: 100%;
  aspect-ratio: 2.3;
  background-size: cover;
  background-position: 50% 65%;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 30px 30px rgb(255, 255, 255);
}
#presentation h2, #presentation h3 {
  text-shadow: none;
  color: #ffffff;
}
#presentation h2 {
  font-size: clamp(14px, 3.5vw, 58px);
}
#presentation h3 {
  font-size: 2vw;
}

#rooms {
  margin: 6vw auto;
}
#rooms .section-title {
  margin-bottom: 3vw;
}
#rooms .room-contain {
  display: flex;
  flex-direction: column;
}
#rooms .room-contain .impair-room, #rooms .room-contain .pair-room, #rooms .room-contain .article-mobile, #rooms .room-contain .only-mobile {
  display: flex;
  align-items: center;
  margin: 3vw 0 2vw 0;
}
#rooms .room-contain .impair-room .text-room-contain, #rooms .room-contain .pair-room .text-room-contain, #rooms .room-contain .article-mobile .text-room-contain, #rooms .room-contain .only-mobile .text-room-contain {
  min-width: 40%;
  margin: 0 4vw;
}
#rooms .room-contain .impair-room .text-room-contain h4, #rooms .room-contain .pair-room .text-room-contain h4, #rooms .room-contain .article-mobile .text-room-contain h4, #rooms .room-contain .only-mobile .text-room-contain h4 {
  text-align: center;
  margin: 1vw 2vw;
  font-size: clamp(1.5rem, 1.7vw, 7rem);
}
#rooms .room-contain .impair-room .text-room-contain ul, #rooms .room-contain .pair-room .text-room-contain ul, #rooms .room-contain .article-mobile .text-room-contain ul, #rooms .room-contain .only-mobile .text-room-contain ul {
  list-style: none;
  padding: 0;
}
#rooms .room-contain .impair-room .text-room-contain ul li, #rooms .room-contain .pair-room .text-room-contain ul li, #rooms .room-contain .article-mobile .text-room-contain ul li, #rooms .room-contain .only-mobile .text-room-contain ul li {
  margin: 0.4vw 0;
  font-size: clamp(14px, 1.2vw, 16px);
}
#rooms .room-contain .impair-room .text-room-contain span.room-text, #rooms .room-contain .pair-room .text-room-contain span.room-text, #rooms .room-contain .article-mobile .text-room-contain span.room-text, #rooms .room-contain .only-mobile .text-room-contain span.room-text {
  line-height: 1.3em;
  font-size: clamp(14px, 1.2vw, 16px);
}
#rooms .room-contain .impair-room .text-room-contain .room-icons, #rooms .room-contain .pair-room .text-room-contain .room-icons, #rooms .room-contain .article-mobile .text-room-contain .room-icons, #rooms .room-contain .only-mobile .text-room-contain .room-icons {
  display: flex;
  justify-content: flex-start;
  gap: 2vw;
}
#rooms .room-contain .impair-room .text-room-contain .room-icons img.mini-icons, #rooms .room-contain .pair-room .text-room-contain .room-icons img.mini-icons, #rooms .room-contain .article-mobile .text-room-contain .room-icons img.mini-icons, #rooms .room-contain .only-mobile .text-room-contain .room-icons img.mini-icons {
  width: 5vw;
}
#rooms .room-contain .impair-room .img-room-contain, #rooms .room-contain .pair-room .img-room-contain, #rooms .room-contain .article-mobile .img-room-contain, #rooms .room-contain .only-mobile .img-room-contain {
  width: 55%;
}
#rooms .room-contain .impair-room .img-room-contain .img-room, #rooms .room-contain .pair-room .img-room-contain .img-room, #rooms .room-contain .article-mobile .img-room-contain .img-room, #rooms .room-contain .only-mobile .img-room-contain .img-room {
  max-width: 100%;
  height: auto;
  border: 0px solid;
  border-radius: 5vw;
}
#rooms .room-contain .impair-room {
  flex-direction: row;
}
#rooms .room-contain .pair-room {
  flex-direction: row-reverse;
}
#rooms .room-contain .pair-room .text-room-contain {
  margin: 0 0 0 4vw;
}
#rooms .only-mobile {
  display: none;
}

#extras {
  margin: 6vw auto;
}
#extras h3 {
  margin: 5vw 0 3vw 0;
}
#extras .articles-wrapper {
  overflow: hidden;
  width: 95%;
  margin: auto;
}
#extras .articles-wrapper .articles {
  display: flex;
  gap: 4vw;
  margin-bottom: 3vw;
  transition: transform 0.5s ease;
  width: -moz-max-content;
  width: max-content;
  animation: scrollSlider 20s linear infinite;
}
#extras .articles-wrapper .articles .xtra-card {
  width: 150px;
  min-width: 150px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(100% - 900px)/5;
  border: 2px solid;
  border-radius: 5vw;
  background-color: #f5eedd;
  flex-shrink: 0;
}
#extras .articles-wrapper .articles .xtra-card .xtra-icon {
  height: 100px;
}
#extras .articles-wrapper .articles .xtra-card h4 {
  text-align: center;
  margin: 0 20px;
}

#discovering {
  margin: 6vw auto;
}
#discovering #slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
  transition: opacity 0.7s ease;
}
#discovering #slider .slider-image {
  display: block;
  width: 100%;
  max-width: 80vw;
  border-radius: 5vw;
}
#discovering #slider .arrows {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#discovering #slider .arrows #tag-line {
  font-size: clamp(12px, 2vw, 50px);
  color: #ffffff;
  font-weight: 700;
}
#discovering #slider .arrows img.arrow {
  height: clamp(40px, 4vw, 120px);
  margin: 0 1vw;
}
#discovering #slider .arrows img.arrow:hover {
  cursor: pointer;
}

#biking {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: center;
  gap: 4vw;
  margin: auto;
}
#biking h3.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#biking h3.section-title::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../assets/accueil_velo_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#biking .biking-article {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: center;
  justify-content: center;
}
#biking .biking-article .slider-image {
  display: block;
  width: 70%;
  max-width: 80vw;
  border-radius: 5vw;
}
#biking .biking-article .main-text {
  width: 30%;
}

#join-us {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 6vw auto;
  align-items: center;
}
#join-us .place-map {
  display: flex;
  gap: 2vw;
}
#join-us .place-map iframe {
  width: 40vw;
  height: 20vw;
  border-radius: 3vw;
  transform: scale(1);
  transition: 0.5s ease;
}
#join-us .place-map iframe:hover {
  transform: scale(1.1);
}
#join-us .place-map .map-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  list-style: none;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 20px;
}
#join-us .place-map .map-text li {
  margin-bottom: 1.2vw;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px 0px 5px;
}
#join-us .place-map .map-text li.evidence {
  border: 2px solid red;
  border-radius: 1em;
}
#join-us .contact {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1vw 0 3vw 0;
  flex-wrap: wrap;
}
#join-us .contact .contact-card {
  width: 230px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 2px solid;
  border-color: #2a3631;
  background-color: #f5eedd;
  border-radius: 3vw;
  transform: scale(0.8);
  transition: 0.5s;
}
#join-us .contact .contact-card .contact-icon {
  height: 100px;
}
#join-us .contact .contact-card h4 {
  font-size: 16px;
  text-align: center;
  margin: 0 20px;
}
#join-us .contact .contact-card h4 p {
  font-size: clamp(12px, 1vw, 16px);
  margin: 0;
}
#join-us .contact .contact-card:hover {
  opacity: 0.5;
  transform: scale(0.85);
}

footer {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 2vw 0;
  border-top: 2px solid #2a3631;
  color: #000000;
}
footer .copyright {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 2vw;
  text-align: center;
}
footer .menus-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 2vw;
}
footer .menus-footer .site-description,
footer .menus-footer .main-menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(150px, 33.33%, 350px);
  max-height: 280px;
  padding: 1vw;
}
footer .menus-footer .site-description .logo-left,
footer .menus-footer .main-menu-footer .logo-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 80px;
}
footer .menus-footer .site-description a,
footer .menus-footer .main-menu-footer a {
  font-size: clamp(10px, 0.7vw, 12px);
}
footer .menus-footer .main-menu-footer {
  width: clamp(150px, 15%, 350px);
  justify-content: right;
}
footer .menus-footer .logo-partenaires {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: clamp(150px, 43.33%, 500px);
}
footer .menus-footer .logo-partenaires span {
  display: block;
  width: 20%;
}
footer .menus-footer .logo-partenaires span a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.5s ease;
}
footer .menus-footer .logo-partenaires span a img:hover {
  transform: scale(1.2);
}
footer h3 {
  font-size: clamp(12px, 1vw, 14px);
  text-shadow: none;
  text-align: center;
  margin: 0.5vw;
}
footer p {
  margin: 0;
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: clamp(10px, 1vw, 12px);
}
footer ul {
  margin: auto;
  padding: 0;
}
footer ul li {
  list-style: none;
  line-height: clamp(12px, 1vw, 24px);
  font-size: clamp(12px, 0.7vw, 15px);
  text-align: center;
}

@media (max-width: 950px) {
  #rooms .impair-room, #rooms .pair-room, #rooms .only-mobile {
    flex-direction: column;
  }
  p {
    line-height: 20px;
  }
  #biking .biking-article {
    flex-direction: column;
  }
  #biking .biking-article .slider-image {
    width: 100%;
  }
  #biking .biking-article .main-text {
    width: 90%;
  }
  #join-us .place-map {
    flex-direction: column;
    margin: auto;
  }
  #join-us .place-map iframe {
    width: 80vw;
    min-height: 200px;
  }
  #join-us .place-map .map-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
  }
  #join-us .place-map .map-text li {
    display: none;
  }
  #join-us .place-map .map-text li.evidence {
    display: flex;
    min-width: 225px;
    margin: 0;
  }
  footer .menus-footer {
    display: none;
  }
}
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  header {
    padding: 20px;
  }
  header .logo-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  header .main-menu {
    margin-top: 1em;
  }
  header .main-menu ul.menu-items {
    display: flex;
    flex-wrap: wrap; /*retour à la ligne */
    gap: 10px;
  }
  header .main-menu ul.menu-items li {
    flex: 1 1 200px;
    text-align: center;
    border-radius: 25px;
    max-width: 200px;
  }
  header .main-menu ul.menu-items li.display-mobile {
    display: inline;
  }
  header .main-menu ul.menu-items li.display-laptop {
    display: none;
  }
  #rooms .impair-room, #rooms .pair-room {
    display: none;
  }
  #rooms .room-contain.only-mobile {
    display: flex;
    align-items: center;
  }
  #rooms .room-contain.only-mobile .article-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #rooms .room-contain.only-mobile .article-mobile .img-room-contain {
    position: relative;
    width: 90%;
    aspect-ratio: 4/3;
  }
  #rooms .room-contain.only-mobile .article-mobile .img-room-contain .img-room-mobile {
    position: absolute;
    border-radius: 10%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
  }
  #rooms .room-contain.only-mobile .article-mobile .img-room-contain .img-room-mobile.active {
    opacity: 1;
    transition: opacity 0.8s ease;
    pointer-events: auto;
  }
  main #presentation .banner {
    height: 60vw;
  }
  main #presentation .banner .section-title {
    font-size: clamp(18px, 6vw, 48px);
  }
  main #presentation .banner h1, main #presentation .banner .section-undertitle {
    font-size: clamp(14px, 3vw, 36px);
  }
  main #extras .articles-wrapper .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    animation: scrollSlider 10s linear infinite;
  }
}
@media (max-width: 530px) {
  header .logo-title .details .phone {
    align-items: flex-start;
  }
  header .logo-title .details .phone .phone-number {
    font-size: 30px;
  }
  #presentation {
    margin: 0 8px;
  }
  #presentation .main-text p:first-child {
    display: none;
  }
  #discovering, #biking {
    display: none;
  }
  li:has(a[href="/index.php#biking"]),
  li:has(a[href="/index.php#discovering"]) {
    display: none;
  }
  #rooms {
    margin: 6vw 3vw;
  }
  #rooms .main-text {
    margin: 0 3vw;
  }
  #articles-wrapper #extras {
    width: 90%;
  }
  #articles-wrapper #extras .articles {
    margin: auto;
  }
  #articles-wrapper #extras .articles .xtra-card {
    height: 60px;
    width: 60px;
  }
  #articles-wrapper #extras .articles .xtra-card h4 {
    display: none;
  }
  #articles-wrapper #extras .articles .xtra-card img.xtra-icon {
    height: 45px;
  }
  #join-us ul.map-text {
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */