@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 100;
  src: url(../fonts/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 200;
  src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 300;
  src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 500;
  src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url(../fonts/Raleway-ExtraBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url(../fonts/Raleway-Black.ttf);
}
html,
body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
}

/*formatage de la page*/
.bloc_page {
  width: 626px;
  margin: 0 auto;
}

/* Logo Reservia*/
img.logo {
  position: relative;
  top: 10px;
  left: 10px;
  height: 85px;
}

/* Barre de navigation */
.logo_menu {
  display: flex;
}
.menu-item_1 {
  position: relative;
  left: 60px;
  top: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #0065fc;
  text-decoration: none;
}
.menu-item_2 {
  position: relative;
  left: 100px;
  top: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: black;
  text-decoration: none;
}
.menu-item_3 {
  position: relative;
  left: 450px;
  top: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #0065fc;
  text-decoration: none;
}
.menu-item_2:hover {
  color: #0065fc;
  border-top: 3px solid;
  padding-top: 10px;
}
.menu-item_1:hover {
  color: #0065fc;
  padding-top: 10px;
  border-top: 3px solid;
}
.menu-item_3:visited {
  text-decoration: none;
  color: #0065fc;
}
.menu-item_3:link {
  text-decoration: none;
}

/* Titre et sous-titre */
.header-titre h1 {
  display: block;
  margin-top: 80px;
  margin-left: 10px;
  width: 600px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.header-titre p {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 200;
  width: 600px;
  margin-left: 10px;
  text-align: center;
}

/* barre de recherche */
.header-recherche {
  display: flex;
  margin-top: 90px;
  margin-left: 100px;
}
.header-recherche-situation {
  margin-left: 50px;
  border: 3px;
  background-color: #f2f2f2;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  padding: 15px;
  width: 18px;
  border-radius: 10px 0 0 10px;
  border-radius: 15px 0 0 15px;
}
.header-recherche-saisie {
  text-align: left;
  padding-left: 15px;
  height: 55px;
  width: 250px;
  border: 2px solid #f2f2f2;
}
input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  color: black;
  font-weight: 600;
}
.header-recherche-btn-small {
  display: block;
  background: #0065fc;
  color: #deebff;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  padding: 15px;
  width: 18px;
  border: 0px;
}
.header-recherche-btn-large {
  display: none;
}

/* Filtres */
.filtres-container-icon {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.filtres {
  display: flex;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  flex-direction: column;
  padding: 20px 0;
}
.filtres-container {
  display: flex;
  flex-flow: row wrap;
}

.filtres-titre {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: inherit;
  padding-right: 20px;
}

.filtres-container-icon {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 20px;
  border-radius: 200px;
  border: 2px #f2f2f2 solid;
  height: 50px;
  position: relative;
  padding-left: 55px;
  padding-right: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.filtres-container-icon:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}
.filtres-container-icon i {
  line-height: 50px;
  color: #0065fc;
  position: absolute;
  width: 50px;
  text-align: center;
  background: #deebff;
  left: -2px;
  border-radius: 100%;
}

.filtres-container-icon p {
  margin: auto;
}

/* Information */
.information-icon {
  display: flex;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 300;
  height: 50px;
  position: relative;
  padding-left: 55px;
  padding-right: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.information-icon {
  display: flex;
  margin-top: 10px;
  height: 35px;
  position: relative;
  padding-left: 30px;
  padding-right: 7px;
  margin-left: 50px;
  margin-right: 10px;
  margin-bottom: 80px;
}
.information-icon i {
  line-height: 45px;
  color: #0065fc;
  position: absolute;
  text-align: center;
  width: 45px;
  border: 2px #f2f2f2 solid;
  left: -30px;
  top: 10px;
  border-radius: 100%;
}
.information-icon p {
  margin-left: 5px;
  width: 600px;
}
.filtre2 {
  position: relative;
  left: 100px;
}

/* Herbergement Populaire */
.container-hebergement-populaire {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "container-populaire";
}

/* Herbergement */
.container-hebergement-titre {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-left: 35px;
  padding-top: 20px;
}
.hebergement-txt-afficher {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-left: 35px;
}
.container-hebergement {
  border-radius: 25px;
  background-color: #ffffff;
}
.hebergement-hotel {
  margin-top: 50px;
  margin-left: 50px;
  padding: 5px;
  height: 206px;
  width: 525px;
  background-color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 20px #0000002e;
}
img.imgh {
  height: 110px;
  bottom: 50px;
  width: 515px;
  padding: 5px;
  border-radius: 25px 25px 0 0;
  object-fit: cover;
}
.hebergement-hotel-txt {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding-left: 15px;
  line-height: 5px;
  padding-bottom: 5px;
}
.hebergement-hotel-etoile {
  color: #0065fc;
}
.hebergement-hotel:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}

/* Populaire */
.container-populaire-titre {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-left: 35px;
  height: 20px;
}
.container-populaire {
  margin-left: 25px;
  border-radius: 25px;
  grid-area: container-populaire;
  background-color: #f2f2f2;
}
.container-populaire-icon {
  margin-left: 100px;
  font-size: 20px;
}
.container-populaire-hotel {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  margin-left: 30px;
  margin-bottom: 50px;
  margin-right: 25px;
  padding: 5px;
  height: 213px;
  width: 525px;
  background-color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 20px #0000002e;
}
img.imgp {
  float: left;
  height: 200px;
  width: 230px;
  padding: 5px;
  border-radius: 25px 0 0 25px;
  object-fit: cover;
}
.populaire-hotel-txt {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin-left: 5px;
}
.populaire-hotel-etoile1 {
  line-height: 110px;
}
.populaire-hotel-etoile2 {
  line-height: 80px;
}
.populaire-hotel-etoile3 {
  line-height: 130px;
}
.populaire-hotel-etoile,
.populaire-hotel-etoile1,
.populaire-hotel-etoile2,
.populaire-hotel-etoile3 {
  font-size: 15px;
  color: #0065fc;
}
.etoile-gray {
  color: #deebff;
}
.container-populaire-hotel:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}

/* Activite */
.container-activite {
  margin-top: 20px;
  border-radius: 5px;
  grid-area: activite;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.container-activite-titre {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-top: 50px;
  margin-left: 35px;
}
.container-activite-lieux {
  margin-left: 20px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
  width: 600px;
}
.activite-lieux-1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  height: 206px;
  width: 285px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  height: 206px;
  width: 285px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-3 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  height: 206px;
  width: 285px;
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-4 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  height: 206px;
  width: 285px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-5 {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  height: 206px;
  width: 285px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-6 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  height: 206px;
  width: 285px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #0000002e;
}
.activite-lieux-img1,
.activite-lieux-img2,
.activite-lieux-img3,
.activite-lieux-img4,
.activite-lieux-img5,
.activite-lieux-img6 {
  height: 130px;
  object-fit: cover;
}
.activite-lieux-img-width {
  width: 285px;

  border-radius: 20px 20px 0 0;
}
.activite-lieux-txt {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
}
.activite-lieux-1:hover,
.activite-lieux-2:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}
.activite-lieux-3:hover,
.activite-lieux-4:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}
.activite-lieux-5:hover,
.activite-lieux-6:hover {
  cursor: pointer;
  background-color: #deebff;
  text-decoration: none;
}

/* Footer */
.footer-colonne {
  display: block;
  flex-direction: column;
  margin-top: 80px;
  padding-top: 20px;
  width: 100%;
  height: 680px;
  background-color: #f2f2f2;
}
.footer-colonne-titre {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-left: 30px;
  line-height: 40px;
}
.footer-colonne-ligne {
  line-height: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-left: 30px;
}
