@charset "utf-8";
/* CSS Document */

img {
	width:240px;
	margin-right: 50px;
}
.container {
	max-width:942px;
	margin:0 auto;
}
.containerCarousel {
	max-width:960px;
	margin:0 auto;
	padding-left:18px;
}
/* HEADER -------------------------------------------------------------------------------- */
.Header {
	background-color:#ffffff;
	height: 103px;
	text-align: center;
	padding: 8px 0 0 0;
	border-bottom: 2px solid #333333;
}
.VisuHeader {
	background:url("../img/Visu_Header.jpg") no-repeat;
	background-position:center top;
	background-size:cover;
	min-height:250px;
	overflow:hidden;
}
.logo {
	margin:auto;
	padding-top:10px;
}
h1 {
	background-color: rgba(55, 191, 240, 0.9);
	box-shadow: 6px 0 0 rgba(55, 191, 240, 0.9), -6px 0 0 rgba(55, 191, 240, 0.9);
	color:#ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	display: inline;
	padding:6px;
}
h1 span {
	color:#ffda08;
}
.titreHeader {
	text-align:right;
	margin-top:180px;
}
/* BOUTON -------------------------------------------------------------------------------- */
.boutonCenter {
	margin:55px auto 15px;
	width: 250px;
}
.bouton {
	font-family: 'Ubuntu', sans-serif;
	color:#2b252c;
	background-color:#ffda08;
	border-bottom: 4px solid #e6c50a;
	text-align:center;
	padding: 12px;
	width: 250px;
	margin:auto;
}
a {
	text-decoration:none;
	color:#2b252c;
}
a:hover {
	color:#2b252c;
	text-decoration:underline;
}
/* Carousel -------------------------------------------------------------------------------- */
h2 {
	background:url("../img/Fleche.gif") no-repeat;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.2em;
	color:#0b2a3d;
	padding-left:35px;
	margin-top:40px;
}
h2 span {
	font-weight:bold;
	text-transform:uppercase;
}
.carousel {
	max-width: 960px;
	margin: 0 auto;
}
.owl-pagination {
	max-width:942px;
	text-align:center;
	margin-left:-18px;
}
#owl-demo .item {
	margin-right:18px;
 margin-left:18px  box-sizing:border-box;
}
#owl-demo .item img {
	display:block;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 0 #d8d8d8;
	border:1px solid #d8d8d8;
	box-sizing:border-box;
}
.owl-controls {
	margin:0 auto;
}
.owl-page {
	width:28px;
	height:3px;
	background-color:#d8d8d8;
	display:inline-block;
	margin:0 6px;
	text-align:center;
}
.owl-controls .owl-page span:hover {
	background: #37bff0;
}
div.owl-page.active {
	background: #37bff0;
}
.clickable {
	margin:0 auto;
}
/* FOOTER -------------------------------------------------------------------------------- */
footer {
	background-color:#2b252c;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.9em;
	line-height:2.6em;
	font-weight:700;
	color:#5e6a6d;
	padding:20px 0 320px;
	margin-top:40px;
}
footer a {
	color:#5e6a6d;
}
footer a:hover {
	color:#5e6a6d;
}
.txtG {
	float:none;
}
.txtD {
	float:none;
}
/* InfosLegales -------------------------------------------------------------------------------- */	
h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:2.6em;
	font-weight:700;
	color: #32cbb0;
	margin-top:60px;
	margin-bottom:40px;
}
li, p {
	font-family: 'Ubuntu', sans-serif;
	font-size:0.9em;
	color:#2b252c;
}
ul {
	list-style-type:disc;
}
h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.2em;
	font-weight:700;
	color: #ffba00;
	margin-top:40px;
	margin-bottom:20px;
}



/* Media Query -------------------------------------------------------------------------------- */

@media all and (min-width: 900px) {
.owl-wrapper-outer {
	min-height:255px;
}
h1 {
	font-size:1.8em;
}
.titreHeader {
	margin-top:160px;
}
}
 @media all and (max-width: 650px) {
.bigEcran {
	display:none;
}
}
 @media all and (min-width: 500px) {
.owl-pagination {
	margin-left: auto;
}
.txtG {
	float:left;
}
.txtD {
	float:right;
}
}

/*.txtG{
	text-align:left;
	}*/
