@media (min-width:1100px) {
  * + .layout {
    margin-top: 20px;
  }
}

.hero_fullsize .txt,
.hero_fullsize .txt #page-title {
  text-align: center;
}

.hero_fullsize .img + .txt {
  margin-top: 20px;
}

.grid {
  margin-top: 30px;
}

.grid + .grid {
  margin-top: 60px;
}

.sepa {
  margin-bottom: 1em;
}

.sepa + .contenu {
  max-width: 900px;
  margin: 1em auto 0;
  font-size: 1em;
}

.grid ul {
  margin-top: 2em;
}

.grid .contenu + ul {
  margin-top: 1.5em;
}

/* .grid > ul > li .title {
  font-size: 20px;
  color: black;
} */

#see_more_vg {
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  background: #eee;
}

#see_more_vg > span > a {
  margin: 0 auto;
}




@media screen and (min-width:880px) {
  .hero_fullsize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/6;
    position: relative;
    overflow: hidden;
  }

  .hero_fullsize .img {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    text-align: center;
  }

  .hero_fullsize .txt {
    background: rgba(255, 255, 255, 0.85);
    padding: 2em;
    z-index: 2;
    margin-top: unset;
  }
}