@font-face {
    font-family: 'OratorStdMedium';
    src: url('fonts/OratorStdMedium.eot');
    src: url('fonts/OratorStdMedium.eot') format('embedded-opentype'),
         url('fonts/OratorStdMedium.woff2') format('woff2'),
         url('fonts/OratorStdMedium.woff') format('woff'),
         url('fonts/OratorStdMedium.ttf') format('truetype'),
         url('fonts/OratorStdMedium.svg#OratorStdMedium') format('svg');
}
@font-face {
    font-family: 'OswaldVariableFont_wght';
    src: url('fonts/OswaldVariableFont_wght.eot');
    src: url('fonts/OswaldVariableFont_wght.eot') format('embedded-opentype'),
         url('fonts/OswaldVariableFont_wght.woff2') format('woff2'),
         url('fonts/OswaldVariableFont_wght.woff') format('woff'),
         url('fonts/OswaldVariableFont_wght.ttf') format('truetype'),
         url('fonts/OswaldVariableFont_wght.svg#OswaldVariableFont_wght') format('svg');
}
@font-face {
    font-family: 'OswaldExtraLight';
    src: url('fonts/OswaldExtraLight.eot');
    src: url('fonts/OswaldExtraLight.eot') format('embedded-opentype'),
         url('fonts/OswaldExtraLight.woff2') format('woff2'),
         url('fonts/OswaldExtraLight.woff') format('woff'),
         url('fonts/OswaldExtraLight.ttf') format('truetype'),
         url('fonts/OswaldExtraLight.svg#OswaldExtraLight') format('svg');
}

/* ===================================================================================== */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
a {
    text-decoration: none;
    color: black;
}
/*==================================== MENU BURGER  ======================================== */
.navbar-menu {
    position: fixed;
    background-color: #262626;
    top: 0;
    width: 100%;
    height: 50px;
    padding-right: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 6000;
  }
  
  .navbar-menu.active { transform: translateX(-20%);transition: 0.5s; }
  
  .navbar-menu .menu-listing { padding: 0;margin: 0;text-align: right; }
  
  .menu-listing li { display: inline-block; }
  
  .menu-listing li a {
    background-color: #262626;
    color: #fff;
    display: block;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
  }
  
  .menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }
  
  .menu {
    position: fixed;
    top: 0;
    left: 1650px;
    background-color: #262626;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  
  .menu span {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
  }
  
  .menu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
  }
  
  .menu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
  }
  
  .menu.active span { background-color: transparent; }
  
  .menu.active span:before { transform: rotate(45deg);top: 0; }
  
  .menu.active span:after { transform: rotate(-45deg);top: 0; }

  @media only screen and (max-width: 1920px){
    .navbar-menu.active { transform: translateX(-15%);transition: 0.5s; }
  }
  @media only screen and (max-width: 1800px){
    .navbar-menu {
        position: fixed;
        background-color: #262626;
        top: 0;
        right: 0;
        width: 100%;
        height: 50px;
        padding-right: 50px;
        transform: translateX(-100%);
        transition: 0.5s;
        z-index: 6000;
    }
    .menu {
        left: auto ;
        right: 0;
    }
    .navbar-menu.active { transform: translateX(0);transition: 0.5s; }
  }

  @media only screen and (max-width:767px) {


    .navbar-menu { height: auto;z-index: 1; }
  
    .menu-listing li { display: block; }
    
    .navbar-menu .menu-listing { text-align: center; }
  
  }
  
  
/* ======================================= Accueil ========================================= */
.wrapper {
    max-width: 1600px;
    padding: 0 100px 0 80px;
}
.flex {
    display: flex;
}
.center {
    justify-content: center;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4em;
    font-family: OswaldExtraLight;
    letter-spacing: 0.8px;
}
#accueil .wrapper {
    max-width: 1600px;
    display: grid;
    grid-template-columns: 35% auto;
    justify-items: center | stretch;
    max-height: 100vh;
    margin-bottom: 200px;
}
.accueil__info {
    display: grid;
    grid-template-rows: 2fr 1fr 2fr;
    row-gap: 30px;
    padding: 0 10% 0 60px;
}
.logo {
    align-self: end;
    font-family: OratorStdMedium;
    font-size: 2.2em;
}
h1 {
    align-self: center;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}
.menu-accueil {
    align-self: start;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-accueil li {
    margin-bottom: 25px;
    position: relative;
}
.accueil__hero {
    position: relative;
    min-height: 100vh;
    max-width: 1000px;
    background: url(images/hero.jpg) 50% 50% / cover no-repeat;
}
.accueil__hero img {
    position: absolute;
    width: 100%;
}
.picto {
    position: fixed;
    top: 80%;
    left: 1630px;
    text-align: center;
    min-width: 100px;
    z-index: 1000;
}
.picto img {
    display: block;
    padding: 10px;
    margin: 0 auto;
}
.picto img:last-of-type {
    border-top: 1px solid black;
    padding-top: 20px;
    margin-top: 18px;
}
@media screen and (max-width: 1720px) 
{
    .picto {
        top: 78%;
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 1300px) 
{
    .picto {
        top: 75%;
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 1000px){
    #accueil .wrapper {
        max-width: 1600px;
        display: grid;
        grid-template-columns: 35% auto;
        justify-items: center | stretch;
        max-height: 100vh;
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 1000px) {
    #accueil .wrapper {
        display: flex;
        flex-direction: column;
        max-height: 90vh;
        margin-bottom: 130px;
        padding: 10px;
    }
    .accueil__info {
        display: grid;
        grid-template-rows: 30px 20px;
        row-gap: 30px;
        padding: 10% 20px 30px 20px;
    }
    .logo {
        justify-self: center;
        align-self: center;
        font-family: OratorStdMedium;
        font-size: 2.2em;
    }
    h1 {
        justify-self: center;
        align-self: center;
        font-size: 1.6rem;
        line-height: 1;
        overflow-wrap: break-word;
    }
    .menu-accueil {
        display: none;
    }
    .accueil__hero {
        min-height: 50vh;
        width: 100%;
        background: url(images/hero.jpg) 50% 50% / cover no-repeat;
    }
    .picto {
        display: none;
    }
    
}
/* ======================================= Concept ========================================= */
#concept {
    max-height: 100vh;
    margin-bottom: 200px;
}
.concept__bg {
    width: 350px;
    min-height: 500px;
    background: url(images/photo_concept.jpg) 50% 50% / cover no-repeat;
    z-index: 100;
}
.concept__info {
    display: grid;
    grid-template-rows: 45% auto;
    width: 35%;
    margin-left: 60px;
}
h2 {
    align-self: center;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
}
.concept__info p, .h-a__info p {
    position: relative;
    font-size: 1.6rem;
    line-height: 2;
}
.pointille {
    position: absolute;
    width: 360px;
    height: 550px;
    border: 1px dashed black;
    transform: rotate(65deg);
    margin-top: 10px;
    margin-left: -120px;
}
@media screen and (max-width: 1000px) {
    #concept {
        max-height: 100%;
        margin-bottom: 230px;
    }
    #concept.flex {
        flex-direction: column-reverse;
        align-items: center;
        padding: 10px;
    }
    .concept__bg {
        width: 350px;
        min-height: 500px;
        background: url(images/photo_concept.jpg) 50% 50% / cover no-repeat;
        z-index: 100;
    }
    .concept__info {
        display: grid;
        grid-template-rows: 45% auto;
        width: 100%;
        max-width: 800px;
        margin: 0px 0px 60px 0px;
    }
    h2 {
        align-self: center;
        text-align: center;
        font-weight: 900;
        font-size: 2rem;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .concept__info p, .h-a__info p {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .pointille {
        position: absolute;
        width: 360px;
        height: 550px;
        border: 1px dashed black;
        transform: rotate(65deg);
        margin-top: 10px;
        margin-left: 0px;
    }
}
/* ======================================= Horaire et acces ========================================= */
#h-a {
    max-height: 100vh;
    margin-bottom: 130px;
}
.h-a__info {
    position: relative;
    display: grid;
    grid-template-rows: 10% auto 50%;
    width: 35%;
    text-transform: uppercase;
    margin-right: 60px;
}
.horaire {
    align-self: center;
}
.horaire p {
margin-bottom: 10px;
}
.coordonnees {
    display: grid;
    grid-template-columns: 100px 200px;
    grid-template-rows: max-content;
    row-gap: 30px;
}
.pointille_ha {
    position: absolute;
    width: 720px;
    height: 600px;
    border: 1px dashed black;
    top: 70px;
    left: -60px;
    z-index: -500;
}
.h-a__bg {
    position: relative;
    width: 380px;
    min-height: 600px;
    background: url(images/photo_h-a.jpg) 50% 50% / cover no-repeat;
}
@media screen and (max-width: 1000px) { 
    #h-a {
        flex-direction: column;
        max-height: 100%;
        margin-bottom: 130px;
    }
    .h-a__info {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        text-transform: uppercase;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .horaire {
        align-self: center;
        margin-bottom: 30px;
    }
    .horaire p {
    margin-bottom: 10px;
    }
    .coordonnees {
        align-self: center;
        display: grid;
        grid-template-columns: 100px 200px;
        grid-template-rows: max-content;
        row-gap: 30px;
    }
    .pointille_ha {
        position: absolute;
        width: 420px;
        height: 400px;
        border: 1px dashed black;
        top: 30px;
        left: 0px;
        z-index: -500;
    }
    .h-a__bg {
        align-self: center;
        position: relative;
        width: 380px;
        min-height: 600px;
        background: url(images/photo_h-a.jpg) 50% 50% / cover no-repeat;
    }
}
/* ======================================= reservation ========================================= */
#reservation {
    max-height: 100vh;
    margin-bottom: 200px;
}
#reservation .wrapper {
    max-width: 1400px;
}
#reservation > * {
    min-height: 340px;
    background: #f2efb5;
    padding: 100px 0 0 200px;
    margin-right: 100px;
}
#reservation div {
    flex-direction: column;
  
}
#reservation h2 {
    align-self: flex-start;
    margin-bottom: 50px;
}
#reservation p {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#reservation .creneaux {
    align-self: flex-end;
    color: black;
    padding: 40px;
    margin-right: 300px;
    border: 3px solid white;
}
#reservation a {
    display: block;
}
#reservation .flex div:hover{
    background: white;
}
@media screen and (max-width: 1000px) { 
    #reservation {
        max-height: 100%;
        margin-bottom: 140px;
    }
    #reservation .wrapper{
        flex-direction: column;
        align-items: center;
        min-height: 340px;
        background: #f2efb5;
        padding: 50px 20px 0 10px;
        margin-right: 30px;
    }
    #reservation .flex {
        flex-direction: column;
    }
    #reservation h2 {
        align-self: center;
        margin-bottom: 50px;
    }
    #reservation p {
        align-self: center;
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    #reservation .flex .creneaux {
        align-self: center;
        margin-right: 0;
    }
    #reservation a {
        display: block;
    }
    #reservation a:hover {
    background: white;
    }
}
/* ======================================= MENU ========================================= */
#presta {
    margin-bottom: 150px;
}
.presta__bg {
    min-height: 65vh;
    background: url(images/photo_menu.jpg) 50% 50% / cover no-repeat;
    max-width: 1560px;
    margin : 0 100px 40px 40px;
}
.presta__info {
    display: grid;
    grid-template-columns: 160px auto;
    row-gap: 18px;
    justify-content: center;
    margin-top: 30px;
}
#presta p{
    font-size: 1.6rem;
}
@media screen and (max-width: 1000px) { 
    #presta {
        height: 100%;
        min-height: 100vh;
        margin-bottom: 50px;
    }
    .presta__bg {
        min-height: 35vh;
        background: url(images/photo_menu.jpg) 50% 50% / cover no-repeat;
        margin : 0 0 40px 0;
    }
    .presta__info {
        display: grid;
        grid-template-columns: 120px auto;
        row-gap: 18px;
        justify-content: center;
        margin-top: 30px;
        padding: 10px;
    }
    #presta p{
        font-size: 1.6rem;
    }
}
/* ======================================= Produit ========================================= */
#produit {
    max-height: 100%;
    margin-bottom: 200px;
}
#produit > * {
    min-height: 450px;
    padding: 16px 100px 16px 100px;
    background: #bedfd2;
}
#produit div div {
    display: grid;
    grid-template-columns: 150px 2fr 3fr ;
    grid-template-rows: 1fr 20%;
    column-gap: 50px;
}
#produit h2 {
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
}
#produit p {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
    font-size: 1.6rem;
    line-height: 1.6;
}
#produit a {
    display: block;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-self: end;
    align-self: start;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid white;
}
#produit a:hover {
    background: white;
}
.produit_bg {
    position: relative;
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}
.produit_bg img {
    z-index: 100;
}
.pointille_produit {
    position: absolute;
    width: 300px;
    height: 460px;
    transform: rotate(-10deg);
    border: 1px dashed black;
}
@media screen and (max-width: 1000px) { 
    #produit {
        max-height: 100%;
        margin-bottom: 140px;
    }
    #produit > * {
        min-height: 450px;
        padding: 30px 10px;
        background: #bedfd2;
    }
    #produit div div {
        display: flex;
        flex-direction: column;
    }
    #produit h2 {
        align-self: center;
    }
    #produit p {
        align-self: center;
        max-width: 700px;
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    #produit a {
        display: block;
        align-self: center;
        padding: 20px;
        margin-bottom: 30px;
        border: 2px solid white;
    }
    #produit a:hover {
        background: white;
    }
    .produit_bg {
        position: relative;
        width: 80%;
        max-width: 280px;
        margin: 0 auto;
    }
    .produit_bg img {
        z-index: 100;
    }
    .pointille_produit {
        position: absolute;
        width: 300px;
        height: 400px;
        transform: rotate(-10deg);
        border: 1px dashed black;
    }
}
/* ======================================= catalogue ========================================= */
#catalogue {
    margin-bottom: 200px;
}
.catalogue {
    flex-direction: column;
}
.photos {
    position: relative;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 18px;
    max-width: 1000px;
    margin: 60px 0 30px 0;
}
.pointille__photo {
    position: absolute;
    width: 800px;
    height: 420px;
    top: -10px;
    transform: rotate(-8deg);
    border: 1px dashed black;
    z-index: -100;
}
.catalogue a {
    align-self: flex-end;
}
@media screen and (max-width: 1000px) { 
    #catalogue {
        margin-bottom: 200px;
    }
    .catalogue {
        flex-direction: column;
        padding: 10px;
    }
    .photos {
        position: relative;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
        margin-bottom: 10px;
    }
    .pointille__photo {
        position: absolute;
        width: 400px;
        height: 320px;
        top: -50px;
        transform: rotate(-8deg);
        border: 1px dashed black;
        z-index: -100;
    }
    .catalogue a {
        align-self: flex-end;
    }
}
/* ======================================= footer ========================================= */
#main-footer {
}
#main-footer > * {
    position: relative;
    flex-direction: column;
    padding-left: 100px;
    height: 100%;
    min-height: 400px;
    background: url(images/photo_footer.jpg) 50% 50% / cover no-repeat;
}
.logo-footer {
        font-family: OratorStdMedium;
        font-size: 1.8em;
        margin: 200px 0 40px 0; 
}
.logo-footer img {
    display: inline-block;
    padding-left: 30px;
}
#main-footer ul {
    display: flex;
    text-transform: uppercase;
}
#main-footer li {
    padding-right: 20px;
}
#main-footer p {
    position: absolute;
    align-self: end;
    justify-self: flex-end;
    bottom: 20px;
    margin: 20px;
}
@media screen and (max-width: 1000px) { 
    #main-footer {
        background: url(images/photo_footer.jpg) 50% 50% / cover no-repeat;
    }
    #main-footer .flex{
        position: relative;
        flex-direction: column;
        padding-left: 0px;
        height: 100%;
        min-height: 300px;
    }
    .logo-footer {
        align-self: center;
            font-family: OratorStdMedium;
            font-size: 1.8em;
            margin: 20px; 
    }
    .logo-footer img {
        display: inline-block;
        padding-left: 20px;
    }
    #main-footer ul {
        align-self: center;
        display: flex;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 70px;
        background-color: black;
    }
    #main-footer li {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    #main-footer li:last-of-type {
        padding-bottom: 0;
    }
    #main-footer ul a {
        color: white;
    }
    #main-footer p {
        position: absolute;
        align-self: center;
        justify-self: center;
        margin-bottom: 20px;
    }
}