.list-chiffre{
  display: flex;
  flex-wrap: wrap;
}

.list-chiffre li img{
  max-width: 156px;
  margin: 0 auto;
}

@media (max-width:991px){
  .list-chiffre{
    justify-content: space-between;
    border-top: 1px solid #F1F1F1;
  }

  .list-chiffre li{
    width: 50%;
    padding: 30px 0;
    border-bottom: 1px solid #F1F1F1;
  }

  .list-chiffre li:nth-child(odd){
    border-right: 1px solid #F1F1F1;
  }
  .find-shop .br20{
    padding: 7% 10%
  }

  .pt6b6l8r20 {
    padding: 8% 10% 50% 10%;
    margin-bottom: 170px;
  }

  .president {
    bottom: 0;
    transform: translateY(50%);
    left: 10%;
    width: 80%;
    position: absolute;
  }
}

@media (min-width:640px) and (max-width:991px){
  img.president {
    width: 40%;
    left: 30%;
  }

  .pt6b6l8r20 {
    padding: 8% 10% 25% 10%;
  }
}

@media (min-width:992px){
  .list-chiffre{
    justify-content: space-between;
  }

  .list-chiffre li{
    border: 1px solid #F1F1F1;
    width: 30%;
    padding: 4% 0;
  }

  .list-chiffre li:nth-child(-n+3){
    margin-bottom: 35px
  }

  .president{
    top: 50%;
    transform: translateY(-50%);
    width: 53.83647798742138%;
    right: -34%;
  }

  .find-shop img{
    width: 35.16216216216216%;
    width: 267px;
  }

  .find-shop .br20{
    padding: 2% 5% 2% 8%
  }

  .find-shop #email_nl{
    width: 100%;
    height: 41px;
  }

  .find-shop .inputForm{
    width: calc(100% - 135px);
  }
}
