@charset "UTF-8";

body {
  font-family: "Muli", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4e4e4e;
  background-image: url("https://www.lcv-research.com/default/CMS/css/common/../../images/dist/texturehome.png");
  padding-top: 11.5rem; }

.u-wrapper {
  margin: 0 auto;
  max-width: 120rem;
  text-align: left;
  width: 100%; }

#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_text .cms_bloc_text_media_droite {
  display: flex;
  align-items: flex-start; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    width: 43%;
    float: inherit;
    text-align: inherit;
    position: relative; }
    .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media::before,
    .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media::before {
      content: "";
      width: 15rem;
      height: 10.7rem;
      background-color: #b3926b;
      position: absolute;
      z-index: -1; }
  .cms_bloc_text .cms_bloc_text_media_gauche .right,
  .cms_bloc_text .cms_bloc_text_media_gauche .left,
  .cms_bloc_text .cms_bloc_text_media_droite .right,
  .cms_bloc_text .cms_bloc_text_media_droite .left {
    width: 55%; }
.cms_bloc_text_media_gauche .cms_bloc_media {
  padding-left: 1.4rem !important; }
  .cms_bloc_text_media_gauche .cms_bloc_media::before {
    bottom: 0.3rem;
    left: 0; }
.cms_bloc_text_media_droite .cms_bloc_media {
  padding-right: 1.4rem !important; }
  .cms_bloc_text_media_droite .cms_bloc_media::before {
    bottom: 0.3rem;
    right: 0; }

.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; }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
  width: 100%; }
.cms_bloc_form .cms_bloc_form_field > .value textarea {
  min-height: 16rem; }
.cms_bloc_form .cms_bloc_form_field_radio_value .label,
.cms_bloc_form .cms_bloc_form_field_checkbox_value .label {
  margin-left: 0.4em; }

.cms_bloc_module .cs-form-abstract .cs-form-element-contener {
  height: auto !important; }
  .cms_bloc_module .cs-form-abstract .cs-form-element-contener input {
    height: auto !important; }
.cms_bloc_module form {
  width: 100%;
  max-width: 70rem;
  margin: auto; }
  .cms_bloc_module form legend {
    padding: 0;
    font-weight: bold;
    font-size: 2rem;
    color: #28636b; }
  .cms_bloc_module form fieldset {
    padding: 0 !important;
    border: 0 !important; }
.cms_bloc_module .cs-form-element {
  display: flex;
  align-items: center; }
  .cms_bloc_module .cs-form-element label {
    max-width: 30%;
    width: 100%; }
  .cms_bloc_module .cs-form-element .cs-form-element-contener {
    width: 100%;
    max-width: 70%; }
  .cms_bloc_module .cs-form-element.submit {
    text-align: center;
    width: 100%;
    margin-top: 2rem; }
    .cms_bloc_module .cs-form-element.submit .cs-form-element-contener {
      max-width: 100%; }
    .cms_bloc_module .cs-form-element.submit input {
      background: #28636b;
      transition: 0.4s ease-out;
      padding: 1rem 2rem; }
      .cms_bloc_module .cs-form-element.submit input:hover {
        background: #368590; }

.content ul,
.content ol {
  position: relative;
  padding: 0.5rem 0; }
.content ul,
.content ol {
  list-style-type: none; }
.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: 0.2rem;
  padding-bottom: 0.2rem;
  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 #28636b;
    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: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 2.3rem;
  position: relative;
  overflow: auto; }
  .content .cms_bloc.cms_bloc_text ol li:before {
    counter-increment: section;
    content: counters(section,".") ".";
    color: #215258;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-right: 0.5rem; }
.content a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
.content a:not(.bouton_1) {
  color: #28636b;
  font-weight: inherit;
  text-decoration: underline; }
  .content a:not(.bouton_1):hover {
    text-decoration: none; }

.cms_bloc_title h2 {
  color: #b3926b;
  font-size: 5.8rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  .pageType .cms_bloc_title h2 {
    font-size: 3.6rem; }
.cms_bloc_title::after {
  content: "";
  display: block;
  width: 6.8rem;
  height: 0.4rem;
  background-color: #45b9b0;
  margin-top: 0.5rem;
  margin-bottom: 3rem; }

a.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  background-color: #45b9b0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-align: center;
  margin: auto;
  transition: 0.4s ease-out;
  padding: 1rem 2rem;
  display: inline-block; }
  a.bouton_1:hover {
    background: #b3926b; }
  a.bouton_1:hover {
    background: #255c64; }

button.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  background-color: #45b9b0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-align: center;
  margin: auto;
  transition: 0.4s ease-out;
  padding: 1rem 2rem;
  display: inline-block; }
  button.bouton_1:hover {
    background: #b3926b; }
  button.bouton_1:hover {
    background: #255c64; }

.scrollTop {
  width: 4rem;
  height: 4rem;
  background: #28636b;
  cursor: pointer;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 3rem;
  bottom: 0;
  opacity: 0;
  transition: 0.4s ease-out;
  z-index: 20;
  box-shadow: 0rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.17); }
  .scrollTop::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-color: transparent transparent #ffffff transparent; }
  .scrollTop.shown {
    opacity: 1;
    bottom: 3rem; }

#extranet fieldset {
  border: 0 !important;
  text-align: center; }
  #extranet fieldset h3 {
    margin-bottom: 2rem; }
  #extranet fieldset #extranet-forgotten-password-link {
    margin-top: 2rem; }

.recherche-global {
  position: relative;
  border: 0.1rem solid #d9d9d9;
  margin-left: 1rem; }
  .recherche-global .recherche-loupe {
    position: relative;
    width: 2.5rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.5s ease-in-out;
    margin: 0 1rem;
    position: relative; }
    .recherche-global .recherche-loupe input {
      font-size: 11px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.2px;
      text-align: left;
      color: rgba(131, 133, 141, 0.6);
      width: 20rem;
      height: 3.5rem;
      padding-left: 1rem; }
    .recherche-global .recherche-loupe svg {
      margin-top: 0.5rem; }
    .recherche-global .recherche-loupe::after {
      content: "";
      right: 3rem;
      height: 2.2rem;
      width: 0.1rem;
      background: #d9d9d9;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .recherche-global .recherche-loupe:hover .search-icon {
      fill: #28636b; }
  .recherche-global .recherche-loupe-extended {
    width: 20rem; }
  .recherche-global .form-submit {
    display: none; }
  .recherche-global .search-icon {
    fill: #28636b;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    transition: 0.5s ease-in-out; }
  .recherche-global .se-form-input {
    border: 0;
    background: transparent;
    color: white; }

#zone-header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  transition: 0.4s ease-out; }
  #zone-header.fixedPos {
    box-shadow: 0rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.17); }
    #zone-header.fixedPos .topBar {
      margin-top: -3.56rem; }
    #zone-header.fixedPos .logo {
      margin: 0;
      margin-top: 0 !important; }
      #zone-header.fixedPos .logo img {
        width: 100%;
        width: 11.5rem;
        height: auto;
        margin-top: 0.6rem; }
  #zone-header .topBar {
    padding: 0.3rem 0;
    border-bottom: 0.1rem solid #e6e6e6;
    transition: 0.4s ease-out; }
    #zone-header .topBar .u-wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-left: 20rem;
      width: 96%;
      max-width: 126rem; }
      #zone-header .topBar .u-wrapper > * {
        margin: 0 0.5rem; }
    #zone-header .topBar-phone {
      flex: none;
      color: #3a3836;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      text-decoration: none;
      text-align: left;
      font-stretch: normal;
      letter-spacing: normal; }
      #zone-header .topBar-phone svg {
        vertical-align: middle;
        width: 1.2rem;
        height: 1.6rem;
        margin-top: -0.3rem;
        fill: #28636b; }
    #zone-header .topBar-extranet {
      display: flex;
      flex: none;
      justify-content: center;
      align-items: center;
      height: 2.4rem;
      padding: 0 0.75rem;
      color: #ffffff;
      font-size: 1rem;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      background: #28636b;
      transition: 0.4s ease-out;
      font-stretch: normal;
      letter-spacing: normal; }
      #zone-header .topBar-extranet:hover {
        background: #44a8b5; }
    #zone-header .topBar-disconnect {
      border: 0.1rem solid #254544;
      color: #254544;
      background: transparent; }
      #zone-header .topBar-disconnect:hover {
        border-color: #28636b;
        color: #ffffff;
        background: #28636b; }
    #zone-header .topBar .socialLinks {
      height: 2.4rem; }
      #zone-header .topBar .socialLinks a {
        width: 3.9rem;
        height: 2.4rem;
        border: solid 0.1rem #3a3836; }
        #zone-header .topBar .socialLinks a:hover svg {
          fill: white; }
        #zone-header .topBar .socialLinks a svg {
          width: 1.3rem;
          height: 1.4rem;
          fill: #3a3836; }
  #zone-header .bottomBar .u-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    width: 96%;
    max-width: 126rem; }
    #zone-header .bottomBar .u-wrapper > .logo {
      margin-right: 3rem; }
  #zone-header h1 {
    max-width: 60rem;
    margin-right: 1rem !important;
    padding: 0.78rem 0;
    color: #919191;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    line-height: normal;
    text-align: left;
    font-stretch: normal;
    letter-spacing: normal; }
  #zone-header .logo {
    z-index: 5;
    display: inline-block;
    vertical-align: middle;
    margin: 2rem 0;
    transition: all 0.2s ease-in-out; }
    #zone-header .logo img {
      display: block;
      width: 18.2rem;
      margin-top: -3rem;
      transition: 0.4s ease-out; }
    #zone-header .logo:hover {
      -webkit-transform: translateX(0.4rem);
              transform: translateX(0.4rem); }

#zone-diaporama {
  position: relative;
  z-index: 3; }
  .pageHome #zone-diaporama {
    height: 50rem; }
  .pageType #zone-diaporama {
    height: 25rem;
    display: flex;
    align-items: flex-end; }
    .pageType #zone-diaporama #breadCrumb,
    .pageType #zone-diaporama #breadcrumb {
      font-size: 0.9em;
      padding: 1rem 0; }
    .pageType #zone-diaporama h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 4rem;
      font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      color: #28636b;
      text-align: center; }
      .pageType #zone-diaporama h2::after, .pageType #zone-diaporama h2::before {
        content: "";
        width: 6rem;
        height: 0.3rem;
        background: #b3926b;
        margin: auto;
        display: block; }
      .pageType #zone-diaporama h2::before {
        margin-bottom: -0.7rem; }
      .pageType #zone-diaporama h2::after {
        margin-top: 0.3rem; }
  #zone-diaporama .cms_bloc_media {
    height: 100%; }
    #zone-diaporama .cms_bloc_media .diaporama-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      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: rgba(0, 0, 0, 0.2);
        z-index: 0; }
      #zone-diaporama .cms_bloc_media .diaporama-item h2 {
        color: white;
        font-size: 3.5em;
        letter-spacing: 0.02em;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }

#breadCrumb {
  width: 100%; }
  #breadCrumb ol {
    width: 100%;
    display: block; }
  #breadCrumb li:last-of-type a {
    text-decoration: none;
    color: #4e4e4e;
    font-weight: 600; }
  #breadCrumb a {
    color: #28636b; }

#zone-page {
  position: relative;
  z-index: 5;
  padding-bottom: 10rem;
  padding-top: 2rem; }
  .pageType #zone-page {
    background: white; }
  #zone-page .u-wrapper {
    margin: 0 auto;
    padding: 2rem 0; }
  #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: 32rem;
      margin-left: 3rem; }
      #zone-page aside:not(:empty) + main {
        width: calc(100% - 32rem - 3rem); }
    #zone-page aside:empty + main {
      width: 100%; }

#zone-footer {
  position: relative;
  z-index: 5;
  padding: 2rem 0;
  width: 100%; }
  #zone-footer .u-wrapper {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.1rem solid rgba(69, 185, 176, 0.2);
    padding-top: 1.8rem; }
    #zone-footer .u-wrapper p,
    #zone-footer .u-wrapper a,
    #zone-footer .u-wrapper li {
      font-size: 0.9rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.2rem;
      text-align: left;
      color: #ffffff;
      text-transform: uppercase; }
    #zone-footer .u-wrapper a {
      text-decoration: none; }
  #zone-footer .right {
    display: flex; }
    #zone-footer .right .sitemapPrint-list li:not(:first-child) {
      margin: 0; }
      #zone-footer .right .sitemapPrint-list li:not(:first-child) a {
        margin: 0; }
        #zone-footer .right .sitemapPrint-list li:not(:first-child) a::before {
          content: "/";
          color: #b3916b;
          display: inline-block;
          vertical-align: middle;
          margin: 0 1rem; }
    #zone-footer .right a {
      transition: 0.4s ease-out; }
      #zone-footer .right a:not(:first-child)::before {
        content: "/";
        color: #b3916b;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1rem; }
      #zone-footer .right a span:first-child {
        display: none; }
      #zone-footer .right a:hover {
        opacity: 0.6; }
    #zone-footer .right svg {
      display: none; }
  #zone-footer .sitemap-print a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    margin: 0 1rem 0; }
    #zone-footer .sitemap-print a i,
    #zone-footer .sitemap-print a span {
      display: inline-block;
      vertical-align: middle; }
    #zone-footer .sitemap-print a i {
      margin-right: 0.6rem; }
  #zone-footer .copyright a {
    text-decoration: none;
    color: inherit; }
  #zone-footer .copyright img {
    margin-bottom: -0.1rem; }

.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;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none; }
    .socialLinks a svg {
      height: 2rem;
      width: 2rem;
      fill: currentColor; }
    .socialLinks a:hover {
      background: #28636b;
      color: #fff; }
    .socialLinks a.facebookLink:hover {
      background: #3c5a99; }
    .socialLinks a.twitterLink:hover {
      background: #5ea9dd; }
    .socialLinks a.googleLink:hover {
      background: #d74536; }
    .socialLinks a.youtubeLink:hover {
      background: #e62117; }
    .socialLinks a.pinterestLink:hover {
      background: #cb2026; }
    .socialLinks a.viadeoLink:hover {
      background: #f4982b; }
    .socialLinks a.linkedinLink:hover {
      background: #1a85bc; }

.sitemapPrint .sitemapPrint-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: baseline; }
.sitemapPrint .sitemapPrint-item {
  display: block; }
  .sitemapPrint .sitemapPrint-item:nth-child(n+2) {
    margin-left: 1em; }
.sitemapPrint .sitemapPrint-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  transition: opacity .2s linear; }
  .sitemapPrint .sitemapPrint-link:hover {
    opacity: .6; }
  .sitemapPrint .sitemapPrint-linkIcon {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: .4em; }
    .sitemapPrint .sitemapPrint-linkIcon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
      color: inherit; }
  .sitemapPrint .sitemapPrint-linkLabel {
    display: inline-block; }

.language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  width: 4rem;
  background: transparent;
  border: 0.1rem solid #254544; }
  .language img {
    max-width: 1.5rem; }
  .language button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: .3s ease;
    outline: none; }
    .language button:hover {
      opacity: .5; }
    .language button span.arrow-down {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: .5rem; }
      .language button span.arrow-down::after {
        content: "";
        border-top: 0.4rem solid #254544;
        border-left: .4rem solid transparent;
        border-right: .4rem solid transparent;
        display: block;
        margin-top: 0.2rem; }
    .language button span.lang {
      color: #254544;
      margin-right: .3rem; }
  .language ul {
    padding: 0;
    margin: 0; }
    .language ul li {
      list-style-type: none;
      text-align: center; }
      .language ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        font-weight: 900;
        color: black;
        text-transform: uppercase;
        text-decoration: none; }
        .language ul li a span {
          margin-right: 1rem; }
  .language .popin {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 1rem);
            transform: translate(-50%, 1rem);
    top: 120%;
    display: block;
    min-width: 5rem;
    background: #ededed;
    border-radius: .3rem;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-out;
    z-index: 5; }
  .language .popin:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .language .popin:before {
    border-bottom-color: #ededed;
    border-width: .6rem;
    margin-left: -.6rem; }
  .language .is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0rem);
            transform: translate(-50%, 0rem); }

.homeBlocs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 52rem;
  background: #e6e6e6; }
  .homeBlocs-col {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 100%; }
    .homeBlocs-col a {
      text-decoration: none;
      cursor: default; }
    .homeBlocs-col .cms_bloc_media {
      width: 100%;
      height: 100%; }
      .homeBlocs-col .cms_bloc_media .diaporama-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center"; }
      .homeBlocs-col .cms_bloc_media > div {
        display: flex;
        align-items: center;
        height: 100%;
        background-size: cover; }
        .homeBlocs-col .cms_bloc_media > div h2 {
          max-width: 49.2rem;
          margin-top: 10rem;
          color: #ffffff;
          font-family: HeliosSSi;
          font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
          font-size: 6rem;
          font-stretch: normal;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1.31;
          text-align: left;
          text-decoration: none;
          text-shadow: 0rem 0.5rem 1.47rem rgba(0, 0, 0, 0.5); }
    .homeBlocs-col .cms_bloc_text {
      z-index: 50;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #ffffff; }
      .homeBlocs-col .cms_bloc_text h2.Titre_H2 {
        color: #ffffff;
        line-height: 1.2; }
      .homeBlocs-col .cms_bloc_text .fade {
        max-width: 52rem;
        opacity: 1 !important;
        -webkit-transform: none !important;
                transform: none !important; }
  .homeBlocs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .homeBlocs-item {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 26rem; }
    .homeBlocs-item:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .homeBlocs-item img {
      transition: 0.4s ease-out; }
    .homeBlocs-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }

.prefooter {
  height: 62rem;
  background: #254544;
  background-image: url("https://www.lcv-research.com/default/CMS/css/common/../../images/dist/footer_carte.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
  padding-top: 14rem; }
  .prefooter .u-wrapper:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 3.8rem; }
  .prefooter-col {
    max-width: 27rem; }
    .prefooter-col img {
      mix-blend-mode: screen;
      margin-top: -4rem; }
    .prefooter-col .socialLinks {
      margin-top: 1.8rem; }
      .prefooter-col .socialLinks a {
        width: 4.5rem;
        height: 4.5rem;
        background-color: #45b9b0;
        color: #254544; }
        .prefooter-col .socialLinks a:hover {
          color: white; }
    .prefooter-col:last-child {
      position: relative;
      width: 26rem;
      padding-left: 4.6rem; }
      .prefooter-col:last-child a {
        width: 20.8rem;
        height: 5.1rem;
        background-color: #45b9b0;
        font-size: 1rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #254544;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.4s ease-out; }
        .prefooter-col:last-child a:hover {
          background: #37948d;
          color: white; }
      .prefooter-col:last-child::before {
        width: 0.1rem;
        height: 13.8rem;
        background: #45b9b0;
        content: "";
        position: absolute;
        top: 1rem;
        left: 0;
        opacity: 0.4; }

.footerMenu--col2 .menu-list--niv1 {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 6rem;
          column-gap: 6rem; }
.footerMenu--col3 .menu-list--niv1 {
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-gap: 3rem;
          column-gap: 3rem; }
.footerMenu li {
  list-style-type: none;
  margin-bottom: 0.4rem; }
  .footerMenu li a {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: white;
    position: relative;
    padding-left: 2.6rem;
    text-decoration: none; }
    .footerMenu li a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 46%;
      width: 1.6rem;
      background: #45b9b0;
      height: 0.1rem; }
    .footerMenu li a:hover {
      color: #45b9b0; }

.imageDescription .imageDescription-description {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.3); }

.smallTitle {
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  letter-spacing: 0.1rem; }

.informations {
  width: 41.7rem;
  height: 25.3rem;
  background-color: #c7ad8a;
  padding: 4rem 3.6rem;
  position: relative;
  position: absolute;
  right: 0;
  top: -6rem;
  z-index: 20; }
  .informationsContainer {
    position: relative;
    z-index: 20; }
  .informations::after {
    content: "";
    border-top: 1.8rem solid #c7ad8a;
    border-left: 1.8rem solid #c7ad8a;
    border-bottom: 1.8rem solid transparent;
    border-right: 1.8rem solid transparent;
    position: absolute;
    top: 100%;
    left: 0; }
  .informations .smallTitle {
    font-size: 2.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 1rem; }
  .informations p {
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    max-width: 26rem;
    margin-bottom: 1.5rem; }
  .informations-group {
    display: flex;
    align-items: center;
    padding: 0.5rem 0; }
    .informations-group svg {
      margin-right: 1.3rem; }
    .informations-group:first-of-type {
      font-size: 2rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      position: relative; }
      .informations-group:first-of-type::after {
        content: "";
        width: 19.9rem;
        height: 0.1rem;
        position: absolute;
        bottom: -0.2rem;
        left: 3rem;
        background: #8a6c47; }
      .informations-group:first-of-type svg {
        width: 1.2rem;
        height: 2rem;
        fill: #254544;
        margin-left: 0.3rem;
        margin-right: 1.5rem; }
    .informations-group:last-of-type {
      font-size: 1.6rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
      .informations-group:last-of-type svg {
        width: 1.8rem;
        height: 1.8rem;
        fill: #254544; }

.citations {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: -7.25rem; }
  .citations .u-wrapper {
    position: relative;
    height: 16.5rem;
    display: flex;
    align-items: center; }
    .citations .u-wrapper .cms_bloc_text {
      max-width: 74rem; }
    .citations .u-wrapper .Titre_H2::before {
      content: "";
      width: 1.2rem;
      height: 1.2rem;
      border-top: 0.3rem solid white;
      border-right: 0.3rem solid white;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      box-shadow: 0.05rem -0.05rem 0 0 black;
      margin-right: 1.6rem;
      margin-top: -0.4rem; }
    .citations .u-wrapper p,
    .citations .u-wrapper a,
    .citations .u-wrapper li,
    .citations .u-wrapper span,
    .citations .u-wrapper strong,
    .citations .u-wrapper h2,
    .citations .u-wrapper h3,
    .citations .u-wrapper h4,
    .citations .u-wrapper a {
      text-shadow: 0rem 0.1rem 0 rgba(0, 0, 0, 0.31);
      font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 3.4rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: right;
      color: #ffffff; }
      .citations .u-wrapper p a:hover,
      .citations .u-wrapper a a:hover,
      .citations .u-wrapper li a:hover,
      .citations .u-wrapper span a:hover,
      .citations .u-wrapper strong a:hover,
      .citations .u-wrapper h2 a:hover,
      .citations .u-wrapper h3 a:hover,
      .citations .u-wrapper h4 a:hover,
      .citations .u-wrapper a a:hover {
        text-decoration: none; }
    .citations .u-wrapper::before {
      content: "";
      background: #b3926b;
      height: 100%;
      position: absolute;
      width: 100vw;
      z-index: -1;
      margin-left: -10.5rem; }

.encarts {
  padding: 6rem 0; }
  .encarts-container {
    max-width: 105rem;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .encarts-container--hasTwoItem {
      justify-content: center; }
      .encarts-container--hasTwoItem > .encart {
        margin: 0 2rem; }

.encart {
  width: calc(25% - 1.5rem);
  transition: 0.4s ease-out; }
  .encart:hover a {
    box-shadow: 0rem 0.2rem 5.4rem 0 rgba(0, 0, 0, 0.17); }
  .encart:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .encart a {
    transition: 0.4s ease-out;
    display: block; }
  .encart-image {
    background: #29636e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17.7rem; }
    .encart-image svg {
      fill: white;
      max-height: 7.6rem;
      transition: 0.4s ease-out; }
  .encart:nth-child(3) svg {
    max-height: 9.1rem; }
  .encart-content {
    box-shadow: 0rem 0.2rem 0 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 2.9rem 2.4rem;
    min-height: 19rem; }
  .encart-link {
    text-decoration: none; }
  .encart-title {
    font-size: 1.6rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a3836;
    font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-transform: uppercase; }
    .encart-title::after {
      width: 4rem;
      height: 0.2rem;
      background-color: #45b9b0;
      content: "";
      display: block;
      margin-top: 1.4rem;
      margin-bottom: 2.9rem; }
  .encart-button {
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.06rem;
    text-align: left;
    color: #b3926b; }

.bigTitle {
  position: relative;
  text-align: center;
  margin-bottom: 2rem; }
  .bigTitle .bigTitle-title {
    font-size: 4.8rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b3926b;
    font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
    @media (max-width: 800px) {
      .bigTitle .bigTitle-title {
        font-size: 1.8rem; } }
  .bigTitle .bigTitle-description {
    font-size: 1.6rem;
    color: #262626; }
    @media (max-width: 800px) {
      .bigTitle .bigTitle-description {
        font-size: 1.4rem; } }
  .bigTitle::after {
    content: "";
    width: 6.8rem;
    height: 0.4rem;
    background-color: #45b9b0;
    display: block;
    margin: auto;
    margin-top: 1.2rem; }

.last-news {
  overflow: hidden;
  position: relative;
  padding-top: 11rem;
  padding-bottom: 9rem;
  background: #ece8e5; }
  .last-news::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-left: 50vw solid white;
    border-right: 50vw solid white;
    border-top: 5rem solid transparent; }
  .last-news .u-wrapper {
    position: relative; }
  .last-news .maMain {
    margin-top: 3rem; }
    .last-news .maMain-news {
      transition: 0.4s ease-out; }
      .last-news .maMain-news a {
        text-decoration: none; }
      .last-news .maMain-news:hover {
        box-shadow: 0px 2px 54px 0 rgba(0, 0, 0, 0.17); }
        .last-news .maMain-news:hover .maMain-newstitle::after {
          color: #45b9b0; }
    .last-news .maMain-list {
      max-width: 108rem;
      padding: 4rem 0; }
    .last-news .maMain-allnewslink {
      margin-top: 6rem;
      text-align: center; }
      .last-news .maMain-allnewslink a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20.6rem;
        height: 3.4rem;
        margin: auto;
        color: #ffffff;
        font-size: 1rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #45b9b0;
        transition: 0.4s ease-out; }
        .last-news .maMain-allnewslink a:hover {
          background: #b3926b; }
    .last-news .maMain-date {
      display: inline-block;
      margin: 0 3rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 0 1rem 0;
      color: #ffffff;
      font-size: 1.1rem;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 2;
      text-align: left;
      background: #45b9b0; }
    .last-news .maMain-newstitle {
      padding: 0rem 3rem 0;
      color: #b3926b;
      font-weight: 700; }
      .last-news .maMain-newstitle,
      .last-news .maMain-newstitle a {
        color: #4e473e;
        font-size: 1.4rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.57;
        text-align: left;
        text-decoration: none; }
      .last-news .maMain-newstitle::after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.3rem;
        color: #b3926b;
        font-weight: bold; }
        [lang="fr"] .last-news .maMain-newstitle::after {
          content: "Lire la suite >"; }
        [lang="en"] .last-news .maMain-newstitle::after {
          content: "Read more >"; }
    .last-news .maMain .maMain-knowmore {
      display: none; }
    .last-news .maMain-newsContent {
      position: relative;
      min-height: 34.6rem;
      background: white;
      box-shadow: 0rem 0.1rem 0 0 rgba(0, 0, 0, 0.2); }
      .last-news .maMain-newsContent--hasPicture::before {
        content: none; }
      .last-news .maMain-newsContent--hasPicture .maMain-newstitle {
        padding: 2rem 4rem 0; }
    .last-news .maMain-image {
      position: relative;
      width: 100%;
      height: 16rem; }
      .last-news .maMain-image img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 10rem;
        height: 10rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: contain; object-position: center"; }
    .last-news .maMain-resume {
      display: none; }
    .last-news .maMain-knowmore {
      margin-top: 1rem;
      padding: 0 3rem; }
      .last-news .maMain-knowmore a {
        color: #28636b;
        font-size: 1.2rem;
        font-weight: 700;
        transition: 0.3s ease; }
        .last-news .maMain-knowmore a:hover {
          color: #b3926b; }
  .last-news .swiper-container {
    position: relative; }
  .last-news .swiper-button-next,
  .last-news .swiper-button-prev {
    position: absolute;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    top: 57%;
    width: 3.5rem;
    height: 3rem;
    background-image: none;
    transition: 0.3s ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    .last-news .swiper-button-next::before,
    .last-news .swiper-button-prev::before {
      content: "";
      position: relative;
      display: inline-block;
      left: -0.5rem;
      width: 3.5rem;
      height: 3.5rem;
      border-color: #c3bab4;
      border-style: solid;
      border-width: 0.1rem 0.1rem 0 0;
      transition: 0.3s ease;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .last-news .swiper-button-next:hover::before,
    .last-news .swiper-button-prev:hover::before {
      border-color: #28636b; }
  .last-news .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(-180deg) scale(1, 1.7);
            transform: rotate(-180deg) scale(1, 1.7); }
    .last-news .swiper-button-prev:hover {
      -webkit-transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7);
              transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7); }
  .last-news .swiper-button-next {
    right: 0;
    -webkit-transform: scale(1, 1.7);
            transform: scale(1, 1.7); }
    .last-news .swiper-button-next:hover {
      -webkit-transform: translateX(0.4rem) scale(1, 1.7);
              transform: translateX(0.4rem) scale(1, 1.7); }

.home-citation {
  margin-top: -5rem;
  background: white; }
  .home-citation-title {
    font-size: 3.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.07rem;
    text-align: left;
    color: #5b4749;
    font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    position: relative;
    width: 71rem; }
    .home-citation-title svg {
      position: absolute;
      fill: #b3916b; }
      .home-citation-title svg:first-child {
        bottom: calc(100% + 1rem);
        width: 4.4rem;
        height: 3.3rem;
        right: 100%; }
      .home-citation-title svg:last-child {
        top: calc(100% + 1rem);
        width: 4.4rem;
        height: 3.3rem;
        left: 85%; }
  .home-citation-author {
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.04rem;
    text-align: right;
    color: #5b4749;
    font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin-top: 2.6rem;
    display: inline-block; }
  .home-citation .u-wrapper {
    display: flex;
    align-items: center; }

.home-medias {
  padding-top: 7rem;
  padding-bottom: 11rem;
  position: relative;
  overflow: hidden;
  background: white; }
  .home-medias .u-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-medias .maMain {
    margin-top: 3rem; }
    .home-medias .maMain-news {
      transition: 0.4s ease-out;
      box-shadow: 0rem 0.2rem 2rem 0 rgba(0, 0, 0, 0.17);
      position: relative; }
      .home-medias .maMain-news:hover {
        box-shadow: 0rem 0.2rem 5.4rem 0 transparent; }
        .home-medias .maMain-news:hover .maMain-knowmore a {
          font-weight: bold;
          color: #45b9b0; }
    .home-medias .maMain-list {
      padding: 4rem 1.5rem;
      max-width: 100rem; }
    .home-medias .maMain-allnewslink {
      text-align: center;
      margin-top: 6rem;
      display: none; }
      .home-medias .maMain-allnewslink a {
        width: 20.6rem;
        height: 3.4rem;
        background-color: #45b9b0;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        text-transform: uppercase;
        transition: 0.4s ease-out; }
        .home-medias .maMain-allnewslink a:hover {
          background: #b3926b; }
    .home-medias .maMain-date {
      padding: 0 1rem 0;
      font-size: 1.1rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      background: #45b9b0;
      margin: 0 3rem;
      margin-top: 20rem;
      display: inline-block;
      margin-bottom: 1rem; }
    .home-medias .maMain-newstitle {
      font-weight: 700;
      color: #b3926b;
      padding: 0 3rem 0; }
      .home-medias .maMain-newstitle,
      .home-medias .maMain-newstitle a {
        font-size: 1.6rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #b3926b;
        text-decoration: none;
        text-transform: uppercase; }
      .home-medias .maMain-newstitle a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .home-medias .maMain .maMain-knowmore {
      padding: 0 3rem 0;
      margin-bottom: 2rem; }
      .home-medias .maMain .maMain-knowmore a {
        font-weight: bold;
        color: #b3926b; }
    .home-medias .maMain-newsContent {
      position: relative;
      background: white;
      min-height: 34.6rem; }
      .home-medias .maMain-newsContent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 16rem;
        width: 100%;
        background: #29636e; }
      .home-medias .maMain-newsContent--hasPicture::before {
        content: none; }
      .home-medias .maMain-newsContent--hasPicture .maMain-date {
        padding: 0 4rem 0;
        margin-top: 4rem;
        margin-bottom: 1rem; }
    .home-medias .maMain-image {
      position: relative;
      height: 16rem;
      width: 100%; }
      .home-medias .maMain-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center"; }
    .home-medias .maMain-resume {
      opacity: 0.8;
      font-size: 1.3rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      text-align: left;
      color: rgba(78, 71, 62, 0.8);
      position: relative;
      padding: 1rem 3rem 0; }
    .home-medias .maMain-knowmore {
      padding: 0 1rem;
      margin-top: 1rem; }
      .home-medias .maMain-knowmore a {
        font-weight: 700;
        font-size: 1.2rem;
        color: #28636b;
        transition: 0.3s ease; }
        .home-medias .maMain-knowmore a:hover {
          color: #b3926b; }
  .home-medias .swiper-container {
    position: relative; }
  .home-medias .swiper-button-next,
  .home-medias .swiper-button-prev {
    position: absolute;
    display: flex;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3rem;
    cursor: pointer;
    background-image: none;
    transition: 0.3s ease;
    display: none; }
    .home-medias .swiper-button-next::before,
    .home-medias .swiper-button-prev::before {
      content: "";
      position: relative;
      left: -0.5rem;
      display: inline-block;
      border-style: solid;
      border-width: 0.1rem 0.1rem 0 0;
      border-color: #c3bab4;
      width: 3.5rem;
      height: 3.5rem;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: 0.3s ease; }
    .home-medias .swiper-button-next:hover::before,
    .home-medias .swiper-button-prev:hover::before {
      border-color: #28636b; }
  .home-medias .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(-180deg) scale(1, 1.7);
            transform: rotate(-180deg) scale(1, 1.7); }
    .home-medias .swiper-button-prev:hover {
      -webkit-transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7);
              transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7); }
  .home-medias .swiper-button-next {
    right: 0;
    -webkit-transform: scale(1, 1.7);
            transform: scale(1, 1.7); }
    .home-medias .swiper-button-next:hover {
      -webkit-transform: translateX(0.4rem) scale(1, 1.7);
              transform: translateX(0.4rem) scale(1, 1.7); }
  .home-medias .swiper-pagination-bullets {
    order: 2; }
    .home-medias .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 1.5rem;
      height: 0.5rem;
      background-color: #c0c0c2;
      margin: 0 0.45rem;
      border-radius: 0;
      opacity: 1; }
      .home-medias .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #29636e; }
  .home-medias-button {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: 14.1rem;
    height: 3.4rem;
    background-color: #45b9b0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.4s ease-out;
    margin-bottom: 2.5rem; }
    .home-medias-button:hover {
      background: #28636b; }
  .home-medias .bigTitle {
    text-align: left;
    margin-bottom: 12rem !important;
    position: relative; }
    .home-medias .bigTitle::before {
      content: "";
      width: 24.5rem;
      height: 21.5rem;
      opacity: 0.6;
      font-size: 3rem;
      background-image: url("https://www.lcv-research.com/default/CMS/css/common/../../images/dist/texture.png");
      position: absolute;
      top: 50%;
      right: 4rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .home-medias .bigTitle-title {
      text-align: left; }
    .home-medias .bigTitle::after {
      margin: inherit;
      margin-top: 1rem; }
  .home-medias-left {
    max-width: 17rem; }

h2.Titre_H2 {
  color: #b3926b;
  font-size: 5.8rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  .pageType h2.Titre_H2 {
    font-size: 3.6rem; }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #28636b;
  font-size: 3rem;
  margin: 0.4em 0;
  font-weight: normal;
  overflow: hidden;
  font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #28636b;
  font-size: 2.4rem;
  margin: 0.4em 0;
  font-weight: normal;
  overflow: hidden;
  font-family: "Playfair Display", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

h5.Titre_H5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #28636b;
  font-size: 1.8rem;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden; }

strong.accroche {
  font-size: 3.05rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #b3926b; }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #28636b; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #28636b; }

span.legende {
  font-size: 1.4rem;
  font-style: italic; }

blockquote.citation {
  margin: 1em 0;
  padding: 0.4em 1em;
  border-left: 0.4rem solid #28636b;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }

span.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  background-color: #45b9b0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-align: center;
  margin: auto;
  transition: 0.4s ease-out;
  padding: 1rem 2rem;
  display: inline-block; }
  span.bouton_1:hover {
    background: #b3926b; }

.mcDiaporama {
  height: 100% !important; }
  .mcDiaporama .mcDiaporama-wrapper, .mcDiaporama .bx-wrapper, .mcDiaporama .bx-viewport, .mcDiaporama .mcDiaporama-list, .mcDiaporama .mcDiaporama-item {
    width: 100% !important;
    height: 100% !important; }
  .mcDiaporama .mcDiaporama-list {
    margin: 0;
    padding: 0; }
  .mcDiaporama .mcDiaporama-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    z-index: -1; }
  .mcDiaporama .mcDiaporama-item {
    position: relative;
    z-index: 5;
    color: white; }
    .mcDiaporama .mcDiaporama-item::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 0; }
    .mcDiaporama .mcDiaporama-item > div, .mcDiaporama .mcDiaporama-item > a {
      display: block;
      position: relative;
      z-index: 10;
      width: 100%;
      height: 100%; }
    .mcDiaporama .mcDiaporama-item--hasLink a {
      text-decoration: none;
      color: inherit; }
  .mcDiaporama h2 {
    font-size: 3rem; }
  .mcDiaporama p {
    font-size: 2rem;
    width: 75%; }
  .mcDiaporama .button {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background: #28636b;
    border: 0.15em solid #28636b;
    text-decoration: none;
    margin: 0.5em 0;
    padding: 1em 2em;
    font-size: 1.6rem;
    border-radius: 0.3em;
    z-index: 1;
    transition: all .25s ease-out;
    transition-property: border, background, color; }
    .mcDiaporama .button:hover {
      background: rgba(40, 99, 107, 0.3);
      color: white; }
  .mcDiaporama .u-wrapper {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.ma-container.maAside {
  position: relative;
  line-height: 1.3; }
  .ma-container.maAside .maAside-image img[src*=".gif"] {
    height: auto !important; }
  .ma-container.maAside .maAside-title {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: .6em; }
  .ma-container.maAside .maAside-container {
    height: auto;
    padding: 2rem;
    padding-bottom: 4rem;
    background: #f8f8f8;
    border: 1px solid #ededed; }
  .ma-container.maAside .maAside-date {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: normal;
    margin: .4em 0; }
  .ma-container.maAside .maAside-newstitle {
    margin: 0.5em 0;
    font-size: 1.2em;
    font-weight: 400; }
    .ma-container.maAside .maAside-newstitle a {
      font: inherit;
      color: #28636b;
      text-decoration: none; }
  .ma-container.maAside .maAside-resume {
    font-size: .9em;
    font-weight: normal;
    line-height: 1.4; }
  .ma-container.maAside .maAside-knowmore {
    display: inline-block;
    margin: 0.5em 0;
    font-size: .9em;
    font-weight: 600; }
    .ma-container.maAside .maAside-knowmore a {
      color: #28636b; }
  .ma-container.maAside .maAside-allnewslink {
    position: absolute;
    top: 0.6rem;
    right: 0; }
    .ma-container.maAside .maAside-allnewslink a {
      color: #28636b;
      font-size: .8em;
      font-weight: normal; }
  .ma-container.maAside .maAside-pagination {
    position: absolute;
    bottom: 2.6rem;
    left: 2rem;
    height: 1.2rem; }
    .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4rem; }
      .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a {
        display: inline-block;
        text-indent: -999rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: #c8c8c8; }
        .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a.active {
          background: #28636b; }
  .ma-container.maAside .bx-controls-direction {
    position: absolute;
    bottom: 2rem;
    right: 2rem; }
    .ma-container.maAside .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      .ma-container.maAside .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .ma-container.maAside .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem; }
        .ma-container.maAside .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #bbbbbb;
          border-left: 1px solid #bbbbbb; }
      .ma-container.maAside .bx-controls-direction a.bx-next {
        padding-left: 0.5rem; }
        .ma-container.maAside .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #bbbbbb;
          border-right: 1px solid #bbbbbb; }
.ma-container.maAllNews ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 1rem 0; }
.ma-container.maAllNews .maAllNews-news {
  *zoom: 1;
  padding-left: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee; }
  .ma-container.maAllNews .maAllNews-news:before, .ma-container.maAllNews .maAllNews-news:after {
    content: " ";
    display: table; }
  .ma-container.maAllNews .maAllNews-news:after {
    clear: both; }
  .ma-container.maAllNews .maAllNews-news--hasPicture {
    display: flex; }
.ma-container.maAllNews .maAllNews-image {
  display: inline-block;
  vertical-align: top;
  margin: .5rem 2rem 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 50%; }
  .ma-container.maAllNews .maAllNews-image a {
    display: block; }
    .ma-container.maAllNews .maAllNews-image a img {
      max-width: 100%; }
      .ma-container.maAllNews .maAllNews-image a img[src*=".gif"] {
        height: auto !important; }
.ma-container.maAllNews div.ma-news-right {
  display: inline-block;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1; }
.ma-container.maAllNews .maAllNews-date {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: normal;
  margin: .4rem 0; }
.ma-container.maAllNews .maAllNews-newstitle {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  line-height: 1.3; }
  .ma-container.maAllNews .maAllNews-newstitle, .ma-container.maAllNews .maAllNews-newstitle a {
    font-weight: 400;
    text-decoration: none; }
.ma-container.maAllNews .maAllNews-resume {
  font-weight: normal;
  line-height: 1.4; }
.ma-container.maAllNews .maAllNews-knowmore {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: .8em;
  font-weight: 600; }
.ma-container.maAllNews .maAllNews-pagination {
  display: flex;
  align-items: baseline;
  padding: 1rem 0 0; }
.ma-container.maAllNews .maAllNews-links {
  font-size: .8em; }
  .ma-container.maAllNews .maAllNews-links a, .ma-container.maAllNews .maAllNews-links span {
    padding: .4em;
    display: inline-block; }
  .ma-container.maAllNews .maAllNews-links--prev, .ma-container.maAllNews .maAllNews-links--next {
    flex: 1 1 20%; }
  .ma-container.maAllNews .maAllNews-links--next {
    text-align: right; }
  .ma-container.maAllNews .maAllNews-links--pages {
    text-align: center;
    flex: 1 1 60%; }
    .ma-container.maAllNews .maAllNews-links--pages span, .ma-container.maAllNews .maAllNews-links--pages a {
      padding: .2em;
      font-weight: bold; }
.ma-container.maDetail .maDetail-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.maDetail .maDetail-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.maDetail .maDetail-image {
  margin: 1.4rem 0; }
  .ma-container.maDetail .maDetail-image img {
    max-width: 100%; }

.menu--horizontal.menu--flex,
.menu--horizontal.menu--inline,
.menu--horizontal.menu--table {
  height: 3.3rem; }
  .menu--horizontal.menu--flex .menu-list,
  .menu--horizontal.menu--inline .menu-list,
  .menu--horizontal.menu--table .menu-list {
    width: 100%; }
    .menu--horizontal.menu--flex .menu-list--niv1,
    .menu--horizontal.menu--inline .menu-list--niv1,
    .menu--horizontal.menu--table .menu-list--niv1 {
      background: transparent; }
    .menu--horizontal.menu--flex .menu-list--niv2,
    .menu--horizontal.menu--inline .menu-list--niv2,
    .menu--horizontal.menu--table .menu-list--niv2 {
      background: #204e55; }
    .menu--horizontal.menu--flex .menu-list--niv3,
    .menu--horizontal.menu--inline .menu-list--niv3,
    .menu--horizontal.menu--table .menu-list--niv3 {
      background: #1a4146; }
    .menu--horizontal.menu--flex .menu-list--niv1,
    .menu--horizontal.menu--inline .menu-list--niv1,
    .menu--horizontal.menu--table .menu-list--niv1 {
      height: 100%; }
    .menu--horizontal.menu--flex .menu-list--niv2,
    .menu--horizontal.menu--inline .menu-list--niv2,
    .menu--horizontal.menu--table .menu-list--niv2 {
      min-width: 20rem; }
    .menu--horizontal.menu--flex .menu-list--niv3,
    .menu--horizontal.menu--inline .menu-list--niv3,
    .menu--horizontal.menu--table .menu-list--niv3 {
      min-width: 18rem; }
  .menu--horizontal.menu--flex .menu-item--niv1,
  .menu--horizontal.menu--inline .menu-item--niv1,
  .menu--horizontal.menu--table .menu-item--niv1 {
    color: #3a3836; }
    .menu--horizontal.menu--flex .menu-item--niv1:hover,
    .menu--horizontal.menu--inline .menu-item--niv1:hover,
    .menu--horizontal.menu--table .menu-item--niv1:hover {
      background: #204e55; }
    .menu--horizontal.menu--flex .menu-item--niv1.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv1.is-selected,
    .menu--horizontal.menu--table .menu-item--niv1.is-selected {
      background: #204e55; }
  .menu--horizontal.menu--flex .menu-item--niv2,
  .menu--horizontal.menu--inline .menu-item--niv2,
  .menu--horizontal.menu--table .menu-item--niv2 {
    color: #fff; }
    .menu--horizontal.menu--flex .menu-item--niv2:hover,
    .menu--horizontal.menu--inline .menu-item--niv2:hover,
    .menu--horizontal.menu--table .menu-item--niv2:hover {
      background: #1a4146; }
    .menu--horizontal.menu--flex .menu-item--niv2.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv2.is-selected,
    .menu--horizontal.menu--table .menu-item--niv2.is-selected {
      background: #1a4146; }
  .menu--horizontal.menu--flex .menu-item--niv3,
  .menu--horizontal.menu--inline .menu-item--niv3,
  .menu--horizontal.menu--table .menu-item--niv3 {
    color: #fff; }
    .menu--horizontal.menu--flex .menu-item--niv3:hover,
    .menu--horizontal.menu--inline .menu-item--niv3:hover,
    .menu--horizontal.menu--table .menu-item--niv3:hover {
      background: #122c30; }
    .menu--horizontal.menu--flex .menu-item--niv3.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv3.is-selected,
    .menu--horizontal.menu--table .menu-item--niv3.is-selected {
      background: #122c30; }
  .menu--horizontal.menu--flex .menu-item--niv1:hover > a,
  .menu--horizontal.menu--flex .menu-item--niv1:hover button,
  .menu--horizontal.menu--inline .menu-item--niv1:hover > a,
  .menu--horizontal.menu--inline .menu-item--niv1:hover button,
  .menu--horizontal.menu--table .menu-item--niv1:hover > a,
  .menu--horizontal.menu--table .menu-item--niv1:hover button {
    color: white; }
    .menu--horizontal.menu--flex .menu-item--niv1:hover > a svg,
    .menu--horizontal.menu--flex .menu-item--niv1:hover button svg,
    .menu--horizontal.menu--inline .menu-item--niv1:hover > a svg,
    .menu--horizontal.menu--inline .menu-item--niv1:hover button svg,
    .menu--horizontal.menu--table .menu-item--niv1:hover > a svg,
    .menu--horizontal.menu--table .menu-item--niv1:hover button svg {
      color: white; }
  .menu--horizontal.menu--flex .menu-item--niv1.menu-item--publis .menu-link--niv1,
  .menu--horizontal.menu--inline .menu-item--niv1.menu-item--publis .menu-link--niv1,
  .menu--horizontal.menu--table .menu-item--niv1.menu-item--publis .menu-link--niv1 {
    padding: 0 2.5rem; }
  .menu--horizontal.menu--flex .menu-item--niv1.menu-item--publis button.menu-link--toggleSubMenu,
  .menu--horizontal.menu--inline .menu-item--niv1.menu-item--publis button.menu-link--toggleSubMenu,
  .menu--horizontal.menu--table .menu-item--niv1.menu-item--publis button.menu-link--toggleSubMenu {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .menu--horizontal.menu--flex .menu-item--niv1:not(:last-child):not(.is-selected):not(.is-current)::after,
  .menu--horizontal.menu--inline .menu-item--niv1:not(:last-child):not(.is-selected):not(.is-current)::after,
  .menu--horizontal.menu--table .menu-item--niv1:not(:last-child):not(.is-selected):not(.is-current)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.1rem;
    height: 2.1rem;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .menu--horizontal.menu--flex .menu-item--niv1:hover::after,
  .menu--horizontal.menu--inline .menu-item--niv1:hover::after,
  .menu--horizontal.menu--table .menu-item--niv1:hover::after {
    content: none !important; }
  .menu--horizontal.menu--flex .menu-item--niv1 > button svg,
  .menu--horizontal.menu--inline .menu-item--niv1 > button svg,
  .menu--horizontal.menu--table .menu-item--niv1 > button svg {
    margin-top: -0.4rem;
    color: #00a894;
    stroke-width: 0.3rem; }
  .menu--horizontal.menu--flex .menu-item--niv1 > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1 > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1 > .menu-list {
    opacity: 0;
    transition: opacity 0.2s linear, top 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0.2s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem); }
  .menu--horizontal.menu--flex .menu-item--niv1:hover > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1:hover > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1:hover > .menu-list {
    opacity: 1;
    transition: opacity 0.2s linear, top 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .menu--horizontal.menu--flex .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list {
    opacity: 0;
    transition: opacity 0.2s linear, left 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0.2s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem); }
  .menu--horizontal.menu--flex .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list {
    opacity: 1;
    transition: opacity 0.2s linear, left 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-item > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-item > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-item > .menu-list {
    opacity: 0;
    transition: opacity 0.2s linear, right 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0.2s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem); }
  .menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
  .menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
  .menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list {
    opacity: 1;
    transition: opacity 0.2s linear, right 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0s;
    transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0s, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .menu--horizontal.menu--flex .menu-item--hasChildClickable > button,
  .menu--horizontal.menu--inline .menu-item--hasChildClickable > button,
  .menu--horizontal.menu--table .menu-item--hasChildClickable > button {
    display: none; }
  .menu--horizontal.menu--flex.is-on .menu-item--niv1,
  .menu--horizontal.menu--inline.is-on .menu-item--niv1,
  .menu--horizontal.menu--table.is-on .menu-item--niv1 {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(1),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(1),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(1) {
      transition: opacity 0.2s linear 0.1933333333s, -webkit-transform 0.2s ease-in-out 0.1933333333s;
      transition: transform 0.2s ease-in-out 0.1933333333s, opacity 0.2s linear 0.1933333333s;
      transition: transform 0.2s ease-in-out 0.1933333333s, opacity 0.2s linear 0.1933333333s, -webkit-transform 0.2s ease-in-out 0.1933333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(2),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(2),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(2) {
      transition: opacity 0.2s linear 0.2533333333s, -webkit-transform 0.2s ease-in-out 0.2533333333s;
      transition: transform 0.2s ease-in-out 0.2533333333s, opacity 0.2s linear 0.2533333333s;
      transition: transform 0.2s ease-in-out 0.2533333333s, opacity 0.2s linear 0.2533333333s, -webkit-transform 0.2s ease-in-out 0.2533333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(3),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(3),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(3) {
      transition: opacity 0.2s linear 0.3133333333s, -webkit-transform 0.2s ease-in-out 0.3133333333s;
      transition: transform 0.2s ease-in-out 0.3133333333s, opacity 0.2s linear 0.3133333333s;
      transition: transform 0.2s ease-in-out 0.3133333333s, opacity 0.2s linear 0.3133333333s, -webkit-transform 0.2s ease-in-out 0.3133333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(4),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(4),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(4) {
      transition: opacity 0.2s linear 0.3733333333s, -webkit-transform 0.2s ease-in-out 0.3733333333s;
      transition: transform 0.2s ease-in-out 0.3733333333s, opacity 0.2s linear 0.3733333333s;
      transition: transform 0.2s ease-in-out 0.3733333333s, opacity 0.2s linear 0.3733333333s, -webkit-transform 0.2s ease-in-out 0.3733333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(5),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(5),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(5) {
      transition: opacity 0.2s linear 0.4333333333s, -webkit-transform 0.2s ease-in-out 0.4333333333s;
      transition: transform 0.2s ease-in-out 0.4333333333s, opacity 0.2s linear 0.4333333333s;
      transition: transform 0.2s ease-in-out 0.4333333333s, opacity 0.2s linear 0.4333333333s, -webkit-transform 0.2s ease-in-out 0.4333333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(6),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(6),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(6) {
      transition: opacity 0.2s linear 0.4933333333s, -webkit-transform 0.2s ease-in-out 0.4933333333s;
      transition: transform 0.2s ease-in-out 0.4933333333s, opacity 0.2s linear 0.4933333333s;
      transition: transform 0.2s ease-in-out 0.4933333333s, opacity 0.2s linear 0.4933333333s, -webkit-transform 0.2s ease-in-out 0.4933333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(7),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(7),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(7) {
      transition: opacity 0.2s linear 0.5533333333s, -webkit-transform 0.2s ease-in-out 0.5533333333s;
      transition: transform 0.2s ease-in-out 0.5533333333s, opacity 0.2s linear 0.5533333333s;
      transition: transform 0.2s ease-in-out 0.5533333333s, opacity 0.2s linear 0.5533333333s, -webkit-transform 0.2s ease-in-out 0.5533333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(8),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(8),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(8) {
      transition: opacity 0.2s linear 0.6133333333s, -webkit-transform 0.2s ease-in-out 0.6133333333s;
      transition: transform 0.2s ease-in-out 0.6133333333s, opacity 0.2s linear 0.6133333333s;
      transition: transform 0.2s ease-in-out 0.6133333333s, opacity 0.2s linear 0.6133333333s, -webkit-transform 0.2s ease-in-out 0.6133333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(9),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(9),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(9) {
      transition: opacity 0.2s linear 0.6733333333s, -webkit-transform 0.2s ease-in-out 0.6733333333s;
      transition: transform 0.2s ease-in-out 0.6733333333s, opacity 0.2s linear 0.6733333333s;
      transition: transform 0.2s ease-in-out 0.6733333333s, opacity 0.2s linear 0.6733333333s, -webkit-transform 0.2s ease-in-out 0.6733333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(10),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(10),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(10) {
      transition: opacity 0.2s linear 0.7333333333s, -webkit-transform 0.2s ease-in-out 0.7333333333s;
      transition: transform 0.2s ease-in-out 0.7333333333s, opacity 0.2s linear 0.7333333333s;
      transition: transform 0.2s ease-in-out 0.7333333333s, opacity 0.2s linear 0.7333333333s, -webkit-transform 0.2s ease-in-out 0.7333333333s; }
  .menu--horizontal.menu--flex .menu-link,
  .menu--horizontal.menu--inline .menu-link,
  .menu--horizontal.menu--table .menu-link {
    display: flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    line-height: 1.2em;
    text-decoration: none; }
    .menu--horizontal.menu--flex .menu-link--niv1,
    .menu--horizontal.menu--inline .menu-link--niv1,
    .menu--horizontal.menu--table .menu-link--niv1 {
      font-size: 1.2rem; }
    .menu--horizontal.menu--flex .menu-link--niv2,
    .menu--horizontal.menu--inline .menu-link--niv2,
    .menu--horizontal.menu--table .menu-link--niv2 {
      font-size: 1.2rem; }
    .menu--horizontal.menu--flex .menu-link--niv3,
    .menu--horizontal.menu--inline .menu-link--niv3,
    .menu--horizontal.menu--table .menu-link--niv3 {
      font-size: 1.2rem; }
    .menu--horizontal.menu--flex .menu-link--niv1,
    .menu--horizontal.menu--inline .menu-link--niv1,
    .menu--horizontal.menu--table .menu-link--niv1 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.2rem;
      text-align: center;
      text-transform: uppercase; }
      .menu--horizontal.menu--flex .menu-link--niv1.is-selected, .menu--horizontal.menu--flex .menu-link--niv1.is-current,
      .menu--horizontal.menu--inline .menu-link--niv1.is-selected,
      .menu--horizontal.menu--inline .menu-link--niv1.is-current,
      .menu--horizontal.menu--table .menu-link--niv1.is-selected,
      .menu--horizontal.menu--table .menu-link--niv1.is-current {
        color: white; }
    .menu--horizontal.menu--flex .menu-link--niv2,
    .menu--horizontal.menu--inline .menu-link--niv2,
    .menu--horizontal.menu--table .menu-link--niv2 {
      min-height: 4.2rem;
      padding: 0.5em 1rem; }
    .menu--horizontal.menu--flex .menu-link--niv3,
    .menu--horizontal.menu--inline .menu-link--niv3,
    .menu--horizontal.menu--table .menu-link--niv3 {
      min-height: 4.2rem;
      padding: 0.6em 1rem; }
  .menu--horizontal.menu--flex .menu-link--toggleSubMenu,
  .menu--horizontal.menu--inline .menu-link--toggleSubMenu,
  .menu--horizontal.menu--table .menu-link--toggleSubMenu {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    color: inherit;
    outline: none;
    margin: 0;
    background: none;
    position: relative;
    text-align: inherit;
    color: inherit;
    width: 100%; }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu.menu-link--niv1 svg,
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu.menu-link--niv1 svg,
    .menu--horizontal.menu--table .menu-link--toggleSubMenu.menu-link--niv1 svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu:not(.menu-link--niv1),
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu:not(.menu-link--niv1),
    .menu--horizontal.menu--table .menu-link--toggleSubMenu:not(.menu-link--niv1) {
      padding-right: 3rem; }
      .menu--horizontal.menu--flex .menu-link--toggleSubMenu:not(.menu-link--niv1) svg,
      .menu--horizontal.menu--inline .menu-link--toggleSubMenu:not(.menu-link--niv1) svg,
      .menu--horizontal.menu--table .menu-link--toggleSubMenu:not(.menu-link--niv1) svg {
        position: absolute;
        top: calc(50% - 0.6rem);
        right: 1rem; }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu svg,
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu svg,
    .menu--horizontal.menu--table .menu-link--toggleSubMenu svg {
      color: inherit;
      stroke: currentColor;
      stroke-width: 1px;
      height: 1.2rem;
      width: 1.2rem;
      stroke-width: 1px;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      margin-left: 1em; }

#zone-menu {
  width: 100%; }