@font-face {
  font-family: "AlpineProto";
  src: url("../fonts/AaALPINE-PROTO-TYPE-Light.woff2") format("woff2"), url("../fonts/AaALPINE-PROTO-TYPE-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AlpineProto";
  src: url("../fonts/AaALPINE-PROTO-TYPE-Bold.woff2") format("woff2"), url("../fonts/AaALPINE-PROTO-TYPE-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AlpineProto";
  src: url("../fonts/AaALPINE-PROTO-TYPE-BoldItalic.woff2") format("woff2"), url("../fonts/AaALPINE-PROTO-TYPE-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "AlpineProto";
  src: url("../fonts/AaALPINE-PROTO-TYPE-LightItalic.woff2") format("woff2"), url("../fonts/AaALPINE-PROTO-TYPE-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "AlpineProto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

/* Réductions locales pour éviter un rendu trop "espacé" */
.a-hero__address p,
.a-hero__phone p,
.a-service__description,
.a-product-horizontal__features,
.a-product-horizontal__price {
  letter-spacing: 0.025em;
}

:root {
  --alpine-blue: #0c1d2c;
  --alpine-blue-hover: #081422;
}

.a-header {
  height: 78px;
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  overflow-x: clip;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .a-header {
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 18px;
  }
}

.a-header__left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
}

.a-logo-alpine {
  height: 62px;
}

@media (max-width: 992px) {
  .a-logo-alpine {
    height: 52px;
  }
}

.a-header__title h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 500px) {
  .a-header__title h1 {
    display: none;
  }
}

.a-header__title h1 span {
  font-weight: 300;
  font-size: 22px;
  margin-left: 8px;
}

.a-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  text-transform: uppercase;
  font-weight: 500;
  flex: 1;
}

@media (max-width: 900px) {
  .a-header__nav {
    display: none;
  }
}

.a-header__nav a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 8px 0;
  text-decoration: none;
}

@media (max-width: 1150px) {
  .a-header__nav a {
    font-size: 16px;
  }
}

.a-header__nav a:hover {
  border-bottom: solid 2.5px var(--alpine-blue);
  margin-bottom: -2.5px;
}

.a-header__right {
  display: flex;
  align-items: center;
  gap: calc(28px + 0.8vw);
  flex-shrink: 0;
  max-inline-size: 42vw;
}

.a-logo-tel {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 100px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .a-logo-tel {
    display: none;
  }
}

.a-logo-tel svg {
  margin-bottom: 2px;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.a-logo-tel span {
  font-size: 12px;
  line-height: 1;
}

.a-header__logo-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  max-inline-size: 320px;
}

.a-logo-gm {
  filter: brightness(0) invert(1);
  width: clamp(110px, 10vw, 150px);
  max-width: 150px;
  margin: 0 10px 0 0;
}

@media (max-width: 992px) {
  .a-logo-gm {
    width: 130px;
    margin-right: 8px;
  }
}

@media (max-width: 900px) {
  .a-logo-gm {
    display: none;
  }
}

.a-burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

.a-burger-menu span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.3s ease;
  border-radius: 25%;
}

@media (max-width: 900px) {
  .a-burger-menu {
    display: block;
  }
}

.a-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.a-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.a-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.a-hero__info-box {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 30px;
  max-width: 600px;
  border-radius: 4px;
  transform: translateY(-130px);
}

.a-hero__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}

.a-hero__title__city {
  display: inline;
  font-weight: 300;
  font-size: 28px;
  margin-left: 5px;
}

.a-hero__subtitle {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-top: 5px;
}

.a-hero__schedule {
  margin-bottom: 30px;
}

.a-hero__schedule-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.a-hero__schedule-header h3 {
  margin: 0 10px;
  font-size: 18px;
}

.a-hero__schedule-day {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 900px) {
  .a-hero__schedule-day {
    flex-direction: column;
    gap: 4px;
  }
}

.a-hero__schedule-day > *:first-child {
  font-weight: 700;
}

.a-hero__schedule-day > *:last-child {
  font-weight: 300;
}

.a-hero__arrow {
  font-size: 24px;
}

.a-hero__contact > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.a-hero__icon {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-hero__icon img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
}

.a-range {
  padding: 50px 0;
}

.a-range__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

.a-range__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.a-product-horizontal {
  display: flex;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .a-product-horizontal {
    flex-direction: column;
  }
}

.a-product-horizontal__image {
  flex: 0 0 40%;
}

.a-product-horizontal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .a-product-horizontal__image {
    height: 200px;
  }
}

.a-product-horizontal__content {
  flex: 1;
  display: flex;
  padding: 30px;
}

@media (max-width: 768px) {
  .a-product-horizontal__content {
    flex-direction: column;
  }
}

.a-product-horizontal__info {
  flex: 1;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .a-product-horizontal__info {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.a-product-horizontal__action {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .a-product-horizontal__action {
    justify-content: flex-start;
  }
}

.a-product-horizontal__tag {
  display: inline-block;
  background-color: white;
  color: var(--alpine-blue);
  border: 1px solid var(--alpine-blue);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.a-product-horizontal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.a-product-horizontal__price {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.a-product-horizontal__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #888B8D;
}

.a-product-horizontal__features li {
  margin-bottom: 5px;
}

.a-product-horizontal__energy-class {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  font-weight: 700;
}

.a-product-horizontal__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--alpine-blue);
  color: #fff;
  text-decoration: none;
  padding: 11px 16px;
  font-weight: 700;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  height: 46px;
  font-size: 18px;
}

.a-product-horizontal__cta:hover {
  background-color: var(--alpine-blue-hover);
}

.a-services {
  padding: 60px 15px;
}

.a-services__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}

.a-services__p {
  margin-top: 12px;
  margin-bottom: 52px;
  text-align: center;
}

.a-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .a-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .a-services__grid {
    grid-template-columns: 1fr;
  }
}

.a-service {
  border-left: 4px solid var(--alpine-blue);
  padding: 20px;
}

.a-service__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  min-height: 48px;
}

.a-service__description {
  font-size: 14px;
  line-height: 1.5;
  color: #888B8D;
  text-align: justify;
}

.a-service__description p:first-child {
  padding-bottom: 10px;
  font-weight: 700;
}

.a-reviews {
  margin: 50px 0;
}

.a-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.a-mobile-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.a-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #000;
  z-index: 1000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.a-mobile-menu.active {
  right: 0;
}

.a-mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #333;
}

.a-mobile-menu__close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
}

.a-mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
}

.a-mobile-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.a-mobile-menu__nav li {
  border-bottom: 1px solid #333;
}

.a-mobile-menu__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.a-mobile-menu__nav a svg {
  width: 16px;
  height: 16px;
}

footer.perso.alpine-footer {
  background-color: #000000 !important;
}

.alpine-footer {
  font-family: "AlpineProto", sans-serif !important;
}

.alpine-footer * {
  font-family: "AlpineProto", sans-serif !important;
}

.alpine-footer .footer__bottom__link.alpine-footer-links a {
  color: #D70321 !important;
}

.alpine-footer .footer__block__line {
  background-color: #D70321 !important;
}

