.block--bandeau {
  background-color: rgba(233, 78, 27, 0.15); 
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}

.bandeau.bandeau--with-button {
  align-items: center;
  display: flex;
}

.bandeau__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  line-height: 22px;
  padding: 0 25px;
}

.bandeau__title {
  color: #4C4C4C;
  font-family: Georgia, serif; 
  font-style: italic;
  font-weight: 400;
}

.bandeau__button {
  background-color: #E94E1B;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 35px;
  padding: 7.5px 20px;
}

.bandeau__button:hover {
  background-color: #4C4C4C;
  text-decoration: none;
}
