#page h1.ariane{
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 15px;
	text-transform: none;
	padding-bottom: 10px;
}
#page h1.titre_produit{
	font-family: 'Open Sans';
	font-size: 28px;
	font-weight: bold;
	border-bottom: none;
	text-transform: none;
}

#page .declinaisons {
	margin-top: 30px;
}

#page .stock_produit {
	margin-top:15px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

#page .stock_produit.hide {
	display: none;
}

#page .stock_produit .puce {
	display: inline-block;
	width:10px; height:10px;
	border-radius:50%;
	background-color: rgb(74, 173, 70);
	margin-right:10px;
}
#page .stock_produit.quelques_pieces .puce {
	background-color: #ffc107;
}
#page .stock_produit.non_disponible .puce {
	background-color: #F00;
}

#page .declinaisons select {
	padding:5px 10px;
	border-radius:3px;
	font-size: 14px;
}

#prix{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin-top: 30px;
}
.bandeau_promotion{
	display: inline-block;
	padding: 5px 20px;
	background: #f4ae22;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;	
}
#prix .a_partir_de{
	font-weight: 400;
	font-size: 13px;
}
#prix_produit_ht{
	font-size: 27px;
	font-weight: 800;
}

#ajout_panier{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin-top: 30px;
}
#ajout_panier .label{
	margin: 0;
}

#ajout_panier.disabled:after {
	content:"";
	position: absolute; top: 0; left: 0;
	width:100%; height: 100%;
	background-color: rgba(255,255,255,0.4);
}

#quantite{
	display: inline-block;
	width: 80px;
	height: 35px;
	
	background: #FFF;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	box-shadow: none;
	padding-right: 0;
	font-size: 14px;
}

#quantite::-webkit-inner-spin-button {
  opacity: 1;
  width: 35px;
}

.bouton{
	display: block;
}
.bouton a{
	display: inline-block;
}

#pdf_download{
	display: inline-block;
	margin-top: 15px;
}
#pdf_download i{
	font-size: 30px;
	color: #159793;
}
#pdf_download a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 13px;
	text-align: center;
	color: #353535;
}
#pdf_download a .upper{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#back a{
	background: rgb(74,74,74); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%,rgba(37,38,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(74,74,74,1) 0%,rgba(37,38,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#252626',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 768px){
	#prix_produit_ht .prix_normal{
	    display: block;
	    margin-top: 12px;
	}
	#prix_produit_ht .space{
		display: none;
	}
}


@media (max-width:575px){
	#pdf_download {
		display: block;
		margin:25px 0;
	}
}