h1 {
  margin: 3rem 0;
  --min-font-size: 30;
  --max-font-size: 50;
  font-size: clamp( var(--min-font-size) * 1px, var(--fluid-size), var(--max-font-size) * 1px );
  font-size: 2rem;
}

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

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

.header a, .container-header .mod-menu > li > a {
  color: #252525;
  font-weight: 500;
}

.container-header .navbar-toggler, .metismenu.mod-menu .mm-toggler {
  color: #252525;
}

.partenaires, .medias-sociaux {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.partenaires {
  margin-top: 3rem;
}

.medias-sociaux img {
  margin: 2rem;
}

/* SERMON SPEAKER */

.latestsermons h3 {
  font-size: 1.75rem;
  font-weight: 400;
}

.latestsermons a {
  text-decoration: none;
}

.messages-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.message-liste {
  width: 300px;
  text-align: center;
}

.card {
  text-align: center;
}

.card-body h2 {
  font-size: 1rem;
  font-weight: 400;
}

.card-body a {
  text-decoration: none;
}

.com-sermonspeaker-categories a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin-bottom: 3rem;
  text-decoration: none;
}

/* LECTEUR AUDIO */

.message-player-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.ss-sermon-container h2 {
  margin-bottom: 3rem;
  text-align: center;
}

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

.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;
}

.mejs__controls .mejs__horizontal-volume-slider {
   display: none;
 }

.mejs__volume-button {
  display: none !important;
}

/* DPCALENDAR */

.mod-dpcalendar-upcoming-horizontal__date .dp-time__separator, .mod-dpcalendar-upcoming-horizontal__date .dp-time__end {
  display: none;
}

.mod-dpcalendar-upcoming-horizontal .dp-flatcalendar {
  margin-bottom: 3rem !important;
}

/* MENTIONS LEGALES */

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

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

/* TARTE AU CITRON */

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

.footer {
  background-color: #1c618c;
  background-image: none;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.coordonnees {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 1rem;
    font-weight: 500;
    background: lightblue;
}

.telephone {
  font-size: 1.2rem;
}

@media (width >= 992px) {
    .metismenu.menu-horizontal {
        flex: 0;
    }
}




