@charset "UTF-8";

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

html {
  scroll-behavior: smooth; }

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

@media (max-width: 1024px) {
  body {
    margin-top: 6rem; } }

.u-wrapper {
  margin: 0 auto;
  max-width: 120rem;
  text-align: left;
  width: 100%; }
  @media (max-width: 1500px) {
    .u-wrapper {
      max-width: 110rem; } }
  @media (max-width: 1200px) {
    .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; }

.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 6rem 3rem 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 {
      max-width: 100%;
      padding: 0; } }
.cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
  padding: 0 0 3rem 6rem; }
  @media (max-width: 750px) {
    .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      padding: 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; } }

@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 #79b85f;
    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: #6ab04e;
    display: inline-block;
    margin-right: 0.5rem; }
.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: #79b85f;
  font-weight: inherit;
  text-decoration: underline;
  font-weight: 600; }
  .content a:not(.bouton_1):hover {
    text-decoration: none; }

.cms_bloc_title h2,
.cms_bloc_text h2 {
  color: #3e4a50;
  margin: 0.6em 0 0.4em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden;
  position: relative; }
  @media (max-width: 900px) {
    .cms_bloc_title h2,
    .cms_bloc_text h2 {
      font-size: 3.66rem; } }
  @media (max-width: 750px) {
    .cms_bloc_title h2,
    .cms_bloc_text h2 {
      font-size: 3.35rem; } }
  @media (max-width: 600px) {
    .cms_bloc_title h2,
    .cms_bloc_text h2 {
      font-size: 3rem; } }
  @media (max-width: 440px) {
    .cms_bloc_title h2,
    .cms_bloc_text h2 {
      font-size: 2.8rem; } }
  .cms_bloc_title h2::after,
  .cms_bloc_text h2::after {
    content: '';
    display: block;
    margin: 1.2rem 0 0 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #93be53; }

a.bouton_home {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: bold !important;
  font-size: 1.3rem;
  text-decoration: none !important;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  border-radius: 5rem;
  transition: 0.3s ease;
  text-transform: uppercase;
  background: #fff !important;
  color: #1f9d85 !important; }
  a.bouton_home:hover {
    background: #1f9d85 !important;
    color: #fff !important; }
  @media (max-width: 750px) {
    a.bouton_home {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    a.bouton_home {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

button.bouton_home {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: bold !important;
  font-size: 1.3rem;
  text-decoration: none !important;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  border-radius: 5rem;
  transition: 0.3s ease;
  text-transform: uppercase;
  background: #fff !important;
  color: #1f9d85 !important; }
  button.bouton_home:hover {
    background: #1f9d85 !important;
    color: #fff !important; }
  @media (max-width: 750px) {
    button.bouton_home {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    button.bouton_home {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

a.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  border-radius: 5rem;
  transition: 0.3s ease;
  text-transform: uppercase;
  background: #79b85f;
  color: #fff; }
  a.bouton_1:hover {
    background: #1f9d85; }
  @media (max-width: 750px) {
    a.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    a.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

button.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  border-radius: 5rem;
  transition: 0.3s ease;
  text-transform: uppercase;
  background: #79b85f;
  color: #fff; }
  button.bouton_1:hover {
    background: #1f9d85; }
  @media (max-width: 750px) {
    button.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    button.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

h2.Titre_Diapo {
  color: #3e4a50;
  margin: 0 0 -1rem 0;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: normal;
  overflow: hidden;
  color: #fff; }
  @media (max-width: 900px) {
    h2.Titre_Diapo {
      font-size: 3.66rem; } }
  @media (max-width: 750px) {
    h2.Titre_Diapo {
      font-size: 3.35rem; } }
  @media (max-width: 600px) {
    h2.Titre_Diapo {
      font-size: 3rem; } }
  @media (max-width: 440px) {
    h2.Titre_Diapo {
      font-size: 2.8rem; } }
  h2.Titre_Diapo strong {
    font-weight: bold; }
  h2.Titre_Diapo:after {
    content: none; }

h2.Titre_H2 {
  color: #3e4a50;
  margin: 0 0 -1rem 0;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: normal;
  overflow: hidden; }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3.66rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 3.35rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }

h2.Titre_H2 {
  color: #3e4a50;
  margin: 0.6em 0 0.4em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden; }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3.66rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 3.35rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #79b85f;
  font-size: 3rem;
  margin: 0.4em 0;
  font-weight: normal;
  overflow: hidden; }
  @media (max-width: 750px) {
    h3.Titre_H3 {
      font-size: 2.8rem; } }
  @media (max-width: 600px) {
    h3.Titre_H3 {
      font-size: 2.4rem; } }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #79b85f;
  font-size: 2.4rem;
  margin: 0.4em 0;
  font-weight: normal;
  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 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #79b85f;
  font-size: 1.8rem;
  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-size: 1.8rem;
  font-weight: 600; }
  @media (max-width: 750px) {
    strong.accroche {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    strong.accroche {
      font-size: 1.6rem; } }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #79b85f; }

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

span.legende {
  font-size: 1.4rem;
  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 #79b85f;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }
  @media (max-width: 600px) {
    blockquote.citation {
      margin-left: 0;
      margin-right: 0; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.4s ease-out;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1025px) {
    .header.onScrollHeader .header-top {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      height: 0; } }
  .header-top {
    z-index: 1;
    position: relative;
    height: 3.6rem;
    border-top: 0.3rem solid #60ab70;
    overflow: hidden;
    background-color: #f4f4f4;
    transition: 0.5s; }
    @media (max-width: 1024px) {
      .header-top {
        display: none; } }
    .header-top .u-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      max-width: 120rem; }
      @media (max-width: 1500px) {
        .header-top .u-wrapper {
          max-width: 110rem; } }
      @media (max-width: 1200px) {
        .header-top .u-wrapper {
          max-width: 98%; } }
    .header-top h1 {
      max-width: 50%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.2;
      white-space: nowrap;
      color: #b4b6b9; }
    .header-top-link {
      display: flex; }
      .header-top-link-phone {
        display: flex;
        margin-left: 2.5rem; }
        .header-top-link-phone a {
          display: flex;
          align-items: center;
          text-decoration: none;
          font-family: "Mukta Vaani", Arial, Tahoma, Verdana, Helvetica, sans-serif;
          font-size: 1.1rem;
          font-weight: bold;
          color: #3e4a50;
          transition: 0.3s ease; }
          .header-top-link-phone a:not(:first-child) {
            margin-left: 1rem; }
          .header-top-link-phone a svg {
            width: 0.85rem;
            height: 1.2rem;
            margin-right: 0.75rem;
            margin-bottom: 0.15rem;
            fill: #93be53; }
          .header-top-link-phone a:hover {
            color: #93be53; }
  .header-sup {
    z-index: 0;
    position: relative; }
    @media (max-width: 1024px) {
      .header-sup {
        height: 6rem; } }
    .header-sup .u-wrapper {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      height: 100%;
      max-width: 120rem; }
      @media (max-width: 1500px) {
        .header-sup .u-wrapper {
          max-width: 110rem; } }
      @media (max-width: 1200px) {
        .header-sup .u-wrapper {
          max-width: 98%; } }
      @media (max-width: 1024px) {
        .header-sup .u-wrapper {
          max-width: 94%; } }
    .header-sup-logo {
      position: relative;
      display: inline-block;
      z-index: 5;
      margin: 0;
      text-decoration: none;
      vertical-align: middle;
      transition: 0.3s ease;
      margin-right: 3rem;
      margin-bottom: 0.5rem; }
      .header-sup-logo:before {
        content: '';
        display: block;
        position: absolute;
        width: 8.4rem;
        height: 8.4rem;
        left: 0;
        bottom: -1.8rem;
        background: #fff;
        border-radius: 50%;
        -webkit-transform: translateX(-1.25rem);
                transform: translateX(-1.25rem);
        box-shadow: 0px 20px 28px -30px black; }
        @media (max-width: 1500px) {
          .header-sup-logo:before {
            bottom: -1.5rem; } }
        @media (max-width: 1200px) {
          .header-sup-logo:before {
            bottom: -1rem; } }
        @media (max-width: 1024px) {
          .header-sup-logo:before {
            -webkit-transform: translateX(-1.75rem);
                    transform: translateX(-1.75rem);
            bottom: -1.25rem; } }
      .header-sup-logo::after {
        content: '';
        display: block;
        position: absolute;
        width: 125%;
        height: 4rem;
        left: 50%;
        bottom: -0.5rem;
        background: #fff;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .header-sup-logo img {
        z-index: 1;
        position: relative;
        display: block;
        max-height: 8.4rem; }
        @media (max-width: 1500px) {
          .header-sup-logo img {
            max-height: 6.5rem; } }
        @media (max-width: 1200px) {
          .header-sup-logo img {
            max-height: 6.5rem; } }
        @media (max-width: 1024px) {
          .header-sup-logo img {
            max-height: 5rem; } }
      .header-sup-logo:hover {
        -webkit-transform: translateX(0.4rem);
                transform: translateX(0.4rem); }
    .header-sup #zone-menu .language {
      position: absolute;
      top: 0;
      right: calc(6rem + 2rem);
      height: 6rem; }
      @media (min-width: 1025px) {
        .header-sup #zone-menu .language {
          display: none; } }
      @media (max-width: 440px) {
        .header-sup #zone-menu .language {
          right: calc(6rem + 0.5rem); } }

#zone-diaporama {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .pageHome #zone-diaporama {
    height: auto; }
  .pageType #zone-diaporama {
    height: 35rem; }
    @media (max-width: 1024px) {
      .pageType #zone-diaporama {
        height: 30rem; } }
    @media (max-width: 750px) {
      .pageType #zone-diaporama {
        height: 27.5rem; } }
    @media (max-width: 600px) {
      .pageType #zone-diaporama {
        height: 25rem; } }
    .pageType #zone-diaporama .u-wrapper {
      position: relative;
      z-index: 5;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 11.6rem; }
      @media (max-width: 1024px) {
        .pageType #zone-diaporama .u-wrapper {
          padding-top: 0; } }
  #zone-diaporama .cms_bloc_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #2f363a;
        z-index: 0;
        opacity: 0.35; }
      #zone-diaporama .cms_bloc_media .diaporama-item .title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        max-height: 100%;
        padding-top: 11.6rem; }
        @media (max-width: 1024px) {
          #zone-diaporama .cms_bloc_media .diaporama-item .title {
            padding-top: 0; } }
      #zone-diaporama .cms_bloc_media .diaporama-item h2 {
        color: #3e4a50;
        margin: 0 0 -1rem 0;
        font-size: 3.8rem;
        line-height: 1.3;
        font-weight: normal;
        overflow: hidden;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 900px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3.66rem; } }
        @media (max-width: 750px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3.35rem; } }
        @media (max-width: 600px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 3rem; } }
        @media (max-width: 440px) {
          #zone-diaporama .cms_bloc_media .diaporama-item h2 {
            font-size: 2.8rem; } }
  #zone-diaporama .cms_bloc_text {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc(11.6rem + 16.3%);
    padding-bottom: calc(13rem + 4.05%); }
    @media (max-width: 1024px) {
      #zone-diaporama .cms_bloc_text {
        padding-top: calc(6rem + 10%); } }

#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: #71797c;
    font-weight: 600; }
  #breadCrumb a {
    color: #79b85f; }

#zone-page {
  position: relative;
  z-index: 5;
  padding: 3rem 0; }
  .pageHome #zone-page {
    padding: 0;
    background: #70b161; }
  #zone-page #breadCrumb,
  #zone-page #breadcrumb {
    font-size: 0.9em; }
  #zone-page .u-wrapper {
    padding: 2rem 0;
    margin: 0 auto; }
    .pageHome #zone-page .u-wrapper {
      max-width: 100%;
      padding: 0; }
  #zone-page .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  #zone-page main {
    order: 1;
    flex: 1 1 100%;
    max-width: 100%; }
    .pageHome #zone-page main {
      padding: 0;
      max-width: 100%; }
  #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%; }

.preFooter {
  padding: 7rem 0 6.2rem;
  background: #2a2e31; }
  @media (max-width: 1024px) {
    .preFooter {
      padding: 6rem 0 5.2rem; } }
  .preFooter > .u-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .preFooter > .u-wrapper {
        flex-direction: column; } }
  .preFooter .preFooter-title {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff; }
  .preFooter .footerInfos {
    display: flex;
    max-width: 49rem; }
    @media (max-width: 1024px) {
      .preFooter .footerInfos {
        max-width: 100%;
        align-items: center; } }
    @media (max-width: 600px) {
      .preFooter .footerInfos {
        flex-direction: column;
        align-items: flex-start; } }
    .preFooter .footerInfos-left-logo {
      display: block;
      max-width: 22rem;
      transition: 0.3s ease; }
      @media (max-width: 1200px) {
        .preFooter .footerInfos-left-logo {
          max-width: 20rem; } }
      .preFooter .footerInfos-left-logo img {
        display: block;
        max-width: 100%; }
      .preFooter .footerInfos-left-logo:hover {
        -webkit-transform: translateX(0.4rem);
                transform: translateX(0.4rem); }
    .preFooter .footerInfos-left .socialLinks {
      margin-top: 1rem; }
      @media (max-width: 1024px) {
        .preFooter .footerInfos-left .socialLinks {
          margin-top: 1.5rem; } }
    .preFooter .footerInfos-right {
      max-width: 22rem;
      margin-left: 4rem; }
      @media (max-width: 1200px) {
        .preFooter .footerInfos-right {
          max-width: 20rem; } }
      @media (max-width: 1024px) {
        .preFooter .footerInfos-right {
          max-width: 100%; } }
      @media (max-width: 600px) {
        .preFooter .footerInfos-right {
          margin-left: 0;
          margin-top: 1.5rem; } }
      .preFooter .footerInfos-right-description {
        font-size: 1.15rem;
        color: #919598; }
  .preFooter .footerMenu {
    max-width: 43rem;
    margin-left: 5rem; }
    @media (max-width: 1200px) {
      .preFooter .footerMenu {
        margin-left: 0; } }
    @media (max-width: 1024px) {
      .preFooter .footerMenu {
        max-width: 100%;
        padding: 2rem 0;
        margin: 2rem 0;
        border-top: 0.1rem solid #46484a;
        border-bottom: 0.1rem solid #46484a; } }
    .preFooter .footerMenu-col2 {
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 3rem;
              column-gap: 3rem; }
      @media (max-width: 1024px) {
        .preFooter .footerMenu-col2 {
          -webkit-columns: 4;
                  columns: 4; } }
      @media (max-width: 900px) {
        .preFooter .footerMenu-col2 {
          -webkit-columns: 3;
                  columns: 3; } }
      @media (max-width: 750px) {
        .preFooter .footerMenu-col2 {
          -webkit-columns: 2;
                  columns: 2; } }
      @media (max-width: 600px) {
        .preFooter .footerMenu-col2 {
          -webkit-columns: 1;
                  columns: 1; } }
    .preFooter .footerMenu li {
      list-style-type: none;
      margin-bottom: 0.7rem; }
      .preFooter .footerMenu li a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.15rem;
        color: #71797c;
        color: #919598;
        transition: 0.3s ease; }
        .preFooter .footerMenu li a::before {
          content: '';
          display: inline-block;
          position: relative;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          margin: 0 1rem 0 0;
          border-top: 0.3rem solid transparent;
          border-bottom: 0.3rem solid transparent;
          border-left: 0.3rem solid #79b85f; }
        .preFooter .footerMenu li a:hover {
          color: #93be53; }
  .preFooter .footerContact {
    width: 15.75rem; }
    @media (max-width: 1024px) {
      .preFooter .footerContact {
        width: 100%; } }
    .preFooter .footerContact-link a {
      display: flex;
      align-items: center;
      margin-bottom: 0.8rem;
      text-decoration: none;
      font-family: "Mukta Vaani", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 1.1rem;
      color: #fff;
      transition: 0.3s ease; }
      .preFooter .footerContact-link a:hover {
        color: #93be53; }
      .preFooter .footerContact-link a svg {
        width: 1.3rem;
        height: 1.2rem;
        margin-right: 0.75rem;
        margin-bottom: 0.15rem;
        fill: #93be53; }
    .preFooter .footerContact-linkContact {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0;
      background: none;
      border: 0;
      outline: none;
      cursor: pointer;
      margin: 0;
      font-weight: bold;
      font-size: 1.3rem;
      text-decoration: none;
      padding: 1.3rem 3.5rem;
      display: inline-block;
      border-radius: 5rem;
      transition: 0.3s ease;
      text-transform: uppercase;
      background: #79b85f;
      color: #fff;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 1rem;
      padding: 1rem 2rem;
      margin-top: 1rem;
      justify-content: center; }
      .preFooter .footerContact-linkContact:hover {
        background: #1f9d85; }
      @media (max-width: 750px) {
        .preFooter .footerContact-linkContact {
          padding: 1.2rem 2.4rem; } }
      @media (max-width: 600px) {
        .preFooter .footerContact-linkContact {
          padding: 1rem 2rem;
          font-size: 1.2rem; } }
      .preFooter .footerContact-linkContact:hover {
        color: #fff !important; }

#zone-footer {
  position: relative;
  background: #1e2225;
  padding: 2rem 0; }
  #zone-footer .u-wrapper {
    font-family: "Raleway", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.1rem;
    color: #949595;
    max-width: 120rem;
    font-weight: 600; }
    @media (max-width: 1500px) {
      #zone-footer .u-wrapper {
        max-width: 110rem; } }
    @media (max-width: 1200px) {
      #zone-footer .u-wrapper {
        max-width: 94%; } }
    @media (max-width: 1200px) {
      #zone-footer .u-wrapper {
        flex-direction: column;
        justify-content: center; } }
    #zone-footer .u-wrapper a {
      position: relative;
      color: #949595;
      text-decoration: none;
      transition: 0.3s ease; }
      #zone-footer .u-wrapper a:hover {
        opacity: 0.5; }

.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: #93be53; }
  @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: #1f9d85; }
  .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;
  justify-content: flex-end; }
  @media (max-width: 600px) {
    .socialLinks {
      justify-content: flex-start; } }
  .socialLinks,
  .socialLinks > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .socialLinks > li {
    margin: 0 0 0 1rem; }
    @media (max-width: 600px) {
      .socialLinks > li {
        margin: 0 1rem 0 0; } }
  .socialLinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    color: inherit;
    border-radius: 50%;
    background: #93be53;
    text-decoration: none;
    transition: 0.5s ease; }
    .socialLinks a svg {
      height: 2rem;
      width: 2rem;
      fill: #2a2e31;
      transition: 0.5s ease; }
    .socialLinks a:hover {
      background: #79b85f;
      color: #fff; }
      .socialLinks a:hover svg {
        fill: #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: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Light.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Regular.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Medium.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Bold.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-ExtraBold.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Black.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mukta Vaani';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/MuktaVaani-Regular.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/MuktaVaani-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mukta Vaani';
  src: url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/MuktaVaani-ExtraBold.woff2") format("woff2"), url("https://www.pacetplus.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/MuktaVaani-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
.sticky {
  display: flex;
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 0;
  flex-direction: column;
  width: 7.8rem;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .sticky {
      display: none; } }
  @media (max-width: 1024px) {
    .sticky {
      top: calc(100% - 10rem);
      right: auto;
      left: 3%;
      width: 6.6rem;
      -webkit-transform: none;
              transform: none; } }
  .sticky-stickyList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 6.6rem;
    list-style: none; }
    @media (max-width: 1024px) {
      .sticky-stickyList {
        width: 6.6rem;
        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.8rem; } }
    .sticky-stickyList li {
      margin: 0; }
      @media (max-width: 1024px) {
        .sticky-stickyList li {
          margin-bottom: 1rem; } }
      .sticky-stickyList li:not(:last-child) {
        border-bottom: 0.1rem solid #125d4f; }
        @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: 7.8rem;
      height: 7.8rem;
      padding: 0.75rem;
      border-radius: 0;
      text-decoration: none;
      line-height: 1.2;
      color: #fff;
      background: #1f9d85;
      transition: 0.3s ease; }
      @media (max-width: 1024px) {
        .sticky-stickyList a {
          width: 6.6rem;
          height: 6.6rem; } }
      .sticky-stickyList a:hover {
        background: #93be53; }
      .sticky-stickyList a svg {
        height: 2rem;
        width: 2rem;
        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;
    right: 0;
    width: 6.6rem;
    height: 7.8rem;
    font-size: 1rem;
    color: #fff;
    background: #93be53;
    transition: color 0.3s linear, background 0.3s linear;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 1024px) {
      .sticky-toggle {
        width: 6.6rem;
        height: 6.6rem; } }
    .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 .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; } }

.language {
  display: flex;
  align-items: center;
  margin-left: 1rem; }
  @media (max-width: 440px) {
    .language {
      flex-direction: column;
      justify-content: center; } }
  .language button,
  .language a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 100%;
    margin: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    color: #71797c;
    background: none;
    transition: 0.3s ease; }
    @media (max-width: 440px) {
      .language button,
      .language a {
        height: 1.5rem; } }
  .language button {
    color: #687277;
    font-weight: bold; }
  .language a:hover {
    color: #79b85f; }
  .language a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.05rem;
    width: 0.1rem;
    height: 1rem;
    background: #71797c;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.3; }
    @media (max-width: 440px) {
      .language a::before {
        display: none; } }
  .language ul {
    list-style: none; }