@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #06e1ba;
}

::selection {
  color: #000;
  background: #06e1ba;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html,
h1,
h2,
h3,
body {
  margin: 0;
  padding: 0;
}

/*********************************** REINITIALISATION ********************************************/

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
  z-index: 2;
}

header a {
  margin-left: 3%;
}

header button {
  margin-right: 5%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

main {
  margin: 10% 0% 8% 0%;
}

.filtre {
  filter: grayscale(1);
}

.filtre:hover {
  transition: 500ms;
  filter: grayscale(0);
}

/*********************************** HEADER ****************************************************/

.intro {
  margin-left: 25%;
  margin-right: 15%;
  position: relative;
}

.gif {
  background: url(./videos/Conseil.gif) no-repeat;
  width: 24vw;
  height: 24vw;
  position: absolute;
  background-size: cover;
  margin-left: -8.5%;
  margin-top: -9%;
  z-index: -1;
}

.intro h1 {
  color: #000;
  width: 100%;
  margin-left: 7%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.75vw;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  /* 132.25px */
}

.intro-titre {
  color: #000;
  font-family: "Unbounded";
  font-size: 3.6vw;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  text-transform: uppercase;
}

.intro-txt {
  display: flex;
  margin-left: 7%;
  flex-direction: row;
  align-items: end;
}

.intro-txt p {
  color: #000;
  font-family: "Unbounded";
  font-size: 1.03vw;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 66.12px */
  width: 83%;
  margin-top: 5%;
}

.intro-txt a {
  position: fixed;
  right: 2%;
}

.intro-txt button {
  border-radius: 50px;
  background: #06e1ba;
  color: #000;
  font-family: "Unbounded";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 800;
  width: fit-content;
  padding: 0.6vw 1vw;
  bottom: 7%;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
}

.intro-txt button:hover {
  background: #000;
  color: #06e1ba;
  transition: 500ms;
}

/* PEOPLE SECTION */

.experts-section {
  margin: 3vw 0 0 0;
  width: 60%;
  height: auto;
  background: transparent;
  padding: 2.9vw 20% 2vw 20%;
  font-family: "Unbounded";
}

.experts-section-infos {
  width: 100%;
  text-align: center;
}

.experts-section-infos h1 {
  font-size: 1.5vw;
  color: #00CBA7;
  font-weight: 600;
}

.experts-section-infos p {
  font-size: .8vw;
  font-weight: 400;
  /* width: 60%;
  margin: .5vw auto; */
  line-height: 1.2vw;
}

.experts {
  display: flex;
  gap: 4%;
  width: 100%;
  margin: 2vw 0;
}

.expert {
  width: 31.3%;
}

.expert img {
  max-width: 80%;
}

.expert h3 {
  margin: 0.8vw 0;
  color: #00CBA7;
  font-size: 1.1vw;
}

.expert p {
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1.3vw;
  display: inline;
}

.more-text {
  display: none;
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1.3vw;
}

.accordion-btn {
  background: none;
  border: none;
  display: block;
  margin-top: 20px;
  cursor: pointer;
  font-size: 1vw;
  padding: 0;
  color: #00CBA7;
}

.arrow-down img {
  width: 25px;
}

.accordion-btn .arrow-down {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-btn.active .arrow-down {
  transform: rotate(180deg);
}

/* ///////////////////////////////// */

.partenaires-mobile {
  display: none;
}

.partenaires {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20% 5% 20%;
}

.titre-vertical {
  position: absolute;
  display: flex;
  flex-direction: row;
  left: -10vw;
  width: 100%;
  margin-bottom: 8%;
}

.partenaires h3 {
  color: #000;
  font-family: "Montserrat";
  font-size: 0.5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
  /* 275% */
  position: absolute;
  transform: rotate(270deg);
  text-transform: uppercase;
}

.vector {
  background: #10d3b1;
  width: 2px;
  height: 2.5vw;
  margin-left: 11%;
}

.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.logos img {
  width: 100%;
}

.logos a {
  width: 14% !important;
  display: flex;
  justify-content: right;
  text-decoration: none;
}

.logos button {
  border-radius: 50px;
  background: #000;
  color: #06e1ba;
  font-family: "Unbounded";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 800;
  padding: 0.5vw 0.9vw;
  text-decoration: none;
  width: fit-content;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.logos button:hover {
  background: #06e1ba;
  color: #000;
  transition: 500ms;
}

.partenaires img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rapports {
  margin: 0 20% 0 20%;
}

.details-rapport {
  margin: 0% 20% 10% 20%;
}

.details-rapport h2 {
  color: #10D3B1;
  font-family: "Unbounded";
  font-size: 1.1vw;
  margin-top: 2%;
  font-style: normal;
  font-weight: 500;
}

.rapports-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
  /* 121.8px */
}

.subtitle {
  font-size: 2.3vw !important;
  text-transform: uppercase;
  font-weight: 200 !important;
}

.underline {
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

.rapports-txt p {
  width: 45%;
  color: #000;
  margin-top: 3%;
  font-family: "Unbounded";
  font-size: 0.99vw;
  font-style: normal;
  font-weight: 300;
  line-height: 174%;
  /* 62.64px */
}

.caroussel {
  margin-top: -3%;
  width: 80%;
  text-align: right;
  margin-bottom: 2%;
}

.caroussel img {
  width: 100%;
}

.caroussel button {
  border-radius: 50px;
  background: #000;
  border: none;
  color: #fff;
  font-family: "Unbounded";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 800;
  line-height: 174%;
  /* 55.68px */
  padding: 0.5vw 1.2vw;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 1%;
}

.caroussel button:hover {
  color: #06e1ba;
  transition: 500ms;
}

.sites-internet {
  margin: 0 20% 8% 20%;
}

.sites-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
  /* 121.8px */
}

.sites-txt p {
  width: 50%;
  color: #000;
  font-family: 'Unbounded';
  font-size: 0.99vw;
  font-style: normal;
  font-weight: 300;
  line-height: 174%;
  margin-top: 3%;
  /* 62.64px */
}

.txt-btn {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.txt-btn button {
  border-radius: 50px;
  border: 0;
  background: #000;
  color: #fff;
  font-family: "Unbounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 174%;
  /* 52.2px */
  text-transform: uppercase;
  width: 280px;
  height: 45px;
  cursor: pointer;
  margin-bottom: 3%;
}

.txt-btn button:hover {
  color: #06e1ba;
  transition: 500ms;
}

.videos video {
  width: 100%;
  margin-top: 2%;
}

.videos p {
  color: #10D3B1;
  font-family: "Unbounded";
  font-size: 1.1vw;
  margin-top: 5%;
  font-style: normal;
  font-weight: 500;
}

.under-videos-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 75%;
  justify-content: space-between;
  align-items: center;
}

.under-details-rapport {
  margin-top: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 85%;
  justify-content: space-between;
  align-items: center;
}

.under-details-rapport img {
 width: 95%;
 display: flex;
 align-items: center;
}

.under-videos img {
  width: 95%;
  height: auto;
}

.identite-graphique {
  margin: 0 20% 8% 20%;
}

.identite-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
  /* 121.8px */
}

.identite-underline {
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

.identite-txt p {
  margin-top: 3%;
  width: 47%;
  color: #000;
  font-family: "Unbounded";
  font-size: 0.99vw;
  font-style: normal;
  font-weight: 300;
  line-height: 174%;
  /* 62.64px */
}

.identite-img img {
  width: 100%;
  margin-top: 1%;

}

.id-under-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}

.id-img-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.id-img-legend p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
  margin-bottom: 10px;
  /* Ajoutez un espace en bas du paragraphe */
}

.vid-legend-underline {
  width: 60px;
  height: 2px;
  background: #000;
  margin-top: -1%;
}

.case-study {
  border-radius: 50px;
  padding: 0.5vw 1.2vw;
  border: none;
  background: #000;
  color: #fff;
  font-family: "Unbounded";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 800;
  line-height: 174%;
  /* 52.2px */
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5%;
}

.case-study:hover {
  color: #06e1ba;
  transition: 500ms;
}

.under-legend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.under-legend #voir-plus {
  color: #10D3B1;
  font-family: "Unbounded";
  font-size: 1.1vw;
  margin-top: 2%;
  font-style: normal;
  font-weight: 500;
}

.under-legend-bottom {
  display: flex;
  margin-top: 2%;
  width: 85%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.under-legend img {
  width: 75%;
}

.com-corporate {
  margin: 0 20% 8% 20%;
}

.com-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
  /* 99.4px */
}

.underline-com {
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

.com-txt p {
  width: 45%;
  color: #000;
  font-family: "Unbounded";
  font-size: 0.99vw;
  margin-top: 3%;
  font-style: normal;
  font-weight: 300;
  line-height: 174%;
  /* 62.64px */
}

.com-media {
  display: flex;
  margin-top: 0;
  width: 100vw;
  min-height: 25vw;
  margin-left: -20vw;
  margin-bottom: 2%;
}

.left-com-media {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.left-com-media video {
  width: 100%;
}

.right-com-media {
  width: 30%;
}

.right-com-media img {
  width: 100%;
}

.under-com-media {}

.inserm {
  width: 50%;
}

.pasteur {
  width: 200px;
  margin-top: -3%;
}

.txt-inserim {
  display: flex;
  flex-direction: column;

}

.txt-inserim p {
  color: #000;
  text-align: right;
  font-family: "Unbounded";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
}

.underline-inserim {
  background: #000;
  width: 30px;
  height: 2px;
  margin-top: -1.5%;
  margin-left: auto;
  margin-right: 0;
}

.txt-pasteur {
  display: flex;
  flex-direction: column;
}

.txt-pasteur p {
  color: #000;
  text-align: right;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
}

.underline-pasteur {
  background: #000;
  width: 30px;
  height: 2px;
  margin-top: -2.5%;
  margin-left: auto;
  margin-right: 0;
}

.com-last {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
}

.com-last #voir-plus {
  color: #10D3B1;
  font-family: "Unbounded";
  font-size: 1.1vw;
  margin-top: 2%;
  font-style: normal;
  font-weight: 500;
}

.com-last img {
  width: 85%;
}

.com-last-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#projet-sante-com {
  width: 420px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: #000;
  color: #fff;
  font-family: "Unbounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 174%;
  text-transform: uppercase;
  cursor: pointer;
}

.ouvrages {
  margin: 0 20% 8% 20%;
}

.ouvrages-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
}

.underline-ouvrage {
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

.ouvrages-txt p {
  width: 50%;
  color: #000;
  font-family: "Unbounded";
  font-size: 0.99vw;
  font-style: normal;
  margin-top: 3%;
  font-weight: 300;
  line-height: 174%;
  /* 62.64px */
}

.ouvrages-vid video {
  width: 100%;
}

.under-vid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}

.under-vid-txt {
  display: flex;
  flex-direction: column;
}

.under-vid-txt p {
  color: #000;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
}

.underline-vid {
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: -5.5%;
}

.under-vid img {
  width: 125px;
}

.vid-last {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vid-last #voir-plus {
  color: #10D3B1;
  font-family: "Unbounded";
  font-size: 1.1vw;
  margin-top: 2%;
  font-style: normal;
  font-weight: 500;
}

.vid-last-imgs {
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: center;
}

.vid-last button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000;
  font-family: "Unbounded";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 174%;
  /* 52.2px */
  text-transform: uppercase;
}

.vid-last img {
  width: 80%;
}

.campagnes-pub {
  margin: 0 20% 0 20%;
}

.campagnes-pub a {
  text-decoration: none;
}

.campagne-txt h2 {
  color: #000;
  font-family: "Unbounded";
  font-size: 2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.75vw;
}

.campagne-underline {
  background: #000;
  width: 80px;
  height: 2px;
  margin-top: 15px;
}

.campagne-txt p {
  width: 50%;
  margin-top: 3%;
  color: #000;
  font-family: "Unbounded";
  font-size: 0.99vw;
  font-style: normal;
  font-weight: 300;
  line-height: 174%;
  /* 62.64px */
}

.campagne-img {
  margin-top: 3%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 5%;
}

.campagne-img-left {
  display: flex;
  flex-direction: column;
}


.txt-left {
  display: flex;
  flex-direction: column;
}

.txt-left p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
}

.txt-left div {
  width: 35px;
  height: 2px;
  background: #000;
  margin-top: -2%;
}

.campagne-img-right {
  display: flex;
  flex-direction: column;
}

.right-under-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.txt-right {
  display: flex;
  flex-direction: column;
}

.txt-right p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 45.24px */
  text-transform: uppercase;
}

.txt-right div {
  width: 35px;
  height: 2px;
  background: #000;
  margin-top: -3%;
}

.right-under-img img {
  width: 20%;
  object-fit: contain;
}

.campagne-last {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.campagne-last button {
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  font-family: "Unbounded";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 174%;
  /* 52.2px */
}

.campagne-last img {
  width: 85%;
}

.camp {
  width: 75% !important;
  gap: 5%;
}

/*********************************** BODY **************************************************************/

footer {
  margin-top: auto;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

footer a  {
  text-decoration: none;
}

.top {
  margin-left: auto;
  margin-right: 15%;
}

.top img {
  width: 10vw;

}

.footer-top {
  margin-left: 30%;
  margin-right: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 5%;
}

.footer-top h1 {
  color: #000;
  font-family: "Aboreto";
  font-style: normal;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 128.5%;
  /* 87.041px */
  letter-spacing: 14.563px;
  text-transform: uppercase;
  margin-bottom: 3%;
}

.footer-top h2 {
  color: #06e1ba;
  font-family: "Unbounded";
  font-style: normal;
  font-size: 2.2vw;
  font-weight: 800;
  line-height: 128.5%;
  /* 111.412px */
  text-transform: uppercase;
  margin-bottom: 3%;
}

.footer-top button {
  padding: 10px 30px;
  border: 0px solid #000;
  font-size: 0.9vw;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  line-height: 179.5%;
  /* 68.088px */
  text-transform: uppercase;
  margin-bottom: 3%;
  cursor: pointer;
}

.footer-top button:hover {
  color: #06e1ba;
  transition: 500ms;
}

.footer-mid {
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-mid h2 {
  color: #000;
  font-family: "Aboreto";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 128.5%;
  /* 41.12px */
  letter-spacing: 9.6px;
  text-transform: uppercase;
}

.left,
.mid-left,
.mid-right {
  width: 23%;
}

.left,
.mid-left,
.mid-right,
.right {
  display: flex;
  flex-direction: column;
}

.left h1 {
  color: #000;
  font-family: "Unbounded";
  font-size: 1vw;
  font-style: normal;
  font-weight: 900;
  line-height: 128.5%;
  /* 51.4px */
  text-transform: uppercase;
}

.left p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 300;
  line-height: 164%;
  /* 49.2px */
}

.mid-left p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mid-right p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.75vw;
  font-style: normal;
  font-weight: 900;
}

.right {
  display: flex;
  width: 15%;
  margin-left: -8%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  text-align: end;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  margin-top: 10%;
  margin-bottom: 25%;
}

.footer-logo a img {
  width: 100%;
}

.abonner {
  position: relative;
  display: inline-block;
  margin-top: 10%;
}

.abonner input {
  height: 1.4vw;
  width: 12vw;
  border-radius: 10px;
  border: 2px solid #06e1ba;
  background: rgba(217, 217, 217, 0);
  padding-right: 40px;
  padding-left: 0.5vw;
}

input::placeholder {
  font-size: 0.8vw;
  font-weight: 300;
  font-family: 'Unbounded';
  line-height: 1vw;
}

.abonner button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 10px;
  border: 0px solid #06e1ba;
  background: #10d3b1;
  color: #fff;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 900;
  padding: 0.4vw 0.8vw;
}

.footer-bottom {
  height: 5%;
  background: #06e1ba;
  display: flex;
  justify-content: center;
}

.footer-bottom p {
  color: #000;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 277%;
  /* 66.48px */
}

.footer-bottom a {
  color: #fff;
  font-family: "Unbounded";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 277%;
  text-decoration-line: underline;
}

#top img {
  width: 8vw;
}

.mobile-break {
  display: none;
}

.btn-rapport {
  display: none;
}

.mobile {
  display: none;
}

.end-btn {
  display: block;
  width: fit-content;
  margin: 8% auto 8% auto;
  border-radius: 50px;
  background: #000;
  border: none;
  color: #fff;
  font-family: "Unbounded";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 800;
  line-height: 174%;
  padding: .6vw 1.2vw;
  cursor: pointer;
  text-transform: uppercase;
}


/*********************************** FOOTER ***********************************************************/


@media only screen and (max-width: 768px) {
  header {
    width: 95%;
    margin-top: 10%;
    margin-left: 5%;
  }

  #top img {
    width: 25vw;
  }

  .intro {
    margin-left: 0;
    margin-right: 0;
  }

  .gif {
    margin-left: 0;
    margin-top: -2vw;
    width: 55vw;
    height: 55vw;
  }

  .mobile-break {
    display: inline;
  }

  .intro h1 {
    padding-top: 9vw;
    font-size: 10.5vw;
    width: 93%;
    line-height: 11vw;
  }

  .intro-titre {
    margin-top: 1vw;
    display: block;
    font-size: 9vw;
    line-height: 10vw;
  }

  .intro-txt {
    margin-top: 10vw;
  }

  .intro-txt p {
    font-size: 3.5vw;
    letter-spacing: 1.14px;
    margin-top: 5%;
  }

  .titre-vertical {
    display: none;
  }

  .experts-section {
    width: 80%;
    padding: 0 10%;
    margin: 5vw 0 0 0;
  }

  .experts-section-infos h1 {
    font-size: 5vw;
  }

  .experts-section-infos p {
    font-size: 2.8vw;
    line-height: 4vw;
  }

  .experts {
    flex-direction: column;
    width: 100%;
  }

  .expert {
    width: 100%;
    margin-top: 5vw;
  }

  .expert img {
    text-align: center;
    max-width: 100%;
  }

  .expert h3 {
    font-size: 4vw;
    margin: 2vw 0;
  }

  .expert p {
    font-size: 2.7vw;
    line-height: 4vw;
    margin-top: 0;
  } 

  .more-text {
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .active {
    background-color: #FFF !important;
  }

  .partenaires {
    display: none;
  }

  .intro-txt button {
    display: none;
  }

  .partenaires-mobile {
    display: block;
    width: 100%;
    margin: 5% auto;
  }

  .partenaires-mobile h1 {
    font-family: 'Aboreto';
    font-weight: 400;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 3px;
  }

  .slider {
    width: 86%;
    margin: 2% auto;
    height: 20vw;
  }

  .partenaires-buttons {
    width: 86%;
    margin: 2% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }

  .partenaires-buttons button {
    font-family: 'Unbounded';
    font-weight: 900;
    font-size: 3vw;
    padding: 2vw 4vw;
    border-radius: 19.4px;
    border: none;
  }

  .pb1 {
    background: #000;
    color: #06e1ba;
  }

  .pb2 {
    background: #10D3B1;
    color: #000;
  }

  .partenaires-mobile img {
    text-align: center;
    margin: 5% auto;
    display: block;
    width: 5vw;
  }

  .rapports {
    margin: 10% 7% 0 7%;
  }

  .rapports-txt h2 {
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .underline {
    height: 2px;
    width: 75px;
  }

  .rapports-txt p {
    width: 85%;
    margin-top: 8%;
    font-size: 3.5vw;
    letter-spacing: 1.14px;
  }

  .caroussel {
    display: none;
  }

  .rapports-slider {
    width: 100%;
    height: 50vw;
  }

  .btn-rapport {
    display: block;
    width: fit-content;
    margin: 8% auto 0 auto;
    border-radius: 50px;
    background: #000;
    border: none;
    color: #fff;
    font-family: "Unbounded";
    font-size: 3vw;
    font-style: normal;
    font-weight: 800;
    line-height: 174%;
    /* 55.68px */
    padding: 1.75vw 4vw;
    cursor: pointer;
    text-transform: uppercase;
  }

  .sites-internet {
    margin: 15% 7% 0 7%;
  }

  .sites-txt h2 {
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .sites-txt p {
    font-size: 3.5vw;
    width: 100%;
    margin-top: 8%;
    letter-spacing: 1.14px;
  }

  .videos video {
    width: 100vw;
    margin-left: -8.1%;
  }

  .videos p {
    font-size: 4vw;
  }

  .under-videos-left {
    width: 100%;
  }

  .identite-graphique {
    margin: 15% 7% 0 7%;
  }

  .identite-txt h2 {
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .identite-underline {
    height: 2px;
  }

  .identite-txt p {
    margin-top: 8%;
    font-size: 3.5vw;
    letter-spacing: 1.14px;
    width: 80%;
  }

  .identite-img img {
    width: 100vw;
    margin-left: -8.1%;
  }

  .id-under-img {
    margin-top: 2%;
    display: flex;
    flex-direction: column;
  }

  .id-img-legend p {
    font-size: 2.7vw;
  }

  .vid-legend-underline {
    width: 30px;
  }

  .case-study {
    font-size: 3vw;
    margin-top: 10%;
    padding: 1.5vw 4vw;
  }

  .under-legend #voir-plus {
    font-size: 4vw;
    margin-top: 5%;
  }

  .under-legend-bottom {
    width: 100%;
  }

  .under-legend-bottom img {
    width: 100%;
  }

  .com-corporate {
    margin: 15% 7% 0 7%;
  }

  .com-txt h2 {
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .underline-com {
    height: 2px;
    width: 70px;
  }

  .com-txt p {
    font-size: 3.5vw;
    margin-top: 8%;
    letter-spacing: 1.14px;
    width: 100%;
  }

  .com-media {
    width: 100vw;
    margin-left: -8.1%;
    flex-direction: column;
  }

  .left-com-media {
    width: 100%;
  }

  .right-com-media {
    width: 100%;
  }

  .txt-inserim p {
    font-size: 3vw;
    margin-right: 7%;
  }

  .underline-inserim {
    margin-right: 7%;
  }

  .txt-pasteur p {
    font-size: 3vw;
    margin-right: 7%;
  }

  .underline-pasteur {
    margin-right: 7%;
    margin-top: -1.5%;
  }

  .com-last #voir-plus {
    font-size: 4vw;
    margin-top: 8%;
  }

  .ouvrages {
    margin: 15% 7% 0 7%;
  }

  .ouvrages-txt h2 {
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .ouvrages-txt p {
    font-size: 3.5vw;
    letter-spacing: 1.14px;
    width: 100%;
    margin-top: 8%;
  }

  .ouvrages-vid video {
    width: 100vw;
    margin-left: -8.1%;
  }

  .under-vid-txt p {
    font-size: 3vw;
  }

  .under-vid a {
    display: flex;
    align-items: end;
    width: 20%;
  }

  .under-vid img {
    width: 100%;
  }

  .vid-last #voir-plus {
    font-size: 4vw;
    margin-top: 5%;
  }

  .vid-last-imgs {
    width: 100%;
  }

  .campagnes-pub {
    margin: 15% 7% 0 7%;
  }

  .campagne-txt h2 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .campagne-txt p {
    font-size: 3.5vw;
    margin-top: 8%;
    letter-spacing: 1.14px;
    width: 100%;
  }

  .top {
    margin-left: auto;
    margin-right: auto;
  }

  .top img {
    width: 20vw;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
    flex-direction: column;
  }

  .footer-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .footer-top h1 {
    font-size: 6vw;
    letter-spacing: 7px;
  }

  .footer-top h2 {
    font-size: 7vw;
  }

  .footer-top button {
    font-size: 4vw;
  }

  .mobile-footer-description {
    width: 86%;
    margin: 8% auto;
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 3vw;
  }

  .footer-mobile-newsletter {
    margin: 5% 7%;
  }

  .footer-mobile-newsletter h1 {
    font-family: 'Aboreto';
    font-weight: 400;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }

  .footer-mobile-newsletter input {
    width: 87%;
    border: 1px solid #06e1ba;
    border-radius: 20px;
    margin-top: 5%;
    padding: 2.5vw 5vw;
    line-height: 0;
  }

  .footer-mobile-newsletter input::placeholder {
    font-family: 'Unbounded';
    font-size: 3vw;
    line-height: 0;
    color: #AFAFAF;
  }

  .footer-mobile-newsletter button {
    display: block;
    width: fit-content;
    margin: 1% 0 0 auto;
    border-radius: 20px;
    background: #10D3B1;
    color: #fff;
    font-family: 'Unbounded';
    font-size: 3vw;
    border: none;
    padding: 2vw 5vw;
  }

  .footer-mobile-details {
    margin-left: 7%;
    margin-top: 5%;
  }

  .footer-mobile-details h1 {
    font-family: 'Aboreto';
    font-weight: 400;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }

  .details {
    width: 93%;
    display: flex;
  }

  .left-details {
    display: block;
    font-family: 'Unbounded';
    font-weight: 500;
    font-size: 3vw;
    width: 70%;
  }

  .right-details {
    position: relative;
    width: 30%;
  }

  .bubble {
    overflow: hidden;
    position: absolute;
    right: -24%;
    width: 30vw;
    height: 30vw;
    display: flex;
    border: 1px solid #06e1ba;
    border-radius: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Aboreto';
    font-size: 3vw;
    letter-spacing: 3px;
  }

  .footer-mobile-rs {
    margin: 10% 7% 0 7%;
  }

  .footer-mobile-rs h1 {
    font-family: 'Aboreto';
    font-weight: 400;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }

  .rs {
    margin-top: 5%;
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }

  .rs a img {
    width: 80%;
    object-fit: contain;
  }

  .footer-bottom {
    margin-top: 10%;
    height: auto;
    padding: 5vw 0;
    display: block;
    text-align: center;
  }

  .footer-bottom p {
    font-size: 3vw;
    margin: 0;
  }

  .footer-bottom a {
    margin: 0;
    font-size: 3vw;
  }

  /* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

  .slide img {
    max-width: 100%;
    width: 100%;
  }

  .slider-container {
    position: relative;
    margin-top: 5%;
    overflow: hidden;
    margin-bottom: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @keyframes scrollHorizontal {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1900%);
      /* Moves the content 100% of its width to the left */
    }
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;

  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slide {
    flex: 0 0 35%;
    width: 100%;
    animation: scrollHorizontal 40s linear infinite;
    /* Apply the animation */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    white-space: nowrap;
    animation-play-state: running;
    align-items: center;
  }

  .active {
    background-color: #555;
  }

  /* Slider RA */

  .slide-ra img {
    max-width: 100%;
    max-height: 100%;
  }

  .slider-container-ra {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
  }

  .slider-ra {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide-ra {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bullets {
    text-align: center;
    margin-top: 10px;
  }

  .bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  .active {
    background-color: #555;
  }

  /* Slider sites web */


  .slide-sw img {
    max-width: 100%;
    max-height: 100%;
  }

  .slider-container-sw {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
  }

  .slider-sw {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide-sw {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bullets-sw {
    text-align: center;
    margin-top: 10px;
  }

  .bullet-sw {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  .active {
    background-color: #555;
  }
  
  /* Slider Identité */
  .slide-id img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  
  .slider-container-id {
    margin-top: 5%;
    overflow: hidden;
    margin-bottom: 5%;
  }
  
  .slider-id {
    display: flex;
    position: relative;
    transition: transform 0.5s ease;
  }
  
  .slide-id {
    flex: 0 0 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bullets-id {
    text-align: center;
    margin-top: 10px;
  }
  
  .bullet-id {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .active {
    background-color: #555;
  }
  
  /* Slider com */
  .slide-com img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  
  .slider-container-com {
    margin-top: 5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
  }
  
  .slider-com {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slide-com {
    flex: 0 0 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bullets-com {
    text-align: center;
    margin-top: 10px;
  }
  
  .bullet-com {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .active {
    background-color: #555;
  }
  
  /* Slider order */

.slide-odr img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

.slider-container-odr {
  position: relative;
  margin-top: 5%;
  overflow: hidden;
  margin-bottom: 5%;
}

.slider-odr {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-odr {
  flex: 0 0 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bullets-odr {
  text-align: center;
  margin-top: 10px;
}

.bullet-odr {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.active {
  background-color: #555;
}

/* Slider pub 1 */

.slide-pub img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

.slider-container-pub {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}

.slider-pub {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-pub {
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
}

.bullets-pub {
  text-align: center;
  margin-top: 10px;
}

.bullet-pub {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.active {
  background-color: #555;
}

.slide-pub .txt-left p {
  font-size: 3vw;
}

/* Slider PUB2 */
.slide-pub2 img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

.slider-container-pub2 {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slider-pub2 {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-pub2 {
  flex: 0 0 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bullets-pub2 {
  text-align: center;
  margin-top: 10px;
}

.bullet-pub2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.active {
  background-color: #555;
}

.end-btn {
  font-size: 3vw;
  padding: 1.5vw 4.5vw;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.subtitle {
  font-size: 6vw !important;
}
}