/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
@import "scrollBar.min.css";

body {
    z-index: 10;
}

#blackFilter{
    z-index: -10;
}

.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 3px;
    background: #99c847;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

.la-anim-1::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: #99c847;
    box-shadow: 0 0 15px #99c847, 0 0 5px #99c847;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
    transition: opacity 0.2s, box-shadow 2s 4s;
    -webkit-transform: rotate(2deg) translateY(-2px);
    -ms-transform: rotate(2deg) translateY(-2px);
    transform: rotate(2deg) translateY(-2px);
}

.la-anim-1.la-animate {
    z-index: 99999;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.75s ease-in, opacity 1s 1s;
    transition: transform 0.75s ease-in, opacity 1s 1s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.la-anim-1.la-animate::after {
    box-shadow: 0 0 3px #99c847, 0 0 1px #99c847;
    opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;

    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}  
.btnC{
    text-decoration: none;
    padding: 5px 12px;
    border: 2px solid #99c847;
    color: #99c847;
    border-radius: 2px;
    background: #FFF;
    text-transform: uppercase;
    font-size: 14px;
}
.btnC:hover{
    background: #99c847;
    color: #FFF !important;
    outline: none;
    border-color: #99c847;
    text-decoration: none !important;
}
#tm-fullscreen, .tm-page, .tm-block{
    opacity: 0;
}

/* --------- NAV --------- */
.tm-navbar {
    position: relative;
}
.uk-navbar {
    border:none;
    background: #1D1E1C;
}
.uk-navbar-nav > li.uk-active > a{
    color: #99c847 !important;
}
/* --------- ICON TELEPHONE NAV --------- */
i.uk-icon-phone {
    position: absolute;
    top: 0;
    right: 0;

    height: 66%;
    width: 5%;
    line-height: 40px;
    text-align: center;

    color: #525252;

    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
i.uk-icon-phone:hover{
    background: #fff;
    color: #99c847 ;
}

/* --------- 1ER SLIDE EN FULLSCREEN --------- */
.tm-fullscreen {
    border-top: none;
}
.tm-fullscreen .uk-height-1-1{
    background: rgba(0, 0, 0, 0.45);
}
.tm-teaser{
    max-width: 1200px;
}

.tm-teaser-subtitle-small{
    font-weight: 800 !important;
}

/* --------- LOADER --------- */

#loader{
    width: 100%;
    height: 5px;
    z-index: 9999999;
}
/* --------- POP UP --------- */
.uk-modal-dialog {
    min-height: 0;
}

/* --------- HEADER --------- */

.wk-slideshow-default > div:hover .next, .wk-slideshow-default > div:hover .prev {
    width: 35px !important; height: 35px !important;
    background: #99c847 !important;
    border-radius: 50% !important;
    color: #FFF !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.wk-slideshow-default > div:hover .next::after, .wk-slideshow-default > div:hover .prev::after {
    content: "\2190";
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}
.wk-slideshow-default > div:hover .next::after {
    content: "\2192";
}

.header {
    background-color: #99c847;
    padding:5%;
    position: relative;
}
.contact-position{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #99c847;
}
.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img{
    width: 100% !important;
}
.header * {
    color: #fff;
}

#contact-form legend{
    display:none;
}
#contact-form textarea{
    width: 50% !important;
    height: 300px !important;
}
/* --------- FOOTER --------- */

.tm-footer {
    font-size: 0.85em;
    border-bottom: 6px solid #99c847;
}
.tm-footer .tm-page {
    margin-top: 0;
}
.contactParent {
    margin-top: 0;
    border-bottom: 1px solid #D7D7D7;
}
.tm-footer .contactParent i {
    padding-right: 8px;
}
.contactTel, .contactMail, .contactLien{
    padding: 10px 1em;
    display: inline-block;
    z-index: 1;
}
.contactTel a, .contactMail a, .contactLien a {
    color:#525252;
}
.tm-footer .contactLien{
    border: none;
}
.tm-footer .contact{
    background: #99c847;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    margin-right: 0 !important;
    padding: 40px 0;
    margin-right: 30px;
    position: relative;
}
.tm-footer .listContact  {
    padding: 15px 0;
    background: #EFEFEF;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
/*
.tm-footer .contact:before{
content: "";
background: #EFEFEF ;
height: 10px;
width: 10px;
z-index: 0;
position: absolute;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 50%;
top: 99px;
}
*/
.tm-footer .uk-grid{
    background: #fff;
}

/* --------- A PROPOS --------- */

.imgEquipe{
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
    max-height: 300px;
}

.imgPageEquipe{
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
    max-height: 300px;
    border-radius: 50%;
}


.gridEspace {
    margin-top: 60px !important;
}

/* --------- MENU SECONDAIRE --------- */
.tm-toolbar a{
    text-transform: uppercase;
    font-size: 0.9em;
}


/* --------- CATALOGUE --------- */
.loadDone{
    display: block;
}
.blog-uikit-frontpage .uk-article {
    margin-top: 0;
    position: relative;
}
.blog-uikit-frontpage .uk-article .uk-article-title, .blog-uikit-frontpage .uk-article .uk-subnav-line{
    padding: 10px 15px;
    text-align: center;
}

.uk-subnav-line .element-select{
    text-transform: uppercase;
    font-size: 10.5px;
    min-width: 55px;
}
.blog-uikit-frontpage .uk-article .uk-subnav-line{
    margin-bottom: 0;
}

.blog-uikit-frontpage .uk-article-title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    top:-15px;
    left: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}
.blog-uikit-frontpage .uk-article-title a{
    border: none;
    background: #525252;
    font-size: 0.8em;
    padding: 0 8px;
    box-shadow:0px 3px 0px #99c847;
    float: left;
}
.uk-article:hover .uk-article-title a{
    box-shadow:0px 3px 0px #FFF;
}

.blog-uikit-frontpage .uk-article .uk-margin a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.blog-uikit-frontpage .uk-article .uk-margin{
    margin: 0;
}

.uk-article .teaser .element-textarea p{
    color: #525252;
    font-size: 2.9em;
    margin-top: 41px;
    line-height: 19px;
}

.blog-uikit-frontpage .uk-article .uk-subnav > li:nth-child(n+2){
    margin-left: 20px;
}
.blog-uikit-frontpage .uk-article .uk-subnav-line > li:nth-child(n+2):before {
    content: none;
}
.teaser .uk-subnav{
    background: #EFEFEF;
    margin-top: 0;
}
.tm-isblog .tm-content .uk-width-medium-1-3 .uk-article-title {
    padding: 0;	
    font-size: 27px;
}

/* --------- PAGE FULL --------- */

#blurOverlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#blur{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blur.active{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.uk-article .pos-media.uk-width-medium-1-2{
    opacity: 0;
}

#blur:after{
    content:'';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    display: block;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blur.active:after{
    content:'';
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.62);
}

#details{
    display: none;
    opacity: 0;
    z-index: 99999;
    position: fixed;
    top: 50px !important;
    margin: 0 auto;
    width: 100%;
/*
    z-index: 99999;
    position: fixed;
    top: 50% !important;
    left: 50%;
*/
}

.ajaxContent{
    z-index: 999999;
    width: 100%;
    height: 640px;
    background-color: #FFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    margin: 0 auto;
    max-width: 940px;
}

.uk-article .element-itemname.first {
    color: #525252;
    font-size: 2.5em;
    margin-bottom: 25px;
    margin-top: 60px;
    line-height: 40px;
}  

/*.uk-article .element.element-image{
padding: 10px 0 0 10px;
}*/

.uk-article .element-itemcategory{
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 1.2em;
    color: #99c847;
    font-weight: 800;
}

.uk-article .element-textarea p {
    color: #525252;
    /* font-size: 1em; */
    line-height: 134%;
    margin-top: 40px;
    line-height: 140%;
}
.uk-article .top{
    position: absolute;
    padding: 1em;
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    z-index: 1;
}
.uk-article .top .pos-top{
    display: inline-block;
}
#close{

    color: #e74e4e;
    font-size: 26px;
    margin-left:5px;
}
.page-nav .next, .page-nav .prev{
    color: #99c847;
    font-size: 26px;
    margin-left:5px;
}
.uk-icon-chevron-right:before{
    content:"\276F" !important;
}
.uk-icon-chevron-left:before{
    content:"\276E" !important;
}
.page-nav .next:hover, .page-nav .prev:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
#close:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.page-nav .next:focus, .page-nav .prev:focus, #close:focus{
    text-decoration: none !important;
}
.uk-article .pos-content{
    padding-right: 30px;
}
img.headerImg {
    position: absolute;
    display: block;
    top: -30px;
    width: 155px;
    height: 155px;
    right: -30px;
    border-radius: 100%;
    border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.show{
    opacity: 1 !important;
}
.topTitre{
    font-size: 3em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -65px;
}
#lightbox-overlay{
    z-index: 99999999;
}
#lightbox-wrap{
    z-index: 99999999;
}
.uk-article .element-select h3, .uk-article .bottom h3{
    text-transform: uppercase;
    font-size: 11px;
    min-width: 55px;
    margin-bottom: 0;
    color: #525252;
}
.uk-article .element-select {
    display: inline-block;
    text-align: center;
}
.uk-article .element-select .couleurs{
    width: 30px;
    margin-right: 15px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    box-shadow: 0 0 5px rgba(34, 34, 34, 0.3);
}
.uk-article .element-select .couleurs.noir {
    background: #000;
}
.uk-article .element-select .couleurs.blanc {
    background: #fff;
}
.uk-article .element-select .couleurs.rouge {
    background: #c72d2d;
}
.uk-article .element-select .couleurs.bleu {
    background: #2424c4;
}
.uk-article .element-select .couleurs.bois {
    background: #9a5b1c;
}

.uk-article .bottom .uk-list li{
    padding: 15px;
}
.uk-article .bottom .uk-list li{
    border-bottom: 1px solid #EDEDED;
}
.uk-article .bottom .uk-list li:last-child{
    border:none;
}
.uk-article .pos-content .element-select:last-child h3{
    text-align: left;
}
.element-textarea.last{
    margin-top: 30px;	
}
.uk-article .bottom h3 {
    text-align: center;
    padding-bottom: 15px;
    background: #F4F4F4;
    padding-top: 15px;
    color: #525252;
}
#details .uk-article:last-child{
    margin: 0;
}
.uk-article .bottom .pos-related ul{
    margin: 0;
    padding: 0;
}
.uk-article .element-textpro ul.uk-list{
    margin-bottom: 0;
    font-size: 0.9em;
}
.wk-slideshow-default .nav{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 100%;
}
.uk-article .bottom {
    padding:10px;
}
.wk-slideshow-default .nav li span {
    border: 2px solid #fff;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.wk-slideshow-default .nav li.active span {
    border: 2px solid #fff;
    background: #fff;
}
.uk-article .pos-content .element-textareapro{
    display: inline-block; 
    margin-left: 30px; 
    font-size: 4.4em; 
}

#offcanvas .uk-panel > .uk-search {
    border:none;
}
.ajaxContent .element.element-select{
    width: 28%;
}
.ajaxContent .element.element-select strong{
    display: inline-block;
    width: 100%;
}
.ajaxContent .element em {
    color: #BEBEBE ;
    font-size: 2.1em ;
}
.ajaxContent .element.element-select .compteurProduit, .ajaxContent .element.element-select .compteurProduit2{
    margin: 0 auto;
}




/*#mCSB_1_container .wk-slideshow > ul > li > img, #mCSB_1_container .wk-slideshow > ul,#mCSB_1_container .wk-slideshow > ul > li {
width: 100% !important;
}*/

/* --------- BAR CONTACT RIGHT --------- */

#contactRight{
    position: fixed;
    width: 180px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    right: 0;
    top: 190px;
    z-index: 999999;
    padding: 10px 5px;
    list-style: none;
    padding-left: 8px;
    background: #99c847;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right : -138px; 
/*
    -webkit-transform: translateX(138px);
    transform: translateX(138px);
*/
    
    -webkit-transition:ease-in-out 0.2s;
    transition:ease-in-out 0.2s;
}
/*
#contactRight.active{
    animation: animActivBouton 0s;
    -webkit-animation: animActivBouton 0s;

    margin-right : 0px; 
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
*/

#contactRight a.uk-icon-button{
    /* box-sizing: border-box; */
    display: inline-block;
    width: 35px;
    height: 35px;
    /* border-radius: 0; */
    background: #fff;
    line-height: 26px;
    color: #99C847;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    margin-left: 2px;
    -webkit-transition:background 300ms ease;
    transition:background 300ms ease;
}
#contactRight a.uk-icon-button:hover{
    background: #99C847;
    color: #fff; 
}
#contactRight span {
    display: inline-block;
    color:rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-left: 6px;
}
#contactRight li:last-child span{
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.zoo-filter{
    background: transparent;
}
.zoo-filter .form-element-row {
    width: 100%;
    box-sizing: border-box;
    padding: 2em 4em;
    padding-bottom: 1em;
}
.filtres{
    margin-top: 0 !important;
    background: #565655 !important;
}
.zoo-filter label{
    text-transform: uppercase;
    color: white !important;
    padding-bottom: 20px;
    font-size: 1.4em;
}
.zoo-filter h3{
    font-weight: 800;
    font-size: 3.2em;
    color: white !important;
}
.zoo-filter select{
    width: 100%;
    display: inherit;
    margin: 0 auto;
    color: #E0E0E0 !important;
    text-align: center;
    border-radius: 0;
    padding: 0.4em 0.4em;
    background: #EEE;
    background: #565655;
    border: 2px solid #FFF;
}
.tm-top-c > div.uk-width-1-1.uk-width-medium-1-2, .tm-top-c > div.uk-width-1-1{
    padding: 0 !important;
}
.tm-top-c > .uk-width-1-1.uk-width-medium-1-2 > .uk-panel{
    background-color: #99c847;
}
.zoo-filter select option{
    color: #fff !important;
    font-weight: 200;
}
.zoo-filter select option::select{
    backgound: #99c847 !important;
    color: white;
}
.zoo-filter .button{
    background: rgba(0, 0, 0, 0);
    border: 2px solid #99c847;
    border-radius: 4px;
    padding: 1em 2em;
    color: #99c847;
    text-transform: uppercase;
    transition: 0.5s;
    /* width: 35%; */
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.zoo-filter .button:hover{
    background: #99c847;
    color:white;
}
form[name=zoofilter_ordering]{
    display: none !important;
}
.items .total{
    display: none !important;
}
@media (min-width: 1200px){
    .row {
        /* margin-left: -30px; */
        float: left !important;
        width: 30% !important;
        margin-left: 3% !important;
    }
}

.zoo-filter-result .teaser-item .pos-title{
    font-weight: 400;
    margin-bottom: 0;
}
.zoo-filter-result .teaser-item{
    position: relative;
}
.zoo-filter-result .teaser-item .pos-title a[title]{
    border: none;
    background: #525252;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    display: inline-block;
    transform: translateX(-50%);
    padding: 0 15px;
    box-shadow: 0px 3px 0px #99c847;
    color: #FFF;
    font-size: 22px;
}
.zoo-filter-result .teaser-item:hover .pos-title a[title]{
    color:#99c847;
    box-shadow: 0px 3px 0px #fff;
}
/* --------- MEDIA QUERIES --------- */

@media screen and (max-width:767px){
    .teaser img{
        width: 100%;
    }
    .header div:first-child{
        padding: 3em;
    }
    .row {
        /* margin-left: -30px; */
        float: left !important;
        width: 50% !important;
        margin-left: 3% !important;
    }
    .row .header{
        margin-bottom: 0;
    }

    .row .uk-article .pos-content {
        padding-left: 40px;
        text-align: center;
    }
    .pos-content > div{
        padding-left:20px; 
    }
    
/*
    .pos-content > div.element-select:last-child{
        padding-left:10px; 
    }
    .pos-content > div.element-select:nth-child(2){
        padding-left:10px; 
    }
*/
    @media screen and (max-width:900px){
        #details{
            /*            width: 90%;*/
            /*            margin-left: -45%;*/
        }
        #details > article{
            width: 100%;
        }
        #details > article > .ajaxContent {
            width: 100%;
        }
        #details{
            top: 0 !important;
        }
        .uk-article .element.element-image{
            padding: 0;
            overflow: hidden;
            width: 50%;
            margin: 0 auto;
        }
        .uk-article .element.element-image img{
            width: 100%;
        }
    }
    @media screen and (max-width:1100px){
        #contactRight{
            display: none !important;
        }
    }

    
