/*********************************************************************/
/* Balises HTML */
/*********************************************************************/
html {
	background: #efefef;
}
body
{
	background: transparent;
	font-family: 'Open Sans', sans-serif; 
	font-size: 16px;
	color: #666666;
}
h1
{
	color: #e00707; 
	font-family: 'PT Sans', sans-serif; font-size: 32px; font-weight: bold;
}
h2
{
	font-family: 'PT Sans', sans-serif; font-size: 24px; font-weight: bold;
}
h3
{
	color: #e00707; 
	font-family: 'PT Sans', sans-serif; font-size: 20px; font-weight: normal;
}
th
{
	font-family: 'PT Sans', sans-serif; font-size: 24px; font-weight: bold;
	background-color: #d9edf7!important; color: #e00707!important;
}
td
{
	color: #666666!important;
}
a
,a:visited
,a:hover
{
	text-decoration: none;
	color: #e00707;
	cursor: pointer;
}
noscript div
{
	width: 100%; height: 80px; background: #ff0000; color: #ffffff; text-align: center; padding-top: 30px;
}
/*********************************************************************/
/* Bootstrap */
/*********************************************************************/
.img-responsive {display:inline-block;max-width:100%;height: auto;}
.modal-backdrop {/* bug fix - no overlay */display: none;}
.alert img {width:36px;height:auto;}
div.required label:after {content:"*";color:red;}
.btn-primary {background-color:#e00707; border-color:#e00707}
.btn-primary a:link,.btn-primary a:visited {color:#FFFFFF;}
/*********************************************************************/
/* carousel */
/*********************************************************************/
.carousel .carousel-item {background:#383838;}
.carousel .carousel-item img {display:block;margin-left:auto; margin-right:auto;}
.carousel .carousel-control {z-index:100;}
.carousel .carousel-indicators{bottom:0px;height:20px;}
.carousel .carousel-caption {text-align:left;position:static;padding:15px;}
.carousel .carousel-caption p {color:#ffffff; background:none !important;}
/*********************************************************************/
/* main */
/*********************************************************************/
main#main
{
	max-width: 1200px;
	padding: 0px; margin: 0px;
	margin-left: auto; margin-right: auto;
	background: #ffffff;
}
/*********************************************************************/
/* header */
/*********************************************************************/
div#header
{
}
/*********************************************************************/
/* top */
/*********************************************************************/
div#top
{
	padding-left: 0px; padding-right: 0px; padding-top: 15px; padding-bottom: 15px;
	background-color: #efefef;
	text-align: center;
}
div#top ul.nav
{
	display: block;
}
div#top ul.nav li
{
	display: inline-block;
}
div#top ul.nav li a
{
	display: block;
	padding-left: 15px; padding-right: 15px; padding-top: 10px; padding-bottom: 10px;
	color: #333333; font-weight: bold;
}
div#top ul.nav li.active a
,div#top ul.nav a:hover
{
	color: #FFFFFF; background-color: #e00707;
}
/*********************************************************************/
/* logo */
/*********************************************************************/
div#logo
{
	padding: 0px; margin: 0px;
	background-color: #e00707;
}
div#logo div.logo1
{
	padding: 5px; margin: 0px;
	text-align: left;
}
div#logo div.logo2
{
	padding: 5px; margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
div#logo div.logo3
{
	padding: 5px; margin: 0px;
	text-align: right;
}
div#logo div.logo3 img
{
	width: 150px;
}
/*********************************************************************/
/* menu */
/*********************************************************************/
nav#menu
{
	padding-top: 0px; padding-bottom: 0px;
	padding-left: 0px; padding-right: 0px;
	background: #383838;
	display: block; overflow: auto;
}
nav#menu ul.nav li a
{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	background-color:#383838; color: #FFFFFF;
	display: block;
	padding-top: 20px; padding-bottom: 15px; padding-left: 20px; padding-right: 20px;
}
nav#menu ul.nav li.active a
,nav#menu ul.nav li a:hover
{
	background-color: #000000;color: #e00707;
}
nav#menu ul.nav
{
	display: block;
	text-align: center;
}
nav#menu ul.nav li
{
	display: inline-block;
}
nav#menu ul.nav ul
{
	display: none;
	position: absolute;
	background-color: #383838;
	text-align: left;
	padding-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px;
	z-index: 20;
}
nav#menu ul.nav li.parent:hover ul
{
	display: flex;
	flex-direction: column;
}
nav#menu ul.nav ul li
{
	display: block;
	width: 180px;
	text-wrap: wrap;
}
nav#menu ul.nav li ul li a
,nav#menu ul.nav li.active ul li a
{
	background-color:#383838; color: #FFFFFF;
	padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 0px;
}
nav#menu ul.nav ul li a:hover
,nav#menu ul.nav li.active ul li a:hover
{
	background-color: #000000;color: #e00707;
}
nav#menu ul.nav li a img
{
	width: 18px; 
}
/*********************************************************************/
/* home */
/*********************************************************************/
div#home1 div#actualites
{
	background:#ffffff;
	padding-top: 20px; padding-bottom: 20px;
	padding-left: 40px; padding-right: 40px;
}
div#home2 div#presentation
{
	background-color: #e6e6e6;
	padding-top: 20px; padding-bottom: 20px;
	padding-left: 40px; padding-right: 40px;
}
div#home3
{
	background-color: #ffffff;
	padding-top: 20px; padding-bottom: 20px;
	padding-left: 15px; padding-right: 15px;
}
div#home3 h1
,div#home3 p
{
	max-width: 251px;
}
div#home3 h1
{
	padding: 0px; padding-top: 8px; margin: 0px; margin-bottom: 15px;
	height: 50px;
	background-color: #e00707;
	color: #FFFFFF; 
	text-align: center;
}
div#home3 div.col-xs-12
{
	padding-bottom: 180px;
	position: relative;
}
div#home3 div.col-xs-12 p.icons
{
	position: absolute; bottom: 80px; left: 50%; transform:translate(-50%,-50%);
}
div#home3 div.col-xs-12 p.btn
{
	position: absolute; bottom: 0px; left: 50%; transform:translate(-50%,-50%);
}
/*********************************************************************/
/* section */
/*********************************************************************/
section#content
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
div#center
{
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: justify;
}
article#component
{
	display: block;
	width: 100%;
	padding: 0px; margin: 0px;
}
div.com-content-article
,div.blog-featured
{
	padding-top: 40px; padding-bottom: 40px;
	padding-left: 40px; padding-right: 40px;
}
/*********************************************************************/
/* footer */
/*********************************************************************/
footer#footer
{
	padding-top: 20px; padding-bottom: 20px;
	background: #383838;
	font-size: 14px;
}
footer#footer td
{
	background: transparent!important;
	color: #ffffff!important;
	border: 0px;
}
footer#footer table img
{
	width: 36px;
}
footer#footer iframe
{
	margin-bottom: 30px;
}
/*********************************************************************/
/* bottom */
/*********************************************************************/
div#bottom
{
	padding-top: 10px; padding-bottom: 10px; margin: 0px; border: 0px;		
	background: #383838;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
div#bottom a
,div#bottom a:visited
{
	color: #999999;
}
div#bottom h2
{
	font-size: 14px;
}
/*********************************************************************/
/* Specific */
/*********************************************************************/
div.presse-article
{
	background: #eeeeee; padding: 25px;
}
/*********************************************************************/
/* BlueImp Image Gallery */
/*********************************************************************/
div.blueimp-thumbnails
{
	background: #eeeeee; padding: 25px;
}
div.blueimp-thumbnails img
{
	height: 64px; display: inline-block; margin-right: 10px; margin-bottom: 10px;
}
/*********************************************************************/
/* forms */
/*********************************************************************/
input, textarea, select
{
	border: 0px;
	border-radius: 0;
	background: #ffffff;
	padding: 10px;
	outline: none;
}
select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url("../../../images/icon-select-box-arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	background-size: 25px 12px;
}
select::-ms-expand {
    display: none;
}
input:focus, textarea:focus, select:focus, input[type]:focus
{
	box-shadow: none!important;
}
::placeholder
{
	color: #cccccc!important;
}
input[type=checkbox]
,input[type=radio]
{
	width: 20px; height: 20px;
	margin-right: 10px;
}
label
{
	font-weight: bold!important;
	text-align: left!important;
	margin-top: 20px!important;
	margin-bottom: 10px!important;
}
form#contact
,form#inscription
{
	background-color: #d9edf7;
	padding: 50px;
}
div.has-error input
,div.has-error textarea
,div.has-error select
{
	background-color: #f2dede;
}
/*********************************************************************/
/* buttons */
/*********************************************************************/
#btn-back-to-top {position:fixed;bottom:20px;right:20px;display:none;z-index:100;}
/*********************************************************************/
/* Media queries */
/*********************************************************************/
@media screen and (min-width: 1200px)
{
}
@media screen and (max-width: 1199px)
{
}
@media screen and (min-width: 992px)
{
nav#mobile-menu
{
	display: none;
}	
}
@media screen and (max-width: 991px)
{
body
{
	font-size: 16px;
}
nav#menu
{
	display: none;
}
nav#mobile-menu
{
	display: block;
	background-color: #383838;
	text-align: right;
}
nav#mobile-menu span
{
	margin-top: 20px; margin-right: 20px;
	padding-bottom: 20px;
}
nav#mobile-menu ul.mod-list
{
	display: none;
	width: 100%;
	background-color: #383838;
	text-align: right;
	padding-bottom: 20px;
}
nav#mobile-menu ul.mod-list li
{
	margin-right: 10px;
	padding-top: 5px; padding-bottom: 5px;
	font-weight: bold;
}
nav#mobile-menu
,nav#mobile-menu a
{
	color: #e00707;
}
nav#mobile-menu ul ul a
{
	color: #ffffff;
}
div#home1 div#actualites
,div#home2 div#presentation
{
	padding-left: 20px; padding-right: 20px;
}
article#component
{
	padding:0;
}
div.com-content-article
{
	padding-top: 10px; padding-bottom: 40px;
	padding-left: 20px; padding-right: 20px;
}
section#content
,div#center
{
	display: block;
	margin-left: auto; margin-right: auto;
}
div#footer
{
	padding-left: 0px;
	text-align: center;
}
}
@media screen and (min-width: 768px)
{
}
@media screen and (max-width: 767px)
{
}