.list-chiffre{
  display: flex;
  flex-wrap: wrap;
}

.list-chiffre li img{
  max-width: 156px;
  margin: 0 auto;
}
.bg-f8f6f4 {
  background: #f8f6f4
}
ul.attention-list {
    position: relative;
}
ul.attention-list li {
    position: relative;
    display: flex;
}
ul.attention-list li strong{
  width: calc(100% - 21px);
}
ul.attention-list li::before{
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: #796D62;
box-sizing: content-box;
margin: 9px 15px 0 0;
}
/* ILS ONT CHOISI CE METIER */
.avis li{width: 29%;}

.avis li .temoin_bulle{
    width: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
}
.avis li .temoin_bulle::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg);
}
.avis li .employe {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.avis .profil {
  /*margin: -15% auto 3%;*/
  width: 33%;
  left: 50%;
position: absolute;
transform: translate(-50%,-45%);
top: 0;
}

.avis .profil {
    max-width: 112px;
}
.avis .profil img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
@media (max-width:991px){
  .avis li {
      width: 80%;
  }
  .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;
  }

  .president{
    bottom: 0;
    transform: translateY(50%);
    left: 7.5%;
    width: 85%;
  }

  .find-shop .br20{
    padding: 7% 10%
  }

  .pt15b15l8r35{
    padding: 6% 7.5% 32% 7.5%
  }

  .ptb0lr15 {
    padding: 6% 7.5% 0 7.5%;
  }
}

@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: 70.836478%;
    right: -35%;
}
.pt15b15l8r35 {
    padding: 10% 35% 10% 5%;
}
.ptb0lr15 {
    padding: 0 13%;
}
  .find-shop img{
    width: 35.16216216216216%;
    max-width: 558px;
  }

  .find-shop .br20{
    padding: 2% 5% 2% 8%
  }
  .temoin_bulle .arial {
    min-height: 160px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
    .avis li .temoin_bulle{min-height: 320px;margin-bottom: 40px;}
}

@media (min-width:1200px) and (max-width:1366px) {
    .avis li .temoin_bulle {min-height: 420px;}
    .temoin_bulle .arial {
      min-height: 190px;
    }
}
@media (min-width:1366px){
  .temoin_bulle .arial {
    min-height: 175px;
  }
}
@media (min-width:1366px) and (max-width:1500px) {
    .avis li .temoin_bulle{min-height: 415px;}
}
