/*----------------------------- sirops ------------------- */
.contenu .shadow{
	box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
	-webkit-box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
	-moz-box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
}
.leclear {
	clear:both;
}
.siropimage {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.siropimage img{
	max-width: 100%;
	height:auto;
}
.unSiropBouteille {
	float:left;
	width:40%;
	max-width:305px;
	margin-bottom: 20px;
	background-color: #FFF;
	opacity: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.unSirop:nth-child(even) {
	margin-right: 15px;
	clear:both;
}
.unSiropBouteille .nomSirop {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6d6358;
	text-align: center;
}
.unSiropBouteille .nomSirop h2{
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 0.85em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px 1px #dfd7c7;
	margin-bottom: 4px;
}
.unSiropBouteille .gSirop {
	width: 100%;
    float: none;
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0; 
	border:none;
}
.unSiropBouteille .gCocktail {
	width: 100%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
}
/* ------------------ bouton acheter ----------------------- */
.boutonAcheter{
		margin-top: 20px;
		display:block;
		text-align:center;
}
.gSirop .button {
	border: 1px solid #6d6458;
	background: #ccc1ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#ede8df), to(#ccc1ab));
	background: -webkit-linear-gradient(top, #ede8df, #ccc1ab);
	background: -moz-linear-gradient(top, #ede8df, #ccc1ab);
	background: -ms-linear-gradient(top, #ede8df, #ccc1ab);
	background: -o-linear-gradient(top, #ede8df, #ccc1ab);
	background-image: -ms-linear-gradient(top, #ede8df 0%, #ccc1ab 100%);
	padding: 7.5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #b3b3b3 0 1px 0;
	color: #6d6458;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
   }
.gSirop .button:hover {
   border: 1px solid #6d6458;
   text-shadow: #ffffff 0 1px 0;
   background: #ede8df;
   background: -webkit-gradient(linear, left top, left bottom, from(#ccc1ab), to(#ede8df));
   background: -webkit-linear-gradient(top, #ccc1ab, #ede8df);
   background: -moz-linear-gradient(top, #ccc1ab, #ede8df);
   background: -ms-linear-gradient(top, #ccc1ab, #ede8df);
   background: -o-linear-gradient(top, #ccc1ab, #ede8df);
   background-image: -ms-linear-gradient(top, #ccc1ab 0%, #ede8df 100%);
   color: #474747;
   }
.gSirop .button:active {
   text-shadow: #000000 0 1px 0;
   border: 1px solid #6d6458;
   background: #ccc1ab;
   background: -webkit-gradient(linear, left top, left bottom, from(#ede8df), to(#ede8df));
   background: -webkit-linear-gradient(top, #ede8df, #ccc1ab);
   background: -moz-linear-gradient(top, #ede8df, #ccc1ab);
   background: -ms-linear-gradient(top, #ede8df, #ccc1ab);
   background: -o-linear-gradient(top, #ede8df, #ccc1ab);
   background-image: -ms-linear-gradient(top, #ede8df 0%, #ccc1ab 100%);
   color: #fff;
   }
.gSirop .imageCocktail, .gCocktail .imageCocktail {
	background: #dfd7c7;
	background: -moz-radial-gradient(center, ellipse cover,  #dfd7c7 15%, #ffffff 90%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,#dfd7c7), color-stop(90%,#ffffff));
	background: -webkit-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
	background: -o-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
	background: -ms-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
	background: radial-gradient(ellipse at center,  #dfd7c7 15%,#ffffff 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd7c7', endColorstr='#ffffff',GradientType=1 );
	text-align: center;
}
.gSirop img{
	width:auto;
	height:380px;
	position:relative;
	left:0px;
}
.gSirop img.eti{
	width:90%;
	height:auto;
	margin-left:0;
	margin-bottom:20px;
}
.gCocktail img{
	width:100%;
	height:auto;
	position:relative;
	left:-20px;
}
.dCocktail {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	 float: none; 
    overflow: hidden; 
     word-wrap: break-word;
}
.d1 {
	float: none;
	overflow: hidden;
	word-wrap: break-word;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6d6458;
	padding-left: 10px;
}
.d2 {
	display:block;
}
.d1 img{
	float:left;
	margin-right:10px;
}
.d1 h6{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 14px;
	font-variant: normal;
	margin-right: 20px;
	font-style: italic;
}
.dclear {
	clear:both;
}
.dCocktail h6{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 14px;
	font-variant: normal;
	margin-right: 20px;
	font-style: italic;
}
#contenu .dCocktail h5{
	font-family: 'Droid Serif', serif;
	font-size: 1.15em;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}
.dCocktail p{
	font-family: 'Droid Serif', serif;
	font-weight: 400; 
	font-size: 0.85em;
	line-height: 1.5em;
}
.versfiche{
	margin-top:20px;
}
.telecharger{
	display: block;
	max-width:600px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	opacity: 1;
	padding: 20px;
}
.telechargericone{
	float: left;
	width: 25%;
	margin-right:10px;
}
.telechargericone img{
	width: 100%;
	height:auto;
}
.telechargerinfos{
	float: left;
	width: 70%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6d6458;
	padding-left: 10px;
}
.cleartelecharge{
	clear:both;
}
.infos{
	display:block;
}
.autressirops{
	max-width: 400px;
	margin-bottom: 20px;
	margin-left: 30px;

}
.bas{
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #6d6458;
	padding-top: 12px;
}
/* =========================================================
============================================================
                                    PETIT < 450 
============================================================
==========================================================*/
@media only screen and (max-width: 450px) {	
}

/* =========================================================
============================================================
                                    PETIT < 450 > 600
============================================================
==========================================================*/
@media only screen and (min-width: 450px) and (max-width: 600px) {
	
}

/* =========================================================
============================================================
                                    PETIT < 600
============================================================
==========================================================*/
@media only screen and (max-width: 600px) {


}
/* =========================================================
============================================================
                                      GRAND < 800
============================================================
==========================================================*/
@media only screen and (max-width: 800px)   {

.gSirop {
	width: 100%;
	float: none;
	border:none;
}
.gCocktail {
	width: 100%;
	float: none;
	border:none;
}
.gSirop img{
	width:100%;
	max-width:270px;
	height:auto;
	text-align:center;
	left:0px;
}
.gCocktail img{
	width:100%;
	max-width:270px;
	height:auto;
	text-align:center;
	left:0px;
}
.d1 {
	float: none;
	overflow: hidden;
	word-wrap: break-word;
	border:0;
	padding-left: 0px;
}
.dCocktail h6{
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
padding:0;margin-bottom:20px;

}
.gCocktail .imageCocktail {
	height: auto;
}
#contenu .dCocktail h5{
	text-align: center;
}	
.boutonAcheter{
		margin-bottom: 20px;
}
.versfiche{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.infos{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6d6458;
	margin-top: 5px;
	padding-top: 5px;
}
}
/* =========================================================
============================================================
                                      GRAND > 840
============================================================
==========================================================*/
@media only screen and (max-width: 840px)   {
.unSirop {
	float:none;
	width:92%;
	max-width:100%;
	margin-bottom: 20px;
	margin-right:20px;
}
.gSirop img.eti{
	width:90%;
	height:auto;
	margin-left:0;
	margin-bottom:20px;
}	
}

/* =========================================================
============================================================
                                      GRAND > 601 et < 1150
============================================================
==========================================================*/
@media only screen  and (min-width: 601px) and (max-width: 1255px) {

}
/* =========================================================
============================================================
                                      GRAND > 1151
============================================================
==========================================================*/
@media only screen  and (min-width: 1151px)  {	
}

@media only screen  and (max-width: 1150px)   {
}
@media only screen  and (max-width: 750px) {
/* ------------------------ anim proxibar -------------------- */

}