#affichage-competences .encart-info {
  width: calc(100% - 44px);
  border: 3px solid #37c0f7;
  box-shadow: 0 0 5px #00d4ff;
  border-radius: 45px;
  background-color: rgba(0, 0, 0, 0.445);
}
#affichage-competences .encart-info .lst-icones .icone-comp {
  width: 150px;
  background-color: aliceblue;
  border-radius: 25px;
  padding: 10px;
}
#affichage-competences .encart-info .lst-icones .icone-comp img {
  display: flex;
  margin: auto;
  height: 100px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #affichage-competences #titre {
    font-size: 14px;
  }
  #affichage-competences .encart-info .lst-icones .icone-comp img {
    height: 75px;
  }
}

/*# sourceMappingURL=Competences.css.map */
