.liens_fil_ariane {
	margin-top: 15px;
}

.liens_fil_ariane, .liens_fil_ariane a {
	color: #345887;
}

.fiche_du_site_bloc_central {
	width: 100%;
	/*min-height: 540px;*/
	display: inline-block;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	.fiche_du_site_bloc_central {
		width: 97%;
	}
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.fiche_du_site_bloc_central {
		width: 94%;
	}
}

/*.fiche_du_site_bloc_gauche {
	padding: 0 10px 0 0;
}

.fiche_du_site_bloc_droit {
	border-left: 1px solid #C1C1C1;
	width: 360px;
	text-align: center;
}*/

.fiche_du_site_bloc_gauche {
	padding: 0 10px 0 0;
	width: 650px;
}

.fiche_du_site_bloc_droit {
	border-left: 1px solid #c1c1c1;
	float: right;
	padding: 0 10px;
	text-align: center;
	width: 320px;
}

.fiche_du_site_bloc_droit ul {
	list-style-type: none;
	margin-top: 15px;
}

.interaction_header {
	text-decoration: underline;
}

.interaction_action {
	margin: 15px -35px;
	text-align: left;
}

.interaction_action iconify-icon {
	font-size: 150%;
}

.interaction_action select {
	width: 100%;
	max-width: 200px;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.interaction_action {
		margin-left: -45px;
	}
}

.interaction_action a {
	text-decoration: none;
	width: 100%;
}

/*@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.fiche_du_site_bloc_droit img {
		max-width: 230px;
	}
}*/

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.fiche_du_site_bloc_droit {
		border: 0;
		width: 100%;
		float: none;
	}

	.fiche_du_site_bloc_droit img {
		margin: 0 auto;
		max-width: 260px;
	}

	.interaction_ul {
		float: right;
		margin: 15px 50px;
		min-width: 210px;
	}

	.fiche_du_site_bloc_gauche {
		width: 100%;
		display: inline-block;
	}
}

/*@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.interaction_ul {
		margin: 0;
	}
}*/

.lien_sur_fiche_0 {
	display: flex;
	margin: 15px 0;
}

.lien_sur_fiche_1 {
	width: 60px;
}

.lien_sur_fiche_2 {
	margin: auto 0;
}

.lien_sur_fiche_1 a {
	font-weight: bold;
}

.lien_sur_fiche_0 iconify-icon,
.lien_sur_fiche_1 iconify-icon,
.lien_sur_fiche_2 iconify-icon {
	font-size: 350%;
}

.link_pas_bon,
.link_pas_bon a {
	color: #FF0000;
	font-weight: bold;
	background-color: #F1C0C0;
	padding: 10px;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.interaction_header {
		margin-left: -50px;
	}
}


/* https://www.creativejuiz.fr/blog/tutoriels/systeme-notation-quelques-lignes-css */
.rating {
	margin: -10px 0 10px;
}

.rating a,
.rating_affichage,
.rating_affichage_couleur {
	color: #AAAAAA;
	text-decoration: none;
	transition: color .4s;
}

.rating a,
.rating_affichage,
.rating_affichage_couleur,
.styleSurLaMoitie {
	font-size: 20px;
}

.rating a:hover,
.rating a:focus,
.rating a:hover ~ a,
.rating a:focus ~ a {
	cursor: pointer;
}

.rating a:hover,
.rating a:focus,
.rating a:hover ~ a,
.rating a:focus ~ a,
.rating_affichage_couleur {
	color: #FFA500;
}

/*******************************************
Carte de l'adresse
*******************************************/
	.map_generale {
		display: inline-block;
		width: 100%;
	}

	.map1,
	.map2,
	.map3 {
		border-radius: 15px
	}

	.map1 {
		height: 607px;
		margin-right: 5px;
	}

	@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
		.map1 {
			float: none !important;
			width: 90% !important;
			margin: 0 auto;
		}
	}

	.map2 {
		margin-bottom: 5px;
	}

	.map2,
	.map3 {
		height: 300px;
		width: 29.5%;
	}

	@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
		.map2,
		.map3 {
			width: 90%;
			margin: 10px 20px 0;
			float: left;
		}
	}
/*******************************************
********************************************
*******************************************/