

  .row_i {

    position: absolute;

    width: 100%;

    top: 150px;

  }

  .row_6i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s6 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

    border: solid 5px var(--gray1);

    height: var(--cardHeight);

    width: var(--rn-width6);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_4i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s4 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

    border: solid 5px var(--gray2);

    height: var(--cardHeight);

    width: var(--rn-width4);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_3i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

    flex-wrap: wrap;

  }

  .card_s3 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

    border: solid 5px var(--gray3);

    height: var(--cardHeight);

    width: var(--rn-width3);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_2i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s2 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

    border: solid 5px var(--gray2);

    height: var(--cardHeight);

    width: var(--rn-width2);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_2-5i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s2-5 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

    border: solid 5px var(--gray2);

    height: var(--cardHeight);

    width: var(--rn-width2);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_1-2i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s1-2 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

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

    height: var(--cardHeight);

    width: var(--rn-width1);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_1i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s1 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

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

    height: var(--cardHeight);

    width: var(--rn-width1);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  .row_1-5i {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .card_s1-5 {

    box-shadow: 0px 0px 4px 0px black;

    border-radius: 5px;

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

    height: var(--cardHeight);

    width: var(--rn-width1-5);

    margin: 0 var(--um);

    box-sizing: border-box;

  }

  

  .guide_path {

    display: flex;

    width: 100%;

    flex-direction: row;

    justify-content: center;

    position: relative;

    background-color: transparent;

    min-height: 200vh;

  }

  

  .unit1 {

    height: 100%;

    background-color: rgba(129, 230, 255, 0.233);

    margin: 0 var(--um);

    width: var(--unit);

    min-height: 1200vh;

  }









/*/------------------ breadcrumb ------------/*/

.breadcrumb_Container{

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 0;

}

.breadcrumb {

  display: flex;

  height: 50px;

  width: var(--rn-width1);

  margin: 0 var(--um);

  box-sizing: border-box;

  background-color: white !important;

  margin-bottom: 0 !important;

  font-family: NouvelRRegular;

  flex-direction: row;

  align-items: center;

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

}

.breadcrumb a{

  font-family: 'NouvelRRegular';

  font-size: 13px;

}

.breadcrumb svg{

  width: 26px;

  height: 10px;

  fill: currentcolor;

  color: var(--yellow);

  font-family: 'NouvelRBold';

}

.hr_breadcrimb{

  color: var(--gray3);

}



/*/------------------retour ------------/*/

.breadcrumb_Container{

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 0;

}

.breadcrumb{

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

height: 60px;

width: var(--rn-width1);

margin: 0 var(--um);

box-sizing: border-box;

background-color: white !important;

margin-bottom: 0 !important;

}

/*---------------- technologies -------------------*/

.technologies{

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

  }

  .technologies_card_hide {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 40px 0;

    flex-wrap: wrap;

    gap: 20px 0px;

    }

    .technologies_card {
      /* width: var(--rn-width3); */
      margin: 0 10px;
      box-sizing: border-box;
      font-family: NouvelRBold;
  }

  .technologies_card .card3 .card-img-top {

    width: 100%;

  }

  .technologies_card .card3 .card-body .card-title {

    font-size: 18px;
    font-weight: 600;
    font-family: NouvelRBold;

  }    

  .technologies_card .card3 .card-body .card-text {

    font-size: 17px;

    font-family: NouvelRRegular;

    margin: 12px 0;

  }

  .technologies_card .card3 .card-body .btn {

    color: black;

    font-weight: 600;

    font-family: NouvelRBold;

  }

  .technologies_card .card3 hr {

    margin: 0;

    width: 70px;

    background-color: var(--yellow);

    border: none;

    height: 2px; 

  }

  .card3 .card-body > div {

    margin-top: auto; 

    display: flex;

  }

  .card3 .card-body > div a {

    margin-right: 15px; 

  }

  .card3 {

    position: relative;

    display: flex;

    flex-direction: column;

    height: 100%;

  }

  .card3 .card-body {

    flex-grow: 1; 

    display: flex;

    flex-direction: column;

  }

  .owl-carousel3-container {
    width: var(--rn-width1);
    margin: 0 var(--um);
  }

  .card-body svg {
    width: 24px;
    height: 14px;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    color: var(--yellow);
    margin-top: 5px;
  }

  .owl-carousel3-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #carousel3 {
    width: var(--rn-width1);
    z-index: 1;
    margin: 0 var(--um);
  }

  #carousel2 .owl-nav button.owl-prev,

  #carousel2 .owl-nav button.owl-next,

  #carousel3 .owl-nav button.owl-prev,

  #carousel3 .owl-nav button.owl-next {

    background-color: transparent !important;

  }



  #carousel2.owl-carousel .owl-nav,

  #carousel3.owl-carousel .owl-nav {

    position: absolute;

    top: 48% !important;

    transform: translateY(-50%);

    width: 100%;

    display: flex;

    justify-content: space-between;

    z-index: 0 !important;

    font-size: 39px !important;

    color: #000 !important;

    height: 20px !important;

    align-items: center;

  }
  #carousel3 .owl-nav button.owl-prev, #carousel3 .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    margin-left: -12px;
    font-family: 'NouvelRRegular';
  }

  #carousel3 .owl-nav button.owl-next, #carousel3 .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    margin-right: -12px;
    font-family: 'NouvelRRegular';
  }
/*/------------- mainTitle ----------/*/

  .mainTitle{

    margin: 0 var(--um);

    box-sizing: border-box; 

    text-align: center;

    font-family: NouvelRBold;

  }

  .mainTitle .reverstitle {

    font-size: 40px;

    font-weight: bold;

    font-family: NouvelRBold;

    margin-top: 14px;

  }

  .mainTitle .title {

    font-size: 40px;

    font-weight: bold;

    font-family: NouvelRBold;

    margin-bottom: 14px;

  }

  .mainTitle .title.exeption {

    margin-top: 0px;

  }

  .mainTitle .semititle {

    font-family: 'RenaultGroupSemibold';

    margin-bottom: 20px;

    color: var(--gray3);

}

/*---------------backToTop-------------------*/

.backToTop{

    width: var(--rn-width1);

    margin: 0 var(--um);

    box-sizing: border-box; 

    text-align: center;

    align-items: center;

    font-family: RenaultGroupSemibold;

  }

  .backToTop a{

    color: black;

    font-family: RenaultGroupSemibold;

    text-decoration: underline;

  }

  .backToTop svg{

    margin: auto;

    margin-bottom: -2px;

    margin-left: 10px;

  }



/*------------blog part------------*/

.article_Container{
  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;
}

.article {
  position: relative;
  width: var(--rn-width1);
  margin: 0 var(--um);
}

.text {
  font-family: 'NouvelRRegular';
}

.text p{
  font-family: 'NouvelRRegular';  
}

.image {
  float: right;
  margin: 0 0 10px 10px;
  width: var(--rn-width2);
  height: auto;
  overflow: hidden;
}
    
.image img {
  max-width: 100%;
  height: auto;
}
  














@media (max-width: 1024px) {
  #carousel3 .owl-nav button.owl-prev, #carousel3 .owl-carousel button.owl-dot {
    margin-left: 0px;
  }

  #carousel3 .owl-nav button.owl-next, #carousel3 .owl-carousel button.owl-dot {
    margin-right: 0px;
  }
}


@media (min-width: 801px) {

  .cars-section-tablet{

    display: none;

  }

  #carousel2{

    display: none;

  }

  .owl-carousel3-container{

   width:100%

  }

}

/*------------------------------------*/

/*--------------- tablet -------------*/

/*------------------------------------*/

@media (max-width: 800px) {

  .article {
    display: flex;
    flex-direction: column;
  }

  .image {
    float: right;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  } 

  #carousel3 {
    /* width: var(--rn-width1); */
    /* z-index: 1; */
    margin: 0;
  }



  .gamme_Renault {

      margin-bottom: -40px;

  }



/*/------------- main carousel ----------/*/

  .owl-carousel .owl-item img {

    display: block !important;

  }

  .carousel_title .logo_in_carousel {

    width: 22% !important;

  }

  .carousel_title h1 {

    font-size: 36px;

    width: 70%;

  }

  .carousel_title {

    top: 15%;

    width: 100%;

  }

  .carousel_title .btn1 {

    margin-right: 30px;

  }



  .carousel_title h3 {

    font-family: 'RenaultGroupSemibold';

    margin: 9px 0px;

    font-size: 20.3px;

    margin-bottom: 18px;

  }

/*/------------- mainTitle ----------/*/

  .mainTitle{

    margin: 0 var(--um);

    box-sizing: border-box; 

    text-align: center;

    font-family: NouvelRBold;

  }

  .mainTitle .title {

    font-size: 29px;

    font-family: NouvelRBold;

    margin-top: 14px;

  }

  .mainTitle .reverstitle {

    font-size: 29px;

    font-family: NouvelRBold;

    margin-top: 0px;

    margin-bottom: -15px;

  }

  .mainTitle .title.exeption {

    margin-top: 0px;

  }

  .mainTitle .semititle {

    font-family: RenaultGroupSemibold;

    margin-bottom: 7px;

    color: var(--gray3);

  }







/*---------------- services -------------------*/

  .sevices_card_hide {

    display: none;

  }



  #carousel2, #carousel3 {

    width: 100%;

    margin-left: 0;

  }

  #carousel2 .owl-nav button.owl-prev,

  #carousel2 .owl-nav button.owl-next,

  #carousel3 .owl-nav button.owl-prev,

  #carousel3 .owl-nav button.owl-next {

    background-color: transparent !important;

  }



  #carousel2.owl-carousel .owl-nav,

  #carousel3.owl-carousel .owl-nav {

    position: absolute;

    top: 48% !important;

    transform: translateY(-50%);

    width: 100%;

    display: flex;

    justify-content: space-between;

    z-index: 0 !important;

    font-size: 39px !important;

    color: #000 !important;

    height: 20px !important;

    align-items: center;

  }



  #carousel2 .owl-dots,

  #carousel3 .owl-dots {

    display: none !important;

  }



  #carousel2 .owl-nav button.owl-prev span,

  #carousel3 .owl-nav button.owl-prev span {

    left: -15px !important;

    font-family: RenaultGroupSemibold;

  }



  #carousel3 .owl-nav button.owl-prev span,

  #carousel3 .owl-nav button.owl-next span {

    font-family: RenaultGroupSemibold;

    bottom: 204px;

  }



  #carousel2 .owl-nav button.owl-next span,

  #carousel3 .owl-nav button.owl-next span {

    right: -15px !important;

  }



  .sevices_card .card2 .card2-img.services {

    height: inherit;

  }



  .owl-carousel2-container,

  .owl-carousel3-container {

    max-width: var(--rn-width1);

    margin: 0 var(--um);

    box-sizing: border-box;

    overflow: hidden;

   

  }



  #carousel2 .owl-stage,

  #carousel3 .owl-stage {

    display: flex;

    justify-content: center;

    overflow: hidden; /* Ensure content is hidden when it overflows */

  }



  #carousel2.owl-item,

  #carousel3.owl-item {

    width: auto; /* Set the width to auto to allow responsiveness */

    margin-right: 10px; /* Adjust margin as needed */

  }



  #carousel2 .owl-item.active,

  #carousel3 .owl-item.active,

  #carousel2 .owl-item.cloned,

  #carousel3 .owl-item.cloned {

    width: auto !important;

    margin-right: 10px; /* Adjust margin as needed */

  }



  .sevices_card,

  .technologies_card {

    width: 100% !important; /* Use percentage-based width */

    max-width: var(--rn-width2) !important; /* Set a max-width if needed */

    box-sizing: border-box !important;

  }





  #carousel2 .owl-item, #carousel2 .owl-item, #carousel3 .owl-item {

    width: auto !important;

    margin-right: 18px !important;

    margin-left: 0px !important;

  }



/*---------------- tecnologie -------------------*/

  .technologies_card_hide{

    display: none;

  }

  .technologies_card .card3 .card-img-top {

    width: 100%;

    height: inherit;

  }



  .technologies_card .card3 .card-body .card-text {

    font-size: 15px;

    text-align: left;

  }



  .technologies_card .card3 .card-body .card-title {

    font-size: 16px;

    text-align: left;

    margin-bottom: 18px;

  }



}



@media (max-width: 767px) {
  #carousel2 .owl-item, #carousel2 .owl-item, #carousel3 .owl-item {
    width: auto !important;
    margin: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
}

/*------------------------------------*/

/*--------------- phone1 -------------*/

/*------------------------------------*/



@media (max-width: 659px) {

  #carousel3 .owl-nav button.owl-prev, #carousel3 .owl-carousel button.owl-dot {
    margin-left: -12px;
  }

  #carousel3 .owl-nav button.owl-next, #carousel3 .owl-carousel button.owl-dot {
    margin-right: -12px;
  }

  .carousel_title h1 {

    font-size: 32px;

  }

  .carousel_title h3 {

    font-size: 14.3px;

  }

  .row_6i {

    flex-wrap: wrap;

    margin-top: 0px;

  }

}



@media (max-width: 425px) {

  .owl-carousel2-container{

    display: none;

  }

  .owl-carousel3-container{

   

  }

  #carousel2{

    display: none;

  }

  .technologies{

    display: none;

  }

  .technologies_card_hide{

    display: block;

  }



/*/------------- main carousel ----------/*/

  .owl-dots {

    bottom: 15px;

  }

  .carousel_title {

    top: 52%;

    width: 90%;

}

  .owl-dots .owl-dot span {

    width: 74px;

    height: 3px;

  }

  .carousel_title h1 {

    font-size: 31px;

    width: 100%;

}

.carousel_title .logo_in_carousel {

  width: 57% !important;

}

  .carousel_title h3 {

    font-size: 14.3px;

    margin: 0px 0px;

    margin-bottom: 8px;

    width: 90%;

  }

  .carousel_title .btn1 {

    padding: 0px 6px;

    margin-right: 10px;

  }

  .carousel_title .btn2 {

    padding: 0px 10px;

  }

  .owl-carousel .owl-nav {

    display: none;

  }



/*-----------.mainTitle .title -------------*/

  .mainTitle .title {

    font-size: 20px;

    margin-top: 0px;

  }

  .row_1i {

    margin-bottom: 0px;

    margin-top: 15px;

  }





/*------services and technologie---------*/

  .sevices_card{

    width: auto !important;

    margin-bottom: 12px;

  }

  .technologies_card {

    width: auto !important;

    margin-bottom: 25px;

  }

  .mainTitle .reverstitle {

    font-size: 19px;

    width: 215px;

    margin: auto;

  }

  .mainTitle .semititle {

    font-size: 12px;

  }

  .sevices_card_hide, .technologies_card_hide {

    display: block;

    margin-top: 20px;

  }

  .technologies_card .card3 .card-body .card-text {

    font-size: 14px;

    text-align: left;

  }

  .technologies_card .card3 .card-body .btn {

    color: black;

    font-family: 'RenaultGroupSemibold';

  }



/*------buttons---------*/

  .mainTitle button {

    padding: 0px;

    width: -webkit-fill-available;

  } 



/*------back to top---------*/

  .backToTop a {

    color: black;

    font-size: small;

  }



}







@media (max-width: 375px) {

  .carousel_title {

    top: 44%;

    width: 90%;

}

  .owl-dots {

    bottom: 2px;

}

}



@media (max-width: 320px) {

.owl-dots {

  /* bottom: 4px; */

  display: none;

}



  .carousel_title h1 {

    font-size: 26px;

}

.carousel_title h3 {

  font-size: 13.3px;

}

  .queRecherchez_vous .card_s6_title {

    text-align: left;

    font-family: NouvelRBold;

    font-size: 10px;

  }

  

}