/**
 * BANNIERE
 */

.banniere-prevention {
  background: url('../images_pdp/banniere-pdp.webp') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#banniere .filtre {
  color: #fff;
  background: #012e47c9;
  background-size: cover;
}

#gmao {
  background-color: #f0f0f0;
}

#gmao img,
#functionalities img {
  width: 80%;
  max-width: 500px;
  mix-blend-mode: multiply;
}
.text {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.content {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.content-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul {
  padding-inline-start: 40px;
}
