@font-face {
  font-family: DsPro;
  src: url('../fonts/DSAutomobilesProCondensed-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DsPro;
  src: url('../fonts/DSAutomobilesPro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dsautomobiles;
  src: url('../fonts/DSAutomobiles-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dsautomobiles;
  src: url('../fonts/DSAutomobiles-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dstitle;
  src: url('../fonts/DSTitleMedium-Italic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dstitle;
  src: url('../fonts/DSTitleMedium-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fbfbfb;
  --brown: #a81841;
  --grey: #9d8b7b;
  --maroon: #6c1415;
}

.bg-form {
  background-color: #0e0b04;
  background-image: url('../images/fond-formulaire.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: Dsautomobiles, sans-serif;
  display: flex;
}

.form-logo {
  width: 160px;
}

.mainformcon {
  background-color: #fff;
  flex-direction: column;
  width: 800px;
  min-height: 100px;
  margin-top: 40px;
  display: flex;
}

.form-triangle {
  width: 290px;
  margin-top: 40px;
  margin-bottom: -163px;
  position: relative;
}

.titlecon {
  justify-content: space-between;
  align-items: center;
  padding-top: 54px;
  display: flex;
}

.titlecon-l {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 120px;
  display: flex;
}

.titlecon-r {
  flex: none;
  align-items: center;
  width: 50%;
  padding-left: 120px;
  display: flex;
}

.p1 {
  color: #000100;
  text-align: center;
  width: 600px;
  font-size: 18px;
  line-height: 22px;
}

.pcon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
}

.sepcon-l {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.sepcon-r {
  flex: none;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.sepcon {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.formcon {
  min-height: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-input {
  background-color: var(--white);
  color: #111;
  text-transform: uppercase;
  border: 1px solid #fbfbfb;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
}

.form-input.select {
  background-image: url('../images/select-arrow2.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-left: 0;
}

.form-input.m-r-15 {
  margin-right: 15px;
}

.form-inputsep {
  background-color: #000100b0;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-inputsep.hidden {
  display: none;
}

.dfc {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dfc-l {
  width: 50%;
  padding-right: 15px;
}

.dfc-r {
  width: 50%;
}

.inputgroup {
  border: 1px solid #000100b0;
  padding: 40px 20px 20px;
  position: relative;
}

.inputgroup._2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.receptype {
  background-color: var(--brown);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: -16px;
  margin-right: 20px;
  padding: 7px 15px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.receptype._2 {
  background-color: var(--grey);
}

.form-submit {
  background-color: var(--brown);
  text-transform: uppercase;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
}

.form-submitcon {
  justify-content: center;
  margin-bottom: -39px;
  display: flex;
  position: relative;
}

.legalcon {
  width: 800px;
  margin-top: 62px;
}

.legal-t {
  color: #fff;
  text-align: justify;
  font-weight: 400;
}

.lp-header {
  background-color: #010000;
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 276px;
  display: flex;
}

.lp-content {
  flex-direction: column;
  align-items: center;
  width: 900px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.lp-content._2 {
  padding-top: 70px;
}

.lp-h1 {
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Dstitle, sans-serif;
}

.lp {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  font-family: Dsautomobiles, sans-serif;
  display: flex;
}

.lp-p1 {
  text-align: center;
  margin-bottom: 0;
  font-family: DsPro, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.lp-p1.intro {
  font-family: Dstitle, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.lp-p1.x {
  margin-top: 50px;
  margin-bottom: 0;
}

.lp-p1.foot {
  color: var(--white);
}

.lp-p1.big {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Dsautomobiles, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.lp-sep {
  background-color: var(--brown);
  width: 150px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.lp-sep.mg {
  margin-bottom: 30px;
}

.lp-carsu {
  margin-top: 50px;
}

.lp-carsu.r {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lp-carsu.r.t {
  margin-bottom: 27px;
}

.lp-csc {
  justify-content: flex-start;
  display: flex;
}

.lp-csc-l {
  margin-right: -110px;
  position: relative;
}

.lp-csc-r {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lp-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
}

.lp-p2 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 23px;
  line-height: 23px;
}

.lp-p2b {
  text-transform: none;
  font-family: Dstitle, sans-serif;
  font-style: italic;
}

.lp-pricecon {
  justify-content: space-between;
  width: 153px;
  height: 50px;
  display: flex;
}

.lp-pricecon-l {
  background-color: var(--maroon);
  border-right: 1px solid #fff;
  width: 15px;
}

.lp-pricecon-r {
  background-color: #a91842;
  background-image: url('../images/waves.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 187px;
  border-right: 1px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.lp-price-txt {
  color: var(--white);
  text-align: center;
  font-family: Dstitle, sans-serif;
  font-size: 33px;
  font-style: italic;
}

.lp-sep2 {
  background-color: var(--brown);
  width: 400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.lp-veh-ds4 {
  width: 300px;
  position: relative;
}

.lp-veh-ds3 {
  width: 374px;
  position: relative;
}

.lp-csc-r-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lp-p3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 23px;
  line-height: 23px;
}

.lp-veh-ds5 {
  width: 280px;
  position: relative;
}

.lp-csc-l3 {
  margin-left: -77px;
  margin-right: 0;
  position: relative;
}

.lp-csc-l2b {
  margin-left: -145px;
  margin-right: 0;
  position: relative;
}

.kdo1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.lp-cta {
  background-color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 50px;
  font-size: 20px;
}

.lp-cta._50 {
  margin-bottom: 50px;
}

.lp-cta.inter {
  margin-top: 60px;
}

.footer {
  width: 600px;
}

.image {
  height: 100%;
}

.lp-sep3 {
  height: 58px;
}

.footerlast {
  background-color: #141112;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  display: flex;
}

.footerlastin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  min-height: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-link1 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.footerlast-t1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.footer-rs-blk {
  justify-content: space-between;
  width: 80px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.footer-rs-icon {
  width: 28px;
}

.footerlast-t2 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.footer-txt-con {
  justify-content: space-between;
  align-items: center;
  width: 602px;
  min-height: 20px;
  margin-bottom: 20px;
  display: flex;
}

.vsep2 {
  background-color: #fff;
  width: 2px;
  height: 13px;
}

.car2europe {
  width: 119px;
}

.lp-h1b {
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0;
  font-family: DsPro, Arial, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 60px;
}

.footercta {
  background-color: #141112;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
}

.cp-h1 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Dstitle, sans-serif;
  font-weight: 400;
}

.cp-lep {
  margin-top: 10px;
  margin-bottom: 25px;
}

.cp-choice {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  padding: 20px 50px 50px;
  display: flex;
}

.cp-choice-l {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 50px;
  padding-right: 20px;
  display: flex;
}

.cp-choice-r {
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-height: 50px;
  padding-left: 20px;
  display: flex;
}

.p2 {
  color: #000100;
  text-align: center;
  width: auto;
  font-size: 18px;
  line-height: 22px;
}

.button {
  background-color: #a81841;
}

.logo-part {
  width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  margin-top: 20px;
}

.p-ment {
  text-align: center;
  margin-top: 20px;
  font-family: DsPro, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.brand-part {
  background-color: #fafafa;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 20px 20px;
  display: flex;
}

.logo-part2 {
  width: 320px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.cta-part {
  text-transform: uppercase;
  background-color: #282960;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 21px;
  line-height: 22px;
  display: flex;
}

.cta-part.c2e {
  background-color: #2174ba;
  width: 305px;
}

.top2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 19px;
  display: flex;
}

.top2-logo {
  width: 100px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.part-row {
  width: 100%;
  margin-top: 20px;
}

.part-logo2 {
  width: 160px;
  margin-bottom: 10px;
}

.part-col {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.part2t {
  text-align: center;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .bg-form {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mainformcon {
    width: 100%;
  }

  .form-inputsep.hidden {
    display: none;
  }

  .legalcon, .lp-content {
    width: 100%;
  }

  .lp-p1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .titlecon {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 137px;
  }

  .titlecon-l {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .titlecon-r {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .p1 {
    width: 100%;
    text-decoration: none;
  }

  .pcon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sepcon-l {
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }

  .sepcon-r {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .sepcon {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .formcon {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-inputsep.hidden {
    display: none;
  }

  .lp-header {
    height: 150px;
  }

  .lp-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-p1 {
    font-size: 20px;
  }

  .lp-sep.mg {
    margin-bottom: 30px;
  }

  .lp-carsu.r.t {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .lp-csc {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .lp-csc.inv {
    flex-direction: column-reverse;
  }

  .lp-csc-l {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
  }

  .lp-csc-r {
    align-items: center;
    width: 100%;
  }

  .lp-sep2 {
    width: 150px;
  }

  .lp-csc-r-copy {
    align-items: center;
    width: 100%;
  }

  .lp-csc-l3 {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .lp-csc-l2b {
    margin-bottom: -10px;
    margin-left: 0;
  }

  .footer-txt-con {
    flex-direction: column;
  }

  .vsep2 {
    display: none;
  }

  .footercta {
    width: 100%;
  }

  .cp-choice {
    flex-direction: column;
    align-items: center;
  }

  .cp-choice-l {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .cp-choice-r {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .bg-form {
    padding-top: 20px;
  }

  .form-logo {
    width: 140px;
  }

  .form-triangle {
    width: 221px;
    margin-top: 20px;
    margin-bottom: -133px;
  }

  .titlecon {
    flex-direction: column;
    padding-top: 110px;
  }

  .titlecon-l {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .titlecon-r {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .p1 {
    font-size: 17px;
  }

  .pcon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sepcon-l {
    justify-content: center;
    padding-right: 0;
  }

  .sepcon-r {
    justify-content: center;
    padding-left: 0;
    display: none;
  }

  .sepcon {
    flex-direction: column;
    padding-top: 20px;
  }

  .formcon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-inputsep.hidden {
    display: block;
  }

  .dfc {
    flex-direction: column;
  }

  .dfc-l {
    width: 100%;
    padding-right: 0;
  }

  .dfc-r {
    width: 100%;
  }

  .form-submit {
    width: 95%;
  }

  .lp-content {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp-h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .lp-p1 {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-veh-ds3 {
    width: 374px;
  }

  .lp-cta._50, .lp-cta.inter {
    text-align: center;
    font-size: 18px;
  }

  .lp-h1b {
    font-size: 26px;
    line-height: 32px;
  }

  .p2 {
    font-size: 17px;
  }

  .logo-part {
    width: 200px;
  }

  .logo-part2 {
    width: 250px;
  }

  .part-row.last {
    margin-top: 0;
  }

  .part-col {
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'DsPro';
  src: url('../fonts/DSAutomobilesProCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DsPro';
  src: url('../fonts/DSAutomobilesPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dsautomobiles';
  src: url('../fonts/DSAutomobiles-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dsautomobiles';
  src: url('../fonts/DSAutomobiles-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dstitle';
  src: url('../fonts/DSTitleMedium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dstitle';
  src: url('../fonts/DSTitleMedium-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}