.section-icones {
  text-align: center;
}
.section-icones .container > .row {
  justify-content: center;
}
.section-icones .container > .row h2 {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 16px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
.section-icones .icones__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-icones .colonne {
  text-align: center;
  margin: 0 35px 40px;
  max-width: 135px;
  color: #363738;
}
.section-icones .colonne .colonne__icone {
  width: 93px;
  height: 93px;
  background: #ffffff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(54,55,56,0.3);
  -moz-box-shadow: inset 5px 5px 10px 0 rgba(54,55,56,0.3);
  box-shadow: inset 5px 5px 10px 0 rgba(54,55,56,0.3);
}
.section-icones .colonne span {
  font-size: 4.5rem;
  display: inline-block;
  color: #363738;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-icones .colonne h3 {
  color: #363738;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-icones .colonne p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.section-icones a.colonne:hover {
  color: #00845A;
}
.section-icones a.colonne:hover .colonne__icone span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-icones a.colonne:hover h3 {
  color: #00845A;
}
@media (max-width: 991px) {
  .section-icones .colonne {
    max-width: 235px;
  }
  .section-icones .container > .row h2 {
    margin: 0 0 60px;
  }
}
@media (max-width: 768.97px) {
  .section-icones .colonne {
    max-width: 80%;
  }
}
@media (max-width: 500px) {
  .section-icones .colonne {
    max-width: none;
    margin: 0 0 40px;
  }
}
