html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000;
	letter-spacing: 1.5px;
	font-family: "figtree", sans-serif;
	font-weight: 400;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.main_section {
	width: 100dvw;
	height: 100dvh;
	background: url(../images/Home.png) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* justify-content: space-between; */
	align-items: center;
	color: #ede8da;
	font-size: 40px;
	font-family: sans-serif;
	text-align: center;
}

.main_section .logo {
	width: 600px;
	padding:  0 0 40px 0;
}

.main_section .logo img {
	width: 100%
}

.main_section .tagline {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-family: "figtree", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

.main_section .tagline .tagline_top {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.main_section .tagline .tagline_top .line {
	width: 30px;
	padding: 0 10px;
	flex: 1;
	height: 2px;
	background: #e29fad;
	color: #e29fad;
	border: none;
	margin: 0 16px;
	align-self: center;
}

.argu_section {
	text-align: center;
	background: #e29fad;
	padding: 80px 0;
}


.argu_section ul li {
	text-align: center;
	font-size: 100px;
	font-family: "instrument-serif", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ede8da;
	padding: 2px 0;
}

.argu_section ul li.brown {
	color: #2d1a14;
}

.menu_section {
	display: flex;
	justify-content: center;
	align-items: baseline;
	background: #2d1a14;
}

.menu_section .to_eat,
.menu_section .to_drink {
	width: 50%;
	padding: 80px 0;
}

.menu_section .to_eat{
	background: #ede8da;
	color: #2d1a14;
}

.menu_section .to_drink {
	background: #2d1a14;
	color: #e29fad;
}

.menu_section .to_eat .title_to_eat,
.menu_section .to_drink .title_to_drink {
	font-size: 50px;
	padding: 0 0 0 80px;
	font-family: "figtree", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.menu_section .to_eat .content_to_eat,
.menu_section .to_drink .content_to_drink {
	width: 100%;
	height: 100%;
}

.menu_section .to_eat .content_to_eat ul li,
.menu_section .to_drink .content_to_drink ul li {
	width: 100%;
	margin: 5px auto;
	padding: 0 80px;
	display: flex;
	align-items: center;
}

.menu_section .to_drink .content_to_drink ul li {
	color: #ede8da;
}

.menu_section .to_eat .content_to_eat ul ol,
.menu_section .to_drink .content_to_drink ul ol {
	font-family: "instrument-serif", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 0 80px;
}

.menu_section .to_drink .content_to_drink ul ol {
	color: #ede8da;
}

.menu_section .to_eat .content_to_eat ul ol {
	margin: 20px 0;
}

.menu_section .to_eat .content_to_eat ul li hr,
.menu_section .to_drink .content_to_drink ul li hr {
	flex: 1;
	margin: 0 20px;
	align-self: center;
}

.menu_section .to_eat .content_to_eat ul li hr {
	background: #e29fad;
	color: #e29fad;
	height: 2px;
	border: none;
}

.menu_section .to_drink .content_to_drink ul li hr {
	background: #e29fad;
	color: #e29fad;
	height: 2px;
	border: none;
}


footer .content_footer {
	background: #e29fad;
	padding: 80px 0;
}

footer .content_footer .adresse li {
	color: #2d1a14;
	text-align: center;
	font-size: 100px;
	font-family: "instrument-serif", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5px auto;
	text-transform: inherit;
}

footer .content_footer ul {
	margin: 0 auto;
	text-align: center;
}

footer .content_footer ul li {
	margin: 25px auto;
	font-family: "figtree", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

footer .content_footer ul li .day {
	font-weight: 500;
}

footer .content_footer ul li .time {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 140px;
	margin: 5px auto 0;
}

footer .content_footer ul li .time hr {
	flex: 1;
	margin: 0 5px;
	align-self: center;
	background: #ede8da;
	color: #ede8da;
	height: 2px;
	border: none;
}

footer .content_footer_bottom {
	background: #ede8da;
	text-align: center;
	padding: 80px 0;
}

footer .content_footer_bottom .social h3 {
	font-family: "figtree", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
}

footer .content_footer_bottom .social p {
	font-family: "instrument-serif", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	margin: 20px 0;
}

footer .content_footer_bottom .social a {
	font-family: "figtree", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	margin: 20px 0;
	text-decoration: none;
	font-size: 60px;
	color: #e29fad;
	margin: 0 0 60px 0;
	display: block;
}

footer .content_footer_bottom .social .slider {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

footer .content_footer_bottom .social .slider .slider_img  {
	width: 100%;
}

footer .content_footer_bottom .social .slider .slider_img img {
	width: 100%;
}

footer .copyright {
	width: 100%;
	text-align: center;
	background: #ede8da;
}

footer .copyright p {
	padding: 0 0 20px 0;
}


/* GSAP */

.argu_section ul li .char {
	display: inline-block;
}

.adresse li .char {
  display: inline-block;
}

@media screen and (max-width:1110px) {
	.menu_section .to_eat,
	.menu_section .to_drink {
		padding: 40px 0;
	}

	.menu_section .to_eat .title_to_eat,
	.menu_section .to_drink .title_to_drink {
		padding: 0 0 0 20px;
	}
	.menu_section .to_eat .content_to_eat ul li,
	.menu_section .to_drink .content_to_drink ul li {
		padding: 0 20px;
	}

	.menu_section .to_eat .content_to_eat ul ol,
	.menu_section .to_drink .content_to_drink ul ol {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width:780px) {
	.main_section {
		font-size: 4.2vw;
		font-family: sans-serif;
		text-align: center;
	}
	.main_section .logo {
		width: 80%;
		padding:  0 0 20px 0;
	}
	.argu_section {
		text-align: center;
		background: #e29fad;
		padding: 40px 0;
	}

	.argu_section ul li {
		text-align: center;
		font-size: 14vw;
		font-family: "instrument-serif", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #ede8da;
		padding: 2px 0;
	}
	footer .content_footer .adresse li {
		color: #2d1a14;
		text-align: center;
		font-size: 15vw;
		font-family: "instrument-serif", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 5px auto;
	}
	footer .content_footer_bottom .social p {
		font-family: "instrument-serif", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 5vw;
		margin: 20px 0;
	}
	.menu_section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		background: #2d1a14;
	}
	.menu_section .to_eat,
	.menu_section .to_drink {
		width: 100%;
		padding: 40px 0;
	}

	.menu_section .to_eat .title_to_eat,
	.menu_section .to_drink .title_to_drink {
		font-size: 50px;
		padding: 0 0 0 20px;
	}
	.menu_section .to_eat .content_to_eat ul li,
	.menu_section .to_drink .content_to_drink ul li {
		padding: 0 20px;
	}

	.menu_section .to_eat .content_to_eat ul ol,
	.menu_section .to_drink .content_to_drink ul ol {
		padding: 0 0 0 20px;
	}

	footer .content_footer_bottom .social h3 {
		font-family: "figtree", sans-serif;
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
		font-size: 12px;
	}

	footer .content_footer_bottom .social p {
		padding: 0 20px;
	}

	footer .content_footer_bottom .social a {
		font-family: "figtree", sans-serif;
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
		font-size: 40px;
	}

	footer .content_footer_bottom .social .slider {
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: center;
	}

	footer .content_footer_bottom .social .slider .slider_img  {
		width: 100%;
	}

	footer .content_footer_bottom .social .slider .slider_img img {
		width: 100%;
	}

	footer .content_footer_bottom .social  .slider {
		display: flex;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		gap: 16px;
		scrollbar-width: none; /* cache la scrollbar sur Firefox */
	}

	footer .content_footer_bottom .social  .slider::-webkit-scrollbar {
		display: none; /* cache la scrollbar sur Chrome */
	}

	footer .content_footer_bottom .social .slider .slider_img {
		scroll-snap-align: start;
		flex-shrink: 0;
		width: 80%; /* ajuste selon le rendu souhaité */
	}

	footer .content_footer_bottom .social .slider .slider_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

}