


/* DIV #detail */
/* explications des fonctionnalités de Captures */

#detail .row { border-top: 1px solid var(--violet_moyen); }
#detail figure {
  position:relative; height:100%;
}
#detail figure img {
  position: absolute; object-fit: contain;
  height: 100%; width: 100%;
  background-color: var(--noir);
}
