



/* DIV INTRO */

#intro {
  color: var(--violet_nuit);
  height: 100vh;
  position: relative; overflow: hidden;
}
#intro h1 {
  font-size: 2.2rem; line-height: 2rem;
  margin-bottom: .5rem;
}
#intro .home-header {
  max-width: 300px;
}
#intro .col {
  color: var(--violet_moyen);
  background: #D64241;
  background: linear-gradient(1deg,rgba(214, 66, 65, 1) 0%, rgba(39, 25, 69, 1) 32%);
  /*background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(var(--violet_nuit), 1));*/
}
#intro .home-header p {
  font-size: 15px;
  line-height: 17px;
}
#intro figure { height:100%; }
#intro img { object-fit: cover; object-position: center top; width:100%; height:100%; }

#forme {
  position: absolute; z-index: 2;
  left: 40%; top: 20%; width: 70%;
}


/* DIV CONTEXTE */
#contexte { border-top: 1px solid var(--violet_moyen); }

.container-exergue-lien .button {
  height: 55px;
}
.container-exergue-lien .button::after {
  height: 55px;
}


/* DIV REALISATIONS */

#realisations { border-top: 1px solid var(--violet_moyen); }
#real-drama, #real-capture { position: relative; }
#real-drama h2, #real-capture h2 { position: absolute; top: calc(2 * var(--spacing)); left: calc(2 * var(--spacing)); }
#realisations a { text-decoration: none; }
a#real-drama { color: var(--blanc); }
a#real-capture { color: var(--violet_moyen); }
#realisations a img { transition: all .5s; }
#realisations a:hover img {
  filter: grayscale(60%);
}