
html, body {
  height: 100% !important;
}

.body_accueil {
	background: none;
	background-color: #f7f7f7;
}
section {
	background-color: #fff;
}
.content_page {
	height: auto;
}

.nav-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.hidden {
	display: none;
}
/* =Header
-------------------------------------------------------------- */
.body_accueil #navbar_fb img, .body_accueil #navbar_mail img, .body_accueil #navbar_insta img {
	display:none;
}
.body_accueil #navbar_fb, #navbar_mail, #navbar_insta {
	display: inline-block;
	margin: 0;
	width: 34px;
	height: 34px;
}
.body_accueil #navbar_fb {
	background: transparent url(/images/icon-fb.png) no-repeat;
}
.body_accueil #navbar_insta {
	background: transparent url(/images/icon-instagram.png) no-repeat;
}
.body_accueil #navbar_mail {
	background: transparent url(/images/icon-mail.png) no-repeat;
}
.body_accueil #header {
  /*background-color: rgba(255,255,255,0);*/
  padding-bottom: 10px;
}
.body_accueil .navbar-default ul.navbar-nav > li > a {
	color: #fff;
}
.body_accueil #navbar_tel {
	color: #fff;
}
.body_accueil .navbar_lang {
	color: #fff;
	margin-top: -30px;
}
.body_accueil .img_hr_header {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00595959', endColorstr='#00595959', GradientType=1);
}
.body_accueil #logo_header img {
	display: none;
}
.body_accueil #logo_header {
	height: 100px;
	margin-top: 20px;
	background: transparent url(../images/logo-home.png) no-repeat center center;
}
.body_accueil #logo_header a {
	display: block;
	height: 78px;
	margin-top: -20px;
}
.body_accueil .divider_vertical {
    border-right: 1px solid #fff;
}
.body_accueil .navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
}
.body_accueil .navbar-default .navbar-toggle {
  border-color: #fff;
}
.body_accueil .navbar-default .navbar-toggle:hover,
.body_accueil .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.body_accueil .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.body_accueil .container-lang {
	float: right;
	padding-top: 8px;
}

#header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
  margin-top: -10px;
}
#header #logo_media {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
#header nav {
	display: inline-block;
	float: right; 
}
#header nav a {
	line-height: 150px;
	margin-left: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
#header nav a:hover {
	color: white; 
}
/*#header.smaller {
	height: 145px; 
	background-color: rgba(255,255,255,0.85);
	transition: all 0.8s;
	border-bottom: 1px solid #999;
}
#header.smaller .img_hr_header {
	margin-top: 24px;
}
#header.smaller #logo_header {
	padding-top: 24px;
}
#header.smaller #logo_media {
	width: 200px;
	height: 39px;	
	-webkit-transform: scale(1.2) ;
  transform: scale(1.2); 
}
#header.smaller nav a {
	line-height: 75px; 
}*/

section {
  position: relative;
  width: 100%;
}
/*
#section01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 95%,rgba(0,0,0,.4) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 95%,rgba(0,0,0,.4) 100%);
 
}*/

.scroller a {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  text-align: center;
}
.scroller a:hover {
  opacity: .5;
}
#section02 {
	height: auto;
	padding: 280px 0 60px;
}
#section01 {
	height: 100%;
}
#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section02 a {
  padding-top: 30px;
}
#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 {
	background-color: #f7f7f7 !important;
	padding-top: 60px;
}

.bounce {
 position: absolute;
 bottom: 60px;
 left: 50% ;
 width: 60px;
 height: 60px ;
 margin-left:-30px;
 animation: bounce 1s infinite;
 -webkit-animation: bounce 1.5s infinite;
 -moz-animation: bounce 1.5s infinite;
 -o-animation: bounce 1.5s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-20px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-20px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-20px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-20px);}
 60% {transform: translate;}
}

.heading h2 {
	font-size: 19px;
	font-family: 'Lato', 'Arial', sans-serif;
	text-transform: uppercase;
}
.heading a {
	text-decoration: underline;
}
.body_accueil footer {
	position: relative;
	background: rgba(93, 101, 115, .9);
	height: auto !important;
}
.body_accueil .bottom-fix {
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}
.darkheader {
	background: rgba(93, 101, 115, .9);
}



