@font-face {
  font-family: AudiType-Variable;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiType-Variable.woff2) format("woff2");
}
@font-face {
  font-family: AudiType-ExtendedNormal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiType-ExtendedNormal_4.03.woff2) format("woff2");
}
@font-face {
  font-family: AudiType-ExtendedNormal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiType-ExtendedBold_4.03.woff2) format("woff2");
}
@font-face {
  font-family: AudiType-WideNormal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiType-WideNormal_4.03.woff2) format("woff2");
}
@font-face {
  font-family: AudiType;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiType-Normal.woff2) format("woff2");
}
@font-face {
  font-family: AudiType;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiType-Bold.woff2) format("woff2");
}
body {
  font-family: AudiType-Variable, sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
  background: #fff;
  font-size: 16px;
}
input,
select,
textarea {
  font-size: 12px;
  color: #000;
  font-family: AudiType-Variable;
}
*,
:after,
:before {
  box-sizing: border-box;
}
h1,
p {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
main {
  max-width: 1980px;
  margin: 0 auto;
}
.cadre {
  display: flex;
  flex-direction: column;
}
.merci {
  background: #fff;
}
.merci .text {
  font-family: AudiType;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.merci .text strong {
  font-family: AudiType-ExtendedNormal;
}
.merci .text a {
  font-family: AudiType-Variable;
  text-decoration: none;
  color: inherit;
}
.merci .image {
  width: 100%;
  height: 112.5vw;
  aspect-ratio: 320/360;
  background: url(../images/merci.jpg) no-repeat center/cover;
}
.splide__pagination {
  padding: 0;
  bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.splide__pagination li {
  padding: 0;
}
.splide__pagination__page {
  margin: 0;
  border-radius: 0;
  opacity: 1;
  height: 4px;
  width: 25px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  pointer-events: none;
}
.splide__pagination__page.is-active {
  transform: none;
}
.illustration {
  width: 100%;
  color: #fff;
  background: url(../images/320_HEADER_A3_TFSIe_B2B.jpg) no-repeat center/cover;
  padding: 20px 0 20px 25px;
  font-family: AudiType-ExtendedNormal;
  position: relative;
  aspect-ratio: 320/360;
}
.illustration .business {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}
.illustration .nom {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.illustration .nom span {
  display: block;
  font-size: 13px;
  line-height: 23px;
}
.illustration .km {
  margin-top: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.illustration .bas {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.illustration .prix {
  display: flex;
  flex-direction: column;
}
.illustration .prix span {
  font-size: 11px;
  line-height: 13px;
}
.illustration .prix span strong {
  font-size: 24px;
  line-height: 24px;
}
.illustration .prix span sup {
  font-size: 11px;
}
.illustration .bas .prix {
  display: flex;
  flex-direction: column;
}
.illustration .bas .prix span {
  font-size: 11px;
  line-height: 10px;
}
.illustration .bas .prix span strong {
  font-size: 24px;
  line-height: 24px;
}
.illustration .bas .prix span sup {
  font-size: 11px;
}
.illustration .bas .garantie {
  margin-top: 6px;
  font-size: 8px;
  line-height: 12px;
  font-family: AudiType-WideNormal;
}
.illustration .bas .garantie sup {
  line-height: 5px;
}
.illustration.q4 {
  background-image: url(../images/q4-header.jpg);
}
.illustration.q5 {
  background-image: url(../images/q5-header.jpg);
}
.illustration.q5-2 {
  background-image: url(../images/q5-2-header.jpg);
}
.illustration.q5-2 .nom span {
  padding-top: 5px;
  font-size: 10px;
  line-height: 14px;
}
.illustration.q6 {
  background-image: url(../images/q6-header.jpg);
}
.illustration.a5 {
  background-image: url(../images/320_HEADER_A5_e-hybrid_B2B.jpg);
}
.illustration.a5 .nom {
  /* width: 180px; */
}
.illustration.a5 .argus {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 75px;
}
.illustration.a6 {
  background-image: url(../images/a6-header.jpg);
}
.form {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #000;
  font-family: AudiType-Variable;
}
.form .intro {
  padding: 25px 25px 5px 25px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background: #fff;
  font-family: AudiType-ExtendedNormal;
}
.form .intro sup {
  line-height: 5px;
}
.form form {
  padding: 0 25px 25px 25px;
}
.form .form-cadre {
  margin-bottom: 10px;
  position: relative;
}
.form .form-cadre p {
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 20px 0 10px 0;
  font-family: AudiType;
}
.form .champ {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #000;
  height: 44px;
  font-size: 12px;
  border-radius: 0;
  line-height: 44px;
  display: block;
  width: 100%;
  padding: 0;
  color: #000;
}
.form .champ:active,
.form .champ:focus,
.form .champ:hover {
  outline: 0;
}
.form .empty {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.45s ease-in-out;
  background: url(../images/empty.svg) no-repeat center #fff;
  z-index: 2;
}
.form .distri .empty {
  transform: none;
  top: 56px;
}
.form .ent .empty {
  transform: none;
  top: 56px;
}
.form .empty:hover {
  scale: 1.1;
}
.form .group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.form .checkbox {
  padding-top: 15px;
}
.form .checkbox label {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.form .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  accent-color: #000;
  margin: 0;
  width: 20px;
  height: 20px;
}
.form .radio {
  font-size: 12px;
  padding-top: 15px;
}
.form .radio label {
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  margin-right: 18px;
  align-items: center;
}
.form .radio input {
  accent-color: #000;
  margin: 0;
  width: 18px;
  height: 18px;
}
.form .distri {
  position: relative;
}
.form #distributeur {
  display: none;
}
.form .distributeurs {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  height: 235px;
  overflow-y: auto;
}
.form .distributeurs label {
  padding: 5px;
  background: #f2f2f2;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.form .distributeurs label:hover {
  background: #c9c9c9;
}
.form .distributeurs label .nom {
  font-weight: 700;
}
.form .distributeurs label .km {
  font-weight: 700;
}
.button-bloc a{
  text-decoration: none;
  color: white;
}
.form button {
  font-family: AudiType-Variable;
  background: #000;
  color: #fff;
  text-align: center;
  width: 125px;
  height: 36px;
  font-size: 13px;
  border: none;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.45s ease-in-out;
}

.button-bloc {
  font-family: AudiType-Variable;
  background: #000;
  color: #fff;
  text-align: center;
  width: 235px;
  border: none;
  margin: 20px 0 120px 0;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  padding: 23px 42px 23px 42px;
  transition: all 0.45s ease-in-out;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.form button:hover {
  background: #4c4c4c;
  outline: 0;
}
.button-bloc:hover {
  background: #4c4c4c;
  outline: 0;
}
.form .legend {
  font-size: 11px;
  text-align: center;
  padding-top: 15px;
}
.infos {
  padding: 30px 5px 60px 5px;
}
.infos > div {
  display: none;
}
.infos > div.actif {
  display: block;
}
.infos > div > .titre {
  font-family: AudiType-ExtendedNormal;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 40px;
}
.infos > div .nbs {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 60px;
}
.infos > div .nbs .nb {
  font-family: AudiType-WideNormal;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.infos > div .nbs .nb:not(:last-child) {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.infos > div .nbs .nb span {
  font-size: 14px;
}
.infos > div .nbs .nb span:nth-child(2) {
  font-size: 16px;
}
.infos > div .nbs .nb span:nth-child(2) strong {
  font-size: 30px;
  font-weight: 400;
  font-family: AudiType-ExtendedNormal;
}
.infos > div .bloc {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 0 25px;
}

.infos > div .bloc-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.infos > div .bloc .txt {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.infos > div .bloc-2 .txt {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.infos > div .bloc .txt .titre {
  font-family: AudiType-ExtendedNormal;
  font-size: 20px;
  line-height: 32px;
}

.infos > div .bloc-2 .txt .titre {
  font-family: AudiType-ExtendedNormal;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 280% */
  text-align: center;
}
.infos > div .bloc .txt p {
  font-family: AudiType-WideNormal;
  font-size: 20px;
  line-height: 36.2px;
  letter-spacing: 0.5px;
  font-style: normal;
  /* padding-bottom: 180px; */
}

.infos > div .bloc-2 .txt p {
  font-family: AudiType-WideNormal;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
footer {
  background: #000;
  padding: 30px;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
}
footer > div {
  display: none;
}
footer > div.actif {
  display: block;
}
footer .co2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 25px;
}
footer > p {
  max-width: 1980px;
  margin: 0 auto;
  font-family: AudiType-Variable;
}
footer a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.45s ease-in-out;
}
footer a:hover {
  color: #4c4c4c;
}
footer sup {
  line-height: 5px;
}
.desktop,
.portable,
.tablette {
  display: none;
}
.bloc-2{
  text-align: center;
  /* margin-top: 70px; */
}
@media (min-width: 640px) {
  .mobile-320{
    display: none;
  }
  .illustration .prix {
    margin-top: 11px
  }
  .merci .image {
    height: 140.625vw;
    aspect-ratio: 640/900;
    background-image: url(../images/merci-640.jpg);
  }
  .splide__pagination {
    gap: 20px;
    bottom: 15px;
  }
  .splide__pagination__page {
    width: 45px;
  }
  .illustration {
    padding: 45px 0 45px 50px;
    background-image: url(../images/640_HEADER_A3_TFSIe_B2B.jpg);
    aspect-ratio: 640/900;
  }
  .illustration.q4 {
    background-image: url(../images/q4-header-640.jpg);
  }
  .illustration.q5 {
    background-image: url(../images/q5-header-640.jpg);
  }
  .illustration.q5-2 {
    background-image: url(../images/q5-2-header-640.jpg);
  }
  .illustration.q5-2 .nom span {
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .illustration.q6 {
    background-image: url(../images/q6-header-640.jpg);
  }
  .illustration.a5 {
    background-image: url(../images/640_HEADER_A5_e-hybrid_B2B.jpg);
  }
  .illustration.a5 .nom {
    /* width: 300px; */
  }
  .illustration.a5 .argus {
    top: 45px;
    right: 45px;
    width: 139px;
  }
  .illustration.a6 {
    background-image: url(../images/a6-header-640.jpg);
  }
  .illustration .business {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .illustration .nom {
    font-size: 36px;
    line-height: 46px;
  }
  .illustration .nom span {
    font-size: 26px;
    line-height: normal;
  }
  .illustration .km {
    margin-top: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .illustration .bas {
    left: 50px;
    bottom: 45px;
  }
  .illustration .bas .prix span {
    font-size: 26px;
    line-height: normal;
  }
  
  .illustration .prix span {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
  }
 
  .illustration .prix span:nth-child(-n + 2) {
    line-height: 42px;
  }
  .illustration .prix span strong {
    font-size: 56px;
    line-height: 60px;
  }
  .illustration .bas .prix span strong {
    font-size: 56px;
    line-height: 60px;
  }
  .illustration .bas .garantie {
    font-size: 18px;
    line-height: 26px;
  }
  .form form {
    padding: 0 50px 50px 50px;
  }
  .form .intro {
    font-size: 24px;
    line-height: 36px;
    padding: 50px 50px 15px 50px;
  }
  .form .form-cadre p {
    font-size: 21px;
    padding-top: 40px;
  }
  .form .champ {
    font-size: 21px;
    height: 60px;
    line-height: 60px;
  }
  .form .form-cadre > span {
    font-size: 16px;
  }
  .form .radio {
    font-size: 21px;
    padding-top: 20px;
  }
  .form .checkbox {
    padding-top: 40px;
  }
  .form .checkbox label {
    font-size: 21px;
    line-height: 30px;
  }
  .form .distributeurs {
    top: 136px;
  }
  .form .distri .empty {
    top: 95px;
  }
  .form .ent .empty {
    top: 95px;
  }
  .form button {
    width: 276px;
    height: 72px;
    font-size: 21px;
    margin-top: 50px;
  }
  .button-bloc {
    width: 276px;
    /* height: 72px; */
    font-size: 15px;
    margin-top: 50px;
  }
  .infos {
    padding: 50px 17px;
  }
  .infos > div > .titre {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 35px;
  }
  .infos > div .nbs {
    gap: 55px;
    margin-bottom: 100px;
  }
  .infos > div .nbs .nb {
    gap: 25px;
  }
  .infos > div .nbs .nb:not(:last-child) {
    padding-bottom: 55px;
  }
  .infos > div .nbs .nb span {
    font-size: 24px;
  }
  .infos > div .nbs .nb span:nth-child(2) {
    font-size: 26px;
  }
  .infos > div .nbs .nb span:nth-child(2) strong {
    font-size: 50px;
  }
  .infos > div .bloc {
    gap: 50px;
    padding: 0 33px;
  }
  .infos > div .bloc-2 {
    gap: 50px;
  }
  .button-bloc{
    margin-bottom: 46px;
  }

  .infos > div .bloc .txt {
    gap: 25px;
  }
  .infos > div .bloc-2 .txt {
    gap: 25px;
  }
  .infos > div .bloc .txt .titre {
    font-size: 36px;
    line-height: 52px;
  }
  .infos > div .bloc-2 .txt .titre {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
  }
  .infos > div .bloc .txt p {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.2px; /* 139.231% */
    letter-spacing: 0.65px;
  }
  .infos > div .bloc-2 .txt p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
  }
  footer {
    font-size: 18px;
    line-height: 26px;
  }
  footer .co2 {
    gap: 40px;
    margin-bottom: 40px;
  }
  footer .co2 img {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media (min-width: 900px) {
  .merci .image {
    aspect-ratio: 1080/600;
    background-image: url(../images/merci-1080.jpg);
    height: 55vw;
  }
  .illustration {
    background-image: url(../images/1080_HEADER_A3_TFSIe_B2B.jpg);
    aspect-ratio: 1080/600;
    padding: 35px 50px;
  }
  .illustration .prix {
    margin-top: 20px
  }
  .illustration .km {
    font-size: 26px;
    line-height: 0px;
  }
  .illustration .business {
    position: absolute;
    bottom: 17px;
    right: 50px;
    font-size: 22px;
    line-height: normal;
  }
  .illustration .bas {
    bottom: 35px;
    left: 50px;
  }
  .illustration .bas .prix span {
    font-size: 23px;
  }
  .illustration .prix span {
    font-size: 23px;
  }
  .illustration .bas .prix span strong {
    font-size: 50px;
    line-height: 54px;
  }
  .illustration .prix span strong {
    font-size: 50px;
    line-height: 54px;
  }
  .illustration .bas .garantie {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
  }
  .illustration.q4 {
    background-image: url(../images/q4-header-1080.jpg);
  }
  .illustration.q5 {
    background-image: url(../images/q5-header-1080.jpg);
  }
  .illustration.q5-2 {
    background-image: url(../images/q5-2-header-1080.jpg);
  }
  .illustration.q5-2 .nom span {
    padding-top: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  .illustration.q6 {
    background-image: url(../images/q6-header-1080.jpg);
  }
  .illustration.a5 {
    background-image: url(../images/1080_HEADER_A5_e-hybrid_B2B.jpg);
  }
  /* .illustration.a5 .business {
    position: static;
  } */
  .illustration.a5 .nom {
    width: auto;
  }
  .illustration.a5 .argus {
    top: 35px;
    right: 45px;
    width: 197px;
  }
  .illustration.a6 {
    background-image: url(../images/a6-header-1080.jpg);
  }
  .form {
    padding-left: 0;
    padding-right: 0;
  }
  .form .form-cadre {
    margin-bottom: 15px;
  }
  .form .intro {
    padding: 50px 0 20px 0;
  }
  .form form {
    padding: 0 0 60px 0;
  }
  .form button {
    width: 233px;
  }
  .button-bloc {
    width: 233px;
    padding: 23px 80px;
    width: 35%
  }

  .infos {
    padding: 50px 31px 100px 31px;
  }
  .infos > div > .titre {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 150px;
  }
  .infos > div .nbs {
    gap: 0;
    margin-bottom: 110px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .infos > div .nbs .nb {
    flex: 1;
    gap: 50px;
  }
  .infos > div .nbs .nb:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .infos > div .nbs .nb span {
    font-size: 20px;
  }
  .infos > div .nbs .nb span:nth-child(2) {
    font-size: 20px;
  }
  .infos > div .nbs .nb span:nth-child(2) strong {
    font-size: 50px;
  }
  .infos > div .bloc {
    gap: 40px;
    flex-direction: row;
    margin-bottom: 220px;
    padding: 0 27px;
  }
  .infos > div .bloc-2 {
    gap: 40px;
    flex-direction: row;
  }
  .infos > div .bloc .img {
    flex: 1;
  }
  .infos > div .bloc-2 .img {
    flex: 1;
  }
  .infos > div .bloc .txt {
    flex: 1;
    gap: 20px;
  }
  .infos > div .bloc-2 .txt {
    flex: 1;
    gap: 20px;
  }
  .infos > div .bloc .txt .titre {
    font-size: 32px;
    line-height: 48px;
  }
  .infos > div .bloc-2 .txt .titre {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px
  }
  .infos > div .bloc .txt p {
    font-size: 26px;
    line-height: 36.2px;
    padding-bottom: 0;
  }
  .infos > div .bloc-2 .txt p {
    font-size: 20px;
    line-height: 34px;
  }
  .tablette {
    display: block;
  }
  .mobile {
    display: none;
  }
  footer {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .infos > div .bloc .txt p{
    padding-right: 217px;
    /* padding-left: 217px; */
  }
   .button-bloc {
    width: 233px;
    padding: 15px 30px;
    margin-bottom: 0;
  }
  .portable {
    display: block;
  }
  .cadre {
    flex-direction: row;
    align-items: stretch;
  }
  .merci {
    display: flex;
    flex-direction: row;
  }
  .merci .text {
    width: 480px;
    min-width: 480px;
    padding: 40px;
    gap: 20px;
    order: 2;
  }
  .merci .image {
    aspect-ratio: 980/900;
    background-image: url(../images/merci-1440.jpg);
    order: 1;
    width: calc(100% - 480px);
    height: 100vh;
  }
  .splide {
    height: 1020px;
    width: calc(100% - 480px);
  }
  .illustration {
    background-image: url(../images/1440_HEADER_A3_TFSIe_B2B.jpg);
    aspect-ratio: initial;
    padding: 40px 60px;
    height: 1020px;
  }
  .illustration .business {
    font-size: 26px;
    margin-bottom: 15px;
    position: initial;
  }
  .illustration .nom {
    font-size: 44px;
    line-height: 60px;
  }
  .illustration .nom span {
    font-size: 31px;
    line-height: normal;
    margin-top: 4px;
  }
  .illustration .km {
    margin-top: 16px;
    font-size: 31px;
    line-height: 32px;
  }
  .illustration .bas {
    bottom: 188px;
    left: 60px;
  }
  .illustration .bas .prix span {
    font-size: 27px;
  }
  .illustration .prix span {
    font-size: 27px;
  }
  .illustration .bas .prix span strong {
    font-size: 58px;
    line-height: 59px;
  }
  .illustration .prix span strong {
    font-size: 58px;
    line-height: 59px;
  }
  .illustration .bas .garantie {
    font-size: 17px;
    line-height: 26px;
  }
  .illustration.q4 {
    background-image: url(../images/q4-header-1440.jpg);
  }
  .illustration.q5 {
    background-image: url(../images/q5-header-1440.jpg);
  }
  .illustration.q5-2 {
    background-image: url(../images/q5-2-header-1440.jpg);
  }
  .illustration.q5-2 .nom span {
    padding-top: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .illustration.q6 {
    background-image: url(../images/q6-header-1440.jpg);
  }
  .illustration.a5 {
    background-image: url(../images/1440_HEADER_A5_e-hybrid_B2B.jpg);
  }
  .illustration.a5 .argus {
    top: 35px;
    right: 50px;
    width: 218px;
  }
  .illustration.a6 {
    background-image: url(../images/a6-header-1440.jpg);
  }
  .tablette {
    display: none;
  }
  .desktop {
    display: block;
  }
  .form {
    max-width: 460px;
    min-width: 460px;
  }
  .form form {
    padding: 0 30px 0 30px;
  }
  .form .intro {
    padding: 40px 30px 0 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .form .intro2 {
    font-size: 16px;
    padding-top: 35px;
  }
  .form .form-cadre p {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 35px;
  }
  .form .radio {
    font-size: 16px;
  }
  .form .champ {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .form .checkbox {
    padding-top: 15px;
  }
  .form button {
    width: 176px;
    height: 56px;
    font-size: 18px;
    margin-top: 40px;
  }
  .form .button-bloc {
    width: 213px;
    height: 56px;
    font-size: 18px;
    margin-top: 40px;
  }
  .form .checkbox label {
    font-size: 16px;
    line-height: 24px;
  }
  .form .distributeurs {
    top: 120px;
  }
  .form .distri .empty {
    top: 87px;
  }
  .form .ent .empty {
    top: 87px;
  }
  .infos {
    padding: 60px 20px 100px 20px;
  }
  
  .infos > div > .titre {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 120px;
  }
  .infos > div .nbs {
    margin-bottom: 100px;
  }
  .infos > div .nbs .nb span {
    font-size: 22px;
  }
  .infos > div .nbs .nb span:nth-child(2) strong {
    font-size: 56px;
  }
  .infos > div .nbs .nb span:nth-child(3) {
    font-size: 16px;
  }
  .infos > div .bloc {
    gap: 60px;
    padding: 0 100px;
  }
  .infos > div .bloc-2 {
    gap: 60px;
  }
  .infos > div .bloc .txt .titre {
    font-size: 36px;
    line-height: 60px;
  }
  .infos > div .bloc-2 .txt .titre {
    font-size: 36px;
    line-height: 60px;
  }
  footer {
    font-size: 12px;
    line-height: 18px;
    padding: 60px;
  }
  footer .co2 {
    align-items: center;
  }
}
@media (min-width: 1550px) {
  .infos > div .bloc .txt p{
    /* padding-right: 217px; */
    padding-left: 217px;
    padding-right: 0;
  }
  .illustration .prix span sup{
    font-size: 18px;
  }
  .portable {
    display: none;
  }
  .merci .image {
    aspect-ratio: 1500/900;
    background-image: url(../images/merci-1980.jpg);
  }
  .splide {
    height: 1045px;
  }
  .illustration {
    background-image: url(../images/1980_HEADER_A3_TFSIe_B2B_2.jpg);
    padding: 45px 80px;
    height: 1045px;
  }
  .illustration .prix{
    margin-top: 30px
  }
  .illustration .business {
    bottom: 70px;
    right: 80px;
    font-size: 30px;
    position: absolute;
  }
  .illustration .nom {
    font-size: 48px;
    line-height: 64px;
    font-style: normal;
    font-weight: 400;
  }
  .illustration .nom span {
    margin-top: 7px;
    font-size: 34px;
    line-height: normal;
  }
  .illustration .km {
    margin-top: 20px;
    font-size: 34px;
    line-height: 34px;
  }
  .illustration .bas {
    bottom: 90px;
    left: 80px;
  }
  .illustration .prix span {
    font-size: 30px;
    line-height: 29px;
  }
  .illustration .prix span strong {
    font-size: 64px;
    line-height: 66px;
  }
  .illustration .bas .prix span {
    font-size: 30px;
  }
  .illustration .bas .prix span strong {
    font-size: 64px;
    line-height: 66px;
  }
  .illustration .bas .garantie {
    font-size: 20px;
    line-height: 30px;
  }
  .illustration.q4 {
    background-image: url(../images/q4-header-1980.jpg);
  }
  .illustration.q5 {
    background-image: url(../images/q5-header-1980.jpg);
  }
  .illustration.q5-2 {
    background-image: url(../images/q5-2-header-1980.jpg);
  }
  .illustration.q5-2 .nom span {
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  .illustration.q6 {
    background-image: url(../images/q6-header-1980.jpg);
  }
  .illustration.a5 {
    background-image: url(../images/1980_HEADER_A5_e-hybrid_B2B_2.jpg);
  }
  .illustration.a5 .argus {
    top: 50px;
    right: 70px;
    width: 234px;
  }
  .illustration.a6 {
    background-image: url(../images/a6-header-1980.jpg);
  }
  .form {
    max-width: 480px;
  }
  .form .intro {
    padding: 40px 40px 0 40px;
  }
  .form form {
    padding: 0 40px 0 40px;
  }
  .infos {
    padding: 80px 110px 100px 110px;
  }
  .infos > div > .titre {
    font-size: 42px;
  }
  .infos > div .nbs {
    margin-bottom: 120px;
  }
  .infos > div .nbs .nb span:nth-child(3) {
    font-size: 22px;
  }
  .infos > div .bloc {
    max-width: 1600px;
    margin: 0;
    gap: 70px;
    padding: 0;
  }
  .infos > div .bloc-2 {
    max-width: 1600px;
    margin-top: 150px;
    gap: 70px;
    padding: 0 60px;
  }
  .infos > div .bloc .txt .titre {
    font-size: 42px;
    line-height: 62px;
  }
  .infos > div .bloc-2 .txt .titre {
    font-size: 42px;
    line-height: 62px;
  }
}

/* @media (min-width:1080px) {
  .illustration .business {
    font-size: 18px;
    position: absolute;
    right: 50px;
    bottom: 35px;
  }
} */