* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Sofia', sans-serif;
}

body {
	background: #fff;
	background-image: url(../imagesmiam/fond.png);
	background-size: contain;
	background-attachment: fixed;
	font-family: 'Shantell Sans', cursive;
}

/* ---------------------- HEADER---------------------- */

header {
	background-color: #fac47b;
	text-align: center;
	border-bottom-style: solid;
	border-color: #a5785b;
}

.titre1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

header h1 {
	text-align: center;
	font-family: 'Rubik Doodle Shadow', cursive;
	font-size: 2.5em;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
}

header img {
	display: block;
	width: 7em;
	height: 7em;
}

nav {
	overflow: hidden;
	background-color: #fcf9dc;
	--mask:
		linear-gradient(to bottom, #0000 10px, #000 0),
		radial-gradient(10px, #000 98%, #0000) top/18.5px 20px;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}

nav a {
	float: left;
	color: #000;
	text-align: center;
	padding: 1em 1em;
	text-decoration: none;
	font-family: 'Sigmar', cursive;
}

nav a:hover,
.activer {
	background-color: #aabe99;
}

.droit {
	float: right;
}

.image1 {
	width: 8em;
	bottom: 0%;
	right: 0%;
	position: fixed;
}

/* ---------------------- CONTENT---------------------- */

section {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2em;
	margin-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	overflow: hidden;
	display: block;
	border-radius: 3px;
	border-width: 5px;
	border: #a5785b;
	border-style: solid;
	justify-content: center;
	word-spacing: 3px;
	background-color: #dbad8e;
	/*background-color: #e1bea6;*/
	width: 95%;
	float: left;
	
}

.border {
	border: 1em solid transparent;
	background: linear-gradient(#dbad8e, #dbad8e) padding-box,
		repeating-linear-gradient(-45deg,
			#a5785b 0, #a5785b 12.5%,
			transparent 0, transparent 25%,
			#ffaa00 0, #ffaa00 37.5%,
			transparent 0, transparent 50%) 0 / 5em 5em;
}

section div {
	float: left;
	width: 74%;
}

section img {
	width: 17em;
	border-radius: 30% 70% 62% 38% / 32% 41% 59% 68%;
	border-color: #fcf9dc;
	border-style: solid;
	float: right;
}

.image3 {
	width: 15em;
	float: right;
	border-style: none;
	border-radius: 0%;
}

section video {
	display: block;
	margin-top: 2%;
	width: 25%;
	float: right;
	border-radius: 20px;
	border-style: double;
	border-color: #000;
}

section div h2 {
	margin-bottom: 0.2em;
	font-family: "Leckerli One", cursive;
	font-size: 2em;
}

section div h3 {
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: 'Shantell Sans', cursive;
	/* font-style: oblique; */
}

section div p,
li {
	margin-bottom: 1em;
	font-family: 'Shantell Sans', cursive;
}

section a {
	font-family: 'Shantell Sans', cursive;
	text-decoration: none;
	color: #000;
}

section a:hover {
	margin-bottom: 3%;
	font-family: 'Shantell Sans', cursive;
	text-decoration: none;
	color: #000;
	background-color: #fcf9dc;
	border-radius: 10px;
	/* font-size: 250%; */
}

.image2 {
	border: none;
	border-radius: 0%;
	width: 10em;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-top: 3%;
	display: block;
	float: left;
}

.liste {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	overflow: hidden;
	display: block;
	border-radius: 3px;
	border-width: 5px;
	border: #a5785b;
	border-style: solid;
	justify-content: center;
	word-spacing: 3px;
	background-color: #dbad8e;
	width: fit-content;
	height: 18em;
	float: left;
}

.listeborder {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-left: 1%;
	margin-right: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	overflow: hidden;
	display: block;
	width: fit-content;
	height: 18em;
	float: left;
	border: 0.5em solid transparent;
	background: linear-gradient(#dbad8e, #dbad8e) padding-box,
		repeating-linear-gradient(-45deg,
			#a5785b 0, #a5785b 12.5%,
			transparent 0, transparent 25%,
			#ffaa00 0, #ffaa00 37.5%,
			transparent 0, transparent 50%) 0 / 3em 3em;
}

.liste div {
	float: left;
	width: fit-content;
}

.listeborder div {
	float: left;
	width: fit-content;
}

.titreaccueil {
	font-family: "Leckerli One", cursive;
	text-align: center;
	margin: 1em;
	font-size: 3em;
}

.blocs {
	border-radius: 66% 34% 70% 30% / 37% 32% 68% 63%;
	width: 20em; 
	display: flex;
	text-align: center;
}

.blocs img {
	width: 7em;
	float: left;
	border-radius: 5%;
	border-style: none;
	justify-content: center;
}

.blocs h2, .titrerandom {
	font-family: "Leckerli One", cursive;
	font-size: 1.5em;
}

#randomRecipe {
	margin: 2em 0em 1em 5em;
	font-size: 2em;
	display: flex;
	text-align: center;
}
#randomRecipe img {
	width: 5em;
	float: left;
	border-radius: 10%;
	border-style: none;
	justify-content: center;
	margin-left: 1em;
}

/* ---------------------- FOOTER---------------------- */

footer {
	/* margin-top: 100%; */
	text-align: center;
	font-size: 16px;
}

footer p {
	padding: 25px;
	font-family: 'Sigmar', cursive;
	color: #000;
	background-color: #aabe99;
}

.herbe {
	margin-bottom: -1em;
	width: 100%;
}


