/* Template Joël Schaeffer */
/* Copyright Molotov Design 2014*/

/* Général */

body { 
    background:#ededed;
}


.tm-fullscreen {
    margin-top:-240px;
    height:750px;
}

.uk-sticky-placeholder {
    display: inline-block;
    z-index: 980;
    width:100%;
}

.tm-headerbar {
    overflow:scroll;
}

.uk-navbar {
    box-shadow:0px -30px 50px white;
    z-index:10000000 !important;

}

.uk-offcanvas {
    z-index:100000000 !important;
}
    

#tm-fullscreen {
    margin-bottom:-450px;
}

.homme #tm-fullscreen{
    margin-bottom:0px;
}

/* Agenda */

.smecherie {
    max-width:250px !important;
    float:left;
    margin-right:10px;
}

.element-pdf {
padding-left:0px !important;
}

/*------------ Contact-Page------------*/

.contact-form .control-group input {
    width:95%;
}

.contact-form textarea {
    width:95%;
    height:250px;
}

H1, H2, H3, H4, H5, a {

color:#7d5755 !important;
}

.fc-event {
color:#ffffff !important;
    font-weight:bold;
}

.tm-fullscreen h1,.tm-fullscreen h2,.tm-fullscreen h3,.tm-fullscreen h4 {
    color:white !important;
}

.tm-fullscreen h4 {
    margin-bottom:0px;
    margin-top:10px;
}


/*
.jsblock {
    height:650px !important;
    display:grid;
}
*/

/*------------- Restaurant - Menu ------------------*/

.pmtitle {
    height:30px;
    font-size:16px;
}

.pmtitle:before {
    content:"- ";
}
.pmdesc {
    padding-left:10px;
    font-size:14px;
    margin-bottom:20px;
}

.nosmenus .uk-article-title, .nosmenus .uk-article-lead {
    text-align:center;
}

.jssub, .jsprix {
    text-align:center;
}

/*------------- Restaurant - Recette -----------------*/
.element-itemprint {
    float:right;
    font-weight: bold;
    text-decoration:underline;
}


/*------------- Coupons - Chèques Cadeau ----------------*/

#koCgcBox {
    margin-left:auto;
    margin-right:auto;
}

div.modal {
    background:transparent;
}

/*
#koModal {
z-index:1000000000;
}
*/

.kocard {
    width:300px;
}

@media (min-width:600px) {
.KOcard {
    width:450px !important;
    text-align:center;
}
}

#cardTemplate {
    display: none;
}


@media (max-width:600px) {
.box_card {
    position:relative;
    margin-bottom:50px;
    clear:both;
    top:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    }  
}

div#koModal.modal.fade.modal-lg.in{
    z-index:10000000;
}
    
