@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-icones {
  position: relative;
}
.section-icones .triangle svg {
  height: 54px;
}
.section-icones .triangle svg path {
  fill: #4C00FF;
}
.section-icones .trianglebas {
  transform: rotate(180deg) scale(1,-1);
  top: auto;
  bottom: -53px;
}
.section-icones .container-fluid {
  max-width: 1080px;
}
.section-icones .colonne:not(:last-child) {
  padding-right: 50px;
}
.section-icones .colonne svg {
  height: 93px;
  margin-bottom: 35px;
  max-width: 130px;
}
.section-icones .colonne h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-icones .colonne p {
  margin-bottom: 0;
}
.section-icones.violet {
  margin-top: 54px;
  padding: 12px 5px;
  background-color: #4C00FF;
}
.section-icones.violet h2 {
  color: #FFFEF1;
}
.section-icones.violet .colonne svg path.cls-2,
.section-icones.violet .colonne svg circle.cls-2,
.section-icones.violet .colonne svg path.cls-4,
.section-icones.violet .colonne svg circle.cls-4 {
  fill: #FFFEF1;
}
.section-icones.violet .colonne h3 {
  color: #FFFEF1;
}
.section-icones.violet .colonne p {
  color: #FFFEF1;
}
.section-icones.violet .colonne strong {
  color: #FFFEF1;
}
@media (max-width: 991px) {
  .section-icones .colonne:not(:last-child) {
    margin-bottom: 30px;
    padding-right: 7.5px;
  }
  .section-icones .colonne,
  .section-icones .colonne h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-icones .triangle svg {
    height: 34px;
  }
  .section-icones .trianglebas {
    bottom: -33px;
  }
}
@media (max-width: 575px) {
  .section-icones .colonne svg {
    margin-bottom: 20px;
  }
}
