body.cmplz-statistics:not(.cmplz-tcf){
  display: block;
}
html {
  font-size: .625em;
  font-size: calc(1em * .625); }

  .header-menu .dropdown-menu {
    margin: 0;
  }

  .footer-menu .dropdown-menu {
    display: none!important;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
  }

  .scroll-down-text {
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    width: 20rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  #zone-retour {
    background: #3e4349;
  }

  #zone-retour a {
    color: #fff;
    text-transform: uppercase;
    padding: 2rem;
    text-align: center;
    position: relative;
    width: 100%;
  }

  .dropdown-menu {
    position: absolute!important;
  }

  @media (max-width: 1230px) {
    .dropdown-menu {
      position: static!important;
    }
  }

  .dropdown:hover .dropdown-menu {
      display: block!important;
  }

  @media (max-width: 1230px) {
    .dropdown:hover .dropdown-menu {
        display: none!important;
    }

    a[data-hover="dropdown"]::after {
      display:none;
    }
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #22697d;
}
  

/*--- -------------------------------------------------------------------------------- ---*/
/*--- ANIMATION ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.rotating {
  -webkit-animation: rotating 100s linear infinite;
  animation: rotating 100s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container {
  position: relative; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5.5rem;
  height: 5rem;
  cursor: pointer;
  background-image: none;
  transition: .3s ease; }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    content: '';
    position: relative;
    left: -.5rem;
    display: inline-block;
    border-style: solid;
    border-width: .2rem .2rem 0 0;
    border-color: #bfbfbf;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: .3s ease; }
  .swiper-button-next:hover::before,
  .swiper-button-prev:hover::before {
    border-color: #3e4349; }

.swiper-button-prev {
  left: -2rem;
  -webkit-transform: rotate(-180deg) scale(1, 1.7);
      -ms-transform: rotate(-180deg) scale(1, 1.7);
          transform: rotate(-180deg) scale(1, 1.7); }
  .swiper-button-prev:hover {
    -webkit-transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7);
        -ms-transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7);
            transform: translateX(-0.4rem) rotate(-180deg) scale(1, 1.7); }

.swiper-button-next {
  right: -2rem;
  -webkit-transform: scale(1, 1.7);
      -ms-transform: scale(1, 1.7);
          transform: scale(1, 1.7); }
  .swiper-button-next:hover {
    -webkit-transform: translateX(0.4rem) scale(1, 1.7);
        -ms-transform: translateX(0.4rem) scale(1, 1.7);
            transform: translateX(0.4rem) scale(1, 1.7); }

#zone-diaporama {
  --heightOfDiapo: 99vh;
  position: relative;
  min-height: 20rem;
  width: 100%;
  background-color: #31353d; }
  @media (max-width: 1230px) {
    #zone-diaporama {
      min-height: 6rem; } }
  #zone-diaporama .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 70px; }
    #zone-diaporama .scroll-down span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      -webkit-animation: sdb05 1.5s infinite;
      animation: sdb05 1.5s infinite;
      box-sizing: border-box; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
  #zone-diaporama .video-wrapper {
    position: relative;
    width: 100%;
    height: var(--heightOfDiapo);
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 700px) {
      #zone-diaporama .video-wrapper {
        height: calc(var(--heightOfDiapo) / 2); } }
    #zone-diaporama .video-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
    #zone-diaporama .video-wrapper iframe {
      width: 100vw;
      height: 56.25vw;
      min-height: 100vh;
      min-width: 177.77vh;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #zone-diaporama .swiper-container {
    width: 100%;
    height: var(--heightOfDiapo); }
    @media (max-width: 700px) {
      #zone-diaporama .swiper-container {
        height: calc(var(--heightOfDiapo) / 2); } }
  #zone-diaporama .swiper-slide {
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #zone-diaporama .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
    #zone-diaporama .swiper-slide 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"; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 8rem 0 0 8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: .3s ease; }
  .header-fixed {
    position: fixed;
    padding: 1rem 0 1rem 2rem;
    background: rgba(62, 67, 74, 0.9); }
  @media (max-width: 1230px) {
    .header {
      position: fixed;
      padding: 1rem 0 1rem 2rem;
      background: rgba(62, 67, 74, 0.9); } }
  .header-logo {
    position: relative;
    transition: .3s ease; }
    @media (max-width: 1230px) {
      .header-logo {
        height: 3rem; } }
    .header-logo a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
    .header-logo img {
      position: relative;
      height: auto;
      width: 100%;
      max-width: 100%;
      transition: .3s ease; }
      @media (max-width: 1230px) {
        .header-logo img {
          height: 100%;
          width: auto; } }
    .header-logo:hover {
      -webkit-transform: translateY(0.4rem);
          -ms-transform: translateY(0.4rem);
              transform: translateY(0.4rem); }
  .header-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1230px) {
      .header-wrap {
        position: absolute;
        top: 5rem;
        left: 0;
        width: 100%;
        background: #3e4349; } }
  .header-infos {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #22697d;
    padding: 1rem 1.5rem; }
    @media (max-width: 1230px) {
      .header-infos {
        display: none; } }
    .header-infos-icon {
      margin-right: .5rem; }
      .header-infos-icon svg {
        width: 1.8rem;
        height: 2.3rem;
        fill: #93afb0; }
    .header-infos-phone {
      font-size: 2rem;
      font-weight: bold;
      font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      color: #ffffff; }

.zone-main {
  position: relative;
  padding: 15rem 0 2.5rem; }
  @media (max-width: 1230px) {
    .zone-main {
      padding: 7.5rem 2.5rem 2.5rem; } }
  @media (max-width: 700px) {
    .zone-main {
      padding: 2.5rem; } }
  .zone-main p {
    display: block;
    margin-bottom: 2rem; }
  .zone-main-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.5rem; }
    @media (max-width: 1024px) {
      .zone-main-content {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 1.5rem; } }
  .zone-main-col {
    position: relative;
    width: 50%; }
    @media (max-width: 1024px) {
      .zone-main-col {
        width: 100%; } }
  .zone-main-text {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 5.5rem 0 0; }
    .zone-main-text--right {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding: 0 0 0 5.5rem; }
      @media (max-width: 1024px) {
        .zone-main-text--right {
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          padding: 0; } }
  .zone-main-image {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .zone-main-image--left {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 1024px) {
        .zone-main-image--left {
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
    .zone-main-image img {
      position: relative;
      max-width: 100%;
      width: 100%;
      height: auto;
      display: inline-block; }

.footer {
  position: relative;
  margin-top: 3rem;
  padding: 13rem 0 0;
  background: #3e434a; }
  @media (max-width: 1230px) {
    .footer {
      padding: 7rem 0 0; } }
  .footer > .container:last-child {
    max-width: 100%;
    background: #31353d;
    padding: 2rem;
    margin-top: 8rem; }
    @media (max-width: 1024px) {
      .footer > .container:last-child {
        margin-top: 3rem; } }
  .footer-logo {
    position: relative; }
    @media (max-width: 700px) {
      .footer-logo img {
        height: auto;
        width: 100%; } }
  .footer .container:last-child .row{
    font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer .container:last-child .row a{
    color: #fff;
  }
  .footer .container:last-child .row a:hover{
    color: #22697d;
  }
  .footer-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #31353d;
    font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold; }
  .footer-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .footer-list {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer-item {
    position: relative;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 4rem; }
    @media (max-width: 1024px) {
      .footer-item {
        margin-bottom: 3rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .footer-item:first-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer-item:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      height: 13rem;
      border-right: 0.1rem solid #31353d; }
  .footer-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
            column-count: 2;
    display: block; }
    @media (max-width: 1024px) {
      .footer-menu > ul {
        -webkit-column-count: 1;
                column-count: 1; } }
    .footer-menu > ul > li {
      position: relative;
      display: inline-block;
      width: 100%; }
  .footer-menu a {
    color: #ffffff;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0;
    transition: .3s ease; }
    .footer-menu a::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 0.4rem solid #22697d;
      border-bottom: .4rem solid transparent;
      border-top: .4rem solid transparent;
      border-right: .4rem solid transparent;
      display: inline-block;
      margin-right: .8rem;
      transition: .4s ease-out; }
    .footer-menu a:hover {
      color: #22697d; }
      .footer-menu a:hover::before {
        margin-right: .4rem; }

.galerie {
  position: relative;
  padding: 8rem 0; }
  @media (max-width: 1230px) {
    .galerie {
      padding: 4rem 0; } }
  .galerie-title {
    color: #3e4349;
    margin: .2rem 0 2rem;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.15;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
    @media (max-width: 700px) {
      .galerie-title {
        font-size: 2.5rem; } }
  .galerie-wrap {
    max-width: 120rem;
    width: 100%; }
  .galerie .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .galerie .swiper-slide {
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .galerie .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      transition: .3s ease; }
    .galerie .swiper-slide:hover::after {
      background: rgba(0, 0, 0, 0.5); }
    .galerie .swiper-slide:hover img {
      -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .galerie .swiper-slide img {
      position: relative;
      max-width: 100%;
      width: 100%;
      height: auto;
      display: inline-block;
      transition: .3s ease; }
  .galerie .swiper-container-horizontal > .swiper-pagination-bullets {
    background: rgba(255, 255, 255, 0.8);
    padding: .5rem; }
  .galerie .swiper-container-horizontal .swiper-pagination-bullet {
    position: relative;
    transition: .3s ease;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 100%;
    background: #3e4349;
    opacity: 1; }
    .galerie .swiper-container-horizontal .swiper-pagination-bullet-active {
      background: #22697d; }
  .galerie-list {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%; }

.tableaux {
  position: relative;
  padding: 8rem 0;
  background: whitesmoke; }
  @media (max-width: 1230px) {
    .tableaux {
      padding: 8rem 2.5rem; } }
  @media (max-width: 700px) {
    .tableaux {
      padding: 4rem 2.5rem; } }
  .tableaux .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tableaux-title {
    color: #3e4349;
    margin: .2rem 0 2rem;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.15;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
    @media (max-width: 700px) {
      .tableaux-title {
        font-size: 2.5rem; } }
  .tableaux-container-list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .tableaux-container-list::after {
      content: '';
      position: absolute;
      bottom: .5rem;
      left: 0;
      width: 100%;
      border-bottom: 0.1rem solid #ffffff; }
  .tableaux-container-item {
    padding: .5rem 0 1rem;
    margin-bottom: .5rem;
    border-bottom: 0.1rem solid #e8e8e8; }
    .tableaux-container-item:nth-child(odd) {
      width: 70%; }
    .tableaux-container-item:nth-child(even) {
      width: 30%;
      text-align: right; }
  .tableaux-text {
    margin-top: 2rem; }
  .tableaux .card-body {
    padding: 1rem 2rem 0;
    border-bottom: 0.1rem solid #e8e8e8;
    border-right: 0.1rem solid #e8e8e8;
    border-left: 0.1rem solid #e8e8e8; }
  .tableaux .nav-tabs {
    display: none;
    border-bottom: 0.1rem solid #e8e8e8; }
    .tableaux .nav-tabs .nav-link {
      color: #ffffff;
      background: #3e4349;
      border: 0.1rem solid #3e4349;
      transition: .3s ease; }
      .tableaux .nav-tabs .nav-link.active {
        color: #717171;
        background: #ffffff;
        border-top: 0.1rem solid #e8e8e8;
        border-right: 0.1rem solid #e8e8e8;
        border-left: 0.1rem solid #e8e8e8;
        border-bottom: 0.1rem solid #ffffff; }
      .tableaux .nav-tabs .nav-link:hover {
        color: #22697d;
        background: #ffffff;
        border-top: 0.1rem solid #e8e8e8;
        border-right: 0.1rem solid #e8e8e8;
        border-left: 0.1rem solid #e8e8e8;
        border-bottom: 0.1rem solid #ffffff; }
  @media (min-width: 768px) {
    .tableaux .nav-tabs {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .tableaux .card {
      border: none; }
    .tableaux .card .card-header {
      display: none; }
    .tableaux .card .collapse {
      display: block; }
    .tableaux .nav-item {
      margin-right: .2rem; } }
  @media (max-width: 767px) {
    .tableaux .tab-content a {
      color: #3e4349; }
    .tableaux .tab-content > .tab-pane {
      display: block !important;
      opacity: 1; } }

.liaisons {
  position: relative;
  padding: 8rem 0;
  background-image: url("../../../items/images/white-waves.png"); }
  @media (max-width: 1230px) {
    .liaisons {
      padding: 4rem 2.5rem; } }
  .liaisons-title {
    color: #3e4349;
    margin: .2rem 0 2rem;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.15;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
    @media (max-width: 700px) {
      .liaisons-title {
        font-size: 2.5rem; } }
  .liaisons-wrap {
    position: relative;
    height: 100%;
    width: 100%; }
  .liaisons-list {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
  .liaisons-item {
    width: calc( 50% - 2rem);
    height: 30rem;
    margin-bottom: 4rem; }
    .liaisons-item:nth-child(2n) {
      margin-left: 4rem; }
    .liaisons-item:first-child {
      margin-left: 0; }
    @media (max-width: 700px) {
      .liaisons-item {
        width: 100%;
        height: 24rem;
        margin-bottom: 2rem; }
        .liaisons-item:nth-child(2n) {
          margin-left: 0; } }
    .liaisons-item:hover .liaisons-item-wrap {
      background: #3e4349; }
    .liaisons-item:hover .liaisons-item-title {
      color: #ffffff; }
    .liaisons-item:hover .liaisons-item-icon svg {
      fill: #ffffff; }
    .liaisons-item:hover img {
      -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .liaisons-item a {
      position: relative;
      display: block;
      text-decoration: none;
      height: 100%;
      width: 100%;
      border: 1rem solid #ffffff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      overflow: hidden; }
      .liaisons-item a 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";
        transition: .3s ease; }
    .liaisons-item-wrap {
      position: relative;
      z-index: 5;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem;
      transition: .3s ease; }
      .liaisons-item-wrap svg {
        width: 2.5rem;
        height: 2.5rem;
        fill: #3e4349;
        transition: .3s ease; }
    .liaisons-item-title {
      font-size: 1.7rem;
      color: #3e4349;
      font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-weight: 700;
      transition: .3s ease; }

.social-links {
  position: relative; }
  .social-links a {
    position: relative;
    width: 12rem;
    height: 4rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem;
    margin-bottom: .5rem;
    transition: .3s ease; }
    .social-links a:hover {
      background: #31353d;
      border: 0.1rem solid #31353d; }
    .social-links a svg {
      margin-right: 1rem;
      width: 2rem;
      height: 2rem;
      fill: #ffffff; }

.contact {
  position: relative;
  padding: 8rem 0; }
  @media (max-width: 1230px) {
    .contact {
      padding: 4rem 2.5rem; } }
  .contact .wpcf7 {
    position: relative;
    width: 100%; }
    .contact .wpcf7 input,
    .contact .wpcf7 textarea,
    .contact .wpcf7 label,
    .contact .wpcf7 span {
      width: 100%;
      transition: .3s ease;
      border: 0; }
    .contact .wpcf7 input,
    .contact .wpcf7 textarea,
    .contact .wpcf7 input:focus,
    .contact .wpcf7 textarea:focus {
      padding: .5rem 1rem;
      background: #e6e6e6;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
    .contact .wpcf7 input[type="submit"] {
      text-transform: uppercase;
      color: #ffffff;
      background: #3e4349;
      padding: 1rem;
      cursor: pointer;
      transition: .3s ease; }
      .contact .wpcf7 input[type="submit"]:hover {
        background: #272a2d; }
        .contact span.wpcf7-list-item {
            display: inline-block;
            margin: 0;
            width: auto;
        }
        .contact span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
            width: 15px;
            height: 15px;
            margin: 0 10px 0 0;
            vertical-align: text-top;
        }
        .contact span.wpcf7-list-item .wpcf7-list-item-label{
            display: inline-block;
            width: auto;
        }
        .contact .wpcf7 form p{
            text-align: left;
            margin-bottom: 10px;
        }
        .contact .wpcf7 form span.confidentialite{
            display: inline-block;
            width: auto;
        }

.maps {
  position: relative; }
  .maps iframe {
    position: relative;
    width: 100%;
    height: 50rem; }
    @media (max-width: 1230px) {
      .maps iframe {
        height: 30rem; } }

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .menu .bg-light {
    background-color: transparent !important; }
  .menu .navbar > .container {
    padding: 0; }
  .menu .navbar-toggler {
    border: 0; }
  .menu .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #ffffff;
    transition: .3s ease;
    padding: .5rem 1rem; }
    .menu .navbar-nav .nav-link:hover {
      color: #ffffff;
      background: #3e4349; }
  .menu .navbar-nav .active > .nav-link {
    color: #ffffff;
    background: #22697d; }
  @media (max-width: 1230px) {
    .menu {
      display: block;
      position: relative;
      width: 100%; }
      .menu .navbar-toggler {
        position: absolute;
        top: -4rem;
        right: 1rem;
        outline: none; } }
  @media (min-width: 1231px) {
    .menu .navbar-expand-custom {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .menu .navbar-expand-custom .navbar-nav {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .menu .navbar-expand-custom .navbar-nav .nav-link {
          padding: .5rem 1rem; }
      .menu .navbar-expand-custom .navbar-collapse {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .menu .navbar-expand-custom .navbar-toggler {
        display: none; } }

.anim-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

.anim-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out; }

.anim-icon span {
  background: #ffffff; }

.anim-icon span:nth-child(1) {
  top: 0px; }

.anim-icon span:nth-child(2) {
  top: 10px; }

.anim-icon span:nth-child(3) {
  top: 20px; }

.anim-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.anim-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.anim-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

body, td, pre, input[type="text"], textarea, select {
  font-family: "Karla", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #717171; }

.modal-body {
  font-size: 1.4rem; }

.modal-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: .3s ease; }
  .modal-btn:hover {
    opacity: .5; }

@media (min-width: 1231px) {
  .container {
    max-width: 120rem; } }

@media (max-width: 1230px) {
  .container {
    max-width: 100%; } }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

/*--- -------------------------------------------------------------------------------- ---*/
/*--- ANIMATION ---*/
/*--- -------------------------------------------------------------------------------- ---*/
.rotating {
  -webkit-animation: rotating 100s linear infinite;
  animation: rotating 100s linear infinite; }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

h1 {
  color: #3e4349;
  margin: .2rem 0 2rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  @media (max-width: 700px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  color: #3e4349;
  margin: .2rem 0 2rem;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.15;
  overflow: hidden;
  font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  @media (max-width: 700px) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  line-height: 1.2em;
  color: #3e4349;
  font-size: 3.4rem;
  margin: .2rem 0 2rem;
  font-weight: 300;
  font-family: "Barlow", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  overflow: hidden; }
  @media (max-width: 700px) {
    h3 {
      font-size: 2rem; } }

h4 {
  line-height: 1.2em;
  color: #3e4349;
  font-size: 2.4rem;
  margin: .2rem 0 2rem;
  font-weight: normal;
  overflow: hidden; }
  @media (max-width: 700px) {
    h4 {
      font-size: 1.8rem; } }

h5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #3e4349;
  font-size: 1.8rem;
  margin: .2rem 0 2rem;
  font-weight: 600;
  overflow: hidden; }
  @media (max-width: 700px) {
    h5 {
      font-size: 1.6rem; } }

strong.accroche {
  color: #22697d;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  margin-bottom: 2rem; }
  @media (max-width: 700px) {
    strong.accroche {
      font-size: 1.9rem; } }

span.mise_en_avant {
  font-weight: bold;
  color: #22697d; }

span.bouton {
  font-weight: 700;
  font-size: 1.4rem;
  display: inline-block;
  text-transform: uppercase; }
  span.bouton a {
    color: #fff;
    text-decoration: none;
    padding: 1.4rem 3rem;
    display: block;
    background: #247085;
    transition: .3s ease; }
    span.bouton a:hover {
      background: #206275; }
