:root { color-scheme: dark; --orange: #f36b12; --black: #121212; }
* { box-sizing: border-box; }
html { background: var(--black); }
body { margin: 0; color: #f7f7f7; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #fff; outline-offset: 6px; }
.page { position: relative; min-height: max(100svh, 56.25vw); overflow: hidden; background: var(--black) url('image-fond-yk.jpg') top left / 100% auto no-repeat; }
.realisations { position: absolute; inset: 0 auto auto 0; width: 48.594%; height: 56.25vw; margin: 0; }
.realisations img { display: block; width: 100%; height: 100%; object-fit: fill; }
.brand { position: relative; margin-left: 37.708%; width: 24.844%; height: 15.521vw; background: var(--black); overflow: hidden; }
.brand img { display: block; width: 100%; height: auto; transform: translate(-1.146vw, -.365vw); }
.content { position: relative; margin-left: 48.594%; padding-bottom: 5vw; }
.quote { display: flex; align-items: center; justify-content: center; width: 24.167vw; min-height: 5.729vw; background: var(--orange); font-size: 1.875vw; font-weight: 600; }
.contact { display: flex; align-items: center; flex-wrap: wrap; margin: 1.51vw 0 0 5.208vw; font-size: max(.875rem, 1.302vw); font-style: normal; font-weight: 700; line-height: 1.35; }
.separator { white-space: pre; }
.rule { width: 21.354vw; height: 2px; margin: 1.979vw 0 2.083vw 2.448vw; background: #454545; }
.introduction { position: relative; padding: 0 3vw 0 5.208vw; }
.badge { position: absolute; left: -4.115vw; top: -.938vw; width: 8.229vw; height: auto; }
h1 { margin: 0 0 .625vw; color: var(--orange); font-size: max(.875rem, 1.25vw); font-weight: 700; text-transform: uppercase; letter-spacing: .39vw; line-height: 1.15; }
p { margin: 0 0 .625vw; font-size: max(1rem, 1.042vw); font-weight: 400; line-height: 1.3; color: #ddd; }
.services { list-style: none; margin: 2.344vw 0 0; padding: 0; font-size: 1.667vw; line-height: 1.47; letter-spacing: .625vw; font-weight: 600; text-transform: uppercase; }
/* Seul point de rupture : disposition mobile/tablette jusqu’à 1000 px. */
@media (max-width: 1000px) {
  .page { display: flex; flex-direction: column; min-height: 100svh; background-size: auto 540px; background-position: top right; }
  .brand { order: 0; margin: 0; width: min(76%, 360px); height: auto; }
  .brand img { transform: none; }
  .content { order: 1; margin: 0; padding: 0 24px 36px; }
  .quote { width: 100%; max-width: 440px; min-height: 64px; padding: 14px 18px; font-size: 1.5rem; }
  .contact { align-items: flex-start; flex-direction: column; gap: 2px; margin: 20px 0 0; font-size: 1rem; }
  .contact a { display: flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; max-width: 100%; }
  .separator { display: none; }
  .rule { width: 100%; max-width: 410px; margin: 22px 0 24px; }
  .introduction { padding: 0; }
  .badge { position: static; float: right; width: 72px; margin: 0 0 12px 12px; }
  h1 { font-size: 1rem; letter-spacing: .16em; line-height: 1.45; margin-bottom: 16px; }
  p { font-size: 1rem; line-height: 1.6; margin-bottom: 10px; }
  .services { clear: both; margin-top: 28px; font-size: clamp(1.25rem, 5vw, 1.75rem); line-height: 1.65; letter-spacing: .27em; }
  .realisations { position: static; order: 2; width: 100%; height: auto; }
  .realisations img { height: auto; }
}
