@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Light.woff2") format("woff2"), url("../fonts/NouvelR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Bold.woff2") format("woff2"), url("../fonts/NouvelR-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Regular.woff2") format("woff2"), url("../fonts/NouvelR-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Semibold.woff2") format("woff2"), url("../fonts/NouvelR-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Book.woff2") format("woff2"), url("../fonts/NouvelR-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Extrabold.woff2") format("woff2"), url("../fonts/NouvelR-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body.renault-concession,
body.renault-concession * {
  font-family: "NouvelR", sans-serif !important;
}

body.renault-concession {
  color: #000000;
}

.r-header {
  height: 150px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .r-header {
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.r-header__left {
  display: flex;
}
.r-header__left .r-logo-renault {
  height: 86px;
  margin: 36px 44px;
}
@media (max-width: 1200px) {
  .r-header__left .r-logo-renault {
    height: 76px;
    margin: 32px 36px;
  }
}
@media (max-width: 992px) {
  .r-header__left .r-logo-renault {
    height: 62px;
    margin: 15px 20px;
  }
}
@media (max-width: 900px) {
  .r-header__left .r-header__main {
    display: flex;
    align-items: center;
  }
  .r-header__left .r-header__main h1 {
    font-size: 20px;
  }
  .r-header__left .r-header__main span {
    font-size: 17px;
  }
}
.r-header__left .r-header__main h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0;
}
@media (max-width: 500px) {
  .r-header__left .r-header__main h1 {
    display: none;
  }
}
.r-header__left .r-header__main h1 span {
  font-weight: 300;
  font-size: 19px;
  margin-left: 8px;
}
.r-header__left .r-header__main__links {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px 28px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 900px) {
  .r-header__left .r-header__main__links {
    display: none;
  }
}
.r-header__left .r-header__main__links a {
  color: #000000;
  font-size: 18px;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: none;
}
@media (max-width: 1150px) {
  .r-header__left .r-header__main__links a {
    font-size: 16px;
  }
}
.r-header__left .r-header__main__links a:hover {
  color: #000000;
}
.r-header__right {
  display: flex;
  align-items: center;
  gap: calc(20px + 0.5vw);
}
.r-header__right .r-logo-tel {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 100px;
}
@media (max-width: 900px) {
  .r-header__right .r-logo-tel {
    display: none;
  }
}
.r-header__right .r-logo-tel svg {
  margin-bottom: 2px;
  width: 32px;
  height: 32px;
}
.r-header__right .r-logo-tel span {
  font-size: 12px;
}
.r-header__right .r-header__logo-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.r-header__right .r-logo-gm {
  display: block;
  flex-shrink: 0;
  width: 200px;
  margin: 36px 44px;
}
.r-header__right .r-logo-gm svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .r-header__right .r-logo-gm {
    width: 180px;
    margin: 32px 36px;
  }
}
@media (max-width: 992px) {
  .r-header__right .r-logo-gm {
    width: 150px;
    margin: 28px 30px;
  }
}
@media (max-width: 768px) {
  .r-header__right .r-logo-gm {
    width: 120px;
    margin: 24px 24px;
  }
}
@media (max-width: 900px) {
  .r-header__right .r-logo-gm {
    display: none;
  }
}
.r-header__right .r-burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
.r-header__right .r-burger-menu span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000000;
  margin: 6px 0;
  transition: all 0.3s ease;
  border-radius: 25%;
}
@media (max-width: 900px) {
  .r-header__right .r-burger-menu {
    display: block;
  }
}

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

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

.r-product-horizontal {
  display: flex;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .r-product-horizontal {
    flex-direction: column;
  }
}
.r-product-horizontal__image {
  flex: 0 0 40%;
}
.r-product-horizontal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .r-product-horizontal__image {
    height: 200px;
  }
}
.r-product-horizontal__content {
  flex: 1;
  display: flex;
  padding: 30px;
}
@media (max-width: 768px) {
  .r-product-horizontal__content {
    flex-direction: column;
  }
}
.r-product-horizontal__info {
  flex: 1;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .r-product-horizontal__info {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.r-product-horizontal__action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .r-product-horizontal__action {
    justify-content: flex-start;
  }
}
.r-product-horizontal__tag {
  display: inline-block;
  background-color: white;
  color: #1e8fce;
  border: 1px solid #1e8fce;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.r-product-horizontal__title {
  font-family: "NouvelR", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}
.r-product-horizontal__price {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000;
}
.r-product-horizontal__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #888b8d;
}
.r-product-horizontal__features li {
  margin-bottom: 5px;
}
.r-product-horizontal__energy-class {
  display: inline-block;
  background-color: #40d37c;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  font-weight: bold;
}
.r-product-horizontal__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-product-horizontal__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efdf00;
  color: #000000;
  text-decoration: none;
  padding: 11px 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  height: 46px;
  font-size: 18px;
}
.r-product-horizontal__cta:hover {
  background-color: #fbeb4c;
}

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

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

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

.r-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #000000;
  z-index: 1000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}
.r-mobile-menu.active {
  right: 0;
}
.r-mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #3e3f40;
}
.r-mobile-menu__close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
}
.r-mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
}
.r-mobile-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.r-mobile-menu__nav li {
  border-bottom: 1px solid #3e3f40;
}
.r-mobile-menu__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.r-mobile-menu__nav a svg {
  width: 16px;
  height: 16px;
}
.r-mobile-menu__footer {
  padding: 20px;
  border-top: 1px solid #3e3f40;
}
.r-mobile-menu__dealer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.r-mobile-menu__dealer-logo {
  width: 50px;
  height: 50px;
  background-color: #888b8d;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-mobile-menu__dealer-logo img {
  max-width: 100%;
  max-height: 100%;
}
.r-mobile-menu__dealer-name {
  color: white;
  font-weight: bold;
}
.r-mobile-menu__actions {
  display: flex;
  justify-content: space-between;
}
.r-mobile-menu__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
}
.r-mobile-menu__action svg {
  margin-bottom: 5px;
}
.r-mobile-menu__action span {
  font-size: 12px;
}

footer.perso.renault-footer {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  color: #ffffff;
}
footer.perso.renault-footer .footer {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer {
    max-width: 800px;
  }
}
footer.perso.renault-footer .footer__top {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  footer.perso.renault-footer .footer__top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__top {
    padding: 0 5%;
    justify-content: space-between;
  }
}
footer.perso.renault-footer .footer__top__navigation {
  display: flex;
  flex-direction: column;
  margin: 75px 0;
  margin-right: 175px;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__top__navigation {
    margin-right: 7.5%;
  }
}
@media screen and (max-width: 992px) {
  footer.perso.renault-footer .footer__top__navigation {
    margin: 5% 10%;
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__top__navigation {
    margin: 5%;
    width: 40%;
  }
}
footer.perso.renault-footer .footer__top__navigation p {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__top__navigation p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__top__navigation p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__top__navigation p {
    font-size: 14px;
  }
}
footer.perso.renault-footer .footer__top__navigation li {
  font-size: 16px;
  color: #ffffff;
  margin: 2.5px 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__top__navigation li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__top__navigation li {
    font-size: 12px;
  }
}
footer.perso.renault-footer .footer__top__navigation li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer.perso.renault-footer .footer__top__navigation li a:hover {
  color: #efdf00;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__top__navigation li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__top__navigation li a {
    font-size: 12px;
  }
}
footer.perso.renault-footer .footer__top__navigation ul {
  padding: 0;
  margin: 0;
}
footer.perso.renault-footer .footer__block {
  width: 100%;
  height: 1.5px;
  margin: 0 auto;
}
footer.perso.renault-footer .footer__block__line {
  width: 0;
  height: 1.5px;
  background-color: #efdf00;
  transition: all 0.5s ease-in-out;
}
footer.perso.renault-footer .footer__block__line.is-inview {
  width: 100%;
}
footer.perso.renault-footer .footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
footer.perso.renault-footer .footer__bottom__paragraph {
  width: min(1400px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  padding: 75px 40px 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__bottom__paragraph {
    padding: 50px 16px;
  }
}
footer.perso.renault-footer .footer__bottom__paragraph__text {
  width: 100%;
}
footer.perso.renault-footer .footer__bottom__paragraph p {
  text-align: center;
  font-size: 21px;
  margin: 5px auto;
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__bottom__paragraph p {
    font-size: 19px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__bottom__paragraph p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  footer.perso.renault-footer .footer__bottom__paragraph p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__bottom__paragraph p {
    margin: 25px auto;
  }
}
footer.perso.renault-footer .footer__bottom__paragraph a {
  color: #ffffff;
  text-decoration: underline;
}
footer.perso.renault-footer .footer__bottom__link {
  margin-bottom: 75px;
  width: 100%;
}
footer.perso.renault-footer .footer__bottom__link ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__bottom__link ul {
    flex-wrap: wrap;
  }
  footer.perso.renault-footer .footer__bottom__link ul li {
    margin: 50px 5% 0;
  }
}
@media screen and (max-width: 992px) {
  footer.perso.renault-footer .footer__bottom__link ul li {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  footer.perso.renault-footer .footer__bottom__link ul li {
    width: 50%;
    margin: 15px 5% 0;
  }
}
footer.perso.renault-footer .footer__bottom__link ul li a {
  font-size: 20px;
  color: #efdf00;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  footer.perso.renault-footer .footer__bottom__link ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1282px) {
  footer.perso.renault-footer .footer__bottom__link ul li a {
    font-size: 16px;
  }
}
footer.perso.renault-footer .footer__bottom__link ul li a:hover {
  color: #ffffff;
}

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

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