.contact-section{min-height:var(--content-height,100vh);flex-direction:column;justify-content:center;row-gap:4rem;width:100%;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.contact-section{flex-flow:wrap;column-gap:2rem}}@media screen and (min-width:1024px) and (min-height:501px){.contact-section{flex-direction:row;align-items:center;column-gap:4rem}}.contact-section__presentation{flex-direction:column;flex:1;justify-content:center;row-gap:1.5rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__presentation{width:45%}}.contact-section__presentation__main{font-size:var(--main-title);text-transform:uppercase;color:#fff;font-family:Space Grotesk,sans-serif;font-weight:700}.contact-section__presentation__sub{color:#e5e2e1;font-family:Newsreader,serif;font-size:1.5rem;font-style:italic;line-height:1.4}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__presentation__sub{font-size:1.5rem}}@media screen and (min-width:769px) and (min-height:501px){.contact-section__presentation__sub{font-size:3rem}}.contact-section__form{background-color:#1a1a1a;border:.1rem solid #ffabf3;border-radius:.5rem;flex-direction:column;gap:3rem;width:100%;max-width:750px;padding:4rem;display:flex;box-shadow:12px 12px #ffabf326}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__form{gap:1rem;width:50%;padding:1.5rem}}@media screen and (min-width:769px){.contact-section__form{flex:1}}.contact-section__form .field{flex-direction:column;gap:1.2rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__form .field{gap:.5rem}}.contact-section__form .field label{color:#ffabf3;text-transform:uppercase;letter-spacing:.1em;font-family:"Monospace",monospace;font-size:1.5rem}.contact-section__form .field input,.contact-section__form .field textarea{color:#fff;background-color:#0000;border:none;border-bottom:2px solid #ffabf34d;width:100%;padding:1rem 0;font-family:Space Grotesk,sans-serif;font-size:1.5rem;transition:all .3s}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__form .field input,.contact-section__form .field textarea{padding:.5rem 0;font-size:1.2rem}}.contact-section__form .field input::placeholder,.contact-section__form .field textarea::placeholder{color:#ffffff4d;text-transform:uppercase;font-size:1.2rem;font-weight:300}.contact-section__form .field input:focus,.contact-section__form .field textarea:focus{border-bottom-color:#ffabf3;outline:none}.contact-section__form .field textarea{resize:none;height:12rem}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__form .field textarea{height:6rem}}.contact-section__form .send-button{color:#000;text-transform:uppercase;cursor:pointer;background-color:#ffabf3;border:none;width:100%;margin-top:1rem;padding:1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:800}@media screen and (orientation:landscape) and (max-height:500px){.contact-section__form .send-button{padding:1rem;font-size:1rem}}
.hero-section{height:var(--content-height,100%);align-items:space-between;flex-direction:column;justify-content:space-between;gap:2rem;width:100%;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.hero-section{flex-direction:row;gap:1rem}}@media screen and (min-width:1024px){.hero-section{flex-direction:row;justify-content:center;align-items:center}}.hero-section__text{flex-direction:column;flex:1;justify-content:space-between;row-gap:1rem;display:flex}@media screen and (min-width:1024px){.hero-section__text{flex:2;row-gap:2rem}}.hero-section__text__badge{letter-spacing:.6rem;color:#5b005b;text-transform:uppercase;background-color:#ff5ee8;width:fit-content;padding:.5rem 1rem;font-size:1.1rem;font-weight:700}@media screen and (min-width:1024px){.hero-section__text__badge{letter-spacing:1rem;padding:1rem 2rem;font-size:1.5rem}}@media screen and (orientation:landscape) and (max-height:500px){.hero-section__text__badge{letter-spacing:.6rem;padding:.5rem 1rem;font-size:1.1rem}}.hero-section__text__main{font-size:var(--main-title);text-transform:uppercase;text-align:center;font-family:Space Grotesk,sans-serif;font-weight:700;line-height:60px}@media screen and (orientation:landscape) and (max-height:500px){.hero-section__text__main{text-align:left;font-size:3.5rem}}@media screen and (min-width:768px) and (min-height:501px){.hero-section__text__main{font-size:var(--main-title);text-align:left;line-height:12rem}}.hero-section__text__sub{margin-top:.5rem;font-family:Newsreader,serif;font-size:2rem;font-style:italic;font-weight:200}@media screen and (orientation:landscape) and (max-height:500px){.hero-section__text__sub{font-size:1.6rem;line-height:normal}}@media screen and (min-width:768px) and (min-height:501px){.hero-section__text__sub{font-size:3rem}}.hero-section__text__buttons{justify-content:space-around;display:flex}@media screen and (min-width:1024px){.hero-section__text__buttons{column-gap:2rem;justify-content:unset}}.hero-section__text__buttons__button-1{text-transform:uppercase;color:#5b005b;background-image:var(--gradient);border:none;padding:1rem 2rem;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px) and (min-height:501px){.hero-section__text__buttons__button-1{padding:1.5rem 3rem;font-size:1.4rem}}@media screen and (min-width:1024px) and (min-height:501px){.hero-section__text__buttons__button-1{padding:2rem 4rem;font-size:1.65rem}}@media screen and (min-width:769px) and (min-height:501px){.hero-section__text__buttons__button-1{margin-top:4rem}}@media screen and (orientation:landscape) and (max-height:500px){.hero-section__text__buttons__button-1{margin-block-start:1rem;padding:.8rem 1rem;font-size:1.2rem}}@media (hover:hover){.hero-section__text__buttons__button-1:hover{cursor:pointer;filter:drop-shadow(5px 5px 10px #fff);color:#fff}}.hero-section__text__buttons__button-1:active{filter:drop-shadow(5px 5px 10px #fff);color:#fff}.hero-section__picture{flex:1;width:100%;min-height:20rem;position:relative}@media screen and (orientation:landscape) and (max-height:500px){.hero-section__picture{margin-inline-start:2rem}}@media screen and (min-width:1024px) and (min-height:501px){.hero-section__picture{height:75dvh;margin-inline-start:4rem}}.hero-section__picture img{object-fit:cover;border-radius:1rem}
.myself-section{height:var(--content-height,100%);flex-direction:column;justify-content:space-around;align-items:center;width:100%;font-family:Space Grotesk,sans-serif;font-weight:700;display:flex;overflow-x:hidden}.myself-section__content{opacity:0;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:fit-content;max-width:90%;font-size:2.5rem;transition:opacity 2s ease-out,transform 2s cubic-bezier(.23,1,.32,1);display:flex}.myself-section__content.is-hidden-left{transform:translate(-120%)}.myself-section__content.is-hidden-right{align-self:flex-end;transform:translate(120%)}.myself-section__content.is-visible{opacity:1;transform:translate(0)}.myself-section__content strong{background-image:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text}@media screen and (min-width:769px) and (min-height:501px){.myself-section__content{gap:3rem;font-size:4.5rem}}@media screen and (orientation:landscape) and (max-height:500px){.myself-section__content{gap:1rem;font-size:1.9rem}}.myself-section__open-btn{color:#ff5ee8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 1rem;font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:300;transition:transform .3s cubic-bezier(.23,1,.32,1),color .3s;display:inline-flex}.myself-section__open-btn:hover{color:#fff;cursor:pointer;transform:scale(1.3)rotate(90deg)}@media screen and (min-width:769px) and (min-height:501px){.myself-section__open-btn{font-size:5rem}}.myself-section__modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;will-change:backdrop-filter,opacity;opacity:0;background-color:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.5s cubic-bezier(.23,1,.32,1) forwards overlayFadeIn;display:flex;position:fixed;top:0;left:0}.myself-section__modal-content{color:#fff;background:#111;border:1px solid #ffffff1a;border-radius:1.5rem;width:85%;max-width:600px;padding:3rem 2rem 2rem;animation:.4s cubic-bezier(.23,1,.32,1) forwards modalAppear;position:relative;box-shadow:0 20px 50px #00000080}.myself-section__modal-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:color .2s,transform .2s;position:absolute;top:1rem;right:1.5rem}.myself-section__modal-close:hover{color:#fff;transform:scale(1.1)}.myself-section__modal-body{text-align:left;font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.7}.myself-section__modal-body p{margin:0}@media screen and (min-width:769px) and (min-height:501px){.myself-section__modal-body{font-size:2rem}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalAppear{0%{opacity:0;transform:scale(.96)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}
.number-cards-container{border:.2rem solid #fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:10rem;padding:1rem;font-family:Space Grotesk,sans-serif;transition:border-radius .2s,border-color .2s;display:flex}@media (hover:hover){.number-cards-container:hover{cursor:pointer;border-color:#ffabf3;border-radius:5rem;transition:border-radius .2s,border-color .2s}}.number-cards-container:active{border-color:#ffabf3;border-radius:5rem;transition:border-radius .2s,border-color .2s}@media screen and (orientation:landscape) and (max-height:500px){.number-cards-container{width:20rem;height:9rem;padding:.5rem}}@media screen and (min-width:769px) and (min-height:501px){.number-cards-container{width:60rem;height:10rem}}@media screen and (min-width:1025px) and (min-height:501px){.number-cards-container{width:60rem;height:15rem}}@media screen and (min-width:1441px) and (min-height:501px){.number-cards-container{width:60rem;height:20rem}}.number-cards-container h2{font-size:var(--main-title);background-image:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700;transition:font-size .2s}@media screen and (orientation:landscape) and (max-height:500px){.number-cards-container h2{font-size:var(--main-title)}}@media screen and (min-width:769px) and (min-height:501px){.number-cards-container h2{font-size:var(--main-title)}}@media screen and (min-width:1025px){.number-cards-container h2{font-size:var(--main-title)}}.number-cards-container p{text-align:center;font-size:1.25rem;font-style:italic}@media screen and (min-width:1024px){.number-cards-container p{font-size:2.2rem}}@media screen and (orientation:landscape) and (max-height:500px){.number-cards-container p{font-size:1.25rem}}
.number-section{height:var(--content-height,100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.number-section{flex-flow:wrap;align-items:center}}@media screen and (min-width:1024px) and (min-height:501px){.number-section{flex-flow:wrap;align-items:center;gap:2rem}}
.price-section{height:var(--content-height,100%);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex;position:relative}@media screen and (orientation:landscape) and (max-height:500px){.price-section{flex-flow:wrap;align-items:flex-start;column-gap:2rem}}.price-section__title{font-size:var(--main-title);text-transform:uppercase;text-align:left;width:100%;margin-bottom:2rem;font-family:Space Grotesk,sans-serif;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.price-section__title{width:40%;font-size:calc(var(--main-title)*.7);margin-bottom:0}}.price-section__calculator{background-color:#1a1a1a;border:.1rem solid #ffabf3;border-radius:.5rem;width:100%;max-width:750px;margin-top:auto;padding:4rem;box-shadow:12px 12px #ffabf326}@media screen and (min-width:769px) and (min-height:501px){.price-section__calculator{margin-top:10%}}@media screen and (orientation:landscape) and (max-height:500px){.price-section__calculator{flex:1;margin-top:4rem;margin-bottom:0;padding:1.5rem 2rem}}.price-section__form{flex-direction:column;gap:3rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.price-section__form{gap:1rem}}.price-section__form .field{flex-direction:column;gap:1.2rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.price-section__form .field{gap:.3rem}}.price-section__form .field label{font-family:"Monospace",monospace;font-weight:"bold";color:#ffabf3;text-transform:uppercase;letter-spacing:.1em;font-size:1.5rem}@media screen and (orientation:landscape) and (max-height:500px){.price-section__form .field label{font-size:.9rem}}.price-section__form .field input[type=number]{appearance:textfield;background-image:none}.price-section__form .field input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.price-section__form .field input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.price-section__form .field input,.price-section__form .field select{color:#fff;cursor:pointer;appearance:none;background-color:#0000;background-image:linear-gradient(45deg,#0000 50%,#ffabf3 50%),linear-gradient(135deg,#ffabf3 50%,#0000 50%);background-position:calc(100% - 15px) calc(1em + 2px),calc(100% - 10px) calc(1em + 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:none;border-bottom:2px solid #ffabf34d;border-radius:0;padding:1rem 0;font-size:1.5rem}.price-section__form .field input:focus,.price-section__form .field select:focus{border-bottom-color:#ffabf3;outline:none}.price-section__form .field input option,.price-section__form .field select option{color:#fff;background-color:#1a1a1a;padding:1rem;font-family:sans-serif;font-size:1.3rem}.price-section__form .field input option:checked,.price-section__form .field select option:checked{color:#000;background-color:#ffabf3}@media screen and (orientation:landscape) and (max-height:500px){.price-section__form .field input,.price-section__form .field select{background-position:calc(100% - 10px) 1.2em;padding:.4rem 0;font-size:1.2rem}}.price-section__form .field input::placeholder,.price-section__form .field select::placeholder{color:#ffffff4d;font-size:1.4rem;font-weight:300}.price-section .price-button{color:#000;text-transform:uppercase;cursor:pointer;background-color:#ffabf3;border:none;margin-top:2.5rem;padding:1.5rem;font-size:1.2rem;font-weight:800}@media screen and (orientation:landscape) and (max-height:500px){.price-section .price-button{margin-top:.5rem;padding:.8rem;font-size:1rem}}.price-section .price-result{text-align:center;border-top:1px dashed #ffabf333;margin-top:4rem;padding-top:3rem}@media screen and (orientation:landscape) and (max-height:500px){.price-section .price-result{width:100%;margin-top:1rem;padding-top:1rem}}.price-section .price-result .price-display__label{font-size:1.1rem}.price-section .price-result .price-display__amount{color:#ffabf3;margin:1rem 0;font-size:4.5rem;display:block}@media screen and (orientation:landscape) and (max-height:500px){.price-section .price-result .price-display__amount{margin:.5rem 0;font-size:2.5rem}}.price-section .price-result .price-display__info{opacity:.6;font-size:1.1rem;font-style:italic}@media screen and (orientation:landscape) and (max-height:500px){.price-section .price-result .price-display__info{font-size:.8rem}}
.quote-section{height:var(--content-height,100%);flex-direction:column;column-gap:4rem;width:100%;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.quote-section{font-size:3.5rem;line-height:50px}}@media screen and (min-width:769px) and (min-height:501px){.quote-section{flex-direction:column}}@media screen and (min-width:1025px) and (min-height:501px){.quote-section{flex-direction:row}}.quote-section__title{font-size:var(--main-title);text-transform:uppercase;background-image:var(--gradient);color:#0000;text-align:center;-webkit-background-clip:text;background-clip:text;flex:1;align-items:center;font-family:Newsreader,sans-serif;font-style:italic;font-weight:700;line-height:60px;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.quote-section__title{font-size:3.5rem;line-height:50px}}@media screen and (min-width:769px) and (min-height:501px){.quote-section__title{text-align:center;font-size:var(--main-title);text-align:left;align-items:center;line-height:120px}}.quote-section__picture{width:100%;height:var(--content-height,100%);flex:1;position:relative}.quote-section__picture img{object-fit:cover;border-radius:1rem}
.section-container{--section-padding-top:5rem;--section-padding-bottom:7rem}@media screen and (orientation:landscape) and (max-height:500px){.section-container{--section-padding-top:6.5rem}}@media screen and (min-width:1441px){.section-container{--section-padding-top:10rem;--section-padding-bottom:14rem}}.section-container{--content-height:calc(100dvh - (var(--section-padding-top) + var(--section-padding-bottom)));width:100%;min-height:100dvh;padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom);box-sizing:border-box;scroll-snap-align:start;justify-content:center;align-items:center;display:flex}@media screen and (max-width:450px){.section-container{overflow:scroll}}
.services-cards-container{z-index:1;background-color:#1a1a1a;flex-direction:column;justify-content:space-between;row-gap:3rem;width:100%;height:fit-content;padding:2rem;display:flex;position:relative}.services-cards-container.is-disabled{pointer-events:none}.services-cards-container.is-disabled>div:not(.not-available){opacity:.3;filter:grayscale()}.services-cards-container .not-available{color:#fff;text-transform:uppercase;z-index:10;background-color:#ff6bea;border-radius:2rem;padding:.5rem 1rem;font-family:Space Grotesk,sans-serif;font-size:1rem;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 6px #0000004d}@media screen and (min-width:769px) and (min-height:501px){.services-cards-container .not-available{font-size:1.2rem;top:2rem;right:2rem}}@media screen and (orientation:landscape) and (max-height:500px){.services-cards-container{row-gap:2rem;width:32%;height:19rem;padding:2rem}}@media screen and (min-width:769px) and (min-height:501px){.services-cards-container{gap:4rem;min-width:35rem;max-width:32%;height:35rem;padding:4rem}}@media screen and (min-width:1024px) and (min-height:501px){.services-cards-container{max-width:32%;height:50rem;padding:4rem}}@media screen and (min-width:1441px) and (min-height:501px){.services-cards-container{max-width:32%;height:50rem;padding:4rem}}.services-cards-container__top__card-number{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2vw,3rem);font-weight:700}.services-cards-container__top__card-number#précision{color:#ff5ee8}.services-cards-container__top__card-number#adaptabilité{color:#ff6bea}.services-cards-container__top__card-number#rigueur{color:#ff92ff}@media screen and (orientation:landscape) and (max-height:500px){.services-cards-container__top__card-number{font-size:1.2rem}}.services-cards-container__top__card-title{text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2vw,4rem);font-weight:700}@media screen and (orientation:landscape) and (max-height:500px){.services-cards-container__top__card-title{font-size:1.4rem}}.services-cards-container__card-description{color:#e5e2e1;font-family:Newsreader,serif;font-size:clamp(1.25rem,2vw,2.5rem);font-style:italic}@media screen and (orientation:landscape) and (max-height:500px){.services-cards-container__card-description{font-size:1.25rem}}.services-cards-container__card-main-word{text-transform:uppercase;border-top:.1rem solid #ff5ee8;width:30%;padding-top:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.services-cards-container__card-main-word#précision{color:#cdabff;border-color:#cdabff}.services-cards-container__card-main-word#adaptabilité{color:#c0c1ff;border-color:#c0c1ff}.services-cards-container__card-main-word#rigueur{color:#8c00fe;border-color:#8c00fe}@media screen and (orientation:landscape) and (max-height:500px){.services-cards-container__card-main-word{font-size:1rem}}
.services-section{height:var(--content-height,100%);flex-direction:column;row-gap:1rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.services-section{row-gap:1rem}}@media screen and (min-width:769px) and (min-height:501px){.services-section{gap:5rem}}@media screen and (min-width:1024px) and (min-height:501px){.services-section{row-gap:5rem}}.services-section__titles__title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:var(--main-title);text-transform:uppercase}@media screen and (min-width:1024px){.services-section__titles__title{font-size:var(--main-title)}}@media screen and (orientation:landscape) and (max-height:500px){.services-section__titles__title{font-size:3.5rem}}.services-section__cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media screen and (orientation:landscape) and (max-height:500px){.services-section__cards{flex-direction:row}}@media screen and (min-width:769px) and (min-height:501px){.services-section__cards{flex-direction:row;gap:1rem}}@media screen and (min-width:1024px) and (min-height:501px){.services-section__cards{flex-direction:row;gap:1rem}}
