@media (min-width: 1200px) {
  .hero-image {
            max-width: calc((490 / 1920) * 100vw)
        }
        .hero-content h1{
            font-size: calc((40 / 1920) * 100vw);
            line-height: calc((48 / 1920) * 100vw);
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;

        }
        .hero-content p{
            font-size: calc((20 / 1920) * 100vw);
            line-height: calc((24 / 1920)*100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }

        .hero-content button{
            font-size: calc((16 / 1920) * 100vw);
            font-family: 'Gotham Rounded bold ', sans-serif;
        }
        .s-2 h4{
            font-size: calc((28 / 1920) * 100vw);
            line-height: calc((34 / 1920) * 100vw);
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .s-2 p{
            font-size: calc((16  / 1920) * 100vw);
            line-height: calc((19 / 1920) * 100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .icon-button-custom{
            height: 50px;
            width: 50px;
            background: #F8F8F8 0% 0% no-repeat padding-box;
            opacity: 1;
            border: 1px solid #DDDDDD;
            border-radius: 0.5rem;
        }
        .icon-button-custom i {
            font-size: 24px;
        }
  .center-icon {
    display: flex;
    justify-content: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #008d93;
    width: 150px;
    height: 150px;
    padding: 26px;
    border-radius: 50px;
    right: 20px;
  }

  .parcours-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }



  .bloc-parcours {
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    text-align: center;
  }

  .p-4-custom {
    padding: 40px;
  }

  .header-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .parcours-sante {
    text-align: center;
    padding: 40px 20px;
    font-family: sans-serif;
    background: #ffff url(../../assets/image/webp/bg2.webp) 0 0 no-repeat;
    align-items: center;
    border-radius: 20px;
    gap: 40px;
    margin-top: 25px;
    background-position: center center;
    border-radius: 40px;
    opacity: 1;
  }


  .style-title {
    width: 490px;
    height: 144px;
    font-size: 40px;
    line-height: 48px;
    font-family: "Gotham Rounded bold";
    letter-spacing: 0;
    opacity: 1;
  }

  .hero-image {
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
  }
  .container-siladoc {
    display: none;
  }

  .directory-card {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid #dddddd;
    border-radius: 40px;
    opacity: 0.7;
    height: 220px;
    /* Keep fixed height */
    width: 80%;
  }

  .card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Gotham Rounded Bold";
    background-color: transparent;
  }

  .text-apres-annuaire {
    text-align: left;
    font: normal normal bold 20px/29px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }
  .ancs {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: 24px;
    font-family: "Gotham Rounded Bold", sans-serif;
  }
  .paragraphe {
    width: 490px;
    height: 90px;
    /* UI Properties */
    text-align: left;
    font: normal normal 300 20px/24px Gotham Rounded;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
  }
  .text-annuaire {
    text-align: left;
    font: normal normal 300 20px/29px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }
  .width-section {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-image {
            max-width: 490px;
        }
        .hero-content h1{
            font-size: calc((28 / 768) * 100vw);
            line-height: calc((34 / 768) * 100vw);
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .hero-content p{
            font-size: calc((16  / 768) * 100vw);
            line-height: calc((19 / 768) * 100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .s-2 h4{
            font-size: calc((24 / 768) * 100vw);
            line-height: calc((34 / 768) * 100vw);
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .s-2 p{
            font-size: calc((14  / 768) * 100vw);
            line-height: calc((16 / 768) * 100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold ', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .icon-button-custom{
            height: 50px;
            width: 50px;
            background: #F8F8F8 0% 0% no-repeat padding-box;
            opacity: 1;
            border: 1px solid #DDDDDD;
            border-radius: 0.5rem;
        }
        .icon-button-custom i {
            font-size: 24px;
        }
  .description-site-center {
    width: 50%;
    left: 25%;
    position: relative;
    bottom: 50px;
  }

  .container-siladoc {
    display: none;
  }

  .img-doctor {
    max-width: 30px;
    max-height: 30px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-left: -5px;
    border-radius: 8px;
  }

  .parcours-sante {
    text-align: center;
    padding: 40px 20px;
    font-family: sans-serif;
    background: #ffff;
    align-items: center;
    margin-left: 30px;
    width: 95%;
    margin-top: 25px;
    border-radius: 40px;
    opacity: 1;
  }

  .parcours-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .width-section {
    width: 100%;
  }

  .hero-image {
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
  }

  .header-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .text-apres-annuaire {
    text-align: left;
    font: normal normal bold 12px/29px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }

  .text-annuaire {
    text-align: left;
    font: normal normal 300 15px/29px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }

  .ancs {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

    line-height: 24px;
    font-family: "Gotham Rounded Bold", sans-serif;
  }

  .center-icon {
    display: flex;
    justify-content: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #008d93;
    width: 150px;
    height: 150px;
    padding: 26px;
    border-radius: 50px;
  }

  .style-title {
    font-size: 40px;
    line-height: 48px;
    font-family: "Gotham Rounded Bold";
    letter-spacing: 0;
    opacity: 1;
  }

  .bloc-parcours {
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    text-align: center;
    width: 222px;
    border: 1px solid #dddddd;
    font-family: "Gotham Rounded Light";
  }

  .paragraphe {
    width: 400px;
    height: 90px;
    /* UI Properties */
    text-align: left;
    font: normal normal 300 20px/24px Gotham Rounded;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
  }

  .directory-card {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid #dddddd;
    border-radius: 25px;
    opacity: 0.7;
    height: 150px;
    /* Keep fixed height */
  }

  .card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Gotham Rounded Bold";
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
   .hero-image {
            max-width: calc((348 / 768) * 100vw)
        }
        .yellow{
            max-height: 300px;
            min-height: 193px;
        }
        .blue{
            max-height: 300px;
            min-height: 193px;
        }
        .hero-content h1 {
            font-size: calc((28  / 375) * 100vw);
            line-height: calc((30 / 375) * 100vw);
            font-family: 'Gotham Rounded bold', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .hero-content p{
            font-size: calc((16  / 375) * 100vw);
            line-height: calc((19 / 375) * 100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .s-2 h4{
            font-size: calc((20  / 375) * 100vw);
            line-height: calc((24 / 375) * 100vw);
            font-family: 'Gotham Rounded bold', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .s-2 p{
            font-size: calc((14  / 375) * 100vw);
            line-height: calc((16 / 375) * 100vw);
            font-weight: 300;
            font-family: 'Gotham Rounded bold', sans-serif;
            letter-spacing: 0;
            opacity: 1;
        }
        .icon-button-custom{
            height: 30px;
            width: 30px;
            background: #F8F8F8 0% 0% no-repeat padding-box;
            opacity: 1;
            border: 1px solid #DDDDDD;
            border-radius: 0.5rem;
        }
        .icon-button-custom i {
            font-size: 20px;
        }


        .btn-seconnecter {
            display: none;
        }

        .icon-button {
            display: none;
        }
  .description-site-center {
    display: none;
  }

  .width-section {
    width: 100%;
  }


  .text-apres-annuaire {
    text-align: left;
    font: normal normal bold 10px/18px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }

  .header-annuaire {
    position: relative;
    bottom: 20px;
    height: 50%;
  }

  .text-annuaire {
    text-align: left;
    font: normal normal 300 15px/18px Gotham Rounded;
    letter-spacing: 0px;
    color: #000000;
  }

  .hero-image {
    display: none;
  }

  .ancs {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
    font-family: "Gotham Rounded Bold", sans-serif;
  }

  .parcours-sante {
    display: none;
  }

  .btn-seconnecter {
    display: none;
  }

  .icon-button {
    display: none;
  }

  .directory-card {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid #dddddd;
    border-radius: 25px;
    opacity: 0.7;
    height: 135px;
  }

  .card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Gotham Rounded Bold";
    background-color: transparent;
  }
}

.hero-image {
  background-image: url("../../assets/image/webp/siladoc01.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  flex: 1 1 auto !important;
  object-fit: cover;
  aspect-ratio: 490 / 630;
  min-height: 453px;
  min-width: 348px;
}

.border-color {
  border-color: #dddddd;
}

.img-full-height {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list-unstyled {
  font-family: "Gotham Rounded Light";
  font-size: 20px;
  color: #707070;
}

.text-choisir {
  text-align: left;
  font: normal normal bold 28px/34px Gotham Rounded Bold;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.title-digital {
  font: normal normal bold 25px/29px Gotham Rounded;
}

.border-color {
  border-color: #dddddd;
}

.navbar {
  height: 80px;
}

.badge-siladoc {
  display: flex;
  height: 80px;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  gap: 1rem;
  font-size: 1rem;
}

.pargraphe-digital {
  font-family: "Gotham Rounded Light";
}

/* XXL devices (2001px and up) */
.icon-button-s {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-left: -10px;
  background-color: #f8f8f8;
  opacity: 1;
}

.icon-button-s i {
  font-size: 20px;
  color: #707070;
}
  .title-list {
    font-size: 20px;
    line-height: 24px;
    font-family: "Gotham Rounded Bold", sans-serif;
  }

    .title-parcours {
      display: block;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 40px;
      font-family: "Gotham Rounded Bold", sans-serif;
    }