body{
	margin: 0;
	background: radial-gradient(ellipse at top,rgba(200,200,200,0.9),#eeebe4 55%); /*#331d17;*/  /*white;*/ /*#3d3d3d;*/ /*#59420b*/ /*#644b0b;*/ /*#332717;*/
	/*background-image: url('images/raisting-1010862_1280.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100% 90vh; 
	}*/
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

html{
	font-family: sans-serif;

}
.general{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
/*	background-image: url('images/bg_produit02.jpg') ;
	background-repeat: no-repeat;
	background-position: center 0px;*/
}

.font-1{
	font-size: 2.6em;
	color:linear-gradient(#94111a ,#f8da05); 
	background: -webkit-linear-gradient(#94111a ,#f8da05); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.small-nav{
	background: linear-gradient(#e8bc07 0.00001%, #331d17);
	display: flex;
	justify-content: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	padding-top: 10px;
	box-shadow: 0px 50px #331d17;  
}
.small-nav-none{
	background: linear-gradient(  #331d17,rgb(5,5,5));
	background: linear-gradient(#e8bc07 0.00001%, #331d17);
	display: flex;
	justify-content: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	padding-top: 10px;
}
/*bloc nos produit*/
.b-produit{
	/*background: linear-gradient(#e8bc07 1px, #331d17);*/

	background-color: white;
	margin: 0;
	margin-top:10px; 
	padding-bottom: 10px;
}

.c-produit{

}

.c-produit-img{
	display: block;
	overflow-x: hidden;
	width: 100%;
	height: 300px;
}
.c-produit-body{
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
}
.c-produit-title{
	font-weight: 600;
	font-size: 20px;
	color:#960E00 ;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 6px;
}

.c-produit-title:hover{
	text-decoration: underline;
}
.c-produit-text{
	margin-top: 2px;
	font-size: 17px;
	
}
.vp-1{
	margin: 10px 0px;
	display: block;
	color: #968400 ;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}

/*bloc presentation*/
.b-pst{
	background:#C0A903  ;
	text-align: center;
	color:#006839 ;
}
.b-pst-left{
	display: none;
}
.b-pst-right{

}
.b-pst-right p{
	line-height: 1.4em;
	font-size: 1.1em;
	color: #960E00 ;
	letter-spacing: 0.09em;
}

/**/

.b-contact{
	color: #968400 ;
	margin-top: 15px;
	padding-bottom: 50px;
}
.b-contact h1{
	color: #006839 ;
	font-size: 2.5em;
}
.b-contact h3{

	font-size: 1.4em;
}
.b-contact p{

	font-size: 1.2em;
	letter-spacing: 1px;
}
.b-contact img{
	width: 100%; 
	margin: auto;
	display: block;
}



/**/
.rs{
	background-color: #C0A903;
	color: #C01503;
}
.rs a{
	color: #C01503;
}

/**/


@media (max-width: 1200px){

	.general{
		width: 100%;
		padding-left: 0;
		padding-right: 0;

	}
	.b-contact img{
		width: 100%; 

	}


}

@media (max-width: 992px){

	.b-contact img{
		width: 50%; 

	}



}



@media (max-width: 768px){
	
	.b-produit{
		margin:0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px!important; 
	}
	.b-produit .row{
		margin:0; 
	}

	.c-produit{
		padding: 15px;
	}
	
	.c-produit-img{
		
		height: 188px;
	}
	

	.b-pst{
		margin-top: 0px;
	}


	.b-contact img{
		width: 70%; 
	}




}
@media (max-width: 762px){
	.c-produit-img{
		
		height: 250px;
	}
}
@media (max-width: 400px){
	.cache-sm{
		display: none;
	}
	.b-pst h1{
		font-size: 1.7em;

	}
	.b-pst{
		padding-top: 5px;
	}
	.b-pst-right p{
		line-height: 1.3em;
		font-size: 1.0em;
		color: #960E00 ;
		letter-spacing: 0.09em;
	}
	.b-contact img{
		width: 90%; 
	}
	.c-produit-img{
		
		height: 188px;
	}


}