@charset "UTF-8";

html,.countentBody{
height:100%;
font-size:100%;
}

.countentBody{
/*background:url(../Image/countentBody.jpg) no-repeat fixed;
background-size:cover;
-webkit-background-size:cover;*/
overflow:hidden;
margin:0;
width: 100%;
max-width: 100%;
}

.logo{
margin-left:auto;
margin-right:auto;
display:block;
width:45%;
}

.logo1{
	width:45%;
    margin-left: 3%;
}

.logo2{
    margin-left: 15%;
	width:50%;
}

.logo3{
width:70%;
margin-left: 28%;
}

.logo4{
width:55%;
margin-left: 45%;
}


.iconPlay{
width:6%;
display:block;
margin-left:auto;
margin-right:auto;
-webkit-animation: bounceIn 1.5s both 1s;
}
.iconPlay1{
-webkit-animation: bounceIn 1.5s both 2s;
-moz-animation: bounceIn 1.5s both 2s;
}

.icon{
width:100%;
background-image:url(image/Button.png);
}
.icon:hover{
width:100%;
background-image:url(image/favicon.png);
}


.wow {
  visibility: hidden;
}

.Countent{
   height: 100%;
   min-height: 100%;
   font-family: Myriad Pro;
   background:rgb(70,156,170);
}

.header{
width:100%;
margin-right:auto;
margin-left:auto;
display:block;
}

.headers{
	background-color:#469caa;
    width: 100%;
    height: 215px;
	border-bottom: gray;
    border-bottom-style: solid;
}

.imageHeaderOeil{
height:215px;
float:left;
position:absolute;
}

.imageHeader{
height:100%;
float:right;
}

.bodyback{
background-color:#469caa;
width:60%;
float:left;
background-size: cover;
background-repeat: repeat-y;
min-height:100%;
height:100%;
}
.leftbar{
background-image:-moz-linear-gradient(60deg, #135f71, #3f93a2);
background-image:-webkit-linear-gradient(60deg, #135f71, #3f93a2);
background-image:linear-gradient(60deg, #135f71, #3f93a2);
width:20%;
min-height:100%;
height:100%;
float:left;
}
.rightbar{
background-image:-moz-linear-gradient(-60deg, #135f71, #3f93a2);
background-image:-webkit-linear-gradient(-60deg, #135f71, #3f93a2);
background-image:linear-gradient(-60deg, #135f71, #3f93a2);
width:20%;
min-height:100%;
height:100%;
float:right;
}
.header1{
width:17%;
display:block;
}


.navigation{
color: #888;
display: block;
margin-left:auto;
margin-right:auto;
width: 100%; 
margin-top: 1%;
}

.navigation ul{
margin:0;
padding:0;
}

.navigation ul li{
display:inline-block;
list-style-type:none;
width:20%;
margin-right: -0.5%;
}

.navigation  ul  li  a {
	display: block;
	line-height: 343%;
	text-decoration:none;
	text-align:center;
	color:white;
	background:url(Image/Bulle-1.png) no-repeat;
	background-size:100%;
	font-size: 1.1vw;
	margin-bottom:6%;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.navigation ul li a:hover{
color:#188395;
background:url(Image/Bulle-2.png) no-repeat;
background-size:100%;
}

.navigation .active{
color:#188395;
background:url(Image/Bulle-2.png) no-repeat;
background-size:100%;
}

.article{
width:100%;
/*margin-left:auto;
margin-right:auto;
display:block;
background-color:white;
border-radius: 10px;
min-height:100%;*/
}

/*section,article{
min-height:100%;
}*/
section{
padding:1%;
height:100%;
}


.titreArticle{
color: #fff;
margin: auto 0 2px 9px;
font-weight: bolder;
font: 3vw/1 Myriad Pro, Serif;
border-bottom: 7px solid #ddd;
}

.titre{
visibility: visible;
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
animation-duration: 2s;
}

.Paragraphe{
color:#fff;
font: 1.2vw/2 Myriad Pro, Serif; 
margin: 10px; 
}


img.bg {
/*min-height: 100%;
min-width: 1024px;*/
width: 60%;
/*height: auto;*/
position: fixed;
top: 0;
left: 20%;
}


#page-wrap { 
position: relative; 
width: 96%; 
margin: 0px auto 20px auto; 
/*padding: 10px; 
background: rgba(255,255,255,0.9); 
-moz-box-shadow: 0 0 20px black; 
-webkit-box-shadow: 0 0 20px black; 
box-shadow: 0 0 20px black;*/
min-height:100%;
}

.somImg{
	width: 45%;
    float: right;
}

.offImg{
	width: 45%;
}

.sommes{
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
margin-bottom:2%;
margin-top: 1%;
}

.Exp{
/*color:#231f20;*/
color:#fff;
font: 1.3vw/2 Myriad Pro, Serif;
margin-top:-10px;
}


.scrollup {
    width: 105px;
    height: 108px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../image/fleche_vers_haut.png') no-repeat;
}

.nav1{
	width: 78%;
    position: relative;
    left: 22%;
    padding-top: 150px;
}

.nav1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav1 li {
  line-height: 40%;
  padding:1%;
  display: inline-block;
}
 
.nav1 a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  transition: .3s background-color;
  font: 1.1vw/2 Myriad Pro, Serif;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
 
.nav1 a:hover {
  border-bottom-style: solid;
}
 
.nav1 a.active {
  /*font-weight:bold;*/
  cursor: default;
  border-bottom-style: solid;
}
 
.nav1 > ul > li > div {
	background-color: rgba(77, 88, 99, 0.5);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	z-index: 300;
}
	  
.nav1 > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
		
.nav1 > ul > li > div ul > li {
	display: block;
}
.nav1 > ul > li > div ul > li > a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}

.nav1 > ul > li > div ul > li > a.active{
	color: #fff;
	display: block;
	padding: 3px 4px;
	border:none;
	background-color: rgba( 255, 255, 255, 0.1);
}
			
.nav1 > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
	border:none;
}
 
.mtn{
    width: 15%;
	margin-top:1%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.mtnDiv {
  -webkit-animation: bounceIn 1.5s both 6s;
  animation: bounceIn 1.5s both 6s;
}

/*@media screen and (min-width: 600px) {
  .nav1 li {
    border-bottom: none;
    height: 50%;
    line-height: 50%;
    font: 1.3vw/2 Myriad Pro, Serif;
  }
  
  .nav1 li {
    display: inline-block;
    margin-right: -0.5%;
  }
}*/
.sidebar{
float:right;
width:21%;
height:100%;
}
.art{
float:left;
width:71%;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../image/page de garde.png') no-repeat ;
	background-size:cover;
}

#container {
  margin: 20px;
  width: 400px;
  height: 8px;
}

@-webkit-keyframes bounceIn{
  0% { 
    transform: scale(0.1); 
    -webkit-transform: scale(0.1);
    opacity: 0;
  } 

  60% { 
    transform: scale(1.2); 
    -webkit-transform: scale(1.2);
    opacity: 1;
  } 

  100% { 
    transform: scale(1); 
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn{
  0% { 
    transform: scale(0.1); 
    -webkit-transform: scale(0.1);
    opacity: 0;
  } 

  60% { 
    transform: scale(1.2); 
    -webkit-transform: scale(1.2);
    opacity: 1;
  } 

  100% { 
    transform: scale(1); 
    -webkit-transform: scale(1);
  }
}

.fix{
    overflow-y: inherit;
	overflow-x: hidden;
	min-height:65%;
	height:65%;
	 direction: ltr;
}

#fixS::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;
	background-color: #F5F5F5!important;
}

#fixS::-webkit-scrollbar
{
	width: 3px!important;
	background-color: #F5F5F5!important;
}

#fixS::-webkit-scrollbar-thumb
{
	background-color: #388a9a!important;
}
.fixAcc{
    overflow:hidden;
	min-height:100%;
	height:100%;
}

.fixAcc div div{
	min-height:100%;
	height:100%;
}



.img01,.img02{
	width:55%;
    margin-left: 4%;
}
.img03{
width:90%;
margin-left:auto;
margin-right:auto;
display:block;
}
.logo01,.logo02{
position:absolute;
}

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  src: local('Tangerine'), url(HGfsyCL5WASpHOFnouG-RFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.slogan{
  font-family: 'Tangerine', serif;
  font-size: 300px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 300px;
}

.cach{
width:100%;
height:300px;
background-color:#fff;
position:absolute;
z-index: 1000;
-webkit-animation-timing-function: linear;
          animation-timing-function: linear;
 -webkit-animation-name: ticker;
         animation-name: ticker;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
	-webkit-animation-iteration-count:1;
			animation-iteration-count:1;
			-webkit-animation-delay: 2s;
			animation-delay: 2s;
}
@-webkit-keyframes ticker {
  0% {
	display:block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
	display:block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.ButtonStart {
  -webkit-animation: bounceIn 1.5s both 6s;
  animation: bounceIn 1.5s both 6s;
  margin:40px auto;
  margin-top:300px;
  width:25%;
}


.input{
  outline:0;
  text-decoration:none;
  background-color: #fff;
  border-style: solid;
  border-radius: 60px;
  border-width: 7px;
  border-color:rgb(70,156,170);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
  color: #231f20;
  cursor: pointer;
  font: 2vw/2 Myriad Pro, Serif;
  font-weight: 800;
  margin:0px 0px;
  padding:32% 19%;
  }
.input:hover {
    border-color:rgb(24,131,149);
	outline:0;
	 -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}
.input:active {
	outline:0;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 1);
	margin-top:2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}

label {
    display:block;
    color: white;
    margin-top:20px;
	font: 1.5vw/2 Myriad Pro, Serif;
}

/* Centre the form within the page */
form {
    margin: 3%;
    width: 75%;
}

/* Style the text boxes */
input, textarea {
	width: 75%;
	background:#efefef;
	border:1px solid #dedede;
	padding:2%;
	margin-top:0.5%;
	font-size:0.9em;
	color:#3a3a3a;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
	height:213px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:25%;
    height:38px;
    font-weight: bold;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
	opacity:.9;
}



lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}

video{
width:70%;
}

.lb-album li > a span {
	   display:none !important;
	}



/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
.countentBody{
/*background:url(../Image/countentBody.jpg) no-repeat fixed;
background-size:cover;
-webkit-background-size:cover;*/
overflow:auto;
margin:0;
width: 100%;
max-width: 100%;
}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		height: 330px;
			border-bottom: gray;
		border-bottom-style: solid;
	}
	.bodyback {
		background-color:#469caa;
		width:60%;
		float:left;
		background-size: contain;
		height: 43%;
	}
	.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: 75%;
		height: 75%;
		direction: ltr;
	}
	.imageHeaderOeil{
		height:330px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 91%;
		position: relative;
		padding-top: 180px;
		height: auto;
		left: 225px;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1.1vw Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
.lb-album li > a span {
	   display:none !important;
	}
	.sloganCach{
		height: 100%;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 600px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  margin-top: 5%;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 300px;
}
.ButtonStart {
    -webkit-animation: bounceIn 1.5s both 6s;
    animation: bounceIn 1.5s both 6s;
    margin: 100px auto;
    width:25%;
}
.input {
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
}
}
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1280px) {
/* Styles */
.countentBody{
		overflow:auto;
	}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		min-height: 170px;
		height: auto;
		border-bottom: gray;
		border-bottom-style: solid;
	}
	.imageHeader {
		height: 170px;
		float: right;
	}
	.imageHeaderOeil{
		height:170px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 63%;
		position: relative;
		padding-top: 110px;
		height: auto;
		left: 225px;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1.0em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2.2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 1em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 1em/2 Myriad Pro, Serif;
		margin-top:-10px;
	}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 20%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 20%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 60%;
		float: left;
		background-size: contain;
		min-height: 100%;
	}
		.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: 100%;
		direction: ltr;
	}
	.sloganCach{
		height: 100px;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 300px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
.countentBody{
		overflow:auto;
	}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		min-height: 215px;
		height: auto;
		border-bottom: gray;
		border-bottom-style: solid;
	}
	.imageHeader {
		height: 180px;
		float: right;
	}
	.imageHeaderOeil{
		height:180px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 100%;
		position: relative;
		padding-top: 180px;
		height: auto;
		left:0;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
		.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.sloganCach{
		height: 100px;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
.countentBody{
		overflow:auto;
	}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		min-height: 215px;
		height: auto;
		border-bottom: gray;
		border-bottom-style: solid;
	}
	.imageHeader {
		height: 180px;
		float: right;
	}
	.imageHeaderOeil{
		height:180px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 100%;
		position: relative;
		padding-top: 180px;
		height: auto;
		left:0;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
		.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.sloganCach{
		height: 100px;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
.countentBody{
		overflow:auto;
	}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		min-height: 215px;
		height: auto;
		border-bottom: gray;
		border-bottom-style: solid;
	}
	.imageHeader {
		height: 180px;
		float: right;
	}
	.imageHeaderOeil{
		height:180px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 100%;
		position: relative;
		padding-top: 180px;
		height: auto;
		left:0;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
	.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
		.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.sloganCach{
		height: 100px;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 768px) {
/* Styles */
.countentBody{
		overflow:auto;
		height: auto;
	}
.headers{ 
	   background-color:#469caa;
		width: 100%;
		min-height: 215px;
		height: auto;
		border-bottom: gray;
		border-bottom-style: solid;
	}
	.imageHeader {
		height: 180px;
		float: right;
	}
	.imageHeaderOeil{
		height:180px;
		float:left;
		position:absolute;
	}
	.nav1 {
		width: 100%;
		position: relative;
		padding-top: 180px;
		height: auto;
		left:0;
		text-align: center;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 0.8em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-album li > a {
		width: 45% !important;
	}
	.lb-overlay:target {
		padding: 80px 15% 120px 15% !important;
	}
	.lb-overlay > div {
		width: 100% !important;
	}
	.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
		.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
	
}

@media only screen 
and (min-device-width : 390px) 
and (max-device-width : 480px) {
/* Styles */
.countentBody{
		overflow:auto;
		height: auto;
	}
.headers{ 
		background-color: #469caa;
		width: 100%;
		min-height: 150px;
		border-bottom: gray;
		border-bottom-style: solid;
		height: auto;
	}
	.imageHeader {
		height: 153px;
		float: right;
	}
	.imageHeaderOeil{
		height:150px;
		float:left;
		position:absolute;
	}
	.nav1{
		width: 100%;
		position: relative;
		padding-top: 150px;
		text-align: center;
		left: 0%;
	}
	.nav1 li {
		line-height: 40%;
		padding: 1%;
		display: block;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 0.7em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.lb-album li > a {
		float: left;
		width: 21%;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-overlay:target {
	padding: 80px 15% 120px 15% !important;
}
.lb-album li > a span {
	   display:none !important;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
	.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 63px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 390px) {
/* Styles */
.countentBody{
		overflow:auto;
		height: auto;
	}
.headers{ 
		background-color: #469caa;
		width: 100%;
		min-height: 150px;
		border-bottom: gray;
		border-bottom-style: solid;
		height: auto;
	}
	.imageHeader {
		width: 100%;
	}
	.imageHeaderOeil{
		display:none;
	}
	.nav1{
		width: 100%;
		position: relative;
		padding-top: 150px;
		text-align: center;
		left: 0%;
	}
	.nav1 li {
		line-height: 40%;
		padding: 1%;
		display: block;
	}
	.nav1 a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		transition: .3s background-color;
		font: 1em Myriad Pro, Serif;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}
	.nav1 > ul > li > div {
		background-color: rgba(77, 88, 99, 0.5);
		display: none;
		margin: 0;
		opacity: 0;
		position: relative;
		z-index: 300;
	}
	.lb-album li > a {
		float: left;
		width: 95% !important;
		position: relative;
		padding: 10px;
		background: #e5e5e5;
		-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px 4px 4px 4px;
	}
	.lb-album li > a span {
	   display:none !important;
	}
	video{
	width:100%
	}
	.lb-overlay:target {
		padding: 80px 1% 120px 1% !important;
	}
	.lb-overlay > div {
		width: 100% !important;
	}
	.lb-overlay img {
		width: 100%;
	}
	.titreArticle {
		color: #fff;
		margin: auto 0 2px 9px;
		font-weight: bolder;
		font: 2em Myriad Pro, Serif;
		border-bottom: 7px solid #ddd;
	}
	.Paragraphe {
		color: #fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin: 10px;
	}
	.Exp{
		/*color:#231f20;*/
		color:#fff;
		font: 0.8em/2 Myriad Pro, Serif;
		margin-top:-10px;
		}
		.leftbar {
		background-image: -moz-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(60deg, #135f71, #3f93a2);
		background-image: linear-gradient(60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: left;
	}
	.rightbar {
		background-image: -moz-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: -webkit-linear-gradient(-60deg, #135f71, #3f93a2);
		background-image: linear-gradient(-60deg, #135f71, #3f93a2);
		width: 0%;
		min-height: 100%;
		height: 100%;
		float: right;
	}
	.bodyback {
		background-color: #469caa;
		width: 100%;
		float: left;
		background-size: contain;
	}
	.fix {
		overflow-y: inherit;
		overflow-x: hidden;
		min-height: auto;
		height: 100%;
		direction: ltr;
	}
	.slogan{
  font-family: 'Tangerine', serif;
  font-size: 300px;
  font-size: 3.2vw;
  text-align:center;
  margin:0;
  position: relative;
  padding: 1% 0;
}

.sloganDiv{
  height: 300px;
}
}

