<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&amp;display=swap");
html, body {
  margin: 0;
  font-family: "Barlow", sans-serif !important;
  background: #fff;
  color: #000;
}

.content-header {
  background: #445b81 url("../media/bg-header.jpg") top center no-repeat;
  width: 100%;
  height: 0;
  min-height: 50px;
  padding-top: 35%;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  .content-header {
    padding-top: 40%;
    min-height: 50px;
    background-size: auto 100%;
    background-position: center center;
  }
}
@media screen and (max-width: 500px) {
  .content-header {
    padding-top: 52%;
  }
}

.content-container {
  max-width: 825px;
  margin: -280px auto 0;
  border-radius: 12px;
  background-color: white;
  padding: 42px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .content-container {
    margin: -160px auto 0;
    max-width: 95%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-container {
    max-width: 331px;
  }
}
.content-container h1.titre {
  font-style: normal;
  font-weight: 900;
  font-size: 82px;
  line-height: 84px;
  padding: 0;
  text-align: center;
  color: #484848;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .content-container h1.titre {
    font-size: 38px;
    line-height: 100%;
    padding: 30px 15px 0;
  }
}
.content-container h2 {
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  margin: 52px 0 80px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FA2D00;
}
@media screen and (max-width: 840px) {
  .content-container h2 {
    font-size: 24px;
    padding: 0 15px;
    margin: 32px 0 40px;
  }
}
.content-container .bob {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 25px;
}
@media screen and (max-width: 840px) {
  .content-container .bob {
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    font-weight: 600;
  }
}
@media screen and (max-width: 500px) {
  .content-container .bob {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-container .texte-normal {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  /* or 127% */
  color: #000000;
  margin-bottom: 55px;
}
@media screen and (max-width: 840px) {
  .content-container .texte-normal {
    font-size: 20px;
    line-height: 22px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .content-container .texte-normal {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-container .by-line {
  font-family: "Barlow", sans-serif !important;
  border-top: 1px solid #626262;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 50px auto 0;
  color: #5E5E5E;
  font-weight: normal;
  font-size: 1em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .content-container .by-line {
    margin: 50px 0 0;
    font-size: 0.9em;
    line-height: 1.1;
  }
}
.content-container .by-line .author-name {
  color: #5E5E5E;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
.content-container .by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media screen and (max-width: 840px) {
  .content-container .by-line {
    padding-right: 150px;
  }
}
.content-container .by-line .jdeq, .content-container .by-line .jdem {
  position: absolute;
  top: 20px;
  right: 0;
}
.content-container .by-line .jdeq img, .content-container .by-line .jdem img {
  max-width: 110px;
}
@media screen and (max-width: 500px) {
  .content-container .by-line .jdeq img, .content-container .by-line .jdem img {
    max-width: 80px;
    margin-top: 5px;
  }
}
.content-container .social-sharing-bar {
  min-width: 230px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .content-container .social-sharing-bar {
    margin: 0 0 40px;
  }
}
.content-container .social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  line-height: 32px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #9F9F9F;
}
.content-container .social-sharing-bar ul {
  list-style: none;
}
.content-container .social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.content-container .social-sharing-bar ul li a {
  background: #9F9F9F;
  fill: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.content-container .social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.content-container .social-sharing-bar,
.content-container .by-line {
  max-width: 840px;
}
.content-container .social-sharing-bar ul {
  margin: 0;
  padding: 0;
}
.content-container .sharebar__label {
  color: black !important;
}

.max700 {
  max-width: 700px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .max700 {
    margin: 0 15px;
  }
}

.credits hr {
  border: none;
  border-top: 10px solid #7EDCF6;
}

.credits {
  margin-bottom: 180px;
}

.credits h3 {
  font-style: italic;
  font-weight: 900;
  font-size: 30px;
  line-height: 79%;
  color: #484848;
}

.credits p {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .credits p {
    font-size: 16px;
  }
  .credits p strong {
    display: block;
  }
}

/*# sourceMappingURL=style-wrapper.css.map */
</pre></body></html>