<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region Fonts*/
@font-face {
  font-family: 'Futura Md';
  src: url('../fonts/FutuMd.ttf');
  src: url('../fonts/FutuMd.ttf') format('truetype'),
    url('../fonts/FutuMd.woff') format('woff'),
    url('../fonts/FutuMd.woff2') format('woff');
}
@font-face {
  font-family: 'Futura Bk';
  src: url('../fonts/futurabk.otf');
  src: url('../fonts/futurabk.otf') format('truetype'),
    url('../fonts/futurabk.woff') format('woff'),
    url('../fonts/futurabk.woff2') format('woff');
}
@font-face {
  font-family: 'Futura Hv';
  src: url('../fonts/futuHv.ttf');
  src: url('../fonts/futuhv.ttf') format('truetype'),
    url('../fonts/futuhv.woff') format('woff'),
    url('../fonts/futuhv.woff2') format('woff');
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot Regular.ttf');
  src: url('../fonts/Didot Regular.ttf') format('truetype'),
    url('../fonts/Didot Regular.woff') format('woff'),
    url('../fonts/Didot Regular.woff2') format('woff');
}
/*#endregion*/
/* #region Variables */
:root {
  color-scheme: light only;
  --transparent: rgba(255, 255, 255, 0);
  --futura-md: 'Futura Md';
  --futura-hv: 'Futura Hv';
  --futura-bk: 'Futura Bk';
  --Didot: 'Didot';
}
/* #endregion */
/* #region General */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--futura-bk);
  outline: none !important;
  color: #000;
}
html {
  font-size: 1.0416666667vw;
}
button {
  background: var(--transparent);
  border: 0;
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
.g-recaptcha {
  display: none;
}
p,
h1,
dl,
ol,
ul {
  margin-bottom: 0;
}
body.no-overflow {
  overflow: hidden;
}
body .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
}
/*#endregion*/
/*#region Home*/
.homepage .main {
  padding-top: 5em;
}
.homepage .main .center {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4.5em;
}
.homepage .main .center .full-width-slides {
  width: 100%;
  position: relative;
  padding: 0 0.5em;
  margin-bottom: 4em;
}
.homepage .main .center .full-width-slides .txt-area {
  position: absolute;
  top: 54.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}
.homepage .main .center .full-width-slides .txt-area .txt-title {
  font-family: var(--Didot);
  text-transform: uppercase;
  color: white;
  font-size: 3.5em;
  line-height: 1.5;
}
.homepage .main .center .full-width-slides .txt-area .txt {
  color: white;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 1.4em;
  font-style: italic;
}
.homepage .main .center .full-width-slides.solliciter .txt-area {
  width: 72%;
}
.homepage .main .center .full-width-slides.faire-undon .txt-area {
  top: 52%;
}
.homepage .main .center .full-width-slides.faire-undon .txt-area .txt {
  margin-top: 1em;
}
.homepage .main .center .full-width-slides.fondation {
  margin-top: 4em;
}
.homepage .main .center .full-width-slides.fondation .txt-area {
  width: 77%;
}
.homepage .main .center .half-width-slides {
  width: 50%;
  padding: 0 0.5em;
  display: flex;
}
.homepage .main .center .half-width-slides .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage .main .center .half-width-slides .txt-area {
  text-align: center;
  padding: 2.4em 3.25em;
}
.homepage .main .center .half-width-slides .txt-area .txt-title {
  font-size: 1.3em;
  font-family: var(--Didot);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.homepage .main .center .half-width-slides .txt-area .txt {
  font-size: 1em;
  text-align: justify;
  margin-top: 1.2em;
}
.homepage .main .center .half-width-slides.benefits {
  margin-bottom: 4em;
}
.homepage .main .center .half-width-slides.benefits .inner {
  background: #deb383;
}
.homepage .main .center .half-width-slides.benefits .txt-area {
  order: -1;
}
.homepage .main .center .half-width-slides.benefits .txt-area .txt-title {
  color: #bc6400;
}
.homepage .main .center .half-width-slides.benefits .txt-area .txt p {
  color: #703b04;
}
.homepage .main .center .half-width-slides.advantages {
  margin-bottom: 4em;
}
.homepage .main .center .half-width-slides.advantages .inner {
  background: #c1ada3;
}
.homepage .main .center .half-width-slides.advantages .txt-area {
  padding: 2.4em 3.25em 2.1em;
}
.homepage .main .center .half-width-slides.advantages .txt-area .txt-title {
  color: #59473c;
}
.homepage .main .center .half-width-slides.advantages .txt-area .txt p {
  color: #5a4e49;
}
.homepage .main .center .half-width-slides.soutien {
  padding: 0 0.5em 1em;
}
.homepage .main .center .half-width-slides.soutien .inner {
  background: #c4bdab;
}
.homepage .main .center .half-width-slides.soutien .txt-area {
  padding: 2.4em 3.25em 3.1em;
}
.homepage .main .center .half-width-slides.soutien .txt-area .txt-title {
  color: #827549;
}
.homepage .main .center .half-width-slides.soutien .txt-area .txt {
  text-align: center;
}
.homepage .main .center .half-width-slides.soutien .txt-area .txt p {
  color: #716a53;
}
.homepage .main .center .half-width-slides.soutien .txt-area .txt p span {
  font-size: 1em;
  font-family: var(--futura-hv);
  color: #716a53;
}
.homepage .main .center .half-width-slides.canditature {
  padding: 0 0.5em 1em;
}
.homepage .main .center .half-width-slides.canditature .inner {
  background: #8e929a;
}
.homepage .main .center .half-width-slides.canditature .txt-area {
  order: -1;
  letter-spacing: 0.02em;
  padding: 2.4em 3.25em 2.6em;
}
.homepage .main .center .half-width-slides.canditature .txt-area .txt-title {
  color: #484a51;
}
.homepage .main .center .half-width-slides.canditature .txt-area .txt p {
  color: #4d5666;
}
.homepage .main .center .half-width-slides.canditature .txt-area .txt p a {
  color: #4d5666;
  text-decoration: underline;
}
.homepage .main .center .half-width-slides.evaluation .inner {
  background: #a99783;
}
.homepage .main .center .half-width-slides.evaluation .txt-area .txt-title {
  color: #544329;
}
.homepage .main .center .half-width-slides.evaluation .txt-area .txt p {
  color: #7f6346;
}
.homepage .main .center .half-width-slides.calendar .inner {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #e2d4cc;
}
.homepage .main .center .half-width-slides.calendar .txt-area {
  order: -1;
}
.homepage .main .center .half-width-slides.calendar .txt-title {
  color: #9e6a3a;
}
.homepage .main .center .half-width-slides.calendar .txt {
  text-align: center;
  margin-top: 1em;
}
.homepage .main .center .half-width-slides.calendar .txt p {
  color: #483628;
}
.homepage .main .center .half-width-slides.suivi {
  width: 100%;
  padding-top: 1em;
  margin-bottom: 4.5em;
}
.homepage .main .center .half-width-slides.suivi .inner {
  flex-direction: row;
}
.homepage .main .center .half-width-slides.suivi .img-area {
  width: 50%;
}
.homepage .main .center .half-width-slides.suivi .txt-area {
  width: 50%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #a5b0ac;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4em 2.8em 2.4em 3.8em;
}
.homepage .main .center .half-width-slides.suivi .txt-area .txt-title {
  color: #1e1e1e;
  text-align: left;
}
.homepage .main .center .half-width-slides.suivi .txt-area .txt p {
  color: #1e1e1e;
  letter-spacing: 0.035em;
}
.homepage .main .center .half-width-slides.philantropie .inner {
  background: #d7dcd3;
}
.homepage .main .center .half-width-slides.philantropie .txt-area {
  order: -1;
  padding: 2.4em 3.25em 2.5em;
}
.homepage .main .center .half-width-slides.philantropie .txt-area .txt-title {
  color: #777;
}
.homepage .main .center .half-width-slides.philantropie .txt-area .txt p {
  color: #737373;
}
.homepage .main .center .half-width-slides.philantropie .txt-area .txt p a {
  font-size: 1em;
  text-decoration: underline;
}
.homepage .main .center .half-width-slides.partners .inner {
  background: rgba(94, 69, 53, 0.42);
}
.homepage .main .center .half-width-slides.partners .txt-area .txt-title {
  color: #a79b5a;
}
.homepage .main .center .half-width-slides.partners .txt-area .txt {
  text-align: center;
}
.homepage .main .center .half-width-slides.partners .txt-area .txt p {
  color: #726331;
}
.homepage .main .center .half-width-slides.partners .txt-area .txt p a {
  font-family: var(--futura-hv);
}
.homepage .main .center .half-width-slides.mission {
  padding: 0 0.5em 1em;
}
.homepage .main .center .half-width-slides.mission .inner {
  background: #ccc495;
}
.homepage .main .center .half-width-slides.mission .txt-area {
  order: -1;
  background: #ccc495;
  padding: 2.2em 3.25em 2.6em;
}
.homepage .main .center .half-width-slides.mission .txt-area .txt-title {
  color: #427258;
}
.homepage .main .center .half-width-slides.mission .txt-area .txt {
  text-align: center;
}
.homepage .main .center .half-width-slides.mission .txt-area .txt p {
  color: #6b775e;
}
.homepage .main .center .half-width-slides.mission .txt-area .txt p span {
  font-size: 1em;
  font-family: var(--futura-hv);
  color: #6b775e;
}
.homepage .main .center .half-width-slides.council {
  padding: 0 0.5em 1em;
}
.homepage .main .center .half-width-slides.council .inner {
  background: #c59c79;
}
.homepage .main .center .half-width-slides.council .txt-area {
  background: #c59c79;
  padding: 1.9em 3.25em 2.7em;
}
.homepage .main .center .half-width-slides.council .txt-area .txt-title {
  color: #655646;
}
.homepage .main .center .half-width-slides.council .txt-area .txt {
  text-align: center;
}
.homepage .main .center .half-width-slides.council .txt-area .txt p {
  color: #7a5634;
}
.homepage .main .center .half-width-slides.council .txt-area .txt p span {
  font-size: 1em;
  color: #7a5634;
  font-family: var(--futura-hv);
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.homepage .main .center .half-width-slides.commite .inner {
  background: #f1c085;
}
.homepage .main .center .half-width-slides.commite .txt-area {
  order: -1;
}
.homepage .main .center .half-width-slides.commite .txt-area .txt-title {
  color: #737373;
}
.homepage .main .center .half-width-slides.commite .txt-area .txt {
  text-align: center;
  letter-spacing: 0.001em;
}
.homepage .main .center .half-width-slides.commite .txt-area .txt p {
  color: #737373;
}
.homepage .main .center .half-width-slides.control .inner {
  background: rgba(122, 156, 69, 0.4);
}
.homepage .main .center .half-width-slides.control .txt-area .txt-title {
  color: #737373;
}
.homepage .main .center .half-width-slides.control .txt-area .txt {
  text-align: center;
}
.homepage .main .center .half-width-slides.control .txt-area .txt p {
  color: #737373;
}
/*#endregion*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 20px;
  }
  .homepage .main {
    padding-top: 4em;
  }
  .homepage .main .center {
    padding: 0 1em;
  }
  .homepage .main .center .full-width-slides {
    margin: 0 0 1.5em !important;
  }
  .homepage .main .center .full-width-slides .txt-area {
    width: 88% !important;
    top: 50%;
  }
  .homepage .main .center .full-width-slides .txt-area .txt-title {
    font-size: 2em;
  }
  .homepage .main .center .full-width-slides .txt-area .txt {
    font-size: 0.8em;
    margin-top: 1em;
  }
  .homepage .main .center .half-width-slides {
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    padding: 0 0.5em 1.5em !important;
  }
  .homepage .main .center .half-width-slides .txt-area {
    order: 0 !important;
    padding: 2em !important;
  }
  .homepage .main .center .half-width-slides .txt-area .txt-title {
    font-size: 1.1em;
  }
  .homepage .main .center .half-width-slides .txt-area .txt {
    font-size: 0.9em;
  }
  .homepage .main .center .half-width-slides.suivi .inner {
    flex-direction: column;
  }
  .homepage .main .center .half-width-slides.suivi .img-area {
    width: 100%;
  }
  .homepage .main .center .half-width-slides.suivi .txt-area {
    width: 100%;
    text-align: center;
    padding: 2.4em 3.25em;
    display: block;
  }
  .homepage .main .center .half-width-slides.suivi .txt-area .txt-title {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .main {
    padding-top: 3em;
  }
  .homepage .main .center {
    padding: 0;
  }
  .homepage .main .center .full-width-slides .txt-area .txt-title {
    font-size: 1em;
  }
  .homepage .main .center .full-width-slides .txt-area .txt {
    font-size: 0.7em;
  }
  .homepage .main .center .half-width-slides .txt-area {
    padding: 1em !important;
  }
}
@media only screen and (max-width: 500px) {
  .homepage .main .center .full-width-slides .img-area img {
    height: 250px;
  }
}
</pre></body></html>