/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
body {
	font-family: 'Dosis', sans-serif; 
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Dosis', sans-serif; 
}
h3 {
	font-family: 'Dosis', sans-serif; 
}
.entry-title {
	font-family: 'Dosis', sans-serif; 
}

/* --------- MENU ------ */
.main-navigation ul{
	font-size:16px;
	min-height: 60px;
}
/* -------- header ----- */

/* HEADER IMAGE */
.site-header {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-size: 100%;
	height: 390px;
}
@media (max-width: 359px) {
.site-header {
	background-size: 250%;
	height: 250px;
	background-position: right;
}
}
@media (max-width: 700px) {
.site-header {
	background-size: 200%;
	height: 200px;
	background-position: right;
}
}
@media (max-width: 900px) {
.site-header {
	background-size: 160%;
	height: 200px;
}	
}
@media (max-width: 1270px) {
	.site-header .site-branding {
	top: 92%;
	left: 11%;
}
}
/*  FIN HEADER IMAGE */

/* --- typo pour les blocs de la page d'accueil 2024 */
.typo-blocs {
	font-size: 36 px;
	line-height: 15px;
}
.typo-blocs-2 {
	font-size: 58 px;
	line-height: 15px;
	background-color: #ED7703;
	display: block;
	padding: 10px;
}


/* pour slogan en allemenad et anglais */
.exclamation-en-de {
	color: #ED7703;
	font-family: 'lemonada';
	font-size: 70px;
	line-height: 100px;
}

.slogan-en-de {
	color: #ED7703;
	font-family: 'lemonada';
	font-size: 30px;
}

/* -------------pour pictos page DE */
.pictos-de {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.separateur-de {
	color: #ED7703;
}

/* classe pour les points oranges dans les widgets */
.widgets-img {
	display: inline;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* div pour la barre orange sous les titres des widgets */
#barre-orange {
	color: #ed7703;
	width: 50px;
	display: block;
	height: 4px;
	bottom: 56px;
	left: 15px;
	background-color: #ed7703;
}

/* div depuis 1965 Ardennes Freins assure votre sécurité */
#slogan-page {
	color: #fff;
	background-color: #ED7703;
	text-align: center;
	display: block;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	font-family: lemonada;
	font-size: 12px;
	padding-bottom: 5px;
}

/* BOUTON DE TELECHARGEMENT */
.bouton-telecharg {
	font-size: 18px;
	color: #FFF;
	background-color: #ed7703;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	border-radius: 5px;
	padding: 9px;
}

.bouton-telecharg a {
	color: #FFF;
	text-decoration: none;
	background-color: #ed7703;
}

.bouton-telecharg a:hover {
	color: #ed7703;
	background-color: #fff;
	text-decoration: none;
}

/* TELECHARGER LES PROMOS A PARTIR DE LA PAGE PIECES DETACHEES */
#promo-page {
	float: right;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	line-height: 14px;
	background-color: #Ed7703;
	text-align: center;
	border-radius: 15px;
	height: auto;
	width: 140px;
	padding-top: 10px;
}

#promo-page a {
	color: #FFF;
}

#promo-page a:hover {
	color: #000;
}

.tvi-man {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.man-tvi {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

/* SEPARATEUR POUR LES IMAGES DE LA PAGE VO-VN */
.separateur {
	margin: 0;
	padding: 0;
}

/* FOOTER */
/* modification de la classe texte du footer */
.site-info {
	text-align: left;
}

.site-footer {
	background-color: #222;
	color: white;
	min-height: 70px;
	font-size: 14px;
	padding: 1em;
	letter-spacing: 0;
}

.site-footer a {
	color: #ED7703;
}

.site-footer-anne {
	color: #F0C;
}

.site-footer-anne a {
	color: #F0C;
}

.pictos {
	text-align: left;
}

/* WPforms couleur bouton */
.bt-envoi-wpforms{
	background-color: #ED7703;
}

/* div pour la page la politique qualité */
#politique {
	display: block;
	padding: 5px;
	width: 100%;
	color: #000;
	background-color: #fafafa;
/*border: 1px solid #FFF;*/
	min-height: 60px;
	border-radius: 20px 0 20px 0;
	margin-bottom: 15px;
	box-shadow: 0 0 1px rgba(0,0,0,0.15);
}

.lemonada {
	font-family: lemonada;
}

.hauteur-ligne {
	line-height: 25px;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: .1em;
}