/*
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
*/
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;
}

/* --------taille header ----- */


/* div pour points d'exclamation */
#div-slogan {
	color: #ED7703;
	text-align: center;
	padding-top: 0;
	margin-right: 30%;
	font-family: lemonada;
	font-size: 150px;
	line-height: 60px;
	vertical-align: middle;
}

/* div pour avec nous vous avancez */
#div-sous-slogan {
	color: #ED7703;
	text-align: center;
	display: block;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 0;
	margin-right: 30%;
	font-family: lemonada;
	font-size: 40px;
	padding-bottom: 12px;
}


/* HEADER IMAGE + TEL */
.site-header {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-size: 100%;
	height: 390px;
}
.site-header .site-branding {
	top: 77%;
	left: 11%;
	margin-left: none;
	padding-bottom: none;
}
.site-title {
	text-align: left;
}
.site-description {
   color: #fff;
   font-size: 1em;
   font-weight: 400;
   text-transform: capitalize;
  text-shadow:none;
	letter-spacing: 0px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 10px;
	background-color:#476583;
	font-size: 20px;
	font-family: 'Roboto';
}
.site-title::after {
    height: 0px;
}

@media (max-width: 359px) {
.site-header {
	background-size: 200%;
	height: 200px;

}
.site-header .site-branding {
	top: 0%;
	left: 0%;
	margin-left: 20%;
	padding-bottom: 10px;
}
.site-description {
	text-align: center;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 10px;
	font-size: 10px;
}
}

@media (max-width: 700px) {
.site-header {
	background-size: 200%;
	height: 200px;
	background-position: right;
}
.site-header .site-branding {
	top: 0%;
	left: 0%;
	margin-left: 20%;
	padding-bottom: 10px;
}
.site-description {
	text-align: center;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 10px;
	font-size: 14px;
}
}
@media (max-width: 900px) {
.site-header {
	background-size: 160%;
	height: 200px;
}	
.site-header .site-branding {
	top: 90%;
	left: 20%;
}
.site-description {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:17px;
	padding-right:17px;
	border-radius: 10px;
	font-size: 18px;
}
}
@media (max-width: 1270px) {
	.site-header .site-branding {
	top: 92%;
	left: 11%;
}
.site-description {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:17px;
	padding-right:17px;
	border-radius: 10px;
	font-size: 18px;
}
}
/* FIN HEADER IMAGE + TEL */







.slogan {
	font-family: 'lemonada';
	font-size: 16px;
}

/* 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;
}

/* WIDGETS */

/* 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;
}

/* FIN WIDGETS*/


/* 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: 170px;
	bottom: 0;
	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;
}

/* 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;
}