@media screen and (min-width: 60rem) {
  .container {
    display: grid;
    grid-template-columns: 20rem auto;
    grid-template-rows: minmax(2rem, auto);
    grid-gap: 20px;
  }
  .contenu {
    grid-row: span 2;
  }
}

  .contenu {
	  padding-top: 5px;
  }

@media screen and (max-width: 60rem) {
  .container {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .lemenu {
    padding-bottom: 5rem;
  }

}

.footer {
  padding: 3rem 0 6rem;
}

p {
  padding-bottom: 1rem;
  line-height: 1.25rem;
}
h1 {
  font-weight: 700;
  color: var(--color-black);
  font-size: 1.2rem;
}
h2 {
   font-weight: 700;
   margin-top: 0.7rem;
   margin-bottom: 1.5rem;
 }
h3 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.lemenu a:hover {
  color: var(--color-white);
  background: var(--color-dark);
}
.ouverte {
  color: var(--color-black);
  font-style: italic;
  font-weight: 600;
}

.ouverte a:hover {
  color: var(--color-black);
  background: var(--color-white);
}
.videofig {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1.5em 0;
}
small {
  font-size: 0.8rem;
}

.videofig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
