* {
	box-sizing: border-box;
	font-family: 'Helvetica', sans-serif;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-display: auto;
}

td, div {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p {
	margin: 0;
	padding: 0;
}

.nav-link {
	font-weight: bold;
	text-align: center;
}

.container-category-title {
	background: linear-gradient(to right, red, orange);
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
}

.container-category-inner {
	background-color: white;
	padding: 5px 10px 10px 10px;
}

/* BANNER */
.home-banner {
	min-height: 350px;
	font-size: 30px;
	margin-top: 50px;
	background-size: cover;
}

.home-banner-logo {
	text-align: center;
	padding: 20px 0px 0px 0px;
}

.home-banner-button {
	text-align: center;
	padding: 30px 0px 40px 0px;
}

.home-banner-button a {
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
}

/* WELCOME TEXT */
.welcome-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.welcome-title {
	text-align: center;
	/*font-size: 30px;
	font-weight: bold;*/
}

.welcome-text {
	text-align: center;
	/*font-size: 18px;
	font-weight: bold;*/
}

/* NOS PHOTOS */
.nos-photos-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

/* CUSTOM PAGE */
.custom-page-container {
	padding-top: 20px;
}

.custom-page-text {
	text-align: center;
}

.custom-page-html {
	text-align: center;
}

.custom-page-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

/* SUGGESTIONS */
.custom-container {

}

.custom-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

.custom-text {
	text-align: center;
}

/* MENU DE LA SEMAINE */
.menu-de-la-semaine-container {
}

.menu-de-la-semaine-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

.menu-de-la-semaine-carte {
	text-align: center;
}

/* CARTE DE MENU */
.miammiam-carte-container {
}

.miammiam-link {
	font-size: 1.5vw;
}

@media (max-width: 991.98px) {
	.miammiam-link {
		font-size: 3vw;
	}
}

@media (max-width: 767.98px) {
	.miammiam-link {
		font-size: 5vw;
	}
}	

.miammiam-carte-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

.miammiam-carte-table {
	margin-bottom: 20px;
}

.miammiam-carte-category {
}

.miammiam-carte-plat {
	font-weight: bold;
	padding-left: 5px;
}

.miammiam-carte-price {
	font-weight: bold;
	text-align: right;
}

.miammiam-carte-description {
}

/* IMAGES */
.owl-carousel {
	margin: 10px 0px;
}

.miammiam-image-img {
	height: 250px;
}

@media (max-width: 767.98px) {
	.miammiam-image-img {
		height: 200px;
	}
}

/* CONTACT */
.contact-title {
	padding: 30px 0;
	font-size: 50px;
	font-family: 'Dancing Script', cursive;
}

.section-dark {
	background-color: #222;
	color: white;
}

.contact-name {
	font-size: 26px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

/* OPENING HOURS */
.opening-hours-title {
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}

.opening-hours {
	color: white;
}

.opening-hours-weekday {
	width: 50px;
}

.opening-hours-time {

}

/* REVIEWS */
.reviews-container {
	padding: 20px 0px 10px 0px;
}

.reviews-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
}

/* MAPS */
.map-container {
	height: 400px;
	border: 2px solid #CCC;
}

/* FOOTER */
footer {
	text-align: right;
	font-size: 12px;
	padding: 5px;
	color: white;
}

footer a {
	text-decoration: none;
	color: yellow;
}
