.section-chiffres-cles .chiffres__title {
  text-align: center;
}
.section-chiffres-cles .chiffres__title::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 27px auto 48px;
  height: 5px;
  background-color: #0578C0;
  background-image: -webkit-gradient(linear,left top,right top,from(#0578C0),to(#0578C0));
  background-image: -webkit-linear-gradient(left,#0578C0,#0578C0);
  background-image: -moz-linear-gradient(left,#0578C0,#0578C0);
  background-image: -ms-linear-gradient(left,#0578C0,#0578C0);
  background-image: -o-linear-gradient(left,#0578C0,#0578C0);
  background-color: transparent;
  background-size: 100%;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-chiffres-cles .chiffres__bloc {
  position: relative;
  margin-bottom: 20px;
}
.section-chiffres-cles .chiffres__bloc > i {
  top: 83px;
  font-size: 6.1rem;
  position: absolute;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne {
  margin-left: 27px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 70px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img {
  width: 100%;
  height: 115px;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img img {
  max-height: 115px;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img small {
  z-index: 3;
  position: absolute;
  right: 7rem;
  top: 1rem;
  color: #ffffff;
  max-width: 80%;
  font-size: 1.3rem;
  line-height: 1.3rem;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img small .copysymb {
  padding: 5px 0;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne ul {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.3;
  width: 100%;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne ul .h4like {
  color: #0A0F39;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein {
  margin: 20px 0 0;
  padding: 10px 15px;
  width: 100%;
  font-size: 1.6rem;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein.bleu {
  background: #0578C0;
  border: 1px solid #0578C0;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein.rose {
  background: #DF31C6;
  border: 1px solid #DF31C6;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein.gris {
  background: #838890;
  border: 1px solid #838890;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein.orange {
  background: #EC6E04;
  border: 1px solid #EC6E04;
}
.section-chiffres-cles .chiffres__bloc .chiffres__colonne a.boutPlein:hover {
  background: #0A0F39 !important;
  border: 1px solid #0A0F39 !important;
  color: #ffffff !important;
}
.section-chiffres-cles .chiffres__bloc:nth-child(4n+1) i {
  color: #0578C0;
}
.section-chiffres-cles .chiffres__bloc:nth-child(4n+2) i {
  color: #EC6E04;
}
.section-chiffres-cles .chiffres__bloc:nth-child(4n+3) i {
  color: #DF31C6;
}
.section-chiffres-cles .chiffres__bloc:nth-child(4n+4) i {
  color: #838890;
}
@media (max-width: 1199px) {
  .section-chiffres-cles .chiffres__bloc>i {
    top: 53px;
  }
  .section-chiffres-cles .chiffres__bloc .chiffres__colonne {
    padding: 53px 25px 73px;
  }
  .section-chiffres-cles .chiffres__bloc .chiffres__colonne ul {
    line-height: 1.8;
  }
  .section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img {
    height: 95px;
  }
  .section-chiffres-cles .chiffres__bloc .chiffres__colonne .colonne__img img {
    max-height: 95px;
  }
}
