@charset "UTF-8";
.fiche-v8 .v8-infos-pratiques .contain-target-infos .flags li:before, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels:before, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li:before, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours:before, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois:before, .fiche-v8 .v8-fiche-header:before, .v8-footer .flex .labels .logos:before, .v8-accueil .v8-documentation:before, .v8-accueil .v8-flux-insta .flux-instagram:before, .v8-accueil .v8-flux-insta:before, #header-v8 .cont-nav .bottom:before, #header-v8 .cont-nav .top:before, #header-v8 .container:before, .v8-container:before, .fiche-v8 .v8-infos-pratiques .contain-target-infos .flags li:after, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels:after, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li:after, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours:after, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois:after, .fiche-v8 .v8-fiche-header:after, .v8-footer .flex .labels .logos:after, .v8-accueil .v8-documentation:after, .v8-accueil .v8-flux-insta .flux-instagram:after, .v8-accueil .v8-flux-insta:after, #header-v8 .cont-nav .bottom:after, #header-v8 .cont-nav .top:after, #header-v8 .container:after, .v8-container:after {
  content: "";
  display: table;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .flags li:after, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels:after, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li:after, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours:after, .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois:after, .fiche-v8 .v8-fiche-header:after, .v8-footer .flex .labels .logos:after, .v8-accueil .v8-documentation:after, .v8-accueil .v8-flux-insta .flux-instagram:after, .v8-accueil .v8-flux-insta:after, #header-v8 .cont-nav .bottom:after, #header-v8 .cont-nav .top:after, #header-v8 .container:after, .v8-container:after {
  clear: both;
}

p.tri a.tri {
  background: url(../img_interf/pictos_tri.png) no-repeat;
  background-position: right 3px;
}
p.tri a.tri.asc {
  background-position: right -15px;
}
p.tri a.tri.desc {
  background-position: right -33px;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 0;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 15px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #dfdfdf;
  /* rgba fallback */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999;
  /* rgba fallback */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(200, 200, 200, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #969696;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../img_interf/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* custom styling */
/* content_1 scrollbar */
.content_1 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 96%;
  top: 2%;
}

/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
  /* old ie */
}

.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.6);
  filter: "alpha(opacity=60)";
  -ms-filter: "alpha(opacity=60)";
  /* old ie */
}

/* content_3 scrollbar */
.content_3 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 94%;
  top: 3%;
}

.content_3 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0;
  border-right: 1px dashed #09C;
}

.content_3 .mCSB_scrollTools .mCSB_dragger {
  height: 11px;
}

.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #09C;
}

/* content_4 scrollbar */
.content_4 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 94%;
  top: 3%;
}

.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #d0b9a0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #dfcdb9;
}

.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* content_5 scrollbar */
.content_5 > .mCustomScrollBox > .mCSB_scrollTools {
  width: 98%;
  margin: 0 1%;
}

/* content_6 scrollbar */
.content_6 > .mCustomScrollBox > .mCSB_scrollTools {
  width: 88%;
  margin: 0 6%;
}

/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.file {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img_interf/files.png") no-repeat top left;
}
.file.aac {
  background-position: 0px 0px;
}
.file.ace {
  background-position: -44px 0px;
}
.file.ai {
  background-position: -90px 0px;
}
.file.arj {
  background-position: -136px 0px;
}
.file.avi {
  background-position: -182px 0px;
}
.file.bin {
  background-position: -232px 0px;
}
.file.bmp {
  background-position: -278px 0px;
}
.file.cab {
  background-position: -324px 0px;
}
.file.cue {
  background-position: -370px 0px;
}
.file.divx {
  background-position: -424px 0px;
}
.file.doc {
  background-position: -464px 0px;
}
.file.docx {
  background-position: -508px 0px;
}
.file.eps {
  background-position: -554px 0px;
}
.file.f {
  background-position: -600px 0px;
}
.file.flac {
  background-position: -646px 0px;
}
.file.flv {
  background-position: -694px 0px;
}
.file.gif {
  background-position: -740px 0px;
}
.file.gzip {
  background-position: -788px 0px;
}
.file.html {
  background-position: -834px 0px;
}
.file.ical {
  background-position: -880px 0px;
}
.file.indd {
  background-position: -926px 0px;
}
.file.inx {
  background-position: -972px 0px;
}
.file.iso {
  background-position: -1018px 0px;
}
.file.jpg {
  background-position: -1064px 0px;
}
.file.mov {
  background-position: -1110px 0px;
}
.file.mp3 {
  background-position: -1158px 0px;
}
.file.mpg {
  background-position: -1206px 0px;
}
.file.ods {
  background-position: -1250px 0px;
}
.file.pdf {
  background-position: -1298px 0px;
}
.file.php {
  background-position: -1346px 0px;
}
.file.png {
  background-position: -1390px 0px;
}
.file.pps {
  background-position: -1436px 0px;
}
.file.ppt {
  background-position: -1482px 0px;
}
.file.psd {
  background-position: -1530px 0px;
}
.file.qxd {
  background-position: -1972px 0px;
}
.file.qxp {
  background-position: -2030px 0px;
}
.file.rar {
  background-position: -2088px 0px;
}
.file.raw {
  background-position: -2146px 0px;
}
.file.rtf {
  background-position: -2204px 0px;
}
.file.svg {
  background-position: -2262px 0px;
}
.file.tar {
  background-position: -2320px 0px;
}
.file.tif {
  background-position: -2378px 0px;
}
.file.txt {
  background-position: -2436px 0px;
}
.file.vcf {
  background-position: -2494px 0px;
}
.file.wav {
  background-position: -2552px 0px;
}
.file.wma {
  background-position: -2610px 0px;
}
.file.xls {
  background-position: -2668px 0px;
}
.file.xlsx {
  background-position: -2726px 0px;
}
.file.xml {
  background-position: -2784px 0px;
}
.file.zip {
  background-position: -2842px 0px;
}

.dispos {
  padding: 5px;
  margin-bottom: 10px;
  background: #000;
  border-radius: 5px;
}
.dispos p {
  margin: 5px 0 3px;
  color: #FFF;
  font-family: "sourcesanspro";
  font-size: 14px;
  font-size: 1.15em;
  text-align: center;
}
.dispos ul {
  list-style: none;
  display: block;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .dispos ul {
    text-align: center;
  }
}
.dispos ul.mois li {
  display: block;
  float: left;
  width: 10px;
  padding: 3px 0;
  color: #000;
  border: 1px solid #404040;
  background: #7f7f7f;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.75em;
  font-family: "sourcesanspro";
  margin: 0 1px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .dispos ul.mois li {
    float: none;
    display: inline-block;
  }
}
.dispos ul.mois li.ouvert {
  border: 1px solid #6fa91c;
  background: #7dbe20;
}
.dispos ul.mois li.pouvert {
  border: 1px solid #6fa91c;
  background: #ee7f01;
}
.dispos ul.jours li {
  display: block;
  float: left;
  width: 20px;
  padding: 3px 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.75em;
  font-family: "sourcesanspro";
  margin: 0 2px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .dispos ul.jours li {
    float: none;
    display: inline-block;
  }
}
.dispos ul.jours li span {
  display: block;
}
.dispos ul.jours li span.day {
  font-size: 1.5em;
  color: #FFF;
}
.dispos ul.jours li span.ouvert {
  background: #7dbe20;
}
.dispos ul.jours li span.pouvert {
  background: #ee7f01;
}
.dispos ul.jours li span.ferme {
  background: #e2001a;
}
.dispos a {
  display: block;
  padding: 5px 0;
  padding-left: 25px;
  margin-top: 5px;
  background: url(../img_interf/calendar_dispo.gif) no-repeat left center;
  color: #ff761c;
  font-size: 13px;
  font-size: 1.1em;
  font-family: "sourcesanspro";
  text-decoration: none;
}

.backoffice-content .dispos {
  clear: both;
  float: left;
  width: auto;
  margin-left: 22%;
  background: none;
}
.backoffice-content .dispos p {
  color: #000;
  font-family: "Arial", sans-serif;
}
.backoffice-content .dispos ul.mois li, .backoffice-content .dispos ul.jours li {
  width: auto;
  font-family: "Arial", sans-serif;
}
.backoffice-content .dispos ul.mois li span.day, .backoffice-content .dispos ul.jours li span.day {
  color: #000;
}

.form_modif .dispos select {
  display: block;
  margin-bottom: 5px;
  width: auto;
  min-width: 50px;
}

@font-face {
  font-family: fontawesome;
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-before-]::before, [class*=icon-after-]::after {
  display: inline-block;
  font-family: "fontawesome";
  margin: 0 0.5em;
  font-weight: normal;
  font-size: 1.25em;
  speak: none;
}

[class*=icon-middle-]::before {
  display: inline-block;
  font-family: "fontawesome";
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  speak: none;
}

[class*=icon-middle-angle-down]::before, [class*=icon-before-angle-down]::before, [class*=icon-after-angle-down]::after {
  content: "";
}

[class*=icon-middle-angle-left]::before, [class*=icon-before-angle-left]::before, [class*=icon-after-angle-left]::after {
  content: "";
}

[class*=icon-middle-angle-right]::before, [class*=icon-before-angle-right]::before, [class*=icon-after-angle-right]::after {
  content: "";
}

[class*=icon-middle-angle-up]::before, [class*=icon-before-angle-up]::before, [class*=icon-after-angle-up]::after {
  content: "";
}

[class*=icon-middle-angle-double-down]::before, [class*=icon-before-angle-double-down]::before, [class*=icon-after-angle-double-down]::after {
  content: "";
}

[class*=icon-middle-angle-double-left]::before, [class*=icon-before-angle-double-left]::before, [class*=icon-after-angle-double-left]::after {
  content: "";
}

[class*=icon-middle-angle-double-right]::before, [class*=icon-before-angle-double-right]::before, [class*=icon-after-angle-double-right]::after {
  content: "";
}

[class*=icon-middle-angle-double-up]::before, [class*=icon-before-angle-double-up]::before, [class*=icon-after-angle-double-up]::after {
  content: "";
}

[class*=icon-middle-bars]::before, [class*=icon-before-bars]::before, [class*=icon-after-bars]::after {
  content: "";
}

[class*=icon-middle-calendar]::before, [class*=icon-before-calendar]::before, [class*=icon-after-calendar]::after {
  content: "";
}

[class*=icon-middle-calendar-empty]::before, [class*=icon-before-calendar-empty]::before, [class*=icon-after-calendar-empty]::after {
  content: "";
}

[class*=icon-middle-camera]::before, [class*=icon-before-camera]::before, [class*=icon-after-camera]::after {
  content: "";
}

[class*=icon-middle-caret-down]::before, [class*=icon-before-caret-down]::before, [class*=icon-after-caret-down]::after {
  content: "";
}

[class*=icon-middle-caret-left]::before, [class*=icon-before-caret-left]::before, [class*=icon-after-caret-left]::after {
  content: "";
}

[class*=icon-middle-caret-right]::before, [class*=icon-before-caret-right]::before, [class*=icon-after-caret-right]::after {
  content: "";
}

[class*=icon-middle-caret-up]::before, [class*=icon-before-caret-up]::before, [class*=icon-after-caret-up]::after {
  content: "";
}

[class*=icon-middle-copy]::before, [class*=icon-before-copy]::before, [class*=icon-after-copy]::after {
  content: "";
}

[class*=icon-middle-cogs]::before, [class*=icon-before-cogs]::before, [class*=icon-after-cogs]::after {
  content: "";
}

[class*=icon-middle-crop]::before, [class*=icon-before-crop]::before, [class*=icon-after-crop]::after {
  content: "";
}

[class*=icon-middle-square]::before, [class*=icon-before-square]::before, [class*=icon-after-square]::after {
  content: "";
}

[class*=icon-middle-square-o]::before, [class*=icon-before-square-o]::before, [class*=icon-after-square-o]::after {
  content: "";
}

[class*=icon-middle-check]::before, [class*=icon-before-check]::before, [class*=icon-after-check]::after {
  content: "";
}

[class*=icon-middle-check-square-o]::before, [class*=icon-before-check-square-o]::before, [class*=icon-after-check-square-o]::after {
  content: "";
}

[class*=icon-middle-check-circle]::before, [class*=icon-before-check-circle]::before, [class*=icon-after-check-circle]::after {
  content: "";
}

[class*=icon-middle-chevron-down]::before, [class*=icon-before-chevron-down]::before, [class*=icon-after-chevron-down]::after {
  content: "";
}

[class*=icon-middle-chevron-left]::before, [class*=icon-before-chevron-left]::before, [class*=icon-after-chevron-left]::after {
  content: "";
}

[class*=icon-middle-chevron-right]::before, [class*=icon-before-chevron-right]::before, [class*=icon-after-chevron-right]::after {
  content: "";
}

[class*=icon-middle-chevron-up]::before, [class*=icon-before-chevron-up]::before, [class*=icon-after-chevron-up]::after {
  content: "";
}

[class*=icon-middle-download]::before, [class*=icon-before-download]::before, [class*=icon-after-download]::after {
  content: "";
}

[class*=icon-middle-search]::before, [class*=icon-before-search]::before, [class*=icon-after-search]::after {
  content: "";
}

[class*=icon-middle-envelope]::before, [class*=icon-before-envelope]::before, [class*=icon-after-envelope]::after {
  content: "";
}

[class*=icon-middle-mail]::before, [class*=icon-before-mail]::before, [class*=icon-after-mail]::after {
  content: "";
}

[class*=icon-middle-envelope-line]::before, [class*=icon-before-envelope-line]::before, [class*=icon-after-envelope-line]::after {
  content: "";
}

[class*=icon-middle-file]::before, [class*=icon-before-file]::before, [class*=icon-after-file]::after {
  content: "";
}

[class*=icon-middle-glass]::before, [class*=icon-before-glass]::before, [class*=icon-after-glass]::after {
  content: "";
}

[class*=icon-middle-group]::before, [class*=icon-before-group]::before, [class*=icon-after-group]::after {
  content: "";
}

[class*=icon-middle-home]::before, [class*=icon-before-home]::before, [class*=icon-after-home]::after {
  content: "";
}

[class*=icon-middle-hand-right]::before, [class*=icon-before-hand-right]::before, [class*=icon-after-hand-right]::after {
  content: "";
}

[class*=icon-middle-info]::before, [class*=icon-before-info]::before, [class*=icon-after-info]::after {
  content: "";
}

[class*=icon-middle-list-ol]::before, [class*=icon-before-list-ol]::before, [class*=icon-after-list-ol]::after {
  content: "";
}

[class*=icon-middle-marker]::before, [class*=icon-before-marker]::before, [class*=icon-after-marker]::after {
  content: "";
}

[class*=icon-middle-minus-circle]::before, [class*=icon-before-minus-circle]::before, [class*=icon-after-minus-circle]::after {
  content: "";
}

[class*=icon-middle-newspaper]::before, [class*=icon-before-newspaper]::before, [class*=icon-after-newspaper]::after {
  content: "";
}

[class*=icon-middle-pencil]::before, [class*=icon-before-pencil]::before, [class*=icon-after-pencil]::after {
  content: "";
}

[class*=icon-middle-phone]::before, [class*=icon-before-phone]::before, [class*=icon-after-phone]::after {
  content: "";
}

[class*=icon-middle-picture]::before, [class*=icon-before-picture]::before, [class*=icon-after-picture]::after {
  content: "";
}

[class*=icon-middle-plus]::before, [class*=icon-before-plus]::before, [class*=icon-after-plus]::after {
  content: "";
}

[class*=icon-middle-plus-circle]::before, [class*=icon-before-plus-circle]::before, [class*=icon-after-plus-circle]::after {
  content: "";
}

[class*=icon-middle-print]::before, [class*=icon-before-print]::before, [class*=icon-after-print]::after {
  content: "";
}

[class*=icon-middle-question-circle]::before, [class*=icon-before-question-circle]::before, [class*=icon-after-question-circle]::after {
  content: "";
}

[class*=icon-middle-repeat]::before, [class*=icon-before-repeat]::before, [class*=icon-after-repeat]::after {
  content: "";
}

[class*=icon-middle-retweet]::before, [class*=icon-before-retweet]::before, [class*=icon-after-retweet]::after {
  content: "";
}

[class*=icon-middle-signout]::before, [class*=icon-before-signout]::before, [class*=icon-after-signout]::after {
  content: "";
}

[class*=icon-middle-tablet]::before, [class*=icon-before-tablet]::before, [class*=icon-after-tablet]::after {
  content: "";
}

[class*=icon-middle-tag]::before, [class*=icon-before-tag]::before, [class*=icon-after-tag]::after {
  content: "";
}

[class*=icon-middle-tasks]::before, [class*=icon-before-tasks]::before, [class*=icon-after-tasks]::after {
  content: "";
}

[class*=icon-middle-text-width]::before, [class*=icon-before-text-width]::before, [class*=icon-after-text-width]::after {
  content: "";
}

[class*=icon-middle-times]::before, [class*=icon-before-times]::before, [class*=icon-after-times]::after {
  content: "";
}

[class*=icon-middle-trash]::before, [class*=icon-before-trash]::before, [class*=icon-after-trash]::after {
  content: "";
}

[class*=icon-middle-user]::before, [class*=icon-before-user]::before, [class*=icon-after-user]::after {
  content: "";
}

[class*=icon-middle-warning]::before, [class*=icon-before-warning]::before, [class*=icon-after-warning]::after {
  content: "";
}

[class*=icon-middle-shopping-cart]::before, [class*=icon-before-shopping-cart]::before, [class*=icon-after-shopping-cart]::after {
  content: "";
}

[class*=icon-middle-shopping-bag]::before, [class*=icon-before-shopping-bag]::before, [class*=icon-after-shopping-bag]::after {
  content: "";
}

[class*=icon-middle-globe]::before, [class*=icon-before-globe]::before, [class*=icon-after-globe]::after {
  content: "";
}

[class^=pictos-] {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #998764;
  background-image: url(../img_interf/sprite_pictos.png);
  background-repeat: no-repeat;
  background-position: 100000px 0;
}
[class^=pictos-].pictos-tente {
  background-position: -210px -120px;
}
[class^=pictos-].pictos-visite-guidee {
  background-position: 0 0;
}
[class^=pictos-].pictos-visite-libre {
  background-position: -30px 0;
}
[class^=pictos-].pictos-sans-resa {
  background-position: -60px 0;
}
[class^=pictos-].pictos-avec-resa {
  background-position: -90px 0;
}
[class^=pictos-].pictos-duree {
  background-position: -120px 0;
}
[class^=pictos-].pictos-presence-adulte {
  background-position: -90px -60px;
}
[class^=pictos-].pictos-a-pied {
  background-position: -150px 0;
}
[class^=pictos-].pictos-a-velo {
  background-position: -30px -120px;
}
[class^=pictos-].pictos-avec-voiture {
  background-position: -210px 0;
}
[class^=pictos-].pictos-en-autocar {
  background-position: -240px 0;
}
[class^=pictos-].pictos-traduction-simultanee {
  background-position: -270px 0;
}
[class^=pictos-].pictos-francais {
  background-position: 0 -30px;
}
[class^=pictos-].pictos-anglais {
  background-position: -30px -30px;
}
[class^=pictos-].pictos-place-limitee {
  background-position: -60px -30px;
}
[class^=pictos-].pictos-billeterie-ot {
  background-position: -90px -30px;
}
[class^=pictos-].pictos-achat-securise {
  background-position: -120px -30px;
}
[class^=pictos-].pictos-idee-cadeau {
  background-position: -150px -30px;
}
[class^=pictos-].pictos-theme-patrimoine {
  background-position: -180px -30px;
}
[class^=pictos-].pictos-fax {
  background-position: -180px 0px;
}
[class^=pictos-].pictos-theme-vin {
  background-position: -210px -30px;
}
[class^=pictos-].pictos-tarif-adulte {
  background-position: -240px -30px;
}
[class^=pictos-].pictos-tarif-reduit {
  background-position: -270px -30px;
}
[class^=pictos-].pictos-tarif-enfant {
  background-position: 0px -60px;
}
[class^=pictos-].pictos-tarif-couple {
  background-position: -30px -60px;
}
[class^=pictos-].pictos-cloture-resa {
  background-position: -60px -60px;
}
[class^=pictos-].pictos-italien {
  background-position: -180px -150px;
}
[class^=pictos-].pictos-allemand {
  background-position: -210px -150px;
}
[class^=pictos-].pictos-espagnol {
  background-position: -240px -150px;
}
[class^=pictos-].pictos-japonais {
  background-position: -180px -176px;
}
[class^=pictos-].pictos-handicap {
  background-position: -120px -60px;
}
[class^=pictos-].pictos-animaux {
  background-position: -180px -60px;
}
[class^=pictos-].pictos-capacite {
  background-position: -180px -120px;
}
[class^=pictos-].pictos-terrasse {
  background-position: -150px -150px;
}
[class^=pictos-].pictos-gites {
  background-position: -270px -60px;
}
[class^=pictos-].pictos-clevacances {
  background-position: -30px -90px;
}
[class^=pictos-].pictos-cb {
  background-position: -60px -120px;
}
[class^=pictos-].pictos-ancv {
  background-position: 0px -90px;
}
[class^=pictos-].pictos-jardin {
  background-position: -240px -60px;
}
[class^=pictos-].pictos-piscine {
  background-position: -210px -60px;
}
[class^=pictos-].pictos-parking {
  background-position: -150px -60px;
}
[class^=pictos-].pictos-garage {
  background-position: -60px -180px;
}
[class^=pictos-].pictos-tv {
  background-position: -90px -180px;
}
[class^=pictos-].pictos-telephone {
  background-position: -90px 0px;
}
[class^=pictos-].pictos-internet {
  background-position: -210px -90px;
}
[class^=pictos-].pictos-clim {
  background-position: -240px -90px;
}
[class^=pictos-].pictos-restaurant {
  background-position: -60px -90px;
}
[class^=pictos-].pictos-tennis {
  background-position: -180px -90px;
}
[class^=pictos-].pictos-peche {
  background-position: -150px -90px;
}
[class^=pictos-].pictos-club-enfant {
  background-position: 0px -120px;
}
[class^=pictos-].pictos-location-velo {
  background-position: -30px -120px;
}
[class^=pictos-].pictos-laverie {
  background-position: -270px -90px;
}
[class^=pictos-].pictos-camping-car {
  background-position: -120px -90px;
}
[class^=pictos-].pictos-distance {
  background-position: -90px -120px;
}
[class^=pictos-].pictos-lettre {
  background-position: -240px -120px;
}
[class^=pictos-].pictos-arobase {
  background-position: -270px -120px;
}
[class^=pictos-].pictos-tarifs {
  background-position: -30px -150px;
}
[class^=pictos-].pictos-verre {
  background-position: -210px -30px;
}
[class^=pictos-].pictos-bouteille {
  background-position: 0px -150px;
}
[class^=pictos-].pictos-labels {
  background-position: -120px -120px;
}
[class^=pictos-].pictos-chambre {
  background-position: -150px -120px;
}
[class^=pictos-].pictos-chaise-enfant {
  background-position: -90px -150px;
}
[class^=pictos-].pictos-boussole {
  background-position: -120px -150px;
}
[class^=pictos-].pictos-mobilhomme {
  background-position: -270px -150px;
}
[class^=pictos-].pictos-chambrehotevignoble {
  background-position: 0 -180px;
}
[class^=pictos-].pictos-menuenfant {
  background-position: -30px -180px;
}
[class^=pictos-].pictos-cheque {
  background-position: -82px -220px;
}
[class^=pictos-].pictos-espece {
  background-position: -10px -220px;
}
[class^=pictos-].pictos-expe_etranger {
  background-position: -48px -220px;
}
[class^=pictos-].pictos-vegetarien {
  background-position: -120px -220px;
}
[class^=pictos-].pictos-vegan {
  background-position: -248px -180px;
}
[class^=pictos-].pictos-glutenfree {
  background-position: -213px -183px;
}
[class^=pictos-].pictos-calendar {
  background-position: -120px -180px;
}
[class^=pictos-].pictos-fermeture {
  background-position: -155px -222px;
}

[class^=guillemets-] {
  display: inline-block;
  width: 34px;
  height: 27px;
  background-image: url(../img_interf/pictos_guillemet.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
[class^=guillemets-].guillemets-left {
  background-position: 0 0;
  margin-right: 10px;
}
[class^=guillemets-].guillemets-right {
  background-position: 0 -33px;
  margin-left: 10px;
}

.flag {
  display: inline-block;
  background: url("../img_interf/flags.png") no-repeat top left;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.flag.ad {
  background-position: 0px -42px;
}
.flag.ae {
  background-position: 0px -84px;
}
.flag.af {
  background-position: 0px -126px;
}
.flag.ag {
  background-position: 0px -168px;
}
.flag.ai {
  background-position: 0px -210px;
}
.flag.al {
  background-position: 0px -252px;
}
.flag.am {
  background-position: 0px -294px;
}
.flag.an {
  background-position: 0px -336px;
}
.flag.ao {
  background-position: 0px -378px;
}
.flag.aq {
  background-position: 0px -420px;
}
.flag.ar {
  background-position: 0px -462px;
}
.flag.as {
  background-position: 0px -504px;
}
.flag.at {
  background-position: 0px -546px;
}
.flag.au {
  background-position: 0px -588px;
}
.flag.aw {
  background-position: 0px -630px;
}
.flag.ax {
  background-position: 0px -672px;
}
.flag.az {
  background-position: 0px -714px;
}
.flag.ba {
  background-position: 0px -756px;
}
.flag.bb {
  background-position: 0px -798px;
}
.flag.bd {
  background-position: 0px -840px;
}
.flag.be {
  background-position: 0px -882px;
}
.flag.bf {
  background-position: 0px -924px;
}
.flag.bg {
  background-position: 0px -966px;
}
.flag.bh {
  background-position: 0px -1008px;
}
.flag.bi {
  background-position: 0px -1050px;
}
.flag.bj {
  background-position: 0px -1092px;
}
.flag.bl {
  background-position: 0px -1134px;
}
.flag.bm {
  background-position: 0px -1176px;
}
.flag.bn {
  background-position: 0px -1218px;
}
.flag.bo {
  background-position: 0px -1260px;
}
.flag.br {
  background-position: 0px -1302px;
}
.flag.bs {
  background-position: 0px -1344px;
}
.flag.bt {
  background-position: 0px -1386px;
}
.flag.bw {
  background-position: 0px -1428px;
}
.flag.by {
  background-position: 0px -1470px;
}
.flag.bz {
  background-position: 0px -1512px;
}
.flag.ca {
  background-position: 0px -1554px;
}
.flag.cc {
  background-position: 0px -1596px;
}
.flag.cd {
  background-position: 0px -1638px;
}
.flag.cf {
  background-position: 0px -1680px;
}
.flag.cg {
  background-position: 0px -1722px;
}
.flag.ch {
  background-position: 0px -1764px;
}
.flag.ci {
  background-position: 0px -1806px;
}
.flag.ck {
  background-position: 0px -1848px;
}
.flag.cl {
  background-position: 0px -1890px;
}
.flag.cm {
  background-position: 0px -1932px;
}
.flag.cn {
  background-position: 0px -1974px;
}
.flag.co {
  background-position: 0px -2016px;
}
.flag.cr {
  background-position: 0px -2058px;
}
.flag.cu {
  background-position: 0px -2100px;
}
.flag.cv {
  background-position: 0px -2142px;
}
.flag.cw {
  background-position: 0px -2184px;
}
.flag.cx {
  background-position: 0px -2226px;
}
.flag.cy {
  background-position: 0px -2268px;
}
.flag.cz {
  background-position: 0px -2310px;
}
.flag.de {
  background-position: 0px -2352px;
}
.flag.dj {
  background-position: 0px -2394px;
}
.flag.dk {
  background-position: 0px -2436px;
}
.flag.dm {
  background-position: 0px -2478px;
}
.flag.do {
  background-position: 0px -2520px;
}
.flag.dz {
  background-position: 0px -2562px;
}
.flag.ec {
  background-position: 0px -2604px;
}
.flag.ee {
  background-position: 0px -2646px;
}
.flag.eg {
  background-position: 0px -2688px;
}
.flag.eh {
  background-position: 0px -2730px;
}
.flag.er {
  background-position: 0px -2772px;
}
.flag.es {
  background-position: 0px -2814px;
}
.flag.et {
  background-position: 0px -2856px;
}
.flag.eu {
  background-position: 0px -2898px;
}
.flag.fi {
  background-position: 0px -2940px;
}
.flag.fj {
  background-position: 0px -2982px;
}
.flag.fk {
  background-position: 0px -3024px;
}
.flag.fm {
  background-position: 0px -3066px;
}
.flag.fo {
  background-position: 0px -3108px;
}
.flag.fr {
  background-position: 0px -3150px;
}
.flag.ga {
  background-position: 0px -3192px;
}
.flag.gb, .flag.en, .flag.uk {
  background-position: 0px -3234px;
}
.flag.gd {
  background-position: 0px -3276px;
}
.flag.ge {
  background-position: 0px -3318px;
}
.flag.gg {
  background-position: 0px -3360px;
}
.flag.gh {
  background-position: 0px -3402px;
}
.flag.gi {
  background-position: 0px -3444px;
}
.flag.gl {
  background-position: 0px -3486px;
}
.flag.gm {
  background-position: 0px -3528px;
}
.flag.gn {
  background-position: 0px -3570px;
}
.flag.gq {
  background-position: 0px -3612px;
}
.flag.gr {
  background-position: 0px -3654px;
}
.flag.gs {
  background-position: 0px -3696px;
}
.flag.gt {
  background-position: 0px -3738px;
}
.flag.gu {
  background-position: 0px -3780px;
}
.flag.gw {
  background-position: 0px -3822px;
}
.flag.gy {
  background-position: 0px -3864px;
}
.flag.hk {
  background-position: 0px -3906px;
}
.flag.hn {
  background-position: 0px -3948px;
}
.flag.hr {
  background-position: 0px -3990px;
}
.flag.ht {
  background-position: 0px -4032px;
}
.flag.hu {
  background-position: 0px -4074px;
}
.flag.ic {
  background-position: 0px -4116px;
}
.flag.id {
  background-position: 0px -4158px;
}
.flag.ie {
  background-position: 0px -4200px;
}
.flag.il {
  background-position: 0px -4242px;
}
.flag.im {
  background-position: 0px -4284px;
}
.flag.in {
  background-position: 0px -4326px;
}
.flag.iq {
  background-position: 0px -4368px;
}
.flag.ir {
  background-position: 0px -4410px;
}
.flag.is {
  background-position: 0px -4452px;
}
.flag.it {
  background-position: 0px -4494px;
}
.flag.je {
  background-position: 0px -4536px;
}
.flag.jm {
  background-position: 0px -4578px;
}
.flag.jo {
  background-position: 0px -4620px;
}
.flag.jp {
  background-position: 0px -4662px;
}
.flag.ke {
  background-position: 0px -4704px;
}
.flag.kg {
  background-position: 0px -4746px;
}
.flag.kh {
  background-position: 0px -4788px;
}
.flag.ki {
  background-position: 0px -4830px;
}
.flag.km {
  background-position: 0px -4872px;
}
.flag.kn {
  background-position: 0px -4914px;
}
.flag.kp {
  background-position: 0px -4956px;
}
.flag.kr {
  background-position: 0px -4998px;
}
.flag.kw {
  background-position: 0px -5040px;
}
.flag.ky {
  background-position: 0px -5082px;
}
.flag.kz {
  background-position: 0px -5124px;
}
.flag.la {
  background-position: 0px -5166px;
}
.flag.lb {
  background-position: 0px -5208px;
}
.flag.li {
  background-position: 0px -5250px;
}
.flag.lc {
  background-position: 0px -5292px;
}
.flag.lr {
  background-position: 0px -5334px;
}
.flag.lk {
  background-position: 0px -5376px;
}
.flag.ls {
  background-position: 0px -5418px;
}
.flag.lt {
  background-position: 0px -5460px;
}
.flag.lu {
  background-position: 0px -5502px;
}
.flag.lv {
  background-position: 0px -5544px;
}
.flag.ma {
  background-position: 0px -5586px;
}
.flag.ly {
  background-position: 0px -5628px;
}
.flag.md {
  background-position: 0px -5670px;
}
.flag.mc {
  background-position: 0px -5712px;
}
.flag.me {
  background-position: 0px -5754px;
}
.flag.mf {
  background-position: 0px -5796px;
}
.flag.mh {
  background-position: 0px -5838px;
}
.flag.mg {
  background-position: 0px -5880px;
}
.flag.mk {
  background-position: 0px -5922px;
}
.flag.ml {
  background-position: 0px -5964px;
}
.flag.mm {
  background-position: 0px -6006px;
}
.flag.mn {
  background-position: 0px -6048px;
}
.flag.mo {
  background-position: 0px -6090px;
}
.flag.mp {
  background-position: 0px -6132px;
}
.flag.mq {
  background-position: 0px -6174px;
}
.flag.mr {
  background-position: 0px -6216px;
}
.flag.ms {
  background-position: 0px -6258px;
}
.flag.mt {
  background-position: 0px -6300px;
}
.flag.mu {
  background-position: 0px -6342px;
}
.flag.mv {
  background-position: 0px -6384px;
}
.flag.mw {
  background-position: 0px -6426px;
}
.flag.mx {
  background-position: 0px -6468px;
}
.flag.my {
  background-position: 0px -6510px;
}
.flag.mz {
  background-position: 0px -6552px;
}
.flag.nc {
  background-position: 0px -6594px;
}
.flag.na {
  background-position: 0px -6636px;
}
.flag.ne {
  background-position: 0px -6678px;
}
.flag.nf {
  background-position: 0px -6720px;
}
.flag.ng {
  background-position: 0px -6762px;
}
.flag.ni {
  background-position: 0px -6804px;
}
.flag.nl {
  background-position: 0px -6846px;
}
.flag.no {
  background-position: 0px -6888px;
}
.flag.np {
  background-position: 0px -6930px;
}
.flag.nr {
  background-position: 0px -6972px;
}
.flag.nz {
  background-position: 0px -7014px;
}
.flag.nu {
  background-position: 0px -7056px;
}
.flag.om {
  background-position: 0px -7098px;
}
.flag.pa {
  background-position: 0px -7140px;
}
.flag.pf {
  background-position: 0px -7182px;
}
.flag.pe {
  background-position: 0px -7224px;
}
.flag.pg {
  background-position: 0px -7266px;
}
.flag.ph {
  background-position: 0px -7308px;
}
.flag.pk {
  background-position: 0px -7350px;
}
.flag.pl {
  background-position: 0px -7392px;
}
.flag.pn {
  background-position: 0px -7434px;
}
.flag.pr {
  background-position: 0px -7476px;
}
.flag.ps {
  background-position: 0px -7518px;
}
.flag.pt {
  background-position: 0px -7560px;
}
.flag.pw {
  background-position: 0px -7602px;
}
.flag.py {
  background-position: 0px -7644px;
}
.flag.ro {
  background-position: 0px -7686px;
}
.flag.qa {
  background-position: 0px -7728px;
}
.flag.ru {
  background-position: 0px -7770px;
}
.flag.rs {
  background-position: 0px -7812px;
}
.flag.sa {
  background-position: 0px -7854px;
}
.flag.rw {
  background-position: 0px -7896px;
}
.flag.sc {
  background-position: 0px -7938px;
}
.flag.sb {
  background-position: 0px -7980px;
}
.flag.sd {
  background-position: 0px -8022px;
}
.flag.se {
  background-position: 0px -8064px;
}
.flag.sg {
  background-position: 0px -8106px;
}
.flag.sh {
  background-position: 0px -8148px;
}
.flag.si {
  background-position: 0px -8190px;
}
.flag.sk {
  background-position: 0px -8232px;
}
.flag.sl {
  background-position: 0px -8274px;
}
.flag.sm {
  background-position: 0px -8316px;
}
.flag.sn {
  background-position: 0px -8358px;
}
.flag.so {
  background-position: 0px -8400px;
}
.flag.sr {
  background-position: 0px -8442px;
}
.flag.ss {
  background-position: 0px -8484px;
}
.flag.st {
  background-position: 0px -8526px;
}
.flag.sv {
  background-position: 0px -8568px;
}
.flag.sy {
  background-position: 0px -8610px;
}
.flag.sz {
  background-position: 0px -8652px;
}
.flag.tc {
  background-position: 0px -8694px;
}
.flag.td {
  background-position: 0px -8736px;
}
.flag.tf {
  background-position: 0px -8778px;
}
.flag.tg {
  background-position: 0px -8820px;
}
.flag.th {
  background-position: 0px -8862px;
}
.flag.tj {
  background-position: 0px -8904px;
}
.flag.tk {
  background-position: 0px -8946px;
}
.flag.tm {
  background-position: 0px -8988px;
}
.flag.tl {
  background-position: 0px -9030px;
}
.flag.tn {
  background-position: 0px -9072px;
}
.flag.to {
  background-position: 0px -9114px;
}
.flag.tr {
  background-position: 0px -9156px;
}
.flag.tt {
  background-position: 0px -9198px;
}
.flag.tw {
  background-position: 0px -9240px;
}
.flag.tv {
  background-position: 0px -9282px;
}
.flag.tz {
  background-position: 0px -9324px;
}
.flag.ua {
  background-position: 0px -9366px;
}
.flag.ug {
  background-position: 0px -9408px;
}
.flag.us {
  background-position: 0px -9450px;
}
.flag.uy {
  background-position: 0px -9492px;
}
.flag.uz {
  background-position: 0px -9534px;
}
.flag.va {
  background-position: 0px -9576px;
}
.flag.vc {
  background-position: 0px -9618px;
}
.flag.ve {
  background-position: 0px -9660px;
}
.flag.vg {
  background-position: 0px -9702px;
}
.flag.vi {
  background-position: 0px -9744px;
}
.flag.vn {
  background-position: 0px -9786px;
}
.flag.vu {
  background-position: 0px -9828px;
}
.flag.wf {
  background-position: 0px -9870px;
}
.flag.ye {
  background-position: 0px -9912px;
}
.flag.ws {
  background-position: 0px -9954px;
}
.flag.za {
  background-position: 0px -9996px;
}
.flag.yt {
  background-position: 0px -10038px;
}
.flag.zm {
  background-position: 0px -10080px;
}
.flag.zw {
  background-position: 0px -10122px;
}

.flagLang {
  display: inline-block;
  background: url("../img/flags_lang.png") no-repeat top left;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.flagLang.fr {
  background-position: 0px -13px;
}
.flagLang.fr {
  background-position: 0px -10px;
}
.flagLang.en {
  background-position: 0px -51px;
}
.flagLang.ar {
  background-position: 0px -93px;
}
.flagLang.es {
  background-position: 0px -135px;
}

@font-face {
  font-family: "NexaRust";
  src: url("../fonts/36C308_1_0-webfont.eot?v=3.2.1");
  src: url("../fonts/36C308_1_0-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/36C308_1_0-webfont.woff?v=3.2.1") format("woff"), url("../fonts/36C308_1_0-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/36C308_1_0-webfont.svg#36C308_1_0regular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NexaRustRegular";
  src: url("../fonts/36C308_0_0-webfont.eot?v=3.2.1");
  src: url("../fonts/36C308_0_0-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/36C308_0_0-webfont.woff?v=3.2.1") format("woff"), url("../fonts/36C308_0_0-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/36C308_0_0-webfont.svg#36C308_0_0regular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.v8 {
  font-size: 10px;
  background: #ffffff;
}

.v8-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-container {
    width: 95%;
  }
}
@media only screen and (max-width : 719px) {
  .v8-container {
    width: 90%;
  }
}

#header-v8 {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 {
    position: initial;
  }
  #header-v8 .container {
    position: initial;
  }
}
#header-v8 .cont-logo {
  float: left;
  width: 25%;
  max-width: 310px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-logo {
    width: 75%;
  }
}
@media only print {
  #header-v8 .cont-logo {
    float: none;
    margin: 0 auto;
  }
}
#header-v8 .cont-logo a {
  display: block;
  width: 100%;
}
#header-v8 .cont-logo a img {
  max-width: 100%;
}
#header-v8 .cont-nav {
  float: right;
  width: 75%;
  position: relative;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav {
    width: 25%;
    position: initial;
  }
}
@media only print {
  #header-v8 .cont-nav {
    display: none;
  }
}
#header-v8 .cont-nav #menuResponsive {
  display: none;
  border: none;
  background: transparent;
  font-size: 2.5em;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 15px;
  cursor: pointer;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .nav {
    display: none;
    opacity: 0;
  }
  #header-v8 .cont-nav #menuResponsive {
    display: block;
  }
}
#header-v8 .cont-nav #closeMenu {
  display: none;
  color: #960e37;
  font-size: 2.5em;
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
  background: transparent;
  border: none;
}
#header-v8 .cont-nav .rspv-active {
  z-index: 10;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  min-height: 100%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width : 719px) {
  #header-v8 .cont-nav .rspv-active {
    width: 100%;
  }
}
#header-v8 .cont-nav .rspv-active #closeMenu {
  display: block;
}
#header-v8 .cont-nav .rspv-active .flex {
  display: flex;
  flex-direction: column;
}
#header-v8 .cont-nav .rspv-active .flex .bottom {
  order: 1;
  width: 100%;
}
#header-v8 .cont-nav .rspv-active .flex .top {
  order: 2;
  width: 100%;
}
#header-v8 .cont-nav .top {
  padding: 10px 0;
}
#header-v8 .cont-nav .top ul {
  float: right;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .top ul {
    float: none;
  }
}
#header-v8 .cont-nav .top ul li {
  border-left: 1px solid #000000;
  padding: 0 12px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .top ul li {
    border: none;
    width: 97%;
    padding: 1.5%;
  }
}
#header-v8 .cont-nav .top ul li:first-child {
  border: none;
}
#header-v8 .cont-nav .top ul li.bordeaux {
  border-color: #960e37;
}
#header-v8 .cont-nav .top ul li a {
  font-size: 1.4em;
}
#header-v8 .cont-nav .top ul li ul li {
  padding: 2px 12px;
  border: none;
}
#header-v8 .cont-nav .bottom {
  padding-top: 12px;
}
#header-v8 .cont-nav .bottom ul {
  float: right;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .bottom ul {
    float: none;
    width: 100%;
  }
}
#header-v8 .cont-nav .bottom ul li {
  position: relative;
  padding: 20px 15px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .bottom ul li {
    padding: 2.5%;
  }
}
#header-v8 .cont-nav .bottom ul li a, #header-v8 .cont-nav .bottom ul li button {
  font-size: 1.8em;
}
#header-v8 .cont-nav .bottom ul li.reservations {
  background: #f7b612;
  position: relative;
}
#header-v8 .cont-nav .bottom ul li.reservations a span, #header-v8 .cont-nav .bottom ul li.reservations button span {
  color: #ffffff;
}
#header-v8 .cont-nav .bottom ul li.reservations .decoche-reserves {
  position: absolute;
  width: 100%;
  height: 12px;
  background: #f7b612;
  bottom: -12px;
  left: 0;
}
#header-v8 .cont-nav .bottom ul li.reservations .decoche-reserves:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img_interf/decoche-reservations.png") top right no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .bottom ul li.reservations .decoche-reserves {
    display: none;
  }
}
#header-v8 .cont-nav .bottom ul li.form {
  padding: 19px 0 19px 10px;
}
#header-v8 .cont-nav .bottom ul li form input {
  background: transparent;
  display: none;
  width: 140px;
  border: none;
  border-bottom: 1px solid #960e37;
  padding: 4px 0 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .bottom ul li form input {
    font-size: 1.8em;
    display: inline-block;
    width: 90%;
  }
}
#header-v8 .cont-nav .bottom ul li form button {
  display: inline-block;
  border: none;
  background: transparent;
  color: #960e37;
  font-size: 1.8em;
  cursor: pointer;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav .bottom ul li form button {
    font-size: 2.5em;
    width: 10%;
    text-align: right;
  }
}
#header-v8 .cont-nav ul {
  position: relative;
}
#header-v8 .cont-nav ul li {
  vertical-align: top;
  display: inline-block;
  list-style: none;
  padding: 0 15px;
  position: relative;
  float: none;
  height: auto;
  text-align: left;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav ul li {
    width: 95%;
    display: block;
    padding: 0 2.5%;
    border-bottom: 1px solid #efefef;
  }
}
#header-v8 .cont-nav ul li.bordeaux a {
  color: #960e37;
}
#header-v8 .cont-nav ul li a, #header-v8 .cont-nav ul li button {
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  display: block;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#header-v8 .cont-nav ul li a:hover, #header-v8 .cont-nav ul li button:hover {
  color: #960e37;
}
#header-v8 .cont-nav ul li ul {
  background: #ffffff;
  display: none;
  float: none;
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  z-index: 11;
  padding: 2px 0;
}
#header-v8 .cont-nav ul li ul li {
  border: none;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  #header-v8 .cont-nav ul li ul {
    margin-top: 10px;
    position: relative;
    top: initial;
    right: initial;
  }
}

.v8-sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 900;
  text-align: center;
}
.v8-sub-menu .container {
  padding: 30px 0;
  max-width: 1005px;
  position: relative;
}
.v8-sub-menu .close {
  cursor: pointer;
  border: none;
  background: transparent;
  color: #6c6b6b;
  text-transform: uppercase;
  font-size: 1.6em;
  position: absolute;
  top: 37px;
  right: 37px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-sub-menu .close {
    top: 20px;
  }
}
.v8-sub-menu .close span {
  color: #ffffff;
}
.v8-sub-menu .close:hover {
  color: #ffffff;
}
.v8-sub-menu .title {
  font-family: "NexaRust";
  font-size: 6.6em;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 25px;
}
.v8-sub-menu .title:after {
  display: block;
  content: "";
  width: 100px;
  margin: 0 auto;
  border-bottom: 4px dotted #ffffff;
}
.v8-sub-menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  padding: 2px;
}
@media only screen and (max-width : 719px) {
  .v8-sub-menu ul li {
    width: 100%;
    padding: 1%;
    text-align: center;
  }
}
.v8-sub-menu ul li a.main {
  position: relative;
  width: 195px;
  height: 157px;
  display: block;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-sub-menu ul li a.main {
    width: 100%;
    max-width: 195px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.v8-sub-menu ul li a.main img {
  display: block;
  max-width: 100%;
}
.v8-sub-menu ul li a.main .alignme {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  -webkit-transition: background 0 ease;
  -moz-transition: background 0 ease;
  -o-transition: background 0 ease;
  transition: background 0 ease;
}
.v8-sub-menu ul li a.main .alignme:hover {
  background: rgba(0, 0, 0, 0.8);
}
.v8-sub-menu ul li a.main .alignme span {
  width: 95%;
  margin: 0 auto;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  font-size: 2.8em;
  text-transform: uppercase;
}
.v8-sub-menu ul li .simple {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #4e4a4a;
  -webkit-transition: color 0 ease;
  -moz-transition: color 0 ease;
  -o-transition: color 0 ease;
  transition: color 0 ease;
}
.v8-sub-menu ul li .simple:hover {
  color: #960e37;
}
.v8-sub-menu ul li .simple:last-child {
  border: none;
}
@media only screen and (max-width : 719px) {
  .v8-sub-menu ul li .simple {
    text-align: center;
  }
}
.v8-sub-menu ul li .simple:last-child {
  border: none;
  border-bottom: 1px solid #4e4a4a;
}
@media only screen and (max-width : 719px) {
  .v8-sub-menu ul li .rspv-hide a {
    display: none;
  }
}
.v8-sub-menu ul.decrouvrir-list li a.main .alignme span {
  font-size: 1.6em;
}

.v8-accueil #sliderHome {
  height: 690px;
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome {
    height: 350px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil #sliderHome {
    height: 550px;
  }
}
.v8-accueil #sliderHome .contain-txt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.v8-accueil #sliderHome .txt {
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 65px;
  position: relative;
  left: initial;
  bottom: initial;
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome .txt {
    padding: 20px;
  }
}
.v8-accueil #sliderHome .txt span {
  color: #fff;
  float: none;
  padding: 0;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4em;
  text-transform: uppercase;
}
.v8-accueil #sliderHome .txt span.ligne2 {
  font-size: 2.4em;
  font-family: "NexaRustRegular";
  text-transform: none;
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome .txt span.ligne2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome .txt span {
    font-size: 2em;
  }
}
.v8-accueil #sliderHome .txt a {
  display: inline-block;
  background-color: #960e37;
  text-decoration: none;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8em;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 20px auto 0;
  padding: 20px 25px;
  -webkit-transition: background-color 0 ease;
  -moz-transition: background-color 0 ease;
  -o-transition: background-color 0 ease;
  transition: background-color 0 ease;
}
.v8-accueil #sliderHome .txt a:hover {
  background-color: #000;
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome .txt a {
    font-size: 1.4em;
    padding: 10px 15px;
  }
}
.v8-accueil #sliderHome .contain-video {
  height: 690px;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width : 719px) {
  .v8-accueil #sliderHome .contain-video {
    height: 350px;
  }
}
.v8-accueil #sliderHome ul.list_pagination_slider {
  z-index: 100;
}
.v8-accueil #sliderHome .item_slider a {
  height: initial;
  width: initial;
}
.v8-accueil #sliderHome .v8_cont_resaux {
  position: absolute;
  top: 210px;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  width: 50px;
  text-align: center;
}
.v8-accueil #sliderHome .v8_cont_resaux li {
  list-style: none;
}
.v8-accueil #sliderHome .v8_cont_resaux a {
  color: #ffffff;
  font-size: 3.6em;
  margin: 5px 0;
  display: block;
}
.v8-accueil #sliderHome .v8_cont_resaux a:hover {
  color: #f7b612;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil #sliderHome .v8_cont_resaux {
    display: none;
  }
}
.v8-accueil .slick-me {
  width: 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .slick-me {
    height: 350px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .slick-me {
    height: 550px;
  }
}
.v8-accueil .slick-me .slide {
  position: relative;
  height: 690px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .slick-me .slide {
    height: 350px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .slick-me .slide {
    height: 550px;
  }
}
.v8-accueil h2 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 7.2em;
  color: #000000;
  margin-bottom: 25px;
}
.v8-accueil h2:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
@media only screen and (max-width : 719px) {
  .v8-accueil h2 {
    font-size: 4em;
    line-height: 1em;
  }
}
.v8-accueil h3 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 5.6em;
  color: #000000;
  margin-bottom: 25px;
}
.v8-accueil h3:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 3px dotted #000000;
}
@media only screen and (max-width : 719px) {
  .v8-accueil h3 {
    font-size: 4em;
  }
}
.v8-accueil .module-v8-incontournable {
  margin: 25px 0;
}
.v8-accueil .module-v8-incontournable h2 {
  text-align: center;
}
.v8-accueil .module-v8-incontournable ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 285px;
  padding: 10px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .module-v8-incontournable ul li {
    width: 46%;
    padding: 2%;
  }
}
@media only screen and (max-width : 719px) {
  .v8-accueil .module-v8-incontournable ul li {
    width: 100%;
    padding: 2% 0;
  }
}
.v8-accueil .module-v8-incontournable ul li:first-child {
  padding-left: 0;
}
.v8-accueil .module-v8-incontournable ul li:nth-child(4) {
  padding-right: 0;
}
.v8-accueil .module-v8-incontournable ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.v8-accueil .module-v8-incontournable ul li a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .module-v8-incontournable ul li a img {
    max-width: 75%;
  }
}
.v8-accueil .module-v8-incontournable ul li a span {
  display: block;
  margin-top: 25px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.8em;
}
.v8-accueil .module-v8-incontournable ul li a span:after {
  content: "";
  width: 100%;
  display: block;
  height: 21px;
  background: url("../img_interf/feuille-vigne.png") center center no-repeat;
  margin: 10px auto 0;
}
.v8-accueil .module-v8-incontournable ul li.smart > div {
  padding: 6px;
  background: #d4c3c8;
}
.v8-accueil .escapades-v9 {
  padding: 40px 0;
  background: #efefef;
  text-align: center;
}
@media only screen and (min-width: 720px) and (max-width: 950px), only screen and (max-width : 719px) {
  .v8-accueil .escapades-v9 {
    padding: 25px 0;
  }
}
.v8-accueil .escapades-v9 h2 {
  text-align: center;
  margin-bottom: 40px;
}
.v8-accueil .escapades-v9 ul, .v8-accueil .escapades-v9 li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.v8-accueil .escapades-v9 ul {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v8-accueil .escapades-v9 ul {
    display: block;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
  }
}
.v8-accueil .escapades-v9 ul li {
  flex: 1;
  width: 25%;
}
@media screen and (min-width: 720px) and (max-width: 950px), only screen and (max-width : 719px) {
  .v8-accueil .escapades-v9 ul li {
    width: 50%;
    flex: none;
    display: inline-block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 719px) {
  .v8-accueil .escapades-v9 ul li {
    margin-bottom: 20px;
  }
}
.v8-accueil .escapades-v9 ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.v8-accueil .escapades-v9 ul li a .visuel {
  display: block;
  margin-bottom: 5px;
}
.v8-accueil .escapades-v9 ul li a .visuel img {
  width: 100%;
  max-width: 230px;
}
.v8-accueil .escapades-v9 ul li a .prix {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.v8-accueil .escapades-v9 ul li a .prix min {
  font-size: 12px;
}
.v8-accueil .escapades-v9 ul li a button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 15px 35px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
.v8-accueil .escapades-v9 ul li a:hover button {
  background-color: #960e37;
}
.v8-accueil .escapades-v9 .center {
  text-align: center;
}
.v8-accueil .escapades-v9 .center a {
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 15px 35px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.v8-accueil .escapades-v9 .center a:hover {
  background-color: #000000;
}
.v8-accueil .escapades-v8 {
  padding: 25px 0;
  background: #efefef;
  text-align: center;
}
.v8-accueil .escapades-v8 h2 {
  text-align: center;
}
.v8-accueil .escapades-v8 a {
  display: inline-block;
  background: #960e37;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.8em;
  padding: 15px 30px;
  margin: 25px auto 0;
  -webkit-transition: background 0 ease;
  -moz-transition: background 0 ease;
  -o-transition: background 0 ease;
  transition: background 0 ease;
}
.v8-accueil .escapades-v8 a:hover {
  background: #000;
}
.v8-accueil .escapades-v8 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.v8-accueil .agenda-v8 {
  padding: 25px 0;
  background: #d4c3c8;
  text-align: center;
}
.v8-accueil .agenda-v8 h2 {
  text-align: center;
}
.v8-accueil .agenda-v8 .voir-agenda a {
  display: inline-block;
  background: #960e37;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.8em;
  padding: 15px 30px;
  margin: 25px auto 0;
  -webkit-transition: background 0 ease;
  -moz-transition: background 0 ease;
  -o-transition: background 0 ease;
  transition: background 0 ease;
}
.v8-accueil .agenda-v8 .voir-agenda a:hover {
  background: #000;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .agenda-v8 .voir-agenda a {
    margin: 0 auto;
  }
}
.v8-accueil .agenda-v8 .slick-list {
  padding: 20px 0;
}
.v8-accueil .agenda-v8 ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .agenda-v8 ul li {
    width: 48%;
  }
}
.v8-accueil .agenda-v8 ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.v8-accueil .agenda-v8 ul li a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.v8-accueil .agenda-v8 ul li a > span {
  display: block;
  margin-top: 25px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.8em;
}
.v8-accueil .agenda-v8 ul li a > span.date {
  color: #ffffff;
  margin-top: 3px;
}
.v8-accueil .agenda-v8 ul li a .contain-img {
  position: relative;
  overflow: hidden;
}
.v8-accueil .agenda-v8 ul li a .contain-img .face {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: top 0 ease;
  -moz-transition: top 0 ease;
  -o-transition: top 0 ease;
  transition: top 0 ease;
}
.v8-accueil .agenda-v8 ul li a .contain-img .face .padme {
  padding: 50px 10px 30px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .agenda-v8 ul li a .contain-img .face {
    display: none;
  }
}
.v8-accueil .agenda-v8 ul li a .contain-img .face p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4em;
}
.v8-accueil .agenda-v8 ul li a .contain-img .face span {
  display: inline-block;
  background: #960e37;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 5px 10px;
  margin: 10px auto 0;
  -webkit-transition: background 0 ease;
  -moz-transition: background 0 ease;
  -o-transition: background 0 ease;
  transition: background 0 ease;
}
.v8-accueil .agenda-v8 ul li a .contain-img .face span:hover {
  background: #000;
}
.v8-accueil .agenda-v8 ul li a:hover .contain-img .face {
  top: 0%;
}
.v8-accueil .agenda-v8 ul li a .picto {
  z-index: 10;
  position: absolute;
  top: -18px;
  left: 13px;
  width: 61px;
  height: 61px;
}
.v8-accueil .agenda-v8 ul li a .picto.animation {
  background: url("../img_interf/picto-animation.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.conference {
  background: url("../img_interf/picto-conference.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.exposition {
  background: url("../img_interf/picto-exposition.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.festival {
  background: url("../img_interf/picto-festival.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.gastronomie {
  background: url("../img_interf/picto-gastonomie.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.musique {
  background: url("../img_interf/picto-musique.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.spectacle {
  background: url("../img_interf/picto-spectacle.png") center center no-repeat;
}
.v8-accueil .agenda-v8 ul li a .picto.sport {
  background: url("../img_interf/picto-sport.png") center center no-repeat;
}
.v8-accueil .agenda-v8 .slick-moment .slick-prev {
  left: -20px;
}
.v8-accueil .agenda-v8 .slick-moment .slick-prev:before {
  content: "";
  color: #000;
  font-size: 35px;
}
.v8-accueil .agenda-v8 .slick-moment .slick-next {
  right: -20px;
}
.v8-accueil .agenda-v8 .slick-moment .slick-next:before {
  content: "";
  font-size: 35px;
  color: #000;
}
.v8-accueil .v8-flux-insta {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .v8-flux-insta {
    width: 100%;
  }
}
.v8-accueil .v8-flux-insta h3 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: "NexaRustRegular";
  background: url("../img_interf/h3-instagram.png") center left no-repeat;
  padding-left: 80px;
}
.v8-accueil .v8-flux-insta h3:after {
  border: none;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .v8-flux-insta h3 {
    font-size: 2.6em;
    padding: 10px 0;
    padding-left: 80px;
    margin-bottom: 20px;
  }
}
.v8-accueil .v8-flux-insta .contain {
  width: 100%;
  max-width: 600px;
  float: right;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .v8-flux-insta .contain {
    float: none;
    margin: 0 auto;
  }
}
.v8-accueil .v8-flux-insta .flux-instagram a {
  float: left;
  display: block;
  width: 193px;
  height: 193px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.v8-accueil .v8-flux-insta .flux-instagram a:first-child {
  width: 387px;
  height: 387px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.v8-accueil .v8-flux-insta .flux-instagram a:nth-child(2) {
  border-bottom: 1px solid #ffffff;
}
.v8-accueil .v8-flux-insta .flux-instagram a:nth-child(3) {
  border-bottom: 1px solid #ffffff;
}
.v8-accueil .v8-flux-insta .flux-instagram a:nth-child(4) {
  border-right: 1px solid #ffffff;
}
.v8-accueil .v8-flux-insta .flux-instagram a:nth-child(5) {
  border-right: 1px solid #ffffff;
}
.v8-accueil .v8-flux-insta .flux-instagram a:nth-child(6) {
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .v8-flux-insta .flux-instagram a {
    width: 96px;
    height: 96px;
  }
  .v8-accueil .v8-flux-insta .flux-instagram a:first-child {
    width: 193px;
    height: 193px;
  }
}
@media only screen and (max-width : 719px) {
  .v8-accueil .v8-flux-insta .flux-instagram {
    width: 291px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .v8-flux-insta .flux-instagram {
    width: 582px;
    margin: 0 auto;
  }
}
.v8-accueil .v8-documentation {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: #efefef;
  padding: 25px 0;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .v8-documentation {
    width: 100%;
  }
}
.v8-accueil .v8-documentation h3 {
  text-align: center;
}
.v8-accueil .v8-documentation .contain {
  width: 100%;
  max-width: 600px;
  float: left;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-accueil .v8-documentation .contain {
    float: none;
    margin: 0 auto;
  }
}
.v8-accueil .v8-documentation ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 50%;
  text-align: center;
}
.v8-accueil .v8-documentation ul li a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
}
.v8-accueil .v8-documentation ul li a:hover span {
  color: #960e37;
}
.v8-accueil .v8-documentation ul li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .v8-documentation ul li img {
    max-width: 75%;
  }
}
.v8-accueil .v8-documentation ul li span {
  margin-top: 5px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  text-transform: uppercase;
}
.v8-accueil .module-v8-equipe {
  background: #f7b612;
  padding: 40px 0 0;
}
.v8-accueil .module-v8-equipe h2 {
  text-align: center;
}
.v8-accueil .module-v8-equipe ul {
  margin: 40px 0;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .module-v8-equipe ul {
    margin: 20px 0;
  }
}
.v8-accueil .module-v8-equipe ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  width: 33%;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .module-v8-equipe ul li {
    width: 100%;
    margin: 2% 0;
  }
}
.v8-accueil .module-v8-equipe ul li span.fa, .v8-accueil .module-v8-equipe ul li span.far, .v8-accueil .module-v8-equipe ul li span.fas {
  color: #ffffff;
  font-size: 7em;
  font-family: "Font Awesome 5 Free";
}
.v8-accueil .module-v8-equipe ul li a {
  text-decoration: none;
  display: block;
}
.v8-accueil .module-v8-equipe ul li div.textuel {
  margin-top: 25px;
}
.v8-accueil .module-v8-equipe ul li span {
  display: block;
  color: #000000;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em;
  text-transform: uppercase;
}
.v8-accueil .module-v8-equipe ul li span strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: normal;
}
.v8-accueil .module-v8-equipe .visuel {
  width: 100%;
}
.v8-accueil .module-v8-equipe .visuel .container .decoche {
  background: url("../img_interf/v8-decoche-equipe.png") top left no-repeat;
  width: 54px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 220px;
}
@media only screen and (max-width : 719px) {
  .v8-accueil .module-v8-equipe .visuel .container .decoche {
    left: 10px;
  }
}
.v8-accueil .module-v8-equipe .visuel img {
  width: 100%;
  display: block;
}

.contain-video {
  position: relative;
  width: 100%;
}

.v8-footer {
  padding-top: 20px;
  background: #584c4c;
}
.v8-footer .footer-logo {
  float: left;
  padding: 0 0 25px 50px;
}
@media only print {
  .v8-footer .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0 25px;
  }
}
@media only screen and (max-width : 719px) {
  .v8-footer .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0 25px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .footer-logo {
    width: 25%;
    padding: 10px 0 25px;
    text-align: center;
  }
}
.v8-footer .reseaux {
  float: right;
  text-align: right;
}
@media only print {
  .v8-footer .reseaux {
    display: none;
  }
}
@media only screen and (max-width : 719px) {
  .v8-footer .reseaux {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .reseaux {
    width: 70%;
    padding: 10px 2.5%;
  }
}
.v8-footer .reseaux > span {
  font-family: "NexaRustRegular";
  font-size: 3em;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width : 719px) {
  .v8-footer .reseaux > span {
    font-size: 2em;
  }
}
.v8-footer .reseaux ul {
  text-align: right;
  padding: 0;
}
@media only screen and (max-width : 719px) {
  .v8-footer .reseaux ul {
    text-align: center;
  }
}
.v8-footer .reseaux ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 5px;
}
.v8-footer .reseaux ul li a {
  color: #f7b612;
  font-size: 3.6em;
  -webkit-transition: color 0 ease;
  -moz-transition: color 0 ease;
  -o-transition: color 0 ease;
  transition: color 0 ease;
}
@media only screen and (max-width : 719px) {
  .v8-footer .reseaux ul li a {
    font-size: 2em;
  }
}
.v8-footer .reseaux ul li a:hover {
  color: #000000;
}
.v8-footer .flex {
  width: 100%;
}
@media only screen and (min-width: 1044px) {
  .v8-footer .flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.v8-footer .flex .labels {
  background: #ffffff;
  width: 250px;
  padding: 9px 0;
}
.v8-footer .flex .labels .logos {
  width: 243px;
  margin: 0 auto;
}
.v8-footer .flex .labels li {
  margin: 0;
  border: none;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .flex .labels {
    width: 100%;
    padding: 0;
  }
}
@media only print {
  .v8-footer .flex .labels {
    margin: 0 auto;
  }
}
.v8-footer .flex .legals {
  text-align: center;
  padding-bottom: 10px;
}
@media only print {
  .v8-footer .flex .legals {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1044px) {
  .v8-footer .flex .legals {
    flex: 2;
  }
}
.v8-footer .flex .legals span, .v8-footer .flex .legals a {
  color: #f7b612;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1em;
  text-decoration: none;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .flex .legals span, .v8-footer .flex .legals a {
    display: block;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .flex .legals {
    flex: initial;
    width: 100%;
    padding: 20px 0;
  }
}
.v8-footer .flex .newsletter {
  width: 267px;
  background: #f7b612;
  padding: 10px 12px;
  text-decoration: none;
  -webkit-transition: background-color 0 ease;
  -moz-transition: background-color 0 ease;
  -o-transition: background-color 0 ease;
  transition: background-color 0 ease;
}
@media only print {
  .v8-footer .flex .newsletter {
    display: none;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .flex .newsletter {
    display: block;
    width: auto;
  }
}
.v8-footer .flex .newsletter span {
  background: url("../img_interf/v8-newsletter.png") 20px center no-repeat;
  padding-left: 93px;
  display: block;
  font-family: "NexaRustRegular";
  color: #000000;
  font-size: 3em;
  -webkit-transition: color 0 ease;
  -moz-transition: color 0 ease;
  -o-transition: color 0 ease;
  transition: color 0 ease;
  width: 175px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .v8-footer .flex .newsletter span {
    width: 175px;
    margin: 0 auto;
  }
}
.v8-footer .flex .newsletter:hover {
  background-color: #000000;
}
.v8-footer .flex .newsletter:hover span {
  color: #ffffff;
}
.v8-footer .moderation {
  background: #ffffff;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .v8-footer .moderation {
    padding: 15px;
  }
}
.v8-footer .moderation p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.6em;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (max-width : 719px) {
  .v8-footer .moderation p {
    font-size: 1.4em;
  }
}

.fiche-v8 h1 {
  text-align: center;
  display: block;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 4.8em;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 25px;
  text-transform: none;
}
.fiche-v8 h1:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
@media only screen and (max-width : 719px) {
  .fiche-v8 h1 {
    font-size: 4em;
    line-height: 1em;
    width: 95%;
    margin: 15px auto 25px;
  }
}
.fiche-v8 h2 {
  text-align: center;
  display: block;
  font-weight: normal;
  font-family: "NexaRust";
  text-transform: none;
  font-size: 4.8em;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 25px;
}
.fiche-v8 h2:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
@media only screen and (max-width : 719px) {
  .fiche-v8 h2 {
    font-size: 5em;
    line-height: 1em;
  }
}
.fiche-v8 .contain-arianne {
  width: 100%;
  background: #efefef;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only print {
  .fiche-v8 .contain-arianne {
    padding: 10px;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .contain-arianne {
    width: 95%;
    padding: 15px 2.5%;
  }
}
.fiche-v8 .contain-arianne .arianne {
  float: left;
}
.fiche-v8 .contain-arianne .arianne a, .fiche-v8 .contain-arianne .arianne span {
  text-decoration: none;
  font-size: 1.4em;
  display: inline-block;
  color: #858585;
  padding: 0 2px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fiche-v8 .contain-arianne .arianne i {
  color: #858585;
}
.fiche-v8 .contain-arianne .arianne a {
  -webkit-transition: color 0 ease;
  -moz-transition: color 0 ease;
  -o-transition: color 0 ease;
  transition: color 0 ease;
}
.fiche-v8 .contain-arianne .arianne a:hover {
  color: #000000;
}
.fiche-v8 .contain-arianne .arianne span.fiche {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only print {
  .fiche-v8 .contain-arianne .tools {
    display: none;
  }
}
.fiche-v8 .contain-arianne .tools span, .fiche-v8 .contain-arianne .tools a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #040405;
  text-decoration: none;
}
.fiche-v8 .v8-fiche-header {
  background-color: #efefef;
}
@media only print {
  .fiche-v8 .v8-fiche-header {
    background: transparent;
  }
}
.fiche-v8 .v8-fiche-header .contain-gallerie {
  width: 884px;
  float: left;
}
@media only print {
  .fiche-v8 .v8-fiche-header .contain-gallerie {
    width: 884px;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie {
    width: 100%;
    float: none;
  }
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal {
  width: 100%;
  height: 494px;
  overflow: hidden;
}
@media only screen and (max-width : 719px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal {
    height: 350px;
  }
}
@media only screen and (max-width : 400px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal {
    height: 275px;
  }
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal .slide {
  height: 494px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 719px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal .slide {
    height: 350px;
  }
}
@media only screen and (max-width : 400px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal .slide {
    height: 275px;
  }
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature {
  width: 775px;
  margin: 20px auto;
  height: 100px;
}
@media only print {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature {
    display: none;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature {
    width: 95%;
    margin: 20px 2.5%;
  }
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slide {
  padding: 0 13px;
  height: 100px;
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slide .visuel {
  cursor: pointer;
  width: 140px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slick-next {
  right: -30px;
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slick-next:before {
  color: #2c2c2c;
  content: "";
  font-size: 45px;
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slick-prev {
  left: -40px;
}
.fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-miniature .slick-prev:before {
  color: #2c2c2c;
  content: "";
  font-size: 45px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales {
  float: left;
  width: 316px;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-fiche-header .v8-informations-principales {
    width: 100%;
    float: none;
  }
}
@media only print {
  .fiche-v8 .v8-fiche-header .v8-informations-principales {
    width: 884px;
    float: none;
    margin: 0 auto;
  }
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts {
  padding: 20px 15px;
  height: 454px;
}
@media only print {
  .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts {
    height: auto;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts {
    height: auto;
  }
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .tarif-min {
  margin-bottom: 15px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .tarif-min span {
  color: #ffffff;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .tarif-min span strong {
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.85em;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .v8-reservation {
  width: 100%;
  display: block;
  text-align: center;
  color: #000000;
  background: #f7b612;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.4em;
  padding: 15px 0;
  -webkit-transition: background-color 0 ease;
  -moz-transition: background-color 0 ease;
  -o-transition: background-color 0 ease;
  transition: background-color 0 ease;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .v8-reservation span {
  color: #ffffff;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .v8-reservation:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only print {
  .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .v8-reservation {
    display: none;
  }
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts span.h3 {
  display: block;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4em;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ffffff;
  margin-bottom: 15px;
}
@media only print {
  .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts span.h3 {
    border-bottom: 1px solid #ffffff;
    font-size: 3em;
  }
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p {
  font-size: 1.4em;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 30px;
  margin-bottom: 10px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p a {
  font-size: 1em;
  text-decoration: none;
  color: inherit;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p.adresse {
  padding-top: 2px;
  background: url("../img_interf/v8-picto-adresse.png") top left no-repeat;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p.telephone {
  padding: 2px 0 2px 30px;
  background: url("../img_interf/v8-picto-telephone.png") top left no-repeat;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p.fax {
  padding: 2px 0 2px 30px;
  background: url("../img_interf/v8-picto-fax.png") top left no-repeat;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p.arobas {
  padding: 4px 0 4px 30px;
  background: url("../img_interf/v8-picto-email.png") top left no-repeat;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts p.internet {
  padding: 6px 0 6px 30px;
  background: url("../img_interf/v8-picto-internet.png") top left no-repeat;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .networks a {
  display: inline-block;
  font-size: 2.4em;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-contacts .networks a:hover {
  color: #f7b612;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos {
  border-left: 1px solid #bfbebe;
  margin: 10px 0;
  padding-left: 20px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos {
  background: transparent;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul {
    text-align: left;
  }
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos p {
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
  text-align: left;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois {
  margin-bottom: 15px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois li {
  border: none;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois li.pouvert {
  border: none;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.mois li.ouvert {
  border: none;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours {
  padding-bottom: 7px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours li span.day {
  font-size: 1.4em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales .v8-dispos .dispos ul.jours li span {
  padding: 2px 0;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales.minify .v8-contacts .tarif-min span {
  font-size: 1.4em;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales.minify .v8-contacts .tarif-min span strong {
  font-size: 1.2em;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales.minify .v8-contacts .v8-reservation {
  font-size: 2em;
  padding: 10px 0;
  margin-bottom: 10px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales.minify .v8-contacts span.h3 {
  font-size: 2.4em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fiche-v8 .v8-fiche-header .v8-informations-principales.minify .v8-contacts p {
  margin-bottom: 10px;
}
.fiche-v8 .v8-description-fiche {
  margin: 30px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-description-fiche {
    margin: 15px 0;
  }
}
.fiche-v8 .v8-description-fiche p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #47474e;
  font-size: 1.6em;
}
.fiche-v8 .v8-description-fiche p a, .fiche-v8 .v8-description-fiche p strong {
  font-size: 1em;
}
.fiche-v8 .v8-description-fiche strong {
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.fiche-v8 .v8-description-fiche a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  font-size: 1.6em;
}
.fiche-v8 .v8-description-fiche ul {
  margin: 5px 0;
}
.fiche-v8 .v8-description-fiche ul li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 1.6em;
  list-style: none;
  margin-bottom: 5px;
}
.fiche-v8 .v8-description-fiche ul li:before {
  content: "";
  font-size: 1em;
  font-family: "FontAwesome";
  margin-right: 5px;
}
.fiche-v8 .v8-description-fiche ul li p, .fiche-v8 .v8-description-fiche ul li a, .fiche-v8 .v8-description-fiche ul li strong {
  font-size: 1em;
}
.fiche-v8 .v8-infos-pratiques {
  margin: 30px 0;
}
.fiche-v8 .v8-infos-pratiques ul.nav {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width : 719px), only print, only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-infos-pratiques ul.nav {
    display: none;
  }
}
.fiche-v8 .v8-infos-pratiques ul.nav li {
  list-style: none;
}
.fiche-v8 .v8-infos-pratiques ul.nav li.infos {
  width: 75px;
}
.fiche-v8 .v8-infos-pratiques ul.nav li.infos button {
  padding: 24px 10px;
}
.fiche-v8 .v8-infos-pratiques ul.nav li.flex {
  flex: 1;
}
.fiche-v8 .v8-infos-pratiques ul.nav li button {
  border: none;
  background: #efefef;
  cursor: pointer;
  width: 100%;
  padding: 25px 10px;
  color: #000000;
  font-size: 1.8em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  border-right: 2px solid #ffffff;
  -webkit-transition: background-color 0 ease;
  -moz-transition: background-color 0 ease;
  -o-transition: background-color 0 ease;
  transition: background-color 0 ease;
}
.fiche-v8 .v8-infos-pratiques ul.nav li button:hover, .fiche-v8 .v8-infos-pratiques ul.nav li button.selected {
  background-color: #c4c2c2;
}
.fiche-v8 .v8-infos-pratiques ul.nav li:last-child button {
  border: none;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos {
  background: #efefef;
  padding: 15px;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target {
  display: none;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px), only print {
  .fiche-v8 .v8-infos-pratiques .contain-target-infos .target {
    display: block;
  }
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target.selected {
  display: block;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target span.h2 {
  display: none;
  padding: 25px 10px;
  color: #000000;
  font-size: 1.8em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px), only print {
  .fiche-v8 .v8-infos-pratiques .contain-target-infos .target span.h2 {
    display: block;
  }
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li {
  list-style: none;
  float: none;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li span, .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li p {
  float: left;
  margin-right: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 1.6em;
  padding-top: 8px;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li span[class^=pictos-], .fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul li p[class^=pictos-] {
  background-color: #efefef;
  padding-top: 0;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels {
  display: flex;
  flex-wrap: wrap;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels li {
  margin: 0 10px 10px 0;
  background-color: #fff;
  align-items: center;
  display: flex;
  align-content: center;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels li > img {
  max-width: 100px;
  max-height: 100px;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target ul.labels li > span {
  display: block;
  padding: 5px;
  margin: 0;
  text-align: center;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .target #cont_cal table {
  height: 203px;
}
@media only print {
  .fiche-v8 .v8-infos-pratiques .contain-target-infos .target.dispos-hebergement {
    display: none;
  }
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .flags {
  margin: 0;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .flags li {
  float: none;
}
.fiche-v8 .v8-infos-pratiques .contain-target-infos .flags li span {
  float: left;
  padding-right: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 1.6em;
  padding-top: 9px;
}
.fiche-v8 .v8-video-map {
  background: #d4c3c8;
  padding: 30px 0;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-video-map {
    padding: 30px;
  }
}
@media only print {
  .fiche-v8 .v8-video-map {
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1044px) {
  .fiche-v8 .v8-video-map .flex {
    display: flex;
    flex-direction: row;
  }
}
.fiche-v8 .v8-video-map h2 {
  text-align: center;
}
.fiche-v8 .v8-video-map .v8-video {
  width: 560px;
  padding-right: 20px;
}
.fiche-v8 .v8-video-map .v8-video iframe {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-video-map .v8-video {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1044px) {
  .fiche-v8 .v8-video-map .v8-map {
    flex: 1;
  }
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-video-map .v8-map {
    width: 100%;
  }
}
.fiche-v8 .v8-video-map .v8-map .map {
  width: 100%;
  height: 315px;
}
.fiche-v8 .v8-temoignages-contain {
  margin: 30px 0;
}
@media only screen and (max-width : 719px), only screen and (min-width: 720px) and (max-width : 1043px) {
  .fiche-v8 .v8-temoignages-contain {
    margin: 30px;
  }
}
.fiche-v8 .v8-temoignages-contain .v8-tripadvisor {
  border: 1px solid #cccccc;
}

.page-fiche .fiche-v8 #map {
  height: 315px;
}

.v8-contacts {
  background: #ab2c56;
}

.v8-description-fiche strong {
  color: #ab2c56;
}

.v8-description-fiche a {
  color: #ab2c56;
}

.v8-description-fiche ul li:before {
  color: #ab2c56;
}

.decouvrir .v8-contacts {
  background: #998764;
}
.decouvrir .v8-description-fiche strong {
  color: #998764;
}
.decouvrir .v8-description-fiche a {
  color: #998764;
}
.decouvrir .v8-description-fiche ul li:before {
  color: #998764;
}

.dormir .v8-contacts {
  background: #5792b9;
}
.dormir .v8-description-fiche strong {
  color: #5792b9;
}
.dormir .v8-description-fiche a {
  color: #5792b9;
}
.dormir .v8-description-fiche ul li:before {
  color: #5792b9;
}

.faire .v8-contacts {
  background: #c92623;
}
.faire .v8-description-fiche strong {
  color: #c92623;
}
.faire .v8-description-fiche a {
  color: #c92623;
}
.faire .v8-description-fiche ul li:before {
  color: #c92623;
}

.manger .v8-contacts {
  background: #e09504;
}
.manger .v8-description-fiche strong {
  color: #e09504;
}
.manger .v8-description-fiche a {
  color: #e09504;
}
.manger .v8-description-fiche ul li:before {
  color: #e09504;
}

.shopping .v8-contacts {
  background: #af63d5;
}
.shopping .v8-description-fiche strong {
  color: #af63d5;
}
.shopping .v8-description-fiche a {
  color: #af63d5;
}
.shopping .v8-description-fiche ul li:before {
  color: #af63d5;
}

.chateau .v8-contacts {
  background: #ab2c56;
}
.chateau .v8-description-fiche strong {
  color: #ab2c56;
}
.chateau .v8-description-fiche a {
  color: #ab2c56;
}
.chateau .v8-description-fiche ul li:before {
  color: #ab2c56;
}
.chateau .fiche-v8 .v8-fiche-header .contain-gallerie .slick-fiche-principal .slide.principale {
  background-size: contain;
  background-color: #000;
}

.agenda .v8-contacts {
  background: #c238c0;
}
.agenda .v8-description-fiche strong {
  color: #c238c0;
}
.agenda .v8-description-fiche a {
  color: #c238c0;
}
.agenda .v8-description-fiche ul li:before {
  color: #c238c0;
}

.v9-escapade-produit .produit-line {
  padding: 40px 0;
  background-color: #efefef;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line {
    padding: 20px 0;
  }
}
.v9-escapade-produit .produit-line .v8-container h1 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 60px;
  color: #000000;
  margin-bottom: 35px;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-produit .produit-line .v8-container h1 {
    font-size: 50px;
  }
}
.v9-escapade-produit .produit-line .v8-container h1:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line {
  display: flex;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line {
    flex-direction: column;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .visuel {
  width: 50%;
  flex: 1;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding-right: 95px;
  text-align: right;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .visuel {
    width: 40%;
    padding-right: 30px;
  }
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .visuel {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .visuel img {
  max-width: 100%;
  max-height: 480px;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .visuel img {
    max-width: 200px;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu {
  flex: 1;
  width: 50%;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu {
    width: 60%;
    flex: 2;
  }
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu {
    width: 100%;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line {
    flex-direction: column;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .prix {
  display: block;
  font-size: 30px;
  color: #000000;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .prix {
    text-align: center;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .prix min {
  font-size: 12px;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .prix .apartirde {
  display: block;
  font-size: 12px;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .nb_personne {
  padding-top: 8px;
  display: block;
  color: #960e37;
  text-transform: uppercase;
  font-size: 12px;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .nb_personne::before {
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  content: "";
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .nb_personne {
    text-align: center;
    padding-top: 0;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .bt-panier {
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .bt-panier .fa {
  margin-right: 3px;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col .bt-panier:hover {
  background-color: #000000;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col1 {
  flex: 2;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col1 {
    margin-bottom: 10px;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .prix-line .col2 {
  text-align: right;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .texte {
  margin-bottom: 35px;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .texte {
    margin-bottom: 15px;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul, .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance li {
  display: block;
  margin: 0;
  padding: 0;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul {
  display: flex;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b1b1;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul {
    flex-direction: column;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: center;
  width: 25%;
  padding: 15px 0;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li {
    width: 100%;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li strong {
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: block;
  text-align: center;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li min {
  font-size: 0.7em;
  display: block;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li.li-validite {
  width: 50%;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li.li-validite {
    width: 100%;
  }
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-calendrier,
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-paiement,
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-livraison {
  display: block;
  height: 32px;
  background: transparent url("../img_interf/esc_picto_calendrier.png") center center no-repeat;
  margin-bottom: 10px;
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-calendrier {
  background-image: url(../img_interf/esc_picto_calendrier.png);
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-paiement {
  background-image: url(../img_interf/esc_picto_cadena.png);
}
.v9-escapade-produit .produit-line .v8-container .visuel-line .produit-contenu .bloc-rassurance ul li .picto-livraison {
  background-image: url(../img_interf/esc_picto_livraison.png);
}

.produitnan-line {
  padding: 40px 0 20px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .produitnan-line {
    padding-top: 20px;
  }
}
@media only screen and (max-width : 719px) {
  .produitnan-line {
    padding-top: 20px;
  }
}
.produitnan-line h2 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 48px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .produitnan-line h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width : 719px) {
  .produitnan-line h2 {
    font-size: 30px;
  }
}
.produitnan-line h2.activites-titre {
  margin-bottom: 45px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .produitnan-line h2.activites-titre {
    margin-bottom: 25px;
  }
}
.produitnan-line h2:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
.produitnan-line > .v8-container > .escapade_mce {
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .produitnan-line > .v8-container > .escapade_mce {
    margin-bottom: 20px;
  }
}
.produitnan-line > .v8-container > .escapade_mce p {
  text-align: center;
  margin: 0;
  font-size: 15px;
}
.produitnan-line > .v8-container > .escapade_mce p .fa {
  color: #960e37;
}

.v9-escapade-accueil .ls-packs,
.produitnan-line .ls-produits {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.v9-escapade-accueil .ls-packs .ls-produit,
.produitnan-line .ls-produits .ls-produit {
  display: inline-block;
  width: 25%;
  margin-bottom: 40px;
  vertical-align: top;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-accueil .ls-packs .ls-produit,
.produitnan-line .ls-produits .ls-produit {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-accueil .ls-packs .ls-produit,
.produitnan-line .ls-produits .ls-produit {
    width: 50%;
  }
}
.v9-escapade-accueil .ls-packs .ls-produit .padme,
.produitnan-line .ls-produits .ls-produit .padme {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-accueil .ls-packs .ls-produit .padme,
.produitnan-line .ls-produits .ls-produit .padme {
    padding: 0;
  }
}
.v9-escapade-accueil .ls-packs .ls-produit .visuel,
.produitnan-line .ls-produits .ls-produit .visuel {
  margin-bottom: 20px;
  display: block;
}
.v9-escapade-accueil .ls-packs .ls-produit .visuel img,
.produitnan-line .ls-produits .ls-produit .visuel img {
  width: 100%;
  max-width: 300px;
}
.v9-escapade-accueil .ls-packs .ls-produit .titre,
.produitnan-line .ls-produits .ls-produit .titre {
  display: block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.v9-escapade-accueil .ls-packs .ls-produit .texte,
.produitnan-line .ls-produits .ls-produit .texte {
  text-align: left;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-accueil .ls-packs.ls-activites .ls-produit,
.produitnan-line .ls-produits.ls-activites .ls-produit {
    width: 33.3333%;
  }
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .titre, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .titre,
.produitnan-line .ls-produits.ls-packs .ls-produit .titre,
.produitnan-line .ls-produits.ls-activites .ls-produit .titre {
  display: block;
  color: #960e37;
  text-transform: none;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .titre:after, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .titre:after,
.produitnan-line .ls-produits.ls-packs .ls-produit .titre:after,
.produitnan-line .ls-produits.ls-activites .ls-produit .titre:after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 50px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
  background-color: #000000;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .prix, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .prix,
.produitnan-line .ls-produits.ls-packs .ls-produit .prix,
.produitnan-line .ls-produits.ls-activites .ls-produit .prix {
  text-align: center;
  display: block;
  font-size: 30px;
  color: #000000;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .prix min, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .prix min,
.produitnan-line .ls-produits.ls-packs .ls-produit .prix min,
.produitnan-line .ls-produits.ls-activites .ls-produit .prix min {
  font-size: 12px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .qtt, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .qtt,
.produitnan-line .ls-produits.ls-packs .ls-produit .qtt,
.produitnan-line .ls-produits.ls-activites .ls-produit .qtt {
  text-align: center;
  margin-bottom: 15px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .qtt p, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .qtt p,
.produitnan-line .ls-produits.ls-packs .ls-produit .qtt p,
.produitnan-line .ls-produits.ls-activites .ls-produit .qtt p {
  display: inline-block;
  margin-right: 20px;
  color: #000000;
  font-size: 18px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .qtt p strong, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .qtt p strong,
.produitnan-line .ls-produits.ls-packs .ls-produit .qtt p strong,
.produitnan-line .ls-produits.ls-activites .ls-produit .qtt p strong {
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .qtt select, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .qtt select,
.produitnan-line .ls-produits.ls-packs .ls-produit .qtt select,
.produitnan-line .ls-produits.ls-activites .ls-produit .qtt select {
  display: inline-block;
  font-size: 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #b4b1b1;
  padding: 3px;
  min-width: 40px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .texte, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .texte,
.produitnan-line .ls-produits.ls-packs .ls-produit .texte,
.produitnan-line .ls-produits.ls-activites .ls-produit .texte {
  display: block;
  overflow: hidden;
  max-height: 55px;
  margin-bottom: 15px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .texte.free, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .texte.free,
.produitnan-line .ls-produits.ls-packs .ls-produit .texte.free,
.produitnan-line .ls-produits.ls-activites .ls-produit .texte.free {
  max-height: none;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button,
.produitnan-line .ls-produits.ls-packs .ls-produit .button,
.produitnan-line .ls-produits.ls-packs .ls-produit button,
.produitnan-line .ls-produits.ls-activites .ls-produit .button,
.produitnan-line .ls-produits.ls-activites .ls-produit button {
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: 0;
  margin: 0 auto 7px;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #960e37;
  line-height: 42px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button,
.produitnan-line .ls-produits.ls-packs .ls-produit .button,
.produitnan-line .ls-produits.ls-packs .ls-produit button,
.produitnan-line .ls-produits.ls-activites .ls-produit .button,
.produitnan-line .ls-produits.ls-activites .ls-produit button {
    font-size: 14px;
    line-height: 30px;
  }
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button .fa,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button .fa, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button .fa,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button .fa,
.produitnan-line .ls-produits.ls-packs .ls-produit .button .fa,
.produitnan-line .ls-produits.ls-packs .ls-produit button .fa,
.produitnan-line .ls-produits.ls-activites .ls-produit .button .fa,
.produitnan-line .ls-produits.ls-activites .ls-produit button .fa {
  margin-right: 3px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button.bt-fermer, .v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button.bt-decouvrir,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button.bt-fermer,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button.bt-decouvrir, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button.bt-fermer, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button.bt-decouvrir,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button.bt-fermer,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button.bt-decouvrir,
.produitnan-line .ls-produits.ls-packs .ls-produit .button.bt-fermer,
.produitnan-line .ls-produits.ls-packs .ls-produit .button.bt-decouvrir,
.produitnan-line .ls-produits.ls-packs .ls-produit button.bt-fermer,
.produitnan-line .ls-produits.ls-packs .ls-produit button.bt-decouvrir,
.produitnan-line .ls-produits.ls-activites .ls-produit .button.bt-fermer,
.produitnan-line .ls-produits.ls-activites .ls-produit .button.bt-decouvrir,
.produitnan-line .ls-produits.ls-activites .ls-produit button.bt-fermer,
.produitnan-line .ls-produits.ls-activites .ls-produit button.bt-decouvrir {
  background-color: #fff;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #b4b1b1;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button.bt-fermer.none, .v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button.bt-decouvrir.none,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button.bt-fermer.none,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button.bt-decouvrir.none, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button.bt-fermer.none, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button.bt-decouvrir.none,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button.bt-fermer.none,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button.bt-decouvrir.none,
.produitnan-line .ls-produits.ls-packs .ls-produit .button.bt-fermer.none,
.produitnan-line .ls-produits.ls-packs .ls-produit .button.bt-decouvrir.none,
.produitnan-line .ls-produits.ls-packs .ls-produit button.bt-fermer.none,
.produitnan-line .ls-produits.ls-packs .ls-produit button.bt-decouvrir.none,
.produitnan-line .ls-produits.ls-activites .ls-produit .button.bt-fermer.none,
.produitnan-line .ls-produits.ls-activites .ls-produit .button.bt-decouvrir.none,
.produitnan-line .ls-produits.ls-activites .ls-produit button.bt-fermer.none,
.produitnan-line .ls-produits.ls-activites .ls-produit button.bt-decouvrir.none {
  display: none;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button.bt-decouvrir:hover, .v9-escapade-accueil .ls-packs.ls-packs .ls-produit .button:hover,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button.bt-decouvrir:hover,
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit button:hover, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button.bt-decouvrir:hover, .v9-escapade-accueil .ls-packs.ls-activites .ls-produit .button:hover,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button.bt-decouvrir:hover,
.v9-escapade-accueil .ls-packs.ls-activites .ls-produit button:hover,
.produitnan-line .ls-produits.ls-packs .ls-produit .button.bt-decouvrir:hover,
.produitnan-line .ls-produits.ls-packs .ls-produit .button:hover,
.produitnan-line .ls-produits.ls-packs .ls-produit button.bt-decouvrir:hover,
.produitnan-line .ls-produits.ls-packs .ls-produit button:hover,
.produitnan-line .ls-produits.ls-activites .ls-produit .button.bt-decouvrir:hover,
.produitnan-line .ls-produits.ls-activites .ls-produit .button:hover,
.produitnan-line .ls-produits.ls-activites .ls-produit button.bt-decouvrir:hover,
.produitnan-line .ls-produits.ls-activites .ls-produit button:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #b4b1b1;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .visuel img,
.produitnan-line .ls-produits.ls-packs .ls-produit .visuel img {
  max-width: 220px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .titre:after,
.produitnan-line .ls-produits.ls-packs .ls-produit .titre:after {
  margin-bottom: 15px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .prix,
.produitnan-line .ls-produits.ls-packs .ls-produit .prix {
  margin-bottom: 15px;
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .texte,
.produitnan-line .ls-produits.ls-packs .ls-produit .texte {
  margin-left: auto;
  margin-right: auto;
  max-width: 235px;
  max-height: none;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-accueil .ls-packs.ls-packs .ls-produit .texte,
.produitnan-line .ls-produits.ls-packs .ls-produit .texte {
    max-width: none;
  }
}
.v9-escapade-accueil .ls-packs.ls-packs .ls-produit .texte p,
.produitnan-line .ls-produits.ls-packs .ls-produit .texte p {
  text-align: justify;
  margin-bottom: 0;
}

@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-accueil .ls-packs .ls_produit {
    margin-bottom: 0;
  }
}

.escapade_mce {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.escapade_mce p {
  font-size: 16px;
  color: #47474e;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width : 719px) {
  .escapade_mce p {
    font-size: 15px;
  }
}
.escapade_mce p.center {
  text-align: center;
}
.escapade_mce ol, .escapade_mce ul, .escapade_mce li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.escapade_mce ol,
.escapade_mce ul {
  margin-bottom: 10px;
}
.escapade_mce ol li,
.escapade_mce ul li {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000000;
}
.escapade_mce ol li::before,
.escapade_mce ul li::before {
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  content: "";
}
@media only screen and (max-width : 719px) {
  .escapade_mce ol li,
.escapade_mce ul li {
    font-size: 15px;
  }
}
.escapade_mce ol li:before,
.escapade_mce ul li:before {
  color: #960e37;
}
.escapade_mce strong {
  font-size: 16px;
  color: #960e37;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width : 719px) {
  .escapade_mce strong {
    font-size: 15px;
  }
}

.v9-escapades-postpaiement .titre-line {
  padding: 40px 0;
  background-color: #efefef;
  border-top: 1px solid #e5e5e5;
}
.v9-escapades-postpaiement .titre-line .v8-container h1 {
  padding: 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 60px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.v9-escapades-postpaiement .titre-line .v8-container h1:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
.v9-escapades-postpaiement .texte-line {
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.v9-escapades-postpaiement .texte-line p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.v9-escapades-postpaiement .texte-line p.bt {
  padding-top: 30px;
}
.v9-escapades-postpaiement .texte-line p.bt a {
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.v9-escapades-postpaiement .texte-line p.bt a:hover {
  background-color: #000000;
  color: #ffffff;
}

.v9-escapade-accueil {
  padding: 25px 0 40px;
  background-color: #efefef;
  border-top: 1px solid #e5e5e5;
}
.v9-escapade-accueil .v8-container .esc-produits h1 {
  padding: 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 60px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-accueil .v8-container .esc-produits h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-accueil .v8-container .esc-produits h1 {
    font-size: 50px;
  }
}
.v9-escapade-accueil .v8-container .esc-produits h1:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 40px;
  border-bottom: 4px dotted #000000;
}

.v9-escapade-temoignages {
  padding: 25px 0 40px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-intro {
  margin-bottom: 25px;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-intro h2 {
  margin: 0;
  padding: 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-intro h2:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-txt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-txt h3 {
  display: block;
  color: #c92523;
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-txt p {
  font-size: 16px;
  color: #47474e;
  padding: 0;
  margin: 0;
}
.v9-escapade-temoignages .v8-container .temoignages .temoignages-txt hr {
  border: 0;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e5e5e5;
}

.v9-escapade-engagements {
  padding: 25px 0 40px;
  background-color: #d4c3c8;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-engagements {
    padding-bottom: 25px;
  }
}
.v9-escapade-engagements .v8-container .engagements .engagements-intro {
  margin-bottom: 35px;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-intro {
    margin-bottom: 25px;
  }
}
.v9-escapade-engagements .v8-container .engagements .engagements-intro h1, .v9-escapade-engagements .v8-container .engagements .engagements-intro h2 {
  margin: 0;
  padding: 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 48px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-intro h1, .v9-escapade-engagements .v8-container .engagements .engagements-intro h2 {
    font-size: 40px;
  }
}
.v9-escapade-engagements .v8-container .engagements .engagements-intro h1:after, .v9-escapade-engagements .v8-container .engagements .engagements-intro h2:after {
  display: block;
  content: "";
  width: 100px;
  margin: 10px auto 0;
  border-bottom: 4px dotted #000000;
}
.v9-escapade-engagements .v8-container .engagements .engagements-txt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.v9-escapade-engagements .v8-container .engagements .engagements-txt ul, .v9-escapade-engagements .v8-container .engagements .engagements-txt li {
  display: block;
  margin: 0;
  padding: 0;
}
.v9-escapade-engagements .v8-container .engagements .engagements-txt ul {
  display: flex;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-txt ul {
    display: block;
    text-align: center;
  }
}
.v9-escapade-engagements .v8-container .engagements .engagements-txt ul li {
  flex: 1;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-txt ul li {
    width: 100%;
    display: block;
    flex: none;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-txt ul li {
    font-size: 14px;
  }
}
.v9-escapade-engagements .v8-container .engagements .engagements-txt ul li strong {
  font-size: 22px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapade-engagements .v8-container .engagements .engagements-txt ul li strong {
    font-size: 18px;
  }
}

.v9-escapades-panier-vide {
  padding: 40px 0 60px;
  background-color: #efefef;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier-vide {
    padding: 20px 0;
  }
}
.v9-escapades-panier-vide .v8-container h1 {
  padding: 0;
  margin: 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-family: "NexaRust";
  font-size: 60px;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier-vide .v8-container h1 {
    font-size: 40px;
  }
}
.v9-escapades-panier-vide #formcb {
  text-align: center;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 40px;
}

.v9-escapades-panier {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 60px 0 40px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier {
    padding: 20px 0;
  }
}
.v9-escapades-panier .v8-container .bicolonne {
  display: flex;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne {
    flex-direction: column;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire,
.v9-escapades-panier .v8-container .bicolonne .liste {
  flex: 3;
  padding-right: 35px;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire,
.v9-escapades-panier .v8-container .bicolonne .liste {
    order: 2;
    padding-right: 0;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .titre-line,
.v9-escapades-panier .v8-container .bicolonne .liste .titre-line {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .titre-line h1,
.v9-escapades-panier .v8-container .bicolonne .liste .titre-line h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #960e37;
  font-weight: normal;
  text-transform: uppercase;
  flex: 3;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .titre-line h1 em,
.v9-escapades-panier .v8-container .bicolonne .liste .titre-line h1 em {
  font-style: normal;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .titre-line span,
.v9-escapades-panier .v8-container .bicolonne .liste .titre-line span {
  display: block;
  width: 50%;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .titre-line span,
.v9-escapades-panier .v8-container .bicolonne .liste .titre-line span {
    width: 40%;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line {
  margin-bottom: 30px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form ul.form-errors,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form ul.form-errors {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form ul.form-errors li,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form ul.form-errors li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: red;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset {
  display: block;
  padding: 30px 0 0;
  margin: 0 0 30px;
  border: 0;
  border-top: 1px solid #b4b1b1;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset {
    padding: 15px 0 0;
    margin-bottom: 15px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset h2,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset h2 {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset h2,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset h2 {
    margin-bottom: 15px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset h2 min,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset h2 min {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .info,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .info {
  margin-bottom: 15px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .info p,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .info p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input {
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input.input-col-1,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input.input-col-1 {
  display: block;
  width: 100%;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input.input-col-3,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input.input-col-3 {
  display: inline-block;
  width: 33.3333%;
  padding-right: 30px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input.input-col-3,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input.input-col-3 {
    width: 100%;
    padding-right: 0;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input label,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #47474e;
  font-size: 14px;
  margin-bottom: 5px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input label a,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input label a {
  color: inherit;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input label strong,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input label strong {
  font-weight: normal;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input select,
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input textarea,
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input input[type=text],
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input select,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input textarea,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input input[type=text] {
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #b4b1b1;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input select.colorme,
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input textarea.colorme,
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input input[type=text].colorme,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input select.colorme,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input textarea.colorme,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input input[type=text].colorme {
  border-color: #ff0000;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input textarea,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input textarea {
  height: 70px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form fieldset .input.input-message,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form fieldset .input.input-message {
  margin-bottom: 30px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form .submitter,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form .submitter {
  text-align: center;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form .submitter button,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form .submitter button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  max-width: 250px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 18px;
  text-transform: uppercase;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .formulaire-line form .submitter button:hover,
.v9-escapades-panier .v8-container .bicolonne .liste .formulaire-line form .submitter button:hover {
  background-color: #000;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #000;
  margin-bottom: 15px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td {
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #b4b1b1;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-visuel,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-visuel {
  width: 100px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-visuel,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-visuel {
    display: none;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-visuel .visuel,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-visuel .visuel {
  text-align: center;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-visuel .visuel img,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-visuel .visuel img {
  max-width: 80px;
  max-height: 80px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-qtt {
  width: 140px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-qtt {
    width: auto;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-prix,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-prix {
  width: 100px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td.td-prix,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td.td-prix {
    width: auto;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .nom-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .nom-produit {
  font-size: 20px;
  color: #000000;
  display: block;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .nom-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .nom-produit {
    font-size: 16px;
  }
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .nom-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .nom-produit {
    font-size: 14px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .accroche-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .accroche-produit {
  font-size: 14px;
  color: #47474e;
  display: block;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .accroche-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .accroche-produit {
    font-size: 13px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .qtt {
  display: inline-block;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .qtt {
    font-size: 13px;
    display: block;
    text-align: center;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td form.form-panier-produit-qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td form.form-panier-produit-qtt {
  display: inline-block;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td form.form-panier-produit-qtt,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td form.form-panier-produit-qtt {
    display: block;
    text-align: center;
    padding: 3px 0;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td form.form-panier-produit-qtt select,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td form.form-panier-produit-qtt select {
  display: inline-block;
  font-size: 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #b4b1b1;
  padding: 3px;
  min-width: 40px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td a.icon-before-trash,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td a.icon-before-trash {
  display: inline-block;
  color: #960e37;
  font-size: 14px;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td a.icon-before-trash,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td a.icon-before-trash {
    display: block;
    text-align: center;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .prix-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .prix-produit {
  text-align: right;
  display: block;
  font-size: 30px;
  color: #000000;
}
@media only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .prix-produit,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .prix-produit {
    font-size: 20px;
    padding-left: 5px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tbody tr td .prix-produit min,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tbody tr td .prix-produit min {
  font-size: 12px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tfoot tr td,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tfoot tr td {
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 24px;
  color: #000000;
  border-top: 1px solid #b4b1b1;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tfoot tr td min,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tfoot tr td min {
  font-size: 0.8em;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .table-line table tfoot tr td strong.prix-total,
.v9-escapades-panier .v8-container .bicolonne .liste .table-line table tfoot tr td strong.prix-total {
  display: block;
  text-align: right;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .modalite-line,
.v9-escapades-panier .v8-container .bicolonne .liste .modalite-line {
  display: block;
  margin: 0;
  padding: 0;
  color: #47474e;
  font-size: 16px;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .modalite-line strong,
.v9-escapades-panier .v8-container .bicolonne .liste .modalite-line strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000000;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .cross-selling,
.v9-escapades-panier .v8-container .bicolonne .liste .cross-selling {
  border-top: 0;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .cross-selling h2,
.v9-escapades-panier .v8-container .bicolonne .liste .cross-selling h2 {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .cross-selling h2:after,
.v9-escapades-panier .v8-container .bicolonne .liste .cross-selling h2:after {
  display: none;
}
.v9-escapades-panier .v8-container .bicolonne .formulaire .cross-selling .ls-produits,
.v9-escapades-panier .v8-container .bicolonne .liste .cross-selling .ls-produits {
  text-align: left;
}
.v9-escapades-panier .v8-container .bicolonne .recap {
  width: 335px;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .v9-escapades-panier .v8-container .bicolonne .recap {
    order: 1;
    width: 100%;
    padding-bottom: 20px;
  }
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme {
  border: 1px solid #b4b1b1;
  padding: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div h3 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #960e37;
  font-weight: normal;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tbody tr td {
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #b4b1b1;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tbody tr td .nom-produit {
  font-size: 16px;
  color: #000000;
  display: block;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tbody tr td .accroche-produit {
  font-size: 14px;
  color: #47474e;
  display: block;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tbody tr td .prix-produit {
  font-size: 16px;
  color: #000000;
  display: block;
  text-align: right;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tfoot tr td {
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #b4b1b1;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tfoot tr td strong {
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.1em;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div table tfoot tr td strong.prix-total {
  display: block;
  text-align: right;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div .goto-facturation {
  text-align: center;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div .goto-facturation a {
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #960e37;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.v9-escapades-panier .v8-container .bicolonne .recap .borderme > div .goto-facturation a:hover {
  background-color: #000000;
  color: #ffffff;
}

#isresponsiveTablet,
#isresponsivePhone {
  display: none;
}

@media only screen and (min-width: 720px) and (max-width : 1043px) {
  #isresponsiveTablet {
    display: block;
  }
}

@media only screen and (max-width : 719px) {
  #isresponsivePhone {
    display: block;
  }
}

.pass-my-saintemilion {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pass-my-saintemilion > .pmse-bandeau {
  height: 426px;
  background: #fff none center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau {
    height: 330px;
    background-size: cover;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu {
  align-self: center;
  justify-self: center;
  max-width: 940px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > h1 {
  text-transform: none;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
  color: #fff;
  font-size: 6em;
  font-weight: normal;
  font-family: "NexaRust";
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > h1 {
    font-size: 3em;
    margin-bottom: 100px;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > h1:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 100px;
  border-bottom: 4px dotted #fff;
  height: 1px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > h1:after {
    display: none;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p {
  text-align: center;
  font-size: 2em;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p {
    font-size: 1.6em;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p > a {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 20px;
  background-color: #000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p > a {
    padding: 15px 20px;
  }
  .pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p > a span {
    display: none;
  }
}
.pass-my-saintemilion > .pmse-bandeau > .bandeau-contenu > p > a:hover {
  color: #000;
  background-color: #fff;
}
.pass-my-saintemilion .pmse-intro {
  margin-bottom: 40px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-intro {
    margin-bottom: 20px;
  }
}
.pass-my-saintemilion .pmse-intro .container {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-intro .container {
    width: 90%;
  }
}
.pass-my-saintemilion .pmse-intro .container p {
  font-size: 1.8em;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-intro .container p {
    font-size: 1.4em;
  }
}
.pass-my-saintemilion .pmse-intro .container p strong {
  font-weight: bold;
  font-family: inherit;
}
.pass-my-saintemilion .pmse-intro .container p a {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  text-decoration: none;
}
.pass-my-saintemilion .pmse-filtres {
  margin-bottom: 25px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    padding: 15px 15px 15px 25px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
  }
}
.pass-my-saintemilion .pmse-filtres .filtres-titre {
  text-align: center;
}
.pass-my-saintemilion .pmse-filtres .filtres-titre button {
  display: inline-block;
  font-size: 1.8em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres .filtres-titre button {
    font-size: 1.4em;
  }
}
.pass-my-saintemilion .pmse-filtres .filtres-titre button:after {
  font-family: "fontawesome";
  content: "";
  display: block;
  width: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres .filtres-titre button:after {
    content: "";
  }
}
.pass-my-saintemilion .pmse-filtres form {
  display: block;
  text-align: center;
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  padding: 5px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres form {
    padding: 0;
    border: none;
    width: 100%;
    text-align: left;
    display: none;
  }
}
.pass-my-saintemilion .pmse-filtres form > div {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres form > div {
    display: block;
    margin-top: 15px;
    text-align: left;
    padding: 0;
  }
}
.pass-my-saintemilion .pmse-filtres form .filtre-titre {
  display: inline-block;
  font-size: 1.8em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 5px;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres form .filtre-titre {
    display: block;
    font-size: 1.4em;
    margin: 0 0 10px;
  }
}
.pass-my-saintemilion .pmse-filtres form label {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pass-my-saintemilion .pmse-filtres form label::before {
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  content: "";
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-filtres form label {
    display: block;
    margin: 0 0 5px;
  }
}
.pass-my-saintemilion .pmse-filtres form label:before {
  margin-right: 0px;
}
.pass-my-saintemilion .pmse-filtres form label.selected {
  color: #960e37;
}
.pass-my-saintemilion .pmse-filtres form label.selected:before {
  content: "";
}
.pass-my-saintemilion .pmse-filtres form label input {
  display: none;
}
.pass-my-saintemilion .pmse-resultats {
  display: flex;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-resultats {
    flex-direction: column;
  }
}
.pass-my-saintemilion .pmse-resultats .pmse-elements {
  flex: 2;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-resultats .pmse-elements {
    order: 2;
  }
}
.pass-my-saintemilion .pmse-resultats .pmse-elements > .overflowme {
  width: 100%;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .pass-my-saintemilion .pmse-resultats .pmse-elements > .overflowme {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-resultats .pmse-elements > .overflowme {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pass-my-saintemilion .pmse-resultats .pmse-elements > .overflowme .mCSB_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px 0 40px;
}
.pass-my-saintemilion .pmse-resultats .pmse-elements > .overflowme .mCustomScrollBox > .mCSB_scrollTools {
  right: 15px;
}
.pass-my-saintemilion .pmse-resultats .pmse-carte {
  flex: 1;
}
@media only screen and (min-width: 720px) and (max-width : 1043px), only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-resultats .pmse-carte {
    order: 1;
    padding-bottom: 20px;
  }
}
.pass-my-saintemilion .pmse-resultats .pmse-carte #pmseCarte {
  height: 100%;
  background-color: #efefef;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .pass-my-saintemilion .pmse-resultats .pmse-carte #pmseCarte {
    height: 400px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-resultats .pmse-carte #pmseCarte {
    height: 300px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pass-my-saintemilion .pmse-disclaimer {
  padding: 40px 0;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-disclaimer {
    padding: 20px 0;
  }
}
.pass-my-saintemilion .pmse-disclaimer .container p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #47474e;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.8em;
}
@media only screen and (max-width : 719px) {
  .pass-my-saintemilion .pmse-disclaimer .container p {
    font-size: 1.4em;
  }
}

.responsive-mobile-detector {
  display: none;
}
@media only screen and (max-width : 719px) {
  .responsive-mobile-detector {
    display: block;
  }
}

.responsive-tablet-detector {
  display: none;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .responsive-tablet-detector {
    display: block;
  }
}

.pmse-element {
  width: 33.3333%;
  max-width: 290px;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  display: flex;
  font-size: 10px !important;
}
@media only screen and (min-width: 720px) and (max-width : 1043px) {
  .pmse-element {
    width: 50% !important;
    max-width: none;
  }
}
@media only screen and (max-width : 719px) {
  .pmse-element {
    width: 100% !important;
    max-width: none;
    border-bottom: 1px solid #efefef;
  }
}
.pmse-element > a {
  display: block !important;
  padding: 10px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  overflow: hidden !important;
  font-size: inherit !important;
}
.pmse-element > a:visited {
  opacity: 0.8;
}
.pmse-element > a.selected {
  background-color: #ddd !important;
  opacity: 1 !important;
}
.pmse-element > a:hover {
  background-color: #efefef !important;
  opacity: 1 !important;
}
.pmse-element > a:hover > .pmse-content .pmse-bt span {
  background-color: #000;
}
.pmse-element > a .pmse-visuel {
  text-align: center !important;
  width: 100% !important;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
}
.pmse-element > a .pmse-visuel img {
  width: 100% !important;
  height: 280px;
  object-fit: cover;
}
.pmse-element > a > .pmse-content {
  padding: 20px 0 !important;
  text-align: left;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  overflow: hidden;
}
.pmse-element > a > .pmse-content .pmse-titre {
  display: block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
  color: inherit;
  font-size: 1.8em;
}
@media only screen and (max-width : 719px) {
  .pmse-element > a > .pmse-content .pmse-titre {
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.pmse-element > a > .pmse-content .pmse-offre,
.pmse-element > a > .pmse-content .pmse-rubrique {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6em;
}
.pmse-element > a > .pmse-content .pmse-offre::before,
.pmse-element > a > .pmse-content .pmse-rubrique::before {
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  content: "";
}
@media only screen and (max-width : 719px) {
  .pmse-element > a > .pmse-content .pmse-offre,
.pmse-element > a > .pmse-content .pmse-rubrique {
    font-size: 1.4em;
  }
}
.pmse-element > a > .pmse-content .pmse-offre:before,
.pmse-element > a > .pmse-content .pmse-rubrique:before {
  margin-right: 0;
}
.pmse-element > a > .pmse-content .pmse-rubrique.pmse-rubrique-commerce {
  color: #af63d5;
}
.pmse-element > a > .pmse-content .pmse-rubrique.pmse-rubrique-hebergement {
  color: #5792b9;
}
.pmse-element > a > .pmse-content .pmse-rubrique.pmse-rubrique-loisir {
  color: #c92623;
}
.pmse-element > a > .pmse-content .pmse-rubrique.pmse-rubrique-chais {
  color: #ab2c56;
}
.pmse-element > a > .pmse-content .pmse-rubrique.pmse-rubrique-restaurant {
  color: #e09504;
}
.pmse-element > a > .pmse-content .pmse-offre {
  margin-bottom: 10px;
}
.pmse-element > a > .pmse-content .pmse-offre:before {
  color: #960e37;
}
.pmse-element > a > .pmse-content .pmse-texte {
  font-size: 1.5em;
  margin-bottom: 10px;
}
@media only screen and (max-width : 719px) {
  .pmse-element > a > .pmse-content .pmse-texte {
    font-size: 1.4em;
  }
}
.pmse-element > a > .pmse-content .pmse-texte p, .pmse-element > a > .pmse-content .pmse-texte ul > li {
  font-size: 1em !important;
  color: inherit;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
.pmse-element > a > .pmse-content .pmse-texte p a, .pmse-element > a > .pmse-content .pmse-texte ul > li a {
  color: inherit;
  text-decoration: underline;
}
.pmse-element > a > .pmse-content .pmse-texte p, .pmse-element > a > .pmse-content .pmse-texte ul, .pmse-element > a > .pmse-content .pmse-texte li {
  margin: 0 !important;
  padding: 0 !important;
}
.pmse-element > a > .pmse-content .pmse-infos {
  font-size: 1.4em !important;
  color: #6c6c6c;
}
.pmse-element > a > .pmse-content .pmse-infos ul, .pmse-element > a > .pmse-content .pmse-infos li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  font-size: 1em !important;
  color: inherit !important;
}
.pmse-element > a > .pmse-content .pmse-infos ul a, .pmse-element > a > .pmse-content .pmse-infos li a {
  color: inherit !important;
}
.pmse-element > a > .pmse-content .pmse-infos > ul > li {
  display: flex !important;
  flex-direction: row !important;
}
.pmse-element > a > .pmse-content .pmse-infos > ul > li:before {
  display: none;
}
.pmse-element > a > .pmse-content .pmse-infos > ul > li i {
  flex: 1 !important;
  font-style: normal !important;
}
.pmse-element > a > .pmse-content .pmse-infos > ul > li span {
  width: 25px !important;
}
.pmse-element > a > .pmse-content .pmse-infos > ul > li span:before {
  color: #960e37 !important;
  margin: 0;
  font-size: 1em !important;
  text-align: center !important;
}
.pmse-element > a > .pmse-content .pmse-bt {
  margin-top: 20px;
  text-align: center;
}
.pmse-element > a > .pmse-content .pmse-bt span {
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 1.8em;
  color: #fff;
  background-color: #960e37;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.v8-description-fiche.pmse-has-offre {
  display: flex;
}
@media only screen and (max-width : 719px) {
  .v8-description-fiche.pmse-has-offre {
    flex-direction: column;
  }
}
.v8-description-fiche.pmse-has-offre > .txt {
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width : 719px) {
  .v8-description-fiche.pmse-has-offre > .txt {
    padding-right: 0 !important;
    order: 2;
  }
}
.v8-description-fiche.pmse-has-offre > .pmse-element {
  width: 316px !important;
  max-width: none !important;
  display: block !important;
}
@media only screen and (max-width : 719px) {
  .v8-description-fiche.pmse-has-offre > .pmse-element {
    width: 100% !important;
    order: 1;
    margin-bottom: 15px !important;
  }
}
.v8-description-fiche.pmse-has-offre > .pmse-element > a {
  border: 1px solid #ddd;
  padding: 15px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block !important;
}
.v8-description-fiche.pmse-has-offre > .pmse-element > a > .pmse-content {
  padding: 0 !important;
}
.v8-description-fiche.pmse-has-offre > .pmse-element > a > .pmse-content .pmse-titre {
  font-family: "NexaRustRegular";
  text-transform: none;
  font-size: 2.8em !important;
}

/*# sourceMappingURL=site_v8.css.map */
