.cc section.banniere {
  padding: 1rem;
}

.cc section.banniere > div {
  max-width: 1280px;
  padding: 1rem;
  margin: 0 auto;
}

.cc section.banniere .bg-vert {
  background-color: #A8E485;
}

.cc section.banniere .texte-noir {
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (max-width: 780px) {
  .cc section.banniere .texte-noir {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .cc section.banniere .texte-noir br {
    display: none;
  }
}