#html, body {
	right : 0;
	bottom : 0;
	left : 0;
	width: 100%;
	height : auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:center;
	display:inline-block;
	font-family: Arial;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
		background-image:url(images/clients-index.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	background-color: #000;
}
	video {
	margin-top: 0%;
	width: 86%;
	height: auto;
	background-color: #000;
	box-shadow: 3px 3px #000000;
	border-radius: 0px;

}
.topimage {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 46px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
	min-height: 400px;
	margin-top: 0%;
	padding-right:10%;
}
.topimage img{
	width:30%;
	height: auto;
	border-radius: 46px;
	padding-right:10%;

}
.logo {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1.6em;
	text-align: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	padding-top: 2%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;
	margin-bottom: 3%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.logo img{
	width: 40%;
	height: auto;
	margin-left: 5%;

}
.mid {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin-top: -4%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	margin-bottom: 0%;
	z-index: -5;
}
.mid img{
	width: 40%;
	height: auto;
	border-radius: 26px;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #FF03F4;
	border-right-color: #FF03F4;
	border-bottom-color: #FF03F4;
	border-left-color: #FF03F4;

}
.mid img:hover {
	    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
transform: scale(1.03);
}
.top {
	width: 84%;
	font-family: "Shadows Into Light", cursive;
	font-size: 1em;
	text-align: right;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #F0FF84;
	padding-top: 0%;
	padding-bottom: 1%;
	padding-left: 8%;
	padding-right: 8%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;
	background-attachment:fixed;
	background-image:url(images/mid.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0%;
	text-shadow: 2px 2px #483B38;
	z-index: 40;
}
a:link {
	color: #FFFFFF;
	text-decoration : none;
}
a:visited {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover {
color : #FFFFFF;
text-decoration : none;

}
a:active {
	color : #FFFFFF;
	text-decoration : none;
}

.btnbar {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	margin-top: 0%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 0%;
	padding-bottom: 0%;
	position: relative;
	display: inline-block;
	width: 78%;
	text-align: right;
	height: auto;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(images/mid.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.btn {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-bottom: 0.6%;
	padding-top: 0.6%;
	padding-left: 2%;
	padding-right: 2%;
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	font-family: 'Muli', sans-serif;
	position: relative;
	display: inline-block;
	background-color: #5E7E54;
	box-shadow: 3px 3px #483B38;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: 000000;
	border-left-color: #000000;
	border-radius: 6px;
}

.btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.btn:hover {
	border-radius: 6px;
	background-color: #000000;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #5E7E54;
	border-right-color: #5E7E54;
	border-bottom-color: #5E7E54;
	border-left-color: #5E7E54;
	color: #FFFFFF;
}
.btnbot:hover {
		border-radius: 6px;
	background-color: #000000;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #FD6E12;
	border-right-color: #FF6C1E;
	border-bottom-color: #FF6C1E;
	border-left-color: #FA6A13;
	color: #FFFF00;

}

.produits {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	height: auto;
	position: relative;
	background-image: url(images/produits.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	background-attachment: fixed;
	background-position:center;
	margin-bottom: 2%;
}
.produitstxt {
	margin-top: 1%;
	margin-bottom: 0%;
	color: #F0FF84;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Muli', sans-serif;
	position: relative;
	display: inline-block;
	width: 100%;
	height:auto;
	text-shadow: 2px 2px #483B38;
}
.referencement {
	margin-top: 1%;
	margin-bottom: 0%;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Muli', sans-serif;
	position: relative;
	display: inline-block;
	width: 100%;
	height:auto;
	text-shadow: 2px 2px #483B38;
}
.referencement2 {
	margin-top: 1%;
	margin-bottom: 0%;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Muli', sans-serif;
	position: relative;
	display: inline-block;
	width: 60%;
	height:auto;
	text-shadow: 2px 2px #483B38;
}
.btnproduits {
	margin-left:auto;
	margin-right:auto;
	width: auto;
	max-width: 140px;
	margin-top: 2%;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0%;
	height: auto;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1%;
	background-color: #5E7E54;
	box-shadow: 2px 2px #483B38;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.btnproduits {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btnproduits:hover {
		border-radius: 6px;
	background-color: #000000;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #5E7E54;
	border-right-color: #5E7E54;
	border-bottom-color: #5E7E54;
	border-left-color: #5E7E54;
	color: #FFFFFF;
}
::-webkit-scrollbar {
    height: 32px;
	width: 16px;
	background: #000000;
    }
::-webkit-scrollbar-thumb {
    background: #5E7E54;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
		border-radius: 5px;
}
::-webkit-scrollbar-corner {
    background: #000000;
}

.webmastergc{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	margin-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 100%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 0.8em;
	color: #FFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 16px;
	text-shadow: 2px 2px #483B38;
}
.webmastergc img{

	width: 6%;
	height: auto;

}

iframe {
max-width: 100%;
width: 60%;
height: auto;
min-height: 400px;
	border-radius: 26px;
	border-width: 0.2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #FF03F4;
	border-right-color: #FF03F4;
	border-bottom-color: #FF03F4;
	border-left-color: #FF03F4;
}
.galas{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	margin-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 100%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 16px;
}
.galas img{
	width: 25%;
	height: auto;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 0px;
	box-shadow: 3px 3px #483B38;
}
.galas img:hover {
	    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
transform: scale(1.03);
}
