ul.list-wrap {
    list-style: none; /* Supprime les puces */
    padding: 0;
    margin: 0;
  }
 .event-details-list .list-wrap li{
     display: block !important;
 } 
 ul.list-wrap li i{
     margin-right: 10px;
 }
 
 .list__green li i {
     color: #16a085;
 }
 
 .wrapper__methodologie, p {
     font-size: 18px !important;
 }
 .list_bold {
     font-weight: 500;
 }
 .list__full li{
     width: 100% !important;
 }
 .black {
     color: #39557E !important;
     font-size: 17px !important;
     font-weight: 500;
 }
 .e-n-tab-title-text{
     font-weight: 500;
     text-transform: uppercase;
 }
 .e-n-tab-title{
     height: 50px !important;
 }