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

body {
  font-family: 'Poppins','Inter',Arial,sans-serif;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  display: block; }

.lp {
  max-width: 1280px;
  margin: auto;
  background: #000;
  overflow-x: hidden; }

section {
  padding: 32px 16px; }

.wrap {
  max-width: 1120px;
  margin: auto; }

.btn, .btn--or, .btn--noir, .btn--blanc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 0 24px;
  border: none;
  border-radius: 68px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }

.btn:hover, .btn--or:hover, .btn--noir:hover, .btn--blanc:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35); }

.btn:active, .btn--or:active, .btn--noir:active, .btn--blanc:active {
  transform: translateY(0); }

.btn--or {
  background: linear-gradient(90deg, #F1C44C 0%, #FFECBB 100%);
  color: #000; }

.btn--or:hover {
  filter: brightness(1.06); }

.btn--noir {
  background: #000;
  color: #fff; }

.btn--blanc {
  background: #fff;
  color: #000; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 50; }

.site-header__logo {
  max-height: 32px;
  max-width: 44%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center; }

.site-header .btn, .site-header .btn--or, .site-header .btn--noir, .site-header .btn--blanc {
  flex: 0 1 auto;
  min-width: 0;
  padding: 0 16px;
  font-size: 14px; }

.hero {
  position: relative;
  padding: 0;
  background: #000;
  text-align: center;
  overflow: hidden; }

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0; }

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom; }

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.55) 100%); }

.hero__content {
  position: relative;
  z-index: 1;
  padding: 24px 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; }

.hero__bandeau {
  width: 265px;
  max-width: 80%; }

.hero h1 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01em; }

.hero__dates {
  font-size: 17px;
  font-weight: 400; }

.offers {
  padding-top: 24px; }

.offers__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; }

.offer {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #000 0%, #5E0000 100%);
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden; }

.offer__media {
  position: relative; }

.offer__photo {
  width: 100%;
  height: auto; }

.offer__energie {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 64px;
  width: auto; }

.offer__energie + .offer__energie {
  left: 82px; }

.offer__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 16px 16px; }

.offer__surtitre {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px; }

.offer__titre {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px; }

.offer__prix {
  margin-top: auto;
  margin-bottom: 20px; }

.offer__prix-label {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.offer__prix-montant {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700; }

.offer__prix-periode {
  font-size: 20px;
  font-weight: 500; }

.offer__prix-second {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700; }

.offer__prix-cond {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.offer__argument {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600; }

.offer .btn, .offer .btn--or, .offer .btn--noir, .offer .btn--blanc {
  width: 100%; }

.reservation {
  background: #620000;
  padding: 40px 16px; }

.reservation h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 24px; }

.forms-iframe {
  width: 100%;
  height: 1700px;
  border: none;
  display: block;
  background: #fff;
  border-radius: 10px; }

.legal {
  background: #000; }

.legal h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px; }

.legal-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px; }

.legal-item > summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 28px 14px 0;
  position: relative;
  font-weight: 500; }

.legal-item > summary::-webkit-details-marker {
  display: none; }

.legal-item > summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; }

.legal-item[open] > summary::after {
  content: "\2013"; }

.legal-item__text {
  padding: 0 0 16px;
  font-size: 12px;
  line-height: 1.55;
  text-align: justify;
  color: rgba(255, 255, 255, 0.75); }

.dealers {
  background: #fff;
  color: #000; }

.dealers h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px; }

.dealers__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; }

.dealer h3 {
  font-size: 26px;
  font-weight: 700; }

.dealer__marques {
  font-size: 16px;
  font-style: italic;
  margin: 2px 0 8px; }

.dealer__adresse {
  font-size: 16px;
  line-height: 1.5; }

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

.dealer__adresse a:hover {
  text-decoration: underline; }

.site-footer {
  background: #fff;
  color: #000;
  padding: 24px 16px 32px; }

.site-footer__copyright {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px; }

.site-footer__sep {
  border: none;
  border-top: 1px solid #000;
  margin-bottom: 16px; }

.site-footer__env {
  font-size: 14px;
  line-height: 1.5; }

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px; }

.legal-links a {
  color: #000;
  font-size: 13px;
  text-decoration: none; }

.legal-links a:hover {
  text-decoration: underline; }

.consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #000;
  border-top: 2px solid #F1C44C;
  padding: 20px 16px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5); }

.consent[hidden] {
  display: none; }

.consent__inner {
  max-width: 1120px;
  margin: auto; }

.consent__titre {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px; }

.consent__texte {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px; }

.consent__texte a {
  color: #FFECBB; }

.consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.consent__actions .btn, .consent__actions .btn--or, .consent__actions .btn--noir, .consent__actions .btn--blanc {
  flex: 1 1 auto;
  font-size: 14px; }

.consent__lien {
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 8px; }

.consent__reglages {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.consent__reglages[hidden] {
  display: none; }

.consent__categorie {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px; }

.consent__categorie input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto; }

.consent__categorie strong {
  display: block; }

.consent__categorie span {
  color: rgba(255, 255, 255, 0.75); }

@media (min-width: 768px) {
  .consent {
    padding: 24px 32px; }

  .consent__actions .btn, .consent__actions .btn--or, .consent__actions .btn--noir, .consent__actions .btn--blanc {
    flex: 0 0 auto; } }
@media (min-width: 768px) {
  section {
    padding: 48px 32px; }

  .site-header {
    padding: 16px 32px; }

  .site-header__logo {
    max-height: 40px;
    max-width: 280px; }

  .site-header .btn, .site-header .btn--or, .site-header .btn--noir, .site-header .btn--blanc {
    padding: 0 24px;
    font-size: 15px; }

  .hero__content {
    padding: 56px 32px 72px;
    gap: 16px; }

  .hero h1 {
    font-size: 46px; }

  .hero__dates {
    font-size: 20px; }

  .hero__bandeau {
    width: 340px; }

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

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

  .reservation {
    padding: 64px 32px; }

  .forms-iframe {
    height: 1400px; } }
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 56px; }

  .offers__list {
    grid-template-columns: repeat(3, 1fr); }

  .dealers__list {
    grid-template-columns: repeat(4, 1fr); } }
.legal-item__marqueur {
  display: inline-block;
  min-width: 44px;
  font-weight: 700; }

.offer__prix-montant sup,
.offer__prix-second sup,
.offer__argument sup,
.brand__prix-montant sup {
  font-size: .42em;
  top: -.8em;
  letter-spacing: .06em;
  font-weight: 400; }
