::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #204e5f;
  font-weight: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #204e5f;
  font-weight: normal; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #204e5f;
  font-weight: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #204e5f;
  font-weight: normal; }

.placeholder-red::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff796c;
  font-weight: normal; }

.placeholder-red::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff796c;
  font-weight: normal; }

.placeholder-red:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff796c;
  font-weight: normal; }

.placeholder-red:-moz-placeholder {
  /* Firefox 18- */
  color: #ff796c;
  font-weight: normal; }

@font-face {
  font-family: 'MARTEL';
  font-weight: 600;
  src: url(../assets/fonts/martel-regular.otf); }
@font-face {
  font-family: 'MARTEL';
  font-weight: 800;
  src: url(../assets/fonts/martel-extrabold.otf); }
@font-face {
  font-family: 'Futura';
  src: url(../assets/fonts/futura-medium-bt.ttf); }
@font-face {
  font-family: 'Futura';
  font-weight: bold;
  src: url(../assets/fonts/Futura-Bold.otf); }
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Futura", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #204e5f;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:hover {
  color: #ff796c; }

a, a:hover {
  text-decoration: none; }
  a.underline, a:hover.underline {
    text-decoration: underline; }

h1,
h2 {
  position: relative;
  font-size: 45px; }
  h1 .dot,
  h2 .dot {
    position: absolute;
    font-size: 90px;
    line-height: 20px;
    transform: translateX(-100%); }

#fullgradient {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #204e5f;
  background-image: linear-gradient(0deg, #204e5f, #418f98, #285f6d); }

.gradientBlue {
  color: #fff;
  background: #204e5f;
  background-image: linear-gradient(0deg, #204e5f, #418f98, #285f6d); }

.gradientBlueTop {
  color: #fff;
  background: #204e5f;
  background-image: linear-gradient(0deg, #418f98, #204e5f); }

.gradientBlueBottom {
  color: #fff;
  background: #204e5f;
  background-image: linear-gradient(180deg, #418f98, #204e5f); }

.section-red {
  color: #fff;
  background: #ff796c; }

.section-dark {
  color: #fff;
  background: #204e5f; }

.section-white {
  color: #204e5f;
  background: #fff; }

.section-padd {
  padding: 60px 0 40px; }

.section {
  box-shadow: 0 -16px 15px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0; }
  .section:last-child {
    box-shadow: none; }
  .section .section-row {
    padding: 40px 0; }
  .section.section-armonialife {
    padding: 60px 0; }
  .section.py-on {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section.pt-on {
    padding-top: 40px; }
  .section.pb-on {
    padding-top: 40px; }
  .section.section-visible {
    overflow: visible;
    box-shadow: none; }

.section-title {
  text-align: center;
  margin-bottom: 45px; }
  .section-title .dot {
    font-size: 90px;
    line-height: 20px; }
  .section-title h2 {
    font-size: 45px; }
  .section-title h3 {
    font-size: 18px;
    line-height: 27px;
    font-family: 'MARTEL';
    margin-top: 20px; }
  .section-title.size-xs h3 {
    max-width: 650px;
    margin: 20px auto 0; }
  .section-title.size-s h2,
  .section-title.size-s h3 {
    max-width: 760px;
    margin: 20px auto 0; }

.section-nous-localiser {
  position: relative;
  background: url("../assets/images/bg-nous-localiser.jpg");
  background-size: cover;
  background-position: center right; }
  .section-nous-localiser::before {
    content: '';
    display: block;
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    z-index: 1; }
  .section-nous-localiser::after {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    z-index: 9; }
  .section-nous-localiser .nous-localiser-content {
    position: relative;
    z-index: 3; }

body.is-menu {
  overflow: hidden; }
  body.is-menu .menu-fullscreen {
    display: block; }

.menu-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #2a6371;
  overflow: auto;
  display: none; }

.menu-fullscreen .gradientRedBlue {
  width: 100vw;
  overflow-x: hidden;
}

.gradientRedBlue {
  background-image: linear-gradient(180deg, #ff796c, #7edbcd); }

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background-image: linear-gradient(180deg, #204f60, #2a6371); }

.fullscreen {
  font-size: 18px;
  line-height: 28px; }
  .fullscreen .fullscreen-container {
    height: 100vh;
    display: flex;
    flex-direction: column; }
  .fullscreen .fullscreen-item {
    flex: auto;
    overflow: auto;
    margin: 15px 0 30px; }
  .fullscreen .fullscreen-header {
    text-align: left;
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fullscreen .fullscreen-header .right-side {
      display: flex;
      align-items: center;
      font-size: 16px; }
    .fullscreen .fullscreen-header .btn-close {
      margin-left: 20px;
      font-size: 26px; }
  .fullscreen .fullscreen-footer {
    padding-bottom: 30px; }
  .fullscreen .is-dark .is-border {
    border-color: #204e5f; }
  .fullscreen .is-dark .fullscreen-footer-menu a {
    color: #204e5f; }
  .fullscreen .fullscreen-footer-menu {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .fullscreen .fullscreen-footer-menu a {
      width: 110px;
      margin: 0 10px;
      font-size: 15px;
      color: #fff;
      text-decoration: none; }
      .fullscreen .fullscreen-footer-menu a i {
        margin-bottom: 10px;
        font-size: 18px; }
      .fullscreen .fullscreen-footer-menu a img {
        margin-bottom: 10px;
        height: 18px; }
  .fullscreen .fullscreen-back {
    margin-top: 30px; }
    .fullscreen .fullscreen-back .icon-back {
      margin-bottom: 15px; }
    .fullscreen .fullscreen-back a {
      color: #fff;
      text-decoration: none; }
  .fullscreen h1 {
    font-size: 32px;
    line-height: 1.25em; }

.search-view {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  text-align: center; }

body.is-search {
  overflow: hidden; }
  body.is-search .search-view {
    display: block; }

.is-border {
  width: 442px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loader.leaving {
    opacity: 0;
    pointer-events: none;
    transition: .4s; }
  #loader .loading-title-day {
    position: relative; }
    #loader .loading-title-day h2 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  #loader .loader-container {
    width: 442px;
    font-size: 32px;
    margin: 0 auto; }
    #loader .loader-container .is-load {
      opacity: 0;
      pointer-events: none;
      margin-top: -45px; }
    #loader .loader-container.loaded .is-default {
      opacity: 0;
      pointer-events: none;
      transition: .7s; }
    #loader .loader-container.loaded .is-load {
      opacity: 1;
      pointer-events: auto;
      transition: .7s; }
    #loader .loader-container.holidays-mode .is-holidays {
      opacity: 1;
      pointer-events: auto;
      transition: .7s; }
    #loader .loader-container.night-mode .is-night {
      opacity: 1;
      pointer-events: auto;
      transition: .7s; }
    #loader .loader-container.day-mode .is-day {
      opacity: 1;
      pointer-events: auto;
      transition: .7s; }
  #loader .loader-media {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative; }
    #loader .loader-media img {
      width: 82px;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    #loader .loader-media .is-default {
      display: block; }
  #loader .loader-content {
    min-height: 180px; }
    #loader .loader-content p {
      font-size: 32px; }
    #loader .loader-content h2 {
      font-size: 45px;
      margin-top: 50px; }
      #loader .loader-content h2 .dot {
        font-size: 90px;
        line-height: 10px; }
  #loader .loader-img {
    width: 80px;
    height: 80px;
    margin: 0 auto; }

.logo-xs {
  width: 31px;
  height: 31px; }

.icon-32 {
  font-size: 32px; }

.three-dots {
  font-family: 'Myriad Pro', 'Futura', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 400; }

.loader-text {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 45px;
  font-weight: 600;
  margin-top: 20px; }

.is-day,
.is-night,
.is-holidays {
  opacity: 0;
  z-index: 99;
  pointer-events: none; }

.armonia-logo {
  width: 202px; }

.newsletter-body {
  font-family: 'MARTEL', 'Futura', 'Arial', sans-serif;
  padding: 10px 50px;
  text-align: center; }
  .newsletter-body .title {
    font-family: 'Futura', 'Arial', sans-serif;
    font-size: 18px; }

.pl-medium {
  padding-left: 100px; }

.ml-medium {
  margin-left: 100px; }

.wrapper-m {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.wrapper-xs {
  width: 100%;
  max-width: 340px;
  margin: 0 auto; }

.align-centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

p {
  margin: 0; }

.font-futura {
  font-family: 'Futura', 'Arial', sans-serif; }

.font-martel {
  font-family: 'MARTEL', 'Futura', 'Arial', sans-serif; }

.font-martel-extra {
  font-family: 'MARTEL', 'Futura', 'Arial', sans-serif;
  font-weight: 800; }

.font-72 {
  font-size: 72px;
  line-height: 84px; }

.mt-32 {
  margin-top: 95px; }

.mb-32 {
  margin-bottom: 95px; }

.btn-default {
  border: 0;
  background: none;
  outline: none;
  -webkit-appearance: none; }
  .btn-default:focus {
    box-shadow: none; }

.btn-close {
  color: #fff; }

.button-input-file input[type='file'] {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.input-w-icon {
  width: 460px;
  background: #fff;
  height: 50px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
  position: relative; }
  .input-w-icon .icon-close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9;
    color: #ff796c;
    font-size: 28px;
    cursor: pointer; }
  .input-w-icon .icon {
    width: 60px;
    margin-right: 10px;
    text-align: center;
    color: #ff796c;
    font-size: 28px;
    position: relative;
    top: 1px; }
  .input-w-icon .input {
    display: block;
    width: calc(100% - 130px);
    font-size: 30px;
    color: #ff796c;
    background: none;
    border: 0;
    padding: 0; }

.sub-placeholder {
  padding-left: 70px;
  text-align: left;
  margin-top: 15px; }

.dot-fr {
  font-size: 20px; }
  .dot-fr .dot {
    font-size: 40px;
    line-height: 20px; }

.is-dot {
  font-size: 50px;
  line-height: 25px; }

.dot-70 {
  font-size: 70px;
  line-height: .5em; }

.dot-50 {
  font-size: 50px;
  line-height: .5em; }

.search-results {
  width: 100%;
  height: 100%;
  flex: auto;
  overflow: auto;
  padding-top: 35px; }
  .search-results .search-results-container {
    max-width: 825px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
    position: relative; }
    .search-results .search-results-container .search-input {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      align-items: center;
      display: flex;
      justify-content: center; }
    .search-results .search-results-container .search-results-global {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .search-results .search-results-container .search-results-global .fullscreen-footer {
        color: #204e5f; }
  .search-results .search-results-content {
    color: #204e5f;
    font-family: 'MARTEL';
    text-align: left;
    font-size: 15px;
    flex: 1;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    flex: auto;
    overflow: auto; }
    .search-results .search-results-content .search-title {
      font-family: 'Futura';
      color: #7edbcd;
      font-size: 25px;
      margin-bottom: 30px; }
    .search-results .search-results-content h3 {
      font-size: 20px;
      margin-bottom: 5px; }
    .search-results .search-results-content a {
      font-family: 'Futura';
      color: #ff796c; }
  .search-results .search-more {
    text-align: right;
    padding: 10px 0;
    font-size: 18px;
    color: #ff796c;
    display: flex;
    justify-content: flex-end;
    font-family: 'Futura'; }
    .search-results .search-more .total-pages {
      margin-left: 20px; }
  .search-results .search-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 55px;
    margin-top: 60px;
    flex: auto; }
    .search-results .search-grid .search-grid-cell {
      flex: 0 0 50%;
      padding: 10px 20px; }

.subtitle-list li {
  font-family: 'MARTEL';
  font-size: 20px;
  line-height: 1.5em;
  margin-left: 30px; }

.menu-content {
  text-align: left;
  display: flex;
  align-items: flex-start; }
  .menu-content a:hover {
    color: #fff; }
  .menu-content a:not(.link-menu):hover {
    text-decoration: underline; }
  .menu-content .group-nav.active .link-menu {
    font-size: 35px;
    line-height: 1.1em;
    box-shadow: none;
    padding-left: 0;
    text-decoration: none; }
  .menu-content .link-menu {
    font-size: 25px;
    color: #fff;
    margin: 22px 0;
    display: block;
    border: 0;
    text-align: left;
    background: none;
    outline: none;
    -webkit-appearance: none; }
    .menu-content .link-menu .dot {
      font-size: 50px; }
    .menu-content .link-menu.active {
      font-size: 30px;
      box-shadow: 0 2px 0 0 #fff;
      padding-bottom: 6px;
      display: inline-block; }
      .menu-content .link-menu.active .dot {
        font-size: 70px; }
  .menu-content .menu-left {
    width: 44%;
    flex: 0 0 44%;
    padding-left: calc((100vw - 1140px) / 2);
    padding-bottom: 15px; }
    .menu-content .menu-left .menu-left-content {
      border-left: 1px solid #fff;
      padding-left: 20px;
      margin-left: 20px; }
    .menu-content .menu-left .menu-left-footer {
      margin-top: 45px;
      display: flex; }
      .menu-content .menu-left .menu-left-footer .link-menu {
        display: flex;
        align-items: center;
        margin: 7px 15px 7px 0;
        white-space: nowrap; }
        .menu-content .menu-left .menu-left-footer .link-menu .link-menu-icon {
          width: 40px;
          margin-right: 10px;
          font-size: 22px;
          text-align: center; }
  .menu-content .menu-right {
    flex: 1 1 auto;
    font-family: 'MARTEL';
    font-size: 22px;
    line-height: 36px;
    padding: 35px; }
    .menu-content .menu-right a {
      display: block;
      color: #fff; }
      .menu-content .menu-right a:hover {
        text-decoration: underline; }

.social-icon {
  margin-left: 7px; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano .nano-pane {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.nano .nano-pane > .nano-slider {
  background: #fff;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.input,
.btn {
  font-family: 'Futura', 'Arial', sans-serif;
  outline: none;
  background: none;
  -webkit-appearance: none; }

.input.font-futura {
  font-family: 'Futura', 'Arial', sans-serif; }

.input {
  font-family: 'MARTEL';
  display: block;
  width: 100%;
  color: #204e5f;
  font-size: 18px;
  padding: 14px 30px;
  border: 0;
  border-bottom: 1px solid #204e5f;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 0; }
  .input:focus {
    border-color: #7edbcd; }

textarea.input {
  font-weight: normal;
  min-height: 380px;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1.5em;
  border: 1px solid #204e5f;
  border-radius: 30px; }

header {
  height: 105px;
  color: #fff;
  background: #214f5f; }
  header a {
    color: #fff; }
  header nav {
    display: flex;
    align-items: center; }
    header nav a, header nav .btn-default {
      color: #fff;
      margin: 0 23px;
      padding: 0;
      font-size: 27px;
      text-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
    header nav .dot-fr {
      font-size: 32px; }
    header nav .burger-icon {
      margin-left: 67px; }
  header .header-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.burger-icon {
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #ff796c;
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .burger-icon img {
    width: 30px;
    position: relative;
    top: 1px; }
  .burger-icon.is-light {
    background: none;
    box-shadow: none;
    color: #ff796c; }
    .burger-icon.is-light svg {
      fill: #ff796c;
      height: 28px;
      width: 28px; }

.main-media {
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .main-media img {
    display: block;
    width: 100%; }

.fil-ariane {
  margin: 55px 30px;
  display: flex;
  align-items: center;
  color: #fff; }
  .fil-ariane a, .fil-ariane p {
    margin-left: 5px; }
  .fil-ariane p {
    text-decoration: underline; }
  .fil-ariane a {
    color: #fff; }

.top-container {
  overflow: hidden;
  color: #fff; }
  .top-container a {
    color: #fff; }

.content-w-border,
.content-important {
  border-left: 2px solid #fff;
  padding-left: 70px;
  margin: 55px 0; }
  .content-w-border.border-dark,
  .content-important.border-dark {
    border-color: #204e5f; }
  .content-w-border.border-red,
  .content-important.border-red {
    border-color: #ff796c; }
  .content-w-border.border-bluedark,
  .content-important.border-bluedark {
    border-color: #204e5f; }
  .content-w-border.no-border,
  .content-important.no-border {
    border: 0; }
  .content-w-border.no-marg,
  .content-important.no-marg {
    margin: 0; }
  .content-w-border .title,
  .content-important .title {
    max-width: 740px; }
  .content-w-border .subtitle,
  .content-important .subtitle {
    margin: 40px 0; }
  .content-w-border h3,
  .content-important h3 {
    font-size: 21px; }
  .content-w-border .text,
  .content-important .text {
    font-family: 'MARTEL';
    font-size: 18px;
    line-height: 28px; }

.content-important-new-theme {
  border-left: unset;
}

.content-no-border {
  overflow: hidden; }
  .content-no-border .text {
    padding-left: 70px; }
  .content-no-border h2 {
    margin-bottom: 40px; }

.article-media {
  margin: 40px 0;
  text-align: center; }
  .article-media img {
    max-width: 100%;
    border-radius: 15px; }

.cta-row {
  text-align: center;
  padding: 25px 0; }

.grid-site-presentation {
  padding-bottom: 110px; }
  .grid-site-presentation .card-default {
    margin: 22px 0; }

.card-default {
  padding: 0 48px;
  text-align: center; }
  .card-default .visual-grid {
    padding: 20px 0; }
    .card-default .visual-grid img {
      display: block;
      width: 100%;
      max-width: 203px;
      height: 110px;
      object-fit: contain;
      object-position: center;
      margin: 0 auto; }
  .card-default .title-grid {
    padding: 20px 0 10px; }
  .card-default .text-descrip {
    padding: 25px 0;
    font-size: 18px; }

.btn {
  font-size: 18px;
  border: 0;
  outline: none;
  border-radius: 100px;
  padding: 10px 32px; }
  .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #ff796c;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
    border: 0; }
  .btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:focus {
    color: #fff;
    background: #ff796c;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .btn.btn-dark {
    color: #fff;
    background: #204e5f;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .btn.btn-bluelight {
    color: #fff;
    background: #7edbcd; }
    .btn.btn-bluelight:not(.no-shadow) {
      box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .btn.btn-white {
    color: #ff796c;
    background: #fff;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .btn.btn-border-red {
    color: #ff796c;
    background: none;
    border: 2px solid #ff796c;
    border-radius: 100px;
    padding: 4px 19px; }
  .btn.btn-border-blue {
    color: #204e5f;
    background: none;
    border: 2px solid #204e5f;
    border-radius: 100px;
    padding: 4px 19px; }

.discover-armonia-grid .card {
  height: 100%; }

.card {
  padding: 22px 30px;
  text-align: center;
  color: #204e5f;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }
  .card .card-title {
    height: 60px; }
    .card .card-title h3 {
      font-size: 24px; }
      .card .card-title h3 .dot {
        font-size: 48px;
        line-height: 10px; }
  .card .card-text {
    height: 72px;
    margin-bottom: 40px;
    font-size: 16px; }
  .card.card-bluelight {
    color: #fff;
    background: #7edbcd; }
    .card.card-bluelight .dot {
      color: #ff796c; }

.armonia-life .armonia-life-img {
  width: 100%;
  display: block;
  max-width: 435px;
  margin: 25px auto; }
.armonia-life .follow-us {
  text-align: center; }

.follow-us {
  font-size: 45px;
  color: #204e5f; }
  .follow-us p {
    display: inline-block; }
  .follow-us svg {
    width: 38px;
    height: 38px; }
  .follow-us svg, .follow-us svg path {
    fill: #ff796c; }
  .follow-us .dot {
    font-size: 90px;
    line-height: 10px; }

.card-slider-content {
  color: #204e5f; }
  .card-slider-content .card-slider-title h5 {
    font-size: 20px;
    line-height: 25px; }
  .card-slider-content .card-slider-title .zoom-in {
    text-align: right; }
  .card-slider-content .card-slider-text {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 35px; }
  .card-slider-content .card-slider-cta {
    text-align: right; }
    .card-slider-content .card-slider-cta a, .card-slider-content .card-slider-cta a:hover {
      font-size: 20px;
      color: #204e5f;
      text-decoration: underline; }

.white-button {
  background: #FFFFFF !important;
  color: #204e5f !important;
}

.btn-swiper {
  color: #fff;
  font-size: 26px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

.swiper-container-home .swiper-slide {
  overflow: hidden; }

.swiper-container {
  position: relative; }
  .swiper-container .btn-swiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .swiper-container .btn-swiper.btn-swiper-prev, .swiper-container .btn-swiper.swiper-home-grid-prev, .swiper-container .btn-swiper.swiper-container-actu-prev {
      left: 20px; }
    .swiper-container .btn-swiper.btn-swiper-next, .swiper-container .btn-swiper.swiper-home-grid-next, .swiper-container .btn-swiper.swiper-container-actu-next {
      right: 20px; }
  .swiper-container.active-slide-opacity .swiper-slide {
    opacity: 0.5; }
    .swiper-container.active-slide-opacity .swiper-slide.swiper-slide-prev, .swiper-container.active-slide-opacity .swiper-slide.swiper-slide-next, .swiper-container.active-slide-opacity .swiper-slide.swiper-slide-active {
      opacity: 1; }

.slider-width-auto,
.swiper-container-actu {
  padding: 20px; }
  .slider-width-auto .swiper-slide,
  .swiper-container-actu .swiper-slide {
    width: auto; }

.swiper-home-grid .card-engagement {
  width: 100%; }
.swiper-home-grid .btn-swiper {
  color: #ff796c; }

.card-actu {
  max-width: 310px;
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center; }
  .card-actu.card-article {
    padding: 0;
    overflow: hidden; }
    .card-actu.card-article .card-media {
      height: 225px;
      padding: 22px 30px;
      text-align: right;
      color: #fff;
      background-size: cover;
      background-position: center; }
    .card-actu.card-article .card-slider-content {
      text-align: left;
      padding: 22px 30px; }
    .card-actu.card-article .card-slider-title {
      margin-bottom: 25px; }
    .card-actu.card-article .card-slider-text {
      font-family: 'MARTEL';
      font-size: 16px;
      margin-bottom: 30px; }
  .card-actu.card-cover {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0; }
    .card-actu.card-cover.card-cover-video .card-cover-bg {
      pointer-events: none; }
    .card-actu.card-cover > img,
    .card-actu.card-cover video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .card-actu.card-cover.is-video::after {
      content: "\f144";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 44px;
      color: #fff;
      z-index: 99;
      font-weight: 900;
      opacity: .5;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .card-actu.card-cover .card-cover-bg {
      position: relative;
      z-index: 2;
      height: 100%; }
      .card-actu.card-cover .card-cover-bg::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0), #fff); }
    .card-actu.card-cover .card-slider-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 22px 30px; }
    .card-actu.card-cover .card-slider-date {
      text-align: right; }
    .card-actu.card-cover .card-slider-title {
      text-align: left; }
      .card-actu.card-cover .card-slider-title h5 {
        margin-bottom: 25px; }
      .card-actu.card-cover .card-slider-title .zoom-in {
        text-align: right; }

.card-engagement {
  width: 310px;
  background-size: cover;
  background-position: center;
  padding: 0;
  text-align: center; }
  .card-engagement::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    left: -20px;
    right: -20px;
    height: 440px;
    bottom: -20px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    position: absolute;
    z-index: 1; }
  .card-engagement .card-engagement-gradient {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden; }
  .card-engagement .card-media {
    height: 175px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-color: #204e5f; }
    .card-engagement .card-media img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
      display: block; }
  .card-engagement .card-slider-content {
    padding: 22px 30px; }
  .card-engagement .card-slider-title {
    margin: 0 -20px;
    margin-bottom: 25px; }
    .card-engagement .card-slider-title h5 {
      color: #ff796c;
      font-size: 24px;
      line-height: 30px; }
  .card-engagement .card-slider-text {
    font-family: 'MARTEL';
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px; }

.slider-actu-cta {
  text-align: center;
  margin-top: 42px; }

.color-red {
  color: #ff796c; }

.color-orange {
  color: #ffb358; }

.color-bluelight {
  color: #7edbcd; }

.color-white {
  color: #fff; }

.bg-red {
  background: #ff796c; }

.bg-orange {
  background: #ffb358; }

.bg-bluelight {
  background: #7edbcd; }

.bg-blue {
  background: #204e5f; }

.bg-black {
  background: #282e33; }

.top-footer-title {
  font-size: 20px; }
  .top-footer-title h3 {
    font-size: 25px;
    position: relative; }
  .top-footer-title .dot {
    font-size: 50px;
    line-height: 10px;
    position: absolute;
    transform: translateX(-100%); }

.top-footer-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px; }
  .top-footer-text:last-child {
    margin-bottom: 0; }
  .top-footer-text a {
    color: #fff;
    font-family: 'MARTEL'; }
    .top-footer-text a:hover {
      text-decoration: underline; }

footer {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(#204e60, #316e7b); }

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 40px; }
  .footer-nav a {
    font-size: 15px;
    color: #fff;
    margin: 0 15px; }
    .footer-nav a:hover {
      color: #7edbcd; }

.display-team {
  padding-bottom: 50px; }

.grid-team .grid-team-item {
  padding: 25px 15px; }

.team-item-container.main-item {
  margin-bottom: 75px; }
  .team-item-container.main-item .team-item-details {
    display: flex; }
  .team-item-container.main-item .team-item-header {
    display: block;
    margin-bottom: 40px; }
  .team-item-container.main-item .team-item-media {
    overflow: hidden; }
    .team-item-container.main-item .team-item-media img {
      border-radius: 30px;
      width: 310px;
      height: 310px; }
  .team-item-container.main-item .team-item-content {
    margin-left: 30px; }
    .team-item-container.main-item .team-item-content p {
      font-family: 'MARTEL';
      font-size: 18px;
      line-height: 28px; }

.team-item-media {
  overflow: hidden; }
  .team-item-media img {
    border-radius: 30px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center; }

.team-item-header {
  display: flex;
  margin-bottom: 25px; }
  .team-item-header h3 {
    font-size: 25px;
    margin-bottom: 15px; }
    .team-item-header h3 .dot {
      font-size: 50px;
      line-height: .5rem; }
  .team-item-header h5 {
    font-size: 20px;
    color: #ff796c; }
  .team-item-header .team-item-infos {
    margin-left: 30px; }
    .team-item-header .team-item-infos h3 {
      position: relative;
      margin-bottom: 10px; }
      .team-item-header .team-item-infos h3 .dot {
        position: absolute;
        transform: translate(-100%, 15%); }
    .team-item-header .team-item-infos h5 {
      margin-bottom: 10px; }

.team-item-content p {
  font-family: 'MARTEL';
  font-size: 16px;
  line-height: 26px; }

.team-item-details .team-item-media {
  flex: 0 0 auto; }
.team-item-details .team-item-content {
  flex: 1 1 auto; }

.centered-buttons {
  display: flex;
  align-items: center;
  justify-content: center; }
  .centered-buttons .btn {
    margin: 0 13px; }

.mb-10 {
  margin-bottom: 10px; }

.share-article {
  margin-top: 60px;
  font-size: 18px; }

.social-icons {
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .social-icons a {
    display: inline-flex; }
  .social-icons svg, .social-icons i {
    margin-right: 10px; }
  .social-icons svg, .social-icons svg path {
    fill: #7edbcd; }
  .social-icons i {
    color: #7edbcd;
    font-size: 24px; }

.grid-armonialife {
  height: 1050px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  margin-bottom: 20px; }
  .grid-armonialife.full-content {
    height: auto; }
    .grid-armonialife.full-content .grid-armonialife-cta {
      display: none; }
    .grid-armonialife.full-content::before {
      display: none; }
  .grid-armonialife::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    pointer-events: none; }
  .grid-armonialife .grid-armonialife-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

.item-armonialife {
  padding: 15px 0; }
  .item-armonialife .card {
    padding: 0;
    text-align: left;
    font-size: 16px; }
  .item-armonialife .card-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    font-size: 16px; }
    .item-armonialife .card-top .icon-social {
      margin-right: 30px; }
  .item-armonialife .card-content {
    min-height: 23  0px;
    padding: 22px 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'MARTEL'; }
  .item-armonialife .card-media img {
    display: block;
    width: 100%; }
  .item-armonialife .card-details {
    padding: 20px 30px; }
    .item-armonialife .card-details a {
      color: #204e5f; }

.line-input-container {
  text-align: left; }

.line-textarea {
  padding: 14px 0; }

.upload-file-container {
  margin: 25px 0; }

.line-name-file {
  display: none;
  margin-top: 18px; }

.detail-input {
  padding: 8px 30px; }

.text-bluelight {
  color: #7edbcd; }

.text-red {
  color: #ff796c; }

.icon-left {
  margin-right: 10px; }

.icon-right {
  margin-left: 10px; }

.form-check-group {
  text-align: left;
  padding: 30px; }

.submit-btn {
  padding-bottom: 38px; }
  .submit-btn .btn {
    min-width: 166px; }

.custom-radio:checked,
.custom-radio:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-radio:checked + label,
.custom-radio:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-family: 'MARTEL';
  font-size: 12px; }

.custom-radio:checked + label:before,
.custom-radio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #7edbcd;
  border-radius: 100%;
  background: #fff; }

.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #7edbcd;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.custom-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.form-padding {
  padding: 60px; }

.contact-address {
  padding: 30px 110px; }
  .contact-address .text-group {
    margin: 30px 0;
    font-size: 18px;
    line-height: 28px; }

.bloc-nous-rejoindre {
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  background: #204e5f; }
  .bloc-nous-rejoindre h2 {
    margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.bg-letter-a {
  background: url("../assets/images/letter-A.png") no-repeat;
  background-position: 100% 90%;
  background-size: 45% auto; }

.contact-infos {
  padding: 0 30px; }

.contact-us-container {
  padding: 40px 0 80px 0; }

.nous-localiser-group {
  width: 50%;
  padding-left: 30px;
  border-left: 2px solid #204e5f; }
  .nous-localiser-group .nav.nav-pills {
    margin-bottom: 30px; }

.nous-localiser-content-head-tabs {
  margin-bottom: 35px; }
  .nous-localiser-content-head-tabs p {
    margin-right: 30px;
    color: #7edbcd;
    font-size: 16px; }
    .nous-localiser-content-head-tabs p.active {
      text-decoration: underline;
      color: #204e5f; }

.list-offices {
  display: flex;
  flex-wrap: wrap;
  margin: 0px; }
  .list-offices .office-item {
    flex: 0 0 50%;
    padding: 15px;
    margin-bottom: 30px; }

.office-item h4, .office-item p {
  font-family: 'MARTEL';
  margin: 0;
  font-size: 16px;
  line-height: 26px; }
.office-item p {
  margin-left: 20px; }
.office-item:hover h4 {
  text-decoration: underline; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;
  text-decoration: underline;
  color: #204e5f; }

.nav-pills .nav-link {
  color: #7edbcd;
  border-radius: 0;
  padding: 0;
  margin-right: 30px; }

.armonia-logo-title {
  margin: 110px 0; }
  .armonia-logo-title img {
    display: block;
    max-width: 680px;
    width: 100%;
    margin: 0 auto; }

.section-bg-a {
  color: #fff; }
  .section-bg-a .content-w-border {
    width: 50%; }

.bg-slide-dates-container {
  position: relative;
  height: 80vh;
  min-height: 500px;
  overflow: hidden; }
  .bg-slide-dates-container .btn-swiper {
    position: absolute; }
    .bg-slide-dates-container .btn-swiper.swiper-container-dates-prev {
      z-index: 10;
      bottom: 20px;
      left: 50%;
      margin-left: -100px; }
    .bg-slide-dates-container .btn-swiper.swiper-container-dates-next {
      z-index: 10;
      bottom: 20px;
      left: 50%;
      margin-left: 100px; }
    .bg-slide-dates-container .btn-swiper.disabled {
      opacity: .5;
      pointer-events: none; }
  .bg-slide-dates-container .bg-slide-dates-wrapper {
    height: 100%; }
  .bg-slide-dates-container[data-slide="2"] .bg-slide-dates-wrapper .bg-slide-dates:nth-child(1) {
    transform: translateX(-100%); }
  .bg-slide-dates-container[data-slide="3"] .bg-slide-dates:nth-child(1),
  .bg-slide-dates-container[data-slide="3"] .bg-slide-dates:nth-child(2) {
    transform: translateX(-100%); }
  .bg-slide-dates-container[data-slide="4"] .bg-slide-dates:nth-child(1),
  .bg-slide-dates-container[data-slide="4"] .bg-slide-dates:nth-child(2),
  .bg-slide-dates-container[data-slide="4"] .bg-slide-dates:nth-child(3) {
    transform: translateX(-100%); }
  .bg-slide-dates-container[data-slide="5"] .bg-slide-dates:nth-child(1),
  .bg-slide-dates-container[data-slide="5"] .bg-slide-dates:nth-child(2),
  .bg-slide-dates-container[data-slide="5"] .bg-slide-dates:nth-child(3),
  .bg-slide-dates-container[data-slide="5"] .bg-slide-dates:nth-child(4) {
    transform: translateX(-100%); }
  .bg-slide-dates-container .swiper-container-dates-prev {
    top: auto;
    transform: none;
    bottom: 0;
    left: 35%; }
  .bg-slide-dates-container .swiper-container-dates-next {
    top: auto;
    transform: none;
    bottom: 0;
    right: 35%; }

.bg-slide-dates {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  transition: transform .4s; }
  .bg-slide-dates::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 78vh);
    z-index: 9; }
  .bg-slide-dates .content-w-border {
    position: relative;
    z-index: 9;
    padding: 55px 0;
    padding-left: 70px;
    margin: 0;
    margin-top: 25px; }
  .bg-slide-dates .bg-color {
    width: 100%;
    height: 100%;
    padding: 40px 0; }

.bg-slide-dates.bg-is-yellow {
  z-index: 5;
  background-image: url("../assets/images/bg-a-yellow.png"); }
  .bg-slide-dates.bg-is-yellow::before {
    background: #ffb358; }

.bg-slide-dates.bg-is-red {
  z-index: 4;
  background-image: url("../assets/images/bg-a-red.png"); }
  .bg-slide-dates.bg-is-red::before {
    background: #ff796d; }

.bg-slide-dates.bg-is-blue {
  z-index: 3;
  background-image: url("../assets/images/bg-a-blue.png"); }
  .bg-slide-dates.bg-is-blue::before {
    background: #7fdbce; }

.bg-slide-dates.bg-is-dark {
  z-index: 2;
  background-image: url("../assets/images/bg-a-dark.png"); }
  .bg-slide-dates.bg-is-dark::before {
    background: #204e5e; }

.bg-slide-dates.bg-is-yellow-new-theme {
  z-index: 5;
  background-image: url("../assets/images/4_A-goodmood-yellow_RVB.png"); }
.bg-slide-dates.bg-is-yellow-new-theme::before {
  background: #FDB258FF; }

.bg-slide-dates.bg-is-red-new-theme {
  z-index: 4;
  background-image: url("../assets/images/5_A-kindness-coral_RVB.png"); }
.bg-slide-dates.bg-is-red-new-theme::before {
  background: #FD796CFF; }

.bg-slide-dates.bg-is-blue-new-theme {
  z-index: 3;
  background-image: url("../assets/images/2_A_happysky-blue_RVB.png"); }
.bg-slide-dates.bg-is-blue-new-theme::before {
  background: #7DDACCFF; }

.bg-slide-dates.bg-is-dark-new-theme {
  z-index: 2;
  background-image: url("../assets/images/1_A_pepperduck-blue_RVB.png"); }
.bg-slide-dates.bg-is-dark-new-theme::before {
  background: #204e5e; }

.bg-slide-dates.bg-is-black-new-theme {
  z-index: 1;
  background-image: url("../assets/images/3_A-dandy-grey_RVB.png"); }
.bg-slide-dates.bg-is-black-new-theme::before {
  background: #282E33FF; }

.bg-slide-dates.bg-is-black {
  z-index: 1;
  background-image: url("../assets/images/bg-a-black.png"); }
  .bg-slide-dates.bg-is-black::before {
    background: #272d33; }

.swiper-button-disabled {
  opacity: .5; }

.chiffres-grid {
  margin: 80px 0; }

.section-chiffres-article {
  padding: 70px 0 80px; }
  .section-chiffres-article .chiffres-grid {
    margin: 0; }

.shadow-top {
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }

.chiffre-more {
  font-family: 'MARTEL';
  line-height: 25px;
  margin-top: 35px;
  font-size: 16px; }

.chiffre-text {
  line-height: 33px;
  font-size: 27px; }

.chiffre-title {
  color: #7edbcd;
  font-size: 50px;
  font-weight: bold; }
  .chiffre-title .dot {
    font-size: 50px;
    color: #ff796c; }

.chiffre-item {
  text-align: center; }

.chiffre-media img {
  display: block;
  height: 70px;
  margin: 0 auto; }

.article-post {
  margin-right: 360px; }

.summary-article-container {
  width: 320px;
  float: right;
  position: sticky;
  z-index: 99;
  top: 80px;
  margin: 0;
  padding-left: 20px; }
  .summary-article-container .nav-item-title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative; }
    .summary-article-container .nav-item-title .dot {
      font-size: 44px;
      line-height: 10px; }
    .summary-article-container .nav-item-title::before {
      content: '';
      display: block;
      width: 50%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }

.summary-article {
  background: #ffb358;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .summary-article a {
    display: block;
    color: #fff; }
  .summary-article.nav-pills .nav-link {
    font-size: 20px;
    text-align: center;
    color: #204e5f;
    margin: 10px 0; }
  .summary-article.nav-pills .nav-link.active, .summary-article.nav-pills .show > .nav-link {
    color: #fff; }

.article-post .content-w-border {
  padding-right: 60px; }

.article-post-media .title-media {
  padding: 40px 0 60px;
  text-align: center; }
.article-post-media img {
  max-width: 100%;
  border-radius: 15px; }
.article-post-media video {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden; }

.grid-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .grid-logo img {
    margin: 10px; }

.reco-container {
  padding-bottom: 50px; }

.reco-portrait {
  width: 275px;
  height: 275px;
  object-position: center;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden; }

.reco-content {
  position: relative;
  font-family: 'MARTEL';
  font-size: 23px;
  line-height: 35px;
  padding: 50px 0;
  display: flex; }
  .reco-content .reco-portrait {
    position: absolute;
    top: 50px;
    left: 0; }
  .reco-content .reco-content-text {
    margin-left: 320px;
    max-width: 680px; }

.reco-author {
  padding: 7px 0 25px 0;
  margin-left: 320px; }
  .reco-author h5 {
    font-size: 21px;
    line-height: 28px;
    margin: 0; }
  .reco-author p {
    font-size: 16px;
    line-height: 25px; }

.title-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 70px 0; }

.fullscreen-slider,
.fullscreen-video {
  height: 100vh;
  min-height: 760px;
  position: relative; }
  .fullscreen-slider::before,
  .fullscreen-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282e33;
    opacity: .3;
    z-index: 2;
    pointer-events: none; }
  .fullscreen-slider.is-hidden,
  .fullscreen-video.is-hidden {
    overflow: hidden; }
  .fullscreen-slider .is-video,
  .fullscreen-video .is-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  .fullscreen-slider header,
  .fullscreen-video header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: none;
    width: 100%; }
  .fullscreen-slider .btn-toggleplay,
  .fullscreen-video .btn-toggleplay {
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: .3;
    font-size: 45px;
    color: #fff; }
    .fullscreen-slider .btn-toggleplay:hover,
    .fullscreen-video .btn-toggleplay:hover {
      opacity: 1; }
  .fullscreen-slider .is-video-content,
  .fullscreen-video .is-video-content {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    color: #fff; }
    .fullscreen-slider .is-video-content .is-video-content-text,
    .fullscreen-video .is-video-content .is-video-content-text {
      min-height: 40px; }
    .fullscreen-slider .is-video-content p,
    .fullscreen-video .is-video-content p {
      padding: 35px 55px;
      font-size: 18px;
      line-height: 28px;
      text-shadow: 0 0 13px rgba(0, 0, 0, 0.6); }
  .fullscreen-slider .letter-A,
  .fullscreen-video .letter-A {
    position: absolute;
    bottom: -100px;
    right: -200px;
    z-index: 8; }

.arrow-down {
  text-align: center;
  margin-bottom: 50px;
  font-size: 26px; }

.btn-toggleplay[data-state="pause"] .is-pause {
  display: block; }
.btn-toggleplay[data-state="pause"] .is-play {
  display: none; }
.btn-toggleplay[data-state="play"] .is-play {
  display: block; }
.btn-toggleplay[data-state="play"] .is-pause {
  display: none; }

.img-fullw {
  display: block;
  width: 100%; }

.mb-40 {
  margin-bottom: 40px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.letter-A-svg svg {
  width: 120px;
  height: 120px; }
.letter-A-svg.letter-A-medium svg {
  width: 200px;
  height: 200px; }
.letter-A-svg.is-red svg path {
  fill: #ff796c; }
.letter-A-svg.is-orange svg path {
  fill: #ffb358; }
.letter-A-svg.is-bluelight svg path {
  fill: #7edbcd; }

.grid-3champs {
  margin-bottom: 80px; }
  .grid-3champs h4 {
    height: 85px; }
  .grid-3champs .grid-3champs-cell {
    padding: 0 25px; }

.accordion-jobs h2 {
  padding: 15px 86px;
  font-size: 30px;
  outline: none; }
  .accordion-jobs h2 button.btn {
    outline: none;
    padding: 0;
    color: #fff;
    font-size: 30px; }
    .accordion-jobs h2 button.btn .dot {
      font-size: 60px; }
  .accordion-jobs h2 button.btn[aria-expanded="false"] .dot {
    display: none; }
.accordion-jobs .accordion-body-container {
  position: relative; }
.accordion-jobs .accordion-body {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 25px; }
  .accordion-jobs .accordion-body .row {
    width: 80%; }
  .accordion-jobs .accordion-body .accordion-media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30%;
    height: auto;
    bottom: 0;
    max-height: 100%;
    object-fit: cover;
    object-position: contain; }
  .accordion-jobs .accordion-body .content-w-border .text {
    font-size: 16px; }

.split-border-orange > div:first-child {
  border-right: 1px solid #ff796c; }

.grid-actu {
  display: flex;
  flex-wrap: wrap; }
  .grid-actu .grid-actu-item {
    padding: 15px;
    flex: 0 0 33.33%; }

.swiper-grid-actu-nav {
  margin-top: 40px; }
  .swiper-grid-actu-nav .btn-swiper {
    position: static; }

.swiper-grid-actu-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 40px; }
  .swiper-grid-actu-pagination .swiper-pagination {
    display: inline-block;
    position: static;
    margin: 0 5px;
    padding: 0;
    width: auto; }

.swiper-container-engagements-next,
.swiper-container-engagements-prev {
  color: #204e5f; }

.section-letter-a {
  overflow: visible;
  position: relative;
  margin-bottom: 100px; }
  .section-letter-a .section-letter-a-content {
    max-width: 680px;
    width: 70%;
    overflow-y: hidden; }
  .section-letter-a .letter-A {
    position: absolute;
    margin-top: 7vh;
    right: -150px;
    z-index: 8;
    width: 640px; }

.letter-A-engagement {
  margin-bottom: 20px; }
  .letter-A-engagement img {
    width: 215px;
    height: 215px; }

.width-half {
  width: 50%; }

.section-home-mission {
  position: relative;
  padding: 40px 0; }

.home-mission-img {
  position: absolute;
  height: 660px;
  bottom: 0;
  right: -5px;
  overflow: hidden;
  max-width: 50%;
  max-height: 100%;
  border-radius: 30px 0 0 0;
  z-index: 8; }

h4 .dot {
  font-size: 48px;
  line-height: 10px; }

.card.card-job {
  width: 460px;
  border-radius: 10px;
  padding: 30px 0;
  text-align: center;
  transform: translateX(100%);
  z-index: 9;
  position: absolute;
  bottom: -450px;
  right: -100px; }
  .card.card-job h4 {
    margin: 15px 0 30px 0; }
  .card.card-job .card-job-text {
    max-width: 240px;
    text-align: center;
    margin: 0 auto 30px; }

.slider-home::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282e33;
  opacity: .3;
  z-index: 2;
  pointer-events: none; }
.slider-home .swiper-wrapper {
  position: relative;
  z-index: 3; }
.slider-home .video-container {
  pointer-events: none; }
  .slider-home .video-container .btn-toggleplay {
    pointer-events: auto; }
.slider-home .is-video-content {
  pointer-events: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px; }

.swiper-container-home,
.slider-home {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.swiper-pagination-bullet {
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  width: 13px;
  height: 13px; }

.swiper-pagination-bullet-active {
  background: #fff; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 50px;
  z-index: 100;
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
  transition: .4s;
  transform: translateY(-100%); }
  .header-fixed .logo img {
    width: 31px;
    height: 31px; }
  .header-fixed a {
    color: #ff796c; }
  .header-fixed .navigation {
    display: flex;
    align-items: center; }
    .header-fixed .navigation p {
      font-size: 30px; }
    .header-fixed .navigation a {
      font-size: 28px;
      margin: 0 18px; }
      .header-fixed .navigation a.btn {
        font-size: 16px; }
  .header-fixed .header-fixed-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.box-shadow {
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1); }

.next-meetup-grid .card h3 {
  font-size: 36px;
  margin-bottom: 0; }
  .next-meetup-grid .card h3 .dot {
    font-size: 72px; }
.next-meetup-grid .card h4 {
  font-size: 24px;
  line-height: 29px;
  margin: 0; }
.next-meetup-grid .card h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0; }
.next-meetup-grid .card p {
  font-size: 16px;
  line-height: 29px;
  margin: 0; }
.next-meetup-grid .card .card-title {
  height: auto; }
.next-meetup-grid .card .card-text {
  height: 122px;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 23px 24px;
  border-radius: 20px;
  color: #ff796c;
  font-size: 18px;
  line-height: 26px; }

.jobs-grid .job-item {
  margin: 40px 0; }

.job-item {
  display: flex;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  justify-content: space-between; }
  .job-item.job-item-main {
    justify-content: flex-start; }
    .job-item.job-item-main .job-item-content {
      padding: 30px; }
    .job-item.job-item-main .job-item-media {
      flex: 0 0 440px;
      width: 440px;
      overflow: hidden;
      padding: 0; }
      .job-item.job-item-main .job-item-media img {
        object-fit: cover; }
    .job-item.job-item-main .job-item-header {
      margin-bottom: 20px; }
      .job-item.job-item-main .job-item-header h4 {
        max-width: 200px; }
  .job-item .job-item-media {
    flex: 0 0 150px;
    width: 150px;
    display: flex;
    padding: 30px; }
    .job-item .job-item-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-position: center;
      object-fit: contain; }
  .job-item .job-item-infos {
    display: flex;
    align-items: center; }
  .job-item .job-item-cta {
    margin-top: 20px;
    display: flex;
    align-items: center; }
    .job-item .job-item-cta .btn {
      width: 200px;
      margin-right: 32px; }
  .job-item .job-item-content {
    padding: 25px; }
  .job-item .job-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px; }
    .job-item .job-item-header h4 {
      font-size: 24px;
      margin-bottom: 0; }
      .job-item .job-item-header h4 .dot {
        font-size: 48px; }
    .job-item .job-item-header img {
      width: 85px; }
  .job-item .job-item-place h5 {
    font-size: 16px;
    margin-bottom: 0; }
  .job-item .job-item-details {
    margin-top: 30px; }
    .job-item .job-item-details p {
      font-family: 'MARTEL';
      font-size: 16px;
      line-height: 25px; }

.article-media-philosophie {
  position: relative; }
  .article-media-philosophie .is-media {
    position: absolute;
    left: 55%;
    top: 0;
    width: 45%;
    max-width: 500px;
    border-radius: 30px 0 0 30px; }

.container-home-intro {
  z-index: 9;
  position: relative; }

.swiper-container-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px; }
  .swiper-container-pagination.padding-40 {
    padding: 40px; }
  .swiper-container-pagination .swiper-pagination-fraction {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 5px; }

.opacity-half {
  opacity: .5; }

.search-menu i {
  font-size: 25px; }

.fix-mt-home-article {
  padding-top: 40px; }

.swiper-discover-armonia .swiper-slide {
  padding: 12px; }

.display-fullscreen-video {
  padding: 50px; }

.display-fullscreen-video,
.fullscreen-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  padding: 40px 40px 60px; }
  .display-fullscreen-video .title-content,
  .fullscreen-image .title-content {
    text-align: center;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9; }
  .display-fullscreen-video .btn-close-fullscreen-video,
  .display-fullscreen-video .btn-close-fullscreen-image,
  .fullscreen-image .btn-close-fullscreen-video,
  .fullscreen-image .btn-close-fullscreen-image {
    position: absolute;
    top: 10px;
    right: 10px; }
  .display-fullscreen-video video,
  .display-fullscreen-video img,
  .fullscreen-image video,
  .fullscreen-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain; }

body.image-on {
  overflow: hidden; }
  body.image-on .fullscreen-image {
    display: block; }

body.video-on {
  overflow: hidden; }
  body.video-on .display-fullscreen-video {
    display: block; }

.locations-search {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  flex-direction: column; }
  .locations-search .location-tab-search {
    margin-top: 40px; }

.btn-cta-mission {
  text-align: right; }

.color-scheme-orange .accordion-body .content-w-border {
  border-color: #ffb358; }
.color-scheme-orange .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #ffb358; }

.color-scheme-red .accordion-body .content-w-border {
  border-color: #ff796c; }
.color-scheme-red .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #ff796c; }

.color-scheme-bluelight .accordion-body .content-w-border {
  border-color: #7edbcd; }
.color-scheme-bluelight .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #7edbcd; }

.color-scheme-bluedark .accordion-body .content-w-border {
  border-color: #204e5f; }
.color-scheme-bluedark .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #204e5f; }

.color-scheme-black .accordion-body .content-w-border {
  border-color: #282e33; }
.color-scheme-black .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #282e33; }

body.headerFixed .header-fixed {
  transform: translateY(0%); }

.grid-last-msg.full-content .grid-last-msg-cta {
  display: none; }

.section-color-orange h2 {
  color: #ffb358; }
.section-color-orange .reco-content-bg,
.section-color-orange .summary-article {
  background: #ffb358; }

.section-color-red h2 {
  color: #ff796c; }
.section-color-red .reco-content-bg,
.section-color-red .summary-article {
  background: #ff796c; }

.section-color-bluelight h2 {
  color: #7edbcd; }
.section-color-bluelight .reco-content-bg,
.section-color-bluelight .summary-article {
  background: #7edbcd; }

.section-color-bluedark .reco-content .reco-content-text,
.section-color-bluedark .summary-article.nav-pills .nav-link {
  color: #fff; }
.section-color-bluedark h2 {
  color: #204e5f; }
.section-color-bluedark .reco-content-bg,
.section-color-bluedark .summary-article {
  background: #204e5f; }

.section-color-black .reco-content .reco-content-text,
.section-color-black .summary-article.nav-pills .nav-link {
  color: #fff; }
.section-color-black h2 {
  color: #282e33; }
.section-color-black .reco-content-bg,
.section-color-black .summary-article {
  background: #282e33; }

.map-localisation {
  display: none; }

.grid-discover-armonia {
  display: flex; }
  .grid-discover-armonia .grid-discover-armonia-item {
    padding: 5px 10px;
    flex: 0 0 25%; }
    .grid-discover-armonia .grid-discover-armonia-item a:hover {
      color: #204e5f; }

.bg-slide-dates-desktop {
  display: none; }

.rellax {
  z-index: 88; }

.search-menu {
  color: #ff796c; }

.bg-a-content {
  width: 100%;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .section-transition {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }

  .section-anim {
    transition: 1.2s ease-in-out; }

  .grid-discover-armonia-item h3 {
    margin: 0 -10px; }
  .grid-discover-armonia-item .card-title {
    height: auto;
    min-height: 60px; }

  .logo-animation {
    height: 50px;
    overflow: hidden; }
    .logo-animation .logo-animation-container {
      display: block;
      transform: translateY(0%);
      transition: .4s; }
      .logo-animation .logo-animation-container:hover {
        animation: hoverLogo 3s forwards; }
    .logo-animation .logo-animation-item {
      height: 50px;
      display: flex;
      align-items: center;
      overflow: hidden; }
      .logo-animation .logo-animation-item img {
        height: 31px;
        width: auto; }
      .logo-animation .logo-animation-item.logo-armonia img, .logo-animation .logo-animation-item.logo-baseline img {
        height: 24px; }

  .group-nav .group-nav-content {
    display: none; }

  .menu-content .group-nav.active .link-menu {
    text-decoration: none;
    border-bottom: 3px solid #fff; }

  .main-media {
    height: 310px;
    background-attachment: fixed;
    background-position: top center;
    background-size: auto 55%;
    background-size: cover;
    background-repeat: no-repeat; }

  .menu-fullscreen {
    display: block;
    transform: translateX(100%);
    transition: transform .5s; }

  #view {
    transition: transform .5s; }

  body.is-menu #view {
    transform: translateX(-100%); }

  .only-mobile {
    display: none; }

  .top-footer-title h3 {
    margin-left: 12px; }

  .title-job-une {
    margin: 20px 0 59px 0; }

  .job-item.job-item-main .job-item-header h4 {
    max-width: none; }

  .summary-article-container .nav-item-title {
    font-size: 26px; }

  .menu-content .link-menu {
    padding: 0;
    display: inline-block;
    margin: 11px 0; }

  .group-nav > .link-menu:hover,
  .menu-content a.link-menu:hover {
    box-shadow: 0 2px 0 0 #fff; }

  .menu-left-content {
    position: relative; }

  .group-nav-content {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 35px;
    width: 100%; }
    .group-nav-content a {
      font-family: 'MARTEL';
      font-size: 22px;
      line-height: 36px;
      padding: 5px;
      display: block; }
      .group-nav-content a:hover {
        text-decoration: underline; }

  .form-localise-us {
    margin-bottom: 40px;
    padding-bottom: 30px; }

  .titles-3champs h4 {
    min-height: 84px; }

  .section-red .section-row-actu .section-title {
    margin-top: 25px; }

  .section .section-row + .section-row {
    padding-top: 0; }

  .reco-content .reco-portrait {
    left: 155px; }

  .reco-author {
    margin-left: 460px; }

  .reco-content {
    padding: 50px 100px 50px 140px; }

  .slider-actu-cta {
    margin-bottom: 22px; }

  .swiper-three-item .btn-swiper {
    display: none; }

  .swiper-last-actu .swiper-wrapper {
    flex-wrap: wrap; }
    .swiper-last-actu .swiper-wrapper .swiper-slide {
      margin-right: 0 !important;
      padding: 20px; }
      .swiper-last-actu .swiper-wrapper .swiper-slide:nth-child(n+4) {
        height: 0px;
        overflow: hidden;
        padding: 0; }

  .grid-last-msg.full-content .swiper-last-actu .swiper-wrapper .swiper-slide:nth-child(n+4) {
    height: auto;
    overflow: visible;
    padding: 20px; }

  .slider-actu-mobile,
  .swiper-armonialife {
    display: none; }

  .swiper-home-grid.swiper-container .btn-swiper,
  .swiper-discover-armonia.swiper-container .btn-swiper,
  .swiper-last-actu.swiper-container .btn-swiper {
    display: none; } }
@media screen and (max-width: 767px) {
  .only-desktop {
    display: none; }

  .content-w-border.no-border .title {
    margin-left: 15px; }

  body.is-menu .fullscreen-slider.is-hidden,
  body.is-menu .menu-fullscreen,
  body.is-menu .fullscreen-video.video-container {
    overflow: visible; }

  .swiper-container-engagements {
    padding: 0; }
    .swiper-container-engagements .swiper-slide {
      padding: 0 25px; }
      .swiper-container-engagements .swiper-slide .card-engagement {
        width: 100%; }

  .logo-animation .logo-animation-item {
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .logo-animation .logo-animation-item img {
      height: 31px;
      width: auto; }
    .logo-animation .logo-animation-item.logo-armonia, .logo-animation .logo-animation-item.logo-baseline {
      display: none; }

  #fullgradient .fullscreen,
  #fullgradient .fullscreen .container,
  #fullgradient .fullscreen .fullscreen-container {
    height: 100%; }

  .contact-us-container.bg-letter-a {
    background-image: none; }

  .content-no-border h1 {
    text-align: center; }

  .main-media {
    height: 160px;
    background-attachment: fixed; }

  .btn.btn-input-file {
    font-size: 16px;
    white-space: nowrap; }

  .container {
    padding-left: 25px;
    padding-right: 25px; }

  #view {
    width: 100%;
    transition: .4s transform; }

  .menu-content .group-nav.active .link-menu {
    text-decoration: underline; }

  .group-nav-content a {
    display: block;
    padding: 5px 0; }

  .header-fixed .navigation a, .header-fixed .navigation button {
    display: none; }
    .header-fixed .navigation a.mobile-on, .header-fixed .navigation button.mobile-on {
      display: block; }

  .swiper-container.swiper-team-item .btn-swiper.btn-swiper.btn-swiper-next,
  .swiper-container.swiper-team-item .btn-swiper.btn-swiper.btn-swiper-prev {
    padding: 0;
    margin: 0; }

  .first-section-team .only-mobile.grid-team {
    margin: 0 -25px; }

  .swiper-team-item .swiper-slide {
    padding: 0 50px; }

  body {
    transition: .4s transform; }

  body.is-menu #view {
    transform: translateX(-100%); }
  body.is-menu .menu-fullscreen {
    overflow: hidden; }
    body.is-menu .menu-fullscreen .menu-container {
      height: 100vh;
      overflow: auto; }

  .menu-fullscreen {
    display: block;
    left: 100%; }

  h1 .dot, h2 .dot {
    font-size: 70px;
    transform: translate(-100%, -11%); }

  header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: none; }
    header .armonia-logo {
      width: 135px; }
    header nav .search-menu,
    header nav a {
      display: none; }
    header nav .burger-icon {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      margin: 0; }
    header .header-content {
      padding: 0 25px; }

  .swiper-container-home, .slider-home {
    height: 100%; }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px; }

  .swiper-armonialife {
    padding: 20px 25px; }

  .swiper-container.swiper-fixed-border,
  .swiper-container.swiper-chiffres-item {
    margin: 0 -25px; }
    .swiper-container.swiper-fixed-border .btn-swiper-next-border,
    .swiper-container.swiper-fixed-border .btn-swiper-prev-border,
    .swiper-container.swiper-chiffres-item .btn-swiper-next-border,
    .swiper-container.swiper-chiffres-item .btn-swiper-prev-border {
      top: 50%;
      transform: translateY(-50%); }
    .swiper-container.swiper-fixed-border .swiper-slide,
    .swiper-container.swiper-chiffres-item .swiper-slide {
      padding: 0 40px; }
    .swiper-container.swiper-fixed-border.swiper-meetup-item .swiper-slide, .swiper-container.swiper-fixed-border.swiper-jobs-item .swiper-slide,
    .swiper-container.swiper-chiffres-item.swiper-meetup-item .swiper-slide,
    .swiper-container.swiper-chiffres-item.swiper-jobs-item .swiper-slide {
      padding: 0 25px; }
    .swiper-container.swiper-fixed-border .chiffre-item,
    .swiper-container.swiper-chiffres-item .chiffre-item {
      margin: 0; }

  .section-chiffres-article {
    padding-top: 10px;
    padding-bottom: 0; }

  .swiper-last-actu,
  .swiper-grid-actu-mobile,
  .swiper-armonialife,
  .swiper-home-grid {
    margin: 0 -25px; }
    .swiper-last-actu .swiper-slide,
    .swiper-grid-actu-mobile .swiper-slide,
    .swiper-armonialife .swiper-slide,
    .swiper-home-grid .swiper-slide {
      padding: 0 25px; }

  .menu-content .menu-left .menu-left-footer {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px; }

  .section-title {
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 0 25px; }

  .section-red h1.mobile-left, .section-red h2.mobile-left, .section-red .section-title h2.mobile-left {
    margin-left: 15px;
    margin-bottom: 20px; }

  h1, h2,
  .section-title h2 {
    font-size: 35px;
    line-height: 1.2em; }
    h1.is-left-mobile, h2.is-left-mobile,
    .section-title h2.is-left-mobile {
      margin-left: 15px;
      text-align: left; }
    h1.mobile-left, h2.mobile-left,
    .section-title h2.mobile-left {
      text-align: left;
      max-width: 270px; }
    h1.mobile-title-left, h2.mobile-title-left,
    .section-title h2.mobile-title-left {
      text-align: center;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }

  .section-title .dot {
    font-size: 70px; }

  .swiper-team2-item .team-item-header {
    margin-bottom: 0; }

  .swiper-team2-item {
    margin: 0 -25px; }
    .swiper-team2-item .swiper-slide {
      padding: 0 45px; }

  .display-team {
    padding-bottom: 0;
    margin-bottom: -20px; }

  .swiper-container.swiper-armonialife .btn-swiper {
    top: 175px; }

  .swiper-container.swiper-team-item .btn-swiper {
    top: 50%; }
    .swiper-container.swiper-team-item .btn-swiper.btn-swiper.btn-swiper-prev {
      left: 10px; }
    .swiper-container.swiper-team-item .btn-swiper.btn-swiper.btn-swiper-next {
      right: 10px; }

  .swiper-container .btn-swiper {
    top: 93px;
    transform: none; }

  .fullscreen .fullscreen-header {
    position: relative;
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 25px 0; }
    .fullscreen .fullscreen-header .armonia-logo {
      max-width: 128px; }
    .fullscreen .fullscreen-header p {
      display: none; }
    .fullscreen .fullscreen-header .btn-close {
      position: absolute;
      top: 35px;
      right: 0; }

  .fullscreen-slider,
  .fullscreen-video {
    height: auto;
    overflow: hidden; }
    .fullscreen-slider .slide-home-cta,
    .fullscreen-video .slide-home-cta {
      margin-top: 10px;
      margin-bottom: 60px;
      text-align: center !important; }
    .fullscreen-slider .letter-A,
    .fullscreen-video .letter-A {
      width: 100%;
      bottom: -20px;
      right: -30%;
      display: block;
      pointer-events: none; }
    .fullscreen-slider .btn-toggleplay,
    .fullscreen-video .btn-toggleplay {
      top: 250px; }
    .fullscreen-slider .is-video-content,
    .fullscreen-video .is-video-content {
      padding: 0 25px; }
      .fullscreen-slider .is-video-content p,
      .fullscreen-video .is-video-content p {
        padding: 10px 0;
        font-size: 18px;
        line-height: 1.5em; }

  .fullscreen-video {
    min-height: 100vh; }

  .slider-home .is-video-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin-top: 135px; }

  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    opacity: 1; }

  .width-half {
    width: 100%; }

  .content-important,
  .content-w-border {
    padding-left: 30px;
    margin: 25px 0 35px; }

  .section-home-mission {
    padding: 25px 0 0 0; }
    .section-home-mission .btn-cta-mission {
      text-align: center; }

  .home-mission-img {
    height: auto;
    max-width: 65%;
    right: 0;
    margin-right: -25px;
    display: block;
    margin-left: auto;
    position: static; }

  .container-home-intro {
    position: static; }

  .slider-actu-desktop {
    display: none; }

  .card.card-job {
    left: 25px;
    right: 25px;
    width: auto;
    bottom: -25%;
    transform: none; }
    .card.card-job .card-job-text {
      max-width: 245px; }

  .fix-mt-home-article {
    padding-top: 0;
    margin-top: 240px; }

  .accordion-jobs h2 {
    padding: 15px; }
  .accordion-jobs h2, .accordion-jobs h2 button.btn {
    font-size: 28px;
    text-align: left;
    line-height: 1.2em;
    border-radius: 0; }
    .accordion-jobs h2 .dot, .accordion-jobs h2 button.btn .dot {
      font-size: 56px;
      line-height: 10px;
      transform: translate(-100%, 10%); }
  .accordion-jobs .accordion-cta {
    margin: 50px 0 30px; }
  .accordion-jobs .accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px; }
    .accordion-jobs .accordion-body .content-w-border .text {
      font-size: 18px; }
    .accordion-jobs .accordion-body .row {
      width: 100%; }
    .accordion-jobs .accordion-body .row > .col-sm-12:last-child .content-w-border.no-marg {
      margin-top: 30px; }

  .content-w-border .text {
    font-size: 16px; }

  .title-cta {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 20px 15px; }
    .title-cta h2 {
      font-size: 35px;
      padding-right: 20px; }
      .title-cta h2 .dot {
        line-height: 10px;
        font-size: 80px; }
    .title-cta .btn {
      margin-top: 15px;
      margin-bottom: 15px; }

  .nous-localiser-group {
    width: 100%; }
    .nous-localiser-group.ml-medium {
      margin: 0; }
    .nous-localiser-group .nav-pills {
      flex-wrap: nowrap;
      white-space: nowrap; }
      .nous-localiser-group .nav-pills .nav-link {
        margin-right: 10px; }

  .office-item h4 {
    text-decoration: underline; }

  .footer-nav {
    flex-wrap: wrap;
    padding: 25px 0; }
    .footer-nav a {
      font-size: 15px;
      margin: 5px 13px; }

  .group-nav .group-nav-content {
    display: none; }
  .group-nav .link-menu {
    transition: .4s; }
  .group-nav.active .link-menu {
    font-size: 35px;
    line-height: 1.1em;
    box-shadow: none;
    padding-left: 0;
    text-decoration: underline; }
    .group-nav.active .link-menu .is-dot {
      top: 0px; }
  .group-nav.active .group-nav-content {
    margin-top: 10px; }
    .group-nav.active .group-nav-content a {
      font-family: 'MARTEL';
      font-size: 16px;
      display: block;
      padding: 2px 11px; }

  .menu-content .link-menu {
    margin: 0 0 12px 0;
    margin-left: 11px;
    padding: 0;
    position: relative; }
    .menu-content .link-menu .is-dot {
      position: absolute;
      left: -15px;
      top: -8px; }

  .subtitle-list li {
    margin-left: 0;
    font-family: 'futura'; }

  .input-search-container {
    width: 100%; }

  .is-border {
    width: 100%; }

  footer {
    padding: 25px 0 0 0; }
    footer .container {
      padding: 0; }
    footer .is-border {
      max-width: 208px; }

  .office-item h4,
  .office-item p {
    font-size: 20px;
    margin: 5px 0; }

  .grid-armonialife {
    display: none; }

  .swiper-container {
    position: relative; }
    .swiper-container .btn-swiper.btn-swiper-prev, .swiper-container .btn-swiper.swiper-home-grid-prev, .swiper-container .btn-swiper.swiper-container-actu-prev {
      left: 20px; }
    .swiper-container .btn-swiper.btn-swiper-next, .swiper-container .btn-swiper.swiper-home-grid-next, .swiper-container .btn-swiper.swiper-container-actu-next {
      right: 20px; }
    .swiper-container .btn-swiper.btn-swiper-prev-border {
      left: 0; }
    .swiper-container .btn-swiper.btn-swiper-next-border {
      right: 0; }

  .follow-us {
    font-size: 35px; }
    .follow-us p {
      display: block; }

  .top-footer {
    margin-bottom: 10px;
    padding: 0 10px; }
    .top-footer .top-footer-title h3 {
      font-size: 25px;
      margin-left: 15px; }
    .top-footer .top-footer-text {
      font-size: 16px; }

  .menu-content {
    flex-direction: column;
    width: 100%; }
    .menu-content .menu-left {
      width: 100%;
      flex: 0 0 100%;
      padding: 0 25px;
      margin-bottom: 20px; }
      .menu-content .menu-left .menu-left-content {
        margin: 0; }
    .menu-content .menu-right {
      display: none;
      margin-top: 25px; }

  .menu-fullscreen .search-container {
    padding: 30px 20px 100px; }

  .input-w-icon {
    width: 100%;
    max-width: 460px; }
    .input-w-icon .input {
      font-size: 20px; }

  .swiper-container .card-actu,
  .slider-actu-mobile .card-actu {
    margin: 0 auto; }

  .letter-A {
    display: none; }

  .section-letter-a {
    margin-bottom: 40px; }

  .team-item-container:not(.main-item) .team-item-header {
    display: flex;
    flex-direction: column-reverse; }
    .team-item-container:not(.main-item) .team-item-header .team-item-infos {
      margin: 0;
      margin-bottom: 20px; }
  .team-item-container:not(.main-item) .team-item-media {
    text-align: center; }
    .team-item-container:not(.main-item) .team-item-media img {
      display: block;
      width: 200px;
      height: 200px;
      margin: 0 auto; }

  .team-item-container.main-item {
    text-align: left;
    align-items: flex-start; }
    .team-item-container.main-item h5 {
      margin-left: 15px; }
    .team-item-container.main-item .team-item-header {
      margin-bottom: 25px; }
    .team-item-container.main-item .team-item-details {
      flex-direction: column; }
      .team-item-container.main-item .team-item-details .team-item-media {
        margin-bottom: 30px; }
    .team-item-container.main-item .team-item-content {
      margin-left: 0; }

  .chiffre-item {
    margin: 20px 0; }

  .post-row {
    display: flex;
    flex-direction: column-reverse; }

  .summary-article-container {
    margin: 30px 0; }

  .reco-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 25px 0; }
    .reco-content .reco-portrait {
      position: static;
      margin-bottom: 20px;
      margin-top: -20px; }
    .reco-content .reco-content-text {
      margin: 0;
      text-align: left;
      font-size: 18px;
      line-height: 28px; }

  .reco-author {
    margin: 0;
    text-align: left; }

  .next-meetup-grid .card,
  .group-grid > div {
    margin: 20px 0; }

  .swiper-container-dates {
    padding-bottom: 20px;
    margin-bottom: 0; }
    .swiper-container-dates .swiper-container-dates-next,
    .swiper-container-dates .swiper-container-dates-prev {
      bottom: 0px; }

  .article-media-philosophie .is-media {
    position: relative;
    left: 25px;
    width: auto;
    max-width: 100%; }

  .job-item {
    text-align: center;
    flex-direction: column;
    padding: 20px 30px;
    justify-content: center;
    align-items: center; }
    .job-item.job-item-main {
      padding: 0; }
      .job-item.job-item-main .job-item-media {
        height: 220px;
        flex: 0 0 220px; }
    .job-item .job-item-infos {
      flex-direction: column; }
    .job-item .job-item-cta .btn {
      margin: 0; }
    .job-item .job-item-media {
      flex: none;
      height: auto; }

  .search-results .search-grid .search-grid-cell {
    flex: none;
    width: 100%;
    padding: 10px; }

  .list-offices .office-item {
    padding: 10px 0;
    flex: none;
    margin: 0; }

  .section.section-actu.pt-on {
    padding-top: 0; }
    .section.section-actu.pt-on .section-title {
      margin-bottom: 0; }
    .section.section-actu.pt-on .slider-actu-cta {
      margin-top: 5px;
      margin-bottom: 0; }

  .armonia-life .armonia-life-img {
    margin: 0 30px 30px;
    width: calc(100% - 60px); }
  .armonia-life.no-slider {
    padding: 30px 0 45px 0; }

  .follow-us .social-icon {
    margin: 0 15px; }

  .section.py-on {
    padding-top: 25px;
    padding-bottom: 25px; }

  .input-w-icon .input {
    width: calc(100% - 95px); }

  .title-metiers-france {
    padding: 0 25px; }

  .list-offices {
    flex-direction: column; }

  .nous-localiser-group {
    padding: 0 30px; }

  #loader .loader-media {
    margin: 15px auto;
    width: 70%; }

  #loader .loader-media img {
    width: 56px; }

  #loader .loader-content p {
    font-size: 20px; }

  #loader .loader-content h2 {
    font-size: 30px; }
    #loader .loader-content h2 .dot {
      font-size: 60px;
      transform: translate(-100%, 15%); }

  .fullscreen .is-border {
    margin: 15px auto;
    width: 70%; }
  .fullscreen .fullscreen-footer-menu a {
    line-height: 1.2em; }
  .fullscreen .fullscreen-footer-menu {
    margin-top: 15px; }
  .fullscreen .fullscreen-footer {
    padding-bottom: 15px; }

  .search-results .search-results-container .search-input {
    left: 0;
    margin: 0 25px;
    width: calc(100% - 50px);
    transform: none; }

  .search-results .search-results-content {
    padding: 0 15px; }

  .search-results .search-grid {
    margin-top: -15px;
    padding: 0; }

  .grid-last-msg {
    padding-bottom: 25px; }
    .grid-last-msg .grid-last-msg-cta {
      display: none; }

  .fil-ariane {
    margin: 20px 0px 35px 0px;
    font-size: 10px; }

  .intro-video .fil-ariane {
    margin: 35px 0px 35px 0px; }

  .nous-localiser-content .section-title {
    position: relative;
    z-index: 2; }

  .map-localisation {
    display: block;
    margin: 0 -25px; }
    .map-localisation img {
      display: block;
      width: 100%; }

  .section-nous-localiser {
    background: #fff; }

  .article-post {
    margin-right: 0; }
    .article-post .content-w-border.no-border {
      margin: 0;
      padding: 0;
      margin-bottom: 50px; }
    .article-post .grid-logo img {
      max-width: 100px;
      margin: 3px; }

  .summary-article-container {
    margin: 9px 0;
    width: auto; }
    .summary-article-container .summary-article {
      width: 45px;
      height: 45px;
      display: inline-flex;
      padding: 0; }
      .summary-article-container .summary-article.nav-pills .nav-link {
        font-size: 16px; }
      .summary-article-container .summary-article li.nav-item {
        display: none; }
      .summary-article-container .summary-article li.open-summary button {
        color: #fff;
        font-size: 22px;
        width: 45px;
        height: 45px;
        padding: 0; }
        .summary-article-container .summary-article li.open-summary button i {
          color: #fff; }
      .summary-article-container .summary-article.is-open {
        display: flex;
        padding: 20px 30px;
        position: static;
        position: absolute;
        right: 0;
        width: 65vw;
        height: auto;
        margin-left: auto; }
        .summary-article-container .summary-article.is-open li.open-summary {
          display: none; }
        .summary-article-container .summary-article.is-open li.nav-item {
          display: block; }

  .grid-discover-armonia {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -6px; }
    .grid-discover-armonia .grid-discover-armonia-item {
      padding: 6px;
      flex: 0 0 50%; }
      .grid-discover-armonia .grid-discover-armonia-item .card {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 135px;
        padding: 12px; }
        .grid-discover-armonia .grid-discover-armonia-item .card .card-title {
          margin-bottom: 0;
          height: auto; }
          .grid-discover-armonia .grid-discover-armonia-item .card .card-title h3 {
            font-size: 18px;
            text-align: left;
            position: relative;
            margin-left: 5px; }
            .grid-discover-armonia .grid-discover-armonia-item .card .card-title h3 .dot {
              position: absolute;
              left: -14px;
              top: -5px; }
      .grid-discover-armonia .grid-discover-armonia-item .card-text,
      .grid-discover-armonia .grid-discover-armonia-item .card-cta {
        display: none; }

  .section .section-row {
    padding: 20px 0; }

  .section-bg-a .content-w-border {
    width: 100%; }

  .bg-slide-dates-container {
    height: 500px; }
    .bg-slide-dates-container .bg-slide-dates {
      background-image: none !important; }
      .bg-slide-dates-container .bg-slide-dates::before {
        width: 100%; }
      .bg-slide-dates-container .bg-slide-dates .content-w-border {
        padding: 0;
        height: 370px;
        overflow: auto;
        padding-left: 25px; }

  .swiper-container-pagination {
    font-size: 20px; }

  .swiper-home-grid {
    padding-bottom: 0; }

  .card-engagement .card-slider-content {
    padding-bottom: 0; }

  .card-engagement .card-slider-text {
    margin-bottom: 0px; }

  .slider-width-auto {
    padding: 0; }

  .swiper-container-actu {
    padding: 0 25px; }
    .swiper-container-actu .card-actu {
      max-width: none; }

  .card-actu {
    max-width: none; }

  .card-engagement {
    max-width: none; }
    .card-engagement .card-engagement-gradient .card-slider-title {
      margin: 0 -10px; }
    .card-engagement::before {
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%); }

  .swiper-home-grid .card-engagement
  .swiper-container .card-actu {
    max-width: none; }

  .slider-actu {
    margin-top: 25px; }
    .slider-actu .swiper-container-actu {
      padding-bottom: 30px; }

  .section.section-armonialife {
    padding: 45px 0 30px 0; }

  .locations-search {
    margin-bottom: 30px; }
    .locations-search .location-tab-search {
      margin-bottom: 30px; }

  .swiper-last-actu {
    padding-bottom: 30px;
    margin-bottom: -10px; }

  .swiper-grid-actu-mobile .swiper-container-pagination {
    margin: 10px 0; }

  h1.mobile-font-20,
  h2.mobile-font-20,
  .mobile-font-20 {
    font-size: 20px; }

  .newsletter-body p,
  .newsletter-body .title {
    font-size: 14px; }

  .main-media img,
  img.img-section {
    height: 160px;
    display: block;
    object-position: center;
    object-fit: cover; }

  .section.pt-on {
    padding-top: 20px; }

  .top-container .content-w-border {
    margin: 25px 0 35px; }

  .section-letter-a .section-letter-a-content {
    width: 100%; }
    .section-letter-a .section-letter-a-content .content-w-border .text {
      font-size: 18px; }

  .slider-actu-cta {
    margin-top: 0;
    padding-bottom: 15px; }

  .grid-3champs {
    margin-bottom: 0; }

  .grid-discover-armonia .grid-discover-armonia-item .card {
    padding: 0;
    height: 100%;
    padding-top: 100%;
    position: relative; }
    .grid-discover-armonia .grid-discover-armonia-item .card .card-title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }

  .swiper-jobs-item.swiper-container .btn-swiper.btn-swiper-prev, .swiper-jobs-item.swiper-container .btn-swiper.swiper-home-grid-prev, .swiper-jobs-item.swiper-container .btn-swiper.swiper-container-actu-prev,
  .swiper-team-item.swiper-container .btn-swiper.btn-swiper-prev,
  .swiper-team-item.swiper-container .btn-swiper.swiper-home-grid-prev,
  .swiper-team-item.swiper-container .btn-swiper.swiper-container-actu-prev,
  .swiper-team2-item.swiper-container .btn-swiper.btn-swiper-prev,
  .swiper-team2-item.swiper-container .btn-swiper.swiper-home-grid-prev,
  .swiper-team2-item.swiper-container .btn-swiper.swiper-container-actu-prev {
    margin: 0;
    padding: 0;
    left: 10px;
    top: 50%; }
  .swiper-jobs-item.swiper-container .btn-swiper.btn-swiper-next, .swiper-jobs-item.swiper-container .btn-swiper.swiper-home-grid-next, .swiper-jobs-item.swiper-container .btn-swiper.swiper-container-actu-next,
  .swiper-team-item.swiper-container .btn-swiper.btn-swiper-next,
  .swiper-team-item.swiper-container .btn-swiper.swiper-home-grid-next,
  .swiper-team-item.swiper-container .btn-swiper.swiper-container-actu-next,
  .swiper-team2-item.swiper-container .btn-swiper.btn-swiper-next,
  .swiper-team2-item.swiper-container .btn-swiper.swiper-home-grid-next,
  .swiper-team2-item.swiper-container .btn-swiper.swiper-container-actu-next {
    margin: 0;
    padding: 0;
    right: 10px;
    top: 50%; }

  .team-item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .team-item-group .team-item-container {
      flex: 0 0 50%;
      padding: 10px; }
      .team-item-group .team-item-container:not(.main-item) .team-item-header {
        flex-direction: column; }
        .team-item-group .team-item-container:not(.main-item) .team-item-header h5, .team-item-group .team-item-container:not(.main-item) .team-item-header p {
          font-size: 18px;
          margin-left: 0; }
        .team-item-group .team-item-container:not(.main-item) .team-item-header .team-item-infos {
          width: 100%; }
      .team-item-group .team-item-container:not(.main-item) .team-item-media img {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
        border-radius: 25px; }

  .grid-site-presentation {
    padding-bottom: 0; }

  .article-post .content-w-border {
    padding-right: 0; }
    .article-post .content-w-border .text {
      font-size: 18px; }
  .article-post .content-w-border .subtitle {
    margin: 20px 0; }

  .reco-container {
    padding-bottom: 15px; }

  .armonia-logo-title {
    margin: 30px 0 50px;
    padding: 0 35px; }

  .chiffres-grid {
    margin-bottom: 0; }

  .chiffre-media img {
    height: 90px; }

  .form-contact-us {
    margin-bottom: 0; }

  .contact-infos {
    padding: 0; }
    .contact-infos .contact-address {
      padding: 0 30px; }

  .section-padd {
    padding: 30px 0 20px; }

  .nous-localiser-group {
    padding-right: 0; }

  .form-padding {
    padding: 20px; }

  .wrapper-m {
    padding-left: 25px;
    padding-right: 25px; }

  .title-marg-left {
    margin-left: 15px; }

  .jobs-grid .job-item {
    margin: 0;
    padding: 20px 10px 40px; }

  .next-meetup-grid {
    margin-top: -25px;
    margin-bottom: 10px; }

  .job-item {
    position: relative;
    text-align: left; }
    .job-item .job-item-content {
      padding: 0; }
    .job-item .job-item-cta {
      margin-top: 20px; }
      .job-item .job-item-cta .btn {
        margin: 0 auto; }
    .job-item:not(.job-item-main) .job-item-infos {
      align-items: flex-start; }
    .job-item:not(.job-item-main) .job-item-media {
      padding-left: 0;
      margin: -15px 0 0 0; }

  .job-item.job-item-main .job-item-content {
    padding: 10px 10px 40px 10px; }
  .job-item.job-item-main .job-item-header img {
    position: absolute;
    top: 20px;
    right: 20px; }

  .grid-3champs-cell .letter-A-svg svg {
    width: 200px;
    height: 200px; }

  .chiffre-media {
    margin-bottom: 15px; }

  .search-nb-results {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px; }

  .content-no-border .text {
    padding-left: 0; }

  .contact-us-container {
    padding: 20px 0 30px 0; }

  .submit-btn .btn {
    min-width: 210px; }

  .section-chiffres-article .chiffres-grid {
    padding: 20px 0; }

  .intro-video {
    height: 100%; }

  .fullscreen-video.video-container {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: flex-end; }

  .fullscreen-video .is-video-content {
    margin-top: 125px;
    position: relative; }

  .localise-team .section-title {
    margin: 35px 0 50px; }
  .localise-team .input {
    border-radius: 0; }

  .article-post-media .title-media {
    padding: 25px 0 15px 0; }

  .reco-content {
    align-items: center; }

  .swiper-team2-item.swiper-container .btn-swiper.btn-swiper-prev,
  .swiper-team2-item.swiper-container .btn-swiper.btn-swiper-next {
    top: calc(50% - 25px); }

  .section-keydate {
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10; }

  .section-actu .section-row:nth-child(2) {
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px; }
    .section-actu .section-row:nth-child(2) .section-title {
      margin-top: 0; }

  .bg-slide-dates-container .btn-swiper.swiper-container-dates-prev {
    left: 10px;
    margin: 0; }

  .bg-slide-dates-container .btn-swiper.swiper-container-dates-next {
    left: auto;
    right: 10px;
    margin: 0; }

  .bg-slide-dates-desktop {
    display: block; }
    .bg-slide-dates-desktop .swiper-keydate {
      height: 100%; }
    .bg-slide-dates-desktop .bg-slide-dates .container {
      padding: 20px 45px 60px; }
    .bg-slide-dates-desktop .bg-slide-dates .content-w-border {
      padding: 0 0 0 30px; }
    .bg-slide-dates-desktop .bg-slide-dates {
      position: relative; }
    .bg-slide-dates-desktop .bg-slide-dates.bg-is-yellow {
      background: #ffb358; }
    .bg-slide-dates-desktop .bg-slide-dates.bg-is-red {
      background: #ff796d; }
    .bg-slide-dates-desktop .bg-slide-dates.bg-is-blue {
      background: #7fdbce; }
    .bg-slide-dates-desktop .bg-slide-dates.bg-is-dark {
      background: #204e5e; }
    .bg-slide-dates-desktop .bg-slide-dates.bg-is-black {
      background: #272d33; }

  .bg-slide-dates-container {
    display: none; }

  .swiper-container.swiper-fixed-border.swiper-keydate .swiper-slide {
    padding: 0; }

  .swiper-container.swiper-keydate .btn-swiper.btn-swiper-prev-border {
    top: auto;
    bottom: 10px;
    left: 35px;
    right: auto;
    transform: none;
    margin: 0;
    padding: 0; }

  .swiper-container.swiper-keydate .btn-swiper.btn-swiper-next-border {
    top: auto;
    bottom: 10px;
    right: 35px;
    transform: none;
    margin: 0;
    padding: 0; }

  .section {
    box-shadow: inset 0 -21px 16px -22px rgba(0, 0, 0, 0.1); }

  .accordion-jobs .col-md-6 {
    padding-left: 0;
    padding-right: 0; }

  .accordion-text {
    position: relative;
    margin-left: 15px; }
    .accordion-text .accordion-dot {
      position: absolute;
      left: -15px; }

  .rellax {
    position: static;
    transform: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-fixed .navigation a {
    margin: 0 10px; }
    .header-fixed .navigation a.btn {
      font-size: 14px; }

  .list-offices .office-item {
    width: 100%;
    flex: 0 0 100%; }

  .accordion-jobs h2 {
    padding: 15px 0; } }
@media screen and (max-width: 345px) {
  .input,
  .input-w-icon .input {
    font-size: 16px; } }
@keyframes hoverLogo {
  0% {
    transform: translateY(0%); }
  25% {
    transform: translateY(-33.33%); }
  80% {
    transform: translateY(-33.33%); }
  100% {
    transform: translateY(-33.33%); } }

/*# sourceMappingURL=style.css.map */

@font-face {
  font-family: 'Grold Black';
  src: url('../../fonts/grold/Grold-Black.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grold Bold';
  src: url('../../fonts/grold/Grold-Bold.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grold Light';
  src: url('../../fonts/grold/Grold-Light.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body.new-theme {
  margin-top: 2%;
}

body.new-theme * {
  font-family: 'Grold Light';
}

body.new-theme h1 {
  font-family: 'Grold Black' !important;
}

body.new-theme h2, body.new-theme h3, body.new-theme h5, body.new-theme h4, body.new-theme h2 button {
  font-family: 'Grold Black' !important;
}

body.new-theme .top-footer-title h3 {
  margin-left: unset;
}

.follow-us-new-theme path{
  fill: #204e5f !important;
}

.burger-icon-new-theme {
  background: #204e5f;
}

.bg-new-letter-a {
  background: url("../assets/images/A-white_RVB-site_web_40.png") no-repeat;
  background-position: 100% 90%;
  background-size: 45% auto;
}

.placeholder-lightBlue::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7edbcd;
  font-weight: normal; }

.placeholder-lightBlue::-moz-placeholder {
  /* Firefox 19+ */
  color: #7edbcd;
  font-weight: normal; }

.placeholder-lightBlue:-ms-input-placeholder {
  /* IE 10+ */
  color: #7edbcd;
  font-weight: normal; }

.placeholder-lightBlue:-moz-placeholder {
  /* Firefox 18- */
  color: #7edbcd;
  font-weight: normal; }

.icon-lightBlue, .bloc-nous-rejoindre.bg-bluelight a.btn {
  color: #7edbcd !important;
}

.bloc-nous-rejoindre.bg-bluelight {
  background: #7edbcd !important;
}

#fullpeperduckblue {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #204e5f;
}

.fullpeperduckblueloader {
  color: #fff !important;
  background: #204e5f !important;
}

#fullpeperduckblue * {
  font-family: 'Grold Light' !important;
}

#fullpeperduckblue h1, #fullpeperduckblue h2, #fullpeperduckblue h3, #fullpeperduckblue h5, #fullpeperduckblue h4 {
  font-family: 'Grold Black' !important;
}

.grold-bold-font, .content-important-container .content-important-new-theme .title h1 span, .content-w-border.no-border .title h1 span {
  font-family: 'Grold Bold' !important;
}

.section-dark .card-title, .section-dark .card-text {
  color: #fff !important;
}

#fullpeperduckblue h1 span {
  font-family: 'Grold Bold' !important;
}

h5.text-bluelight.employee-new-theme {
  color: #7edbcd !important;
  margin-left: unset !important;
}

.color-scheme-pepperduckfull .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #204e5f; }

.color-scheme-pepperduckseven .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #5c7d89; }

.color-scheme-pepperduckfour .accordion-body .btn-cta-accordion {
  color: #fff;
  background: #a6b6bd; }

.bg-pepperduckfull {
  background: #204e5f; }

.bg-pepperduckseven {
  background: #5c7d89; }

.bg-pepperduckfour {
  background: #a6b6bd; }

.accordion-media-new-theme {
  width: 25% !important;
}
