@charset "UTF-8";
/* ------------------------------------------------------------ *\
	SITE
\* ------------------------------------------------------------ */
body, html {
  font-family: "Source Sans Pro", sans-serif;
}

/*a { color: #CB7220; }
a:link {color: #CB7220; }
a:visited {color: #CB7220; }
a:hover { color: #ED7E18; }
a:active {color: #ED7E18; }
a:focus { outline: 0; text-decoration: underline; }*/
.couleurAlternative a, a.couleurAlternative, .couleurAlternative a:link, a.couleurAlternative:link, .couleurAlternative a:visited, a.couleurAlternative:visited {
  color: #DDD;
}

.couleurAlternative a:hover, a.couleurAlternative:hover, .couleurAlternative a:active, a.couleurAlternative:active {
  color: #999;
}

.couleurAlternative a:focus, a.couleurAlternative:focus {
  color: #999;
  outline: 0;
  text-decoration: underline;
}

html, .grid-x {
  max-width: 100%;
  margin: 0;
}

.cache {
  display: none;
}

/*.grid-stack>.grid-stack-item>.grid-stack-item-content.full-bloc.video>iframe { width: 100%;height: 100%; }*/
.grid-stack-item {
  background-size: cover;
  background-position: center;
}

.pageTraditionnel {
  padding: 2em;
}
.pageTraditionnel .video iframe {
  height: 100% !important;
  width: 100% !important;
}

/*.fullHeight { height: 150%!important;min-height: 150%!important;max-height: 150%!important; }*/
.grid-stack > .grid-stack-item[data-gs-width="1"] {
  width: 8.35%;
}

/*.grid-stack-item-content *:first-child:not(:last-child) {margin-top: 0;}*/
.sansMargeTop {
  margin-top: 0;
}

.grid-stack > .grid-stack-item[data-gs-width="5"] {
  width: 41.67%;
}

@media (max-width: 767px) {
  .grid-stack-item {
    margin-bottom: 0;
  }
}
.contactRapide .breadcrumbs li {
  text-transform: initial;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #666666 !important;
}

.abonnement {
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 40px;
  margin-right: 1em;
}

img.fullscreen {
  width: 100%;
}

@media (max-width: 767px) {
  img.mobileFullscreen {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
/* ------------------------------------------------------------ *\
	BLOC VIDEO
\* ------------------------------------------------------------ */
div[id^=video_] {
  height: 100%;
}

.videoBackground {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
.videoBackground > .texte {
  padding: 1em;
  left: 0;
  right: 0;
  overflow: hidden;
}

.video {
  position: relative;
}

/* ------------------------------------------------------------ *\
	SLIDER
\* ------------------------------------------------------------ */
.slider {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  cursor: auto !important;
}
.slider .slick-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slider .slide {
  height: 100% !important;
  position: relative;
}
.slider .slide > div.containerTexte {
  position: absolute;
  margin: 0;
  font-size: 30px;
}
.slider .slide > div.containerTexte > p {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 24px;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: 0 0 7px #222;
}
.slider .slide > div.containerTexte.top {
  top: 0;
}
.slider .slide > div.containerTexte.middle {
  top: calc(50% - 2vw);
}
.slider .slide > div.containerTexte.bottom {
  bottom: 0;
}
.slider .slide > div.containerTexte.left {
  left: 0;
}
.slider .slide > div.containerTexte.center {
  width: 100%;
  text-align: center;
}
.slider .slide > div.containerTexte.right {
  right: 0;
}

/*.slider .slide > p.middle {line-height: 600px;}*/
/*.slider .slide > div.middle { margin-top: 13vw; }*/
.slick-dots {
  margin-left: 0;
}
.slick-dots li button:before {
  font-size: 20px !important;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  margin-bottom: -10px;
  bottom: 0;
}

.slides .slider .slick-list {
  height: 100% !important;
}
.slides .slider .slick-list .slick-track {
  height: 100% !important;
}

.chambreSlide .slick-dots {
  margin-bottom: 1rem;
}
.chambreSlide .slick-next {
  right: 25px;
}
.chambreSlide .slick-prev {
  left: 25px;
  z-index: 1;
}
.chambreSlide .slick-prev:before {
  color: #FFF;
  font-size: 35px;
}
.chambreSlide .slick-next:before {
  color: #FFF;
  font-size: 35px;
}
.chambreSlide .slick-dots li button:before, .chambreSlide .slick-dots li.slick-active button:before {
  color: #FFF;
}

@media (max-width: 767px) {
  .slider .slide {
    height: 40vw !important;
  }
  .slides .slider .slick-list {
    height: 40vw !important;
  }
  .slides .slider .slick-list .slick-track {
    height: 40vw !important;
  }
  .slider .slide > div.containerTexte {
    width: 100%;
    text-align: center;
    line-height: 1 !important;
    background-color: none;
    padding: 0 !important;
    bottom: 0;
    margin: 0 !important;
    font-size: 1.2em;
    padding: 10px;
    /*top: 0;*/
  }
  .slider .slide > div.containerTexte > p.texte {
    width: 100%;
    margin: 0;
    padding: 8px;
  }
  .slider .slide > p.texte > span {
    background: none;
  }
}
/* ------------------------------------------------------------ *\
	LISTING
\* ------------------------------------------------------------ */
.element {
  position: relative;
}
.element > .title {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 0.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.element > .title > h5, .element > .title > p {
  color: #FFF;
  margin: 0;
}
.element > .title > h5 {
  font-size: 1.2vw;
  line-height: 1.4vw;
}
.element > .title > p {
  font-size: 1vw;
}
.element > .image {
  position: relative;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
.element > .image .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.element > .cta-button > .button {
  width: 100%;
}
.element .column:last-child:not(:first-child) {
  float: left;
}

.columns:last-child:not(:first-child) {
  float: left;
}

.articlesArchive {
  margin-top: 1em;
}
.articlesArchive li a {
  padding: 0 !important;
}
.articlesArchive li:after {
  border: none !important;
}

/* ------------------------------------------------------------ *\
	EVENEMENT
\* ------------------------------------------------------------ */
.event {
  padding: 1rem 1rem 1rem 1rem;
  display: table;
  width: 100%;
}

.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto;
}
.event-date .event-month {
  margin: 0;
  background: #999;
  padding: 0.5rem 2rem;
  text-align: center;
  color: #FFF;
}
.event-date .event-day {
  margin: 0;
  border: 1px solid #eee;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 2rem;
}

.event-desc {
  padding: 0 0 0.2rem 1rem;
  text-align: left;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.event-desc .event-desc-header {
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
}
.event-desc .event-desc-header a {
  color: #000;
}
.event-desc .event-desc-detail {
  margin: 0 0 0.25rem;
  padding: 0;
}
.event-desc .event-desc-time {
  font-weight: bold;
}
.event-desc .rsvp.button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.slick-dots li button:before {
  font-size: 40px;
}

.evenement {
  box-shadow: #000 2px 2px 5px;
}
.evenement .slide .slick-slide {
  overflow: scroll;
}

/* ------------------------------------------------------------ *\
	MENU
\* ------------------------------------------------------------ */
.header {
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  box-sizing: border-box;
  width: 100%;
  /*height: 64px;*/
  /*padding: 0 18px;*/
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header a#mmenu {
  background: left center no-repeat transparent;
  display: none !important;
  width: 21px;
  height: 60px;
  position: absolute;
  left: 24px;
  font-size: 25px;
}
.header a#mmenu.backgroundPale {
  color: #000;
}
.header a#mmenu.backgroundFonce {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header a#mmenu {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header a#mmenu span {
    display: none;
  }
}
.mm-menu + .mm-page .header {
  /*position: fixed;*/
  z-index: 9999;
  top: 0;
}

.mm-opened + .mm-page .header {
  position: relative;
}

/*.mm-page .header + div.grid-x > div { margin-top: 60px; }*/
.mm-page .header + div.grid-x > div.sansMargeGauche {
  margin-top: 82px;
}
.mm-page .header + div.grid-x > div.col-droite {
  margin-top: 0;
  padding-top: 60px;
  background-color: #EEE;
}
.mm-page > .top-bar + div.grid-x > div.sansMargeGauche {
  margin-top: 82px;
}

.mm-opened .header + div.grid-x > div:nth-child(1) {
  margin-top: 0 !important;
}

.mm-background .grid-x > .grid-x > div {
  margin-top: -22px;
}

/* ------------------------------------------------------------ *\
	CONTACT
\* ------------------------------------------------------------ */
.contactRapide ul.breadcrumbs {
  display: inline;
  float: right;
}
.contactRapide ul.breadcrumbs li {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}
.contactRapide ul.breadcrumbs li a {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}
.contactRapide ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
.contactRapide ul.breadcrumbs li:not(:last-child)::after {
  color: #fff;
}

@media only screen and (max-width: 1025px) {
  #Donnees .grid-x .cell {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	PLAN DU SITE
\* ------------------------------------------------------------ */
ul.planDuSite {
  list-style: outside none none;
  margin-bottom: 20px;
  margin-top: 12px;
}
ul.planDuSite ul {
  list-style: outside none none;
}
ul.pagination {
  display: table;
  margin-left: -0.27778rem;
  min-height: 1.33333rem;
  height: 3rem;
  margin: 0 auto;
  margin-top: 2rem;
}
ul.pagination:nth-child(2) {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* ------------------------------------------------------------ *\
	PAGINATION
\* ------------------------------------------------------------ */
.pagination .current {
  background: transparent;
  padding: 0;
}

ul.pagination li {
  display: block;
  float: left;
  color: #222222;
  font-size: 0.77778rem;
  height: 1.33333rem;
  margin-left: 0.27778rem;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.05556rem 0.55556rem 0.05556rem;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	FOOTER
\* ------------------------------------------------------------ */
footer {
  padding: 1vw 0;
  background-color: #ddd;
  padding: 1.4vw 0 0 0;
}
footer.fixedFooter {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999999;
}

.breadcrumbs li:not(:last-child)::after {
  content: "|";
  top: -2px;
  color: #000;
}

footer div.texteSEO {
  padding: 0 15px;
}
footer div.texteSEO p {
  padding: 0.1vw 0 0 0 !important;
  font-size: 65%;
}
footer input#courrielClientBas {
  width: 184px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
}
footer #liste_media_sociaux li {
  display: inline-block;
  margin-left: 15px;
}
footer .icone_media_sociaux {
  font-size: 1.5vw;
}
footer #liensFooter {
  margin-left: 20px;
  margin-top: 27px;
}
footer #colonneDroite {
  margin-top: 20px;
}
footer #champsAbonnement {
  margin-right: 38px;
}
footer #liste_media_sociaux {
  margin-right: 15px;
  text-align: right;
}
footer #liste_media_sociaux li {
  padding: 0 6px;
}
footer #colonneDroite {
  margin: 0 auto;
  width: 100%;
}
footer #champsAbonnement {
  text-align: center;
  margin: 10px auto;
}
footer #liste_media_sociaux {
  text-align: center;
  margin: 50px auto 30px auto;
}
footer #liensFooter, footer #liste_media_sociaux, footer #champsAbonnement {
  text-align: center;
}
footer #liensFooter {
  float: none;
  text-align: center;
  margin: 35px auto 20px auto;
  margin-top: 2rem;
}
footer ul.breadcrumbs, footer #liste_media_sociaux ul {
  margin: 0;
}
footer ul.breadcrumbs > li, footer #liste_media_sociaux ul > li {
  margin: 0;
}
footer #champsAbonnement div {
  margin: 0;
}
footer ul.breadcrumbs, footer #liste_media_sociaux ul {
  display: inline-block;
  float: none;
  padding: 0;
}
footer #champsAbonnement form {
  display: inline-block;
  float: none;
  padding: 0;
}
footer #champsAbonnement input {
  height: 40px;
}
footer #champsAbonnement input.button {
  padding: 0.85em;
  margin: 3px 0 0 0;
  vertical-align: top;
}
footer input#courrielClientBas.error {
  background-color: #FF9494;
}
footer input#courrielClientBas.error + input + p {
  display: initial;
  color: red;
  float: left;
}
footer #liste_media_sociaux {
  margin: 0;
  padding: 1.6vw 0;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 10px;
  }
  footer #liste_media_sociaux {
    margin-top: 1.5vw;
  }
  footer #liste_media_sociaux .icone_media_sociaux {
    font-size: 1.8rem !important;
  }
  footer div.texteSEO {
    text-align: center;
  }
  footer div.texteSEO p {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .small-centered {
    margin-right: 0;
  }
}
/* ------------------------------------------------------------ *\
	FORMULAIRE ABONNEMENT NEWS (BAS DE PAGE)
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  #liensFooter {
    float: left;
    margin: 0;
  }
  #champsAbonnement {
    float: left;
    width: 100%;
  }
  #boutonAbonnement {
    float: right;
    width: 20%;
  }
  #liensFooter {
    text-align: center;
  }
  #liensFooter ul li {
    float: none;
    display: inline;
  }
}
@media only screen and (max-width: 520px) {
  footer .abonnement {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  footer #liensFooter {
    margin: 0;
    padding: 16px 0 0;
    float: left;
  }
  footer #champsAbonnement {
    margin: 0;
    padding: 10px 0;
    float: left;
  }
  footer #liste_media_sociaux {
    margin: 0;
    padding: 3px 0 3px 0;
    float: right;
  }
}
/* Met les liens un au dessus des autres */
@media screen and (max-width: 500px) {
  footer #liensFooter li {
    display: block;
    line-height: 38px;
  }
  footer #liensFooter li:after {
    display: none;
  }
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
}

/* ------------------------------------------------------------ *\
  FORMULAIRE CONTACT
\* ------------------------------------------------------------ */
#bulletinElectroniqueCheckbox {
  width: 30px;
  height: 30px;
  border: 5px solid #AAA;
  background-color: transparent;
  transition: background 0.6s;
}
#bulletinElectroniqueCheckbox.checked {
  background-color: #888;
}

.boiteRadio .small-11 {
  height: 30px;
}
.boiteRadio .small-11 span {
  line-height: 30px;
}

#Donnees .grid-x .cell {
  position: relative;
}
#Donnees .grid-x input {
  color: #000;
}
#Donnees .grid-x.probleme input,
#Donnees .grid-x.probleme textarea {
  background-color: #FF9494;
}
#Donnees .grid-x span.error {
  visibility: hidden;
  color: red;
  position: absolute;
  top: 7px;
  right: 25px;
}
#Donnees .grid-x label.error {
  color: red;
  position: relative;
  bottom: 17px;
  left: 0px;
}
#Donnees .grid-x #lbl_commentaireDemandeInformation + .error {
  bottom: 55px;
}
#Donnees .grid-x.probleme .error {
  visibility: visible;
}

/* ------------------------------------------------------------ *\
  FORMULAIRES LIÉS AUX NEWS (ABONNEMENT & DÉSABONNEMENT)
\* ------------------------------------------------------------ */
#DonneesAbonnement .grid-x .columns, #DonneesDesabonnement .grid-x .cell {
  position: relative;
}

#DonneesAbonnement .grid-x input, #DonneesDesabonnement .grid-x input {
  color: #000;
}

#DonneesAbonnement .grid-x.probleme input, #DonneesDesabonnement .grid-x.probleme input {
  background-color: #FF9494;
}

#DonneesAbonnement .grid-x.probleme .error, #DonneesDesabonnement .grid-x.probleme .error {
  visibility: visible;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #303030;
}

textarea:-moz-placeholder, input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #303030;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #303030;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}

.probleme textarea::-webkit-input-placeholder, .probleme input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #DB0634;
}
.probleme textarea:-moz-placeholder, .probleme input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #DB0634;
  opacity: 1;
}
.probleme textarea::-moz-placeholder, .probleme input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #DB0634;
  opacity: 1;
}
.probleme textarea:-ms-input-placeholder, .probleme input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DB0634;
}

.breadcrumbs a {
  color: #333;
}

/* ------------------------------------------------------------ *\
  GOOGLE MAP
\* ------------------------------------------------------------ */
.gm-style a {
  line-height: initial;
}

/* ------------------------------------------------------------ *\
  BTN general
\* ------------------------------------------------------------ */
#Donnees .grid-x input.button, a.button {
  font-size: inherit;
}

.button {
  background-color: #666;
  color: #FFF !important;
}
.button:hover {
  background-color: #333;
}

/* ------------------------------------------------------------ *\
  ELEMENT CENTRE
\* ------------------------------------------------------------ */
/* This parent can be any width and height */
.blocCentrerVertical {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}
.blocCentrerVertical:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.blocCentrerVertical h1, .blocCentrerVertical h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: initial;
}

/* The ghost, nudged to maintain perfect centering */
/* The element to be centered, can also be of any width and height */
.megaLien {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}
.megaLien > span {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}
.megaLien a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ------------------------------------------------------------ *\
  AUTRE
\* ------------------------------------------------------------ */
.breadcrumbs li {
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
}
.breadcrumbs a {
  font-size: 16px;
}

.grid-xImage {
  margin-right: 0;
  padding-right: 0;
}
.grid-xImage img {
  min-width: 100%;
}

.col-droite {
  padding: 1.875rem;
}
.col-droite h2 {
  margin: 0;
  margin-bottom: 10px;
}

img.unveil {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

#prixPromo {
  font-size: 200%;
}

@media only screen and (min-width: 630px) and (max-width: 660px) {
  .breadcrumbs li:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-medium-up {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .grid-x .grid-x, .grid-xImage {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .col-droite {
    padding-left: inherit !important;
  }
  .col-droite .mm-listview > li > a {
    padding-left: inherit !important;
  }
  .mm-listview > li:not(.mm-divider):after {
    left: 0 !important;
  }
}
.col-droite .mm-listview > li > a, .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  white-space: inherit;
}

.col-droite .button {
  margin-top: 20px;
  margin-bottom: 0;
}

.xlarge-4, .xlarge-8 {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
}
.modal-footer .btn {
  margin-bottom: 4px !important;
}

@media screen and (max-width: 767px) {
  .col-droite.hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
  .element > .title > h5 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .element > .title > p {
    font-size: 0.9em;
  }
  img.unveil {
    opacity: 1;
    display: block;
  }
  .blocImage {
    height: unset;
  }
  footer #champsAbonnement input.button {
    margin: 0;
  }
  #prixPromo {
    font-size: 100%;
  }
}
.no-margin-top {
  margin-top: 0 !important;
}

.erreur404 h1, .erreur404 h2, .erreur404 h3, .erreur404 h4, .erreur404 h5, .erreur404 h6, .erreur404 p, .erreur404 li {
  color: #000;
  text-align: left;
}

.texteSurVideo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.grid-stack-item {
  overflow: hidden;
}

.blocs-grid-item .element {
  margin-bottom: 30px;
  box-sizing: content-box;
}

.blocImage img, .image img {
  width: 100%;
}

.blocImage img.blocImageCover {
  display: none;
}

@media screen and (max-width: 767px) {
  .blocImage img.blocImageCover {
    display: block;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lienHover {
  transition: opacity 200ms linear !important;
}
.lienHover:hover {
  opacity: 0.85 !important;
}

footer.backgroundFonce a, footer.backgroundFonce p.abonnement {
  color: #ffffff;
}
footer.backgroundFonce .breadcrumbs li:not(:last-child)::after {
  content: "|";
  top: -2px;
  color: #f0f0f0;
}

table {
  display: block;
  overflow-x: auto !important;
}

@media screen and (min-width: 767px) {
  .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .demiLargeur {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .demiLargeur {
    width: 100%;
  }
}
.blocImageCredit {
  width: 100%;
  height: 40px;
  background: url(/images/site/creditShadow.png) bottom repeat-x;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
}
.blocImageCredit span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
}

/*
div.animeDroiteTexte{
    display:none !important;
}
div.animeGaucheTexte{
    display:none !important;
}
div.animeHautTexte{
    display:none !important;
}
div.animeBasTexte{
    display:none !important;
}*/
div.animeDroiteTexte, div.animeGaucheTexte, div.animeHautTexte, div.animeBasTexte, div.animeFadeInTexte, div.animeEcritureTexte {
  display: none;
}

.grid-stack-item.background-image.fixed {
  background-size: cover;
}

.fixed {
  background-size: auto;
  background-position: top center !important;
  background-attachment: fixed !important;
}

@media screen and (min-width: 769px) {
  .parallax {
    background-position: 0 0;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .fixed {
    background-attachment: unset !important;
  }
}
.grayscale {
  filter: grayscale(100%);
}

.sepia {
  filter: sepia(1);
}

.blur {
  filter: blur(2px);
}

.saturation {
  filter: saturate(1.8);
}

.inversion {
  filter: invert(1);
}

.formulaireContactCustom input[type=text],
.formulaireContactCustom input[type=tel] {
  background-color: #ffffff;
  border: 1px solid rgb(202, 202, 202);
  color: rgb(10, 10, 10);
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  margin: 0 0 2px 0;
  padding: 5px;
}

.formulaireContactCustom {
  position: relative;
}

.formulaireContactCustom div.block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.formulaireContactCustom .counter {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}

.formulaireContactCustom textarea {
  background-color: #ffffff;
  border: 1px solid rgb(202, 202, 202);
  color: rgb(10, 10, 10);
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 137px;
  margin: 0 0 0 0;
  padding: 5px;
}

.formulaireContactCustom input[type=submit] {
  border: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21.84px;
  font-weight: 400;
  height: 60.125px;
  line-height: 21.84px;
  margin: 0 0 16px 0;
  padding-bottom: 18.564px;
  padding-left: 21.84px;
  padding-right: 21.84px;
  padding-top: 18.564px;
}

@media screen and (max-width: 767px) {
  .sous-titre {
    padding: 16px 0 0 16px;
  }
}

div.commodites ul {
  margin-bottom: 0;
}

div.containerSectionDroite {
  margin-top: 0;
  background: #e4e4e4;
  padding: 3vw !important;
}

@media screen and (max-width: 767px) {
  div.containerSectionDroite p {
    margin-bottom: 16px !important;
    margin-top: 8px;
    font-size: 23px !important;
  }
  div.containerSectionDroite p span {
    font-size: 19px !important;
  }
  div.containerSectionDroite img {
    width: 100% !important;
  }
}
.containerSectionDroite.fondFonce h2 {
  color: #ffffff;
}

.containerSectionDroite.fondFonce span {
  color: #ffffff !important;
}

.accordion-title {
  font-size: 1.2vw;
}

.accordion-title::before {
  content: "";
}

.is-active > .accordion-title::before {
  content: "";
}

.accordion-title.afficherPlus::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 17px;
  margin-top: -9px !important;
}

.is-active > .accordion-title.afficherPlus::before {
  content: "–";
  margin-top: -8px !important;
}

@media screen and (max-width: 767px) {
  .hideMobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .accordion li.hide-for-small {
    display: none;
  }
}
.menu ul {
  display: none;
  margin: 0 !important;
}

#newsletterBas input.button {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .unTierPercent {
    width: 33% !important;
  }
  .demiPercent {
    width: 50% !important;
  }
  .deuxTierPercent {
    width: 66% !important;
  }
  .imageMobileGauche {
    display: block !important;
  }
  .imageMobileCentre {
    float: none !important;
    max-width: none;
    margin: 0 auto !important;
    display: block !important;
  }
  .imageMobileDroite {
    display: block !important;
    float: right !important;
  }
  .grid-stack-item.bloc.background-image .grid-stack-item-content,
  .grid-stack-item.bloc .texteSurVideo,
  .grid-stack-item.bloc.contact-form,
  .accordion-item a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .grid-stack-item.bloc .texteSurVideo {
    padding-top: 17px !important;
  }
  .contactFormInner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mbYTP_wrapper {
    overflow: visible !important;
  }
  .YTPOverlay.raster {
    height: 200% !important;
  }
}
.slider .mobileImage {
  display: none;
}

@media screen and (max-width: 767px) {
  .slick-slide,
  .slider,
  .slider .slide,
  .slides .slider .slick-list,
  .slides .slider .slick-list .slick-track {
    height: auto !important;
  }
  .slider .mobileImage {
    display: block !important;
    width: 130%;
    position: relative;
    left: -15%;
  }
  .slider .slide {
    position: relative;
  }
  .slider .slide .texte {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .slider .slide > div.containerTexte.bottom {
    bottom: 34px;
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature > a {
  display: block;
}

.feature .feature-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 67%;
}

.feature .feature-image:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.5s;
}

.feature:hover .feature-image:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.feature:hover .button {
  background-color: #000;
}

.feature figcaption,
.feature figure .button {
  position: absolute;
  z-index: 5;
}

.feature figure {
  position: relative;
}

.feature figure .button {
  bottom: 0;
  right: -11px;
  transform: translateY(50%);
}

.feature figcaption h3 {
  font-weight: 900;
  font-size: 2.48vw;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.feature figure figcaption {
  text-align: right;
  width: 100%;
  padding: 0 49px 47px 5px;
  bottom: 0;
  left: 0;
}

.feature figure .feature-badge {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.feature .feature-badge {
  font: 17px/0.83 "Slabo 27px", serif;
  color: #fff;
  background: #282828;
  padding: 22px 44px;
}

.feature .feature-badge h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.07;
  color: #fff;
  text-transform: uppercase;
}

.feature .feature-badge span {
  font-size: 40px;
}

.feature .feature-badge .button {
  bottom: 0;
  right: -11px;
}

@media (max-width: 1280px) {
  .feature figcaption h3 {
    font-size: 2vw;
  }
  .feature .feature-badge {
    padding: 20px 30px;
  }
  .feature .feature-badge h4 {
    font-size: 27px;
  }
  .feature .feature-badge span {
    font-size: 33px;
  }
}
@media (max-width: 1023px) {
  .feature figure figcaption {
    padding: 0 5% 10% 1%;
  }
  .feature figcaption h3 {
    font-size: 2vw;
  }
  .feature figure .button {
    width: 100%;
    min-width: 0;
    right: 0;
  }
  .feature figure .button-small {
    width: 40px;
    right: -11px;
  }
}
@media (max-width: 767px) {
  .feature figcaption h3 {
    font-size: 2.1vw;
  }
  .feature .feature-badge {
    font-size: 14px;
    line-height: 1;
    padding: 18px;
  }
  .feature .feature-badge h4 {
    font-size: 20px;
  }
  .feature .feature-badge span {
    font-size: 27px;
  }
  .feature figure .button-small {
    width: 36px;
  }
}
@media (max-width: 656px) {
  .feature figcaption h3 {
    font-size: 20px;
  }
}
.large-4 {
  width: 33.3%;
  float: left;
  padding: 1vw;
}

.large-6 {
  width: 50%;
  float: left;
  padding: 1vw;
}

hr.subtitle {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}

h1.titreMembre {
  margin-top: 0;
  margin-bottom: 0;
}

h2.article-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 100;
  color: #cacaca;
  font-size: 2vw;
}

.feature-image span.button {
  bottom: 30px;
  right: 0;
  display: block;
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0px;
  line-height: 59px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 62px;
}

.section-details.adjust h1,
.section-details.adjust h2,
.section-details.adjust hr {
  margin-left: 1vw;
}

@media screen and (max-width: 767px) {
  .large-4 {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
  .large-6 {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
  .large-4.small-offset-1 {
    margin-left: 0;
  }
  h1.titreMembre {
    margin-left: 0 !important;
  }
  h2.article-title {
    margin-left: 0 !important;
    font-size: 16px;
  }
  hr.subtitle {
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #options label {
    margin-left: 8px;
    font-size: 16px !important;
  }
}
/* ------------------------------------------------------------ *\
	Update
\* ------------------------------------------------------------ */
.update {
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #92bfec;
  background-position: left top;
  background-repeat: repeat;
  padding: 118px 14% 148px 19%;
}

.update .update-head {
  margin-bottom: 67px;
}

.update .update-head h2 {
  font: 400 52px/1.1 "Trajan", sans-serif;
  color: #fff;
  position: relative;
}

.update .update-head h2 span {
  display: block;
  text-align: right;
}

.update .update-head h2 .ico-leafs {
  width: 95px;
  position: absolute;
  top: -26px;
  right: 32px;
}

.update .update-entry {
  line-height: 1.8;
  padding-right: 6%;
  margin-bottom: 60px;
}

.update .update-entry h4 {
  font-weight: 700;
  font-size: 33px;
  line-height: 0.85;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 24px;
}

.update .update-entry h4 a {
  text-decoration: none;
  transition: color 0.5s;
}

.update .update-entry h4 a:hover {
  color: #959595;
}

/* Update Secondary */
.update-secondary {
  color: #959595;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 0;
  margin: 0 0px;
  position: relative;
}

.update-secondary h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.42;
  margin-bottom: 0;
}

.update-secondary h3 a {
  color: inherit;
  text-decoration: none;
}

.update-secondary h3 a:hover {
  color: inherit;
  text-decoration: underline;
}

.update-secondary .update-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 69%;
  position: relative;
}

.update-secondary .update-image a {
  display: inline-block;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.5s;
}

.update-secondary .update-image a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.update-secondary .update-body {
  padding: 0px 25px 75px;
}

.update-secondary .update-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.update-secondary .button {
  min-width: 0;
}

.update-secondary .button.expanded {
  margin-bottom: 0;
}

@media (max-width: 1530px) {
  .update .update-head h2 {
    font-size: 50px;
  }
  .update .update-head h2 .ico-leafs {
    top: -29px;
    right: 15px;
  }
}
@media (max-width: 1280px) {
  .update {
    padding: 60px 13%;
  }
  .update .update-head {
    margin-bottom: 50px;
  }
  .update .update-head h2 {
    font-size: 40px;
  }
  .update .update-head h2 .ico-leafs {
    width: 80px;
    right: -55px;
    top: -19px;
  }
  .update .update-head h2 .ico-leafs svg {
    width: 100%;
    height: auto;
  }
  .update .update-entry {
    margin-bottom: 40px;
  }
  .update .update-entry h4 {
    font-size: 30px;
  }
  .update-secondary h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  .update-secondary h3 {
    font-size: 18px;
  }
  .update-secondary .update-body {
    padding: 20px 10px 50px;
  }
  .update .update-head h2 span {
    display: block;
    text-align: left;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .update {
    line-height: 1.2;
    padding: 30px 15% 30px 15%;
  }
  .update .update-head {
    margin-bottom: 35px;
  }
  .update .update-head h2 {
    font-size: 24px;
  }
  .update .update-head h2 .ico-leafs {
    width: 40px;
    top: -5px;
    right: 35px;
  }
  .update .update-entry {
    margin-bottom: 30px;
  }
  .update .update-entry h4 {
    font-size: 18px;
  }
  .update-secondary {
    margin: 0;
  }
  .update-secondary h3 {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .update .update-head h2 span {
    margin-left: 14%;
  }
}
@media (max-width: 374px) {
  .update .update-head h2 span {
    margin-left: 5%;
  }
  .update .update-head h2 .ico-leafs {
    right: 15px;
  }
}
.feature figcaption h3 {
  text-align: center;
}

.feature figure figcaption {
  padding: 0 15px 70px 15px;
}

.feature figure .button {
  bottom: 30px;
  right: 0px;
}

.feature .feature-image {
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* Table */
#panier .table {
  font-size: 19px;
  width: 100%;
  display: table !important;
}

#panier .table thead {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #363636;
}

#panier .table img {
  width: auto;
  height: 30px;
}

#panier .table img + img {
  margin-left: 7px;
}

#panier .table a {
  text-decoration: none;
  color: #e78f22;
  transition: color 0.5s;
}

#panier .table a:hover {
  color: #959595;
}

#panier .table th,
#panier .table td {
  padding-left: 10px;
}

@media (max-width: 1200px) {
  #panier .table {
    font-size: 16px;
  }
  #panier .table thead {
    font-size: 17px;
  }
  #panier .table img + img {
    margin-left: 1px;
  }
  #panier .table th,
  #panier .table td {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #panier .table {
    font-size: 14px;
    max-width: 100%;
  }
  #panier .table thead {
    font-size: 14px;
  }
  #panier .table img {
    height: 20px;
  }
  #panier .table th,
  #panier .table td {
    padding-left: 10px;
  }
  #panier .table-large thead {
    display: none;
  }
  #panier .table-large td {
    display: block;
  }
  #panier .table-large td:before {
    content: attr(data-text);
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    width: 50%;
    min-height: 16px;
    float: left;
  }
}
#panier .section-details .large-12.columns {
  display: inline-block;
  width: 100%;
}

#panier .div-btn {
  float: right;
}

.buttonPanierQuantite {
  margin-bottom: 2vw !important;
  width: 42px !important;
  min-width: 0px !important;
  float: left !important;
  height: 40px !important;
  font-size: 25px !important;
  font-weight: 100 !important;
  padding: 8px 0 0 0 !important;
  text-align: center !important;
  border: 0 !important;
}

.buttonPanierQuantite:hover {
  background: #f79f32 !important;
}

input.panierQuantite {
  border-left: 0;
  border-right: 0;
  text-align: center;
  box-shadow: none;
  margin-bottom: 2vw;
  width: 60px;
  height: 40px;
  float: left;
}

input.panierQuantite:active, input.panierQuantite:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}

.ajouterPanier {
  padding: 14px 10px 12px 10px !important;
  font-size: 16px !important;
  background: #e78f22 !important;
  text-align: center;
  width: 220px !important;
  min-width: 0 !important;
}

.ajouterPanier.plus {
  width: 240px !important;
}

.ajouterPanier:hover {
  background: #f79f32 !important;
}

input#codePromotionnel {
  width: 300px !important;
  display: inline;
  margin-top: 1.5vw;
  height: 44px;
  vertical-align: middle;
}

#options {
  margin-top: 2vw;
}

#options label {
  font-size: 1.2vw;
}

.margin.ajouterPanier {
  margin-top: 1.5vw;
}

td .buttonPanierQuantite {
  margin-bottom: 0 !important;
}

td .panierQuantite {
  margin-bottom: 0 !important;
}

#errCodePromotionnel {
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 16px !important;
  color: red;
  padding-left: 8px;
}

.divBouton {
  position: relative;
}

#totalCommande {
  margin-top: 1.5vw;
  text-align: right;
  float: right;
  background: #f2f2f2;
  padding: 1vw 3vw 1vw 3vw;
  min-width: 14vw;
}

#totalCommande table tr {
  background-color: #f2f2f2 !important;
}

.updateDelete {
  font-size: 16px;
  float: left;
  line-height: 40px;
  margin-left: 1vw;
}

@media screen and (max-width: 1024px) {
  .updateDelete {
    font-size: 14px;
    line-height: 40px;
    margin-left: 14px;
  }
  #errCodePromotionnel {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .updateDelete {
    font-size: 12px;
    line-height: 40px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  input#codePromotionnel {
    width: 40% !important;
  }
  .updateDelete {
    font-size: 16px;
    line-height: 40px;
    margin-left: 16px;
  }
  #panier .table thead {
    display: none;
  }
  #panier .table tbody,
  #panier .table tbody tr,
  #panier .table tbody tr td {
    display: block;
    padding-left: 0;
  }
  #panier .table tbody tr td:nth-child(1) {
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 10px 0px 0px;
  }
  #panier .table tbody tr td:nth-child(2) {
    font-weight: normal;
    margin-bottom: 5px;
    padding: 7px 10px 0px 0px;
  }
  #panier .table tbody tr td:nth-child(3) {
    margin-bottom: 0;
  }
  #panier .table tbody tr td:nth-child(3) div {
    clear: both;
    float: none;
    margin-left: 0;
  }
  #totalCommande {
    margin-top: 2px;
    text-align: right;
    float: right;
    background: #f2f2f2;
    padding: 10px 20px;
    min-width: 136px;
    margin-bottom: 13px;
  }
  #btnCodePromotionnelResume {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .ajouterPanier,
  .ajouterPanier.plus,
  #btnCodePromotionnelResume,
  input#codePromotionnel {
    width: 100% !important;
  }
  #panier .div-btn {
    width: 100%;
  }
  #errCodePromotionnel {
    top: 126px;
  }
}
.salutationAdjust.cell.small-6 {
  padding: 0;
}

.splitter {
  max-width: 100%;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 40px;
  margin-bottom: 15px;
}

.livrezMemeAdresse {
  display: block !important;
  margin-right: 7px !important;
}

table.resume {
  display: table;
}

table.resume tbody {
  border: 0;
}

table.resume th {
  font-size: 16px;
}

table.resume tr.produitListe td {
  font-size: 16px;
  border: 1px solid #f0f0f0;
  padding: 0.625rem 0.625rem;
}

table.resume td {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  background: #ffffff;
}

th.right, td.right {
  text-align: right;
}

td.right strong {
  margin-right: 0 !important;
}

td.empty {
  border: 0;
  background: #ffffff !important;
}

#btnStripe {
  font-size: 20px;
  padding: 20px 30px;
  margin-top: 25px;
}

.loading {
  float: right;
  font-size: 60px;
  color: #454545;
  margin-top: 25px;
}

.contenuFormulaire label.error {
  color: #cc0000;
  position: relative;
  top: -15px;
}

p#stripe_err {
  display: none;
  color: #cc0000;
  background: #ffcccc;
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  max-width: 750px;
  line-height: 21px;
  margin-left: 58px;
}

@media screen and (max-width: 870px) {
  p#stripe_err {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  p#stripe_err {
    max-width: 100%;
    margin-left: 0;
  }
}
.show-mobile, .show-mobile-resume, .show-br-commander {
  display: none;
}

.adjustFormulaireCommande {
  padding-left: 58px !important;
}

@media screen and (max-width: 1023px) {
  .adjustFormulaireCommande {
    padding-left: 0px !important;
  }
  .mobileAdjust {
    padding-right: 10px;
  }
  #panier .table tbody tr td {
    border: 0;
    background: none;
  }
  .show-mobile {
    display: inline;
  }
  .mobile-left {
    text-align: left !important;
  }
  tr:not(.produitListe) tr {
    background: #ffffff;
    padding: 0;
  }
  tr:not(.produitListe):first-of-type {
    border-top: 1px solid #efefef;
  }
  tr:not(.produitListe) td:nth-child(4) {
    font-weight: bold !important;
  }
  #panier .table tr td {
    background: #ffffff !important;
    margin-bottom: 0 !important;
  }
  td.empty {
    display: none !important;
  }
  .loading {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .separator-mobile {
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 639px) {
  .mobileAdjust {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  table.resume td {
    padding-top: 10px;
  }
}
@media screen and (min-width: 767px) {
  .show-br-commander {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .show-mobile-resume, .show-br-commander {
    display: inline;
  }
}
#paiementEnCours {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99999;
}

#paiementEnCours span.fas {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 47%;
  width: 100%;
  font-size: 57px;
  text-align: center;
}

#paiementEnCours span.payment-title {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 48%;
  width: 350px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #paiementEnCours span.payment-title {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 48%;
    width: 280px;
    font-size: 14px;
    text-align: center;
  }
}
#panierCount {
  transition: 150ms linear;
  position: absolute;
  top: 4.6vw;
  z-index: 101;
  right: 0.75vw;
  background: #efefef;
  padding: 0.2vw 1vw;
  border-radius: 2px;
}

#panierCount:hover {
  background: #d0d0d0;
}

#panierCount a {
  color: #454545;
}

#panierCount i {
  font-size: 1vw;
  margin-right: 0.3vw;
}

@media screen and (max-width: 768px) {
  #panierCount {
    position: absolute;
    top: 5.6vw;
    z-index: 101;
    right: 1.75vw;
    background: #efefef;
    padding: 1.2vw 2vw;
    border-radius: 2px;
  }
  #panierCount i {
    font-size: 16px;
    margin-right: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  #panierCount {
    position: absolute;
    top: 75px;
    z-index: 101;
    right: 11px;
    background: #efefef;
    padding: 10px 14px;
    border-radius: 2px;
  }
  #panierCount i {
    font-size: 16px;
    margin-right: 8px;
  }
}
.desktop h1.manuel {
  margin-left: 0.9vw;
}

.desktop .pageTraditionnel h1.manuel {
  margin-left: 0vw;
}

.desktop a#retourManuel {
  margin-left: 28px;
}

.owl-carousel .slick-prev.slick-arrow {
  left: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

.owl-carousel .slick-prev:before, .owl-carousel .slick-next:before {
  font-size: 60px;
  color: #ffffff;
  opacity: 1;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}

.owl-carousel .slick-next.slick-arrow {
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}
#commentairesCommande {
  height: 150px;
}

.year-container {
  margin: 0 auto;
  width: 83.33%;
  margin-bottom: 4.948vw;
}

.year-container:last-child {
  margin-bottom: 4.948vw;
}

.year-container h3 {
  color: #ffffff;
  padding: 1.1vw 1.6vw 1.15vw;
  font-size: 1.9vw;
  margin: 0;
}

.year-container .document-container {
  padding: 1.4vw 2vw 0.5vw 2vw;
}

.year-container .document-container .document {
  width: 33.33%;
  float: left;
  padding-right: 2vw;
}

.year-container .document-container.avis-public .document {
  width: 90%;
}

.year-container .document-container .document:nth-child(3n) {
  padding-right: 0;
}

.year-container .document-container .document .date {
  display: block;
  font-weight: 600;
  font-size: 1.05vw;
  line-height: 1.6vw;
}

.year-container .document-container .document p {
  margin: 0 0 1vw 0;
}

.year-container .document-container .document h4 {
  margin-top: 0;
  margin-bottom: 0.4vw;
  line-height: 2vw;
}

.year-container .date-group {
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .year-container {
    width: 100%;
    padding: 0;
  }
  .year-container h3 {
    padding: 10px 13px;
    font-size: 18px;
  }
  .year-container .document-container .document {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 10px;
  }
  .year-container .document-container .document h4 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .clearfix-mobile {
    clear: both;
  }
}
#news-list {
  width: 82.656vw;
  margin: 0 auto 6vw auto;
}

#news-list .news {
  float: left;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0.2vw !important;
}

#news-list .container-right {
  float: left;
  width: 59.73%;
}

#news-list .news .inner {
  padding: 1.4vw;
}

#news-list .news .inner p {
  line-height: 1.5vw;
  font-size: 1vw;
}

#news-list .container-right > a:nth-child(3) > .news {
  margin-bottom: 0 !important;
}

#news-list .news h4 {
  font-size: 100%;
}

#news-list .news.first {
  width: 40% !important;
  margin-right: 0.2vw;
}

#news-list .news.first h4 {
  font-size: 100% !important;
}

#news-list .news.first img {
  width: 100%;
  height: auto;
  margin-bottom: 1.2vw;
}

#news-list .news.rtl img {
  float: left !important;
  margin-right: 2vw;
  margin-left: 0;
}

#news-list .news img {
  float: right;
  width: 50%;
  margin-left: 2vw;
}

#news-list .news .button {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #news-list {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  #news-list .header-title {
    margin-top: 20px;
  }
  #news-list .container-right {
    width: 100% !important;
    float: none !important;
  }
  #news-list .news {
    margin-top: 10px;
    margin-bottom: 12px !important;
    width: 100% !important;
    float: none !important;
  }
  #news-list .news.first {
    width: 100% !important;
    float: none !important;
  }
  #news-list .news img {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
    width: 100% !important;
  }
  #news-list .bouton-mobile {
    font-size: 16px;
    text-align: center !important;
  }
}
s {
  font-size: 80%;
}

.ratings label {
  float: left;
  font-size: 40px;
}
.ratings label :hover {
  cursor: pointer;
}

#commentaire hr {
  max-width: 100%;
  margin: 1.25rem auto;
}
#commentaire p {
  margin: 0 1vw;
}
#commentaire .ratings {
  margin: 0 1vw;
}

.twitter-typeahead {
  display: block !important;
}

.tt-menu,
.gist {
  text-align: left;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
  .tt-menu {
    width: 300px !important;
  }
}
iframe.iframe_bloc {
  min-height: 110px !important;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #2d2926;
  color: #fff;
  padding: 24px 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .bar {
    text-align: center;
  }
}
.bar p {
  font-size: 0.84vw;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

@media only screen and (max-width: 1439px) {
  .bar p {
    font-size: 12px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .bar p {
    margin: 0 0 20px;
    padding: 0;
  }
}
.bar p a {
  color: #009be5;
  text-decoration: none;
  transition: color 0.4s;
}

.bar p a:hover {
  color: #1d9fea;
}

.bar .button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.84vw;
  padding: 0.5em 2.9em;
}

@media only screen and (max-width: 1439px) {
  .bar .button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .bar .button {
    position: static;
    transform: translateY(0);
  }
}
.bar .grid-container {
  position: relative;
}

.bar.is-active {
  display: block;
  z-index: 2147483645;
}

.bar .grid-container {
  max-width: 90rem;
}

.btnEnSavoirPlus {
  display: block;
}

#DonneesAbonnement input[type=checkbox] {
  display: inline-block !important;
}

.standard-form.form-shell {
  padding: 0 20vw;
}
.standard-form.form-shell .button.btnFloat {
  float: left;
}
.standard-form.form-shell .button.lostPassword {
  float: right;
}
.standard-form.form-shell label.error {
  color: #dd0000;
  margin-top: -1vw;
  margin-bottom: 0.6vw;
}

#boiteMessageConnexion, #boiteMessageMdp {
  display: none;
  background: #f75757;
  padding: 1.1vw 1.3vw;
  font-family: "Montserrat";
  font-size: 1vw;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ff0000;
  margin-bottom: 2.7vw;
}

#boiteMessageConnexion.valide, #boiteMessageMdp.valide {
  background: #30b559;
  border: 1px solid #15a040;
}

#Donnees.formulaireCustom .grid-x {
  width: 100%;
  position: relative;
}
#Donnees.formulaireCustom .grid-x > div {
  width: 100%;
}
#Donnees.formulaireCustom .grid-x label.error {
  display: none !important;
}
#Donnees.formulaireCustom .grid-x span.error {
  top: 11px;
  right: 13px;
}

@media screen and (min-width: 768px) {
  #Donnees.formulaireCustom .grid-x {
    width: 100%;
    position: relative;
  }
  #Donnees.formulaireCustom .grid-x > div {
    width: 100%;
  }
  #Donnees.formulaireCustom .grid-x input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
    display: inline-block !important;
  }
  #Donnees.formulaireCustom .grid-x input[type=text] {
    height: 2.5vw;
    width: 100%;
    padding: 0 0.7vw;
    font-size: 1vw;
    margin-bottom: 1vw;
  }
  #Donnees.formulaireCustom .grid-x textarea {
    height: 8vw;
    width: 100%;
    padding: 0.7vw;
    font-size: 1vw;
    margin-bottom: 1vw;
  }
  #Donnees.formulaireCustom .grid-x input[type=submit] {
    width: 35%;
  }
  #Donnees.formulaireCustom .grid-x span.error {
    top: 0.43vw;
    right: 0.9vw;
  }
}
#header-fix {
  height: 88px;
}

header.modern {
  transition: box-shadow 150ms linear;
  position: fixed;
  background: #f9f9fa;
  height: 88px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
}
header.modern * {
  box-sizing: border-box;
}
header.modern .shell {
  padding: 0 15px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header.modern .shell.fullwidth {
  padding: 0 0 0 4vw;
  width: 100%;
  max-width: none;
}
header.modern #logo {
  transition: opacity 150ms linear;
  float: left;
  width: auto;
  height: 100%;
}
header.modern #logo:hover {
  opacity: 0.84;
}
header.modern .menu-right {
  display: flex;
  align-items: center;
}
header.modern .menu-right input {
  margin: 0 0.5vw 0 0;
  padding: 0 0.54vw !important;
  color: #3f3f3f !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.78vw;
  border: 1px solid #dfdfdf !important;
  border-radius: 4px;
  box-shadow: none;
  width: 12.6vw !important;
  height: 2vw !important;
}
header.modern .menu-right input::-moz-placeholder {
  color: #ababab !important;
}
header.modern .menu-right input::placeholder {
  color: #ababab !important;
}
header.modern .menu-right #rechercheHaut {
  font-size: 1vw;
  line-height: 0.47vw;
  transition: color 150ms linear;
  color: #dfdfdf;
  background: none !important;
  padding: 0.82vw 0.56vw;
  position: absolute;
  right: 0.5vw;
}
header.modern .menu-right #rechercheHaut:hover {
  color: #b0b0b0;
}
header.modern .menu-right #rechercherHautDePage {
  position: relative;
}
header.modern .menu-right #lienFacebookHeader {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
}
header.modern .menu-right #lienInstagramHeader {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
}
header.modern .menu-right ul {
  margin: 0;
  padding: 0;
}
header.modern .menu-right ul li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
header.modern .menu-right ul li a {
  line-height: 1.5vw !important;
  transition: color 150ms linear;
  font-family: "Poppins", Sans Serif;
  padding: 32px 18px 31px;
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
}
header.modern ul.main-menu {
  padding: 0;
  margin: 0;
}
header.modern ul.main-menu > li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
header.modern ul.main-menu > li a {
  line-height: 1.5vw !important;
  transition: color 150ms linear;
  font-family: "Poppins", Sans Serif;
  padding: 32px 18px 31px;
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
}
header.modern ul.main-menu > li.submenu > a:after {
  transition: color 150ms linear;
  line-height: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8vw;
  content: "\f078";
  margin-left: 0.25vw;
}
header.modern ul.main-menu > li > div > ul {
  margin-left: 0;
}
header.modern ul.main-menu > li > div > ul > li {
  list-style: none;
  width: 33.3%;
  float: left;
  margin-left: 0;
}
header.modern ul.main-menu > li > div > ul > li > a {
  font-weight: bold;
}
header.modern ul.main-menu > li > div > ul > li ul {
  margin-left: 0;
}
header.modern ul.main-menu > li > div > ul > li ul li {
  list-style: none;
  padding-bottom: 0.45vw;
  padding-right: 1.5vw;
}
header.modern ul.main-menu > li > div > ul > li ul li a {
  padding: 0 !important;
  line-height: 1vw !important;
}

@media screen and (min-width: 768px) {
  ul.main-menu > li.submenu:hover .submenu-container {
    display: block !important;
  }
  .submenu-container {
    display: none;
    height: auto;
    padding: 1.2vw 2.1vw 0.8vw 2.1vw;
    position: absolute;
    z-index: 100;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.04);
  }
}
@media screen and (max-width: 767px) {
  header.modern {
    height: 100px !important;
  }
  #header-fix {
    height: 100px !important;
  }
  header.modern ul.main-menu {
    display: none;
  }
  header.modern .shell {
    padding: 16px !important;
    align-items: flex-start;
  }
  header.modern #mmenu {
    color: #696969;
    font-size: 24px;
    height: auto;
    top: 16px;
    left: unset;
    right: 27px;
  }
  header.modern #mmenu span {
    display: none;
  }
  .mm-menu.mm-offcanvas {
    display: block !important;
    z-index: 9999;
    left: -80%;
    transition: left 420ms;
  }
  .mm-menu.mm-offcanvas.mm-opened {
    display: block !important;
    left: 0;
  }
  li.numeroTelephone-mobile a {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
  }
  header.modern .menu-right input {
    margin: 0 10px 0 0;
    padding: 0 10px !important;
    font-size: 11px;
    border-radius: 4px;
    width: 37vw !important;
    height: 30px !important;
  }
  header.modern .menu-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.modern .menu-right #rechercheHaut {
    font-size: 13px;
    line-height: 15px;
    padding: 8px;
    right: 10px;
  }
  header.modern > .shell > ul > li:hover > a, .right-links a:hover {
    border: 0 !important;
  }
  header.modern .menu-right ul {
    margin: 0 42px 13px 0;
  }
}
/* Form adjustments */
form.formModern label.error {
  display: none !important;
  opacity: 0 !important;
  text-indent: -50000px !important;
}
form.formModern input[type=submit], form.formModern .button {
  padding: 1vw 1.5vw;
  font-size: 1vw;
  border-radius: 7px;
}
form.formModern input[type=text], form.formModern input[type=password], form.formModern input[type=email] {
  box-shadow: none !important;
  border-radius: 7px;
  height: 3.2vw;
  padding: 2.1vw 1.3vw 1vw;
  margin-bottom: 1.33vw;
  font-size: 1vw;
  border: 1px solid #e8e8e8;
}
form.formModern select {
  box-shadow: none !important;
  border-radius: 7px;
  height: 3.2vw;
  padding: 0vw 1.3vw 0vw;
  margin-bottom: 1.33vw;
  font-size: 1vw;
  border: 1px solid #e8e8e8;
  color: #545454;
}
form.formModern textarea {
  box-shadow: none !important;
  border-radius: 7px;
  height: 10vw;
  padding: 1.55vw 1.3vw 1vw;
  margin-bottom: 0vw;
  font-size: 1vw;
  border: 1px solid #e8e8e8;
}
form.formModern .textarea .jqEasyCounterMsg {
  text-align: right;
}
form.formModern input[type=text].error, form.formModern input[type=password].error, form.formModern input[type=email].error {
  border: 1px solid #f1bfbf;
  background: #fff1f1;
}
form.formModern .group-checkbox {
  position: relative;
  height: 346px;
  width: 50%;
  float: left;
  margin-right: 1.5vw;
  height: 100%;
}
form.formModern .group-checkbox.blocContact {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
form.formModern .group-checkbox.blocContact .float {
  margin-right: 0;
  width: 100%;
}
form.formModern .group-checkbox.blocContact .checkbox {
  border: 1px solid #e8e8e8;
  background: #ffffff;
}
form.formModern .group-checkbox label {
  line-height: 1.2vw;
  font-size: 1vw;
  color: #0a0a0a;
}
form.formModern .group-checkbox input {
  position: absolute;
  left: -5000px;
}
form.formModern .group-checkbox .checkbox {
  margin-right: 0.7vw;
  float: left;
  width: 1.1vw;
  border-radius: 3px;
  height: 1.1vw;
  border: 1px solid #e8e8e8;
}
form.formModern .group-checkbox .checkmark {
  transition: all 150ms linear;
  opacity: 0;
  line-height: 0vw;
  position: relative;
  top: -0.36vw;
}
form.formModern .group-checkbox .checkmark:after {
  content: "\f00c";
  font-weight: 600;
  font-family: "Font Awesome 6 Free" !important;
  color: #262626;
  font-size: 0.78vw;
  line-height: 0;
  position: relative;
  left: 0.09vw;
}
form.formModern input:checked ~ .checkbox .checkmark {
  opacity: 1;
  top: 0.42vw;
}
form.formModern .radio {
  margin-right: 0.58vw;
  float: left;
}
form.formModern .radio .checkmark {
  transition: all 150ms linear;
  line-height: 1vw;
  opacity: 1;
  position: relative;
  top: 0.07vw !important;
}
form.formModern .radio .checkmark:after {
  content: "\f111";
  font-weight: 100;
  font-family: "Font Awesome 6 Free" !important;
  color: #353535;
  font-size: 1vw;
  position: relative;
  left: 0vw;
}
form.formModern input:checked ~ .radio .checkmark:after {
  content: "\f192";
  font-weight: 600;
  font-family: "Font Awesome 6 Free" !important;
}
form.formModern .float {
  float: left;
  margin-right: 2.4vw;
  margin-bottom: 1vw;
}
form.formModern .field {
  position: relative;
}
form.formModern .field label {
  pointer-events: none;
  transition: all 50ms linear;
  position: absolute;
  padding-left: 1.36vw;
  top: 1.6vw;
  cursor: text;
  color: #545454;
  font-size: 1vw;
  line-height: 0vw;
}
form.formModern .field input:not(:-moz-placeholder-shown) + label {
  color: #989898;
  font-size: 0.72vw;
  top: 1vw;
}
form.formModern .field input:focus + label, form.formModern .field input:not(:placeholder-shown) + label {
  color: #989898;
  font-size: 0.72vw;
  top: 1vw;
}
form.formModern .field textarea {
  overflow: hidden;
}
form.formModern .field textarea:not(:-moz-placeholder-shown) + label {
  color: #989898;
  font-size: 0.7vw;
  top: 1px;
  left: 1px;
  display: block;
  background: #ffffff;
  height: 1.7vw;
  width: calc(100% - 2px);
  padding-top: 1vw;
  border-radius: 7px;
}
form.formModern .field textarea:focus + label, form.formModern .field textarea:not(:placeholder-shown) + label {
  color: #989898;
  font-size: 0.7vw;
  top: 1px;
  left: 1px;
  display: block;
  background: #ffffff;
  height: 1.7vw;
  width: calc(100% - 2px);
  padding-top: 1vw;
  border-radius: 7px;
}

/* .formModern */
@media screen and (max-width: 767px) {
  .formModern textarea {
    padding: 5.2vw 1.78vw 1.3vw !important;
  }
}
@media screen and (max-width: 1023px) {
  form.formModern .group-checkbox {
    /*input:checked ~ .radio .checkmark {
        background: #6a7ea6;
        border-radius: 100%;
        top: -0.1vw;
        left: -0.1vw;
        width: 1.3vw;
        height: 1.3vw;
    }*/
  }
  form.formModern .group-checkbox .radio {
    margin-right: 0.75vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  form.formModern .group-checkbox .radio .checkmark {
    top: 9px !important;
  }
  form.formModern .group-checkbox .radio .checkmark:after {
    font-size: 11px;
  }
  form.formModern .group-checkbox .radio .checkmark:after {
    top: -0.5vw;
    font-size: 1.4vw;
  }
  form.formModern .group-checkbox label {
    line-height: 1.64vw;
  }
  form.formModern .group-checkbox .checkbox {
    margin-right: 0.7vw;
    width: 1.5vw;
    height: 1.4vw;
  }
  form.formModern .group-checkbox input:checked ~ .checkbox .checkmark {
    top: 0.42vw;
  }
  form.formModern .group-checkbox .checkbox .checkmark:after {
    left: 0vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  form.formModern input[type=submit], form.formModern .button {
    padding: 17px 25px;
    font-size: 15px;
    border-radius: 7px;
  }
  form.formModern input[type=email], form.formModern input[type=text], form.formModern input[type=password] {
    height: 40px;
    padding: 12px 10px 0px 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  form.formModern select {
    height: 40px;
    padding: 12px 10px 0px 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  form.formModern .field label {
    padding-left: 10px;
    top: 19px;
    font-size: 13px;
  }
  form.formModern .field input:not(:-moz-placeholder-shown) + label {
    font-size: 10px;
    top: 11px;
  }
  form.formModern .field input:focus + label, form.formModern .field input:not(:placeholder-shown) + label {
    font-size: 10px;
    top: 11px;
  }
  form.formModern .field textarea {
    height: 100px;
    padding: 13px 10px;
    font-size: 13px;
  }
  form.formModern .field textarea:not(:-moz-placeholder-shown) + label {
    font-size: 10px;
    height: 17px;
    padding-top: 10px;
    border-radius: 7px;
  }
  form.formModern .field textarea:focus + label, form.formModern .field textarea:not(:placeholder-shown) + label {
    font-size: 10px;
    height: 17px;
    padding-top: 10px;
    border-radius: 7px;
  }
  form.formModern .jqEasyCounterMsg {
    font-size: 11px;
  }
  form.formModern .field.select:before, form.formModern .field.date:before {
    top: 5.2vw;
    right: 2.45vw;
    font-size: 2.5vw;
  }
  form.formModern .field.select select, form.formModern .field.date input {
    padding-right: 6.7vw;
  }
  form.formModern .msgCounter {
    position: relative;
    top: -0.6vw;
    font-size: 2.76vw;
    margin-bottom: 6vw;
  }
  form.formModern .group-checkbox {
    width: 100%;
  }
  form.formModern .group-checkbox .radio {
    margin-right: 8px;
    width: 18px;
    height: 18px;
  }
  form.formModern .group-checkbox label {
    line-height: 19px;
    font-size: 13px;
  }
  form.formModern .group-checkbox label span {
    font-size: 13px;
  }
  form.formModern .group-checkbox .float {
    margin-right: 0;
    margin-bottom: 15px;
  }
  form.formModern .group-checkbox input ~ .radio .checkmark {
    top: -0.28vw;
    left: -0.35vw;
    width: 3.75vw;
    height: 3.65vw;
  }
  form.formModern .group-checkbox input:checked ~ .radio .checkmark {
    top: -0.28vw;
    left: -0.35vw;
    width: 3.75vw;
    height: 3.65vw;
  }
  form.formModern .group-checkbox input:checked ~ .checkbox .checkmark {
    top: 8px;
  }
  form.formModern .group-checkbox .checkbox {
    margin-right: 8px;
    width: 18px;
    height: 18px;
  }
  form.formModern .group-checkbox .checkbox .checkmark:after {
    left: 1px;
    font-size: 14px;
  }
  form.formModern .group-checkbox.news label span {
    display: inline-block;
    width: 69vw;
  }
  form.formModern .group-checkbox .radio .checkmark:after {
    font-size: 18px !important;
  }
}
.news-img {
  height: 346px;
  width: 50%;
  float: left;
  margin-right: 1.5vw;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .news-img {
    width: 100%;
    float: none;
    height: 64vw;
  }
  #news-list .news .inner p {
    font-size: 15px;
    line-height: 20px;
  }
  #news-list .news .inner h4 {
    line-height: 24px;
  }
}
#news-list .news.no-margin {
  margin-bottom: 0 !important;
}

.containerSeanceDetails {
  padding: 0 8.5vw 3vw 8.5vw;
}

.printBtn {
  transition: all 150ms linear;
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #084775;
  width: 3vw;
  height: 3vw;
  font-size: 1.3vw;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
}
.printBtn:hover {
  background: #ffffff;
}
.printBtn:hover i {
  color: #000000;
}
.printBtn i {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .containerSeanceDetails {
    padding: 20px 15px;
  }
  .printBtn {
    display: none;
  }
}
a:not([href]) {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 767px) {
  .logo-link-modern {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    width: 125px;
  }
}
@media screen and (min-width: 768px) {
  .header.modern li.submenu > a {
    pointer-events: none;
  }
}
.promosPDF {
  width: 83%;
  margin: 0 auto;
}

.promosPDF .blocs-grid-item {
  width: 18.8%;
  float: left;
  margin: 0.6%;
}

.promosPDF .blocs-grid-item .title {
  position: static;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1vw !important;
  line-height: 1.9vw !important;
  min-height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promosPDF .blocs-grid-item .image {
  border-color: #959595;
}

@media screen and (max-width: 767px) {
  .promosPDF {
    width: 100%;
    padding: 15px;
  }
  .promosPDF .blocs-grid-item {
    width: 100%;
    float: none;
    margin: 0%;
  }
  .promosPDF .blocs-grid-item .title {
    font-size: 16px !important;
    line-height: 21px !important;
    min-height: 56px;
  }
}
form.formModern textarea.error {
  border: 1px solid #f1bfbf;
  background: #fff1f1;
}

form.formModern select.error {
  border: 1px solid #f1bfbf;
  background: #fff1f1;
}

.field label span.obl {
  color: #ff8686;
}

.group-checkbox label span.obl {
  color: #ff8686;
}

.input-file span.obl {
  color: #ff8686;
}

.shell {
  width: 100%;
  padding: 0 8.5vw;
}

.customForm .field, .customForm .fieldb {
  width: 100%;
  max-width: 40vw;
}
.customForm .field textarea {
  margin-bottom: 1.33vw;
  resize: none;
}
.customForm .field textarea:not(:-moz-placeholder-shown) + label {
  top: 1px !important;
  left: 1px;
  width: calc(100% - 2px) !important;
}
.customForm .field textarea:focus + label, .customForm .field textarea:not(:placeholder-shown) + label {
  top: 1px !important;
  left: 1px;
  width: calc(100% - 2px) !important;
}
.customForm .group-checkbox {
  margin-bottom: 1vw;
}
.customForm .group-checkbox > label {
  margin-bottom: 0.6vw;
  font-weight: 600;
}
.customForm .group-checkbox > div > label {
  margin-bottom: 0.4vw;
}
.customForm .button {
  margin-top: 2vw;
}

form.formModern .field textarea.error + label {
  background: #fff1f1 !important;
}

form.formModern .checkbox.error + label {
  background: #fff1f1 !important;
}

.fieldb .input-file {
  position: static;
  padding-left: 0;
  pointer-events: all;
  cursor: pointer;
  line-height: 1.2vw;
  font-size: 1vw;
  color: #0a0a0a;
  font-weight: 600;
  margin-bottom: 1.7vw;
}

.fieldb .input-file > div.title {
  line-height: 1.2vw;
  font-size: 0.8vw;
  color: #d0d0d0;
}

.fieldb .input-file > div.tlt {
  display: inline-block;
  transition: all 0.15s linear;
  background: #646464;
  font-family: "Montserrat";
  color: #ffffff;
  padding: 0.34vw 1vw;
  font-size: 0.8vw;
  text-transform: uppercase;
  border-radius: 7px;
  position: relative;
}

.fieldb .input-file input {
  display: none;
}

input[type=radio].error + span {
  color: #e19f9f !important;
}

input[type=radio].error + span + div.radio > .checkmark:after {
  color: #f1bfbf !important;
}

input[type=checkbox].error + span {
  color: #e19f9f !important;
}

input[type=checkbox].error + span + div.checkbox {
  border: 1px solid #f1bfbf !important;
}

input[type=checkbox].error + span + div.checkbox > .checkmark:after {
  color: #f1bfbf !important;
}

.input-file.error_fichier .tlt {
  background: #e19f9f !important;
}

.ui-datepicker-calendar {
  display: table !important;
}

#ui-datepicker-div {
  width: 22.8vw;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: 310px;
  }
  form.formModern select {
    padding-top: 1px;
  }
  .shell {
    width: 100%;
    padding: 0 14px;
  }
  .customForm .field, .customForm .fieldb {
    width: 100%;
    max-width: 100%;
  }
  .customForm .field textarea {
    margin-bottom: 10px;
    resize: none;
  }
  .customForm .field textarea:not(:-moz-placeholder-shown) + label {
    top: 1px !important;
    left: 1px;
    width: calc(100% - 2px) !important;
  }
  .customForm .field textarea:focus + label, .customForm .field textarea:not(:placeholder-shown) + label {
    top: 1px !important;
    left: 1px;
    width: calc(100% - 2px) !important;
  }
  .customForm .group-checkbox {
    margin-bottom: 14px;
  }
  .customForm .group-checkbox > label {
    margin-bottom: 0.6vw;
    font-weight: 600;
  }
  .customForm .group-checkbox > div > label {
    margin-bottom: 0.4vw;
  }
  .customForm .fieldb {
    margin-top: 20px;
  }
  .customForm .fieldb span, .customForm .fieldb .tlt {
    font-size: 13px !important;
  }
  .customForm .fieldb .title {
    font-size: 11px !important;
  }
  .customForm .fieldb .tlt {
    padding: 8px 15px !important;
  }
  .customForm .fieldb .input-file {
    margin-bottom: 20px;
    line-height: 18px;
  }
  .customForm .button {
    margin-top: 2vw;
  }
}
.publicationsPDF {
  width: 83%;
  margin: 0 auto;
}

.publicationsPDF .blocs-grid-item {
  width: 18.8%;
  float: left;
  margin: 0.6%;
}

.publicationsPDF .blocs-grid-item .title {
  position: static;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1vw !important;
  line-height: 1.9vw !important;
  min-height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.publicationsPDF .blocs-grid-item .image {
  border-color: #959595;
}

@media screen and (max-width: 767px) {
  .publicationsPDF {
    width: 100%;
    padding: 15px;
  }
  .publicationsPDF .blocs-grid-item {
    width: 100%;
    float: none;
    margin: 0%;
  }
  .publicationsPDF .blocs-grid-item .title {
    font-size: 16px !important;
    line-height: 21px !important;
    min-height: 56px;
  }
}
.background-image .source {
  opacity: 0;
  pointer-events: none;
}

.iosfixed > div {
  margin-top: 1vw !important;
  margin-bottom: -1vw !important;
}

.iosfixed {
  z-index: 1;
}

.field.textarea.formBuilder label {
  top: 1vw !important;
  line-height: 1.3vw !important;
}

form.formModern .field.textarea textarea:not(:-moz-placeholder-shown) + label {
  line-height: 0 !important;
  white-space: nowrap;
  overflow: hidden;
}

form.formModern .field.textarea textarea:focus + label, form.formModern .field.textarea textarea:not(:placeholder-shown) + label {
  line-height: 0 !important;
  white-space: nowrap;
  overflow: hidden;
}

label.longTitle {
  position: relative;
}

label.longTitle:after {
  display: none;
}

form.formModern .field.textarea textarea:not(:-moz-placeholder-shown) + label.longTitle:after {
  content: "...";
  text-align: center;
  width: 1.5vw;
  height: 2vw;
  background: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding-top: 1vw;
}

form.formModern .field.textarea textarea:focus + label.longTitle:after, form.formModern .field.textarea textarea:not(:placeholder-shown) + label.longTitle:after {
  content: "...";
  text-align: center;
  width: 1.5vw;
  height: 2vw;
  background: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding-top: 1vw;
}

form.formModern .field.textarea textarea.error:not(:-moz-placeholder-shown) + label.longTitle:after {
  content: "...";
  background: #fff1f1;
}

form.formModern .field.textarea textarea.error:focus + label.longTitle:after, form.formModern .field.textarea textarea.error:not(:placeholder-shown) + label.longTitle:after {
  content: "...";
  background: #fff1f1;
}

@media screen and (max-width: 767px) {
  .field.textarea label {
    top: 8px !important;
    line-height: 16px !important;
  }
  form.formModern .field.textarea textarea:not(:-moz-placeholder-shown) + label.longTitle:after {
    width: 20px;
    height: 20px;
    padding-top: 10px;
  }
  form.formModern .field.textarea textarea:focus + label.longTitle:after, form.formModern .field.textarea textarea:not(:placeholder-shown) + label.longTitle:after {
    width: 20px;
    height: 20px;
    padding-top: 10px;
  }
}
.btnFormulaireFeature {
  margin-bottom: 100px !important;
}

#container-chambre .chambre {
  margin: 2vw auto 0 auto;
  display: flex;
  justify-content: center;
}
#container-chambre .chambre .left {
  float: left;
  width: 41.67%;
}
#container-chambre .chambre .right {
  float: left;
  width: 41.67%;
}
#container-chambre .chambre h4 {
  margin: 1.25vw 0 1.5vw 0;
}
#container-chambre .chambreSlide {
  width: 100%;
  height: 100% !important;
}
#container-chambre .chambreSlide .slick-list, #container-chambre .chambreSlide .slick-track {
  height: 100% !important;
}
#container-chambre .chambreSlide .slide {
  width: 100%;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}
#container-chambre .separator {
  display: block;
  margin: 2vw auto 0;
  width: 16.511vw;
}

@media screen and (max-width: 767px) {
  #container-chambre .chambreSlide {
    width: 100%;
    height: 70vw !important;
  }
}
.chambre-prev, .chambre-next {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -1.5vw;
  z-index: 100;
  font-size: 3vw;
  color: #ffffff;
  line-height: 3vw;
}

.chambre-prev {
  left: 1vw;
}

.chambre-next {
  right: 1vw;
}

.promotion-price {
  position: relative;
}
.promotion-price > span:nth-child(1) {
  text-decoration: line-through;
  position: relative;
}
.promotion-price > span:nth-child(2) {
  text-decoration: none;
  position: absolute;
  top: 1.4vw;
  right: 0;
  color: #9e3f3f;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .promotion-price > span:nth-child(2) {
    top: 4.4vw;
  }
  .chambre-prev, .chambre-next {
    top: 50%;
    margin-top: -4vw;
    font-size: 8vw;
    color: #ffffff;
    line-height: 8vw;
  }
  .chambre-prev {
    left: 3vw;
  }
  .chambre-next {
    right: 3vw;
  }
  #container-chambre {
    padding: 0 15px;
  }
  #container-chambre .chambre {
    margin: 30px auto 0 auto;
    display: block;
  }
  #container-chambre .chambre .left {
    float: none;
    width: 100% !important;
    height: 78vw;
  }
  #container-chambre .chambre .right {
    float: none;
    width: 100% !important;
  }
  #container-chambre .chambre h4 {
    margin: 14px 0 18px 0;
  }
  #container-chambre .separator {
    display: block;
    margin: 30px auto 0;
    width: 150px;
  }
}
a.seanceBtn {
  margin-left: 5px !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  header.modern ul.main-menu > li a {
    font-size: 10px;
  }
}
.grid-stack-item-content .shell {
  margin: 0;
  padding: 0;
}

.grid-stack-item-content .shell .formModern .group-checkbox label,
.grid-stack-item-content .shell .formModern .group-checkbox span,
.grid-stack-item-content .shell .formModern .group-checkbox p {
  color: unset !important;
}

.header.modern.standard .main-menu > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #ffffff;
  margin: 0;
  padding-bottom: 0.9vw;
  min-width: 16vw;
  width: -moz-fit-content;
  width: fit-content;
}

.header.modern.standard .main-menu > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  background: #ffffff;
  padding-bottom: 0.9vw;
  min-width: 16vw;
  width: -moz-fit-content;
  width: fit-content;
}

.header.modern.standard .main-menu > li:hover > ul {
  display: block;
}

.header.modern.standard .main-menu > li:hover > ul > li:hover > ul {
  display: block;
}

.header.modern.standard li.submenu > a {
  pointer-events: all;
}

.header.modern.standard .main-menu > li > ul > li.submenu > a {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.header.modern.standard .main-menu > li > ul > li.submenu > a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 0.6vw;
  font-weight: 900;
  display: inline-block;
  margin-left: 0.7vw;
}

.header.modern.standard .main-menu > li > ul > li,
.header.modern.standard .main-menu > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}

.header.modern.standard .main-menu > li > ul > li > a,
.header.modern.standard .main-menu > li > ul > li > ul > li > a {
  padding: 0.7vw 0.8vw;
  font-size: 0.9vw;
  padding: 0.8vw 1.1vw 0vw;
  font-family: "Montserrat", sans-serif;
}

.header.modern.standard .main-menu > li > ul > li > a:hover,
.header.modern.standard .main-menu > li > ul > li > ul > li > a:hover {
  color: #f68e13;
}

#news-list-simple, #news-list-activite {
  padding: 0 8.5vw;
}
#news-list-simple .half, #news-list-activite .half {
  width: 50%;
}
#news-list-simple .left, #news-list-activite .left {
  float: left;
}
#news-list-simple .right, #news-list-activite .right {
  float: right;
}
#news-list-simple .half.left > div > a > div, #news-list-activite .half.left > div > a > div {
  height: 26vw !important;
}
#news-list-simple .half.right, #news-list-activite .half.right {
  height: 26vw !important;
}
#news-list-simple .half.right > div, #news-list-activite .half.right > div {
  padding: 1.2vw 3vw 2.5vw 3vw !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#news-list-simple .container-btn, #news-list-activite .container-btn {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
#news-list-simple .container-btn a, #news-list-simple .container-btn p, #news-list-activite .container-btn a, #news-list-activite .container-btn p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  #news-list-activite .left, #news-list-simple .left, #news-list-activite .right, #news-list-simple .right {
    float: none !important;
    width: 100% !important;
  }
  #news-list-activite .half.left > div > a > div, #news-list-simple .half.left > div > a > div {
    height: unset !important;
  }
  #news-list-activite .half.right, #news-list-simple .half.right {
    height: unset !important;
  }
  #news-list-activite .container-btn, #news-list-simple .container-btn {
    align-items: center;
  }
  #news-list-activite h4 br {
    display: none;
  }
  #news-list-activite h3 {
    margin-top: -5px;
  }
  #news-list-activite, #news-list-simple {
    padding: 0;
  }
}
.grid {
  margin: 0 auto 3vw auto;
  width: 91vw;
}
.grid .grid-item {
  float: left;
  width: 25%;
}
.grid img {
  width: 100%;
  border: 0.5vw solid #ffffff;
  transition: all 150ms linear;
  opacity: 1;
}
.grid img:hover {
  opacity: 0.8;
}

.boutonFixed {
  margin-bottom: 0;
  z-index: 1001;
  position: fixed;
  top: 7.4vw;
  right: 0.83vw;
}

@media screen and (max-width: 767px) {
  .boutonFixed {
    top: 110px;
    right: 9px;
    font-size: 13px !important;
  }
  .grid {
    margin: 0 auto 30px auto;
    width: 100%;
    padding: 0 15px;
  }
  .grid .grid-item {
    float: left;
    width: calc(50% - 15px);
  }
  .grid img {
    width: 100%;
    border: 3px solid #ffffff;
  }
  .field.textarea.formBuilder label {
    line-height: 4.3vw !important;
    top: 1vw !important;
  }
}
#masonry-grid {
  opacity: 0;
}

.loader {
  text-align: center;
}
.loader i {
  font-size: 3vw;
  color: #606060;
}

.group-checkbox > div > label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.goog-te-gadget-simple {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
  font-size: 1vw;
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  border: 0 !important;
  border-radius: 2vw;
  height: 2vw;
  margin-left: 0.3vw;
  margin-right: 0.7vw;
}
.goog-te-gadget-simple > span {
  display: flex;
  height: 2vw;
  align-items: center;
}
.goog-te-gadget-simple > span > a {
  margin-left: 0vw !important;
  margin-right: 0vw;
}
.goog-te-gadget-simple > span > a > span {
  font-family: "Montserrat", arial;
  font-size: 0.78vw;
  font-weight: 300;
}
.goog-te-gadget-simple > span > a span:nth-child(3) {
  display: none;
}
.goog-te-gadget-simple > span > a span:nth-child(5) {
  margin-left: 0.3vw;
}

.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0px !important;
}

.goog-te-gadget img {
  display: none;
}

@media screen and (max-width: 767px) {
  .goog-te-gadget-simple > span > a {
    margin-left: 6px !important;
    margin-right: 6px;
    margin-top: 29px;
  }
  .goog-te-gadget-simple > span > a > span {
    font-size: 13px;
  }
  header.modern.hasTranslate {
    height: 124px !important;
  }
}
