#fixed-head {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 64px;
  /*border-bottom: #ef3a82 solid 2px;*/
  z-index: 9999;
  -webkit-box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
}

.img-centered-logo {
  display: block;
  margin-left: auto;
  padding-top: 10px;
  max-width: 170px;
  margin-right: auto;
}

#headDiv1 {
  float: right;
}

.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  width: 100%;
}

.custom-h1 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  color: #000;
}

.fieldLabel {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-radius: 4px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(210, 4, 37,.5);
}

.form-control {
  border-radius: 0px !important;
}

.list-group-item {
  border-radius: 1px !important;
}

a {
  color: #B8172F;
}

.text-justify.mentions {
  font-size: 0.6em;
}

.map1 {
  border: 2px solid #B8172F;
  border-radius: 3px;
}

.row.d-flex.justify-content-center {
  margin-right: 0;
  margin-left: 0;
}

.logo {
  max-width: 200px;
  margin-top: 15px;
  height: 30px;
}

.trait:before, .trait:after {
  content: '';
  width: 5em;
  border-bottom: #000000 solid;
  display: inline-block;
  vertical-align: middle;
}

.trait:before {
  margin-left: -20%;
  margin-right: 1em;
}

.trait:after {
  margin-left: 1em;
  margin-right: -20%;
}

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

@media (max-width: 576px) {
  .logo {
    /*width: 128%;*/
    margin-top: 1px;
    height: 22px;
    margin-left: 15px;
  }
}

@media (max-width: 576px) {
  .row.encadre {
    display: block;
  }
}

@media (max-width: 576px) {
  .prix {
    max-width: 100% !important;
    padding: 30px !important;
    padding-bottom: 0px !important;
  }
}

@media (max-width: 576px) {
  .destockage {
    max-width: 100%;
    padding: 30px !important;
  }
}

@media (max-width: 440px) {
  .hide {
    display: none;
  }
}

.show {
  display: none;
}

@media (max-width: 440px) {
  .show {
    display: block;
  }
}

@media (max-width: 380px) {
  .logo-kia {
    width: 27% !important;
  }
}

@media (max-width: 768px) {
  #main-pic-desktop {
    display: none;
  }
}

.contenant-fleche {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}

.fleche {
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #38434C;
}

.contenant-fleche2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}

.fleche2 {
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #ffffff;
}

@media (min-width: 1200px) {
  .logo {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .div-logo {
  }
}

