.vehicles__card{display:flex;flex-direction:column;align-items:end;height:470px;width:calc(100% - 40px);margin:20px auto;overflow:hidden;box-sizing:border-box;border-radius:10px;text-decoration:none}.vehicles__card__txt{display:flex;align-items:center;justify-content:center;width:100%;height:70px;text-transform:uppercase;font-size:var(--font-m-l);font-weight:600;color:var(--white);backdrop-filter:blur(10px)}.arrow{flex-grow:2;width:100%;background:url(../img/icon_circ_arrow_tr60_white.svg)no-repeat calc(100% - 34px)34px/60px 60px;pointer-events:none}@media(min-width:960px){.vehicles__card-container{display:flex;justify-content:center;width:calc(var(--body-limit) - 0px);margin:34px auto 68px}.vehicles__card{height:630px;aspect-ratio:537/626;width:auto;margin:20px 34px;border-radius:20px;transition:all 2.5s}.vehicles__card__txt{height:94px;font-size:var(--font-l)}.vehicles__card:hover{background-size:102% 102%!important;background-position:102%!important}.arrow{background:url(../img/icon_circ_arrow_tr60_white.svg)no-repeat calc(100% - 34px)34px/90px 90px}}.hero{margin:var(--header-h)0 0;padding:34px;background:var(--brand-beige)}.hero__h1{font-size:var(--font-m-xl);font-weight:500}.hero__intro strong{font-weight:600}.hero__invitation{margin:34px 0;font-size:var(--font-m-l);text-decoration:underline var(--typo-black);text-decoration-thickness:2px;text-underline-offset:6px;transition:all .25s ease-in-out}.hero__illustration__img{display:block;width:100vw;margin:-34px -34px 34px;height:275px;object-fit:cover;line-height:0}.section{padding:30px}.section--blanc{background:var(--white)}.section--beige{background:var(--brand-beige);color:var(--typo-black)}.section--anthracite{background:var(--brand-anthracite);color:var(--white)}.section--rouge{background:var(--brand-red);color:var(--white)}.section__title__h2{font-size:var(--font-m-xl);font-weight:500}.section__title__h2--blanc,.section__title__h2--beige{text-decoration:underline var(--typo-black);text-decoration-thickness:2px;text-underline-offset:6px;transition:all .25s ease-in-out}.section__title__h2--anthracite,.section__title__h2--rouge{text-decoration:underline var(--white);text-decoration-thickness:2px;text-underline-offset:6px;transition:all .25s ease-in-out}.section__title__p{font-size:var(--font-m-l);font-weight:300}.section__title__p--blanc,.section__title__p--beige{text-decoration:underline var(--typo-black);text-decoration-thickness:2px;text-underline-offset:6px;transition:all .25s ease-in-out}.section__title__p--anthracite,.section__title__p--rouge{text-decoration:underline var(--white);text-decoration-thickness:2px;text-underline-offset:6px;transition:all .25s ease-in-out}.section__title__img{height:50px;margin:0 0 20px}.section__block{margin:30px 0;padding:30px;border-radius:10px}.section__block--blanc{background:var(--white)}.section__block--beige{background:var(--brand-beige);color:var(--typo-black)}.section__block--anthracite{background:var(--brand-anthracite);color:var(--white)}.section__block--rouge{background:var(--brand-red);color:var(--white)}.section__block strong{font-weight:600}.rdv__img{width:calc(100% - 60px);margin:30px 30px 0;border-radius:10px}.contacts{margin:24px;padding:34px 24px;border-radius:10px;background:var(--brand-beige)}.contacts__title{font-size:var(--font-m-xl);font-weight:500;line-height:1.1}.contacts__ul{list-style-type:none;margin:0;padding:0}.contacts__li{display:grid;grid-template-columns:auto 75px;margin:34px 0 2px;border-bottom:1px solid var(--brand-black);padding-bottom:12px}.contacts__li__city{font-size:var(--font-m-l);text-transform:uppercase}.contacts__li__city__dpt{font-size:var(--font-m-s);font-weight:400;font-style:italic}.contacts__li__logos{display:inline-flex;justify-content:center;align-items:center;gap:6px;background:var(--brand-black);border-radius:17px}.contacts__li__logos__img{height:12px;width:auto}.contacts__li__tel{grid-column:1/-1;margin:12px 0 0;font-size:var(--font-m-l);font-weight:600;text-decoration:none;color:inherit}.contacts__li__tel::before{display:inline-block;content:"";height:20px;width:20px;margin:0 9px 0 0;background:url(/img/phone.svg);background-size:contain;transform:translateY(4px)}@media(min-width:960px){.hero{padding:0}.hero__illustration__img{height:auto;width:100%;margin:0}.hero__content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:center;gap:0 136px;padding:var(--gutter-h)var(--gutter-v)}.hero__h1{margin:0 0 0 -7px;font-size:var(--font-xxl);line-height:calc(var(--font-xxl)/1)}.hero__intro{margin:34px 0 0}.hero__invitation{font-size:var(--font-xl)}.hero .btn-red{margin:51px 0 0;justify-self:start}.section{display:grid;grid-template-columns:1fr 1fr;gap:68px;padding:var(--gutter-h)calc((100% - var(--body-limit))/2)}.section__title{display:flex;flex-direction:column;justify-content:center}.section__title__h2{margin:0;font-size:var(--font-xxl);line-height:calc(var(--font-xxl)/.85);order:2}.section__title__p{font-size:var(--font-xl);order:3}.section__title__img{order:1;height:70px;align-self:start;margin:0 0 30px 5px}.section__block{padding:68px}.rdv{display:grid;grid-template-columns:45% 55%;background:var(--brand-beige);width:var(--body-limit);margin:0 auto var(--gutter-h);padding:30px;border-radius:20px}.rdv__img{height:100%;width:100%;object-fit:cover;margin:0}.contacts{margin:51px auto;padding:51px;box-sizing:border-box}.contacts__li{justify-content:space-between;grid-template-columns:35% 105px auto}.contacts__li--with-logos{grid-template-columns:35% 105px auto}.contacts__li__logos{padding:8px 16}.contacts__li__logos__img{height:20px}.contacts__li__tel{margin:0 0 0 34px;grid-column:3/4;white-space:nowrap}.contacts--sp{padding:51px calc(100% - 650px - 51px - 51px)51px 51px}}@media(min-width:1280px){.hero{padding:0}.hero__content{padding:var(--gutter-h)calc((100% - var(--body-limit))/1)}}