/* - - - - - - - - - FUNCTION CSS - - - - - - - - - */
.margin-page {
	margin: 0 40px;
}
.bloc-container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.page-container {
	padding: 0 10%;
	width: 100%;
	margin: auto;
}
.bloc-25 {
	width: 25%;
	float: left;
	padding: 0 10px 0 0;
}
.bloc-30 {
	width: 30%;
	float: left;
	padding: 0 10px 0 10px;
}
.bloc-33 {
	width: 33.333%;
	float: left;
	padding: 10px;
}

.bloc-50 {
	width: 50%;
	float: left;
	padding: 0 14px 0 0;
}
.bloc-70 {
	width: 70%;
	float: left;
	padding: 0 10px 0 10px;
}
.clear {
	clear: both;
}
.custom-bg {
	padding: 20px;
}
#lang_sel_list {
    float:right;
	padding-top:5px;
}

#lang_sel_list a.lang_sel_sel, #lang_sel_list ul a, #lang_sel_list_list ul a:visited{
    background: #0b4a80 !important;
}



/* - - - - - - - - - CSS BASE - - - - - - - - - */

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
*::-moz-selection {
	background: #4c4c4c none repeat scroll 0 0;
	color:white;
}
*::selection {
	background: #4c4c4c none repeat scroll 0 0;
	color:white;
}

/* - - - - - - - - - EOX BUTTON V1 - - - - - - - - - */
.eox-white-btn-v1, .eox-blue-btn-v1 {
	display: block;
	padding: 10px 0;
	margin: 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.eox-white-btn-v1 {
	background: white;
	color: #447ecd !important;	
}
.eox-blue-btn-v1 {
	background: #447ecd;
	color: white !important;	
}
.eox-blue-btn-v1:hover {
	background: white;
	color: #447ecd !important;
}


/* - - - - - - - - - SLIDESHOW FULL PAGE - - - - - - - - - */
.fullPage_content-slideshow {
	position: fixed;
	left: 0;
	top: 0;
	z-index:1;
	width: 100%;
	height: 100%;
}	
.fullPage_slideshow {
	display: block;
	width: 100%;
}
.fullPage_slideshow .fullPage_background_slider {
	width: 100%;
	height: 100%;
}
#eox-nav {
	position: absolute;
	z-index: 9000;
	bottom: 24px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#eox-nav a { 
	background: #3e9fe9; 
	text-decoration: none; 
	margin: 0 4px; 
	font-size: 0px;
	padding: 6px 6px; 
	border-radius: 50%;	
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
#eox-nav a.activeSlide { 
	background: white;
}
#eox-nav a:hover {
	background: white;
}
#eox-nav a:focus { 
	outline: none;
}


/* - - - - - - - - - SIMPLE SLIDER - - - - - - - - - */
.simple_content-slideshow {
	position: relative;
	width: 100%;
	height: 375px;
	color: white;
}	
.simple_slideshow {
	display: block;
	width: 100%;
	/*position: absolute;*/
	height: 100%;
}
.simple_background-slider {
	width: 100%;
	height: 100%;
}
.simple_background-slider div {
	width: 100%;
}
.simple_title-content {
	width: 100%;
	height: 100%;
}
.simple_slideshow h1 {
	font-size: 40px;
	width: 600px;
	height: 100%;
	padding-top: 25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
}
.simple_background-content {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 0 60px 0;
	color: white;
	font-weight: bold;
}

/* - - - - - - - - - HEADER BACKGROUND IMAGE - - - - - - - - - */
.eox-header-bg {
	width: 100%;
	height: 200px;
	position: relative;
}
.eox-header-layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* - - - - - - - - - BREADCRUMB - - - - - - - - - */
.seomixBreadcrumb {
	position: absolute;
	bottom: 20px;
	color: white;
}
.seomixBreadcrumb a {
	color: #2992eb;
	text-decoration: none;
}
.seomixBreadcrumb a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.bloc-container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 800px) {
	.bloc-25, .bloc-30, .bloc-33 {
		width: 50%;
	}
	.simple_background-slider div {
		text-align: center;
	}
	.simple_slideshow h1 {
		padding-top: 50%;
		text-align: center;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 480px) {
	.bloc-25, .bloc-30, .bloc-33, .bloc-50, .bloc-70 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.simple_content-slideshow {
		display: none;
	}
}
/* - - - - - - - - - ICON EOX-MENU - - - - - - - - - */
.icon-menu {
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 24px;
	display: none;
	float: right;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.icon-menu:hover {
	cursor: pointer;
}
.active-menu {
	opacity: 1 !important;
	height: 100% !important;
}
.menu-cancel {
	display: none;
	font-size: 24px;
	float: right;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-cancel:hover {
	cursor: pointer;
}
@media screen and (max-width: 980px) {
	.site-header .main-navigation {
		overflow: hidden;
		opacity: 0;
		height: 1px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
		background: white;
	}
	.site-header .main-navigation li{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.site-header .main-navigation a {
		width: 100%;
	}
	.menu-cancel {
		display: inline-block;
	}
	.icon-menu {
		display: inherit;
	}
	.main-navigation li ul {
		position: static;
		height: 100%;
		width: 100%;
		overflow: visible;
	}
	.main-navigation {
		padding-right: 0;
	}
	.main-navigation li a, .main-navigation li ul li a {
		font-size: 16px;
		padding: 20px 0;
		line-height: 2;
	}
}
@media screen and (max-width: 480px) {
	.icon-menu {
		padding: 0;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		padding: 10px 20px;
		float: none;
		display: inline-block;
	}
	.icon-menu:after {
		content: 'Navigation';
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 10px;
		position: relative;
		bottom: 3px;
	}
	.site-header {
		text-align: center;
	}
}
/* - - - - - - OWL CAROUSEL - - - - - - - */
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-slider article {
	/*padding: 260px 0;*/
}
.menu_scroll {
	width: 100%;
}
.owl-controls {
	position: absolute;
	width: 100%;
	text-align: right;
}
