/* ETHNOS R638 — message explicatif pour refus Photo Guard public. */
.ethnosSalonR638PhotoNotice{
  position:absolute;z-index:130;left:50%;bottom:64px;transform:translateX(-50%);
  width:min(92%,560px);box-sizing:border-box;padding:16px 18px;
  border:1px solid rgba(6,28,41,.18);border-radius:12px;
  background:var(--salon-cream);color:var(--salon-slate);
  box-shadow:0 16px 36px rgba(0,0,0,.30);font:700 13px/1.45 Inter,Arial,sans-serif;
}
.ethnosSalonR638PhotoNoticeHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
.ethnosSalonR638PhotoNoticeHead strong{font-size:17px;line-height:1.2;}
.ethnosSalonR638PhotoNotice p{margin:7px 0;}
.ethnosSalonR638PhotoNoticeClose{appearance:none;border:0;background:transparent;color:inherit;font:900 22px/1 Inter,Arial,sans-serif;cursor:pointer;padding:2px 5px;}
.ethnosSalonR638PhotoNoticeContact{display:inline-flex;margin-top:6px;color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:3px;}
@media (max-width:700px){.ethnosSalonR638PhotoNotice{bottom:58px;width:min(94%,520px);padding:14px 15px;font-size:12px;}}
