/*
 * Bloc _bloc_5_pictos
 */
._bloc_5_pictos {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
._bloc_5_pictos img {
  max-width: 103px;
}
._bloc_5_pictos p {
  font-size: 16px;
  color: #000;
  margin-top: 18px;
}
._bloc_5_pictos p:after {
  content: ' ';
  display: block;
  height: 4px;
  width: 83px;
  border-radius: 4px;
  margin: 18px auto;
}
._bloc_5_pictos ._picto {
  position: relative;
  width: 20%;
  white-space: nowrap;
  border-right: 1px solid #A5A5A5;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  ._bloc_5_pictos ._picto {
    flex: 1 0 50%;
  }
}
._bloc_5_pictos ._picto:last-child {
  border-right: none;
}
._bloc_5_pictos ._picto._color_vert p:nth-child(2):after {
  background-color: #51AD32;
}
._bloc_5_pictos ._picto._color_bleu p:nth-child(2):after {
  background-color: #009EE2;
}
._bloc_5_pictos ._picto._color_rose p:nth-child(2):after {
  background-color: #E5007E;
}
._bloc_5_pictos ._picto._color_orange_fonce p:nth-child(2):after {
  background-color: #E74E0F;
}
._bloc_5_pictos ._picto._color_orange_pale p:nth-child(2):after {
  background-color: #F29100;
}
/*# sourceMappingURL=_bloc_5_pictos.css.map */