/* Volume page specific */

/* Zone publicitaire placeholder */
.ad.ad-top {
  min-height: 100px;
  background: #f5f5f5;
  border: 1px dashed #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  border-radius: 0.5rem;
}

