#panierContent
{
    padding-bottom: 0;
}

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

 

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

#panierContent .piedPage
{
    margin-top: 0px;
    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 .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;
    padding: 10px 37px 10px 37px;
    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;
    transition: all .3s ease 0s;

}

#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-family: teko-regular;
    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;
}
.btn.continuerAchat {
    background-color: #ffffff;
    color: #E6202B;
    text-decoration: none;
}
.btn.continuerAchat:hover {
    background-color: #E6202B;
    color: #ffffff;
}  
.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;
}