#imgShadow {
    width: 220px;
}
#containerTexte {
    padding-left:80px;
    padding-right:110px;
}

.iconRS {
    width: 50px;
}

p {
    font-size: 12px;
}

#titre {
    -webkit-box-shadow: 0px 13px 13px -16px rgba(0,0,0,0.63); 
    box-shadow: 0px 13px 13px -16px rgba(0,0,0,0.63);
    background-color: #fff;
    z-index: 100;
}

.iconChiffre {
    width:130px;
}

ul#list {
    list-style: none; /* Remove default bullets */
  }
  
  ul#list  li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #61c4b2; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -2em; /* Also needed for space (tweak if needed) */
  }

  #contactDonConfiance {
    border-right: #00338d solid 2px;
  }

  #btn2 {
    margin-top: -15px;
  }

@media (min-width: 991px){ 
    #containerChiffresAsso {
        padding-left:30px;
        padding-right:30px;
    }
}

@media (min-width: 1200px){ 
    #containerChiffresAsso {
        padding-left:220px;
        padding-right:220px;
    }
    #containerTemoignage {
        padding-left:100px;
        padding-right:100px;
    }
}


@media (max-width: 576px) { 
    #imgShadow {
        width: 200px;
    }
    #containerChiffresAsso {
        padding:0px;
    }
    #containerTexte {
        padding-left:0px;
        padding-right:0px;
    }
    .iconRS {
        width: 40px;
    }

    #titre {
        margin-bottom: 35px;
        font-size:15px;
        padding:5px;
    }
    .iconChiffre {
        width:100px;
    }
    #contactDonConfiance {
        border-right: none;
    }
    #btn2 {
        margin-top: -5px;
    }
}