/* CITATION */

.citation {
	font-family: var(--font_1);
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	color: var(--color_2);
	background-color: var(--color_3)
}



.maj_gras {
	text-transform: uppercase;
	font-weight: 700
}
table.tableau_tarifs {
	width: 95%;
	margin: auto;
	font-size: 1em;
	border-collapse: collapse
}
table.tableau_tarifs thead {
	text-align: center;
	font-weight: bold;
	background-color: var(--color_1);
	color: white
}
table.tableau_tarifs .cell_prix {
	width: 220px;
	text-align: right;
	border-left: 1px solid #bfbfbf
}
table.tableau_tarifs td { padding: 8px 5px 8px 5px }
table.tableau_tarifs tbody tr:nth-child(even) { background-color: #e9e9e9 }

img.image_gauche, img.image_droite {
	display: block;
	margin: 5px auto 5px auto
}
@media all and (min-width:500px) {
	img.image_gauche {
		float: left;
		margin:20px 20px 10px 0
	}
	img.image_droite {
		float: right;
		margin: 20px 0 10px 20px	
	}
}
@media all and (min-width:980px) {
	img.image_centre { 
		display: inline;
		margin: 0 10px 
	}
		table.tableau_tarifs {
		width: 85%;
		font-size: 1.1em
	}
		/* CITATION */
		
	.citation::before {
		content: '';
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 25px;
		margin-left: -50px;
		background-image: url(../img/icons/citation_before_bg.webp);
		background-repeat: no-repeat
	}

}

