h1, h2, h3, h4 {
  font-weight: 500;
}

h1 {
  text-align: center;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.7rem;
}

blockquote {
  font-style: italic;
  font-weight: 550;
  padding-left: 60px;
  background: url(../images/blockquote.png) no-repeat top left;
}

.com-content-article li {
  margin-bottom: 1rem;
}
.mod-breadcrumbs__here, .mod-breadcrumbs__item {
  margin-bottom: 0;
}

.container-topbar {
  display: flex;
  justify-content: center;
  background-color: #122430;
}

.container-header, .footer {
  background-color: #122430;
  background-image: none;
}

.container-header .container-nav {
  justify-content: center;
}

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

/* VIGNETTES ACCUEIL */

.vignettes-accueil, .livres, .reflexions {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vignettes-accueil {
  flex-direction: column;
  margin: 3rem auto;
}

.menu-passerelles {
  margin-top: 3rem;
  font-weight: 500;
}

.menu-passerelles a {
  font-size: 1.1rem;
  line-height: 2.5rem;
  color: #837819;
}

.menu-passerelles span {
  width: 35px;
  margin-right: 15px;
}

.livres, .reflexions {
  flex-wrap: wrap;
}

.vignettes-accueil a, .livres a, .reflexions a {
  text-decoration: none;
}

.vignette-accueil {
  margin: 2rem auto;
}

.logo-cnef {
  display: block;
  margin: 3rem auto;
}

.livre, .reflexion {
  width: 320px;
  margin: 2rem;
}

.vignettes-accueil *, .livres *, .reflexions *, .videos * {
  transition: all ease 0.3s;
}

.vignette-accueil img, .livre img, .reflexion img, .videos img {
  box-shadow: 10px 10px 30px #777;
}

.vignette-accueil-img:hover, .livre img:hover, .reflexion img:hover, .videos img:hover {
  transform: scale(1.05);
}

.vignette-accueil-title, .livre-title, .reflexions h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.livre-title {
  min-height: 75px;
}

.page-header {
  margin-top: 3rem;
}

/* VIGNETTES */

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

.vignette, .video {
  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;
}

.video {
  border: none;
}

.video h2 {
  height: 3.5rem;
  font-size: 1.3rem;
}

.videos h3 {
  height: 4rem;
}

.vignette a {
  text-decoration: none;
}

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

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

/* LECTEUR AUDIO */

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

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

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

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

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

.livre {
  padding: 2.5rem 15px 15px;
}

.livre img {
  max-width: 200px;
}

.img-center {
  display: block;
  margin: 3rem auto;
  text-align: center;
}

.rencontres, .sequences {
  margin-bottom: 3rem;
}

.rencontre, .sequence, .telechargement, .tracts {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.telechargement {
  flex-direction: column;
  align-content: center;
  margin: 3rem;
  text-align: center;
}

.tracts {
  justify-content: space-around;
  margin: 3rem;
}

.image {
  width: 216px;
  margin: auto;
}

.texte {
  max-width: 700px;
  padding-right: 30px;
}

/* TARTE AU CITRON */

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

.footer {
  margin-top: 3rem;
}

.footer .grid-child {
  padding: .5em;
}

.footer .grid-child ul {
  color: #b3af32;
}

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

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

