/* CSS Document */

/* Custom CSS
 * --------------------------------------- */
.section {
	border-top: 3px solid #FFFFFF;
}
h2 {
	color: #FFFFFF;
	padding:30px 0 10px 0;
	text-align:center;
}
a {color:#FFFFFF;}
a:hover {color:#000000;}
#section0 {
	border-top: 0;
	background-image: url(/pics/fd_recipe_boeuf.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#section1 {
	background-image: url(/pics/fd_recipe_cheese.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#section2 {
	background-image: url(/pics/fd_recipe_fish.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#section3 {
	background-image: url(/pics/fd_recipe_cake.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.divcentre {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top:10px;
	position:relative;
}
.div1recette {
	height:130px;
	padding:0;
	width:60%;
	max-width:600px;
	background-image: url(/pics/fd_section_collection.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size:contain;
	margin:10px auto;
	background-color: rgba(0, 0, 0, 0.05);
}
.div1recette img {
	float:left;
	width:40%;
	max-width:130px;
	height:auto;
}
.div1recette a {
	display:block;
	width:100%;
	height:100%;
}
.div1recette a img {
	opacity:0.5;
}
.div1recette a:hover img{
	opacity: 1;
}
.div1recette strong {
	display:block;
	padding:50px 0px 0 3%;
	float:left;
	width:57%;
}
.fp-tableCell, .section.fp-section {
	height: 542px !important;
}
#section0.section.fp-section {
	height: 600px !important;
}

@media all and (max-width: 980px) {
	#section0 {background-position: center bottom;}
}

@media all and (max-width: 620px) {
	.div1recette strong { padding-top:10px;}
}
@media all and (max-width: 500px){
	.div1recette {clear:left; width:90%;}	
}
