/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
   background: rgba(0,0,0,0);
    text-shadow: none;
}

::selection {
    background: rgba(0,0,0,0);
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}






/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* J'APPELLE LA POLICE ! */
@font-face {
    font-family: "DIN-bold";
     src: url('DIN-Bold.eot'); 
    src: url('DIN-Bold.eot?#iefix') format('embedded-opentype'), 
         url('DIN-Bold.woff') format('woff'), 
         url('DIN-Bold.ttf') format('truetype'), 
         url('DIN-Bold.svg#DIN-Bold') format('svg'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeSpeed;
}
@font-face {
    font-family: 'DIN-regular';
    src: url('DIN-Regular.eot'); 
    src: url('DIN-Regular.eot?#iefix') format('embedded-opentype'), 
         url('DIN-Regular.woff') format('woff'), 
         url('DIN-Regular.ttf') format('truetype'), 
         url('DIN-Regular.svg#DIN-Regular') format('svg'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeSpeed;
}
@font-face {
    font-family: "DIN-light";
    src: url('DIN-Light.eot'); /* IE9 Compat Modes */
    src: url('DIN-Light.eot?#iefix') format('embedded-opentype'), 
         url('DIN-Light.woff') format('woff'), 
         url('DIN-Light.ttf') format('truetype'), 
         url('DIN-Light.svg#DIN-Light') format('svg'); 
    font-style: normal;
    font-weight: lighter;
    text-rendering: optimizeSpeed;
}




body{
    font-family: "DIN-light", sans-serif;
    background: #4b4b4d url(../img/fond.png) repeat-y center top;
    color:#4d4d4f;
}



#page {
/*    background-image: url(../img/grille_16.png); /* A COMMENTER QUAND FINI */
    /*background-color: #f1f1f1;
    border-left: 8px solid #404042;
    border-right: 8px solid #404042;*/
    position:relative;
    

/*----???????????????????????-----*/
/*----???????????????????????-----*/
    
/*----???????????????????????-----*/
/*----???????????????????????-----*/
}


/* SECTION ENTETE 
--------------------*/
#entete{
    background-color: #fff;
}

#entete h1{
    font-size:0px;
    position:relative;
    color:#fff;
    height: 200px;
    line-height: 200px;
    margin-top: 10px;
    z-index: 10;
   
}
#logo{
	margin-left:0px;
  background-color:#fff;
    padding-right:20px;
        padding-bottom:20px;

}

/* BLOC NAVIGATION */

#entete nav{
    margin-top: 80px;
    position:absolute;
    padding:0;
    right:0;
}

#entete nav ul{
    margin: 0;
    padding:0;
    position:absolute;
    right:0px;
    height: 30px;
    
}

#entete nav ul li{
    float:left;
    list-style-type: none;
    margin-left:30px;
}

#entete nav ul a{
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color:#4b4b4b;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: right;

}

#entete nav ul a:hover{
    color:#096db3;
    border-bottom: 3px solid #096db3;
}



/* SECTION DIAPORAMA 
--------------------*/

#diaporama{
   position:relative;
   top:-100px;
   height:458px;
   padding:0;
   z-index: 0;
}
#photos{
   height:410px;
   padding:0;
   overflow: hidden;
   border:1px solid #bcbec0;
   border-radius: 0 0 5px 5px; 
}


#navigation{
   clear: both;
   height: 20px;
}
#navigation ul{
   width:84px;
   height:20px;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
   padding:0;
}

#navigation ul li{
   padding:0;
   float:left;
   margin:0px 2px 0px 2px;
}
#navigation ul li a{
   display:block;
   width:17px;
   height: 20px;
   background: transparent url(../img/bouts.png) no-repeat center left;
}

#navigation ul li a:hover{
   background-position: center right;
}





/* SECTION societe 
--------------------*/
#societe{
    
    position:relative;
    z-index:2;
    margin-top:-100px;

}



#societe h1{
    text-transform: uppercase;
    font-size:40px;
    font-weight: 100;
    color:#4b4b4d;
   	margin-left:-40px;
   	width:1020px;
   	height: 40px;
    background: #fff url(../img/h1.png) no-repeat bottom left;
	
}
#societe h1>span{
	display: inline-block;
    background: #fff;
    margin-left:42px;
    padding-right: 20px;
    margin-top: 1px;

 }


#contenu{
	width:1020px;
	margin-left:-40px;
    background-color: #f1f2f2;
    background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#d2d3d4), to(#f1f2f2));
    background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, linear-gradient(to bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
    -moz-background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, -moz-linear-gradient(to bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
    -webkit-background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, -webkit-gradient(linear bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
    -o-background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, -o-linear-gradient(to bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
    -ms-background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, -ms-linear-gradient(to bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
   
    
    margin-top:-8px;
    padding-top:50px;
    padding-bottom:15px;
}

#societe h2{
    padding-left: 20px; 
    height:30px;
    line-height:35px;
    font-size:18px;
    font-weight: lighter;
    text-transform: uppercase;
    color:#4b4b4d; 
    border-bottom: 1px solid #4b4b4d;
   	background-image:  url(../img/h2.png); 
	background-position: left center;
	background-repeat:no-repeat;
   	cursor:pointer;
	position: relative;
   	z-index:10px; 
}


span.fleche_r{
   
    position:absolute;
    top:10px;
    right:0;
    width:9px;
    height:13px;
    background-image: url(../img/fleche_bas.png);
    transition:transform 0.2s ease-in-out;
    -webkit-transition:-webkit-transform 0.2s ease-in-out;
    -moz-transition:-moz-transform 0.2s ease-in-out;
    -o-transition:-o-transform 0.2s ease-in-out;
    
}
span.deplie{
    transform:rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform:rotate(90deg);
    transition:transform 0.2s ease-in-out;
    -webkit-transition:-webkit-transform 0.2s ease-in-out;
    -moz-transition:-moz-transform 0.2s ease-in-out;
    -o-transition:-o-transform 0.2s ease-in-out;
}

.bloc_societe{
	 margin:-22px auto 50px auto;
   width:820px;
}

.bloctextepol{
	background-color: #fff;
	margin-top:-14px;
	background-image:  url(../img/ombre_texte_droite.png);
	background-position: right top;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:10px;
	padding-right: 14px;
  display: none;
}

.ombre_gauche{
	background-image: url(../img/ombre_texte_gauche.png);
	background-position: top left;
	width:7px;
	height:195px;
	position:absolute;
  /*top:155px;*/
  margin-top:-20px;
  z-index:800;
	background-repeat:no-repeat;
  
}

.bloctextepol img{
	display: block;
	margin-top:4px; 
	margin-right:16px;
	float: left;
}


.bloctextepol p{
	font-size: 15px;
    font-weight: lighter;
    color: #4b4b4d;
    margin-top: 0px;
    margin-bottom:0;
    padding-left: 196px;
}

.bloctexte{
	background-color: #fff;
	margin-top:-14px;
	background-image: url(../img/ombre_texte_gauche.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:10px;
	padding-left: 17px;
	position:relative;
    display: none;
}
.ombre_droite{
	background-image: url(../img/ombre_texte_droite.png);
	background-position: center right;
	background-repeat:no-repeat;
	width:7px;
	height:195px;
	position:absolute;
	z-index:900;
  top:0;
  right:0;
}


.bloctexte img{
	float:right;
	margin-left:16px;
	margin-top:4px; 
}


.bloctexte p{
    font-size: 15px;
    font-weight: lighter;
    color: #4b4b4d;
    padding-right: 196px;
    margin-top: 0px;
   /* letter-spacing: -0.1px;*/
    margin-bottom:0;
    /*text-align: justify;*/
    
}

.textes strong{
  font-family: "DIN-Bold", sans-serif;
  
  font-size: 15px;
  color: #096db3;
 
 
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  hyphens: auto !important;
  word-wrap: break-word !important;
  text-align: right !important;
}

.textes p{
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  text-align: justify;
}


/* LOGOS GROUPE */

.bloclogos{
	  background-color: #fff;
    margin-top:-14px;
    position:relative;
    padding-top:10px; 
   
    /*background-image: url(../img/fleche_h.png),url(../img/fleche_b.png);
    background-position: center top, center 153px;
    background-repeat:no-repeat, no-repeat;*/
}

.logos{
    margin-top:20px;
}

.btn_left { 
    cursor:pointer;
  position:absolute;
  height: 34px; width: 22px;
  left:-30px;
  top:70px;
  background-image: url(../img/fleche_g.png);
  background-position: 0px;
  transition:background-position 0.1s ease-in-out;
}
.btn_left:hover{
  background-position: -22px;
  transition:background-position 0.1s ease-in-out;
}

.btn_right {
  cursor:pointer;
  position:absolute;
  top:70px;
  height: 34px; width: 22px;
  right:-30px;
  background-image: url(../img/fleche_d.png);
  background-position: 22px;
  transition:background-position 0.1s ease-in-out;
}
.btn_right:hover{
  background-position: 44px;
  transition:background-position 0.1s ease-in-out;
}


.legende{
    height:30px;
    background-color: #4b4b4d;
    color:white;
    text-align: center;
    font-family: 'DIN-Regular', sans-serif;
    font-size:15px;
    font-weight: 100;
    line-height: 30px; 

}
.nav_g, .nav_d{
  position:absolute;
  display:block;
  width:22px;
  height:34px;
  top:65px;
}

.nav_g{
  left:-30px;
  background-image: url(../img/fleche_g.png);
  background-position: 0px;
  transition:background-position 0.1s ease-in-out;
}
.nav_g:hover{
  background-position: -22px;
  transition:background-position 0.1s ease-in-out;
}
.nav_d{
  right:-30px;
  background-image: url(../img/fleche_d.png);
  background-position: 22px;
  transition:background-position 0.1s ease-in-out;
}
.nav_d:hover{
  background-position: 44px;
  transition:background-position 0.1s ease-in-out;
}


/* SECTION Marques 
--------------------*/
#marques{
    position:relative;
    z-index:2;
    margin-top:-10px;
}

#marques h1{
    text-transform: uppercase;
    font-size:40px;
    font-weight: lighter;
    color:#4b4b4d;
    margin-left:-30px;
    width:1020px;
    height: 40px;
    background: #fff url(../img/h1.png) no-repeat bottom left;    
}

#marques h1>span{
    background: #fff;
    margin-left:42px;
    padding-right: 20px;
    margin-top: 1px;
}

#navigation_marques{
    margin-top:35px;
    text-align: right;
    height:30px;
    margin-right:20px;
}
#navigation_marques li{
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 30px;
    
}

#navigation_marques a{
    color:#4b4b4d;
    text-decoration: none;
    font-weight: lighter;
}
#navigation_marques a:hover{
    
    color:#096db3;
}
#navigation_marques a.select_marques{
    color:#096db3;
    
}
#navigation_marques a.deselect_marques{
    color:#4b4b4d;
}

#zone_logos{
    width:1020px;
    height:375px;
    text-align: center;
    margin-left:-30px;
    position:relative;

}

#logos_marques{
    width:820px;
    margin:auto;

}
#marques_prec, #marques_suiv{
    display:block;
    position:absolute;
    z-index: 888;
    top:0;
    width:100px;
    height:375px;
    margin:0;
    padding:0;
    cursor: pointer;
    transition:background-position 0.2s ease-in-out;
}

#marques_prec{
    left:0;
    background:#096db3 url(../img/fleche_gauche.png) no-repeat;
    background-position: 0px center ;
}
#marques_suiv{
    right:0;
    background:#096db3 url(../img/fleche_droite.png) no-repeat;
    background-position: -97px center ;
}
#marques_prec:hover{
    background-position: -97px center;
    transition:background-position 0.2s ease-in-out;
}
#marques_suiv:hover{
    background-position: 0px center; 
    transition:background-position 0.2s ease-in-out;
}





#ombre_bouton_bleu_g{
    position:absolute;
    z-index: 9999;
    left:100px;
    width:18px;
    height:375px;
    background: url(../img/ombre_bouton_g.png) no-repeat center left;
}
#ombre_bouton_bleu_d{
    position:absolute;
    z-index: 9999;
    right:100px;
    width:18px;
    height:375px;
    background: url(../img/ombre_bouton_d.png) no-repeat center left;
}

/* pagination*/

.slidesjs-pagination {
                
  text-align:center;
  
  padding: 15px 0;
  height:20px;
  position:relative;
  top:-105px;
}

.slidesjs-pagination-item {
    cursor:pointer;
    display:inline-block;
    width:17px;
    height: 20px;
    margin-right: 4px;
    
}

.slidesjs-pagination-item:hover {
  background-position: center right;
}

.slidesjs-pagination > li > a.active {
  background-position: center right;
}

.slidesjs-pagination-item a {
  color:rgba(0,0,0,0);
  display:block;
  background: transparent url(../img/bouts.png) no-repeat center left;
}




/* SECTION equipe 
--------------------*/
/*#equipe{
    
    position:relative;
    margin-top:95px;
    width:1020px;
    margin-left:-30px;
    background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat, linear-gradient(to bottom,#d2d3d4, #f1f2f2,#f1f2f2, #d2d3d4);
    background-color: #f1f2f2;
    background: url(../img/ombre.png) top center no-repeat, url(../img/ombre_bas.png) bottom center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#d2d3d4), to(#f1f2f2));
    padding-top:50px;
    padding-bottom:15px;
}



#equipe h2{
    text-transform: uppercase;
    font-size:40px;
    font-weight: 100;
    color:#4b4b4d;
    margin-top:-30px;
       
    width:1020px;
    height: 40px;
    background: transparent url(../img/h3.png) no-repeat bottom left;
    
}
#equipe h2>span{
    display: inline-block;
    margin-left:42px;
    padding-right: 20px;
    margin-top: 1px;

 }
#equipe>.nav_g, #equipe>.nav_d{
    position:absolute;
    top:150px;
    cursor: pointer;
}

#equipe>.nav_g{
    left:60px;
}

#equipe>.nav_d{
    right:60px;
}

#persos{
    width:750px;
    height:200px;
    overflow:hidden;
    margin: 50px auto 10px auto;
    padding-left:70px;
}

.perso{
    float:left;
    font-size:13px;
    
}
.perso p{
    margin-top:-12px;
   
    
}
.perso h3{
    color:#096db3;
    font-size:14px;
}
.perso h3>b{
    font-family: "DIN-bold", sans-serif;
}
.perso a{
    color:#4b4b4d;
    text-decoration: none;
    font-family: "DIN-bold", sans-serif;
}
.perso a:hover{
    color:#096db3;
    text-decoration: underline;
}
*/

/* SECTION CONTACTS 
--------------------*/
#contacts{
    clear: both;
    width:1020px;
    margin-left:-30px;
    position:relative;
    z-index:100;
}

#contacts h1{
    padding-top:20px;
    text-transform: uppercase;
    font-size:40px;
    font-weight: 100;
    color:#4b4b4d;
    width:1020px;
    height: 40px;
    background: transparent url(../img/h3.png) no-repeat bottom left;

}

#contacts h1>span{
    display: inline-block;
    margin-left:42px;
    padding-right: 20px;
    margin-top: 1px;

}

#conteneur{
    margin:0 auto;
    width:800px;
}

#formulaire_contact{
    width:455px;
    float:left;
    text-align: right;
    position:relative;
    margin-top:15px;
}


#formulaire_contact p{
    position:relative;
    width:455px;
    margin-bottom:5px;
    margin-top:0;
}

#formulaire_contact label{
    font-family: "DIN-bold", sans-serif;
    font-size:15px;
}

#formulaire_contact input{
    font-family: "DIN-bold", sans-serif;
    font-size:15px;
    margin-left:10px;
    border-radius: 15px;
    height: 35px;
    border: 1px solid #bcbec0;
    width:342px;
    padding:0px 15px 0px 15px;
    color:#4b4b4d;
    font-family: "DIN-Light", sans-serif;
}

#formulaire_contact input:focus, #message:focus{
    outline: 0;
    border: 1px solid #096db3;
}

#message{
    width:342px;
    border-radius: 15px;
    height: 70px;
    border: 1px solid #bcbec0;
    margin-left:10px;
    padding:3px 15px 0 15px;
    color:#4b4b4d;
    font-family: "DIN-Light", sans-serif;
}
#formulaire_contact input[type="submit"]{
    color:white;
    width:150px;
    background-color: #096db3;
    border:none;
}
#carte{
    width:322px;
    height:100px;
    margin-left: 20px;
    margin-top:70px;
    float:right;
    text-align:right;
}

/* Formulaire de contact */
#submit{
    color:white;
    width:80px;
    background-color: #096db3;
    border:none;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    padding-right: 6px;
    padding-left: 6px;
    float:right;
   /* margin-right:15px;*/
    margin-top:5px;
    border-radius: 4px;
    cursor: pointer;
}

#success2, #error2 {
    clear: both;
    display: none;
    position: relative;
    top:20px;
    border-radius: 5px;
    text-align:center;
}
#success2 h2, #error2 h2 {
    color: #ffffff;
    font-size: 15px;
    text-transform:none;
    border-radius: 5px;
    padding: 10px;
}

#error2 h2{
    background-color:#CE3D3D;
}
#success2 h2{
    background-color: #1EA43A;
}

.nosp{
    display:none;
}

.errorForm {
    border: 1px solid #da4856 !important;
}
.desactive{
  opacity:0.5;
  cursor: default !important;
}



.g-recaptcha{
      margin-left: 153px;
    margin-top: 10px;
}

/* FOOTER 
--------------------*/
#footer{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   margin-bottom: 0;
}

#footer p{
    margin:0 10px 0 0;
    text-align:right;
    font-size:12px;
    line-height: 36px;
    height:36px;

}

#footer a{
    color:#096db3;
    text-decoration: none;
}
#footer a>strong{
    color:#096db3;
    font-family:"DIN-bold", sans-serif;
}


.blague { display: none; }












/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}