body,html
{
    margin: 0;
    padding: 0;
 
}
*
{
       -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
p{
    margin: 0;
}

header
{
    position: relative;
    margin-top: 20px;
    left:0;
    width: 100%;
    height: auto;
    background:white;
    border-top: 1px solid black;

    
}
header img
{
    display: block;
    position: relative;
    
    width: 364px;
    height: 93px;
    margin: 0 auto;
 
}


/* ----------------------------------------- RUBRIQUES -----------*/

#margesExterieurs
{
    position: relative;
    margin: 0px 100px;
}
#containerPhotos
{
    position: relative;
    margin: 0px 100px;
}
section
{
    margin-top: 35px;
    margin-left: 100px;
    margin-right: 100px;
    position: relative;

    z-index: 99;
    
}

.boxVignette
{
    margin: 3px 5px;
    background: url(images/loader.gif) no-repeat center center;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    width: 250px;
    
}
.boxVignette img
{
    width: 250px;
    height: auto;
    opacity: 0;
    z-index: 101;
  
}
.boxVignette .titre
{
 
    background:white;
    width:210px;
    
    line-height:25px; 
    height: 25px;
    
    top:5px;
    position: absolute;
    z-index: 102;
    
    opacity: 0;
    
    font-family: 'locator-bold',Arial,sans-serif;
    font-size: 15px;
    
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    
    transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    margin: 0;
    
    
    
}

.boxVignette:hover .titre
{
    opacity: 1;
}
.boxVignette .descriptif
{
    display: block;
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 75%;
    height: 66%;
    
    margin: 0;
    padding: 10px;
    opacity: 0;
    
    background: #fff;
    z-index: 102;
    overflow: hidden;
    
        
    transition-duration: 0.5s;
    transition-property: opacity;
    
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 12px;
       
    line-height: 17px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 
}
.boxVignette:hover .descriptif
{
    opacity: 0.6;
}

.boxVignette .descriptifAfter
{
 
    content: '...';
    display: block;
    position: relative;
    bottom: 6px;
    right: 10px;
    background: #FFF;

}



#fit-width .masonry {
  margin: 0 auto;
}

/*---------------------------- DESCRIPTIF RUBRIQUE PLANCHE 01-06 -------------------*/
.descriptifRubrique
{
    position: relative;
    width: 450px;
    margin : 15px auto 30px auto;

}
.descriptifRubrique p
{
    margin: 0;
}
.descriptifRubrique #titre
{
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.descriptifRubrique #descriptif
{
    font-family: "locator-light",Arial,sans-serif;
    font-size: 14px;
  
    text-align: center;
    margin:0px;
    
    
}

/* ---------------------- PLANCHE 01 07 ------------------------------ */
/* -------- carrousel --------*/
.carroussel
{
    display: block;
    position: relative;   

    height: 68px;  
    
    margin: 12px 100px 18px 100px;
    overflow: hidden;
    
}
.carroussel #loader
{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -8px;
    margin-right: -8px;
    width: 16px;
    height: 16px;
    
    background: url(../images/loader.gif) no-repeat center center;
    z-index: 1000;
}
.carroussel ul
{
    margin: 0;
    padding: 0;    
    height: 68px;
    position: relative;
    z-index: 100;
    display: none;
   // background: greenyellow;
    
}
.carroussel ul li
{
    list-style: none;
    float: left;
    margin: 0 2px;
    
    cursor: pointer;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
   
}



.carroussel img
{
    width: auto;
    height: 68px;
    opacity: 1;
}

#btReculer
{
    display: block;
    position: absolute;
    
    width: 100px;
    height: 100%;
    
    top: 0px;
    left: 0px;
    
    z-index: 10000;
   
    
}
#btAvancer
{
    display: block;
    position: absolute;
    
    width: 100px;
    height: 100%;
    
    top: 0;
    right: 0px;    
   
    z-index: 10000;  
    
}

.hover
{
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}


/* ---------------- GRANDE IMAGE ----------------------- */
.grandeImage
{

    display: block;
    position: absolute;
    left: 0;
    right: 0;
   
    top: 211px;
     bottom: 120px;
    left: 0;
    right: 0;

  
    
}
.grandeImage #container
{
    
}
.grandeImage img
{
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: auto;
    cursor: default;
}
.grandeImage #icone-left
{
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    background: url(../images/icone-left.jpg) no-repeat center center;
    
    opacity: 0.7;
    cursor: pointer;
}
.grandeImage #icone-right
{
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    background: url(../images/icone-right.jpg) no-repeat center center;
    
    opacity: 0.7;
    cursor: pointer;
    
    
    
}
.grandeImage #icone-delete
{
    display: none;
    position: absolute;   
    
    width: 24px;
    height: 24px;
    
    top:0; 
    background: url(../images/icone-delete.jpg) no-repeat center center;    
       
    opacity: 0.7;
    
    cursor: pointer;
    
}

.grandeImage #loaderGrandeImage
{
    display: none;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    
    width: 16px;
    height: 16px;
    background: url(../images/loader.gif) no-repeat center center;
    
}

.grandeImage #cadreInformations
{
    cursor: default;
    position: absolute;

    opacity: 0; 
    
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.grandeImage #cadreInformations:hover
{
    opacity: 1;
}

.grandeImage #cadreInformations #titre
{
    position: absolute;  
    line-height: 25px; 
    
    top: 5px;
    width: 75%;
    background:  white;
    
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 15px;
 
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  
    
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;   

    
}

.grandeImage #cadreInformations #descriptif
{
    
    position: absolute;
    right: 5px;
    bottom: 5px;
    max-width: 75%;
    max-height: 75%;
    
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  
    opacity: 0.7;
    
    background: #fff;
    z-index: 102;
    overflow: hidden;
    
        
    transition-duration: 0.5s;
    transition-property: opacity;
    
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 12px;
  //  font-weight: 600;        
    line-height: 17px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  
}
.grandeImage #back
{
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;

    cursor: pointer;
}



/* ------------------------------ FOOTER ----------------------------*/
.footer
{
    
    position: absolute;
    
    bottom: 15px;
    width: 550px;
    left: 50%;
    margin-left: -300px;
  
    
}
.footer p
{
    margin: 0;
}

.footer #titre
{
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 15px;    
    text-align: center; 
    margin-bottom: 10px;

}
.footer #descriptif
{
    font-family: "locator-light",Arial,sans-serif;    
    font-size: 14px;    
    text-align: center;   
    margin: 0;
}

/*--------------------- FULL GRANDE IMAGE -------------------*/
#fullGrandeImage
{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 10000;    
}
#fullGrandeImage img
{
    display: block;
    position: absolute;
    height: 100%;
    width: auto;
}

#menuMobile
{
    width: 100%;
    height: auto;
    display: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

#menuMobile a
{
    display: block;
    line-height: 48px;    
    font-family: "locator-bold",Arial,sans-serif;
    font-size: 15px;
    
    text-decoration: none;
    color: black;
    text-align: center;
    
}
#menuMobile:hover 
{
    background: black;
}
#menuMobile:hover a
{
    color: white;
}












