@font-face {
  font-family: "DaciaBlock";
  src: url("../fonts/DaciaBlock-Regular.woff2") format("woff2"), url("../fonts/DaciaBlock-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DaciaBlock";
  src: url("../fonts/DaciaBlock-Bold.woff2") format("woff2"), url("../fonts/DaciaBlock-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DaciaBlock";
  src: url("../fonts/DaciaBlock-Light.woff2") format("woff2"), url("../fonts/DaciaBlock-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "DaciaBlock", sans-serif;
}

.d-header {
  min-height: 130px;
  height: auto;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .d-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.d-header__left {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}
.d-header__left .d-logo-dacia {
  height: 18px;
  margin: 25px 16px 25px 30px;
  flex-shrink: 0;
}
.d-header__left .d-header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  min-width: 0;
  flex: 1 1 auto;
  padding: 12px 0;
}
@media (max-width: 1200px) {
  .d-header__left .d-header__main {
    gap: 10px 20px;
  }
}
@media (max-width: 900px) {
  .d-header__left .d-header__main {
    align-items: center;
  }
  .d-header__left .d-header__main h1 {
    font-size: 20px;
  }
  .d-header__left .d-header__main span {
    font-size: 17px;
  }
}
.d-header__left .d-header__main h1 {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .d-header__left .d-header__main h1 {
    font-size: 18px;
    white-space: normal;
  }
}
.d-header__left .d-header__main h1 span {
  font-weight: 300;
  font-size: 19px;
  margin-left: 8px;
}
@media (max-width: 600px) {
  .d-header__left .d-header__main h1 span {
    font-size: 16px;
  }
}
.d-header__left .d-header__main__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  flex: 1 1 280px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .d-header__left .d-header__main__links {
    gap: 8px 16px;
  }
}
@media (max-width: 900px) {
  .d-header__left .d-header__main__links {
    display: none;
  }
}
.d-header__left .d-header__main__links a {
  color: black;
  font-size: 18px;
  padding: 8px 0;
  white-space: nowrap;
}
@media (max-width: 1150px) {
  .d-header__left .d-header__main__links a {
    font-size: 15px;
  }
}
.d-header__left .d-header__main__links a:hover, .d-header__left .d-header__main__links a.is-active {
  border-bottom: solid 2.5px #646b52;
  margin-bottom: -2.5px;
}
.d-header__left .d-header__main__links a.is-active {
  font-weight: bold;
}
.d-header__right {
  display: flex;
  align-items: center;
  gap: calc(20px + 0.5vw);
}
.d-header__right .d-logo-tel {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 100px;
}
@media (max-width: 900px) {
  .d-header__right .d-logo-tel {
    display: none;
  }
}
.d-header__right .d-logo-tel svg {
  margin-bottom: 2px;
  width: 32px;
  height: 32px;
}
.d-header__right .d-logo-tel svg path, .d-header__right .d-logo-tel svg rect {
  stroke: black;
}
.d-header__right .d-logo-tel span {
  font-size: 12px;
}
.d-header__right .d-header__logo-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.d-header__right .d-logo-gm {
  display: block;
  flex-shrink: 0;
  width: 200px;
  margin: 36px 44px;
}
.d-header__right .d-logo-gm svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .d-header__right .d-logo-gm {
    width: 180px;
    margin: 32px 36px;
  }
}
@media (max-width: 992px) {
  .d-header__right .d-logo-gm {
    width: 150px;
    margin: 28px 30px;
  }
}
@media (max-width: 768px) {
  .d-header__right .d-logo-gm {
    width: 120px;
    margin: 24px 24px;
  }
}
@media (max-width: 900px) {
  .d-header__right .d-logo-gm {
    display: none;
  }
}
.d-header__right .d-burged-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
.d-header__right .d-burged-menu span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: black;
  margin: 6px 0;
  transition: all 0.3s ease;
  border-radius: 25%;
}
@media (max-width: 900px) {
  .d-header__right .d-burged-menu {
    display: block;
  }
}

.d-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.d-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.d-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5%;
}
.d-hero__info-box {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 30px;
  max-width: 600px;
  border-radius: 4px;
  transform: translateY(-130px);
}
.d-hero__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.d-hero__title__city {
  display: inline;
  font-weight: normal;
  font-size: 24px;
  margin-left: 5px;
}
.d-hero__subtitle {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-top: 5px;
}
.d-hero__schedule {
  margin-bottom: 30px;
}
.d-hero__schedule-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.d-hero__schedule-header h3 {
  margin: 0 10px;
  font-size: 18px;
}
.d-hero__schedule-day {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 900px) {
  .d-hero__schedule-day {
    flex-direction: column;
    gap: 4px;
  }
}
.d-hero__schedule-day > *:first-child {
  font-weight: 500;
}
.d-hero__schedule-day > *:last-child {
  font-weight: 300;
}
.d-hero__arrow {
  font-size: 24px;
}
.d-hero__contact > div {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.d-hero__icon {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-hero__icon img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
}

.d-range {
  padding: 50px 0;
}
.d-range__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.d-range__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.d-product-horizontal {
  display: flex;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .d-product-horizontal {
    flex-direction: column;
  }
}
.d-product-horizontal__image {
  flex: 0 0 40%;
}
.d-product-horizontal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .d-product-horizontal__image {
    height: 200px;
  }
}
.d-product-horizontal__content {
  flex: 1;
  display: flex;
  padding: 30px;
}
@media (max-width: 768px) {
  .d-product-horizontal__content {
    flex-direction: column;
  }
}
.d-product-horizontal__info {
  flex: 1;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .d-product-horizontal__info {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.d-product-horizontal__action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .d-product-horizontal__action {
    justify-content: flex-start;
  }
}
.d-product-horizontal__tag {
  display: inline-block;
  background-color: white;
  color: #ec6528;
  border: 1px solid #ec6528;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.d-product-horizontal__title {
  font-family: "Nouveld-bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.d-product-horizontal__price {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
.d-product-horizontal__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #888B8D;
}
.d-product-horizontal__features li {
  margin-bottom: 5px;
}
.d-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: bold;
}
.d-product-horizontal__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-product-horizontal__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #646b52;
  color: white;
  text-decoration: none;
  padding: 11px 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  height: 46px;
  font-size: 18px;
}
.d-product-horizontal__cta:hover {
  background-color: black;
}

.d-services {
  padding: 60px 15px;
}
.d-services__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}
.d-services__p {
  margin-top: 12px;
  margin-bottom: 52px;
  text-align: center;
}
.d-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .d-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .d-services__grid {
    grid-template-columns: 1fr;
  }
}

.d-service {
  border-left: 4px solid #646b52;
  padding: 20px;
}
.d-service__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  min-height: 48px;
}
.d-service__description {
  font-size: 14px;
  line-height: 1.5;
  color: #888B8D;
  text-align: justify;
}
.d-service__description p:first-child {
  padding-bottom: 10px;
  font-weight: bold;
}

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

.d-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;
}
.d-mobile-menu.active {
  right: 0;
}
.d-mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #333;
}
.d-mobile-menu__close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
}
.d-mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
}
.d-mobile-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.d-mobile-menu__nav li {
  border-bottom: 1px solid #333;
}
.d-mobile-menu__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.d-mobile-menu__nav a svg {
  width: 16px;
  height: 16px;
}
.d-mobile-menu__footer {
  padding: 20px;
  border-top: 1px solid #333;
}
.d-mobile-menu__dealer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.d-mobile-menu__dealer-logo {
  width: 50px;
  height: 50px;
  background-color: #444;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-mobile-menu__dealer-logo img {
  max-width: 100%;
  max-height: 100%;
}
.d-mobile-menu__dealer-name {
  color: white;
  font-weight: bold;
}
.d-mobile-menu__actions {
  display: flex;
  justify-content: space-between;
}
.d-mobile-menu__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
}
.d-mobile-menu__action svg {
  margin-bottom: 5px;
}
.d-mobile-menu__action span {
  font-size: 12px;
}

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

.dacia-footer {
  font-family: "DaciaBlock", sans-serif !important;
}
.dacia-footer * {
  font-family: "DaciaBlock", sans-serif !important;
}
.dacia-footer .footer__top__navigation li,
.dacia-footer .footer__top__navigation li a,
.dacia-footer .footer__top__navigation p {
  font-family: "DaciaBlock", sans-serif !important;
}
.dacia-footer .footer__bottom__paragraph p {
  font-family: "DaciaBlock", sans-serif !important;
}
.dacia-footer .footer__bottom__link ul li a {
  font-family: "DaciaBlock", sans-serif !important;
}
.dacia-footer .footer__bottom__link.dacia-footer-links a {
  color: #646b52 !important;
}
.dacia-footer .footer__block {
  height: 1.5px;
}
.dacia-footer .footer__block__line,
.dacia-footer .footer__block__line.is-inview {
  width: 100% !important;
  height: 1.5px !important;
  background-color: #646b52 !important;
}
.dacia-footer .footer__bottom__paragraph {
  margin-top: 90px !important;
  margin-bottom: 70px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
@media screen and (max-width: 576px) {
  .dacia-footer .footer__bottom__paragraph {
    margin-top: 60px !important;
    margin-bottom: 50px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.dacia-footer .footer__bottom__paragraph p {
  margin: 10px auto !important;
}

.d-offres {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}
.d-offres__intro {
  text-align: center;
  margin-bottom: 56px;
}
.d-offres__title {
  font-weight: bold;
  font-size: clamp(28px, 4vw, 40px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  color: #000;
}
.d-offres__subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 300;
  color: #3e3f40;
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.5;
}
.d-offres__encart {
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.d-offres__encart:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.d-offres__encart--has-image .d-offres__encart-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.d-offres__encart--has-image .d-offres__encart-image {
  flex: 0 0 50%;
  max-width: 50%;
}
.d-offres__encart--has-image .d-offres__encart-body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .d-offres__encart--has-image .d-offres__encart-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .d-offres__encart--has-image .d-offres__encart-image {
    flex: none;
    max-width: 100%;
  }
}
.d-offres__encart-title {
  font-weight: bold;
  font-size: clamp(22px, 3vw, 30px);
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
  color: #000;
  letter-spacing: 0.03em;
}
.d-offres__encart-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.d-offres__encart-content {
  font-size: 15px;
  line-height: 1.65;
  color: #3e3f40;
}
.d-offres__encart-content p {
  margin: 0 0 12px;
}
.d-offres__encart-content ul,
.d-offres__encart-content ol {
  margin: 0 0 16px 1.25em;
  padding: 0;
}
.d-offres__encart-content li {
  margin-bottom: 8px;
}
.d-offres__encart-content strong {
  font-weight: bold;
}
.d-offres__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.d-offres__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #646b52;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
  min-height: 46px;
}
.d-offres__cta-button:hover {
  background-color: #000;
  color: #fff;
}

body.dacia-offres-page {
  background-color: #fff;
}

/*# sourceMappingURL=single-dacia.css.map */
