@font-face 
{ 	font-family: "Raleway";
	src: url('Raleway/Raleway-VariableFont_wght.ttf');
}


body
{
	font-family: "Raleway";
}

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

header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.reservia
{
	width: 100%;
}

.logo
{
	width: 110px;
	height: auto;
}

.head_lien
{
	display: flex;
	justify-content: space-between;
	width: 40%;
	height: 100%;
	align-items: center;
}

.nav 
{
	width: 66%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.header_nav
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	height: 100%;
}

nav a:hover
{
	border-top: 5px solid #0065FC;
	color: #0065FC;  
	text-decoration: none;
}

nav a:active
{
	border-top: 5px solid #0065FC;
	color: #0065FC;	
	
}

nav a 
{
	color: inherit;
	text-decoration: none;
	height: 100%;
	border: 5px solid white;
	display: flex;
	align-items: center;
}

.sinscrire
{
	color: #0065FC;
	font-weight: bold;

}

.barre_rechercher
{
	font-size: 1rem;
	width: auto;
	height: 80px;
	display: flex;
	align-items: center;
}

.localisation
{
	width: 40px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lieu
{
	font-weight: bold;	
	font-size: 1rem;
	border: none;
	border-top: #F2F2F2 1px solid;
	border-bottom: #F2F2F2 1px solid;
	width: 14rem;
	height: 47px;
}

.bouton
{
	background-color: #0065FC;
	border: 3px solid #0065FC;
	font-weight: bold;
	color: white;
	font-size: 1rem;
	border-radius: 0 10px 10px 0;
	height: 50px;
	width: 150px;
	border-left: transparent;
}

.loupe 
{
	display: none;
}


.trouver
{
	font-size: x-large;
}


.filtres_rechercher
{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 2%;
}

.filtres_rechercher i
{
	color: #0065FC;
}

.filtres
{
	margin: 0 1.5rem 1rem 1rem;
	display: flex;
	align-items: center;
}

.tout_filtre
{
	display: flex;
	flex-direction: row;
}

.filrech
{
	border: 2px solid #d9d9d9;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	margin-right: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
	padding-right: 1rem;
}

.filrech:hover
{
	background-color: #f3f8ff;
	transform: scale(1.05);
}

.logo_filtre
{
	border: solid 2px #DEEBFF;
	background-color: #DEEBFF;
	color: #0065FC;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
}

.filtre_texte
{
	display: flex;
	justify-content: center;
}

.info
{
	display: flex;
	align-items: center;
}

.logo_info
{
	border: solid 1px #d9d9d9;
	color: #0065FC;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
}


.hebergements
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 800px;
}

.hebergement_liste
{
	width: 65%;
	height: 100%;
}

.hebergement_titre
{
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.annonce_hebergements
{
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background-color: #F2F2F2;
	width: 100%;
	height: 80%;
	margin: 0;
}

.lien_annonce
{
	width: 29%;
	height: 41%;
	border-radius: 20px;
}

.annonce
{
	height: 100%;
	background-color: white;
	border-radius: 20px;
}

.image_hebergements
{
	height: 64%;
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}


.lien_annonce a:hover
{
	color:white;
	box-shadow: 0 0 16px #0000002e;
}

.hebergement_link
{
	color: inherit;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 20px 20px 0 0;
}

figure
{
	box-shadow: 16px 16px 40px #0000002e;
	border: 3px solid white;
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 100%;
	margin: 0;
}


figure:hover
{
	box-shadow: 5px 5px 20px grey;
}

.figc
{
	display: flex;
	flex-direction: column;
	color: black;
	height: 80px;
	border-radius: 0 0 20px 20px;
	justify-content: center;
}

.info_heber
{
	width: 90%;
}

.titre_annonce
{
	margin: 0;
}

.prix
{
	margin: 0;
}

.note_hebergement
{
	color: #0065FC;
	margin: 0;
}


.afficher
{
	font-family: "Raleway";
	font-weight: bold;
	height: 40px;
}


.populaires
{
	width: 30%;
}

.hebergement_titre i
{
	font-weight: bold;
}

.hb_mar
{
	font-family: "Raleway" ;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.hebergement_populaire
{
	
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	height: 90%;
	background-color: #F2F2F2;
	border-radius: 20px;
}


.aside_pop
{
	border-radius: 20px;
	height: 25%;
	width: 90%;
	box-shadow: 0 0 16px #0000002e;
	display: flex;
	justify-content: space-evenly;
	margin: auto;
}

.aside_pop:hover
{
	box-shadow: 5px 5px 20px grey;
}

.grey-color
{
	color: rgb(182, 182, 182);
}


.annonce_populaire
{
	width: 100%;
	height: 100%;
}

.populaire_img
{
	object-fit: cover;
	border-radius: 20px 0 0 20px;
	height: 100%;
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}

.lien_populaire
{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	display: flex;
	background-color: white;
	justify-content: space-between;
}

.annonce_populaire
{
	width: 50%;
}

.texte_pop
{
	display: flex;
	flex-direction: column;
	font-size: small;
	width: 44%;
}


.note_hebergements
{
	display: flex;
	color: #0065FC;
}

.activites 
{
	width: 100%;
	height: 450px;
	margin-bottom: 5%;
}	

.activite_titre
{
	height: 10%;
	display: flex;
	align-items: center;
}

.annonce_activite
{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 90%;
}

.activite_seul
{
	width: 100%;
	height: 100%;
	margin: 1%;
}

.lien_activite
{
	width: 100%;
	height: 100%;
}

.activite_image
{
	height: 95%;
	width: 100%;
	border-radius: 20px;
}

.grande_image
{
	height: 90%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.activite_1
{
	width: 100%;
	height: 95%;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	margin: 1%;
}

.lien_act
{
  width: 100%;
  height: 46.5%;
}

.activite_img
{
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 20px;
}

.petite_image
{
	height: 78%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.activite_sous-titre
{
	margin: 1%;
}

footer
{
	background-color: #F2F2F2;
	display: flex;
	flex-direction: row;
	width: 100%;
}

footer div
{
	width: 30%;
	display: flex;
	flex-direction: column;
}

.lien_footer
{
	margin-top: 3%;
}

footer h3
{
	font-weight: bold;	
}

@media all and (max-width: 480px)
{
	header 
	{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 120px;
	}

	.reservia
	{
		height: 14px;
	}

	.logo
	{
		width: 94px;
		height: auto;
	}

	.head_lien
	{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
		width: 100%;
		height: 103px;
	}

	.nav
	{
		width: 100%;
		justify-content: space-around;
		height: 57%;
	}

	.nav a:hover
	{
		border-bottom: 3px solid #0065FC;
		color: #0065FC;	
		width: 50%;
		border-top: 3px solid white;
	}

	.nav a
	{
		justify-content: center;
		width: 50%;
	}

	.header_nav
	{
		width: 100%;
		justify-content: space-around;
	}

	.barre_rechercher
	{
		width: 90%;
		align-items: center;
	}

	.logo_recherche
	{
		display: flex;
	}

	.localisation
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo_recherche input 
	{
		display: none;
	}

	.loupe
	{
		display: contents;
		background-color: #0065FC;
		border: 3px solid #0065FC;
		font-size: 1rem;
		border-radius: 0 10px 10px 0;
	}

	.fas.fa-search
	{
		background-color: #0065FC;
		color: white;
		font-weight: bold;
		font-size: 20px;
		width: 45px;
		height: 45px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.filtres
	{
		width: 100%;
	}

	.filtres_rechercher
	{
		display: flex;
		flex-wrap: wrap;
	}

	.tout_filtre
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.hebergements
	{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
	}

	.hebergement_liste
	{
		order: 2;
		width: 100%;
	}

	.annonce_hebergements
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 1278px;
	}

	.lien_annonce
	{
		width: 100%;
		height: 190px;
	}

	.image_hebergements
	{
		height: 65%;
	}

	.figc
	{
		height: 60px;
		font-size: 0.8rem;
	}

	.populaires
	{
		order: 1;
		width: 100%;
	}


	.hebergement_populaire
	{
		display: flex;
		flex-direction: column;
		height: 550px;
	}

	.aside_pop
	{
		width: 100%;
		height: 150px;
	}

	.annonce_populaire
	{
		width: 50%;
	}

	.populaire_img
	{
		width: 100%;
	}

	.texte_pop
	{
		justify-content: space-around;
		width: 43%;
	}

	.activites 
	{
		height: auto;
	}

	.annonce_activite
	{
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

	.activite_seul
	{
		width: 100%;
		height: 190px;
		margin: 3%;
	}

	.grande_image
	{
		height: 75%;
	}

	.activite_1
	{
		width: 100%;
		height: 360px;
		justify-content: space-between;
		margin: 4%;
	}

	.activite_img
	{
		width: 100%;
		height: 190px;
	}

	.petite_image
	{
		height: 75%;
	}

	.activite_sous-titre
	{
		align-items: center;
	}


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

	footer h3
	{
		margin: 0;
	}
	footer div
	{
		height: auto;
		width: 100%;
		height: 140px;
	}
}

@media all and (min-width:768px) and (max-width: 1024px)

{
	header 
	{
		width: 100%;
	}

	.reservia
	{
		width: 60%;
	}

	.logo
	{
	width: 118px;
	height: auto;
	}

	.nav
	{
		width: 74%;
	}

	.localisation
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.filtres
	{
		width: 95%;
		align-content: flex-start;
	}

	.tout_filtre
	{
		display: flex;
		
	}

	.filrech
	{
		margin-right: 1rem;
	}

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

	.hebergements
	{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
	}

	.hebergement_titre
	{
		width: 41%;
		height: 16%;
		display: flex;
	
	}

	.hebergement_liste
	{
		order: 2;
		width: 100%;
		height: 700px;
	}

	.annonce_hebergements
	{
		height: 80%;
	}

	.lien_annonce
	{
		width: 31%;
		height: 40%;
	}

	.image_hebergements
	{
		height: 62%;
	}

	.figc
	{
		font-size: 0.9rem;
	}

	.populaires
	{
	order: 1;
	width: 100%;
	height: 290px;
	}


	.hebergement_populaire
	{
		flex-direction: row;
		width: 100%;
		height: 85%;
	}


	.aside_pop
	{
		width: 31%;
		border-radius: 20px 20px 20px 20px;
		height: 80%;
	}

	.lien_populaire
	{
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.annonce_populaire
	{
		border-radius: 20px 20px 0 0;
		height:65%;
		width: 100%;
	}

	.populaire_img
	{
		border-radius: 20px 20px 0 0;
	}

	.texte_pop
	{
		width: 100%;
		height: 35%;
		font-size: 0.75rem;
	}

	.lieu_populaire
	{
		margin: 2%;
	}

	.prix_populaire
	{
		margin: 2%;
	}

	.note_hebergements
	{
		margin-left: 2%;
	}

	.activite_sous-titre
	{
		font-size: 0.8rem;
	}


	footer 
	{
		justify-content: space-between;
	}

}