h1 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #026e31;
}

h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: #757500;
}

h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #757500;
}

li {
  line-height: 2rem;
}

.pas-de-puce {
  list-style-type:none;
}

.mod-languages {
  align-content: center;
}

div.mod-languages ul li.lang-active {
  border-radius: 5px;
}

img.image-accueil {
  margin-top: 5rem;
}

.img-center {
  display: block;
  margin: 3rem auto;
  box-shadow: 10px 10px 30px #777;
}

/* FLEX */

.videos, .session, .vignettes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.vignette {
  width: 320px;
  min-height: 300px;
  margin: 3rem;
  text-align: center;
}

.vignette a {
  text-decoration: none;
}

.video {
  margin: 0 3rem 3rem;
}

.session a {
  text-decoration: none;
}

.session-reading, .session-slides, .session-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.com-content-article__body * {
  transition: all ease 0.3s;
}

a img:hover {
  transform: scale(1.05);
}

a.btn {
  margin: 3rem;
}

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

.footer {
  margin-top: 3rem;
}

.footer a {
  text-decoration: none;
}

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

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