:root {
  --typo1: 'Red Hat Text', sans-serif;
  --typo2: 'Crimson Text', serif;
  --couleur1: #946325;
  --couleur2: #cbb08b;
  --couleur3: #2d0401;
  --couleur4: #191005;
  --couleur5: #2d0401;
}
article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, figure, footer, header, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, dd, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, hr, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
}
object {
  display: block;
}
body {
  color: #cbb08b;
  font: 16px var(--typo2);
  background: black url('../images/main_bg_texture.jpg') center center no-repeat fixed;
  background-size: cover;
}
html, body {
  position: relative;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0;
  color: var(--couleur1);
  font-family: var(--typo2);
  font-weight: normal;
  line-height: normal;
}
h1 {
  font-size: 2em;
  font-family: var(--typo1);
}
h2 {
  font-size: 1.875em;
  font-style: italic;
}
h3 {
  font-size: 1.3125em;
  font-style: italic;
}
h4 {
  font-size: 1.25em;
  font-style: italic;
}
h5, h6 {
  font-size: 1em;
  font-style: italic;
}
a {
  outline: none;
  color: var(--couleur1);
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}
a:hover {
  color: #cbb08b;
  text-decoration: none;
}
.h-unit {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* hidden */
.hidden {
  display: none;
}
/* border radius */
.br {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.br-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.br-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.bs {
  -webkit-box-shadow: 0 1px 5px #999999;
  -moz-box-shadow: 0 1px 5px #999999;
  box-shadow: 0 1px 5px #999999;
}
body span.skype_pnh_print_container {
  display: inline !important;
}
body span.skype_pnh_container {
  display: none !important;
}
.h-grid-inner, .h-grid {
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}
.h-unit {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /* ff fix */
button.button {
  -webkit-border-fit: lines;
} /* <- safari & google chrome fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.content_std p {
  line-height: 1.5em;
}
.content_std ul {
  list-style: inside;
  margin: 10px 0;
}
.content_std ol {
  list-style-position: inside;
  margin: 10px 0;
}
.content_std h1, .content_std h2, .content_std h3, .content_std h4, .content_std h5 {
  margin-bottom: 10px;
}
/*main section*/
.wrapper {
  background: url('../images/main_header_bg.gif') 0 0 repeat-x;
  min-height: 100px;
}
.wrap-inner {
  width: 1000px;
  margin: 0 auto;
}
.header {
  height: 170px;
  position: relative;
}
.language-header {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  background: #2d0000;
  border-bottom: 1px solid #4b3213;
  padding: 0 10px;
  border-radius: 0 0 10px 10px;
}
.inner-lang .lang-list {
  list-style: none;
  height: 33px;
  vertical-align: middle;
  display: table-cell;
}
.lang-list li {
  float: left;
  padding: 0 6px 0 0;
}
.lang-list li:first-child {
  padding: 0 8px;
  color: #ad936f;
}
.lang-list li .flag {
  display: block;
  width: 23px;
  height: 16px;
  margin: 9px 0 0 0;
  text-indent: -9999px;
}
.lang-list li .us {
  background: url('../images/us.png') 0 -17px no-repeat;
}
.lang-list li .fr {
  background: url('../images/fr.png') 0 -17px no-repeat;
}
.lang-list li.active .flag {
  background-position: 0 0
}
.header .tm-logo {
  width: 250px;
  height: 110px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/tm_logo.svg') center center no-repeat;
  text-decoration: none;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(41, 30, 12, 1));
  filter: drop-shadow(0px 5px 10px rgba(41, 30, 12, 1));
}
.header .tm-logo span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.header .share-box {
  position: absolute;
  top: 23px;
  left: 0;
  display: flex;
}
.share-box .share-list {
  list-style: none;
  padding-right: 20px;
  border-right: 1px solid #2c1d0a;
  margin-right: 20px;
  float: left;
}
.share-list li {
  float: left;
  padding: 0 10px 0 0;
  font-size: 1.25em;
}
.share-list li a {
  display: block;
  border: none;
}
.share-list li a img {
  display: block;
}
.share-list li.twitter a {
  width: 27px;
  background: url('../images/twitter.png') 0 0 no-repeat;
}
.share-list li a:hover {
  background-position: 0 -22px !important;
}
.share-list li.facebook a {
  width: 26px;
  background: url('../images/facebook.png') 0 0 no-repeat;
}
.share-list li.yelp a {
  width: 23px;
  background: url('../images/share_.png') 0 0 no-repeat;
}
.share-box .member-login {
  display: block;
  min-height: 18px;
  font: normal .825em/1.75em var(--typo1);
  text-decoration: none;
  float: left;
}
.share-box .member-login i {
  font-size: 1.15em;
  color: rgba(140, 89, 26, .7);
  margin-right: 5px;
  align-self: center;
}
.share-box .franchise {
  display: block;
  min-height: 18px;
  margin: 3px 0 0 30px;
  text-decoration: none;
  float: left;
  font: normal .825em/1.75em var(--typo2);
}
.franchise-right {
  display: block;
  min-height: 18px;
  margin: 20px 100px 0 0;
  text-decoration: none;
  float: right;
  font: normal .825em/1.75em var(--typo1);
}
.header-left-links, .header-right-links {
  font-family: var(--typo1);
}
.header-left-links {
  position: absolute;
  top: 78px;
  left: 0;
  list-style: none;
}
.header-left-links li {
  float: left;
  padding: 0 0 0 25px;
  font-size: 13px;
}
.header-left-links li:first-child {
  padding-left: 0
}
.header-left-links li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.header-left-links li a:hover {
  color: var(--couleur1);
  border-bottom: 2px solid #78501e;
  padding-bottom: 3px;
}
.header-left-links li.active a, .header-left-links li.current-menu-item a {
  color: var(--couleur1);
  border-bottom: 2px solid #78501e;
  padding-bottom: 3px;
}
.header-right-links {
  position: absolute;
  top: 78px;
  right: 0;
  list-style: none;
}
.header-right-links li {
  float: left;
  padding: 0 0 0 30px;
  font-size: 13px;
}
.header-right-links li:first-child {
  padding-left: 0
}
.header-right-links li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.header-right-links li a:hover {
  color: var(--couleur1);
  border-bottom: 2px solid #78501e;
  padding-bottom: 3px;
}
.header-right-links li.active a {
  color: var(--couleur1);
  border-bottom: 2px solid #78501e;
  padding-bottom: 3px;
}
.location-state {
  position: absolute;
  bottom: 5px;
  left: 405px;
  list-style: none;
}
.location-state li {
  padding: 0 5px;
  font-family: var(--typo1);
  font-size: 12px;
  color: var(--couleur1);
  float: left;
  text-transform: uppercase;
}
.location-state li a {
  color: var(--couleur1);
  text-decoration: none;
}
.location-state li a:hover {
  color: #b18956
}
.main-container {
  background-color: rgba(0, 0, 0, .8);
  min-height: 649px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(40, 29, 11, .75);
  overflow: hidden;
}
.home .main-container, .single-location .main-container {
  padding: 30px;
}
.slider ul li {
  display: block;
}
#fade .slider {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
#fade .slider ul {
  list-style: none;
}
#fade .slider ul li.slide-item {
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#fade .slider ul li.slide-item img {
  border: none;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#fade .slider ul li.slide-item:first-child {
  display: block;
}
.slide-text {
  background: url('../images/slide_block_bg.png') repeat;
  padding: 5px 5px 5px 0;
  position: absolute;
  top: 96px;
  left: 0
}
.slide-text .inner {
  background: url('../images/slide_block_bg.png') repeat;
  padding: 35px 25px;
  width: 300px;
  font-size: 1em;
  font-family: var(--typo1);
  color: #fff;
  /*text-shadow: 0px 1px 2px black;*/
}
.slide-text .inner .title {
  font-size: 22px;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: normal;
}
.slide-text .inner .title span {
  display: block;
  font-size: 35px;
  line-height: 35px;
}
.slide-text .inner .link-list {
  list-style: none;
  padding: 15px 0 0 0;
  overflow: hidden;
}
.link-list li {
  float: left;
  background: url('../images/link_list_sep.png') 0 50% no-repeat;
}
.link-list li:first-child {
  background: none;
}
.link-list li:first-child a {
  padding-left: 0 !important;
}
.link-list li a {
  display: block;
  color: #edb670;
  font: italic 15px/16px var(--typo2);
  text-decoration: none;
  padding: 0 14px 0 14px;
}
.link-list li a:hover {
  color: var(--couleur1)
}
.french_s {
  padding-left: 10px !important;
}
#fade {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #493826;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#slide_thumbnails {
  position: absolute;
  top: 440px;
  right: 60px;
  z-index: 1000;
}
.thumbnails_list {
  list-style: none;
  overflow: hidden;
}
.thumbnails_list li {
  float: left;
  width: 60px;
  height: 42px;
  margin: 0 0 0 2px;
  background: url('../images/thumb_frame.png') 0 0 no-repeat;
}
.thumbnails_list li:first-child {
  margin: 0
}
.thumbnails_list li .wr {
  display: block;
  width: 54px;
  height: 33px;
  margin: 5px 0 0 3px;
  position: relative;
  cursor: pointer
}
.thumbnails_list li .wr img {
  display: block;
}
.thumbnails_list li .wr span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 33px;
  background: url('../images/thumb_overllay.png') repeat;
}
.thumbnails_list li .wr:hover span.overlay {
  background: none;
}
.thumbnails_list li.active .wr span.overlay {
  background: none;
}
.home-more {
  display: inline-flex;
  flex-direction: row;
  column-gap: 30px;
}
.locations {
  width: 25%;
  height: 114px;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(66, 0, 0, .87));
  padding: 20px;
  border: 1px solid #493826;
  border-radius: 5px;
  font: normal 1em var(--typo2);
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.locations .title {
  margin-bottom: 5px;
  font-size: 1.6875em;
  line-height: normal;
  color: var(--couleur1);
  font-family: var(--typo1);
}
.locations .input-box {
  margin: 10px 0 0 0
}
.news-events {
  display: flex;
  border: 1px solid #493826;
  border-radius: 5px;
  width: 75%;
  height: 114px;
  padding: 20px;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.news-events .title {
  font-size: 1.6875em;
  line-height: normal;
  color: var(--couleur1);
  font-family: var(--typo1);
  text-transform: uppercase;
}
#news-slider {
  width: 100%;
  position: relative;
  height: 100px;
  align-self: center;
  overflow: hidden;
}
#news-slider .prev {
  width: 23px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  background: url('../images/left_arr.png') 0 0 no-repeat;
  cursor: pointer
}
#news-slider .next {
  width: 23px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  background: url('../images/right_arr.png') 0 0 no-repeat;
  cursor: pointer
}
#news-slider .slider {
  width: 400px;
  height: 100px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to left, transparent 20%, #000 50%);
  mask-image: linear-gradient(to left, transparent 20%, #000 50%);
}
#news-slider .slider ul {
  list-style: none;
  width: 5000px;
  overflow: hidden;
}
#news-slider .slider ul li {
  float: left;
  width: 470px;
}
#news-slider .slider ul li .left-side {
  float: left;
  width: 285px;
}
#news-slider .slider ul li .right-side {
  float: right;
  width: 250px;
}
#news-slider .slider ul li .image {
  display: block;
  float: left;
  width: 58px;
  height: 66px;
  border: 1px solid #724e1f;
  margin: 0 11px 0 0
}
#news-slider .slider ul li .image img {
  display: block;
  width: 58px;
  height: 66px;
}
#news-slider .slider ul li .text-desc {
  padding: 0 0 0 70px;
  font: normal 1em var(--typo2);
}
#news-slider .slider ul li .text-desc .name {
  font-style: italic;
  color: var(--couleur1);
  text-decoration: none;
}
#news-slider .slider ul li .text-desc .name:hover {
  color: #cbb08b;
}
#news-slider .slider ul li .more_arr {
  display: block;
  padding: 0 10px 0 0;
  font-size: 13px;
  text-decoration: none;
  margin: 2px auto 0 0;
  float: left;
  font-style: italic;
  font-family: var(--typo2);
}
/*end*/
/*inner page*/
.main-container {}
.main-container .inner-page {}
.inner-page .inner-wrap {
  min-height: 749px;
}
.single-location .inner-page .inner-wrap {
  display: flex;
  column-gap: 30px;
}
.main-location {
  width: 50%;
}
.main-location .image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--couleur1);
}
.left-side-col {
  width: 25%;
}
.menu-name {
  font: normal 1.75em/48px var(--typo1);
  color: var(--couleur1);
  text-transform: uppercase;
}
.left-locations {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #191005
}
.left-locations li {
  border-bottom: 1px solid #191005
}
.left-locations li a {
  display: block;
  padding: 12px 10px 12px 19px;
  font: normal 15px var(--typo2);
  color: #cbb08b;
  text-decoration: none;
  border-radius: 5px;
}
.left-locations li a:hover {
  background: var(--couleur3);
  color: var(--couleur1);
  text-decoration: none;
}
.left-locations li.active a {
  background: var(--couleur3);
  color: var(--couleur1);
  text-decoration: none;
}
.right-side {
  width: 75%;
}
.first-row .left {
  float: left;
  width: 56%;
}
#left-slider-wrap {
  width: 404px;
  border: 1px solid #3c2b13;
  margin: 0 0 7px;
}
#left-slider-wrap .slider {
  width: 404px;
  position: relative;
}
#left-slider-wrap .slider ul {
  list-style: none;
}
#left-slider-wrap .slider ul li {
  width: 404px;
  position: absolute;
  display: none;
}
#left-slider-wrap .slider ul li img {
  width: 404px !important;
}
.slider ul li {
  display: block;
}
#left-slider-wrap .slider ul li:first-child {
  display: block;
}
#left-slider-thumb {
  height: 52px;
  overflow: hidden;
  margin-bottom: 7px;
}
#left-slider-thumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#left-slider-thumb ul li {
  width: 52px;
  height: 52px;
  float: left;
  padding: 0 0 0 7px;
}
#left-slider-thumb ul li:first-child {
  padding: 0
}
#left-slider-thumb ul li img {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #493112;
  cursor: pointer
}
#left-slider-thumb ul li img:hover {
  border: 1px solid #906124
}
#left-slider-thumb ul li.active img {
  border: 1px solid #906124
}
.follow-box {
  background: rgba(0, 0, 0, .3);
  height: auto;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 20px;
}
.follow-list {
  display: inline-flex;
  list-style: none;
  text-align: center;
}
.follow-list li {
  float: left;
  font: italic 1em var(--typo2);
  color: var(--couleur1);
  padding: 0 0 0 2px;
}
.follow-list li:first-child {
  padding-right: 10px;
  line-height: 21px;
}
.follow-list li a {
  display: block;
  border: none;
  height: 21px;
}
.follow-list li a img {
  display: block;
}
.follow-list li.twitter a {
  width: 27px;
}
.follow-list li.facebook a {
  width: 26px;
}
.follow-list li.yelp a {
  width: 23px;
}
.left-text-desc {
  font: normal 1em var(--typo2);
  color: #cbb08b;
  margin-bottom: 29px;
}
.left-text-desc h3 {
  font: italic 1.15em var(--typo2);
  color: var(--couleur1);
  padding-bottom: 4px;
  display: block;
}
.thumbnail-preview img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  margin-bottom: 30px;
  height: 200px;
}
.first-row .right {
  width: calc(44% - 30px);
  float: right;
  font: normal 1em var(--typo2);
  color: #cbb08b;
  margin-left: 30px;
  list-style-position: inside;
}
.first-row .right h1 {
  display: block;
  font: italic 30px var(--typo2);
  color: var(--couleur1);
  line-height: normal;
  margin-bottom: 10px;
}
.right .address {
  font-size: 1em;
  padding-bottom: 15px;
  color: #edb670;
}
.right .anonce-tape {
  padding: 0 35px 13px 0;
}
.right .anonce-tape h4 {
  padding: 7px 0 4px 0;
}
.right .anonce-tape p {
  padding-bottom: 10px;
}
.view-more {
  margin-bottom: 12px;
  background: url('../images/view_menu.png') 0 0 no-repeat;
  overflow: hidden;
  padding: 10px 0 15px 43px;
}
.view-more a {
  float: left;
  padding: 0 15px 0 0;
  display: block;
  font-size: 1em;
  color: var(--couleur1);
  font-style: italic;
  text-decoration: none;
}
.view-more a:hover {
  color: #b58140;
  text-decoration: none;
}
.right .right-link-box {
  background: url('../images/right_links_bg.png') 0 0 no-repeat;
  width: 320px;
  height: 51px;
  position: relative;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.right-link-box .link-list {
  padding: 18px 0 0 20px;
  list-style: none;
  margin: 0;
}
.right-link-box .link-list li a span {
  line-height: normal;
}
.right .right-map {
  padding: 53px 18px 0 0;
}
.right-map .name {
  font-size: 1em;
  color: var(--couleur1);
  font-style: italic;
  font-weight: bold;
  padding-bottom: 7px;
}
.right-map .map-box {
  width: 299px;
  height: 237px;
  border: 1px solid #78501e;
}
.right-map .map-box a {
  border: none;
  display: block;
}
.right-map .map-box a img {
  display: block;
}
.clear-all {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0
}
/*end*/
/*footer section*/
.footer {
  width: 100%;
  display: inline-flex;
  min-height: 128px;
  background: rgba(0, 0, 0, .8);
  position: relative;
  border: 1px solid #191005;
  margin: 15px 0 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(40, 29, 11, .75);
}
.f-right {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  width: calc(33% - 60px);
  padding: 30px;
  border-left: 1px solid #241a09;
}
.f-right .title {
  display: block;
  color: var(--couleur1);
  font-size: 1.125em;
  font-family: var(--typo1);
  text-transform: uppercase;
}
.f-left {
  display: inline-flex;
  width: calc(67% - 60px);
  min-height: 128px;
  padding: 30px;
  justify-content: center;
  flex-direction: column;
}
.mentions {
  margin-top: 30px;
}
.b-newsletter {
  margin-top: 20px;
}
.b-newsletter form {
  padding: 0;
  margin: 0;
}
.b-input-box {
  overflow: hidden;
  width: 272px;
  height: 30px;
  background: url('../images/news_letter.png') 0 0 no-repeat;
}
.b-input-box input {
  float: left;
  background: none;
  border: none;
  padding: 8px 10px 7px 8px;
  width: 175px;
  font: italic 1em var(--typo2);
  color: var(--couleur1) !important;
  outline: none;
  margin: 0
}
.b-input-box input:focus {
  outline: none;
}
.b-newsletter__loader {
  display: none;
}
.b-input-box button {
  float: right;
  width: 77px;
  height: 30px;
}
.b-input-box button span {
  display: block;
  width: 77px;
  height: 30px;
  font: italic 1em var(--typo2);
  line-height: 2.25em;
  color: var(--couleur1);
  text-align: center;
  background: url('../images/sign_up_button.png') 0 0 no-repeat;
}
.b-input-box button:hover span {
  background-position: 0 -31px;
}
.message-box {
  position: absolute;
  width: 250px;
  min-height: 30px;
  background: url('../images/textura_bg.png') 0 0 repeat;
  padding: 10px;
  top: -58px;
  left: 0;
  font-size: 1em;
  border: 1px solid #472f0f
}
.container-footer-menu {
  text-align: center;
}
.footer-nav {
  list-style: none;
  display: inline-flex;
}
.footer-nav li {
  padding: 0 10px;
  font: normal 0.875em/1.5em var(--typo1);
  color: #cbb08b;
}
.footer-nav li:not(:last-child) {
  border-right: 2px solid #2e2210;
}
.footer-nav li a {
  color: #cbb08b;
  text-decoration: none;
}
.footer-nav li a:hover {
  color: var(--couleur1)
}
.copyright {
  float: left;
  font: normal 12px var(--typo1);
  color: var(--couleur1);
}
.footer-follow {
  float: right;
  list-style: none;
}
.footer-follow li:first-child {
  font: normal 12px/21px var(--typo1);
  color: var(--couleur1);
  padding-right: 12px;
}
.footer-follow li {
  float: left;
  padding-right: 10px;
}
.footer-follow li a {
  display: block;
  border: none;
}
.footer-follow li a img {
  display: block;
}
.footer-follow li.twitter a {
  width: 27px;
}
.footer-follow li a:hover {
  background-position: 0 -22px !important;
}
.footer-follow li.facebook a {
  width: 26px;
}
.footer-follow li.yelp a {
  width: 23px;
}
.private-events {
  padding: 15px 0 30px;
  margin-right: 18px;
  display: inline-block;
}
.private-events .title-name {
  display: block;
  font: normal 27px/40px var(--typo1);
  color: var(--couleur1);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.private-events .last {
  border-bottom: none !important;
}
.pr-events-tape:first-of-type {
  padding: 0 0 20px 0px;
}
.pr-events-tape {
  padding: 20px 0;
  font-family: var(--typo2);
  color: #cbb08b;
  border-bottom: 1px solid #3f2d14;
  display: inline-flex;
  align-content: center;
  justify-content: center;
}
.pr-events-tape .image {
  width: 170px;
  height: 170px;
  align-self: center;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .75);
}
.pr-events-tape .text-box {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.pr-events-tape .text-box .name {
  font-size: 1em;
  color: var(--couleur1);
  font-style: italic;
  padding-bottom: 4px;
}
.pr-events-tape .text-box .name a {
  text-decoration: none;
}
.pr-events-tape .text-box .more {
  padding: 10px 15px;
  font-style: italic;
  text-decoration: none;
  background: rgba(148, 99, 37, .2);
  display: inline-flex;
  width: -moz-fit-content;
  border-radius: 5px;
  margin-top: 15px;
}
.col2-right .inner-wrap {
  min-height: 700px;
  display: inline-flex;
}
.col2-right .right-side-col {
  background-color: rgba(0, 0, 0, .8);
  display: block;
  width: calc(300px - 30px);
  padding: 30px;
  min-height: 180px;
  border-left: 2px solid #362712;
}
.col2-right .right-side-col .menu-name {
  padding-left: 0;
  clear: both;
}
.col2-right .right-side-col .left-locations {
  margin-bottom: 15px;
}
.col2-right .right-side-col .left-locations li a {
  padding-left: 10px;
}
.col2-right .left-side-col {
  display: inline-block;
  width: calc(640px - 32px);
  background: none;
  padding: 30px;
  font: normal 1em var(--typo2);
  color: #cbb08b;
}
.col2-right .left-side-col.full-width {
  width: 100%;
}
#tweets-tape-list {
  border-top: 1px solid #20180b;
  border-bottom: 1px solid #20180b;
  padding: 0;
  margin-bottom: 10px;
}
.tweets-list {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
}
.tweets-list li {
  padding: 0 0 15px 0;
  overflow: hidden
}
.tweets-list li a {
  text-decoration: none;
}
.tweets-list li .post-image {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #724e1f;
  float: left;
}
.tweets-list li .text-desc {
  display: block;
  padding: 0 0 0 64px;
  font: normal 1em var(--typo2);
  color: #cbb08b
}
.tweets-list li .post-time {
  display: block;
  font: normal 12px var(--typo2);
  color: #cbb08b;
  padding-left: 64px;
}
.right-follow {
  float: left;
  margin: 0 0 20px;
  font: italic 1em var(--typo2);
  color: var(--couleur1);
  text-decoration: none;
}
.col2-right .left-side-col h1 {
  font: normal 1.75em var(--typo1);
  color: var(--couleur1);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.std-description {
  padding: 0 0 20px;
  margin: 0 0 0 0;
  color: var(--couleur1);
  border-bottom: 1px solid #3f2d14
}
.news-tape {
  padding: 20px 0;
}
.news-tape h2 {
  font: italic 1.5em var(--typo2);
  color: var(--couleur1);
  line-height: normal;
  margin: 0 0 5px;
}
.news-tape .category-name {
  padding: 5px 0 10px;
}
.news-tape .category-name span {
  color: var(--couleur1)
}
.news-tape .news-image {
  border: 1px solid #724e1f;
  border-radius: 10px;
  overflow: hidden;
  width: 513px;
  margin-bottom: 10px;
}
.news-tape .news-image img {
  display: block;
  width: 513px;
}
.news-tape a {
  text-decoration: none;
  font-style: italic;
}
.news-tape .social-butt {
  border-top: 2px solid #342510;
  margin-top: 30px;
  overflow: hidden;
}
.social-butt .addthis_toolbox {
  height: 20px;
}
.pager-box {
  overflow: hidden;
  margin: 10px 0
}
.pager {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0
}
.pager li {
  float: left;
  font-size: 12px;
  padding: 0 6px;
  background: url('../images/pager_separ.png') 0 2px no-repeat;
}
.pager li.prev {
  padding: 0 10px 0 0;
  background: none;
  font-style: italic;
}
.pager li.next {
  padding: 0 10px 0 10px;
  background: none;
  font-style: italic;
}
.pager li a {
  color: #cbb08b;
  text-decoration: none;
}
.pager li.active a {
  color: var(--couleur1)
}
.right-location-tape {
  border-top: 1px solid #241a0c;
  padding: 10px 0 22px 0;
  font: normal 1em var(--typo2);
  color: #cbb08b;
  line-height: normal;
}
.right-location-tape .name {
  font: normal 20px var(--typo1);
  color: var(--couleur1);
  padding: 10px 0 10px;
  text-transform: uppercase;
}
.right-location-tape .image {
  width: 100%;
  display: block;
  margin-bottom: 6px;
  border: 1px solid #724e1f;
  border-radius: 5px;
}
.right-location-tape .more {
  font-style: italic;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: 10px;
  background: rgba(255, 255, 255, .15);
  display: inline-block;
  border-radius: 5px;
}
.contacts-form {
  padding: 25px 0 20px;
}
.contacts-form form {
  padding: 0;
  margin: 0;
}
.input-line, .field-wrap {
  margin: 0 0 14px;
}
.input-line label.name {
  display: block;
  width: 165px;
  padding: 7px 18px 8px 0;
  text-align: right;
  float: left;
}
.input-line label.name em {
  color: var(--couleur1)
}
.input-line .input-box, .field-wrap .nf-field-element {
  float: left;
  width: 302px;
}
.input-line .input-box input, .field-wrap .nf-field-element input, select.ninja-forms-field.nf-element, select.extra {
  background: black;
  border-image: linear-gradient(to top right, #775C2C, transparent, #775C2C, transparent) 1;
  border-width: 1px;
  padding: 15px;
  color: var(--couleur1);
  width: 350px;
  font: italic 1.25em var(--typo2);
  outline: none;
  margin: 0;
}
.input-line .input-box input:focus, .field-wrap .nf-field-element input:focus {
  outline: none;
  color: var(--couleur1)
}
.datepicker {
  padding: 1px 0 1px 1px;
}
.input-line .datepicker input {
  background: black url('../images/calendar.png') 100% 50% no-repeat !important;
  padding-bottom: 7px;
  padding-top: 6px;
}
.input-error .datepicker input {
  background: url('../images/calendar.png') 100% 50% no-repeat !important;
}
.check-box {
  padding: 17px 0 0 0;
  overflow: hidden;
}
.check-box h2.name {
  display: block;
  width: 162px;
  padding: 2px 18px 8px 0;
  text-align: right;
  float: left;
  font-size: 1em;
  font-weight: normal;
}
.check-box .check-right {
  padding: 0 0 0 180px;
}
.check-box .check-right h3 {
  display: block;
  font-size: 1em;
  color: var(--couleur1);
  margin-bottom: 10px;
  font-style: italic;
  padding: 0
}
.check-line {
  overflow: hidden;
  padding-bottom: 6px;
  color: var(--couleur1)
}
.check-line input {
  float: left;
  margin: 0;
  padding: 0
}
.check-line label {
  display: block;
  float: left;
  padding-left: 10px;
}
/*start style checkbox*/
.tmcheckbox, .nf-field [type="checkbox"] {
  position: relative;
  float: left;
  overflow: hidden;
  width: 14px;
  height: 14px;
  background: url('../images/checkbox_sprite.png') 0 0 no-repeat;
  cursor: pointer;
  margin-top: 1px;
}
.tmcheckbox input, .nf-field [type="checkbox"] {
  cursor: pointer;
  padding: 0;
  margin: 0
}
.checked, .nf-field [type="checkbox"].nf-checked {
  background: url('../images/checkbox_sprite.png') 0 -16px no-repeat;
}
.sep-check {
  width: 300px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  background: #3f2d14;
  margin: 10px auto 0 0
}
.textarea-box {
  padding: 17px 0 0 0;
  overflow: hidden;
}
.textarea-box label.name {
  display: block;
  width: 162px;
  padding: 2px 18px 8px 0;
  text-align: right;
  float: left;
  font-size: 1em;
  font-weight: normal;
}
.textarea-box label.name em {
  color: var(--couleur1)
}
.textarea-box .textarea-right {
  float: left;
  width: 337px;
}
.textarea-wrap {
  width: 337px;
  height: 158px;
  background: url('../images/text_area.png') 0 0 no-repeat;
}
.textarea-wrap textarea, .nf-field-element textarea {
  padding: 8px;
  font: normal 1.25em var(--typo2);
  font-style: italic;
  color: var(--couleur1);
  width: 321px;
  height: 142px;
  overflow: auto;
  margin: 0;
  background: none;
  border: none;
}
.input-error textarea {
  border: 1px solid #870905 !important;
  background: black
}
.textarea-wrap textarea:focus {
  outline: none;
}
.textarea-right .button {
  height: 36px;
  width: 151px;
  margin: 10px 0 0 auto;
  float: right;
}
.textarea-right .button span, .field-wrap .nf-field-element input[type="button"]::before {
  padding: 0 0 0 8px;
  display: block;
  background: url('../images/button_sprite.png') 0 -36px no-repeat;
}
.textarea-right .button span span, .field-wrap .nf-field-element input[type="button"] {
  display: block;
  padding: 0 15px;
  background: linear-gradient(rgba(119, 78, 32, .4), rgba(62, 0, 0, .88));
  font: italic 16px/36px var(--typo2);
  color: var(--couleur1)
}
.input-error input {
  border: 1px solid #870905 !important;
  background: black !important;
  padding: 6px 10px 8px !important;
}
label.error {
  color: #870905;
  font-size: 12px;
  font-style: italic;
  display: none;
  padding: 4px 0 0 0
}
.hiddens {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/*stop style checkbox*/
/*end section*/
div[role="form"] {
  margin-top: 25px;
  border-top: 1px dotted var(--couleur1);
  padding-top: 25px;
}
.form-message, .nf-response-msg {
  margin-top: 15px;
  background: #547300;
  border: 1px solid #688f00;
  color: #fff;
  padding: 10px;
  font-size: 1em;
  text-shadow: 0 -1px 0 black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.form-message-error {
  margin-top: 15px;
  background: #870000;
  border: 1px solid #870000;
  color: #fff;
  padding: 10px;
  font-size: 1em;
  text-shadow: 0 -1px 0 black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.req_notice {
  font-size: 12px;
  color: var(--couleur1);
  padding: 30px 0 0 0;
  float: left;
}
.wp-block-button__link {
  background-color: var(--couleur1) !important;
  padding: 5px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: .825em;
  line-height: 2em;
  margin-top: 20px;
  font-family: var(--typo1);
}