@charset "UTF-8";

body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Raleway', sans-serif;
}

a, a:hover {
	text-decoration: none;
}

.cotenainer-fluid {
	padding: 0;
}

.separator {
	height: 5px;
	width: 5%;
	border: none;
	background-color: #3498DB;
}

/* Zoom */

.zoom {
	width: 186;
	height: 160px;
}

.image {
	width: 100%;
	height: 100%;
}

.image img {
	-webkit-transition: all 1s ease; /* safarie et chrome */
	-moz-transition: all 1s ease; /* firefox */
	-ms-transition: all 1s ease; /* internet explorer 9 */
	-o-transition: all 1s ease; /* Opera GX */
	transition: all 1s ease;
}

.image:hover img {
	-webkit-transform: scale(1.25); /* safarie et chrome */
	-moz-transform: scale(1.25); /* firefox */
	-ms-transform: scale(1.25); /* internet explorer 9 */
	-o-transform: scale(1.25); /* Opera GX */
	transform: scale(1.25);
	position: relative;
	z-index: 10;
}


/*	Header	*/

.header {
	background-color: #3498DB;
	height: 70px;
	line-height: 70px;
}

.logo {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 2px;
	letter-spacing: 0px;
	float: left;
}

.menu {
	float: right;
}

.menu a {
	color: #FFFFFF;
	margin-right: 30px;
}

.menu a:hover {
	color: #2C3E50;
}

/* banner */

.banner {
	width: 100%;
	max-width: 100%;
}

.ban {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ban img {
	width: 100%;
	max-width: 100%;
}

.inner-banner {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center; 
}

.inner-banner h1 {
	color: #ffffff;
	text-shadow: 1px 1px 20px #000000;
}

.inner-banner .btn-custom {
	background-color: #3498DB;
	color: #FFFFFF;
}

.inner-banner .btn-custom:hover {
	color: #2C3E50;
}

/* Video */

.Vidéo {
	background-color: #eeeeee;
}

#Vidéo {
	text-align: center;
	padding-top: 2%;
}

.video .item-folio {
	height: 200px;
	width: 285px;
}

/* Footer */

.footer {
	background-color: #2C3E50;
	height: 250px;
	padding-top: 0%;
}

.footer h5 {
	color: #FFFFFF;
	text-align: center;
}

.footer a {
	color: #FFFFFF;
	margin-left: 150px;
}

.footer a:hover {
	color: #3498DB;
}

.footer p {
	padding-top: 3%;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}