
/*
 * @file
 * Provides the layout styles for the newsletter
 * Guy Rossignol - 12 janvier 2024
 */

#newsletter-wrapper {
  max-width: 70%;
}
.layout--onecol .layout__region {
  width: 70%;
}
#newsletter-wrapper ul {
  padding-left: 0;
}

#newsletter-wrapper .a-la-une .accroche_article_en-tete a {
  font-size: 0.9em;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
}

#newsletter-wrapper .accroche_article_en-tete a {
  display: inline-block;
  width: 100%;
  padding: 7px 15px;
  font-size: 0.5em;
  font-weight: bold;
  text-align: left;
}

#newsletter-wrapper .titre-une {
  height:50px;
  margin-top: 30px;
}

@media (min-width: 1200px) {
#newsletter-wrapper .field--name-field-footer-nl img {
  margin-left: 75px;
  }
}