/*
Theme Name: Dans la nuit libertÃ©
Theme URI:
Description: ThÃ¨me sur mesure
Version: 2.0
Author: infoconception
Author URI:


*/

html, body {
  height: 100%;
}
body, button {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #151515;
}
.wpcf7-form .col-md-2 {
  text-align: right;
}
.wpcf7-form input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 10px 5%;
  background: #971b1e;
  margin: 0;
  color: #ffffff;
  width: 90%;
}
.wpcf7-form input {
  padding: 7px 10px;
}
.wpcf7-form textarea {
  padding: 4px 10px;
}
.wpcf7-form label {
  color: #971b1e;
  font-weight: 600;
  padding-bottom: 7px;
  display: block;
}
.wpcf7-form textarea, .wpcf7-form input {
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
}
a {
  color: #fff;
}
/* Balises block */

/*
Fond content
.fond {
  min-height: 839px;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
  max-width: 1200px;
} */

.content_global {
  height: 100%;
  width: 100%;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu_left {
  width: 5%;
  height: 100%;
  background: #971b1e;
  position: fixed;
  z-index: 9;
}
.content_right {
  min-height: 100%;
  padding: 0;
  width: 95%;
  margin-left: 5%;
}
.fond {
  min-height: 80%;
  background-repeat: no-repeat;
  padding: 0;
  background-size: cover;
  width: 100%;
  background-position: 0 40%;
}
.widget_header {
  text-align: right;
}
.menu-menu-horizontal-container {
  display: inline-block;
  margin: 0 120px 0 0;
}
#menu-menu-horizontal>li {
  display: inline-block;
  position: relative;
}
#menu-menu-horizontal li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
}
#menu-menu-horizontal>li>a {
  padding: 40px 10px;
}
#menu-menu-horizontal>li:last-child a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  background: #971b1e;
  margin: 35px 15px;
}
ul#menu-menu-horizontal ul {
  min-width: 100%;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  z-index: 9;
  background: #000;
  margin-top: 0;
  padding: 10px 10px;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
}
ul#menu-menu-horizontal li:hover ul {
  display: block;
  position: absolute;
  opacity: 1;
  margin-top: -30px;
}
ul#menu-menu-horizontal ul li {
  padding: 10px 0px;
  margin: 0;
  text-align: center;
  /* border-bottom: 1px solid #fff; */
}
ul#menu-menu-horizontal>li.menu-item-has-children {
  padding-right: 20px;
}
ul#menu-menu-horizontal>li.menu-item-has-children:after {
  content: '\f107';
  font-family: "Font Awesome 5 Solid";
  display: none;
}
ul#menu-menu-horizontal>li.menu-item-has-children svg {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -8px;
  color: #fff;
}
ul#menu-menu-left ul li {
  padding: 0 0 3px 20px;
  position: relative;
}
ul#menu-menu-left ul li:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #971b1e;
  position: absolute;
  left: 19px;
  bottom: 0;
}
/**
 *   Menus
 */

button#menu-toggle {
  text-align: center;
  width: 50%;
  height: 45px;
  position: relative;
  margin: 15px 25% 0 25%;
  z-index: 99;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}
button#menu-toggle.toggled-on {
  margin-left: 300px;
  background: #971b1f;
}
button#menu-toggle span {
  position: absolute;
  bottom: -16px;
  width: 100%;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
}
button#menu-toggle .as-line {
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
}
button#menu-toggle:hover span {
  position: absolute;
  bottom: -21px;
  width: 100%;
  left: 0;
}
button#menu-toggle.toggled-on span {
  /* display: none; */
  left: -350px;
  z-index: 1;
}
button#menu-toggle:hover .as-line.as-first {
  top: 15px;
}
button#menu-toggle:hover .as-line.as-third {
  top: 42px;
}
button#menu-toggle .as-line.as-first {
  top: 20px;
}
button#menu-toggle .as-line.as-second {
  top: 29px;
}
button#menu-toggle .as-line.as-third {
  top: 38px;
}
button#menu-toggle.toggled-on .as-line.as-first {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  -webkit-transition-delay: 110ms;
  -moz-transition-delay: 110ms;
  -ms-transition-delay: 110ms;
  -o-transition-delay: 110ms;
  transition-delay: 110ms;
}
button#menu-toggle.toggled-on .as-line.as-second {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  top: 29px;
}
button#menu-toggle.toggled-on .as-line.as-third {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
button#menu-toggle.toggled-on:hover .as-line.as-first {
  -webkit-transform: rotate(-45deg) scale(0.9);
  -moz-transform: rotate(-45deg) scale(0.9);
  -ms-transform: rotate(-45deg) scale(0.9);
  -o-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
  -webkit-transition-delay: 110ms;
  -moz-transition-delay: 110ms;
  -ms-transition-delay: 110ms;
  -o-transition-delay: 110ms;
  transition-delay: 110ms;
}
button#menu-toggle.toggled-on:hover .as-line.as-third {
  -webkit-transform: rotate(-134deg) scale(0.9);
  -moz-transform: rotate(-134deg) scale(0.9);
  -ms-transform: rotate(-134deg) scale(0.9);
  -o-transform: rotate(-134deg) scale(0.9);
  transform: rotate(-134deg) scale(0.9);
}
button#menu-toggle.toggled-on .as-line {
  height: 1px;
  width: 80%;
  margin: 0 10%;
}
.menu_left_contener {
  width: 350px;
  background: #000;
  padding: 40px 0 200px 100px;
  left: -350px;
  top: 0px;
  position: absolute;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.7, 0, 0.175, 1);
}
.menu_left_contener.toggled-on {
  left: 0px;
}
.menu_left_contener .title_menu {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px 0px;
  position: relative;
  padding-bottom: 5px;
}
.menu_left_contener .title_menu:after {
  content: '';
  width: 13%;
  height: 3px;
  background: #971b1e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu_left_contener a {
  font-size: 17px;
  text-decoration: none;
  font-weight: 300;
  padding: 2px 0;
  display: block;
}
#menu-menu-left #menu-item-47 a {
  font-size: 24px;
  color: #971b1e;
  margin: 20px 0 0 0;
}
#menu-menu-left #menu-item-47 {
  margin: 30px 0 0 0;
}
#menu-menu-left #menu-item-47 a:before {
  display: none;
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
  font-size: 30px;
}
#menu-menu-left #menu-item-47 a .svg-inline--fa {
  font-size: 26px;
  margin: 0 10px 0 0;
}
header {
  min-height: 310px;
  height: auto;
  background-repeat: no-repeat;
  padding: 0;
  background-size: cover;
  width: 100%;
  background-position: 0 25%;
  position: relative;
}
header h1 {
  color: #fff;
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-weight: 800;
}
body.page-template-page_accueil header {
  min-height: inherit;
  height: auto;
}
.page-template-page_accueil .site-main {
  background-color: transparent;
}
.site-main {
  background-color: #ffffff;
}
.post-content {
  padding: 40px 0 100px 40px;
  font-size: 16px;
}
.col-md-6 iframe {
  width: 100% !important;
}
.col-md-6 a {
  color: #971b1e;
}
/** content_reservation **/

.post-content.bgf2 {
  background: #f2f2f2;
}
.post-content .titre_h1 {
  text-align: center;
  margin: 10px 0 30px 0;
}
.post-content .titre_h1_inner {
  font-size: 30px;
  color: #212121;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 0 20px 0;
}
.post-content .titre_h1 span {
  z-index: 2;
  position: relative;
}
.post-content .titre_h1_inner:after {
  content: '';
  background: #dddddd;
  -webkit-clip-path: polygon(73% 0, 0 27%, 100% 41%);
  clip-path: polygon(73% 0, 0 27%, 100% 41%);
  display: block;
  position: absolute;
  width: 107%;
  height: 200px;
  top: -26px;
  z-index: 0;
  left: 0;
  margin-left: -20px;
  z-index: 1;
}
.page-template-page_reservation .post-content .col-md-11 {
  margin: 0 auto;
}
.page-template-page_reservation .post-content .col-md-11 ul li {
  margin: 30px 0;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 0px 10px 1px rgba(226, 226, 217, .7);
  border-radius: 4px;
}
.page-template-page_reservation .post-content .col-md-11 ul li.en_avant {
  /* border: 3px solid #971b1f; */
  box-shadow: 0 0px 10px 1px rgba(177, 177, 177, .9);
}
.page-template-page_reservation .post-content .valign {
  align-items: center;
  display: flex;
}
.page-template-page_reservation .post-content .number {
  color: #080808;
  font-size: 36px;
  justify-content: center;
}
.page-template-page_reservation .post-content .texte h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 4px;
}
.page-template-page_reservation .post-content .texte p {
  padding: 0;
  margin: 0;
}
.page-template-page_reservation .post-content .reserver a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 35px;
  background: #971b1e;
  margin: 35px 15px;
}
.page-template-page_reservation .post-content .reserver {
  justify-content: flex-end;
}
.post-content.row.photos {
  padding: 0px 0 100px 40px;
  background: #f2f2f2;
}
.post-content.row.videos h3, .post-content.row.photos h3 {
  text-align: center;
  color: #212121;
  font-weight: 400;
  margin: 40px 0 40px 0px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.post-content.row.photos .col-md-12 {
  padding-right: 55px;
}
/** Slider tï¿½moignage **/

#slider_impressions_des_spectateurs .titre_h1_inner {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#slider_impressions_des_spectateurs ul li {
  color: #212121;
}
#slider_impressions_des_spectateurs ul li .content {
  padding: 10px 5%;
  text-align: center;
}
#slider_impressions_des_spectateurs ul li .name {
  padding: 10px 5%;
  text-align: center;
  font-weight: 600;
}
.flexslider {
  position: relative;
}
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider {
  width: 90%;
  padding: 0 5%;
  overflow: hidden;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-next {
  text-align: right;
  right: 0;
}
.flex-direction-nav a:before {
  font-family: "dashicons";
  font-size: 70px;
  display: inline-block;
  content: '\f341';
  color: rgba(0, 0, 0);
  font-weight: 100;
}
.flex-direction-nav a.flex-prev {
  left: -16px;
}
.flex-direction-nav a.flex-next {
  right: -16px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f345';
}
/** Gallery **/

.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery {
  margin: 0 auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
}
.gallery .gallery-item img {
  border: none !important;
  padding: 2px;
  box-shadow: 0px 0px 5px 0px #C1C1C1;
}
/** Plan du site **/

.wsp-pages-list {
  padding: 0 0 0 20px;
}
.wsp-pages-list ul.children {
  padding: 0 0 0 30px;
}
/**  Footer **/

footer.site-footer .big_footer {
  background: url('/wp-content/uploads/2018/04/fond_footer.jpg') no-repeat #000;
  background-size: cover;
}
.big_footer .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #971b1e;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.big_footer {
  color: #ffffff;
  font-size: 14px;
  padding: 60px 0;
}
.col-md-4 {
  padding: 0 5%;
}
#menu-footer {
  text-align: center;
  line-height: 160px;
}
#menu-footer li {
  display: inline-block;
  padding: 1px 5px;
}
#menu-footer li a {
  display: block;
  padding: 1px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  line-height: normal;
}
.small_footer {
  background: #151515;
}
/** Home **/

.page-template-page_accueil .site-main {
  color: #ffffff;
}
.page-template-page_accueil .content_p2 {
  background: #151515;
}
.page-template-page_accueil .content_p2 a {
  line-height: 99px;
  text-decoration: none;
  font-size: 18px;
  margin: 0 0 0 8%;
}
.page-template-page_accueil .content_p2 a strong {
  line-height: 99px;
  text-decoration: none;
  font-size: 36px;
  font-weight: 400;
}
.page-template-page_accueil .content_p2 a svg {
  font-size: 50px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.page-template-page_accueil .col-md-8 {
  padding: 0 5%;
}
.page-template-page_accueil h1 {
  display: inline-block;
  background: #971b1e;
  font-size: 36px;
  font-weight: 100;
  padding: 5px 10px;
  margin-right: 15%;
  ;
}
.page-template-page_accueil h2 {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  padding: 5px 10px;
  margin-right: 18%;
  color: #ffffff;
}
.page-template-page_accueil .post-content {
  display: inline-block;
  font-size: 36px;
  font-weight: 300;
  padding: 5px 10px;
  ;
}
.page-template-page_accueil .YouTubePopUp-Content {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
  width: 100%;
}
#ed_controls .pause, #ed_controls .play, #ed_controls .counter, #ed_controls .fullscreen {
  display: none;
}
#ed_controls .pause, #ed_controls .play {
  display: none !important;
  visibility: hidden;
}
#ed_controls .next, #ed_controls .prev {
  visibility: hidden;
  position: relative;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
#ed_controls .prev:after {
  content: ' < ';
  visibility: visible;
  display: block;
  position: absolute;
  top: 2px;
}
#ed_controls .next:after {
  content: ' > ';
  visibility: visible;
  display: block;
  position: absolute;
  top: 2px;
}
.content_right #ed_controls.topleft {
  top: 650px;
  left: 5%;
  margin: 0 0 0 100px;
  position: absolute;
}
.wp-tiles-tile a:before {
  opacity: 0;
  font-family: "dashicons";
  content: "\f179";
  font-size: 30px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9;
  margin-top: 0;
  background: #00000057;
  height: 100%;
  line-height: 1000%;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.7, 0, 0.175, 1);
}
.wp-tiles-tile a:hover:before {
  opacity: 1;
}
/** Responsive **/

@media only screen and (max-device-width: 768px) {
  .menu_left {
    width: 100%;
    height: auto;
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  button#menu-toggle {
    width: 35px;
    height: 29px;
    position: fixed;
    margin: 0px 0 0 10px;
    z-index: 99;
    background: #971b1f;
    border-radius: 3px;
    top: 15px;
    right: 15px;
  }
  button#menu-toggle.toggled-on {}
  button#menu-toggle .as-line.as-first {
    top: 5px;
  }
  button#menu-toggle .as-line.as-second {
    top: 13px;
  }
  button#menu-toggle .as-line.as-third {
    top: 21px;
  }
  button#menu-toggle:hover .as-line.as-first {
    top: 5px;
  }
  button#menu-toggle:hover .as-line.as-third {
    top: 21px;
  }
  button#menu-toggle.toggled-on .as-line.as-first {
    top: 50%;
  }
  button#menu-toggle.toggled-on .as-line.as-third {
    top: 50%;
  }
  button#menu-toggle.toggled-on .as-line {
    margin: 0;
    ;
  }
  button#menu-toggle .as-line {
    width: 78%;
    height: 3px;
    display: block;
    position: absolute;
    left: 10%;
  }
  .menu_left_contener {
    width: 0;
    background: #000;
    padding: 18px 0 20px 10%;
    left: -350px;
    top: 0px;
  }
  .menu_left_contener.toggled-on {
    width: 100%;
  }
  .menu_left_contener .title_menu {
    font-size: 19px;
  }
  .menu_left_contener a {
    font-size: 13px;
  }
  #menu-menu-left #menu-item-47 {
    margin: 20px 0 0 0;
  }
  #menu-menu-left #menu-item-47 a {
    font-size: 17px;
  }
  .content_global {
    height: 100%;
    width: 100%;
    display: block;
  }
  .content_right {
    padding: 0;
    width: 100%;
    margin: auto;
  }
  .fond {
    min-height: 30%;
  }
  .page-template-page_accueil h1 {
    font-size: 19px;
  }
  .page-template-page_accueil h2 {
    font-size: 20px;
  }
  .page-template-page_accueil .post-content {
    font-size: 16px;
  }
  button#menu-toggle span {
    display: none;
  }
  header {
    min-height: 75px;
  }
  .site-footer .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu-menu-horizontal-container {
    display: none;
  }
  .post-content {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
  .big_footer {
    padding: 20px 0;
    font-size: 11px;
  }
  #menu-footer {
    text-align: center;
    line-height: normal;
  }
  #menu-footer li a {
    font-size: 9px;
  }
  header h1 {
    font-size: 18px;
    bottom: 10px;
    left: 10px;
  }
  .post-content.row.photos {
    padding: 0px;
  }
  .post-content.row.photos .col-md-12 {
    padding-right: 15px;
  }
  .post-content.row.videos h3, .post-content.row.photos h3 {
    margin: 20px 0 20px 0px;
  }
  .flexslider {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
  }
  .gallery .gallery-item img {
    width: 90%;
    height: auto;
  }
  .page-template-page_reservation .post-content .number {
    width: 10%;
    font-size: 11px;
    padding: 0;
  }
  .page-template-page_reservation .post-content .col-md-1 {
    width: 6%;
    padding: 0;
  }
  .page-template-page_reservation .post-content .col-md-2 {
    width: 15%;
    padding: 0;
  }
  .page-template-page_reservation .post-content.bgf2 .col-md-6 {
    width: 46%;
    padding: 0 10px;
  }
  .page-template-page_reservation .post-content .texte h3 {
    font-size: 12px;
    line-height: 12px;
  }
  .page-template-page_reservation .post-content .texte p {
    font-size: 11px;
  }
  .page-template-page_reservation .post-content .col-md-2.reserver {
    width: 20%;
    padding: 0;
  }
  .page-template-page_reservation .post-content .reserver a {
    font-size: 12px;
    display: block;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .page-template-page_reservation .post-content .col-md-11 ul li {
    margin: 20px 0;
    padding: 10px 2px;
  }
  .page-template-page_reservation .post-content .col-md-11 {
    padding: 0 5px 0 5px;
  }
  .page-template-page_reservation .post-content .col-md-6 {
    width: 90%;
    padding: 0 0px 0 5%;
  }
  .page-template-page_accueil .content_p2 a {
    line-height: normal;
    font-size: 11px;
    margin: 0 0 0 8%;
    display: block;
    padding: 6px 0px;
  }
  .page-template-page_accueil .content_p2 a>* {
    display: none;
  }
  .page-template-page_accueil .content_p2 a svg {
    font-size: 20px;
    margin: 0 5px 0 0;
  }
  .page-template-page_accueil .content_p2 a strong, .page-template-page_accueil .content_p2 a svg * {
    display: block;
  }
  .page-template-page_accueil .content_p2 a strong {
    line-height: normal;
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
  }
  .content_right #ed_controls.topleft {
    display: none;
  }
}