
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* GENERAL ******************************************************************************/

* {
    font-family: 'Open Sans', sans-serif;
}
a, a:active, a:hover, a:link, a:visited {
    text-decoration:none;
    color:#a87bda;
    outline:0;
    border:none;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading p,
.wf-loading li {
    -moz-opacity : 0; 
opacity : 0; 
filter : alpha(opacity= 0); 
}
h1, h2, h3, p, li {
    -moz-opacity : 1; 
opacity : 1; 
filter : alpha(opacity= 100); 
    transition : opacity 0.24s ease-in-out; 
-webkit-transition : opacity 0.24s ease-in-out; 
-moz-transition : opacity 0.24s ease-in-out; 
-o-transition : opacity 0.24s ease-in-out; 
-ms-transition : opacity 0.24s ease-in-out; 
}
/****************************************************************************************/
.menu {
    height:125px;
    background:#f5f5f7;
    -moz-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.3); 
-webkit-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.3); 
box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.3); 
    z-index:10;
    position:relative;
}

.bouton-departement {
    background:#3d0e53;
    display:inline-block;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    border-radius:3px;
}

.bouton-departement:hover {
    -moz-box-shadow : 0px 0px 6px rgba(0, 0, 0, 0.3); 
-webkit-box-shadow : 0px 0px 6px rgba(0, 0, 0, 0.3); 
box-shadow : 0px 0px 6px rgba(0, 0, 0, 0.3); 
    border:2px solid #c6bbe2;
}

.logoTexte {
    margin-top:15px;
    margin-left:10px;
}

.menu img.logo {
    margin-top:10px;
    height:105px;
}

.menuFixed img.logo {
    height:35px;
}

@media screen and (max-width: 1080px) {
    .menu img.logo {
        margin-top:44px;
        height:35px;
    }
    .menu img.logoTexte {
        margin-top:44px;
        height:35px;
    }
}

.menuFixed a {
    top:-10px;
}

.galerie {
    height:347px;
    background:url(../images/design/greenisologic/backgroundGalerie.png) top left repeat-x;
    z-index:0;
    position:relative;
}

@media screen and (max-width: 845px) {
    .galerie {
        display:none;
    }
}


.news {
    min-height:200px;
    padding-bottom:40px;
    background:url(../images/design/backgroundNews.png) top left repeat;
    border-top: 1px solid #babbb9;
    border-bottom: 1px solid #babbb9;
}

.panneauTitreProduit {
    min-height:200px;
    padding-bottom:40px;
    background:url(../images/design/backgroundNews.png) top left repeat;
    border-top: 1px solid #babbb9;
    border-bottom: 1px solid #babbb9;
}

.panneauTitreProduit, .news p {
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

.panneauOmbre {
    height:22px;
    background:url(../images/design/ombreNews.png) top -5px center no-repeat;
    -moz-opacity : 0.4; 
opacity : 0.4; 
filter : alpha(opacity= 40); 
}

section {
    padding-bottom:100px;
}

footer {
    background:#dfdfdf;
    border-top:2px solid #6d6085;
}

.content {
    width:100%;
    max-width:1150px;
    margin:auto;
    padding-left:30px;
    padding-right:30px;
}

.contentAdmin {
    width:100%;
    max-width:643px;
    padding-top:50px;
    margin:auto;
}

footer .content {
    min-height:230px;
    background:url(../images/design/greenisologic/backgroundBottom.png) top left no-repeat;
}

body.hasMenuFixed {
    padding-top:140px;
}

.menuFixed {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:45px;
    -moz-box-shadow : 0px 3px 3px rgba(0, 0, 0, 0.3); 
-webkit-box-shadow : 0px 3px 3px rgba(0, 0, 0, 0.3); 
box-shadow : 0px 3px 3px rgba(0, 0, 0, 0.3); 
}

.menuFixed img {
    margin-top:7px !important;
    height:30px;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

.menuFixed li {

}

.menuFixed a {
    padding-top:8px !important;
    padding-bottom:9px !important;
}

.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    float:right;
}

.menu li:hover ol {
    max-height:400px;
    padding:10px;
}

.menu li {
    display:inline-block;
    margin-left:40px;
    position:relative;
}

.menu li.link-siteweb {
    display:none;
}

.menuFixed ol {
    margin-top:-5px !important;
    background:#f5f5f7;
    -moz-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
-webkit-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
}

.menu ol {
    overflow:hidden;
    position:absolute;
    top:48px;
    left:-20px;
    max-height:0px;
    width:200px;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
    margin-top:77px;
    background:#f5f5f7;
    -moz-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
-webkit-box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
box-shadow : 0px 6px 6px rgba(0, 0, 0, 0.5); 
}

.menu ol a {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.menu ol li {
    display:block;
    margin-left: 0px !important;
}

.menu li a {
    padding-top:50px;
    padding-bottom:51px;
    display:block;
    font-size:1.2em;
    font-variant: small-caps;
    color:#959595;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

.menu ol li a {
    font-size:1.2em;
}

.menu a {
    color:inherit;
    text-decoration:white;
    border-color:white;
}

.menu a:hover, .menu a.current {
    color:#a87bda;
    text-decoration:none;
}

.carousel-control.left, .carousel-control.right{
    background: none !important;
    filter: progid:none !important;
}

.galerie .carousel {
    /*height:370px;*/
}

.galerie .carousel-control{
    width:5%;
}

.galerieView {
    position:relative;
    display:inline-block;
    margin-left:30px;
    margin-right:30px;
    width:330px;
    height:180px;
    background:rgba(255, 255, 255, 0.9);
    overflow:hidden;
    -moz-box-shadow : 0px 0px 20px rgba(0, 0, 0, 1); 
-webkit-box-shadow : 0px 0px 20px rgba(0, 0, 0, 1); 
box-shadow : 0px 0px 20px rgba(0, 0, 0, 1); 
}

.galerieView img {
    max-width:320px;
    max-height:170px;
    margin:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

.galeriePopup {
    position:absolute;
    top:0px;
    left:0px;
    visibility:hidden;
    background:#000;
    height:inherit;
    width:100%;
    z-index:2;
    padding:20px;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
    color: rgba(255, 255, 255, 1);
    -moz-opacity : 0; 
opacity : 0; 
filter : alpha(opacity= 0); 
}

.galerieView:hover .galeriePicture {
    filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}

.galerieView:hover .galeriePopup {
    visibility:visible;
    -moz-opacity : 0.7; 
opacity : 0.7; 
filter : alpha(opacity= 70); 
}

.elementGroupe {
    margin:auto;
    width:780px;
    margin-top:50px;
}

.elementGroupe p {
    font-size:1.2em;
    font-variant: small-caps;
    margin:auto;
}

.elementGroupe span {
    font-style:italic;
    color:#a87bda;
}

.galerieTitle {
     margin:auto;
     text-align:center;
     margin-top:30px;
     font-size:1.4em;
     color:rgba(0, 0, 0, 0.8);
     font-variant: small-caps;
}

.panneauNews h1 {
    margin-bottom:15px;
    margin-top:20px;
}

.panneauPromotions h1 {
    margin-bottom:25px;
    margin-top:20px;
}

.detailNews h2 {
    margin-top:0px;
}

ul.listeNews {
    padding:0;
    margin:0;
    list-style-type:none;
}

.listeNews a, .adminAccueil a {
    display:block;
    padding:10px;
    color:inherit;
    text-decoration:inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listeNews li, .adminAccueil a {
    display:block;
    font-size:1em;
    font-variant: small-caps;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    text-align:center;
    color:#575e4c;
    background:#c6bbe2;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
}

.adminAccueil a {
    width:300px;
    text-align:left;
}

.listeNews li:hover a, .adminAccueil a {
    color:inherit;
    text-decoration:inherit;
}

.listeNews li:hover, .listeNews li.selected, .adminAccueil a:hover {
    background:#6325a2;
    text-decoration:inherit;
    color:white;
}

body h1 {
    font-variant: small-caps;
    font-size:2em;
    color:#575e4c;
}

body h1 span {
    color:#7b27c9;
}

.content h2, #dialogContact h2 {
    font-size:1.3em;
    font-weight:bold;
    font-variant: small-caps;
    margin-bottom:25px;
    color:#575e4c;
}

.complements h3 {
    font-size: 1em;
    font-weight:bold;
    font-variant: small-caps;
}

.complements a {
    font-size:0.8em;
    display:block;
    margin-top:10px;
    color:#575e4c;
}

.complements img.extension {
    margin-top:-5px;
}

.complements a:hover {
    color:#7b27c9;
}

.complements a.fichierImage {
    margin-top:15px;
    display:inline-block;
    border:1px solid #ddd;
    margin-right:15px;
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

.complements a.fichierImage img {
    height:120px;
    border:5px solid white;
    max-width:250px;
}

.complements a.fichierImage:hover {
    border:1px solid #7b27c9;
}

.content p {
    text-align: justify;
    text-justify: inter-word;
    color:#575e4c;
}

.panneauPromotions {
    float:right;
}

.panneauNews {
}

.panneauPromotions a {
    padding:15px;
    display:block;
    width:250px;
}

.panneauPromotions p {
    padding:15px;
    padding-left:8px;
    display:block;
    width:220px;
    min-height:200px;
    background:#c6bbe2;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
}

.panneauDepartementsFixe {
    position:fixed;
    /*right:-110px;*/
    right:-10px;
    top:130px;
}

.panneauDepartementsFixe h1 {
    font-size:1em;
}

.panneauDepartementsFixe p {
    padding:15px;
    padding-left:8px;
    display:block;
    width:180px;
    min-height:200px;
    background:#c6bbe2;
    border-radius : 5px 0px 0px 5px; 
-moz-border-radius : 5px 0px 0px 5px; 
-khtml-border-radius : 5px 0px 0px 5px; 
    /*transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
*/
    -moz-opacity : 0.5; 
opacity : 0.5; 
filter : alpha(opacity= 50); 
}
.panneauDepartementsFixe p:hover {
    right:0px;
    -moz-opacity : 0.8; 
opacity : 0.8; 
filter : alpha(opacity= 80); 
}

.panneauDepartementsFixe a {
    padding:10px;
    display:block;
    width:250px;
}

.panneauDepartementsFixe img {
    height:35px;
    padding-left:10px;
}

.panneauPromotions a {
    display:block;
    width:250px;
}

p span {
    color:#7b27c9;
}
li {
    margin-left:20px;
    color:#575e4c;
}

.bottom {
    min-height:155px;
    padding-top:30px;
}

.bottomLogo {
    margin-top:10px;
    text-align:center;
    height:130px;
    background:url(../images/design/logoBottom.png) no-repeat top center;
    background-size:contain;
    margin-bottom:15px;
}

.bottomContact {
    height:inherit;
    display:block;
    background:rgba(255, 255, 255, 0.6);
    padding:18px;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
}

.bottomContact h2 {
    margin-top:0px;
}

.bottomContact span {
    display:inline-block;
    width:100px;
}

.bottomContact p {
    margin-top:0px;
    margin-bottom:3px;
    font-variant: small-caps;
}

.bottomSocial {
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}

.bottomSocial img {
    margin-top:3px;
    margin-bottom:3px;
}

.bottomMap {
    text-align:center;
}

.bottomMap iframe {
    border: 2px solid white;
    border-radius : 3px; 
-moz-border-radius : 3px; 
-khtml-border-radius : 3px; 
}

.imageProduit>div {
    border:1px solid #ddd;
    padding:5px;
    background:white;
    width:100%;
}
.imageProduit>div>div{
    height:300px;
    width:100%;
    background-size:cover;
}

a.imageProduit {
    display:block;
    margin-bottom:15px;
}

a.imageProduit:hover>div {
    border-color:#7b27c9;
}

.contentProduit {

}

.contactus {
    position:relative;
    /*bottom:0px;
    left:40px;*/
    padding-top:5px;
}

.contactus a {
    color:#7b27c9;
}

.produit h2 {
    font-size:1.7em;
    margin-top:0px;
}

.produit i {
    position:absolute;
    top:0px;
    right:15px;
    font-size:1.3em;
    color:#7b27c9;
}

.produit {
    position:relative;
    width:100%;
    padding:40px;
    background:#fafafa;
    border:1px solid #eaeaea;
    margin-bottom:50px;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
}


@media screen and (max-width: 640px) {
    .produit i {
        position:absolute;
        top:25px;
        left:15px;
        font-size:0.9em;
        color:#7b27c9;
    }
    .produit {
        padding:20px 10px 20px 10px;
    }
}

a#lienContact {
    position:relative;
}

span#popupContact {
    color:#575e4c;
    text-align:justify;
    background:rgba(255,255,255,0.955);
    border:1px solid #efefef;
    padding:15px;
    font-variant:normal;
    font-size:1.1em;
    width:270px;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
}

#lienContact span#popupContact {
    position:absolute;
    height:0;
    top:-40px;
    left:-100px;
    overflow:hidden;
}
#lienContact:hover span#popupContact {
    position:absolute;
    height:160px;
    top:100px;
}
.menuFixed #lienContact:hover #popupContact {
    position:absolute;
    top:40px;
    height:155px;
}

.infoPierre {
    padding-top:20px;
    overflow:hidden;
    padding-bottom:0px;
    transition : all 1s ease; 
-webkit-transition : all 1s ease; 
-moz-transition : all 1s ease; 
-o-transition : all 1s ease; 
-ms-transition : all 1s ease; 
}

.infoBlocs {
    padding-top:20px;
    overflow:hidden;
    padding-bottom:0px;
    min-height:200px;
    height:840px;
    transition : all 1s ease; 
-webkit-transition : all 1s ease; 
-moz-transition : all 1s ease; 
-o-transition : all 1s ease; 
-ms-transition : all 1s ease; 
}

#expandPierres, #expandBlocs {
    margin:auto;
    padding-top:15px;
    text-align:center;
    display:block;
}

.infoPierreReduced {
    height:540px;
}

.infoBlocsReduced {
    height:342px;
}

#viewerPDF .modal-dialog {
  width: 80%;
}

#viewerPDF .modal-content {
}

#viewerPDF .modal-body {
}

.elemsTri {
    height:240px;
}

.elemsTri h2 {
    width:301px;
    top:190px;
}

.elemsTri:hover h2 {
    padding-top:50px;
}

.elemsTri span {
    height:180px;
}

.elemsBi {
    height:350px;
}

.elemsBi h2 {
    width:401px;
    top:290px;
}

.elemsBi:hover h2 {
    padding-top:80px;
}

.elemsBi span {
    height:280px;
}

.produitShop {
    display:block;
    position:relative;
    overflow:hidden;
    border-bottom:1px solid #efefef;
}

.produitShop h2 {
    background:white;
    height:100%;
    width:100%;
    position:absolute;
    left:0px;
    display:block;
    transition : all 0.3s ease; 
-webkit-transition : all 0.3s ease; 
-moz-transition : all 0.3s ease; 
-o-transition : all 0.3s ease; 
-ms-transition : all 0.3s ease; 


    margin-top:0px;
    text-align:center;
    padding:15px;
    display:block;
    color:#555;
    text-transform:uppercase;
    font-size:0.9em;
}

.produitShop:hover h2 {
    top:0px;
    -moz-opacity : 0.95; 
opacity : 0.95; 
filter : alpha(opacity= 95); 
}


.produitShop h2 {
    margin-top:0px;
    text-align:center;
    padding:15px;
    display:block;
    color:#555;
    text-transform:uppercase;
    font-size:0.9em;
}
.produitShop .produitBackground {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
    display:block;
}
.produitShop .produitBackground2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
    display:block;
    border:1px solid #eee;
}

p.prixTile {
    position:absolute;
    margin:auto;
    text-align:center;
    padding:10px;
    padding-top:4px;
    padding-bottom:4px;
    border-radius : 10px 10px 10px 0px; 
-moz-border-radius : 10px 10px 10px 0px; 
-khtml-border-radius : 10px 10px 10px 0px; 
    color: #7b27c9;
    font-size:0.8em;
    z-index:9;
    background:white;
    top:10px;
    left:10px;
}

.produitShop a.seemore {
    margin-top:50px;
    display:inline-block;
    padding:10px;
    font-size:0.8em;
    border:3px solid #a87bda;
    color: #a87bda;
}

.produitShop:hover a.seemore {
    margin-top:20px;
}

.produitShop a:hover {
    border-color:#7b27c9;
    color: #7b27c9;
}

.blacknwhite {
    transition : all 0.3s ease; 
-webkit-transition : all 0.3s ease; 
-moz-transition : all 0.3s ease; 
-o-transition : all 0.3s ease; 
-ms-transition : all 0.3s ease; 
    filter: grayscale(100%) brightness(4);
-webkit-filter: grayscale(100%) brightness(4);
-moz-filter: grayscale(100%) brightness(4);
-o-filter: grayscale(100%) brightness(4);
-ms-filter: grayscale(100%) brightness(4);
}

.blacknwhite:hover {
    filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}

.ask-file {
  padding: 30px;
  text-align: center;
  background: #6325a2;
  color:white !important;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.2em;
  display:block;
}

.flipbook {
    border:3px solid #7b27c9;
    overflow:hidden;
    height:800px;
    margin-top:50px;
}

.toggleMenu {
    display:none;
    position:absolute;
    top:1px;
    right:20px;
    font-size:2em;
}
@media screen and (max-width: 980px) {
    .panneauDepartementsFixe {
        display:none;
    }
    .toggleMenu {
        display:block;
    }
    .menu ol {
        display:none;
    }
    .menu li.link-siteweb {
        display:block;
    }
    .menu, .menuFixed {
        height:45px;
    }
    .menu img.logo, .menuFixed img.logo {
        margin-top:5px;
        height:35px;
    }
    .menu img.logoTexte, .menuFixed img.logoTexte {
        margin-top:5px;
        height:35px;
    }
    .menu .content li, .menuFixed .content li {
        display:block;
        width:100%;
        float:none;
        position:relative;
        top:0px;
        left:0px;
        margin:0px;
    }
    .menu .content ul, .menuFixed .content ul  {
        margin-top:45px;
        position:absolute;
        left:0px;
        top:45px;
        right:0px;
        bottom:0px;
        margin:0;
        width:100%;
        text-align:right;
        display:none;
    }
    .menu ul.collapsed {
        display:block;
    }
    .menu li>a, .menuFixed li>a {
        display:block;
        padding-right:20px;
        padding-top:7px;
        padding-bottom:10px;
        background:white;
        float:none;
        font-size:0.9em;
        border-bottom:1px solid #efefef;
    }
    #popupContact {
        display:none;
    }
}

.cookies-bar {
    background: #6325a2;
    padding: 10px;
    position:fixed;
    z-index: 900;
    bottom:0px;
    width: 100%;
    color:white;
}
.cookies-bar button {
    margin-left:10px;
}

.menu-lang {
    position:absolute;
    right:30px;
    top:10px;
    cursor: pointer;
}

.menu-lang span {
    display: block;
}

.menu-lang ul {
    list-style-type: none;
    display:none;
    position: absolute;
    top: 20px;
    left: -20px;
    background: white;
    border-radius: 3px;
    padding: 0px 20px 10px 20px;
}

.menu-lang span:hover>ul {
    display: block;
}

.menu-lang li {
    display:block;
    width:100%;
    margin-left: 0px;
}

.menu-lang li a {
    padding: 0;
    padding-top: 10px;
}

@media screen and (max-width: 980px) {
    .menu-lang {
        top: 60px;
    }
    .menu-lang span {
    }
}