@font-face {
    font-family: 'Courgette';
    src: url('fonts/courgette-regular/Courgette-Regular.eot');
    src: url('fonts/courgette-regular/Courgette-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/courgette-regular/Courgette-Regular.woff2') format('woff2'),
        url('fonts/courgette-regular/Courgette-Regular.woff') format('woff'),
        url('fonts/courgette-regular/Courgette-Regular.ttf') format('truetype'),
        url('fonts/courgette-regular/Courgette-Regular.svg#Courgette-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#body{
	  background-image: url("img/fond.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#contenu{
	font-size : 60px;
	color : #2d3E6F ;
	font-weight : bold;
	font-family : 'Courgette';
	text-align :center;
}


a.link{
	text-decoration : none;
}

img.eco{
width: 70%;
}

img.produit{
	padding-left : 70px;
	width: 20%;
	text-decoration:none;
	vertical-align : middle;
}
img.recette{
	padding-left : 30px;
	width: 30%;
	text-decoration:none;
	vertical-align : middle;
}
img.fb{
	text-decoration:none;
	width: 30%;
}
img.insta{
	text-decoration:none;
	width: 25%;
}
img.contact{
width: 30%;
/*max-width: 180px;*/
}
 
@media (max-width : 767px){ /* Mobile phone */
img.logo{
max-width: 20px;
}
}