main h2 {
  margin-top: 3rem;
  font-size: 1.5rem;
}

p, li {
  font-size: 1.1rem;
}

li {
  line-height: 3rem;
}

/* HEADER */

.container-header {
  background-color: #0077aa;
  background-image: none;
  box-shadow: none;
}

.container-header .mod-menu {
  font-weight: 500;
  text-transform: uppercase;
}

/* FLEX */

.pasteur, .vignettes, .messages, .videos, .liens, .logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.vignette, .message, .lien {
  width: 320px;
  margin: 3rem 1rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #abc;
  border-radius: 5px;
}

.pasteur-img {
  width: 250px;
  margin: 3rem;
}

.pasteur-texte {
  max-width: 800px;
}

.vignette a, a.message-lien, .lien a {
  text-decoration: none;
}

.vignette-title, .message-title, .lien-title {
  max-width: 100%;
  min-height: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.lien-title {
  margin-bottom: 0;
  max-width: 100%;
}

.logo {
  font-size: 2rem;
  
}

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

.logo-title {
  padding-left: 3rem;
}

/* IMAGES */

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

/* VIDEOS */

.youtube_player {
  margin: 1rem;
}

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

.medias div {
  margin-top: 50px;
}

/* TRANSITION ET HOVER */

.com-content-article__body *, .message, .vignette, .lien, iframe {
  transition: all ease 0.3s;
}

a img:hover, .message:hover, .vignette:hover, .lien:hover, iframe:hover {
  /*transform: scale(1.05);*/
  box-shadow: 10px 10px 30px #777;
}

/* ARTICLES */

.page-header, .cf-content-text {
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-color: #0185d0;
}

/* MODULES */

.bottom-a {
  margin: 1rem;
  text-align: center;
}

/* 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;
}

.mentions-legales h3 {
  font-size: 1.57rem;
}

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

/* TARTE AU CITRON */

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

/* FOOTER */

.footer, .footer .metismenu.mod-menu .metismenu-item {
  font-size: 1rem;
}
.footer {
  color: #5e5e5e;
  background-color: #fff;
  background-image: none;
}

.footer a {
  text-decoration: none;
}

.footer .metismenu-item a:hover, .footer2 a.copyright:hover {
  color: #333;
}

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

@media (max-width: 992px) {
  .mentions-legales {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .video, .message, .lien, .youtube_player {
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
  }
}

