@import"https://fonts.googleapis.com/css2?family=Bevan&family=Kanit:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope&display=swap";:root{--color-white: #fff;--color-black: #0c0f0a;--color-primary: #b99052;--color-primary-darker: #285943;--color-secondary: #eb8258;--color-bg: #f5f2e8;--color-neutral-light: #eeeeee;--color-neutral-dark: #888888;--color-fail: #f6511d}:root{--font-primary: "Kanit", Helvetica, Arial, sans-serif;--font-secondary: "Bevan", Helvetica, Arial, sans-serif;--font-size-content: 1rem;--font-size-button: 1.25rem;--font-size-h1: 3.75rem;--font-size-h2: 3rem;--font-size-h3: 2rem;--font-size-h4: 1.6rem;--font-size-h5: 1.4rem;--font-size-h6: 1.2rem}:root{--spacing-xs: 5px;--spacing-sm: 15px;--spacing-md: 30px;--spacing-lg: 50px;--spacing-xl: 100px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img{max-width:100%}.tt{align-items:center;color:var(--color-black);display:flex;height:100vh;font:800 75px/1.5 helvetica,sans-serif;justify-content:center;position:fixed;left:0;margin:0;top:0;width:100vw}html{scroll-behavior:smooth}body{background-color:#0a192f;color:#fff;position:relative;min-height:100vh}body .wrapperBody{min-height:calc(100vh - 78px)}body img{height:auto;-o-object-fit:contain;object-fit:contain}body p{font-size:24px}@media screen and (max-width: 900px){body p{font-size:1rem;text-align:center}}body.active{overflow-y:hidden}.canvas{z-index:-1;height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);line-height:1.1;font-weight:bold;margin:0}h1{font-size:var(--font-size-h1);line-height:1}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3);font-family:var(--font-secondary)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6);font-family:var(--font-secondary)}a{color:inherit;text-decoration:none}.wrapper{max-width:1920px;width:calc(100% - var(--spacing-md));margin:0 auto;position:relative}header .wrapper{padding-top:1rem;display:flex;justify-content:space-between;align-items:center}header .logo{display:inline-flex;align-items:center}header nav{z-index:2}header ul{display:flex;text-decoration:none;list-style:none;margin:auto}header ul a{white-space:nowrap}header ul a:hover{color:#00ffd9;transition:all .3s ease-in-out}header ul .navItem{font-family:"Manrope",sans-serif;font-size:24px;position:relative}header ul .navItem::before{content:"";position:absolute;left:-5px;right:0;bottom:0;height:3px;width:110%;background-color:#00ffd9;transform:scaleX(0);transition:all .3s ease-in-out}header ul .navItem:hover::before,header ul .navItem:focus:before{transform:scaleX(1)}header .hamburger{display:none;z-index:3}header .bar{display:block;width:50px;height:3px;margin:.5rem auto;transition:all .3s ease-in;background-color:#fff}@media screen and (max-width: 1500px){header .hamburger{display:block}header .hamburger.active .bar:nth-child(2){opacity:0}header .hamburger.active .bar:nth-child(1){transform:translateY(11px) rotate(45deg)}header .hamburger.active .bar:nth-child(3){transform:translateY(-11px) rotate(-45deg)}header .navMenu{position:fixed;top:-100%;align-self:center;flex-direction:column;gap:0;background-color:#163544;width:100%;text-align:center;transition:.3s;left:0;height:100%;margin:auto;justify-content:center}header .navMenu a{margin:1rem 0;font-family:var(--font-secondary)}header .navMenu.active{top:0;left:0;padding:0}header .navItem{margin:3rem 0;width:90%}}@media screen and (max-width: 750px){header .navItem a{font-size:3rem}}@media screen and (max-width: 700px){header h3{display:none}}@media screen and (max-width: 580px){header .wrapper{justify-content:space-around;width:103%;gap:80px}}li{margin:0 1.5rem;width:100%}footer{position:absolute;bottom:60px;width:100%;height:2rem;margin-top:2rem;padding-top:2rem}footer .wrapper{max-width:1280px;display:flex;justify-content:space-between;align-content:center;flex-direction:column;text-align:center}footer ul{margin-top:3rem;display:flex;justify-content:space-between;list-style:none;text-decoration:none}footer li{display:flex;margin:auto;justify-content:center}footer .github{width:40px}@media screen and (max-width: 1500px){footer footer .wrapper{display:block;text-align:center;width:50%}footer footer .github{width:40px}footer footer p{text-align:center;padding-bottom:2rem}}@media screen and (max-width: 1200px){footer{bottom:-50px}}@media screen and (max-width: 900px){footer{bottom:-10px}img{display:block;width:auto;height:auto;min-width:50px}.github{width:35px}.facebook{height:55px}footer .wrapper{width:100%}footer .footerReseaux{padding-left:0}}@media screen and (max-width: 470px){img{display:block;width:auto;height:auto;min-width:35px}.github{width:35px}.facebook{height:35px}ul{padding-left:0}}main{position:relative;padding-top:5rem;height:70vh}main h2{color:#00ffd9;margin-top:1rem}main .wrapper a{align-self:flex-end}main .button{background:none;position:absolute;bottom:-400px;right:50px}@media screen and (max-width: 560px){main h1{font-size:2rem}main h2{font-size:1.5rem}}canvas{position:absolute;min-height:98vh;top:-70px;width:100%;height:50%}@media screen and (max-width: 560px){main .button{bottom:-200px;right:10px}}.projets .wrapper{display:flex;flex-direction:column;justify-content:space-between;font-family:var(--font-primary);position:relative;align-items:center}.projets .wrapper h1,.projets .wrapper h2,.projets .wrapper h3,.projets .wrapper p{font-family:var(--font-primary);font-weight:400}.projets .wrapper .cards{background-color:#163544;border-radius:30px;display:flex;margin:3.5rem auto;padding:2.75rem;width:70%}.projets .wrapper .cards .logiciels{justify-content:space-between;display:flex}.projets .wrapper .cards .logiciels img{margin-right:.5rem}.projets .wrapper .cards .content{display:flex;flex-direction:column;padding:0px 1.75rem;gap:2.5rem;width:100%}.projets .wrapper .cards .content p{width:70%}.projets .wrapper .alignDroite{align-items:flex-end}.projets .wrapper .cardsDroite{align-items:flex-end;text-align:end}.projets .wrapper .cardsDroite .logiciels{align-items:flex-end}.projets .wrapper .cardsDroite p{text-align:right}.projets .wrapper .cardsGauche{align-items:flex-start}.projets .wrapper .cardsGauche .logiciels{align-items:flex-start}@media screen and (max-width: 1600px){.projets .wrapper body p{text-align:center}.projets .wrapper .cards{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.projets .wrapper .cards .button{margin-bottom:1rem}.projets .wrapper .cards .cardsDroite{text-align:center;align-items:center}.projets .wrapper .cards .cardsDroite p{text-align:end}.projets .wrapper .cards .cardsGauche{text-align:center;align-items:center}.projets .wrapper .cards .cardsGauche .unity{align-self:center;justify-self:center;margin:auto}}@media screen and (max-width: 900px){.projets .wrapper p{display:none}.projets .wrapper h2{font-size:var(--font-size-h3)}.projets .wrapper h3{font-size:var(--font-size-h4)}.projets .wrapper .cards{width:325px;margin:10px 0;padding:1rem 0}.projets .wrapper .cards .content{padding:0}.projets .wrapper .cards .logiciels img{width:40px}.projets .wrapper .cards img{width:200px}}.projet .wrapper{display:flex;flex-direction:column;margin:auto;justify-content:center;align-content:center;width:60%}.projet .logiciels{display:flex;justify-content:space-between;margin:auto}.projet .logiciels img{height:90px}.projet .video{width:170%;height:100%;position:relative}.projet h1{text-align:center;margin-bottom:2rem;color:#00ffd9;font-size:5rem}.projet h2{margin-bottom:10rem;font-size:4.5rem}.projet .blocHero{width:100%;height:80vh;display:flex;flex-direction:column;align-items:center}.projet .blocLogiciel{margin-bottom:10rem;text-align:center}.projet .logicielsProjets{display:flex;flex-direction:row;justify-content:space-around}.projet p{font-family:var(--font-primary);font-size:2rem;text-align:center;margin:2rem 0}.projet h3{font-size:4rem;font-family:var(--font-primary);color:#00ffd9;margin-bottom:.5rem}.projet .bloc{margin:4rem auto}.projet .blocImageV h3{text-align:end}.projet .groupeImage{display:flex;flex-direction:column;justify-content:center;align-items:center}.projet img{margin-bottom:.5rem}.projet iframe{margin:2rem 0;width:100%;height:100%}.projet a{font-size:2rem;font-family:var(--font-primary);position:relative}.projet .lien::before{content:"";position:absolute;left:-5px;right:0;bottom:0;height:3px;width:110%;background-color:#00ffd9;transform:scaleX(0);transition:all .3s ease-in-out}.projet .lien:hover::before,.projet .lien:focus:before{transform:scaleX(1)}.important{font-weight:bold;color:#00ffd9}@media screen and (max-width: 910px){.projet h1{font-size:4rem}.projet .video{width:175%;height:100%;position:relative}.projet .videoProjet{width:100%}.projet .blocLogiciel h2{margin-bottom:5rem;font-size:3rem}.projet .blocLogiciel img{margin:auto}.projet h3{font-size:2rem}.projet p{font-size:1.5rem}}@media screen and (max-width: 910px){.projet .blocLogiciel h2{font-size:2rem}}@media screen and (max-width: 550px){.projet .logiciels img{height:60px}}@media screen and (max-width: 450px){.projet .logiciels img{height:40px}.projet .logiciels p{font-size:1rem}}.Contact .wrapper{margin-top:1rem}.Contact .wrapper h1{font-size:6rem;color:#00ffd9}.pageContact .wrapper{display:flex;justify-content:space-between}.pageContact .info{display:flex;align-items:center;margin:auto;padding:40px auto}.pageContact .info img{width:50px;height:50px}.pageContact .info a,.pageContact .info p{margin-left:1rem;font-size:32px}.pageContact .info a{color:#00ffd9;text-decoration:underline}.pageContact .info .image{min-height:100%;min-width:100%;width:40vh}.pageContact form{font-family:var(--font-primary);font-size:32px;display:flex;flex-direction:column}.pageContact textarea,.pageContact input{border:#00ffd9 2px solid;background-color:#163544;color:#00ffd9;max-width:100%;width:auto;margin-top:.5rem;width:100%}.pageContact textarea{font-size:24px}.pageContact .Reseaux{display:flex;justify-content:space-between;list-style:none;text-decoration:none;margin-top:10rem}.pageContact .boutonEnvoyer{align-self:center;transition:all .3s ease-in-out;box-shadow:inset 0 0 0 0 #00ffd9}.pageContact .boutonEnvoyer:hover{box-shadow:inset 0 -100px 0 0 #00ffd9;color:#fff}.pageContact .apresEnvoyer{display:none}.pageContact .boutonEnvoyer:focus form{display:none}.pageContact .boutonEnvoyer:focus .apresEnvoyer{display:block}@media screen and (max-width: 1600px){.pageContact .information{display:flex;justify-content:space-around}.pageContact .information .Reseaux{margin:auto}.pageContact .wrapper{display:flex;justify-content:space-between;flex-direction:column}.pageContact .colonne{margin-top:1rem;margin-bottom:1rem}.pageContact .colonne .image{width:500px;height:500px}}@media screen and (max-width: 890px){.pageContact .information{display:block}.pageContact .colonne .image{width:100%;height:100%}}@media screen and (max-width: 890px){.Contact .wrapper h1{font-size:5rem}}@media screen and (max-width: 635px){.Contact .wrapper h1{font-size:3rem}}@media screen and (max-width: 490px){.Contact .wrapper h1{font-size:3rem}.Contact .info img{width:35px;height:35px}.Contact .info p{font-size:24px}.Contact .info a{font-size:24px}}.aPropos{margin-top:2rem}.aPropos h1{font-size:4rem;margin:2rem 5rem}.aPropos .wrapper{display:flex;margin:auto;justify-content:space-between;flex-wrap:nowrap}.aPropos .wrapperApropos{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 30px;overflow:hidden}.aPropos ul{display:flex;flex-direction:column;list-style:none;text-decoration:none;margin-right:3rem}.aPropos li{font-family:var(--font-primary);font-size:2.5rem;margin:1rem auto;position:relative;transition:all .3s ease-in-out}.aPropos li button{transition:all .3s ease-in-out}.aPropos li button:hover{color:#00ffd9}.aPropos li .cliquer{color:#00ffd9 !important}.aPropos .selection::before{content:"";position:absolute;left:-5px;right:0;bottom:0;height:3px;width:110%;transform-origin:right;background-color:#00ffd9;transform:scaleX(0);transition:all .3s ease-in-out}.aPropos .selection:hover::before,.aPropos .selection:focus:before{transform:scaleX(1)}.aPropos .selection{text-align:right}.aPropos img{width:40%;align-self:center;margin:auto;height:50%}.aPropos .absolut{min-width:40%}.aPropos .texte{background-color:#163544;padding:2rem 2rem;width:1000px}.aPropos .texte img{margin:auto 0}.aPropos .grid{display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:6rem;column-gap:6rem}.aPropos .competence{display:flex;text-align:center;align-items:center}.aPropos .stat{padding-left:5rem;border-bottom:#fff 3px solid;padding-bottom:1rem;white-space:nowrap;width:240px;position:relative}.aPropos .neuf::before{content:"";position:absolute;right:0;bottom:-3px;height:3px;width:90%;background-color:#00ffd9;transition:all .3s ease-in-out}.aPropos .huit::before{content:"";position:absolute;right:0;bottom:-3px;height:3px;width:80%;background-color:#00ffd9;transition:all .3s ease-in-out}.aPropos .sept::before{content:"";position:absolute;right:0;bottom:-3px;height:3px;width:70%;background-color:#00ffd9;transition:all .3s ease-in-out}.aPropos .apprentissage::before{content:"";position:absolute;right:0;bottom:-3px;height:3px;width:20%;background-color:#00ffd9;transition:all .3s ease-in-out}.aPropos button{background-color:none}.aPropos .ligne{background-color:#163544;border:2px #163544 solid;padding-bottom:25rem;margin-top:1.5rem}.aPropos .liste{display:flex;justify-content:end}.aPropos .stat::before{content:"";position:absolute;left:0;bottom:0;background-color:#00ffd9;height:3px;z-index:1}.aPropos .inactive{display:none}.aPropos .presentation{display:flex}.aPropos iframe{align-self:center;margin:auto;justify-content:center}.aPropos .competences{width:800px;height:450px;transition:all .3s ease-in-out}.aPropos .qualites,.aPropos .defauts,.aPropos .jaimes,.aPropos .histoires{width:800px;height:450px;transition:all .3s ease-in-out}.aPropos .qualites img,.aPropos .defauts img,.aPropos .jaimes img,.aPropos .histoires img{width:25px;margin-top:.7rem !important}.aPropos .qualites li,.aPropos .defauts li,.aPropos .jaimes li,.aPropos .histoires li{display:flex;margin:0}.aPropos .qualites p,.aPropos .defauts p,.aPropos .jaimes p,.aPropos .histoires p{font-size:1.5rem;margin-left:1rem}.aPropos .qualites span,.aPropos .defauts span,.aPropos .jaimes span,.aPropos .histoires span{font-size:1.5rem}.aPropos .jaimes{height:434px}.aPropos .jaimes img{margin:0;align-self:center}.aPropos .histoires{height:434px}.aPropos .histoires img{margin-bottom:70px;align-self:center}@media screen and (max-width: 1930px){.aPropos .wrapperApropos{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);gap:0}.aPropos .texte{grid-column:2/3}.aPropos .presentation{grid-column:1/3}}@media screen and (max-width: 1600px){.aPropos .wrapper .qualites,.aPropos .wrapper .defauts,.aPropos .wrapper .jaimes,.aPropos .wrapper .histoires{width:auto;height:550px;transition:all .3s ease-in-out;margin-right:0}.aPropos .wrapper .qualites img,.aPropos .wrapper .defauts img,.aPropos .wrapper .jaimes img,.aPropos .wrapper .histoires img{width:25px;margin-top:.7rem !important}.aPropos .wrapper .qualites li,.aPropos .wrapper .defauts li,.aPropos .wrapper .jaimes li,.aPropos .wrapper .histoires li{display:flex;margin:0}.aPropos .wrapper .qualites p,.aPropos .wrapper .defauts p,.aPropos .wrapper .jaimes p,.aPropos .wrapper .histoires p{font-size:1.5rem;margin-left:1rem}.aPropos .wrapper .qualites span,.aPropos .wrapper .defauts span,.aPropos .wrapper .jaimes span,.aPropos .wrapper .histoires span{font-size:1.5rem}.aPropos .wrapper .jaimes{height:534px}.aPropos .wrapper .histoires{height:534px}}@media screen and (max-width: 1260px){.aPropos button{font-size:2rem}.aPropos .wrapperApropos{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto}.aPropos .wrapperApropos h1{width:50%;margin:auto}.aPropos .wrapperApropos .navApropos{flex-direction:row}.aPropos .wrapperApropos .important,.aPropos .wrapperApropos p{width:70%}.aPropos .wrapperApropos li{text-align:center;margin:auto}.aPropos .wrapperApropos li button{text-align:center}.aPropos .wrapperApropos .competences .grid p{width:100%}.aPropos .wrapperApropos .competence{width:100%}.aPropos .wrapperApropos .competence img{width:150px}.aPropos .wrapperApropos .texte{width:90%;grid-row:2;grid-column:1/3}.aPropos .wrapperApropos .presentation{grid-column:1/3}.aPropos .qualites,.aPropos .defauts,.aPropos .jaimes,.aPropos .histoires{width:100%}.aPropos .qualites span,.aPropos .defauts span,.aPropos .jaimes span,.aPropos .histoires span{font-size:1.7rem}.aPropos .qualites p,.aPropos .defauts p,.aPropos .jaimes p,.aPropos .histoires p{font-size:1.7rem;width:100%;margin-top:0}}@media screen and (max-width: 942px){.aPropos .wrapperApropos .competences{width:100%}.aPropos .wrapperApropos .competences .grid{display:block}.aPropos .wrapperApropos .competences img{width:60px}.aPropos .wrapperApropos .competences p{text-align:end}.aPropos .wrapperApropos .competences .competence{margin-bottom:.5rem}.aPropos .qualites,.aPropos .defauts,.aPropos .jaimes,.aPropos .histoires{width:100%}.aPropos .qualites span,.aPropos .defauts span,.aPropos .jaimes span,.aPropos .histoires span{font-size:1.5rem}.aPropos .qualites p,.aPropos .defauts p,.aPropos .jaimes p,.aPropos .histoires p{font-size:1.5rem;width:100%;margin-top:0}}@media screen and (max-width: 820px){.aPropos li{display:flex;align-items:center}.aPropos button{font-size:1rem}.aPropos .qualites,.aPropos .defauts,.aPropos .jaimes,.aPropos .histoires{width:100%}.aPropos .qualites span,.aPropos .defauts span,.aPropos .jaimes span,.aPropos .histoires span{font-size:1.2rem}.aPropos .qualites p,.aPropos .defauts p,.aPropos .jaimes p,.aPropos .histoires p{font-size:1.2rem;width:100%;margin-top:0}}@media screen and (max-width: 520px){.aPropos h1{margin:auto}.aPropos .liste .navApropos{display:flex;flex-direction:column}.aPropos .liste button{font-size:1.5rem;text-align:center;margin:auto}.aPropos .qualites,.aPropos .defauts,.aPropos .jaimes,.aPropos .histoires{width:100%}.aPropos .qualites span,.aPropos .defauts span,.aPropos .jaimes span,.aPropos .histoires span{font-size:1.2rem}.aPropos .qualites p,.aPropos .defauts p,.aPropos .jaimes p,.aPropos .histoires p{font-size:1.2rem;width:100%;margin-top:0}.texte{height:600px;margin-bottom:3rem}}.buttonPrincipal{display:flex;align-items:center;color:#fff}.buttonPrincipal:hover{color:#fff}button{align-self:center;color:#fff;border:none;font-size:3rem;background:none;transition:all .3s ease-in-out}.button{font-size:3rem;position:relative;z-index:1;box-shadow:inset 0 -2px 0 0 #00ffd9;transition:all .3s ease-in-out;padding:.5rem;background-color:#0a192f;border-radius:10px}@media screen and (max-width: 900px){.button .button{font-size:1.5rem !important}}.button:hover{box-shadow:inset 0 -100px 0 0 #00ffd9}@media screen and (max-width: 900px){.button{font-size:1.5rem !important}}[class^=icon]{fill:currentColor;display:inline-block;flex:0 0 auto;height:1em;vertical-align:middle;width:1em;stroke:transparent}.icon--stroke{fill:transparent;stroke:currentColor}.icon--xs{height:.75em;width:.75em}.icon--sm{height:.8em;width:.8em}.icon--md{height:1.25em;width:1.25em}.icon--lg{height:1.75em;width:1.75em}.icon--xl{height:7em;width:7em}.information{background-image:url("../assets/images/information.jpg");background-repeat:no-repeat;background-size:cover}.information h2{text-align:center}.information .wrapper{padding:2.5rem 0}.information .form{--input-radius: 3px;--input-padding: 1rem;color:#000;padding:var(--input-padding);background-color:#fff;width:100%}.information .form fieldset{border:none}.information .form .grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;padding:6rem 3rem}@media screen and (max-width: 1000px){.information .form .grid{grid-template-columns:1fr}}.information .submitButton{display:flex;justify-content:center}.is-sent .information .submitButton{display:none}.form__confirmation{display:none;text-align:center}.form__confirmation p{font-size:2rem}.is-sent .form__confirmation{display:block}.is-sent .form__body{display:none}.input__label{display:block}.checkbox .input__element,.radio .input__element{opacity:0;position:absolute;z-index:-1}.checkbox .input__label,.radio .input__label{cursor:pointer;overflow:hidden;position:relative;padding-left:2rem}.checkbox .input__label::before,.checkbox .input__label::after,.radio .input__label::before,.radio .input__label::after{content:"";height:12px;width:12px;position:absolute;top:6px;left:0}.checkbox .input__label::before,.radio .input__label::before{background-color:#fff;border-radius:var(--input-radius);box-shadow:inset 0 1px 2px rgba(0,0,0,.5);border:#000 1px solid}.checkbox .input__label::after,.radio .input__label::after{opacity:0;transform:scale(0);transition:all .4s cubic-bezier(0.19, 1, 0.22, 1)}.checkbox .input__element:checked+.input__label::after,.radio .input__element:checked+.input__label::after{opacity:1;transform:scale(1)}.input__element{border-radius:var(--input-radius);border:1px #949494 solid;padding:var(--input-padding);width:70%;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px rgba(0,0,0,.5);outline:none}.input__element:hover,.input__element+.input__label:hover::before{background-color:rgba(128,128,128,.1)}.input__element:focus,.input__element:-webkit-autofill:focus,.input__element:focus+.input__label::before{background-color:#ffe4bc;box-shadow:0 2px 4px rgba(0,0,0,.5);-webkit-box-shadow:inset 0 0 0 30px #fff !important}.input__element::-moz-placeholder{color:gray}.input__element:-ms-input-placeholder{color:gray}.input__element::placeholder{color:gray}.input__element:-webkit-autofill,.input__element:-webkit-autofill:active{-webkit-box-shadow:inset 0 0 0 30px rgba(128,128,128,.1) !important;-webkit-text-fill-color:inherit !important}.select{position:relative}.select .input__element{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1rem}.select option{background-color:#fff;color:gray}.select::after{--size: 12px;content:"";background:url("../assets/icons/chevron.svg") no-repeat 50% 50%;height:var(--size);position:absolute;pointer-events:none;right:13.125rem;transform:translateY(50%);width:var(--size);top:50%}.error .input__element{box-shadow:inset 0 0 0 3px red}.error .input__label{color:red}.error .textError{display:block}.textError{display:none;color:red;margin:0}.textarea .input__element{resize:vertical;height:200px}.checkbox .input__label::after{background:url("../assets/icons/coche.svg") no-repeat 50% 50%;background-size:50%}.radio .input__label::before{border-radius:100%}.radio .input__label::after{background-color:#000;border-radius:100%}.has-js [data-scrolly=fromRotate]{opacity:0;transition:all .4s ease-out;transform:rotate(180deg)}.has-js [data-scrolly=fromRotate].is-active{opacity:1;transform:rotate(0)}.has-js [data-scrolly=fromRight]{opacity:0;transition:all .4s ease-out;transform:translateX(60px)}.has-js [data-scrolly=fromRight].is-active{opacity:1;transform:translateX(0)}.has-js [data-scrolly=fromBot]{opacity:0;transition:all .4s ease-out;transform:translateY(60px)}.has-js [data-scrolly=fromBot].is-active{opacity:1;transform:translateY(0)}.cursor{width:1rem;height:1rem;background-color:darkred;border-radius:100%;position:absolute;pointer-events:none;transform:translate(-50%, -50%);z-index:4}.cursor.hover{background:green}.cursor.down{background-color:green;width:.6rem;height:.6rem}.cursor-demo{cursor:none}.cursor-demo *{cursor:none}@media screen and (max-width: 750px){.cursor{display:none}}.modal{--modal-padding:60px;position:fixed;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:20;opacity:0;transform:translateY(100%);transition:opacity .8s cubic-bezier(0.19, 1, 0.22, 1) .4s,transform 0s .8s}.modal-is-active .modal{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(0.19, 1, 0.22, 1),transform 0s}.modal__scrim{background-color:var(--color-black);opacity:.8;position:absolute;top:0;left:0;height:100%;width:100%}.modal__box{background-color:var(--color-white);border-radius:10px;color:var(--color-black);width:80vw;position:relative;height:80vh;z-index:1;opacity:0;transform:translateY(-100%);transition:all .4s cubic-bezier(0.95, 0.05, 0.795, 0.035)}.modal-is-active .modal__box{opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(0.19, 1, 0.22, 1) .2s}.modal__content{height:100%;padding:60px;overflow-y:auto;padding:var(--modal-padding)}.modal__close{--bar-width: 2px;--button-size: 40px;background:transparent;border:none;cursor:pointer;height:var(--button-size);outline:none;padding:0;position:absolute;right:calc(var(--modal-padding)/2);top:calc(var(--modal-padding)/2);width:var(--button-size)}.modal__close::before,.modal__close::after{background:var(--color-black);bottom:0;content:"";height:var(--bar-width);left:0;right:0;top:0;margin:auto;position:absolute;transition:transform .3s cubic-bezier(0.19, 1, 0.22, 1);width:80%}.modal__close::before{transform:rotate(-45deg)}.modal__close::after{transform:rotate(45deg)}.modal__close:hover{opacity:.7}.modal__close:hover::before{transform:rotate(0)}.modal__close:hover::after{transform:rotate(0)}.modal-is-active body{overflow:hidden}.projetcomplet{background-color:#fff;padding:50px 0}.projetcomplet h2{color:#000;text-align:center;margin:0 0 50px 0}.youtube{color:var(--color-white);text-align:center;width:100%;height:920px;height:0;padding-bottom:56.25%;position:relative;cursor:pointer}.youtube img{-o-object-fit:cover;object-fit:cover;width:inherit;height:inherit}.youtube .icon{opacity:0;position:absolute;top:50%;left:50%;text-shadow:0 0 4px #000;transition:.4s cubic-bezier(0.19, 1, 0.22, 1);transition-property:opacity,transform;transform-origin:0 0;transform:translate(-50%, -50%);z-index:2;fill:rgba(0,0,0,0);stroke:#fff;stroke-width:4px}.is-video-ready .youtube .icon{opacity:1}.youtube:hover .icon{transform:scale(0.8) translate(-50%, -50%);color:var(--color-white)}.youtube__media{position:absolute;top:0;left:0;height:100%;width:100%}.u-hidden-visually{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.u-hidden{display:none !important}