@charset "utf-8";
/* CSS Document */


/*********************************************************************
*                        Détail dun produit
**********************************************************************/
label{
	font-family: 'SourceSansProBold';
}

#product-detail-wrapper {
	float:left;
	width:100%;
}
#product-detail-wrapper label,
.product_fiche label{
	padding-right: 5px;
}
#product-detail-wrapper #product-image {
	float:left;
	display:inline;
	width:46%;
	max-width:310px;
}
#product-detail-wrapper #product-image img {
	max-width: 310px;
}
#product-detail-wrapper #product-desc {
	float:right;
	display:inline;
	width:45%;
	padding-right:1%;
	max-width:300px;
}

#product-detail-wrapper div.fieldset {
	margin-bottom: 30px;
}

/* l'éditeur ajoute des styles inline donc cette partie les overrides (quand le client ne fait pas attention)*/
#product-detail-wrapper div.fieldset span span{
	 color: #4C453A !important;
    font-family: 'SourceSansProRegular',Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5rem !important;
    text-align: left !important;
}
#product-detail-wrapper #product-bottom {
	float:left;
	clear:both;
	width:100%;
	
	background: url(../images/line-dashed.png) repeat-x top;
	padding-top:40px;
	margin-top:40px;
	margin-bottom:15px;
}

#product-detail-wrapper .item_fields { /* temp */
	display:none;
}
#product-detail-wrapper #valeurs-nutritives {
	display:inline;
	float:left;
	max-width:200px;
	width: 30%;
	padding-left:1%;
	padding-right:2%;
}
#product-detail-wrapper #valeurs-nutritives h3,
#product-detail-wrapper #trucs-astuces h3{
	font-family: 'Lobster13Regular', Arial, Helvetica, sans-serif;
	font-size:2.4rem;
	margin-bottom:30px;
}
#product-detail-wrapper #valeurs-nutritives div.fieldset {
	margin-bottom:20px;	
}

#product-detail-wrapper #trucs-astuces{
	display:inline;
	float:right;
	max-width:420px;
	width: 65%;
}
#product-detail-wrapper #trucs-astuces div.tip-block {
	max-height:200px;
	margin-bottom:20px;
	float:left;
	width:100%;
}	
#product-detail-wrapper #trucs-astuces div.tip-block h2 {
	display:inline;
	margin-left:110px;
}

#product-detail-wrapper #trucs-astuces div.tip-block h2:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
	margin-top:10px;
    visibility: hidden;	
}

#product-detail-wrapper #trucs-astuces div.tip-block  p.p1 {
	margin:0;	
}





#product-detail-wrapper #trucs-astuces div.tip-block a.readmore {
	display:none; /* pas sensé y en avoir, mais client en a mis donc on cache */	
}
#product-detail-wrapper #trucs-astuces div.tip-block img{
	max-height:100px;
	max-width: 100px;
	float:left;
	display:inline;
	margin-right:2%;
	margin-bottom:25px;
	margin-top:-20px;
}


/*********************************************************************
*                       Liste des producteurs
**********************************************************************/

#farmers-list .pagination.top {
	float:right;
	clear:both;
}
div.pagination.bottom {
	float:right;
	clear:both;
	margin-bottom:30px;
}
#farmers-list ul {
	background: url("../images/line-dashed.png") repeat-x scroll center top transparent;
	float:left;
	clear:both;
	width:100%;
	list-style-type:none;
	margin:40px 0;
	padding:0;
}
#farmers-list li.block {
	float:left;
	clear:both;
	background: url("../images/line-dashed.png") repeat-x scroll center bottom transparent;
	padding:10px 0;
	margin:0;
	position: relative;
	width:100%;
}

#farmers-list li.block .producer_infos {
	background:none;	
}
#farmers-list li.block .producer_infos a:link,
#farmers-list li.block .producer_infos a:visited,
#farmers-list li.block .producer_infos a:active{
	padding-right:10px;	
}

#farmers-list a.fiche:link,
#farmers-list a.fiche:visited,
#farmers-list a.fiche:active{
	background: url(../images/btn-voir-la-fiche-complete.png) no-repeat 0 0;
	width:154px;
	height:2.8rem;
	color:#fff;
	display:block;
	line-height:2.5rem;
	padding-left:1rem;
	text-indent:-9999px;
}
#farmers-list a.fiche:hover {
	text-decoration:none;
	background: url(../images/btn-voir-la-fiche-complete.png) no-repeat 0 bottom;
}

#farmers-list .producer_navig{
	float:right;
	display:inline;
	margin-top:9%;
	width:164px;
}

#farmers-list .producer_thumb{
	float:left;
	display:inline;
	max-width:160px;
}

#farmers-list .producer_infos{
	float:left;
	display:inline;
	max-width:280px;
	min-width:280px;
	clear:none;
	width:auto;
	padding-bottom:0;
}
#farmers-list .producer_navig .btn-wrapper {
	bottom: 20px;
    position: absolute;	
}

div.break.three {
	 background: url("../images/line-dashed.png") repeat-x scroll center bottom transparent;
	 height:10px;
	 width:100%;
	 float:left;
	 clear:both;
	 
	 margin-bottom: 15px;
}


/*********************************************************************
*                        DISCLAIMER sur dispo des produits
**********************************************************************/

.disclaimer {
	display:block;
	 background: url("../images/line-dashed.png") repeat-x scroll center bottom transparent;
	 padding-bottom:15px;
	 padding-left:15px;
	 margin-bottom:15px;
}
.disclaimer span{
	font-family: 'SourceSansProRegular',Arial,Helvetica,sans-serif;
	background: url("../images/Disclaimer.png") no-repeat scroll left center transparent;
	display:block;
	font-size:14px;
	color:#4c453a;
	margin-top:15px;
	padding-left:45px;
}