:root {
  --container-width: 1216px;
  --unit: 72px;
  --um: 16px;
  --rn-width6: calc(2 * var(--unit) + 2 * var(--um));
  --rn-width4: calc(3 * var(--unit) + 4 * var(--um));
  --rn-width3: calc(4 * var(--unit) + 6 * var(--um));
  --rn-width2: calc(6 * var(--unit) + 10 * var(--um));
  --rn-width1: calc(12 * var(--unit) + 22 * var(--um));
  --rn-width_8u: calc(8 * var(--unit) + 14 * var(--um));

  --rn-megaBox: calc(var(--rn-width1) - (var(--unit) + var(--um) * 2) * 2);

  --menutextSize: 12px;

  --textSizeSmall1: 12px;

  --logo1-height: 80px;

  --yellow: #e5d500;
  --lightYellow: #f8eb4c;
  --white: #ffffff;
  --gray1: #dad9d7;
  --gray2: #bbbbbb;
  --gray3: #898a8d;
  --black: #000000;

  --socialIconWidth: 30px;
  --megaboxHeight: 300px;
  --navlistWidth: 70%;
  --navlistHeight: 100%;
  --card_s2Height: 150px;

  --bottomSectionHeight: 60px;

  --contactimgWidth: 20px;

  --margin10: 10px;
  --margin5: 5px;
  --margin15: 15px;
  --margin45: 45px;
  --margin40: 40px;
  --margin20: 20px;

  --padding15: 15px;
  --padding20: 20px;
  --padding10: 10px;
  --padding30: 30px;
  --padding22: 22px;

  --mainTitleButtonText: 16px;
  --mainTitleButtonHeight: 46px;

  --itemImgWidth: ;
  --itemImgHeight: ;

  --fontsize18: 18px;
  --fontsize17: 17px;
  --fontsize15: 15px;
  --fontsize14: 14px;
  --fontsize12: 12px;

  --services_h5: 20px;

  --btnText15: 15px;

  --queRecherchezIconWidth: 30px;
  --queRecherchezIconMargin: 14px;
}


@font-face {
  font-family: "NouvelRBold";
  src: url("../fonts/NouvelRBold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "NouvelRRegular";
  src: url("../fonts/NouvelRRegular.ttf") format("truetype");
}

@font-face {
  font-family: "RenaultGroupSemibold";
  src: url("../fonts/RenaultGroupSemibold.otf") format("truetype");
  font-weight: 500;
}
.tablet {
  display: none;
}

.mobile {
  display: none;
}
a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  text-decoration: none !important;
}

a:focus{
  text-decoration: none !important;
}

input:focus{
  outline: none;
}

input:focus, input:focus-visible {
  outline: none;
  border-bottom: 1px dashed black !important;
}

/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
/*----------------           ui element           -------------------*/
/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/

button {
  background-color: inherit;
  color: inherit;
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
}

body {
  margin: 0;
  padding: 0;
  min-height: 70vh;
}

.main_container {
  min-height: 65vh;
}

a {
  text-decoration: none; 
}

p {
  margin: 0;
  padding: 0;
}

hr {
  margin-bottom: 10px;
}

.backToTop {
  padding: 0 0 16px 0;
}

.breadcrumb{
  width: 100% !important;
}


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

.breadcrumb_Container{

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 0;

}

.breadcrumb {

  display: flex;

  height: 60px;

  width: 100%;

  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;

}

.breadcrumb a{

  font-family: 'NouvelRRegular';

  font-size: 13px;

  color: black;

}

.breadcrumb svg{

  width: 26px;

  height: 10px;

  fill: currentcolor;

  color: var(--yellow);

  font-family: 'NouvelRBold';

}



/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
/*----------------           mega menu            -------------------*/
/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
.header_container a {
  color:white;
}
.header_container .nav_list li{
  color:white;
}
.menu_carlist {
  font-family: NouvelRBold;
}
.menu_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 10px 0;
}
.menu_carcard {
  text-align: center;
  width: 25%;
  box-sizing: border-box;
 padding: 0px 15px 10px;
  cursor: pointer;
  transition: all 0.1s;
}

.menu_carcard:hover {
  background-color: var(--gray1);
  scale: 1.01;
}

/*addthis*/
.menu_carcard p {
  color: var(--black);
  font-size: var(--menutextSize);
  margin: 0 0px 0 11px;
  text-align: justify;
}

.menu_carcard img {
  width: 100%;
  margin: 0 0 -4px 0;
}

.menu_allcar {
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu_allcar:hover {
  background-color: var(--gray1);
  scale: 1.01;
}

.menu_allcar p {
  color: var(--gray3);
  font-size: var(--menutextSize);
  text-align: justify;
}

.menu_allcar img {
  width: 40px;
  margin: 0 0 25px 0;
}
/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
/*----------------              Header            -------------------*/
/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
.carLink{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.square_btn_text{
  margin-bottom: 0 !important;
}
.plusCarLink{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.header_container {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 var(--padding1);
  position: relative;
  justify-content: space-between;
  transition:  padding 0.8s ease, background-color 0.8s ease !important;
}

/*addthis*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  padding: 0 var(--padding1) !important;
  background-color: #000000e3;
}
.fixed li{
  font-size: 14.5px ;
  letter-spacing: 1px;
}

.mega_menu_desktop {
  width: var(--rn-megaBox);
  background-color: var(--white);
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.1s ease-in-out; /* Adjust the duration and easing as needed */
  height: 0;
  overflow: hidden;
}

.show-menu {
  height: auto;
  transition: all 0.1s ease-in-out;
  padding: 16px 32px;
  z-index: 2;
}

.mega_menu_mobile {
  width: auto;
  background-color: var(--white);
  box-sizing: border-box;
  transition: all 0.1s ease-in-out; /* Adjust the duration and easing as needed */
  max-height: 0;
  overflow: hidden;
  display: none;
}

.show-menu2 {
  max-height: 100%;
  transition: all 0.2s ease-in-out;
}

/*addthis*/
.right_logo {
  background-color: black;
}

.right_logo img {
  height: calc(var(--logo1-height) / 2.5);
  margin: calc(var(--logo1-height) / 4);
  cursor: pointer;
}

/*addthis*/
.right_logo_img.M {
  height: auto ;
  margin: calc(var(--logo1-height) / 4);
  cursor: pointer;
  width: 40px;
}

/*addthis*/
.InScroll{
  background-color: black;
  padding: 12px;
}

/*addthis*/
.left_logo .InScroll{
  background-color: black;
}

.left_logo img {
  height: var(--logo1-height);
  margin: calc(var(--logo1-height) / 4);
  cursor: pointer;
}

/*addthis*/
.logoInScroll img {
  height: auto;
  width: 35px;
  margin: 0;
  cursor: pointer;
}

.nav_list {
  display: flex;
  align-items: center;
  word-break: normal;
  text-align: center;
  height: var(--navlistHeight);
  width: 100%;
}

.nav_list li {
  font-size: var(--fontsize14);
  font-family: NouvelRBold;
  list-style-type: none;
  color: var(--gray1);
  cursor: pointer;
  transition: color 0.3s ease;
  font-weight: 600;
  margin: 0 10px;
  transition: font-size 0.8s ease, letter-spacing 0.8s ease;
}

.nav_list li a span svg,.nav_list li span svg{
  display: none;
}

.nav_list li:hover {
  color: var(--white);
}

.header_contact {
  display: flex;
  align-items: baseline;
}

.header_contact a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  margin: 0 var(--margin10);
  transition: color 0.3s ease; 
}

.header_contact a:hover span {
  color: var(--white); 
}

.header_contact img {
  width: var(--contactimgWidth);
}

.header_contact span {
  font-size: var(--textSizeSmall1);
  text-align: center;
  color: var(--gray1);
  font-family: NouvelRRegular;
  margin-top: var(--margin5);
}

.header_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background-color 0.8s ease, padding 0.8s ease;
}

.header_right {
  display: flex;
  align-items: center;
  width: 100%;
}

a.active{
  color: var(--yellow);
}

/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/
/*----------------           Footer               -------------------*/
/*---------------- ------------------------------ -------------------*/
/*---------------- ------------------------------ -------------------*/

.footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f_top_section {
  background-color: var(--black);
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_top_section_content {
  display: flex;
  justify-content: space-between;
  width: var(--rn-width1);
  box-sizing: border-box;
  margin: var(--margin45) 0;
}

.footer_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  box-sizing: border-box;
}

.footer_block a {
  color: var(--gray1);
  text-decoration: none;
  font-family: NouvelRBold;
  font-size: var(--fontsize12);
  line-height: 1.3;
}
.footer_block a:hover {
  color: var(--white) !important;
}

.f_bottom_section {
  width: 100%;
  box-sizing: border-box;
  height: var(--bottomSectionHeight);
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding: 0 32px;
  justify-content: space-between;
}

.f_bottom_section .copyrightSection p{
  font-family: 'RenaultGroupSemibold';
  font-size: 15px;
}

.f_bottom_section a {
  color: var(--black);
  font-family: NouvelRBold;
  font-size: var(--fontsize15);
  text-decoration: none;
  padding: 0 var(--padding20);
}

.f_bottom_section a:first-child {
  border-right: 2px solid var(--yellow);
  padding-left: 0;
}

.f_bottom_section a:last-child {
  /*border-left: 2px solid var(--yellow);  Set the right border for the last item */
}

.f_section_title {
  position: relative;
  color: var(--white);
  font-family: NouvelRBold;
  font-weight: 600;
  font-size: var(--fontsize18);
  line-height: 1;
  margin: var(--margin20) 0;
}
.f_section_title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: var(--yellow);
  display: block;
}

.social_btns {
  box-sizing: border-box;
  margin: 0px 0 5px 0px;
}

.social_btns a {
}

.social_btns a:first-child {
  margin-left: -10px;
}

.social_btns a:hover img {
  scale: 1.1;
}

.social_btns img {
  width: var(--socialIconWidth);
  transition: all 0.2s;
  margin: 0px 14px;
}

.white_btn1 {
  color: var(--black);
  background-color: var(--white);
  font-family: RenaultGroupSemibold;
  padding: var(--padding10) var(--padding30);
  font-size: var(--btnText15);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
}

.white_btn1:hover {
  color: var(--black);
  background-color: var(--yellow);
}

.mobileDisplay {
  display: none;
}

.desktopDisplay {
  display: flex;
}

.burger_menu {
  display: none;
}

.contact_itemList {
  display: flex;
  align-items: baseline;
}

.decoline {
  width: 100%;
  background: var(--gray1);
  height: 0.5px;
}

/*------addthis-------*/
.mobile_arrange {
  display: flex;
  /*background-color: black;*/
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer_m_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  transition: all 0.5s;
}

.f_section_m_title {
  position: relative;
  color: var(--white);
  font-family: NouvelRBold;
  font-weight: 600;
  font-size: var(--fontsize18);
  line-height: 1;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--white) solid 1px;
  padding: 3px 0;
  transition: all 0.1s;
}

.f_section_m_title:hover {
  transition: all 0.1s;
  border-bottom: var(--yellow) solid 1px;
}

.f_section_m_title span {
  float: right;
  font-size: 30px;
  text-align: center;
  transform: rotate(90deg);
  margin-right: 10px;
  font-family: monospace;
  font-weight: 100;
}

.q_content {
  background-image: initial;
  background-color: rgb(24, 26, 27);
  color: rgb(202, 198, 191);
  display: none;
}

.q_content {
  padding: 0;
  text-align: left;
  max-width: -webkit-fill-available;
  max-height: 0px;
  transition: all 0.1s;
  width: 100%;
  font-weight: normal;
  background: var(--black);
}

.q_content span {
  color: var(--white);
  line-height: 3;
  display: none;
}

.q_content li {
  list-style-type: none;
}

.q_content.show {
  max-height: 300px;
  display: block;
}

.f_top_section_content_mobile {
  width: 100%;
  padding: 0 15px;
}

.footer_m_block a {
  color: var(--gray1);
  text-decoration: none;
  font-family: NouvelRBold;
  font-size: var(--fontsize12);
  line-height: 1.3;
}


@media (max-width: 1300px) {
  :root {
    --unit: 64px;
    --um: 16px;
    --rn-width6: calc(2 * var(--unit) + 2 * var(--um));
    --rn-width4: calc(3 * var(--unit) + 4 * var(--um));
    --rn-width3: calc(4 * var(--unit) + 6 * var(--um));
    --rn-width2: calc(6 * var(--unit) + 10 * var(--um));
    --rn-width1: calc(12 * var(--unit) + 22 * var(--um));
    --rn-width_8u: calc(8 * var(--unit) + 14 * var(--um));
    --rn-megaBox: calc(var(--rn-width1) - (var(--unit) + var(--um) * 2) * 2);

    --socialIconWidth: 28px;
    --megaboxHeight: 200px;
    --navlistWidth: 68%;
    --navlistHeight: 100%;

    --bottomSectionHeight: 60px;

    --contactimgWidth: 20px;

    --margin10: 9px;
    --margin5: 4px;
    --margin45: 42px;
    --margin20: 18px;

    --padding15: 14px;
    --padding20: 18px;
    --padding10: 8px;
    --padding30: 26px;

    --fontsize18: 16px;
    --fontsize15: 14px;
    --fontsize14: 14px;
    --fontsize12: 11px;

    --btnText15: 14px;
  }
}

@media (max-width: 1100px) {
  :root {
    --unit: 64px;
    --um: 16px;
    --rn-width6: calc(2 * var(--unit) + 2 * var(--um));
    --rn-width4: 22%;
    --rn-width3: calc(4 * var(--unit) + 6 * var(--um));
    --rn-width2: calc(6 * var(--unit) + 10 * var(--um));
    --rn-width1: 100%;
    --rn-width_8u: calc(8 * var(--unit) + 14 * var(--um));

    --rn-megaBox: auto;

    --socialIconWidth: 28px;
    --megaboxHeight: 200px;
    --navlistWidth: 70%;
    --navlistHeight: 100%;

    --bottomSectionHeight: 60px;

    --contactimgWidth: 20px;

    --margin10: 9px;
    --margin5: 4px;
    --margin45: 42px;
    --margin20: 18px;

    --padding15: 14px;
    --padding20: 18px;
    --padding10: 8px;
    --padding30: 26px;

    --fontsize18: 16px;
    --fontsize15: 14px;
    --fontsize14: 12px;
    --fontsize12: 11px;
    --logo1-height: 60px;

    --btnText15: 14px;
  }

  .menu_carcard p {
    color: var(--black);
    font-size: 10px;
    margin: 0 0px 0 15px;
    text-align: justify;
  }

  .buttonList1 {
    justify-content: space-evenly;
  }

  .f_top_section_content {
    margin: var(--margin45) calc(var(--um)*2);
}
  
}

/*----addthis---*/
@media (max-width: 1024px) {
  .fixed li {
    font-size: 9.5px ;
    letter-spacing: 1px;
  }
  .logoInScroll img {
      height: auto;
      width: 20px;
      margin: 0;
      cursor: pointer;
  }
  .right_logo_img.M {
      width: 27px;
  }
}
@media (max-width: 920px) {
  .f_section_m_title {
    padding: 10px 0;
  }
  /*----addthis---*/
  .header_container a {
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  /*----addthis---*/
  .logoInScroll img {
    width: 23px;
  }
  .InScroll{
    padding: 12px 5px;
  }
  /*----addthis---*/
  .right_logo.mobileDisplay.InScroll {
    width: 45% !important;
  }
  /*----addthis---*/
  

  .f_bottom_section a:first-child {
    border-right: 0;
    padding: 0 var(--padding20);
  }
  .f_bottom_section {
    align-items: flex-start;
    background: var(--white);
    flex-direction: column;
    height: auto;
    padding: 6px 0;
    margin: 15px 0 0px 0;
  }

  .f_bottom_section a {
    margin: 5px 0;
  }

  .f_bottom_section a:last-child {
    border-left: 0;
  }

  .f_bottom_section .copyrightSection{
    margin: auto;
    margin-top: 20px;
  }
  .f_bottom_section .copyrightSection p{
    font-size: 11px;
  }

  .f_section_title::after {
    display: none;
  }

  .footer_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }

  /*addthis*/
  .mobile_arrange {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background-color: black;
    box-shadow: 5px 0 13px var(--gray1);
    border-left: 1px solid var(--gray1);
}
  /*addthis*/
  .header_contact img {
    width: 35px;
  }

  .header_contact span {
    font-size: 10.5px;
    font-family: 'NouvelRRegular';
    width: 58px;
  }

  /*addthis*/
  .right_logo {
    width: 40% !important;
  }

  .burger_menu {
      display: block;
      width: 55px;
      margin: 0 5px;
      cursor: pointer;
  }

  .mobileDisplay {
    display: block;
  }

  .desktopDisplay {
    display: none !important;
  }

  .mega_menu_mobile {
    display: block;
  }

  .header_contact {
    display: flex;
    align-items: center;
    margin: 10px 0 15px 15px;
    justify-content: space-between;
  }
  .right_logo img {
    height: calc(var(--logo1-height) / 2.5);
    margin: 10px 0 0px 15px;
    cursor: pointer;
  }

  /*addthis*/
  .header_right {
    align-items: flex-start;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    display: flex;
    z-index: 5;
    height: 100%;
    overflow: hidden;
    transition: all 0.2s;
  }

  /*addthis*/
  .left_logo img {
      height: auto; 
      margin: 0 calc(var(--logo1-height) / 4);
      width: 30px;
  }

  /*addthis*/
  .closeMenu1 {
      width: 25%;
      background: rgb(0 0 0 / 71%);
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      font-family: sans-serif;
      transition: all 0.2s;
      cursor: pointer;
  }

  /*.closeMenu1:hover {
    background: rgb(68, 68, 68);
  }
  .closeMenu1:hover p {
    scale: 1.1;
  }*/
  
  .closeMenu1 p {
    color: white;
    font-size: 25px;
    margin: 0px;
    transition: all 0.5s;
    font-weight: 100;
    background-color: black;
    width: 100%;
    /* padding: 14.5px; */
    border-bottom: 1px solid var(--gray1);
    text-align: center;
    font-family: 'NouvelRRegular';
    height: 70.8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .show_m_menu {
    transition: all 0.2s;
    width: 100%;
    
  }

  /*---addthis---*/
  .nav_list {
    display: flex;
    align-items: flex-start;
    word-break: normal;
    flex-direction: column;
    margin: 0px 0 20px 0;
    padding: 0;
    height: auto;
  }
  /*---addthis---*/
  li.mobileDisplay {
    margin: 0 16px !important;
    font-family: 'NouvelRRegular' !important;
    letter-spacing: 2px !important;
    font-size: 17px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 100 !important;
  }

  .fixed li {
    font-size: 15px ;
    letter-spacing: 0px;
  }

  .nav_list li {
    font-size: 15px;
    list-style-type: none;
    margin: 20px 15px;
    font-family: 'RenaultGroupSemibold';
    display: flex;
    justify-content: space-between;
    width: 94%;
    align-items: center;
}

  .nav_list li span svg {
    display: block;
    width: 11.3px;
    margin-right: 15px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
  }
  .nav_list li.liOpen span svg {
    transform: rotate(90deg);
  }
  .nav_list li span .st0{
    fill: rgb(255, 255, 255);
  }

  .nav_list li a span svg {
    display: block;
    width: 11px;
    margin-right: 15px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
  }
  .nav_list li.liOpen a span svg {
    transform: rotate(90deg);
  }
  .nav_list li a span .st0{
    fill: rgb(255, 255, 255);
  }

  .menu_carcard {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    margin: 5px 0;
  }

  .menu_carcard p {
    color: var(--black);
    font-size: 12px;
    text-align: justify;
  }

  .menu_carcard img {
    width: 35%;  }

  .menu_allcar {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }

  .menu_allcar p {
    color: var(--gray3);
    font-size: var(--menutextSize);
    text-align: justify;
  }

  .menu_allcar img {
    width: 40px;
    margin: 0 20px 0 0;
  }
}


/*----addthis---*/
@media (max-width: 425px) {
  .social_btns img {
    margin: 0px;
  }
  .social_btns {
    margin: 0px 0 5px 0px;
  }

  .header_contact span {
    font-size: 10.5px;
    font-family: 'NouvelRRegular';
    width: 58px;
  }

  .header_contact img {
    width: 20px;
}
 
  .logoInScroll img {
    width: 24px;
  }

  .closeMenu1 {
    background: rgb(0 0 0 / 71%);
  }
}

/*----addthis---*/
@media (max-width: 340px) {
  .menu_carcard p {
    color: var(--black);
    font-size: 10.5px;
    text-align: justify;
  }
}
@media (max-width: 335px) {
  .header_contact span {
    font-size: 8.5px;
    width: 47px;
  }
  .nav_list li {
    font-size: 13px;
    width: 93.9%;
  } 
}

@media (max-width: 800px) {

  /*---------------breadcrumb---------------------*/
  
  .breadcrumb svg {
  
    width: 29px;
  
    height: 11px;
  
  }
  
  .breadcrumb a{
  
    font-size: 12px;
  
  }
}

@media (max-width: 600px) {

  /*---------------breadcrumb---------------------*/
  
  .breadcrumb svg {
  
    width: 24px;
  
    height: 9px;
  
  }
  
  .breadcrumb a{
  
    font-size: 11px;
  
  }
}