.main_container {

  padding-bottom: 100px;

  position: relative;

}



.breadcrumbs_bar1 {

  display: flex;

  margin: auto;

  align-items: center;

  padding: 10px 0;

  font-size: 15px;

  width: 80%;

  border-bottom: solid 1px var(--gray2);

}



.breadcrumbs_bar1 a {

  font-family: "NouvelRRegular";

  color: var(--black);

}

.breadcrumbs_bar1 p {

  font-family: monospace;

  padding: 0 10px;

  color: var(--yellow);

}



.accessoires_container {

  width: 80%;

  margin: auto;

  display: flex;

  flex-direction: column;

}



.back_btn_1 {

  display: flex;

  align-items: center;

  padding: 10px 0;

  font-size: 15px;

}

.back_btn_1 p {

  font-family: monospace;

  padding: 0 10px 0 0;

  color: var(--yellow);

}

.back_btn_1 a {

  font-family: "NouvelRRegular";

  color: var(--black);

}



.accessoires_container .page_title {

  margin: auto;

  font-family: "NouvelRBold";

  text-align: center;

  font-size: 30px;

  margin-bottom: 20px;

}



.items_list {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.item_card {

  width: calc(33.33% - 10px);

  margin-bottom: 20px;

}

.item_card img {

  width: 100%;

}



.item_card .title {

  font-family: "NouvelRBold";

  margin: 15px 0 0 0;

}

.item_card .price {

  font-family: "NouvelRBold";

  display: flex;

  align-items: flex-start;

}

.item_card .price span {

  font-size: 10px;

  margin-top: 2px;

}

.commandez_btn1 {

  display: flex;

  align-items: center;

  margin: 15px 0 0 0;

  cursor: pointer;

}

.commandez_btn1 a {

  font-family: "NouvelRBold";

  color: var(--black);

  margin: 0 10px 0 0;

  cursor: pointer;

}

.commandez_btn1 p {

  color: var(--yellow);

  font-family: monospace;

  font-size: 15px;

  font-weight: 900;

}





.accessoires_pagination {

  display: flex;

  margin: auto;

  align-items: center;

  margin-top: 20px;

}



.pagination_num {

  border: solid 1px var(--black);

  padding: 5px;

  border-radius: 30px;

  min-width: 20px;

  min-height: 20px;

  align-items: center;

  display: flex;

  justify-content: center;

  margin: 0 5px;

}



.pagination_active {

  color: white;

  background: var(--black);

}



.pagination_space {

  padding: 5px;

  min-width: 20px;

  min-height: 20px;

  align-items: center;

  display: flex;

  justify-content: center;

  margin: 0;

}



.pagination_next {

  padding: 5px;

  border-radius: 30px;

  min-width: 20px;

  min-height: 20px;

  align-items: center;

  display: flex;

  justify-content: center;

  margin: 0 5px;

  background: var(--yellow);

}



.backToTop {

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  width: max-content;

  align-items: center;

  margin: 0 0 15px 0;

  cursor: pointer;

}



.backToTop .text {

  font-family: "NouvelRRegular";

  border-bottom: 1px solid;

  margin: 0 20px 0 0;

  padding: 0;

}



.backToTop .flesh {

  transform: rotate(270deg);

  font-family: monospace;

  font-size: 22px;

}



/* accessoires modal styles       */ /* accessoires modal styles       */

/* accessoires modal styles       */ /* accessoires modal styles       */

/* accessoires modal styles       */ /* accessoires modal styles       */

/* accessoires modal styles       */ /* accessoires modal styles       */



.accessoires_modal {

  height: 100%;

  width: 100%;

  background: #0000008a;

  position: absolute;

  display: none;

  align-items: baseline;

  justify-content: center;

  z-index: 2;

  top: 0;

  bottom: 0;

}



.accessoires_modal .body {

  width: 90%;

  margin-top: 15%;

  box-sizing: border-box;

  box-shadow: 0px 0px 4px 1px #ffffff3b;

}



.accessoires_modal .body .header {

  background: var(--black);

  display: flex;

  flex-direction: column;

  position: relative;

  padding: 20px 0;

}



.accessoires_modal .body .closeBtn {

  position: absolute;

  color: var(--gray2);

  right: 20px;

  top: 10px;

  font-size: 30px;

  font-family: monospace;

  cursor: pointer;

}



.accessoires_modal .body .steps {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: center;

  margin: 10px 0;

}



.accessoires_modal .body .cordone {

  color: var(--gray3);

  font-family: "RenaultGroupSemibold";

  font-size: 20px;

}



/* Styles for the first child */

.accessoires_modal .body .cordone:not(:last-child) {

  margin: 0 50px 0 0;

}



/* Styles for the last child */

.accessoires_modal .body .cordone:last-child {

  margin: 0 0 0 50px;

}



.accessoires_modal .body .step.activeStep {

  background: var(--yellow);

}



.accessoires_modal .body .cordone.activeLabel {

  color: white;

}



.accessoires_modal .part2 {

}



.accessoires_modal .body .step {

  color: var(--black);

  background: var(--white);

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-family: "NouvelRBold";

  padding: 0;

  font-size: 17px;

}



.accessoires_modal .body .line {

  width: 30%;

  background: var(--gray3);

  height: 1px;

}



.accessoires_modal .body .paragraph {

  color: var(--gray2);

  font-size: 17px;

  font-family: "NouvelRRegular";

  width: 70%;

  margin: auto;

  text-align: center;

}



.accessoires_modal .body .content {

  display: flex;

}



.accessoires_modal .body .leftSide {

  width: 50%;

  background: var(--white);

  height: auto;

}



.accessoires_modal .body .rightSide {

  width: 50%;

  background: var(--gray1);

  height: auto;

  padding: 20px;

}



.accessoires_modal .body .rightSide img {

  width: 100%;

  margin-bottom: 15px;

}



.accessoires_modal .body .rightSide p {

  font-family: "NouvelRRegular";

  font-size: 12px;

  color: var(--gray3);

}



.accessoires_modal .body .rightSide p span {

  font-weight: bold;

}



.accessoires_modal .body .footer {

  background: var(--black);

  height: auto;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}



.accessoires_modal .body .submitBtn {

  color: var(--black);

  background: var(--yellow);

  font-family: "NouvelRBold";

  padding: 10px 45px;

  margin: 15px 0;

  cursor: pointer;

}



/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */



.accessoires_modal form {

  display: flex;

  flex-direction: column;

  width: 85%;

  margin: auto;

  margin-top: 30px;

}



.accessoires_modal form label {

}



.accessoires_modal form input {

  border: 0;

  border-bottom: var(--gray3) solid 1px;

  padding: 15px 0;

  margin-bottom: 10px;

  font-family: NouvelRRegular;

}

.accessoires_modal form input:focus {

  border: 0;

}



.accessoires_modal .checkbox_wrap {

  display: flex;

  align-items: flex-start;

  margin: 5px 0;

}



.accessoires_modal .checkbox_wrap .checkBox {

  border: double 1px var(--gray2);

  width: 15px;

  height: 15px;

  margin: 0 10px 0 0;

  border-radius: 50px;

  cursor: pointer;

}



.accessoires_modal .checkbox_wrap .label {

  width: 100%;

  font-family: "NouvelRRegular";

  font-size: 12px;

  color: var(--black);

}



.accessoires_modal .checkbox_wrap .checked {

  background: var(--black);

  outline: solid var(--gray3) 1px;

  border: solid var(--black) 1px !important;

}



form .note_label {

  color: var(--gray3);



  font-family: "NouvelRRegular";



  font-size: 12px;



  margin: 10px 0;

}



.accessoires_modal form .error {

  color: red;

  font-size: 12px;

  font-family: "NouvelRRegular";

}



.accessoires_modal .checkbox_wrap .checkBoxError {

  border: double 1px red !important;

}



.accessoires_modal .hide {

  display: none;

}

.accessoires_modal .thanksMsg {

  font-family: "NouvelRBold";



  font-size: 25px;



  margin: 0 0 30px 0;

}

.accessoires_modal .thanksMsg2 {

  text-align: center;



  font-family: "NouvelRRegular";



  font-size: 15px;

}

.accessoires_modal .part2 .leftSide {

  display: flex;



  align-items: center;



  justify-content: center;



  flex-direction: column;

}

.accessoires_modal .part2 .leftSide img {

  width: 30%;



  margin: 30px 0;

}



@media (max-width: 900px) {

  .item_card {

    width: calc(50% - 10px);

    margin-bottom: 20px;

}



.accessoires_container .page_title {

  font-size: 25px;

}



}



@media (max-width: 768px) {

  .main_container {

    padding-bottom: 60px;

}

  .breadcrumbs_bar1 {

    width: 90%;

}

  .accessoires_container {

    width: 90%;

}

.accessoires_container .page_title {

  font-size: 20px;

}

  .accessoires_modal .body .paragraph {

    font-size: 14px;

  }

  .accessoires_modal .body .cordone:last-child {

    margin: 0 0 0 30px;

  }

  .accessoires_modal .body .cordone {

    font-size: 17px;

  }

  .accessoires_modal .body .cordone:not(:last-child) {

    margin: 0 30px 0 0;

  }



  .accessoires_modal .body .rightSide p {

    font-size: 10px;

  }



  .accessoires_modal form {

    width: 90%;

    margin-top: 15px;

  }



  .accessoires_modal form input {

    padding: 12px 0;

    margin-bottom: 3px;

  }



  form .note_label {

    font-size: 10px;

  }



  .accessoires_modal .checkbox_wrap .label {

    font-size: 10px;

  }



  .accessoires_modal .checkbox_wrap .checkBox {

    width: 12px;

    height: 12px;

    margin: 0px 6px 0 0;

  }



  .accessoires_modal .body .leftSide {

    width: 60%;

    padding-bottom: 15px;

  }



  .accessoires_modal .part2 .leftSide img {

    width: 25%;

    margin: 25px 0;

  }



  .accessoires_modal .thanksMsg {

    font-size: 22px;

    margin: 0 0 25px 0;

  }



  .accessoires_modal .thanksMsg2 {

    font-size: 13px;

  }

}



@media (max-width: 500px) {

  .commandez_btn1 {

    margin: 10px 0;

}

  .item_card {

    width: calc(100% - 10px);

    margin-bottom: 20px;

}



  .accessoires_modal .body {

    margin-top: 25%;

}

  .accessoires_modal .body .content {

    flex-direction: column;

  }



  .accessoires_modal .body .step {

    width: 20px;

    height: 20px;

    border-radius: 50px;

    font-size: 12px;

  }



  .accessoires_modal .body .cordone {

    font-size: 13px;

    margin: auto !important;

  }



  .accessoires_modal .body .steps {

    margin: 25px 0 10px 0;

  }



  .accessoires_modal .body .closeBtn {

    right: 15px;

    top: 5px;

    font-size: 25px;

  }



  .accessoires_modal .body .steps {

    margin: 20px 0 10px 0;

  }



  .accessoires_modal .body .paragraph {

    font-size: 12px;

    width: 90%;

  }



  .accessoires_modal .body .header {

    padding: 15px 0;

  }



  .accessoires_modal .body .leftSide {

    width: 100%;

    padding-bottom: 10px;

  }



  .accessoires_modal form input {

    padding: 12px 0;

    margin-bottom: 3px;

    font-size: 12px;

  }



  .accessoires_modal .body .rightSide {

    width: 100%;

    padding: 15px;

    box-sizing: border-box;

  }



  .accessoires_modal .body .submitBtn {

    padding: 7px 30px;

    margin: 10px 0;

    font-size: 12px;

  }



  .accessoires_modal .thanksMsg2 {

    font-size: 12px;

    width: 95%;

    margin-bottom: 10px;

  }



  .accessoires_modal .thanksMsg {

    font-size: 20px;

    margin: 0 0 15px 0;

  }



  .accessoires_modal .part2 .leftSide img {

    width: 22%;

    margin: 22px 0;

  }

}







@media (max-width: 375px) {

  .item_card .price {

    margin-top: 2px;

}

  .accessoires_pagination {

    margin-top: 0px;

    scale: 0.8;

}

  .item_card .title {

    margin: 10px 0 0 0;

}

  .item_card {

    width: 100%;

    font-size: 13px;

}

  .accessoires_container .page_title {

    font-size: 16px;

}

  .back_btn_1 {

    font-size: 12px;

}

  .breadcrumbs_bar1 {

    font-size: 11px;

}

  .accessoires_modal .body .cordone {

    font-size: 10px;

}

.accessoires_modal .body .closeBtn {

  right: 10px;

  top: 1px;

  font-size: 20px;

}



.accessoires_modal .body .step {

  width: 15px;

  height: 15px;

  font-size: 9px;

}



.accessoires_modal .body .line {

  width: 25%;

}



.accessoires_modal .body .paragraph {

  font-size: 10px;

}



.accessoires_modal form {

  width: 95%;

  margin-top: 5px;

}



.accessoires_modal form input {

  padding: 10px 0;

  margin-bottom: 1px;

  font-size: 10px;

}



form .note_label {

  font-size: 8px;

}



.accessoires_modal .checkbox_wrap .label {

  font-size: 8px;

}



.accessoires_modal .checkbox_wrap .checkBox {

  width: 10px;

  height: 10px;

  margin: 0px 4px 0 0;

}



.accessoires_modal .body .rightSide p {

  font-size: 8px;

}



.accessoires_modal .body .submitBtn {

  padding: 5px 25px;

  margin: 8px 0;

  font-size: 10px;

}



.accessoires_modal .part2 .leftSide img {

  width: 20%;

  margin: 15px 0 10px 0;

}



.accessoires_modal .thanksMsg {

  font-size: 17px;

  margin: 0 0 12px 0;

}



.accessoires_modal .thanksMsg2 {

  font-size: 12px;

  width: 95%;

  margin-bottom: 10px;

}



}





.hidden_input1 {

  width: 0;

  height: 0;

  opacity: 0;

  margin: 0;

  padding: 0 !important;

}