/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #000000;
}
body {
	
}
.no-js {
	padding-top: 106px;
}
h2 {
	margin-top: 0;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
section {
    opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.bcg {
    -webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
    height: 100%;
    width: 100%;
}
#slide-1 .bcg {
	position: relative;
}
#slide-1 .bcg::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.15) 75%, rgba(0,0,0,0.05) 100%);
	pointer-events: none;
	z-index: 0;
}
#slide-1 .hsContainer {
	position: relative;
	z-index: 1;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
    .hsContent {
        max-width: 80%;
        margin: -150px auto 0 auto;
        display: table-cell;
        vertical-align: middle;
        padding: 0 8%;
        text-align: center;
        position: relative;
    }
    .hsContent h2  {
        color: #fff8de;
        background-color: rgba(0,0,0,0.5);
        padding: 10px 5px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 12px;
    }
    .hsContent p {
        width: 80%;
        color: #fff8de;
    }
	.hsContent a {
		color: #b2b2b2;
		text-decoration: underline;
	}

	/* Slide 1 */
	#slide-1 .hsContent {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#slide-1 h1 {
        text-transform: uppercase;
		font-family: Garamond, Georgia, serif;
		font-weight: 400;
		font-style: italic;
		font-size: 70px;
		letter-spacing: 0.03em;
		color: #f2ead6;
		background-color: transparent;
		text-shadow: 0 2px 4px rgba(0,0,0,0.85), 0 8px 30px rgba(0,0,0,0.7), 0 1px 14px rgba(0,0,0,0.6);
		margin: 0;
		padding: 0;
		line-height: 1.05;
		text-align: center;
	}
	@media only screen and (max-width: 500px) {
		#slide-1 h1 {
			font-size: 15vw;
		}
	}

	/* Slides 2 à 6 : colonne verticale à gauche, fond noir plein */
	.curtainContainer {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.sideCol {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: auto;
		width: 78%;
		max-width: 340px;
		margin: 0;
		padding: 30px 6% 190px 6%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
		background-color: rgba(0,0,0,0.60);
		box-sizing: border-box;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.sideCol h2,
	.sideCol p {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 0 14px 0;
		padding: 0;
		text-align: left;
		color: #f2ead6;
		background-color: transparent;
	}
	.sideCol p:last-child {
		margin-bottom: 0;
	}

/* ==========================================================================
   Menu / Carte
   ========================================================================== */
.menuSlide {
    position: relative;
    background-color: #14100d;
    padding: 70px 5% 220px 5%;
    overflow: hidden;
}
.menuSlide::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../img/RestaurantLIdee10.jpg') center center no-repeat;
    background-size: cover;
    opacity: 0.18;
}
.menuSlide::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(20,16,13,0.93) 0%, rgba(20,16,13,0.97) 100%);
}
.menuWrap {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
}
.menuHeading {
    text-align: center;
    color: #f2ead6;
    font-family: Garamond, Georgia, serif;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.menuSubheading {
    text-align: center;
    color: #cbbfa0;
    font-size: 12px;
    font-style: italic;
    margin: 0 auto 30px;
    max-width: 480px;
    line-height: 1.6;
}

/* Tabs (CSS-only, no JS dependency) */
.menuTabs input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.menuTabsNav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(242,234,214,0.15);
}
.menuTabsNav label {
    flex: 0 0 auto;
    cursor: pointer;
    color: #cbbfa0;
    background: rgba(242,234,214,0.06);
    padding: 10px 16px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .25s ease, color .25s ease;
    transition: background .25s ease, color .25s ease;
}
.menuTabsNav label:hover {
    color: #f2ead6;
    background: rgba(242,234,214,0.12);
}
#tab-boissons:checked ~ .menuTabsNav label[for="tab-boissons"],
#tab-carte:checked ~ .menuTabsNav label[for="tab-carte"],
#tab-menu:checked ~ .menuTabsNav label[for="tab-menu"],
#tab-suggestion:checked ~ .menuTabsNav label[for="tab-suggestion"],
#tab-vins:checked ~ .menuTabsNav label[for="tab-vins"] {
    background: #ed6500;
    color: #fff8de;
}

.menuPanel {
    display: none;
}
#tab-boissons:checked ~ .menuPanels #panel-boissons,
#tab-carte:checked ~ .menuPanels #panel-carte,
#tab-menu:checked ~ .menuPanels #panel-menu,
#tab-suggestion:checked ~ .menuPanels #panel-suggestion,
#tab-vins:checked ~ .menuPanels #panel-vins {
    display: block;
    -webkit-animation: menuFade .35s ease;
    animation: menuFade .35s ease;
}
@-webkit-keyframes menuFade {
    from { opacity: 0; -webkit-transform: translateY(6px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes menuFade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.menuRibbon {
    background: #ed6500;
    color: #fff8de;
    text-align: center;
    padding: 10px 14px;
    font-family: Garamond, Georgia, serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}
.menuRibbon span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    margin-top: 4px;
    opacity: 0.9;
    letter-spacing: 0.5px;
    text-transform: none;
}

.menuGroup {
    margin-bottom: 26px;
}
.menuGroup:last-child {
    margin-bottom: 0;
}
.menuGroupTitle {
    color: #cf7952;
    font-family: Garamond, Georgia, serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(184,81,45,0.3);
}
.menuList {
    column-count: 1;
    column-gap: 34px;
}
.menuList--2col {
    column-count: 1;
}
.menuItem {
    display: flex;
    align-items: baseline;
    gap: 8px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 7px 0;
    font-size: 13px;
    color: #f2ead6;
    border-bottom: 1px dotted rgba(242,234,214,0.15);
}
.menuItemName {
    flex: 1;
    line-height: 1.4;
}
.menuItemName small {
    display: block;
    color: #a99c7c;
    font-size: 11px;
    margin-top: 2px;
    font-style: italic;
}
.menuItemPrice {
    color: #e8caa4;
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
}
.menuNote {
    text-align: center;
    color: #cbbfa0;
    font-size: 12px;
    font-style: italic;
    margin: -4px 0 20px;
}

/* Fixed-price "Menu" course card */
.menuCourseCard {
    margin-bottom: 24px;
}
.menuCourseLabel {
    text-align: center;
    color: #cf7952;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.menuChoice {
    text-align: center;
    color: #f2ead6;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 6%;
}
.menuChoice .menuSuppl {
    color: #a99c7c;
    font-size: 11px;
}
.menuOr {
    text-align: center;
    color: #8a7c5e;
    font-size: 11px;
    font-style: italic;
    margin: 2px 0;
}
.menuChildCard {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(242,234,214,0.15);
}
.menuChildTitle {
    text-align: center;
    color: #e8caa4;
    font-family: Garamond, Georgia, serif;
    font-size: 16px;
    margin-bottom: 4px;
}
.menuChildSub {
    text-align: center;
    color: #a99c7c;
    font-size: 11px;
    margin-bottom: 14px;
}

.menuSuggestionBody {
    text-align: center;
    padding: 6px 4% 4px;
}
.menuSuggestionBody p {
    color: #f2ead6;
    font-size: 15px;
    margin-bottom: 14px;
}
.menuSuggestionBody p.menuNote {
    margin-bottom: 8px;
}

.menuWineIntro {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(242,234,214,0.15);
}
.menuWineIntro .menuItem {
    border: none;
    flex: 0 0 auto;
    min-width: 230px;
    padding: 0;
}

@media only screen and (min-width: 600px) {
    .menuList--2col {
        column-count: 2;
    }
    .menuWineIntro .menuItem {
        min-width: 260px;
    }
}
@media only screen and (min-width: 768px) {
    .menuSlide {
        padding: 90px 6% 240px 6%;
    }
    .menuHeading {
        font-size: 30px;
    }
    .menuTabsNav {
        justify-content: center;
        overflow-x: visible;
    }
    .menuTabsNav label {
        font-size: 12px;
        padding: 11px 20px;
    }
    .menuRibbon {
        font-size: 21px;
    }
    .menuItem {
        font-size: 14px;
    }
    .menuChoice {
        font-size: 15px;
    }
}

/* ==========================================================================
   Social icons
   ========================================================================== */
.socialIcons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
}
.socialIcons__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ed6500;
    border: 1px solid #ed6500;
    color: #ffffff;
}
.socialIcons__link svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.socialIcons__link:hover svg,
.socialIcons__link:focus svg {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

/* ==========================================================================
   Zenchef reservation widget - independent shake layer
   (le widget est une iframe cross-origin gérée par Zenchef, on ne peut pas
   modifier son animation interne : on secoue donc l'iframe elle-même)
   ========================================================================== */
@-webkit-keyframes zcShake {
    10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); }
    20%, 80% { -webkit-transform: translate3d(4px, 0, 0); }
    30%, 50%, 70% { -webkit-transform: translate3d(-10px, 0, 0); }
    40%, 60% { -webkit-transform: translate3d(10px, 0, 0); }
}
@keyframes zcShake {
    10%, 90% { transform: translate3d(-2px, 0, 0); }
    20%, 80% { transform: translate3d(4px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-10px, 0, 0); }
    40%, 60% { transform: translate3d(10px, 0, 0); }
}
.zcShake {
    -webkit-animation: zcShake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    animation: zcShake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    body, html {
        height: auto;
    }
    .bcg {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */ 
        height: 100%;
        width: 100%;
    }
    section {
        min-width: 768px;
        height: 600px;
    }

    .hsContainer {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .hsContent {
        max-width: 700px;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
    }
        .hsContent h2  {
            font-size: 24px;
            line-height: 35px;
        }
        .chromeframe p {
            width: 400px;
        }
#slide-1 .bcg {background-image:url('../img/terrasse.png');}
#slide-2 .bcg {background-image:url('../img/casserole.png');}
#slide-3 .bcg {background-image:url('../img/RestaurantLIdee2.jpg');}
#slide-4 .bcg {background-image:url('../img/RestaurantLIdee3.jpg');}
.curtainContainer {width: 100%; height: 100%; position: relative;}
.curtainContainer .curtain {width: 300%; height: 1px; background-color: #000000; position: absolute; top: 25%; left: 0; opacity: 0}
#slide-5 .bcg {background-image:url('../img/RestaurantLIdee13.jpg');}
#slide-6 .bcg {
	    background-image:url('../img/tableVerres2.jpg');}
.sideCol {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 34%;
    min-width: 320px;
    max-width: 440px;
    padding: 0 50px 190px 50px;
}
.sideCol h2 {
    font-size: 24px;
    line-height: 32px;
}
.sideCol p {
    font-size: 16px;
    line-height: 1.6;
}
}
/* Medium devices (tablettes) */
@media only screen and (min-width: 321px) and (max-width: 767px) {
section {
	min-height: 360px;
	height: auto;
}
	#slide-1 .bcg {background-image:url('../img/terrasse.png');
        background-position: center center;}
	#slide-2 .bcg {background-image:url('../img/casserole.png');
        background-position: center center;}
	#slide-3 .bcg {background-image:url('../img/RestaurantLIdee2bis.jpg');
        background-position: center center;}
	#slide-4 .bcg {background-image:url('../img/RestaurantLIdee3bis.jpg');
        background-position: center center;}
	#slide-5 .bcg {background-image:url('../img/RestaurantLIdee13bis.jpg');
        background-position: center center;}
	#slide-6 .bcg {
	    background-image:url('../img/RestaurantLIdee8bis.jpg');
        background-position: center center;}
}
/* Medium devices (smartphones) */
@media only screen and (max-width: 320px) {
section {
	min-height: 360px;
	height: auto;
}
	#slide-1 .bcg {background-image:url('../img/terrasse.png');
        background-position: center center;}
	#slide-2 .bcg {background-image:url('../img/casserole.png');
        background-position: center center;}
	#slide-3 .bcg {background-image:url('../img/RestaurantLIdee2ter.jpg');
        background-position: center center;}
	#slide-4 .bcg {background-image:url('../img/RestaurantLIdee3ter.jpg');
        background-position: center center;}
	#slide-5 .bcg {background-image:url('../img/RestaurantLIdee13ter.jpg');
        background-position: center center;}
	#slide-6 .bcg {
	    background-image:url('../img/RestaurantLIdee8ter.jpg');
        background-position: center center;}
}
/* Mobile : colonnes pleine largeur, en flux normal (pas de hauteur figée)
   pour que le bloc grandisse avec son texte sans jamais déborder sur le
   bloc suivant ni faire chevaucher le logo. */
@media only screen and (max-width: 767px) {
	.bcg {
		height: auto;
		min-height: 100%;
	}
	.hsContainer {
		height: auto;
		min-height: 360px;
		overflow: visible;
	}
	.curtainContainer {
		height: auto;
		min-height: 360px;
	}
	.sideCol {
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		width: 100%;
		max-width: none;
		min-height: 360px;
		padding: 30px 6%;
		overflow-y: visible;
		justify-content: center;
	}
	.sideCol .zoneLogo {
		position: static;
		width: 60px;
		height: 60px;
		margin: 24px 0 0 0;
		flex-shrink: 0;
	}
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
