/* ______________________________________MISE EN PAGE GLOBALE */
/* __________________________________________________________ */
html {
	width: 100%;
	display: flex;
	justify-content: center;
	color: #25262c;
	background-color: #ffff;
	font-family: poppins;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
}
a {
	text-decoration: none;
}
.clickedPage {
	padding: 10px;
	border: 1px solid #eaebf4;
	border-radius: 10px;
	background-color: #25262c;
	color: #eaebf4;
	padding-top: 60px;
	padding-bottom: 10px;
}
.clickedPage a {
	color: #eaebf4;
}
iframe {
	width: auto;
}
@font-face {
	font-family: poppins;
	src: url(../font/Poppins/Poppins-Regular.ttf);
}

/* __________________________________FIN MISE EN PAGE GLOBALE */
/* __________________________________________________________ */

/* !_________________________________________PARTIES GENERALES */
/* !__________________________________________________________ */

/* ?________________________________________PARTIE HEADER */
/* ?_____________________________________________________ */

/*________________________________NAV */
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	height: 15vh;
}

.navbar .navlinks {
	display: flex;
	position: absolute;
	top: 1rem;
	left: 4rem;
	margin-left: 4vw;
}
.navbar .navlinks ul {
	background-color: #bd292c;
	padding-inline-start: 0;
	border-radius: 20rem;
	padding: 1rem;
}
.navbar .navlinks ul a {
	color: #e6e0dd;
}
.navbar .navlinks ul li {
	margin: 0px 3px;
	list-style-type: none;
	display: inline-block;
}

.socialMedia {
	margin-left: 1rem;
}
.menu-burger {
	display: none;
	height: 40px;
	padding: 4px;
	width: 30px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-radius: 50%;
	background-color: #e6e0dd;
	border: none;
	box-shadow: 2px 2px 6px 0px black;
	transition: all 0.1s ease;
	cursor: pointer;
}
.menu-burger:active {
	transform: scale(0.95);
	box-shadow: 1px 1px 3px 1px black;
}

/*_____________________________FIN NAV */

/*________________________________LOGO */

.logoNav {
	margin: 0;
	min-width: 80px;
	max-width: 20%;
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 20px;
}

.logoFoot {
	width: 100px;
}
/*_____________________________FIN LOGO */

/* ?____________________________________FIN PARTIE HEADER */
/* ?_____________________________________________________ */

main {
	display: flex;
	margin: 0;
	margin-bottom: 7rem;
	padding: 0;
}
h1 {
	margin: 0;
}

/* ?________________________________________PARTIE FOOTER */
/* ?_____________________________________________________ */
footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	margin-top: 4rem;
	background-color: #e6e0dd;
	border-radius: 3rem 3rem 0rem 0rem;
}

footer ul,
.logoFootAlign {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	flex: 1;
	padding: 0;
}

footer ul a {
	text-decoration: none;
	color: #25262c;
	font-weight: 600;
}

footer li {
	list-style-type: none;
	margin-bottom: 0.2rem;
}

/* ?____________________________________FIN PARTIE FOOTER */
/* ?_____________________________________________________ */

/* !_____________________________________FIN PARTIES GENERALES */
/* !__________________________________________________________ */
/* __________________________________________début index.html */
/* __________________________________________________________ */
/* ?__________________________________________PARTIE MAIN */
/* ?_____________________________________________________ */

.containerReserve {
	width: 20%;
}
.reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url(../img/index/001_index_reservez.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	height: 500px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	border-radius: 10px;
	transition: all 0.1s ease-in-out;
}
.reserve:hover {
	transform: scale(1.02);
}
.reserve a {
	display: flex;
	align-items: center;
	height: 7rem;
	width: auto;
	padding: 3px;
	background: none;
	backdrop-filter: blur(6px);
	font-size: 15pt;
	border: none;
	box-shadow: 2px 2px 2px 0px black;
	border-radius: 50%;
	transition: all 0.2s ease;
}
.reserve button:active {
	transform: scale(0.95);
}
.containerMain {
	display: flex;
	flex-direction: column;
	width: 35%;
}
.carte {
	height: 50%;
	width: 100%;
	background-image: url(../img/index/002_index_la-carte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	margin-right: 1rem;
	border-radius: 10px;
	color: black;
	transition: all 0.1s ease-in-out;
}
.carte:hover {
	transform: scale(0.98);
}
.carte a {
	color: black;
	font-size: 18pt;
	font-weight: 900;
}
.indexChef {
	height: 50%;
	width: 100%;
	background-image: url(../img/index/003_index_le-chef.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	margin-left: 1.5rem;
	margin-right: 1rem;
	border-radius: 10px;
	font-size: 18pt;
	font-weight: 900;
	transition: all 0.1s ease-in-out;
}
.indexChef:hover {
	transform: scale(0.98);
}
.scaleIt {
	transition: all 0.1s ease-in;
}
.scaleIt:hover {
	transform: scale(1.3);
}
.setEventAndShop {
	display: flex;
	flex-direction: column;
	width: 40%;
	height: 100%;
}
.event {
	height: 7.5rem;
	width: 100%;
	background-image: url(../img/index/004_index_les-evenements.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	display: flex;
	justify-content: flex-start;
	margin-left: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
	padding-top: 2rem;
	padding-left: 2rem;
	border-radius: 10px;
	font-size: 30pt;
	font-weight: 700;
	transition: all 0.1s ease-in-out;
}
.event:hover {
	transform: scale(1.02);
}
.event a {
	color: white;
}
.indexShop {
	height: 7.5rem;
	width: 100%;
	background-image: url(../img/index/005_index_la-boutique.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	display: flex;
	justify-content: flex-end;
	margin-left: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 0.3rem;
	margin-right: 1rem;
	padding-top: 2rem;
	padding-right: 2rem;
	border-radius: 10px;
	font-size: 30pt;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}
.indexShop:hover {
	transform: scale(1.02);
}
.indexAbout {
	height: 7.5rem;
	width: 100%;
	background-image: url(../img/index/006_index_a-propos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30%;
	display: flex;
	justify-content: flex-start;
	margin-left: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
	padding-top: 2rem;
	padding-left: 2rem;
	border-radius: 10px;
	font-size: 30pt;
	font-weight: 700;
	transition: all 0.1s ease-in-out;
}
.indexAbout:hover {
	transform: scale(1.02);
}
.swipeLeft {
	padding-top: 2rem;
	padding-left: 2rem;
	transition: all 0.1s ease-in-out;
}
.swipeRight {
	padding-top: 2rem;
	padding-right: 2rem;
	transition: all 0.1s ease-in-out;
}

.swipeLeft:hover {
	transform: translateX(-55%);
}
.swipeRight:hover {
	transform: translateX(40%);
}
.indexAbout .swipeRight:hover {
	transform: translateX(90%);
}
main a {
	color: white;
}

/* ?______________________________________FIN PARTIE MAIN */
/* ?_____________________________________________________ */
/* ____________________________________________FIN index.html */
/* __________________________________________________________ */

/* ____________________________________début notre_carte.html */
/* __________________________________________________________ */
/* ?__________________________________________PARTIE MAIN */
/* ?_____________________________________________________ */
.containerCarte {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 1.5rem;
	z-index: 0;
}
.bg-opacity {
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(3px);
	border-radius: 40px 40px 0px 0px;
	padding-left: 2rem;
	width: 60%;
	max-height: fit-content;
}
.containerCarte h2 {
	font-size: 20pt;
	margin-left: 1rem;
}
.starter {
	background-image: url(../img/notre_carte/012_notre-carte_terrasse-matin.webp);
	width: 95vw;
	height: 40vh;
	color: #e8e3e0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-weight: 500;
	transition: background-image 300ms ease, text-shadow 300ms;
	display: flex;
	justify-content: flex-end;
}
.starter,
.desserts,
.bg-opacity {
	border-radius: 40px 0px 0px 0px;
}
.oyster {
	background-image: url(../img/notre_carte/001_notre-carte_huitre.webp);
	text-shadow: 1px 1px black;
}
.caviar {
	background-image: url(../img/notre_carte/002_notre-carte_caviar.webp);
	text-shadow: 1px 1px black;
}
.automn {
	background-image: url(../img/notre_carte/003_notre-carte_automn.webp);
	text-shadow: 1px 1px black;
}
.starter3 {
	margin-bottom: 3rem;
}

.mainDishes {
	background-image: url(../img/notre_carte/013_notre-carte_terrasse-midi.jpeg);
	width: 95vw;
	height: 50vh;
	color: #e8e3e0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-weight: 500;
	transition: background-image 300ms ease, text-shadow 300ms;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.homard {
	background-image: url(../img/notre_carte/004_notre-carte_homard.webp);
	text-shadow: 1px 1px black;
}
.daurade {
	background-image: url(../img/notre_carte/005_notre-carte_daurade.webp);
	text-shadow: 1px 1px black;
}
.pintade {
	background-image: url(../img/notre_carte/006_notre-carte_pintade.webp);
	text-shadow: 1px 1px black;
}
.pigeon {
	background-image: url(../img/notre_carte/007_notre-carte_pigeon.webp);
	text-shadow: 1px 1px black;
}
.dish4 {
	margin-bottom: 3rem;
}
.desserts {
	background-image: url(../img/notre_carte/014_notre-carte_terrasse-soir.jpeg);
	width: 95vw;
	height: 40vh;
	color: #e8e3e0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-weight: 500;
	transition: background-image 300ms ease, text-shadow 300ms;
	display: flex;
	justify-content: flex-end;
}

.poire {
	background-image: url(../img/notre_carte/008_notre-carte_poire.webp);
	text-shadow: 1px 1px black;
}
.souffle {
	background-image: url(../img/notre_carte/009_notre-carte_souffle.webp);
	text-shadow: 1px 1px black;
}
.chocolat {
	background-image: url(../img/notre_carte/010_notre-carte_chocolat.webp);
	text-shadow: 1px 1px black;
}
.exotisme {
	background-image: url(../img/notre_carte/011_notre-carte_exotisme.jpg);
	text-shadow: 1px 1px black;
}
.dessert4 {
	margin-bottom: 3rem;
}
/* ?______________________________________FIN PARTIE MAIN */
/* ?_____________________________________________________ */
/* ______________________________________FIN notre_carte.html */
/* __________________________________________________________ */

/* _____________________________________début notre_chef.html */
/* __________________________________________________________ */
.chef {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.chefImg1 {
	width: 90%;
	height: 12rem;
	border-radius: 10rem 10rem 10rem 1rem;
	border: 4px solid #b7b6b0;
	background-image: url(../img/notre_chef/001_notre-chef_Alexandre-COUILLON.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 45%;
}
.chefImg2 {
	width: 90%;
	height: 12rem;
	border-radius: 10rem 10rem 10rem 1rem;
	border: 4px solid #b7b6b0;
	background-image: url(../img/notre_chef/002_notre-chef_oursin.jpg);
	background-size: cover;
	background-position-y: 25%;
}

.chef p {
	background-color: #b7b6b0;
	border-radius: 1rem 20rem 20rem 20rem;
	padding: 2rem;
	width: 80%;
}

.chefText {
	width: 90%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* _______________________________________FIN notre_chef.html */
/* __________________________________________________________ */

/* _________________________________début notre_boutique.html */
/* __________________________________________________________ */
.container_shop {
	width: auto;
	display: flex;
}
.filter {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 0.5rem;
	font-weight: 900;
	background-color: #e8e3e0;
	border-radius: 0rem 5rem 5rem 0rem;
	box-shadow: 2px 0px 6px #25262c;
}
.filter p {
	margin: 2rem;
}
.filter ul {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.filter button {
	margin: 0.5rem 0;
	padding: 0.5rem 1.5rem;
	font-weight: 600;
	border: none;
	border-radius: 2rem;
	box-shadow: 0px 0px 4px 0px black;
	transition: all 0.1 ease-in-out;
}
.filter li {
	list-style: none;
}
.filter button:active {
	box-shadow: 0px 0px 1px 0px black;
}
.resetFilter {
	border: 1px solid #eaebf4;
	border-radius: 10px;
	background-color: #25262c;
	color: #eaebf4;
}

.card {
	width: 22%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-weight: 800;
	margin: 0.5rem;
	margin-left: 1rem;
	padding: 6px;
}

.card img {
	width: 10rem;
}
.card div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.card-name {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
}
.card-price {
	width: 40%;
}
.card-button {
	width: 40%;
	border: none;
	border-radius: 1rem;
	color: #e8e3e0;
	font-size: 11pt;
	background-color: #bd292c;
	box-shadow: 4px 4px 10px 1px;
	border: 2px solid #25262c;
	font-family: poppins;
	font-weight: 600;
}

#card-container {
	display: flex;
	flex-wrap: wrap;
}
.myh1 {
	text-align: center;
	margin-top: 2rem;
}
/* ___________________________________FIN notre_boutique.html */
/* __________________________________________________________ */

/* _________________________________début notre_actualités.html */
/* ____________________________________________________________ */
.mySection {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 7rem;
}
.text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 14px;
	margin-top: 60px;
}
.text h2 {
	font-size: 2.5rem;
}
/* CARROUSEL NOEL */
.carrousel {
	height: 50vh;
	width: 70vw;
	position: relative;
}
.carrousel button {
	position: absolute;
	background: none;
	outline: none;
	border: none;
	font-size: 3rem;
	z-index: 1;
	cursor: pointer;
	top: 40%;
	color: rgb(190, 173, 173);
}
#prev {
	left: 5px;
}
#next {
	right: 5px;
}
.carrousel ul {
	margin: 0;
	padding: 0;
}
.carrousel li {
	list-style: none;
}
.carrousel li p {
	text-align: center;
	font-weight: 800;
}
.slide {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.slide.active {
	opacity: 1;
}
.slide img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 13px;
}
/* CARROUSEL SAINT VALENTIN */
.slide_valentine {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.slide_valentine.active_valentine {
	opacity: 1;
}
.slide_valentine img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 13px;
}

#prev_valentine {
	left: 5px;
}
#next_valentine {
	right: 5px;
}

/* _________________________________FIN notre_actualités.html */
/* __________________________________________________________ */

/* ____________________________________Début reservation.html */
/* __________________________________________________________ */
.myMain {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.myMain h1 {
	margin-left: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.myForm {
	display: flex;
	justify-content: center;
}
.myForm form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
}
.myForm input {
	width: 20rem;
	height: 2rem;
	margin: 1rem;
	border-radius: 2rem;
	padding: 1rem;
	background-color: #e8e3e0;
}
input::placeholder {
	font-size: 13pt;
	color: #25262ca3;
	font-family: poppins;
}

.myForm select {
	width: 22rem;
	height: 2rem;
	margin: 1rem;
	border-radius: 2rem;
	padding: 1rem;
	color: #25262ca3;
	font-size: 12pt;
	font-family: poppins;
	text-align: center;
	box-sizing: content-box;
	background-color: #e8e3e0;
}

.myForm iframe {
	border-radius: 2rem;
	border: 2px solid #25262c;
}

#date {
	font-size: 11pt;
	color: #25262ca3;
	font-family: poppins;
	text-align: center;
	border: 1px solid #25262c;
}
textarea {
	font-family: poppins;
	text-align: justify;
	padding-top: 3rem;
	width: 50%;
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 3rem;
	background-color: #e8e3e0;
	font-size: 13pt;
}
.setBtn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
}
.setBtn button {
	width: 100%;
}
.setBtn button a {
	text-decoration: none;
	color: #25262c;
}

#sendBtn {
	background-color: #336f7d;
	width: 15rem;
	height: 4rem;
	font-family: poppins;
	font-size: 13pt;
	color: #e8e3e0;
	font-weight: 600;
	border-radius: 10rem 5rem 5rem 10rem;
}

#resetBtn {
	background-color: #bd292c;
	width: 15rem;
	height: 4rem;
	font-family: poppins;
	font-size: 13pt;
	color: #e8e3e0;
	font-weight: 600;
	border-radius: 5rem 10rem 10rem 5rem;
}

/* ______________________________________FIN reservation.html */
/* __________________________________________________________ */

/* _______________________________début mentions_legales.html */
/* __________________________________________________________ */
#mentions_legales {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mentions_legales h1 {
	margin-top: 5rem;
}
#mentions_legales ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#mentions_legales li {
	font-size: 20pt;
	font-weight: 800;
}
#mentions_legales p {
	width: 71%;
	text-align: center;
}
/* _______________________________début mentions_legales.html */
/* __________________________________________________________ */

/* _______________________________________début a_propos.html */
/* __________________________________________________________ */
#aPropos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: 8rem 4rem;
}
/* _________________________________________fin a_propos.html */
/* __________________________________________________________ */
/*****************************************MEDIA QUERIES HEADER ET FOOTER************/
/***********************************************************************************/
/* TABLETTES */
@media screen and (max-width: 768px) {
	.navbar {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 1;
	}
	.navbar .navlinks {
		z-index: 3;
		background-color: #e6e0dd97;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: -100%;
		width: 100%;
		height: 100vh;
		backdrop-filter: blur(5px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		transition: all 0.5s ease;
	}
	.navlinks.mobile-menu {
		margin: 0;
		height: 100vh;
	}
	.navlinks ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.navlinks ul li {
		padding: 1.2rem;
		display: flex;
		justify-content: center;
		margin: 10rem;
	}
	.menu-burger {
		display: block;
		z-index: 4;
		height: 30px;
		width: 30px;
		margin: 5px;
	}
	.socialMedia {
		margin-left: 0;
	}
	.containerCarte {
		margin-left: 0.65rem;
	}
	.container_shop {
		margin-top: 10rem;
	}

	footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
	footer ul {
		width: 100%;
	}
	footer ul li,
	.logoFootAlign {
		margin-bottom: 1rem;
		width: 50vw;
	}
	/* responsive boutique */
	.card img {
		width: 5rem;
	}
	.card-price {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.card-button {
		width: 100%;
	}
	/* responsive index */
	main {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.containerReserve {
		width: 95%;
		margin: 0;
	}
	.containerMain {
		width: 95%;
		height: 20rem;
		margin: 0;
	}
	.setEventAndShop {
		width: 90%;
		height: 20rem;
		margin: 0;
		margin-bottom: 7rem;
	}
	.clickedPage {
		padding: 10px;
		border: 1px solid #eaebf4;
		border-radius: 10px;
		background-color: #25262c;
		color: #eaebf4;
	}
	/* Notre Chef */
	.chef h1 {
		margin: 4rem 0rem;
		font-size: 30pt;
		text-align: center;
		margin-top: 6rem;
	}
	/* réservation */
	.myMain h1 {
		margin-top: 8rem;
	}
	textarea {
		width: 100%;
	}
	.containerCarte {
		margin-left: 0.2rem;
		margin-top: 10rem;
	}
}
/* SMARTPHONES */
@media screen and (max-width: 468px) {
	footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	footer ul {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		width: 100%;
	}
	footer ul li {
		width: 100%;
		margin-bottom: 1rem;
	}

	.card {
		width: 15rem;
	}
	.card img {
		width: 15rem;
	}
	/* responsive index */
	main {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.containerReserve {
		width: 90%;
		margin: 0;
	}
	.containerMain {
		width: 90%;
		margin: 0;
	}
	.setEventAndShop {
		width: 80%;
		height: 20rem;
		margin: 0;
		margin-bottom: 12rem;
		flex-direction: column;
	}
	/* responsive chef */
	.chef p {
		border-radius: 1rem 1rem 10rem 10rem;
		padding-bottom: 3rem;
	}
	.chefImg1,
	.chefImg2 {
		border-radius: 10rem 10rem 1rem 1rem;
	}
	/* Reservation */
	.myForm form {
		width: 90%;
	}
	/* Boutique */
	.myh1 {
		text-align: center;
		margin-top: 6rem;
		margin-bottom: 2rem;
	}
}
