@import url(https://fonts.googleapis.com/css?family=Maven+Pro|Roboto);
.btn-action-bar {
  display: flex;
  justify-content: center; }
  .btn-action-bar .btn--left {
    flex: 2;
    margin-right: 4px; }
  .btn-action-bar .btn--right {
    flex: 4; }

input[type=button],
input[type=submit],
button,
.btn {
  border: none;
  padding: 0.8rem 1rem;
  background-color: #00838A;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
  input[type=button]:disabled,
  input[type=submit]:disabled,
  button:disabled,
  .btn:disabled {
    opacity: 0.7;
    cursor: inherit; }
  input[type=button].fixedWidth,
  input[type=submit].fixedWidth,
  button.fixedWidth,
  .btn.fixedWidth {
    display: block;
    position: relative;
    width: 230px;
    margin: 1.5rem auto 0.5rem; }
  input[type=button].btn--inverse,
  input[type=submit].btn--inverse,
  button.btn--inverse,
  .btn.btn--inverse {
    background-color: #ffffff !important;
    color: #00838A !important;
    font-weight: bold;
    border: 1px solid #00838A; }

.containerLogo {
  min-width: 190px; }

.logo-ingin {
  position: relative;
  top: 7px;
  left: 7px;
  width: 150px; }

ul.main-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0;
  background-color: #040717;
  -webkit-transition: height 300ms;
  transition: height 300ms ease;
  will-change: height;
  overflow: hidden; }
  ul.main-menu.main-menu--hidden {
    overflow: hidden; }
  ul.main-menu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    ul.main-menu li.item--active {
      background-color: rgba(230, 230, 230, 0.1); }
    ul.main-menu li a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.75rem;
      height: 74px;
      line-height: 74px;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      opacity: 1;
      -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -ms-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms; }
      ul.main-menu li a:hover {
        background-color: rgba(230, 230, 230, 0.1);
        color: #fff; }

@media screen and (min-width: 768px) {
  ul.main-menu {
    top: 100px; } }

@media screen and (min-width: 1024px) {
  ul.main-menu {
    top: 120px; } }

.spinner {
  position: sticky;
  width: 100%;
  height: 3px;
  opacity: 1;
  background-color: #0bf3ff;
  overflow: hidden;
  z-index: 9;
  top: 0; }
  .spinner .bar {
    height: 3px;
    background-color: #00838A;
    position: absolute; }
  .spinner .bar1 {
    left: 50%;
    width: 10%;
    -webkit-animation: bar1 7s infinite linear;
    -moz-animation: bar1 7s infinite linear;
    -ms-animation: bar1 7s infinite linear;
    animation: bar1 7s infinite linear; }
  .spinner .bar2 {
    left: 0%;
    width: 0%;
    -webkit-animation: bar2 7s infinite;
    -moz-animation: bar2 7s infinite;
    -ms-animation: bar2 7s infinite;
    animation: bar2 7s infinite; }

@-webkit-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-moz-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-ms-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-webkit-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@-moz-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@-ms-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

header {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  header.flexHeader {
    display: flex;
    justify-content: space-between; }
  header button {
    width: 70px;
    height: 70px;
    background: transparent;
    border: none;
    position: relative;
    padding: 0;
    cursor: pointer; }
    header button span.label {
      font-size: 0;
      position: absolute;
      margin-top: -9999px; }
  header img {
    height: 70px;
    width: auto; }

.progressBar {
  position: sticky;
  display: block;
  top: 0px;
  height: 6px;
  background-color: #00e4f0;
  z-index: 9;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -ms-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  will-change: width; }

@media screen and (min-width: 768px) {
  header {
    height: 100px; }
    header button {
      width: 100px;
      height: 100px; }
    header img {
      height: 100px;
      width: auto; } }

@media screen and (min-width: 1024px) {
  header {
    height: 120px; }
    header button {
      width: 120px;
      height: 120px; }
    header img {
      height: 120px;
      width: auto; } }

.btn.socialNetworkButton {
  position: relative;
  padding: 0;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .btn.socialNetworkButton:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn.socialNetworkButton:hover span {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .btn.socialNetworkButton span {
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
    .btn.socialNetworkButton span.explicitName {
      display: block;
      position: absolute;
      top: -9999px;
      font-size: 0px; }

.footer {
  background-color: #000412;
  color: #CCCCCC;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box; }
  .footer .row {
    margin: 1.5rem 0; }
  .footer section {
    display: inline-block;
    margin-bottom: 1rem;
    flex: 1; }
    .footer section.contacts {
      margin-bottom: 1.5rem; }
    .footer section strong {
      text-transform: uppercase;
      font-size: 1rem;
      position: relative; }
      .footer section strong:after {
        content: '';
        position: absolute;
        width: 38px;
        left: 0px;
        height: 0;
        border-top: 2px solid #00838A;
        bottom: -10px; }
    .footer section ul {
      margin-top: 10px;
      display: inline-block; }
      .footer section ul li {
        font-size: 0.90rem;
        margin-bottom: 6px;
        position: relative;
        padding-left: 12px; }
        .footer section ul li:before {
          content: '';
          position: absolute;
          top: 2px;
          left: 0;
          width: 8px;
          height: 14px;
          background: url("/static/img/double-chevron.svg") no-repeat;
          -webkit-background-size: 8px;
          background-size: 8px;
          background-position: left; }
        .footer section ul li a {
          font-size: inherit;
          text-decoration: none;
          color: inherit; }
          .footer section ul li a:hover {
            text-decoration: underline; }
    .footer section:first-of-type {
      flex: 2; }
  .footer .socialLink {
    text-align: center;
    padding: 5px; }
    .footer .socialLink img {
      margin: 0 0 2rem; }
    .footer .socialLink p {
      margin: 0.2rem auto;
      position: relative; }
      .footer .socialLink p:after {
        content: '';
        position: absolute;
        display: block;
        width: 45px;
        height: 0px;
        border-top: 2px solid #00838A;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px; }

.copyright {
  background-color: #000412;
  color: #CCCCCC;
  padding: 8px;
  display: block;
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase; }
  .copyright .copyright__container {
    width: 190px;
    margin: 0 auto;
    text-align: center; }

@media screen and (min-width: 768px) {
  .footer {
    flex-direction: row; }
    .footer section {
      min-width: 150px; }
      .footer section h4 {
        font-size: 0.8rem; } }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

* {
  box-sizing: border-box; }

/* Set a background color */
body {
  background-color: #474e5d;
  font-family: Helvetica, sans-serif; }

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: whitesmoke; }

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px; }

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%; }

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1; }

/* Place the container to the left */
.container.left {
  left: 0; }

/* Place the container to the right */
.container.right {
  left: 50%; }

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white; }

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; }

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px; }

/* The actual content */
.timeline.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px; }
  .timeline.content h3 {
    display: inline;
    font-size: 1rem; }
    .timeline.content h3.light {
      font-weight: normal; }
      .timeline.content h3.light strong {
        font-weight: bold; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px; }
  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent; }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px; }
  /* Make all right containers behave like the left ones */
  .container.right {
    left: 0%; } }

.icon-container {
  display: block;
  background-color: #00838A;
  width: 128px;
  height: 128px;
  margin: 0 auto; }
  .icon-container svg {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.icon-label {
  font-size: 2rem;
  line-height: 125px;
  text-align: center; }

.icon--rounded {
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px; }

@media screen and (min-width: 768px) {
  .icon-container {
    margin: initial; }
  .icon-label {
    padding-left: 32px; } }

.jc-c {
  justify-content: center; }

.d-f {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .d-f--col {
    flex-direction: column; }
  .d-f .flex {
    flex: 1; }
    .d-f .flex--2 {
      flex: 2; }
    .d-f .flex--3 {
      flex: 3; }
    .d-f .flex--4 {
      flex: 4; }
    .d-f .flex--5 {
      flex: 5; }
    .d-f .flex--6 {
      flex: 6; }
    .d-f .flex--7 {
      flex: 7; }
    .d-f .flex--8 {
      flex: 8; }
    .d-f .flex--9 {
      flex: 9; }
    .d-f .flex--10 {
      flex: 10; }

@media screen and (min-width: 768px) {
  p:nth-of-type(1) {
    margin-top: 0; }
  .mr1 {
    margin-right: 1rem; }
  .d-f {
    display: flex; }
    .d-f--row {
      flex-direction: row; } }

body {
  font-family: 'Maven Pro', Roboto;
  font-weight: 400;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url(/static/img/background/fond_voyage-plongee-w1600.webP);
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #00061f; }

.mainContainer {
  background: linear-gradient(#00000055 10%, #ffffff00 100%); }

h1.h1Title {
  position: absolute;
  left: 1rem;
  margin-top: -85px !important;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #FFFFFF; }
  h1.h1Title span {
    color: #54fdf8;
    margin-left: 1rem; }

code pre {
  background-color: #383838;
  padding: 16px;
  color: white; }

.row {
  margin: 1.5rem 0; }
  .row--small {
    margin: 0.5rem 0; }

.article,
.contact {
  margin-bottom: 6rem; }

a {
  text-decoration: none;
  color: inherit; }

p {
  text-align: justify; }

.backToTop {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 9;
  width: 50px;
  height: 50px !important;
  line-height: 60px;
  background-color: #00838A;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  transform-origin: top; }
  .backToTop--hidden {
    display: none; }

.editoContent {
  max-width: 100%;
  background-color: #00838A;
  padding: 1rem; }

.leftCol {
  display: block;
  position: relative;
  width: 100%; }

.rightCol {
  display: block;
  position: relative;
  margin-top: 140px;
  width: 100%;
  align-content: flex-start; }
  .rightCol .effect-lexi {
    flex: 1 1 100%; }
  .rightCol--sticky {
    position: sticky;
    top: 67px; }

ul.list-item {
  margin-left: 2rem;
  margin-bottom: 2rem; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol li {
  list-style-type: upper-roman; }

blockquote:before {
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url("/static/img/right-quote.svg");
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-top: 1px; }

ul.list-item li {
  list-style-image: url("/static/img/check.svg");
  text-align: left; }

.viewport {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }

.mainContainer {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: -4px;
  padding: 16px; }
  .mainContainer--center {
    width: 100%;
    box-sizing: border-box; }
  .mainContainer__title {
    margin-top: 48px;
    text-align: center; }
    .mainContainer__title h1 {
      font-size: 3rem; }
    .mainContainer__title span {
      font-size: 1.5rem; }
  .mainContainer .body {
    margin: 16px; }

section .default {
  padding-top: 86px;
  padding-bottom: 48px; }

section .imgUneHome {
  background-image: url(/static/img/excellence-partners-service-quality-w1000.jpg);
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  section .imgUneHome span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 16px;
    background-color: #00000099; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  text-justify: none !important; }

h1 {
  font-size: 1.3rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1.1rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

h1.title {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

input[type=button] {
  width: inherit; }

.right {
  text-align: right; }

.btn {
  padding: 0.5rem 1.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #00838A;
  border-style: solid;
  border-radius: 0px;
  color: #00838A;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: background-color;
  transition-duration: 0.2s; }
  .btn:hover {
    background-color: #00838A;
    color: #FFFFFF; }
  .btn.large {
    height: 50px; }
  .btn--inverse {
    border-color: #ffffff;
    color: #00838A;
    background-color: #ffffff; }
    .btn--inverse:hover {
      border: 1px solid #ffffff;
      background-color: #00838A;
      color: #FFFFFF; }

.layer {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
  width: 100%; }
  .layer--sticky {
    position: sticky;
    top: 0px;
    z-index: 3; }
  .layer--small {
    padding: 0.5rem !important;
    background-color: #010413dd; }

.section--even {
  background-color: whitesmoke; }

.section--odd {
  background-color: darkseagreen; }
  .section--odd h2 {
    color: #000; }

a.btn.primary, .btn.primary {
  background-color: #00838A;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem; }
  a.btn.primary.inverse, .btn.primary.inverse {
    background-color: #ffffff;
    color: #000000; }
    a.btn.primary.inverse:hover, .btn.primary.inverse:hover {
      background-color: #3A5F3A !important;
      color: #FFFFFF; }

a.btn.green, .btn.green {
  background-color: #3A5F3A;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.85rem; }
  a.btn.green.inverse, .btn.green.inverse {
    background-color: #FFFFFF;
    color: #3A5F3A; }
    a.btn.green.inverse:hover, .btn.green.inverse:hover {
      background-color: #3A5F3A !important;
      color: #FFFFFF; }

a.btn.blue, .btn.blue {
  background-color: #1C75BB;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.85rem; }

a.btn.red, .btn.red {
  background-color: #FF465B;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.85rem; }

.tools-container {
  fill: #F5F5F5; }

.notification {
  box-sizing: border-box;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: auto;
  background-color: whitesmoke;
  color: #232323;
  text-align: center;
  line-height: 32px;
  padding: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 9; }
  .notification-mask {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.75); }

.mobile--only {
  display: inline-block !important; }

span.alignCenter,
p.alignCenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  width: 100%; }

img.alignCenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  width: 100%;
  background: url(/static/img/no-pictures.svg) grey no-repeat center;
  background-size: contain;
  min-height: 100px; }

img.mobile--only {
  position: relative;
  top: 50%;
  width: 97px;
  max-width: 97px;
  max-height: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.tablet--only,
.desktop--only {
  display: none !important; }

.centerOnMobileOnly {
  text-align: center; }

.title-contact {
  width: 230px;
  margin: 0 auto;
  text-align: center; }

.title-temoignages {
  width: 335px;
  margin: 0 auto; }

.block {
  padding: 16px; }

h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 16px; }

h2:after {
  border-bottom-width: 4px; }

h3:after {
  border-bottom-width: 2px; }

h4:after, h5:after, h6:after {
  border-bottom-width: 1px; }

section .title {
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  position: relative;
  text-align: center;
  margin-top: 0;
  padding: 1rem;
  color: #ffffff; }
  section .title span {
    color: #00838A; }
  section .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 0px;
    border-top: 1px solid #00838A;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  section .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    border-top: 1px solid lightgray;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

p.legend,
.imgLegend {
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
  margin-bottom: 0.5rem; }

.block--tablet {
  padding: 0; }

.separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00838A; }

.article {
  margin-top: 10rem; }
  .article__content {
    position: relative;
    background-color: #00838A;
    color: #FFFFFF;
    padding: 1rem;
    line-height: 1.5rem; }
    .article__content a {
      text-decoration: underline; }
    .article__content > img {
      margin-top: 3rem; }

@media screen and (min-width: 481px) {
  .article__content {
    text-align: justify;
    padding-top: 5rem; }
  .rightCol .effect-lexi {
    flex: 1 1 50%; } }

@media screen and (min-width: 768px) {
  .leftCol {
    width: 768px;
    position: relative; }
  .rightCol {
    position: relative;
    margin-top: 140px;
    width: 768px; }
    .rightCol .effect-lexi {
      flex: 1 1 33%; }
  .layer {
    padding: 2rem; }
  .editoContent {
    max-width: 350px;
    padding: 0.5rem; }
  .article__content {
    padding: 2rem 2rem 2rem 3rem;
    text-align: justify;
    padding-top: 5rem; }
  section .imgUneHome {
    height: 350px; }
    section .imgUneHome span {
      bottom: 16px;
      font-size: 1.2rem; }
  .block {
    padding: 0; }
  .block--tablet {
    padding: 32px; }
  .mobile--only {
    display: none !important; }
  .tablet--only {
    display: inline-block !important; }
  .centerOnMobileOnly {
    text-align: left; }
  .mainContainer {
    width: 100%;
    padding: 0; }
    .mainContainer--center {
      width: 768px;
      margin: 0 auto; }
    .mainContainer .body {
      margin: 0; }
  .article {
    padding: 0;
    margin-top: 15rem;
    margin-bottom: 6rem; }
    .article__content {
      padding: 2rem 2rem 2rem 3rem;
      text-align: justify;
      padding-top: 5rem; } }

@media screen and (min-width: 1024px) {
  .leftCol {
    width: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .rightCol {
    position: relative;
    margin-top: 0;
    width: 550px; }
    .rightCol .effect-lexi {
      flex: 1 1 50%; }
  section .imgUneHome {
    height: 450px; }
    section .imgUneHome span {
      bottom: 32px;
      font-size: 1.5rem; }
  .desktop--only {
    display: inline-block !important; }
  .mainContainer {
    width: 100%; }
    .mainContainer--center {
      width: 1000px; }
  .article__content {
    padding: 2rem 2rem 2rem 3rem;
    text-align: justify;
    padding-top: 2rem; } }

@media screen and (min-width: 1600px) {
  .leftCol {
    width: 650px;
    position: relative; }
  .mainContainer {
    width: 100%; }
    .mainContainer--center {
      width: 1200px !important; } }

.primary {
  fill: #00838A;
  color: #00838A; }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

h1.home-title {
  position: relative;
  text-align: center;
  margin-top: 0;
  padding-top: 80px;
  font-weight: 400; }
  h1.home-title .arrow--down {
    height: 0px; }
    h1.home-title .arrow--down::after {
      position: absolute;
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 0;
      content: " ";
      background-image: url("/static/img/arrow-right.svg");
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 21px;
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
  h1.home-title span:nth-of-type(2) {
    margin-bottom: 60px;
    font-weight: 300; }
    h1.home-title span:nth-of-type(2):after {
      content: '';
      display: block;
      width: 0;
      height: 80px;
      background: red;
      margin: auto;
      margin-top: 20px;
      left: 0;
      right: 0;
      border-right: 1px solid #00b1bb; }
  h1.home-title:after {
    content: "";
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4rem;
    color: darkblue;
    padding-top: 28px;
    box-sizing: border-box;
    text-shadow: 0 8px #00008b;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: -webkit-radial-gradient(center, #54fdf8, #54fdf8 54%, rgba(0, 177, 187, 0.5) 56%, rgba(0, 177, 187, 0.45)); }

h1.home-title--twoColorTitle {
  text-transform: uppercase;
  line-height: 3.5rem;
  font-size: 2.5rem;
  margin-bottom: 10rem; }
  h1.home-title--twoColorTitle span:nth-of-type(1) {
    color: #54fdf8;
    font-weight: 400; }
  h1.home-title--twoColorTitle span:nth-of-type(2) {
    color: #FFFFFF; }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.plane::after {
  content: " ";
  background-image: url("/static/img/plane.svg");
  transform: rotate(45deg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

.heart::after {
  content: " ";
  background-image: url("/static/img/heart.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

.megaphone::after {
  content: " ";
  background-image: url("/static/img/megaphone.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (min-width: 481px) {
  .favorites .blocTitle {
    top: -100px !important; } }

.blocTitle {
  left: 1rem;
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase; }
  .blocTitle span:nth-of-type(1) {
    margin-left: 3.7rem; }
  @media screen and (min-width: 1024px) {
    .blocTitle {
      font-size: 1.2rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 1600px) {
    .blocTitle {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .blocTitle span:nth-of-type(2) {
    color: #54fdf8;
    margin-left: 5rem; }
  .blocTitle::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #00c7d4;
    width: 1px;
    height: 60px;
    left: 2.7rem; }
  .blocTitle::after {
    position: absolute;
    z-index: 3;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 50px;
    padding-top: 1px;
    background-color: #00c7d4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 1rem;
    margin-top: 10px; }
    @media screen and (min-width: 1600px) {
      .blocTitle::after {
        margin-top: -15px; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical span:nth-of-type(1) {
      margin-left: 3.7rem; } }
  .blocTitle.vertical span:nth-of-type(2) {
    color: #54fdf8;
    margin-left: 5rem; }
    @media screen and (min-width: 1600px) {
      .blocTitle.vertical span:nth-of-type(2) {
        margin-left: 5rem; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical::before {
      width: 1px;
      height: 60px;
      left: 2.7rem;
      bottom: 0; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical::after {
      left: 1rem;
      right: auto;
      margin-top: -4px; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical {
      left: 85px !important; } }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

img {
  position: relative;
  z-index: 1; }

.center {
  display: block !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 150px; }

.button {
  position: relative;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #00838A;
  color: #00838A;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 1.3rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  transition: background-color 0.3s; }
  .button:focus, .button:hover {
    background-color: #00838A;
    color: #FFFFFF; }
  .button.button--inverse {
    background-color: #00838A;
    color: #FFFFFF; }
    .button.button--inverse:focus, .button.button--inverse:hover {
      background-color: transparent;
      color: #00838A; }

.arrow--right::before {
  content: " ";
  background-image: url("/static/img/arrow-right.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.favorites {
  position: relative; }
  .favorites figure {
    overflow: hidden;
    position: relative;
    margin: 0 0 3rem;
    background-color: #FFFFFF;
    color: #1e4161;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .favorites figure {
        width: 250px;
        margin: 0; }
        .favorites figure:nth-child(even) {
          top: 300px; } }
    .favorites figure::before {
      display: block;
      z-index: 2;
      width: 48px;
      height: 48px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 300px;
      background-color: #FFF;
      border-radius: 50%;
      text-align: center;
      font-size: 1.6rem;
      content: "";
      line-height: 4rem;
      color: #00838A; }
      @media screen and (min-width: 768px) {
        .favorites figure::before {
          top: 50%;
          content: "";
          text-align: right;
          line-height: 3rem;
          -webkit-transform: translateY(-50%) rotate(0deg);
          -moz-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
          -o-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg); } }
      @media screen and (min-width: 1024px) {
        .favorites figure::before {
          top: 300px;
          transform: translateY(-50%) rotate(90deg);
          content: inherit; } }
    .favorites figure figcaption {
      padding: 2rem;
      height: 300px;
      position: relative;
      z-index: 2;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .favorites figure figcaption {
          display: inline-block;
          vertical-align: top;
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        .favorites figure figcaption {
          display: inherit;
          width: 100%;
          height: 300px; } }
  .favorites__title {
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .favorites__title {
        font-size: 1rem; } }
  .favorites__descr {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
    color: rgba(30, 65, 97, 0.74) !important; }
    @media screen and (min-width: 1024px) {
      .favorites__descr {
        font-size: 1rem; } }
  .favorites__illustration {
    height: auto;
    max-height: 300px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .favorites__illustration {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 300px; } }
    @media screen and (min-width: 1024px) {
      .favorites__illustration {
        height: 300px;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .favorites__illustration img {
        width: auto;
        min-width: 385px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%; } }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.breadcrumb {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  border-left: 3px solid #00838A;
  padding-left: 1rem;
  font-size: 1rem;
  color: #fff; }
  .breadcrumb__link:hover {
    text-decoration: underline;
    cursor: pointer; }
  .breadcrumb--active {
    color: #54fdf8;
    font-weight: bold;
    text-shadow: 1px 1px 4px black; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 1.2rem; }
    .breadcrumb li a {
      font-size: inherit;
      color: inherit; }
    .breadcrumb li:before {
      content: '>';
      color: white;
      position: absolute;
      margin-left: -13px; }
    .breadcrumb li:nth-of-type(1):before {
      content: ''; }

ul.autocomplete-results {
  max-height: 500px;
  overflow-y: auto; }
  ul.autocomplete-results li {
    cursor: pointer;
    display: flex;
    background-color: white;
    height: 80px;
    margin-bottom: 3px; }
    ul.autocomplete-results li img {
      width: 80px;
      min-width: 80px;
      height: 80px; }
    ul.autocomplete-results li span {
      padding: 0.5rem;
      font-size: 1.2rem;
      overflow: hidden; }
    ul.autocomplete-results li:nth-child(odd) {
      background-color: whitesmoke; }
    ul.autocomplete-results li:hover {
      background-color: #00838A;
      color: white; }

input.search-autocomplete {
  padding: 1rem;
  width: 100% !important;
  font-size: 1.4rem;
  margin-bottom: 2rem; }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.effect-lexi {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 390px;
  background: #3085a3;
  cursor: pointer; }
  .effect-lexi figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(-30deg, #00000099 50%, #ffffff00 100%);
    background: -webkit-linear-gradient(-30deg, #00000099 50%, #ffffff00 100%); }
    .effect-lexi figcaption::before {
      position: absolute;
      right: -90px;
      bottom: -90px;
      width: 320px;
      height: 320px;
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.25);
      content: ''; }
    .effect-lexi figcaption::after {
      pointer-events: none; }
  .effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: calc(100% + 10px); }
  .effect-lexi div.content {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 1em 0;
    width: 55%; }
    .effect-lexi div.content p {
      text-align: right; }
      .effect-lexi div.content p:nth-of-type(1) {
        margin-top: 0; }
      .effect-lexi div.content p:nth-of-type(2) {
        margin-bottom: 0; }
  .effect-lexi h2, .effect-lexi h3, .effect-lexi h4, .effect-lexi h5, .effect-lexi h6 {
    text-transform: uppercase;
    margin: 1rem 0.5rem;
    font-size: 1.6rem;
    word-spacing: -2px;
    letter-spacing: -1px;
    font-weight: 300;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0); }
    .effect-lexi h2 span, .effect-lexi h3 span, .effect-lexi h4 span, .effect-lexi h5 span, .effect-lexi h6 span {
      font-weight: 800; }

.annonce__debug {
  position: absolute !important;
  bottom: 0px !important;
  left: 0;
  right: 0 !important;
  text-align: left;
  line-height: 0.8rem !important;
  display: block;
  font-size: 0.8rem !important;
  padding: 0.5rem !important;
  background-color: rgba(1, 5, 26, 0.75);
  color: white;
  max-height: 130px;
  overflow-y: auto;
  word-break: break-word; }
  .annonce__debug ul li.pk {
    background: #CC0000;
    color: white;
    padding: 0.3rem;
    margin-bottom: 4px; }
  .annonce__debug ul li.sk {
    background: darkgreen;
    color: white;
    padding: 0.3rem;
    margin-bottom: 4px; }
  .annonce__debug p {
    text-align: inherit; }

@media screen and (min-width: 481px) {
  .effect-lexi div.content {
    padding: 0 1em 1em 0;
    width: 80%; }
  .effect-lexi figcaption::before {
    right: -45px;
    bottom: -114px;
    width: 109%;
    height: 90%; } }

@media screen and (min-width: 768px) {
  .effect-lexi div.content {
    padding: 0 1em 1em 0;
    width: 85%; } }

@media screen and (min-width: 1024px) {
  .effect-lexi div.content {
    padding: 0 1.5em 1.5em 0;
    width: 85%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0); }
  .effect-lexi figcaption::before {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover h2, .effect-lexi:hover figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover div.content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

ul.sousMenus {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem; }
  ul.sousMenus li {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF !important;
    margin: 2px; }
    ul.sousMenus li img {
      min-width: 60px;
      max-width: 60px;
      width: 60px;
      height: 60px; }
    ul.sousMenus li h4 {
      padding: 0;
      margin: 0;
      font-size: inherit;
      font-weight: inherit; }
    ul.sousMenus li a {
      display: flex;
      height: 60px;
      color: inherit;
      line-height: 22px;
      white-space: initial;
      width: 100%; }
      ul.sousMenus li a span {
        margin: 0.5rem;
        overflow: hidden; }
    ul.sousMenus li:hover a {
      background-color: #00838A;
      color: #ffffff;
      cursor: pointer;
      font-weight: bold; }
    ul.sousMenus li.item--active a {
      background-color: #00838A;
      color: #ffffff; }

form.contacts {
  max-width: 400px;
  margin: 0 auto;
  padding: 8px; }

div.contact {
  width: 100%;
  background-color: #00838A;
  color: #ffffff;
  padding: 2rem; }
  div.contact textarea, div.contact input {
    width: 99%;
    padding-left: 0.5rem !important; }
  div.contact input {
    border-bottom: 1px solid gray; }
  div.contact label, div.contact input {
    display: block;
    padding: 0.75rem;
    padding-left: 0;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    border-top: none; }
    div.contact label[disabled], div.contact input[disabled] {
      opacity: 0.7;
      cursor: inherit; }

.row {
  margin: 1.5rem 0; }

.mainContainer--center img.imgUne {
  width: 100%; }

@media screen and (min-width: 481px) {
  form.contacts {
    padding: 0; } }

.btn-facebook {
  display: block;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3b5997; }

.btn-twitter {
  display: block;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #55acee; }

.btn-linkedin {
  display: block;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #007bb6; }

.shareButtonContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .shareButtonContainer .label {
    background-color: #FFFFFFCC;
    line-height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
    color: #000412; }
  .shareButtonContainer a {
    cursor: pointer; }

.jc-c {
  justify-content: center; }

.d-f {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .d-f--col {
    flex-direction: column; }
  .d-f .flex {
    flex: 1; }
    .d-f .flex--2 {
      flex: 2; }
    .d-f .flex--3 {
      flex: 3; }
    .d-f .flex--4 {
      flex: 4; }
    .d-f .flex--5 {
      flex: 5; }
    .d-f .flex--6 {
      flex: 6; }
    .d-f .flex--7 {
      flex: 7; }
    .d-f .flex--8 {
      flex: 8; }
    .d-f .flex--9 {
      flex: 9; }
    .d-f .flex--10 {
      flex: 10; }

@media screen and (min-width: 768px) {
  p:nth-of-type(1) {
    margin-top: 0; }
  .mr1 {
    margin-right: 1rem; }
  .d-f {
    display: flex; }
    .d-f--row {
      flex-direction: row; } }

.articlesUne {
  display: flex; }
  .articlesUne__item {
    flex: 1;
    background-color: #FFFFFF;
    margin-bottom: 16px; }
    .articlesUne__item .hidden {
      display: none; }
    .articlesUne__item:last-of-type {
      margin-right: 0; }

.item__imgUneContainer {
  width: 100%; }
  .item__imgUneContainer img {
    width: 100%;
    z-index: 2;
    position: relative; }

.item__content {
  padding: 16px; }
  .item__content h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 58px;
    color: #3A5F3A; }
    .item__content h2:hover {
      text-decoration: underline; }
    .item__content h2:after {
      position: absolute;
      bottom: -30px;
      left: 0;
      width: 53px;
      height: 2px;
      background: darkseagreen;
      content: ''; }

.extrait__auteur {
  font-size: 0.8rem;
  margin-top: 16px; }

.extrait__datePublish {
  font-size: 0.6rem; }

.extrait__action {
  margin-top: 24px;
  text-align: right; }

.imageUneContainer {
  position: relative;
  width: 100%;
  font-size: 0; }
  .imageUneContainer img {
    width: 100%; }

@media screen and (min-width: 481px) {
  .imageUneContainer {
    width: 400px;
    margin: 0 auto; }
    .imageUneContainer img {
      top: 3rem; } }

@media screen and (min-width: 768px) {
  .item__content {
    padding: 32px; }
  .articlesUne__item {
    margin-right: 16px;
    margin-bottom: 0; }
  .imageUneContainer {
    width: 500px;
    margin-left: 3rem; } }

@media screen and (min-width: 1024px) {
  .imageUneContainer {
    width: 400px;
    margin-right: 0;
    top: 0; }
    .imageUneContainer img {
      top: 0; } }

@media screen and (min-width: 1600px) {
  .imageUneContainer {
    width: 600px;
    margin-right: 0;
    top: 0; } }

@charset "UTF-8";
/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

/*
@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function slick-font-url($url) {
    @return url($slick-font-path + $url);
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #54fdf8;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #54fdf8;
      opacity: 0.85; }

/* Slider */
.diaporamaContainer {
  position: relative;
  width: 100%;
  margin-bottom: 1rem; }

@media screen and (min-width: 481px) {
  .diaporamaContainer {
    position: relative;
    width: 350px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .diaporamaContainer {
    position: relative;
    width: 550px;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .diaporamaContainer {
    position: relative;
    width: 400px;
    margin: inherit; } }

@media screen and (min-width: 1600px) {
  .diaporamaContainer {
    position: relative;
    width: 500px;
    margin: inherit; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.debug-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 5, 26, 0.85);
  color: white;
  padding: 1rem;
  z-index: 2;
  max-height: 250px;
  overflow-y: auto; }
  .debug-toolbar ul li {
    background: rgba(255, 255, 255, 0.4);
    color: black;
    padding: 0.3rem;
    margin-bottom: 3px; }
    .debug-toolbar ul li.pk {
      background: rgba(255, 255, 255, 0.7); }


/*# sourceMappingURL=styles.chunk.css.map*/