@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #E5E0DC;
  position: relative;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  font-family: "Karla-Regular";
  font-size: 1.25rem;
  line-height: 100%;
  color: #363A2B;
  text-transform: capitalize;
}

li {
  list-style: none;
}

h1 {
  font-family: "PlayfairDisplay-Medium";
  font-size: 6.25rem;
  line-height: 100%;
  color: #D9C7B3;
  text-align: right;
}

h2 {
  font-family: "PlayfairDisplay-Medium";
  font-size: 6rem;
  line-height: 100%;
  color: #363A2B;
}

h3 {
  font-family: "PlayfairDisplay-Bold";
  font-size: 3rem;
  line-height: 100%;
  color: #363A2B;
}

h4 {
  font-family: "PlayfairDisplay-Bold";
  font-size: 1.875rem;
  line-height: 100%;
  color: #363A2B;
}

p {
  font-family: "Karla-Regular";
  font-size: 1.25rem;
  line-height: 100%;
  color: #363A2B;
}

.legend {
  font-family: "Karla-Regular";
  font-size: 1rem;
  line-height: 100%;
  color: #363A2B;
}

.row {
  margin-top: 10rem;
}

@media screen and (max-width: 990px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
  .legend {
    font-size: 0.9rem;
  }
  .row {
    margin-top: 5rem;
  }
}
footer {
  background-color: #ffffff;
}
footer .container {
  width: 88%;
  margin: auto;
}
footer .container .row {
  margin-top: 10rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
footer .container .row .logo-footer {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1.5rem;
}
footer .container .row .logo-footer .logo {
  width: 200px;
}
footer .container .row .logo-footer .reseau ul {
  display: flex;
  gap: 1rem;
}
footer .container .row .contact-footer {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1.5rem;
  padding-left: 2rem;
}
footer .container .row .contact-footer .adress-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
footer .container .row .contact-footer .adress-footer span {
  font-weight: bold;
}
footer .container .row .ml-footer {
  width: 25%;
  display: flex;
}
footer .container .row .ml-footer ul {
  width: 100%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}
@media screen and (max-width: 990px) {
  footer .container .row {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1.5rem;
  }
  footer .container .row .logo-footer, footer .container .row .contact-footer, footer .container .row .ml-footer {
    width: 100%;
  }
  footer .container .row .ml-footer ul {
    gap: 2rem;
  }
}

.open-burger {
  height: 50vh;
  background-color: rgba(54, 58, 43, 0.8);
}

header {
  height: 4.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #E5E0DC;
  width: 100%;
}
header .container {
  width: 90%;
  margin: auto;
}
header .container .row {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .row .navbar {
  display: flex;
  gap: 3rem;
  align-items: center;
}
header .container .row .navbar .logo a img {
  height: 53px;
}
header .container .row .navbar nav ul {
  display: flex;
  gap: 1.5rem;
}
header .container .row .reseau ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
header .container .row .reseau ul a img {
  height: 22px;
}
header .container .row .connexion {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 990px) {
  header {
    height: 3rem;
    background-color: transparent;
  }
  header .row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 50vh;
  }
  header .row .menu-burger {
    transform: translateY(-1500px);
  }
  header .row .navbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    position: absolute;
    top: 5%;
    z-index: 100;
  }
  header .row .navbar nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    z-index: 100;
    left: 40%;
    top: 60%;
  }
  header .row .navbar nav ul li a {
    color: #E5E0DC;
  }
  header .row .contact {
    position: absolute;
    top: 45%;
    z-index: 100;
  }
  header .row .contact a {
    color: #E5E0DC;
  }
  header .row .reseau {
    width: 80%;
    margin: auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0%;
    color: #E5E0DC;
  }
  header .row .reseau ul li img {
    filter: invert(100%) sepia(10%) hue-rotate(180deg);
  }
  header .row .reseau .burger {
    width: 2rem;
    height: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
    color: #E5E0DC;
  }
  header .row .reseau .burger::after {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 2px;
    background-color: #E5E0DC;
    box-shadow: 0 10px 0 #E5E0DC;
    transform: translateY(-10px);
  }
  header .row .reseau .burger.active::after {
    box-shadow: 0 0 0 #E5E0DC;
    transform: rotate(45deg);
  }
  header .row .reseau .burger::before {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 2px;
    background-color: #E5E0DC;
    color: #E5E0DC;
    transform: translateY(10px);
  }
  header .row .reseau .burger.active::before {
    transform: rotate(-45deg);
  }
  header .row .connexion {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 50%;
    z-index: 100;
  }
}

.banner .row {
  margin-top: 0;
}
.banner .row .video {
  position: relative;
}
.banner .row .video video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.banner .row .video .encart-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 10;
}
.banner .row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 45, 37, 0.28);
  z-index: 1;
}

label {
  font-family: "Karla-Regular";
  font-size: 1rem;
  line-height: 100%;
  color: #363A2B;
}

input, select {
  background-color: #E1D2C2;
  height: 3.5rem;
  color: #656366;
  font-family: "Karla-Regular";
  font-size: 1rem;
  line-height: 100%;
  width: 12rem;
  border-radius: 8px;
  padding-left: 1rem;
}
@media screen and (max-width: 990px) {
  input, select {
    height: 2.5rem;
    width: 100%;
  }
}

.error-box {
  font-family: "Karla-Regular";
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  color: #6A3335;
}

#searchForm {
  background-color: #D9C7B3;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  justify-content: space-evenly;
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  gap: 1rem;
  height: 220px;
  z-index: 5;
}
#searchForm .align-input {
  display: flex;
  gap: 1rem;
}
#searchForm .align-input div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
}
#searchForm .cta {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  #searchForm {
    height: 350px;
    padding: 1.5rem;
  }
  #searchForm .align-input {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
  }
}

#booking-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form input, #booking-form select {
  height: 2.5rem;
  width: 17rem;
}
#booking-form .label-align {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
}
#booking-form .align {
  display: flex;
  gap: 3rem;
}
#booking-form .customer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .customer .name {
  display: flex;
  gap: 3rem;
}
#booking-form .customer .adress {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .customer .contact {
  display: flex;
  gap: 3rem;
}
#booking-form .lodging {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .lodging .hotel, #booking-form .lodging .nbCustumer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
}
#booking-form .dates {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .meal {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .meal input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
#booking-form .meal #dietSection {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .meal #allergySection {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .services {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
#booking-form .services input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
#booking-form .cta {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 990px) {
  #booking-form .align {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
  }
  #booking-form .customer .name {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
  }
  #booking-form .customer .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
  }
}

.primary-btn {
  background-color: #363A2B;
  padding: 7px 14px;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 100%;
  font-family: "Karla-Regular";
  border-radius: 6px;
  text-transform: capitalize;
}

.secondary-btn {
  background-color: #4F6234;
  padding: 7px 14px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 100%;
  font-family: "Karla-Regular";
  border-radius: 6px;
  text-transform: capitalize;
}

.reset-btn {
  background-color: #6A3335;
  padding: 7px 14px;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 100%;
  font-family: "Karla-Regular";
  border-radius: 6px;
  text-transform: capitalize;
}

.hotel-card {
  margin-top: 6.875rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 35rem;
}
.hotel-card .img-card {
  display: flex;
  gap: 1.5rem;
  width: 55%;
  overflow: hidden;
}
.hotel-card .img-card .container-img {
  display: flex;
}
.hotel-card .img-card .container-img img {
  width: 100%;
  min-width: 350px;
  object-fit: cover;
}
.hotel-card .img-card .big {
  width: 65%;
  height: 100%;
}
.hotel-card .img-card .small {
  width: 30%;
  height: 100%;
}
.hotel-card .encart-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  width: 45%;
  max-width: 600px;
}
.hotel-card .encart-card .sub-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  align-items: center;
}
.hotel-card .encart-card .sub-title img {
  width: 20px;
}
.hotel-card .encart-card .sub-title .localisation, .hotel-card .encart-card .sub-title .avis-client {
  display: flex;
  justify-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 990px) {
  .hotel-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
    justify-content: flex-start;
    margin-top: 5rem;
    height: 55rem;
  }
  .hotel-card .img-card {
    width: 100%;
    height: 55%;
  }
  .hotel-card .img-card img {
    height: 432px;
  }
  .hotel-card .encart-card {
    width: 100%;
    gap: 2rem;
    height: 45%;
  }
}

.offer-card {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
.offer-card > img {
  height: 432px;
  object-fit: cover;
}
.offer-card .content-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1.5rem;
}
.offer-card .content-card .picto-card {
  display: flex;
  flex-wrap: wrap;
}
.offer-card .content-card .picto-card a {
  text-transform: lowercase;
}
.offer-card .content-card .picto-card div {
  display: flex;
  align-items: center;
  width: 45%;
  gap: 1rem;
  padding-bottom: 1rem;
}
.offer-card .content-card .picto-card div img {
  width: 30px;
}
.offer-card .content-card .cta {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 2rem;
}
.offer-card .content-card .cta span {
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .offer-card {
    width: 100%;
  }
}

.carrousel-card {
  min-width: 488px;
  position: relative;
}
.carrousel-card img {
  height: 350px;
  object-fit: cover;
}
.carrousel-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 45, 37, 0.28);
  z-index: 1;
}
.carrousel-card .carrousel-card-content {
  position: absolute;
  height: 45%;
  width: 70%;
  top: 45%;
  left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
.carrousel-card .carrousel-card-content h4, .carrousel-card .carrousel-card-content p {
  color: #E5E0DC;
  text-align: right;
}
@media screen and (max-width: 990px) {
  .carrousel-card {
    min-width: 350px;
    width: 100%;
  }
}

.carrousel {
  overflow: hidden;
  width: 100%;
}
.carrousel .carrousel-box {
  display: flex;
  gap: 4rem;
  overflow-x: auto; /* Activer le défilement horizontal */
  scroll-behavior: smooth; /* Pour un défilement fluide */
  scrollbar-width: thin;
  scrollbar-color: #E5E0DC #E1D2C2;
}
@media screen and (max-width: 990px) {
  .carrousel .carrousel-box {
    gap: 2rem;
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1.5rem;
  width: 45%;
}
.testimonial-card .title-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-card .title-card > img {
  width: 56px;
}
.testimonial-card .title-card .client {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: rem;
}
.testimonial-card .title-card .client .avis-client {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 990px) {
  .testimonial-card {
    width: 100%;
  }
}

.modal-booking {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(229, 224, 220, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-form {
  background-color: #E5E0DC;
  border: 1px solid #363A2B;
  margin: auto;
  width: 70%;
  position: relative;
  padding-top: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1080px) {
  .container-form {
    width: 90%;
  }
}
.container-form .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 40px;
  border: none;
  background-color: #E5E0DC;
  color: #363A2B;
}

.modal-facture {
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(229, 224, 220, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-facture {
  background-color: #E5E0DC;
  border: 1px solid #363A2B;
  margin: auto;
  width: 60%;
  top: 30%;
  position: relative;
  padding-top: 1rem;
  padding-left: 2rem;
}
.container-facture #summaryContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
.container-facture #summaryContainer .summary-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
.container-facture #summaryContainer .summary-box div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
.container-facture #summaryContainer .select-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1rem;
}
.container-facture #summaryContainer .cta {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.modal-payement {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(229, 224, 220, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-payement .container-payement {
  background-color: #E5E0DC;
  border: 1px solid #363A2B;
  margin: auto;
  width: 60%;
  position: relative;
  top: 30%;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  gap: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}

.hotels .row {
  margin-top: 18rem;
}
.hotels .row .hotel-card:first-of-type, .hotels .row .hotel-card:nth-of-type(3) {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 8rem;
}
@media screen and (max-width: 990px) {
  .hotels {
    display: flex;
    justify-content: flex-end;
  }
  .hotels .container {
    width: 95%;
  }
  .hotels .container .hotel-card:first-of-type, .hotels .container .hotel-card:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
    margin-left: 0;
  }
  .hotels .container .hotel-card:nth-of-type(2) .container-img, .hotels .container .hotel-card:nth-of-type(4) .container-img {
    display: flex;
    flex-direction: row-reverse;
  }
}

.presentation .container {
  width: 75%;
  margin: auto;
}
.presentation .container .row {
  display: flex;
  justify-content: space-between;
}
.presentation .container .row article {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 2rem;
}
.presentation .container .row article .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 1.5rem;
}
.presentation .container .row article:nth-of-type(2) .content {
  flex-direction: column-reverse;
}
@media screen and (max-width: 990px) {
  .presentation .container {
    width: 90%;
  }
  .presentation .container .row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 2rem;
  }
  .presentation .container .row article {
    width: 100%;
  }
}

.createur .container {
  width: 75%;
  margin: auto;
}
.createur .container .row article {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 2rem;
}
.createur .container .row article .content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
}
.createur .container .row article .content img {
  object-fit: cover;
  width: 45%;
}
.createur .container .row article .content .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  width: 45%;
  gap: 2rem;
}
.createur .container .row article .content .text .paragraph {
  display: flex;
  flex-direction: column;
}
.createur .container .row article .content .text .paragraph img {
  width: 120px;
}
.createur .container .row article .content .text .signature {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .createur .container {
    width: 90%;
  }
  .createur .container .row article .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    gap: 2rem;
  }
  .createur .container .row article .content img {
    width: 100%;
  }
  .createur .container .row article .content .text {
    width: 100%;
  }
}

header {
  box-shadow: 0 4px 0 rgba(100, 98, 98, 0.3);
}

.hotel-feu {
  display: flex;
  justify-content: flex-end;
}
.hotel-feu .container {
  width: 90%;
}
.hotel-feu .container .row .hotel-card {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}
@media screen and (max-width: 990px) {
  .hotel-feu .container {
    width: 95%;
  }
  .hotel-feu .container .row .hotel-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 3rem;
    justify-content: flex-start;
  }
}

.offre-hotel-feu .container {
  width: 75%;
  margin: auto;
}
.offre-hotel-feu .row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
.offre-hotel-feu .row .container-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .offre-hotel-feu .container {
    width: 90%;
  }
  .offre-hotel-feu .container .row .container-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    gap: 2rem;
  }
}

.sup-hotel-feu {
  display: flex;
  justify-content: flex-end;
}
.sup-hotel-feu .container {
  width: 90%;
}
.sup-hotel-feu .container .row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
@media screen and (max-width: 990px) {
  .sup-hotel-feu .container {
    width: 95%;
  }
  .sup-hotel-feu .container .row {
    gap: 2rem;
    width: 100%;
  }
}

.activities-hotel-feu {
  display: flex;
  justify-content: flex-end;
}
.activities-hotel-feu .container {
  width: 90%;
}
.activities-hotel-feu .container .row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
@media screen and (max-width: 990px) {
  .activities-hotel-feu .container {
    width: 95%;
  }
  .activities-hotel-feu .container .row {
    gap: 2rem;
    width: 100%;
  }
}

.video-hotel-feu .row video {
  width: 100%;
  height: 540px;
  object-fit: fill;
}
@media screen and (max-width: 990px) {
  .video-hotel-feu .row video {
    height: 400px;
  }
}

.testimonial-hotel-feu .container {
  width: 75%;
  margin: auto;
}
.testimonial-hotel-feu .row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
.testimonial-hotel-feu .row .container-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .testimonial-hotel-feu .container {
    width: 90%;
  }
  .testimonial-hotel-feu .container .row {
    gap: 2rem;
  }
  .testimonial-hotel-feu .container .row .container-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    gap: 2rem;
  }
}

.info-hotel-feu .container {
  width: 75%;
  margin: auto;
}
.info-hotel-feu .container .row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 3rem;
}
.info-hotel-feu .container .row .grid-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.info-hotel-feu .container .row .grid-info div {
  display: flex;
  align-items: center;
  width: 40%;
  gap: 1rem;
  padding-bottom: 1rem;
}
.info-hotel-feu .container .row .grid-info div img {
  width: 30px;
}
.info-hotel-feu .container .row .grid-info div .title {
  font-weight: bold;
}
.info-hotel-feu .container .row .grid-info div .text-double {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.info-hotel-feu .container .row .grid-info div .text-double .horraire {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
}
.info-hotel-feu .container .row .grid-info div .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
  width: 100%;
}
.info-hotel-feu .container .row .contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  gap: 2rem;
}
.info-hotel-feu .container .row .contact .adress-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}
@media screen and (max-width: 990px) {
  .info-hotel-feu .container {
    width: 90%;
  }
  .info-hotel-feu .container .row {
    gap: 2rem;
  }
  .info-hotel-feu .container .row .grid-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    gap: 2rem;
  }
  .info-hotel-feu .container .row .grid-info div {
    width: 100%;
  }
}

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