@charset "UTF-8";body .carte{max-width:1500px;margin-right:auto;margin-left:auto}body .carte>nav{display:flex;justify-content:space-around;font-size:24px;font-weight:bold;margin-bottom:30px}@media all and (max-width:991px){body .carte>nav{flex-direction:column;text-align:center;font-size:20px}}body .carte>nav a{margin-top:10px;cursor:pointer;position:relative;text-decoration:none;color:#000}body .carte>nav a:not(:last-child)::after{content:'•';position:absolute;right:-20px;font-size:10px;top:10px}body .carte>nav a .selected::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:#000;transform:scaleX(1);transition:transform .3s ease}@media all and (max-width:991px){body .carte>nav a .selected::before{width:15%;left:43%}}body .carte>nav a>span::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:#000;transform:scaleX(0);transition:transform .3s ease}@media all and (max-width:991px){body .carte>nav a>span::before{width:15%;left:43%}}body .carte>nav a>span:not(.selected):hover::before{transform:scaleX(1)}body .carte>.jour{background-color:#003442;padding:10px;margin-bottom:30px;color:#fff;text-align:center}body .carte>.categorie{transition:1s}body .carte>.categorie h3{text-align:center}body .carte>.categorie>.item{margin-top:20px;margin-bottom:20px;white-space:nowrap}@media all and (max-width:991px){body .carte>.categorie>.item{margin:20px 10px;white-space:normal}}body .carte>.categorie>.item>.ligne{display:flex;align-items:center;justify-content:center}body .carte>.categorie>.item>.ligne .nom{font-size:24px}@media all and (max-width:991px){body .carte>.categorie>.item>.ligne .nom{font-size:18px}}body .carte>.categorie>.item>.ligne .tag{font-size:13px;font-style:italic;background-color:#003442;border-radius:15px;color:#fff;padding:5px 10px;margin-right:10px}@media all and (max-width:991px){body .carte>.categorie>.item>.ligne .tag{display:none}}body .carte>.categorie>.item>.ligne .trait{width:100%;height:1px;background-color:#000;margin-top:5px;margin-right:30px;margin-left:30px}@media all and (max-width:991px){body .carte>.categorie>.item>.ligne .trait{width:75%;margin-right:15px;margin-left:15px}}body .carte>.categorie>.item .ingredients{color:#808080}body .chiffres{display:flex;padding:50px 25px}@media all and (max-width:991px){body .chiffres{flex-direction:column}}body .chiffres .title{flex:0%;margin:auto 0}@media all and (max-width:991px){body .chiffres .title{flex:100%;padding:0 7px}}body .chiffres .title hr{height:4px;width:20%;margin:10px 0;background-color:#668}body .chiffres .items{display:flex;flex-wrap:wrap;flex:30%;justify-content:space-evenly}body .chiffres .items>div{width:125px;display:flex;flex-direction:column;text-align:center;margin:40px}@media all and (max-width:991px){body .chiffres .items>div{width:75px}}body .chiffres .items>div p:first-child{font-size:50px;font-weight:bold}body .theme .title hr{background-color:#fff}body .theme .items>div p{color:#fff}body .collaborateur h1{text-align:center}body .collaborateur>div{display:flex;justify-content:center;flex-wrap:wrap}body .collaborateur>div>div{display:flex;text-align:center;margin:10px;flex-direction:column}body .collaborateur>div>div .photo{border-radius:50%;width:258px;height:258px;background-repeat:no-repeat;background-size:cover;background-position:center;margin:0 auto}body .collaborateur>div>div .underphoto{display:flex;flex-direction:column;min-height:100px;width:350px;margin:-60px auto 0 0;justify-content:center;background-color:#668;color:#fff}body .theme>div>div .underphoto{background-color:#fff;color:#000}body #emporter{margin:inherit}body #emporter>div{padding:20px 50px}@media all and (max-width:991px){body #emporter>div{padding:20px 15px}}body #emporter>div>div{display:flex;position:relative;margin:auto;max-width:1000px;padding-left:650px}@media all and (max-width:991px){body #emporter>div>div{position:inherit;flex-direction:column;text-align:center;padding-left:0}}body #emporter>div>div h1{font-size:40px;color:#fff;margin-bottom:25px}body #emporter>div>div p{color:#fff;margin-bottom:25px;font-size:20px}body #emporter>div>div p>span{font-size:25px;font-weight:bold}body #emporter>div>div img{left:-20px;position:absolute;top:-45px;border-radius:20px}@media all and (max-width:991px){body #emporter>div>div img{position:inherit;width:100%}}body #restaurant>div{width:1400px;margin:0 auto}@media all and (max-width:991px){body #restaurant>div{width:100%}}body #restaurant>div>div{display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px 15px}body #restaurant>div>div>div{width:50%;align-self:center;text-align:right}@media all and (max-width:991px){body #restaurant>div>div>div{width:100%;margin-bottom:10px;text-align:left}}body #restaurant>div>div>div h1{font-size:40px;margin-bottom:20px}body #restaurant>div>div>div span{font-size:25px;font-weight:bold}body #restaurant>div img{border-radius:20px}@media all and (max-width:991px){body #restaurant>div img{width:100%;height:auto}}body footer{padding:40px;display:flex;flex-direction:column}@media all and (max-width:991px){body footer{padding:15px;align-items:center}}body footer .bottom{padding-top:30px;text-align:center}body footer .top{display:flex;align-items:flex-start;gap:80px;font-size:20px;justify-content:center}@media all and (max-width:991px){body footer .top{display:block;align-items:inherit}}body footer .top .reseau{text-align:center}body footer a{color:#fff;text-decoration:none}body .galerie{width:100%;display:flex;justify-content:space-between;height:60vh}@media all and (max-width:991px){body .galerie{flex-direction:column;height:80vh}}body .galerie>div{flex:1 1 0px;margin:20px;transition:transform .5s ease;overflow:hidden;position:relative;height:95%;background-repeat:no-repeat;background-size:cover;background-position:center}@media all and (max-width:991px){body .galerie>div{margin:5px;height:100%}}body .galerie>div:hover{filter:brightness(.9);transform:scale(1.1)}body .galerie>div:hover>a{display:block}body .galerie>div>a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;text-decoration:none;white-space:nowrap}@media all and (max-width:991px){body .galerie>div>a{display:block!important}}body .galerie>div>a>.button{font-size:20px;background-color:#003442;border-radius:15px;color:#fff;padding:5px 10px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}body .imagetexte{display:flex}body .imagetexte .image{flex:0%;height:500px;background-size:cover;background-position:center;margin-right:10px}body .imagetexte .texte{flex:30%}body #informations>div{display:flex;justify-content:space-evenly;flex-wrap:wrap}@media all and (max-width:991px){body #informations>div{justify-content:inherit;padding:20px}}body #informations img{border-radius:20px;margin-top:auto;margin-bottom:auto}@media all and (max-width:991px){body #informations img{width:100%;height:auto}}body #informations .text{width:40%;align-self:center}@media all and (max-width:991px){body #informations .text{width:100%}}body #informations .text h1{font-size:50px;margin-bottom:20px}body .listecolonne{padding-top:20px}body .listecolonne h1{text-align:center;padding-top:20px}body .listecolonne>div{display:flex;flex-wrap:wrap;text-align:center;justify-content:space-evenly}body .listecolonne>div>div{display:flex;flex-direction:column;padding:10px 15px;width:650px}body .listecolonne>div>div h3{padding:20px 0}body .menu{background-color:transparent;z-index:3;color:#fff;width:100%;position:fixed;transition-duration:.5s}body .menu .flex{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}body .menu img{object-fit:contain;width:200px;height:100px}body .menu ul{text-align:center;margin:15px 10px}body .menu ul li{display:inline;padding:5px 15px}@media all and (max-width:991px){body .menu ul li{display:block}}body .menu ul a{text-decoration:none;color:#fff;text-transform:uppercase;font-weight:600;position:relative}body .menu ul a::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:#000;transform:scaleX(0);transition:transform .3s ease}body .menu ul a:not(.selected):hover::before{transform:scaleX(1)}body .menu ul .selected::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:#000;transform:scaleX(1);transition:transform .3s ease}body .menu .burger{font-size:40px;display:none}@media all and (max-width:991px){body .menu .menu-ul{display:none}body .menu .burger{display:block}body .menu .active{display:block!important}}*{margin:0;padding:0}html body{margin:0;width:100%;font-family:'Lato',sans-serif}html body h1{font-family:'Courgette',sans-serif;font-size:50px;text-align:center;margin:15px 0}html body h2{font-family:'Courgette',sans-serif;font-size:50px;text-align:center;margin:15px 0}html body h3{font-family:'Courgette',sans-serif;font-size:26px;text-align:center}html body p{font-size:20px}html body section{margin:100px 0}@media all and (max-width:991px){html body section{margin:15px 0}}html body .button1{padding:12px;background-color:transparent;border:2px solid #fff;border-radius:25px;color:#fff;font-family:'Lato';font-size:20px;cursor:pointer;text-decoration:none}html body .button2{font-size:20px;background-color:#003442;border-radius:15px;color:#fff;padding:5px 10px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}html body .slick-track{display:flex!important}html body .slick-slide{height:inherit!important}html body main .descriptif{display:flex}html body main .descriptif img{width:33%}html body main .descriptif div{font-size:30px;margin:auto 20px;text-align:center}html body main .valeur{display:flex}html body main .valeur img{width:34%}html body main .valeur div{font-size:30px;margin:auto 20px;text-align:center}@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}html body .slide-in-left{display:block!important;-webkit-animation:slide-in-left 1s cubic-bezier(.55,.085,.68,.53);animation:slide-in-left 1s cubic-bezier(.55,.085,.68,.53)}html body .slide-in-right{display:block!important;-webkit-animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right 1s cubic-bezier(.25,.46,.45,.94) both}body .temoignage{text-align:center;padding-top:20px}body .temoignage .avis{width:100%;margin:10px auto}body .temoignage .avis span{font-size:50px}body .temoignage .avis+p{font-weight:bold;margin:10px 0;display:flex;justify-content:center}body .temoignage button{color:#000;border-color:#000}body .theme button{color:#fff;border-color:#fff;margin-top:20px}body .video video{position:absolute;width:100vw;height:100vh;object-fit:cover;max-width:100%;filter:brightness(55%);position:relative;z-index:0}body .video .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:1;padding:0 50px;color:#fff}body .video .overlay h1{font-size:80px}body .video .overlay p{font-size:25px;margin:30px 0}@media all and (max-width:991px){body .video .overlay h1{font-size:50px}body .video .overlay p{font-size:18px}}body .video .center{left:50%;transform:translate(-50%,-50%);text-align:center;padding:10px}.contacts{margin:50px auto}.contacts h1{font-size:56px;text-align:center;color:var(--color-black)}@media all and (max-width:1200px){.contacts h1{font-size:48px}}.contacts .description-main{margin-bottom:20px;text-align:center;color:var(--color-black)}.contacts .contact{width:40%;margin:25px auto;padding:10px}@media all and (max-width:991px){.contacts .contact{width:80%;padding:20px}}.contacts .contact h2{text-align:left;margin-bottom:40px;padding:4px 0;color:var(--color-primary);font-size:28px;font-weight:700;text-transform:uppercase}.contacts .contact .form-group{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 20px;gap:10px}.contacts .contact .form-group .group{width:49%}@media all and (max-width:1300px){.contacts .contact .form-group .group{width:100%}}.contacts .contact .form-group .group.full{width:100%}.contacts .contact .form-group .group label{display:block;margin:0 0 10px;color:rgba(0,0,0,.6);font-size:14px;font-weight:500;line-height:1;text-transform:uppercase;letter-spacing:.1em}.contacts .contact .form-group .group input,.contacts .contact .form-group .group textarea{outline:0;display:block;background:#f7f7f7;width:100%;border:0;border-bottom:1px solid var(--color-black);box-sizing:border-box;padding:12px 20px;color:rgba(0,0,0,.6);font-family:inherit;font-size:inherit;font-weight:500;line-height:inherit;transition:.3s ease}.contacts .contact .form-group .group button{appearance:button;text-decoration:none;background:#ee7625;border-radius:5px;padding:10px;text-align:center;color:#fff;font-weight:600;display:block;font-size:16px;width:100%;border:0;cursor:pointer}.contacts .contact .form-group .group button[disabled]{opacity:.6;pointer-events:none}.contacts .contact .check{margin-bottom:15px;color:var(--color-black)}html body section{margin:0;padding:100px 0}body .listecolonne>div>div{width:400px!important}main ul{list-style:none;padding:0;margin:0}main ul li{position:relative;padding-left:20px;margin-bottom:8px}main ul li::before{content:'❯';position:absolute;left:0;font-size:16px}.video video{object-position:bottom;filter:brightness(100%)}.mapouter{margin-bottom:0}.temoignage{margin-top:0}.pageloader{min-height:100vh;width:100%;position:absolute;z-index:100;transition:backdrop-filter .2s;backdrop-filter:blur(7px) opacity(1)}.loader{position:absolute;width:102px;height:102px;left:50%;top:50%;min-height:102px;transform:translateX(-50%) translateY(-50%)}.loader .small-circle{stroke-dasharray:210;stroke-dashoffset:210;transform-origin:50%;animation:1s draw-small infinite alternate}@keyframes draw-small{0%{stroke-dashoffset:0;transform:rotate(0deg)}100%{stroke-dashoffset:210;transform:rotate(360deg)}}.loader .big-circle{stroke-dasharray:240;stroke-dashoffset:240;transform-origin:50%;animation:1s draw-big infinite alternate .5s}@keyframes draw-big{0%{stroke-dashoffset:0;transform:rotateY(180deg) rotate(360deg)}100%{stroke-dashoffset:240;transform:rotateY(180deg) rotate(0deg)}}