* {
  font-family: "Raleway", sans-serif;
}
body {
  max-width: 1440px;
  margin: 0 auto 0 auto;
}

a {
  color: black;
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 22px;
  line-height: 26px;
  height: 26px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  padding: 42px 0px 23px 40px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  line-height: 19px;
  margin: 2px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 19px;
  margin: 2px;
}
/***************** Header *******************/
/***************** Navbar *******************/

header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#logoHeader {
  height: 19px;
  width: 61.09px;
  padding-top: 44px;
  padding-left: 55px;
}

#nav {
  display: flex;
  justify-content: flex-start;
}

.listeNav {
  display: block;
  padding: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

#listeNav1 {
  color: #0065fc;
}

.listeNav:hover {
  border-top: #0065fc 2px solid;
  padding-top: 46px;
}

.titre {
  padding: 0px 55px;
}

.titre p {
  margin-bottom: 20px;
}
/***************** Formulaire *******************/

.formulaires {
  width: 60%;
  padding-left: 55px;
}
form#formRecherche {
  display: flex;
}
#formRecherche > i {
  color: black;
}

.formulaires i {
  padding: 16px 18px 15px 18px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 15px 0px 0px 15px;
  justify-content: center;
  align-items: center;
}

.ville {
  font-size: 18px;
  border: 1px solid #f2f2f2;
  text-align: center;
  height: 45px;
}
.ville::placeholder {
  color: black;
  font-weight: bold;
}
.rechercher {
  font-size: 18px;
  line-height: 21px;
  line-height: 100%;
  text-align: center;
  color: white;
  height: 49px;
  top: 200px;
  left: 341px;
  padding: 15px 16px 15px 16px;
  gap: 10px;
  border-radius: 0px 15px 15px 0px;
  border: 1px;
  background: #0065fc;
}

#loupe {
  display: none;
}
/***************** Filtre *******************/
.filtreBar {
  display: flex;
  flex-direction: row;
  padding: 20px 62px;
  font-size: 18px;
  vertical-align: top;
  color: black;
  font-weight: bold;
}

.elementFiltreBarFiltre {
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
  padding-right: 20px;
}

#elementFiltre {
  display: flex;
  max-width: 850px;
  justify-content: space-between;
  flex: 1;
  height: 50px;
}
.elementFiltreBar {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  border-radius: 25px;
  border: 1px solid;
  border-color: #d9d9d9;
  padding: 15px 20px;
}



.elementFiltreBar .fa-solid {
  margin-right: 6px;
}

.elementFiltreBarDog .fa-solid {
  margin-right: 6px;
}

.elementFiltreBarDog {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  border-radius: 25px;
  border: 1px solid;
  border-color: #d9d9d9;
  padding: 15px 20px;
  background: #deebff;
}

.fa-solid {
  color: #0065fc;
}

.fa-regular {
  color: #f2f2f2;
}

.info i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #d9d9d9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.info {
  margin-bottom: 20px;
  padding-left: 59px;
  display: flex;
}

.sectionPrincipale {
  display: flex;
  flex-direction: column;
}


/***************** Hébergements à Marseille *******************/
#containerHebergementEtPo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px;
  gap: 40px;
}

#containerHebergement {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-basis: 65.5%;
  padding-bottom: 40px;
}

.groupCardsHebergement {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

#containerHebergement a {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
}

.cardsHebergement {
  width: 28%;
  background-color: #ffffff;
  border-radius: 20px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 16px gray;
}

.imgHebergement {
  display: flex;
  width: 100%;
  height: 124px;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;

  
}

.cardsHebergememtInfos {
  margin: 9px;
  font-size: 12px;
}

.cardsHebergememtInfos h3{
  font-weight: bold;
}

.afficherPlus {
  padding: 40px 0px 46px 44px;
  margin-bottom: 40px;
  font-weight: bold;
  
}

/***************** Les plus populaires *******************/


.titrePopulairesGroup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 40px;
}

.titrePopulairesI{
align-self: center;
margin:20px 0px 0px 20px

}

#containerPopulaires {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-basis: 30.5%;
}

.groupCardsPopulaires{
  font-size: 3em;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;

}

.cardsPopulaires {
  align-self: center;
  width: 80%;
  max-height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 16px gray;
}


#containerPopulaires a{
  font-size: 18px;
  line-height: 21px;
  display: flex;
  flex-direction: row;
  max-height: 180px;
  min-height: 140px;


}


.imgPopulaires {
  max-width: 137px;
  max-height: 140px;
  width: 40%;
  border-radius: 20px 0px 0px 20px;
  object-fit: cover;
}

.cardsPopulairesInfos {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  margin: 9px;
  padding-left: 15px;
  justify-content: space-between;


}


.cardsPopulairesInfos p{
  font-size: 14px;

}







/***************** Activité à Marseille *******************/

section#containerActivitesMarseille {
  padding-left: 50px;
  padding-right: 50px;
}

#containerActivites h2 {
  padding: 0px;
 }
 

 
.cardsActivitesMarseille {
  box-shadow: 0 0 16px gray;
  border-radius: 20px;
  
  
}

.groupCardsActivites {
  display: flex;
  justify-content: space-between;

}

.imgActivites {
  display: flex;
  width: 302px;
  height: 445px;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
}

.cardsActivitesInfos {
  padding-top: 15px;
  margin: 10px;
}

/***************** Footer *******************/

.containerFooter {
  display: flex;
  padding: 0px 0px 50px 70px;
  background-color: #f2f2f2;
  margin: 61px 53px 0px 48px;
}

.listeFooter {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.listeFooter h4 {
  font-style: normal;
 
  font-size: 18px;
  line-height: 21px;
  margin-top: 45px;

}

.listeFooter p {
  font-size: 16px;
  line-height: 19px;
  margin: 2px;
  margin-bottom: 5px;
}

/***************** Responsive Tablette *******************/

@media screen and  (max-width: 1024px) {
  /***************** Formulaire *******************/

  .ville {
    width: 50%;
  }
  /***************** Filtre *******************/

  .filtreBar {
    display: flex;
    align-content: space-between;
  }

  #elementFiltre {
    display: flex;
    max-width: 918px;
    justify-content: space-between;
  }


.elementFiltreBarDog {
 
  background-color: white;
}






  

  /***************** Hébergements à Marseille *******************/

  #containerHebergementEtPo {
    display: flex;
    flex-direction: column;
  }

  #containerHebergement {
    margin-bottom: 53px;
  }

  .cardsHebergememtInfos {
    margin: 9px;
    font-size: 12px;
  }

  /***************** Les plus populaires *******************/

  .titrePopulairesGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 20px;
  }
  
  .titrePopulairesI{
  align-self: center;
  margin:30px 0px 0px 20px
  
  }

  .groupCardsPopulaires {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
  }
  
  
  .cardsPopulaires {
    align-self: center;
    width: 80%;
    max-height: 163px;
    max-width: 240px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 16px gray;
  }


  .imgPopulaires {
    max-width: 90px;
    max-height: 163px;
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
  }

  .cardPopulairesInfosTitre h3{
    font-weight: bold;
  }

  





 
 
  /***************** Activité à Marseille *******************/

  #containerActivites h2 {
    padding: 0px;
   }

  .cardsActivitesMarseille {
    width: 182px;
    height: 267px;
  }
  
  .imgActivites {
    width: 182px;
    height: 211px;
  }
  
  .cardsActivitesInfos {
    width: 182px;
    height: 56px;
    padding-top: 0px;
  }
  /***************** Footer *******************/

  .containerFooter {
    display: flex;
    flex-direction: row;
    background-color: #f2f2f2;
  }
}

/***************** Responsive Mobile *******************/

@media screen and (max-width: 767px) {
  /***************** Header *******************/
  /***************** Navbar *******************/


  .titrePopulairesI{
    align-self: center;
    margin:20px 0px 0px 20px
    
    }
    

  header{
  display: flex ;
  }
  #logoHeader {
    
  }

  #nav {
    display: flex;
    justify-content: space-between;
  }

  .listeNav {
    width: 50%;
    text-align: center;
    padding-bottom: 39px;
  }

  .listeNav:hover {
    border-bottom: blue solid 3px;
    border-top: none;
    width: 187px;
  }

  h1 {
    width: 298px;
    height: 52px;
  }



  .titre p {
    width: 315px;
    height: 19px;
  }

  h2 {
    text-align: center;
    height: 26px;
  }

  .formulaires {
    width: 100%;
    height: 49px;
    padding-bottom: 34px;
  }

 

  .ville {
    text-align: center;
  }
  .ville ::placeholder {
    width: 195px;
  }

  .rechercheFiltre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
  }

  form#formRecherche {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .rechercher {
    display: none;
  }


  .info{
    margin-bottom: 0px;
  }
  #loupe {
    display: flex;
    padding: 15px 16px;
    justify-content: center;
    color: white;
    background: #0065fc;
    border: 1px solid #0065fc;
    border-radius: 0px 15px 15px 0px;
    font-size: 17px;
  }

  .filtreBar {
    display: flex;
    flex-direction: column;
    
  }

  .elementFiltreBarFiltre {
    width: 555px;
    height: 21px;
    left: 20px;
    top: 366px;
  }

  #elementFiltre {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 220px;
    align-content: center;
  }

  .elementFiltreBar {
    display: flex;
    
    border-radius: 40px;
    border: 2px solid #d9d9d9;
    margin-top: 17px;
    margin-right: 14px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }
  .elementFiltreBarDog {
    display: flex;
   
    border-radius: 50px;
    border: 2px solid #d9d9d9;
    background-color: #ffffff;
    margin-top: 17px;
  }
  .fa-solid {
    width: 22px;
    height: 19px;
  }

  .info p {
    width: 298px;
    height: 57px;
  }

  #containerHebergementEtPo {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  #containerHebergement {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    margin-bottom: -160px;
  }
  .cardsHebergement {
    width: 335px;
    height: 199px;
  }
  .imgHebergement {
    width: 335px;
    height: 124px;
  }

  .afficherPlus {
    display: none;
  }




  
  .groupCardsPopulaires{
    font-size: 3em;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
  
  }
  
  .cardsPopulaires {
    align-self: center;
    width: 80%;
    max-height: 180px;
    max-width: 340px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 16px gray;
  }

  .cardsPopulairesInfos {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: 9px;
    padding-left: 15px;
    justify-content: space-between;
  
  
  }

  .imgPopulaires {
    max-width: 90px;
    max-height: 140px;
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
  }
  
  section#containerActivitesMarseille {
    padding-left: 20px;
    padding-right: 50px;
}
  
  .cardsPopulairesInfos p{
    font-size: 14px;
  
  }

  .cardsActivitesMarseille {
    width: 334px;
    height: 190px;
  }

  .imgActivites {
    width: 334px;
    height: 134px;
  }

  .containerFooter {
    display: flex;
    flex-direction: column;
  }

  .listeFooter{
    margin-left: -60px;
  }


  #containerActivites h2 {
    padding-top: 105px;
}


    .groupCardsActivites{
      display: flex;
      flex-direction: column;

    }

  .cardsActivitesInfos {
    width: 334px;
    height: 56px;
  }
  .cardsActivitesMarseille {
    margin: 24px 22px 22px 19px;
  }

  .fa-solid fa-sta{
    margin: 0px;
    padding:0px;
  }
}