h1,h2{
	display:inline-block;
	border-bottom:4px solid #e06c19;
	font-family:'KiyeSans','sans-serif'; font-weight:bold; color:#e06c19;
	margin-top:30px;
	margin-bottom:20px;
}

@media (min-width: 1000px) {
	h1,h2{
		margin-top:55px;
		margin-bottom:45px;
	}
}

h1 { font-size:24px; line-height:32px; }
h2 { font-size:20px; line-height:29px; margin-left:auto; margin-right:auto; }
h2.blanc{ border-color:#fff; }
h3 { margin-bottom:20px; font-family:'KiyeSans','sans-serif'; text-transform: uppercase; font-size:18px; color:#e06c19; }

.fonce { color:#7a402a; }
.green { color:#b4d236; }
.uppercase { text-transform: uppercase; }

ul { margin-left: 40px; margin-bottom: 40px; }
strong {  font-weight: 800; }
.img-responsive { max-width: 100%; height: auto; display: block; }

.fontBrannBollFet{ font-family:'BrannbollFet',sans-serif; }
.fontKGBlankSpace{ font-family:'KGBlankSpaceSolid',sans-serif; }
.fontKGBlankSketch{ font-family:'KGBlankSpaceSketch',sans-serif; }
.fontImpact{ font-family:'impactwebfont',sans-serif; }

.hide{ display:none !important; }
.floatLeft{float:left;}
.floatRight{float:right;}

.clearBoth{ clear:both; height:0px; line-height:0px; font-size:0px; }

.marginTop5{margin-top:5px;}
.marginTop10{margin-top:10px;}
.marginTop15{margin-top:15px;}
.marginTop20{margin-top:20px;}
.marginTop25{margin-top:25px;}
.marginTop30{margin-top:30px;}
.marginTop35{margin-top:35px;}
.marginTop40{margin-top:40px;}
.marginTop45{margin-top:45px;}
.marginTop50{margin-top:50px;}
.marginTop55{margin-top:55px;}

.marginRight5{margin-right:5px;}
.marginRight10{margin-right:10px;}
.marginRight15{margin-right:15px;}
.marginRight20{margin-right:20px;}
.marginRight25{margin-right:25px;}
.marginRight30{margin-right:30px;}
.marginRight35{margin-right:35px;}
.marginRight40{margin-right:40px;}
.marginRight45{margin-right:45px;}
.marginRight50{margin-right:50px;}
.marginRight55{margin-right:55px;}

.marginBottom5{margin-bottom:5px;}
.marginBottom10{margin-bottom:10px;}
.marginBottom15{margin-bottom:15px;}
.marginBottom20{margin-bottom:20px;}
.marginBottom25{margin-bottom:25px;}
.marginBottom30{margin-bottom:30px;}
.marginBottom35{margin-bottom:35px;}
.marginBottom40{margin-bottom:40px;}
.marginBottom45{margin-bottom:45px;}
.marginBottom50{margin-bottom:50px;}
.marginBottom55{margin-bottom:55px;}

.marginLeft5{margin-left:5px;}
.marginLeft10{margin-left:10px;}
.marginLeft15{margin-left:15px;}
.marginLeft20{margin-left:20px;}
.marginLeft25{margin-left:25px;}
.marginLeft30{margin-left:30px;}
.marginLeft35{margin-left:35px;}
.marginLeft40{margin-left:40px;}
.marginLeft45{margin-left:45px;}
.marginLeft50{margin-left:50px;}
.marginLeft55{margin-left:55px;}


.noPadding{padding:0px !important;}

.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignJustify, .justify{text-align:justify;}
.bold, .strong{font-weight:bold;}

.centerText { text-align: center; }

img{ border:none; }

.texte p, .texte{
	margin-bottom:20px; line-height:29px;
	font-family:'Roboto', arial, sans-serif; font-size:14px; color:#363636;	
}

.liste{ }

.btn{
	display:inline-block; padding:0 15px; height:52px; 
	line-height:52px; border:none; background:#f4aa34; cursor:pointer;
	font-family:'KGBlankSpaceSolid','sans-serif'; font-size:20px; font-weight:normal; color:#FFF;
}

.btn.btnSmall{ line-height:32px; height:32px; font-size:14px; }

a{ color:#e06c19; }

.btn.vert{ background:#b4d236; color:#fff; }

.blanc{ color:#fff !important; }
.orange{ color:#f4aa34 !important; }
.vert{ color:#b4d236; }
.brown{ color:#7b402a; }


.bordures{ border:8px solid #fff; }

.ombreBasLarge, .ombreBas{ position:relative; }

.ombreBasLarge:after,
.ombreBas:after{
	content:'';
	height:48px;
	width:100%;
	display:block;
	position:absolute;
	bottom:-56px;
	left:0px;
}

.ombreBasLarge:after{ background:url('../img/commun/interface/ombreBasLarge.png') top center no-repeat; }
.ombreBas:after{ background:url('../img/commun/interface/ombreBas.png') top center no-repeat; }

.adapte_image{ width:100%; height:auto; max-width:100%; }


/***** Cookies et traceurs *****/
div#cookies_et_traceurs_CNIL{
	width:100%; min-height:22px; line-height:22px; vertical-align:middle;
	text-align:center; 
	font-size:14px;     
	background: rgba(180, 210, 54, 0.9);;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	z-index: 100;
}

div#cookies_et_traceurs_CNIL p {
	font-size: inherit;
}
div#cookies_et_traceurs_CNIL p a{ 
	font-size: inherit;
	text-decoration:underline; 
	color:#fff; 
}

@media (max-width: 767px) {
	#menu{display:none;}
	#menu-responsive-open {
	    width: 19px;
	    height: 14px;
	    background-image: url(../img/commun/interface/open-menu.png);
	    position: absolute;
	    top: 25px;
	    right: 15px;
	    cursor: pointer;
		z-index: 2;
	}
}

@media (min-width: 768px) {
	#menu{display:block;}
	#menu-responsive-open {display: none;}
}