@font-face {
  font-family: "OCTA Principale";
  src: url("TYPO/Principale.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OCTA Secondaire";
  src: url("TYPO/Secondaire.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hockey IQ";
  src: url("TYPO/HockeyIq-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #191b34;
  --red: #bd1a2c;
  --ice: #f4f6fa;

  --black: #191b34;
  --olive: #bd1a2c;
  --beige: #f4f6fa;
  --off: #f4f6fa;
  --white: #ffffff;
  --text: #191b34;
  --muted: rgba(25, 27, 52, 0.68);
  --line: rgba(25, 27, 52, 0.16);
  --radius: 34px;
  --max: 1260px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "OCTA Secondaire",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: var(--ice);
  color: var(--blue);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

::selection {
  background: var(--red);
  color: var(--white);
}

/* Header */

.project-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(244, 246, 250, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.back-link {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 900;
  white-space: nowrap;
}

.header-logo {
  justify-self: center;
  display: flex;
  align-items: center;
}

.header-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.header-nav a {
  transition: color 0.2s ease;
  white-space: nowrap;
}

.header-nav a:hover {
  color: var(--red);
}

/* Global */

main,
.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

section {
  margin: 0 auto;
}

.section-kicker,
.project-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

.section-kicker::before,
.project-label::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  flex: 0 0 auto;
}

h1,
h2,
h3 {
  font-family: "OCTA Principale", "OCTA Secondaire", sans-serif;
  font-weight: 400;
  letter-spacing: -0.07em;
}

/* Boutons */

.btn {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.dark {
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
}

.btn.dark:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.btn.light {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--line);
}

.btn.light:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

/* Hero */

.hero {
  min-height: auto;
  padding: 112px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.hero-panel,
.hero-visual {
  height: 48vh;
  min-height: 390px;
  max-height: 500px;
}

/* Bloc texte */

.hero-panel {
  padding: clamp(28px, 3.6vw, 46px);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(189, 26, 44, 0.42),
      transparent 30%
    ),
    var(--blue);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hero-panel .project-label {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}

.hero-panel .project-label::before {
  width: 42px;
}

.hero-panel h1 {
  width: 100%;
  max-width: 560px;
  font-size: clamp(2.3rem, 3.8vw, 3.7rem);
  line-height: 0.88;
  letter-spacing: -0.052em;
  text-transform: uppercase;
  margin-bottom: 18px;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-panel p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-panel .btn.dark {
  background: var(--white);
  color: var(--blue);
  border-color: var(--white);
}

.hero-panel .btn.dark:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.hero-panel .btn.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-panel .btn.light:hover {
  background: var(--white);
  color: var(--blue);
}

/* Bloc logo */

.hero-visual {
  border-radius: 38px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 36px;
}

.hero-visual img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 88%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

/* Intro strip */

.intro-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 16px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-strip div {
  min-height: 140px;
  padding: 24px;
  background: var(--ice);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro-strip span {
  color: var(--muted);
  font-weight: 900;
}

.intro-strip p {
  font-family: "OCTA Principale", "OCTA Secondaire", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

/* Story */

.brand-story {
  padding: 95px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 70px;
  border-bottom: 1px solid var(--line);
}

.story-title h2,
.section-heading h2,
.final-card h2 {
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  line-height: 0.86;
}

.story-text {
  display: grid;
  gap: 22px;
  align-content: end;
}

.story-text p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
}

/* Brand system */

.brand-system {
  padding: 95px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 940px;
  margin-bottom: 46px;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.system-card {
  min-height: 280px;
  grid-column: span 4;
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--ice);
}

.logo-card.dark {
  background: var(--red);
  color: var(--white);
}

.logo-card.light {
  background: var(--white);
}

.favicon-card {
  background: var(--blue);
  color: var(--white);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: inherit;
}

.card-top span {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
}

.card-top small {
  color: currentColor;
  opacity: 0.58;
  font-weight: 800;
}

/* Cartes logo / favicon */

.logo-card,
.favicon-card,
.horizontal-logo-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.logo-preview,
.favicon-preview,
.horizontal-logo-preview {
  min-height: 0;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
}

/* Logo principal agrandi */

.logo-preview img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 95%;
  object-fit: contain;
  object-position: center;
  transform: translateY(0);
}

/* Logo secondaire horizontal agrandi */

.logo-preview img.horizontal-logo-img,
.horizontal-logo-preview img.horizontal-logo-img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 130px;
  object-fit: contain;
  object-position: center;
  transform: translateY(0);
}

/* Favicon agrandi */

.favicon-preview img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 24px;
  transform: translateY(0);
}

/* Palette */

.color-card {
  grid-column: span 12;
  min-height: 165px;
  padding: 22px 26px;
  background: var(--blue);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.colors-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.color-item {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 0.86rem;
}

.color-item.blue,
.color-item.black {
  background: #191b34;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.color-item.red,
.color-item.olive {
  background: #bd1a2c;
  color: #ffffff;
}

.color-item.ice,
.color-item.beige {
  background: #f4f6fa;
  color: #191b34;
}

.color-item.white {
  background: #ffffff;
  color: #191b34;
}

/* Typographies */

.type-card {
  grid-column: span 6;
  background: var(--ice);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-card h3 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.88;
  color: var(--red);
}

.type-card p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
}

.main-type h3,
.main-type p {
  font-family: "Hockey IQ", "OCTA Principale", sans-serif;
  letter-spacing: -0.04em;
}

.secondary-type h3,
.secondary-type p {
  font-family: "OCTA Secondaire", sans-serif;
  letter-spacing: -0.04em;
}

/* Mockups */

.mockups {
  padding: 95px 0;
}

.mockups-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  align-items: start;
}

.mockups-intro-panel {
  position: sticky;
  top: 120px;
  min-height: 520px;
  border-radius: 38px;
  padding: clamp(30px, 5vw, 54px);
  background: var(--blue);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mockups-intro-panel .section-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.mockups-intro-panel h2 {
  font-size: clamp(3rem, 5.3vw, 6rem);
  line-height: 0.86;
  margin-bottom: 28px;
}

.mockups-intro-panel > p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-size: 1.05rem;
}

.mockups-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.mockups-tags span {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.application-stack {
  display: grid;
  gap: 18px;
}

.application-card {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.application-card.main-application {
  min-height: 450px;
}

.application-stack .application-card:nth-child(odd) {
  background: var(--red);
  color: var(--white);
}

.application-stack .application-card:nth-child(even) {
  background: var(--ice);
  color: var(--blue);
}

.application-image {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: var(--blue);
}

.application-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 27, 52, 0.38);
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.application-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05) brightness(0.9);
  opacity: 0.92;
  transition:
    transform 0.6s ease,
    filter 0.6s ease,
    opacity 0.6s ease;
}

.application-card:hover .application-image img {
  transform: scale(1.06);
  filter: grayscale(30%) contrast(1.08) brightness(0.95);
  opacity: 1;
}

.application-card:hover .application-image::after {
  opacity: 0.18;
}

.application-content {
  padding: clamp(26px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.application-content span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  color: currentColor;
  opacity: 0.58;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.application-content h3 {
  font-size: clamp(2.8rem, 4.8vw, 5.6rem);
  line-height: 0.82;
  margin-bottom: 22px;
}

.application-content p {
  max-width: 380px;
  color: currentColor;
  opacity: 0.64;
  line-height: 1.6;
  font-size: 0.98rem;
}

/* Final */

.final-section {
  padding: 0 0 95px;
}

.final-card {
  min-height: 400px;
  border-radius: 38px;
  background: var(--red);
  color: var(--white);
  padding: clamp(32px, 7vw, 76px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.final-card .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.final-card .section-kicker::before {
  display: none;
}

.final-card h2 {
  max-width: 1000px;
}

.final-card p {
  max-width: 650px;
  margin: 28px auto 34px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 1.05rem;
}

.final-card .btn.dark {
  background: var(--white);
  color: var(--blue);
  border-color: var(--white);
}

.final-card .btn.dark:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

/* Footer */

.footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

/* Couleurs texte */

body,
.story-text p,
.type-card p,
.application-stack .application-card:nth-child(even),
.application-stack .application-card:nth-child(even) .application-content,
.footer {
  color: var(--blue);
}

.story-title h2,
.section-heading h2,
.intro-strip p,
.application-stack .application-card:nth-child(even) .application-content h3 {
  color: var(--blue);
}

.hero-panel,
.mockups-intro-panel,
.final-card,
.logo-card.dark,
.favicon-card,
.application-stack .application-card:nth-child(odd) {
  color: var(--white);
}

/* Responsive petit ordinateur */

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel,
  .hero-visual {
    height: auto;
    min-height: 430px;
    max-height: none;
  }

  .hero-panel h1 {
    max-width: 680px;
    font-size: clamp(3rem, 6vw, 5.4rem);
  }

  .hero-visual {
    height: 430px;
  }

  .hero-visual img {
    max-width: 72%;
    max-height: 78%;
  }

  .intro-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mockups-editorial {
    grid-template-columns: 1fr;
  }

  .mockups-intro-panel {
    position: relative;
    top: auto;
    min-height: 420px;
  }
}

/* Responsive tablette */

@media (max-width: 980px) {
  .project-header {
    top: 12px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
  }

  .header-logo,
  .header-nav {
    display: none;
  }

  .back-link {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 105px;
    padding-bottom: 46px;
  }

  .hero-panel {
    min-height: auto;
    border-radius: 34px;
  }

  .hero-panel h1 {
    max-width: 620px;
    font-size: clamp(3rem, 9.2vw, 5rem);
    line-height: 0.86;
    letter-spacing: -0.052em;
  }

  .hero-visual {
    height: 400px;
    min-height: 400px;
    border-radius: 34px;
    padding: 38px;
  }

  .hero-visual img {
    max-width: 72%;
    max-height: 78%;
  }

  .brand-story,
  .brand-system,
  .mockups {
    padding: 82px 0;
  }

  .story-title h2,
  .section-heading h2,
  .final-card h2 {
    font-size: clamp(3rem, 10vw, 5.8rem);
  }

  .system-card,
  .type-card {
    grid-column: span 6;
  }

  .color-card {
    grid-column: span 12;
    min-height: 175px;
  }

  .colors-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .application-card,
  .application-card.main-application {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .application-image {
    min-height: 340px;
  }

  .application-content h3 {
    font-size: clamp(3rem, 10vw, 5rem);
  }
}

/* Responsive mobile */

@media (max-width: 650px) {
  :root {
    --radius: 24px;
  }

  main,
  .footer {
    width: min(calc(100% - 22px), var(--max));
  }

  .project-header {
    width: min(calc(100% - 20px), var(--max));
    border-radius: 24px;
  }

  .hero {
    padding-top: 96px;
    gap: 14px;
  }

  .hero-panel {
    border-radius: 28px;
    padding: 28px;
  }

  .project-label,
  .section-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    gap: 8px;
  }

  .project-label::before,
  .section-kicker::before {
    width: 30px;
  }

  .hero-panel h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11.5vw, 3.9rem);
    line-height: 0.88;
    letter-spacing: -0.045em;
    margin-bottom: 22px;
  }

  .hero-panel p {
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    height: 360px;
    min-height: 360px;
    border-radius: 28px;
    padding: 32px;
  }

  .hero-visual img {
    max-width: 78%;
    max-height: 82%;
    object-position: center;
  }

  .intro-strip {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .intro-strip div {
    min-height: 125px;
    padding: 22px;
  }

  .intro-strip p {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .brand-story,
  .brand-system,
  .mockups {
    padding: 72px 0;
  }

  .story-title h2,
  .section-heading h2,
  .final-card h2 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .story-text p {
    font-size: 1rem;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .system-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .system-card,
  .type-card,
  .color-card {
    grid-column: auto;
    min-height: 250px;
    border-radius: 24px;
    padding: 22px;
  }

  .system-card.logo-card {
    min-height: 410px;
  }

  .system-card.horizontal-logo-card {
    min-height: 300px;
  }

  .logo-preview,
  .horizontal-logo-preview {
    padding: 28px 24px;
  }

  .logo-preview img {
    max-width: 78%;
    max-height: 78%;
  }

  .logo-preview img.horizontal-logo-img,
  .horizontal-logo-preview img.horizontal-logo-img {
    max-width: 78%;
    max-height: 86px;
  }

  .favicon-preview img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 20px;
  }

  .color-card {
    min-height: 245px;
  }

  .colors-list {
    grid-template-columns: 1fr;
  }

  .type-card h3 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .mockups-intro-panel {
    min-height: 420px;
    border-radius: 28px;
    padding: 28px;
  }

  .mockups-intro-panel h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .application-card,
  .application-card.main-application {
    border-radius: 28px;
  }

  .application-image {
    min-height: 280px;
  }

  .application-content {
    padding: 28px;
  }

  .application-content h3 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .application-content p {
    font-size: 0.96rem;
  }

  .final-section {
    padding-bottom: 72px;
  }

  .final-card {
    min-height: 410px;
    border-radius: 28px;
    padding: 30px 24px;
  }

  .final-card p {
    font-size: 1rem;
  }

  .footer {
    display: grid;
    gap: 8px;
    padding: 24px 0;
  }
}

/* TrÃ¨s petits tÃ©lÃ©phones */

@media (max-width: 420px) {
  .back-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .hero-panel {
    padding: 24px;
  }

  .hero-panel h1 {
    font-size: clamp(2.1rem, 10.2vw, 3.2rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }

  .hero-visual {
    height: 330px;
    min-height: 330px;
    padding: 28px;
  }

  .hero-visual img {
    max-width: 80%;
    max-height: 84%;
  }

  .system-card,
  .type-card,
  .color-card {
    padding: 20px;
  }

  .system-card.logo-card {
    min-height: 380px;
  }

  .system-card.horizontal-logo-card {
    min-height: 270px;
  }

  .logo-preview,
  .horizontal-logo-preview {
    padding: 26px 22px;
  }

  .logo-preview img {
    max-width: 80%;
    max-height: 80%;
  }

  .logo-preview img.horizontal-logo-img,
  .horizontal-logo-preview img.horizontal-logo-img {
    max-width: 80%;
    max-height: 78px;
  }

  .favicon-preview img {
    max-width: 44%;
    max-height: 44%;
  }

  .mockups-intro-panel,
  .application-content,
  .final-card {
    padding: 24px;
  }
}

/* Ajustement desktop uniquement : logo hero plus grand */

@media (min-width: 981px) {
  .hero-visual {
    padding: 24px;
  }

  .hero-visual img {
    max-width: 94%;
    max-height: 94%;
  }
}
