@import url(https://fonts.googleapis.com/css?family=Maven+Pro|Roboto);
/* 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; }

