@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}}main.contact-page{display:flex}main.contact-page .left{background:#e73224;padding:10vh 15vw 10vh 10vw;width:50%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}main.contact-page .left h1{font-size:6.5rem;text-transform:uppercase;font-family:"Agrandir";margin-bottom:3vh}main.contact-page .left .text{margin-bottom:4vh}main.contact-page .left .text p{font-size:1.9rem;line-height:1.35}main.contact-page .left .infos{display:flex;flex-direction:column;gap:20px;margin-bottom:4vh}main.contact-page .left .infos a{font-size:1.8rem;line-height:1.4;color:#fff;transition:all .3s ease}main.contact-page .left .infos a:hover{letter-spacing:1px}main.contact-page .right{width:50%;padding:10vh 10vw}main.contact-page .right form{display:flex;flex-direction:column;gap:25px}main.contact-page .right form .form-row{display:flex;gap:35px}@media screen and (max-width: 768px){main.contact-page .right form .form-row{flex-direction:column;gap:25px}}main.contact-page .right form .form-group{display:flex;flex-direction:column;gap:8px;flex:1}main.contact-page .right form .form-group label{font-size:1.6rem;color:#e73224;font-family:"Agrandir"}main.contact-page .right form .form-group input,main.contact-page .right form .form-group textarea{padding:15px;border:1px solid #e73224;font-size:1.6rem;font-family:"InterTight",sans-serif;color:#000;border-radius:0;background-color:#fff;transition:all .3s ease;width:100%}main.contact-page .right form .form-group input:focus,main.contact-page .right form .form-group textarea:focus{outline:none;border-color:#305d49;box-shadow:0 0 0 3px rgba(227,164,249,.1)}main.contact-page .right form .form-group input::placeholder,main.contact-page .right form .form-group textarea::placeholder{color:rgba(0,0,0,.4)}main.contact-page .right form .form-group input.error,main.contact-page .right form .form-group textarea.error{border-color:#951d14;background-color:rgba(149,29,20,.05)}main.contact-page .right form .form-group textarea{resize:vertical;min-height:120px;font-family:"InterTight",sans-serif}main.contact-page .right form #recaptcha-container{display:none}main.contact-page .right form .form-message{display:none;padding:15px;border-radius:4px;font-size:1.6rem;font-weight:500}main.contact-page .right form .form-message.success{background-color:rgba(48,93,73,.1);color:#305d49;border:1px solid #305d49}main.contact-page .right form .form-message.error{background-color:rgba(149,29,20,.1);color:#951d14;border:2px solid #951d14}main.contact-page .right form button[type=submit]{margin-top:10px;cursor:pointer;appearance:none;border:1px solid #e73224;width:fit-content;background-color:#e73224}main.contact-page .right form button[type=submit]:hover{background-color:#fff;color:#e73224}main.contact-page .right form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width: 1550px){main.contact-page .left{padding:10vh 5vw}main.contact-page .right{padding:10vh 5vw}}@media screen and (max-width: 1250px){main.contact-page .right form .form-row{flex-direction:column;gap:25px}}@media screen and (max-width: 1024px){main.contact-page{flex-direction:column}main.contact-page .left{width:100%}main.contact-page .right{width:100%}main.contact-page .right form .form-row{flex-direction:row;gap:25px}}@media screen and (max-width: 768px){main.contact-page .left h1{font-size:5rem}main.contact-page .right form .form-row{flex-direction:column;gap:25px}}