*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #575756;
}

.header-row {
  background: #fff;
}

.row {
  margin: 0;
}

section .row:first-child {
  margin: 0;
}

.span_full {
  margin-top: 50px;
}

section .dsTitre {
  color: #212529 !important;
  font-family: "PeugeotNew-Regular" !important;
  font-size: 50px !important;
  text-align: center;
  line-height: normal;
  margin-top: 30px;
}

section .dsSousTitre {
  color: #212529 !important;
  font-family: "PeugeotNew-Regular" !important;
  font-size: 20px !important;
  text-align: center;
  line-height: normal;
  margin-top: 10px;
}

.itemVehicule {
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 20px auto;
  list-style-type: none;
}

.itemVehicule a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 31.9%;
  align-items: center;
  list-style-type: none;
  margin: 7px;
}

.itemVehicule a:hover {
  background: #f1efed;
}

.footer-row {
  margin-top: 120px !important;
  height: 37px;
  background: #fff;
}

.scroll {
  width: auto !important;
  position: initial !important;
  margin-top: 50px !important;
  background: #212529;
}

p.car_pick_caption {
  margin-left: 10px;
  font-family: "PeugeotNew-Regular";
}

@media screen and (max-width: 490px) {
  .itemVehicule li a > img {
    width: 70vw!important;
  }

  section .dsTitre {
    font-size: 8vw !important;
  }

  section .dsSousTitre {
    font-size: 5vw !important;
  }

  .header-row div > img {
    height: 16vw;
  }

  .logo-img {
    margin: 0 auto !important;
  }
}

@media (max-width: 1800px) and (min-width: 1323px) {
  .itemVehicule {
    width: 80%;
  }
}

@media (max-width: 1322px) and (min-width: 986px) {
  .itemVehicule {
    width: 99%;
  }
}

@media screen and (max-width: 769px) {
  .footer-row {
    width: auto !important;
    position: initial !important;
    margin-top: 50px !important;
    background: #fff;
  }
}

ul.tabcontent {
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
  list-style-type: none;
}

button.tablinks {
  width: fit-content;
  margin: 5px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #358673;
  opacity: 0.5;
}

button.tablinks.active {
  opacity: 1;
}

.tab-switcher {
  display: flex;
}

#kontakt li a img,
#vozilo li a img,
ul.itemVehicule li a img {
  transition: transform 0.4s;
  width: 380px;
}

#kontakt li a img:hover,
#vozilo li a img:hover,
ul.itemVehicule li a img:hover {
  transform: scale(1.05);
}
