@font-face {
  font-family: "WebServeroff";
  src: url("../font/Web-Serveroff.otf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../font/OpenSans-Light.ttf");
}
body {
  font-family: "OpenSans", arial, helvetica, sans-serif;
}
h1 {
  font-family: "WebServeroff", arial, helvetica, sans-serif;
}
h2 {
  font-family: "WebServeroff", arial, helvetica, sans-serif;
}
#hero strong {
  font-family: "WebServeroff", arial, helvetica, sans-serif;
}
.wrap,
.wrap_article,
.wrap_footer {
  width: 100%;
  margin: 0 auto;
}
.wrap_article {
  width: 1200px;
}
.wrap_footer {
  width: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  color: #000000;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a,
button,
input[type=submit] {
  cursor: pointer !important;
}
hr {
  border: 0;
  margin: 0;
  border-bottom: 1px solid #666666;
}
h1 {
  color: #ffffff;
}
h2 {
  color: #ffffff;
}
h3 {
  color: #ffffff;
  text-transform: uppercase;
}
h4,
h5,
h5 {
  color: #cccccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
label {
  color: #ffffff;
}
.sep_col_2 {
  margin-right: 30px;
  margin-left: 30px;
}
.sep_col_3 {
  margin-right: 60px;
  margin-left: 60px;
}
section {
  z-index: 6000;
}
footer {
  z-index: 6000;
}
header {
  z-index: 5000;
}
#ombre {
  z-index: 9000;
}
.popup {
  z-index: 9010;
}
#popup_promo {
  z-index: 8500;
}
#zone_nav {
  z-index: 8000;
}
#slide_btn_prev,
#slide_btn_next,
.slider_main_arrow {
  z-index: 7500;
}
.menu_in {
  z-index: 6010;
}
.btn_fullscreenmap_close {
  z-index: 6010;
}
.box_msg {
  z-index: 8510;
}
body {
  font-size: 1em;
}
h1 {
  font-size: 180%;
  font-weight: normal;
  letter-spacing: 1px;
}
h2 {
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 1px;
}
h3 {
  font-size: 110%;
}
#hero strong {
  font-size: 200%;
  font-weight: normal;
}
nav ul li a {
  font-size: 80%;
}
nav ul li ul li a {
  font-size: 90%;
}
table {
  font-size: 90%;
}
section {
  font-size: 100%;
}
footer {
  font-size: 90%;
}
.menu_in ul li a {
  font-size: 100%;
}
.menu_sub li {
  font-size: 100%;
}
.footer_copyright {
  font-size: 70%;
}
.css_accueil header {
  height: 100vh;
}
.css_accueil .slider_main {
  height: 100%;
}
.css_accueil .slider_main_arrow {
  top: 45%;
}
.css_accueil #zone_titre strong {
  color: #ffffff;
}
.css_page header {
  height: 460px;
}
.css_page .slider_main {
  height: 460px;
}
.css_page .slider_main_arrow {
  top: 240px;
}
.css_page #zone_logo .logo {
  display: none;
}
.css_page #zone_titre strong {
  border-top: 0;
  background: rgba(255,255,255,0.6);
  padding: 20px;
  font-size: 280%;
  color: #000000;
}
#zone_titre strong {
  border-top: 1px solid rgba(255,255,255,0.8);
  padding-top: 30px;
  text-transform: uppercase;
}
header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#hero {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 90px;
}
#zone_3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #212121;
  padding: 10px;
}
#zone_menu_lang {
  margin-top: 5px;
}
#zone_resa_btn {
  text-align: center;
}
#zone_resa_btn a {
  margin-top: 30px;
  display: inline-block;
  padding: 14px 28px;
  font-size: 120%;
  background: #212121;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#zone_resa_btn a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #080808;
}
#zone_btn_to_content {
  position: absolute;
  bottom: 120px;
  width: 100%;
  text-align: center;
}
#zone_logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
}
#zone_logo .logo {
  max-width: 380px;
}
#zone_titre {
  text-align: center;
  margin-top: 60px;
}
#zone_nav {
  position: fixed;
  width: 100%;
  height: 90px;
  padding: 0;
  background: #212121;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#zone_nav #zone_menu_lang {
  text-align: right;
  padding-top: 24px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#zone_nav.fixed {
  top: 0;
  height: 60px !important;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
#zone_nav.fixed #zone_menu_lang {
  padding-top: 11px;
}
#zone_min_logo img {
  width: 120px;
  padding-top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#zone_nav.fixed #zone_min_logo img {
  width: 80px;
}
#zone_menu_main {
  padding-right: 0;
}
nav {
  text-align: right;
  padding: 0;
  position: relative;
  height: 90px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
}
nav ul li a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: -4px;
  padding: 0 16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav ul li a.reservation_nav {
  background: #E4E5DB;
  color: #000000;
}
nav ul li a.reservation_nav:hover {
  background: #ffffff;
}
nav a:hover {
  text-decoration: none;
  background: #2e2e2e;
}
nav ul li ul.fallback {
  display: none;
}
nav ul li:hover ul.fallback {
  display: block;
}
nav ul li ul {
  position: absolute;
  left: 0;
  white-space: nowrap;
  min-width: 160px;
}
nav ul li ul li {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
nav ul li ul li a,
.fixed nav ul li ul li a {
  display: block;
  text-align: left;
  padding: 0 8px;
  line-height: 42px;
  color: #ffffff;
  background: #080808;
  text-transform: none;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixed nav {
  height: 60px;
}
.fixed nav ul li a {
  line-height: 60px;
}
.fixed #btn_close_nav {
  display: none;
}
.menu_in {
  position: fixed;
  top: 400px;
  right: 20px;
}
.menu_in ul {
  margin: 0;
  padding: 0;
}
.menu_in ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.menu_in ul li a {
  display: block;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 6px 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.menu_in ul li a .fa {
  float: right;
  margin-left: 10px;
}
.menu_sub {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #3b3b3b;
}
.menu_sub li {
  line-height: 50px;
  display: inline;
}
.menu_sub li.menu_sub_on {
  background: #212121;
  color: #cccccc;
  padding: 0 20px;
  display: inline-block;
}
.menu_sub li a {
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  min-width: 160px;
  color: #cccccc;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu_sub li a:hover {
  background: #212121;
  padding-right: 20px;
  text-decoration: none;
}
.menu_lang {
  margin: 0;
  position: relative;
  text-align: right;
}
.menu_lang li {
  display: inline;
}
.menu_lang li a {
  display: inline-block;
  margin: 4px 10px;
  color: #ffffff;
}
.menu_lang li a img {
  width: 38px;
  height: 28px;
  border: 2px solid #212121;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu_lang li a:hover img {
  border: 2px solid #ffffff;
  text-decoration: none;
}
a {
  color: #b8baa0;
}
a:hover {
  text-decoration: underline;
}
.btn_zone {
  margin-top: 10px;
}
.btn,
.menu_in ul li a,
.popup_bottom .btn_popup_off {
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn {
  margin: 0;
  padding: 0 30px 0 6px;
  display: inline-block;
  background-color: #b8baa0;
  color: #000000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn:hover {
  padding: 0 18px 0 18px;
  background-color: #E4E5DB;
  color: #000000;
  text-decoration: none;
}
.menu_in ul li a {
  color: #000000;
  background: #b8baa0;
}
.menu_in ul li a:hover {
  color: #000000;
  background: #E4E5DB;
}
.btn_popup_off {
  color: #bfbfbf;
}
.btn_popup_off:hover {
  color: #808080;
}
.popup_bottom .btn_popup_off {
  background: #b8baa0;
  color: #000000;
}
.popup_bottom .btn_popup_off:hover {
  background: #E4E5DB;
  color: #000000;
}
.btn_to_top {
  background-color: #b8baa0;
  color: #000000;
}
.btn_to_top:hover {
  background-color: #E4E5DB;
  color: #000000;
}
.btn_font_1 {
  font-size: 85%;
  line-height: 28px;
}
.btn_font_2,
.btn {
  font-size: 100%;
  line-height: 34px;
}
.btn_font_3 {
  font-size: 140%;
  line-height: 46px;
}
.btn_font_4 {
  font-size: 180%;
  line-height: 50px;
}
.btn_100pc {
  width: 100%;
  text-align: center;
}
.btn .fa {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: -20px;
}
.btn:hover .fa {
  opacity: 1;
  left: -2px;
}
.btn.no_fa,
.btn.no_fa:hover {
  padding: 0 18px;
}
.btn_fullscreenmap_open {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  line-height: 32px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn_fullscreenmap_close {
  position: fixed;
  top: 35%;
  margin-left: 20px;
  line-height: 32px;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fullscreen_map {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_main {
  width: 100%;
  position: absolute;
  top: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide {
  width: 10%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.swiper_fancybox {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.swiper_fancybox:hover {
  background: rgba(255,255,255,0.2);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swiper-button-prev,
.swiper-button-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 32px;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider_main_arrow {
  position: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider_main_arrow .swiper-button-prev,
.slider_main_arrow .swiper-button-next {
  position: absolute;
  top: 0;
  margin: 0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-pagination-bullet {
  height: 20px !important;
  width: 20px !important;
  background: black !important;
}
.swiper-pagination-bullet-active {
  background:  !important;
  opacity: 0.5 !important;
}
.cont_image {
  border: 0;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.cont_image .inner_image {
  border: 0;
}
.cont_galerie .cont_image {
  margin-top: 0.80rem;
  margin-bottom: 0.80rem;
}
figure {
  padding: 0;
  margin: 0;
}
.snip_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #ffffff;
}
.snip_image * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip_image img {
  max-width: 100%;
  vertical-align: top;
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
}
.snip_image figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.8) 0%,transparent 100%);
  background-image: linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip_image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip_image:hover img,
.snip_image.hover img {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
}
.btn_to_content,
.btn_to_top,
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255,255,255,0.3);
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 32px !important;
  cursor: pointer;
  margin: 0 !important;
}
.swiper-button-prev {
  left: 20px !important;
}
.swiper-button-next {
  right: 20px !important;
}
.btn_to_content,
.btn_to_top {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 120%;
}
.btn_to_content:hover,
.btn_to_top:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0,0,0,0.3);
  color: #ffffff;
}
.btn_to_content:focus,
.btn_to_top:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  color: #ffffff;
}
.btn_to_top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
section {
  clear: both;
  position: relative;
  margin: 0;
  min-height: 500px;
}
.bloc_style_1,
.bloc_style_2,
.bloc_style_3,
.bloc_style_4 {
  padding: 40px 0;
  margin: 0;
}
.bloc_style_1 {
  background: #2e2e2e;
}
.bloc_style_2 {
  background: #262626;
}
.bloc_style_3 {
  background: transparent;
}
.bloc_style_4 {
  background: rgba(0,0,0,0.6);
}
.bloc_style_1 article,
.bloc_style_2 article,
.bloc_style_3 article,
.bloc_style_4 article {
  color: #cccccc;
  padding: 0;
}
.bg_img_deco {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1000;
  background: url('../img/bg_img_deco.jpg') no-repeat #212121;
  background-size: cover;
}
.bg_img_deco img {
  width: 100%;
  position: relative;
  height: auto;
}
#ombre {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
}
.popup {
  display: none;
  position: fixed;
  background: #2e2e2e;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  top: 10%;
  height: 80%;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.popup_top {
  height: 50px;
  width: 100%;
}
.btn_popup_off {
  font-size: 240%;
  text-align: right;
  cursor: pointer;
  float: right;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#popup_contenu {
  overflow: auto;
  padding: 0 40px;
  width: 100%;
}
#popup_contenu .wait {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  text-align: center;
}
#popup_contenu .wait img {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  -moz-filter: invert(50%);
  -o-filter: invert(50%);
  -ms-filter: invert(50%);
}
.popup_bottom {
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.popup_bottom .btn_popup_off {
  width: auto;
  padding: 4px 10px;
  margin: 10px;
  font-size: 100%;
}
#popup_promo {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
#btn_popup_promo_close {
  font-size: 180%;
  float: right;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#btn_popup_promo_close:hover {
  cursor: pointer;
}
table tbody,
table tfoot,
table thead {
  border: 0;
}
th {
  background: #080808;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 100px;
}
td {
  text-align: center;
  color: #ffffff;
}
table tr:nth-child(even) {
  background: #474747 !important;
}
table tr:nth-child(odd) {
  background: #545454 !important;
}
.td_forme_4 {
  background-color: #DDFBAD;
  color: #477105;
}
.td_forme_5 {
  background-color: #FBE6AD;
  color: #715405;
}
.td_forme_6 {
  background-color: #FBC3AD;
  color: #712405;
}
.td_forme_7 {
  background-color: #6e6e6e;
}
.td_forme_8 {
  background-color: #878787;
}
.cont_inner {
  margin: 0;
}
.cont_inner p {
  margin-top: 0;
  margin-bottom: 10px !important;
}
.cont_inner p:last-child {
  margin: 0;
}
.cont_ilu_texte {
  display: table;
}
.cont_ilu_texte .img {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4px;
}
.cont_ilu_texte .text {
  display: table-cell;
  vertical-align: middle;
}
.cont_text p {
  margin: 0;
}
.cont_text img {
  width: auto;
}
.cont_tableau {
  overflow-x: auto;
}
.cont_tableau table {
  margin: 0;
}
.cont_formulaire .row {
  margin-bottom: 10px;
}
.cont_formulaire label {
  line-height: 38px;
}
.cont_formulaire input,
.cont_formulaire .cont_formulaire select,
.cont_formulaire .cont_formulaire textarea {
  margin: 0;
}
.cont_formulaire hr {
  margin: 6px 0;
}
.cont_carte {
  position: relative;
}
.cont_lien_xml ul li {
  margin: 0 0 16px 16px;
  list-style-type: square;
}
.cont_fichier .icon {
  max-width: 32px;
}
.cont_fichier a {
  line-height: 32px;
  display: inline-block;
  padding: 0 6px;
}
.cont_fichier ul li {
  margin-bottom: 20px;
}
.cont_menu ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
  line-height: 42px;
  text-indent: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cont_menu ul li a:hover {
  background: rgba(0,0,0,0.03);
  text-indent: 10px;
  text-decoration: none;
}
.cont_menu ul li:last-child a {
  border: 0;
}
.cont_menu ul li.fa_left a .fa {
  float: left;
}
.cont_menu ul li.fa_right a .fa {
  float: right;
}
.cont_menu ul.menu_horizontal li {
  display: inline;
}
.cont_menu ul.menu_horizontal li a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 8px;
  font-size: 90%;
}
.cont_menu ul.menu_horizontal li a:hover {
  text-indent: 0;
  background: #f2f2f2;
  text-decoration: none;
}
.cont_livredor_msg .row {
  margin-bottom: 20px;
}
.cont_livredor_msg .row:last-child {
  margin-bottom: 0;
}
.cont_livredor_msg blockquote {
  border-left: 1px solid #d9d9d9;
  padding: 0 10px 0 20px;
  margin: 20px 0 20px 20px;
  font-style: italic;
}
.cont_livredor_msg .livredor_note {
  text-align: right;
  color: #212121;
}
.cont_livredor_msg .livredor_note .fa {
  margin-left: -4px;
  font-size: 120%;
}
.cont_livredor_msg .livredor_nom {
  color: #212121;
  text-align: left;
}
.cont_blog .blog_sep0 {
  margin-bottom: 10px;
}
.cont_blog .blog_sep0:last-child {
  margin-bottom: 0;
}
.cont_blog .blog_sep1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #141414;
}
.cont_blog .blog_sep1:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.cont_blog .blog_sep2 {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}
.cont_blog h2 {
  font-size: 110%;
  font-weight: normal;
  color: #b8baa0;
  padding: 0;
  margin: 0;
}
.cont_blog .blog_date {
  font-size: 80%;
  margin: 0;
  color: #cccccc;
}
.cont_blog .blog_chapeau {
  font-style: italic;
  margin: 0 0 5px 0;
  color: #cccccc;
}
.cont_blog .cont_image {
  margin-bottom: 10px;
}
.cont_blog .blog_btn a {
  margin-top: 8px;
  padding: 4px 12px;
}
.cont_blog .li_img_fond {
  position: relative;
  min-height: 100px;
  background-position: center;
  background-size: cover;
}
.cont_blog .blog_img_fond {
  padding: 8px;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.2);
}
.cont_blog .blog_img_fond h2 a {
  color: #ffffff;
  font-weight: bold;
}
.cont_blog .blog_img_fond .blog_chapeau,
.cont_blog .blog_img_fond .blog_contenu,
.cont_blog .blog_img_fond .blog_date {
  color: #e6e6e6;
}
.cont_blog .cont_image {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cont_article .article_chapeau {
  font-style: italic;
  margin: 0 0 5px 0;
  color: #cccccc;
}
footer {
  background: #212121;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
}
footer a {
  color: #cccccc;
}
footer a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
.footer_zone_1,
.footer_zone_2,
.footer_zone_3 {
  padding: 20px 0;
}
.footer_zone_1 {
  background: #080808;
}
.footer_zone_2 {
  background: rgba(0,0,0,0.5);
}
.footer_zone_3 {
  background: rgba(0,0,0,0.2);
}
.footer_copyright {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a1a1a1;
}
.footer_coord {
  text-align: left;
}
.footer_logo {
  text-align: left;
}
.footer_menu {
  text-align: right;
  padding-right: 40px;
}
.footer_menu ul {
  margin: 4px 0 0 0;
}
.footer_menu ul li {
  display: inline;
  text-align: right;
  padding: 10px 0;
}
.footer_menu ul li a {
  font-size: 90%;
  line-height: 40px;
  margin-left: 20px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cccccc;
}
.footer_menu ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer_social {
  text-align: left;
}
.footer_social a {
  background: rgba(255,255,255,0.3);
  color: #cccccc;
  margin-left: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 140%;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer_social a:hover {
  background: rgba(0,0,0,0.6);
  color: #ffffff;
}
.box_msg {
  padding: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.box_msg .fa {
  font-size: 100%;
}
.box_info {
  background: #2A7FF2;
  color: #ffffff;
}
.box_alert {
  background: #ECCF0A;
  color: #000000;
}
.box_error {
  background: #F5482B;
  color: #ffffff;
}
.box_confirm {
  background: #69A90D;
  color: #ffffff;
}
.bloc_bg_fonce {
  background: rgba(0,0,0,0.5);
}
.bloc_bg_noir {
  background: #000000;
}
.bloc_bg_clair {
  background: rgba(255,255,255,0.6);
}
.bloc_bg_blanc {
  background: #ffffff;
}
.bloc_bg_perso_1 {
  background: #87A10A;
}
.bloc_bg_perso_2 {
  background: #A75F0B;
}
.bloc_bg_perso_3 {
  background: #3B83B5;
}
.bloc_text_clair h3,
.bloc_text_fonce h3 {
  font-weight: normal;
  letter-spacing: 1px;
}
.bloc_text_clair *,
.bloc_text_clair .blog_chapeau {
  color: #d9d9d9;
}
.bloc_text_clair h2,
.bloc_text_clair h4,
.bloc_text_clair a,
.bloc_text_clair .blog_date,
.bloc_text_clair .livredor_nom {
  color: #ffffff;
}
.bloc_text_clair h3 {
  font-size: 120%;
}
.bloc_text_clair hr,
.bloc_text_clair .blog_sep1,
.bloc_text_clair .cont_menu li a,
.bloc_text_clair blockquote {
  border-color: rgba(255,255,255,0.1);
}
.bloc_text_clair ul.menu_horizontal li a {
  color: #ffffff;
  background: rgba(0,0,0,0.5);
  border-color: #ffffff;
}
.bloc_text_clair ul.menu_horizontal li a:hover {
  background: #4d4d4d;
}
.bloc_text_clair .btn,
.bloc_text_clair .btn .fa {
  color: #000000;
}
.bloc_text_clair .cont_image {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255,255,255,0.2);
  border-width: 0;
}
.bloc_text_clair .cont_image .inner_image {
  border-color: rgba(255,255,255,0.8);
  border-width: 0;
}
.bloc_text_clair .blog_sep2 {
  background: rgba(0,0,0,0.3);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bloc_text_clair input,
.bloc_text_clair select,
.bloc_text_clair textarea {
  border: 0;
  color: #000000;
}
.bloc_text_fonce *,
.bloc_text_fonce .blog_chapeau {
  color: #262626;
}
.bloc_text_fonce h2,
.bloc_text_fonce h4,
.bloc_text_fonce a,
.bloc_text_fonce .blog_date,
.bloc_text_fonce .livredor_nom {
  color: #000000;
}
.bloc_text_fonce h3 {
  font-size: 120%;
}
.bloc_text_fonce hr,
.bloc_text_fonce .blog_sep1,
.bloc_text_fonce .cont_menu li a,
.bloc_text_fonce blockquote {
  border-color: rgba(0,0,0,0.1);
}
.bloc_text_fonce ul.menu_horizontal li a {
  color: #000000;
  background: rgba(255,255,255,0.5);
  border-color: #000000;
}
.bloc_text_fonce ul.menu_horizontal li a:hover {
  background: #b3b3b3;
}
.bloc_text_fonce .btn,
.bloc_text_fonce .btn .fa {
  color: #000000;
}
.bloc_text_fonce .cont_image {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0,0.2);
  border-width: 0;
}
.bloc_text_fonce .cont_image .inner_image {
  border-color: rgba(0,0,0,0.8);
  border-width: 0;
}
.bloc_text_fonce .blog_sep2 {
  background: rgba(255,255,255,0.3);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bloc_text_fonce input,
.bloc_text_fonce select,
.bloc_text_fonce textarea {
  border: 0;
  color: #000000;
}
.cont_color_1 {
  background: #FCFAC4;
  border: 1px solid #f7f263;
  color: #878307;
}
.cont_color_2 {
  background: #E1FCC4;
  border: 1px solid #b0f763;
  color: #498707;
}
.cont_color_3 {
  background: #C4EAFC;
  border: 1px solid #63c7f7;
  color: #075e87;
}
.cont_color_4 {
  background: #FCCDC4;
  border: 1px solid #f77b63;
  color: #871b07;
}
.cont_color_5 {
  background: #FCC4FA;
  border: 1px solid #f763f2;
  color: #870783;
}
.cont_color_6 {
  background: rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.12);
}
.cont_color_9 {
  background: #ffffff;
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}
.cont_color {
  padding: 10px;
}
.cont_color *,
.cont_color .blog_chapeau,
.cont_color label {
  color: rgba(0,0,0,0.6);
}
.cont_color h2,
.cont_color h4,
.cont_color a,
.cont_color .blog_date,
.cont_color .livredor_nom {
  color: rgba(0,0,0,0.8);
}
.cont_color .btn,
.cont_color .btn .fa {
  color: #000000;
}
.cont_color hr,
.cont_color .blog_sep1,
.cont_color .cont_menu li a,
.cont_color blockquote {
  border-color: rgba(0,0,0,0.1);
}
.cont_color a:hover {
  text-decoration: none;
}
.bloc_bg_fonce .cont_color_6 label,
.bloc_bg_fonce .cont_color_6 h2,
.bloc_bg_fonce .cont_color_6 h3,
.bloc_bg_fonce .cont_color_6 p,
.bloc_bg_fonce .cont_color_6 a,
.bloc_bg_noir .cont_color_6 label,
.bloc_bg_noir .cont_color_6 h2,
.bloc_bg_noir .cont_color_6 h3,
.bloc_bg_noir .cont_color_6 p,
.bloc_bg_noir .cont_color_6 a {
  color: #ffffff;
}
.bloc_bg_fonce .cont_color_6 .btn,
.bloc_bg_fonce .cont_color_6 .btn .fa,
.bloc_bg_noir .cont_color_6 .btn,
.bloc_bg_noir .cont_color_6 .btn .fa {
  color: #000000;
}
.dev {
  padding: 4px;
  position: absolute;
  width: 240px;
  top: 160px;
  background: #FEDDDA;
  display: none;
}
.form_error {
  border: 1px solid #F5482B;
  background: #fef0ee;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.form_error p {
  text-align: center;
  color: #F5482B;
  font-weight: bold;
  margin: 0 0 5px;
}
.form_error label {
  color: #000000;
}
.bold {
  font-weight: bold;
}
.obligatoire {
  color: red;
  font-size: 120%;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.marge_center {
  margin: 0 auto;
}
.marge_right {
  margin: 0 0 0 auto;
}
.bloc_404 {
  background: #ffffff;
  margin: 40px auto;
  max-width: 640px;
  padding: 40px;
}
.bloc_404 h2 {
  font-size: 400%;
  color: #808080;
}
.bloc_404 h3,
.bloc_404 p,
.bloc_404 ul li a {
  color: #808080;
}
.bloc_404 ul {
  padding-left: 20px;
}
.bloc_404 ul li {
  list-style-type: square;
}
.bloc_404 ul li a {
  display: inline-block;
  line-height: 32px;
}
.bloc_width_100pc {
  width: 100%;
}
.bloc_width_80pc {
  width: 80%;
}
.bloc_width_70pc {
  width: 70%;
}
.bloc_width_60pc {
  width: 60%;
}
.bloc_width_50pc {
  width: 50%;
}
.bloc_width_40pc {
  width: 40%;
}
.bloc_width_30pc {
  width: 30%;
}
.bloc_width_20pc {
  width: 20%;
}
.bloc_width_600px {
  width: 600px;
}
.bloc_width_500px {
  width: 500px;
}
.bloc_width_450px {
  width: 450px;
}
.bloc_width_400px {
  width: 400px;
}
.bloc_width_350px {
  width: 350px;
}
.bloc_width_300px {
  width: 300px;
}
.bloc_width_250px {
  width: 250px;
}
.bloc_width_200px {
  width: 200px;
}
.bloc_width_150px {
  width: 150px;
}
.bloc_width_100px {
  width: 100px;
}
.section_100pc {
  width: 100%;
}
.section_80pc {
  width: 80%;
}
.section_75pc {
  width: 75%;
}
.section_66pc {
  width: 66%;
}
.section_50pc {
  width: 50%;
}
.section_33pc {
  width: 33%;
}
.section_25pc {
  width: 25%;
}
.section_20pc {
  width: 20%;
}
.marge_gd_2 {
  margin-left: 2px;
  margin-right: 2px;
}
.marge_gd_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marge_gd_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.marge_gd_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.marge_gd_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.marge_gd_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.marge_gd_60 {
  margin-left: 60px;
  margin-right: 60px;
}
.marge_gd_80 {
  margin-left: 80px;
  margin-right: 80px;
}
.marge_gd_100 {
  margin-left: 100px;
  margin-right: 100px;
}
.marge_gd_150 {
  margin-left: 150px;
  margin-right: 150px;
}
.marge_gd_200 {
  margin-left: 200px;
  margin-right: 200px;
}
.marge_b_2 {
  padding-bottom: 2px;
}
.marge_b_10 {
  padding-bottom: 10px;
}
.marge_b_20 {
  padding-bottom: 20px;
}
.marge_b_30 {
  padding-bottom: 30px;
}
.marge_b_40 {
  padding-bottom: 40px;
}
.marge_b_50 {
  padding-bottom: 50px;
}
.marge_b_60 {
  padding-bottom: 60px;
}
.marge_b_80 {
  padding-bottom: 80px;
}
.marge_b_100 {
  padding-bottom: 100px;
}
.marge_b_150 {
  padding-bottom: 150px;
}
.marge_b_200 {
  padding-bottom: 200px;
}
.marge_h_2 {
  padding-top: 2px;
}
.marge_h_10 {
  padding-top: 10px;
}
.marge_h_20 {
  padding-top: 20px;
}
.marge_h_30 {
  padding-top: 30px;
}
.marge_h_40 {
  padding-top: 40px;
}
.marge_h_50 {
  padding-top: 50px;
}
.marge_h_60 {
  padding-top: 60px;
}
.marge_h_80 {
  padding-top: 80px;
}
.marge_h_100 {
  padding-top: 100px;
}
.marge_h_150 {
  padding-top: 150px;
}
.marge_h_200 {
  padding-top: 200px;
}
#ui-datepicker-div table {
  background: #ffffff;
}
#ui-datepicker-div table th {
  min-width: auto;
}
.ui-datepicker td span,
.ui-datepicker td a {
  width: 100% !important;
}
.ui-datepicker th {
  color: #ffffff !important;
}
.ui-datepicker-unselectable {
  background: #ECECEC;
}
@-webkit-keyframes anim_zoom {
  0% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes anim_zoom {
  0% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes anim_scroll_h {
  0% {
    margin-left: 0px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    margin-left: -100px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    margin-left: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes anim_scroll_h {
  0% {
    margin-left: 0px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    margin-left: -100px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    margin-left: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#zone_nav_mobile {
  display: none;
}
@media only screen and (min-width: 64em) and (max-width: 1200px) {
  .wrap,
  .wrap_article,
  .wrap_footer {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .marge_gd_30,
  .marge_gd_40,
  .marge_gd_50,
  .marge_gd_60,
  .marge_gd_80,
  .marge_gd_100,
  .marge_gd_150,
  .marge_gd_200 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .marge_b_30,
  .marge_b_40,
  .marge_b_50,
  .marge_b_60,
  .marge_b_80,
  .marge_b_100,
  .marge_b_150,
  .marge_b_200 {
    padding-bottom: 20px;
  }
  .marge_h_30,
  .marge_h_40,
  .marge_h_50,
  .marge_h_60,
  .marge_h_80,
  .marge_h_100,
  .marge_h_150,
  .marge_h_200 {
    padding-top: 20px;
  }
  body {
    font-size: 0.9em;
  }
  .css_accueil header {
    height: 100vh;
  }
  .css_accueil .slider_main {
    height: 100%;
  }
  .css_page header {
    height: 380px;
  }
  .css_page .slider_main {
    height: 380px;
  }
  .wrap,
  .wrap_article,
  .wrap_footer {
    width: 100%;
  }
  h1 {
    font-size: 120%;
  }
  h2 {
    font-size: 160%;
  }
  .sep_col_1,
  .sep_col_2,
  .sep_col_3 {
    margin-right: 0;
    margin-left: 0;
  }
  #zone_nav,
  #zone_btn_to_content,
  nav .fa,
  .menu_in,
  .footer_logo,
  .slider_main_arrow,
  .css_page #zone_menu_lang {
    display: none;
  }
  .margin_hd_mobile {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bloc_width_mobile {
    width: 100% !important;
  }
  .cont_color {
    padding: 10px;
  }
  .footer_copyright span {
    display: block;
    visibility: hidden;
    line-height: 4px;
  }
  .footer_social {
    padding: 0;
    text-align: center;
  }
  .footer_menu {
    padding: 0;
    text-align: center;
  }
  .footer_menu ul li {
    padding: 10px 0;
    margin: 0;
  }
  .footer_menu ul li a {
    display: block;
    text-align: center;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .footer_menu ul li a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.1);
  }
  .btn_to_top {
    position: relative;
    right: 10px;
    top: 0;
    transform: none;
  }
  .slider_swiper {
    width: 100% !important;
  }
  label {
    text-align: left !important;
  }
  ul.menu_horizontal li,
  ul.menu_horizontal li a {
    display: block !important;
  }
  #zone_nav_mobile {
    display: block;
    position: fixed;
    width: 100%;
    background: #212121;
    z-index: 8000;
    height: 54px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
  }
  #zone_nav_mobile .logo {
    text-align: center;
  }
  #zone_nav_mobile .logo img {
    max-width: 140px;
    margin-top: 10px;
  }
  #btn_menu {
    text-align: center;
    cursor: pointer;
    padding: 0;
    font-size: 200%;
    line-height: 54px;
  }
  #btn_menu a {
    color: #ffffff;
  }
  #btn_menu:hover {
    color: #ffffff;
    background: #080808;
  }
  #zone_nav {
    top: 54px;
    background: #080808;
    height: auto;
  }
  #zone_nav .columns {
    padding: 0;
  }
  nav {
    height: auto;
  }
  nav ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  nav ul li a {
    margin: 0;
    padding: 0;
    line-height: 34px;
    text-indent: 10px;
    display: block;
    text-align: left;
    background: #2e2e2e;
  }
  nav ul li a:hover {
    background: #262626;
  }
  nav ul li ul.fallback {
    display: block;
  }
  nav ul li ul {
    position: relative;
    width: 100%;
  }
  nav ul li ul li a {
    text-indent: 20px;
  }
  .effect a::before,
  .effect a::after {
    display: none;
  }
  #zone_menu_lang {
    background: #000000;
  }
  #zone_nav #zone_menu_lang {
    padding: 6px;
    text-align: center;
  }
  .menu_lang {
    text-align: center;
  }
  .menu_lang li a {
    margin: 4px;
  }
  .popup {
    left: 2%;
    width: 96%;
    top: 5%;
    transform: translateX(0);
  }
  #popup_contenu {
    width: 100%;
    padding: 0 20px;
  }
  #popup_contenu .wait {
    width: 80%;
    left: 10%;
    transform: translateX(0%);
    top: 40%;
  }
  header {
    margin: 0;
    padding: 0;
    padding-top: 26px;
  }
  #zone_logo {
    text-align: center;
    margin: 20px 0;
    top: 40px;
  }
  #zone_logo .logo {
    padding: 0 !important;
    max-width: 110px !important;
  }
  #zone_titre {
    margin: 0 !important;
    padding: 0;
    text-align: center;
  }
  #zone_titre h1 {
    font-size: 140%;
    margin: 0 0 10px 0;
  }
  #zone_titre_h1 {
    text-align: center;
  }
  #zone_titre strong {
    font-size: 160% !important;
    border: 0;
    display: block;
  }
  .cont_video,
  .cont_video iframe,
  .cont_video object,
  .cont_video embed {
    height: 260px !important;
    border: 1px solid blue;
  }
  .menu_sub li {
    display: block;
  }
  .menu_sub li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    line-height: 38px;
  }
  .bloc_style_1,
  .bloc_style_2,
  .bloc_style_3,
  .bloc_style_4 {
    padding: 10px 0;
  }
}
