.title-estimation
{
    margin-left: 10px!important;
    margin-bottom: 61px!important;

}
.section-footer{
    width: 50%!important;
}
/*******ECRAN PC**/
@media only screen and (min-width: 900px){
    .title-estimation
    {
        
      width: 83% !important; 
      text-align: center;
      font-size: 17px;
        margin-bottom: 2%!important;
    }
  
}

/**********style Mobile *********/
@media only screen and (max-width: 600px)
{
    .section-footer{
    width: 100%!important;
}
    .title-estimation
    {
        width: 100%;
        font-size: 16px;
    }
    .section-estimation img
    {
        width: 120%;
        margin-left: 4%!important;
    }
    .simplePage h2
    {
             font-size: 21px!important;
    }
    .page-cancer-digestif h3{
        font-size: 19px!important;
        
    }
    .page-id-3276 .simplePage .circle{
        width: 230px!important;
        height: 227px!important;
        padding: 16px;
        margin-left: 16px;
    }
    .page-id-3276 .container.row p{
        font-size: 21px!important;
        width: 101%;

    }
    .simplePage .circle .text{
        font-size: 14px!important;
    }
    .section-estimation2 img{
        width: 100%;
    }
}

/***FIN MOBILE **/