@charset "UTF-8";

.cs-copyright {
  /* colors */
  --copyrightColorText: #8f8b89;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: var(--copyrightColorText);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #000000;
  --copyrightTooltipColor: var(--copyrightColorText);
  /* size */
  --copyrightFontSize: 11px;
  --copyrightSizeSvg: 15px;
  --copyrightSizeSeparator: 11px;
  --copyrightSizeSeparatorIcon: 10px;
  /* position, direction */
  --copyrightAlignPosition: center;
  /* flex-start, center, flex-end */
  --copyrightPosition: center;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: column;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 10px 0 15px; }

html {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body,
td,
pre,
input[type='text'],
textarea,
select {
  font-family: "Muli", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #6e6e6e; }
  @media (max-width: 600px) {
    body,
    td,
    pre,
    input[type='text'],
    textarea,
    select {
      font-size: 1.6rem; } }

@media (min-width: 2001px) {
  body {
    max-width: 150rem;
    margin: 0 auto;
    box-shadow: 0 3rem 5rem -1rem rgba(0, 0, 0, 0.3); } }
@media (max-width: 1024px) {
  body {
    margin-top: 6rem; } }

.u-wrapper {
  margin: 0 auto;
  max-width: 120rem;
  text-align: left;
  width: 100%; }
  @media (max-width: 1300px) {
    .u-wrapper {
      max-width: 94%; } }

#cookieChoiceInfo {
  line-height: 20px;
  padding: 4px !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8) !important;
  border-bottom: none !important;
  color: #dddddd;
  top: inherit !important;
  bottom: 0 !important; }
  #cookieChoiceInfo a {
    color: #b1b1b1; }
  #cookieChoiceInfo #cookieChoiceDismiss {
    background: #777; }
    #cookieChoiceInfo #cookieChoiceDismiss:hover {
      background: #5e5e5e; }

.svgSprite svg symbol circle,
.svgSprite svg symbol path {
  fill: inherit;
  stroke: inherit;
  overflow: visible; }

a[href^='tel'] {
  color: inherit;
  text-decoration: none; }

.pageHome .cms_bloc_text:not(:last-child) {
  margin-bottom: 6rem; }
.pageHome .cms_bloc_text .cms_bloc_media img {
  border-radius: 1.5rem; }
.pageHome .cms_bloc_text .cms_bloc_text_media_centre {
  margin: 3rem auto; }
  @media (max-width: 750px) {
    .pageHome .cms_bloc_text .cms_bloc_text_media_centre {
      margin: 2rem auto; } }
.cms_bloc_text .cms_bloc_media img {
  display: block; }
.cms_bloc_text .cms_bloc_text_media_gauche,
.cms_bloc_text .cms_bloc_text_media_droite {
  display: inline-block;
  margin-bottom: -3rem; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media, .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    max-width: 50%;
    padding: 0 5rem 3rem 0; }
    .pageHome .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
    .pageHome .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      margin: 0 2.75rem 0 0; }
    @media (max-width: 750px) {
      .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media, .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        float: none;
        max-width: 100%;
        padding: 0; }
        .pageHome .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media, .pageHome .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
          margin: 0 0 2rem 0; } }
.cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
  padding: 0 0 3rem 5rem; }
  .pageHome .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    margin: 0 0 0 2.75rem; }
  @media (max-width: 750px) {
    .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      padding: 0; }
      .pageHome .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        margin: 0 0 2rem 0; } }
@media (max-width: 750px) {
  .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche,
  .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
    margin: 0;
    width: 100%;
    display: block; }
  .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
    margin-bottom: 3rem; }
    .pageHome .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
      margin-bottom: 6rem; } }

.cms_bloc_form .cms_bloc_form_error.paddingTop {
  padding-top: 7em;
  margin-top: -7em; }
@media (max-width: 750px) {
  .cms_bloc_form .cms_bloc_form_container {
    width: 100%; } }
@media (max-width: 600px) {
  .cms_bloc_form .cms_bloc_form_field > .label,
  .cms_bloc_form .cms_bloc_form_field > .value {
    width: 100%;
    display: block; } }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
  text-align: left;
  padding-right: 0; }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit {
  padding-left: 0;
  text-align: center; }
  @media (max-width: 440px) {
    .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit button[type='submit'] {
      padding-left: 2.2em;
      padding-right: 2.2em;
      max-width: 100%; } }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
  width: 100%; }
@media (max-width: 600px) {
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_checkbox > p,
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_radio > p {
    width: 100%;
    display: block; } }
.cms_bloc_form .cms_bloc_form_field > .value textarea {
  min-height: 16rem; }
  @media (max-width: 750px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 14rem; } }
  @media (max-width: 600px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 12rem; } }
  @media (max-width: 440px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 10rem; } }
.cms_bloc_form .cms_bloc_form_field_radio_value .label,
.cms_bloc_form .cms_bloc_form_field_checkbox_value .label {
  margin-left: 0.4em; }

.content ul,
.content ol {
  position: relative;
  padding: 0.5rem 0; }
.content ul,
.content ol {
  list-style-type: none; }
.content .cms_bloc .cms_bloc_html img {
  max-width: 100%; }
.content .cms_bloc .cms_bloc_media .jwplayer {
  max-width: 100%; }
.content .cms_bloc .cms_bloc_map .mm_carte {
  max-width: 100%; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-left: 2.4rem;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: auto; }
  .content .cms_bloc ul.sitemap li:before, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li:before, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before, .content .cms_bloc.cms_bloc_text ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.4rem solid #c579a2;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -0.4rem 0 0; }
.content .cms_bloc.cms_bloc_text ol {
  counter-reset: section; }
.content .cms_bloc.cms_bloc_text ol li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1.5rem;
  position: relative;
  overflow: auto; }
  .content .cms_bloc.cms_bloc_text ol li:before {
    counter-increment: section;
    content: counters(section,".") ".";
    color: #bd6796;
    display: inline-block; }
.content .cms_bloc.cms_bloc_media img {
  height: auto; }
.content a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
.content a:not(.bouton_1) {
  color: #c579a2;
  font-weight: inherit;
  text-decoration: underline; }
  .content a:not(.bouton_1):hover {
    text-decoration: none; }

.cms_bloc_title h2 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #272f46;
  margin: 0.2em 0 0.6em;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: left;
  font-size: 4rem; }
  @media (max-width: 1024px) {
    .cms_bloc_title h2 {
      font-size: 3.5rem; } }
  @media (max-width: 900px) {
    .cms_bloc_title h2 {
      font-size: 3.25rem; } }
  @media (max-width: 750px) {
    .cms_bloc_title h2 {
      font-size: 3rem; } }
  @media (max-width: 600px) {
    .cms_bloc_title h2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    .cms_bloc_title h2 {
      font-size: 2.6rem; } }
  .cms_bloc_title h2::after {
    content: '';
    display: block;
    margin: 2rem 0 0 0;
    width: 4.1rem;
    border-bottom: 0.4rem solid #952c64; }

.cms_bloc_text h2.Titre_H2 {
  position: relative;
  text-align: left; }
  .cms_bloc_text h2.Titre_H2::after {
    content: '';
    display: block;
    margin: 2rem 0 0 0;
    width: 4.1rem;
    border-bottom: 0.4rem solid #952c64; }

a.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em 0;
  padding: 1.25em 3.6em;
  border-radius: 5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #952c64;
  transition: 0.3s ease;
  /* @if ($which == all or $which == hover) {
      &:hover {
          background: map-get($colors, '4');
      }
  } */
  background: transparent;
  z-index: 0;
  position: relative; }
  @media (max-width: 750px) {
    a.bouton_1 {
      padding: 1.25em 2em; } }
  a.bouton_1:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background: transparent linear-gradient(90deg, #7e2c6c 0%, #912c66 100%) 0% 0% no-repeat padding-box;
    transition: 0.3s ease; }
  a.bouton_1:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 100%;
    border-radius: 5rem;
    opacity: 0;
    background: #c579a2;
    transition: 0.3s ease; }
  a.bouton_1:hover:before {
    opacity: 1;
    width: 100%; }

button.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em 0;
  padding: 1.25em 3.6em;
  border-radius: 5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #952c64;
  transition: 0.3s ease;
  /* @if ($which == all or $which == hover) {
      &:hover {
          background: map-get($colors, '4');
      }
  } */
  background: transparent;
  z-index: 0;
  position: relative; }
  @media (max-width: 750px) {
    button.bouton_1 {
      padding: 1.25em 2em; } }
  button.bouton_1:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background: transparent linear-gradient(90deg, #7e2c6c 0%, #912c66 100%) 0% 0% no-repeat padding-box;
    transition: 0.3s ease; }
  button.bouton_1:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 100%;
    border-radius: 5rem;
    opacity: 0;
    background: #c579a2;
    transition: 0.3s ease; }
  button.bouton_1:hover:before {
    opacity: 1;
    width: 100%; }

h2.Titre_H2 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #272f46;
  margin: 0.2em 0 0.6em;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  font-size: 4rem; }
  @media (max-width: 1024px) {
    h2.Titre_H2 {
      font-size: 3.5rem; } }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3.25rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.6rem; } }

h3.Titre_H3 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #952c64;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 2.6rem;
  text-transform: uppercase; }
  @media (max-width: 750px) {
    h3.Titre_H3 {
      font-size: 2.5rem; } }
  @media (max-width: 600px) {
    h3.Titre_H3 {
      font-size: 2.25rem; } }

h4.Titre_H4 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #272f46;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 2.4rem; }
  @media (max-width: 750px) {
    h4.Titre_H4 {
      font-size: 2.2rem; } }
  @media (max-width: 600px) {
    h4.Titre_H4 {
      font-size: 2rem; } }

h5.Titre_H5 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #952c64;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    h5.Titre_H5 {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    h5.Titre_H5 {
      font-size: 1.6rem; } }

strong.accroche {
  font-weight: 300;
  color: #952c64;
  font-size: 1.9rem; }
  @media (max-width: 750px) {
    strong.accroche {
      font-size: 1.8rem; } }
  @media (max-width: 600px) {
    strong.accroche {
      font-size: 1.7rem; } }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #952c64; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #1fa6c6; }

span.legende {
  font-style: italic;
  font-size: 1.4rem; }
  @media (max-width: 600px) {
    span.legende {
      font-size: 1.2rem; } }

blockquote.citation {
  margin: 1em 0;
  padding: 0.4em 1em;
  border-left: 0.4rem solid #952c64;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }
  @media (max-width: 600px) {
    blockquote.citation {
      margin-left: 0;
      margin-right: 0; } }

h2.Titre_H2 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #272f46;
  margin: 0.2em 0 0.6em;
  font-weight: 600;
  line-height: 1;
  overflow: hidden; }
  @media (max-width: 1024px) {
    h2.Titre_H2 {
      font-size: 3.5rem; } }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3.25rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.6rem; } }

h3.Titre_H3 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #952c64;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden; }
  @media (max-width: 750px) {
    h3.Titre_H3 {
      font-size: 2.5rem; } }
  @media (max-width: 600px) {
    h3.Titre_H3 {
      font-size: 2.25rem; } }

h4.Titre_H4 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #272f46;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden; }
  @media (max-width: 750px) {
    h4.Titre_H4 {
      font-size: 2.2rem; } }
  @media (max-width: 600px) {
    h4.Titre_H4 {
      font-size: 2rem; } }

h5.Titre_H5 {
  font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #952c64;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden; }
  @media (max-width: 750px) {
    h5.Titre_H5 {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    h5.Titre_H5 {
      font-size: 1.6rem; } }

strong.accroche {
  font-weight: 300;
  color: #952c64; }
  @media (max-width: 750px) {
    strong.accroche {
      font-size: 1.8rem; } }
  @media (max-width: 600px) {
    strong.accroche {
      font-size: 1.7rem; } }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #952c64; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #1fa6c6; }

span.legende {
  font-style: italic; }
  @media (max-width: 600px) {
    span.legende {
      font-size: 1.2rem; } }

blockquote.citation {
  margin: 1em 0;
  padding: 0.4em 1em;
  border-left: 0.4rem solid #952c64;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }
  @media (max-width: 600px) {
    blockquote.citation {
      margin-left: 0;
      margin-right: 0; } }

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  @media (max-width: 1024px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 6rem;
      box-shadow: 0 0 1rem 0 rgba(39, 47, 70, 0.3); }
      .header > .u-wrapper {
        height: 100%; } }
  .header.onScrollHeader {
    box-shadow: 0 0 1rem 0 rgba(39, 47, 70, 0.3); }
    @media (min-width: 1025px) {
      .header.onScrollHeader .header-top {
        height: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); } }
    @media (min-width: 1025px) {
      .header.onScrollHeader #zone-menu {
        margin-top: 0;
        padding: 1rem 0; } }
  .header-top {
    height: 15rem;
    overflow: hidden;
    transition: 0.5s; }
    @media (max-width: 1024px) {
      .header-top {
        height: 9.5rem; }
        .header-top > .u-wrapper {
          height: 100%; } }
    .header-top h1 {
      padding: 0.78rem 0;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.2; }
      @media (max-width: 1024px) {
        .header-top h1 {
          display: none; } }
  .header-informations {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -1rem; }
    @media (max-width: 1024px) {
      .header-informations {
        margin-top: 0;
        height: calc(100% - 1rem); } }
    .header-informations-inscription {
      flex: 1;
      display: flex;
      align-items: center;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: 2.8px;
      color: #7a6f69;
      transition: 0.3s ease;
      margin-bottom: 2.5rem; }
      @media (max-width: 1024px) {
        .header-informations-inscription {
          display: none; } }
      .header-informations-inscription:hover {
        color: #952c64; }
        .header-informations-inscription:hover .svg {
          background: #272f46; }
      .header-informations-inscription .svg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.4rem;
        height: 3.4rem;
        margin-right: 1.15rem;
        border-radius: 50%;
        background: #952c64;
        transition: 0.3s ease; }
        .header-informations-inscription .svg svg {
          width: 1.5rem;
          height: 1.5rem;
          -webkit-transform: translate(0.1rem) translateY(-0.1rem);
                  transform: translate(0.1rem) translateY(-0.1rem);
          fill: #fff; }
      .header-informations-inscription span {
        font-size: 1.4rem;
        font-weight: 800;
        letter-spacing: 0; }
    .header-informations-logo {
      display: flex;
      z-index: 5;
      position: relative;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      background: #fff;
      transition: 0.3s ease;
      margin: 0 1rem; }
      @media (min-width: 1025px) {
        .header-informations-logo {
          flex: 1; } }
      @media (max-width: 1024px) {
        .header-informations-logo {
          box-shadow: 0 0 1rem 0 rgba(39, 47, 70, 0.3); }
          #haut.is-menuon .header-informations-logo {
            background: #952c64; }
            #haut.is-menuon .header-informations-logo img.hover {
              opacity: 1; } }
      @media (max-width: 1024px) {
        .header-informations-logo {
          height: calc(100% - 1rem);
          margin: 0;
          padding: 1rem;
          background: #fff; } }
      .header-informations-logo img {
        display: block;
        max-height: 18rem;
        transition: 0.3s ease; }
        @media (max-width: 1024px) {
          .header-informations-logo img {
            max-height: 5rem; } }
        .header-informations-logo img.hover {
          position: absolute;
          top: 50%;
          left: 50%;
          opacity: 0;
          -webkit-transform: translate(-50%, -50%) scale(1.05);
                  transform: translate(-50%, -50%) scale(1.05); }
      .header-informations-logo:hover {
        -webkit-transform: translateX(0.4rem);
                transform: translateX(0.4rem);
        -webkit-transform: translateY(-0.4rem);
                transform: translateY(-0.4rem); }
    .header-informations-links {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 2.5rem; }
      @media (max-width: 1024px) {
        .header-informations-links {
          display: none; } }
      .header-informations-links a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 2.8px;
        color: #7a6f69;
        transition: 0.3s ease; }
        .header-informations-links a:nth-child(2) {
          position: relative;
          margin: 0 2.5rem;
          padding: 0 2.5rem; }
          .header-informations-links a:nth-child(2):before, .header-informations-links a:nth-child(2):after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.05rem;
            height: 4rem;
            background: #bcbbbb;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .header-informations-links a:nth-child(2):after {
            right: 0;
            left: auto;
            -webkit-transform: translate(50%, -50%);
                    transform: translate(50%, -50%); }
        .header-informations-links a:hover {
          color: #952c64; }
          .header-informations-links a:hover .svg svg {
            fill: #272f46; }
        .header-informations-links a .svg {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 4rem;
          height: 4rem; }
          .header-informations-links a .svg svg {
            width: 3rem;
            height: 3rem;
            transition: 0.3s ease;
            -webkit-transform: translate(0.1rem) translateY(-0.1rem);
                    transform: translate(0.1rem) translateY(-0.1rem);
            fill: #952c64; }
        .header-informations-links a span {
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: 800;
          letter-spacing: 0; }
  .header #zone-menu {
    margin-top: -1rem;
    padding-bottom: 1rem;
    transition: 0.5s; }
    .header #zone-menu > .u-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
    .header #zone-menu .header-castel {
      margin-left: 1rem;
      padding: 0.5rem 2rem;
      border: 0.1rem solid #952c64;
      border-radius: 5rem;
      text-decoration: none;
      font-size: 1.3rem;
      font-weight: bold;
      text-align: center;
      color: #952c64;
      transition: 0.3s ease; }
      @media (max-width: 1300px) {
        .header #zone-menu .header-castel {
          font-size: 1.2rem;
          padding: 0.5rem 0.5rem; } }
      @media (max-width: 1024px) {
        .header #zone-menu .header-castel {
          display: none; } }
      .header #zone-menu .header-castel:hover {
        color: #fff;
        background: #952c64; }

#zone-diaporama {
  z-index: 1;
  position: relative;
  margin-top: 19rem;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #zone-diaporama {
      margin-top: 0; } }
  .pageHome #zone-diaporama {
    height: 73.7rem; }
    @media (max-width: 1500px) {
      .pageHome #zone-diaporama {
        height: 65rem; } }
    @media (max-width: 1300px) {
      .pageHome #zone-diaporama {
        height: 60rem; } }
    @media (max-width: 1024px) {
      .pageHome #zone-diaporama {
        height: 55rem; } }
    @media (max-width: 750px) {
      .pageHome #zone-diaporama {
        height: 50rem; } }
    @media (max-width: 600px) {
      .pageHome #zone-diaporama {
        height: 45rem; } }
    @media (max-width: 440px) {
      .pageHome #zone-diaporama {
        height: 40rem; } }
  .pageType #zone-diaporama {
    height: 30rem; }
    @media (max-width: 1024px) {
      .pageType #zone-diaporama {
        height: 27.5rem; } }
    @media (max-width: 750px) {
      .pageType #zone-diaporama {
        height: 26rem; } }
    @media (max-width: 600px) {
      .pageType #zone-diaporama {
        height: 25rem; } }
  #zone-diaporama .cms_bloc_media {
    height: 100%; }
    #zone-diaporama .cms_bloc_media .diaporama-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 5; }
      #zone-diaporama .cms_bloc_media .diaporama-item::before {
        content: '';
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
      #zone-diaporama .cms_bloc_media .diaporama-item .u-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        max-height: 100%; }
      #zone-diaporama .cms_bloc_media .diaporama-item h2 {
        position: relative;
        font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 5rem;
        font-weight: 600;
        line-height: 1;
        color: #fff; }
        @media (max-width: 1500px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 4.5rem; } }
        @media (max-width: 1300px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 4rem; } }
        @media (max-width: 1024px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3.5rem;
            max-width: 100%; } }
        @media (max-width: 900px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3.25rem; } }
        @media (max-width: 750px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3rem; } }
        @media (max-width: 600px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 2.8rem; } }
        @media (max-width: 440px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 2.6rem; } }
        #zone-diaporama .cms_bloc_media .diaporama-item h2::after {
          content: '';
          display: block;
          width: 5.5rem;
          margin: 1.2rem 0 0 0;
          border-bottom: 0.4rem solid #952c64; }
  #zone-diaporama .cms_bloc_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    z-index: 5; }

#breadCrumb {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 1em; }
  #breadCrumb ol {
    width: 100%;
    display: block; }
  #breadCrumb li:last-of-type a {
    text-decoration: none;
    color: #6e6e6e;
    font-weight: 600; }
  #breadCrumb a {
    color: #952c64;
    font-weight: bold; }

#zone-page {
  position: relative;
  z-index: 5;
  padding: 3rem 0;
  background: #fff; }
  .pageHome #zone-page {
    padding: 4rem 0 13.25rem; }
    @media (max-width: 1024px) {
      .pageHome #zone-page {
        padding: 4rem 0; }
        .pageHome #zone-page:before {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          width: 10rem;
          border-bottom: 0.1rem solid #8f8b89;
          opacity: 0.5;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  #zone-page #breadCrumb,
  #zone-page #breadcrumb {
    font-size: 0.9em; }
  #zone-page .u-wrapper {
    padding: 2rem 0;
    margin: 0 auto; }
  #zone-page .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  #zone-page main {
    flex: 1 1 100%;
    order: 1; }
  #zone-page aside {
    flex: 0 0 auto;
    order: 2; }
    #zone-page aside:not(:empty) {
      width: 30rem;
      margin-left: 3rem; }
      #zone-page aside:not(:empty) + main {
        width: calc(100% - 30rem - 3rem); }
    #zone-page aside:empty + main {
      width: 100%; }

.contacter {
  position: relative;
  padding: 11rem 0 4rem;
  overflow: hidden;
  background: #ece8e7; }
  @media (max-width: 1024px) {
    .contacter {
      padding: 6rem 0 4rem; }
      .contacter:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 10rem;
        border-bottom: 0.1rem solid #8f8b89;
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .contacter:after {
    content: '';
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    background: #fff; }
  .contacter .u-wrapper {
    z-index: 2;
    position: relative;
    padding: 4.3rem 4.4rem;
    border-radius: 2rem;
    box-shadow: 0 0 3rem 0 rgba(39, 47, 70, 0.5); }
    @media (max-width: 600px) {
      .contacter .u-wrapper {
        padding: 3rem; } }
    @media (max-width: 440px) {
      .contacter .u-wrapper {
        padding: 2rem; } }
    .contacter .u-wrapper:after {
      content: '';
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 2rem;
      background: #d5d5d5;
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0.75; }
    .contacter .u-wrapper:before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 2rem;
      background: transparent linear-gradient(90deg, #9d2766 0%, #752d70 100%) 0% 0% no-repeat padding-box; }
    .contacter .u-wrapper > div {
      display: flex;
      z-index: 2;
      position: relative;
      align-items: flex-end;
      justify-content: space-between;
      padding: 0;
      border-radius: 1rem;
      background: #fff; }
  .contacter-img {
    margin-top: -14.5rem;
    margin-right: -14rem;
    margin-bottom: -4.3rem; }
    @media (max-width: 1500px) {
      .contacter-img {
        max-width: 50%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .contacter-img {
        display: flex;
        position: absolute;
        right: 0;
        bottom: 0;
        align-items: flex-end;
        height: 100%;
        max-width: 100%;
        opacity: 0.3; } }
    @media (max-width: 600px) {
      .contacter-img {
        margin-bottom: -3rem; } }
    @media (max-width: 440px) {
      .contacter-img {
        margin-bottom: -2rem; } }
    .contacter-img img {
      display: block; }
      @media (max-width: 1500px) {
        .contacter-img img {
          max-width: 100%; } }
      @media (max-width: 1024px) {
        .contacter-img img {
          max-width: 100%;
          max-height: 100%; } }
  .contacter-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 5rem;
    min-height: 36.7rem; }
    @media (max-width: 1500px) {
      .contacter-text {
        margin-right: 0;
        padding-left: 3rem;
        max-width: 50%; } }
    @media (max-width: 1024px) {
      .contacter-text {
        z-index: 1;
        position: relative;
        padding: 5rem;
        max-width: 100%;
        min-height: auto; } }
    @media (max-width: 600px) {
      .contacter-text {
        padding: 3rem; } }
    @media (max-width: 440px) {
      .contacter-text {
        padding: 2rem; } }
  .contacter H2.Titre_H2 {
    margin: 0 0 0.5rem 0;
    font-size: 4.76rem;
    letter-spacing: -0.1rem; }
    @media (max-width: 1024px) {
      .contacter H2.Titre_H2 {
        font-size: 3.5rem; } }
    @media (max-width: 900px) {
      .contacter H2.Titre_H2 {
        font-size: 3.25rem; } }
    @media (max-width: 750px) {
      .contacter H2.Titre_H2 {
        font-size: 3rem; } }
    @media (max-width: 600px) {
      .contacter H2.Titre_H2 {
        font-size: 2.8rem; } }
    @media (max-width: 440px) {
      .contacter H2.Titre_H2 {
        font-size: 2.6rem; } }
  .contacter-description {
    line-height: 1.5; }
  .contacter-links {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .contacter-links {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem; } }
    .contacter-links a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .contacter-links a.contact {
        z-index: 1;
        width: 25.3rem;
        height: 5rem;
        padding: 0 2.8rem;
        text-align: center;
        font-size: 1.4rem; }
        @media (max-width: 1300px) {
          .contacter-links a.contact {
            width: 18rem;
            padding: 0 1.8rem; } }
        @media (max-width: 1024px) {
          .contacter-links a.contact {
            width: 100%; } }
      .contacter-links a.phone {
        z-index: 0;
        width: calc(25.3rem - 2.8rem);
        height: 5rem;
        padding: 0 2.8rem 0 4.25rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.1rem;
        -webkit-transform: translateX(-2.8rem);
                transform: translateX(-2.8rem); }
        @media (max-width: 1024px) {
          .contacter-links a.phone {
            width: 100%;
            margin-top: 0;
            padding: 0 2.8rem;
            -webkit-transform: none;
                    transform: none; } }
        .contacter-links a.phone:after {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          background: #272f46; }
          @media (max-width: 1024px) {
            .contacter-links a.phone:after {
              border-top-left-radius: 5rem;
              border-bottom-left-radius: 5rem; } }
        .contacter-links a.phone::before {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          background: #425077; }
          @media (max-width: 1024px) {
            .contacter-links a.phone::before {
              border-top-left-radius: 5rem;
              border-bottom-left-radius: 5rem; } }
      .contacter-links a svg {
        width: 1.25rem;
        height: 1.85rem;
        margin-right: 0.8rem;
        fill: #fff; }

.prefooter {
  padding: 3.8rem 0 6.5rem;
  background: #fff; }
  @media (max-width: 1024px) {
    .prefooter {
      padding: 2rem 0 6rem; } }
  .prefooter-title {
    color: #952c64;
    font-size: 1.7rem;
    font-family: "Eras ITC", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 2rem; }
    .prefooter-title:after {
      content: '';
      display: block;
      width: 2rem;
      height: 0.3rem;
      background: #272f46; }
  .prefooter .u-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .prefooter .u-wrapper {
        flex-direction: column; } }
    @media (max-width: 1024px) {
      .prefooter .u-wrapper > div {
        padding: 2.5rem 0;
        margin: 2.5rem 0;
        border-top: 0.1rem solid #d5d5d5;
        border-bottom: 0.1rem solid #d5d5d5; }
        .prefooter .u-wrapper > div:first-child, .prefooter .u-wrapper > div:last-child {
          padding: 0;
          margin: 0;
          border-top: none;
          border-bottom: none; } }
    .prefooter .u-wrapper > div:first-child {
      width: 41rem; }
      @media (max-width: 1300px) {
        .prefooter .u-wrapper > div:first-child {
          width: 35rem; } }
      @media (max-width: 1024px) {
        .prefooter .u-wrapper > div:first-child {
          width: 100%; } }
    .prefooter .u-wrapper > div:last-child {
      width: 28rem; }
      @media (max-width: 1300px) {
        .prefooter .u-wrapper > div:last-child {
          width: 25rem; } }
      @media (max-width: 1024px) {
        .prefooter .u-wrapper > div:last-child {
          width: 100%; } }
  .prefooter .footerInfos {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .prefooter .footerInfos {
        flex-direction: column; } }
    .prefooter .footerInfos-logo {
      width: 14.8rem;
      transition: 0.3s ease; }
      @media (max-width: 1300px) {
        .prefooter .footerInfos-logo {
          width: 12rem; } }
      @media (max-width: 600px) {
        .prefooter .footerInfos-logo {
          margin-bottom: 2rem; } }
      .prefooter .footerInfos-logo img {
        width: 100%; }
      .prefooter .footerInfos-logo:hover {
        -webkit-transform: translateY(-0.4rem);
                transform: translateY(-0.4rem); }
    .prefooter .footerInfos-text {
      width: calc(100% - 17.25rem); }
      @media (max-width: 1300px) {
        .prefooter .footerInfos-text {
          width: calc(100% - 15rem); } }
      @media (max-width: 600px) {
        .prefooter .footerInfos-text {
          width: 100%; } }
      .prefooter .footerInfos-text-description {
        font-size: 1.2rem;
        line-height: 1.6;
        color: #8f8b89; }
    .prefooter .footerInfos .socialLinks {
      margin-top: 1rem; }
  .prefooter .footerMenu--col2 .menu-list--niv1 {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
            column-gap: 3rem; }
    @media (max-width: 1150px) {
      .prefooter .footerMenu--col2 .menu-list--niv1 {
        -webkit-columns: 1;
                columns: 1; } }
    @media (max-width: 1024px) {
      .prefooter .footerMenu--col2 .menu-list--niv1 {
        -webkit-columns: 4;
                columns: 4; } }
    @media (max-width: 900px) {
      .prefooter .footerMenu--col2 .menu-list--niv1 {
        -webkit-columns: 3;
                columns: 3; } }
    @media (max-width: 750px) {
      .prefooter .footerMenu--col2 .menu-list--niv1 {
        -webkit-columns: 2;
                columns: 2; } }
    @media (max-width: 600px) {
      .prefooter .footerMenu--col2 .menu-list--niv1 {
        -webkit-columns: 1;
                columns: 1; } }
  .prefooter .footerMenu li {
    list-style-type: none;
    margin-bottom: 0.7rem; }
    .prefooter .footerMenu li a {
      display: block;
      position: relative;
      padding-left: 1rem;
      text-decoration: none;
      font-size: 1.2rem;
      line-height: 1.6;
      color: #6e6e6e;
      color: #8f8b89;
      transition: 0.3s ease; }
      .prefooter .footerMenu li a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-width: 4px 0 4px 6.9px;
        border-color: transparent transparent transparent #952c64;
        border-style: solid;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: 0.3s ease; }
      .prefooter .footerMenu li a:hover {
        color: #272f46; }
        .prefooter .footerMenu li a:hover::before {
          border-color: transparent transparent transparent #272f46; }
  .prefooter .footerContact {
    position: relative;
    padding-left: 3rem;
    height: 100%; }
    @media (max-width: 1024px) {
      .prefooter .footerContact {
        padding-left: 0; } }
    .prefooter .footerContact::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 0.025rem;
      height: 15rem;
      background: #d5d5d5;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1024px) {
        .prefooter .footerContact::before {
          content: none; } }
    .prefooter .footerContact-description {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      line-height: 1.6;
      color: #8f8b89; }
    .prefooter .footerContact-link {
      display: flex;
      align-items: baseline;
      margin-bottom: 0.5rem;
      text-decoration: none;
      font-size: 1.2rem;
      color: #952c64;
      transition: 0.3s ease; }
      .prefooter .footerContact-link:hover {
        color: #272f46; }
      .prefooter .footerContact-link.phone {
        font-weight: bold; }
      .prefooter .footerContact-link .icon {
        margin-right: 1rem;
        fill: #272f46; }
        .prefooter .footerContact-link .icon.icon-phone {
          width: 1rem;
          height: 1.45rem; }
        .prefooter .footerContact-link .icon.icon-email {
          width: 1.35rem;
          height: 0.95rem; }

#zone-footer {
  position: relative;
  background: #ece8e7;
  padding: 2.5rem 0 4.5rem; }
  #zone-footer .u-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.1rem;
    color: #8f8b89; }
    @media (max-width: 1300px) {
      #zone-footer .u-wrapper {
        flex-direction: column;
        justify-content: center; } }
    #zone-footer .u-wrapper a {
      position: relative;
      color: #8f8b89;
      text-decoration: none;
      transition: 0.3s ease; }
      #zone-footer .u-wrapper a:hover {
        opacity: 0.5; }
  #zone-footer .footer-pat {
    color: #952c64; }

.cs-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 131313;
  background: rgba(242, 242, 242, 0.8);
  opacity: 0;
  visibility: visible;
  pointer-events: none; }
  .cs-popup.openPopup {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .cs-popup.closedPopup {
    opacity: 0;
    pointer-events: none; }
  .cs-popup-close::before {
    content: '\2715';
    position: absolute;
    top: -4rem;
    right: 2rem;
    cursor: pointer;
    color: #f2f2f2;
    background: #952c64;
    padding: 1rem 2rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    transition: background .3s ease, color .3s ease; }
  .cs-popup-close:hover::before {
    color: #952c64;
    background: #f2f2f2; }
  .cs-popup-bloc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    text-align: left;
    font-size: 1.5rem;
    height: auto;
    max-width: 120rem;
    background: #f2f2f2;
    border: 1rem solid #e5e5e5;
    color: #6e6e6e; }
    .cs-popup-bloc.closedBloc {
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%); }
    @media (max-width: 1180px) {
      .cs-popup-bloc {
        max-width: 90%;
        width: 90%; } }
  .cs-popup-content {
    max-height: calc(100vh - 25rem);
    min-width: 30rem;
    overflow: auto;
    padding: 0 1.5rem 0 0; }
  .cs-popup .cms_bloc_text {
    padding-top: 0; }
    .cs-popup .cms_bloc_text .cms_bloc_media {
      padding-bottom: 0 !important;
      position: relative;
      min-width: 30rem;
      height: 25rem; }
      .cs-popup .cms_bloc_text .cms_bloc_media .diaporama-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        width: 100%; }
      @media (max-width: 600px) {
        .cs-popup .cms_bloc_text .cms_bloc_media {
          min-width: 100%;
          margin: 0 !important;
          max-width: 100% !important;
          padding: 0 !important; } }
    .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
    .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      min-width: auto;
      height: auto; }
      @media (max-width: 600px) {
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
          margin: 0 !important;
          padding: 0 !important; } }
    @media (max-width: 600px) {
      .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche,
      .cs-popup .cms_bloc_text .cms_bloc_text_media_droite {
        display: flex;
        flex-wrap: wrap; }
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .media_container,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .media_container {
          order: 2;
          width: 100%;
          margin: 2rem 0 0 0; }
          .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .media_container img,
          .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .media_container img {
            display: block;
            max-height: 100%;
            height: auto;
            width: 100%; }
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .text_container,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .text_container {
          order: 1;
          width: 100%; } }

.scrollToTop-link {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 0 0;
  padding: 0.25em;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 1313;
  border-radius: 0rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
  background: #952c64; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scrollToTop-link {
      display: none; } }
  @media (max-width: 600px) {
    .scrollToTop-link {
      display: none; } }
  .scrollToTop-link::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 0 solid transparent;
    border-bottom: 0.8rem solid #fff;
    border-left-width: 0.8rem;
    border-right-width: 0.8rem;
    transition: 0.3s ease; }
  .scrollToTop-link:hover {
    background-color: #272f46; }
  .scrollToTop-link.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .scrollToTop-link.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem); }

.socialLinks {
  display: flex; }
  .socialLinks,
  .socialLinks > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .socialLinks > li {
    margin: 0 0.2rem; }
  .socialLinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    color: inherit;
    border-radius: 50%;
    background: #952c64;
    text-decoration: none;
    transition: 0.5s ease; }
    .socialLinks a svg {
      height: 1.75rem;
      width: 1.75rem;
      fill: #fff; }
    .socialLinks a:hover {
      background: #c579a2;
      color: #fff; }
    .socialLinks a.facebookLink:hover {
      background: #3c5a99; }
    .socialLinks a.twitterLink:hover {
      background: #5ea9dd; }
    .socialLinks a.googleLink:hover {
      background: #d74536; }
    .socialLinks a.instagramLink:hover {
      background: #d6249f; }
    .socialLinks a.youtubeLink:hover {
      background: #e62117; }
    .socialLinks a.pinterestLink:hover {
      background: #cb2026; }
    .socialLinks a.viadeoLink:hover {
      background: #f4982b; }
    .socialLinks a.linkedinLink:hover {
      background: #1a85bc; }

@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-BlackItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-MediumItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Black.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraLight.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Regular.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-SemiBold.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-BoldItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-SemiBoldItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraBoldItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Medium.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-LightItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Italic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraBold.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Bold.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraLightItalic.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Muli';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Light.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Muli-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Eras ITC';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Light.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Eras ITC';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Medium.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Eras ITC';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Demi.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Eras ITC';
  src: url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Bold.woff2") format("woff2"), url("https://www.saintyves-bain.com/default/CMS/css/common/../../fonts/ErasITC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.sticky {
  display: flex;
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 0;
  flex-direction: column;
  width: 6.5rem;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4); }
  @media (max-width: 1024px) {
    .sticky {
      top: calc(100% - 9rem);
      right: auto;
      left: 3%;
      width: calc((6.5rem + 1.5rem) * 2);
      -webkit-transform: none;
              transform: none;
      box-shadow: none; } }
  .sticky-stickyList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    list-style: none; }
    @media (max-width: 1024px) {
      .sticky-stickyList {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        width: calc((6.5rem + 1.5rem) * 2);
        height: 0;
        padding-top: 0;
        overflow: visible;
        overflow: hidden;
        opacity: 1;
        transition: 0.5s ease;
        transition: height 0.75s;
        -webkit-transform: none;
                transform: none;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
        .sticky-stickyList.is-on {
          height: 22.5rem; } }
    .sticky-stickyList li {
      margin: 0; }
      @media (min-width: 1025px) {
        .sticky-stickyList li.noneDesktop {
          display: none; } }
      @media (max-width: 1024px) {
        .sticky-stickyList li {
          margin-bottom: 1rem; } }
      @media (min-width: 1025px) {
        .sticky-stickyList li.noDesktop {
          display: none; } }
      .sticky-stickyList li:not(:last-child) {
        border-bottom: 0.1rem solid #5a1b3c; }
        @media (max-width: 1024px) {
          .sticky-stickyList li:not(:last-child) {
            border-bottom: none; } }
    .sticky-stickyList a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 6.5rem;
      height: 6.5rem;
      padding: 0.75rem;
      border-radius: 0;
      text-decoration: none;
      color: #fff;
      background: #952c64;
      transition: 0.3s ease; }
      @media (max-width: 1024px) {
        .sticky-stickyList a {
          width: calc(6.5rem + 1rem);
          height: 6.5rem;
          padding: 0.75rem 0.25rem;
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4); } }
      .sticky-stickyList a:hover {
        background: #272f46; }
      .sticky-stickyList a.sticky-item-linkNoEvent {
        pointer-events: none;
        opacity: 0.5; }
      .sticky-stickyList a svg {
        height: 2.6rem;
        width: 2.6rem;
        fill: #fff; }
      .sticky-stickyList a p {
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: -0.5rem;
        text-align: center; }
  .sticky-toggle {
    display: none; }
  .sticky-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1rem;
    color: #fff;
    background: #952c64;
    transition: color 0.3s linear, background 0.3s linear;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4); }
    @media (max-width: 1024px) {
      .sticky-toggle {
        height: 6.5rem;
        width: calc(6.5rem + 1rem);
        transition: 0.5s; } }
    .sticky-toggle-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .sticky-toggle-lines {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-top: 0.2em;
      margin-bottom: 0.4em;
      overflow: visible;
      color: inherit;
      transition: background 0.3s linear, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, background 0.3s linear;
      transition: transform 0.3s ease-out, background 0.3s linear, -webkit-transform 0.3s ease-out;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      stroke-width: 2px;
      stroke: currentColor; }
      .sticky-toggle-lines-line {
        display: block;
        width: 2rem;
        height: 0.2rem;
        background: #fff;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
        .sticky-toggle-lines-line:first-child {
          -moz-transform-origin: 50% 0.1em; }
        .sticky-toggle-lines-line:last-child {
          -moz-transform-origin: 50% 0; }
        .sticky-toggle-lines-line:first-child, .sticky-toggle-lines-line:last-child {
          content: '';
          -webkit-transform: translateZ(0) rotate(0);
                  transform: translateZ(0) rotate(0); }
        .sticky-toggle-lines-line:nth-child(2) {
          margin: 0.4em 0;
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          margin-top: 0.5em; }
    .sticky-toggle-label {
      display: flex;
      margin-top: 0.5em;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1;
      color: inherit; }
    .sticky-toggle.is-on {
      width: calc((6.5rem + 1.5rem) * 2); }
      .sticky-toggle.is-on .sticky-toggle-lines-line {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .sticky-toggle.is-on .sticky-toggle-lines-line:first-child {
          -webkit-transform: translateZ(0) translateY(0.5rem) rotate(45deg);
                  transform: translateZ(0) translateY(0.5rem) rotate(45deg); }
        .sticky-toggle.is-on .sticky-toggle-lines-line:last-child {
          -webkit-transform: translateZ(0) translateY(-0.7rem) rotate(-45deg);
                  transform: translateZ(0) translateY(-0.7rem) rotate(-45deg); }
        .sticky-toggle.is-on .sticky-toggle-lines-line:nth-child(2) {
          -webkit-transform: translateZ(0) scaleX(0);
                  transform: translateZ(0) scaleX(0); }
    @media (min-width: 1025px) {
      .sticky-toggle {
        display: none; } }