.titleBlock {
  display: flex;
  justify-content: center;
}

.favoriteDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 10px;
}

.material-symbols-rounded {
  margin-top: 4px;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  color: rgb(235, 198, 38);
  font-size: 40px !important;
  vertical-align: middle;
  cursor: pointer;
  transition: font-variation-settings 0.1s 0s ease-out;
}

.starFilled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

h1 {
  display: flex;
  margin: 0 0 40px 0;
  padding: 0;
  justify-content: center;
  align-items: center;
	text-align: center;
  font-family: 'Montserrat';
  font-size: 60px;
	font-weight: 500;
}

h2 {
  margin: 0 0 20px -30px;
  padding: 0;
  ajustify-content: center;
  font-size: 16px;
	font-weight: 500;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0.8);
  z-index: 100;
}

.green {
	color: rgb(107, 155, 54);
}

.blue {
	color: rgb(0, 124, 145);
}

#divImage {
  width: 100%;
  height: 70vh;
  clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
  overflow: hidden;
}

#divImage img {
  min-width: 100%;
  min-height: 100%;
}


article {
  width: 80%;
  margin: 0 10% 50px 10%;
  padding: 0;
}

.hr {
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background-color: rgb(107, 155, 54);
  border: none;
}

.ii {
  display: grid;
  grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin: 20px 0;
}

.categorie {
	list-style-type: none;
	font-weight: 600;
}

.informations {
  order: 2;
}

.ingredients {
  order: 1;
	margin: 0 0 0 30px;
	list-style-type: circle;
}

.ingredients .categorie {
	margin: 20px 0 0 -30px;
	color: rgb(107, 155, 54);
}

li ul {
  margin: 4px 0 20px 30px;
	font-weight: 500;
	list-style-type: circle;
}


li {
	acolor: rgb(10, 10, 10);
	color: rgb(235,235,235);
}

.etapes {
	list-style-type: circle;
}

#preparation {
	margin: 40px 0 20px 30px;
}

#preparation .categorie {
	margin: 20px 0 0 -30px;
	color: rgb(0, 124, 145);
}

li ol {
  margin: 4px 0 20px 30px;
	font-weight: 500;
}

.note {
	color: rgb(93, 222, 244);
	list-style: none;
	margin: 10px 0 0 -16px;
}

.attention {
	color: rgb(211, 47, 47);
	list-style: none;
	margin: 10px 0 0 -16px;
}

.btn {
  margin: 10px;
	padding: 0.35em 1.2em;
	text-decoration: none;
	color: rgb(107, 155, 54);
	border: 0.1em solid rgb(107, 155, 54);
	border-radius: 0.12em;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	transition: background-color 0.1s 0s ease-out;
}

.btn:hover {
	background-color: rgba(156, 204, 100, 0.2);
}
.btn:focus {
	outline: 0;
}

.link {
	text-decoration: none;
	color: rgb(0, 172, 193);
}


@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
  .ii {
    grid-template-columns: 1fr;
    grid-template-rows: 0fr 0fr;
  }
  .informations {
    order: 1;
    margin: 30px 0 30px 30px;
  }
  
  .ingredients {
    order: 2;
  }
}


/*
Vert
P 156, 204, 100
D 107, 155, 54
L 207, 255, 148

Bleu
P 0, 172, 193
D 0, 124, 145
L 93, 222, 244

Rouge
P 211, 47, 47
D 154, 0, 7
L 255, 102, 89
*/




