/* Photo studio : le buste reste lisible et le décor se fond dans le noir. */
.portrait img {
  object-fit: cover !important;
  object-position: 47% 40% !important;
  filter: grayscale(1) contrast(1.16) brightness(.9) !important;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
}

.portrait:after {
  background:
    linear-gradient(90deg, #000 0%, transparent 23%, transparent 60%, rgba(0, 0, 0, .9) 80%, #000 100%),
    linear-gradient(180deg, transparent 58%, rgba(30, 30, 28, .48) 77%, #000 100%) !important;
}

/* La signature reste dans une zone calme : elle ne chevauche ni le micro ni le visage. */
.signature {
  left: 12% !important;
  right: auto !important;
  bottom: 42px !important;
}

@media (max-width: 700px) {
  .portrait {
    background: #000 !important;
    height: 410px !important;
    min-height: 410px !important;
  }

  .portrait img {
    height: 410px !important;
    object-position: 47% 42% !important;
  }

  .signature {
    left: 12% !important;
    bottom: 52px !important;
  }

  #services.section {
    padding-top: 0 !important;
  }
}
