a {
    outline: none !important;
}

.badge {
    background-color: #BE9E56;
}

.nav-tabs {
    float: left;
    border-bottom: 0;
    min-height: 517px;
}

.nav-tabs li {
    float: none;
    margin: 0;
}

.nav-tabs li a {
    margin-right: 0;
    border: 0;
}

.nav-tabs li a:hover {
    background-color: #444;
}

.price-bar {
    font-weight: bold;
    color: #be9e56;
    float: right;
    margin-right: 10px;
}

.nav-tabs .glyphicon {
    color: #fff;
}

.nav-tabs.active .glyphicon {
    color: #333;
}

.nav-tabs>li>a {
    font-size: 14px;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-radius: 0px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-radius: 0px;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #fff;
    background-color: #BE9E56;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tabs-left>.nav-tabs {
    border-right: 1px dotted #BE9E56;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
}

.tab-content {
    margin-left: 45px;
}

.tab-content .tab-pane {
    display: none;
    overflow-y: auto;
}

.tab-content .tab-pane.active {
    display: block;
}

.list-group .list-group-item {
    list-style-type: none !important;
    height: 30px;
}

.list-group .list-group-item h4,
span {
    line-height: 11px;
}


/*
	MEMO 
	margin padding : top right bottom left; 
*/

.mapprint {
    display: none;
}

.fadein1 {
    opacity: 0;
    -moz-transition: linear opacity .5s;
    -webkit-transition: linear opacity .5s;
    -o-transition: linear opacity .5s;
    transition: linear opacity .5s;
}

.fadein2 {
    opacity: 0;
    -moz-transition: linear opacity 1.5s;
    -webkit-transition: linear opacity 1.5s;
    -o-transition: linear opacity 1.5s;
    transition: linear opacity 1.5s;
}

.fadein3 {
    opacity: 0;
    -moz-transition: linear opacity 1.8s;
    -webkit-transition: linear opacity 1.8s;
    -o-transition: linear opacity 1.8s;
    transition: linear opacity 1.8s;
}

body.loaded .fadein1,
body.loaded .fadein2,
body.loaded .fadein3 {
    opacity: 1;
}


/* Common style */

.img-intro-left {
    position: relative;
    overflow: hidden;
}


/* .img-intro-left a:hover { opacity:0.8; }*/

.img-intro-left a img {
    transition: all .2s ease-in-out;
}

.img-intro-left a:hover img {
    transform: scale(1.5);
}

.hidden-desktop2 {
    display: none;
}

.social-links {
    width: 100%;
    text-align: center;
}

.hidden-phone2 {
    display: inherit;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 30%;
    max-width: 100%;
    max-height: 360px;
    width: 30%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure h2 {
    font-size: 32px;
    line-height: 35px;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff !important;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Individual effects */


/***** Apollo *****/

figure.effect-apollo {
    background: #271F22;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/* Media queries */

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}


/* FOOTER */

.footer {
    border-top: 1px solid #BE9E56;
}

.footer p {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 14px;
}

.footer a {
    color: #BE9E56;
    text-decoration: none;
}

.title-footer {
    color: #FFFFFF;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 14px !important;
    text-transform: uppercase;
    font-style: normal;
}


/*FIN FOOTER*/

div.birthday-club {
    position: absolute;
    right: 266px;
    top: 127px;
}

.contenu {
    padding-bottom: 15px;
    position: relative;
}

.slideshowck {
    margin-top: 10px !important;
}

.camera_wrap {
    display: block;
    opacity: 1;
}

.details a input.btn {
    line-height: 12px !important;
}

.img-fulltext-left img {
    border: 1px dotted #BE9E56;
    max-height: 550px;
    width: 100%;
}

.information {
    position: relative;
    height: 100%;
    width: 50%;
}

.carte {
    position: relative;
    width: 50%;
}

.box-horaire {
    position: relative;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: transparent;
}

.carousel-inner {
    min-height: 550px;
    max-height: 550px;
    border: 1px dotted #BE9E56;
}

.carousel-inner .item {
    border: 0px;
}

.carousel-inner .custom {
    min-height: 550px;
    max-height: 550px;
    overflow: auto;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    left: 0;
    height: 20px;
    text-align: center;
    z-index: 5;
    margin: 0px 45px;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #BE9E56;
}

.carousel-control {
    position: absolute;
    display: block;
    top: 30px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    color: #BE9E56;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px dotted #BE9E56;
    opacity: 0.8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nav-child>li>a:hover {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333 !important;
    background: #BE9E56 !important;
}

.etoile {
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-image: url(../../../images/icones/etoile.png);
    background-repeat: no-repeat;
    background-size: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.drapeau-lu,
.drapeau-fr {
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-image: url(../../../images/drapeaux/drapeau_luxembourg.png);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    display: inline-block;
    height: 16px;
    width: 20px;
}

.drapeau-fr {
    background-image: url(../../../images/drapeaux/drapeau_france.png);
}

.drapeau-lu {
    background-image: url(../../../images/drapeaux/drapeau_luxembourg.png);
}

a.facebook-link,
a.twitter-link,
a.google-link {
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
}

a.facebook-link {
    background-image: url(../../../images/icones/facebook_icon.png);
    color: #3B5998 !important;
}

a:hover.facebook-link {
    background-image: url(../../../images/icones/facebook_icon_2.png);
}

a.twitter-link {
    background-image: url(../../../images/icones/twitter_icon.png);
    color: #0084B4 !important;
}

a:hover.twitter-link {
    background-image: url(../../../images/icones/twitter_icon_2.png);
}

a.google-link {
    background-image: url(../../../images/icones/googleplus_icon.png);
    color: #D73D32 !important;
}

a:hover.google-link {
    background-image: url(../../../images/icones/googleplus_icon_2.png);
}


/* BOUTONS */

.btn-custom-darken.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-custom-darken {
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #666666;
    background-color: #BE9E56;
    background-image: -moz-linear-gradient(top, #BE9E56, #a3843f);
    background-image: -webkit-linear-gradient(top, #BE9E56, #a3843f);
    background-image: -o-linear-gradient(top, #BE9E56, #a3843f);
    background-image: linear-gradient(to bottom, #BE9E56, #a3833f);
    background-repeat: repeat-x;
    border-color: #a3843f #a3843f #6b5729;
}

.btn-custom-darken:hover,
.btn-custom-darken:focus,
.btn-custom-darken:active,
.btn-custom-darken.active,
.btn-custom-darken.disabled,
.btn-custom-darken[disabled] {
    color: #ffffff;
    background-color: #a3843f;
}

.btn-custom-darken:active,
.btn-custom-darken.active {
    background-color: #7e6630;
}


/* STRUCTURE GLOBALE */

body {
    font-size: 14px;
    line-height: 14px;
}

div.header-inner {
    margin: auto;
    width: 80%;
    padding: 20px 0px 20px 20px;
}

div.navigation {
    min-height: 40px;
    height: auto;
    width: 100%;
}

div.navbar {
    height: auto;
    width: 80%;
    margin: auto;
    padding: 0px;
}

.footer-content {
    position: relative;
}

.lang-inline {
    line-height: 40px;
}

div.container-fluid {
    padding: 0px;
}


/* LOGO - COIN SUPERIEUR DROIT */

div.header-flag {
    position: absolute;
    right: 0px;
    top: 0;
}


/* LOGO - COIN INFERIEUR DROIT */

div.footer-flag {
    display: none;
}


/* HEADER */

.header {
    background: #000000;
    margin: 0px;
    border-top: 3px solid #be9e56;
}

.tel {
    background: url(../../../images/icones/icon-reservation-dore.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.tel:hover {
    background: url(../../../images/icones/icon-reservation.png);
    background-repeat: no-repeat;
}


/* MENU PRINCIPALE */

.navigation {
    position: relative;
    margin-bottom: 0px;
    background-color: rgba(45, 37, 37, 1);
    border-top: 1px solid #BE9E56;
    box-shadow: 0px 0px 16px #000000;
    -webkit-box-shadow: 0px 0px 16px #000000;
    -moz-box-shadow: 0px 0px 16px #000000;
}

.navbar-inverse .nav>li>a {
    color: #BE9E56 !important;
    padding: 11px 10px 11px;
}

.navbar-inverse .nav>li>a:hover {
    color: #2D2525 !important;
    background-color: #ffffff;
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #fff !important;
    background-color: #BE9E56 !important;
}

.navbar-inverse .nav>li>a.birthday-club {
    background-image: url("../../../images/birthdayclub/BDC_LOGO.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    min-width: 100px;
    background-color: transparent;
}

.navbar-inverse .menu>li>a.birthday-club:hover {
    background-image: url("../../../images/birthdayclub/BDC_LOGO.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px -1px;
    text-indent: -9999px;
    min-width: 100px;
    border: 0px;
    background-color: transparent !important;
}


/* MESSAGES INFORMATION SOUMISSION FORMULAIRE */

div.alert-message>div>p {
    color: #000000;
}


/* ACCUEIL */

div.blog-featured {
    margin-bottom: 20px;
    width: 80%;
    margin: auto;
}

div.blog {
    width: 80%;
    margin: auto;
}


/* SLIDESHOW */

.camera_target_content {
    border: 1px dotted #BE9E56;
}


/* GALERIE */

#events {
    width: 80%;
    margin: auto;
}

#events h1 {
    margin-bottom: 15px;
    margin-left: 4px;
    margin-top: 15px;
}

#event {
    width: 80%;
    margin: auto;
}

#event .counter {
    color: #BE9E56;
    font-size: 12px;
}

#event .thumbnail {
    border: 1px dotted #BE9E56;
}

.pagination ul>li>a,
.pagination ul>li>span {
    background-color: #000;
    border: 1px solid #BE9E56;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #BE9E56;
    color: #FFFFFF;
}

.pagination ul>li>a:hover {
    background-color: #FFFFFF;
    color: #2D2525;
}

#events .item-container {
    width: 20% !important;
}

#events .item .content .data {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: #DDD;
    opacity: .8;
    padding: 2% 0;
}

#events .item .title {
    min-height: 20px;
    font-size: 12px;
    color: #BE9E56;
    font-weight: bold;
}


/* FOND DES PAGES */

.contenu {
    background-image: url(../../../images/background/background.jpg);
    background-size: cover;
    background-position: bottom;
}

div.item,
div.item-service,
div.module-1,
div.module-2,
div.module-3,
div.special,
div.menu_business {
    background-color: rgba(45, 37, 37, 0.8);
    padding: 10px;
    border: 1px dotted #BE9E56;
    box-shadow: 5px 5px 5px #000000;
}

div.item-service {
    max-height: 352px !important;
    min-height: 352px !important;
}

.blog-featured div.item:hover {
    background-color: rgba(32, 27, 27, 1);
}

.blog-featured div.item {
    min-height: 133px;
}

div.google-maps {
    width: 100%;
    height: 398px;
}

div.reservation-form {
    display: inline-block;
    padding: 5px 0px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
    text-align: center;
    text-align: -webkit-center;
}

div.section-formulaires {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    border: 1px dotted #BE9E56;
    box-shadow: 5px 5px 5px #000000;
}

div.contacts>div:nth-child(2)>div.visible-desktop.hidden-phone.visible-tablet>div {
    border-top: 0px;
}

div.menu_business {
    color: #ffffff;
    margin: 0px 10px 10px 0px;
}

.special {
    padding: 0px;
}

div.item>div.item-content {
    margin: 0;
}

.information>.item {
    margin-bottom: 10px;
}


/* ARTICLE ACCUEIL - READ MORE */

div.accueil_text,
div.introtext {
    position: relative;
}


/* ARTICLE ACCUEIL - READ MORE */

.readmore {
    float: right;
}


/* ARTICLE GENERAL */

.item-page,
#event,
.events {
    padding: 10px !important;
    color: #ffffff;
}

.item-page h1,
.contacts h1,
.events h1,
.event h1 {
    margin-bottom: 15px;
}

.events h1 {
    margin-top: 15px;
}


/* PAGE AGENDA */

.nivo-caption p {
    color: #FFFFFF;
}

.title-events {
    font-family: 'Pinyon Script', cursive;
    font-size: 30px;
    color: #BE9E56;
    z-index: 1;
    position: relative;
}

input[type="text"] {
    display: inline-block;
    height: 12px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
    color: #555;
    vertical-align: baseline;
}


/* MAIN BODY */

body.site {
    padding: 0px;
    font-family: 'Oswald';
}


/* LIENS (SAUF ALIAS DE MENU)*/

a {
    color: #BE9E56;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a:focus {
    color: #BE9E56;
    text-decoration: none;
}


/* HEADINGS */

h1 {
    font-size: 38.5px;
    color: #BE9E56 !important;
    font-weight: normal;
    font-family: 'Six Caps', sans-serif !important;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 14px;
}

h2 {
    color: #BE9E56 !important;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 15px;
}

h4 {
    text-transform: uppercase;
    color: #FFFFFF !important;
}

h5 {
    text-transform: uppercase;
    color: #BE9E56 !important;
}

h6 {
    color: #BE9E56 !important;
}

p {
    color: #FFFFFF;
    font-family: 'PT Sans Narrow';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.items-row {
    margin: 20px -9px;
}

.slideshow {
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
}

.slideshow-agenda {
    margin: 20px;
}

div.contacts {
    padding: 10px;
    color: #ffffff;
}

legend {
    color: #FFFFFF;
    font-size: 12px;
}

.form-actions {
    background-color: transparent;
}


/* LIEN RETOUR HAUT DE PAGE */

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    background: url('../../../images/back-to-top/back-to-top.png') left top no-repeat;
    width: 25px;
    height: 23px;
    z-index: 1000;
}

.back-to-top a {
    text-indent: -9999px;
    display: block;
}

.back-to-top:hover {
    background: url('../../../images/back-to-top/back-to-top.png') left -23px no-repeat;
}


/* BOUTON D'APPEL RESERVATION */

div.call-us-link,
div.resa-visible,
div.map-visble {
    display: initial;
}

div.call-us-btn,
div.resa-hidden,
div.map-hidden {
    display: none;
}

.events>.span3 {
    width: 25%;
    margin: auto;
}

.events>.span3 div {
    margin: auto;
}

.events>.span4 {
    width: 33%;
    margin: auto;
}

.events>.span4 div {
    margin: auto;
}

div.mosaic-block {
    float: initial !important;
}

.content-80 {
    width: 80%;
    margin: auto;
}

.sponsors {
    position: absolute;
    top: 10px;
    right: 50px;
}

.carlsberg {
    display: block !important;
    background: url('/images/sponsors/carlsberg.png') no-repeat;
    background-position: right !important;
    background-size: contain !important;
    width: 260px !important;
    height: 30px !important;
}

.supermiro {
    display: block !important;
    background: url('/images/sponsors/supermiro.png') no-repeat;
    width: 300px !important;
    height: 56px !important;
    background-size: contain !important;
}


/* A UTILISER SI ON VEUX AFFICHER UNE IMAGE EN ARRIERE PLAN
div.body-accueil { background-image: url(../../../images/background/background_terrasse.jpg); background-size:cover; background-position: bottom; }
div.body-bar { background-image: url(../../../images/background/background_bar.jpg); background-size:cover; background-position: bottom; }
div.body-restaurant { background-image: url(../../../images/background/background_restaurant.jpg); background-size:cover; background-position: bottom; }
div.body-photos { background-image: url(../../../images/background/background_photos.jpg); background-size:cover; background-position: bottom; }
div.body-agenda { background-image: url(../../../images/background/background_reservation.jpg); background-size:cover; background-position: bottom; }
div.body-reservation { background-image: url(../../../images/background/background_reservation.jpg); background-size:cover; background-position: bottom; }
div.body-service { background-image: url(../../../images/background/background_service.jpg); background-size:cover; background-position: bottom; }
div.body-contact { background-image: url(../../../images/background/background_contact.jpg); background-size:cover; background-position: bottom; }
*/


/* Mosaic - Sliding Boxes and Captions jQuery Plugin */

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}


/*General Mosaic Styles*/

.mosaic-block {
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px dotted #BE9E56;
    background-color: rgba(45, 37, 37, 0.8);
    width: 100%;
}

.details {
    width: 90%;
    height: 90%;
    min-height: 235px;
    max-height: 235px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
    padding: 5%;
}

.mosaic-backdrop {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

.mosaic-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.mosaic-overlay img {
    width: 100%;
    height: 100%;
}


/*** Custom Animation Styles (You can remove/add any styles below) ***/

.circle .mosaic-overlay {
    background: url(../img/hover-magnify.png) no-repeat center center;
    opacity: 0;
    display: none;
}

.fade .mosaic-overlay {
    opacity: 0;
    background: url(../img/bg-black.png);
}

.bar .mosaic-overlay {
    bottom: -120px;
    height: 100px;
    background: url(../img/bg-black.png);
}

.bar2 .mosaic-overlay {
    bottom: -50px;
    height: 100px;
    opacity: 0.8;
}

.bar2 .mosaic-overlay:hover {
    opacity: 1;
}

.bar3 .mosaic-overlay {
    top: -100px;
    height: 100px;
    background: url(../img/bg-black.png);
}

a.bdc {
    display: block;
    background: url(../../../images/birthdayclub/BIRTHDAYCLUB_MENU-2x.png);
    background-size: 111px auto;
    width: 111px;
    height: 69px;
}

a.bdc:hover {
    background: url(../../../images/birthdayclub/BIRTHDAYCLUB_MENU_HOVER-2x.png);
    background-size: 111px auto;
    width: 111px;
    height: 69px;
}

td {
    color: #FFFFFF !important;
    font-family: 'PT Sans Narrow' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}


/*** End Animation Styles ***/

.border-dotted {
    border: 1px dotted #BE9E56;
}


/*effet hover loupe */

.zoom {
    width: 100%;
    height: 268px;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px dotted #BE9E56;
    background: transparent url(../images/loader.gif) no-repeat center;
}

.zoom img {
    display: none;
}

.zoomOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zoomOverlay>.date {
    position: absolute;
    top: 50px;
    left: 25%;
    font-size: 18pt;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'feathericons';
    src: url('../../../fonts/feathericons/feathericons.eot?-8is7zf');
    src: url('../../../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../../../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../../../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../../../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

figure.effect {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 48%;
    background: #2D2525;
    text-align: center;
    cursor: pointer;
    border: 1px dotted #BE9E56;
}

figure.effect img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 268px;
    max-width: 100%;
    opacity: 0.8;
}

figure.effect figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect figcaption::before,
figure.effect figcaption::after {
    pointer-events: none;
}

figure.effect figcaption,
figure.effect figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 90.5%;
    height: 100%;
}


/* Anchor will cover the whole item by default. For some effects it will show as a button */

figure.effect figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect h2 {
    font-weight: 300;
}

figure.effect h2 span {
    font-weight: 800;
}

figure.effect h2,
figure.effect p {
    margin: 0;
}

figure.effect p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/***** Zoe *****/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 2.75em;
    background: rgba(45, 37, 37, .8);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    /*opacity:0;*/
}

figure.effect-zoe h2 {
    float: left;
    text-transform: capitalize;
}

figure.effect-zoe h5 {
    float: left;
    color: #FFF !important;
    text-transform: none;
    font-size: 12px;
    font-weight: 100;
}

figure.effect-zoe p.icon-links a {
    float: right;
    font-size: 14px;
    position: absolute;
    right: 1em;
    bottom: 1em;
    text-transform: capitalize;
}

figure.effect-zoe p.description {
    position: absolute;
    color: #fff;
    bottom: 2em;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*opacity:1;*/
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media print {
    header,
    footer {
        display: none;
    }
    .navigation {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    .carousel-control,
    .btn,
    .slideshow {
        display: none !important;
    }
    img {
        max-width: 200px !important;
    }
}

@media screen and (max-width: 69.5em) {
    .grid figure {
        width: 50%;
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}

@media screen and (max-width: 41.5em) {
    .grid figure {
        width: 100%;
    }
}


/*
@media all and (min-width: 768px) and (max-width: 1023px) and (orientation:portrait){
	#wrapper { display:none; }
	#warning-message { display:block; }
}
@media all and (min-width: 768px) and (max-width: 1023px) and (orientation:landscape){
	#warning-message { display:none; }
}*/

@media all and (min-width:1900px) {
    .mosaic-block {
        min-height: 356px;
        line-height: 356px;
    }
}

@media all and (min-width: 1700px) {
    .date {
        font-size: 14px!important;
    }
    .introtext p,
    .information>.item p {
        font-size: 16px!important;
    }
    .camera_caption_desc {
        font-size: 16px!important;
        line-height: 16px!important;
    }
    #events {
        margin: auto;
        width: 80%;
    }
    div.navbar {
        height: auto;
        width: 80%;
        margin: auto;
        padding: 0px;
    }
    .contacts,
    .item-page,
    .content-80,
    .events {
        width: 80%;
        margin: auto;
    }
    .box-horaire {
        width: 96%;
    }
    div.birthday-club {
        position: absolute;
        right: 295px;
        top: 127px;
    }
    .service-image {
        width: 22.914894% !important;
    }
    .service-texte {
        width: 74.957447% !important;
    }
}

@media all and (min-width:1600px) {
    .mosaic-block {
        min-height: 313px;
        line-height: 313px;
    }
}

@media all and (min-width: 1200px) and (max-width: 1700px) {
    .contacts,
    .item-page,
    .content-80,
    .events {
        width: 80%;
        margin: auto;
    }
    h1 {
        font-size: 30px !important;
    }
    div.navbar {
        height: auto;
        width: 80%;
        margin: auto;
        padding: 0px;
    }
}

@media all and (width: 1200px) {
    h1 {
        font-size: 30px !important;
    }
    .blog-featured div.item {
        min-height: 145px !important;
    }
    div.item-service {
        max-height: none !important;
        min-height: none !important;
    }
    .carousel-inner {
        min-height: 570px !important;
        max-height: 570px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .blog-featured div.item {
        min-height: 144px !important;
    }
    .navbar-inverse .nav>li>a {
        font-size: 14px;
    }
    .contacts,
    .item-page,
    .events {
        width: 95%;
        margin: auto;
    }
    h3 {
        font-size: 16px;
        line-height: 16px;
    }
    div.google-maps {
        display: inline-block;
        padding: 6px 0px;
        width: 65%;
        height: 398px;
        background-color: #FFFFFF;
    }
    div.reservation-form {
        display: inline-block;
        padding: 5px 0px;
        width: 35%;
        background-color: #FFFFFF;
        margin: 0px;
        text-align: center;
        text-align: -webkit-center;
    }
    h1 {
        font-size: 24px;
        line-height: 24px;
    }
    h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .mosaic-overlay {
        background: #000;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .mosaic-block {
        min-height: 280px !important;
    }
    .carousel-indicators {
        margin: 0px 38px;
    }
    .carousel-indicators li {
        margin-left: 1.5px;
    }
    .carousel-inner .custom {
        min-height: 690px;
        max-height: 690px;
    }
    .information>.item {
        min-height: 322px;
    }
    .information>.box-horaire {
        min-height: 299px !important;
        max-height: 299px !important;
    }
    .carousel-inner {
        min-height: 690px;
        max-height: 690px;
    }
    div.item-service {
        max-height: none !important;
        min-height: none !important;
    }
    div.header-inner {
        margin: auto;
        width: 97%;
        padding: 20px 0px 20px 20px;
    }
    .moduletable.slideshow {
        width: 97%;
        margin: auto auto 0px;
    }
    .slideshow {
        width: 100%;
        margin: auto auto 0px;
    }
    div.navbar,
    #events,
    div.footer-content,
    div.blog-featured,
    .contacts {
        width: 95%;
        margin: auto;
    }
    .item-page,
    .events {
        width: 95%;
        margin: auto;
    }
    .blog-featured .item {
        min-height: 150px !important;
    }
    .introtext {
        min-height: 90px !important;
    }
    .header .brand {
        float: left;
    }
    h1 {
        font-size: 23px !important;
        line-height: 23px !important;
    }
    h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .mosaic-block,
    .details {
        width: 100% !important;
    }
    .mosaic-block {
        padding: 2px;
    }
    .details {
        padding: 0px !important;
    }
    .mosaic-overlay {
        background: #000;
    }
    .nav-pills>li>a {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 2px;
        line-height: 14px;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
    }
    .tel {
        background: url();
        background-repeat: no-repeat;
        padding-left: 0px;
    }
    .tel:hover {
        background: url();
        background-repeat: no-repeat;
    }
}

@media all and (max-width: 767px) {
    .nav-tabs>li>a {
        font-size: 12px !important;
    }
    .blog-featured .item {
        margin-bottom: 10px;
    }
    .carousel-inner .custom {
        min-height: 699px!important;
        max-height: 699px!important;
    }
    .carousel-inner {
        min-height: 699px !important;
        max-height: 699px!important;
    }
    .hidden-desktop2 {
        display: inherit;
    }
    .hidden-phone2 {
        display: none !important;
    }
    div.item-service {
        max-height: none !important;
        min-height: none !important;
    }
    h1 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 17px;
        line-height: 17px;
    }
    p {
        line-height: 18px;
    }
    .item-page h1,
    .contacts h1,
    #events h1,
    #event h1 {
        margin-bottom: 15px;
        text-align: center !important;
    }
    #event .eventgallery-simplelist-tile {
        width: 100%;
        margin: auto;
    }
    #events .item-container {
        float: left;
        width: 50% !important;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #events .item .title {
        min-height: 50px;
        font-size: 0.75em;
        color: #BE9E56;
        font-weight: bold;
        overflow: auto;
    }
    #events .item .date,
    #events .item .imagecount {
        display: none;
    }
    .camera_commands,
    .camera_pag {
        display: none !important;
    }
    li>a {
        font-size: 14px !important;
        font-weight: normal !important;
    }
    /* HEADER */
    div.header-inner {
        width: 95%;
        padding: 10px 0px 10px 0px;
    }
    div.call-us-link,
    div.resa-visible,
    div.map-visible,
    div.module-1.span4,
    div.reservation h3,
    div.header-flag,
    div.google-maps {
        display: none;
    }
    div.call-us-btn,
    div.resa-hidden,
    div.map-hidden {
        display: inline;
    }
    div.navbar {
        height: auto;
    }
    div.navigation {
        min-height: 0px;
        height: auto;
        margin: auto;
        width: 100%;
    }
    .header .brand {
        float: left !important;
        width: 40%;
        display: table-header-group;
        position: relative;
    }
    div.reservation,
    div.newsletter {
        text-align: right;
        display: inline-block;
        width: 60%;
    }
    div.footer-flag {
        display: initial;
        position: inherit;
        margin-top: -100px;
        top: 0;
        right: 0;
    }
    .box-images {
        text-align: center;
        display: none !important;
    }
    .content-80 {
        width: 95%;
        margin: auto;
    }
    div.reservation-form {
        display: inline-block;
        padding: 5px 0px;
        width: 100%;
        background-color: #FFFFFF;
        margin: 0px;
        text-align: center;
        text-align: -webkit-center;
    }
    div.section-formulaires
    {
        display: none;
    }
    .partenaires>div>p,
    .social>div>p {
        line-height: 30px;
        font-size: 18px;
    }
    .readmore {
        float: none;
    }
    .events h1 {
        text-align: center;
    }
    a.facebook-link,
    a.twitter-link,
    a.google-link {
        text-indent: 0% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        background: none;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center;
        text-align: center;
        display: inline-block;
        height: 25px;
        width: 65px;
        padding: 0px 5px;
    }
    a.facebook-link:hover,
    a.twitter-link:hover,
    a.google-link:hover {
        text-indent: 0% !important;
        color: #FFF !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        background: none;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center;
        text-align: center;
        display: inline-block;
        height: 25px;
        width: 65px;
        padding: 0px 5px;
    }
    .item-page,
    #event,
    .events {
        padding: 0px;
    }
}

@media all and (width: 604px) {
    img.main-logo {
        width: 50%;
    }
    textarea,
    .uneditable-input {
        width: 96%;
    }
    #aside {
        text-align: center;
    }
    #events h1,
    #event h1 {
        margin-bottom: 15px;
        margin-left: 4px;
        margin-top: 20px;
    }
    .item-page,
    .events {
        width: 45%;
        margin: auto;
    }
}

@media all and (min-width: 480px) and (max-width:603px) {
    img.main-logo {
        width: 60%;
    }
    input,
    textarea,
    .uneditable-input {
        width: 96%;
    }
    .special {
        margin: auto;
        width: 95%;
    }
    /* section photo plus large */
    #events,
    #event {
        margin: auto;
        width: 98%;
    }
    #aside {
        text-align: center;
    }
}

@media all and (width:480px) {
    .item-page,
    #event,
    .events {
        width: 75%;
        margin: auto;
    }
}

@media all and (max-width:480px) {
    .mosaic-overlay {
        display: none !important;
    }
    .details {
        min-height: 35px;
    }
}

@media all and (width: 320px) {
    /*.pull-right.item-image { margin: 0 0 18px 0px; }*/
    /* section photo plus large */
    /* image principale des articles*/
    /*.item-image { float: none; }*/
    div.item,
    div.module-1,
    div.module-2,
    div.module-3,
    div.special,
    div.menu_business {
        padding: 5px 10px 10px 10px;
    }
}
.icon-cart-mobile,
.icon-reserver-mobile {
    display: none;
}
@media all and (max-width: 604px) {
    .icon-cart-mobile,
    .icon-reserver-mobile {
        display: inline-block;
        text-align: center;
        height: auto;
        line-height: 30px;
        padding: 0px !important;
		color:#fff;
        background: #BE9E56 !important;
        /* Old browsers */
        background: -moz-linear-gradient(top, #BE9E56 0%, #BE9E56 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BE9E56), color-stop(100%, #BE9E56));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #BE9E56 0%, #BE9E56 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #BE9E56 0%, #BE9E56 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #BE9E56 0%, #BE9E56 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #BE9E56 0%, #BE9E56 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#BE9E56', endColorstr='#BE9E56', GradientType=0);
        /* IE6-9 */
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .icon-cart-mobile,
    .icon-reserver-mobile {
        width: 49%;
    }
}