.feature-2 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 40%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .feature-2 .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #fff;
  }
  .feature-2 h3 {
    font-size: 20px;
  }
  .feature-2 p {
    color: #b1b1b1;
  }

  .image_ronde_grande{

    overflow:hidden;
      -webkit-border-radius:170px;
      -moz-border-radius:170px;
      border-radius:170px;
      width:170px;
      height:170px;
  
    
  }

  .text-date{

    text-transform : capitalize;
  }
