header .navbar {
    background-color: #284D9A !important;
}

/* SECTION DES ARTICLES  */

.about {
    padding: 2vw 8.928vw 5vw 8.928vw;
    width: 100%;
    gap: 3.843vw;
}
.about .start-text {
    font-family: var(--font-name);
    font-weight: 700;
    font-size: 2.39vw;
    line-height: 2.864vw;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 2vw;
}

.about .one-section,
.about .third-section {
    gap: 3.69vw;
    flex-direction: row;
}

.about .one-section .image-video,
.about .third-section .image-video {
    width: 38.8432vw;
    height: 25.67vw;
    z-index: 3;
    cursor: pointer;
    /* margin: 6vw 0 4vw 0; */
    border-radius: 1.82vw 1.82vw 0 7.03vw;
}
.about .one-section .image-vide,
.about .third-section .image-vide {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    height: 100%;
    overflow: hidden;
}
.about .one-section .image-video img,
.about .third-section .image-video img {
    width: 100%;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.about .one-section .image-video:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
.about .one-section .image-video::before,
.about .third-section .image-video::before {
    content: "";
    position: absolute;
    display: block;
    background: #E9E11F;
    top: -2.96vw;
    left: -3.626vw;
    border-radius: 0 7.03vw 1.82vw 1.82vw;
    width: 30.435vw;
    height: 18.570vw;
    z-index: -1;
}
.about .third-section .image-video::before {
    background: #37964A;
}
.about .one-section .image-video::after {
    position: absolute;
    z-index: 4;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000033;
    top: 0;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    left: 0;
}
.about .one-section .image-video .icon {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 5vw;
    color: white;
    z-index: 5;
}

.about .one-section .content-right,
.about .third-section .content-right {
    width: 37.187vw;
    gap: .5vw;
}
.about .one-section .content-right .accroche {
    font-family: var(--font-name);
    font-weight: 900;
    font-size: 6.354vw;
    line-height: 3.38vw;
    color: #37964A;
    text-shadow: 0px 0px 0px #E9E11F, -2px -2px 2px #E9E11F, 6px -1px 0 #E9E11F, -5px 4px 0 #E9E11F;
}
.about .one-section .content-right .title {
    font-family: var(--font-name);
    font-weight: 800;
    font-size: 2.395vw;
    line-height: 2.86vw;
    text-transform: uppercase;
    color: #37964A;
    text-wrap: nowrap;
}
.about .one-section .content-right .description,
.about .third-section .content-right .description {
    font-family: var(--font-name);
    font-weight: 400;
    font-size: 1.302vw;
    line-height: 2.08vw;
    text-align: justify;
}

/* SECUND SECTION */

.about .secund-section {
    width: 100%;
    justify-content: space-between;
    background: white;
    border-radius: var(--p-size);
    box-shadow: 0px 0px 2.60vw 0px #00000026;
    padding: 1.345vw 2.60vw;
    gap: 2.604vw;
}
.about .secund-section p {
    width: 13.8713vw;
}
.about .secund-section p span:nth-child(1) {
    color: #37964A;
    font-size: 3.125vw;
    font-weight: 900;
    font-family: var(--font-name);
}
.about .secund-section p span:nth-child(1) i {
    font-weight: 700;
    color: #7A93C9;
}
.about .secund-section p span:nth-child(2) {
    font-family: var(--font-name);
    font-weight: 400;
    font-size: .9046vw;
    line-height: normal;
    text-transform: uppercase;
}

/* TEAM DIRECTION */

.about .team-direction .title {
    color: #37964A;
    font-size: 4.27vw;
    font-weight: 900;
    font-family: var(--font-name);
}

.about .team-direction .list-team {
    flex-wrap: wrap; 
    gap: 2.6vw 0; 
    justify-content: space-between; 
}

.about .team-direction .list-team .one-medecin {
    border-radius: 7.031vw 1.82vw 1.82vw 7.03vw ;
    padding: 0;
    width: 39.37vw;
    cursor: pointer;
    background: white;
    box-shadow: 0px 0.208vw var(--p-size) 0px #0000001A;
    border: 1px solid #FFF;
    transition: all .5s ease-in-out;
}
.about .team-direction .list-team .one-medecin:hover {
    transition: all .5s ease-in-out;
    border: 1px solid #56A1BF;
}
.about .team-direction .list-team .one-medecin .doctor {
    /* width: auto; */
    display: block;
    width: 15vw;
    height: 15.62vw;
    position: relative;
    overflow: hidden;
    border-radius: 7.031vw 1.82vw 7.031vw 7.03vw;
    /* margin-bottom: 0.83vw; */
    margin: 0; 
}
.about .team-direction .list-team .one-medecin .doctor img {
    width: 100%;
    height: 100%;
    border-radius: 1.82vw 1.82vw 1.82vw 7.03vw ;
    object-fit: cover;
    transition: all .5s ease-in-out;
    transform: scale(1);
}
.about .team-direction .list-team .one-medecin:hover .doctor img {
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}

.about .team-direction .list-team .one-medecin .title {
    font-family: var(--font-name);
    font-weight: 800;
    font-size: 1.66vw;
    line-height: normal;
    color: #284D9A;
    text-align: left;
    margin: 1vw 0vw 1vw 1.5vw;
    width: fit-content;
    transition: all .5s ease-in-out;
}
.about .team-direction .list-team .one-medecin:hover .title {
    color: #56A1BF;
    transition: all .5s ease-in-out;
}
.about .team-direction .list-team .one-medecin .description {
    text-align: left;
    font-family: var(--font-name);
    font-weight: 600;
    color: #56A1BF;
    margin: 0vw 0 0 1.5vw;
    font-size: var(--p-size);
    /* width: 14.27vw; */
    width: fit-content;
    line-height: normal;
    /* margin: 0 auto; */
    transition: all .5s ease-in-out;
}

.about .team-direction .list-team .one-medecin:hover .description {
    color: #284D9A;
    transition: all .5s ease-in-out;
}

@media (max-width: 768px) {
  .mobile-header.scrolled {
    background-color: #284D9A !important;
    /* background-color: #284D9A;  */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
  .about {
    padding: 63px 20px 27px 20px;
    gap: 20px;
  }

  .about .start-text {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .about .one-section,
  .about .third-section {
    flex-direction: column !important;
    align-items: center;
    gap: 30px;
  }

  .about .one-section .image-video {
        width: 100%;
        height: 100%;
        border-radius: 20px;
  }
  .about .one-section .image-video .icon {
    font-size: 12vw;
  }

  .about .one-section .image-vide {
        width: 100%;
        height: 63vw;
        border-radius: 20px;
  }

  .about .one-section .image-video img {
        border-radius: 20px;
        height: 100%;
      }
      .about .one-section .image-video::after {
    border-radius: 20px;
  }

  .about .one-section .image-video::before {
    width: 70%;
    height: 40vw;
    top: -6vw;
    left: -4vw;
    border-radius: 0 40px 20px 20px;
  }

  .about .one-section .content-right {
    width: 100%;
    gap: 16px;
  }

  .about .one-section .content-right .accroche {
    font-size: 42px;
    line-height: normal;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 0px;
  }

  .about .one-section .content-right .title {
        font-size: 20px;
        line-height: normal;
        text-align: center;
        white-space: normal;
        margin-bottom: 0;
  }

    .about .one-section .content-right .description,
    .about .third-section .content-right .description {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }


  .about .team-direction .title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 29px;
  }

  .about .list-team {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .about .one-medecin {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 20px;
  }

  .about .one-medecin .doctor img {
    width: 80px;
    height: auto;
    border-radius: 50%;
  }

.about .team-direction .list-team .one-medecin .title {
  font-size: 16px ; 
  font-weight: 600 ;
  text-align: left ;
}

.about .one-medecin .description {
  font-size: 7px;
  font-weight: 400;
  color: #555; 
  margin: 2vw 0;
  text-align: left;
}


  .icon {
    font-size: 40px;
  }
  .about .team-direction .list-team .one-medecin {
    width: 100%;
    gap: 25px;
        border-radius: 12.031vw 1.82vw 10.031vw 11.03vw;
  }
  
  .about .team-direction .list-team .one-medecin .doctor {
    display: block;
    width: 24vw;
    height: 25.62vw;
    border-radius: 12.031vw 1.82vw 10.031vw 11.03vw;
  }

    .about .one-section,
    .about .third-section {
        display: flex;
        flex-direction: column !important;
        padding: 0vw 0.928vw;
        gap: 2.13541vw;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .about .one-section .image-video,
    .about .one-section .content-right,
    .about .third-section .image-video,
    .about .third-section .content-right {
        width: 100% !important;
    }
    
    .about .third-section .image-video {
      height: 67.67vw;
    }

    .about .third-section .content-right {
        margin-top: 6vw;
    }
    .about .secund-section {
  flex-direction: column !important;
  align-items: center;
  padding: 24px 16px;
  gap: 24px;
  border-radius: 20px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.about .secund-section p {
  width: 100%;
  max-width: 300px;
  background: #F9F9F9;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 11%);
  transition: transform 0.3s ease;
}

.about .secund-section p:hover {
  transform: scale(1.03);
}

.about .secund-section p span:nth-child(1) {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #37964A;
  margin-bottom: 8px;
}

.about .secund-section p span:nth-child(1) i {
  color: #7A93C9;
  margin-right: 4px;
}

.about .secund-section p span:nth-child(2) {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
}
.about .secund-section p {
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.about .secund-section p.animate-from-left {
  transform: translateX(0);
  opacity: 1;
  animation: fromLeft 0.6s ease forwards;
}

.about .secund-section p.animate-from-right {
  transform: translateX(0);
  opacity: 1;
  animation: fromRight 0.6s ease forwards;
}

@keyframes fromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fromRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

}
