body {
	font-family: arial;
	font-size: 2em !important;
}

body.home a {
	text-decoration: none;
	all: unset;
}

.home {
	color: white;
}

.home .entree {
	font-size: 28px;
	text-align: center;
}

.home {
	h1 {
		padding-top: 20px;
	}
	
	h2 {
		padding-top: 20px;
	}
}

.banniere img {
	width: 500px;
	height: 170px;
	padding:auto;
	padding-bottom:15px;
	margin: auto;
}

.home .vignette {
	background-color: #224162;
}

.bg-blue {
	background-color: #224162;

}

.text-blue {
	color: #224162;
}

.text-orange {
	color: #df8730;
}

.bg-orange {
	background-color: #df8730;
}

.bg-light-orange {
	background-color: #f6f0ec;

}

.filtre {
	text-align: right;
	select { text-align-last: center; }
}

.vignette {
	text-decoration: none;
}

.vignette .titre {
	font-weight: bold;
	font-size: 1.30em;
	text-align: center;
}

.vignette .responsabilites {
	font-style: italic;
}

.edit-parent-label {
	font-weight: bold;
	color: #224162;
}

.back-arrow {
	filter: invert(19%) sepia(11%) saturate(3807%) hue-rotate(172deg) brightness(98%) contrast(84%);
	width: 100px;
	margin: 30px;
}

.fiche {
	
	label {
		font-weight: bold;
		color: #224162;
	}
	
	h1 {
		padding: 20px;
		color: #224162;	
		font-weight: bold;
		font-size: 1.5em;
	}
	
	h2 {
		padding-top: 50px;
		color: #df8730;
		font-weight: bold;	
	}
	
	h3 {
		padding-top: 10px;
	}
	
	h2.no-line-break {
		    display: inline;

	}
}

