/**
 * 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;
}

#particularite .about {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

#items {
  .title {
    text-align: center;
  }
  .content {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
  .detail {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    text-align: start;
    padding: 30px;
  }
  .detail-gray {
    color: black;
    background-color: #f0f0f0;
  }
  .detail-blue {
    color: white;
    background-color: #046197;
  }
  .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .text {
    color: black;
  }
  .text::after {
    border-bottom: none;
  }
  img {
    max-width: 500px;
    width: 70%;
  }
}
