@CHARSET "ISO-8859-1";


#home-boutique-entete{
	
	margin-left:10px;
	
}
.boutique-font-normal{
	font-weight:normal;
	margin-bottom:15px;	
}
#home-boutique-entete ul{
	list-style-type: none;
}
.articles-boutique{
	padding:20px 0 20px 0 ;
	border-bottom: 1px solid #CCC;
}
.boutique-article-image{
	float:left;
	margin-left:5px;
	height:140px;
	width:115px;
	background-color:blue;	
}
.boutique-article-image img{
	height:140px;
	width:115px;
}
.designation-droite-col{
	float:left;
	margin-left:10px;
	width:380px;
}
.form-article-titre-quantite{
	float:left;	
	width:100%;
	margin-top:20px;	
}

.boutique-article-titre{
	float:left;
	width:100%;
	font-weight:bold;
	margin-top:5px;
}

.boutique-article-prix{	
	width:100%;
	float:left;
	margin-top:10px;
}

.bloc-txt-bp{
	float:right;
	width:130px;
}

.label-quantite{
	float:left;	
	margin-top:10px;
}
.textbox-quantite{
	float:left;	
}
.submit-quantite{
	float:right;	
}
div.form-item-choisir-autre-adresse, #edit-facturation {
	display:none;
}
#edit-facturation {
	margin: 10px 25px;
}
#boutique-home article img {
	float: left;
	margin: 0 10px 10px 0;
}
#boutique-home article h1 {font-size: 1.2em;}
#content .page-boutique h2 {
	margin: 10px 0;
	font-size: 1.4em;
	color: #444;
}

#content .page-boutique h3 {
	padding: 40px 50px 20px;
	margin:0;
}

.download-devis {
	-moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
    line-height: 5rem;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: #3481f1;
    background-image: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    margin: 20px 50px;
    min-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 639px) {

	.download-devis {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 15px 20px;
		padding: 0 30px;
	}

	#content .page-boutique h3 {
		padding: 30px 20px 20px;
		margin:0;
	}
	
}