*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
body{
    background-image: url("Images/fond.png");
	background-size: cover;
	background-repeat: round;
}
h1{
    text-align: center;
    color: rgb(23, 162, 51);
    padding: 20px;
}
nav{
    background-color: rgb(19, 106, 19);
    display: grid;
    place-items: center;
}
nav ul{
    list-style-type: none;
}
nav ul a{
    display: inline-block;
    padding: 30px;
    text-decoration: none;
    color: #ffffff;
    transition: 0.25s ease-in;
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
}
nav ul a:hover{
    background-color: green;
    color: white;
}
.logo{
	display: flex;
	justify-content: center;
}
.ingredientscookies{
	display: flex;
	justify-content: center;
}
.ingredientscrepes{
	display: flex;
	justify-content: center;
}
.crepesimg{
	justify-content: left;
	display: flex;
	padding-top: 30px;
}
.patesimg{
	justify-content: center;
	display: flex;
	padding-top: 30px;
	padding-left: 30px;
}
.cookiesimg{
	justify-content: left;
	display: flex;
	padding-top: 30px;
}
.pizzaimg{
	justify-content: left;
	display: flex;
	padding-top: 30px;
}
.rataimg{
	display: flex;
	justify-content: left;
	padding-left: 20px;
}
.etchebest{
	display: flex;
	justify-content: left;
	padding-left: 100px;
}
.texteetchebest h4{
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	font: 500;
}
.textpommes h1{
	padding-top: 40px;
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	text-align: center;
	justify-content: center
}
.textcrepes h1{
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	text-align: center;
}
.textpiz h1{
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
}
.recettetexterat{
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
}
.textrat h1{
	padding-top: 90px;
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	text-align: center;
}
.textrat h2{
	padding-top: 20px;
	color: black;
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	text-align: center;
}
.item2{
	font-family: Marianne, "Marianne Bold", "Marianne Medium";
	grid-template-columns: repeat(3, 1fr);
}
.ingredientspommes img{
	padding-top: 70px;
	width: 90%;
}
.ingredientsrat{
	padding-top: 20px;
	padding-right: 20px;
}
.joli{
	box-sizing: border-box;
	position: absolute;
	width: 90%;
	height: 90%;
	background-color: white;
}
.desc_img{
	color: aliceblue
}
.items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 20px;
	padding-top: 20px;
	padding-bottom: 170px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
	padding-left: 10%;
}
.item img{
    width: 80%;
	height: 100%;
	object-position: center;
    object-fit: contain;
    cursor: pointer;
    transition: 0.2s ease;   
}
.item img:hover{
    transform: scale(1.04);
}
.item h4{
    padding: 5px;
    text-align: center;
}
.item button{
    padding: 20px 30px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    transition: 0.2s all;
}
.item button:hover{
    transform: scale(1.08);
}
@media screen and (max-width : 872.727px ){
    .items{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width : 872.727px ){
    .items{
        grid-template-columns: repeat(2, 1fr);
    }
}.desc_img {
}
footer {
  position: bottom;
  text-align: center;
  padding: 7px;
  background-color: green;
  color: white;
	
}
footer a{
	color: white;
}
#blocrat
{
	text-align: center;
	width: 90%;
	background-color: white;
	opacity: 90%;
	margin: auto;
}
#bloc
{
text-align: center ;
width: 90%;
background-color: white;
opacity: 90%;
margin: auto;
}
.mentionstextes {
	text-align: center;
}
