html{
	margin: 0;
}

body{
	margin: 0;
	text-align: center;
}

.wrapper{
	width: 1020px;
	margin: auto;
}

header{
	height: 146px;
	width: 100%;
	display: grid;
	grid-template-columns: 40px 392px 156px 392px 40px;
	grid-template-rows: 50px 50px 16px 30px;
	margin: 0;
	padding: 0;
}

#numero{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

#reseau{
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}

#mainun{
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

#logo{
	grid-column: 3 / 4;
	grid-row: 1 / 5;
}

#maindeux{
	grid-column: 4 / 5;
	grid-row: 3 / 4;
}

#numero p{
	color: #601515;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.main{
	display: flex;
	justify-content: space-around;
}

.main li{
	display: inline-block;
}

.main li a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #373737;
}

.active a{
	color: #ea4b35;
}

#logo{
	background-color: #ea4b35;
}

#reseau{
	display: flex;
	justify-content: flex-start;
}

#reseau ul li{
	list-style: none;
	display: inline-block;
	margin-right: 25px;
}

#head{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 304px;
}

#calendrier p{
	margin-right: 40px;
	color: white;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

#eleve{
	width: 418px;
	height: 100px;
	background-color: #c23a27;
}

#eleve p{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	margin-left: 40px;
	font-family: 'Raleway', sans-serif;
}

.button{
	cursor: pointer;
}

.button-eleve{
	width: 50px;
	height: 50px;
	background-color: #c23a27;
	color: #d75038;
	border: solid #d75038 3px;
	border-radius: 10px;
	font-size: 18px;
}

#button-select{
	background-color: #ffffff;
	color: #c23a27;
	border: none;
}
#section-reservation{
	height: 100px;
	width: 100%;
	display: flex;
}

#section-reservation *{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
    align-items: center;
}

#calendrier{
	width: 362px;
	height: 100px;
	background-color: #b12815;
}

#calendrier img{
	margin-left: 40px;
}

#button-4{
	margin-right: 40px;
}

#article-reservation{
	width: 240px;
	height: 100px;
	background-color: #ea4b35;
}

#button-reservation{
	width: 162px;
	height: 52px;
	background-color: #263e43;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	border: none;
	font-family: 'Raleway', sans-serif;
}

#section-chef{
	display: flex;
	height: 300px;
	width: 1020px;
	justify-content: center;
    align-items: center;
}

#article-chef{
	display: flex;
	justify-content: center;
	width: 532px;
	height: 300px;
}

#article-chef-espace{
	width: 0px;
	height: 222px; 
	border: 1px solid #ecebeb;
}

#article-chef-vid{
	display: flex;
	justify-content: center;
    align-items: center;
	width: 488px;
	height: 300px;
}

#section-article-chef-img{
	display: flex;
	justify-content: center;
    align-items: center;
	width: 162px;
	margin-right: 5px;
}

#section-article-chef-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 274px;
	margin-left: 5px;
}

#article-chef section h1{
	color: #ea4b35;
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	font-family: 'Cinzel', serif;
}

#article-chef section h2{
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
}

#article-chef section h3{
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

#article-chef section p{
	color: black;
	font-size: 12px;
	text-align: left;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

#video-cadre{
	width: 422px;
	height: 242px;
	margin: 0;
	display: flex;
	justify-content: center;
    align-items: center;
	border: 1px solid #ecebeb;
}

#section-recette{
	width: 1020px;
	height: 400px;
	display: flex;
}

#section-recette2-4{
	width: 392px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
}

#article-recette1 {
	background: url(img/recette1.png) no-repeat;
	width: 302px;
	height: 400px;
	text-align: center;
}

#article-recette2 {
	background: url(img/recette2.png) no-repeat;
	width: 206px;
	height: 200px;
	text-align: center;
}

#article-recette3 {
	background: url(img/recette3.png) no-repeat;
	width: 186px;
	height: 200px;
	text-align: center;
}

#article-recette4 {
	background: url(img/recette4.png) no-repeat;
	width: 392px;
	height: 200px;
	text-align: center;
}

#article-recette5 {
	background: url(img/recette5.png) no-repeat;
	width: 326px;
	height: 400px;
	text-align: center;
}

.hover-button{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
    align-items: center;
}

.hover-button:hover .button-recette{
	visibility: visible; 
}

.button-recette{
	visibility: hidden;
	width: 150px;
	height: 50px;
	background-color: white;
	color: black;
	font-size: 18px;
	font-weight: bold;
	border: none;
	font-family: 'Raleway', sans-serif;
}

footer{
	height: 276px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #263e43 ;
	border-top: 3px solid #0e252a ;
	color: white;
	display: grid;
	grid-template-columns: 25px 525px 445px 25px;
	grid-template-rows: 154px 122px;
}

#footer-1{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	display: flex;
	justify-content: center;
}

#footer-2{
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

#footer-3{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

#article-footer-1-1, #article-footer-1-2{
	height: 118px;
	width: 208px;
}

#article-footer-1-1 ul, #article-footer-1-2 ul, #footer-3 nav ul{
	list-style: none;
	margin-left:0;
	padding-left:0;
	color: #a6adae;
}

#article-footer-1-1 ul li a, #article-footer-1-2 ul li a{
	text-decoration: none;
	color: #a6adae;
	font-family: 'Raleway', sans-serif;
}

#article-footer-1-1, #article-footer-1-2, #footer-2{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	text-align: left;
}

#article-footer-1-1 h1, #article-footer-1-2 h1, #footer-2 h1{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

#article-footer-2-map{
	margin-top: 20px;
	border: 5px solid #0e252a ;
}

#footer-3{
	color: #575d5e;
}

#footer-3 nav ul li{
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
	color: #575d5e;
}

#footer-3 p{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

#footer-3 nav ul li a{
	color: #575d5e;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}