@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-Regular.ttf");font-display:swap;font-weight:normal;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-Black.ttf");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-Bold.ttf");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-ExtraBold.ttf");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-ExtraLight.ttf");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-Light.ttf");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"InterTight";src:url("./../fonts/InterTight-Medium.ttf");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:"Agharti";src:url("./../fonts/Agharti-condensedblack.ttf");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:"Agrandir";src:url("./../fonts/Agrandir-Regular.otf");font-display:swap;font-weight:normal;font-style:normal}@font-face{font-family:"Agrandir";src:url("./../fonts/Agrandir-TextBold.otf");font-display:swap;font-weight:700;font-style:normal}*,*:after,*:before{box-sizing:border-box}*::selection{background:#951d14;color:#fff}html{font-size:62.5%;color:#000}body{font-family:"InterTight",sans-serif;color:#000;font-size:1.8rem}strong{font-weight:700}a,a:hover,a:visited{text-decoration:none}img{max-width:100%;height:auto;width:auto;vertical-align:middle}.btn{padding:12px 24px;background:#efd347;color:#951d14;font-weight:700;font-size:1.65rem;text-transform:uppercase;transition:all .3s ease;min-width:250px;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:#951d14;color:#fff}.btn.btn-bleu{background:#7bdefb;color:#951d14}.btn.btn-bleu:hover{background:#951d14;color:#fff}.btn.btn-rouge{background:#951d14;color:#fff;border-color:#951d14}.btn.btn-rouge:hover{background:#fff;color:#951d14}.btn.btn-rose{background:#51b342;color:#305d49;border-color:#51b342}.btn.btn-rose:hover{background:#305d49;color:#51b342}.btn.btn-blanc{background:#fff;color:#e73224;border-color:#fff}.btn.btn-blanc:hover{background:#e73224;color:#fff}.btn-small{min-width:max-content}.btn-border{border:1px solid}a.arrow{display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#fff;text-decoration:underline;text-decoration-color:#fff;text-decoration-thickness:2px;text-underline-offset:5px;transition:all .3s ease}a.arrow:hover{text-decoration:none;gap:20px}a.arrow img{height:1em}.foodtruck{color:#51b342;display:flex;justify-content:space-between;padding:5vw 10vw}.foodtruck .left{width:50%;padding-right:10vw}.foodtruck .left h2{font-size:8rem;text-transform:uppercase;font-family:"Agharti",sans-serif;font-weight:900;line-height:1.15;margin-bottom:2vh}.foodtruck .left p{line-height:1.25;font-size:1.9rem;font-weight:500;margin-bottom:2vh}.foodtruck .right{width:50%;display:flex;flex-wrap:wrap;align-items:center;gap:20px}.foodtruck .right figure{width:calc(25% - 15px)}.foodtruck .right figure img{width:100%;max-height:85%;object-fit:cover;transition:all .3s ease;margin-bottom:2vh}.foodtruck .right figure img:hover{transform:scale(1.1)}.foodtruck .right figure figcaption{font-size:3.3rem;text-align:center;font-family:"Agharti",sans-serif;color:#305d49;line-height:1.2}.foodtruck .right figure.select figcaption{text-decoration:underline;text-decoration-color:#51b342;text-decoration-thickness:5px;text-underline-offset:5px}@media screen and (max-width: 1550px){.foodtruck{padding:5vw}}@media screen and (max-width: 1380px){.foodtruck{margin-top:50px}.foodtruck .left{padding-right:5vw;width:45%}.foodtruck .right{width:55%}}@media screen and (max-width: 1024px){.foodtruck{flex-direction:column;align-items:center}.foodtruck .left{width:100%;padding-right:0}.foodtruck .left p{width:80%}.foodtruck .right{width:100%;flex-direction:row;justify-content:space-between;padding:5vw;gap:5vw}.foodtruck .right figure{width:20%}}@media screen and (max-width: 768px){.foodtruck .left p{width:100%}.foodtruck .right{width:100%;flex-direction:column;align-items:center;gap:2vh}.foodtruck .right figure{width:100%}}header{display:flex;justify-content:space-between;align-items:center;padding:20px 5vw;position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}header .logo{width:125px;filter:brightness(0) saturate(100%) invert(12%) sepia(73%) saturate(3925%) hue-rotate(354deg) brightness(92%) contrast(91%);padding:5px 0}header .logo img{width:100%;height:auto}header .menu ul{display:flex;align-items:center;gap:40px}header .menu ul li a{color:#951d14;font-weight:700;font-family:"Agrandir",sans-serif;text-transform:uppercase;font-size:1.65rem;transition:all .3s ease;position:relative;display:inline-flex;align-items:center;justify-content:center}header .menu ul li a:before{content:"";width:0;height:2px;background:#efd347;position:absolute;bottom:0;transition:all .3s ease}header .menu ul li a:hover{color:#efd347}header .menu ul li a:hover:before{width:100%}header .menu ul li.contact{margin-left:40px;display:flex;align-items:center;gap:20px}header .menu ul li.contact a.insta{width:27px;height:27px}header .menu ul li.contact a.insta img{width:100%;height:100%}header .menu ul li.contact a.insta:hover{transform:scale(1.1)}header .menu ul li.contact .btn:before,header .menu ul li.contact a.insta:before{display:none}header .menu ul li.current a:before{width:100%;background:#951d14}header .menu ul li.current a:hover{color:#951d14}header .burger{display:none}@media screen and (max-width: 1024px){header .burger{display:block;position:relative;width:40px;height:36px;padding-top:6px;z-index:100}header .burger input{position:absolute;top:-3px;left:-3px;width:100%;height:100%;z-index:1;opacity:0;cursor:pointer}header .burger input:checked+span{background:rgba(0,0,0,0)}header .burger input:checked+span:after{transform:rotate(45deg) translate(-1px, -12px)}header .burger input:checked+span:before{transform:rotate(-45deg) translate(-4px, 16px)}header .burger span{position:absolute;width:100%;height:2px;background:#951d14;margin-top:10px;transition:all .1s}header .burger span:before,header .burger span:after{content:"";position:absolute;width:100%;height:2px;background:#951d14;top:-12px;transition:all .3s}header .burger span:after{top:12px}header .menu{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:99;display:flex;justify-content:center;align-items:center;transform:translateX(100%);transition:all .8s ease}header .menu ul{display:flex;flex-direction:column;gap:20px;height:50vh}header .menu ul li a{font-size:3rem;margin-bottom:2vh}header .menu ul li.contact{margin-left:0;flex-direction:column;margin-top:10vh}header .menu ul li.contact .btn{min-width:250px}header .menu ul li.contact a.insta{width:30px;height:30px}header .menu.active{transform:translateX(0)}}@media screen and (max-width: 768px){header .burger{width:30px;height:30px}header .burger span{margin-top:8px}header .burger span:after{top:10px}header .burger span:before{top:-10px}header .burger input:checked+span:before{transform:rotate(-45deg) translate(-4px, 12px)}header .burger input:checked+span:after{transform:rotate(45deg) translate(-1px, -11px)}}footer{background:#951d14}footer .footer-top{display:flex;flex-wrap:wrap;padding:10vh 10vw 1vh;color:#fff;justify-content:space-between}footer .footer-top>div p{font-size:1.8rem;font-weight:500;line-height:1.35;text-transform:uppercase;margin-bottom:2vh}footer .footer-top ul{display:flex;flex-direction:column;justify-content:center;gap:15px}footer .footer-top ul li a{color:#fff;font-size:1.8rem;font-weight:300;transition:all .3s ease}footer .footer-top ul li a:hover{color:#efd347}footer .footer-top a.logo{height:150px}footer .footer-top a.logo img{height:100%;width:auto}footer .footer-bottom{font-size:1.6rem;text-align:center;margin-top:5vh;padding:1.5vh 5vw;font-weight:500;line-height:1.45;background:#951d14;color:#fff}footer .footer-bottom a{color:#fff;text-decoration:underline;text-transform:uppercase;transition:all .3s ease}footer .footer-bottom a:hover{text-decoration:none}@media screen and (max-width: 1550px){footer .footer-top{padding:10vh 5vw 1vh}}@media screen and (max-width: 1300px){footer .footer-top{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:5vh}footer .footer-top a.logo{grid-area:logo;justify-self:center}footer .footer-top .pages,footer .footer-top .utiles,footer .footer-top .contact{width:45%}}@media screen and (max-width: 768px){footer .footer-top{grid-template-rows:1fr 1fr;grid-template-areas:"page logo" "legale legale" "contact contact" "insta insta";gap:6rem}footer .footer-top a.logo{height:auto}footer .footer-top a.logo img{margin:0 auto;display:block;width:clamp(70px,55%,160px)}footer .footer-top .info{font-weight:bold}footer .footer-top .pages,footer .footer-top .utiles,footer .footer-top .contact{width:100%}}.img-left{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}.img-left .right{width:60%;padding:5vw 10vw 5vw 5vw;position:relative}.img-left .right .title h2{width:80%;margin-bottom:3%}.img-left .right p{font-size:1.9rem;font-weight:500;line-height:1.35;margin-bottom:3%}.img-left .right .btn{margin-bottom:3.5vw}.img-left .left{width:40%;position:relative;overflow:hidden}.img-left .left img{height:100%;width:100%;object-fit:cover;filter:brightness(0.8);transform:scale(1.05);transition:all .3s ease;position:absolute}.img-left .left img:hover{filter:brightness(1);transform:scale(1)}section.insta{padding:10vh 8vw;display:flex;flex-direction:column;max-width:100vw}section.insta .title{display:flex;justify-content:flex-start;align-items:center;gap:60px}section.insta .title h2{text-wrap:balance;font-size:6rem;font-weight:600;font-family:"Agharti",sans-serif;color:#951d14}section.insta p{font-size:2rem;font-weight:500;line-height:1.35;margin:3vh 0;color:#951d14}section.insta .imgs{overflow-x:auto;display:flex;align-items:flex-start;width:100%;padding-bottom:5vh;scrollbar-color:#34443b rgba(0,0,0,0);scrollbar-width:thin}section.insta .imgs::-webkit-scrollbar{width:4px;height:4px;background:#fff}section.insta .imgs::-webkit-scrollbar-thumb{background:#34443b}section.insta .imgs li{margin-right:50px;height:20vh;width:30vh;flex-shrink:0;background:blue}section.insta .imgs li:last-child{margin:0}@media screen and (max-width: 1550px){section.insta{padding:5vw}}@media screen and (max-width: 768px){.img-left{flex-direction:column}.img-left .left,.img-left .right{width:100%}.img-left .left img{position:initial;aspect-ratio:1}.img-left .right .title h2{width:100%}section.insta{padding:10vw 5vw}section.insta .title{flex-direction:column;align-items:flex-start;gap:2vh}section.insta .title h2{font-size:4.5rem}}.banniere-biere>.top{padding:10vh 10vw 40vh;background-image:url("./../img/bieres/banniere-biere.jpg");background-size:cover;background-position:top;background-repeat:no-repeat;position:relative}.banniere-biere>.top:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25)}.banniere-biere>.top h1{font-size:6rem;color:#fff;text-transform:uppercase;font-family:"Agrandir",sans-serif;font-size:8rem;line-height:1;margin:0;padding:0;z-index:1;position:relative}.banniere-biere>.top h1 .bottom{display:block;font-family:"Agharti",sans-serif;font-size:1.2em}.banniere-biere>.bottom{display:flex;padding:5vw 10vw}.banniere-biere>.bottom .left{width:40%;margin-top:-42vh;position:relative;z-index:3}.banniere-biere>.bottom .left img{width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:2vh}.banniere-biere>.bottom .left img:last-child{margin-bottom:0}.banniere-biere>.bottom .right{width:55%;padding:0 5vw;color:#951d14}.banniere-biere>.bottom .right h2{font-size:8rem;font-family:"Agharti",sans-serif;font-weight:900;text-transform:uppercase;margin-bottom:2vh}.banniere-biere>.bottom .right p{font-size:2rem;font-family:"InterTight",sans-serif;font-weight:400;line-height:1.5;margin-bottom:2vh}.banniere-biere>.bottom .right p:first-of-type{font-weight:500}.banniere-biere>.bottom .right p:last-of-type{margin-bottom:4vh}.bieres{padding:10vh 10vw}.bieres h2{font-size:8rem;font-family:"Agharti",sans-serif;font-weight:900;text-transform:uppercase;color:#7bdefb;text-align:center;margin-bottom:90px}.bieres .bieres-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2vh}.bieres .bieres-content figure{width:calc(33.33% - 1.33vh);position:relative}.bieres .bieres-content figure img{width:100%;aspect-ratio:1;object-fit:cover}.bieres .bieres-content figure figcaption{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.2);transition:all .3s ease;height:100%;color:#fff;padding:2vw;display:flex;flex-direction:column-reverse;justify-content:flex-start}.bieres .bieres-content figure figcaption h3{font-size:6rem;font-family:"Agharti",sans-serif;font-weight:900;text-transform:uppercase;color:#7bdefb;margin-top:1vw}.bieres .bieres-content figure figcaption span{font-size:2rem;font-weight:600;line-height:1;color:#7bdefb;position:absolute;right:2vw;margin-bottom:10px;transition:all .4s ease .2s;opacity:0;transform:translateX(50%)}.bieres .bieres-content figure figcaption p{line-height:1.25;color:#fff;transform:translateY(-50%);transition:all .4s ease;opacity:0}.bieres .bieres-content figure:hover figcaption{background-color:rgba(0,0,0,.7)}.bieres .bieres-content figure:hover figcaption p{transform:translateY(0);opacity:1}.bieres .bieres-content figure:hover figcaption span{transform:translateX(0);opacity:1}.bandeau{padding:5vw 10vw;background-color:#e73224;color:#fff;text-align:center;font-family:"Agrandir",sans-serif;font-size:3.3rem;line-height:1;position:relative}.bandeau p{width:55%;margin:0 auto;line-height:1.25}.bandeau .fly-bottom{position:absolute;right:0;bottom:0;transform:translateY(43%);width:30vw;height:auto;z-index:2;filter:brightness(0) invert(1)}@media screen and (max-width: 1550px){.banniere-biere>.top{padding:10vh 5vw 40vh}.banniere-biere>.bottom{padding:5vw}.bieres{padding:5vw}}@media screen and (max-width: 1250px){.banniere-biere>.bottom .right{width:60%;padding-right:0}.bandeau p{width:70%}}@media screen and (max-width: 1024px){.banniere-biere>.top{padding:30vh 5vw 5vw}.banniere-biere>.top:after{background-color:rgba(0,0,0,.4)}.banniere-biere>.top h1{font-size:7rem}.banniere-biere>.bottom .right{width:70%}.banniere-biere>.bottom .left{width:30%;margin-top:0}.bandeau p{width:100%}.bieres .bieres-content{gap:3vh}.bieres .bieres-content figure{width:calc(50% - 1.5vh)}.bieres .bieres-content figure figcaption h3{margin-top:4vh}.bieres .bieres-content figure figcaption p{font-size:1.9rem;line-height:1.3}}@media screen and (max-width: 768px){.banniere-biere>.top h1{font-size:5rem}.banniere-biere>.bottom{flex-direction:column-reverse}.banniere-biere>.bottom .left{width:100%;margin-top:0}.banniere-biere>.bottom .right{width:100%;padding:0;margin-bottom:5vh}.bieres h2{font-size:5rem;text-align:left;margin-bottom:2vh}.bieres .bieres-content figure{width:100%}.bieres .bieres-content figure figcaption{background-color:rgba(0,0,0,.5);padding:2vh}.bieres .bieres-content figure figcaption h3{margin-top:2vh}.bieres .bieres-content figure figcaption p{font-size:1.7rem;transform:translateY(0);opacity:1}.bieres .bieres-content figure figcaption span{transform:translateX(0);opacity:1;right:2vh}.bandeau{padding:5vh;font-size:2.5rem}.bandeau .fly-bottom{width:51vw}}