@-webkit-viewport{
    width: device-width;
}
@-moz-viewport{
    width: device-width;
}
@-ms-viewport{
    width: device-width;
}
@-o-viewport{
    width: device-width;
}
@viewport{
    width: device-width;
}

    .clearfix:before,  
    .clearfix:after {  
        content: " ";  
        display: table;  
    }  
    .clearfix:after {  
        clear: both;  
    }  
    .clearfix {  
        *zoom: 1;  
    }  

/*---------- STYLE PAR DEFAUT ----------*/	
	
body
{
background-image : url("../images/fond2.png");
background-repeat : repeat-x;
background-color :#3d3d3d;
font-size : 12px;
margin : 0;
padding: 0;
overflow-x: hidden;
font-size: 16px;
}

a {
color: #333;
text-decoration: none;
}

#conteneur
{
position : relative;
margin: 0 auto;
width : 1400px;
top : 0px;
background-color : none;
}
.index
{
width : 1080px;
height: 160px;
margin: 0 auto;
background: white;
margin-top: 7px;
}

header
{
z-index: 1;
width : 1080px;
height: 160px;
margin: 0 auto;
background: white;
margin-top: 7px;
border-bottom: solid #f39426 32px;
-moz-box-shadow: 1px 6px 10px #333; 
-webkit-box-shadow: 1px 6px 10px #333; 
box-shadow: 1px 6px 10px #333;
}

/* INTERIEUR DU CONTENEUR */	

#contenu
{
position : relative;
width : 1080px;
margin: 0 auto;
background-color : white;
overflow: auto;
}

/* BLOC DE TEXTE HAUT DEFAUT */ 

.haut{
width: 100%;
text-align: justify;
}

.haut img{
width: 23%;
padding: 0 11em 1em 2em;
float: right;
}

.haut p{
color:#666; 
font-size: 1em; 
padding: 2em 11em 1em 11em;
}

.haut blockquote{
width: 43%;
margin: 0 auto;
}

.haut blockquote p{
  font-size: 1em; 
  padding: 0.5em 0 1.5em 2.2em;
  background-image:url("../images/blockquote.png");
  background-repeat:no-repeat;
  min-height: 30px;  
}

hr{
width: 60%;
height: 1px;
background-color: #999;
border: none;
}

/* BLOC DE TEXTE GAUCHE DEFAUT */

.gaucheindex{
float: left;
width: 40%;
padding: 50px 50px 150px 50px; 
text-align: justify;
color: #666;
background-image: url("../images/pelle.png");
background-repeat: no-repeat;
background-position: bottom;
}

.gaucheform{
float:left;
width: 40%;
font-size: 1em;
}

/* BLOC DE TEXTE DROITE DEFAUT */

.droite{
float: right;
width: 40%;
padding: 2.6em 5em 2.6em 2em;
text-align: justify;
font-size:0.9em;
color: #666;
}

.droitecarte{
float: right;
width: 40%;
padding: 50px;
}

/* BLOCS DE TEXTE MENTIONS DEFAUT */

.mentions{
margin: 0 auto;
width: 80%;
padding: 3.125em;
text-align: justify;
color: #666;
}

/* BLOCS PHOTOS + TEXTE DEFAUT */

.info{
padding: 3em 6em 3em 6em;
}

.info p{
text-align: justify;
font-size:0.9em;
color: #666;
}

.info a:hover{
text-decoration: none;
color: #f39426;
}

.info img{
padding-left: 1em;
padding-right: 1em;
width: 515px;
height: auto;
}

/* IMAGES LIGHTBOX */

.imglightbox {
text-decoration: none;
}

/* FOOTER DEFAUT */

footer
{
z-index : 10;
position : relative;
width : 1080px;
height : 100px;
margin: 0 auto;
clear: both;
background-color : #2a2a2a;
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:0 0 10px 10px;
-moz-box-shadow: 1px 6px 10px #111; 
-webkit-box-shadow: 1px 6px 10px #111; 
box-shadow: 1px 6px 10px #111;
font-size:0.8em;
}

footer a{
text-decoration: none;
color:#FFF;
}

footer a:hover{
color: #f39426;	
}

.footergauche{
color : #ffffff;
margin: 1em 0 0 2em;
float: left;
line-height: 170%;
}

.footerdroite{
color : #ffffff;
float: right;
margin: 1em 3em 0 0em;
text-align: right;
line-height: 145%;
}

/* GENERAL */

p,h1,h2,h3,h4{
font-family: 'Lato', sans-serif;
}

/* NAVIGATION DEFAUT */

nav ul li{ background:linear-gradient(#f89522, #ff9823); }

ul li a{ background: #3c3c3c; transition: background 0.5s; } 

ul li a:hover{ background: transparent; transition: background 0s; /*border-left: 6px solid #a25e16;*/ }

nav {  
height: 40px;  
width: 1080px ;
margin: 0 auto;
background: #3d3d3d;  
font-size: 12pt;  
font-family: 'Lato', sans-serif;
position: relative;  
}  
nav ul {  
padding-left: 0;  
margin: 0 auto;  
width: 1080px;  
height: 40px;  
}   

nav li {  
display: inline;  
float: left;  
}  

nav a {  
color: #fff;  
display: inline-block;  
width: 180px;  
text-align: center;  
text-decoration: none;  
line-height: 40px;  
}   

nav li a {  
border-right: 0px solid #ff9823;  
box-sizing:border-box;  
-moz-box-sizing:border-box;  
-webkit-box-sizing:border-box;  
}  
nav li:last-child a {  
border-right: 0;  
}  

nav a#pull {  
display: none;  
}     

/* SLIDER DEFAUT */

.slideindex {
  position: relative;
  z-index: 1;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
background-color: none;
border-bottom: solid #f39426 32px;
-moz-box-shadow: 1px 6px 10px #333; 
-webkit-box-shadow: 1px 6px 10px #333; 
box-shadow: 1px 6px 10px #333;
	
  }

.slideindex li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slideindex li:first-child {
  position: relative;
  position: relative;
  display: block;
  float: left;
  }

.slideindex img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*---------- STYLE DESKTOP ----------*/	

@media screen and (max-width: 1224px) { 

#conteneur
{
z-index : 1;
position : relative;
margin: 0 auto;
width : 100%;
top : 0px;
background-color : none;
}

/* NAVIGATION DESKTOP */

nav {  
height: 40px;  
width: 1080px;
margin: 0 auto;
background: #3d3d3d;  
font-size: 12pt;  
font-family: 'Lato', sans-serif;
position: relative;  
}  

nav ul {  
padding-left: 0;  
margin: 0 auto;  
width: 1080px;  
height: 40px;  
}

}
	
/*---------- STYLE TABLETTE ----------*/	

@media screen and (max-width: 840px) {  

/* NAVIGATION TABLETTE */

nav {   
height: auto;
width: 100%;
}  
nav ul {  
display: none;  
height: auto;  
width: 100%;
} 

nav li {  
width: 50%;  
float: left;  
position: relative;  
}  
nav li a {  
border-bottom: 1px solid #576979;  
border-right: 1px solid #576979;  
}  
nav a {  
text-align: left;  
width: 100%;  
text-indent: 25px;  
}

nav a#pull {  
display: block;  
background-color: #3d3d3d;  
width: 100%;  
position: relative;  
}  
nav a#pull:after {  
content:"";  
background: url("nav-icon.png") no-repeat;  
width: 30px;  
height: 30px;  
display: inline-block;  
position: absolute;  
left: 15px;  
top: 10px;  
}  

/* CONTENU TABLETTE */

#conteneur
{
position : relative;
width : 100%;
top : 0px;
background-color : none;
}

header
{
z-index: 10;
width : 100%;
background: white;
background-image: url(../images/banniere840.png);
background-position: left;
background-repeat: no-repeat;
border-bottom: solid #f39426 32px;
-moz-box-shadow: 1px 6px 10px #333; 
-webkit-box-shadow: 1px 6px 10px #333; 
box-shadow: 1px 6px 10px #333;
}

header img{
visibility: hidden;
}

.index
{
width : 100%;
height: auto;
background: white;
margin-top: 7px;
background-image: url(../images/banniere840.png);
background-position: left;
background-repeat: no-repeat;
}

.index img{
visibility: hidden;
}

#contenu
{
position : relative;
width : 100%;
background-color : white;
overflow-x: hidden;
}

/* BLOC DE TEXTE HAUT TABLETTE*/

.haut img{
width: 25%;
padding: 0 5em 1em 2em;
}    
    
.haut p{
padding: 2em 2em 1em 4em;
}

.haut blockquote{
width: 65%;
margin: 0 auto;
}

/* BLOC DE TEXTE GAUCHE TABLETTE */

.gaucheindex{
width: 90%;
padding: 40px 40px 120px 40px;
border: none;
float: none;
font-size: 1em;
color: #666;
background-image: url("../images/pelle.png");
background-repeat: no-repeat;
background-position: center bottom;
overflow-x: hidden;
}

.gaucheform{
width: 80%;
font-size: 1em;
}

/* BLOC DE TEXTE DROITE TABLETTE */

.droite{
width: 90%;
padding: 40px;
font-size: 1em;
color: #666;
overflow-x: hidden;
}

.droitecarte{
width: 80%;
overflow-x: hidden;
}

/* BLOC PHOTOS + TEXTE TABLETTE */

.info{
padding: 1.5em 2em 1.5em 2em;
}

.info img{
width: 50%;
height: auto;
}	

/* FOOTER TABLETTE */

footer
{
width : 100%;
height : 200px;
background-color : #2a2a2a;
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:0 0 10px 10px;
-moz-box-shadow: 1px 6px 10px #111; 
-webkit-box-shadow: 1px 6px 10px #111; 
box-shadow: 1px 6px 10px #111;
}

footer p{
font-size: 1em;
display: block;
}

footer p a{
font-size: 1.1em;
}

.footerdroite{
padding-top: 1em;
margin: 0;
float: none;
clear: both;
text-align: center;
}   
    
.footergauche{
padding-top: 1em;
margin: 0;
float: none;
clear: both;
text-align: center;
} 
    
}  
		
/*---------- STYLE PORTABLES 480 ---------- */

@media only screen and (max-width : 480px) {  

.clearfix {  
width: 100%;  
}  
	
/* NAVIGATION PORTABLE 480 */	
	
nav {  
 border-bottom: 0;  
}  

nav ul {  
display: none;  
height: auto;  
}  

nav a#pull {  
display: block;  
background-color: #3d3d3d;  
width: 100%;  
position: relative;  
} 
 
nav a#pull:after {  
content:"";  
background: url("nav-icon.png") no-repeat;  
width: 30px;  
height: 30px;  
display: inline-block;  
position: absolute;  
left: 15px;  
top: 10px;  
}  

/* CONTENU PORTABLE 480 */

body{
background-color:#3d3d3d;
background-image: none;
}

header
{
width : 100%;
background: white;
background-image: url(../images/banniere380.png);
background-position: left;
background-repeat: no-repeat;
border-bottom: solid #f39426 32px;
-moz-box-shadow: 1px 6px 10px #333; 
-webkit-box-shadow: 1px 6px 10px #333; 
box-shadow: 1px 6px 10px #333;
}

header img{
visibility: hidden;
}

.index
{
width : 100%;
background: white;
border-bottom: solid #f39426 40px;
background-image: url(../images/banniere380.png);
background-position: left;
background-repeat: no-repeat;
}

.index img{
visibility: hidden;
}

.slideindex
{
display : none;
}

#conteneur
{
width : 100%;
top: 0px;
background-color : none;
}

#contenu
{
width: 100%;
background-color : white;
overflow-x: hidden;
}

/* BLOC DE TEXTE HAUT PORTABLE 480 */

.haut p{
padding: 2em 2em 1em 2em;
}
    
.haut img{
display: none;
}


/* BLOC DE TEXTE GAUCHE PORTABLE 480 */

.gaucheindex{
width: 80%;
padding-bottom: 100px;
font-size: 1em;
background-image: url("../images/pellesmall.png");
background-repeat: no-repeat;
background-position: center bottom;
overflow-x: hidden;
}

.gaucheform{
width: 80%;
font-size: 1em;
}

/* BLOC DE TEXTE DROITE PORTABLE 480 */

.droite{
width: 80%;
font-size: 1em;
overflow-x: hidden;
}

.droitecarte{
width: 80%;
overflow-x: hidden;
}

#carte{
width: 300px;
}

/* BLOCS DE TEXTE MENTIONS DEFAUT */

.mentions{
margin: 0 auto;
width: 80%;
padding: 2.5em;
text-align: justify;
color: #666;
}    
    
/* BLOC PHOTOS + TEXTE PORTABLE 480 */

.info{
padding: 1em 2em 1em 2em;
}

.info img{
display: none;
}

/* FOOTER PORTABLE 480 */
 
footer
{
width : 100%;
background-color : #2a2a2a;
}

footer p{
font-size: 1em;
display: block;
margin-left: 20px;
}

.footerdroite{
padding-top: 1em;
margin: 0;
float: none;
clear: both;
text-align: center;
}   
 
.footergauche{
padding-top: 1em;
margin: 0;
float: none;
clear: both;
text-align: center;
} 
    
}

/*---------- STYLE PORTABLES 320 ---------- */

@media only screen and (max-width : 320px) {  

/* NAVIGATION PORTABLE 320*/

nav li {  
display: block;  
float: none;  
width: 100%;  
}  

nav li a {  
border-bottom: 1px solid #576979;  
} 

/* CONTENU PORTABLE 320 */

body{
background-color:3d3d3d;
background-image: none;
}

header
{
width : 100%;
height: auto;
background: white;
margin-top: 7px;
background-image: url(../images/banniere320.png);
background-position: left;
background-repeat: no-repeat;
border-bottom: solid #f39426 32px;
-moz-box-shadow: 1px 6px 10px #333; 
-webkit-box-shadow: 1px 6px 10px #333; 
box-shadow: 1px 6px 10px #333;
}

header img{
visibility: hidden;
}

.index
{
width : 100%;
height: auto;
background: white;
margin-top: 7px;
background-image: url(../images/banniere320.png);
background-position: left;
background-repeat: no-repeat;
}

.index img{
visibility: hidden;
}

.slideindex
{
display : none;
}

#conteneur
{
position : relative;
width : 100%;
top : 0px;
background-color : none;
}

#contenu
{
position : relative;
width : 100%;
background-color : white;
overflow-x: hidden;
}

/* BLOC DE TEXTE HAUT PORTABLE 320 */

.haut p{
padding: 2em 2em 1em 2em;
}
    
.haut img{
display: none;
}

/* BLOC DE TEXTE GAUCHE PORTABLE 320 */

.gaucheindex{
width: 70%;
margin: 0 auto;
border: none;
text-align: justify;
font-size: 0.8em;
color: #666;
background-image: url("../images/pellesmall.png");
background-repeat: no-repeat;
background-position: left bottom;
overflow-x: hidden;
}

/* BLOC DE TEXTE DROITE PORTABLE 320 */

.droite{
width: 70%;
margin: 0 auto;
font-size: 0.8em;
color: #666;
overflow-x: hidden;
}

.droitecarte{
width: 70%;
overflow-x: hidden;
}

#carte{
width: 200px;
margin: 0 auto;
}

/* BLOCPHOTOS + TEXTE PORTABLE 320 */

.info{
padding: 1em 2em 1em 2em;
}

.info img{
display: none;
}

/* FOOTER PORTABLE 320 */

footer
{
position : relative;
width : 100%;
background-color : #2a2a2a;
padding: 0.1em;
}

footer p{
font-size: 1em;
display: block;
}

.footerdroite{
padding: 0;
margin-top: 2em;
float: none;
clear: both;
text-align: center;
}   
    
.footergauche{
padding: 0;
margin-top: 1em;
float: none;
clear: both;
text-align: center;
}     
    
}  
