body{
   
}
.btn-vert {
    background-color: #009966;
}
.fond-gris {
    background-color: #F4F6F5;
}
.oriental-pattern {
    background-image: 
      radial-gradient(circle at 20% 80%, rgba(5, 150, 105, 0.03) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(5, 150, 105, 0.03) 0%, transparent 50%);
  }
.img-fond{
  
    background-image:url(img/img/img-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
   

}

.savoir-faire ion-icon{
    font-size : 40px;
    color:#009966;
    background-color:#D0FAE5;
    padding: 8px;
    border-radius: 50px;
}

.notre-histoire{
    background-color: #D0FAE5;
    padding: 60px 0;
}

.notre-histoire img {
    width: 100%; 
    height: auto;      
    border-radius: 10px; 
  }
    
 .liste-avantages ion-icon{
    font-size: small;
    color: white;
    background-color: #009966;
    margin-right: 10px;
  }
  ul {
    list-style-type: none;
  }

  .avis ion-icon{
    font-size : 20px;
    color:#009966;
    border-radius: 50px;
}
.avis {
    background-color: #D0FAE5;
    border-radius: 20px;
}