@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Allura);
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Catamaran:300|Montserrat:300,300i|Quando);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Allura);
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Catamaran:300|Montserrat:300,300i|Quando);
@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 400;
}

/*@import 'settings';*/
/*@import 'reset';*/
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
}

header {
  position: absolute;
  display: flex;
  width: 100%;
}

p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5956;
  text-align: left;
}

strong {
  font-weight: 500;
}

a {
  color: #8e1136;
  text-decoration: underline;
}
a:hover {
  color: #7a7c7e;
}

img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

table {
  line-height: 1.5em;
}

.nice-select {
  float: none;
  max-width: 100%;
}

.zoom img, .section__galerie .swiper-container .swiper-wrapper .swiper-slide a img {
  transition: all 0.35s ease 0s;
}
.zoom:hover img, .section__galerie .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4 {
  margin: 1em 0;
}

.logo {
  z-index: 99;
  width: 100%;
  top: 0;
}
.logo img {
  width: 85px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin: 0;
}

h2 {
  font-family: "Allura", sans-serif;
  color: #8e1136;
  line-height: 24px;
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  margin: 0;
  margin: 30px 0 15px 0;
}
h2 span {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #21201e;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
}

.icon-couvert {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2px;
}

h4 {
  font-weight: bold;
}

.tiret {
  padding: 50px 0;
  border: 1px dashed #8e1136;
  margin: 15px;
  margin-top: 0;
}

.element-circle {
  background-color: #8e1136;
  padding: 18px 22px;
  font-size: 22px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .login-member {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px;
  background-color: rgba(33, 32, 30, 0.3);
  color: #ffffff;
  font-weight: 200;
}
header > .login-member a {
  color: #ffffff;
  text-decoration: none;
}
header > .login-member a:hover {
  text-decoration: underline;
}

/* SLIDE*/
.slide__section {
  position: relative;
  background-color: #21201e;
}
.slide__section a {
  text-decoration: none;
}

.swiper-container {
  width: 100%;
  height: 250px;
}

.slide__section .swiper-slide {
  background: #fff;
  height: 250px !important;
  overflow: hidden;
  position: relative;
}
.slide__section .swiper-slide:before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(100% + 85px);
}
.slide__section .swiper-slide img {
  min-height: 100%;
  min-width: 100%;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  o-object-fit: cover;
  o-object-position: center center;
}
.slide__section .swiper-slide .swiper-slide__informations,
.slide__section .swiper-slide .swiper-slide-caption {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 65px 10px 10px 10px;
  width: 100%;
  text-align: center;
  max-width: none;
}
.slide__section .swiper-slide .swiper-slide__informations::after,
.slide__section .swiper-slide .swiper-slide-caption::after {
  clear: both;
  content: "";
  display: block;
}
.slide__section .swiper-slide .swiper-slide__informations .swiper-slide__informations--logo,
.slide__section .swiper-slide .swiper-slide-caption .swiper-slide__informations--logo {
  display: none;
  min-width: 0;
  min-height: 0;
}
.slide__section .swiper-slide .swiper-slide__informations h3,
.slide__section .swiper-slide .swiper-slide-caption h3 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
  margin: 0;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
}
.slide__section .swiper-slide .swiper-slide__informations a,
.slide__section .swiper-slide .swiper-slide-caption a {
  position: relative;
  margin-top: 25px;
}
.slide__section .swiper-button-next, .slide__section .swiper-container-rtl .swiper-button-prev {
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.slide__section .swiper-button-prev, .slide__section .swiper-container-rtl .swiper-button-next {
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-bullet-active {
  border: 1px #ffffff solid !important;
  background-color: transparent !important;
}

.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  border-radius: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  border: 1px #ffffff solid;
  margin: 0 2px !important;
}

.section__content {
  padding: 0 10px;
}

.section__a-propos {
  background: rgba(241, 227, 214, 0.28);
  padding: 15px 0;
}
.section__a-propos .tiret {
  margin-bottom: 0;
}
.section__a-propos .section__a-propos__container--informations .section__a-propos--informations p {
  font-size: 13px;
  line-height: 20px;
  margin: 30px 45px;
  font-weight: 300;
  text-align: center;
  color: #5a5956;
}
.section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne {
  text-align: center;
  margin: 20px 0;
}
.section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne img {
  width: 110px;
  border-radius: 50%;
}
.section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne h3 {
  font-family: "Gilda Display", sans-serif;
  font-weight: 200;
  margin-top: 5px;
  margin-bottom: 0;
}
.section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne span {
  font-size: 12px;
  font-weight: 300;
  color: #a9a69e;
}
.section__a-propos .section__a-propos--image {
  display: none;
}
.section__a-propos .section__a-propos--image img {
  width: 100%;
  height: auto;
}

.section__reservation {
  overflow: hidden;
}
.section__reservation .section__reservation--informations {
  background-color: #21201e;
  padding: 15px 0;
  width: 100%;
}
.section__reservation .section__reservation--informations h2 span {
  color: #ffffff;
}
.section__reservation .section__reservation--informations .tiret {
  margin-bottom: 0;
}
.section__reservation .section__reservation--informations .section__reservation--date {
  color: #ffffff;
  text-align: center;
}
.section__reservation .section__reservation--informations .section__reservation--date h3 {
  font-family: "Gilda Display", sans-serif;
  color: #bc315a;
}
.section__reservation .section__reservation--informations .section__reservation--date p {
  margin: 0;
  text-align: center;
}
.section__reservation .section__reservation--informations .section__reservation--telephone {
  color: #8e1136;
  text-align: center;
  display: block;
  font-size: 22px;
  font-family: "Gilda Display", sans-serif;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  margin-top: 30px;
}
.section__reservation .section__reservation--form {
  background-color: rgba(241, 227, 214, 0.28);
  width: 100%;
  padding-bottom: 20px;
}
.section__reservation .section__reservation--form h2 {
  padding-top: 50px;
  margin-top: 0;
}
.section__reservation .section__reservation--form form {
  margin: 30px 15px 0 15px;
}
.section__reservation .section__reservation--form form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a9a69e;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  color: #bc315a;
  font-size: 14px;
  background-color: transparent;
}
.section__reservation .section__reservation--form form select option {
  padding: 0;
}
.section__reservation .section__reservation--form form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a9a69e;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  color: #bc315a;
  font-size: 14px;
  background-color: transparent;
}
.section__reservation .section__reservation--form form input::-moz-placeholder {
  color: #bc315a;
}
.section__reservation .section__reservation--form form input::placeholder {
  color: #bc315a;
}
.section__reservation .section__reservation--form .button--center-container {
  margin-top: 68px;
}

.section__galerie {
  margin-top: 30px;
  overflow: hidden;
}
.section__galerie .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: visible;
}
.section__galerie .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 200px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  transition: all 0.2s ease-in-out;
  height: 100% !important;
}
.section__galerie .swiper-container .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  width: 100%;
  height: initial;
}
.section__galerie .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__hover {
  background-color: rgba(33, 32, 30, 0.5);
  position: relative;
  visibility: hidden;
  width: 100%;
}
.section__galerie .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__hover h3 {
  font-family: "Gilda Display", sans-serif;
  color: #ffffff !important;
  font-weight: 400;
  margin-top: 130px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.section__galerie .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide__hover {
  visibility: visible;
}
.section__galerie .swiper-container .swiper-button-next {
  background: url("../images/arrow-right.png");
  background-size: 27px 44px;
}
.section__galerie .swiper-container .swiper-button-prev {
  background: url("../images/arrow-left.png");
  background-size: 27px 44px;
}
.section__galerie h2 {
  margin-top: 20px;
}

.section__events {
  margin-top: 50px;
}

.section__presse {
  margin-bottom: 50px;
}

.section__event {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}
.section__event h3 {
  font-family: "Gilda Display", sans-serif;
  font-weight: 200;
}
.section__event .section__events--image {
  position: relative;
  height: 200px;
}
.section__event .section__events--image a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.section__event .section__events--image img {
  max-width: 100%;
  display: block;
  float: left;
}
.section__event .section__events--image .section__events--date {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__event .section__events--image .section__events--date h3 {
  text-transform: uppercase;
  background-color: #21201e;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
.section__event .section__events--image .section__events--date h3 span {
  font-size: 20px;
}
.section__event .section__events--contenu {
  clear: both;
  height: auto;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.section__event .section__events--contenu h3 {
  margin: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.section__event .section__events--contenu .section__events--informations {
  color: #a9a69e;
  display: table;
  width: 100%;
}
.section__event .section__events--contenu .section__events--informations p {
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
.section__event .section__events--contenu .section__events--informations p:nth-child(1) {
  margin-right: 10px;
}
.section__event .section__events--contenu .section__events--informations p i {
  margin-right: 3px;
}
.section__event .section__events--contenu a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-top: 25px;
  text-decoration: none;
}

.iosotope-album {
  width: 100%;
}
.iosotope-album .iosotope-album__element {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.iosotope-album .iosotope-album__gutter {
  width: 0;
}

.section-map {
  margin-top: 50px;
}
.section-map #map {
  width: 100%;
  height: 500px;
}

footer {
  bottom: 0;
}
footer h3 {
  color: #ffffff;
}
footer .footer--left {
  padding: 10px;
  background-color: black;
}
footer .footer--left h2 {
  text-align: left;
}
footer .footer--left p {
  color: #5a5956;
}
footer .footer--right {
  padding: 10px;
  background-color: #21201e;
}
footer .footer--right .footer--newsletter {
  margin-bottom: 30px;
}
footer .footer--right .footer--newsletter input {
  border: solid 1px #5a5956;
  border-right: none;
  padding: 10px;
  background: transparent;
  font-size: 12px;
  color: #5a5956;
  width: 200px;
}
footer .footer--right .footer--newsletter .submit {
  display: inline-block;
}
footer .footer--right .footer--newsletter .submit:after {
  display: inline-block;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  border: solid 1px #5a5956;
  border-left: none;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}
footer .footer--right .footer--social {
  display: flex;
}
footer .footer--right .footer--social h3 {
  margin-right: 10px;
}
footer .footer--right .footer--social a {
  color: #a9a69e;
  margin: 1.4em 7px;
  font-size: 1.1em;
}
footer .footer--right .footer--social a:hover {
  color: #8e1136;
}

.titre--fond-image {
  position: relative;
  left: 0;
  top: 0;
  height: 250px;
  overflow: hidden;
  margin-bottom: 50px;
}
.titre--fond-image:before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(100% + 85px);
}
.titre--fond-image .titre--informations {
  position: absolute;
  z-index: 30;
  padding: 30px 40px;
  height: 100%;
  width: 100%;
}
.titre--fond-image .titre--informations h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  color: #ffffff;
  margin: 0;
  padding-top: 15%;
}
.titre--fond-image .titre--image {
  position: relative;
  z-index: 10;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  o-object-fit: cover;
  o-object-position: center center;
}

.content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.container-service .bloc-icon {
  text-align: center;
  position: absolute;
  overflow: auto;
  margin: auto;
  top: -45px;
  right: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.container-service .bloc-icon i, .container-service .bloc-icon svg {
  background-color: #8e1136;
  padding: 26px 30px;
  font-size: 22px;
  border-radius: 50%;
  color: #ffffff;
}
.container-service .bloc-service {
  display: block;
  margin: 30px 20px;
  color: #21201e;
  position: relative;
  width: calc(100% - 40px);
  margin-top: 70px;
  text-align: center;
}
.container-service .bloc-service p {
  text-align: center;
}
.container-service .bloc-service h2 {
  font-family: "Gilda Display", sans-serif;
  font-size: 24px;
  color: #21201e;
}
.container-service .bloc-service .service-plus {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}
.container-service .bloc-service:hover .bloc-icon i {
  background-color: #bc315a;
}
.container-service .bloc-service:hover .bloc--information .service-plus {
  color: #8e1136;
}
.container-service .bloc--information {
  background: url("../images/services.png") center -4px no-repeat;
  padding: 40px 20px 20px 20px;
  box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  transition: all 0.3s ease 0s;
}

.card {
  flex-basis: 15em;
  flex-grow: 1;
  margin: 0 15px 30px 15px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
}
.card .card-image {
  background-color: #8e1136;
  height: 175px;
  max-height: 175px;
  overflow: hidden;
}
.card .card-image img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
}
.card .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  margin: 0;
  font-size: 20px;
}
.card .card-copy {
  padding: 0 10px 15px 10px;
}
.card .card-copy p {
  margin: 0;
  text-align: center;
}
.card:focus, .card:hover {
  color: #bc315a;
}
.card:focus img, .card:hover img {
  opacity: 0.8;
}
.card:active {
  background-color: #efefef;
}
.card:active .card-header {
  background-color: #efefef;
}

.review {
  box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  padding: 40px;
}
.review .review__image {
  text-align: center;
}
.review .review__image img {
  border-radius: 50%;
  height: 100px;
  width: auto;
}
.review .review__rating {
  text-align: center;
  color: #e8c504;
}
.review .review__date {
  text-align: center;
  font-size: 0.7em;
  margin-top: 20px;
}
.review .review__text .review__text__quote_left {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../images/quote-left.png") top left no-repeat;
  background-size: 30px 30px;
  margin-right: 50px;
}
.review .review__text .review__text__quote_right {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/quote-right.png") top right no-repeat;
  background-size: 30px 30px;
  margin-left: 50px;
}
.review .review__text .review__text__content {
  margin-top: 20px;
  font-family: "Gilda Display", sans-serif;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}
.review .review__name {
  font-family: "Gilda Display", sans-serif;
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
}
.review .review__company {
  color: #8e1136;
  text-align: center;
  margin-top: 5px;
}

.container__event {
  margin: 0 20px;
}
.container__event p {
  margin: 10px 0;
}
.container__event .section__event {
  width: 100%;
}
.container__event .section__event .section__events--image {
  height: 200px;
}
.container__event .section__event .section__events--image .section__events--date h3 {
  margin-top: 67px;
  width: 77px;
  padding: 20px 0;
}

.container--document {
  padding: 10px !important;
}
.container--document .document--image {
  margin-bottom: 20px !important;
}
.container--document h4 {
  font-weight: 500 !important;
}

.marques .full-editable {
  width: 80%;
  display: flex;
  align-items: center;
  text-align: center;
}
.marques .logo-marque {
  margin: 0 auto 20px auto;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  opacity: 0.7;
  max-width: 100%;
  height: auto;
  transition: all 0.35s ease 0s;
}
.marques .logo-marque:hover {
  filter: none;
  opacity: 1;
}

.badge {
  background-color: #7a7c7e;
  color: #ffffff;
  display: block;
  font-size: 1em;
  line-height: 1em;
  margin: 10px 0;
  padding: 20px;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-bottom: 10px;
}
.badge li:last-child {
  margin-bottom: 0;
}

.child-pages {
  margin-top: 75px;
}

.template-default .section__galerie {
  margin-top: 0;
  margin-bottom: 50px;
}
.template-default .section__galerie .swiper-container {
  margin-top: 0;
}

.template-default-no-image h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  width: 100%;
  color: #8e1136;
  margin: 0;
  padding: 150px 0 100px 0;
}

.template-full-width .titre--no-image h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  width: 100%;
  color: #8e1136;
  margin: 0;
  padding: 150px 0 100px 0;
}

.template-image-right .content,
.template-image-right-no-image .content {
  overflow: hidden;
}
.template-image-right .content .content--right,
.template-image-right-no-image .content .content--right {
  margin-top: 20px;
}
.template-image-right .content .content--right img,
.template-image-right-no-image .content .content--right img {
  width: 100%;
  height: auto;
}

.template-element .content {
  overflow: hidden;
  margin-bottom: 50px;
}

.page-contact .content .svg-inline--fa {
  font-size: 1.2em;
  color: #8e1136;
  margin-bottom: 10px;
}
.page-contact .contact-left {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.page-contact .contact-right {
  width: 100%;
}
.page-contact .contact-right #map-contact {
  height: 400px;
}
.page-contact .contact-form {
  width: 100%;
  padding-top: 50px;
}
.page-contact .contact-form #input_name,
.page-contact .contact-form #input_email,
.page-contact .contact-form #input_tel {
  width: 100%;
}

.page-livre-d-or .reviews {
  margin-bottom: 100px;
}
.page-livre-d-or #form_guestbook input[name=firstname],
.page-livre-d-or #form_guestbook input[name=lastname],
.page-livre-d-or #form_guestbook input[name=company] {
  width: 100%;
}

.page-event-inscription .informations-compte-utilisateur {
  margin-bottom: 50px;
  color: #7a7c7e;
  font-size: 0.8em;
}
.page-event-inscription .nice-select {
  margin-top: 10px;
}
.page-event-inscription .event__price--alone {
  color: #7a7c7e;
  font-size: 0.9em;
  margin-top: 20px;
  display: inline-block;
}

.page-devenir-membre .devenir-membre-informations {
  margin-bottom: 50px;
  color: #7a7c7e;
  font-size: 0.8em;
}
.page-devenir-membre .member-price {
  display: inline-block;
}

.section__login {
  height: 100%;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.section__login .login__fond {
  position: absolute;
  overflow: hidden;
  max-width: none;
  height: 100%;
}
.section__login .container__login {
  position: relative;
  background-color: black;
  margin: 120px auto;
  display: block;
  height: 100%;
  padding: 40px;
}
.section__login .container__login .login__logo {
  width: 200px;
  height: auto;
}
.section__login .container__login h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: auto;
  font-weight: 500;
  color: #ffffff;
}
.section__login .container__login .login__form .login__row {
  padding-top: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section__login .container__login .login__form .login__row i {
  color: #7a7c7e;
  padding: 8px;
}
.section__login .container__login .login__form .login__row input {
  background: transparent;
  border: none;
  padding: 12px;
  padding-bottom: 0;
  color: #a9a69e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.section__login .container__login .login__form .login__row input::-moz-placeholder {
  color: #7a7c7e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.section__login .container__login .login__form .login__row input::placeholder {
  color: #7a7c7e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.section__login .container__login .login__form .login__button {
  border: 0;
  background-color: #8e1136;
  border: 2px solid #8e1136;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.section__login .container__login .login__form .login__button:hover {
  background-color: transparent;
  border: 2px solid #8e1136;
}
.section__login .container__login .login__form .login__signup {
  margin: 30px 0;
  font-weight: 500;
}
.section__login .container__login .login__form .login__signup a {
  color: #8e1136;
}
.section__login .container__login .login__form .login__signup a:hover {
  color: #ffffff;
}

.section__compte .container__compte {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section__compte .container__compte .menu__compte {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section__compte .container__compte .menu__compte li {
  padding: 10px 25px;
  font-size: 18px;
  cursor: pointer;
}
.section__compte .container__compte .menu__compte li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.section__compte .container__compte .menu__compte li a i {
  padding-right: 10px;
}
.section__compte .container__compte .menu__compte .active {
  background-color: #e6e6e6;
}
.section__compte .container__compte .menu__compte .active a {
  font-weight: 500;
}
/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs > label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
}
.tabs > input[type=radio] {
  display: none;
}
.tabs > input[type=radio]:checked + label {
  background: #8e1136;
  color: #fff;
}
.tabs > input[type=radio]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
  .tabs .tab, .tabs > label {
    order: initial;
  }
  .tabs > label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.page-events h3.title-nos-cours,
.page-cours-de-cuisine h3.title-nos-cours,
.page-cours-de-patisserie h3.title-nos-cours,
.page-cours-oenologie h3.title-nos-cours,
.page-cours-enfants h3.title-nos-cours,
.page-cours-bien-choisir-ses-aliments h3.title-nos-cours {
  margin-top: 50px;
}

.page-event_details .event,
.page-mes-cours .event {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  border-bottom: dashed 1px #8e1136;
  margin-bottom: 30px;
}
.page-event_details .event::after,
.page-mes-cours .event::after {
  clear: both;
  content: "";
  display: block;
}
.page-event_details .element-circle,
.page-mes-cours .element-circle {
  float: left;
  width: 70px;
  height: 70px;
}
.page-event_details h6,
.page-mes-cours h6 {
  margin-left: 100px;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-event_details .event__title,
.page-mes-cours .event__title {
  margin-bottom: 50px;
}
.page-event_details .event__title:after,
.page-mes-cours .event__title:after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 4px solid #8e1136;
  margin-top: 20px;
}
.page-event_details .event__details,
.page-mes-cours .event__details {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-event_details .event__details::after,
.page-mes-cours .event__details::after {
  clear: both;
  content: "";
  display: block;
}
.page-event_details .event__description,
.page-mes-cours .event__description {
  color: #5a5956;
  margin-bottom: 50px;
}
.page-event_details .event__dates,
.page-mes-cours .event__dates {
  overflow: hidden;
  margin-bottom: 50px;
  font-weight: 100;
}
.page-event_details .event__dates .event__dates__date,
.page-mes-cours .event__dates .event__dates__date {
  margin-left: 100px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.page-event_details .event__dates .event__dates__date:last-child,
.page-mes-cours .event__dates .event__dates__date:last-child {
  margin-bottom: 0;
}
.page-event_details .event__dates label,
.page-mes-cours .event__dates label {
  width: 70px;
  display: inline-block;
  font-weight: 400;
}
.page-event_details .event__place-container,
.page-mes-cours .event__place-container {
  overflow: hidden;
  margin-bottom: 50px;
  font-weight: 100;
}
.page-event_details .event__place-container .event__place,
.page-mes-cours .event__place-container .event__place {
  margin-left: 100px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.page-event_details .event__place-container .event__place:last-child,
.page-mes-cours .event__place-container .event__place:last-child {
  margin-bottom: 0;
}
.page-event_details .membre,
.page-mes-cours .membre {
  margin-top: 50px;
}
.page-event_details .membre .membre__devenir_membre,
.page-mes-cours .membre .membre__devenir_membre {
  margin-top: 20px;
}
.page-event_details .inscription,
.page-mes-cours .inscription {
  clear: both;
  text-align: left;
  margin: 20px 0;
}
.page-event_details .inscription a,
.page-mes-cours .inscription a {
  font-size: 1em;
}
.page-event_details .inscription .fa,
.page-mes-cours .inscription .fa {
  font-size: 2em;
  margin-left: 10px;
  vertical-align: middle;
}
.page-event_details .event__files__file,
.page-mes-cours .event__files__file {
  margin-bottom: 10px;
}
.page-event_details .share,
.page-mes-cours .share {
  margin-bottom: 30px;
}
.page-event_details .share .fa,
.page-mes-cours .share .fa {
  color: #8e1136;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
}
.page-event_details .share .addthis_inline_share_toolbox,
.page-mes-cours .share .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.page-mes-cours ul.events li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: dotted #e6e6e6 2px;
}
.page-mes-cours ul.events .event__dates,
.page-mes-cours ul.events .event__place-container {
  margin-bottom: 0;
}
.page-mes-cours .event__files::before {
  display: block;
  content: "";
  clear: both;
}

.page-panier .miki_alert {
  margin-bottom: 50px;
}
.page-panier table.panier {
  width: 80%;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.page-panier table.panier th {
  font-weight: bold;
  font-size: 1.2em;
  padding: 18px 25px;
  background: #ffffff;
  color: #8e1136;
}
.page-panier table.panier tr:nth-child(odd) {
  background: #ffffff;
}
.page-panier table.panier tr:nth-child(even) {
  background: rgba(142, 17, 54, 0.3);
}
.page-panier table.panier td {
  padding: 16px 25px;
}
.page-panier table.panier tr td:nth-child(3),
.page-panier table.panier tr th:nth-child(3) {
  display: none;
}
.page-panier table.panier tr td:nth-child(3),
.page-panier table.panier tr th:nth-child(3),
.page-panier table.panier tr td:nth-child(4),
.page-panier table.panier tr th:nth-child(4) {
  min-width: 150px;
}
.page-panier table.panier .total_title {
  display: inline-block;
  margin-right: 20px;
}
.page-panier table.panier .total_value {
  display: inline-block;
  width: 120px;
}
.page-panier table.panier .remove_product,
.page-panier table.panier .remove_product_pack {
  color: #f44336;
  font-size: 1.5em;
  margin: 0 5px;
}
.page-panier table.panier .edit_product {
  font-size: 1.5em;
  margin: 0 5px;
}
.page-panier table.panier .panier__old_price {
  text-decoration: line-through;
}
.page-panier table.panier .discount_info {
  color: #ffffff;
}
.page-panier .code_promo {
  width: 80%;
  margin: 20px auto 0 auto;
  text-align: right;
}
.page-panier .payment {
  width: 80%;
  margin: 50px auto 0 auto;
  text-align: center;
}
.page-panier .payment label {
  display: inline-block;
  cursor: pointer;
}
.page-panier .payment input {
  cursor: pointer;
}
.page-panier .addresses {
  margin-top: 50px;
  line-height: 1.3em;
}

.page-shop .shop-container {
  display: flex;
}
.page-shop .shop-categories {
  width: 400px;
  margin-right: 50px;
}
.page-shop .shop-categories ul ul {
  margin-left: 20px;
}
.page-shop .shop-categories li {
  margin-bottom: 10px;
}
.page-shop .shop-categories li.active a {
  color: #bc315a;
}
.page-shop .shop-articles {
  width: 100%;
}
.page-shop .shop-articles li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted #e6e6e6 2px;
}
.page-shop .shop-articles figure {
  width: calc(33% - 20px);
  margin-right: 20px;
}
.page-shop .shop-articles figure img {
  max-width: 100%;
}
.page-shop .shop-articles h3 {
  margin-top: 0;
}
.page-shop .shop-articles .article__content {
  width: 100%;
}
.page-shop .shop-articles figure + .article__content {
  width: 66%;
}
.page-shop .shop-articles .article__price {
  text-align: right;
  margin-top: 20px;
}
.page-shop .shop-articles .article__buttons {
  text-align: right;
  margin-top: 20px;
}

.page-product_details .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.page-product_details .swiper-slide {
  background-size: cover;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-product_details .gallery-top {
  height: 80%;
  width: 100%;
}
.page-product_details .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.page-product_details .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.page-product_details .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.page-product_details .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.page-product_details .article {
  display: flex;
}
.page-product_details .article__pictures {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 400px;
}
.page-product_details .article__content {
  width: 100%;
}
.page-product_details .article__pictures + .article__content {
  width: calc(50% - 10px);
}
.page-product_details .section__content h3 {
  margin-top: 0;
}
.page-product_details .article__price {
  text-align: right;
  margin-top: 20px;
}
.page-product_details .attached_articles {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.page-product_details .attached_articles h3 {
  width: 100%;
}
.page-product_details .attached_articles .attached_article {
  width: 100%;
  margin-bottom: 20px;
  cusros: pointer;
}
.page-product_details .attached_articles .attached_article figure {
  margin-bottom: 10px;
}
.page-product_details .attached_articles .attached_article .attached_articles__title {
  text-align: center;
}
.page-product_details .attached_articles .attached_article .add_to_cart {
  display: inline-block;
}
.page-product_details .attached_articles .attached_article .remove_from_cart {
  display: none;
}
.page-product_details .attached_articles .attached_article.added {
  border: solid 3px green;
  position: relative;
}
.page-product_details .attached_articles .attached_article.added::after,
.page-product_details .attached_articles .attached_article.added svg {
  display: block;
  color: green;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  content: "\f00c";
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.page-product_details .attached_articles .attached_article.added svg {
  display: block;
}
.page-product_details .attached_articles .attached_article.added .add_to_cart {
  display: none;
}
.page-product_details .attached_articles .attached_article.added .remove_from_cart {
  display: inline-block;
}
.page-product_details .article__buttons {
  text-align: right;
  margin-top: 20px;
}
.page-product_details .button1 {
  margin-left: 20px;
}
.page-product_details #checkAge select {
  margin-right: 10px;
}
.page-product_details #checkAge select:last-child {
  margin-right: 0;
}
.page-product_details .gift_message_container {
  margin: 40px 0;
}
.page-product_details .gift_message_container label {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: right;
  font-size: 0.9em;
}
.page-product_details .gift_message_container small {
  display: block;
  margin-bottom: 10px;
  color: #7a7c7e;
  font-size: 0.8em;
}
.page-product_details .gift_message_container textarea {
  width: 100%;
  height: 100px;
}

.page-nos-partenaires .content h2 {
  margin-top: 50px;
}
.page-nos-partenaires .content .container-flex {
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.page-nos-partenaires .content .container-flex:after {
  display: none;
}
.page-nos-partenaires .content figure {
  margin: 20px;
  display: inline-block;
}
.page-nos-partenaires .content figure img {
  width: 200px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.35s ease 0s;
}
.page-nos-partenaires .content figure img:hover {
  filter: none;
  opacity: 1;
}

form fieldset {
  border: none;
}
form fieldset .form__group {
  margin-bottom: 20px;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]),
form fieldset .form__group textarea,
form fieldset .form__group select {
  padding: 8px;
  margin: 5px 0;
  font-size: 13px;
  border: none;
  border-bottom: solid 2px #e6e6e6;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):focus,
form fieldset .form__group textarea:focus,
form fieldset .form__group select:focus {
  border-color: #7a7c7e;
  outline: none;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]),
form fieldset .form__group textarea {
  width: 100%;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
form fieldset .form__group textarea::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5956;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
form fieldset .form__group textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5956;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
form fieldset .form__group textarea:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5956;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
form fieldset .form__group textarea:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5956;
}
form #input_name,
form #input_email,
form #input_tel {
  width: 100%;
}
form .checkbox {
  display: flex;
  width: 100%;
}
form input[type=checkbox] {
  width: 20px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
form .icheckbox_square-blue {
  margin-right: 5px !important;
}
form .form__info {
  font-size: 0.7em;
  color: #7a7c7e;
}

input[type=checkbox] + label,
input[type=radio] + label,
.iradio_square-blue + label {
  margin-left: 10px;
}

label {
  font-size: 16px;
  font-weight: 200;
  margin-right: 20px;
}

.form__buttons_group,
.form__group--button {
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 46.875em) {
  form #input_name,
  form #input_email,
  form #input_tel {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  form #input_name:last-child,
  form #input_email:last-child,
  form #input_tel:last-child {
    margin-right: 0;
  }
  form #input_message {
    margin-top: 20px;
  }
  .form__group--50 {
    display: flex;
  }
  .form__group--50 .form__group {
    width: 100%;
  }
  .form__group--50 .form__group:nth-child(2) {
    margin-left: 20px;
  }
  .form__group--50 .form__group.small-group {
    width: 25%;
  }
}
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.link_to_menu {
  width: 100%;
}

.menu_navigation {
  display: none;
}

.main_menu {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.main_menu li {
  list-style: none;
}
.main_menu li a {
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 20px;
}
.main_menu li .children {
  display: none;
}

#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 20px;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #8e1136;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 29px;
  left: 0px;
}

/* first level */
.main_menu ul {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  align-items: center;
  transition: opacity 0.2s ease-in;
}
.main_menu ul li a {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  line-height: 30px;
  transition: color 0.2s ease-in-out;
}
.main_menu .menu__right {
  display: flex;
}
.main_menu .menu__right a {
  text-align: center;
}
.main_menu li > a:hover,
.main_menu li:hover > a,
.main_menu li.active > a {
  color: #8e1136;
}

/* second level */
.main_menu li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
}
.main_menu li ul a {
  font-size: 24px;
  text-align: center;
  padding: 0 10px 20px 10px;
  line-height: 1em;
}
.main_menu li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.main_menu li ul li > a:hover,
.main_menu li ul li:hover > a,
.main_menu li ul:not(:hover) li.active > a {
  color: #8e1136;
}

@media screen and (max-width: 68.75em) {
  .main_menu {
    min-width: 1px;
    margin: 0;
    padding: 20px 0 0 10px;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }
  .main_menu > ul {
    display: inline-block;
  }
  .main_menu li a span,
  .main_menu li a:hover span {
    border-bottom: none;
  }
  .main_menu li a:after {
    content: "";
    background: none;
    width: 0;
    height: 0;
  }
  .main_menu li .children {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 40px;
    float: right;
  }
  .main_menu li.active a span {
    border-bottom: none;
  }
  .main_menu ul li a {
    text-align: left;
  }
  .main_menu > a {
    width: 100%;
    height: auto;
  }
  .main_menu:not(:target) > a:first-of-type,
  .main_menu:target > a:last-of-type {
    display: block;
  }
  /* first level */
  .main_menu:target > ul {
    display: block;
  }
  .main_menu > ul > li {
    width: 100% !important;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .main_menu > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0.4375em !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    width: 100%;
    display: block;
  }
  .main_menu > ul > li > a:hover, .main_menu > ul > li > a:active, .main_menu > ul > li > a:focus {
    color: #8e1136;
  }
  .main_menu > ul > li:not(.active):hover {
    border-bottom: transparent;
    background-color: transparent;
  }
  .main_menu > ul > li:not(.active):hover .fleche-haut-gris {
    display: block;
  }
  .main_menu > ul > .recherche:not(.active):hover {
    border-bottom: transparent;
    background-color: transparent;
  }
  /* second level */
  .main_menu li ul {
    display: none;
    position: static;
    padding-top: 0;
    border: none;
    width: 100%;
    background: none;
  }
  .main_menu li ul:before {
    display: none;
  }
  .main_menu li.opened > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main_menu li ul li:first-child {
    margin-top: 0;
  }
  .main_menu li ul a {
    font-size: 22px;
    padding: 0.625em 0.625em 0.625em 2.5em;
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 3px;
  }
  .main_menu li ul a:hover {
    color: #8e1136;
  }
  .main_menu li ul ul {
    display: none;
  }
  /* third level */
  .main_menu li > ul ul {
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 11;
  }
  .main_menu li.opened > ul > li.opened > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 98%;
  }
  .main_menu li ul ul a {
    padding: 0.625em 0.625em 0.625em 2.8125em;
    color: #ffffff !important;
  }
  .main_menu li ul li:hover ul a:hover {
    color: #8e1136 !important;
  }
  .sliding-menu-content {
    padding-left: 0;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.25s linear;
    background: #21201e;
    z-index: 999999;
  }
  .sliding-menu-content ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .sliding-menu-content li {
    list-style: none;
  }
  .sliding-menu-content a {
    text-decoration: none;
  }
  .sliding-menu-content .recherche-gris {
    display: none;
  }
  .sliding-menu-content li.opened {
    background-color: transparent;
    color: #ffffff !important;
  }
  .sliding-menu-content li a {
    display: block;
    padding: 1em;
  }
  .sliding-menu-content.is-visible {
    transform: translateY(0);
  }
  .sliding-menu-fade-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
  }
  .sliding-menu-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
  }
  .sliding-menu-button {
    transform: translateX(0);
    transition: all 0.25s linear;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: right;
    outline: none;
    z-index: 999999;
    top: 0;
    height: 60px;
    position: fixed;
    right: 0;
  }
  .sliding-menu-button .button_menu {
    width: 40px;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .sliding-menu-button.is-visible {
    top: 0;
    height: 60px;
  }
}
.button--center-container {
  margin-top: 20px;
  text-align: center;
}

.button, .button4, .button3, .button2-1, .button2, .button1 {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  font-weight: 600;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.button1 {
  border: 1px solid #8e1136;
  background-color: transparent;
  color: #8e1136;
}
.button1:hover {
  box-shadow: inset 0 0 0 2px #8e1136;
  color: #8e1136;
}

.button2 {
  border: 1px solid #21201e;
  border-radius: 50px;
  color: #21201e;
  padding: 15px 50px;
}
.button2:hover {
  border-color: #8e1136;
  background-color: #8e1136;
  color: #ffffff;
}

.button2-1 {
  border-color: #8e1136;
  background-color: #8e1136;
  color: #ffffff;
  padding: 15px 50px;
}
.button2-1:hover {
  border: 1px solid #21201e;
  color: #21201e;
  background-color: transparent;
}

.button3 {
  background-color: #21201e;
  border: 2px solid #21201e;
  color: #ffffff;
  border-radius: 50px;
  letter-spacing: 3px;
  padding: 15px 50px;
  font-size: 14px;
  line-height: 13px;
}
.button3:hover {
  background-color: transparent;
  border: 2px solid #8e1136;
  color: #8e1136;
}

.button4 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 30px;
  color: #21201e;
}
.button4:hover {
  background-color: transparent;
  color: #ffffff;
}

/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container--document {
  padding: 10px;
  border-bottom: 1px solid #8e1136;
  text-align: left;
}
.container--document .document--image {
  overflow: hidden;
  text-align: center;
}
.container--document .document--image img {
  height: auto;
}
.container--document h4 {
  text-transform: uppercase;
  clear: both;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #8e1136;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
}
.container--document .document--description {
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #8e1136;
  font-weight: 400;
}
.container--document:first-child {
  border-top: solid 1px #8e1136;
}

.image-right {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}

.image-left {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}

.liste-rond {
  list-style: circle outside;
  padding-left: 20px;
  margin: 0 auto 20px auto;
  text-align: left;
}

.liste-numero {
  list-style-type: none;
  margin: 0 auto 20px auto;
  text-align: left;
  counter-reset: li;
}
.liste-numero > li {
  padding: 5px;
  border-bottom: dotted 1px #7a7c7e;
  overflow: hidden;
}
.liste-numero > li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #7a7c7e;
}

.liste-fleche, .page-shop .shop-categories ul {
  list-style-type: none;
  text-align: left;
}
.liste-fleche > li, .page-shop .shop-categories ul > li {
  padding: 5px 5px 5px 38px !important;
  border-bottom: dotted 1px #7a7c7e;
  overflow: hidden;
  position: relative;
}
.liste-fleche > li:before, .page-shop .shop-categories ul > li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #7a7c7e;
}

.liste-couleur > li {
  padding: 5px;
  overflow: hidden;
}
.liste-couleur > li:nth-child(odd) {
  background-color: #fafafa;
}
.liste-couleur > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-couleur > li:hover {
  background-color: #8e1136;
}
.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
}

.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}
.liste-couleur2 > li:nth-child(odd) {
  background-color: #ea4e7c;
}
.liste-couleur2 > li:nth-child(even) {
  background-color: #ffffff;
}
/****************************
 * Pour les styles "Tablet"
 ***************************/
@media screen and (min-width: 46.875em) {
  .container-2-colonnes-auto { /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
  }
  .container-2-colonnes-fixe {
    display: flex;
    margin-bottom: 40px;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 50%;
    margin-right: 12px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 50%;
    margin-left: 12px;
  }
  .container-flex {
    align-items: stretch;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    justify-content: flex-start;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }
  .container--document {
    width: 50%;
    border-right: solid 1px #8e1136;
    border-bottom: solid 1px #8e1136;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #8e1136;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #8e1136;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }
  .image-right {
    float: right;
    margin-left: 10px;
  }
  .image-left {
    float: left;
    margin-right: 10px;
  }
}
/****************************
 * Pour les styles "Desktop"
 ***************************/
@media screen and (min-width: 68.75em) {
  .container--document {
    width: 25%;
  }
  .container--document:nth-child(2n+1) {
    border-left: none;
  }
  .container--document:nth-child(2n) {
    border-top: none;
  }
  .container--document:nth-child(4n+1) {
    border-left: solid 1px #8e1136;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #8e1136;
  }
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
.mikiEffect-slideFromLeft {
  position: relative;
  left: -300px;
  opacity: 0;
}

.mikiEffect-slideFromRight {
  position: relative;
  right: -300px;
  opacity: 0;
}

.mikiEffect-slideFromBottom {
  position: relative;
  bottom: -300px;
  opacity: 0;
}

.mikiEffect-fade {
  opacity: 0;
}

@media screen and (min-width: 20em) {
  .container-sponsor {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    margin-left: 8.5298043353%;
  }
  .container-sponsor::after {
    clear: both;
    content: "";
    display: block;
  }
  .container-sponsor:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 46.875em) {
  .swiper-container {
    width: 100%;
    height: 500px;
  }
  .slide__section .swiper-wrapper {
    height: 500px;
  }
  .slide__section .swiper-slide {
    height: 500px !important;
  }
  .slide__section .swiper-slide .swiper-slide__informations,
  .slide__section .swiper-slide .swiper-slide-caption {
    padding: 25px;
  }
  .slide__section .swiper-slide .swiper-slide__informations .swiper-slide__informations--logo,
  .slide__section .swiper-slide .swiper-slide-caption .swiper-slide__informations--logo {
    display: block;
    width: 60%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 130px;
  }
  .review .review__text .review__text__quote_left {
    display: block;
  }
  .review .review__text .review__text__quote_right {
    display: block;
  }
  .review .review__text .review__text__content {
    margin: 20px 80px 0 80px;
  }
  .section__events--articles {
    padding: 15px;
  }
  .section__event {
    display: flex;
  }
  .section__event h3 {
    font-family: "Gilda Display", sans-serif;
    font-weight: 200;
  }
  .section__event .section__events--image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .section__event .section__events--image:last-child {
    margin-right: 0;
  }
  .section__event .section__events--contenu {
    width: 50%;
    text-align: left;
  }
  .section__reservation {
    display: flex;
  }
  .section__reservation .section__reservation--informations {
    width: 50%;
    padding: 15px 0 0 0;
  }
  .section__reservation .section__reservation--informations .tiret {
    margin-bottom: 15px;
  }
  .section__reservation .section__reservation--form {
    width: 50%;
    padding-bottom: 0;
  }
  .iosotope-album .iosotope-album__element {
    width: calc(50% - 10px);
  }
  .iosotope-album .iosotope-album__gutter {
    width: 20px;
  }
  footer {
    display: flex;
  }
  footer .footer--left {
    padding: 50px;
    width: 50%;
  }
  footer .footer--right {
    padding: 50px;
    width: 50%;
    padding-top: 70px;
  }
  .titre--fond-image {
    height: 350px;
  }
  .titre--fond-image .titre--image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .titre--fond-image .titre--informations h1 {
    padding-top: 60px;
    width: 60%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin: 0 auto 0 auto;
  }
  .titre--fond-image .titre--informations h1:after {
    content: "";
    display: block;
    width: 150px;
    border-bottom: 5px solid;
    margin: 20px auto 0 auto;
  }
  .nice-select {
    display: inline-block;
    float: none;
  }
  .container-service {
    background-image: url("../images/fond_3.jpg");
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container-service .bloc-service {
    width: calc(50% - 40px);
  }
  .marques .full-editable {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .marques .full-editable:last-child {
    margin-right: 0;
  }
  .marques .full-editable:nth-child(3n) {
    margin-right: 0;
  }
  .marques .full-editable:nth-child(3n+1) {
    clear: left;
  }
  .template-image-right .content,
  .template-image-right-no-image .content {
    max-width: none;
  }
  .template-image-right .content .content--left,
  .template-image-right-no-image .content .content--left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
  }
  .template-image-right .content .content--left:last-child,
  .template-image-right-no-image .content .content--left:last-child {
    margin-right: 0;
  }
  .template-image-right .content .content--right,
  .template-image-right-no-image .content .content--right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    margin-right: 0;
    margin-top: 0;
  }
  .template-image-right .content .content--right:last-child,
  .template-image-right-no-image .content .content--right:last-child {
    margin-right: 0;
  }
  .template-element .content {
    overflow: hidden;
    position: relative;
    z-index: 20;
    margin-top: -100px;
    margin-bottom: 50px;
    background: #ffffff;
    padding: 40px;
    box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  }
  .page-contact .contact-left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-bottom: 0;
  }
  .page-contact .contact-left:last-child {
    margin-right: 0;
  }
  .page-contact .contact-right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-right: 0;
  }
  .page-contact .contact-right:last-child {
    margin-right: 0;
  }
  .page-contact .contact-form {
    clear: left;
  }
  .page-contact .contact-form #input_message {
    margin-top: 20px;
  }
  .page-livre-d-or #form_guestbook input[name=firstname] {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .page-livre-d-or #form_guestbook input[name=firstname]:last-child {
    margin-right: 0;
  }
  .page-livre-d-or #form_guestbook input[name=lastname] {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0;
  }
  .page-livre-d-or #form_guestbook input[name=lastname]:last-child {
    margin-right: 0;
  }
  .section__login .container__login {
    width: 40%;
  }
  .section__compte .container__compte {
    display: flex;
    max-width: 1100px;
    box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
  }
  .section__compte .container__compte .menu__compte {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    border-right: 1px solid #e6e6e6;
  }
  .section__compte .container__compte .menu__compte:last-child {
    margin-right: 0;
  }
  .section__compte .container__compte .information__compte {
    flex-grow: 1;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
  }
  .section__compte .container__compte .information__compte:last-child {
    margin-right: 0;
  }
  .page-events .section__event,
  .page-cours-de-cuisine .section__event,
  .page-cours-de-patisserie .section__event,
  .page-cours-oenologie .section__event,
  .page-cours-enfants .section__event,
  .page-cours-bien-choisir-ses-aliments .section__event {
    width: 100%;
  }
  .page-events .section__event .section__events--image,
  .page-cours-de-cuisine .section__event .section__events--image,
  .page-cours-de-patisserie .section__event .section__events--image,
  .page-cours-oenologie .section__event .section__events--image,
  .page-cours-enfants .section__event .section__events--image,
  .page-cours-bien-choisir-ses-aliments .section__event .section__events--image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  .page-events .section__event .section__events--image:last-child,
  .page-cours-de-cuisine .section__event .section__events--image:last-child,
  .page-cours-de-patisserie .section__event .section__events--image:last-child,
  .page-cours-oenologie .section__event .section__events--image:last-child,
  .page-cours-enfants .section__event .section__events--image:last-child,
  .page-cours-bien-choisir-ses-aliments .section__event .section__events--image:last-child {
    margin-right: 0;
  }
  .page-events .section__event .section__events--contenu,
  .page-cours-de-cuisine .section__event .section__events--contenu,
  .page-cours-de-patisserie .section__event .section__events--contenu,
  .page-cours-oenologie .section__event .section__events--contenu,
  .page-cours-enfants .section__event .section__events--contenu,
  .page-cours-bien-choisir-ses-aliments .section__event .section__events--contenu {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
  }
  .page-events .section__event .section__events--contenu:last-child,
  .page-cours-de-cuisine .section__event .section__events--contenu:last-child,
  .page-cours-de-patisserie .section__event .section__events--contenu:last-child,
  .page-cours-oenologie .section__event .section__events--contenu:last-child,
  .page-cours-enfants .section__event .section__events--contenu:last-child,
  .page-cours-bien-choisir-ses-aliments .section__event .section__events--contenu:last-child {
    margin-right: 0;
  }
  .page-event_details .event__dates,
  .page-mes-cours .event__dates {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .page-event_details .event__dates:last-child,
  .page-mes-cours .event__dates:last-child {
    margin-right: 0;
  }
  .page-event_details .event__place-container,
  .page-mes-cours .event__place-container {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0;
  }
  .page-event_details .event__place-container:last-child,
  .page-mes-cours .event__place-container:last-child {
    margin-right: 0;
  }
  .page-event_details .membre .membre__login,
  .page-mes-cours .membre .membre__login {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .page-event_details .membre .membre__login:last-child,
  .page-mes-cours .membre .membre__login:last-child {
    margin-right: 0;
  }
  .page-event_details .membre .membre__devenir_membre,
  .page-mes-cours .membre .membre__devenir_membre {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0;
    margin-top: 0;
  }
  .page-event_details .membre .membre__devenir_membre:last-child,
  .page-mes-cours .membre .membre__devenir_membre:last-child {
    margin-right: 0;
  }
  .page-event_details .share,
  .page-mes-cours .share {
    float: right;
    margin: 0;
  }
  .page-product_details .attached_articles {
    margin-top: 100px;
    display: flex;
  }
  .page-product_details .attached_articles .attached_article {
    width: 200px;
    padding: 23px;
    border-right: dotted 1px;
  }
  .page-product_details .attached_articles .attached_article.added {
    padding: 20px;
  }
  .page-panier table.panier tr td:nth-child(3),
  .page-panier table.panier tr th:nth-child(3) {
    display: table-cell;
  }
  .page-panier table.panier .total_value {
    width: 150px;
  }
  .page-panier .addresses {
    display: flex;
    justify-content: space-evenly;
  }
  .page-panier .shipping_address {
    margin-right: 40px;
  }
  .page-event-inscription .nice-select {
    margin-top: 0;
  }
  .page-event-inscription .price_text {
    margin: 15px 0 0 140px;
  }
}
@media screen and (min-width: 68.75em) {
  html {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    display: flex;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    max-width: 1280px;
    background-color: rgba(33, 32, 30, 0.3);
  }
  header .logo {
    width: auto;
  }
  header .logo img {
    height: 58px;
    width: auto;
    padding: 5px 0 5px 40px;
  }
  header .main_menu {
    color: #7a7c7e;
    display: flex;
  }
  header .main_menu ul {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  header .main_menu ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 20px 20px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  header .main_menu ul li ul {
    padding: 0;
    display: none;
  }
  header .main_menu ul li ul li a span {
    font-weight: 500;
  }
  header .main_menu ul li ul li .sous-menu-2 {
    left: 0;
    top: 0;
    border: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
    box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
    -moz-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
    -webkit-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
  }
  header .main_menu ul li ul li .sous-menu-2 li a {
    text-transform: capitalize;
    padding: 5px 20px;
    width: 100%;
  }
  header .main_menu ul li ul li:hover .sous-menu-2 {
    display: block;
    left: 0;
    top: 0;
    border: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: block;
  }
  header .main_menu li ul li:first-child {
    margin-top: 0;
  }
  header .main_menu li ul li {
    width: 100%;
  }
  header .main_menu li:hover ul {
    display: flex;
    align-items: flex-start;
    background-color: #21201e;
    box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0.8);
    -moz-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0.8);
    -webkit-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0.8);
    width: 100%;
    left: 0;
    padding: 0 90px;
  }
  header .main_menu .menu__right {
    width: auto;
    padding-right: 20px;
  }
  header .main_menu .menu__right li a {
    font-size: 16px;
    padding: 20px 15px;
  }
  header .main_menu .menu__center {
    justify-content: center;
  }
  header > .login-member {
    display: block;
  }
  .main_menu .login-member {
    display: none;
  }
  .slide__section .swiper-slide img {
    width: 100%;
  }
  .slide__section .swiper-slide .swiper-slide__informations .swiper-slide__informations--logo,
  .slide__section .swiper-slide .swiper-slide-caption .swiper-slide__informations--logo {
    min-width: initial;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 90px;
    left: -200px;
  }
  .section__a-propos {
    display: flex;
    padding: 0;
  }
  .section__a-propos .tiret {
    margin-bottom: 15px;
  }
  .section__a-propos .section__a-propos__container--informations {
    width: 50%;
  }
  .section__a-propos .section__a-propos__container--informations .section__a-propos--informations p {
    font-size: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  .section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne {
    display: table-cell;
    padding: 0 30px;
  }
  .section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne img {
    width: 100px;
  }
  .section__a-propos .section__a-propos__container--informations .section__a-propos--informations .section__a-propos--personnes .section__a-propos--personne h3 {
    font-size: 18px;
  }
  .section__a-propos .section__a-propos--image {
    display: block;
    width: 50%;
    overflow: hidden;
  }
  .section__a-propos .section__a-propos--image img {
    height: 690px;
    width: auto;
    max-width: none;
  }
  .tiret {
    margin-top: 15px;
  }
  .section__reservation {
    display: flex;
    max-width: 900px;
    box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 6px 10.39px 22px 0px rgba(0, 0, 0, 0.27);
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section__reservation .section__reservation--informations {
    width: 35%;
    padding: 0;
  }
  .section__reservation .section__reservation--informations .tiret {
    padding: 30px 0;
  }
  .section__reservation .section__reservation--informations .section__reservation--date h3 {
    font-size: 14px;
  }
  .section__reservation .section__reservation--informations .section__reservation--date p {
    font-size: 14px;
  }
  .section__reservation .section__reservation--form {
    width: 65%;
  }
  .section__reservation .section__reservation--form form select {
    width: 30%;
    margin-right: 2%;
  }
  .section__reservation .section__reservation--form form input {
    width: 30%;
    margin-right: 2%;
  }
  .section__galerie .swiper-container {
    margin-top: 55px;
  }
  .section__galerie .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__hover h3 {
    margin-top: 200px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  .section__events {
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section__events--articles {
    display: flex;
    flex-wrap: wrap;
  }
  .section__event {
    display: flex;
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section__event h3 {
    font-family: "Gilda Display", sans-serif;
    font-weight: 200;
  }
  .section__event .section__events--image {
    height: 120px;
    margin-right: 0;
  }
  .section__event .section__events--contenu {
    width: 70%;
  }
  .section__event .section__events--contenu a {
    margin-top: 15px;
  }
  .iosotope-album {
    width: 100%;
  }
  .iosotope-album .iosotope-album__element {
    float: left;
    width: calc(33.33% - 14px);
    margin-bottom: 21px;
  }
  .iosotope-album .iosotope-album__gutter {
    width: 21px;
  }
  footer .footer--left {
    padding-left: 11em;
  }
  footer .footer--right {
    padding-left: 11em;
  }
  .titre--fond-image {
    height: 450px;
  }
  .titre--fond-image .titre--informations h1 {
    padding-top: 15%;
  }
  .container-colonnes {
    display: flex;
    margin-bottom: 40px;
  }
  .container-colonnes .colonne-1 {
    width: 50%;
    margin-right: 12px;
  }
  .container-colonnes .colonne-2 {
    width: 50%;
    margin-left: 12px;
  }
  .content {
    padding: 0;
  }
  .container-flex {
    display: flex;
  }
  .container-service .bloc-service {
    width: calc(25% - 40px);
  }
  .section__login .login__fond {
    width: 100%;
    max-width: 100%;
  }
  .section__login .container__login {
    width: 30%;
  }
  .page-events .section__events,
  .page-cours-de-cuisine .section__events,
  .page-cours-de-patisserie .section__events,
  .page-cours-oenologie .section__events,
  .page-cours-enfants .section__events,
  .page-cours-bien-choisir-ses-aliments .section__events {
    margin-top: 30px;
  }
  .page-events .section__event,
  .page-cours-de-cuisine .section__event,
  .page-cours-de-patisserie .section__event,
  .page-cours-oenologie .section__event,
  .page-cours-enfants .section__event,
  .page-cours-bien-choisir-ses-aliments .section__event {
    width: 100%;
  }
  .page-event_details .titre--fond-image .titre--informations h1,
  .page-mes-cours .titre--fond-image .titre--informations h1 {
    padding-top: 120px;
  }
  .page-panier table.panier {
    width: 100%;
  }
  .page-panier .code_promo {
    width: 100%;
  }
  .page-panier .payment {
    width: 100%;
  }
}
