@import url('fonts.css');
@import url('../dist/bootstrap/css/bootstrap.min.css');
@import url('../dist/owlcarousel/css/owl.theme.default.min.css');
@import url('../dist/owlcarousel/css/owl.carousel.min.css');
@import url('../dist/animate/animate.min.css');
:root {
	--primary-font: 'Satoshi', Helvetica, Arial, sans-serif;
	--secondary-font: 'novantique-serif', sans-serif, Helvetica, Arial;
	--off-white: #FFFCF5;
	--light-orange: #FFF6E2;
	--brown: #422817;
	--light-brown: #AB8260;
}
body { background-color: var(--off-white); color: var(--brown); font-family: var(--primary-font); font-weight: 400; overflow-x: hidden; }
a { color: var(--bs-blue); }
a, a:hover { text-decoration: none; }
a:focus { outline: none; }
*:focus { outline: none; }
button:active, button:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }
.img-responsive, .navbar-brand > img { display: inline-block; }
img { display: inline-block; height: auto; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--brown); font-family: var(--secondary-font); line-height: 1.22222222; text-transform: uppercase; }
h1 { font: normal 9.625rem 'Brave Paridos'; text-transform: inherit; }
h2 { font-size: 2.813rem; }
p, li { color: var(--brown); font: 400 1.125rem/1.575 var(--primary-font); overflow-wrap: break-word; word-wrap: break-word; }
p strong { font-family: var(--primary-font); }

.fixed-top { position: absolute; }
.navbar .container { justify-content: center; margin-top: 1rem; }
.navbar .btn-link { display: none; padding: 0; }

/* Styles pour les menus WordPress */
.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.navbar-nav li {
    color: var(--light-orange);
    margin: 0 30px 0 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-nav li a {
    color: var(--light-orange);
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}
.navbar-nav li a:hover,
.navbar-nav li a.active,
.navbar-nav li.current-menu-item a,
.navbar-nav li.current_page_item a {
    color: var(--light-brown);
}

/* Menu secondaire (à droite) */
.navbar-nav.ms-auto li {
    margin: 0 0 0 30px;
}
.navbar-nav.ms-auto li:first-child {
    margin-left: 0;
}

/* Support des anciennes classes */
.navbar-nav .nav-item { color: var(--light-orange); margin: 0 30px 0 0; }
.navbar-nav .nav-item:last-child { margin-right: 0; }
.navbar-nav .nav-link { color: var(--light-orange); }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link .active { color: var(--light-brown); }
.navbar-nav.ms-auto .nav-item { margin: 0 0 0 30px; }
.navbar-nav.ms-auto .nav-item:first-child { margin-left: 0; }

.navbar-brand { margin: 0 auto; position: absolute; }

.offcanvas { background-color: var(--light-brown); display: none; }
.offcanvas-header { padding: 3.125rem 3.125rem 2.725rem; }
.offcanvas-header img { max-width: 98px; }
.offcanvas-header .btn-close { opacity: 1; }
.offcanvas-body { padding: 1rem 3.125rem; }
.offcanvas-body .nav-item { font-size: 20px; text-transform: capitalize; }
.offcanvas-body .nav-link { color: var(--off-white); padding: 0.5rem 0; }
.offcanvas-body .nav-link:hover { color: var(--brown); }
.offcanvas .fixed-bottom { padding: 3.125rem; }
.offcanvas .fixed-bottom a { color: var(--off-white); font-size: 22px; }
.offcanvas .fixed-bottom a:hover { color: var(--brown); }

.follow { margin-top: 20%; position: fixed; padding: 11px; right: 0; top: 0; width: auto; z-index: 10; }
.follow a { display: block; margin: 12px 0; }

.mainban { clear: both; display: block; overflow: hidden; position: relative; text-align: center; width: 100%; }
.mainban .overlay { align-items: center; background-color: rgba(39, 22, 9, 83%); bottom: 0; display: flex; height: 100%; min-height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 1; }
.mainban .bnrpic { object-fit: cover; display: block; height: 743px; width: 100%; }
.mainban h3 { color: var(--light-orange); font-size: 1.875rem; margin: 4rem 0; text-transform: inherit; }
.mainban h3 span { border-bottom: 1px solid var(--brown); }
.part { clear: both; width: 100%; }
.part .col { align-items: center; display: flex; justify-content: center; }
.part .col img { filter: brightness(1); opacity: 0.4; }

.decouvrez {clear: both; padding: 5% 0; width: 100%; }
.decouvrez h1 { color: var(--light-brown); margin-bottom: -4.5%; position: relative; opacity: 16%; text-align: center; z-index: -1; }
.decouvrez h3 { color: var(--light-brown); font-size: 2.063rem; text-align: center; text-transform: capitalize; }
.decouvrez h3 span { background-color: var(--off-white); border: 1px solid var(--light-brown); display: inline-block; padding: 8px 15px; }
.decouvrez h4 { color: var(--light-orange); font: 300 1.875rem var(--primary-font); line-height: 30px; text-transform: inherit; }
.decouvrez .menu { clear:  both; position: relative; width: 100%; }
.decouvrez .menu picture img { width: 100%; }
.decouvrez .overlay { background: linear-gradient(0deg, rgba(42, 25, 13, 1) 0%, rgba(255, 255, 255, 0) 100%); bottom: 0; left: 0; padding: 65% 20px 15px; position: absolute; width: 100%; z-index: 1; }
.decouvrez .overlay p, .decouvrez .overlay a { color: var(--light-orange); display: none; text-align: center; }
.decouvrez .overlay p { font-size: 1.188rem; font-weight: 300; line-height: 25px; }
.decouvrez .overlay a { color: var(--light-orange); font-size: 1.188rem; font-weight: 500; text-decoration: underline; }
.decouvrez .col .menu:hover .overlay { background: rgba(145, 109, 79, 92%); padding: 15px 20px 15px; top: 0; }
.decouvrez .col .menu:hover .overlay h4 { margin: 15px 0 25px; text-align: center; }
.decouvrez .col .menu:hover .overlay p, .decouvrez .col .menu:hover .overlay a { color: var(--light-orange); display: block; text-align: center; }
.decouvrez .col .menu:hover .overlay .plus { display: none; }

.intro { clear: both; padding-bottom: 5%; width: 100%; }
.intro h2 { line-height: 45px; margin-bottom: 15px; }
.intro h2 span { font: 400 2.188rem var(--primary-font); text-transform: lowercase; }
.intro h4 { border-bottom: 2px solid var(--brown); color: var(--brown); font: 500 1.125rem var(--primary-font); margin-top: 30px; padding-bottom: 5px; }

.event { background-color: var(--brown); clear: both; width: 100%; }
.event h2, .event p { color: var(--off-white); }
.event article { padding: 5% 7%; }

.our { background-color: #AA8260; clear: both; width: 100%; }
.our h2, .our p { color: var(--off-white); }
.our article { padding: 4.5% 6%; }
.our .circle { align-items: center; background-color: var(--brown); bottom: 0; border-radius: 100%; color: var(--off-white); display: grid; font: 400 1.938rem var(--secondary-font); height: 196px; margin: 0 15% -15% 0; padding: 4% 12px; position: absolute; right: 0; text-align: center; width: 196px; z-index: 1; }

.gallery { clear: both; padding: 8% 0 5%; width: 100%; }
.gallery .owl-carousel .owl-stage-outer { padding: 35px 0 35px 35px; }
.gallery .owl-carousel.owl-drag .owl-item { position: relative; }
.gallery img.frame, .gallery img.frame-end { position: absolute; left: 0; top: 0; z-index: -1; }
.gallery .frame { margin: -35px 0 0 -35px; }
.gallery .frame-end { margin: 45px 0 0 -50px; }

.testimonial { clear: both; padding-bottom: 5%; width: 100%; }
.testimonial h1 { color: var(--light-brown); margin-bottom: -4.5%; opacity: 16%; position: relative; text-align: center; z-index: -1; }
.review { background-color: var(--brown); clear: both; width: 100%; }
.review .overlay { align-items: center; background-color: rgba(38, 25, 17, 55%); display: flex; left: 0; height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; }
.review article { padding: 4.5% 7%; }
.review h3 { color: var(--off-white); font-size: 3.563rem; margin-left: 10%; }
.review h4, .review p { color: var(--off-white); }
.review h4 { font: 500 1.25rem var(--primary-font); text-transform: inherit; }

.faqs { clear: both; padding-bottom: 5%; width: 100%; }
.faqs .accordion-item { background-color: inherit; border: inherit; }
.faqs .accordion-header { background-color: inherit; border-radius: inherit; }
.faqs .accordion-button { background-color: inherit; border-bottom: 1px solid var(--brown); color: var(--brown); font: 500 1.25rem var(--primary-font); padding-left: 0; }
.faqs .accordion-button:not(.collapsed) { background-color: inherit; color: var(--brown); }
.faqs .accordion-button:not(.collapsed).accordion-button { border-bottom: 1px solid var(--light-brown); color: var(--light-brown); }
.faqs .accordion-item:first-of-type > .accordion-header .accordion-button, .faqs .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed { border-radius: 0; }
.faqs .accordion-item:first-of-type, .faqs .accordion-item:last-of-type { border-radius: 0; }
.faqs .accordion-body { padding-left: 0; padding-right: 0; }
.faqs .accordion-body p { color: var(--light-brown); }
.faqs .accordion-button::after { background-image: url("../images/plus.png"); background-size: 10px; height: 10px; width: 10px; }
.faqs .accordion-button:not(.collapsed)::after { background-image: url("../images/minus.png"); }

footer { background-color: var(--brown); clear: both; padding: 50px 0; width: 100%; }
footer picture img { max-width: 265px; }
footer ul { border-bottom: 1px solid var(--off-white); display: block; margin: 40px auto 0; padding: 0 0 10px 0; max-width: 71%; text-align: center; list-style: none; }
footer ul li { color: var(--off-white); display: inline; margin-right: 40px; }
footer ul li:last-child { margin: 0; }
footer ul li a { color: var(--off-white); text-decoration: none; transition: color 0.3s ease; }
footer ul li a:hover { color: var(--light-brown); }

.banner { clear: both; display: block; overflow: hidden; position: relative; text-align: center; width: 100%; }
.banner .overlay { align-items: center; background-color: rgba(39, 22, 9, 74%); bottom: 0; display: flex; height: 100%; min-height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 1; }
.banner .bnrpic { object-fit: cover; display: block; height: 344px; width: 100%; }
.banner h1 { color: var(--light-orange); font-size: 3.438rem; margin: 4rem 0; text-transform: uppercase; }

.menulist { background-color: var(--brown); clear: both; padding: 5% 0; width: 100%;}
.menulist h2 { color: var(--off-white); margin-bottom: 20px; text-align: center; text-transform: uppercase; }
.menulist h3 { color: var(--off-white); font-size: 1.625rem; }
.menulist h4 { color: var(--light-brown); font-size: 2rem; font-weight: 700; }
.menulist h5 { border-bottom: 2px solid var(--light-brown); color: var(--light-brown); font: 500 1.125rem var(--primary-font); margin-bottom: 15px; padding-bottom: 5px; text-transform: initial; max-width: 662px ;}
.menulist p { color: var(--off-white); font-size: 1.25rem; }
.menulist .box { border: 1px solid var(--light-brown); display: block; padding: 10px 15px; width: 93%; }
.menulist .box a { background-color: var(--off-white); display: block; padding: 15px 15px; width: 112%; }
.menulist .box p { color: var(--light-brown); font-size: 1.118rem; margin: 0; }
.note { color: var(--off-white); font-size: 16px; }

.best { clear: both; padding: 5% 0; width: 100%; }
.best article { padding-right: 5%; }
.best h2 { text-transform: uppercase; }
.best h5 { border-bottom: 2px solid var(--light-brown); color: var(--light-brown); font: 500 1.125rem var(--primary-font); margin-bottom: 15px; padding-bottom: 5px; text-transform: none; }

.personnalises { clear: both; padding: 0 0 5%; position: relative; width: 100%; }
.personnalises h2 { left: 0; margin-left: 28%; position: absolute; top: 0; z-index: 1;}
.personnalises picture { margin-left: -20px; }
.personnalises article { padding: 25% 0 0 4%; }

.work { clear: both; padding: 0 0 5%; width: 100%; }
.work h2 { margin-bottom: 25px; text-align: center; }
.work h3 { font-size: 2.188rem; margin-bottom: 15px; }
.work .section { clear: both; padding: 40px 0 0; width: 100%; }
.work .section article { background: url("../images/line.svg") no-repeat left top; }
.work .section:nth-child(odd) article { margin: 0 5% 0 0; padding-left: 30px; }
.work .section:nth-child(even) article { margin: 0 0 0 5%; padding-left: 30px; }
.work .section a { border-bottom: 2px solid var(--light-brown); color: var(--light-brown); font-size: 1.125rem; font-weight: 500; display: block; padding-bottom: 5px; }

.service { background-color: var(--light-orange); clear: both; padding: 5% 0; text-align: center; width: 100%; }
.service h2 { margin-bottom: 15px; }
.service .display { background-color: var(--bs-white); height: 100%; margin: 0 10px; padding: 60px 12px 30px; }
.service .display p { color: var(--light-brown); font-size: 1.25rem; font-weight: 500; }

.benefits { clear: both; padding: 5% 0; width: 100%; }
.benefits h2 { margin-bottom: 25px; }
.benefits ul { list-style: none; margin: 0; padding: 0; }
.benefits ul li { background: url("../images/icn_tick.svg") no-repeat left 5px; padding: 0 0 20px 35px; }

.contact { clear: both; padding-bottom: 5%; width: 100%; }
.contact h1 { color: var(--light-brown); margin-bottom: -4.5%; position: relative; opacity: 16%; text-align: center; z-index: -1; }
.private { background: url("../images/cont_pto.webp") no-repeat top center / cover; padding: 5% 1rem; text-align: center; width: 100%; }
.private p { color: var(--bs-white); font-size: 2.25rem; font-weight: 300; line-height: 40px; margin: 0 auto 25px; max-width: 70%; }
.private .btn-outline-light { border-radius: 0; font-size: 22px; width: 145px; }

.cocktail { clear: both; padding: 5% 0; width: 100%; }
.automne { background-color: #AE8868; clear: both; padding: 20px 15px 20px 0; width: 100%; }
.automne .line { border: 1px solid #AE8868; margin: 20px 20px -40px -20px; padding: 0 0 30px 60px; position: relative; width: 101%; z-index: 1; }
.automne h3 { color: var(--off-white); font-size: 2.188rem; margin-bottom: 20px; }
.automne dl dt, .automne dl dd { float: left; }
.automne dl dt { color: var(--off-white); display: flex; font-size: 1.25rem; font-weight: 400; width: 85%; }
.automne dl dd { color: var(--off-white); display: flex; font-size: 1.125rem; font-weight: 700; width: 15%; }
.photo picture { display: block; margin-bottom: 95px; }
.photo picture:last-child { margin: 0; }

.lists { clear: both; overflow: hidden; padding: 0 0 45px;; width: 100%; }
.lists h3 { color: var(--brown); font-size: 2.188rem; margin-bottom: 20px; }
.lists h3 span { font: 400 1.375rem var(--primary-font); }
.lists dl dt, .lists dl dd { float: left; overflow: hidden; }
.lists dl dt { color: var(--brown); display: flex; font-size: 1.25rem; font-weight: 400; padding-top: 4px; width: 85%; }
.lists dl dd { color: var(--brown); display: flex; font-size: 1.125rem; font-weight: 700; padding-top: 4px; width: 15%; }

.buffets { background-color: var(--light-orange); clear: both; padding: 5% 0; width: 100%; }
.buffets .card { background-color: var(--brown); border: inherit; border-radius: inherit; margin-bottom: 50px; }
.buffets .card h3 { color: var(--light-orange); font-size: 2rem; text-transform: initial; }
.buffets .card h4 { color: var(--light-orange); font: 700 1.25rem var(--primary-font); margin-bottom: 1.5rem; text-transform: initial; }
.buffets .card p { color: var(--light-orange); font-size: 1.25rem; line-height: normal; }
.buffets .card-body { padding: 40px 35px; }

.commander { clear: both; margin-bottom: 30px; position: relative; width: 100%; }
.commander img { object-fit: cover; width: 100%; }
.commander .overlay { background-color: rgba(43, 26, 15, 66%); height: 100%; left: 0; padding: 26% 12% 20px; position: absolute; text-align: center; top: 0; width: 100%; z-index: 1; }
.commander h3 { color: var(--off-white); font: 300 2.25rem var(--primary-font); text-transform: inherit; }
.commander .btn-outline-light { border-radius: 0; font-size: 22px; }

.menu_week { background-color: var(--light-orange); clear: both; margin: 50px auto; padding: 4% 3%; max-width: 1115px; width: 100%; }
.menu_week h3 { font: 700 1.375rem var(--primary-font); margin: 15px 0; }
.menu_week p { font-size: 1.25rem; }
.menu_week p span { font-weight: 500; }
.menu_week strong { font: 700 1.25rem var(--primary-font); }
.menu_week picture img { width: 100%; }

.info { clear: both; margin-top: 25px; width: 100%; }
.info p {font-size: 18px; }
.info p a { color: var(--light-brown); text-decoration: underline; }

.catering { clear: both; padding-bottom: 5%; width: 100%; }
.catering h5 { border-bottom: 2px solid var(--light-brown); color: var(--light-brown); font: 500 1.125rem var(--primary-font); margin-bottom: 15px; padding-bottom: 5px; text-transform: none; }
.catering article { padding-right: 5%; }

.choose { clear: both; padding-bottom: 5%; width: 100%; }
.choose h2 { margin: 25px 0; }

.excellence {  background-color: rgba(43, 26, 15, 74%); clear: both; margin: 12% 0 5%; padding: 10% 8% 70px; position: relative; text-align: center; width: 100%; }
.excellence::after { content: ""; background: url("../images/elnt.webp") no-repeat bottom center / cover; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }
.excellence h2, .personalized h2 { margin-bottom: 20px; }
.excellence h2, .excellence p { color: var(--off-white); }
.excellence p { font-size: 1.25rem; }
.excellence .btn-outline-light { border-radius: 0; font-size: 22px; }

.prodessional { clear: both; padding: 5% 0; width: 100%; }
.prodessional article { padding-right: 5%; }

.personalized { background-color: var(--light-orange); clear: both; padding: 4% 3%; width: 100%; }
.personalized h3 { font: 500 1.563rem var(--primary-font); margin: 25px 0 15px; text-transform: initial; }
.personalized h4 { color: var(--light-orange); font: 500 1.563rem var(--primary-font); line-height: 30px; text-align: center; text-transform: inherit; }
.personalized ul { list-style: none; margin: 0; padding: 0; }
.personalized .menu { clear:  both; position: relative; width: 100%; }
.personalized .menu picture img { width: 100%; }
.personalized .overlay { background: linear-gradient(0deg, rgba(66, 40, 23, 1) 0%, rgba(255, 255, 255, 0) 100%); bottom: 0; left: 0; padding: 65% 20px 25px; position: absolute; width: 100%; z-index: 1; }
.personalized .overlay p { color: var(--light-orange); display: none; font-size: 1.188rem; font-weight: 300; line-height: 25px; text-align: center; }
.personalized .col:first-child .menu:hover .overlay { align-items: center; background: var(--brown); display: flex; padding: 5% 17.5%; top: 0; }
.personalized .col:first-child .menu:hover .overlay h4 { display: none; visibility: hidden; }
.personalized .col:first-child .menu:hover .overlay p { color: var(--light-orange); display: block; text-align: center; }
.personalized .col .menu:hover .overlay { align-items: center; background: var(--brown); display: flex; padding: 5% 17.5%; top: 0; }
.personalized .col .menu:hover .overlay h4 { display: none; visibility: hidden; }
.personalized .col .menu:hover .overlay p { color: var(--light-orange); display: block; text-align: center; }

.vins { clear: both; padding: 5% 0; width: 100%; }
.vins h2 { margin-bottom: 20px; }
.vins h4 { font: 700 1.375rem var(--primary-font); margin: 0; text-transform: initial; }
.vins article { padding-right: 5%; }
.vins h5 { border-bottom: 2px solid var(--light-brown); color: var(--light-brown); font: 500 1.125rem var(--primary-font); margin-bottom: 15px; padding-bottom: 5px; text-transform: none; }

.conditions { background-color: #E6CDB7; clear: both; padding: 5%; width: 100%; }
.conditions h2 { margin-bottom: 20px; text-align: center; }
.conditions h4 { font: 700 1.125rem var(--primary-font); margin: 0; text-transform: uppercase; }

.faire {  background-color: rgba(43, 26, 15, 74%); clear: both; margin: 5% 0; padding: 7% 8%; position: relative; text-align: center; width: 100%; }
.faire::after { content: ""; background: url("../images/fie_apl.webp") no-repeat bottom center / cover; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }
.faire h2, .faire p { color: var(--off-white); }
.faire h2 { margin-bottom: 20px; }
.faire .btn-outline-light { border-radius: 0; font-size: 22px; }

/* -------------------
    Media Query
--------------------------- */

@media only screen and (max-width: 767px) {
	h1 { font-size: 3.313rem; }
	h2 { font-size: 1.563rem; }
	p { font-size: 1.063rem; }
	.col { flex-basis: auto; }
	.navbar .container { justify-content: inherit; }
	.navbar-brand { margin: 0 38%; }	
	.navbar .btn-link { display: inline-block; }
	.tele { max-width: 39px; }
	.follow { display: none; }
	.offcanvas { display: block; }
	.container { max-width: 90%; }
	.mainban .overlay picture img { max-width: 250px; }
	.mainban h3 { font-size: 1.25rem; }
	.mainban .bnrpic { height: 100vh; }
	.part { display: none; }
	.decouvrez, .gallery, .faqs { padding: 50px 0; }
	.decouvrez h1 { margin-bottom: -7.5%; }
	.decouvrez h3 { font-size: 1.563rem; }
	.decouvrez .menu { margin-bottom: 30px; }
	.decouvrez .menu .col { flex-basis: 0; }
	.intro { padding: 0 0 50px }
	.intro h2 { font-size: 1.938rem; line-height: 35px; }
	.intro h2 br { display: none; }
	.intro h2 span { font-size: 1.5rem; }
	.intro h4 { margin-bottom: 4rem; }
	.gallery .container { padding: 0 1rem 0 1rem; max-width: 100%; }
	.gallery .frame { margin: -15px 0 0 -15px; }
	.gallery .frame-end { margin: 20px 0 0 -35px; }
	.gallery .owl-carousel .owl-item img { width: 275px; }
	.event .container, .our .container { padding: 0; max-width: 100%; }
	.event h2, .our h2 { margin-bottom: 25px; }
	.event article, .our article { padding: 50px 7%; }
	.event .gx-2, .our .gx-2 { --bs-gutter-x: 0rem; }
	.our .circle { margin-right: 25%; }
	.review h3 { font-size: 1.813rem; }
	.review p { font-size: 1rem; }
	.review h4 { font-size: 1.125rem; }
	.faqs .accordion-button{ font-size: 1.125rem; padding-right: 15%; }
	.faqs .accordion-button::after { position: absolute; right: 0; top: 25px; }
	footer ul { max-width: 100%; }
	footer ul li { display: inline-block; font-size: 15px; margin: 0 0 5px; width: 48%; }
	.banner  .bnrpic { height: 537px; }
	.menulist, .best, .work, .service, .benefits, .prodessional { padding: 50px 0; }
	.menulist h2 { text-align: left; }
	.menulist h4, .menulist h3, .work h3, .private p { font-size: 1.563rem; }
	.menulist p, .note { font-size: 1.063rem; }
	.menulist .box p { font-size: 1rem; }
	.menulist .box a { cursor: inherit; }
	.tab-content, .tab-pane { display: none !important; }
	.best h5 { margin: 20px 0 35px; }
	.personnalises h2 { left: 0; margin: 0; position: relative; }
	.work .section:nth-child(odd) article { margin: 0; }
	.work .section:nth-child(even) article { margin: 0 ; }
	.work .order-2 { order: inherit !important; }
	.work picture { display: block; margin-bottom: 35px; }
	.benefits ul { margin-bottom: 30px; }
	.contact .container { padding: 0; max-width: 100%;}
	.contact h1 { font-size: 3rem; }
	.private p { line-height: normal; max-width: 72%; }
	.cocktail { padding: 40px 0 70px }
	.automne .line { margin: 0 0 -40px -20px; padding: 0 0 30px 40px; width: 106%; }
	.automne h3 { font-size: 1.563rem; text-align: center; }
	.automne dl dt, .automne dl dd, .lists dl dt, .lists dl dd { float: inherit; font-size: 1.063rem; width: 106%; }
	.lists h3 { font-size: 1.563rem }
	.lists h3 span { font-size: 17px; display: block; }
	.buffets h2 { text-align: center; }
	.buffets .gx-5 { --bs-gutter-x: 1rem; }
	.buffets .card-body { padding: 20px 1rem; }
	.buffets .card p { font-size: 1.063rem; }
	.buffets .card img { object-fit: cover; height: 325px; }
	.commander img { object-fit: cover; height: 391px; }
	.commander .overlay { padding: 26% 5% 20px; }
	.commander h3 { font-size: 1.563rem; margin-bottom: 1rem; }
	.menu_week { margin-top: 0; padding: 40px 0; }
	.menu_week .row { margin-bottom: 30px; }
	.menu_week h3 { font-size: 1.25rem; }
	.menu_week p, .menu_week strong, .excellence p { font-size: 1.063rem; }
	.info { margin-bottom: 40px; }
	.catering, .choose { padding-bottom: 60px; }
	.excellence { margin-top: 110px; padding: 1rem 0.5rem 50px; }
	.excellence h2 { font-size: 1.4rem; }
	.prodessional h2, .personalized .menu { margin-bottom: 30px; }
	.prodessional article { margin-bottom: 50px; }
	.personalized, .vins { padding: 50px 0; }	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 5.625rem; }
	h2 { font-size: 1.625rem; }
	p, li { font-size: 1rem; }
	.navbar .container { justify-content: inherit; }
	.navbar-brand { margin: 0 38%; }
	.navbar .btn-link { display: inline-block; }
	.offcanvas { display: block; }
	.follow { display: block; }
	.mainban h3 { font-size: 1.5rem; }
	.decouvrez h3 { font-size: 1.725rem; }
	.decouvrez h4 { font-size: 1rem; line-height: normal; }
	.menu .overlay { padding: 1rem; }
	.menu .overlay img { margin-top: 15px !important; max-width: 20px; }
	.decouvrez .col .menu:hover .overlay { padding: 15px 15px 15px; }
	.decouvrez .col .menu:hover .overlay h4 { margin: 0 0 10px; }
	.decouvrez .overlay p { font-size: 0.625rem; line-height: normal; }
	.decouvrez .overlay a { font-size: 0.725rem; }
	.intro h2 span { font-size: 1.225rem; }
	.event .gx-2, .our .gx-2 { --bs-gutter-x: 0rem; }
	.gallery { padding: 20% 0 50px; }
	.gallery .container { padding: 0 1rem 0 1rem; max-width: 100%; }
	.gallery .owl-carousel .owl-stage-outer { padding: 15px 0 15px 15px;}
	.gallery .frame { margin: -15px 0 0 -15px; }
	.gallery .frame-end { margin: 24px 0 0 -55px; }
	.gallery .owl-carousel .owl-item img { width: 295px; }
	.event .container, .our .container { padding: 0; max-width: 100%; }
	footer ul { max-width: 100%; }	
	footer ul li { font-size: 15px; margin: 0 18px 0 0; }
	.menulist h4, .menulist h3 { font-size: 1.1rem; }
	.menulist p { font-size: 0.875rem; }
	.menulist .box p { font-size: 0.75rem; }
	.menulist .box a { width: 118%; }
	.note { font-size: 0.75; }
	.work h3 { font-size: 1.438rem; }
	.service .display { margin: 0; }
	.service .display p { font-size: 1rem; }
	.private p { font-size: 1.563rem; max-width: 80%; }	
	.automne h3 { font-size: 1.563rem; text-align: center; }
	.automne dl dt, .lists dl dt { font-size: 14px; padding-right: 5px; width: 78%; }
	.automne dl dd, .lists dl dd { font-size: 14px; text-align: right; width: 22% }
	.lists h3 { font-size: 1.563rem }
	.lists h3 span { font-size: 17px; }
	.buffets h2 { text-align: center; }
	.buffets .gx-5 { --bs-gutter-x: 1rem; }
	.buffets .card-body { padding: 20px 1rem; }
	.buffets .card p { font-size: 1.063rem; }
	.commander .overlay { padding: 26% 5% 20px; }
	.commander h3 { font-size: 1.563rem; margin-bottom: 1rem; }
	.menu_week { margin-top: 0; }
	.menu_week h3 { font-size: 1.25rem; }
	.menu_week p, .excellence p { font-size: 1.063rem; }
	.menu_week strong { font-size: .938rem; }
	.excellence { margin-top: 180px; }
	.personalized .col { flex: 0 0 50%; margin-bottom: 30px; }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	h1 { font-size: 7.813rem; }
	h2 { font-size: 2.063rem; }
	p { font-size: 1rem; }
	.navbar-nav .nav-item { margin-right: 4px; }
	.navbar-nav:last-child .nav-item { margin: 0 0 0 48px; }
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 0.875rem; }
	.mainban h3 { font-size: 1.625rem; }
	.decouvrez h3 { font-size: 1.875rem; }
	.decouvrez h4 { font-size: 1.25rem; }
	.decouvrez .col .menu:hover .overlay h4 { margin: 0 0 10px; }
	.decouvrez .overlay p { font-size: 0.875rem; line-height: normal; }
	.decouvrez .overlay a { font-size: 0.938rem; }
	.intro h2 span { font-size: 1.625rem; }
	.event picture, .our picture { display: block; height: 100%; width: 100%; }
	.event picture img, .our picture img { height: 100%; }
	.gallery .frame { margin: -35px 0 0 -35px; }
	.gallery .frame-end { margin: 43px 0 0 -37px; }
	.review h3 { font-size: 2.813rem; }
	footer ul { max-width: 80%; }
	footer ul li { font-size: 15px; margin: 0 28px 0 0; }
	.menulist h4 { font-size: 1.563rem; }
	.menulist p { font-size: 1.063rem; }
	.menulist .box p { font-size: 0.938rem; }
	.private p { font-size: 1.563rem; max-width: 80%; }
	.automne dl dt, .automne dl dd, .lists dl dt, .lists dl dd { font-size: 16px; }
	.lists dl dt { padding-right: 5px; width: 82%; }
	.lists dl dd { width: 18%; }
	.commander .overlay { padding: 26% 5% 20px; }
	.commander h3 { font-size: 1.875rem; margin-bottom: 1rem; }
	.menu_week { width: 85%; }
	.menu_week h3 { font-size: 1.25rem; }
	.menu_week p, .excellence p { font-size: 1.063rem; }
	.menu_week strong { font-size: .938rem; }
	.personalized h4 { font-size: 18px; line-height: normal; }
	.personalized .overlay { padding: 45% 20px 25px; }
	.personalized .overlay p { font-size: 14px; }
	.personalized .col:first-child .menu:hover .overlay { padding: 5% 10%; }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
	h1 { font-size: 8.75rem; }
	h2 { font-size: 2.5rem; }
	p, li { font-size: 1rem; }
	.navbar-nav .nav-item { margin-right: 15px; }
	.decouvrez h4 { font-size: 1.625rem; }
	.decouvrez .col .menu:hover .overlay h4 { margin: 0 0 20px; }
	.decouvrez .overlay p { font-size: 1rem; }
	.intro h2 span { font-size: 2rem; }
	.event article, .our article { padding: 10% 7%;; }
	.event picture, .our picture { display: block; height: 100%; width: 100%; }
	.event picture img, .our picture img { height: 100%; }
	footer ul { max-width: 76%; }
	.automne dl dt, .lists dl dt { font-size: 1.063rem; }
	.automne dl dd, .lists dl dd { font-size: 0.938rem; }
	.personalized h4 { font-size: 1.375rem; line-height: normal; }
	.personalized .overlay p { font-size: 1.063rem; }
	.personalized .col:first-child .menu:hover .overlay { padding: 5% 10.5%; }
}