@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
.shadow {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.background-color__index {
  background-color: #F5F5F5;
  padding: 0.1px 0; }
  .background-color__index-no-option-selected {
    padding: 3rem 0 0; }
    @media only screen and (max-width: 56.25em) {
      .background-color__index-no-option-selected {
        padding: 0; } }
    @media only screen and (max-width: 37.5em) {
      .background-color__index-no-option-selected {
        padding: 3rem 0 0; } }
  @media only screen and (max-width: 37.5em) {
    .background-color__index-no-inventory {
      min-height: 3rem; } }

@font-face {
  font-family: 'D-din';
  src: url("../font-family/d-din-webfont.woff2") format("woff2"), url("../font-family/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'D-din';
  src: url("../font-family/d-din-bold-webfont.woff2") format("woff2"), url("../font-family/d-din-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/*
$breakpoint argument choices
- phone
- tab-port
- tab-land
- small-desktop
- big-desktop
*/
:root {
  --primary:#EA000F;
  --secondary:#FF6006;
  --secondary-300:#56AEFF;
  --light-grey:#F5F5F5;
  --grey:#B5B5B5;
  --dark-grey:#7A7A7E;
  --primary-filter:invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
  --focus-color:rgba(72, 95, 199, 0.25);
  --light-black:#4a4a4a;
  --default:Inter, Arial, sans-serif;
  --title:Dela Gothic One, Arial, sans-serif;
  --sub:Outfit, Arial, sans-serif; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 90em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 53.125%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }

*
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background-color: #fff; }
  @media print {
    body #fb-root {
      display: none; } }

h1, h2, h3, h4, h5, h6, p, ul, figure {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }
  @media only screen and (max-width: 75em) {
    p {
      line-height: 1.3; } }

ul, li {
  list-style: none; }

.container {
  width: 95%;
  max-width: 156rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .container-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media only screen and (max-width: 75em) {
    .container {
      width: 90%; } }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-top-medium {
  margin-top: 4rem; }

.u-margin-top-big {
  margin-top: 8rem; }

.u-margin-top-huge {
  margin-top: 10rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }

.u-margin-bottom-huge {
  margin-bottom: 10rem; }

.btn {
  font-size: 1.6rem;
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  font-weight: 700;
  padding: 1.55rem 2.4rem;
  text-decoration: none;
  background-color: #EA000F;
  background-color: var(--primary);
  cursor: pointer;
  color: #fff;
  border: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 30px; }
  @media only screen and (max-width: 37.5em) {
    .btn {
      font-size: Calc( 1.8rem * var(--font-mod) ); } }
  .btn:hover {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #253031; }
  .btn__uppercase {
    text-transform: uppercase; }
  .btn__large {
    font-size: Calc( 2.4rem * var(--font-mod) );
    line-height: 1.2;
    height: 5rem;
    padding: 2rem 2.4rem; }
  .btn__medium {
    font-size: Calc( 1.8rem * var(--font-mod) );
    height: 5rem;
    padding: 0.9rem 2rem; }
  .btn__small {
    font-size: 1.2rem;
    height: 2.4rem;
    padding: 0.5rem 1.2rem; }
  .btn__line {
    background-color: #fff;
    color: #253031; }
    .btn__line:hover {
      background-color: #253031;
      color: #fff; }
  .btn__light {
    background-color: #F5F5F5;
    background-color: var(--light-grey);
    color: #7A7A7E;
    color: var(--dark-grey); }
    .btn__light:hover {
      background-color: #7A7A7E;
      background-color: var(--dark-grey);
      color: #fff; }
  .btn__dark {
    background-color: #7A7A7E;
    background-color: var(--dark-grey); }
    .btn__dark:hover {
      background-color: #F5F5F5;
      background-color: var(--light-grey);
      color: #7A7A7E;
      color: var(--dark-grey); }
  .btn__black {
    background-color: #253031;
    border: 1px #fff solid; }
    .btn__black:hover {
      background-color: #fff;
      color: #253031;
      border: 1px #253031 solid; }
  .btn__text {
    background-color: transparent;
    color: #253031; }
  .btn__link {
    background-color: #FF6006;
    background-color: var(--secondary); }
    .btn__link:hover {
      background-color: #EA000F;
      background-color: var(--primary); }
  .btn__info {
    background-color: #56AEFF;
    background-color: var(--secondary-300); }
    .btn__info:hover {
      background-color: #EA000F;
      background-color: var(--primary); }
  .btn__success {
    background-color: #35ED69; }
  .btn__warning {
    background-color: #FFDD29;
    color: #253031; }
  .btn__red {
    background-color: #F20707; }

.minus-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 1.6rem;
  height: 2px;
  background-color: #EA000F;
  background-color: var(--primary);
  border: none; }

.plus-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 1.6rem;
  height: 2px;
  background-color: #EA000F;
  background-color: var(--primary);
  border: none; }
  .plus-btn::after {
    position: absolute;
    content: " ";
    display: block;
    width: 1.6rem;
    height: 2px;
    background-color: #EA000F;
    background-color: var(--primary);
    border: none;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.switch__label {
  position: relative;
  display: inline-block;
  width: 9rem;
  height: 5rem;
  border: 1px solid #B5B5B5;
  border: 1px solid var(--grey); }
  .switch__label input {
    opacity: 0;
    width: 0;
    height: 0; }
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }
.switch__slider:before {
  position: absolute;
  content: "";
  height: 4rem;
  width: 4rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: #B5B5B5;
  -webkit-transition: .4s;
  transition: .4s; }
input:checked + .switch__slider {
  background-color: #fff; }
input:checked + .switch__slider:before {
  background-color: #EA000F; }
input:focus + .switch__slider {
  -webkit-box-shadow: 0 0 1px #B5B5B5;
          box-shadow: 0 0 1px #B5B5B5; }
input:checked + .switch__slider:before {
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem); }

body {
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  font-weight: 400;
  /*font-size: 16px;*/
  font-size: 1.6rem;
  line-height: 1.2;
  color: #253031; }
  @media only screen and (max-width: 37.5em) {
    body p {
      font-size: Calc( 1.8rem * var(--font-mod) ); } }

h1 {
  font-size: Calc( 6rem * var(--font-mod) );
  font-weight: 700; }

h2 {
  font-size: Calc( 4.2rem * var(--font-mod) );
  letter-spacing: -0.02em;
  font-weight: 700; }

h3 {
  font-size: Calc( 3.6rem * var(--font-mod) );
  font-weight: 700; }
  @media only screen and (max-width: 37.5em) {
    h3 {
      font-size: Calc( 2.8rem * var(--font-mod) ); } }

h4 {
  font-size: Calc( 2.8rem * var(--font-mod) );
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h5 {
  font-size: Calc( 2.4rem * var(--font-mod) );
  font-weight: 700; }

h6 {
  font-size: Calc( 2.2rem * var(--font-mod) );
  font-weight: 700; }

a,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none; }

.special-link {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  color: #fff; }
  .special-link::after, .special-link::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .special-link::before {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: solid #fff;
    border-width: 2px 2px 0 0; }
  .special-link::after {
    width: 1.8rem;
    height: 0.2rem;
    background-color: #fff; }

.align__center {
  text-align: center; }
.align__end {
  text-align: end; }

.underline {
  position: relative;
  display: inline-block; }
  .underline::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 12rem;
    height: 3px;
    left: 0;
    top: 115%; }
    @media only screen and (max-width: 56.25em) {
      .underline::after {
        top: 100%; } }
  .underline__grey::after {
    background-color: #B5B5B5;
    background-color: var(--grey); }
  .underline__primary::after {
    background-color: #EA000F;
    background-color: var(--primary); }
  .underline__right::after {
    left: unset;
    right: 0; }
  .underline__center::after {
    left: 0;
    right: 0;
    margin: 0 auto; }

.weight__bold {
  font-weight: 700; }
.weight__medium {
  font-weight: 600; }
.weight__default {
  font-weight: 400; }

.size__h1 {
  font-size: Calc( 6rem * var(--font-mod) );
  line-height: 1.2;
  font-weight: 600; }
.size__h-alt {
  font-size: Calc( 4.8rem * var(--font-mod) );
  line-height: 1.2;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 37.5em) {
    .size__h-alt {
      font-size: Calc( 3.2rem * var(--font-mod) ); } }
.size__h-alt-mobile {
  font-size: Calc( 3.2rem * var(--font-mod) );
  line-height: 1.2;
  letter-spacing: -0.02em; }
.size__h2 {
  font-size: Calc( 4.2rem * var(--font-mod) );
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600; }
.size__h3 {
  font-size: Calc( 3.6rem * var(--font-mod) );
  line-height: 1.2;
  font-weight: 600; }
.size__h4 {
  font-size: Calc( 2.8rem * var(--font-mod) );
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
.size__h5 {
  font-size: Calc( 2.4rem * var(--font-mod) );
  line-height: 1.2;
  font-weight: 700; }
.size__h6 {
  font-size: Calc( 1.8rem * var(--font-mod) );
  line-height: 1.2;
  font-weight: 700; }
.size__big-title {
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  line-height: 1.3;
  font-size: Calc( 6.4rem * var(--font-mod) );
  letter-spacing: -0.02em;
  color: #EA000F;
  color: var(--primary); }

.color__white {
  color: #fff; }
.color__black {
  color: #253031; }
.color__light-grey {
  color: #F5F5F5;
  color: var(--light-grey); }
.color__dark-grey {
  color: #7A7A7E;
  color: var(--dark-grey); }
.color__primary {
  color: #EA000F;
  color: var(--primary); }
.color__secondary {
  color: #FF6006;
  color: var(--secondary); }
.color__secondary-light {
  color: #56AEFF;
  color: var(--secondary-300); }
.color__green {
  color: #35ED69; }
.color__red {
  color: #F20707; }
.color__yellow {
  color: #FFDD29; }

.rond {
  margin: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%; }
  .rond__white {
    background-color: #fff; }
  .rond__black {
    background-color: #253031; }
  .rond__light-grey {
    background-color: #F5F5F5;
    background-color: var(--light-grey); }
  .rond__dark-grey {
    background-color: #7A7A7E;
    background-color: var(--dark-grey); }
  .rond__primary {
    background-color: #EA000F;
    background-color: var(--primary); }
  .rond__secondary {
    background-color: #FF6006;
    background-color: var(--secondary); }
  .rond__secondary-light {
    background-color: #56AEFF;
    background-color: var(--secondary-300); }
  .rond__green {
    background-color: #35ED69; }
  .rond__red {
    background-color: #F20707; }
  .rond__yellow {
    background-color: #FFDD29; }

[name="Prix du véhicule"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  [name="Prix du véhicule"] span:nth-of-type(2) {
    margin: 0 0 0 0.5rem; }

[name="Vehicle Price"],
[name="Retail Price"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  [name="Vehicle Price"] span:nth-of-type(2),
  [name="Retail Price"] span:nth-of-type(2) {
    margin: 0; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em; }

form .legal {
  margin: 0.5em 0;
  font-size: 1.5rem; }
  form .legal a {
    color: #EA000F !important;
    color: var(--primary) !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    form .legal a:hover {
      color: #253031 !important; }

label,
.frm_primary_label {
  color: #253031;
  color: var(--black); }

input[type=text],
input[type=email],
input[type=number],
input[type=money],
input[type=tel],
textarea {
  width: 99.5%;
  max-width: 44rem;
  height: 4.8rem;
  padding: 0;
  margin: 0;
  border: 1px solid #7A7A7E;
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  font-size: 1.6rem;
  text-indent: 1.2rem;
  border-radius: 0px;
  color: #7A7A7E; }
  input[type=text][aria-invalid=true],
  input[type=email][aria-invalid=true],
  input[type=number][aria-invalid=true],
  input[type=money][aria-invalid=true],
  input[type=tel][aria-invalid=true],
  textarea[aria-invalid=true] {
    border-color: #F20707; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=money]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #7A7A7E !important; }
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=money]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #7A7A7E !important; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=money]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #7A7A7E !important; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=money]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    color: #7A7A7E !important; }

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=number],
input[type=money] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=money]::-webkit-inner-spin-button,
input[type=money]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

select {
  border: 1px solid #7A7A7E;
  color: #7A7A7E; }

.size__small {
  font-size: 1.2rem;
  height: 2.8rem !important; }
.size__medium {
  font-size: Calc( 2.2rem * var(--font-mod) );
  height: 5.3rem !important; }
.size__large {
  font-size: Calc( 2.2rem * var(--font-mod) );
  font-weight: 700;
  line-height: 1.2;
  height: 5.8rem !important; }

.select {
  width: 100%;
  max-width: 21.5rem;
  position: relative;
  cursor: pointer; }
  .select__small {
    max-width: 13.7rem; }
    .select__small select, .select__small option {
      font-size: 1.4rem;
      height: 3rem; }
  .select__medium {
    max-width: 25rem; }
    .select__medium select, .select__medium option {
      font-size: Calc( 2.2rem * var(--font-mod) );
      height: 5rem; }
  .select__large {
    max-width: 28rem; }
    .select__large select, .select__large option {
      font-size: Calc( 2.2rem * var(--font-mod) );
      line-height: 1.2;
      height: 6rem; }
  .select__arrow {
    position: absolute;
    top: 25%;
    right: 5px;
    display: inline-block;
    height: 50%;
    background-color: #fff;
    width: 2.5rem;
    pointer-events: none; }
    .select__arrow::after {
      content: " ";
      position: absolute;
      top: 25%;
      left: 25%;
      width: 7.25px;
      height: 7.25px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      border: solid #EA000F;
      border: solid var(--primary);
      border-width: 2px 2px 0 0; }
    .select__arrow-disabled {
      background-color: #F5F5F5;
      background-color: var(--light-grey); }
      .select__arrow-disabled::after {
        content: " ";
        position: absolute;
        top: 25%;
        width: 7.25px;
        height: 7.25px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        border: solid #B5B5B5;
        border: solid var(--grey);
        border-width: 2px 2px 0 0; }

.range {
  position: relative; }
  .range i {
    position: absolute;
    height: 1.3rem;
    width: 1.3rem;
    right: 0;
    top: 12%; }
    .range i::after, .range i::before {
      position: absolute;
      content: " ";
      display: inline-block;
      cursor: pointer;
      width: 1.5rem;
      height: 2px;
      background-color: #253031;
      border: none;
      right: 0;
      top: 5px; }
    .range i::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .range i::before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .range__values {
    background-color: transparent;
    width: 70%;
    height: 100%;
    max-height: 2rem;
    position: relative;
    margin: 0 auto;
    border: 1px solid #7A7A7E;
    border: 1px solid var(--dark-grey);
    padding: 1rem 0;
    text-align: center;
    color: #7A7A7E; }
    @media only screen and (max-width: 75em) {
      .range__values {
        width: 90%; } }
    @media only screen and (max-width: 56.25em) {
      .range__values {
        width: 70%; } }
    .range__values::before {
      content: "";
      display: block;
      position: absolute; }
    .range__values::before {
      bottom: -21%;
      left: 47%;
      width: 15px;
      height: 15px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border: solid #7A7A7E;
      border: solid var(--dark-grey);
      background-color: #fff;
      border-width: 0 1px 1px 0; }
    .range__values input[type=number],
    .range__values input[type=money] {
      width: 8rem;
      height: auto;
      border: 0;
      text-align: center;
      z-index: -1;
      color: #7A7A7E; }
      .range__values input[type=number]:active
      .range__values input[type=number]:focus, .range__values input[type=number]:focus-visible,
      .range__values input[type=money]:active
      .range__values input[type=number]:focus,
      .range__values input[type=money]:focus-visible, .range__values input[type=number]:active
      .range__values input[type=money]:focus,
      .range__values input[type=money]:active
      .range__values input[type=money]:focus {
        border: none;
        outline: none; }
  .range__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .range__container {
    position: relative;
    width: 100%;
    height: 8rem; }
  .range__track {
    width: 100%;
    height: 1rem;
    background-color: #B5B5B5;
    background-color: var(--grey);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; }
    .range__track-set {
      background-color: #EA000F;
      background-color: var(--primary); }

select {
  width: 100%;
  height: 5rem;
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  cursor: pointer;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; }
  select[aria-invalid=true] {
    border-color: #F20707; }
  select:focus {
    outline: 2px solid #EA000F;
    outline: 2px solid var(--primary); }

option {
  font-size: "Inter", Arial, sans-serif;
  font-size: var(--default);
  height: 5rem; }

.round {
  border-radius: 50px; }

textarea {
  padding: 1rem 0;
  height: 11.2rem; }
  textarea[aria-invalid=true] {
    border-color: #F20707; }
  textarea::-webkit-input-placeholder {
    color: #253031; }
  textarea:-ms-input-placeholder {
    color: #253031; }
  textarea::-ms-input-placeholder {
    color: #253031; }
  textarea::placeholder {
    color: #253031; }
  textarea::-webkit-input-placeholder {
    color: #253031; }
  textarea:-ms-input-placeholder {
    color: #253031; }

input[type=text]:active
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:active
input[type=text]:focus,
input[type=email]:focus-visible,
input[type=number]:active
input[type=text]:focus,
input[type=number]:focus-visible,
input[type=money]:active
input[type=text]:focus,
input[type=money]:focus-visible,
input[type=tel]:active
input[type=text]:focus,
input[type=tel]:focus-visible,
select:active
input[type=text]:focus,
select:focus-visible,
textarea:active
input[type=text]:focus,
textarea:focus-visible, input[type=text]:active
input[type=email]:focus,
input[type=email]:active
input[type=email]:focus,
input[type=number]:active
input[type=email]:focus,
input[type=money]:active
input[type=email]:focus,
input[type=tel]:active
input[type=email]:focus,
select:active
input[type=email]:focus,
textarea:active
input[type=email]:focus, input[type=text]:active
input[type=number]:focus,
input[type=email]:active
input[type=number]:focus,
input[type=number]:active
input[type=number]:focus,
input[type=money]:active
input[type=number]:focus,
input[type=tel]:active
input[type=number]:focus,
select:active
input[type=number]:focus,
textarea:active
input[type=number]:focus, input[type=text]:active
input[type=money]:focus,
input[type=email]:active
input[type=money]:focus,
input[type=number]:active
input[type=money]:focus,
input[type=money]:active
input[type=money]:focus,
input[type=tel]:active
input[type=money]:focus,
select:active
input[type=money]:focus,
textarea:active
input[type=money]:focus, input[type=text]:active
input[type=tel]:focus,
input[type=email]:active
input[type=tel]:focus,
input[type=number]:active
input[type=tel]:focus,
input[type=money]:active
input[type=tel]:focus,
input[type=tel]:active
input[type=tel]:focus,
select:active
input[type=tel]:focus,
textarea:active
input[type=tel]:focus, input[type=text]:active
select:focus,
input[type=email]:active
select:focus,
input[type=number]:active
select:focus,
input[type=money]:active
select:focus,
input[type=tel]:active
select:focus,
select:active
select:focus,
textarea:active
select:focus, input[type=text]:active
textarea:focus,
input[type=email]:active
textarea:focus,
input[type=number]:active
textarea:focus,
input[type=money]:active
textarea:focus,
input[type=tel]:active
textarea:focus,
select:active
textarea:focus,
textarea:active
textarea:focus {
  border: 1px solid #EA000F;
  border: 1px solid var(--primary);
  outline: 2px solid rgba(72, 95, 199, 0.25);
  outline: 2px solid var(--focus-color); }
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=money]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #253031; }
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=money]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #253031; }
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=money]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #253031; }
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=money]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #253031; }
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=money]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #253031; }
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=money]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #253031; }
input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=money]:disabled,
input[type=tel]:disabled,
select:disabled,
textarea:disabled {
  border: 0px;
  background-color: #F5F5F5;
  background-color: var(--light-grey); }
  input[type=text]:disabled::-webkit-input-placeholder,
  input[type=email]:disabled::-webkit-input-placeholder,
  input[type=number]:disabled::-webkit-input-placeholder,
  input[type=money]:disabled::-webkit-input-placeholder,
  input[type=tel]:disabled::-webkit-input-placeholder,
  select:disabled::-webkit-input-placeholder,
  textarea:disabled::-webkit-input-placeholder {
    color: #253031;
    color: var(--black); }
  input[type=text]:disabled:-ms-input-placeholder,
  input[type=email]:disabled:-ms-input-placeholder,
  input[type=number]:disabled:-ms-input-placeholder,
  input[type=money]:disabled:-ms-input-placeholder,
  input[type=tel]:disabled:-ms-input-placeholder,
  select:disabled:-ms-input-placeholder,
  textarea:disabled:-ms-input-placeholder {
    color: #253031;
    color: var(--black); }
  input[type=text]:disabled::-ms-input-placeholder,
  input[type=email]:disabled::-ms-input-placeholder,
  input[type=number]:disabled::-ms-input-placeholder,
  input[type=money]:disabled::-ms-input-placeholder,
  input[type=tel]:disabled::-ms-input-placeholder,
  select:disabled::-ms-input-placeholder,
  textarea:disabled::-ms-input-placeholder {
    color: #253031;
    color: var(--black); }
  input[type=text]:disabled::placeholder,
  input[type=email]:disabled::placeholder,
  input[type=number]:disabled::placeholder,
  input[type=money]:disabled::placeholder,
  input[type=tel]:disabled::placeholder,
  select:disabled::placeholder,
  textarea:disabled::placeholder {
    color: #253031;
    color: var(--black); }
  input[type=text]:disabled::-webkit-input-placeholder,
  input[type=email]:disabled::-webkit-input-placeholder,
  input[type=number]:disabled::-webkit-input-placeholder,
  input[type=money]:disabled::-webkit-input-placeholder,
  input[type=tel]:disabled::-webkit-input-placeholder,
  select:disabled::-webkit-input-placeholder,
  textarea:disabled::-webkit-input-placeholder {
    color: #253031;
    color: var(--black); }
  input[type=text]:disabled:-ms-input-placeholder,
  input[type=email]:disabled:-ms-input-placeholder,
  input[type=number]:disabled:-ms-input-placeholder,
  input[type=money]:disabled:-ms-input-placeholder,
  input[type=tel]:disabled:-ms-input-placeholder,
  select:disabled:-ms-input-placeholder,
  textarea:disabled:-ms-input-placeholder {
    color: #B5B5B5;
    color: var(--grey); }

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #EA000F;
  color: var(--primary);
  width: 1.4rem;
  height: 1.4rem;
  border: 0.15rem solid #B5B5B5;
  border: 0.15rem solid var(--grey);
  border-radius: 50%;
  -webkit-transform: translateY(-0.075rem);
          transform: translateY(-0.075rem);
  display: grid;
  place-content: center; }
  input[type="radio"]::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
    background-color: #EA000F;
    background-color: var(--primary); }
  input[type="radio"]:checked {
    border: 0.15rem solid #EA000F;
    border: 0.15rem solid var(--primary); }
  input[type="radio"]:checked::before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  input[type="radio"]:hover {
    border: 0.15rem solid #EA000F;
    border: 0.15rem solid var(--primary); }

input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
  border-radius: 0px;
  font: inherit;
  color: #EA000F;
  color: var(--primary);
  width: 1.4rem;
  height: 1.4rem;
  border: 0.15rem solid #B5B5B5;
  border: 0.15rem solid var(--grey);
  -webkit-transform: translateY(-0.075rem);
          transform: translateY(-0.075rem);
  display: grid;
  place-content: center; }
  input[type="checkbox"]::before {
    content: " ";
    position: absolute;
    width: 5px;
    height: 7.5px;
    left: 33%;
    bottom: 4px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out; }
    @media only screen and (max-width: 56.25em) {
      input[type="checkbox"]::before {
        bottom: 3px;
        left: 32%; } }
  input[type="checkbox"]:checked {
    border: 0.15rem solid #EA000F;
    border: 0.15rem solid var(--primary);
    background-color: #EA000F;
    background-color: var(--primary); }
  input[type="checkbox"]:checked::before {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  input[type="checkbox"]:hover {
    border: 0.15rem solid #EA000F;
    border: 0.15rem solid var(--primary); }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  z-index: 10; }

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1.5rem; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5em;
  width: 1.5em;
  background-color: #EA000F;
  background-color: var(--primary);
  cursor: pointer;
  margin-top: -1%;
  pointer-events: auto;
  border-radius: 50%; }

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  height: 1.5em;
  width: 1.5em;
  background-color: #EA000F;
  background-color: var(--primary);
  cursor: pointer;
  margin-top: -1%;
  pointer-events: auto;
  border-radius: 50%;
  border: 0; }

input[type="range"]:active::-webkit-slider-thumb,
input[type="range"]:hover::-webkit-slider-thumb {
  background-color: #fff;
  outline: 2px solid #EA000F;
  outline: 2px solid var(--primary);
  outline-offset: -2px; }

input[type="range"]:active::-moz-range-thumb,
input[type="range"]:hover::-moz-range-thumb {
  background-color: #fff;
  outline: 2px solid #EA000F;
  outline: 2px solid var(--primary);
  outline-offset: -2px; }

fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-items: center;
  max-width: 75rem;
  width: 100%;
  margin: 0px auto; }

.color__blanc, .color__white {
  background-color: #fff !important; }
.color__noir, .color__black {
  background-color: #253031 !important; }
.color__bleu, .color__blue {
  background-color: blue !important; }
.color__argent, .color__silver {
  background-color: silver !important; }
.color__rouge, .color__red {
  background-color: #F20707 !important; }
.color__gris, .color__grey {
  background-color: grey !important; }
.color__brun, .color__brown {
  background-color: #964B00 !important; }
.color__orange {
  background-color: orange !important; }
.color__jaune, .color__yellow {
  background-color: #FFDD29 !important; }
.color__autres, .color__others {
  background: conic-gradient(from 90deg, red 0%, #ff9a00 10%, #d0de21 20%, #4fdc4a 30%, #3fdad8 40%, #2fc9e2 50%, #1c7fee 60%, #5f15f2 70%, #ba0cf8 80%, #fb07d9 90%, red 100%); }

.banner {
  height: 35rem;
  position: relative;
  background-color: #253031;
  z-index: 1; }
  @media only screen and (max-width: 75em) {
    .banner {
      height: 25rem; } }
  @media only screen and (max-width: 56.25em) {
    .banner {
      height: 18rem; } }
  @media only screen and (max-width: 37.5em) {
    .banner {
      height: 12rem; } }
  .banner__bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: var(--banner-bg-img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1; }
  .banner__container {
    width: 95%;
    height: 100%;
    max-width: 156rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner__content {
    color: #EA000F;
    color: var(--primary); }
    .banner__content .size__big-title, .banner__content h1 {
      color: #EA000F;
      color: var(--primary);
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title); }
      @media only screen and (max-width: 56.25em) {
        .banner__content .size__big-title, .banner__content h1 {
          font-size: Calc( 4.2rem * var(--font-mod) );
          line-height: 1.2; } }
      @media only screen and (max-width: 37.5em) {
        .banner__content .size__big-title, .banner__content h1 {
          font-size: Calc( 3.2rem * var(--font-mod) );
          line-height: 1.2;
          text-align: center; } }
    .banner__content-white {
      text-align: center; }
      .banner__content-white h3 {
        color: #fff;
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        font-weight: 600; }
        @media only screen and (max-width: 56.25em) {
          .banner__content-white h3 {
            font-size: Calc( 2.8rem * var(--font-mod) ); } }
        @media only screen and (max-width: 37.5em) {
          .banner__content-white h3 {
            font-size: Calc( 2.4rem * var(--font-mod) ); } }

.coordinates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  background-color: #253031;
  color: #fff; }
  @media only screen and (max-width: 64em) {
    .coordinates {
      display: none; } }
  .coordinates__mobile {
    display: none; }
    .coordinates__mobile-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index: 102; }
      @media only screen and (max-width: 37.5em) {
        .coordinates__mobile-open {
          height: 10rem; } }
  .coordinates__container {
    width: 95%;
    margin: 0 auto;
    max-width: 168rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .coordinates__container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .coordinates__container a {
      color: #fff; }
      .coordinates__container a:hover {
        color: #EA000F;
        color: var(--primary); }
  .coordinates__icone-gps {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .coordinates__icone-gps {
        display: none; } }
    .coordinates__icone-gps::before {
      content: "";
      width: 24px;
      height: 24px;
      padding: 0.5rem;
      margin: 0 6px 0 0;
      background: var(--gps-img) no-repeat;
      -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
              filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
      -webkit-filter: var(--primary-filter);
              filter: var(--primary-filter); }
  .coordinates h6 {
    font-weight: 600;
    font-size: 1.6rem; }
    @media only screen and (max-width: 56.25em) {
      .coordinates h6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 56.25em) {
      .coordinates h6 span:nth-of-type(2) {
        display: none; } }
  .coordinates__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .coordinates__media {
        margin: 2rem 0 0; } }
    .coordinates__media a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 1rem 0 0; }
      .coordinates__media a:nth-last-child(1) {
        margin: 0; }
    .coordinates__media img {
      width: 85%;
      -webkit-filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%);
              filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%);
      -webkit-filter: var(--white-filter);
              filter: var(--white-filter); }
      .coordinates__media img:hover {
        -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
        -webkit-filter: var(--primary-filter);
                filter: var(--primary-filter); }

.footer {
  background: #253031;
  color: #fff; }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__info-container {
    display: grid;
    justify-items: center;
    padding: 4.5rem 0;
    gap: 3.5rem; }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .footer__nav {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .footer__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 5rem 0 0; }
      @media only screen and (max-width: 56.25em) {
        .footer__nav ul {
          display: none; } }
      .footer__nav ul li + li:before {
        content: " | ";
        font-size: 1.2rem;
        padding: 0 10px;
        color: #B5B5B5; }
    .footer__nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__nav a {
      color: #fff;
      text-transform: uppercase; }
      .footer__nav a:hover {
        color: #EA000F;
        color: var(--primary); }
    .footer__nav .btn {
      border: 1px solid #253031;
      font-weight: 600;
      text-transform: none; }
      .footer__nav .btn:hover {
        color: #fff;
        border: 1px solid #4a4a4a; }
    .footer__nav li:last-child a::after {
      display: none; }
    .footer__nav .current_page_item > a {
      background-color: transparent; }
    @media (max-width: 68.75em) {
      .footer__nav .current_page_item {
        background: none; }
        .footer__nav .current_page_item > a {
          color: #fff !important;
          color: var(--white) !important; } }
  .footer__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .footer__media {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .footer__media a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 2.5rem 0 0; }
      .footer__media a:nth-last-child(1) {
        margin: 0; }
      .footer__media a img {
        -webkit-filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%);
                filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%); }
      .footer__media a:hover img {
        -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
        -webkit-filter: var(--primary-filter);
                filter: var(--primary-filter); }
  .footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__phone {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .footer__phone a, .footer__phone span {
      font-weight: 700;
      font-size: Calc( 3.6rem * var(--font-mod) );
      line-height: 1.2;
      color: #fff; }
      @media only screen and (max-width: 37.5em) {
        .footer__phone a, .footer__phone span {
          font-size: Calc( 2.8rem * var(--font-mod) ); } }
      .footer__phone a:hover, .footer__phone span:hover {
        color: #EA000F;
        color: var(--primary); }
    .footer__phone span {
      margin: 0 1rem; }
  .footer__bottom {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid #7A7A7E; }
    @media only screen and (max-width: 37.5em) {
      .footer__bottom br {
        display: none; } }
    @media only screen and (max-width: 37.5em) {
      .footer__bottom p {
        padding: 0 3rem; } }
    .footer__bottom a {
      color: #fff; }
      .footer__bottom a:hover {
        color: #EA000F;
        color: var(--primary); }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5; }
  @media only screen and (max-width: 56.25em) {
    .header {
      height: auto;
      min-height: auto; } }
  .header__logo {
    width: 100%;
    height: 7rem; }

.heroes-banner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
  height: calc(100vh - 10.5rem - 10rem);
  min-height: 58rem;
  max-height: 90rem; }
  .heroes-banner__bg-video {
    position: relative;
    height: 100%; }
    .heroes-banner__bg-video video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative; }
    .heroes-banner__bg-video::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--radiant); }
  .heroes-banner .slider {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0 auto; }
    @media only screen and (max-width: 56.25em) {
      .heroes-banner .slider {
        top: 0; } }
    .heroes-banner .slider .slides-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-transition: 1s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      .heroes-banner .slider .slides-container .slide {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: var(--radiant); }
  .heroes-banner__bg-video + .slider {
    display: none; }
    @media only screen and (max-width: 37.5em) {
      .heroes-banner__bg-video + .slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .heroes-banner__bg-video ~ .star-vehicule__button {
    display: none; }
  .heroes-banner__center {
    position: absolute;
    left: 0;
    right: 0;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: Calc( 100% - 10rem ); }
  .heroes-banner__content {
    max-width: 77rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    .heroes-banner__content p {
      color: #fff;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      font-size: Calc( 4.2rem * var(--font-mod) );
      font-weight: 700;
      margin: 0 -4rem 2rem -4rem;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
      @media only screen and (max-width: 90em) {
        .heroes-banner__content p {
          font-size: Calc( 4.8rem * var(--font-mod) ); } }
      @media only screen and (max-width: 56.25em) {
        .heroes-banner__content p {
          font-size: Calc( 3.6rem * var(--font-mod) );
          line-height: 1.2;
          font-weight: 600;
          margin: 0 auto 2rem;
          width: 75%; } }
    .heroes-banner__content a {
      color: #fff;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
      .heroes-banner__content a:nth-child(odd) {
        background-color: #fff;
        color: #253031;
        margin: 0 0.75rem 0 0; }
        .heroes-banner__content a:nth-child(odd):hover {
          -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
          background-color: #EA000F;
          background-color: var(--primary);
          color: #fff; }
      .heroes-banner__content a:nth-child(even):hover {
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        background-color: #253031; }
    .heroes-banner__content h1 {
      font-size: Calc( 6rem * var(--font-mod) );
      color: #EA000F;
      color: var(--primary);
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-weight: 700;
      margin: 0 0 1.5rem;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
      @media only screen and (max-width: 56.25em) {
        .heroes-banner__content h1 {
          line-height: 1.2;
          margin: 0 auto 1.5rem;
          width: 75%;
          font-size: Calc( 5.4rem * var(--font-mod) ); } }
      @media only screen and (max-width: 37.5em) {
        .heroes-banner__content h1 {
          width: 90%;
          font-size: Calc( 4.2rem * var(--font-mod) );
          font-weight: 400;
          letter-spacing: -0.02em; } }
      .heroes-banner__content h1 a {
        color: #EA000F !important;
        color: var(--primary) !important;
        background-color: transparent !important; }
    .heroes-banner__content .btn__medium {
      font-weight: 700;
      padding: 0 3.2rem;
      height: 5rem; }
    .heroes-banner__content-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      gap: 1rem; }
      @media only screen and (max-width: 37.5em) {
        .heroes-banner__content-btn {
          gap: 2rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .heroes-banner__content-center {
      word-break: break-word; }
  .heroes-banner .star-vehicule__button {
    top: 0;
    z-index: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: Calc(100% - 10rem); }
    @media only screen and (max-width: 56.25em) {
      .heroes-banner .star-vehicule__button {
        bottom: 50%; } }
  .heroes-banner .star-vehicule__arrow-wrapper {
    right: 4%;
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    bottom: initial; }
    .heroes-banner .star-vehicule__arrow-wrapper-inverse {
      left: 4%;
      right: inherit;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media only screen and (max-width: 75em) {
      .heroes-banner .star-vehicule__arrow-wrapper {
        /*margin-bottom: 20%;*/ } }
    @media only screen and (max-width: 56.25em) {
      .heroes-banner .star-vehicule__arrow-wrapper {
        /*margin-bottom: 7%;*/ } }
    @media only screen and (max-width: 37.5em) {
      .heroes-banner .star-vehicule__arrow-wrapper {
        display: none; } }
  .heroes-banner .star-vehicule__arrow-detector {
    height: 100%;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .heroes-banner .star-vehicule__arrow-detector:hover .star-vehicule__arrow-wrapper {
      opacity: 1; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.logo-social {
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  color: #253031;
  vertical-align: center; }
  .logo-social__container {
    max-width: 156rem;
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 0; }
    @media only screen and (max-width: 75em) {
      .logo-social__container {
        margin: 0 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 37.5em) {
      .logo-social__container {
        padding: 1.5rem 0;
        margin: 0 auto; } }
  .logo-social__content {
    width: 75%; }
    @media only screen and (max-width: 75em) {
      .logo-social__content {
        display: none;
        overflow: scroll; } }
    .logo-social__content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
  .logo-social .btn {
    padding: 0.5rem 2.5rem;
    font-weight: 600; }

.menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }

.menu-container {
  max-width: 156rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14rem;
  width: 95%; }
  @media only screen and (max-width: 90em) {
    .menu-container {
      height: 11rem; } }
  @media only screen and (max-width: 75em) {
    .menu-container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 10rem; } }
  .menu-container__logo-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5%;
            flex: 0 0 15.5%;
    margin: 0 5rem 0 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 90em) {
      .menu-container__logo-box {
        margin: 0 3rem 0 0; } }
    @media only screen and (max-width: 75em) {
      .menu-container__logo-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 13.5%;
                flex: 0 0 13.5%;
        margin: 0 1.5rem 0 0; } }
    @media only screen and (max-width: 64em) {
      .menu-container__logo-box {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
    @media only screen and (max-width: 37.5em) {
      .menu-container__logo-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    .menu-container__logo-box a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .menu-container__logo-box .header__logo {
      -o-object-fit: contain;
         object-fit: contain;
      height: 7rem; }
      @media only screen and (max-width: 75em) {
        .menu-container__logo-box .header__logo {
          height: 6rem; } }
  .menu-container .main-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 64em) {
      .menu-container .main-nav {
        display: none;
        overflow: scroll; }
        .menu-container .main-nav__show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: fixed;
          background-color: #253031;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          z-index: 100; } }
    .menu-container .main-nav__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-height: 50vh;
          height: auto;
          margin: auto 0;
          overflow: scroll;
          padding: 5rem 0 0; } }
      @media only screen and (max-width: 37.5em) {
        .menu-container .main-nav__wrapper {
          max-height: 70vh;
          height: auto; } }
    .menu-container .main-nav__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      z-index: 100; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: auto; } }
    .menu-container .main-nav__items {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto 0; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items {
          padding: 0;
          margin: 0 0 4rem;
          display: block;
          text-align: center;
          padding: 0 1.5rem; }
          .menu-container .main-nav__items:active, .menu-container .main-nav__items:focus, .menu-container .main-nav__items:hover {
            border-bottom: none !important;
            background-color: transparent !important; } }
      @media only screen and (max-width: 37.5em) {
        .menu-container .main-nav__items {
          margin: 0 0 3rem; } }
      .menu-container .main-nav__items:active > a, .menu-container .main-nav__items:focus > a, .menu-container .main-nav__items:hover > a {
        background-color: #EA000F;
        background-color: var(--primary);
        border-radius: 30px;
        color: #fff !important; }
        .menu-container .main-nav__items:active > a::after, .menu-container .main-nav__items:focus > a::after, .menu-container .main-nav__items:hover > a::after {
          border: solid #fff;
          border-width: 2px 2px 0 0; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items:active:active, .menu-container .main-nav__items:active:focus, .menu-container .main-nav__items:active:hover, .menu-container .main-nav__items:focus:active, .menu-container .main-nav__items:focus:focus, .menu-container .main-nav__items:focus:hover, .menu-container .main-nav__items:hover:active, .menu-container .main-nav__items:hover:focus, .menu-container .main-nav__items:hover:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          background-color: none; } }
      .menu-container .main-nav__items-smalldrop:active > a, .menu-container .main-nav__items-smalldrop:focus > a, .menu-container .main-nav__items-smalldrop:hover > a {
        background-color: #EA000F;
        background-color: var(--primary);
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        color: #fff !important; }
        .menu-container .main-nav__items-smalldrop:active > a::after, .menu-container .main-nav__items-smalldrop:focus > a::after, .menu-container .main-nav__items-smalldrop:hover > a::after {
          border: solid #fff;
          border-width: 2px 2px 0 0; }
        @media only screen and (max-width: 90em) {
          .menu-container .main-nav__items-smalldrop:active > a, .menu-container .main-nav__items-smalldrop:focus > a, .menu-container .main-nav__items-smalldrop:hover > a {
            border-radius: 25px 25px 0 0; } }
        @media only screen and (max-width: 75em) {
          .menu-container .main-nav__items-smalldrop:active > a, .menu-container .main-nav__items-smalldrop:focus > a, .menu-container .main-nav__items-smalldrop:hover > a {
            border-radius: 18px 18px 0 0; } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__items-smalldrop:active > a, .menu-container .main-nav__items-smalldrop:focus > a, .menu-container .main-nav__items-smalldrop:hover > a {
            border-radius: 30px; } }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items-smalldrop:active:active, .menu-container .main-nav__items-smalldrop:active:focus, .menu-container .main-nav__items-smalldrop:active:hover, .menu-container .main-nav__items-smalldrop:focus:active, .menu-container .main-nav__items-smalldrop:focus:focus, .menu-container .main-nav__items-smalldrop:focus:hover, .menu-container .main-nav__items-smalldrop:hover:active, .menu-container .main-nav__items-smalldrop:hover:focus, .menu-container .main-nav__items-smalldrop:hover:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          background-color: none; } }
      .menu-container .main-nav__items a {
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        position: relative;
        text-transform: uppercase;
        color: #253031;
        font-size: Calc( 1.8rem * var(--font-mod) );
        font-weight: 500;
        padding: 2rem;
        text-align: center; }
        @media only screen and (max-width: 90em) {
          .menu-container .main-nav__items a {
            padding: 1.75rem; } }
        @media only screen and (max-width: 75em) {
          .menu-container .main-nav__items a {
            font-size: Calc( 1.6rem * var(--font-mod) );
            padding: 1.2rem; } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__items a {
            font-size: Calc( 2.6rem * var(--font-mod) );
            padding: 1.5rem;
            color: #fff; } }
        @media only screen and (max-width: 56.25em) {
          .menu-container .main-nav__items a {
            color: #fff;
            padding: 1rem 2rem; } }
      .menu-container .main-nav__items-bigdrop a, .menu-container .main-nav__items-smalldrop a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__items-bigdrop a, .menu-container .main-nav__items-smalldrop a {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .menu-container .main-nav__items-bigdrop a::after, .menu-container .main-nav__items-smalldrop a::after {
          content: "";
          display: block;
          position: relative;
          margin: 0rem 0 0 1rem;
          width: 6px;
          height: 6px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          border: solid #B5B5B5;
          border: solid var(--grey);
          border-width: 2px 2px 0 0;
          -webkit-transition: .25s ease;
          transition: .25s ease;
          translate: 0 -0.25rem; }
          @media only screen and (max-width: 75em) {
            .menu-container .main-nav__items-bigdrop a::after, .menu-container .main-nav__items-smalldrop a::after {
              margin: 0 0 0 0.75rem; } }
          @media only screen and (max-width: 64em) {
            .menu-container .main-nav__items-bigdrop a::after, .menu-container .main-nav__items-smalldrop a::after {
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: relative;
              margin: 1rem 0 0 1rem;
              top: 0;
              right: 0;
              border-width: 2px 2px 0 0; } }
      .menu-container .main-nav__items-bigdrop__open a, .menu-container .main-nav__items-smalldrop__open a {
        pointer-events: all !important; }
        .menu-container .main-nav__items-bigdrop__open a::after, .menu-container .main-nav__items-smalldrop__open a::after {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          -webkit-transition: .25s ease;
          transition: .25s ease; }
      .menu-container .main-nav__items-smalldrop {
        position: relative; }
        .menu-container .main-nav__items-smalldrop:hover .sub-menu {
          max-height: 75vh;
          padding: 1rem 0 1rem 2.5rem;
          border-radius: 0 30px 30px; }
          @media only screen and (max-width: 90em) {
            .menu-container .main-nav__items-smalldrop:hover .sub-menu {
              border-radius: 0 25px 25px; } }
          @media only screen and (max-width: 75em) {
            .menu-container .main-nav__items-smalldrop:hover .sub-menu {
              border-radius: 0 18px 18px; } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__items-smalldrop:hover .sub-menu {
            padding: 0; } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__items-smalldrop > a {
            pointer-events: none;
            margin: 0 auto;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
        .menu-container .main-nav__items-smalldrop__open a:after {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items-bigdrop {
          padding: 0; } }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items-bigdrop:hover {
          min-height: inherit; } }
      .menu-container .main-nav__items-bigdrop > a {
        position: relative; }
        .menu-container .main-nav__items-bigdrop > a::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background: transparent;
          width: 100%;
          height: 6rem;
          translate: 0 5rem; }
          @media only screen and (max-width: 64em) {
            .menu-container .main-nav__items-bigdrop > a::before {
              display: none; } }
    .menu-container .main-nav__social {
      display: grid;
      grid-template-columns: auto 1fr;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 1rem; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__social {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          font-size: Calc( 1.6rem * var(--font-mod) ); } }
      @media only screen and (max-width: 56.25em) {
        .menu-container .main-nav__social {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 20%; } }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__social {
          width: 100%; } }
      .menu-container .main-nav__social a {
        margin: 0 10% 0 0;
        text-transform: uppercase;
        color: #253031;
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        font-size: Calc( 1.8rem * var(--font-mod) );
        font-weight: 600; }
        .menu-container .main-nav__social a:hover {
          color: #EA000F;
          color: var(--primary); }
        @media only screen and (max-width: 90em) {
          .menu-container .main-nav__social a {
            margin: 0 5% 0 0; } }
        @media only screen and (max-width: 75em) {
          .menu-container .main-nav__social a {
            font-size: Calc( 1.6rem * var(--font-mod) ); } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__social a {
            margin: 5% 0 0 0;
            color: #fff;
            font-size: Calc( 2.4rem * var(--font-mod) ); } }
      .menu-container .main-nav__social .btn {
        margin: 0;
        color: #fff;
        padding: 2rem;
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub); }
        @media only screen and (max-width: 90em) {
          .menu-container .main-nav__social .btn {
            padding: 1.75rem; } }
        @media only screen and (max-width: 75em) {
          .menu-container .main-nav__social .btn {
            padding: 1.2rem; } }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__social .btn {
            font-size: Calc( 2.4rem * var(--font-mod) );
            padding: 2rem 2.25rem;
            width: unset;
            height: unset; } }
      .menu-container .main-nav__social .main-nav__social {
        display: none; }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__social .main-nav__social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .menu-container .main-nav__social-media {
        display: none; }
        @media only screen and (max-width: 64em) {
          .menu-container .main-nav__social-media {
            -webkit-filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%);
                    filter: invert(99%) sepia(2%) saturate(47%) hue-rotate(79deg) brightness(117%) contrast(100%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: fixed;
            bottom: 6%; }
            .menu-container .main-nav__social-media a {
              margin: 0 2rem 0 0; }
            .menu-container .main-nav__social-media a:nth-last-of-type(1) {
              margin: 0; } }
    .menu-container .main-nav__big-sub-nav {
      position: absolute;
      width: 100%;
      display: none;
      top: 100%;
      left: 0;
      background-color: #fff !important;
      padding: 3.5rem 0 4rem;
      -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__big-sub-nav {
          display: none !important; } }
      .menu-container .main-nav__big-sub-nav__quick {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%;
        margin: 0 8% 0 2.5%; }
        .menu-container .main-nav__big-sub-nav__quick a {
          font-weight: 700; }
        .menu-container .main-nav__big-sub-nav__quick span {
          font-weight: 400; }
      .menu-container .main-nav__big-sub-nav__brands {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%; }
        .menu-container .main-nav__big-sub-nav__brands-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr); }
        .menu-container .main-nav__big-sub-nav__brands a {
          font-weight: 400;
          padding: 0; }
      .menu-container .main-nav__big-sub-nav div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        max-width: 156rem;
        margin: 0 auto;
        width: 95%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
      .menu-container .main-nav__big-sub-nav h5, .menu-container .main-nav__big-sub-nav h6 {
        color: #EA000F;
        color: var(--primary);
        text-transform: uppercase;
        margin: 0 0 2rem; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__big-sub-nav {
          position: inherit;
          background-color: transparent;
          padding: 0; } }
      .menu-container .main-nav__big-sub-nav li {
        border-bottom: 1px solid #DBDBDB;
        padding: 1rem 0; }
      .menu-container .main-nav__big-sub-nav a {
        color: #253031;
        text-transform: none;
        font-size: Calc( 1.6rem * var(--font-mod) ); }
        .menu-container .main-nav__big-sub-nav a span::before {
          content: "\00a0"; }
        .menu-container .main-nav__big-sub-nav a::after {
          display: none; }
        @media only screen and (max-width: 75em) {
          .menu-container .main-nav__big-sub-nav a {
            font-size: Calc( 1.4rem * var(--font-mod) ); } }
      .menu-container .main-nav__big-sub-nav li:hover, .menu-container .main-nav__big-sub-nav a:hover {
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        color: #EA000F;
        color: var(--primary); }
    .menu-container .main-nav__items:hover .sub-menu,
    .menu-container .main-nav__items:hover .main-nav__big-sub-nav, .menu-container .main-nav__items:active .sub-menu,
    .menu-container .main-nav__items:active .main-nav__big-sub-nav, .menu-container .main-nav__items:focus .sub-menu,
    .menu-container .main-nav__items:focus .main-nav__big-sub-nav {
      background-color: #EA000F;
      background-color: var(--primary);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 64em) {
        .menu-container .main-nav__items:hover .sub-menu,
        .menu-container .main-nav__items:hover .main-nav__big-sub-nav, .menu-container .main-nav__items:active .sub-menu,
        .menu-container .main-nav__items:active .main-nav__big-sub-nav, .menu-container .main-nav__items:focus .sub-menu,
        .menu-container .main-nav__items:focus .main-nav__big-sub-nav {
          background-color: transparent; } }
  .menu-container .sub-menu {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 24rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1.5rem 0 !important; }
    @media only screen and (max-width: 75em) {
      .menu-container .sub-menu {
        padding: 0.75rem 0 !important; } }
    @media only screen and (max-width: 64em) {
      .menu-container .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: initial;
        background-color: transparent;
        z-index: 100;
        padding: 0 !important; } }
    .menu-container .sub-menu li {
      margin: 0; }
      @media only screen and (max-width: 64em) {
        .menu-container .sub-menu li {
          padding: 1rem 0 0 0; } }
    .menu-container .sub-menu a {
      font-size: Calc( 1.6rem * var(--font-mod) );
      font-weight: 500;
      color: #fff;
      background-color: transparent;
      padding: 1rem 2rem; }
      @media only screen and (max-width: 90em) {
        .menu-container .sub-menu a {
          padding-left: 1.75rem;
          padding-right: 1.75rem; } }
      @media only screen and (max-width: 75em) {
        .menu-container .sub-menu a {
          font-size: Calc( 1.4rem * var(--font-mod) );
          padding: 0.8rem 1.2rem; } }
      @media only screen and (max-width: 64em) {
        .menu-container .sub-menu a {
          font-size: Calc( 1.8rem * var(--font-mod) );
          color: #fff; } }
      .menu-container .sub-menu a:hover, .menu-container .sub-menu a:active, .menu-container .sub-menu a:focus {
        -webkit-text-decoration: underline solid 0.2rem !important;
                text-decoration: underline solid 0.2rem !important;
        text-underline-offset: 4px; }
        @media only screen and (max-width: 64em) {
          .menu-container .sub-menu a:hover, .menu-container .sub-menu a:active, .menu-container .sub-menu a:focus {
            background-color: transparent; } }
      .menu-container .sub-menu a::after {
        display: none; }
  .menu-container .mobile-nav {
    display: none; }
    @media only screen and (max-width: 64em) {
      .menu-container .mobile-nav {
        display: block;
        margin: 0 1rem;
        z-index: 1000; } }
    @media only screen and (max-width: 64em) {
      .menu-container .mobile-nav__bg {
        background-color: #EA000F;
        background-color: var(--primary); } }
    .menu-container .mobile-nav__button {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 7.5rem;
      height: 7.5rem;
      cursor: pointer;
      z-index: 100; }
      @media only screen and (max-width: 64em) {
        .menu-container .mobile-nav__button {
          width: 2.8rem; } }
    .menu-container .mobile-nav__burger {
      width: 2.8rem;
      height: 0.25rem;
      background-color: #253031;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    .menu-container .mobile-nav__burger::before, .menu-container .mobile-nav__burger::after {
      content: '';
      position: absolute;
      width: 2.8rem;
      height: 0.25rem;
      background-color: #253031;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    .menu-container .mobile-nav__burger::before {
      -webkit-transform: translateY(7.5px);
              transform: translateY(7.5px);
      -webkit-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out; }
    .menu-container .mobile-nav__burger::after {
      -webkit-transform: translateY(-7.5px);
              transform: translateY(-7.5px);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    .menu-container .mobile-nav__close {
      background-color: transparent;
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px);
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    .menu-container .mobile-nav__close::before, .menu-container .mobile-nav__close::after {
      content: '';
      position: absolute;
      width: 2.8rem;
      height: 0.25rem;
      background-color: #fff;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    .menu-container .mobile-nav__close::before {
      -webkit-transform: rotate(-45deg) translate(-35px, 35px);
              transform: rotate(-45deg) translate(-35px, 35px);
      -webkit-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out; }
    .menu-container .mobile-nav__close::after {
      -webkit-transform: rotate(45deg) translate(35px, 35px);
              transform: rotate(45deg) translate(35px, 35px);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }

li.current_page_ancestor .current-main-nav__items {
  -webkit-box-shadow: none;
          box-shadow: none; }
  li.current_page_ancestor .current-main-nav__items a {
    background-color: #EA000F;
    background-color: var(--primary);
    border-radius: 30px;
    -webkit-text-decoration: underline solid 0.2rem;
            text-decoration: underline solid 0.2rem;
    text-underline-offset: 4px; }
  @media only screen and (max-width: 64em) {
    li.current_page_ancestor .current-main-nav__items a {
      background-color: transparent;
      border-radius: 0; } }

.current_page_item > a,
.current-main-nav__items > a {
  background-color: #EA000F;
  background-color: var(--primary);
  border-radius: 30px;
  max-height: 2rem;
  color: #fff !important; }
  .current_page_item > a::after,
  .current-main-nav__items > a::after {
    border: solid #fff !important;
    border: solid var(--white) !important;
    border-width: 2px 2px 0 0 !important; }
  @media only screen and (max-width: 64em) {
    .current_page_item > a,
    .current-main-nav__items > a {
      max-height: inherit; }
      .current_page_item > a::after,
      .current-main-nav__items > a::after {
        border: solid #B5B5B5 !important;
        border: solid var(--grey) !important;
        border-width: 2px 2px 0 0 !important; } }

.current_page_parent a,
.current-menu-parent a {
  background-color: #EA000F;
  background-color: var(--primary);
  border-radius: 30px;
  overflow: hidden; }
.current_page_parent > a,
.current-menu-parent > a {
  color: #253031 !important; }
@media (max-width: 56.25em) {
  .current_page_parent,
  .current-menu-parent {
    background: none; } }

.current-menu-ancestor a {
  background-color: #EA000F;
  background-color: var(--primary);
  border-radius: 30px;
  overflow: hidden;
  max-height: 2rem;
  height: 100%; }
.current-menu-ancestor > a {
  color: #fff !important; }
  .current-menu-ancestor > a::after {
    border: solid #fff !important;
    border: solid var(--white) !important;
    border-width: 2px 2px 0 0 !important; }
@media (max-width: 56.25em) {
  .current-menu-ancestor {
    background: none; }
    .current-menu-ancestor > a {
      font-weight: 700 !important; }
      .current-menu-ancestor > a::after {
        border: solid #fff !important;
        border: solid var(--white) !important;
        border-width: 2px 2px 0 0 !important; } }

.about {
  max-width: 156rem;
  padding: 8rem 0 7rem;
  margin: 0 auto;
  background-color: #F5F5F5;
  width: 95%; }
  @media only screen and (max-width: 37.5em) {
    .about {
      width: 100%;
      padding: 0; } }
  .about__bg {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    /*
    background: var(--bgUrl);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    */
    position: relative; }
  .about__image {
    position: absolute;
    height: 100%;
    width: 50%;
    background: var(--bgUrl);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
       /*display: flex;

        @include responsive(phone) {
            display: none;
        }

        img {
            //height: 100%;
            //max-height: 61rem;
            height: 61rem;
            width: 100%;
            display:block;

            object-fit: cover;
            object-position: center;
            
        }*/ }
    @media only screen and (max-width: 56.25em) {
      .about__image {
        width: 40%; } }
    @media only screen and (max-width: 37.5em) {
      .about__image {
        display: none; } }
  .about__content {
    width: Calc(50% - 20rem);
    margin: 0 50%;
    padding: 7.5rem 10rem 9rem 10rem;
        /*@include responsive(small-desktop){
            margin: 0 5rem;
        }

        @include responsive(tab-land){
            margin: 0 3rem;
        }

        @include responsive(tab-port){
            margin: 0 1rem;
        }*/
    /* WordPress Core
    -------------------------------------------------------------- */ }
    @media only screen and (max-width: 56.25em) {
      .about__content {
        padding: 5rem;
        width: Calc(60% - 10rem);
        margin: 0 40%; } }
    @media only screen and (max-width: 37.5em) {
      .about__content {
        margin: 0 0 3rem;
        width: Calc(100% - 6rem);
        padding: 3rem; } }
    .about__content .size__h-alt {
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      color: #EA000F;
      color: var(--primary);
      letter-spacing: -0.02em;
      margin: 0 0 3rem 0;
      word-break: break-word; }
      @media only screen and (max-width: 90em) {
        .about__content .size__h-alt {
          font-size: Calc( 4.2rem * var(--font-mod) ); } }
      @media only screen and (max-width: 37.5em) {
        .about__content .size__h-alt {
          font-size: Calc( 3.6rem * var(--font-mod) ); } }
    .about__content p {
      margin: 2rem 0; }
    .about__content a {
      color: #253031;
      text-decoration: underline;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .about__content a:hover {
        color: var(--primary); }
    .about__content a.btn {
      margin: 2rem 0 0;
      text-decoration: none;
      color: #fff; }
      .about__content a.btn:hover {
        background-color: #253031;
        color: var(--primary); }
    .about__content ul, .about__content ol {
      padding: 0 0 0 2rem;
      margin: 0 0 2rem 0; }
    .about__content ul {
      list-style: initial; }
    .about__content ol {
      list-style: auto; }
    .about__content li {
      list-style: inherit; }
    .about__content .aligncenter,
    .about__content div.aligncenter {
      display: block;
      margin: 0 auto 2rem auto; }
    .about__content .alignright {
      float: right;
      margin: 0 0 2rem 2rem; }
    .about__content .alignleft {
      float: left;
      margin: 0 2rem 2rem 0; }
    .about__content a img.alignright {
      float: right;
      margin: 0 0 2rem 2rem; }
    .about__content a img.alignnone {
      margin: 0 2rem 2rem 0; }
    .about__content a img.alignleft {
      float: left;
      margin: 0 2rem 2rem 0; }
    .about__content a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .about__content .wp-caption.alignnone {
      margin: 0 2rem 2rem 0; }
    .about__content .wp-caption.alignleft {
      margin: 0 2rem 2rem 0; }
    .about__content .wp-caption.alignright {
      margin: 0 0 2rem 2rem; }
    .about__content .wp-caption p.wp-caption-text {
      display: none; }

.cards-inventaire {
  width: 100%; }
  .cards-inventaire__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out; }
    .cards-inventaire__container:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
      .cards-inventaire__container:hover .cards-inventaire__brand span {
        color: #EA000F;
        color: var(--primary); }
    .cards-inventaire__container-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 104rem; }
      @media only screen and (max-width: 56.25em) {
        .cards-inventaire__container-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-width: none;
          width: 100%;
          height: 100%; } }
  .cards-inventaire__header {
    padding: 66% 0 0 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0; }
    .cards-inventaire__header img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .cards-inventaire__header-list {
      padding: 0 0 0 45%;
      position: relative;
      display: block;
      overflow: hidden;
      height: initial; }
      .cards-inventaire__header-list img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media only screen and (max-width: 56.25em) {
        .cards-inventaire__header-list {
          padding: 0 0 0 50%; } }
      @media only screen and (max-width: 56.25em) {
        .cards-inventaire__header-list {
          padding: 66% 0 0 0;
          height: 0; } }
  .cards-inventaire__content {
    margin: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .cards-inventaire__content-list {
      max-width: 52rem;
      width: 100%; }
      @media only screen and (max-width: 56.25em) {
        .cards-inventaire__content-list {
          max-width: none;
          width: initial;
          margin: 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .cards-inventaire__content-list {
          margin: 2.4rem; } }
  .cards-inventaire__info {
    margin: 0 0 1rem 0;
    width: 100%; }
    .cards-inventaire__info-content {
      width: 100%; }
      .cards-inventaire__info-content .cards-inventaire__bottom:nth-child(1) .cards-inventaire__col:nth-child(1) {
        min-height: 10rem; }
        .cards-inventaire__info-content .cards-inventaire__bottom:nth-child(1) .cards-inventaire__col:nth-child(1) .cards-inventaire__price span:nth-child(1) {
          margin-right: 0.5rem; }
  .cards-inventaire__brand {
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    margin: 0.75rem 0 0; }
    .cards-inventaire__brand span {
      font-size: Calc( 2.4rem * var(--font-mod) );
      font-weight: 700;
      color: #253031;
      -webkit-transition: 0.25s ease-out;
      transition: 0.25s ease-out; }
  .cards-inventaire__ess {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    border: none;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    background-color: var(--primary);
    color: #fff;
    padding: 0.7rem 1.2rem;
    border-radius: 0; }
  .cards-inventaire__catego {
    margin: 0.25rem 0 0.5rem; }
    .cards-inventaire__catego p {
      font-size: Calc( 1.8rem * var(--font-mod) );
      font-weight: 700;
      color: #7A7A7E;
      color: var(--dark-grey); }
  .cards-inventaire__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cards-inventaire__col:nth-child(1) {
      padding-right: 1rem; }
    .cards-inventaire__col-end {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: end; }
    .cards-inventaire__col-invisible {
      visibility: hidden; }
      @media only screen and (max-width: 37.5em) {
        .cards-inventaire__col-invisible {
          visibility: unset;
          display: none; } }
  .cards-inventaire__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .cards-inventaire__row-base {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: -0.5rem 0 0 0.15rem; }
    .cards-inventaire__row .cards-inventaire__col:nth-child(1) .cards-inventaire__detail:nth-child(1) {
      margin-bottom: 0.25rem; }
  .cards-inventaire__row:nth-child(1) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cards-inventaire__detail {
    font-size: 1.4rem;
    color: #7A7A7E;
    color: var(--dark-grey);
    margin: 0.5rem 0 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 75em) {
      .cards-inventaire__detail {
        font-size: 1.6rem; } }
    .cards-inventaire__detail-light {
      color: #B5B5B5;
      color: var(--grey); }
  .cards-inventaire__mois {
    color: #EA000F;
    color: var(--primary);
    text-align: end; }
    .cards-inventaire__mois p {
      font-size: 1.2rem; }
      @media only screen and (max-width: 37.5em) {
        .cards-inventaire__mois p {
          font-size: 1.4rem; } }
  .cards-inventaire__price, .cards-inventaire__price-new {
    white-space: nowrap; }
  .cards-inventaire__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: Calc( 3.6rem * var(--font-mod) );
    font-weight: 600;
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    color: #253031;
    line-height: 1.0;
    letter-spacing: -0.5px; }
    @media only screen and (max-width: 90em) {
      .cards-inventaire__price {
        font-size: Calc( 3.2rem * var(--font-mod) ); } }
    @media only screen and (max-width: 75em) {
      .cards-inventaire__price {
        font-size: Calc( 3.6rem * var(--font-mod) ); } }
    @media only screen and (max-width: 37.5em) {
      .cards-inventaire__price {
        font-size: Calc( 4.2rem * var(--font-mod) ); } }
    .cards-inventaire__price-little, .cards-inventaire__price-symbole {
      color: #EA000F;
      color: var(--primary);
      font-weight: 700; }
    .cards-inventaire__price-little {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: Calc( 2.6rem * var(--font-mod) ); }
      .cards-inventaire__price-little span {
        line-height: 1.0;
        margin-right: 1rem; }
    .cards-inventaire__price-symbole {
      margin-left: 0.50rem;
      font-size: Calc( 2rem * var(--font-mod) ); }
    .cards-inventaire__price-old {
      position: relative;
      font-size: Calc( 2.4rem * var(--font-mod) );
      color: #B5B5B5;
      margin-top: 0; }
      .cards-inventaire__price-old span:nth-child(1) {
        position: relative; }
        .cards-inventaire__price-old span:nth-child(1)::after {
          position: absolute;
          content: " ";
          display: inline-block;
          width: 110%;
          height: 1.5px;
          background-color: #253031;
          color: #B5B5B5;
          color: var(--grey);
          top: 50%;
          right: 0;
          left: -5px;
          -webkit-transform: rotate(-13deg);
                  transform: rotate(-13deg);
          border: none; }
    .cards-inventaire__price-new {
      font-size: Calc( 3.6rem * var(--font-mod) );
      color: #F20707;
      font-weight: 600; }
      @media only screen and (max-width: 90em) {
        .cards-inventaire__price-new {
          font-size: Calc( 3.2rem * var(--font-mod) ); } }
      @media only screen and (max-width: 75em) {
        .cards-inventaire__price-new {
          font-size: Calc( 3.6rem * var(--font-mod) ); } }
      @media only screen and (max-width: 37.5em) {
        .cards-inventaire__price-new {
          font-size: Calc( 4.2rem * var(--font-mod) ); } }
  .cards-inventaire__bottom {
    width: 100%; }
  .cards-inventaire__line {
    width: 100%;
    margin: 2rem 0 1rem;
    border-top: 1px solid #DBDBDB; }
  .cards-inventaire__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cards-inventaire__footer span {
      font-size: 1.4rem;
      color: #7A7A7E;
      color: var(--dark-grey);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cards-inventaire__footer__odo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
      .cards-inventaire__footer__odo img {
        -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
        -webkit-filter: var(--primary-filter);
                filter: var(--primary-filter); }
  .cards-inventaire__rapport-carfax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
    margin: 1rem 0 0; }
    .cards-inventaire__rapport-carfax img {
      width: 10rem; }
    .cards-inventaire__rapport-carfax a {
      color: #253031;
      font-size: 1.4rem; }
  .cards-inventaire__instavid .cards-inventaire__header img:first-child {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  .cards-inventaire__instavid__badgefocus360 {
    float: right;
    margin-bottom: -1.5rem;
    margin-top: 0rem; }
    .cards-inventaire__instavid__badgefocus360 img {
      max-height: 3.8rem; }

[name="Prix"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

[name="Price"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.cards-star {
  width: 100%; }
  .cards-star__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background-color: #7A7A7E;
    background-color: var(--dark-grey);
    width: 100%;
    max-width: 84rem;
    max-height: 62rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .cards-star__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .cards-star__container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cards-star__position {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 10%, transparent);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .cards-star__gradiant {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(38%, rgba(0, 0, 0, 0.75)), color-stop(86%, transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 38%, transparent 86%); }
  .cards-star__content {
    margin: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 56.25em) {
      .cards-star__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .cards-star__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.75rem 0; }
    .cards-star__brand p {
      font-size: Calc( 3.6rem * var(--font-mod) );
      font-weight: 700;
      color: #fff;
      margin: 0 0.5rem; }
      @media only screen and (max-width: 56.25em) {
        .cards-star__brand p {
          font-size: Calc( 2.4rem * var(--font-mod) ); } }
  .cards-star__odo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cards-star__odo p {
      font-size: Calc( 2.4rem * var(--font-mod) );
      color: #fff;
      margin: 0 0.5rem; }
      @media only screen and (max-width: 56.25em) {
        .cards-star__odo p {
          font-size: Calc( 2.2rem * var(--font-mod) ); } }
  .cards-star__line {
    margin: auto 1rem;
    width: 0.2rem;
    height: 2rem;
    background-color: #fff; }
  .cards-star__color-square {
    min-width: 18rem;
    padding: 1.6rem;
    background-color: #EA000F;
    background-color: var(--primary);
    border: none;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 56.25em) {
      .cards-star__color-square {
        margin: 1rem 0 0;
        width: 13rem; } }
    .cards-star__color-square p {
      font-size: Calc( 4.2rem * var(--font-mod) );
      font-weight: 700;
      color: #fff; }
      @media only screen and (max-width: 56.25em) {
        .cards-star__color-square p {
          font-size: Calc( 2.8rem * var(--font-mod) ); } }

.discount_price, .cards-default__price-old {
  position: relative;
  font-size: Calc( 2.4rem * var(--font-mod) );
  color: #B5B5B5;
  margin: 0.25rem 0 0;
  line-height: 1.3; }
  @media only screen and (max-width: 37.5em) {
    .discount_price, .cards-default__price-old {
      font-size: Calc( 2.8rem * var(--font-mod) ); } }
  .discount_price span:nth-child(1), .cards-default__price-old span:nth-child(1) {
    position: relative; }
    .discount_price span:nth-child(1)::after, .cards-default__price-old span:nth-child(1)::after {
      position: absolute;
      content: " ";
      display: inline-block;
      width: 110%;
      height: 1.5px;
      background-color: #253031;
      color: #B5B5B5;
      color: var(--grey);
      top: 50%;
      right: 0;
      left: -5px;
      -webkit-transform: rotate(-13deg);
              transform: rotate(-13deg);
      border: none; }

.cards-default {
  width: 100%; }
  .cards-default__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out; }
    .cards-default__container:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 37.5em) {
      .cards-default__container {
        max-width: inherit; } }
    .cards-default__container:hover .cards-default__brand {
      color: #EA000F;
      color: var(--primary);
      -webkit-transition: 0.25s ease-out;
      transition: 0.25s ease-out; }
  .cards-default__header {
    padding-top: 66%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0; }
    .cards-default__header img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cards-default__content {
    margin: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media only screen and (max-width: 56.25em) {
      .cards-default__content {
        margin: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .cards-default__content {
        margin: 2.4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .cards-default__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #253031; }
    .cards-default__brand p {
      font-size: Calc( 2.6rem * var(--font-mod) );
      font-weight: 700;
      margin: 0 0.5rem 0 0; }
  .cards-default__odo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0; }
    .cards-default__odo p {
      font-size: Calc( 1.8rem * var(--font-mod) );
      color: #7A7A7E;
      color: var(--dark-grey); }
  .cards-default__line {
    margin: auto 1rem;
    width: 0.1rem;
    height: 1.5rem;
    background-color: #7A7A7E;
    background-color: var(--dark-grey); }
  .cards-default__price-info {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0rem; }
    @media only screen and (max-width: 56.25em) {
      .cards-default__price-info {
        margin: 1rem 0 1rem 0; } }
  .cards-default__price {
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    font-size: Calc( 2.8rem * var(--font-mod) );
    font-weight: 700;
    color: #EA000F;
    color: var(--primary);
    margin: 1rem 0;
    line-height: 1.2; }
    @media only screen and (max-width: 37.5em) {
      .cards-default__price {
        margin: 0; } }
    .cards-default__price-old {
      font-family: "Inter", Arial, sans-serif;
      font-family: var(--default);
      font-weight: 700;
      margin: auto 1.5rem auto 0; }
      @media only screen and (max-width: 37.5em) {
        .cards-default__price-old {
          font-size: Calc( 2.4rem * var(--font-mod) ); } }
  .cards-default__price-old + .cards-default__price {
    color: #F20707; }

.contact {
  width: 100%;
  display: grid;
  grid-template-areas: "infos" "map"; }
  @media only screen and (max-width: 90em) {
    .contact {
      grid-template-rows: auto; } }
  @media only screen and (max-width: 75em) {
    .contact p, .contact span {
      font-size: Calc( 2.2rem * var(--font-mod) ); } }
  .contact__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact__display {
    grid-area: infos;
    width: 95%;
    max-width: 156rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .contact__display .underline::after {
      display: none; }
    @media only screen and (max-width: 56.25em) {
      .contact__display {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 5rem auto 8rem; } }
    @media only screen and (max-width: 37.5em) {
      .contact__display {
        padding: 0 0 3rem;
        margin: 3rem auto 5rem;
        width: 85%; } }
    .contact__display h4 {
      color: #EA000F;
      color: var(--primary);
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
    .contact__display .frm_error {
      font-size: 1.2rem;
      color: #F20707; }
    @media only screen and (max-width: 56.25em) {
      .contact__display fieldset {
        padding: 0; } }
    .contact__display .formulaire .frm_fields_container {
      max-width: initial;
      width: 95%; }
      @media only screen and (max-width: 56.25em) {
        .contact__display .formulaire .frm_fields_container {
          width: Calc(100% - 2px); } }
      @media only screen and (max-width: 56.25em) {
        .contact__display .formulaire .frm_fields_container > * {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (max-width: 56.25em) {
        .contact__display .formulaire .frm_fields_container > button {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
    .contact__display .frm_error_style,
    .contact__display .frm_message {
      margin: 2rem auto 0.5rem !important;
      width: 95% !important; }
      .contact__display .frm_error_style p,
      .contact__display .frm_message p {
        margin: 2rem 0; }
  .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact__content-wrapper {
      width: 95%;
      margin: 1rem auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 56.25em) {
        .contact__content-wrapper {
          margin: 0 auto 1rem;
          width: 100%; } }
      @media only screen and (max-width: 37.5em) {
        .contact__content-wrapper {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin: 0 auto; } }
    .contact__content-coordonees {
      margin: 0 0 2rem 0; }
      @media only screen and (max-width: 56.25em) {
        .contact__content-coordonees {
          margin: 0 25% 0 0; } }
      @media only screen and (max-width: 37.5em) {
        .contact__content-coordonees {
          margin: 0; } }
    .contact__content-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 75%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 2rem 0 0; }
      @media only screen and (max-width: 90em) {
        .contact__content-flex {
          width: 100%; } }
    @media only screen and (max-width: 56.25em) {
      .contact__content-flex.row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media only screen and (max-width: 37.5em) {
      .contact__content-flex.row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 56.25em) {
      .contact__content-open {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%; } }
    @media only screen and (max-width: 37.5em) {
      .contact__content-open {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
  .contact__open {
    margin: 2rem 0 0; }
    @media only screen and (max-width: 56.25em) {
      .contact__open {
        margin: 0; } }
    .contact__open h5 {
      color: #7A7A7E; }
    .contact__open-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2rem 0 3.5rem; }
      .contact__open-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 1rem; }
        .contact__open-list li:last-of-type {
          margin: 0; }
      .contact__open-list span:nth-of-type(2) {
        margin: 0 0 0 auto;
        width: 60%; }
  .contact__btn {
    margin: 0 1rem 0 0;
    padding: 1.4rem 3.2rem; }
  .contact .formulaire, .contact__content {
    width: 33%;
    padding: 5rem;
    background-color: #fff; }
    @media only screen and (max-width: 90em) {
      .contact .formulaire, .contact__content {
        width: 48%; } }
    @media only screen and (max-width: 56.25em) {
      .contact .formulaire, .contact__content {
        width: 75%;
        margin: 0 auto;
        padding: 0; } }
    @media only screen and (max-width: 37.5em) {
      .contact .formulaire, .contact__content {
        width: 100%; } }
    @media only screen and (max-width: 56.25em) {
      .contact .formulaire__wrapper, .contact__content__wrapper {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .contact .formulaire-coordonees, .contact .formulaire-open, .contact__content-coordonees, .contact__content-open {
        margin: 0 0 2rem; } }
  @media only screen and (max-width: 56.25em) {
    .contact .frm_primary_label {
      margin: 0 !important; } }
  .contact__coordonnes {
    margin: 2rem 0; }
    .contact__coordonnes p {
      margin: 0.25rem 0; }
      .contact__coordonnes p:nth-of-type(2), .contact__coordonnes p:nth-of-type(3) {
        display: inline; }
  .contact__link {
    color: #253031; }
    .contact__link:hover, .contact__link:visited, .contact__link:focus {
      color: #EA000F;
      color: var(--primary); }

.map-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: map;
  width: 100%;
  height: 25vw;
  background-color: #B5B5B5;
  background-color: var(--grey); }
  .map-display img {
    -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
            filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
    -webkit-filter: var(--primary-filter);
            filter: var(--primary-filter); }
  @media only screen and (max-width: 56.25em) {
    .map-display {
      height: 50vw; } }

.content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 5rem auto 10rem;
  max-width: 168rem; }
  @media only screen and (max-width: 56.25em) {
    .content__container {
      margin: 5rem auto 8rem; } }
  @media only screen and (max-width: 37.5em) {
    .content__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 3rem auto 5rem; } }
.content__col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  height: 100%;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
  background: #fff; }
  .content__col1 a {
    margin: 0 2%; }
  @media only screen and (max-width: 37.5em) {
    .content__col1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
.content__menu {
  padding: 3rem;
  background: #fff;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border-bottom: 1px solid #DBDBDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .content__menu h5 {
    text-transform: uppercase;
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    font-size: Calc( 1.8rem * var(--font-mod) );
    color: #7A7A7E; }
  .content__menu:last-child {
    border-bottom: none;
    margin: 0 2% 2%; }
  .content__menu:first-child {
    margin: 2% 2% 0; }
  .content__menu:hover {
    background: #EA000F;
    background: var(--primary);
    cursor: pointer; }
    .content__menu:hover h5 {
      color: #fff; }
  @media only screen and (max-width: 37.5em) {
    .content__menu {
      padding: 2.5rem 2.5%; } }
  .content__menu-active {
    background: #EA000F;
    background: var(--primary); }
    .content__menu-active h5 {
      color: #fff; }
.content__col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding-left: 7.5rem;
  margin: -1rem 0 0; }
  .content__col2 h1 {
    letter-spacing: -0.02em;
    font-family: "Dela Gothic One", Arial, sans-serif;
    font-family: var(--title);
    font-weight: 400 !important; }
  .content__col2 .wp-block-embed {
    margin: 3rem 0 1rem;
    width: 100%;
    height: 62rem; }
    @media only screen and (max-width: 90em) {
      .content__col2 .wp-block-embed {
        height: 55rem; } }
    @media only screen and (max-width: 75em) {
      .content__col2 .wp-block-embed {
        height: 50rem; } }
    @media only screen and (max-width: 56.25em) {
      .content__col2 .wp-block-embed {
        height: 40rem; } }
    @media only screen and (max-width: 37.5em) {
      .content__col2 .wp-block-embed {
        height: 32rem; } }
    .content__col2 .wp-block-embed__wrapper {
      height: 100%; }
    .content__col2 .wp-block-embed iframe {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 56.25em) {
    .content__col2 {
      padding: 0 4rem 9rem; } }
  @media only screen and (max-width: 37.5em) {
    .content__col2 {
      padding: 4rem 1.5rem 9rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 85%;
              flex: 0 0 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.content__intro {
  margin-bottom: 5%; }
  .content__intro .size__h-alt {
    color: #EA000F;
    color: var(--primary);
    font-family: "Dela Gothic One", Arial, sans-serif;
    font-family: var(--title);
    letter-spacing: -0.02em;
    margin: 0 0 1rem; }
  .content__intro p {
    margin: 1rem 0; }
.content__iframe img {
  width: 100%;
  height: auto; }

.acf-content {
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */ }
  .acf-content:after {
    content: '';
    display: block;
    clear: both; }
  .acf-content .alignnone {
    margin: 5px 20px 20px 0; }
  .acf-content .aligncenter,
  .acf-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .acf-content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .acf-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .acf-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .acf-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .acf-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .acf-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .acf-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .acf-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .acf-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .acf-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .acf-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .acf-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .acf-content .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .acf-content .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.equipe {
  max-width: 156rem;
  width: 95%;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .equipe {
      width: 85%; } }
  .equipe__image-banner img {
    width: 100%;
    height: auto; }
  .equipe__intro {
    margin: 5rem 0; }
    .equipe__intro .underline::after {
      display: none; }
    @media only screen and (max-width: 37.5em) {
      .equipe__intro {
        margin: 3rem 0; } }
    .equipe__intro h4 {
      color: #EA000F;
      color: var(--primary);
      margin: 0 0 3.5rem;
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-size: Calc( 4.8rem * var(--font-mod) );
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -0.02em;
      text-transform: none; }
      @media only screen and (max-width: 37.5em) {
        .equipe__intro h4 {
          font-size: Calc( 2.4rem * var(--font-mod) );
          margin: 0 0 2rem; } }
    .equipe__intro p {
      margin: 2rem 0; }
  .equipe__container {
    margin: 5rem 0 8rem;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(4, 22%);
    grid-gap: 5rem 0; }
    @media only screen and (max-width: 75em) {
      .equipe__container {
        grid-template-columns: repeat(3, 30%); } }
    @media only screen and (max-width: 56.25em) {
      .equipe__container {
        grid-template-columns: repeat(2, 35%);
        justify-items: center;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    @media only screen and (max-width: 37.5em) {
      .equipe__container {
        grid-template-columns: repeat(1, 1fr);
        margin: 3rem auto 5rem; } }
    .equipe__container .cards-inventaire__container {
      max-width: inherit;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .equipe__container .cards-inventaire__header {
      padding: 118% 0 0 0; }
    .equipe__container .cards-inventaire__content {
      margin: 2.4rem;
      gap: 0;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
    .equipe__container .cards-inventaire__content:has(.cards-inventaire__icone-mail) {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 37.5em) {
        .equipe__container .cards-inventaire__content:has(.cards-inventaire__icone-mail) {
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; } }
    .equipe__container .cards-inventaire__brand {
      margin: 0; }
      .equipe__container .cards-inventaire__brand p {
        font-weight: 700;
        font-size: Calc( 1.8rem * var(--font-mod) );
        line-height: 1.2;
        text-transform: uppercase; }
    .equipe__container .cards-inventaire__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      margin-bottom: 1rem; }
      .equipe__container .cards-inventaire__info > div {
        margin: 0 0 0.5rem; }
    .equipe__container .cards-inventaire__catego {
      margin: 0; }
      .equipe__container .cards-inventaire__catego p {
        color: #EA000F;
        color: var(--primary);
        margin: 0;
        font-weight: 700;
        font-size: 1.6rem;
        /*@include responsive(tab-port) {
            font-size: $large-font;
        }*/ }
    .equipe__container .cards-inventaire__detail {
      font-size: 1.6rem; }
    .equipe__container .cards-inventaire__line {
      display: none; }
    .equipe__container .cards-inventaire__odo {
      display: grid; }
      .equipe__container .cards-inventaire__odo p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        word-break: break-word; }
        .equipe__container .cards-inventaire__odo p:after {
          content: "";
          display: block;
          min-width: 2rem;
          height: 2rem;
          margin: 0 1rem 0 0;
          -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                  filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
          -webkit-filter: var(--primary-filter);
                  filter: var(--primary-filter); }
        .equipe__container .cards-inventaire__odo p a {
          color: #7A7A7E;
          color: var(--dark-grey); }
          .equipe__container .cards-inventaire__odo p a:hover {
            color: #EA000F;
            color: var(--primary); }
    .equipe__container .cards-inventaire__icone-phone {
      min-height: 2.5rem;
      margin: 0 0 0.25rem; }
      .equipe__container .cards-inventaire__icone-phone:after {
        background: var(--phone-small-img) no-repeat; }
    .equipe__container .cards-inventaire__icone-mail {
      grid-row-start: 2;
      margin: 0.25rem 0 0; }
      .equipe__container .cards-inventaire__icone-mail:after {
        background: var(--mail-img) no-repeat; }
  .equipe .underline::after {
    display: none; }

.error404 {
  width: 95%;
  margin: 14rem auto; }
  .error404__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .error404__title h1 {
      color: #EA000F;
      color: var(--primary); }
  .error404__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 0; }

.esthetique {
  margin: 0 0 10rem 0; }
  @media only screen and (max-width: 56.25em) {
    .esthetique {
      margin: 0 0 8rem 0; } }
  @media only screen and (max-width: 56.25em) {
    .esthetique {
      margin: 0 0 5rem 0; } }
  .esthetique__intro {
    margin: 4rem auto;
    width: 95%;
    max-width: 168rem; }
    @media only screen and (max-width: 56.25em) {
      .esthetique__intro {
        margin: 5rem 2.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .esthetique__intro {
        margin: 3rem auto;
        width: 85%; } }
    .esthetique__intro p {
      padding: 1rem 0; }
  .esthetique__forfaits {
    margin: 0 auto;
    width: 95%;
    max-width: 168rem; }
    @media only screen and (max-width: 56.25em) {
      .esthetique__forfaits {
        margin: 0 2.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .esthetique__forfaits {
        margin: 0 auto;
        width: 85%; } }
    .esthetique__forfaits h3 {
      color: #EA000F;
      color: var(--primary);
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      letter-spacing: -0.02em;
      font-weight: 400;
      margin: 0 0 2rem; }
      @media only screen and (max-width: 37.5em) {
        .esthetique__forfaits h3 {
          margin: 0 0 2rem; } }
    .esthetique__forfaits-container {
      display: grid; }
      .esthetique__forfaits-container .grid-cols-2 {
        grid-template-columns: [col1] 87.5% [col2] 12.5% [end]; }
      .esthetique__forfaits-container .grid-cols-3 {
        grid-template-columns: [col1] 75% [col2] 12.5% [col3] 12.5% [end]; }
        @media only screen and (max-width: 37.5em) {
          .esthetique__forfaits-container .grid-cols-3 {
            grid-template-columns: [col1] 60% [col2] 20% [col3] 20% [end]; } }
      .esthetique__forfaits-container .grid-cols-4 {
        grid-template-columns: [col1] 62.5% [col2] 12.5% [col3] 12.5% [col4] 12.5% [end]; }
        @media only screen and (max-width: 37.5em) {
          .esthetique__forfaits-container .grid-cols-4 {
            grid-template-columns: [col1] 50% [col2] 16.5% [col3] 16.5% [col4] 16.5% [end]; } }
      .esthetique__forfaits-container .grid-cols-5 {
        grid-template-columns: [col1] 50% [col2] 12.5% [col3] 12.5% [col4] 12.5% [col5] 12.5% [end]; }
        @media only screen and (max-width: 75em) {
          .esthetique__forfaits-container .grid-cols-5 {
            grid-template-columns: [col1] 35% [col2] 16% [col3] 16% [col4] 16% [col5] 16% [end]; } }
      .esthetique__forfaits-container .grid-cols-6 {
        grid-template-columns: [col1] 40% [col2] 12% [col3] 12% [col4] 12% [col5] 12% [col6] 12% [end]; }
        @media only screen and (max-width: 75em) {
          .esthetique__forfaits-container .grid-cols-6 {
            grid-template-columns: [col1] 25% [col2] 15% [col3] 15% [col4] 15% [col5] 15% [col6] 15% [end]; } }
    .esthetique__forfaits-head-container {
      padding: 2rem 1.8rem;
      display: grid;
      color: #B5B5B5;
      color: var(--grey);
      background-color: #F5F5F5;
      background-color: var(--light-grey);
      justify-items: center;
            /*@include responsive(tab-port) {
                grid-template-columns: [col1] 54% [col2] 12% [col3] 14% [col4] 8% [col5] 12% [end];
            }

            @include responsive(phone) {
                grid-template-columns: [col1] 40% [col2] 18% [col3] 18% [col4] 8% [col5] 16% [end];
            }*/
            /*p {
                font-family: $sub-title-font;
                font-family: var(--sub);
                text-transform: uppercase;

                @include responsive(phone) {
                    font-size: $default-font-size;
                }
            }

            p:nth-of-type(1) {
                justify-self: left;
            }*/ }
      @media only screen and (max-width: 56.25em) {
        .esthetique__forfaits-head-container {
          padding: 1.7rem 1.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .esthetique__forfaits-head-container {
          padding: 1.2rem 0; } }
      .esthetique__forfaits-head-container h4 {
        font-size: Calc( 1.8rem * var(--font-mod) );
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub); }
        @media only screen and (max-width: 56.25em) {
          .esthetique__forfaits-head-container h4 {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 37.5em) {
          .esthetique__forfaits-head-container h4 {
            font-size: 1.2rem; } }
      .esthetique__forfaits-head-container h4:nth-of-type(1) {
        justify-self: left;
        padding-left: 0.5rem; }
    .esthetique__forfaits-content {
      padding: 1.8rem;
      display: grid;
      grid-template-columns: [col1] 60% [col2] 10% [col3] 10% [col4] 10% [col5] 10% [end];
      justify-items: center;
      border-bottom: 1px solid #7A7A7E;
      border-bottom: 1px solid var(--dark-grey);
            /* @include responsive(tab-port) {
                grid-template-columns: [col1] 54% [col2] 12% [col3] 14% [col4] 8% [col5] 12% [end];
            }

            @include responsive(phone) {
                grid-template-columns: [col1] 40% [col2] 18% [col3] 18% [col4] 8% [col5] 16% [end];
            }*/ }
      @media only screen and (max-width: 56.25em) {
        .esthetique__forfaits-content {
          padding: 1.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .esthetique__forfaits-content {
          padding: 1rem 0; } }
      .esthetique__forfaits-content p {
        justify-self: left;
        line-height: 1.4;
        font-size: Calc( 2rem * var(--font-mod) );
        font-weight: 700; }
        @media only screen and (max-width: 56.25em) {
          .esthetique__forfaits-content p {
            font-size: Calc( 1.8rem * var(--font-mod) ); } }
        @media only screen and (max-width: 37.5em) {
          .esthetique__forfaits-content p {
            font-size: 1.6rem; } }
      .esthetique__forfaits-content span {
        font-size: Calc( 2rem * var(--font-mod) ); }
        @media only screen and (max-width: 56.25em) {
          .esthetique__forfaits-content span {
            font-size: Calc( 1.8rem * var(--font-mod) ); } }
        @media only screen and (max-width: 37.5em) {
          .esthetique__forfaits-content span {
            font-size: 1.6rem; } }
      .esthetique__forfaits-content:hover {
        background: #EA000F;
        background: var(--primary); }
        .esthetique__forfaits-content:hover p {
          color: #fff; }
        .esthetique__forfaits-content:hover span {
          color: #fff; }

.extra-form {
  background: #7A7A7E;
  background: var(--dark-grey);
  background-size: cover;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .extra-form {
      display: none; } }
  .extra-form * {
    z-index: 1; }
  .extra-form__background {
    background: url("../img/pexels-albin-berlin-919073.jpg") center;
    background-size: cover;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0; }

.finance {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  max-width: 156rem;
  margin: 0 auto;
  /* p {
      @include responsive(tab-land) {
          font-size: $large-font;
      }
  } */ }
  @media only screen and (max-width: 56.25em) {
    .finance {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5rem 0 8rem; } }
  @media only screen and (max-width: 37.5em) {
    .finance {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 85%;
      margin: 0 auto;
      padding: 3rem 0 5rem; } }
  .finance__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%; }
    @media only screen and (max-width: 56.25em) {
      .finance__col {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        width: 100%; } }
  .finance__col-large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%; }
    @media only screen and (max-width: 56.25em) {
      .finance__col-large {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .finance__box {
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
  .finance__intro {
    padding: 5rem 4.5rem 5.1rem 5.1rem;
    /* WordPress Core
    -------------------------------------------------------------- */ }
    @media only screen and (max-width: 56.25em) {
      .finance__intro {
        max-width: unset;
        margin: 0 0 3.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .finance__intro {
        padding: 2.5rem;
        margin: 0 0 1.5rem; } }
    .finance__intro h4 {
      margin: 0 0 1rem;
      color: #EA000F;
      color: var(--primary);
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-weight: 400;
      letter-spacing: -0.02em;
      text-transform: initial; }
    .finance__intro a {
      color: #253031;
      text-decoration: underline;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .finance__intro a:hover {
        color: var(--primary); }
    .finance__intro p {
      padding: 0 !important;
      margin: 2rem 0; }
    .finance__intro ul, .finance__intro ol, .finance__intro img, .finance__intro blockquote {
      margin: 2rem 0; }
    .finance__intro ul, .finance__intro ol {
      padding: 0 0 0 2rem; }
    .finance__intro ul {
      list-style: initial; }
    .finance__intro ol {
      list-style: auto; }
    .finance__intro li {
      list-style: inherit; }
    .finance__intro .aligncenter,
    .finance__intro div.aligncenter {
      display: block;
      margin: 0 auto 2rem auto; }
    .finance__intro .alignright {
      float: right;
      margin: 0 0 2rem 2rem; }
    .finance__intro .alignleft {
      float: left;
      margin: 0 2rem 2rem 0; }
    .finance__intro a img.alignright {
      float: right;
      margin: 0 0 2rem 2rem; }
    .finance__intro a img.alignnone {
      margin: 0 2rem 2rem 0; }
    .finance__intro a img.alignleft {
      float: left;
      margin: 0 2rem 2rem 0; }
    .finance__intro a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .finance__intro .wp-caption.alignnone {
      margin: 0 2rem 2rem 0; }
    .finance__intro .wp-caption.alignleft {
      margin: 0 2rem 2rem 0; }
    .finance__intro .wp-caption.alignright {
      margin: 0 0 2rem 2rem; }
    .finance__intro .wp-caption p.wp-caption-text {
      display: none; }
  .finance__icons {
    margin: 5rem 0 0;
    padding: 5rem; }
    @media only screen and (max-width: 56.25em) {
      .finance__icons {
        display: none; } }
    .finance__icons-mobile {
      margin: 0;
      margin: 3.5rem 0 0;
      display: none; }
      @media only screen and (max-width: 56.25em) {
        .finance__icons-mobile {
          display: block; } }
      @media only screen and (max-width: 37.5em) {
        .finance__icons-mobile {
          margin: 1.5rem 0 0;
          padding: 2.5rem; } }
    .finance__icons h4 {
      color: #EA000F;
      color: var(--primary);
      margin: 0 0 4rem;
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-weight: 400;
      letter-spacing: -0.02em;
      text-transform: initial; }
  .finance__icons-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem; }
    @media only screen and (max-width: 75em) {
      .finance__icons-container {
        justify-items: center; } }
    .finance__icons-container img {
      height: 100%;
      width: auto; }
      @media only screen and (max-width: 75em) {
        .finance__icons-container img {
          height: unset;
          width: unset; } }
    .finance__icons-container-mobile {
      max-width: 90rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .finance__demande-simplifie {
    max-width: 67rem;
    padding: 4.5rem;
    margin: 0 0 5rem; }
    @media only screen and (max-width: 56.25em) {
      .finance__demande-simplifie {
        margin: 3.5rem 0;
        max-width: unset; } }
    @media only screen and (max-width: 37.5em) {
      .finance__demande-simplifie {
        margin: 1.5rem 0;
        padding: 2.5rem 0.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .finance__demande-simplifie > * {
        padding: 0 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .finance__demande-simplifie > a.btn {
        margin: 0 2rem; } }
    .finance__demande-simplifie .btn {
      padding: 1.4rem 2rem;
      color: #fff !important; }
    .finance__demande-simplifie .btn-demande-complete {
      text-transform: uppercase; }
    .finance__demande-simplifie h4 {
      padding: 0 0 2rem;
      color: #EA000F;
      color: var(--primary);
      max-width: 66rem;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
      @media only screen and (max-width: 56.25em) {
        .finance__demande-simplifie h4 {
          max-width: unset; } }
      @media only screen and (max-width: 37.5em) {
        .finance__demande-simplifie h4 {
          padding: 0 2rem 2rem; } }
    .finance__demande-simplifie p {
      padding: 0 0 3rem;
      max-width: 56rem;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 56.25em) {
        .finance__demande-simplifie p {
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content; } }
      .finance__demande-simplifie p.size__h4 {
        padding: 0; }
        @media only screen and (max-width: 37.5em) {
          .finance__demande-simplifie p.size__h4 {
            padding: 0 2rem;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
    .finance__demande-simplifie input[type=text],
    .finance__demande-simplifie input[type=email],
    .finance__demande-simplifie input[type=number] {
      margin: 0 0 2rem 0;
      max-width: 33rem; }
    .finance__demande-simplifie a {
      color: #253031 !important; }
    .finance__demande-simplifie-phone-application p:last-of-type {
      padding: 0; }
    @media only screen and (max-width: 37.5em) {
      .finance__demande-simplifie:nth-of-type(2) p {
        width: inherit;
        max-width: inherit; } }
  .finance .select {
    margin: 1rem 0 2rem 0;
    max-width: 33.2rem; }
  .finance__captcha {
    max-width: 34.5rem;
    width: 100%;
    height: 50px;
    margin: 1rem 0;
    background-color: #B5B5B5;
    background-color: var(--grey); }
  .finance .frm_form_fields .frm_fields_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .finance .frm-g-recaptcha {
    margin: 1rem 0; }
    @media only screen and (max-width: 37.5em) {
      .finance .frm-g-recaptcha {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; } }
  .finance .frm_message {
    font-weight: 700; }
  .finance .frm_error {
    font-size: 1.2rem;
    color: #F20707; }
  .finance .frm_error_style {
    color: #F20707;
    font-weight: 700; }
  .finance fieldset {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 56.25em) {
      .finance fieldset {
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .finance .underline::after {
    display: none; }
  .finance button {
    font-size: 1.6rem;
    font-family: "Inter", Arial, sans-serif;
    font-family: var(--default);
    font-weight: 700;
    padding: 1.3rem 2.3rem;
    background-color: #EA000F;
    background-color: var(--primary);
    cursor: pointer;
    color: #fff;
    border: none;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-radius: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem 0; }
    @media only screen and (max-width: 37.5em) {
      .finance button {
        font-size: Calc( 1.8rem * var(--font-mod) ); } }
    .finance button:hover {
      -webkit-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      background-color: #253031; }

.formulaire__container {
  width: 100%;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center; }
.formulaire .select,
.formulaire .frm_primary_label {
  margin: 0 auto; }
.formulaire .select {
  max-width: inherit; }
.formulaire .frm_fields_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto; }
  .formulaire .frm_fields_container .frm_inside_container {
    position: relative; }
.formulaire .wp-editor-tools,
.formulaire .quicktags-toolbar {
  display: none; }
.formulaire_textarea .wp-editor-container {
  border: 1px solid #253031; }
.formulaire input[type=text],
.formulaire input[type=email],
.formulaire input[type=tel],
.formulaire textarea,
.formulaire .select {
  max-width: unset;
  margin: 1rem 0; }
.formulaire input[type=number] {
  margin: 1rem 0; }
.formulaire .frm_opt_container {
  display: grid;
  grid-template-columns: auto auto !important;
  grid-gap: 0 5% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  padding: 0 0 0.5rem 0;
  margin: 1rem 0; }
  .formulaire .frm_opt_container .frm_radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
.formulaire .frm_error,
.formulaire .frm_error_style {
  color: #F20707; }
.formulaire .frm_error_style {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
.formulaire .frm_error {
  font-size: 1.4rem; }
  @media only screen and (max-width: 56.25em) {
    .formulaire .frm_error {
      font-size: Calc( 1.8rem * var(--font-mod) ); } }
.formulaire .frm_form_fields fieldset {
  padding: 0; }
.formulaire .frm-g-recaptcha {
  margin: 1rem 0; }
.formulaire h3 {
  color: #EA000F;
  color: var(--primary);
  margin: 3.5rem 0 !important;
  text-decoration: none; }
  .formulaire h3::after {
    background-color: transparent; }
  @media only screen and (max-width: 56.25em) {
    .formulaire h3:first-of-type {
      margin: 0 0 3.5rem !important; } }
.formulaire button {
  font-size: 1.6rem;
  font-family: "Inter", Arial, sans-serif;
  font-family: var(--default);
  font-weight: 700;
  padding: 1.3rem 2.3rem;
  background-color: #EA000F;
  background-color: var(--primary);
  cursor: pointer;
  color: #fff;
  border: none;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0; }
  @media only screen and (max-width: 37.5em) {
    .formulaire button {
      font-size: Calc( 1.8rem * var(--font-mod) ); } }
  .formulaire button:hover {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #253031; }
.formulaire label[for="g-recaptcha-response"] {
  display: none; }

div.frm_verify {
  position: absolute;
  left: -3000px; }

.frm_none_container .frm_primary_label {
  display: none; }

.frm_screen_reader {
  display: none !important; }

.frm_required {
  margin-left: -0.35rem; }

.ui-datepicker.frm-datepicker {
  z-index: 1 !important; }
  .ui-datepicker.frm-datepicker select.ui-datepicker-month,
  .ui-datepicker.frm-datepicker select.ui-datepicker-year {
    width: 33% !important;
    height: 2.5rem;
    padding: 0.4rem; }
  .ui-datepicker.frm-datepicker .ui-widget-header,
  .ui-datepicker.frm-datepicker .ui-datepicker-header {
    background-color: #7A7A7E !important;
    background-color: var(--dark-grey) !important;
    color: #fff !important; }
  .ui-datepicker.frm-datepicker td.ui-datepicker-current-day,
  .ui-datepicker.frm-datepicker td .ui-state-hover,
  .ui-datepicker.frm-datepicker td .ui-state-active,
  .ui-datepicker.frm-datepicker thead {
    background-color: #EA000F !important;
    background-color: var(--primary) !important;
    color: #fff !important; }

.formulaire .frm_error_style p,
.formulaire .frm_message p {
  font-weight: 700; }

.custom-gutenberg .formulaire .frm_error_style p,
.custom-gutenberg .formulaire .frm_message p {
  margin: 2rem 0 0 0; }
.custom-gutenberg .formulaire .frm_message {
  max-width: 75rem;
  width: 100%;
  margin: 0px auto; }

.custom-gutenberg h1, .custom-gutenberg h3, .custom-gutenberg h4, .custom-gutenberg h5, .custom-gutenberg h6 {
  margin: 0.5rem 0 2rem 0; }
.custom-gutenberg h1 {
  font-size: Calc( 3.6rem * var(--font-mod) );
  font-weight: 700;
  color: #EA000F;
  color: var(--primary); }
.custom-gutenberg h2 {
  font-size: Calc( 4.8rem * var(--font-mod) );
  margin: 0.5rem 0 3.5rem; }
  @media only screen and (max-width: 37.5em) {
    .custom-gutenberg h2 {
      font-size: Calc( 3.2rem * var(--font-mod) );
      margin: 0.5rem 0 2rem; } }
.custom-gutenberg p {
  margin: 2rem 0; }
.custom-gutenberg a {
  color: #EA000F;
  color: var(--primary); }
  .custom-gutenberg a:hover, .custom-gutenberg a:focus {
    color: #FF6006;
    color: var(--secondary); }
.custom-gutenberg ul li {
  list-style-type: none; }
.custom-gutenberg ul li::before {
  content: "\2022";
  color: #EA000F;
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem; }
.custom-gutenberg ul, .custom-gutenberg ol {
  padding: 0 0 0 5rem;
  margin: 2rem 0; }
.custom-gutenberg ol li {
  list-style-type: decimal; }
.custom-gutenberg ol li::marker {
  color: #EA000F;
  color: var(--primary); }
.custom-gutenberg img {
  margin: 2rem 0; }
.custom-gutenberg figcaption {
  font-size: 1.2rem; }
.custom-gutenberg .btn {
  color: #fff !important; }
  .custom-gutenberg .btn:hover {
    color: #fff !important; }

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7rem 0;
  background: #F5F5F5; }
  @media only screen and (max-width: 37.5em) {
    .icons {
      padding: 3.5rem 0; } }
  .icons__container {
    max-width: 131.5rem;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .icons__container {
        display: grid; } }
  .icons__body img {
    max-height: 9rem;
    max-width: 23rem;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
    margin: 0 5rem 0 0; }
    @media only screen and (max-width: 56.25em) {
      .icons__body img {
        max-width: 20rem; } }
    @media only screen and (max-width: 37.5em) {
      .icons__body img {
        margin: 1.5rem 0 !important; } }
  .icons__body:last-of-type img {
    margin: 0; }

.inventaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 3.5rem auto 7rem; }
  .inventaire-block, .inventaire .container {
    display: block; }
  @media only screen and (max-width: 56.25em) {
    .inventaire {
      overflow: hidden;
      width: 100%;
      margin-top: 0.5rem; } }
  .inventaire__left, .inventaire__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .inventaire__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left {
        position: absolute;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 0px;
                flex: 0 0 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        z-index: 100;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media only screen and (max-width: 37.5em) {
      .inventaire__left {
        padding: 0; } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left-active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        position: initial; } }
    .inventaire__left__title {
      width: 75%;
      padding: 4.5rem 0;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
      .inventaire__left__title h4 {
        letter-spacing: 0;
        text-transform: none; }
      @media only screen and (max-width: 75em) {
        .inventaire__left__title {
          padding: 3rem 0; } }
      @media only screen and (max-width: 56.25em) {
        .inventaire__left__title {
          position: relative;
          width: 75%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 3.5rem 0; } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left__close {
        position: relative; } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left__close::before, .inventaire__left__close::after {
        content: '';
        position: absolute;
        width: 2.8rem;
        height: 0.25rem;
        background-color: #253031;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left__close::before {
        -webkit-transform: rotate(-45deg) translate(-12px, -12px);
                transform: rotate(-45deg) translate(-12px, -12px); } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__left__close::after {
        -webkit-transform: rotate(45deg) translate(-12px, 12px);
                transform: rotate(45deg) translate(-12px, 12px); } }
    .inventaire__left__items {
      padding: 2.5rem 0 0;
      border-bottom: 1px solid #DBDBDB;
      width: 95%;
      margin: 0 auto; }
    .inventaire__left__first-items {
      padding: 0;
      border-bottom: 1px solid #DBDBDB;
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .inventaire__left__accord {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .inventaire__left__accord-title {
        position: relative;
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transition: 500ms ease-out;
        transition: 500ms ease-out;
        text-transform: uppercase;
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub); }
        .inventaire__left__accord-title::after, .inventaire__left__accord-title::before {
          position: absolute;
          content: " ";
          display: inline-block;
          cursor: pointer;
          width: 1.6rem;
          height: 2px;
          background-color: #7A7A7E;
          border: none;
          right: 0; }
        .inventaire__left__accord-title::after {
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
        .inventaire__left__accord-title::before {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 1;
          -webkit-transition: 500ms ease-out;
          transition: 500ms ease-out; }
        .inventaire__left__accord-title-active {
          position: relative;
          -webkit-transition: 500ms ease-in;
          transition: 500ms ease-in; }
          .inventaire__left__accord-title-active::before {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
            opacity: 0;
            -webkit-transition: 500ms ease-in;
            transition: 500ms ease-in; }
        .inventaire__left__accord-title p {
          max-width: 80%; }
      .inventaire__left__accord-content {
        width: 75%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
        padding: 2.5rem 0 0; }
        .inventaire__left__accord-content-active {
          max-height: 100%;
          -webkit-transition: all 500ms ease-out;
          transition: all 500ms ease-out; }
      .inventaire__left__accord-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
      .inventaire__left__accord-text {
        margin: 0 0 2.5rem;
        -webkit-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out; }
        .inventaire__left__accord-text input[type=text] {
          max-width: inherit;
          width: 99%; }
      .inventaire__left__accord-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 2.5rem;
        margin: 0 0 2.5rem;
        -webkit-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out; }
        .inventaire__left__accord-number input[type=number],
        .inventaire__left__accord-number input[type=money] {
          max-width: inherit;
          width: 45%;
          -moz-appearance: textfield; }
        .inventaire__left__accord-number input::-webkit-outer-spin-button,
        .inventaire__left__accord-number input::-webkit-inner-spin-button {
          -webkit-appearance: none; }
      .inventaire__left__accord-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 0.75rem;
        padding: 0.2rem 0 0;
        margin: 0 0 1rem; }
        .inventaire__left__accord-checkbox label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 1.6rem;
          line-height: 1.4;
          color: #253031;
          gap: 0.5rem; }
          .inventaire__left__accord-checkbox label input[type=checkbox] {
            border: 0.15rem solid #EA000F;
            border: 0.15rem solid var(--primary); }
          .inventaire__left__accord-checkbox label span {
            color: #EA000F;
            color: var(--primary); }
        .inventaire__left__accord-checkbox-color label {
          cursor: pointer; }
        .inventaire__left__accord-checkbox-color input[type=checkbox] {
          border-radius: 50%;
          width: 2rem;
          height: 2rem;
          border: 0.15rem solid #DBDBDB !important; }
          .inventaire__left__accord-checkbox-color input[type=checkbox]::before {
            border: none; }
          .inventaire__left__accord-checkbox-color input[type=checkbox]:checked {
            border: 0.2rem solid #EA000F !important;
            border: 0.2rem solid var(--primary) !important; }
          .inventaire__left__accord-checkbox-color input[type=checkbox]:checked::before {
            -webkit-transform: none;
                    transform: none; }
        .inventaire__left__accord-checkbox:last-child {
          margin: 0 0 2.5rem; }
        .inventaire__left__accord-checkbox-bold {
          font-weight: 700; }
      .inventaire__left__accord-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 1rem;
        padding: 0.2rem 0 0;
        margin: 0 0 2.5rem; }
        .inventaire__left__accord-dropdown .select {
          max-width: inherit;
          width: 100%; }
          .inventaire__left__accord-dropdown .select__arrow::after {
            border-color: #7A7A7E; }
      .inventaire__left__accord-range {
        padding: 0.2rem 0 0; }
    .inventaire__left-btn {
      width: 95%;
      margin: 0 auto; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__left-btn {
          display: none; } }
      .inventaire__left-btn-fixed {
        display: none; }
        @media only screen and (max-width: 56.25em) {
          .inventaire__left-btn-fixed {
            position: -webkit-sticky;
            position: sticky;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            padding: 1rem 0;
            margin: 2rem 0;
            background-color: #EA000F;
            background-color: var(--primary); } }
        @media only screen and (max-width: 56.25em) {
          .inventaire__left-btn-fixed-block {
            display: block; } }
        .inventaire__left-btn-fixed .btn__large {
          height: 6rem;
          padding: 0 3rem;
          border: solid 1px #fff;
          border: solid 1px var(--white);
          font-size: Calc( 2rem * var(--font-mod) ); }
          @media only screen and (max-width: 56.25em) {
            .inventaire__left-btn-fixed .btn__large {
              width: 45%;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media only screen and (max-width: 37.5em) {
            .inventaire__left-btn-fixed .btn__large {
              padding: 0 1rem;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
      .inventaire__left-btn .btn__large {
        height: 5rem;
        padding: 0 3rem;
        font-size: Calc( 1.8rem * var(--font-mod) ); }
        @media only screen and (max-width: 56.25em) {
          .inventaire__left-btn .btn__large {
            width: 45%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media only screen and (max-width: 37.5em) {
          .inventaire__left-btn .btn__large {
            padding: 0 1rem;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0 0.5rem 0 0; } }
      .inventaire__left-btn-content {
        width: 75%;
        margin: 2.5rem auto; }
        @media only screen and (max-width: 56.25em) {
          .inventaire__left-btn-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 95%;
            margin: 0 auto; } }
    .inventaire__left-counter {
      display: none; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__left-counter {
          width: 45%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-weight: 700;
          padding: 0 1rem;
          height: 6rem;
          background-color: #fff;
          color: #EA000F;
          color: var(--primary);
          font-size: Calc( 2.4rem * var(--font-mod) );
          cursor: pointer;
          text-transform: lowercase;
          border-radius: 30px; }
          .inventaire__left-counter:hover {
            background-color: #253031;
            -webkit-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out; } }
      @media only screen and (max-width: 37.5em) {
        .inventaire__left-counter {
          font-size: 1.6rem;
          margin: 0 0 0 0.5rem; } }
      .inventaire__left-counter i {
        margin: 0 0 0 2rem; }
        .inventaire__left-counter i::before {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border: solid #EA000F;
          border: solid var(--primary);
          border-width: 2px 2px 0 0; }
  .inventaire__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
    @media only screen and (max-width: 56.25em) {
      .inventaire__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 95%;
                flex: 0 0 95%;
        margin: 0 auto; } }
    @media only screen and (max-width: 56.25em) {
      .inventaire__right__position {
        width: 100%;
        height: 7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .inventaire__right__position_fixed {
          background-color: #F5F5F5;
          position: fixed;
          padding: 0 2rem;
          left: 0;
          top: 9.8rem;
          z-index: 1; } }
    .inventaire__right__content {
      width: 95%;
      margin: 0 0 0 auto;
      max-width: 103rem; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__right__content {
          width: 80%;
          margin: 0 auto; } }
      @media only screen and (max-width: 37.5em) {
        .inventaire__right__content {
          width: 95%; } }
      .inventaire__right__content-none {
        display: none; }
    .inventaire__right__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 0 2.5rem;
      gap: 3rem; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__right__header {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 1rem; } }
    .inventaire__right .select {
      margin: auto 0;
      max-width: 25rem; }
      .inventaire__right .select select {
        border-radius: 30px; }
      @media only screen and (max-width: 37.5em) {
        .inventaire__right .select {
          max-width: inherit; } }
      .inventaire__right .select__arrow {
        top: 2px;
        right: 1px;
        height: 4.5rem;
        width: 3.9rem;
        border-radius: 0 10rem 10rem 0; }
        .inventaire__right .select__arrow::after {
          border-color: #7A7A7E;
          top: 35%; }
          @media only screen and (max-width: 75em) {
            .inventaire__right .select__arrow::after {
              top: 31%; } }
    .inventaire__right__view-cnt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem;
      padding: 0 1.25rem;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in; }
      .inventaire__right__view-cnt i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .inventaire__right__view-cnt i img {
          -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                  filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
          -webkit-filter: var(--primary-filter);
                  filter: var(--primary-filter); }
      .inventaire__right__view-cnt p {
        margin: 0.25rem 0 0; }
      .inventaire__right__view-cnt:hover, .inventaire__right__view-cnt-active {
        background-color: #F5F5F5;
        background-color: var(--light-grey);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__right__view-cnt {
          display: none; }
          .inventaire__right__view-cnt:hover, .inventaire__right__view-cnt-active {
            background-color: #fff; } }
    .inventaire__right #filtre {
      display: none; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__right #filtre {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 80%;
          margin: 0 auto; } }
      @media only screen and (max-width: 37.5em) {
        .inventaire__right #filtre {
          width: 95%; } }
    .inventaire__right label {
      margin: auto 0;
      white-space: nowrap;
      margin-right: -1.5rem; }
      @media only screen and (max-width: 56.25em) {
        .inventaire__right label {
          margin-right: 0; } }
    .inventaire__right__grid {
      display: grid;
      justify-items: flex-end;
      padding: 1rem 0 3rem;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem; }
      @media only screen and (max-width: 75em) {
        .inventaire__right__grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media only screen and (max-width: 37.5em) {
        .inventaire__right__grid {
          grid-template-columns: repeat(1, 1fr);
          justify-items: center; } }
      .inventaire__right__grid-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2rem;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media only screen and (max-width: 56.25em) {
          .inventaire__right__grid-list {
            display: grid;
            justify-items: flex-end;
            padding: 1rem 0;
            grid-template-columns: repeat(2, 1fr); } }
        @media only screen and (max-width: 37.5em) {
          .inventaire__right__grid-list {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            justify-items: center; } }
      .inventaire__right__grid-none {
        display: none; }
  .inventaire__notice {
    margin: 2rem 0; }
    .inventaire__notice h4 {
      letter-spacing: 0;
      text-transform: none; }
  .inventaire__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    margin: 2.5rem 0 4rem; }
    .inventaire__pagination .btn {
      height: 4rem;
      width: 4rem;
      background-color: #fff;
      color: #7A7A7E;
      border: 1px solid #7A7A7E;
      font-weight: 400;
      border-radius: 50px;
      padding: 0.95rem 1.45rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .inventaire__pagination .btn:hover, .inventaire__pagination .btn-active {
        background-color: #EA000F;
        background-color: var(--primary);
        border: 1px solid #EA000F;
        border: 1px solid var(--primary);
        color: #fff; }
  .inventaire__loading-content, .inventaire__error-content {
    margin: 5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #EA000F;
    color: var(--primary); }
    @media only screen and (max-width: 37.5em) {
      .inventaire__loading-content, .inventaire__error-content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

@-webkit-keyframes open {
  0% {
    max-height: 0%; }
  50% {
    max-height: 50%; }
  100% {
    max-height: 100%; } }

@keyframes open {
  0% {
    max-height: 0%; }
  50% {
    max-height: 50%; }
  100% {
    max-height: 100%; } }
@-webkit-keyframes close {
  0% {
    max-height: 100%; }
  50% {
    max-height: 50%; }
  100% {
    max-height: 0%; } }
@keyframes close {
  0% {
    max-height: 100%; }
  50% {
    max-height: 50%; }
  100% {
    max-height: 0%; } }
.active-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .active-filter__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem auto; }
  .active-filter__item {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    padding: 1rem 2.5rem 1rem 1.5rem;
    border: #EA000F solid 1px;
    border: var(--primary) solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #253031;
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 50px; }
    .active-filter__item::after, .active-filter__item::before {
      position: absolute;
      content: " ";
      display: inline-block;
      cursor: pointer;
      width: 2rem;
      height: 2px;
      background-color: #EA000F;
      background-color: var(--primary);
      border: none;
      right: 12px; }
    .active-filter__item::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .active-filter__item::before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .active-filter__item:hover {
      background-color: #DBDBDB;
      -webkit-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
    .active-filter__item-close {
      margin: 0 0.5rem; }
    .active-filter__item-title {
      margin: 0 0.25rem 0 0; }
    .active-filter__item-label {
      margin: 0 0.5rem 0 0; }
    @media only screen and (max-width: 90em) {
      .active-filter__item {
        padding: 1.1rem 2.5rem 1.15rem 1.5rem;
        margin: 0.5rem 1rem 0.5rem 0; } }
    .active-filter__item-invalid {
      cursor: default;
      border: #B5B5B5 solid 1px;
      color: #B5B5B5;
      background-color: #F5F5F5;
      padding: 1rem 1.5rem; }
      .active-filter__item-invalid::after, .active-filter__item-invalid::before {
        display: none; }
      @media only screen and (max-width: 90em) {
        .active-filter__item-invalid {
          padding: 1.1rem 1.5rem; } }
      @media only screen and (max-width: 75em) {
        .active-filter__item-invalid {
          padding: 1.2rem 1.5rem; } }
      @media only screen and (max-width: 56.25em) {
        .active-filter__item-invalid {
          padding: 1.25rem 1.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .active-filter__item-invalid {
          padding: 1.25rem 1.5rem; } }
      .active-filter__item-invalid .active-filter__item-close {
        margin: 0; }
      .active-filter__item-invalid .active-filter__item-label {
        margin: 0 0 0 0.5rem; }
  .active-filter__trash {
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    padding: 1rem 1.1rem;
    border: #EA000F solid 1px;
    border: var(--primary) solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1rem 0 0;
    border-radius: 50px; }
    .active-filter__trash:hover {
      background-color: #DBDBDB;
      -webkit-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
    .active-filter__trash img {
      -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
              filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
      -webkit-filter: var(--primary-filter);
              filter: var(--primary-filter); }

.new-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 156rem;
  width: 95%;
  margin: 0 auto 6rem; }
  @media only screen and (max-width: 56.25em) {
    .new-car {
      display: block; } }
  @media only screen and (max-width: 37.5em) {
    .new-car {
      margin: 0 auto; } }
  .new-car__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .new-car__title {
    overflow: hidden;
    font-family: "Dela Gothic One", Arial, sans-serif;
    font-family: var(--title);
    padding: 1rem 0;
    color: #EA000F;
    color: var(--primary);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap; }
    @media only screen and (max-width: 37.5em) {
      .new-car__title {
        padding: 1rem 0 0 0; } }
    .new-car__title::before, .new-car__title::after {
      content: '';
      position: absolute;
      width: 33%;
      top: 55%;
      opacity: 0.3;
      border-top: 3px solid #7A7A7E;
      border-top: 3px solid var(--dark-grey);
      z-index: -1; }
    .new-car__title::before {
      left: 0;
      margin: 0 2rem 0 0; }
    .new-car__title::after {
      margin: 0 0 2rem;
      right: 0; }
    .new-car__title h3 {
      font-size: Calc( 4.8rem * var(--font-mod) );
      line-height: 1.2;
      letter-spacing: -0.02em;
      padding: 0 2rem;
      background-color: #F5F5F5;
      background-color: var(--light-grey);
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      @media only screen and (max-width: 37.5em) {
        .new-car__title h3 {
          font-size: Calc( 3.6rem * var(--font-mod) ); } }
      @media only screen and (max-width: 30em) {
        .new-car__title h3 {
          white-space: normal; } }
  .new-car__inventaires {
    display: grid;
    gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto; }
    @media only screen and (max-width: 70em) {
      .new-car__inventaires {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .new-car__inventaires {
        grid-template-columns: repeat(1, 1fr); } }
    .new-car__inventaires .cards-default__container {
      margin: 0; }
  .new-car__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0 0; }
    @media only screen and (max-width: 37.5em) {
      .new-car__border {
        margin: 4rem 0; } }
  .new-car .special-link {
    padding: 2rem 6rem 2rem 3.5rem; }
    .new-car .special-link::before {
      right: 2.5rem;
      margin: 0 1rem 0 0; }
    .new-car .special-link::after {
      right: 2.5rem;
      margin: 0 1rem 0 0; }

.open-hours {
  background-color: #F5F5F5;
  position: relative;
  width: 95%;
  margin: 0 auto;
    /* &__line {
        width: 100%;
        height: 2px;
        background-color: $primary;
        background-color: var(--primary);
        margin: 1.5rem 0 4.5rem;

        @include responsive(phone){
            margin: 1.5rem 0 0 0;
        }
    } */ }
  @media only screen and (max-width: 56.25em) {
    .open-hours {
      margin: 0 2.5rem;
      padding: 4rem 0 0;
      position: initial;
      height: 100%; } }
  @media only screen and (max-width: 37.5em) {
    .open-hours {
      padding: 0 0 4rem;
      margin: 0 auto; } }
  .open-hours__wrapper {
    margin: -11rem auto 0;
    width: 100%;
    max-width: 159rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .open-hours__wrapper {
        position: initial;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .open-hours__wrapper-no-negative-margin {
      margin: 0 auto; }
  .open-hours__container {
    width: 100%;
    max-width: 77rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 56.25em) {
      .open-hours__container {
        margin: 0 auto; } }
    .open-hours__container-fullwidth {
      max-width: 100%;
      margin: 0 !important; }
    .open-hours__container:nth-child(1) {
      margin: 0 2.5rem 0 0; }
      @media only screen and (max-width: 56.25em) {
        .open-hours__container:nth-child(1) {
          margin: 0 0 3rem 0; } }
  .open-hours__content {
    padding: 5rem; }
    @media only screen and (max-width: 75em) {
      .open-hours__content {
        padding: 3rem 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .open-hours__content {
        padding: 5rem; } }
    .open-hours__content h4 {
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      text-transform: uppercase;
      letter-spacing: 0;
      font-weight: 700;
      border-bottom: 2px solid #EA000F;
      border-bottom: 2px solid var(--primary);
      padding-bottom: 2rem;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 37.5em) {
        .open-hours__content h4 {
          font-size: Calc( 2.2rem * var(--font-mod) );
          margin-bottom: 3rem; } }
  .open-hours__btn {
    margin: 1.5rem 0 0; }
  .open-hours__icone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 42rem;
    width: 100%; }
    @media only screen and (max-width: 56.25em) {
      .open-hours__icone {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media only screen and (max-width: 37.5em) {
      .open-hours__icone {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
    .open-hours__icone-gap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 37.5em) {
        .open-hours__icone-gap {
          margin-top: 3rem; } }
    .open-hours__icone::before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 40px;
      padding: 0.5rem;
      margin: 0 0.5rem 0 0;
      background-size: 24px 24px;
      -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
              filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
      -webkit-filter: var(--primary-filter);
              filter: var(--primary-filter); }
      @media only screen and (max-width: 56.25em) {
        .open-hours__icone::before {
          width: 40px; } }
    .open-hours__icone-gps {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .open-hours__icone-gps::before {
        background: var(--gps-img) no-repeat;
        background-size: 24px 24px;
        width: 100%;
        max-width: 24px; }
      .open-hours__icone-gps br {
        margin: 0 0 0.5rem; }
      .open-hours__icone-gps:hover a {
        color: #EA000F;
        color: var(--primary); }
    .open-hours__icone-phone {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 1.5rem 0; }
      .open-hours__icone-phone::before {
        background: var(--phone-img) no-repeat;
        background-size: 24px 24px;
        width: 100%;
        height: 20px;
        max-width: 24px; }
      .open-hours__icone-phone-link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .open-hours__icone-phone a {
        font-weight: 700; }
        .open-hours__icone-phone a:hover {
          color: #EA000F;
          color: var(--primary); }
    .open-hours__icone a {
      color: #253031;
      font-size: Calc( 1.8rem * var(--font-mod) ); }
  .open-hours__list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .open-hours__list-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .open-hours__list {
    margin: 0;
    width: 80%;
    display: inline-block; }
    .open-hours__list:nth-child(1) {
      margin: 0 5% 0 0; }
      @media only screen and (max-width: 37.5em) {
        .open-hours__list:nth-child(1) {
          margin: 0; } }
    @media only screen and (max-width: 37.5em) {
      .open-hours__list {
        width: 100%; } }
    .open-hours__list h5 {
      color: #EA000F;
      color: var(--primary);
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      text-transform: uppercase;
      margin-bottom: 1.8rem; }
      @media only screen and (max-width: 37.5em) {
        .open-hours__list h5 {
          margin: 7% 0 3%; } }
    .open-hours__list ul, .open-hours__list li {
      margin: 1.4rem 0; }
    .open-hours__list ul {
      width: 100%; }
    .open-hours__list li {
      /* display: flex;
      justify-content: space-between; */
      width: 90%; }
      .open-hours__list li div {
        margin: 0 2rem 0 0; }
      .open-hours__list li div > span {
        font-size: Calc( 1.8rem * var(--font-mod) );
        line-height: 1.2;
        font-weight: 700; }
      .open-hours__list li span {
        font-weight: 400;
        text-align: end; }

.page {
  width: 95%;
  max-width: 168rem;
  margin: 0 auto;
  padding: 5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .page {
      padding: 5rem 0 8rem; } }
  @media only screen and (max-width: 37.5em) {
    .page {
      padding: 3rem 0 5rem;
      width: 85%; } }
  .page__title h4 {
    color: #EA000F;
    color: var(--primary);
    margin: 6rem 0; }
  .page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .page__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 75em) {
      .page__container ul, .page__container ol, .page__container li, .page__container pre {
        font-size: Calc( 1.8rem * var(--font-mod) ); } }
    @media only screen and (max-width: 56.25em) {
      .page__container ul, .page__container ol, .page__container li, .page__container pre {
        font-size: Calc( 2.2rem * var(--font-mod) ); } }
  .page__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 5rem 0; }
    .page__col p {
      padding: 1rem 0; }
  .page__single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media only screen and (max-width: 37.5em) {
      .page__single {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .page__single p {
      line-height: 1.3; }
      @media only screen and (max-width: 37.5em) {
        .page__single p {
          line-height: 1.4; } }
    @media only screen and (max-width: 75em) {
      .page__single img {
        width: 50%; } }
    @media only screen and (max-width: 56.25em) {
      .page__single img {
        width: 100%;
        margin: 1.25rem 0 2rem !important; } }
    @media only screen and (max-width: 37.5em) {
      .page__single ul, .page__single ol, .page__single li, .page__single p, .page__single pre {
        font-size: Calc( 1.8rem * var(--font-mod) ); } }
    .page__single h1, .page__single h2, .page__single h3, .page__single h4, .page__single h5, .page__single h6 {
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-weight: 400;
      color: #EA000F;
      color: var(--primary); }
  .page__image {
    max-width: 64rem;
    width: 100%;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 75em) {
      .page__image {
        width: 100%; } }
    @media only screen and (max-width: 56.25em) {
      .page__image {
        margin: 0 auto; } }
    .page__image img {
      width: 100%;
      height: auto; }

.modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .modal__container {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 65rem;
    max-height: 45rem;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 112.5em) {
      .modal__container {
        max-width: 70rem;
        max-height: 50rem; } }
    @media only screen and (max-width: 37.5em) {
      .modal__container {
        max-width: 40rem;
        max-height: 30rem; } }
  .modal__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .modal__image img {
      height: 100%;
      width: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative; }
  .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem 0 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 112.5em) {
      .modal__content {
        padding: 0 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .modal__content {
        width: 17.6rem;
        margin: 0 1.2rem;
        padding: 2rem 0 1rem; } }
    .modal__content p {
      color: #7A7A7E; }
      @media only screen and (max-width: 37.5em) {
        .modal__content p {
          font-size: 1.6rem; } }
    .modal__content h2 {
      color: #EA000F;
      color: var(--primary);
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      font-weight: 600;
      font-size: Calc( 3.6rem * var(--font-mod) );
      margin: 2.5rem 0;
      word-break: break-word; }
      @media only screen and (max-width: 37.5em) {
        .modal__content h2 {
          font-size: Calc( 2.2rem * var(--font-mod) );
          margin: 2rem 0 2.5rem 0; } }
    .modal__content .btn {
      padding: 0.5rem 2.5rem;
      font-size: 1.6rem;
      font-weight: 400; }
      @media only screen and (max-width: 37.5em) {
        .modal__content .btn {
          font-size: 1.4rem;
          height: auto;
          padding: 1rem 1.5rem; } }
  .modal__close-button {
    cursor: pointer;
    width: 3rem;
    padding: 1.5rem 0;
    margin: 3rem 3rem 0 0;
    position: absolute;
    right: 0; }
    @media only screen and (max-width: 37.5em) {
      .modal__close-button {
        margin: 1.25rem 1.25rem 0 -4.25rem; } }
    .modal__close-button::before {
      content: " ";
      position: absolute;
      width: 3rem;
      height: 0.25rem;
      background-color: #253031;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal__close-button::after {
      content: " ";
      position: absolute;
      width: 3rem;
      height: 0.25rem;
      background-color: #253031;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .modal__hide {
    display: none; }

.rendez-vous {
  position: relative;
  z-index: 0;
  width: 95%;
  margin: 0 auto 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }
  @media only screen and (max-width: 56.25em) {
    .rendez-vous {
      width: 100%; } }
  @media only screen and (max-width: 37.5em) {
    .rendez-vous {
      display: none; } }
  .rendez-vous__body {
    position: absolute;
    width: 100%;
    display: grid;
    grid-template-columns: 38.5% 37.5% 24%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #EA000F;
    background-color: var(--primary);
    padding: 5rem 0; }
    @media only screen and (max-width: 75em) {
      .rendez-vous__body {
        grid-template-columns: 37% 35% 28%; } }
    @media only screen and (max-width: 56.25em) {
      .rendez-vous__body {
        padding: 3rem 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-template-columns: 38% 28% 32%; } }
  .rendez-vous__heading3 {
    justify-self: end;
    padding: 0 3rem 0 0; }
    @media only screen and (max-width: 75em) {
      .rendez-vous__heading3 {
        font-size: Calc( 2.8rem * var(--font-mod) ); } }
    @media only screen and (max-width: 56.25em) {
      .rendez-vous__heading3 {
        font-size: Calc( 2.4rem * var(--font-mod) ); } }
  .rendez-vous__line {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: left;
    border: 1px solid #fff;
    margin-right: 0; }
  .rendez-vous__btn {
    border: 2px solid #fff;
    font-size: 1.6rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27rem;
    padding: 0rem; }
    .rendez-vous__btn a {
      color: #fff !important; }
    @media only screen and (max-width: 75em) {
      .rendez-vous__btn {
        width: 25rem; } }
    @media only screen and (max-width: 56.25em) {
      .rendez-vous__btn {
        width: 23rem; } }
    .rendez-vous__btn:hover,
    .rendez-vous__btn a:hover {
      background-color: #fff;
      color: #EA000F !important;
      color: var(--primary) !important;
      font-weight: 700; }

.search-keywords-model {
  width: 95%;
  max-width: 156rem;
  margin: 0 auto; }
  .search-keywords-model__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (max-width: 75em) {
      .search-keywords-model__wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: inherit; }
        .search-keywords-model__wrapper .select {
          max-width: inherit; } }
    @media only screen and (max-width: 37.5em) {
      .search-keywords-model__wrapper {
        display: block;
        position: relative;
        width: 100%; } }
  .search-keywords-model__form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 5rem; }
    @media only screen and (max-width: 75em) {
      .search-keywords-model__form-content {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 56.25em) {
      .search-keywords-model__form-content {
        display: grid;
        justify-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .search-keywords-model__form-content h4 {
      margin: 0 0 2rem;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
      @media only screen and (max-width: 37.5em) {
        .search-keywords-model__form-content h4 {
          text-align: center; } }
    .search-keywords-model__form-content span {
      color: #EA000F;
      color: var(--primary); }
  .search-keywords-model form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 0 2rem; }
    @media only screen and (max-width: 37.5em) {
      .search-keywords-model form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .search-keywords-model form input[type=text] {
      max-width: 33rem;
      margin: 0 2rem 0 0; }
      @media only screen and (max-width: 37.5em) {
        .search-keywords-model form input[type=text] {
          max-width: inherit;
          margin: 1rem 0;
          width: 99.35%; } }
    .search-keywords-model form .select {
      max-width: 30rem;
      width: 100%;
      padding: 0 2rem; }
      @media only screen and (max-width: 37.5em) {
        .search-keywords-model form .select {
          max-width: inherit;
          margin: 1rem 0;
          padding: 0; } }
      .search-keywords-model form .select:nth-of-type(1) {
        padding: 0; }
        .search-keywords-model form .select:nth-of-type(1) .select__arrow {
          right: 2px; }
          @media only screen and (max-width: 75em) {
            .search-keywords-model form .select:nth-of-type(1) .select__arrow {
              right: 4px; } }
      .search-keywords-model form .select select {
        padding-block: 1rem; }
    .search-keywords-model form .select__arrow {
      right: 21px; }
      @media only screen and (max-width: 37.5em) {
        .search-keywords-model form .select__arrow {
          right: 4px; } }
  .search-keywords-model__form-budget {
    min-width: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .search-keywords-model__form-budget {
        width: 80%; } }
    .search-keywords-model__form-budget input[type=text] {
      max-width: 10rem;
      width: 100%; }
      @media only screen and (max-width: 56.25em) {
        .search-keywords-model__form-budget input[type=text] {
          margin: 1rem 0; } }
      @media only screen and (max-width: 37.5em) {
        .search-keywords-model__form-budget input[type=text] {
          max-width: 14rem !important; } }
      .search-keywords-model__form-budget input[type=text]:nth-of-type(1) {
        margin: 0 2rem 0 0; }
  .search-keywords-model .btn {
    max-width: 8rem;
    width: 100%;
    min-height: 6rem;
    height: 100%;
    background-image: var(--loupe-img);
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 37.5em) {
      .search-keywords-model .btn {
        position: absolute;
        top: 24rem;
        right: 0;
        height: auto;
        max-width: 7rem;
        min-height: 5rem; } }

.search-category {
  width: 95%;
  max-width: 156rem;
  margin: 0 auto; }
  .search-category__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 5rem; }
    @media only screen and (max-width: 75em) {
      .search-category__container {
        padding: 4rem 2rem; } }
  .search-category__content {
    max-width: 136rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .search-category__content span {
      color: #EA000F;
      color: var(--primary); }
    .search-category__content h4 {
      margin: 0 0 3rem;
      text-align: center;
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub); }
  .search-category__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .search-category__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .search-category form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-category form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 400;
      color: #253031;
      margin: 1rem 1rem 1rem 0;
      grid-area: input; }
      .search-category form label span {
        color: inherit;
        margin: 0 0 0 1.5rem; }
  .search-category .btn {
    max-width: 8rem;
    width: 100%;
    min-height: 6rem;
    background-image: var(--loupe-img);
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 37.5em) {
      .search-category .btn {
        margin: 1rem 0 0; } }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #7A7A7E;
  background-color: var(--dark-grey); }
  @media only screen and (max-width: 37.5em) {
    .search {
      display: none; } }
  .search__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 55rem;
    height: 100%;
    width: 100%;
    background-image: var(--index-src-img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0.5; }
  .search-container {
    position: absolute;
    max-width: 156rem;
    width: 95%;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 56.25em) {
      .search-container {
        margin: 0 2.5rem; } }
  .search-header {
    margin: -10rem auto 0;
    width: 95%;
    position: relative; }
    @media only screen and (max-width: 56.25em) {
      .search-header {
        margin: -10rem 2.5rem 0;
        height: auto; } }
    @media only screen and (max-width: 37.5em) {
      .search-header {
        margin: -10rem auto 0; } }

.services-promotions {
  margin: 0 auto;
  padding: 5rem 0;
  background-color: #F5F5F5;
  width: 95%; }
  @media only screen and (max-width: 37.5em) {
    .services-promotions {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 2rem 0 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .services-promotions__container {
      width: 100%; } }
  .services-promotions__content {
    width: 95%;
    margin: 0 auto; }
  .services-promotions__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 4rem;
    position: relative;
    overflow: hidden; }
    .services-promotions__title::after {
      content: '';
      margin: 3rem 0 auto;
      width: 100%;
      height: 0.3rem;
      top: 33%;
      background-color: #7A7A7E;
      background-color: var(--dark-grey);
      opacity: 0.3;
      overflow: hidden; }
      @media only screen and (max-width: 37.5em) {
        .services-promotions__title::after {
          display: none; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions__title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 3rem; } }
    .services-promotions__title .size__h-alt {
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      padding: 0 3rem 0 0;
      letter-spacing: -0.02em;
      white-space: nowrap; }
      @media only screen and (max-width: 37.5em) {
        .services-promotions__title .size__h-alt {
          text-align: center;
          font-size: Calc( 3.6rem * var(--font-mod) );
          padding: 0;
          white-space: normal; } }
  .services-promotions__image {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
    .services-promotions__image:hover .services-promotions__image-content {
      background-color: #EA000F;
      background-color: var(--primary);
      color: #fff; }
      .services-promotions__image:hover .services-promotions__image-content .star-vehicule__arrow-wrapper {
        background-color: #fff; }
        .services-promotions__image:hover .services-promotions__image-content .star-vehicule__arrow-wrapper .star-vehicule__arrow {
          color: #EA000F;
          color: var(--primary);
          background-color: #EA000F;
          background-color: var(--primary); }
    .services-promotions__image-text {
      overflow: hidden;
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px; }
      @media only screen and (max-width: 37.5em) {
        .services-promotions__image-text {
          left: 0;
          right: 0; } }
      .services-promotions__image-text .size__h4 {
        padding: 0.5%; }
        @media only screen and (max-width: 56.25em) {
          .services-promotions__image-text .size__h4 {
            font-size: Calc( 2.2rem * var(--font-mod) ); } }
        @media only screen and (max-width: 37.5em) {
          .services-promotions__image-text .size__h4 {
            font-size: Calc( 2.8rem * var(--font-mod) ); } }
    .services-promotions__image-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 2rem 0;
      background-color: #fff;
      color: #EA000F;
      color: var(--primary);
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease;
      min-height: 18%;
      display: grid; }
      @media only screen and (max-width: 90em) {
        .services-promotions__image-content {
          min-height: 16.5%; } }
      @media only screen and (max-width: 75em) {
        .services-promotions__image-content {
          min-height: 19%; } }
      @media only screen and (max-width: 56.25em) {
        .services-promotions__image-content {
          min-height: auto; } }
      .services-promotions__image-content-wrapper {
        padding: 0 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .services-promotions__image-content-wrapper .size__h4 {
          letter-spacing: 0; }
      .services-promotions__image-content .star-vehicule__arrow-wrapper {
        position: initial;
        padding: 2.4rem 1.5rem;
        background-color: #EA000F;
        background-color: var(--primary); }
        @media only screen and (max-width: 56.25em) {
          .services-promotions__image-content .star-vehicule__arrow-wrapper {
            padding: 2.5rem 1.5rem; } }
        .services-promotions__image-content .star-vehicule__arrow-wrapper .star-vehicule__arrow {
          position: initial;
          color: #fff;
          background-color: #fff; }
      .services-promotions__image-content .size__h4 {
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        font-size: Calc( 2.4rem * var(--font-mod) );
        text-transform: uppercase;
        padding: 0 0.5rem 0 0; }
        @media only screen and (max-width: 90em) {
          .services-promotions__image-content .size__h4 {
            font-size: Calc( 2.2rem * var(--font-mod) ); } }
        @media only screen and (max-width: 37.5em) {
          .services-promotions__image-content .size__h4 {
            font-size: Calc( 2.8rem * var(--font-mod) ); } }
  .services-promotions__text {
    color: #fff;
    background-color: #EA000F;
    background-color: var(--primary);
    padding: 4.2rem 0 4.2rem;
    width: 100%; }
    .services-promotions__text-wrapper {
      width: 85%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .services-promotions__text-wrapper .size__h5 {
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        margin: 0 0 2rem; }
      .services-promotions__text-wrapper a {
        white-space: nowrap;
        font-weight: 700; }
  .services-promotions-0 .services-promotions__card {
    display: none; }
  .services-promotions-0 .services-promotions__text-wrapper {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-0 .services-promotions__text-wrapper {
        width: 75%; } }
  .services-promotions-0 .services-promotions__text-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 2rem; }
  .services-promotions-1 .services-promotions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-1 .services-promotions__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .services-promotions-1 .services-promotions__card-container-double {
    display: none; }
  .services-promotions-1 .services-promotions__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%; }
    .services-promotions-1 .services-promotions__card p {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 37.5em) {
        .services-promotions-1 .services-promotions__card p {
          font-size: Calc( 1.8rem * var(--font-mod) ); } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-1 .services-promotions__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .services-promotions-1 .services-promotions__image-content {
    min-height: auto; }
  .services-promotions-1 .services-promotions__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin: 0; }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-1 .services-promotions__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 2rem 0 0; } }
    .services-promotions-1 .services-promotions__text-wrapper {
      width: 85%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .services-promotions-1 .services-promotions__text-divider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 2rem; }
  .services-promotions-2 .services-promotions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-2 .services-promotions__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .services-promotions-2 .services-promotions__container > .services-promotions__card {
    display: none; }
  .services-promotions-2 .services-promotions__card-container-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.7%;
            flex: 0 0 66.7%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-2 .services-promotions__card-container-double {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-2 .services-promotions__card-container-double {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .services-promotions-2 .services-promotions__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-2 .services-promotions__card:nth-child(1) {
        margin: 0 0 2rem; } }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-2 .services-promotions__card {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial; } }
  @media only screen and (max-width: 75em) {
    .services-promotions-2 .services-promotions__image-content {
      padding: 1rem 0; } }
  @media only screen and (max-width: 75em) {
    .services-promotions-2 .services-promotions__image-content-wrapper {
      padding: 0 1rem; } }
  .services-promotions-2 .services-promotions__image-content-wrapper p {
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 75em) {
      .services-promotions-2 .services-promotions__image-content-wrapper p {
        line-height: 1.2; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-2 .services-promotions__image-content-wrapper p {
        font-size: Calc( 1.8rem * var(--font-mod) ); } }
  .services-promotions-2 .services-promotions__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-2 .services-promotions__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-2 .services-promotions__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 2rem 0 0; } }
    .services-promotions-2 .services-promotions__text-wrapper {
      width: 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media only screen and (max-width: 75em) {
        .services-promotions-2 .services-promotions__text-wrapper {
          width: 75%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (max-width: 37.5em) {
        .services-promotions-2 .services-promotions__text-wrapper {
          width: 80%; } }
    .services-promotions-2 .services-promotions__text-divider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 2rem; }
      @media only screen and (max-width: 75em) {
        .services-promotions-2 .services-promotions__text-divider {
          margin: 0 0 4rem; } }
  .services-promotions-3 .services-promotions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-3 .services-promotions__container {
        display: block; } }
  .services-promotions-3 .services-promotions__card-container-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-3 .services-promotions__card-container-double {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; }
        .services-promotions-3 .services-promotions__card-container-double a:nth-child(1) {
          grid-row-start: 1;
          grid-column-start: 2;
          grid-row-end: 3;
          grid-column-end: 3; }
        .services-promotions-3 .services-promotions__card-container-double a:nth-child(2) {
          grid-row-start: 1;
          grid-column-start: 1;
          grid-row-end: 2;
          grid-column-end: 2; }
        .services-promotions-3 .services-promotions__card-container-double a:nth-last-child(1) {
          grid-row-start: 2;
          grid-column-start: 1;
          grid-row-end: 3;
          grid-column-end: 2; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-3 .services-promotions__card-container-double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .services-promotions-3 .services-promotions__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%; }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-3 .services-promotions__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-3 .services-promotions__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .services-promotions-3 .services-promotions__image-content {
    min-height: 18.5%;
    padding: 1rem 0; }
    @media only screen and (max-width: 90em) {
      .services-promotions-3 .services-promotions__image-content {
        min-height: 30%; } }
    @media only screen and (max-width: 75em) {
      .services-promotions-3 .services-promotions__image-content {
        min-height: 38%; } }
    @media only screen and (max-width: 56.25em) {
      .services-promotions-3 .services-promotions__image-content {
        min-height: auto; } }
    @media only screen and (max-width: 75em) {
      .services-promotions-3 .services-promotions__image-content-wrapper {
        padding: 0 1rem; } }
    .services-promotions-3 .services-promotions__image-content-wrapper p {
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (max-width: 75em) {
        .services-promotions-3 .services-promotions__image-content-wrapper p {
          line-height: 1.2; } }
      @media only screen and (max-width: 37.5em) {
        .services-promotions-3 .services-promotions__image-content-wrapper p {
          font-size: Calc( 1.8rem * var(--font-mod) ); } }
  .services-promotions-3 .services-promotions__text {
    margin: 2rem 0; }
    @media only screen and (max-width: 37.5em) {
      .services-promotions-3 .services-promotions__text {
        margin: 2rem 0 0 0; } }
    .services-promotions-3 .services-promotions__text-wrapper {
      width: 85%; }
      @media only screen and (max-width: 56.25em) {
        .services-promotions-3 .services-promotions__text-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 80%; } }
    .services-promotions-3 .services-promotions__text-divider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 6rem 0 0; }
      @media only screen and (max-width: 56.25em) {
        .services-promotions-3 .services-promotions__text-divider {
          margin: 0 0 3rem; } }
    .services-promotions-3 .services-promotions__text .btn {
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 2rem 3.5rem;
      font-size: Calc( 1.8rem * var(--font-mod) ); }
      @media only screen and (max-width: 75em) {
        .services-promotions-3 .services-promotions__text .btn {
          width: 38rem; } }
      @media only screen and (max-width: 56.25em) {
        .services-promotions-3 .services-promotions__text .btn {
          width: auto;
          -ms-flex-item-align: start;
              align-self: start; } }

.slide-containe {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #EA000F;
  background-color: var(--primary); }

.slideshow__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.slideshow__image {
  width: 100%;
  height: 100vh; }
  @media only screen and (max-width: 56.25em) {
    .slideshow__image {
      -o-object-fit: cover;
         object-fit: cover; } }
.slideshow__text-content {
  position: absolute;
  width: 50%;
  top: 35vh;
  z-index: 20; }
  @media only screen and (max-width: 56.25em) {
    .slideshow__text-content {
      width: 75%; } }
  @media only screen and (max-width: 37.5em) {
    .slideshow__text-content {
      width: 90%; } }
.slideshow__fade {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: fade;
          animation-name: fade; }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.star-vehicule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 0 4rem;
  background-color: #253031; }
  @media only screen and (max-width: 56.25em) {
    .star-vehicule {
      padding: 6rem 0 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .star-vehicule {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 2.5rem 0 0;
      margin: 3rem 0 0; } }
  .star-vehicule__wrapper {
    max-width: 156rem;
    width: 95%;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .star-vehicule__wrapper {
        width: 100%; } }
    .star-vehicule__wrapper .slider-container {
      position: relative;
      overflow: hidden; }
      .star-vehicule__wrapper .slider-container .slides-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 200%;
        -webkit-transition: -webkit-transform 0.35s linear;
        transition: -webkit-transform 0.35s linear;
        transition: transform 0.35s linear;
        transition: transform 0.35s linear, -webkit-transform 0.35s linear; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__container {
          background-color: #253031;
          max-height: -webkit-fit-content;
          max-height: -moz-fit-content;
          max-height: fit-content;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__brand {
          font-weight: 700;
          text-transform: uppercase;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__brand, .star-vehicule__wrapper .slider-container .slides-container .cards-default__odo {
          color: #fff;
          -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__odo {
          font-size: Calc( 2.4rem * var(--font-mod) );
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__line {
          height: 3rem;
          width: 2px;
          background-color: #fff;
          margin: -0.5rem 1.5rem;
          -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        .star-vehicule__wrapper .slider-container .slides-container .cards-default__price {
          font-size: Calc( 3.6rem * var(--font-mod) );
          font-weight: 600;
          letter-spacing: 0;
          margin-bottom: 0;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
  .star-vehicule__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .star-vehicule__header-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .star-vehicule__header-container .size__h-alt {
      letter-spacing: -0.02em;
      color: #fff;
      font-family: "Dela Gothic One", Arial, sans-serif;
      font-family: var(--title);
      font-weight: 400;
      display: inline-block;
      background: #EA000F;
      background: var(--primary);
      margin: 0 0 3rem;
      line-height: 1.5; }
      @media only screen and (max-width: 37.5em) {
        .star-vehicule__header-container .size__h-alt {
          text-align: center; } }
  .star-vehicule__button {
    width: 100%;
    top: 45%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .star-vehicule__arrow {
    height: 3px;
    color: #EA000F;
    color: var(--primary);
    background-color: #EA000F;
    background-color: var(--primary);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .star-vehicule__arrow::before {
      content: '';
      display: block;
      width: 17px;
      height: 17px;
      border: solid;
      border-width: 3px 3px 0 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 1px 0 0; }
    .star-vehicule__arrow-wrapper {
      background-color: #fff;
      padding: 3rem 2rem;
      border-radius: 60px;
      position: absolute;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      bottom: -2rem; }
      @media only screen and (max-width: 37.5em) {
        .star-vehicule__arrow-wrapper {
          padding: 3.5rem 2.5rem; } }
      .star-vehicule__arrow-wrapper-right {
        right: -1%; }
        @media only screen and (max-width: 37.5em) {
          .star-vehicule__arrow-wrapper-right {
            right: 2%; } }
      .star-vehicule__arrow-wrapper-left {
        left: -1%;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
        @media only screen and (max-width: 37.5em) {
          .star-vehicule__arrow-wrapper-left {
            left: 2%; } }
      .star-vehicule__arrow-wrapper:hover {
        background-color: #EA000F;
        background-color: var(--primary); }
        .star-vehicule__arrow-wrapper:hover .star-vehicule__arrow {
          color: #fff;
          background-color: #fff; }
    .star-vehicule__arrow-left::before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      left: 5%; }
  .star-vehicule__content {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media only screen and (max-width: 37.5em) {
      .star-vehicule__content {
        grid-template-columns: none;
        width: 100%; } }
    @media only screen and (max-width: 56.25em) {
      .star-vehicule__content .cards-default__header img {
        height: -moz-available;
        height: -webkit-fill-available; } }
  .star-vehicule__fade {
    -webkit-animation: right 0.5s ease-in-out;
            animation: right 0.5s ease-in-out; }
@-webkit-keyframes right {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes right {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
.star-vehicule__wrapper .slider-container .slides-container .cards-default__container-hover:hover {
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .star-vehicule__wrapper .slider-container .slides-container .cards-default__container-hover:hover .cards-default__brand, .star-vehicule__wrapper .slider-container .slides-container .cards-default__container-hover:hover .cards-default__odo {
    color: #253031;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .star-vehicule__wrapper .slider-container .slides-container .cards-default__container-hover:hover .cards-default__line {
    background-color: #253031;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

.swapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 37.5em) {
    .swapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.testimonies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #4a4a4a;
  background-color: var(--light-black); }
  .testimonies__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60rem;
    height: 100%;
    width: 100%;
    background-image: var(--testimo-bg-img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.4; }
    @media only screen and (max-width: 56.25em) {
      .testimonies__bg {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media only screen and (max-width: 37.5em) {
      .testimonies__bg {
        padding: 0; } }
  .testimonies__wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    width: 100%; }
  .testimonies__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -6%; }
    @media only screen and (max-width: 75em) {
      .testimonies__container {
        margin-top: -8%; } }
    @media only screen and (max-width: 56.25em) {
      .testimonies__container {
        margin-top: 0; } }
    @media only screen and (max-width: 37.5em) {
      .testimonies__container {
        height: 100%; } }
  .testimonies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    z-index: -100;
    -webkit-transition: opacity .5s, z-index .5s, -webkit-transform 1s;
    transition: opacity .5s, z-index .5s, -webkit-transform 1s;
    transition: transform 1s, opacity .5s, z-index .5s;
    transition: transform 1s, opacity .5s, z-index .5s, -webkit-transform 1s;
    opacity: 0;
    position: absolute;
    color: #fff; }
    .testimonies__content-active, .testimonies__content-initial {
      position: relative;
      opacity: 1;
      z-index: -300; }
    .testimonies__content-prev, .testimonies__content-next {
      z-index: -200;
      width: 100%; }
    .testimonies__content-prev {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .testimonies__content-next {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
  @media only screen and (max-width: 37.5em) {
    .testimonies__stars {
      margin: 0 0 2.5rem; } }
  .testimonies__stars img {
    height: 3rem;
    width: 3.2rem;
    -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
            filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
    -webkit-filter: var(--primary-filter);
            filter: var(--primary-filter); }
  .testimonies__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 12rem;
    max-width: 100rem;
    width: 100%;
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    font-weight: 700; }
    @media only screen and (max-width: 56.25em) {
      .testimonies__comment {
        min-height: 15rem;
        max-width: 75rem; } }
    @media only screen and (max-width: 37.5em) {
      .testimonies__comment {
        max-width: unset;
        width: 90%;
        position: relative; } }
    .testimonies__comment p {
      font-size: Calc( 2.6rem * var(--font-mod) );
      letter-spacing: 0;
      margin: 2.5rem 4rem;
      text-transform: none; }
      @media only screen and (max-width: 56.25em) {
        .testimonies__comment p {
          margin: 2.5rem 2rem; } }
      @media only screen and (max-width: 37.5em) {
        .testimonies__comment p {
          margin: 0; } }
    .testimonies__comment img {
      -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
              filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
      -webkit-filter: var(--primary-filter);
              filter: var(--primary-filter); }
      @media only screen and (max-width: 37.5em) {
        .testimonies__comment img {
          position: absolute;
          z-index: -1; } }
      @media only screen and (max-width: 37.5em) {
        .testimonies__comment img:nth-child(1) {
          left: 0;
          top: -17rem; } }
      @media only screen and (max-width: 37.5em) {
        .testimonies__comment img:nth-child(3) {
          right: 0;
          bottom: -21rem; } }
    .testimonies__comment h4 {
      max-width: 73rem; }
  .testimonies__name-date span {
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub);
    font-weight: 400;
    color: #fff;
    margin: 0 0 1rem;
    letter-spacing: 0; }
  .testimonies__name-date p {
    color: #EA000F;
    color: var(--primary);
    padding: 1rem 0; }
  .testimonies__control {
    margin: 3rem 0;
    width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .testimonies__control {
        width: 16rem; } }
  .testimonies .star-vehicule__arrow-wrapper {
    background-color: #fff;
    padding: 3rem 2rem;
    border-radius: 60px;
    position: absolute;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    bottom: -4rem; }
    .testimonies .star-vehicule__arrow-wrapper-left {
      left: -2%;
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .testimonies .star-vehicule__arrow-wrapper-right {
      right: 2%; }
    .testimonies .star-vehicule__arrow-wrapper:hover {
      background-color: #EA000F;
      background-color: var(--primary); }
      .testimonies .star-vehicule__arrow-wrapper:hover .star-vehicule__arrow {
        color: #fff;
        background-color: #fff; }
  .testimonies .star-vehicule__arrow-left::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 5%; }

.vdp .banner {
  display: none; }
.vdp__wrapper {
  max-width: 156rem;
  width: 95%;
  margin: 0 auto; }
.vdp__breadcrumbs {
  margin: 3rem 0;
  border-bottom: 1px solid #EA000F;
  border-bottom: 1px solid var(--primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.5rem; }
  @media only screen and (max-width: 75em) {
    .vdp__breadcrumbs {
      margin: 3rem 0 2rem; } }
  .vdp__breadcrumbs a {
    color: #253031; }
    .vdp__breadcrumbs a:hover {
      color: #EA000F;
      color: var(--primary); }
.vdp__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 4rem; }
  @media only screen and (max-width: 75em) {
    .vdp__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 37.5em) {
    .vdp__head {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 2rem; } }
  .vdp__head a {
    color: #253031; }
    .vdp__head a:hover {
      color: #EA000F;
      color: var(--primary); }
    .vdp__head a h6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: Calc( 2rem * var(--font-mod) );
      font-weight: 400; }
      @media only screen and (max-width: 56.25em) {
        .vdp__head a h6 {
          font-size: 1.6rem;
          margin: 1rem 0 0 0; } }
      .vdp__head a h6::before {
        content: "";
        width: 22px;
        height: 22px;
        padding: 0.5rem;
        margin: 0 6px 0 0;
        background: var(--print-img) no-repeat;
        -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
        -webkit-filter: var(--primary-filter);
                filter: var(--primary-filter); }
.vdp__title h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  font-size: Calc( 4.2rem * var(--font-mod) );
  font-family: "Outfit", Arial, sans-serif;
  font-family: var(--sub);
  text-transform: uppercase; }
  @media only screen and (max-width: 75em) {
    .vdp__title h1 {
      font-size: Calc( 3.6rem * var(--font-mod) ); } }
.vdp__title-date {
  color: #EA000F;
  color: var(--primary); }
.vdp__title-submodel {
  text-transform: capitalize;
  font-weight: 400; }
.vdp__print-btn {
  margin: auto 0; }
  @media only screen and (max-width: 75em) {
    .vdp__print-btn {
      margin: 1rem 0 0; } }
.vdp__slider {
  height: 100%;
  background: black; }
  .vdp__slider-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    height: 100%; }
    @media only screen and (max-width: 75em) {
      .vdp__slider-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4/3; }
        @supports not (aspect-ratio: 4/3) {
          .vdp__slider-image {
            /* Safari iOS, on recent iPad version (2021) this property is not supported */ }
            .vdp__slider-image::before {
              content: "";
              float: left;
              padding-top: 75%; } } }
    .vdp__slider-image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (max-width: 75em) {
        .vdp__slider-image img {
          /* The width of the image is 1024px maximum and the "tab-land" breakpoint goes up to 1200px */
          width: 100%;
          /* No left and right black border */
          height: auto; } }
    .vdp__slider-image h6 {
      position: absolute;
      font-size: Calc( 1.8rem * var(--font-mod) );
      font-weight: 700;
      color: #fff;
      top: 0;
      left: 0;
      background-color: var(--primary);
      color: #fff;
      padding: 0.7rem 1.2rem;
      border-radius: 0; }
  .vdp__slider-image-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .vdp__slider-image iframe {
    position: absolute;
    top: 0;
    height: 80%;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
    @media only screen and (min-width: 112.5em) {
      .vdp__slider-image iframe {
        -webkit-transform: translate(0, 13%);
                transform: translate(0, 13%); } }
    @media only screen and (max-width: 75em) {
      .vdp__slider-image iframe {
        -webkit-transform: translate(0, 13%);
                transform: translate(0, 13%); } }
    @media only screen and (max-width: 56.25em) {
      .vdp__slider-image iframe {
        -webkit-transform: translate(0, 15%);
                transform: translate(0, 15%); } }
    @media only screen and (max-width: 37.5em) {
      .vdp__slider-image iframe {
        -webkit-transform: translate(0, 22%);
                transform: translate(0, 22%); } }
  .vdp__slider-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 75em) {
      .vdp__slider-description {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .vdp__slider-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    max-width: 104rem;
    width: 100%; }
    @media only screen and (max-width: 75em) {
      .vdp__slider-col {
        max-width: inherit; } }
  .vdp__slider-image-row {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    user-select: none;
    min-height: 20rem;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 0; }
    @media only screen and (max-width: 75em) {
      .vdp__slider-image-row {
        min-height: unset; } }
    .vdp__slider-image-row img {
      width: 25%;
      height: 17.5rem;
      min-height: 100%;
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease;
      -o-object-fit: cover;
         object-fit: cover; }
      .vdp__slider-image-row img:hover {
        cursor: pointer; }
      @media only screen and (max-width: 75em) {
        .vdp__slider-image-row img {
          height: 23rem; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__slider-image-row img {
          height: 17rem; } }
      @media only screen and (max-width: 37.5em) {
        .vdp__slider-image-row img {
          height: unset; } }
    .vdp__slider-image-row .instavid {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -o-object-fit: contain;
         object-fit: contain;
      padding: 1rem; }
  .vdp__slider-image-nav-active {
    outline: 2px solid #EA000F;
    outline: 2px solid var(--primary);
    outline-offset: -2px; }
.vdp__control-bg {
  background-color: #EA000F;
  background-color: var(--primary);
  position: absolute;
  bottom: calc(50% - 2.7rem + 8.75rem);
  right: 2%;
  height: 5.4rem;
  width: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  @media only screen and (max-width: 75em) {
    .vdp__control-bg {
      bottom: calc(50% - 2.7rem + 11.5rem); } }
  @media only screen and (max-width: 56.25em) {
    .vdp__control-bg {
      bottom: calc(50% - 2.7rem + 8.5rem); } }
  @media only screen and (max-width: 37.5em) {
    .vdp__control-bg {
      bottom: calc(50% - 2.7rem + 5rem); } }
  .vdp__control-bg:hover {
    background-color: #fff;
    cursor: pointer; }
    .vdp__control-bg:hover .vdp__control-arrow {
      color: #EA000F;
      color: var(--primary);
      background-color: #EA000F;
      background-color: var(--primary); }
  .vdp__control-bg-inverse {
    left: 2%; }
.vdp__control-arrow {
  width: 2rem;
  height: 2px;
  color: #fff;
  background-color: #fff;
  margin: calc(50% - 1px) 0; }
  .vdp__control-arrow::before {
    content: '';
    display: block;
    position: absolute;
    bottom: calc(50% - 9px);
    right: 33%;
    width: 16px;
    height: 16px;
    border: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .vdp__control-arrow-inverse {
    left: 1rem;
    right: inherit; }
    .vdp__control-arrow-inverse::before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      left: 33%; }
.vdp__description-container {
  background-color: #F5F5F5;
  background-color: var(--light-grey);
  max-width: 52rem;
  width: 100%; }
  @media only screen and (max-width: 75em) {
    .vdp__description-container {
      max-width: inherit; } }
.vdp__description-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  margin: 4rem auto;
  height: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 75em) {
    .vdp__description-col {
      max-width: inherit; } }
.vdp__description-price-finance-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3rem; }
  @media only screen and (max-width: 75em) {
    .vdp__description-price-finance-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 100%; } }
  @media only screen and (max-width: 37.5em) {
    .vdp__description-price-finance-container {
      grid-template-columns: 55% 1fr; } }
.vdp__description-price p {
  color: #7A7A7E;
  color: var(--dark-grey); }
.vdp__description-price span {
  display: block;
  line-height: 1;
  font-size: Calc( 4.8rem * var(--font-mod) );
  font-weight: 600;
  font-family: "Outfit", Arial, sans-serif;
  font-family: var(--sub);
  color: #EA000F;
  color: var(--primary);
  white-space: nowrap; }
  @media only screen and (max-width: 37.5em) {
    .vdp__description-price span {
      font-size: 4.4rem; } }
.vdp__description-price-old {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .vdp__description-price-old span {
    font-size: Calc( 2.8rem * var(--font-mod) ) !important;
    color: #B5B5B5 !important;
    margin: 0; }
  .vdp__description-price-old::after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 110%;
    height: 1.5px;
    background-color: #253031;
    color: #B5B5B5;
    color: var(--grey);
    top: 50%;
    right: 0;
    left: -0.5rem;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
    border: none; }
@media only screen and (max-width: 37.5em) {
  .vdp__description-finance {
    justify-self: end; } }
.vdp__description-finance p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #7A7A7E;
  color: var(--dark-grey); }
  .vdp__description-finance p i {
    font-style: normal; }
    .vdp__description-finance p i span {
      font-size: Calc( 2.8rem * var(--font-mod) );
      font-weight: 700;
      color: #EA000F;
      color: var(--primary);
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
  .vdp__description-finance p span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #B5B5B5;
    color: var(--grey);
    text-indent: 0;
    margin: 0 0 0 0.5rem; }
.vdp__description-finance:nth-of-type(3) {
  /* percent for months */
  color: #EA000F;
  color: var(--primary); }
.vdp__description-details {
  margin: 0 0 1rem 0; }
  .vdp__description-details * {
    letter-spacing: 0; }
  .vdp__description-details p {
    color: #EA000F;
    color: var(--primary); }
  .vdp__description-details-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    @media only screen and (max-width: 75em) {
      .vdp__description-details-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__description-details-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin: 0 auto;
        padding: 0; } }
    .vdp__description-details-container .vdp__description-details:nth-last-child(n+3) h4 {
      letter-spacing: 0;
      text-transform: none; }
.vdp__description-btn-carfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0 0; }
  @media only screen and (max-width: 75em) {
    .vdp__description-btn-carfax {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 100%; } }
  @media only screen and (max-width: 56.25em) {
    .vdp__description-btn-carfax {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.vdp__description-btn {
  margin: 2rem 0 4rem;
  width: 90%; }
  @media only screen and (max-width: 75em) {
    .vdp__description-btn {
      margin: 0 0 4rem 0; } }
  @media only screen and (max-width: 37.5em) {
    .vdp__description-btn {
      margin: 2rem 0 4rem; } }
  .vdp__description-btn .btn {
    padding: 2rem 3.5rem; }
  .vdp__description-btn h6 {
    font-size: Calc( 1.8rem * var(--font-mod) ); }
  .vdp__description-btn .vdp__testdrive_btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
.vdp__description-carfax {
  width: 100%; }
  .vdp__description-carfax img {
    width: 100%; }
  .vdp__description-carfax a {
    color: #253031; }
    .vdp__description-carfax a:hover {
      color: #EA000F;
      color: var(--primary); }
  .vdp__description-carfax-askreport {
    width: 20rem; }
  .vdp__description-carfax-badge {
    width: 100%; }
    .vdp__description-carfax-badge a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .vdp__description-carfax-badge a img {
        padding: 0 0.3rem 0.3rem 0;
        width: auto;
        /* Badges plus petits sur un téléphone et une petite tablette,
            car la largeur y est limitée */
        height: 6rem; }
        @media only screen and (max-width: 56.25em) {
          .vdp__description-carfax-badge a img {
            height: 4.8rem; } }
    .vdp__description-carfax-badge-small a img {
      /* Badges plus petits après un certain nombre */
      height: 4.8rem; }
.vdp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 0 0; }
  @media only screen and (max-width: 56.25em) {
    .vdp__container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .vdp__container-col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    max-width: 98rem;
    width: 100%; }
    @media only screen and (max-width: 56.25em) {
      .vdp__container-col1 {
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
        max-width: inherit; } }
  .vdp__container-col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: cneter;
        -ms-flex-align: cneter;
            align-items: cneter;
    max-width: 52rem;
    width: 100%; }
    @media only screen and (max-width: 75em) {
      .vdp__container-col2 {
        width: 35.5%; } }
    @media only screen and (max-width: 56.25em) {
      .vdp__container-col2 {
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
        max-width: inherit;
        width: 100%; } }
.vdp__specifications {
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1); }
  .vdp__specifications-container {
    max-width: 85rem;
    width: 95%;
    margin: 0 auto;
    padding: 4rem 0; }
    .vdp__specifications-container div[name='options-content'] ul {
      display: grid;
      grid-template-columns: 1fr 1fr; }
    .vdp__specifications-container div[name='options-content'] .vdp__specifications-list {
      width: 100%;
      max-width: none; }
    @media only screen and (max-width: 75em) {
      .vdp__specifications-container {
        width: 90%; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__specifications-container {
        padding: 2rem 0; } }
  .vdp__specifications-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 37.5em) {
      .vdp__specifications-nav {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .vdp__specifications-nav p {
      padding: 1rem 2rem;
      border-bottom: 1px solid #B5B5B5;
      border-bottom: 1px solid var(--grey);
      width: 100%;
      font-weight: 400; }
      @media only screen and (max-width: 75em) {
        .vdp__specifications-nav p {
          font-size: Calc( 2rem * var(--font-mod) ); } }
      @media only screen and (max-width: 37.5em) {
        .vdp__specifications-nav p {
          padding: 0.5rem 1rem;
          font-size: 1.6rem;
          text-align: center; } }
      .vdp__specifications-nav p:hover {
        color: #EA000F;
        color: var(--primary);
        font-weight: 700;
        border-bottom: 2px solid #EA000F;
        border-bottom: 2px solid var(--primary);
        cursor: pointer; }
    .vdp__specifications-nav-active {
      font-weight: 700 !important;
      background-color: #F5F5F5;
      color: #EA000F;
      color: var(--primary);
      border-bottom: 2px solid #EA000F !important;
      border-bottom: 2px solid var(--primary) !important; }
  .vdp__specifications-content {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .vdp__specifications-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .vdp__specifications-content-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .vdp__specifications-list {
    max-width: 36.6rem;
    width: 100%;
    padding: 4.5rem 0 0; }
    .vdp__specifications-list h6 {
      font-family: "Outfit", Arial, sans-serif;
      font-family: var(--sub);
      font-size: Calc( 2.4rem * var(--font-mod) );
      color: #EA000F;
      color: var(--primary);
      padding: 0 0 2rem; }
    .vdp__specifications-list p {
      line-height: 1.3; }
    .vdp__specifications-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 0 1rem;
      width: 100%; }
      .vdp__specifications-list li span:nth-of-type(1) {
        font-weight: 700; }
      .vdp__specifications-list li span:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 13.2rem;
        width: 100%;
        padding: 0 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .vdp__specifications-list li {
          font-size: Calc( 1.8rem * var(--font-mod) ); } }
    .vdp__specifications-list li:nth-child(odd) {
      margin-right: 1rem; }
  .vdp__specifications-sirius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
    .vdp__specifications-sirius img {
      max-height: 6rem;
      margin-right: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .vdp__specifications-sirius {
        font-size: Calc( 1.8rem * var(--font-mod) ); } }
  .vdp__specifications-text {
    width: 100%;
    padding: 4.5rem 0 0; }
    .vdp__specifications-text h5 {
      color: #EA000F;
      color: var(--primary);
      padding: 0 0 2rem; }
.vdp__estimations {
  max-width: 98rem;
  width: 100%;
  margin: 5rem 0 0; }
  .vdp__estimations-title {
    margin: 0 0 6rem;
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub); }
    @media only screen and (max-width: 37.5em) {
      .vdp__estimations-title h3 {
        font-size: Calc( 3.6rem * var(--font-mod) ); } }
    .vdp__estimations-title .underline::after {
      display: none; }
  .vdp__estimations-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3rem; }
    @media only screen and (max-width: 75em) {
      .vdp__estimations-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__estimations-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .vdp__estimations-container-col1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41%;
              flex: 0 0 41%; }
    .vdp__estimations-container-col2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 3%;
              flex: 0 0 3%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 75em) {
        .vdp__estimations-container-col2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 8%;
                  flex: 0 0 8%; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__estimations-container-col2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 6%;
                  flex: 0 0 6%; } }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-container-col2 {
          height: 10rem; } }
    .vdp__estimations-container-col3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0 0 0 auto;
      max-width: 45.9rem;
      width: 100%; }
      @media only screen and (max-width: 75em) {
        .vdp__estimations-container-col3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%;
          margin: 0; } }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-container-col3 {
          margin: 0;
          max-width: inherit; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__estimations-container-col1, .vdp__estimations-container-col2, .vdp__estimations-container-col3 {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
  .vdp__estimations-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 1.5rem; }
    .vdp__estimations-input-switch {
      max-width: 14.5rem;
      width: 100%; }
      .vdp__estimations-input-switch input {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 10rem;
        border: 1px solid #7A7A7E;
        -webkit-appearance: none;
        height: 5rem;
        outline: none;
        margin: 0; }
        .vdp__estimations-input-switch input::before {
          content: '';
          position: absolute;
          width: 4rem;
          height: 4rem;
          left: 5%;
          background: #B5B5B5;
          border: 0;
          top: inherit;
          bottom: inherit;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .vdp__estimations-input-switch input:hover {
          border: 1px solid #253031; }
        .vdp__estimations-input-switch input:checked {
          border: 1px solid #EA000F;
          border: 1px solid var(--primary);
          background-color: #fff; }
        .vdp__estimations-input-switch input:checked::before {
          left: inherit;
          right: 5%;
          background-color: #EA000F;
          background-color: var(--primary);
          -webkit-transform: none;
          transform: none; }
    .vdp__estimations-input-radio {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .vdp__estimations-input p {
      max-width: 25rem;
      width: 100%;
      margin-right: 5rem; }
    .vdp__estimations-input input {
      max-width: 14.2rem;
      padding: 0;
      text-indent: 1.2rem; }
    .vdp__estimations-input select {
      max-width: 14.5rem;
      padding: 0;
      text-indent: 1.2rem; }
  .vdp__estimations-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    max-width: 14.5rem;
    width: 100%; }
    .vdp__estimations-radio label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
  .vdp__estimations-arrow-separator {
    width: 0;
    color: #EA000F;
    color: var(--primary);
    background-color: #EA000F;
    background-color: var(--primary);
    position: relative; }
    @media only screen and (max-width: 75em) {
      .vdp__estimations-arrow-separator {
        width: -moz-available;
        width: -webkit-fill-available; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__estimations-arrow-separator {
        width: auto; } }
    .vdp__estimations-arrow-separator::before, .vdp__estimations-arrow-separator::after {
      position: absolute;
      content: '';
      display: block;
      width: 8rem;
      height: 0rem;
      border: solid;
      border-width: 0 0 2px 0; }
      @media only screen and (max-width: 75em) {
        .vdp__estimations-arrow-separator::before, .vdp__estimations-arrow-separator::after {
          width: 6rem; } }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-arrow-separator::before, .vdp__estimations-arrow-separator::after {
          width: 5.25rem; } }
    .vdp__estimations-arrow-separator::before {
      bottom: 11rem;
      -webkit-transform: rotate(65deg);
              transform: rotate(65deg); }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-arrow-separator::before {
          bottom: 0.25rem;
          left: -1.4rem;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); } }
    .vdp__estimations-arrow-separator::after {
      top: -4rem;
      -webkit-transform: rotate(115deg);
              transform: rotate(115deg); }
      @media only screen and (max-width: 75em) {
        .vdp__estimations-arrow-separator::after {
          top: -6rem; } }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-arrow-separator::after {
          top: -0.5rem;
          left: -5rem;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); } }
  .vdp__estimations-montants {
    background-color: #F5F5F5;
    background-color: var(--light-grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7rem 5.5rem;
    gap: 4rem; }
    @media only screen and (max-width: 75em) {
      .vdp__estimations-montants {
        padding: 5rem 3.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__estimations-montants {
        padding: 2rem 0; } }
    .vdp__estimations-montants-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      @media only screen and (max-width: 37.5em) {
        .vdp__estimations-montants-content {
          width: 90%;
          margin: 0 auto; } }
      .vdp__estimations-montants-content h6 {
        font-family: "Outfit", Arial, sans-serif;
        font-family: var(--sub);
        color: #EA000F;
        color: var(--primary); }
        @media only screen and (max-width: 75em) {
          .vdp__estimations-montants-content h6 {
            padding: 0 0 0 1rem; } }
  .vdp__estimations-specifications {
    margin: 3rem 0 0 0; }
    .vdp__estimations-specifications p {
      font-size: 1.4rem;
      color: #EA000F;
      color: var(--primary); }
.vdp__button-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .vdp__button-contact .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 0;
    margin: 0 0 2rem;
    font-size: Calc( 1.8rem * var(--font-mod) );
    font-weight: 700; }
.vdp__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  outline: 2px solid #EA000F;
  outline: 2px solid var(--primary);
  outline-offset: -2px;
  border-radius: 5px;
  gap: 1.5rem;
  width: 100%; }
  .vdp__share h5 {
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub); }
  .vdp__share-social-media {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 75em) {
      .vdp__share-social-media {
        width: 50%; } }
    .vdp__share-social-media a {
      width: 3.2rem;
      height: 3.2rem; }
      .vdp__share-social-media a img {
        height: 100%;
        width: 100%;
        -webkit-transition: 0.25s ease;
        transition: 0.25s ease; }
        .vdp__share-social-media a img:hover {
          -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
                  filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
          -webkit-filter: var(--primary-filter);
                  filter: var(--primary-filter); }
.vdp__localisation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 5rem;
  width: 100%; }
  @media only screen and (max-width: 37.5em) {
    .vdp__localisation {
      margin: 0 0 1.5rem 0; } }
  .vdp__localisation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    @media only screen and (max-width: 56.25em) {
      .vdp__localisation-wrapper {
        width: 50%; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__localisation-wrapper {
        width: 100%; } }
  .vdp__localisation-title {
    background-color: #F5F5F5;
    background-color: var(--light-grey);
    padding: 7rem 0; }
    @media only screen and (max-width: 56.25em) {
      .vdp__localisation-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .vdp__localisation-title h4 {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      color: #EA000F;
      color: var(--primary); }
      @media only screen and (max-width: 75em) {
        .vdp__localisation-title h4 {
          font-size: Calc( 2.2rem * var(--font-mod) );
          line-height: 1.4; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__localisation-title h4 {
          font-size: Calc( 2.8rem * var(--font-mod) );
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
  .vdp__localisation-coordinates {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 56.25em) {
      .vdp__localisation-coordinates {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .vdp__localisation-coordinates {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin: 0 auto; } }
    .vdp__localisation-coordinates h6 {
      font-size: Calc( 1.8rem * var(--font-mod) );
      color: #EA000F;
      color: var(--primary);
      margin: 0 0 1rem; }
    .vdp__localisation-coordinates a {
      font-size: 1.6rem;
      color: #253031;
      line-height: 1.4; }
      @media only screen and (max-width: 56.25em) {
        .vdp__localisation-coordinates a {
          font-size: Calc( 1.8rem * var(--font-mod) ); } }
      .vdp__localisation-coordinates a:hover {
        color: #EA000F;
        color: var(--primary); }
    .vdp__localisation-coordinates a:nth-of-type(2),
    .vdp__localisation-coordinates a:nth-of-type(3) {
      font-weight: 700; }
    .vdp__localisation-coordinates-tel {
      font-weight: 700; }
  .vdp__localisation-map {
    width: 100%; }
    .vdp__localisation-map iframe {
      padding: 0 !important;
      width: 100%;
      background: #F5F5F5;
      background: var(--light-grey);
      height: 23rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      @media only screen and (max-width: 75em) {
        .vdp__localisation-map iframe {
          height: 18rem; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__localisation-map iframe {
          height: 23rem;
          max-width: inherit; } }
.vdp__form {
  padding: 4rem;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  margin: 5rem 0; }
  @media only screen and (max-width: 75em) {
    .vdp__form {
      padding: 4rem 2.5rem; } }
  @media only screen and (max-width: 56.25em) {
    .vdp__form {
      width: 70%;
      padding: 3rem;
      margin: 5rem auto; } }
  @media only screen and (max-width: 37.5em) {
    .vdp__form {
      width: 85%;
      padding: 2.5rem; } }
  .vdp__form-title h4 {
    color: #EA000F;
    color: var(--primary);
    margin: 0 0 2rem; }
  .vdp__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
    .vdp__form form .frm_fields_container input[type=text] {
      padding: 0;
      text-indent: 1.2rem;
      max-width: inherit; }
      @media only screen and (max-width: 75em) {
        .vdp__form form .frm_fields_container input[type=text] {
          width: 94.55%; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__form form .frm_fields_container input[type=text] {
          width: 99.5%; } }
    @media only screen and (max-width: 75em) {
      .vdp__form form .frm_fields_container input[type=email] {
        width: 94.55%; } }
    @media only screen and (max-width: 56.25em) {
      .vdp__form form .frm_fields_container input[type=email] {
        width: 99.5%; } }
    .vdp__form form .frm_fields_container textarea {
      max-width: inherit;
      width: 100%;
      padding: 1.2rem 0 0 0;
      text-indent: 1.2rem; }
      @media only screen and (max-width: 75em) {
        .vdp__form form .frm_fields_container textarea {
          width: 94.55%; } }
      @media only screen and (max-width: 56.25em) {
        .vdp__form form .frm_fields_container textarea {
          width: 99.5%; } }
    @media only screen and (max-width: 75em) {
      .vdp__form form .frm_fields_container .frm-g-recaptcha {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin: 0 0 0 -3.5rem; } }
    @media only screen and (max-width: 56.25em) {
      .vdp__form form .frm_fields_container .frm-g-recaptcha {
        -webkit-transform: scale(1);
                transform: scale(1);
        margin: 1rem 0; } }
    .vdp__form form .frm_fields_container .btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1.2rem 1.6rem;
      color: var(--white);
      color: #fff; }
  .vdp__form .frm_error_style,
  .vdp__form .frm_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
.vdp .new-car {
  width: 100%; }
  .vdp .new-car__title h3 {
    background-color: #fff; }

@media only screen and (max-width: 75em) {
  #instavid_parent {
    min-height: 70rem; } }
@media only screen and (max-width: 56.25em) {
  #instavid_parent {
    min-height: 60rem; } }
@media only screen and (max-width: 37.5em) {
  #instavid_parent {
    min-height: 40rem; } }

.vehicle-type {
  margin: 0 auto;
  padding: 3rem  0;
  max-width: 156rem;
  width: 95%; }
  .vehicle-type__intro h4 {
    font-family: "Outfit", Arial, sans-serif;
    font-family: var(--sub); }
  .vehicle-type__intro span {
    color: #EA000F;
    color: var(--primary); }
  .vehicle-type__cars-container {
    margin: 4.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .vehicle-type__cars-container {
        margin: 4.5rem 1rem; } }
  .vehicle-type__car {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
    margin: 0 1rem;
    padding: 1rem; }
    @media only screen and (max-width: 75em) {
      .vehicle-type__car {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16%;
                flex: 0 0 16%; } }
    @media only screen and (max-width: 56.25em) {
      .vehicle-type__car {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin: 0 0.5rem; } }
    .vehicle-type__car a {
      color: #7A7A7E;
      height: 8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .vehicle-type__car a svg {
        margin: 0 0 1rem; }
        @media only screen and (max-width: 75em) {
          .vehicle-type__car a svg {
            height: 100%; } }
      @media only screen and (max-width: 75em) {
        .vehicle-type__car a span {
          font-size: Calc( 2.2rem * var(--font-mod) ); } }
    .vehicle-type__car svg:hover {
      -webkit-filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
              filter: invert(13%) sepia(92%) saturate(6005%) hue-rotate(351deg) brightness(88%) contrast(111%);
      -webkit-filter: var(--primary-filter);
              filter: var(--primary-filter); }

.custom-html {
  background-color: #F5F5F5; }
  .custom-html__content {
    margin: 0 auto;
    padding: 5rem 0 0 0;
    width: 95%;
    max-width: 156rem; }

/*# sourceMappingURL=main.css.map */