/* ##################################### Base tags ##################################### */
body  {
	background-color:#FFF;
	background-repeat: no-repeat;
    margin: 0;
    padding: 0; 
}
a, a:hover, a:visited {
	text-decoration:none !important;
}
a:not(.btn), a:visited:not(.btn) {
	color:darkslategrey;
}
a:hover:not(.btn) {
	color:grey;
}
h1, h2, h3, h4, h5 {
	color:darkslategrey;
}
img {
	vertical-align:middle;
}
div {
	box-sizing: border-box;
	vertical-align:top;
}
/* ##################################### Skeleton ##################################### */
#site_header {
	background-image:url('../img/header/background_header_1.jpg');
	background-repeat:repeat-x;
	padding-bottom:1.2em;
}
#topbar {
	position:absolute;
	top:1.4em;
	right:1em;
}
#site_header a, #site_header a:hover, #navbar a, #navbar a:visited {
	color:white;
	padding-right:0.8em;
}
/*#topbar a:hover {
	color:grey !important;
}*/
#navbar .list-inline a:hover, #navbar .list-inline a.active {
	background-color:white;
}
#navbar a:hover {
	color:black;
}
#navbar {
	color:white;
}
.dropdown-menu{
	background-color:#F1A12B;
	font-size:18px;
	color:black;
	border-radius:0px;
	min-wight:115px;
	}
#contacts {
	height:35px;
	width:190px;
	margin-top:4px;
	border:3px #FFF solid;
	border-radius:50px;
	background-color:white;
	color:#ABA352;
	padding-top:6px;
}
.popup_menu_cadre {
	border:1px #FFF solid;
	font-weight:bold;
	padding:5px;
	texte-align:center;
	margin: 10px 0px 10px 0px;
}
#navbar .btn {
	height:2.9em !important;
	min-height:2.9em !important;
	vertical-align:baseline;
	font-size:110%;
}
#content {
	min-height:40em;
	padding-bottom:4em;
}
#footer {
	background-image:url('../img/footer/background_footer.jpg');
	min-height:18em;
	padding-bottom:0px;
}
#top_footer{
	background-image:url('../img/footer/ligne_color_footer_1.jpg');
	background-repeat:no-repeat;
	min-height:4px;
	padding:0px;
}
#bottom_footer{
	background-image:url('../img/footer/ligne_color_footer_2.jpg');
	background-repeat:no-repeat;
	min-height:5px;
	padding:0px;
}
#footer a:hover {
	color:#FFF !important;
}
#footer a {
	color:white !important;
}
.menu_footer{
	display: inline-block;
	min-width:24%;
	padding:15px 18px 15px 18px;
}
.footer_title {
	font-weight:bold;
	font-size:1.2em;
	height:30px;
	border-bottom:1px #FFF solid;	
}
.gbf-xs{
	font-weight:normal;
	font-size:16px;
}
/* ##################################### Zinnia ##################################### */
.entry-content {
	font-size:15px !important;
}
ul {
	margin-bottom:0px !important;
}
ul.breadcrumb, ul.breadcrumb li, .breadcrumb a, .breadcrumb a:visited {
	display:inline-block;
	color:white !important;
	margin-bottom:0px !important;
	background-color:transparent;
}
.next,.prev{
	cursor:pointer;
	position:absolute;
	background-color:#5A5E6B;
	border:1px solid #CECECE;
	width:44px;
	height:44px;
	border-radius:25px;
	padding-top:8px;
	
}
.next{
	top:45%;
	right:3.2em;
}
.prev{
	top:45%;
	left:3em;
}
.monslider > div {
	border:3px solid white;
	border-radius:2px;
	width:99%;
}
