.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;
}

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

  .item {
    font-weight: bold;
    padding: 20px 0;
  }

  a {
    color: black;
  }

  ul {
    padding-inline-start: 40px;
    li::marker {
      color: #046197;
    }
  }
}

section {
  padding-bottom: 0 !important;
}
