@font-face{font-family:"champagne";src:url("./../fonts/champagne.ttf");font-display:swap;font-weight:normal;font-style:normal}@font-face{font-family:"champagne";src:url("./../fonts/champagne-bold.ttf");font-display:swap;font-weight:bold;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Light.otf");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Regular.otf");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Medium.otf");font-display:swap;font-weight:500;font-style:normal}*,*:after,*:before{box-sizing:border-box}*::selection{background:#053211;color:#fffff8}html{font-size:62.5%;color:#000}body{font-family:"Satoshi",sans-serif;color:#000;font-size:1.8rem;background-color:#f0e6d0;overflow-x:hidden}strong{font-weight:500}a,a:hover,a:visited{color:#2e3b2c;text-decoration:none}img{max-width:100%;height:auto;width:auto;vertical-align:middle}@media screen and (max-width: 900px){.ordi{display:none !important}.mobile{display:block}}@media screen and (min-width: 900px){.ordi{display:block}.mobile{display:none !important}}h1,h2{font-family:"champagne",sans-serif}a.btn-arrow{display:flex;align-items:center;gap:2rem;color:#2e3b2c;font-size:2.5rem;line-height:1.35;font-weight:300}a.btn-arrow i.icon-arrow{width:1.72rem;height:1.72rem;display:block;mask:url("./../img/icones/arrow.svg") no-repeat center;background-color:#2e3b2c;transition:margin .6s ease}a.btn-arrow.arrow-back i.icon-arrow{transform:rotate(-90deg)}a.btn-arrow:hover i.icon-arrow{margin-left:.8rem}a.btn-arrow:hover.arrow-back i.icon-arrow{margin-left:0;margin-right:.8rem}header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:4rem 8.5rem;display:flex;justify-content:space-between;align-items:flex-start;color:#fffff8}header .logo{font-size:4rem;font-weight:500;text-decoration:none;font-family:"champagne",sans-serif;color:#fffff8;transition:all .6s ease;background:none}header .logo.black{color:#000}header .burger{display:none}header nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-end;gap:1.75rem}header nav li{display:flex;align-items:center;gap:1rem;transition:all .6s ease}header nav li.current::before{content:"";display:block;width:30px;height:2px;background-color:#fffff8;transition:all .6s ease;margin-top:6px}header nav li a,header nav li a:visited{font-size:2.4rem;color:#fffff8;text-decoration:none;transition:all .6s ease}header nav li:hover{transform:translateX(-10px)}header nav li:hover a{color:#fff}header nav.black li.current::before{background-color:#000}header nav.black li a,header nav.black li a:visited{color:#000}header nav.black li:hover a{color:#2e3b2c}@media(max-width: 1200px){header{padding:3rem 4.5rem}header .logo{font-size:3rem}header nav ul{gap:1.5rem}}@media(max-width: 576px){header{padding:3rem 2.5rem}header .logo{font-size:2.5rem}header nav ul{gap:1.2rem}header nav ul li a,header nav ul li a:visited{font-size:2rem}}aside.cta{padding:0vh 8rem 10vh;display:flex;justify-content:space-between;align-items:center;width:80%}aside.cta .text h2{font-size:6rem;color:#2e3b2c;line-height:1.1}aside.cta .text p{font-size:2.5rem;color:#053211;line-height:1.3;font-weight:300;width:50%}aside.cta .btn-arrow{font-size:3rem;color:#2e3b2c;min-width:max-content}aside.cta .btn-arrow i.icon-arrow{width:2.3rem;height:2.3rem}footer{padding:4rem 8rem 2rem;background:#2e3b2c;color:#f0e6d0}footer .top{display:flex}footer .top .logo img{width:auto;height:200px}footer .top .devise{font-size:2.35rem;font-weight:300;margin:2rem 5rem;width:40%}footer .top .adresse{font-size:1.8rem;font-weight:300;color:#f0e6d0;line-height:1.3;margin:2rem 5rem}footer .top .adresse span{display:block;margin-bottom:2rem}footer .top .links{display:flex;flex-direction:column;gap:1rem;text-align:right;margin-left:auto}footer .top .links a{font-size:1.8rem;font-weight:300;color:#f0e6d0;line-height:1.3;margin-bottom:2rem}footer .top .links a:hover{text-decoration:underline;text-underline-offset:5px}footer .top .links .insta{text-decoration:underline;text-underline-offset:5px}footer .top .links .insta:hover{text-decoration:none}footer .top .links .legal a:not(:last-child){border-right:1px solid #f0e6d0;padding-right:1.2rem}footer .top .links .legal a:last-child{padding-left:1rem}footer .bottom{padding-top:2rem;text-align:center;font-size:1.6rem;font-weight:300}footer .bottom a{color:#f0e6d0;line-height:1.3;margin-bottom:2rem}footer .bottom a:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width: 1440px){aside.cta{width:100%}aside.cta a.btn-arrow{min-width:max-content}footer .top .devise{width:20%;line-height:1.2;font-size:2rem}}@media(max-width: 1200px){aside.cta{padding:0vh 4rem 10vh}aside.cta .text p{width:70%}footer{padding:4rem 4rem 2rem}}@media(max-width: 1024px){aside.cta{flex-direction:column;align-items:flex-start;gap:3rem}aside.cta .text h2{font-size:4rem}aside.cta .text p{width:70%}footer .top{display:grid;grid-template-areas:"logo devise links" "logo adresse links";gap:3rem}footer .top .logo{grid-area:logo}footer .top .logo img{height:180px}footer .top .devise{grid-area:devise;width:100%;margin:0 5rem 0}footer .top .adresse{grid-area:adresse;margin:0 5rem 2rem;transform:translateY(-90%);font-size:1.7rem}footer .top .adresse span{display:inline}footer .top .links{grid-area:links;margin:0}footer .bottom{padding-top:4rem}}@media(max-width: 768px){aside.cta .text p{width:100%}footer .top{grid-template-columns:120px 1fr;grid-template-areas:"logo devise" "adresse adresse" "links links";gap:2.8rem}footer .top .logo img{height:150px}footer .top .devise{display:flex;margin:0;align-items:center}footer .top .adresse{margin:1rem 0 0;transform:none}footer .top .links{text-align:left}}@media(max-width: 576px){aside.cta{padding:0vh 2rem 10vh}aside.cta .text h2{font-size:3.2rem;margin-bottom:1rem}aside.cta .text p{width:100%;font-size:1.8rem}aside.cta a.btn-arrow{font-size:2.3rem}aside.cta a.btn-arrow i.icon-arrow{width:1.8rem;height:1.8rem}footer{padding:4rem 2rem 2rem}footer .top{grid-template-columns:1fr;grid-template-areas:"logo" "devise" "adresse" "links";gap:2rem}footer .top .logo img{height:120px}footer .top .devise{width:100%;margin:0;font-size:1.8rem}footer .top .adresse{margin:0;font-size:1.6rem}footer .top .links{margin:0;font-size:1.6rem}footer .top .links a{font-size:1.6rem}footer .top .links .legal a{font-size:1.5rem}footer .bottom{line-height:1.35;font-size:1.4rem}}main.legal-page{padding:22vh 8rem 12vh;max-width:820px;margin:0 auto;color:#053211;min-height:70vh}main.legal-page .jta-legal-debug{margin-bottom:3rem;padding:1.5rem 2rem;border:1px dashed rgba(5,50,17,.5);background:rgba(5,50,17,.04);font-size:1.4rem;line-height:1.4;color:#053211}main.legal-page .jta-legal-debug pre{margin-top:1rem;padding:1rem;overflow:auto;max-height:320px;font-size:1.2rem;background:rgba(0,0,0,.04);white-space:pre-wrap;word-break:break-word}main.legal-page .legal-switch{display:flex;flex-wrap:wrap;gap:1rem 3rem;margin-bottom:5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(5,50,17,.35)}main.legal-page .legal-switch a{font-size:1.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;opacity:.45;transition:opacity .3s ease}main.legal-page .legal-switch a:hover{opacity:.75}main.legal-page .legal-switch a.is-current{opacity:1;pointer-events:none}main.legal-page h1{font-size:4.8rem;font-weight:500;line-height:1.08;margin-bottom:4rem;text-wrap:balance}main.legal-page .legal-content{font-size:1.9rem;font-weight:300;line-height:1.5;color:#41453b}main.legal-page .legal-content p+p{margin-top:1.5rem}main.legal-page .legal-content h2,main.legal-page .legal-content h3,main.legal-page .legal-content h4{color:#053211;font-weight:500;line-height:1.2;text-wrap:balance}main.legal-page .legal-content h2{font-size:2.8rem;margin:4rem 0 1.5rem}main.legal-page .legal-content h3{font-size:2.2rem;margin:3rem 0 1.2rem}main.legal-page .legal-content h4{font-size:2rem;margin:2.5rem 0 1rem}main.legal-page .legal-content a{color:#053211;text-decoration:underline;text-underline-offset:.15em}main.legal-page .legal-content a:hover{opacity:.75}main.legal-page .legal-content strong{font-weight:500;color:#053211}main.legal-page .legal-content ul,main.legal-page .legal-content ol{margin:1.5rem 0 0 2rem}main.legal-page .legal-content ul{list-style:disc}main.legal-page .legal-content ol{list-style:decimal}main.legal-page .legal-content li+li{margin-top:.8rem}main.legal-page .legal-content table{width:100%;margin:2rem 0;border-collapse:collapse;font-size:1.7rem}main.legal-page .legal-content th,main.legal-page .legal-content td{border:1px solid rgba(5,50,17,.25);padding:1rem 1.2rem;text-align:left;vertical-align:top}main.legal-page .legal-content th{font-weight:500;color:#053211;background:rgba(5,50,17,.05)}main.legal-page .legal-content blockquote{margin:2rem 0;padding-left:1.5rem;border-left:2px solid rgba(5,50,17,.35)}main.legal-page.error-page .legal-content .btn-arrow{display:inline-flex;margin-top:2rem}@media screen and (max-width: 1024px){main.legal-page{padding:16vh 4rem 10vh}main.legal-page h1{font-size:3.4rem}main.legal-page .legal-switch a{font-size:1.7rem}main.legal-page .legal-content{font-size:1.75rem}}/*# sourceMappingURL=legal.css.map */
