/* ------------ Fonts -------------- */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------ Body --------------- */
body {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* ----------- Generals ------------ */
* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  color: #202020;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
h1 {
  font-size: 22px;
  margin: 60px 4px 6px 0px;
}
h2 {
  font-size: 26px;
  margin: 47px 10px 25px 0;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
figure figcaption {
  padding: 15px 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
a {
  text-decoration: none;
}
/* Unified articles styles */
.activityCardContainer,
.card,
a.article-flex {
  border-radius: 15px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.216);
}
/* Unified Hovering style */
.activityCardContainer:hover,
.card:hover,
a.article-flex:hover {
  background-color: #deebff35;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.filtre:hover {
  background-color: #deebff89;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.353);
  transition: 0.3s;
}
/* -------- Main wrapper ----------- */
div.main_wrapper {
  margin: 0 50px;
}
/* ------------ Header ------------- */

nav {
  display: flex;
  width: auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
header img {
  float: left;
  margin-top: 46px;
  margin-left: 50px;
}
a.login {
  float: right;
  text-decoration: none;
  color: #0065fc;
  font-weight: 700;
  padding: 50px 27px 0 20px;
  margin-right: 50px;
}
a.login:hover {
  text-shadow: 1px 1px 5px #0065fc55;
}
header nav ul {
  list-style-type: none;
  display: flex;
}
header nav ul li {
  display: inline-block;
  width: 162px;
  text-align: center;
  padding: 50px 35px 0 35px;
}

header nav ul li a {
  text-decoration: none;
}

/* Les plus */
header nav ul li a:hover {
  text-decoration: none;
  color: #0065fc;
}
header nav ul li:hover {
  display: inline-block;
  color: #0065fc;
  padding: 48px 35px 0 35px;
  border-top: 2px solid #0065fc;
}
/* ------------ Rechercher ------------ */

form {
  margin: 18px 0 0px 0;
  display: flex;
}
label {
  background-color: #e1e0e0;
  color: black;
  position: relative;
  border-radius: 10px 0 0 10px;
  padding: 16px 18px;
  margin-right: 0px;
}

input {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px 0 16px;
  line-height: 50px;
  border: 1px solid #e1e0e0;
}
input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
input::-moz-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
input::-ms-input-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
input::placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
#valide {
  cursor: pointer;
  position: relative;
  left: -5px;
  border-radius: 0 15px 15px 0;
  background-color: #0065fc;
  padding: 0px 20px;
  color: white;
  border: none;
  line-height: 50px;
}
#ok {
  cursor: pointer;
  display: none;
  border-radius: 15px;
  background-color: #0065fc;
  border: none;
  position: relative;
  left: -10px;
}
.fa-search {
  color: white;
  padding: 10px 20px;
}

#Filters p.homes {
  margin: 50px 0;
}

/* ------------ Filtres ------------ */

section#filterSection {
  padding: 0 0 40px 0;
}
section#filterSection > h2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px !important;
}
div#Filtres {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
}
.filtre {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  border: 2px solid #e1e0e0;
  align-items: center;
  height: 50px;
  margin: 0px 20px 13px 0px;
  border-radius: 50px;
}
.filtre span {
  position: relative;
  left: -10px;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.filtre p {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding-right: 20px;
  font-weight: bold;
}

span .fa-stack-1x {
  color: #0065fc;
}
span .fa-stack-2x {
  color: #deebff;
}
i.coucou {
  color: #e1e0e0 !important;
}
div.homes {
  padding-top: 22px;
  display: flex;
  align-items: center;
}
div.homes p {
  padding-left: 10px;
}

/* -------------------- HOMES -------------------- */
#section-homes {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  min-height: 625px;
  gap: 30px;
  padding: 0 50px;
}

/* ------Section Hebergements --------*/
#hebergements {
  width: 879px;
  padding-right: 40px;
  padding: 0 40px;
  background-color: #f2f2f2;
  border-radius: 30px;
}
/* -- Conteneur flex ---*/
.articlesContainer {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
/* Paramétrage des cartes */
[class^="card"] {
  height: 200px;
  background-color: white;
  width: 245px;
  padding: 5px 5px 0 5px;
}
article.card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 114px;
}
article.card a div.description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  padding: 0 13px 10px 10px;
}
.star-on {
  color: #0065fc;
  font-size: 13px;
}
.star-off {
  color: #f2f2f2;
  font-size: 13px;
}
p.more {
  margin: 42px 0 50px 0;
}
/* ------ section Popuplaires ---------*/
/* ------ section Popuplaires ---------*/
/* ------ section Popuplaires ---------*/

#populaires {
  width: 419px;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 0px 40px 0px 40px;
}
/* Titre section */
div.titlePop {
  display: flex;
  justify-content: space-between;
}
div.titlePop i {
  display: inline-block;
  margin: 47px 0 25px 0;
  font-weight: 600;
}

/* -----Conteneur flex ------- */
div.populairesContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 32px;
}
/* ----- Config Article ------- */
a.article-flex {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 345px;
  height: 144px;
  padding: 5px;
}

div.populairesContainer a.article-flex img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 127px;
  border-radius: 15px 0 0 15px;
}
div.populairesContainer a.article-flex div.description {
  padding: 14px 0 0px 20px;
  display: flex;
  flex-direction: column;
  width: auto;
  align-content: space-between;
}
div.populairesContainer a.article-flex div.description div.descriptionTitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 75px;
}
div.populairesContainer a.article-flex div.description div.descriptionStars {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 25px;
  height: 40px;
}

/* ---------------- Section Activités --------------- */
/* ---------------- Section Activités --------------- */
/* ---------------- Section Activités --------------- */
#activites {
  margin: 50px 0;
  padding-left: 50px;
  padding-right: 50px;
}
#activites > h2 {
  margin-bottom: 10px;
}
#activitiesFlexContainer {
  width: auto;
  max-height: 550px;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 40px;
  flex-wrap: wrap;
  align-content: space-between;
}

[class^="activityCard-"] {
  width: 310px;
}
/* --- Card 1 --- */
.activityCard-1 img {
  height: 389px;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 15px 15px 0 0;
}
/*  Card 2 */
.activityCard-2 img {
  height: 180px;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 15px 15px 0 0;
}
/*  Card 3 */
.activityCard-3 img {
  height: 109px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
/* --- Card 4 --- */
.activityCard-4 img {
  height: 389px;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 15px 15px 0 0;
}
/*  Card 5 */
.activityCard-5 img {
  height: 109px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
/*  Card 6 */
.activityCard-6 img {
  height: 180px;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 15px 15px 0 0;
}

/* ------------ Footer -------------- */
footer {
  background-color: #f2f2f2f2;
  padding: 0 0 0 50px;
}
footer div.container {
  display: flex;
  width: 80%;

  flex-direction: row;
  justify-content: space-between;
}
footer div {
  margin-bottom: 35px;
}
footer h3 {
  padding: 45px 0 12px 0;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* --------------------------- Media Queries -------------------- */
/* ------------ Mobiles -------------- */
@media all and (max-width: 575px) {
  /* Global settings */
  h1 {
    font-size: 22px;
    margin: 30px 20px 10px 0px;
  }
  h2 {
    font-size: 26px;
    margin: 0px 0 25px 20px;
  }
  body {
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  div.main_wrapper {
    margin: 0 20px;
  }

  /* Header Settings */
  header img {
    margin-top: 25px;
    margin-left: 20px;
  }
  a.login {
    padding: 43px 0px 0 20px;
    margin-right: 21px;
  }
  nav {
    clear: both;
    justify-content: center;
    align-items: flex-end;
    align-content: space-between;
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex-wrap: nowrap;
  }
  header nav ul {
    list-style-type: none;
    padding: 20px 0 0 0;
  }
  header nav ul li {
    display: inline-block;
    border-bottom: 2px solid gray;
    width: 50vw;
    margin: 0 1px;
    text-align: center;
    padding: 10px 0px 15px 0px;
    flex-grow: 1.5;
  }
  header nav ul li:hover {
    border-top: none;
    padding: 10px 0px 15px 0px;
    border-bottom: 2px solid #0065fc;
  }

  /* ------------Section Recherche --------------*/
  form {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }
  section#filterSection > h2 {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  #recherche_field {
    padding: 0px 15px 0 16px;
    width: 230px;
  }
  #valide {
    display: none;
  }
  #ok {
    display: initial;
    border-radius: 15px;
    background-color: #0065fc;
    border: none;
    position: relative;
    left: -15px;
  }

  /* ------------Section Filtres --------------*/
  .filtre {
    margin: 0px 10px 13px 0px;
  }
  .filtre p {
    left: -10px;
    padding-right: 5px;
  }
  /* ------------Section Populaires --------------*/
  div#section-homes {
    padding: 0 0px;
  }

  #populaires {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 0px;
    padding: 30px 0px 35px 0px;
    margin: 0 0px;
  }

  div.titlePop i {
    display: inline-block;
    margin: 0px 20px 25px 0;
    font-weight: 600;
  }
  div.populairesContainer {
    padding: 0 0px;
    gap: 10px;
  }

  div.populairesContainer a {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 147px;
    margin: 0 20px;
  }

  div.populairesContainer a.article-flex img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 127px;
    border-radius: 15px 0 0 15px;
  }
  div.populairesContainer a.article-flex div.description {
    padding: 14px 5px 0px 20px;
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-content: space-between;
  }
  div.populairesContainer a.article-flex div.description div.descriptionTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  div.populairesContainer a.article-flex div.description div.descriptionStars {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 25px;
  }

  /* ------------Section Hebergements --------------*/
  #hebergements {
    width: 100%;
    padding-right: 0px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 0px;
  }
  #hebergements > h2 {
    margin: 0px 0 25px 0px;
  }
  .articlesContainer {
    gap: 10px;
  }
  /* Paramétrage des cartes */
  [class^="card"] {
    height: 200px;
    width: 100%;
    background-color: white;
    padding: 5px 5px 0 5px;
  }
  article.card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 114px;
  }
  #hebergements a p.more {
    margin-left: 20px;
  }
  /* ---------------- Section Activités --------------- */
  #activites {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0px 0;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  #activites h2 {
    margin: 0px 0 25px 0px;
  }
  #activitiesFlexContainer {
    width: 100%;
    max-height: none;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    row-gap: 40px;
    gap: 10px;
    align-content: space-between;
  }
  [class^="activityCard-"] {
    width: 100%;
  }
  [class^="activityCard-"] img {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /*  Footer  */
  footer {
    background-color: #f2f2f2f2;
    padding: 10px 0 40px 50px;
  }
  footer div.container {
    flex-direction: column;
  }
  footer div {
    margin-bottom: 0px;
  }
  footer h3 {
    padding: 35px 0 12px 0;
  }

  /* End mobil media queries End Mobils -> 576px*/
}
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */
/* ------------ Tablettes 576 -> 767 ------------------------- */

@media all and (min-width: 576px) and (max-width: 767px) {
  /* Global settings */
  h1 {
    font-size: 22px;
    margin: 30px 20px 10px 0px;
  }
  h2 {
    font-size: 26px;
    margin: 0px 0 25px 20px;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  div.main_wrapper {
    margin: 0 20px;
  }
  /* Header Settings */
  header img {
    margin-top: 25px;
    margin-left: 20px;
  }
  a.login {
    padding: 43px 0px 0 20px;
    margin-right: 21px;
  }
  nav {
    clear: both;
    justify-content: center;
    align-items: flex-end;
    align-content: space-between;
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex-wrap: nowrap;
  }
  header nav ul {
    list-style-type: none;
    padding: 20px 0 0 0;
  }
  header nav ul li {
    display: inline-block;
    border-bottom: 2px solid gray;
    width: 50vw;
    margin: 0 1px;
    text-align: center;
    padding: 10px 0px 15px 0px;
    flex-grow: 1.5;
  }
  header nav ul li:hover {
    border-top: none;
    padding: 10px 0px 15px 0px;
    border-bottom: 2px solid #0065fc;
  }

  /* ------------Section Recherche --------------*/
  form {
    width: 100%;
    margin: 40px auto;

    display: flex;
    margin-bottom: 0;
  }
  section#filterSection > h2 {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  #valide {
    display: none;
  }
  #ok {
    display: initial;
    border-radius: 15px;
    background-color: #0065fc;
    border: none;
    position: relative;
    left: -10px;
  }

  /* ------------Section Filtres --------------*/
  .filtre {
    margin: 0px 10px 13px 0px;
  }
  .filtre p {
    left: -10px;
    padding-right: 10px;
  }
  /* ------------Section Populaires --------------*/
  #section-homes {
    padding: 0 0;
  }
  #populaires {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 0px;
    padding: 30px 0px 35px 0px;
  }

  div.titlePop i {
    display: inline-block;
    margin: 0px 20px 25px 0;
    font-weight: 600;
  }
  a.article-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 20px;
    min-width: 310px;
    height: 147px;
  }
  div.populairesContainer {
    gap: 10px;
  }
  /* ------------Section Hebergements --------------*/
  #hebergements {
    width: 100%;
    padding-right: 0px;
    padding: 0 0px;
    background-color: #fff;
    border-radius: 0px;
  }

  .articlesContainer {
    justify-content: space-evenly;
    row-gap: 10px;
    gap: 40px;
  }
  /* Paramétrage des cartes */
  [class^="card"] {
    height: 200px;
    background-color: white;
    width: 40%;
    min-width: 250px;
    padding: 5px 5px 0 5px;
  }
  article.card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 114px;
  }
  #hebergements a p.more {
    margin-left: 20px;
  }
  /* ---------------- Section Activités --------------- */
  #activites {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0px 0;
    margin-bottom: 50px;
  }
  #activites h2 {
    margin: 0px 0 25px 0px;
  }
  #activitiesFlexContainer {
    width: 100%;
    max-height: none;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;

    row-gap: 40px;
    gap: 20px;
    align-content: space-between;
  }
  [class^="activityCard-"] {
    width: 100%;
    min-width: 300px;
  }
  [class^="activityCard-"] img {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* ------------ Footer -------------- */
  footer {
    padding: 0 50px 50px 50px;
  }
  footer div.container {
    width: 100%;
    margin-bottom: 0;
  }
  footer h3 {
    padding: 45px 0 12px 0;
  }
  /* End Tablets 577 -> 767 px */
}

/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
/* ----------------- 768 -> 1024 ----------------------- */
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Global settings */
  h1 {
    font-size: 22px;
    margin: 30px 20px 10px 0px;
  }
  h2 {
    font-size: 26px;
    margin: 0px 0 25px 20px;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  div.main_wrapper {
    margin: 0 20px;
  }

  /* Header Settings */
  header img {
    margin-top: 25px;
    margin-left: 20px;
  }
  a.login {
    padding: 43px 0px 0 20px;
    margin-right: 21px;
  }
  nav {
    clear: both;
    justify-content: center;
    align-items: flex-end;
    align-content: space-between;
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex-wrap: nowrap;
  }
  header nav ul {
    list-style-type: none;
    padding: 20px 0 0 0;
  }
  header nav ul li {
    display: inline-block;
    border-bottom: 2px solid gray;
    width: 50vw;
    margin: 0 1px;
    text-align: center;
    padding: 10px 0px 15px 0px;
    flex-grow: 1.5;
  }
  header nav ul li:hover {
    border-top: none;
    padding: 10px 0px 15px 0px;
    border-bottom: 2px solid #0065fc;
  }

  /* ------------Section Recherche --------------*/
  form {
    margin: 40px auto;
    display: flex;
    margin-bottom: 0;
  }
  section#filterSection > h2 {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  #valide {
    display: none;
  }
  #ok {
    display: initial;
    border-radius: 15px;
    background-color: #0065fc;
    border: none;
    position: relative;
    left: -10px;
  }

  /* ------------Section Filtres --------------*/
  section#filterSection > h2 {
    margin-bottom: 0;
    font-size: 26px;
    margin: 47px 10px 25px 0;
  }
  .filtre {
    margin: 0px 10px 13px 0px;
  }
  .filtre p {
    left: -10px;
    padding-right: 10px;
  }
  /* ------------Section Populaires --------------*/
  #section-homes {
    padding: 0 20px;
  }
  #populaires {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 30px 0px 35px 0px;
  }
  div.populairesContainer {
    overflow: auto;
    padding: 0 0 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
  div.titlePop i {
    display: inline-block;
    margin: 0px 20px 25px 0;
    font-weight: 600;
  }
  a.article-flex {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 50%;
    min-width: 280px;
    height: 127px;
  }
  div.populairesContainer a.article-flex div.description {
    padding: 5px 0 0px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: space-between;
  }
  div.populairesContainer a.article-flex img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 105px;
    border-radius: 15px 0 0 15px;
  }
  div.populairesContainer {
    gap: 10px;
  }
  div.populairesContainer a.article-flex div.description div.descriptionTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 65px;
  }
  div.populairesContainer a.article-flex div.description div.descriptionStars {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 20px;
  }
  /* ------------Section Hebergements --------------*/
  /* ------------Section Hebergements --------------*/
  #hebergements {
    width: 100%;
    padding: 0 0px;
    background-color: #f2f2f2;
    border-radius: 30px;
  }
  #hebergements h2 {
    padding-top: 20px;
  }
  .articlesContainer {
    gap: 20px;
  }
  /* Paramétrage des cartes */
  [class^="card"] {
    height: 200px;
    width: 100%;
    background-color: white;
    width: 325px;
    padding: 5px 5px 0 5px;
  }
  article.card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 114px;
  }
  #hebergements a p.more {
    margin-left: 20px;
  }
  /* ---------------- Section Activités --------------- */
  #activites {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 40px 0 50px 0;
    padding: 0 20px;
  }
  #activites h2 {
    margin: 0px 0 25px 0px;
  }
  #activitiesFlexContainer {
    width: 100%;
    max-height: none;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;

    row-gap: 40px;
    gap: 20px;
    align-content: space-between;
  }
  [class^="activityCard-"] {
    width: 335px;
  }
  [class^="activityCard-"] img {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* ------------ Footer -------------- */
  footer div.container {
    display: flex;
    width: 100%;
    padding-right: 50px;
  }

  /* End Tablets 768 - 1024 px */
}

/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */
/* ----------------- 1025 -> 1427  ----------------------- */

@media all and (min-width: 1025px) and (max-width: 1427px) {
  /* Global settings */

  h2 {
    font-size: 26px;
    margin: 0px 10px 25px 20px;
  }

  div.main_wrapper {
    margin: 0 50px;
  }

  /* ------------ Rechercher ------------ */

  form {
    margin: 18px 0 0px 0;
    display: flex;
  }
  label {
    background-color: #e1e0e0;
    color: black;
    position: relative;
    border-radius: 10px 0 0 10px;
    padding: 16px 18px;
    margin-right: 0px;
  }

  input {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px 0 16px;
    line-height: 50px;
    border: 1px solid #e1e0e0;
    border-radius: 0 0px 0px 0;
  }
  #valide {
    position: relative;
    left: -5px;
    border-radius: 0 15px 15px 0;
    background-color: #0065fc;
    padding: 0px 20px;
    color: white;
    border: none;
    line-height: 50px;
  }
  #ok {
    display: none;
    border-radius: 15px;
    background-color: #0065fc;
    border: none;
    position: relative;
    left: -10px;
  }
  .fa-search {
    color: white;
    padding: 10px 20px;
  }

  #Filters p.homes {
    margin: 50px 0;
  }

  /* ------------ Filtres ------------ */

  section#filterSection {
    padding: 0 0 40px 0;
  }
  section#filterSection > h2 {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 47px;
    margin-left: 0;
  }
  div#Filtres {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
  }
  .filtre {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    border: 2px solid #e1e0e0;
    align-items: center;
    height: 50px;
    margin: 0px 20px 13px 0px;
    border-radius: 50px;
  }
  .filtre span {
    position: relative;
    left: -10px;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
  }
  .filtre p {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding-right: 20px;
  }

  span .fa-stack-1x {
    color: #0065fc;
  }
  span .fa-stack-2x {
    color: #deebff;
  }
  div.homes {
    padding-top: 22px;
    display: flex;
    align-items: center;
  }
  div.homes p {
    padding-left: 10px;
  }

  /* ------------Section Populaires --------------*/
  #populaires {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 30px 0px 35px 0px;
  }
  div.populairesContainer {
    overflow: auto;
    padding: 0 0 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
  div.titlePop i {
    display: inline-block;
    margin: 0px 20px 25px 0;
    font-weight: 600;
  }
  a.article-flex {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 70%;
    min-width: 280px;
    height: 127px;
  }
  div.populairesContainer a.article-flex div.description {
    padding: 5px 0 0px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: space-between;
  }
  div.populairesContainer a.article-flex img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 105px;
    border-radius: 15px 0 0 15px;
  }
  div.populairesContainer {
    gap: 10px;
  }
  div.populairesContainer a.article-flex div.description div.descriptionTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 65px;
  }

  div.populairesContainer a.article-flex div.description div.descriptionStars {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 20px;
  }
  /* ------------Section Hebergements --------------*/
  #hebergements {
    width: 100%;
    padding: 0 0px;
    background-color: #f2f2f2;
    border-radius: 30px;
  }
  #hebergements h2 {
    padding-top: 20px;
  }
  .articlesContainer {
    gap: 10px;
  }
  /* Paramétrage des cartes */
  [class^="card"] {
    height: 200px;
    width: 100%;
    background-color: white;
    width: 335px;
    padding: 5px 5px 0 5px;
  }
  article.card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 114px;
  }
  #hebergements a p.more {
    margin-left: 20px;
  }
  /* ---------------- Section Activités --------------- */
  #activites {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 50px 0px 50px 0px;
  }
  #activites h2 {
    margin: 0px 0 25px 0px;
  }
  #activitiesFlexContainer {
    width: 100%;
    max-height: none;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;

    row-gap: 40px;
    gap: 20px;
    align-content: space-between;
  }
  [class^="activityCard-"] {
    width: 335px;
  }
  [class^="activityCard-"] img {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* ------------ Footer -------------- */
  footer div.container {
    display: flex;
    width: 90%;
    padding: 0 50px;
  }
}
