#html, body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0%;
	width : 100%;
	height : auto;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow-y: scroll;
	display: inline-block;
	background-attachment:fixed;
	font-family: 'Open Sans', sans-serif;
	background-image: url("images/index2.jpg"), url("images/index.jpg"), url("images/index3.jpg"), url("images/index4.jpg");
	animation-name: groupe;
	animation-duration: 24s;
	animation-iteration-count: infinite;
}
@font-face {
   font-family: 'Rancho', cursive;
   src: url(https://fonts.googleapis.com/css?family=Rancho" rel="stylesheet);
}
img {
    width: 100%;
    height: auto;
}
#html, body{
	background-attachment:fixed;
	height: auto;
	width: 100%;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation-iteration-count: infinite;
	min-height: 600px;
}
#html, body{

	animation-name: groupe;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	min-height: 600px;
}
@keyframes groupe{
   0%{
    background-image: url(images/index2.jpg);
	background-attachment:fixed;
   }
   40%{
     background-image: url(images/index.jpg);
	 background-attachment:fixed;
   }
   60%{
     background-image: url(images/index3.jpg);
	 background-attachment:fixed;
   }
   80%{
     background-image: url(images/index4.jpg);
	 background-attachment:fixed;
   }
   100%{
     background-image: url(images/index2.jpg);
	 background-attachment:fixed;
   }
}
#html, body.preload-images {
  background: url("images/index.jpg") no-repeat -9999px -9999px;
  background: url("images/index2.jpg") no-repeat -9999px -9999px;
  background: url("images/index3.jpg") no-repeat -9999px -9999px;
  background: url("images/index4.jpg") no-repeat -9999px -9999px;
	background-attachment:fixed;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	outline:none;
	filter:alpha(opacity=100);
}
a:visited {
	color: #FFFFFF;
	border:none;
    outline:none;
	filter:alpha(opacity=100);
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	border:none;
	outline:none;
	filter:alpha(opacity=100);
}

h1 {
	width: 100%;
	height: auto;
	font-family:Arial;
	color: #FFF;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 3%;
	position: relative;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 0.9em;
	display: inline-block;
	font-weight: normal;
}

.btn {
	margin-left:auto;
	margin-right:auto;
	width: auto;
	margin-top: 0%;
	color: #CCC;
	font-size: 1em;
	text-align: right;
	margin-bottom: 0%;
	height: 100%;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1%;
	position: relative;
	padding-bottom: 1%;
	display: inline-block;

}
.btn:hover {
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius: 16px;
	background-color: #C30;
	border-radius: 12px;
	color:#ffffff;
	box-shadow: 3px 3px #000;
}
.desc {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	margin-top: 0%;
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0%;
	height: 100%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0%;
	position: relative;
	padding-bottom: 0%;
	display: inline-block;
}
.desc2 {
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	margin-top: 3%;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 1%;
	height: 100%;
	padding-top: 2%;
	padding-left: 0%;
	padding-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0%;
	position: relative;
	padding-bottom: 2%;
	display: inline-block;
	background-color: #FC5000;
	-moz-box-shadow:    0.5px 0.5px 0.5px 1px #6F3E1E;
	-webkit-box-shadow: 0.5px 0.5px 0.5px 1px #6F3E1E;
	box-shadow:        0.5px 0.5px 0.5px 1px #6F3E1E;
}

.desc2:hover{
	background-color: #836F66;

}
.desc3 {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	margin-top: 15%;
	color: #000;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0%;
	height: 100%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0%;
	position: relative;
	padding-bottom: 2%;
	display: inline-block;
	background-color: #FFFFFF;
}
.tel {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	margin-top: 3%;
	color: #FFF;
	font-size: 1em;
	text-align: left;
	margin-bottom: 0%;
	height: auto;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 5%;
	font-family:Arial;
	padding-right: 0%;
	position: relative;
	padding-bottom: 4%;
	display: inline-block;
	font-weight: normal;
	text-shadow: 1px 1px #000000;

}
.tel img {
	width: 20%;
	height: auto;
}
.cellback {
	font-size: 1.5em;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	margin-top: 0%;
	color: #000000;
	text-align: center;
	margin-bottom: 0%;
	height: auto;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 5%;
	padding-right: 0%;
	position: relative;
	padding-bottom: 0%;
	display: inline-block;
	-moz-box-shadow: 2px2px 3px #000000;
	-webkit-box-shadow: 2px 2px3px #000000;
	box-shadow: 2px 2px 3px #000000;
	
}
.cellback img{
	width: 300px;
	height: 200px;

}
.acupuncture:hover{
	background-color: #E6DED3;

}

iframe {
	padding-top:1%;
	width: 100%;
	padding-bottom: 3%;
	border-width: 0px;
	display: inline-block;
	margin-bottom: 0%;
}

.logo {
	margin-left:5%;


	margin-rightauto;
	position: absolute;
	display: inline-block;
	width: 30%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	margin-bottom: 0%;
	padding-top: 1%;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	font-size: 0.8em;
	font-family: 'Rancho', cursive;
	max-height: 0%;
	color: #FFFFFF;
	z-index: 50;

}
.logo img{
	width: 80%;
	height: auto;
	padding-left: 0%;
	border-radius: 16px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #D42627;
	border-right-color: #D42627;
	border-bottom-color: #D42627;
	border-left-color: #D42627;
	border:1px solid #D42627;
}
.logoimg {
	position: relative;
	display: inline-block;
	width: 95%;
	text-align: right;
	background-size: auto;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	font-size: 0.4em;

}
.logoimg img{
	width: 80%;
	height: auto;
	padding-left: 0.5%;
	padding-right: 0.5%;

}
.logoimg img:hover {
    transform: scale(1.1);
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 2px;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	transform: scale(1.03);
}
.medias {
	margin-left:auto;
	margin-right:5%;
	width: 96%;
	margin-top: 0%;
	text-align: right;
	margin-bottom: 0%;
	height: auto;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	padding-bottom: 6%;
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(images/black.png);

}
.medias img {
    width: 32px;
    height: 32px;
	padding-right:1%;
	padding-left:1%;
}

.medias img:hover {
    transform: scale(1.1);
}
.mediasbot {
	background-image: url(images/back.png);
	margin-left:auto;
	margin-right:auto;
	width: 96%;
	margin-top: 0%;
	text-align: right;
	margin-bottom: 0%;
	height: auto;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 4%;
	position: relative;
	padding-bottom: 1%;
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
background-color:#FFFFFF;
}
.mediasbot img {
    width: 32px;
    height: 32px;
	padding-right:1%;
	padding-left:1%;
}

.mediasbot img:hover {
    transform: scale(1.1);
}
.webmastergc{
	width: 90%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 3%;
	padding-bottom: 2%;
	margin-bottom: 0.2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 0%;	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(images/black.png);

}
.key{
	width: 100%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 0%;
	margin-top: 0%;	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(images/black.png);
}
.key img{
	width: 20%;
	height: auto;

}

::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #000;
    }
::-webkit-scrollbar-thumb {
border-radius: 1px;
    background:#D42627;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #000000;
	width: 22px;
}
::-webkit-scrollbar-corner {
    background: #000;
}
a img {
    border: 0;
}
iframe {
	width: 100%;
	background-color:#000000;
	max-width: 100%;

} 
.image-mid {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 2.6em;
	padding-top:500px;
	width: 80%;
	padding-bottom: 3%;
	border-width: 0px;
	display: inline-block;
	margin-bottom: 0%;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100%;
	background-repeat:no-repeat;
	text-align: left;
	padding-left: 20%;
	height: auto;
	margin-top: 1%;
}
.bottominner {
	font-family:Arial;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 0px;
	padding-top: 3%;
	margin-top: 10%;
	padding-bottom: 1%;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-image:url(images/terrain.jpg);


}
.bottominner2b {
	font-family:Arial;
	font-size:0.8em;
	position: relative;
	background-color: #FFFFFF;
	display: inline-block;
	width: 60%;
	text-align: center;
	height: auto;
	margin-bottom: 0%;
	padding-top: 1%;
	margin-top: 0px;
	padding-bottom: 3%;
	padding-left: 20%;
	padding-right: 20%;
	margin-right: auto;
	margin-left: auto;
	color: #91877E;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2 {
	width: 16%;
	text-align: center;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
	color: #FFF;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 0%;
	padding-right: 0%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0%;
	font-family:Arial;
	font-size: 0.7em;
	font-weight: normal;
	border: 2px solid white;
}
h2 img{
border-radius: 0px;
 margin-left: 1%;
 margin-right:1%;
 width: 90%;
 height:auto;
}
	video {
	margin-top: 1%;
	width: 40%;
	height: auto;
	border-radius: 16px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #D42627;
	border-right-color: #D42627;
	border-bottom-color: #D42627;
	border-left-color: #D42627;
}
h2:hover {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.1s;
		transform: scale(1.03);
}

h2 img:hover {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	transform: scale(1.03);
}
