/*--- -------------------------------------------------------------------------------- ---*/
/*--- CSS GLOBAL ---*/
/*--- -------------------------------------------------------------------------------- ---*/
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

@font-face {
    font-family: 'kunstler_scriptregular';
    src: url('../fonts/kunstler-webfont.eot');
    src: url('../fonts/kunstler-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/kunstler-webfont.woff') format('woff2'),
         url('../fonts/kunstler-webfont.woff') format('woff'),
         url('../fonts/kunstler-webfont.ttf') format('truetype'),
         url('../fonts/kunstler-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.no-blur-on-chrome{}
.zero-px-blur-on-chrome{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateZ(0);
}

.zero-blur-on-chrome{
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateZ(0);
}

#wpadminbar {
    display: none;
}

header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {
    display: block;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
}

body {
    background: #ffffff;
}

a {
    color: #000000;
    text-decoration: none;
    outline: 0;

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a:hover,
a:focus {
    color: #1B6424;
    text-decoration: none;
}

em {
    font-style: italic;
}

p {
    opacity:0.99;
    margin-bottom: 10px;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #333333;
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1:before {
    /*
    position: relative;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #303030;
    */
}

h1:after {
    /*
    position: relative;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #303030;
    */
}

.tpl_logo {
    z-index: 1040;
}

a.tpl_boutonVideo,
a.tpl_boutonVideo:focus,
a.tpl_boutonRetourAuSite,
a.tpl_boutonRetourAuSite:focus,
a.tpl_boutonReservation,
a.tpl_boutonReservation:focus {
    font-family: "Times New Roman", Times, serif;
    background-color: #191919; 
    color: #ffffff;
    outline: 0;

    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    position: absolute;
    top: 70px;
    left: 0;

    display: block;
    padding: 15px;
    z-index: 1040;

    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
}

a.tpl_boutonVideo span,
a.tpl_boutonRetourAuSite span,
a.tpl_boutonReservation span {
    color: #b09031;
}

a.tpl_boutonReservation,
a.tpl_boutonReservation:focus {
    left: auto;
    right: 0;
}

a.tpl_boutonRetourAuSite,
a.tpl_boutonRetourAuSite:focus {
    top: 10px;
}

a.tpl_boutonVideo span,
a.tpl_boutonRetourAuSite span,
a.tpl_boutonReservation span {
    font-family: 'fontswebcustom';
    font-size: 17px;
    text-transform: none;
}

a.tpl_boutonVideo:hover,
a.tpl_boutonRetourAuSite:hover,
a.tpl_boutonReservation:hover {
    background-color: #d4af37;
    color: #000000;
    text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    background: #000000;
    z-index: 2;
}

#tpl_wrap {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #000000;
    z-index: 2;
}

.post {
    font-size: 14px;
    height: 100%;
    padding-bottom: 30px;
}

.post a,
.post a:focus {
    
}

.post a:hover {
    
}

.post img:hover {
    box-shadow: 0 0 0 #000000 !important;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- FAKE LOADER ---*/
/*--- -------------------------------------------------------------------------------- ---*/
#tpl_spin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #191919;
    text-align: center;
    padding: 40px;
    z-index: -1;
}

.tpl_spin_loader {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: spin 500ms infinite linear;
}

@keyframes spin {
  100%{ transform: rotate(360deg); }
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- CSS POUR LE MENU ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative;
    float: left;
}

.navbar {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

ul.menu {
    list-style-type: none;
}

.tpl_menu {
    position: relative;
    text-align: center;
}

.tpl_menu > ul {
    display: inline-block;
    float: none;
}

.tpl_menu ul li {

}

.tpl_menu ul li a {
    text-transform: uppercase;
    background: transparent;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;

    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
}

.tpl_menu ul li a:hover,
.tpl_menu ul li a:focus {
    background: #b09030;
    color: #000000;
}

.tpl_menu ul li.current-menu-item a {
    
}

.tpl_menu ul li ul {
    list-style-type: none;
}

.tpl_menu ul li ul li {

}

.tpl_menu ul li ul li a {
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.tpl_menu ul li ul li a:hover,
.tpl_menu ul li ul li a:focus {
    color: #FFFFFF;
    background: transparent;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- INFORMATIONS ---*/
/*--- -------------------------------------------------------------------------------- ---*/
footer {
    position: relative;
    background: #191919;
    padding: 50px;
    display: block;
    width: 100%;
    margin-top: 20px;
    z-index: 2;
    text-align: center;
}

.tpl_infos {
    font-size: 17px;
}


.tpl_infos a,
.tpl_infos a:focus {
    color: #ffffff;
    text-decoration: none;

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.tpl_infos a:hover {
    color: #b09030;
    text-decoration: none;
}

.tpl_boutonsLinks {
    font-family: 'fontswebcustom';
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.tpl_informationsClient {
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
    font-size: 18px;
}

.tooltip {

}

.tooltip-arrow {
    display: none;
}

.copy {

}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- CSS FORMULAIRE DE CONTACT ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.wpcf7 form span {
    display: block;
}

.wpcf7-list-item {
    margin-left: 0px !important;
    display: inline-block !important;
    text-align: left !important;
}
.wpcf7-list-item input {
    width: auto !important;
}
.wpcf7 .group-input {
    clear: both;
    position: relative;
    margin-bottom: 35px;
}
.wpcf7 label {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    display: block;
}
.wpcf7-list-item span.wpcf7-list-item-label {
    display: inline-block;
}

.wpcf7 input,
.nf-field-element input,
.wpcf7 button,
.nf-field-element button,
.wpcf7 select,
.nf-field-element select,
.wpcf7 textarea,
.nf-field-element textarea {
    background: #121212;
    color: #ffffff;
    border: 0 none;
    width: 100%;
    padding: 5px;
    resize:none;
    outline: 0;
}

.wpcf7 textarea,
.nf-field-element textarea {
    height: 110px !important;
}

.wpcf7 input.wpcf7-submit,
.submit-wrap input {
    background: #777777;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
    width: 100% !important;

    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
}

.nf-form-fields-required {display: none !important;}

.wpcf7 input.wpcf7-submit:hover,
.submit-wrap input:hover {
    background: #b09030;
    color: #000000;
}

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

.wpcf7-captchac {
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7-response-output {
    background: rgba(255, 255, 25, 0.75);
    bottom: auto;
    color: #000000;
    font-size: 11px;
    margin: 0 !important;
    padding: 10px !important;
    border: 0px !important;
    position: relative;
    text-align: center;
    width: 100%;
}

.wpcf7-mail-sent-ok {
    background: rgba(161, 199, 104, 0.75);
}

.wpcf7-not-valid-tip,
div.wpcf7 img.ajax-loader {
    display: none !important;
}
.grecaptcha-badge{
    bottom: 84px !important;
    z-index: 2;
}
/*--- -------------------------------------------------------------------------------- ---*/
/*--- CSS 404 ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.error404 .tpl_infos,
.error404 .navbar,
.error404 .tpl_boutonVideo {
    display: none;
}

#tpl_404 {
    background: #ffffff;
    color: #000000;
    padding: 15px;
    text-align: center;
    z-index: 99;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#tpl_404 a {
    color: #000000;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*---   MAGNIFIC POPUP ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
/* --- OPACITY EFFECT --- */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}
.mfp-figure { 
  -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- MENTIONS LEGALES ---*/
/*--- -------------------------------------------------------------------------------- ---*/
#tpl_mentions {
    padding: 25px;
    color: white;
    font-size: 13px;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- BACK TO TOP BUTTON ---*/
/*--- -------------------------------------------------------------------------------- ---*/
a.tpl_back_to_top {
    font-family: 'fontswebcustom';
    text-align: center;
    font-size: 32px;
    outline: 0;

    position: fixed;
    right: 20px;
    bottom: 20px;

    color: #ffffff;
    background: #b09030;

    display: none;
    width: 50px;
    height: 50px;
    z-index: 131313;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/*--- -------------------------------------------------------------------------------- ---*/
/*--- CSS TEXT POUR LE LOGO MOBILE ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.tpl_logoMobile {
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 30px;
    margin-left: 20px;
}