#panierContent {
  padding-bottom: 0;
}

#panierContent .nomProduit {
  color: #f63d27;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

#panierContent hr {
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
#panierContent > .form-group,
#panierContent > .form-group .row {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}
#panierContent .control-label {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}


#panierContent .prix {
  line-height: 2.5em;
}

#panierContent .contenu {
  margin-top: 20px;
}

#panierContent .containerPanierContenu {
  padding: 20px 0 20px 0;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

#panierContent .piedPage {
  margin-top: 0;
  margin-bottom: 20px;
}

#panierContent .boutonPanier {
  background-color: #00afeb;
  color: white;
  padding: 15px;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

#panierContent .boutonPanier:hover {
  text-decoration: none;
}

#panierContent .input-group {
  display: inline-block;
  width: 60%;
}

#panierContent .form-item label {
  position: relative;
  bottom: 10px;
}

#panierContent #contenuGeneral {
  margin-bottom: 0;
}

#panierContent .rowBoutonPanier {
  margin-bottom: 0;
}

#ajoutPanierContent, #ajoutPanierMobileContent {
  text-align: right;
}

#ajoutPanierContent label, #ajoutPanierContent .label, #ajoutPanierMobileContent label, #ajoutPanierMobileContent .label {
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #7e8082;
  font-weight: 700;
}

#ajoutPanierContent .formInput, #ajoutPanierMobileContent .formInput {
  display: inline-block;
  text-align: left;
  width: 50%;
  color: #f63d27;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}


#ajoutPanierContent .locationSubmit .form-submit, #ajoutPanierMobileContent .locationSubmit .form-submit {
  color: #1f386f;
  font-family: 'asap-regular', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  background: none;
  border: none;
  margin: 0;
  height: 64px;
  padding: 20px;
  text-align: left;
}


#ajoutPanierContent .btn-default,
#panier .btn-default {
  color: #fff;
  background-color: #535961;
  display: inline-block;
  border: none;
  border-radius: 2px;
  transition: all .3s ease 0s;
  outline: none;
  position: relative;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  padding: 15px;

}

#ajoutPanierContent .btn-default:hover,
#panier .btn-default:hover {
  background-color: #101010;
  color: #fff;
}


#panier .boutonSup button {
  width: 50px;
}

#panier h2 {
  margin: 0;
  font-size: 19px;
}

#ajoutPanierContent .achatSubmit,
#ajoutPanierMobileContent .achatSubmit {
  text-align: center;
}

.contenuActionArticle hr {
  border-bottom: 1px solid #1f386f;
}

.louerAccordeon .Accordion-item section {
  margin-bottom: 0;
}

#ajoutPanierContent .titrePanier h2, #ajoutPanierMobileContent .titrePanier h2 {
  color: #f63d27;

  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
}


.row-buttons .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.ui-widget-content .btn.continuerAchat,
.btn.continuerAchat,
a.btn.continuerAchat {
  background-color: #fff;
  color: #e6202b;
  text-decoration: none;
}
.ui-widget-content .btn.continuerAchat:hover,
a.btn.continuerAchat:hover,
.btn.continuerAchat:hover {
  background-color: #e6202b;
  color: #fff;
}
.containerPanierContenu .img-responsive {
  height: 100px;
  width: auto;
  max-width: initial;
  margin: auto;
}
.containerPanierContenu h2 {
  float: left;
  width: 100%;
  font-family: Montserrat-Bold, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 36px;
  color: #1c1c1c;
  text-align: left;
}
.containerPanierContenu .boutonSup .btn {
  background-color: transparent;
  border: 0;
  color: #1c1c1c;
  width: 22px;
  height: 26px;
  background-image: url(../icons/delete.svg);
  background-position: center;
  background-size: 22px 25px;
  background-repeat: no-repeat;
  padding: 50px 20px;
}
.containerPanierContenu .boutonSup .btn i {
  display: none;
}

.containerPanierContenu .input-group-addon {
  display: none;
}
#panierContent .prix {
  float: left;
  width: 100%;
  font-family: Montserrat, Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 100px;
  color: #1c1c1c;
}
#panierContent .prix .tarifHPromo {
  text-decoration: line-through;
}
#panierContent .prix .tarif {
  font-family: Montserrat-Medium, Verdana, Arial, sans-serif;
}
