h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-weight: 700;
  font-size: 1.5rem;
  background: #fff;
  padding: 1.2rem;
}

.container-header .container-nav {
  padding-bottom: 0;
}

.container-header .grid-child {
  align-items: center;
  padding: 0;
}


.icon-menu {
  color: #333;
}

.img-center {
  margin-top: 3rem;
  text-align: center;
}

.fresque  {
  display: block;
  margin: 3rem auto;
}

.header  {
  background-color: #fff;
  background-image: none;
}

.metismenu.mod-menu .metismenu-item {
  font-weight: 500;
  color: #333;
}

.container-header .mod-menu>li>a.bouton-faire-un-don {
  color: #fff;
}

.container-banner, .page-header {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 5rem;
  background-color: #00b8e6;
}

.messages-recents, .nos-coordonnees, .retrouvez-nous {
  margin: 3rem auto;
}

.latestsermons-list {
  line-height: 3rem;
  font-weight: 500;
  color: #003399;
}

.footer {
  text-align: center;
  color: #333;
  background-color: #00b8e6;
  background-image: none;
}

.footer .grid-child {
  align-items: normal;
}

.container-copyright {
  margin-top: 0;
  background-color: #00abc6 !important;
}

.container-copyright .grid-child {
  padding: 0.5em 0;
}

.mod-footer a {
  text-decoration: none;
}

/* FLEX */

.partenaires, .responsables {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.responsable {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 3rem;
}

/* VIGNETTES */

.com-sermonspeaker-sermons h1 {
  text-align: center;
}

.vignettes, .message-bruno {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.vignette {
  width: 270px;
  margin: 3rem 1rem;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #dfe3e7;
  border-radius: 0.3rem;
}

.vignette:hover {
  border-radius: 0.3rem 0.3rem 0.3rem 90px / 10px 10px 10px 33px;
  box-shadow: -9px 9px 24px #cfcfcf;
}

.vignette-inner {
  margin-bottom: 2rem;
}

.vignette-image {
  margin: 1rem;
  max-width: 128px;
}

.vignette-title {
  font-size: 1.2rem;
}

.vignette a {
  text-decoration:none;
}

.image-accueil {
  display: block;
  width: 400px;
  margin: 3rem auto;
}

.projet-batiment img {
  display: inline-block;
  margin: 3rem;
}

.com-sermonspeaker-speakers h1 {
  display: none;
}

.com-sermonspeaker-sermons__sermons h2, .com-sermonspeaker-speakers h2 {
  font-size: 1rem;
  font-weight: 400;
}

.com-sermonspeaker-sermons__sermons a, .com-sermonspeaker-speakers a {
  text-decoration: none;
}

.card-text {
  text-align: center;
}

/* LECTEUR AUDIO */

.ss-sermon-container h2 {
  text-align: center;
}

.ss-sermon-player {
  min-width: 320px;
  margin-top: 2rem;
}

.message-player {
  margin-bottom: 3rem;
  border: 1px solid #dfe3e7;
  border-radius: 0.3rem;
  background-color: #f9f9f9;
}

.derniers-messages {
  margin-top: 2rem;
}

.btn {
  margin: .7rem;
  --btn-padding-x: 1.5rem;
  --btn-padding-y: .5rem;
}

.mejs__volume-button, .mejs__horizontal-volume-slider, .mejs__horizontal-volume-total {
  display: none !important;
}

.ss-player, .bouton-telechargement {
  padding: 1rem 0;
}

/* OSMAP */

.osmap-items ul {
  margin: 0 0 30px 0 !important;
}

.osmap-items li {
  margin: 10px 0;
}

/* MENTIONS LEGALES */

.mentions-legales {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.edition, .creation, .hebergement {
  width: 310px;
  margin-bottom: 3rem;
}

/* TARTE AU CITRON */

#tarteaucitronIcon #tarteaucitronManager img {
  width: 30px !important;
  height: 30px !important;
}

@media only screen and (max-width: 768px) {
  .banniere-accueil-titre {
    margin: 1rem;
    font-size: 1.3rem;
    text-align: center;
  }
}



