@charset "UTF-8";
/* Variables */
/*
$width-pagination: calc($max-width / 10);
$col-width: calc($max-width / 10);
*/
/* $width-pagination: calc(100% / 10); */
/* Mixins */
.hyphens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

body {
  font-family: "Arial, sans-serif";
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #fff;
}

a {
  color: #291d37;
}

/* Conteneur principal */
/* Styles de base pour le header, main et footer */
.btn-close-obsolete:after {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-image: url("../img/close.svg");
  margin-left: 10px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  /*padding: 0 $padding-horizontal;*/
  width: calc(100% - 120px);
  padding: 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 60px);
  }
}
.container.no-overflow {
  overflow: initial !important;
}
.container.border-top {
  border-top: #291d37 1px solid;
}

.container-menu {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 120px);
}
@media screen and (max-width: 1024px) {
  .container-menu {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .container-menu {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .container-menu {
    width: calc(100% - 60px);
  }
}

.container-2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
}

.overflow-reset {
  overflow: initial !important;
}

.chapitre:nth-child(odd) {
  background-color: #ccc;
}

/* Styles pour l'intro */
.intro {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 5vh;
  letter-spacing: 0.7px;
}
.intro h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 180px;
  line-height: 140px;
}
@media screen and (max-width: 1024px) {
  .intro h1 {
    font-size: 17vw;
    line-height: 14vw;
  }
}

/********** Loader *************/
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader img {
  width: 100px;
}

body.loading #loader {
  display: flex;
}

body:not(.loading) #loader {
  display: none;
}

/* Hide menu and intro title initially */
.menu ul.menu-normal,
.intro h1 .split-word {
  opacity: 0;
}

/* fleche vers le bas */
.fleche-bottom {
  position: fixed;
  right: 60px;
  bottom: 80px;
  opacity: 0;
}
.fleche-bottom img {
  width: 65px;
}

/********************* SECTIONS **********************/
section.big-title {
  padding-bottom: 50px;
}
section.big-title h2 {
  min-height: 520px;
  font-size: 190px;
  line-height: 155px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  section.big-title h2 {
    font-size: 15vw;
    line-height: 15vw;
  }
}
@media (max-width: 1024px) {
  section.big-title h2 {
    font-size: 15vw;
    line-height: 15vw;
  }
}
@media (max-width: 480px) {
  section.big-title h2 {
    min-height: calc(66.6666666667vh - 2em);
  }
}
section.big-title h2 .title-desktop {
  display: block;
}
section.big-title h2 .title-mobile {
  display: none;
}
section.big-title h2 span span:last-child {
  position: relative;
  top: -80px;
  font-size: 75px;
}
@media (max-width: 1024px) {
  section.big-title h2 span span:last-child {
    font-size: 8vw;
    top: -5vw;
  }
}
section.big-title .subtitle {
  font-size: 30px;
  line-height: 36px;
  width: 90%;
  max-width: 580px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.read-more {
  overflow: hidden;
  display: none;
  opacity: 0;
}

.titre-telechargement .texte-container {
  -webkit-hyphens: auto;
          hyphens: auto;
  flex-grow: initial !important;
  width: 50%;
}
.titre-telechargement .download-links {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  padding-right: 70px;
}
.titre-telechargement .download-links h4 {
  background-color: #291d37;
  color: #fff;
  padding: 0px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin-bottom: 20px;
}
.titre-telechargement .download-links ul {
  list-style: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.titre-2 {
  display: flex;
  color: #291d37;
  border-top: #291d37 1px solid;
  border-bottom: #291d37 1px solid;
  margin-bottom: 50px;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .titre-2 {
    margin-bottom: 42px;
    padding: 42px 0;
  }
}
@media (max-width: 860px) {
  .titre-2 {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .titre-2 {
    margin-bottom: 34px;
    padding: 34px 0;
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .titre-2 {
    margin-bottom: 26px;
    padding: 26px 0;
    padding-left: 0px;
  }
}
.titre-2.no-bottom-border {
  border-bottom: none;
}
.titre-2.no-margin-bottom {
  margin-bottom: 0;
}
.titre-2 .title-desktop {
  display: block;
}
.titre-2 .title-mobile {
  display: none;
}
.titre-2 .pagination {
  width: 120px;
  align-self: flex-start;
  font-size: 14px;
  padding-top: 5px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .titre-2 .pagination {
    width: 100px;
  }
}
@media (max-width: 860px) {
  .titre-2 .pagination {
    display: none;
  }
}
.titre-2 .texte-container {
  display: flex;
  align-items: center;
}
.titre-2 .texte-container .texte {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.5px;
  /*
  @media screen and (max-width: $resp3) {
      font-size: calc(75px * 60 / 100);
      line-height: calc(68px * 60 / 100);
  }
      */
  /*
      @media screen and (max-width: $resp3) {
          font-size: 40px;
          line-height: 36px;
      }
          */
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 1024px) {
  .titre-2 .texte-container .texte {
    font-size: 63.75px;
    line-height: 57.8px;
  }
}
@media screen and (max-width: 768px) {
  .titre-2 .texte-container .texte {
    font-size: 52.5px;
    line-height: 47.6px;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  .titre-2 .texte-container .texte {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 480px) {
  .titre-2 .texte-container .texte {
    font-size: 8.6vw;
    line-height: calc(8.6vw - 3px);
  }
}
@media screen and (max-width: 480px) {
  .titre-2 .texte-container .texte {
    /*hyphens: auto;*/
  }
}
.titre-2.titre-telechargement .texte {
  width: 100%;
}

.accroche {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #291d37;
  letter-spacing: 0.5px;
}
.accroche .read-more {
  font-size: 18px;
  color: #291d37;
  font-weight: 400;
}
.accroche .read-more .read-more-content b {
  font-weight: 600;
}
.accroche .read-more .read-more-content p {
  margin-top: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.accroche .read-more .read-more-content li {
  margin-left: 20px;
  margin-bottom: 10px;
}

/****************** EDITO **************/
.edito .edito-title {
  display: flex;
  color: #291d37;
  border-top: #291d37 1px solid;
  border-bottom: #291d37 1px solid;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .edito .edito-title {
    padding: 21px 0;
  }
}
@media (max-width: 860px) {
  .edito .edito-title {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .edito .edito-title {
    padding: 17px 0;
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .edito .edito-title {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-bottom: 34px;
  }
}
@media (max-width: 480px) {
  .edito .edito-title {
    padding: 13px 0;
    padding-bottom: 26px;
    padding-left: 0px;
  }
}
.edito .edito-title .pagination {
  width: 120px;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .edito .edito-title .pagination {
    width: 100px;
  }
}
@media (max-width: 860px) {
  .edito .edito-title .pagination {
    display: none;
  }
}
.edito .edito-title .texte-container {
  display: flex;
  align-items: center;
}
.edito .edito-title .texte-container .texte {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.5px;
  /*
  @media screen and (max-width: $resp3) {
      font-size: calc(75px * 60 / 100);
      line-height: calc(68px * 60 / 100);
  }
      */
  /*
      @media screen and (max-width: $resp3) {
          font-size: 40px;
          line-height: 36px;
      }
          */
}
@media screen and (max-width: 1024px) {
  .edito .edito-title .texte-container .texte {
    font-size: 63.75px;
    line-height: 57.8px;
  }
}
@media screen and (max-width: 768px) {
  .edito .edito-title .texte-container .texte {
    font-size: 52.5px;
    line-height: 47.6px;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  .edito .edito-title .texte-container .texte {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 480px) {
  .edito .edito-title .texte-container .texte {
    font-size: 8.6vw;
    line-height: calc(8.6vw - 3px);
  }
}
.edito .edito-title .photo {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .edito .edito-title .photo {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    margin-right: 21px;
  }
}
@media screen and (max-width: 768px) {
  .edito .edito-title .photo {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    margin-right: 17px;
  }
}
@media screen and (max-width: 576px) {
  .edito .edito-title .photo {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 480px) {
  .edito .edito-title .photo {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    margin-bottom: 13px;
    margin-right: 13px;
  }
}
.edito .edito-title .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edito .edito-intro {
  color: #291d37;
  display: flex;
  align-items: flex-start;
  margin: auto;
  width: calc(100% - 240px);
  margin-top: 50px;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .edito .edito-intro {
    margin-top: 42px;
    gap: 21px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .edito .edito-intro {
    flex-direction: column-reverse;
    width: calc(100% - 100px);
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .edito .edito-intro {
    width: calc(100% - 80px);
    margin-top: 34px;
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .edito .edito-intro {
    margin-top: 26px;
    gap: 26px;
    width: 100%;
  }
}
.edito .edito-intro .accroche {
  width: 100%;
  max-width: 605px;
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  .edito .edito-intro .accroche {
    padding-right: 0px;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 860px) {
  .edito .edito-intro .accroche {
    width: 100%;
  }
}
.edito .edito-intro .auteur {
  flex: 1;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-top: 5px;
}
@media screen and (max-width: 860px) {
  .edito .edito-intro .auteur {
    padding-top: 0px;
  }
}
.edito .edito-intro .auteur p {
  margin-top: 0;
  text-align: left;
  padding-right: 55px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .edito .edito-intro .auteur p {
    padding-right: 0;
  }
}

.btn {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #291d37;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  width: 150px;
  height: 50px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.actions {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .actions {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .actions {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .actions {
    margin-top: 26px;
  }
}

.texte-3-cols {
  margin-top: 50px;
  color: #291d37;
  display: flex;
  align-items: flex-start;
}
.texte-3-cols .col-1 {
  flex: 0 0 120px;
  text-transform: uppercase;
  font-size: 12px;
}
.texte-3-cols .col-2 .main {
  margin-top: -10px;
}
.texte-3-cols .col-3 {
  flex: 1;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.texte-3-cols .col-3 p {
  margin-top: 0;
  text-align: right;
  padding-right: 55px;
  font-weight: 600;
  text-decoration: underline;
}

/****************** IMAGE TEXTE ******************/
.image-texte .accroche {
  width: 100%;
  max-width: 605px;
  margin-top: 50px;
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  .image-texte .accroche {
    margin-top: 42px;
  }
}
@media screen and (max-width: 860px) {
  .image-texte .accroche {
    max-width: initial;
    margin-top: 0px;
    padding-right: 0px;
  }
}
.image-texte .image {
  width: calc(100% - 240px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .image-texte .image {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .image-texte .image {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .image-texte .image {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .image-texte .image {
    width: 100%;
  }
}
.image-texte .image img {
  width: 100%;
}
.image-texte .content {
  width: calc(100% - 240px);
  margin: auto;
  display: flex;
  margin: auto;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .image-texte .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .image-texte .content {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .image-texte .content {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .image-texte .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .image-texte .content {
    gap: 21px;
  }
}
@media screen and (max-width: 860px) {
  .image-texte .content {
    flex-direction: column-reverse;
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .image-texte .content {
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .image-texte .content {
    gap: 26px;
  }
}
.image-texte .content .sous-titre {
  width: 120px;
  flex: 0 0 120px;
  text-transform: uppercase;
  font-size: 12px;
  color: #291d37;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.image-texte .content .photo-legende {
  color: #291d37;
  font-size: 18px;
  letter-spacing: 0.7px;
  width: 290px;
  padding-top: 25px;
}
@media screen and (max-width: 860px) {
  .image-texte .content .photo-legende {
    width: 100%;
    display: flex;
    gap: 21px;
    padding-top: 21px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .image-texte .content .photo-legende {
    padding-top: 17px;
    gap: 17px;
  }
}
@media screen and (max-width: 768px) {
  .image-texte .content .photo-legende {
    padding-top: 13px;
    gap: 13px;
  }
}
.image-texte .content .photo-legende > div {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .image-texte .content .photo-legende > div {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 860px) {
  .image-texte .content .photo-legende > div {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .image-texte .content .photo-legende > div {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .image-texte .content .photo-legende > div {
    width: 60px;
    height: 60px;
  }
}
.image-texte .content .photo-legende > div img {
  width: 100%;
}
.image-texte .content .photo-legende img.img-round {
  border-radius: 50%;
}
.image-texte .content .photo-legende h4 {
  margin-top: 25px;
  line-height: 25px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .image-texte .content .photo-legende h4 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 860px) {
  .image-texte .content .photo-legende h4 {
    margin-top: 0px;
  }
}
.image-texte .content .photo-legende p {
  margin-top: 7px;
  line-height: 17px;
}

.scrolling-banner {
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}
.scrolling-banner .text-container {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 280s linear infinite;
  padding-left: 100%;
}
.scrolling-banner .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 180px;
  line-height: 1.05em;
  font-weight: 700;
  /* Taille du texte basée sur la largeur de l'écran */
  color: #291d37;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 1024px) {
  .scrolling-banner .scrolling-text {
    font-size: 153px;
  }
}
@media screen and (max-width: 768px) {
  .scrolling-banner .scrolling-text {
    font-size: 126px;
  }
}
@media screen and (max-width: 480px) {
  .scrolling-banner .scrolling-text {
    font-size: 108px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.focus {
  border: 8px solid #291d37;
  position: relative;
  display: flex;
  align-items: center;
}
.focus .focus-box-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  height: 100%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  letter-spacing: 0px;
  color: #291d37;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px;
}
@media screen and (max-width: 480px) {
  .focus .focus-box-title {
    display: none;
  }
}
.focus .focus-content {
  font-size: 18px;
  color: #291d37;
  max-width: 762px;
  margin-top: 42px;
  margin-bottom: 42px;
  letter-spacing: 0.5px;
  margin-left: 269px;
  margin-right: 140px;
}
@media screen and (max-width: 1024px) {
  .focus .focus-content {
    margin-left: 217px;
    margin-right: 119px;
  }
}
@media screen and (max-width: 768px) {
  .focus .focus-content {
    margin-left: 136px;
    margin-right: 98px;
  }
}
@media screen and (max-width: 576px) {
  .focus .focus-content {
    margin-left: 136px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .focus .focus-content {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.focus .focus-content h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .focus .focus-content h3 {
    /*
    hyphens: auto;
    */
  }
}
.focus .focus-content .focus-text {
  line-height: 25px;
}

section.faq {
  color: #291d37;
}
section.faq .introduction {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 50px;
}
section.faq .faq-container {
  width: calc(100% - 240px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section.faq .faq-container {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  section.faq .faq-container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  section.faq .faq-container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  section.faq .faq-container {
    width: 100%;
  }
}
section.faq .one-question-bloc {
  display: flex;
  border-top: #291d37 1px solid;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  section.faq .one-question-bloc {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  section.faq .one-question-bloc {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.faq .one-question-bloc {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
section.faq .one-question-bloc:last-child {
  border-bottom: #291d37 1px solid;
}
section.faq .one-question-bloc .question-reponse {
  border-left: #291d37 1px solid;
  flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  section.faq .one-question-bloc .question-reponse {
    padding-left: 42px;
  }
}
@media screen and (max-width: 768px) {
  section.faq .one-question-bloc .question-reponse {
    padding-left: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.faq .one-question-bloc .question-reponse {
    padding-left: 26px;
  }
}
section.faq .one-question-bloc .question-reponse .question {
  width: 100%;
  padding-right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  section.faq .one-question-bloc .question-reponse .question {
    padding-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  section.faq .one-question-bloc .question-reponse .question {
    padding-right: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.faq .one-question-bloc .question-reponse .question {
    padding-right: 26px;
  }
}
section.faq .one-question-bloc .question {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
section.faq .one-question-bloc .reponse {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: none;
  /* Initially hidden */
  overflow: hidden;
  width: 94%;
}
section.faq .one-question-bloc .reponse p {
  padding: 15px 0 0 0;
}
section.faq .one-question-bloc .reponse ul {
  padding-left: 20px;
  margin-top: 0px;
}
section.faq .one-question-bloc .reponse ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}
section.faq .one-question-bloc .reponse .email {
  white-space: nowrap;
}
section.faq .one-question-bloc .faq-cross {
  width: 25px;
  height: 25px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
section.faq .one-question-bloc.open .reponse {
  display: block;
  /* Show when open */
}
section.faq .one-question-bloc.open .faq-cross {
  transform: rotate(45deg);
  /* Rotate cross to X */
}

/***** boxes2 ******/
.dark-mode .opened-boxes-v2 .box-content {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .opened-boxes-v2 .btn-readmore-box {
  filter: invert(1);
}
.dark-mode .opened-boxes-v2 .btn-scroll {
  filter: invert(1);
}

.opened-boxes-v2 .introduction {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #291d37;
  width: calc(100% - 240px);
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .opened-boxes-v2 .introduction {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .opened-boxes-v2 .introduction {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .opened-boxes-v2 .introduction {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .opened-boxes-v2 .introduction {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .opened-boxes-v2 .introduction {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .opened-boxes-v2 .introduction {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .opened-boxes-v2 .introduction {
    margin-bottom: 26px;
  }
}
.opened-boxes-v2 .boxes {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 10px;
}
.opened-boxes-v2 .boxes.boxes-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1090px) {
  .opened-boxes-v2 .boxes.boxes-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .opened-boxes-v2 .boxes.boxes-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .opened-boxes-v2 .boxes.boxes-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.opened-boxes-v2 .boxes.boxes-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 820px) {
  .opened-boxes-v2 .boxes.boxes-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .opened-boxes-v2 .boxes.boxes-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.opened-boxes-v2 .boxes .box {
  color: #291d37;
}
@media screen and (max-width: 550px) {
  .opened-boxes-v2 .boxes .box:not(.has-ellipsis) .box-content {
    padding-bottom: 40px;
  }
}
.opened-boxes-v2 .boxes .box .box-content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.opened-boxes-v2 .boxes .box .box-content .title h4 {
  border-top: #291d37 1px solid;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 40px;
  max-height: 92px;
}
.opened-boxes-v2 .boxes .box .box-content .title .box-accroche {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opened-boxes-v2 .boxes .box .box-content .content-more {
  display: none;
  flex: auto;
  overflow: hidden;
  width: 100%;
  left: 0;
  z-index: 100;
  line-height: 1.5;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .btn-scroll {
  width: 100%;
  text-align: center;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .btn-scroll img {
  display: inline-block;
  width: 18px;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .btn-scroll-top {
  margin-bottom: 15px;
  cursor: pointer;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .btn-scroll-bottom {
  margin-top: 15px;
  cursor: pointer;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .btn-scroll-top img {
  transform: rotate(180deg);
}
.opened-boxes-v2 .boxes .box .box-content .content-more .text {
  flex: 1;
  overflow: hidden;
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .text ul {
  padding-left: 20px;
  margin-top: 0px;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .text ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}
.opened-boxes-v2 .boxes .box .box-content .content-more .text ul li li {
  list-style-type: circle;
}
.opened-boxes-v2 .boxes .box .box-content .see-more {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
}
.opened-boxes-v2 .boxes .box .box-content .see-more img {
  width: 18px;
  display: inline-block;
}

.container.border-top .chiffres {
  padding-top: 50px;
}
.container .chiffres {
  width: calc(100% - 240px);
  margin: auto;
  display: flex;
  color: #291d37;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .container .chiffres {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .container .chiffres {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .container .chiffres {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container .chiffres {
    gap: 21px;
  }
}
@media screen and (max-width: 860px) {
  .container .chiffres {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres {
    gap: 0px;
  }
}
.container .chiffres > div {
  flex: 1;
}
.container .chiffres .values {
  display: none;
}
.container .chiffres .categorie {
  width: 10%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.container .chiffres .chiffre-accorche {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #291d37;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 860px) {
  .container .chiffres .chiffre-accorche {
    border-bottom: 1px solid #291d37;
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres .chiffre-accorche {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .container .chiffres .chiffre-accorche {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.container .chiffres .chiffre-accorche > div {
  padding-right: 25px;
}
@media screen and (max-width: 860px) {
  .container .chiffres .chiffre-accorche > div {
    padding-right: 0px;
  }
}
.container .chiffres .place-chiffre {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .container .chiffres .place-chiffre .resp-top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres .place-chiffre .resp-top {
    align-items: initial;
  }
}
.container .chiffres .mini-pagination {
  font-size: 14px;
  padding-top: 7px;
  text-align: right;
}
.container .chiffres .chiffre {
  flex-grow: 1;
  width: 100%;
}
.container .chiffres .chiffre .chiffre-value {
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .container .chiffres .chiffre .chiffre-value {
    margin-top: 42px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 860px) {
  .container .chiffres .chiffre .chiffre-value {
    margin: 0px;
  }
}
.container .chiffres .chiffre .chiffre-value .nombre {
  font-size: 140px;
  line-height: 0.75em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .container .chiffres .chiffre .chiffre-value .nombre {
    font-size: 119px;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres .chiffre .chiffre-value .nombre {
    font-size: 98px;
  }
}
@media screen and (max-width: 480px) {
  .container .chiffres .chiffre .chiffre-value .nombre {
    font-size: 84px;
  }
}
.container .chiffres .chiffre .chiffre-value .nombre sup {
  font-size: 0.5em;
}
.container .chiffres .chiffre .chiffre-value .unite {
  font-size: 18px;
  padding-bottom: 50px;
}
.container .chiffres .chiffre .turn-page {
  display: flex;
  width: 116px;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .container .chiffres .chiffre .turn-page {
    margin: initial;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres .chiffre .turn-page {
    width: 30.58%;
  }
}
.container .chiffres .chiffre .turn-page img {
  width: 17px;
  cursor: pointer;
}
.container .chiffres .chiffre .turn-page .prev img {
  transform: rotate(180deg);
}
.container .chiffres .chiffre .chiffre-bottom {
  width: 100%;
  margin: auto;
}
.container .chiffres .chiffre .chiffre-bottom .chiffre-pagination {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .chiffres .chiffre .chiffre-bottom .chiffre-pagination .groupe {
  margin-right: 10px;
  display: none;
}
.container .chiffres .chiffre .chiffre-bottom .chiffre-pagination .groupe span {
  background-color: #291d37;
  color: #fff;
  padding: 0px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 30px;
}
.container .chiffres .chiffre .chiffre-bottom .legende {
  width: calc(100% - 120px);
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: initial;
  font-weight: 600;
  height: 5em;
}
@media screen and (max-width: 1024px) {
  .container .chiffres .chiffre .chiffre-bottom .legende {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 860px) {
  .container .chiffres .chiffre .chiffre-bottom .legende {
    text-align: left;
    margin: initial;
    margin-top: 21px;
    width: 74.2%;
  }
}
@media screen and (max-width: 768px) {
  .container .chiffres .chiffre .chiffre-bottom .legende {
    margin-top: 17px;
  }
}
@media screen and (max-width: 576px) {
  .container .chiffres .chiffre .chiffre-bottom .legende {
    width: 100%;
  }
}
.container .chiffres .chiffre .chiffre-bottom .legende > div {
  overflow: hidden;
}
.container .chiffres .chiffre .chiffre-value,
.container .chiffres .chiffre .chiffre-pagination {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.citation {
  color: #291d37;
}
.citation .legende {
  margin-top: 20px;
  margin-left: 50px;
  font-size: 12px;
  display: flex;
  width: 50%;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.citation .legende h4 {
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.citation .legende .legende-content {
  width: 80%;
}
.citation .ligne-1 {
  display: flex;
}
.citation .ligne-1 > div {
  flex: 1;
  margin-right: 10px;
}
.citation .ligne-1 > div:last-child {
  margin-right: 0;
}
.citation .ligne-1 .video img {
  width: 100%;
}
.citation blockquote {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-left: 50px;
}
.citation blockquote .quote img {
  width: 30px;
}
.citation blockquote .text {
  font-size: 40px;
  font-weight: 700;
}
.citation blockquote .blockquote-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 22px;
}
.citation blockquote .blockquote-bottom cite {
  font-style: normal;
}

.module-4-textes {
  width: calc(100% - 240px);
  margin: auto;
  color: #291d37;
  border-bottom: 1px solid #291d37;
}
@media screen and (max-width: 1024px) {
  .module-4-textes {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .module-4-textes {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .module-4-textes {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .module-4-textes {
    width: 100%;
  }
}
.module-4-textes .ligne-1 {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .module-4-textes .ligne-1 {
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .module-4-textes .ligne-1 {
    flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-4-textes .ligne-1 {
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .module-4-textes .ligne-1 .container-accroche {
    padding-bottom: 34px;
    border-bottom: 1px solid #291d37;
  }
}
@media screen and (max-width: 480px) {
  .module-4-textes .ligne-1 .container-accroche {
    padding-bottom: 26px;
  }
}
.module-4-textes .ligne-1 > div {
  flex: 1;
}
.module-4-textes .ligne-n {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #291d37;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .module-4-textes .ligne-n {
    gap: 42px;
    margin-top: 42px;
    padding-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .module-4-textes .ligne-n {
    flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-4-textes .ligne-n {
    flex-direction: column;
    gap: 26px;
  }
}
.module-4-textes .ligne-n > div {
  flex: 1;
}
.module-4-textes .ligne-n .texte {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .module-4-textes .ligne-n .texte {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .module-4-textes .ligne-n .texte {
    padding-bottom: 34px;
  }
  .module-4-textes .ligne-n .texte:first-child {
    border-bottom: 1px solid #291d37;
  }
}
.module-4-textes .texte h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.module-4-textes .texte .mini-intro {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.module-4-textes .texte .read-more-content {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.module-4-textes .texte .read-more-content p {
  margin-top: 15px;
}
.module-4-textes .texte .read-more-content ul {
  padding-left: 20px;
  margin-top: 0px;
}
.module-4-textes .texte .read-more-content ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}
.module-4-textes .texte .read-more-content ul li li {
  list-style-type: circle;
}

.titre-bloc {
  border-top: #291d37 1px solid;
  padding-top: 50px;
  display: flex;
}
.titre-bloc .categorie {
  width: 10%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.titre-bloc .titre-texte {
  font-size: 80px;
  font-weight: 900;
}

.gras {
  border-top: #291d37 1px solid;
  padding-top: 50px;
  margin-top: 50px;
  color: #291d37;
}
.gras .titre {
  font-size: 80px;
}
.gras .legende {
  font-size: 12px;
}
.gras .legende span {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
}

.map .pt-ville {
  fill: #291c37;
  cursor: pointer;
}
.map .info-ville,
.map .info-other {
  margin-top: 20px;
}

.titre-simple .titre-2 {
  border-bottom: #291d37 1px solid;
}

.graph {
  border-top: 1px solid #291d37;
  padding-top: 20px;
  padding-bottom: 75px;
  color: #291d37;
  width: 80%;
  margin: auto;
}
.graph h4 {
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.graph .content {
  display: flex;
  align-items: center;
}
.graph .content > div {
  flex: 1;
}
.graph .content .texte .big {
  font-weight: 700;
  font-size: 80px;
  line-height: 41px;
}
.graph .content .texte .big sup {
  font-size: 40px;
  padding-left: 10px;
}
.graph .content .texte .normal {
  width: 70%;
  font-size: 30px;
  line-height: 36px;
  padding-top: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.big-number {
  width: 80%;
  margin: auto;
  color: #291d37;
  border-top: #291d37 1px solid;
  padding-top: 20px;
}
.big-number h4 {
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.big-number .content {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
.big-number .content .number {
  text-wrap: nowrap;
  width: 62.5%;
  padding-right: 15px;
}
.big-number .content .number > span {
  font-size: 190px;
  font-weight: 700;
}
.big-number .content .number > span i {
  font-style: normal;
}
.big-number .content .number > span sup {
  font-size: 0.6em;
}
.big-number .content .infos .plus {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.big-number .content .infos .mini {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
}

.one-citation {
  color: #291d37;
  width: 80%;
  margin: auto;
}
.one-citation img {
  width: 30px;
}
.one-citation .head {
  margin-bottom: 25px;
}
.one-citation .content {
  margin-bottom: 25px;
}
.one-citation blockquote {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.one-citation .bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 22px;
}
.one-citation .bottom cite {
  font-style: normal;
}

footer {
  padding-top: 150px;
  color: #291d37;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding-top: 75px;
  }
}
footer ul {
  list-style: none;
}
footer .content {
  border-top: #291d37 1px solid;
  border-bottom: #291d37 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  footer .content {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  footer .content {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 480px) {
  footer .content {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
footer .content .links ul {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.7px;
}
footer .content .links ul li {
  padding: 0 50px;
}
footer .content .links ul li a {
  text-decoration: none;
}
footer .logo {
  height: 30px;
  transform: translateY(0px);
}
footer .reseaux img {
  width: 18px;
}
footer .reseaux img.logo-tiktok {
  width: 16px;
}
footer .reseaux img.logo-instagram {
  width: 16px;
}
footer .reseaux img.logo-discord {
  width: 21px;
}
footer .reseaux ul {
  display: flex;
  align-items: center;
}
footer .reseaux ul li {
  border-right: 1px solid #291d37;
  padding: 8px 20px;
  flex: 1;
}
footer .reseaux ul li:last-child {
  border-right: none;
  padding: 8px 0 7px 20px;
}
footer .content-mini {
  font-size: 10px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  footer .content-mini {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  footer .content-mini {
    margin-top: 17px;
  }
}
@media screen and (max-width: 576px) {
  footer .content-mini {
    flex-direction: column;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  footer .content-mini {
    margin-top: 13px;
  }
}
footer .content-mini ul {
  display: flex;
}
@media screen and (max-width: 480px) {
  footer .content-mini ul {
    flex-wrap: wrap;
  }
}
footer .content-mini ul li::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
footer .content-mini ul li:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
footer .content-mini ul a {
  text-decoration: none;
  letter-spacing: 0.7px;
}

section.tableau {
  display: flex;
  color: #291d37;
  border-top: #291d37 1px solid;
  border-bottom: #291d37 1px solid;
}
@media screen and (max-width: 860px) {
  section.tableau {
    flex-direction: column;
  }
}
section.tableau .col-A {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
  padding-bottom: 20px;
  width: 370px;
}
@media screen and (max-width: 1024px) {
  section.tableau .col-A {
    width: 315px;
    margin-right: 21px;
  }
}
@media screen and (max-width: 860px) {
  section.tableau .col-A {
    flex-direction: row;
    width: 100%;
    margin-top: 21px;
    padding-bottom: 42px;
    margin-right: 0px;
    gap: 21px;
  }
  section.tableau .col-A > div {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .col-A {
    margin-top: 17px;
    gap: 17px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 576px) {
  section.tableau .col-A {
    flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  section.tableau .col-A {
    margin-top: 13px;
    gap: 26px;
    padding-bottom: 26px;
  }
}
section.tableau .col-A > div.titre {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-top: 25px;
}
@media screen and (max-width: 860px) {
  section.tableau .col-A > div.titre {
    padding-top: 0px;
  }
}
section.tableau .col-A > div.part-projets {
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  letter-spacing: 0.5px;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  section.tableau .col-A > div.part-projets {
    padding-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .col-A > div.part-projets {
    padding-top: 17px;
  }
}
@media screen and (max-width: 576px) {
  section.tableau .col-A > div.part-projets {
    padding-top: 0px;
  }
}
section.tableau .col-A > div.part-projets .nbProjets > div:first-child {
  font-size: 120px;
  line-height: 90px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:first-child {
    font-size: 102px;
    line-height: 76.5px;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:first-child {
    font-size: 84px;
    line-height: 63px;
  }
}
@media screen and (max-width: 480px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:first-child {
    font-size: 72px;
    line-height: 54px;
  }
}
section.tableau .col-A > div.part-projets .nbProjets > div:last-child {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:last-child {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:last-child {
    margin-top: 17px;
  }
}
@media screen and (max-width: 480px) {
  section.tableau .col-A > div.part-projets .nbProjets > div:last-child {
    margin-top: 13px;
  }
}
section.tableau .content {
  flex: 1;
}
section.tableau .content table {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  border-collapse: collapse;
  width: 100%;
}
section.tableau .content table tr td:first-child {
  width: 500px;
  /*

  @media screen and (max-width: $resp3) {
      width: 276px;
  }

  @media screen and (max-width: $resp32) {
      width: 157px;
  }
      */
}
@media screen and (max-width: 1024px) {
  section.tableau .content table tr td:first-child {
    width: 400px;
  }
}
@media screen and (max-width: 860px) {
  section.tableau .content table tr td:first-child {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .content table tr td:first-child {
    width: 453px;
  }
}
@media screen and (max-width: 576px) {
  section.tableau .content table tr td:first-child {
    width: 325px;
  }
}
@media screen and (max-width: 480px) {
  section.tableau .content table tr td:first-child {
    width: initial;
  }
}
section.tableau .content table tr:not(:last-child) td {
  padding-top: 10px;
  padding-bottom: 10px;
}
section.tableau .content table th {
  height: 100px;
  border: 1px solid #291d37;
  border-top-width: 0;
  font-weight: 600;
  text-align: left;
  font-size: 25px;
  line-height: 32px;
  padding-left: 20px;
}
@media screen and (max-width: 860px) {
  section.tableau .content table th {
    border-top-width: 1px;
    border-left: 0;
  }
  section.tableau .content table th:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.tableau .content table th {
    font-size: 18px;
    line-height: 25px;
  }
}
section.tableau .content table td {
  border: 1px solid #291d37;
  padding-left: 20px;
}
@media screen and (max-width: 860px) {
  section.tableau .content table td {
    border-left-width: 0px;
  }
  section.tableau .content table td:first-child {
    padding-left: 0;
  }
}
section.tableau .content table thead tr:last-child th:last-child {
  border-right: 0;
}
section.tableau .content table tbody tr td:last-child {
  border-right: 0;
}
section.tableau .content table tbody tr:last-child td {
  border-bottom: 0;
  height: 100px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  section.tableau .content table tbody tr:last-child td {
    font-size: 18px;
  }
}

section.simple-photo img {
  width: 100%;
}

.simple-photo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.simple-photo .legende {
  margin-top: 20px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
  color: #291d37;
}
.simple-photo .legende h4 {
  margin-bottom: 7px;
  font-weight: 600;
}
.simple-photo .legende .legende-content {
  max-width: 50%;
}

.section-accroche {
  color: #291d37;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: calc(100% - 240px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section-accroche {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .section-accroche {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .section-accroche {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .section-accroche {
    width: 100%;
  }
}
.dark-mode .section-one-chiffre.add-border {
  border-top: #fff 1px solid;
}

.section-one-chiffre.add-border {
  border-top: #291d37 1px solid;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre.add-border {
    padding-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre.add-border {
    padding-top: 17px;
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre.add-border {
    padding-top: 13px;
  }
}
.section-one-chiffre.add-border-bottom {
  border-bottom: #291d37 1px solid;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre.add-border-bottom {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre.add-border-bottom {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre.add-border-bottom {
    padding-bottom: 13px;
  }
}
.section-one-chiffre .le-titre {
  width: calc(100% - 240px);
  margin: auto;
  color: #291d37;
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre .le-titre {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .section-one-chiffre .le-titre {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre .le-titre {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre .le-titre {
    width: 100%;
  }
}
.section-one-chiffre .content {
  width: calc(100% - 240px);
  margin: auto;
  color: #291d37;
  display: flex;
  gap: 25px;
  margin: auto;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .section-one-chiffre .content {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre .content {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre .content {
    gap: 21px;
  }
}
@media screen and (max-width: 860px) {
  .section-one-chiffre .content {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre .content {
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre .content {
    gap: 26px;
  }
}
.section-one-chiffre .content.align-middle {
  align-items: center;
}
@media screen and (max-width: 860px) {
  .section-one-chiffre .content.align-middle {
    align-items: flex-start;
  }
}
.section-one-chiffre .content.align-bottom {
  align-items: end;
}
.section-one-chiffre .content div {
  flex: 1;
}
.section-one-chiffre .content .le-chiffre {
  font-size: 120px;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 0.75em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-one-chiffre .content .le-chiffre {
    font-size: 102px;
  }
}
@media screen and (max-width: 768px) {
  .section-one-chiffre .content .le-chiffre {
    font-size: 84px;
  }
}
@media screen and (max-width: 480px) {
  .section-one-chiffre .content .le-chiffre {
    font-size: 70px;
  }
}
.section-one-chiffre .content .le-chiffre .the-unit {
  font-size: 0.55em;
  position: relative;
  top: -35px;
  /* ajuste selon le rendu */
}
@media screen and (max-width: 768px) {
  .section-one-chiffre .content .le-chiffre .the-unit {
    position: absolute;
    top: -13px;
  }
}
.section-one-chiffre .content .le-texte {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 32px;
}
.section-one-chiffre .content .le-texte .infos {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.highlight {
  border: 2px solid yellow !important;
}

.like-btn {
  background-color: #291d37;
  color: #fff;
  padding: 0px 10px;
  border-radius: 50px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 30px;
}

.mega {
  font-size: 70px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.dark-mode .module-map-france svg {
  filter: invert(1);
}

.module-map-france {
  width: calc(100% - 240px);
  margin: auto;
  color: #291d37;
  border-top: 1px #291d37 solid;
  border-bottom: 1px #291d37 solid;
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .module-map-france {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .module-map-france {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .module-map-france {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .module-map-france {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module-map-france {
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 768px) {
  .module-map-france {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .module-map-france {
    padding-bottom: 38px;
  }
}
.module-map-france .infos {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .module-map-france .infos {
    font-size: 8.6vw;
    line-height: calc(8.6vw - 3px);
  }
}
.module-map-france .head {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .module-map-france .head {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .module-map-france .head {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-map-france .head {
    margin-bottom: 26px;
  }
}
.module-map-france .content {
  display: flex;
  color: #291d37;
}
@media screen and (max-width: 1180px) {
  .module-map-france .content {
    flex-direction: column;
  }
}
.module-map-france .content .mega {
  margin-bottom: 20px;
}
.module-map-france .content .col-A {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 249px;
  pointer-events: none;
  /* Makes this div ignore mouse events */
}
.module-map-france .content .col-A > div:first-child {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1180px) {
  .module-map-france .content .col-A > div:first-child {
    height: initial;
  }
}
.module-map-france .content .default {
  position: relative;
}
@media screen and (max-width: 576px) {
  .module-map-france .content .default {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-map-france .content .default {
    margin-bottom: 26px;
  }
}
.module-map-france .content #nom-ville {
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: none;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1072px) {
  .module-map-france .content .place-france {
    width: 100%;
  }
}
.module-map-france .content svg {
  width: 100%;
  height: auto;
  min-width: 710px;
}
@media screen and (max-width: 1072px) {
  .module-map-france .content svg {
    min-width: 100%;
  }
}
.module-map-france .content .legende {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 290px;
}
.module-map-france .content .legende.legende-desktop {
  display: block;
}
@media screen and (max-width: 1180px) {
  .module-map-france .content .legende.legende-desktop {
    display: none;
  }
}
.module-map-france .content .legende.legende-responsive {
  display: none;
}
@media screen and (max-width: 1180px) {
  .module-map-france .content .legende.legende-responsive {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .module-map-france .content .legende.legende-responsive {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-map-france .content .legende.legende-responsive {
    margin-top: 26px;
  }
}
.module-map-france .content .col-B {
  flex: 1;
  display: flex;
  justify-content: end;
  width: 60%;
}
@media screen and (max-width: 1180px) {
  .module-map-france .content .col-B {
    width: 100%;
    justify-content: right;
  }
}

.dot-ville {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.module-map {
  width: calc(100% - 240px);
  margin: auto;
  color: #291d37;
  border-top: 1px #291d37 solid;
}
@media screen and (max-width: 1024px) {
  .module-map {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .module-map {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .module-map {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .module-map {
    width: 100%;
  }
}
.module-map .head {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .module-map .head {
    margin-bottom: 42px;
    padding-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .module-map .head {
    margin-bottom: 34px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 480px) {
  .module-map .head {
    margin-bottom: 26px;
    padding-top: 13px;
  }
}

.dark-mode .module-map-monde .legende-monde-2 > div.lgd-1 span {
  background-color: #4D4D4D;
  opacity: 1;
}
.dark-mode .module-map-monde .legende-monde-2 > div.lgd-2 span {
  background-color: #333333;
  opacity: 1;
}

.module-map-monde .legende-monde-2 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .module-map-monde .legende-monde-2 {
    flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-map-monde .legende-monde-2 {
    gap: 26px;
  }
}
.module-map-monde .legende-monde-2 > div {
  flex: 1;
}
.module-map-monde .legende-monde-2 > div.lgd-1 span {
  background-color: #291D37;
  opacity: 0.3;
}
.module-map-monde .legende-monde-2 > div.lgd-2 span {
  background-color: #291d37;
  opacity: 0.5;
}
.module-map-monde .legende-monde-2 > div span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: green;
  display: block;
  margin-bottom: 10px;
}

.module-map-monde .legende-monde {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .module-map-monde .legende-monde {
    display: flex;
    align-items: center;
  }
}
.module-map-monde .legende-monde .text {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .module-map-monde .legende-monde .text {
    width: 100%;
    max-width: 225px;
  }
}
.module-map-monde .legende-monde div.rond {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #291d37;
  opacity: 0.3;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .module-map-monde .legende-monde div.rond {
    margin-bottom: 0px;
  }
}

.dark-mode .module-map-monde .legende-monde span {
  background-color: #4D4D4D;
}

#debug {
  border: 1px solid red;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 20px;
}

.y-letter {
  margin-left: -10px;
}

.a-letter + .c-letter {
  margin-left: -9px;
}

.a-letter + .y-letter {
  margin-left: -20px;
}

.animTextWord .split-word {
  margin-left: -1px;
}

.grayed-out {
  opacity: 0.1;
}
.grayed-out.btn-scroll-bottom {
  pointer-events: none;
}

.nowrap {
  white-space: nowrap;
}

img.lozad {
  opacity: 0;
}

.module-member {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 100px;
  border-top: 1px solid #291d37;
  border-bottom: 1px solid #291d37;
}
.module-member .head {
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 20px;
  margin-bottom: 50px;
  color: #291d37;
}

.texte-simple {
  color: #291d37;
  font-size: 18px;
  line-height: 25px;
}
.texte-simple b {
  font-weight: 600;
}
.texte-simple p {
  margin-bottom: 10px;
}
.texte-simple p:last-child {
  margin-bottom: 0px;
}

.one-image-module {
  width: calc(100% - 240px);
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .one-image-module {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .one-image-module {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .one-image-module {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .one-image-module {
    width: 100%;
  }
}
.one-image-module .html-responsive {
  display: none;
}
.one-image-module .html-responsive strong {
  font-weight: 600;
}
.one-image-module.bordure-bottom {
  border-bottom: 1px solid #291d37;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .one-image-module.bordure-bottom {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .one-image-module.bordure-bottom {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .one-image-module.bordure-bottom {
    padding-bottom: 26px;
  }
}
.one-image-module.bordure-top {
  border-top: 1px solid #291d37;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .one-image-module.bordure-top {
    padding-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .one-image-module.bordure-top {
    padding-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .one-image-module.bordure-top {
    padding-top: 26px;
  }
}
.one-image-module .title {
  color: #291d37;
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.one-image-module img {
  display: block;
  margin: auto;
  max-height: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1120px) {
  .one-image-module img {
    max-height: 425px;
  }
}
@media screen and (max-width: 1024px) {
  .one-image-module img {
    max-height: 350px;
  }
}
@media screen and (max-width: 550px) {
  .one-image-module img {
    width: 100%;
    max-height: initial;
  }
}
.one-image-module picture.inverse {
  display: none;
}
.one-image-module .html-responsive {
  display: none;
  color: #291d37;
}
@media screen and (max-width: 768px) {
  .one-image-module .html-responsive {
    display: block;
    margin-top: 34px;
  }
}
.one-image-module .html-responsive table {
  font-size: 18px;
  line-height: 25px;
  border-collapse: collapse;
  width: 100%;
}
.one-image-module .html-responsive table td {
  border: 1px solid #291d37;
  border-right: 0px;
  border-left: 0px;
  height: 40px;
}
.one-image-module .html-responsive table td:last-child {
  text-align: right;
}
.one-image-module .html-responsive table tr:last-child td {
  border-bottom: 0;
}

.dark-mode .one-image-module picture.inverse {
  display: block;
}
.dark-mode .one-image-module picture.normal {
  display: none;
}

.dark-mode .module-telechargement {
  border-top: 1px solid #fff;
}

.module-telechargement {
  border-top: 1px solid #291d37;
}
.module-telechargement section {
  width: calc(100% - 240px);
  margin: auto;
  display: flex;
  margin: auto;
  color: #291d37;
  margin-top: 50px;
  gap: 25px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .module-telechargement section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 860px) {
  .module-telechargement section {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .module-telechargement section {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .module-telechargement section {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module-telechargement section {
    gap: 21px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 915px) {
  .module-telechargement section {
    flex-direction: column;
    gap: 42px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .module-telechargement section {
    gap: 34px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .module-telechargement section {
    gap: 26px;
    margin-top: 26px;
  }
}
.module-telechargement section > div {
  flex: 1;
}
.module-telechargement section .titre {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .module-telechargement section .titre {
    font-size: 8.6vw;
    line-height: calc(8.6vw - 3px);
  }
}
.module-telechargement section .links {
  display: flex;
  justify-content: flex-end;
}
.module-telechargement section .links ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.module-telechargement section .links ul a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
  text-underline-offset: 5px;
}

.w-exposant {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0.6em;
  position: relative;
  top: 0em;
}/*# sourceMappingURL=styles.css.map */