/* ----- Configuration sections page ----- */
section {
  min-height: 100vh;
  width: 100%;
  display: flex;
}
#sec-1 {
  background-color: var(--blanc);
  background-size: cover;
  color: var(--noir);
  justify-content: center;
  align-items: center;
}
#sec-2 {
  width: 90vw;
  padding: 4.75rem 8%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: space-evenly;
}
#sec-3 {
  background-color: var(--blanc);
  color: var(--white);
  justify-content: center;
  align-items: center;
}

/* ==== sec-1 ==== */
.sec1-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cadre {
  width: 90vw;
  height: 85vh;
  overflow: hidden;
  display: flex;
  border-radius: 1.5625rem;
  top: 1.2rem;
  position: relative;
  background-color: var(--bleuc);
}

/* === DEBUT SEC1 === */
.cadre-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cadre2 {
  padding: 2%;
  width: 38%;
  height: 100%;
  border-radius: 1.5625rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.cadre2-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cadre2-content-txt {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.cadre2-titre {
  color: #fff;
  font-family: "Product Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cadre2-sous-titre {
  color: #fff;
  font-family: "Product Sans", sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.cadre2-sous-description {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cadre2-p {
  color: var(--blanc);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cadre2-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.cadre2-form input {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 1.875rem;
  padding: 1rem 1.3rem;
  background: var(--gris);
}
.cadre2-form label {
  background: transparent;
  margin-left: 1rem;
  background: var(--gris);
}
.cadre2-form-button {
  background: var(--bleuf);
  color: var(--blanc) !important;
  width: 100%;
  padding: 1rem 1.3rem;
}
/* === FIN sec-1 === */

/* === DEBUT sec-2 === */
.sec-2_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec-2_info_title {
  color: #3a2afa;
  font-family: "Product Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-2_info_desc {
  color: #000;
  font-family: "Product Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* === DEBUT BOX1 === */
.sec-2_box1 {
  width: 100%;
  height: 100%;
}
.sec-2_box1_head {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0px 0px;
  border: 1px solid var(--Bleu-fonc, #3a2afa);
  background: var(--Bleu-fonc, #3a2afa);
}
.sec-2_box1_head_title {
  width: 100%;
  padding: 1.5%;
  color: #eee;
  text-align: center;
  font-family: "Product Sans" sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-2_box1_body {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 12px 12px;
  border: 6px solid var(--Bleu-fonc, #3a2afa);
}
.sec-2_box1_barre {
  background: #3a2afa;
  width: 10px;
  height: 130px;
}
/* ==INFO1== */
.sec-2_box1_body_info1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box1_body_info1_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
}
.sec-2_box1_body_info1_age {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box1_body_info1_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* ==INFO2== */
.sec-2_box1_body_info2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box1_body_info2_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.sec-2_box1_body_info2_age {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box1_body_info2_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* ==INFO3== */
.sec-2_box1_body_info3 {
  display: flex;
  width: 1289px;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box1_body_info3_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.sec-2_box1_body_info3_age {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box1_body_info3_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* === FIN BOX1 === */
/* === DEBUT BOX2 === */
.sec-2_box2 {
  width: 100%;
  height: 100%;
}
.sec-2_box2_head {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0px 0px;
  border: 1px solid var(--Bleu-fonc, #3a2afa);
  background: var(--Bleu-fonc, #3a2afa);
}
.sec-2_box2_head_title {
  width: 100%;
  padding: 1.5%;
  color: #eee;
  text-align: center;
  font-family: "Product Sans" sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-2_box2_body {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 12px 12px;
  border: 6px solid var(--Bleu-fonc, #3a2afa);
}
.sec-2_box2_barre {
  background: #3a2afa;
  width: 10px;
  height: 130px;
}
/* ==INFO1== */
.sec-2_box2_body_info1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box2_body_info1_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
}
.sec-2_box2_body_info1_vehicule {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box2_body_info1_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* ==INFO2== */
.sec-2_box2_body_info2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box2_body_info2_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.sec-2_box2_body_info2_vehicule {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box2_body_info2_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* ==INFO3== */
.sec-2_box2_body_info3 {
  display: flex;
  width: 1289px;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sec-2_box2_body_info3_cnt {
  margin: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.sec-2_box2_body_info3_vehicule {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.sec-2_box2_body_info3_prix {
  color: #000;
  text-align: center;
  font-family: "Product Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1340px) {
  .cadre2-content {
    padding: 20px;
  }
  .cadre2 {
    width: 100%;
  }
  .sec-2_box1_barre {
    height: 5px;
    width: 100%;
  }
  .sec-2_box1_body {
    flex-wrap: wrap;
  }
  .sec-2_box2_barre {
    height: 5px;
    width: 100%;
  }
  .sec-2_box2_body {
    flex-wrap: wrap;
  }
  .sec-2_box2_body_info1_cnt {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
