:root {
  --main-color: rgba(35, 83, 229, 1);
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
}

h1.text-center {
  font-size: 2.5rem; /* ou 5vw pour une taille relative à la largeur de l'écran */
  text-align: center;
  margin: 1rem 0;
}

h4.text-center {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2rem;
}

.header-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem;
}

@media (max-width: 600px) {
  h1.text-center {
    font-size: 1.8rem;
  }

  h4.text-center {
    font-size: 1rem;
  }
}
.header {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  background-image: url("/assets/fond.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
}

.z-top {
  z-index: 10;
}

.bg-header-wrapper {
  width: 100%;
  position: relative;
}

img.bg-header {
  border-radius: 18px;
}

img.bg-overlay {
  left: 110px;
  position: absolute;
  border-radius: 12px;
}
.col-md-6.text-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-md-6.text-center img:first-child {
  position: absolute;
  top: 0;
  left: 50px;
  width: 90%;
  height: auto;
  z-index: 1;
}

.col-md-6.text-center img:last-child {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  width: 60%;
  left: 25px;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.nav-menu {
  display: flex;
}

.menu-link {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
  line-height: 29px;
  color: #353d40;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.menu-link:hover {
  color: var(--main-color);
  text-decoration: none;
}

.headline {
  font-size: 54px;
  line-height: 59px;
  /* font-style: italic; */
  font-weight: 800;
  color: #363636;
  /* white-space: nowrap; */
  letter-spacing: 0.01em;
}

.subheadline {
  margin-top: 10px;
  font-size: 24px;
  color: #484848;
}

.btn-white {
  margin-top: 65px;
  padding: 7px 30px;
  color: #3f42e8;
  background: #ffffff;
  border-radius: 30px;
}

.btn-pharmap {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.btn-pharmap:hover {
  color: #efefef;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 16px;
}

.btn-white span {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
}

.hero-waves {
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.top-box {
  padding-left: 150px;
  padding-right: 140px;
  position: absolute;
  width: 100%;
  margin-top: -80px;
}

.top-box > .container {
  background: rgba(12, 22, 51, 1);
  border-radius: 16px;
  padding: 48px;
}

.impact-title {
  color: white;
  font-size: 24px;
  margin-bottom: 30px;
}

.impact-box {
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.impact-box:last-child {
  border-right: none;
}

.impact-value {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.impact-description {
  font-size: 16px;
  opacity: 0.8;
  text-wrap: wrap;
  padding: 0px 25px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.section {
  padding: 10px;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 110px;
}

.section-white > .container {
  background-color: #eefaf2;
  padding: 40px 20px;
  border-radius: 10px;
}

.section-white {
  background: #ffff;
  padding: 200px 20px 50px;
  border-radius: 10px;
  margin-top: 100px;
}

.section-white .transformation-title {
  font-size: 2rem;
  font-weight: bold;
  color: #353d40;
  margin-bottom: 20px;
}

.section-white .transformation-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 15px;
}

.section-white img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  color: #353d40;
}

.section-white .section-title {
  color: #fff;
}
.section-gray {
  background: rgba(228, 232, 241, 1);
}

.section-stakeholders {
  padding: 60px 0;
  background-color: rgba(250, 250, 250, 1);
}

.main-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  max-width: 600px;
  margin-bottom: 40px;
}

.stakeholders-list {
  background-color: rgba(242, 242, 242, 1);
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}

.stakeholder-item {
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.stakeholder-item:hover {
  transform: translateX(10px);
}

.stakeholder-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.stakeholder-item.active {
  background-color: #fff;
  padding: 12px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: var(--main-color);
  border-radius: 30px;
}
.stakeholder-item.active .link-text {
  color: var(--main-color);
}

.link-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.badge {
  background-color: #f8e7ff;
  color: rgba(140, 0, 187, 1);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
}

.feature-card {
  background-color: rgba(250, 235, 255, 1);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-text {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.feature-image {
  width: 100%;
  margin-top: 20px;
}

.rounded-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.products-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  max-width: 600px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.product-card {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  transition: transform 0.3s;
  text-align: left;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-description {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: rgba(36, 36, 36, 1);
}

.learn-more {
  color: #2353e5;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.learn-more::before {
  content: "→";
  display: inline-flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #2353e5;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.learn-more:hover::before {
  transform: translateX(5px);
}

.btn-section-black,
.section .btn-black {
  margin-top: 65px;
  padding: 7px 30px;
  color: #fff;
  background: #000000;
  border-radius: 30px;
}

.btn-section-black:hover {
  color: #efefef;
  background: #4d4d4d;
}

.btn-section-black span,
.section .btn-black span {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
}

.footer {
  background-color: rgba(235, 246, 243, 1);
  padding: 48px 0 24px;
  font-family: "Inter", sans-serif;
}

.footer-brand {
  padding: 0 24px;
}
.footer-content {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 20px 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-left: 5%;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  margin-bottom: 16px;
}

.link-list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.link-list a:hover {
  color: #000;
}

.footer-contact h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 16px 0;
}

.address-block {
  margin-bottom: 16px;
}

.country {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px 0;
}

.address {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.footer-bottom {
  max-width: 1200px;
  margin: 25px auto 0;
  padding: 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
}

.legal,
.copyright {
  color: #666;
}

.btn-rounded {
  padding: 10px 30px;
  background: #3f42e8;
  border-radius: 30px;
}

.form-home .form-control {
  background: #ffffff;
  border-radius: 10px;
  border-width: 0;
  min-height: 45px;
}

.form-home ::placeholder {
  font-size: 13px;
  color: #7a7a7a;
}

.section-feature {
  margin-bottom: 20px;
}

.section-main-feature {
  margin-bottom: 10px;
}

.section-main-feature p {
  font-size: 14px;
}

.section-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  transition: 0.5s;
  color: var(--main-color);
  margin-right: 15px;
  margin-bottom: 15px;
}

.text-main {
  color: var(--main-color);
}

.video-main {
  max-width: 711px;
  width: auto;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: auto;
}

.video-main #my-video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.card-feature {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 20px 15px;
  border: 1px solid var(--main-color);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}

.c-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  transition: 0.5s;
  background-color: var(--main-color);
  color: #fff;
  margin-right: 15px;
  margin-left: -20px;
}

.c-text {
  text-align: left;
  width: 100%;
}

.c-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.c-text h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}

.la {
  font-weight: 900;
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.hide-on-mobile {
  display: initial;
}

.show-on-mobile {
  display: none;
}

.nav-menu-mobile {
  display: none;
}

.bordery::after {
  content: " ";
  display: block;
  width: 1.3px;
  height: 50px;
  background: rgba(53, 61, 64, 0.2);
  position: absolute;
  top: 8px;
  right: 0px;
}

@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-bottom: 120px;
    min-height: auto;
  }

  .navbar {
    padding: 15px 0;
    position: relative;
    z-index: 100;
  }

  .nav-logo img {
    width: 80px;
    height: auto;
  }

  .btn-header-menu {
    border: none;
    padding: 8px;
    background: transparent;
  }

  .nav-menu-mobile {
    background: white;
    padding: 20px;
    z-index: 1000;
  }

  .nav-menu-mobile .mobile-links {
    margin-top: 50px;
  }

  .nav-menu-mobile .menu-link {
    font-size: 18px;
    padding: 15px 0;
    margin: 5px 0;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .nav-menu-mobile .menu-link:last-child {
    border-bottom: none;
  }

  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .headline {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .subheadline {
    font-size: 18px;
    text-align: center;
  }

  .header-col-left {
    align-items: center !important;
  }

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

  .top-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -40px;
  }

  .impact-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding: 15px;
  }

  .impact-box:last-child {
    border-bottom: none;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }

  .section-white {
    padding: 100px 10px 30px;
  }

  .col-md-6.text-center img:last-child {
    width: 60%;
    left: 0;
  }
  .col-md-6.text-center img:first-child {
    left: 13px;
  }

  .section-white .transformation-title {
    font-size: 1.5rem;
  }

  .section-white .transformation-text {
    font-size: 0.9rem;
  }

  .bg-overlay {
    position: relative !important;
    left: 0 !important;
    margin-top: 20px !important;
  }

  .products-title {
    font-size: 1.5rem;
    text-align: center;
    max-width: 100%;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .mobile-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .menu-link {
    line-height: 40px;
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline {
    font-size: 40px;
    line-height: 46px;
  }

  .top-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-white {
    padding: 150px 20px 40px;
  }

  .col-md-6.text-center img:last-child {
    width: 90%;
  }

  .section-white .transformation-title {
    font-size: 1.75rem;
  }

  .section-white .transformation-text {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .headline {
    font-size: 44px;
    line-height: 50px;
    white-space: nowrap;
    max-width: 600px;
  }

  .bg-overlay {
    left: 50px;
  }

  .stakeholders-content {
    margin-top: 30px;
  }
  .top-box > .container {
    padding: 40px 30px;
  }

  .section-white {
    margin-top: 180px;
  }

  .impact-value {
    font-size: 30px;
  }
  .section-white {
    padding: 180px 30px 50px;
  }

  .col-md-6.text-center img:last-child {
    width: 50%;
  }
  .col-md-6.text-center img:first-child {
    width: 80%;
  }

  .section-white .transformation-title {
    font-size: 1.8rem;
  }

  .section-white .transformation-text {
    font-size: 1rem;
  }
  .footer-logo {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .top-box {
    margin-top: -70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .impact-box {
    padding: 20px 15px;
  }
  .section-white .transformation-title {
    text-align: left;
  }

  .section-white .transformation-text {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .nav-menu-mobile {
    display: none;
  }

  .stakeholders-content {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .top-box {
    position: relative;
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
  }
  .top-box > .container {
    padding: 30px 20px;
  }

  .impact-box {
    text-align: center;
    padding: 15px 10px;
  }

  .impact-value {
    font-size: 28px;
  }

  .impact-description {
    font-size: 14px;
  }
  .stakeholders-list {
    margin-bottom: 30px;
  }

  .main-title {
    font-size: 24px;
  }

  .transformation-title {
    text-align: center;
    margin-top: 30px;
  }

  .transformation-text {
    text-align: center;
  }
  .section-white {
    margin-top: 100px;
    padding: 40px 20px;
  }

  .section-white > .container {
    padding: 30px 15px;
  }

  .bg-header-wrapper {
    margin-bottom: 60px;
  }

  img.bg-overlay {
    position: relative;
    left: 0;
    margin-top: 30px !important;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .col-md-6 {
    flex: 100%;
    margin-bottom: 10px;
  }

  .col-md-6.text-center img:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .show-on-mobile {
    display: initial;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding: 58px 15px;
  }

  .footer img {
    width: 125px;
  }
  .footer-logo {
    margin-left: 0;
  }

  .footer .footer-link {
    font-size: 18px;
  }

  .footer .flex-reverse {
    flex-direction: column-reverse !important;
  }

  .footer .flex-reverse a {
    display: block;
    margin-bottom: 10px;
  }

  .w-100-mobile {
    width: 100%;
  }

  .hide-on-mobile {
    display: none;
  }

  .nav-menu-mobile {
    display: block;
    background: #fefefe;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }

  .menu-link {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
  }

  .menu-link:last-child {
    border-bottom: none;
  }

  .nav-menu {
    display: none;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-header-menu {
    display: flex;
    flex-direction: column;
    max-width: 50px;
    padding: 0;
    margin-bottom: 25px;
    margin-right: 11px;
  }

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

  .row-mobile-reverse {
    flex-direction: row-reverse;
  }
}
