
.rouge_claire-bg{
	background-color: #9B1512 !important;

}

.rouge_fonce-bg{
	background-color: #550B08 !important;
}
.black_bg{
	background-color: #262228  !important;

}


@font-face {
    font-family: "LeagueGothicRegular";
    src: url('LeagueGothic-Regular.otf');
}

h1{
	font: 3.75em "LeagueGothicRegular",sans-serif;	
	color: #A11613;
}

body{
	background-image: url(fond.jpg);
	/*background-color: #840A0A ;*/
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 0;
}

.header{
	z-index: 1;
	margin-top: 0;
	background-color: white;
	padding-top: 3em;
	padding-bottom: 1em;
}

@media (min-width: 480px) {
	.header{
		z-index: 1;
		margin-top: 22%;
		background-color: white;
		padding-top: 3em;
		padding-bottom: 1em;
	}
}


.bodycontent{
	margin-top: -15px!important;
	background-image: url(whitebg.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.innerbody{
	background-color: white;
	-moz-box-shadow: 0px 6px 6px 0px #656565;
	-webkit-box-shadow: 0px 6px 6px 0px #656565;
	-o-box-shadow: 0px 6px 6px 0px #656565;
	box-shadow: 0px 6px 6px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=6);
}


#barresup{ 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

.sponsors{
	text-align: center;
	border: 4px solid #E5E6E7;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
}

.sponsorstitle{
	border-bottom: 1px solid grey;
}

.sectiontitle{
	font: 1.7em "LeagueGothicRegular",sans-serif;
	text-transform: uppercase;
	color: #3945A8;
	margin-bottom: 0.5em;
}

.content{
	background-color: #c6ff00;
	padding: 10px;
	margin-bottom: 10px;
}

.contentsectiontitle{
	font: 1.7em "LeagueGothicRegular",sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}

.date{
	text-align: center;
	padding: 5px 0px;
	background-color: #94DEF8;
	border-right: 8px solid white;
	font-weight: bold;
}

.blockcontent{
	margin-bottom: 20px;
}

.innercontent{
	padding: 15px 0px;
}

.titlecontent{
	background-color: #F3F3F3;
}

.tips{
	margin: 2% 20%;
	background-color: #F3F3F3;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #E5E6E7;
	text-align: center;
}

#imgtips1{
	background-image: url(digipub-pic.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	padding: 0!important;
	margin: 0!important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}




