<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
strong {
  font-weight: 700;
  color: var(--couleur-primaire);
}

.main__container--landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__container--landing section.header--landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  /* height: 70vh; */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.main__container--landing .header--landing h1 {
  color: var(--couleur-tertiaire) !important;
  font-size: 3rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.main__container--landing .container__bandeau--landing {
  color: white;
  font-size: 1.5rem;
  width: 100%;
  height: 20rem;
  background-color: rgba(7, 69, 89, 0.4);
  padding-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__container--landing .container__bandeau--landing img {
  position: absolute;
  width: 27rem;
  top: -0.5rem;
}

.main__container--landing .container__bandeau--2--landing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: row;
      grid-template-areas: "texte carré";
}

.main__container--landing .texte--landing {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: texte;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  font-weight: bold;
  padding: 1rem;
}

.main__container--landing .carré--landing {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: carré;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__container--landing div.texte--landing h2:nth-child() {
  padding-top: 1rem;
}

.main__container--landing div.texte--landing h2:nth-child(even) {
  color: var(--couleur-tertiaire);
}

.main__container--landing .titre {
  font-size: 3rem;
  color: var(--couleur-tertiaire);
  font-weight: bold;
}

.main__container--landing span#carré--landing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 2rem 2rem 2rem;
  background-color: var(--couleur-secondaire);
  color: white !important;
  /*  position: relative; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__container--landing span#carré p {
  padding-top: 2rem;
  font-size: 2.5rem !important;
}

.main__container--landing #text {
  color: var(--couleur-tertiaire);
}

section.front_landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* padding-top:3rem; */
  padding-bottom: 3rem;
  background-color: rgba(16, 177, 185, 0.2);
}

section.front_landing p {
  width: 80%;
  line-height: 36px;
}

section.front_landing:nth-child(1) {
  background-color: rgba(16, 177, 185, 0.2) !important;
}

section.front_landing:nth-child(3) {
  background-color: white !important;
}

section.front_landing .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.front_landing .container div {
  width: 33%;
}

section.front_landing div.thumb {
  width: 50%;
  height: 30%;
  text-align: center;
}

section.front_landing div.thumb img {
  width: 100%;
  height: 100%;
  padding-bottom: 0.5rem;
}

section.front_landing--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* padding-top:3rem; */
  padding-bottom: 3rem;
  background-color: white;
}

section.front_landing--2 img {
  padding: 1.5rem 0 1.5rem 01.5rem;
}

section.front_landing--2 p {
  width: 80%;
  line-height: 36px;
  /*padding: 2rem 0 0 2rem; */
}

section.front_landing--2:nth-child(1) {
  background-color: rgba(16, 177, 185, 0.2) !important;
}

section.front_landing--2:nth-child(3) {
  background-color: white !important;
}

section.front_landing--2 .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.front_landing--2 .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 33%;
}

section.front_landing--2 .container div img {
  width: 300px;
  /* height: 300px; */
}

section.front_landing--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* padding-top:3rem; */
  padding-bottom: 3rem;
  background-color: white;
}

section.front_landing--3 h1 {
  padding-left: 0rem;
}

section.front_landing--3 img {
  padding: 1.5rem 0 1.5rem 01.5rem;
}

section.front_landing--3 p {
  line-height: 36px;
  /*padding: 2rem 0 0 2rem; */
}

section.front_landing--3:nth-child(1) {
  background-color: rgba(16, 177, 185, 0.2) !important;
}

section.front_landing--3:nth-child(3) {
  background-color: white !important;
}

section.front_landing--3 .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.front_landing--3 .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 33%;
}

section.front_landing--3 .container div img {
  width: 225px !important;
  /* height: 325px; */
}

@media (max-width: 1200px) {
  section.front_landing--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: auto;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  section.front_landing--2 h3 {
    font-size: 2rem;
    color: var(--couleur-primaire);
    border-bottom: var(--couleur-tertiaire) solid 5px;
  }
  section.front_landing--2 img {
    width: 100%;
    padding: 0;
  }
  section.front_landing--2 p {
    width: 90%;
    margin: auto;
    padding-bottom: 0.7rem;
  }
  section.front_landing--2:nth-child(2) {
    background-color: rgba(16, 177, 185, 0.2) !important;
  }
  section.front_landing--2:nth-child(3) {
    background-color: white !important;
  }
  section.front_landing--2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 1rem;
  }
  section.front_landing--2 .container div {
    width: 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.front_landing--2 .container div img {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

@media (max-width: 867px) {
  .main__container--landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__container--landing section:nth-child(2) {
    background-color: var(--couleur-primaire);
  }
  .main__container--landing section.header--landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 220% !important;
    background-repeat: no-repeat;
    background-position: top !important;
  }
  .main__container--landing .header--landing h1 {
    color: white;
    font-size: 1.5rem;
    padding: 2rem;
    margin: 0;
  }
  .main__container--landing .container__bandeau--landing {
    color: white;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 69, 89, 0.4);
    padding-top: 1rem;
    position: relative;
  }
  .main__container--landing .container__bandeau--landing img {
    display: none;
  }
  .main__container--landing .container__bandeau--2--landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main__container--landing .texte--landing {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    padding: 0 !important;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__container--landing .titre {
    font-size: 2.5rem;
    color: var(--couleur-tertiaire);
  }
  .main__container--landing .carré--landing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 0 0;
  }
  .main__container--landing div.texte--landing h2 {
    padding-top: 1rem;
  }
  .main__container--landing div.texte--landing h2:nth-child(even) {
    color: var(--couleur-tertiaire);
  }
  .main__container--landing span#carré--landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1rem 1rem 1rem;
    background-color: var(--couleur-secondaire);
    font-size: 0.9rem;
    color: white !important;
    position: relative;
  }
  .main__container--landing span#carré--landing p {
    padding-top: 1rem;
  }
  section.front_landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    /*  padding-top:3rem;
        padding-bottom: 3rem; */
  }
  section.front_landing h3 {
    font-size: 2rem;
    color: var(--couleur-primaire);
    border-bottom: var(--couleur-tertiaire) solid 5px;
  }
  section.front_landing img {
    width: 100%;
    padding: 0;
  }
  section.front_landing p {
    width: 90%;
    /* 
                font-size: 16px; */
    line-height: 20px;
    /* padding: 2rem 0 0 2rem; */
  }
  section.front_landing:nth-child(2) {
    background-color: rgba(16, 177, 185, 0.2) !important;
  }
  section.front_landing:nth-child(3) {
    background-color: white !important;
  }
  section.front_landing .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 2rem;
  }
  section.front_landing .container div {
    width: 45%;
  }
  section.front_landing--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: auto;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  section.front_landing--2 h3 {
    font-size: 2rem;
    color: var(--couleur-primaire);
    border-bottom: var(--couleur-tertiaire) solid 5px;
  }
  section.front_landing--2 img {
    width: 100%;
    padding: 0;
  }
  section.front_landing--2 p {
    width: 90%;
    /* 
                font-size: 16px; */
    line-height: 20px;
    margin: auto;
    padding-bottom: 0.7rem;
  }
  section.front_landing--2:nth-child(2) {
    background-color: rgba(16, 177, 185, 0.2) !important;
  }
  section.front_landing--2:nth-child(3) {
    background-color: white !important;
  }
  section.front_landing--2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 1rem;
  }
  section.front_landing--2 .container div {
    width: 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.front_landing--2 .container div img {
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  section.front_landing--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: auto;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  section.front_landing--3 h3 {
    font-size: 2rem;
    color: var(--couleur-primaire);
    border-bottom: var(--couleur-tertiaire) solid 5px;
  }
  section.front_landing--3 img {
    width: 80%;
    height: 50%;
    padding: 1rem 1rem 1rem 1rem;
  }
  section.front_landing--3 p {
    width: 90%;
    /* 
                font-size: 16px; */
    line-height: 20px;
    margin: auto;
    padding-bottom: 0.7rem;
  }
  section.front_landing--3:nth-child(2) {
    background-color: rgba(16, 177, 185, 0.2) !important;
  }
  section.front_landing--3:nth-child(3) {
    background-color: white !important;
  }
  section.front_landing--3 .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 2rem;
  }
  section.front_landing--3 .container div {
    width: 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.front_landing--3 .container div img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=front-page.css.map */</pre></body></html>