@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Ultra|Lobster|Josefin+Sans|Cardo|Francois+One);


html, body {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased !important;
}

#header {
	position: fixed;
	width: 100%;
	height: 67px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.15);	
	
}

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


a {
	
	color: #70B1D9;
	text-decoration: none;
	border: 1px dotted;
	
}

a:hover {
	
	color: #3288BD;
	text-decoration: none;
	border: 1px dotted;
}


	




/*------------------------------------------------------*/
/* MISE EN FORME DU TEXTE */

.aout {
	font-family: 'Abel', sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.0em;
	text-transform: none;
	color: #CCC;
}

.aout_sombre {
	font-family: 'Lobster', cursive;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: none;
	color: #000000;

}

.date {
	font-family: 'Ultra', serif;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 0em;
}

.datepetite {
	font-family: 'Josefin Sans', serif;
	font-size: 1.5em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #000;
	text-transform: none;
}

.datepetite_claire {
	font-family: 'Josefin Sans', serif;
	font-size: 1.5em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #ccc;
	text-transform: none;
}


.datepetite_sombre {
	font-family: 'Josefin Sans', serif;
	font-size: 1.5em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #000;
	text-transform: none;
}




.date_sombre {
	font-family: 'Ultra', serif;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	color: #000000;

	
}


.legende {
	font-family: 'Abel', sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #CCC;
}

.legende_noire {
	font-family: 'Abel', sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height: 1.2em;
	color: #000;
}

.legende_blanche {
	font-family: 'Abel', sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height: 1.2em;
	color: #fff;
}




/*------------------------------------------------------*/
/* chose = le contenu que vous rajoutez par-dessus les images */

.vignette {
	width: 610px;
	position: absolute;
	top: 500px;
	left: 20px;
	display: block;
		
}



.chose-conteneur {
	width: 400px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
		
}

.chose-conteneur-etroit {
	width: 300px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
		
}



.chose {
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	
	position: relative;
}


.chose-img {
	position: relative;
	bottom: -5px;
	max-width: 800px;
}


.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.diapos {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slide {
  height: 100%;
  float: left;
  clear: none;
}






/*------------------------------------------------------*/
/* IMAGES D'ARRIÈRE-PLAN */
.un {
	background-image: url(../images/bg01.jpg);
}

.deux {
	background-image: url(../images/bg02.jpg);
}

.trois {
	background-image: url(../images/bg03.jpg);
}

.quatre {
	background-image: url(../images/bg04.jpg);
}

.cinq {
	background-image: url(../images/bg05.jpg);
}


.six {
	background-image: url(../images/bg06.jpg);
}


.sept {
	background-image: url(../images/bg07.jpg);
}


.huit {
	background-image: url(../images/bg08.jpg);
}

.neuf {
	background-image: url(../images/bg09.jpg);
}

.dix {
	background-image: url(../images/bg10.jpg);
}

.onze {
	background-image: url(../images/bg11.jpg);
}

.douze {
	background-image: url(../images/bg12.jpg);
}

.treize {
	background-image: url(../images/bg13.jpg);
}

.quatorze {
	background-image: url(../images/bg14.jpg);
}

.quinze {
	background-image: url(../images/bg15.jpg);
}

.seize {
	background-image: url(../images/bg16.jpg);
}

.dixsept {
	background-image: url(../images/bg17.jpg);
}

.dixhuit {
	background-image: url(../images/bg18.jpg);
}

.dixneuf {
	background-image: url(../images/bg19.jpg);
}


.vingt {
	background-image: url(../images/bg20.jpg);
}

.vingtetun {
	background-image: url(../images/bg21.jpg);
}

.vingtdeux {
	background-image: url(../images/bg22.jpg);
}

.vingtrois {
	background-image: url(../images/bg23.jpg);
}

.vingtquatre {
	background-image: url(../images/bg24.jpg);
}


























/*------------------------------------------------------*/
/*  POINTS SERVANT À NAVIGUER */
.points {
  position: absolute;
  bottom: 30px;
}

.points_item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #fff;
 
}


.points_item:hover {
	background: #fff;
}

.points_item--current {
	background: #000;
}





/*------------------------------------------------------*/
/* MISE EN FORME DES FLÈCHES */

.fleche {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}



.fleche_gauche {
	bottom: 50%;
	left: 20px;
	background-image: url(../images/fleche_g.png);
	
}

.fleche_gauche:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.fleche_droite {
	bottom: 50%;
	right: 20px;
	background-image: url(../images/fleche_d.png);
}

.fleche_droite:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



/*------------------------------------------------------*/
/* MISE EN FORME DU CONTENU DANS LE BAS DE LA PAGE  */

#corps_texte {
	width: 80%;
	margin: 0 auto;
	padding: 100px;
	font-family: 'Abel', sans-serif;
	
	
}

.colonnes {
	
	   -webkit-column-count:3; /* Chrome, Safari, Opera */
	   -moz-column-count:3; /* Firefox */
	    column-count:3;	
       -moz-column-gap: 3em;
       -webkit-column-gap : 3em;
       -moz-column-rule-color:  #ccc;
	   -webkit-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
	   -webkit-column-rule-style: solid;
       -moz-column-rule-width:  1px;
	   -webkit-column-rule-width:  1px;
}



.hektik	{
	font-family:'hektik', Sans-Serif;
	color:#FFF;
	text-transform:none;
	text-align: left;
	font-size: 1.5em;
	font-weight: lighter;
	display: block;
	padding: 50px 0px 0px 45px;
	line-height: 1em;
}

h1	{
	font-family: 'Francois One', sans-serif;
	font-size: 2.6em;
	color: #000;
	margin: 0px;
	line-height: 0.9;
	}
	
h2	{
	font-family: 'Francois One', sans-serif;
	font-size: 1.55em;
	color: #4B4A4A;
	margin: 0px;
	line-height: 0.95;
	text-transform: uppercase;
	padding-top:0.7em;
	}
	
	

h3	{
	font-family: 'Francois One', sans-serif;
	font-size: 1.35em;
	color: #999;
	margin: 0px;
	line-height: 1;
	padding-top:1em;
	
	}
	
	


	q::before { 
  content: "«\00A0";
  
}
q::after {
  content: '\00A0»';
  
}
	
/*------------------------------------------------------*/
/* MOUSE OVER SUR IMAGES  */
	
	.survol{
opacity: 0.5;
transition-property: opacity;
transition-duration: 0.5s;	
-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}
.survol:hover{
opacity: 1;

}