.card img {
    width: 100%;
    height: auto;
  }

  .card-content {
    padding: 20px;
  }

  .card-title {
    font-size: 1.5em;
    margin: 0 0 10px;
  }

  .card-description {
    color: #555;
    font-size: 1em;
    margin-bottom: 20px;
  }

  .card-button {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }

  .card-button:hover {
    background-color: #f48a50;
  }
  .slick-dots{
      position: relative !important;
  }

  .btn-outline-primaire {
      color: #f48a50 !important;
      background-color: transparent !important;
      border: 2px solid #f48a50 !important;
  }
  .partenaires>img{
          margin: 0 15px;
  }
  .contenu_campagne{
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      padding: 10px;
      border-radius: 10px;
      height: 200px;
      background: rgba(35, 35, 35, 0.7);
      box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
      backdrop-filter: blur(12.5px);
      border-radius: 15px;
  }
  .price{
      font-size: 16px;
  }
  .slide_title{
      /* backdrop-filter: blur(10px); */
      padding: 4px;
      border-radius: 10px;
      /* width: auto; */
  }
  .details{
      /* position: absolute; */
      width: 100%;
      bottom: 5px;
      left: 0;
      right: 0;
  }
  .gros-titre{
      font-size: 36px !important
  }
  .card{
border-radius: 25px;
background-color: #FFF;
}
.image-content,
.card-content{
display: flex;
flex-direction: column;
align-items: center;
padding: 10px 14px;
}
.image-content{
position: relative;
row-gap: 5px;
padding: 25px 0;
}
.overlay{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #f48a50;
border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
content: '';
position: absolute;
right: 0;
bottom: -40px;
height: 40px;
width: 40px;
/* background-color: #f48a50; */
}
.overlay::after{
border-radius: 0 25px 0 0;
background-color: #FFF;
}
.card-image{
position: relative;
height: 150px;
width: 150px;
border-radius: 50%;
background: #FFF;
padding: 3px;
}
.card-image .card-img{
height: 100%;
width: 100%;
object-fit: contain;
border-radius: 50%;
border: 4px solid #333;
}
.name{
font-size: 18px;
font-weight: 500;
color: #333;
}
.description{
font-size: 14px;
color: #707070;
text-align: left;
}
.button{
border: none;
font-size: 16px;
color: #FFF;
padding: 8px 16px;
background-color: #f48a50;
border-radius: 6px;
margin: 14px;
cursor: pointer;
transition: all 0.3s ease;
}
.button:hover{
background: #f48a50;
}
.swiper-navBtn{
color: #333;
transition: color 0.3s ease;
}
.swiper-navBtn:hover{
color: #333;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
font-size: 35px;
}
.swiper-button-next{
right: 0;
}


/* Card circle */
.card2 {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .icon-top {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #1877f2;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .circle {
    width: 70px;
    height: 70px;
    background: #f48a50;
    border-radius: 50%;
    margin: 0px auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;

  }

  .card2 h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 500;
  }

  .card2 p {
    color: #666;
    font-size: 14px;
    padding: 0 20px 20px;
  }
  .card2:hover, a:hover {
    transform: translateY(-5px);
    background: #212529;
    color: #fff !important;
  }
  .card2:hover .circle {
    background: #6666 !important;
    color: white;
  }
  .card2:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .card-section:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
