:root{--shadow-picto:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;--white-card: #FFF;--white-card-to-green: #FFF;--white-card-design-delivery: #FFF;--picto-green-to-green:#216E66;--white: #FBFBFB;--black: #2F3B40;--green: #A4F0CF;--green-dark:#216E66;--color-ville:#216E66;--background: #FBFBFB;--text-theme-color: #2F3B40;--text-theme-color-black-to-green: #2F3B40;--text-color: #2F3B40;--primary: #A4F0CF;--grey:#6F6F6F;--grey-to-white:#6F6F6F;--grey-to-green:#6F6F6F;--lighy-grey-to-light-dark: #F3F3F3;--white-to-light-dark: #FBFBFB;--white-to-light-dark-2: #FBFBFB;--green-to-dark: #A4F0CF;--brightness-low-to-hight:brightness(0);--button-link-color: #216E66;--trercery-text: #2F3B40;--footer-bg:#216E66;--footer-text: #FBFBFB;--alt-green: #95E0B5;--outfit: "Outfit", sans-serif;--roboto: "Roboto", sans-serif;--up-bnt:#216E66;--up-bnt-bg:#FBFBFB;--trercery-bg:transparent;--home-expertise-card-bg:#A4F0CF;--home-expertise-card-titre:#2F3B40;--brightness: brightness(1);--black-to-white:#2F3B40;--rouge:#F33131}body.dark-mode{--alt-green: #95E0B5;--brightness-low-to-hight:brightness(99);--black-to-white:#FBFBFB;--black: #2F3B40;--picto-green-to-green:#A4F0CF;--shadow-picto:rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;--brightness: brightness(10);--white-card-to-green: #A4F0CF;--white-card: #404654;--trercery-bg:#A4F0CF;--white-card-design-delivery: #353944;--white-to-light-dark: #353944;--white-to-light-dark-2: #404654;--footer-bg:#A4F0CF;--footer-text: #353944;--background: #353944;--text-theme-color: #FBFBFB;--text-color: #2F3B40;--up-bnt:#2F3B40;--up-bnt-bg: transparent;--primary: #A4F0CF;--grey: #FBFBFB;--home-expertise-card-bg: #404654;--text-theme-color-black-to-green: #95E0B5;--lighy-grey-to-light-dark: #404654;--grey-to-white:#FBFBFB;--color-ville:#404654;--grey-to-green:#A4F0CF;--green-to-dark: #404654;--button-link-color: #A4F0CF}header{background-color:var(--background)}header .navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;position:relative;gap:50px}@media(max-width: 768px){header .navbar{padding:1.5rem 1rem !important}}header .navbar .logo-container{display:flex;align-items:center;gap:40px}header .navbar .logo-container .logo{font-weight:bold;height:60px}@media(max-width: 768px){header .navbar .logo-container .logo{height:auto}}header .navbar .logo-container .logo img{width:100%;height:100%;object-fit:contain}header .navbar .nav-links{list-style:none;display:flex;align-items:center;gap:2rem;margin:0;padding:0;background-color:var(--background);transition:transform .3s ease-in-out;z-index:1000;width:100%;justify-content:space-around}header .navbar .nav-links li{position:relative}header .navbar .nav-links li a{text-decoration:none;color:var(--text-theme-color);font-weight:500;transition:color .3s}header .navbar .nav-links li a.btn{width:235px;display:block;margin-top:0}header .navbar .nav-links li a:hover{color:#95e0b5}header .navbar .nav-links li a.active{color:#95e0b5}header .navbar .nav-links li .submenu{display:none;position:absolute;top:100%;left:-50px;list-style:none;margin:0;padding:0;background-color:var(--background);box-shadow:0 8px 16px rgba(0,0,0,.1);width:150px}header .navbar .nav-links li .submenu li a{display:block;padding:.75rem 1rem;color:var(--text-theme-color);transition:color .3s}header .navbar .nav-links li .submenu li a:hover{color:#95e0b5}@media(min-width: 1024px){header .navbar .nav-links li.has-submenu:hover .submenu{display:block;left:0;width:100%}}header .navbar .nav-links li.show-submenu .submenu{display:block}@media(min-width: 1024px){header .navbar .nav-links li.show-submenu .submenu{position:relative}}header .navbar .burger{display:none;flex-direction:column;justify-content:center;cursor:pointer}header .navbar .burger .menu{background-color:rgba(0,0,0,0);border:none;cursor:pointer;display:flex;padding:0}header .navbar .burger .line{fill:none;stroke:#000;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)}header .navbar .burger .line1{stroke-dasharray:60 207;stroke-width:6;stroke:var(--primary)}header .navbar .burger .line2{stroke-dasharray:60 60;stroke-width:6;stroke:var(--primary)}header .navbar .burger .line3{stroke-dasharray:60 207;stroke-width:6;stroke:var(--primary)}header .navbar .burger .opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}header .navbar .burger .opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}header .navbar .burger .opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}@media screen and (max-width: 1531px){header .navbar{padding:1rem 4rem}header .navbar .nav-links{flex-direction:column;align-items:flex-start;position:fixed;right:0;width:300px;height:100dvh;padding:2rem;top:0;padding-top:90px;background-color:var(--background);transform:translateX(100%);transition:transform .3s ease-in-out;box-sizing:border-box;z-index:1000;justify-content:flex-start}}@media screen and (max-width: 1531px)and (max-width: 834px){header .navbar .nav-links{width:100%;height:100%}}@media screen and (max-width: 1531px){header .navbar .nav-links.nav-active{transform:translateX(0)}header .navbar .nav-links .has-submenu.show-submenu .submenu{position:static;box-shadow:none}header .navbar .nav-links .has-submenu.show-submenu .submenu li a{padding:.75rem 0rem}header .navbar .burger{display:flex;z-index:1001}header .navbar .burger.fixed{position:fixed;right:16px}}footer{background-color:var(--footer-bg);position:relative;color:var(--footer-text)}footer p{font-family:var(--roboto)}footer a{font-family:var(--roboto);color:var(--footer-text)}.footer-top{display:flex;justify-content:center;padding:75px 75px}@media screen and (max-width: 1138px){.footer-top{padding:150px 20px;flex-direction:column;padding-bottom:75px}}.footer-links{display:flex;align-items:flex-start;justify-content:space-between;gap:80px;flex-wrap:wrap}.footer-link{color:var(--footer-text) !important;display:flex;flex-direction:column;justify-content:flex-start}.footer-link p{color:var(--footer-text) !important}.footer-link a{color:var(--footer-text) !important}.footer-bottom{display:flex;justify-content:center;align-items:center}.footer-bottom>div{width:90%;border-top:1px solid var(--footer-text)}.footer-bottom p{text-align:center;padding:27px;font-size:16px;font-weight:400;color:var(--footer-text) !important}@media screen and (max-width: 602px){.footer-bottom p{display:flex;flex-direction:column;align-items:center;gap:10px}}.footer-bottom a{color:var(--footer-text) !important;text-decoration:underline;margin:0px 10px}@media screen and (max-width: 602px){.footer-bottom a{margin-right:0px}}.footer-logo{display:flex;justify-content:center;align-items:center}.footer-logo img{width:100%;height:auto}.footer h4{font-family:var(--outfit);font-size:20px;font-weight:600;color:var(--footer-text) !important}.linkedin{height:32px;width:32px}.bouton-up{border-radius:4px;border:none;background-color:var(--up-bnt-bg);z-index:1000;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.bouton-up svg{width:25px;height:25px;color:var(--up-bnt)}#bar{background-color:var(--white);height:1px;width:100%;margin-top:30px}.container-top{position:absolute;bottom:15px;right:10px}.adresse{gap:30px}.liens{gap:30px}.liens p{z-index:1000}.liens a{cursor:pointer;z-index:1000}.suivre{gap:30px}.rejoingnez-nous{margin-bottom:20px}.privacy-settings{text-decoration:underline}@media screen and (max-width: 1231px){.footer-logo .footer-links{order:3;height:auto}.suivre{order:4}.adresse{gap:30px}.liens{gap:30px}.suivre{gap:30px}}@media screen and (max-width: 825px){.footer-logo .footer-links{order:3}.suivre{order:4}.adresse{gap:30px}.liens{gap:30px}.suivre{gap:30px}}@media screen and (max-width: 1138px){.footer-links{flex-direction:column;align-items:center;min-width:430px;gap:80px}.footer-logo .footer-links{order:1;margin-bottom:43px;padding:0;height:auto}#bar{margin:0}.suivre{order:4;padding:0;align-items:center}.liens{order:3;padding:0;align-items:center}.adresse{order:2;align-items:center;padding:0}.adresse p{text-align:center}.container-top{position:absolute;top:50px;right:50%;transform:translateX(50%)}}@media screen and (max-width: 608px){.footer-logo .footer-links{order:1}.suivre{order:4}.liens{order:3}.adresse{order:2}}@media screen and (max-width: 487px){.footer-links{justify-content:center;min-width:100%}.footer-logo .footer-links img{width:60vw;height:auto}}#expertise-page p{font-family:var(--roboto);line-height:30px;color:var(--grey)}#expertise-page p:nth-child(1){font-family:var(--roboto);line-height:30px;color:var(--black)}#expertise-page p{font-family:var(--roboto);line-height:30px;color:var(--grey)}#expertise-page .expertise-header{background-image:url("../img/expertise/expertise-header.jpg");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}#expertise-page h3{margin-bottom:30px}:root{--hight-switch: 20px;--width-switch: 40px;--width-toggle: 24px;--hight-toggle: 24px}.theme-switch-container{z-index:0}.toggle-btn{background-color:var(--primary);border:none;width:var(--width-switch);height:var(--hight-switch);border-radius:99px;transition:background-color .3s ease;cursor:pointer;position:relative}.toggle-btn.toggled{background-color:var(--primary)}.toggle-btn.toggled .thumb{left:calc(var(--width-switch) - var(--hight-switch) - 4px);border-color:var(--primary);background-color:#353944}.toggle-btn .thumb{background-color:#fff;width:var(--width-toggle);height:var(--hight-toggle);border-radius:50%;position:absolute;border-radius:99px;transition:left .3s ease;transform:translateX(0);top:50%;left:0px;transform:translateY(-50%);border:var(--primary) solid 2px}.toggle-btn .icon-switch-container{height:100%;width:100%;position:relative}.toggle-btn .icon-switch-container svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:75%;width:75%}#sun-icon,#moon-icon{display:none}#sun-icon{display:block}.toggle-btn.toggled #sun-icon{display:none}.toggle-btn.toggled #moon-icon{display:block}@font-face{font-family:"Outfit";src:url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-VariableFont_wdth.ttf") format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--outfit);scroll-behavior:smooth}a{text-decoration:none;color:inherit}.vertclair{color:#95e0b5}.rouge{color:var(--rouge)}.scaletext{font-size:19px}.bold-500{font-weight:500}.bold-600{font-weight:600}body{background-color:var(--background);color:var(--text-color);transition:background-color .3s ease,color .3s ease;padding:0;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--outfit)}h1{font-size:96px;margin:0;font-weight:500;padding:0 20px}@media screen and (max-width: 834px){h1{font-size:32px !important}}h2{font-size:64px;margin:0;font-weight:500}@media screen and (max-width: 834px){h2{font-size:32px}}h3{font-size:48px;font-weight:500;margin:0}@media screen and (max-width: 834px){h3{font-size:32px}}h4{font-size:32px;font-weight:500;margin:0}@media screen and (max-width: 834px){h4{font-size:24px}}h5{font-size:24px;font-weight:500;margin:0}h6{font-size:20px;font-weight:500;margin:0}.black-font{color:var(--black) !important}.title-centered{display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto;width:100%;padding:0 20px}.section-col{display:flex;flex-direction:column}.section-row{display:flex;flex-direction:row}.img-max-width-container{display:flex;align-items:center;justify-content:center}.img-max-width-container h1{text-align:center;color:var(--white)}.text-image-section{display:flex;flex-direction:column;gap:60px}.text-image-section .text-image-block{display:flex;align-items:center;justify-content:space-between;gap:40px}.text-image-section .text-image-block .text-content{flex:1}.text-image-section .text-image-block .image-content{flex:1;display:flex;justify-content:center}.text-image-section .text-image-block .image-content img{max-width:100%;border-radius:8px}.text-image-section .text-image-block:nth-child(odd){flex-direction:row-reverse}.text-image-section .text-image-block:nth-child(even){flex-direction:row}@media screen and (max-width: 768px){.text-image-section .text-image-block{flex-direction:column-reverse !important;text-align:center}.text-image-section .text-image-block .text-content,.text-image-section .text-image-block .image-content{width:100%}}.image-container{position:relative;border-radius:8px;width:fit-content;height:fit-content}.image-container .img-bg{width:70%;height:70%;position:absolute;border-radius:8px;bottom:-20px;z-index:-999}.image-container .img-bg.right{right:-20px}.image-container .img-bg.left{left:-20px}.bg-green{background-color:var(--primary)}a{color:var(--primary)}a:hover{opacity:.8}.p-4{padding:80px 130px}.p-5{padding:100px 200px}.g-20{gap:30px}.g-50{gap:50px}.theme-color h3{color:var(--text-theme-color)}.theme-color h3 span{color:#95e0b5}.theme-color h2{color:var(--text-theme-color)}.theme-color h2 span{color:#95e0b5}.theme-color h3{color:var(--text-theme-color)}.theme-color h3 span{color:#95e0b5}.theme-color h4{color:var(--text-theme-color)}.theme-color h4 span{color:#95e0b5}.theme-color h5{color:var(--text-theme-color)}.theme-color h5 span{color:#95e0b5}.theme-color h6{color:var(--text-theme-color)}.theme-color h6 span{color:#95e0b5}.theme-color p{color:var(--text-theme-color);font-weight:400}.theme-color a{color:var(--text-theme-color)}.theme-color svg.picto-all circle{stroke:var(--background)}.theme-color svg.picto-all path{stroke:var(--background);fill:var(--background)}.theme-color .picto-all svg circle{stroke:var(--background)}.theme-color .picto-all svg path{stroke:var(--background);fill:var(--background)}@media screen and (max-width: 1024px){.p-4{padding:80px 22px}.p-5{padding:50px 20px}}@media screen and (max-width: 768px){.p-5{padding:50px 20px}.section-row{display:flex;flex-direction:column}}.btn{padding:15px 20px;border-radius:5px;cursor:pointer;font-family:var(--roboto);font-size:16px;font-weight:600 !important;min-width:180px;text-align:center}@media screen and (max-width: 505px){.btn{width:100%}}.btn.has-picto{display:flex;gap:15px;justify-content:center;align-items:center}.btn.bnt-primary{background-color:var(--green) !important;color:var(--green-dark) !important;display:flex;justify-content:center;align-items:center;position:relative}.btn.bnt-primary img,.btn.bnt-primary svg{position:absolute;opacity:0;right:25%;height:12px;transition:all .3s ease-in-out;color:var(--green-dark)}.btn.bnt-secondary{background-color:#fbfbfb;color:var(--green-dark)}.btn.bnt-terciary{background-color:var(--trercery-bg);color:var(--trercery-text);border:1px solid #000}.btn.bnt-terciary img,.btn.bnt-terciary svg{margin-left:10px;height:12px;transition:all .3s ease-in-out}.btn.bnt-terciary:hover img,.btn.bnt-terciary:hover svg{margin-left:30px}.btn.bnt-link{color:var(--button-link-color)}.btn.bnt-link img{margin-left:10px;height:12px;transition:all .3s ease-in-out;color:var(--green-dark)}.btn.bnt-link svg{margin-left:10px;height:12px;transition:all .3s ease-in-out;fill:var(--picto-green-to-green);border:var(--green-dark)}.btn.bnt-link svg path{stroke:var(--button-link-color)}.btn.bnt-link:hover img{margin-left:15px}.btn.bnt-link:hover svg{margin-left:15px}.button-centered{display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%}.button-left{display:flex;justify-content:flex-start;align-items:center;margin:0 auto;width:100%}@media screen and (max-width: 1040px){.button-left{justify-content:center}}.button-right{display:flex;justify-content:flex-end;align-items:center;margin:0 auto;width:100%}@media screen and (max-width: 1040px){.button-right{justify-content:center}}.overlay{opacity:0;display:none;z-index:1000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);transition:all 3s ease-in-out}.overlay-active{display:block;opacity:1}.bullet-point{margin-right:7px}c-lit-input-text{--input-text-outlined-bg-color: var(--white-to-light-dark);--input-text-outlined-border: 1px solid var(--grey-to-green);--primary-color: var(--text-theme-color);--input-text-label-color: var(--text-theme-color);--input-text-outlined-label-bg-color: var(--white-to-light-dark);--input-text-outlined-border-radius: 8px;width:100%;--input-text-width-adapt: 100%}@media screen and (max-width: 834px){c-lit-input-text{--input-text-width: 100%;--input-text-width-adapt: 100%}}c-lit-input-radios{--radio-border-color: var(--text-theme-color);--radio-checked-border-color: var(--text-theme-color);--radio-checked-fill-color: var(--text-theme-color);--label-color: var(--text-theme-color);--radio-margin: 0px 0px 20px 0px}c-lit-checkbox{--input-checkbox-label-font-size: 14px;--input-checkbox-align-item: top;--input-checkbox-label-color: var(--text-theme-color);--input-checkbox-border-color: var(--text-theme-color)}c-lit-text-area{--input-text-outlined-bg-color: var(--white-to-light-dark);--input-text-outlined-border: 1px solid var(--grey-to-green);--primary-color: var(--text-theme-color);--input-text-label-color: var(--text-theme-color);--input-text-outlined-label-bg-color: var(--white-to-light-dark);--input-text-outlined-border-radius: 8px;width:100%;--input-text-width-adapt: 100%}@media screen and (max-width: 834px){c-lit-text-area{--input-text-width: 100%;--input-text-width-adapt: 100%}}.scroll-y-none{overflow-y:hidden}.picto-link{z-index:999}#bienvenue{height:636px;background-color:#353944}#bienvenue .bienvenue-beam{position:absolute;top:70%;width:350px;height:200px;z-index:1;background:radial-gradient(circle, rgb(255, 255, 182) 0%, rgba(255, 255, 255, 0) 100%);filter:blur(100px);z-index:99;border-radius:50%;opacity:.8}#bienvenue .content-bienvenue{height:100%;width:100%;display:flex;position:relative}#bienvenue .paralaxe-home{position:absolute;display:flex;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right}@media screen and (max-width: 500px){#bienvenue .paralaxe-home{opacity:.9}}#bienvenue .paralaxe-home img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}#bienvenue .paralaxe-home img:nth-child(1){z-index:3}#bienvenue .paralaxe-home img:nth-child(2){z-index:2}@media screen and (max-width: 500px){#bienvenue .paralaxe-home img:nth-child(2){object-position:90%}}#bienvenue .paralaxe-home img:nth-child(3){z-index:1}#bienvenue h3{margin:0;color:var(--white)}@media screen and (max-width: 834px){#bienvenue h3{font-size:48px !important}}#bienvenue p{color:var(--white);font-family:var(--outfit);font-size:32px;font-weight:500;line-height:40px;margin-top:15px}.bienvenue-btn{display:flex;flex-direction:row;gap:33px}@media screen and (max-width: 505px){.bienvenue-btn{flex-direction:column;gap:10px}.bienvenue-btn a{width:100%}}.content-bienvenue .bienvenue-text{margin-bottom:40px;z-index:4;padding-top:50px;padding-left:80px;padding-right:80px}@media screen and (max-width: 834px){.content-bienvenue .bienvenue-text{padding-left:35px}}@media screen and (max-width: 505px){.content-bienvenue{height:100%;display:flex;flex-direction:column;justify-content:space-between}}#chez{display:block;position:relative;z-index:99;background-color:var(--background)}#chez h2{margin-bottom:24px;text-align:start}@media screen and (max-width: 834px){#chez h2{font-size:48px}}@media screen and (max-width: 428px){#chez h2{font-size:33px}}#chez p{color:var(--grey);font-family:var(--roboto);font-size:24px;font-weight:400;line-height:45px;width:100%}@media screen and (max-width: 834px){#chez p{font-size:24px}}.chez-content{padding:66px 158px 74px 173px;width:100%}@media screen and (max-width: 834px){.chez-content{padding-left:20px;padding-right:20px}}#expertise{display:flex;justify-content:end;align-items:end;position:relative;background-color:var(--green)}#expertise h3{margin:0;color:var(--black) !important}@media screen and (max-width: 834px){#expertise h3{font-size:33px}}@media screen and (max-width: 505px){#expertise h3{font-size:24px}}#expertise p{color:var(--black);font-family:var(--roboto);font-size:16px;font-style:normal;font-weight:400;line-height:30px;width:100%}@media screen and (max-width: 1040px){#expertise{position:static;flex-direction:column}}.expertise-img{width:100%;display:flex}.expertise-img img{width:100%;height:100%}@media screen and (max-width: 1040px){.expertise-img{position:static}}.expertise-content{background-color:var(--green);width:723px;display:flex;padding:30px 79px 48px 55px;flex-direction:column;align-items:start;justify-content:center;gap:21px;border-radius:15px 0px 0px 0;position:absolute;bottom:0;right:0}@media screen and (max-width: 834px){.expertise-content{position:static}}@media screen and (max-width: 1040px){.expertise-content{position:static;width:100%;border-radius:0px;padding-left:25px;padding-right:25px}}.expertise-content-responsive{background-color:var(--green);width:100%;display:none;padding:30px 79px 48px 55px;flex-direction:column;align-items:start;justify-content:center;gap:21px}.expertise-content-responsive h3{margin:0}.expertise-content-responsive p{color:val(--grey);font-family:"Roboto",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px;width:100%}@media screen and (max-width: 834px){.expertise-content-responsive{display:flex}}#offres{display:block;z-index:99;position:relative;background-color:var(--background)}#offres h1{padding-bottom:90px;padding-top:0px;color:var(--text-theme-color)}@media screen and (max-width: 1100px){#offres h1{font-size:64px;text-align:center;padding-top:40px}}#offres h4{margin-bottom:25px;color:var(--text-theme-color-black-to-green);text-align:center}@media screen and (max-width: 834px){#offres{padding:0 20px}}.offres-cards{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:25px}@media screen and (max-width: 1100px){.offres-cards{flex-direction:column}}.offre-card{width:465px;display:flex;flex-direction:column;padding:45px 35px;border-radius:7px;border:2px solid #95e0b5;background:var(--home-expertise-card-bg);box-shadow:3px 13px 14px -8px rgba(0,0,0,.04)}.offre-card .offre-card-span svg path{fill:var(--picto-green-to-green)}@media screen and (max-width: 1323px){.offre-card{height:659px;justify-content:space-between}}@media screen and (max-width: 505px){.offre-card{width:100%;height:100%}}.offre-card-top{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px}.offre-card-span{width:75px;height:75px}.offre-card-span svg{width:100%;height:100%}.offre-card-text{gap:22px;display:flex;flex-direction:column}.offre-card-text p{color:var(--text-theme-color);font-family:"Roboto",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.offre-card-text ul{padding-left:20px}.offre-card-text ul li{color:var(--text-theme-color);font-family:"Roboto",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:30px}@media screen and (max-width: 505px){.offre-card-text{width:100%}}.offre-card-btn{display:flex;justify-content:center;margin-top:20px}.offre-card-btn img{margin-left:10px;height:12px}#cest-aussi{display:block}#cest-aussi h1{margin-left:59px;margin-right:129px;margin-bottom:75px;max-width:800px;color:var(--text-theme-color)}@media screen and (max-width: 1100px){#cest-aussi h1{text-align:center;max-width:none;font-size:64px;line-height:60px;margin:0;margin-bottom:75px}}@media screen and (max-width: 862px){#cest-aussi h1{width:100%}}@media screen and (max-width: 834px){#cest-aussi h1{font-size:64px;text-align:center;line-height:60px}}@media screen and (max-width: 674px){#cest-aussi h1{font-size:48px}}.cest-aussi-content{padding:75px 116px}@media screen and (max-width: 732px){.cest-aussi-content{padding:0 20px;padding-top:178px}}.cest-aussi-items{display:flex;justify-content:space-around;align-items:start;flex-direction:row;flex-wrap:wrap;width:100%}.cest-aussi-item{display:flex;justify-content:center;align-items:center;gap:60px;margin-bottom:50px;flex-direction:column}@media screen and (max-width: 1100px){.cest-aussi-item{width:300px;max-width:100%}}.cest-aussi-item p{text-align:center}.cest-aussi-chiffre{text-align:center;font-family:var(--outfit);font-size:64px;font-weight:700 !important;transition:all .3s ease-out}#pourquoi{display:block;background-color:var(--lighy-grey-to-light-dark)}#pourquoi h2{margin-top:51px;color:var(--text-theme-color)}@media screen and (max-width: 834px){#pourquoi h2{font-size:48px;margin-bottom:87px;padding:0 25px}}@media screen and (max-width: 428px){#pourquoi h2{font-size:31px;text-align:center}}#pourquoi h5{min-width:285px;color:var(--text-theme-color)}#pourquoi span{padding:15px;border-radius:99px;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-color) 0px 7px 29px 0px}.pourquoi-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.pourquoi-card-text{display:flex;flex-direction:column;justify-content:center}.pourquoi-card-text h6{color:var(--grey)}.pourquoi-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:41px;height:100%;width:100%}@media screen and (max-width: 834px){.pourquoi-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:41px;padding:20px;padding-bottom:40px;height:100%;width:100%}}.pourquoi-card{display:flex;padding:38px;gap:22px}.pourquoi-card img{width:50px;height:auto}@media screen and (max-width: 1082px){.pourquoi-card{flex-direction:column;justify-content:center}.pourquoi-card h5,.pourquoi-card h6{text-align:center}}.pourquoi-icon{display:flex;align-items:center}@media screen and (max-width: 1082px){.pourquoi-icon{display:flex;justify-content:center;align-items:center;width:100%;height:100%}}#filiales{display:flex;justify-content:center;align-items:center}.filiales-content{display:flex;justify-content:center;align-items:center;width:100%;max-width:762px;flex-direction:column;padding-bottom:40px}.filiales-content h2{text-align:center;padding:65px 25px 40px 25px;color:var(--text-theme-color)}@media screen and (max-width: 834px){.filiales-content h2{font-size:48px}}@media screen and (max-width: 428px){.filiales-content h2{font-size:33px}}.filiales-logos{display:flex;justify-content:center;align-items:center;gap:54px;margin:54px 0;width:100%}@media screen and (max-width: 834px){.filiales-logos{gap:30px;padding:0 22px}}@media screen and (max-width: 428px){.filiales-logos{gap:20px;flex-direction:column}}.filiales-logo{flex:1;max-width:356px;display:flex;justify-content:center;align-items:center}.filiales-logo img{width:100%;height:auto;max-width:100%}.dark-mode a.filiales-logo:first-of-type svg path:first-of-type{fill:#fff}.dark-mode a.filiales-logo:first-of-type svg path:nth-of-type(2){fill:#f0c30e}.dark-mode a.filiales-logo:first-of-type svg path:nth-of-type(3){fill:#fff}.dark-mode a.filiales-logo:first-of-type svg path:nth-of-type(4){fill:#fff}.dark-mode a.filiales-logo:last-of-type svg path:first-of-type{fill:#fff}.dark-mode a.filiales-logo:last-of-type svg path:nth-of-type(2){fill:#fff}.dark-mode a.filiales-logo:last-of-type svg path:nth-of-type(3){fill:#fba43e}.dark-mode a.filiales-logo:last-of-type svg path:nth-of-type(4){fill:#fff}.dark-mode a.filiales-logo:last-of-type svg g path{fill:#194aa9 !important}.dark-mode .logo-client path{fill:#fff !important}.dark-mode .logo-client.axa path:first-of-type{fill:#fff !important}.dark-mode .logo-client.axa path:nth-of-type(2){fill:#404654 !important}.dark-mode .logo-client.axa path:last-of-type{fill:#404654 !important}:root{--height: auto;--animation-duration: 14s;--animation-duration-tablet: 8s;--animation-duration-mobile: 6s;--container-width: 200%}.slider-container{padding-top:65px;padding-bottom:81px;background-color:var(--lighy-grey-to-light-dark)}.slider{padding:0;height:var(--height);width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right, rgba(0, 0, 0, 0.2), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0.2));-webkit-mask-image:linear-gradient(to right, rgba(0, 0, 0, 0.2), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0.2))}.slider .list{display:flex;width:var(--container-width);height:100%;position:relative;animation:slideAnimation var(--animation-duration) linear infinite}@media screen and (max-width: 1040px){.slider .list{animation:slideAnimationTablet var(--animation-duration-tablet) linear infinite}}@media screen and (max-width: 505px){.slider .list{animation:slideAnimationMobile var(--animation-duration-mobile) linear infinite}}.slider .logos-set{display:flex;justify-content:space-around;width:100%;gap:50px}.slider .logos-set:first-of-type{margin-right:50px}.slider .item{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 834px){.slider .item{width:100px}}.slider .item img{width:100%;height:auto;transition:filter .2s ease}.slider .item svg{width:100%;transition:filter .2s ease}.slider:hover .list{animation-play-state:paused}.slider:hover .item img,.slider:hover .item svg{filter:grayscale(100%)}.slider .item:hover img,.slider .item:hover svg{filter:grayscale(0%)}.slider-title h2{margin-bottom:83px;margin-top:30px;text-align:center;color:var(--text-theme-color)}@keyframes slideAnimation{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes slideAnimationTablet{0%{transform:translateX(0)}100%{transform:translateX(-65%)}}@keyframes slideAnimationMobile{0%{transform:translateX(0)}100%{transform:translateX(-105%)}}@media screen and (max-width: 834px){.slider-container{padding-top:45px;padding-bottom:60px}.slider-title h2{font-size:48px;margin-bottom:50px;margin-top:40px}}@media screen and (max-width: 505px){.slider-container{padding-top:30px;padding-bottom:40px}.slider-title h2{margin-bottom:30px;margin-top:25px;font-size:33px}}.accueil-contact{background:url(../img/home/women-working.jpg);filter:grayscale(20%);background-repeat:no-repeat;background-size:cover;background-position:center 70%;display:flex;justify-content:center;align-items:center;flex-direction:column}.accueil-contact h3{color:var(--white);font-family:var(--outfit);text-align:center}.accueil-contact .accueil-contact-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:77px}#qui-sommes-nous .qui-sommes-nous-header{background-image:url("../img/expertise/expertise-header.jpg");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}@media screen and (max-width: 602px){#qui-sommes-nous .button-left{margin:30px 0px}}#qui-sommes-nous .title-bg-green{background:linear-gradient(to right, var(--green) 60%, var(--background) 40%);padding-top:20px !important;padding-bottom:20px !important;margin-top:50px}#qui-sommes-nous .title-bg-green h2{color:var(--black)}@media(max-width: 1150px){#qui-sommes-nous .title-bg-green h2{font-size:48px}}@media(max-width: 695px){#qui-sommes-nous .title-bg-green h2{font-size:32px}}@media(max-width: 1565px){#qui-sommes-nous .title-bg-green{background:linear-gradient(to right, var(--green) 75%, var(--background) 10%)}}@media(max-width: 478px){#qui-sommes-nous .title-bg-green{background:linear-gradient(to right, var(--green) 95%, var(--background) 10%)}}#qui-sommes-nous .text-image-section .text-image-block{align-items:start}#qui-sommes-nous .text-image-section .text-content p{margin-bottom:20px;font-weight:500;line-height:30px;font-size:19px;color:var(--grey)}#qui-sommes-nous .text-image-section .text-content a{margin-top:30px}#qui-sommes-nous .valeurs{margin-top:90px;display:flex;gap:40px;flex-wrap:wrap}#qui-sommes-nous .valeurs .valeur{width:calc(50% - 20px);background-color:var(--white-card);padding:30px;border:1px solid var(--green);border-radius:10px}@media screen and (max-width: 602px){#qui-sommes-nous .valeurs .valeur{width:100%}}#qui-sommes-nous .valeurs .valeur .valeur-header{display:flex;align-items:center;gap:30px;margin-bottom:30px}#qui-sommes-nous .valeurs .valeur .valeur-header .valeur-header-title{color:var(--alt-green);font-size:32px;font-weight:500}#qui-sommes-nous .valeurs .valeur .valeur-content{line-height:30px;font-size:16px}.horizontal-scroll{overflow:hidden;position:relative}.horizontal-scroll #pass{position:absolute;left:50%;transform:translateX(-50%);bottom:15px;cursor:pointer;color:var(--white);z-index:9999;transition:all .3s ease}@media screen and (max-width: 602px){.horizontal-scroll #pass{transform:translateX(0%)}}.horizontal-scroll #pass.hidden{opacity:0;pointer-events:none}.horizontal-scroll #pass:hover{color:var(--green);bottom:12px}@media screen and (max-width: 602px){.horizontal-scroll #pass{width:100%;left:0px;text-align:center}}.horizontal-scroll .progress{position:absolute;bottom:75px;left:0;width:100%;display:flex;justify-content:center;pointer-events:none;flex-direction:column;align-items:center}.horizontal-scroll .progress .scroll-indicator{color:var(--white);display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px;margin-bottom:10px}.horizontal-scroll .progress .scroll-indicator #text{box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.horizontal-scroll .progress .scroll-indicator .scroll-picto{animation:scroll-picto-animation 2s infinite alternate}.horizontal-scroll .progress .progress-track{width:30%;height:2px;background-color:var(--white);border-radius:3px;position:relative}.horizontal-scroll .progress .progress-track .progress-bar{width:0%;height:6px;background-color:var(--alt-green);border-radius:3px;transition:width .3s ease;position:absolute;top:-2px}.container{display:flex;height:100vh}.panel{flex:0 0 100%;height:100dvh;background:#ccc;display:flex;align-items:center;justify-content:center;font-size:3rem;background-size:cover;background-position:center;background-repeat:no-repeat}.panel:nth-child(1){background-image:url("../img/qui-sommes-nous/histoire-2006.png")}.panel:nth-child(2){background-image:url("../img/qui-sommes-nous/histoire-2008.png")}.panel:nth-child(3){background-image:url("../img/qui-sommes-nous/histoire-2018.png")}.panel:nth-child(4){background-image:url("../img/qui-sommes-nous/histoire-2019.png")}.panel:nth-child(5){background-image:url("../img/qui-sommes-nous/histoire-2022.png")}.panel .panel-contents{display:flex;flex-wrap:wrap;height:100%;gap:50px}@media screen and (max-width: 1024px){.panel .panel-contents{gap:20px}}.panel .panel-contents .panel-content{color:var(--white);width:calc(50% - 25px)}.panel .panel-contents .panel-content:nth-child(even){display:flex;flex-flow:column;justify-content:flex-end;padding-bottom:120px}@media screen and (max-width: 1024px){.panel .panel-contents .panel-content:nth-child(even){justify-content:flex-start}}@media screen and (max-width: 1024px){.panel .panel-contents .panel-content{width:100%}}.panel .panel-contents .panel-content .panel-content-title{font-size:64px;font-weight:500}.panel .panel-contents .panel-content .panel-content-title span{color:var(--alt-green)}.panel .panel-contents .panel-content p{line-height:24px;font-size:16px}.panel .panel-contents .panel-content p.date{line-height:40px;font-size:24px}@keyframes scroll-picto-animation{0%{transform:translateY(0)}50%{transform:translateY(-2px)}100%{transform:translateY(0)}}#design-delivery .design-delivery-header{background-image:url("../img/design-delivery/design-delivery-header.jpg");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}@media screen and (max-width: 602px){#design-delivery .design-delivery-header{height:40vh}}#design-delivery .design-delivery-hero{background-color:var(--green);padding:0 75px}@media screen and (max-width: 602px){#design-delivery .design-delivery-hero{padding:0 20px}}#design-delivery .design-delivery-hero h3{padding-top:133px;color:var(--black) !important}#design-delivery .design-delivery-hero h4{color:var(--black) !important}#design-delivery .design-delivery-hero p{margin-top:35px;line-height:30px;font-family:var(--roboto);color:var(--black) !important}#design-delivery .design-delivery-hero .desydel-img{display:flex;justify-content:center}#design-delivery .design-delivery-hero .desydel-img img{margin-top:50px;width:100%;max-width:800px;border-radius:50px 0px 50px 0px}#design-delivery .design-delivery-hero-bottom{padding-top:100px;padding-bottom:175px;display:flex;flex-direction:row;gap:80px;align-items:center}@media screen and (max-width: 1100px){#design-delivery .design-delivery-hero-bottom{flex-direction:column;align-items:center;justify-content:center;gap:60px}}@media screen and (max-width: 602px){#design-delivery .design-delivery-hero-bottom{padding-top:50px;padding-bottom:100px}}#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-text{width:50%}@media screen and (max-width: 1024px){#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-text{width:100%}}#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-video{display:flex;width:50%;justify-content:flex-end}@media screen and (max-width: 1024px){#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-video{width:100%}}@media screen and (max-width: 1100px){#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-video{margin-left:0 !important}}#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-video .design-delivery-video-hero{width:100%;border-radius:70px 0 70px 0}@media screen and (max-width: 602px){#design-delivery .design-delivery-hero-bottom .design-delivery-hero-bottom-video .design-delivery-video-hero{width:100%}}#design-delivery .prise-en-charge{display:flex;justify-content:center;background-color:var(--white-to-light-dark)}@media screen and (max-width: 602px){#design-delivery .prise-en-charge{padding-left:20px;padding-right:20px}}#design-delivery .prise-en-charge .prise-en-charge-header{width:100%;display:flex;flex-direction:column;align-items:center}#design-delivery .prise-en-charge h3{max-width:687px;text-align:center;width:100%}#design-delivery .prise-en-charge .prise-en-charge-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#design-delivery .prise-en-charge-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-top:85px;max-width:1200px}#design-delivery .prise-en-charge-cards .prise-en-charge-card{max-width:357px;padding:25px}@media screen and (max-width: 602px){#design-delivery .prise-en-charge-cards .prise-en-charge-card h5{text-align:center}}#design-delivery .prise-en-charge-cards .prise-en-charge-card p{font-family:var(--roboto);line-height:30px;font-size:16px}#design-delivery .prise-en-charge-cards .prise-en-charge-card .prise-en-charge-card-top{display:flex;justify-content:start;align-items:center;gap:28px;margin-bottom:40px}@media screen and (max-width: 602px){#design-delivery .prise-en-charge-cards .prise-en-charge-card .prise-en-charge-card-top{flex-direction:column;align-items:center}}#design-delivery .suivi{background-color:var(--lighy-grey-to-light-dark);padding-top:97px;padding-left:85px;padding-right:85px;padding-bottom:85px}@media screen and (max-width: 834px){#design-delivery .suivi{padding-left:20px;padding-right:20px}}#design-delivery .suivi p{text-align:center;font-family:var(--roboto);color:var(--grey);line-height:30px;font-weight:400}#design-delivery .suivi .suivi-header{width:100%}#design-delivery .suivi .suivi-header h3{text-align:center;text-align:center}#design-delivery .suivi h5{margin-top:50px;text-align:center}#design-delivery .suivi .suivi-video{margin-top:80px;display:flex;justify-content:center;align-items:center}#design-delivery .suivi .suivi-video .suivi-video-content{max-height:530px}@media screen and (max-width: 834px){#design-delivery .suivi .suivi-video .suivi-video-content{width:100%}}#design-delivery .suivi .p-top{margin-top:20px}#design-delivery .suivi .p-bottom{margin-bottom:40px}#design-delivery .suivi .suivi-btn{display:flex;justify-content:center;align-items:center}#design-delivery .expertise-renfo{color:var(--white-to-light-dark)}#design-delivery .expertise-renfo p{margin-top:15px;font-weight:400;line-height:30px;font-family:var(--roboto)}#design-delivery .expertise-renfo p b{font-family:var(--roboto)}@media screen and (max-width: 834px){#design-delivery .expertise-renfo p{text-align:center}}#design-delivery .expertise-renfo h5{margin-top:15px;min-width:600px}@media screen and (max-width: 1323px){#design-delivery .expertise-renfo h5{min-width:100%}}@media screen and (max-width: 834px){#design-delivery .expertise-renfo h5{text-align:center}}@media screen and (max-width: 834px){#design-delivery .expertise-renfo .expertise-renfo-right-header h3{text-align:center}}#design-delivery .expertise-renfo .expertise-renfo-right-description{margin-top:55px}#design-delivery .expertise-renfo .expertise-renfo-right-card{display:flex;gap:50px;align-items:center}@media screen and (max-width: 834px){#design-delivery .expertise-renfo .expertise-renfo-right-card{display:flex;align-items:center;flex-direction:column}}#design-delivery .expertise-renfo .expertise-renfo-elems{display:flex;flex-direction:row;padding:165px 80px 80px 80px;gap:105px;justify-content:center}@media screen and (max-width: 1400px){#design-delivery .expertise-renfo .expertise-renfo-elems{padding:165px 40px 80px 40px}}@media screen and (max-width: 834px){#design-delivery .expertise-renfo .expertise-renfo-elems{flex-direction:column}}#design-delivery .expertise-renfo .expertise-renfo-right{display:flex;flex-direction:column;max-width:1300px}#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards{display:flex;flex-direction:column;gap:85px;margin-top:75px}#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards .expertise-renfo-right-card div:first-of-type img{border-radius:16px;width:351px;height:282px;box-shadow:-21px 21px 0 var(--green);border-top-left-radius:12px;border-top-right-radius:12px;margin-left:21px}@media screen and (max-width: 602px){#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards .expertise-renfo-right-card div:first-of-type img{width:100%;height:auto}}#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards .expertise-renfo-right-card div:last-of-type{display:flex;flex-direction:column}@media screen and (max-width: 834px){#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards .expertise-renfo-right-card div:last-of-type{margin-top:30px;align-items:center}}#design-delivery .expertise-renfo .expertise-renfo-right .expertise-renfo-right-cards .expertise-renfo-right-card div:last-of-type img{width:80px}#design-delivery .expertise-renfo .expertise-renfo-btn{display:flex;justify-content:center;margin:0 40px;margin-bottom:80px;padding-top:0}#design-delivery .expertise-renfo .expertise-renfo-right-card-p{margin-left:15px}#design-delivery .expertise-renfo .expertise-renfo-right-card-p:nth-child(1){margin-top:30px}#design-delivery .pourquoi-choisir{background-color:var(--lighy-grey-to-light-dark)}#design-delivery .pourquoi-choisir h3{max-width:628px}#design-delivery .pourquoi-choisir h5{margin-top:110px;text-align:center}#design-delivery .pourquoi-choisir .pourquoi-choisir-header{display:flex;flex-direction:column}#design-delivery .pourquoi-choisir .pourquoi-choisir-cards{display:flex;flex-direction:row;justify-content:center;gap:25px;margin-top:100px;flex-wrap:wrap}#design-delivery .pourquoi-choisir .pourquoi-choisir-card{max-width:357px;background-color:var(--white-card-to-green);box-shadow:0px 0px 20px rgba(0,0,0,.1);border-radius:12px}#design-delivery .pourquoi-choisir .pourquoi-choisir-card:hover{transform:translateY(-10px);box-shadow:0px 0px 30px rgba(0,0,0,.2)}#design-delivery .pourquoi-choisir .pourquoi-choisir-card p{padding:35px 25px;color:#353944 !important}#design-delivery .pourquoi-choisir .pourquoi-choisir-card img{border-top-right-radius:12px;border-top-left-radius:12px}@media screen and (max-width: 602px){#design-delivery .pourquoi-choisir .pourquoi-choisir-card img{width:100%}}#design-delivery .outils-intelligents{padding-top:110px;padding-left:80px;padding-right:80px;padding-bottom:210px;background-color:var(--white-to-light-dark)}@media screen and (max-width: 834px){#design-delivery .outils-intelligents{padding-left:40px;padding-right:40px;padding-bottom:140px}}@media screen and (max-width: 505px){#design-delivery .outils-intelligents{padding-left:20px;padding-right:20px}}#design-delivery .outils-intelligents h3{margin-bottom:75px;max-width:950px;text-align:center}#design-delivery .outils-intelligents img{border-top-left-radius:12px;border-top-right-radius:12px}#design-delivery .outils-intelligents h6{text-align:center;max-width:950px;text-align:center}#design-delivery .outils-intelligents h6:nth-child(2){margin-bottom:90px}#design-delivery .outils-intelligents .outils-intelligents-header{display:flex;flex-direction:column;align-items:center}#design-delivery .outils-intelligents .outils-intelligents-cards{display:flex;flex-direction:row;justify-content:center;gap:25px;margin-top:100px;flex-wrap:wrap}#design-delivery .outils-intelligents .outils-intelligents-card{max-width:357px;background-color:var(--white-card-design-delivery);box-shadow:0px 0px 20px rgba(0,0,0,.1);border-radius:12px;border:1px solid var(--green);padding:35px;padding-top:55px;display:flex;flex-direction:column;align-items:center}#design-delivery .outils-intelligents .outils-intelligents-card img{margin-bottom:25px;width:78px;height:79px}#design-delivery .outils-intelligents .outils-intelligents-card svg{margin-bottom:25px}#design-delivery .outils-intelligents .outils-intelligents-card:hover{transform:translateY(-10px);box-shadow:0px 0px 30px rgba(0,0,0,.2)}#design-delivery .outils-intelligents .outils-intelligents-card p{font-family:var(--roboto);font-weight:400;line-height:30px;color:var(--grey)}#design-delivery .outils-intelligents .outils-intelligents-card p b{font-family:var(--roboto);font-weight:600;color:var(--green)}#design-delivery .outils-intelligents .outils-intelligents-btn{margin-top:75px;max-width:100%;display:flex;justify-content:center}#design-delivery .outils-intelligents .outils-intelligents-btn a{max-width:140px}@media screen and (max-width: 428px){#design-delivery .outils-intelligents .outils-intelligents-btn a{max-width:100%}}#design-delivery .nos-video h3{text-align:center;margin-bottom:40px}#design-delivery .nos-video p{text-align:center;font-size:24px;margin-bottom:50px}#design-delivery .nos-video p:last-of-type{margin-bottom:80px}#design-delivery .video-player-container{max-width:1200px;margin:0 auto;background:#fbfbfb;overflow:hidden}#design-delivery .main-video-section{position:relative}#design-delivery .main-video{width:100%;height:auto;display:block}#design-delivery .video-indicator{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px}#design-delivery .controls{padding:40px;text-align:center;background:#fbfbfb}#design-delivery .control-btn{background:var(--green);color:var(--green-dark);border:none;padding:12px 24px;margin:0 10px;border-radius:6px;cursor:pointer;font-size:16px;transition:background .3s ease}#design-delivery .control-btn:hover{background:#84dab6}#design-delivery .control-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width: 834px){#design-delivery .control-btn{padding:10px 16px;margin:0 5px;font-size:14px}}#design-delivery .contactez-nous{background-image:url("../img/design-delivery/young-businesswoman-talking-mobile-phone-while-writing-notes-working-office.jpg");background-repeat:no-repeat;background-position:center 30%;background-size:cover;padding-top:110px;padding-left:80px;padding-right:80px;padding-bottom:210px}@media screen and (max-width: 602px){#design-delivery .contactez-nous{padding-top:50px;padding-bottom:100px}}@media screen and (max-width: 834px){#design-delivery .contactez-nous{padding-left:40px;padding-right:40px}}@media screen and (max-width: 505px){#design-delivery .contactez-nous{padding-left:20px;padding-right:20px}}#design-delivery .contactez-nous h3{margin-bottom:75px;max-width:995px;text-align:center;color:var(--white)}#design-delivery .contactez-nous img{border-top-left-radius:12px;border-top-right-radius:12px}#design-delivery .contactez-nous .contactez-nous-header{display:flex;flex-direction:column;align-items:center}#design-delivery .contactez-nous a{max-width:140px}#design-delivery .contactez-nous .contactez-nous-btn{margin-top:75px;max-width:100%;display:flex;justify-content:center}#design-delivery .contactez-nous .contactez-nous-btn a{max-width:140px}@media screen and (max-width: 428px){#design-delivery .contactez-nous .contactez-nous-btn a{max-width:100%}}@media(max-width: 834px){#internenants h2{flex-direction:column-reverse;align-items:center;text-align:center;justify-content:center}}#internenants .squad-titre{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-direction:row;width:100%;margin-bottom:40px}@media(max-width: 834px){#internenants .squad-titre{flex-direction:column-reverse;align-items:center;text-align:center;justify-content:center}}#internenants .squad{padding-top:55px;padding-bottom:100px;padding-left:80px;padding-right:80px}@media(max-width: 834px){#internenants .squad{padding-left:20px;padding-right:20px}}#internenants .squad .squad-text{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:40px}#internenants .squad p{max-width:930px;font-weight:500;font-family:var(--roboto);color:var(--grey)}#internenants .squad-picto{margin-left:20px;margin-top:12px}@media(max-width: 834px){#internenants .squad-picto{margin-left:0px;margin-top:20px;margin-bottom:20px}}#internenants .squad-picto path{fill:var(--text-theme-color-black-to-green);stroke:rgba(0,0,0,0)}.internenants-header{background-image:url("../img/nos-intervenants/dd-hero.png");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}#equipe-description{padding-top:110px;padding-bottom:110px;padding-left:175px;padding-right:175px;display:flex;flex-direction:column;background-color:var(--lighy-grey-to-light-dark)}@media(max-width: 834px){#equipe-description{padding-left:20px;padding-right:20px}}#equipe-description .equipe-description-content{display:flex;flex-direction:column;align-items:center;justify-content:center}#equipe-description p{text-align:center;margin-top:30px;max-width:930px;font-weight:500;font-family:var(--roboto);color:var(--grey)}#equipe-description p:nth-child(1){margin-top:30px}#equipe-description h4{text-align:center;margin-bottom:30px}.squad-text p{text-align:center}.squad-pilotage-photos{margin-top:100px;display:flex;justify-content:center}.squad-negoce-photos{margin-top:100px;display:flex;justify-content:center}.squad-design-photos{margin-top:100px;display:flex;justify-content:center;gap:23px;flex-wrap:wrap}.squad-delivery-photos{margin-top:100px;display:flex;justify-content:center;gap:23px;flex-wrap:wrap}.squad-photo-content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:358px}.squad-photo-content .squad-photo{max-width:240px;position:relative}.squad-photo-content .squad-photo img:nth-child(1){width:100%;height:auto}.squad-photo-content .squad-photo a{position:absolute;bottom:10px;right:10px;width:65px;height:65px}.squad-photo-content .squad-photo-text{width:100%;text-align:start}.squad-photo-content .squad-photo-text p{text-align:start;margin-top:8px}.squad-photo-content .squad-photo-text h6{margin-top:14px}#rejoindre-squad{padding-top:115px;padding-bottom:110px;padding-left:180px;padding-right:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--lighy-grey-to-light-dark)}@media(max-width: 834px){#rejoindre-squad{padding-left:20px;padding-right:20px}}#rejoindre-squad h3{text-align:center;margin-bottom:50px}#rejoindre-squad h4{text-align:center;margin-bottom:35px}#rejoindre-squad p{text-align:center;max-width:930px;margin-bottom:35px;font-weight:500;font-family:var(--roboto);color:var(--grey)}#rejoindre-squad .rejoindre-squad-content{display:flex;flex-direction:column;align-items:center;justify-content:center}#travailler-cyllene{padding-top:75px}#travailler-cyllene h2{margin-bottom:100px;text-align:center}#travailler-cyllene .travailler-cyllene-photos{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 1fr);grid-column-gap:25px;grid-row-gap:25px;padding-left:25px;padding-right:25px;padding-bottom:25px}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photos{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto repeat(2, 1fr)}}#travailler-cyllene .travailler-cyllene-photo-p{grid-area:1/1/3/3}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photo-p{grid-area:1/1/2/3}}#travailler-cyllene .travailler-cyllene-photo-d{grid-area:1/3/2/4}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photo-d{grid-area:2/1/3/2}}#travailler-cyllene .travailler-cyllene-photo-t{grid-area:2/3/3/4}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photo-t{grid-area:2/2/3/3}}#travailler-cyllene .travailler-cyllene-photo-q{grid-area:1/4/2/5}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photo-q{grid-area:3/1/4/2}}#travailler-cyllene .travailler-cyllene-photo-c{grid-area:2/4/3/5}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-photo-c{grid-area:3/2/4/3}}#travailler-cyllene .travailler-cyllene-photo{position:relative}#travailler-cyllene .travailler-cyllene-photo p{font-size:32px;font-weight:500;height:100%;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;position:absolute;top:0;opacity:0;transition:opacity .3s ease;background:radial-gradient(154.51% 202.04% at 10.8% 66.27%, rgba(159, 234, 205, 0.88) 0%, rgba(49, 173, 186, 0.88) 100%)}#travailler-cyllene .travailler-cyllene-photo img:nth-child(1){width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .6s ease}#travailler-cyllene .travailler-cyllene-photo img:nth-child(2){position:absolute;bottom:0;right:0;width:40px;height:40px;cursor:pointer;z-index:1001}#travailler-cyllene .travailler-cyllene-photo img:nth-child(2):hover~p{opacity:1}#travailler-cyllene .travailler-cyllene-photo:hover img:nth-child(1){filter:grayscale(0%) !important}#travailler-cyllene .travailler-cyllene-photo img:nth-child(2):hover{transition:transform .3s ease}#travailler-cyllene .travailler-cyllene-bottom{height:100%;position:relative;display:flex;flex-direction:column;gap:0}#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-img{width:100%;height:414px;object-fit:cover}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-img{height:auto}}#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-content{background:radial-gradient(154.51% 202.04% at 10.8% 66.27%, rgba(159, 234, 205, 0.88) 0%, rgba(49, 173, 186, 0.88) 100%);position:absolute;bottom:0;right:0;padding-left:55px;padding-bottom:65px;padding-right:55px;padding-top:55px}#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-content h4{margin-bottom:30px;color:var(--text-color)}#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-content p{margin-bottom:30px;color:var(--text-color)}#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-content a{background-color:rgba(0,0,0,0) !important}@media(max-width: 834px){#travailler-cyllene .travailler-cyllene-bottom .travailler-cyllene-bottom-content{position:static}}#contact .succes{color:var(--green)}#contact #contact-submit{--button-primary-bg: var(--green);--button-primary-color: var(--green-dark) !important;--font-family: var(--inter);--button-font-size: 16px;--button-primary-padding: 10px 40px}@media screen and (max-width: 1024px){#contact #contact-submit{--button-primary-padding: 10px 100px}}#contact .form-floating{width:100%}#contact .contact-header{background-image:url("../img/contact/contact-header.jpg");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}#contact .contact-formulaire{padding:135px 85px}@media(max-width: 1125px){#contact .contact-formulaire{padding:135px 20px}}#contact h3{margin-bottom:30px}#contact p{font-family:var(--roboto);color:var(--grey);font-weight:400;line-height:30px;max-width:550px}#contact .contact-content{display:flex;justify-content:space-around;align-items:center;gap:30px}@media(max-width: 1125px){#contact .contact-content{flex-direction:column;align-items:center;gap:0px}#contact .contact-content .contact-form{margin-top:100px}#contact .contact-content .contact-form .responseMessage{max-width:500px}}#contact .contact-formulaire-text{max-width:100%}@media(max-width: 1125px){#contact .contact-formulaire-text{display:flex;justify-content:center;align-items:center;flex-direction:row;max-width:100%}}@media(max-width: 938px){#contact .contact-formulaire-text{display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:100%}}#contact .contact-formulaire-text-infos{display:flex;flex-direction:column;align-items:start;gap:15px;margin-top:30px}#contact .contact-formulaire-text-infos img{margin-right:10px}#contact .contact-formulaire-text-infos b{font-size:19px;font-weight:500;color:var(--text-theme-color);font-family:var(--roboto)}#contact .contact-formulaire-text-infos a{display:flex;align-items:center;font-size:19px;color:var(--grey);font-weight:400;font-family:var(--roboto)}#contact .contact-map{position:relative;width:auto;margin-top:75px}@media(max-width: 500px){#contact .contact-map{scale:.8}}@media(max-width: 400px){#contact .contact-map{scale:.7}}#contact .contact-map .nom-ville-psg{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;top:67px;left:196px}#contact .contact-map .nom-ville-om{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;top:296px;left:277px}#contact .contact-map label{display:flex;justify-content:center;width:auto;margin-bottom:10px;color:var(--color-ville)}#contact .contact-map .ville-img{border-radius:12px;position:absolute;display:none;width:165px}#contact .contact-map .ville-img img{border-radius:12px;width:100%;height:auto}#contact .contact-map .om-image{top:-80px;left:-175px}#contact .contact-map .psg-image{top:90px;left:-60px}#contact .contact-map .nom-ville-psg .point-map{cursor:pointer}#contact .contact-map .nom-ville-psg .point-map:hover+.psg-image{display:block}#contact .contact-map .nom-ville-om .point-map{cursor:pointer}#contact .contact-map .nom-ville-om .point-map:hover+.om-image{display:block}#contact .contact-form{border-radius:8px;padding:35px;min-width:504px;display:flex;flex-direction:column;justify-content:center;border:1px solid #a4f0cf;background-color:var(--white-to-light-dark-2);max-width:504px}@media(max-width: 575px){#contact .contact-form{min-width:100%}}#contact .contact-form form div:nth-child(1){display:flex;flex-direction:column;justify-content:center;align-items:start;gap:25px}#contact .warning-contact{display:flex;align-items:center;justify-content:start;flex-direction:row;gap:10px;margin-top:25px}@media(max-width: 430px){#contact .warning-contact{align-items:flex-start}#contact .warning-contact img{margin-top:10px}}#contact .btn-contact{margin-top:35px;width:100%;display:flex;justify-content:end}@media(max-width: 1125px){#contact .btn-contact{justify-content:center}}#nous-rejoindre .nous-rejoindre-header{background-image:url("../img/nous-rejoindre/nous-rejoindre.png");width:100%;height:40vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}#nous-rejoindre .nous-rejoindre-header.offre{background-image:url("../img/nous-rejoindre/nous-rejoindre-offre.png")}#nous-rejoindre .nous-rejoindre-header.postuler{background-image:url("../img/nous-rejoindre/nous-rejoindre-offre.png")}#nous-rejoindre .nous-rejoindre-top{background-color:var(--green);display:flex;flex-direction:column;align-items:center;gap:50px}#nous-rejoindre .nous-rejoindre-top p{font-size:20px;font-weight:500;text-align:center}@media screen and (max-width: 1024px){#nous-rejoindre .nous-rejoindre-top h3{text-align:center}#nous-rejoindre .nous-rejoindre-top p{text-align:center}}#nous-rejoindre .nous-rejoindre-offres-header p{text-align:center;font-size:24px;font-weight:500;line-height:40px;margin-bottom:90px}#nous-rejoindre .nous-rejoindre-offres-header h2{text-align:center;margin-bottom:40px}#nous-rejoindre .nous-rejoindre-offres{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}#nous-rejoindre .nous-rejoindre-offres .offre{background-color:var(--lighy-grey-to-light-dark);padding:20px;border:1px solid var(--green);border-radius:8px;max-width:650px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1024px){#nous-rejoindre .nous-rejoindre-offres .offre{width:100%}}#nous-rejoindre .nous-rejoindre-offres .offre .offre-desc p{font-weight:500}#nous-rejoindre .nous-rejoindre-offres .offre .offres-info{display:flex;flex-direction:column;gap:15px;padding:20px 0px}#nous-rejoindre .nous-rejoindre-offres .offre .offres-info .tags{display:flex;gap:40px}@media screen and (max-width: 1024px){#nous-rejoindre .nous-rejoindre-offres .offre .offres-info .tags{flex-direction:column;gap:20px}}#nous-rejoindre .nous-rejoindre-offres .offre .offres-info .tags:first-of-type{margin-bottom:20px}#nous-rejoindre .nous-rejoindre-offres .offre .offres-info .tags .tag{color:var(--text-theme-color);display:flex;align-items:center;gap:10px;font-size:19px;font-weight:500}#nous-rejoindre .offer-tags-container{background-color:var(--lighy-grey-to-light-dark)}#nous-rejoindre .offer-tags-container .offer-tags{gap:50px;justify-content:space-around;margin-bottom:80px}#nous-rejoindre .offer-tags-container .offer-tags.offer-form{margin-bottom:0}@media screen and (max-width: 1024px){#nous-rejoindre .offer-tags-container .offer-tags{display:flex;justify-content:start}}#nous-rejoindre .offer-tags{display:flex;flex-wrap:wrap}#nous-rejoindre .offer-tags .tag{display:flex;gap:15px}#nous-rejoindre .offer-tags .tag .tag-info{display:flex;flex-direction:column}#nous-rejoindre .offer-tags .tag .tag-info span{font-size:16px;color:var(--grey)}#nous-rejoindre .offer-tags .tag .tag-info span:first-of-type{font-size:19px;font-weight:500;color:var(--text-theme-color)}@media screen and (max-width: 1024px){#nous-rejoindre .offer-tags .tag{align-content:space-around}}#nous-rejoindre .offer-detail article{margin-bottom:50px}#nous-rejoindre .offer-detail article h5{font-size:32px;font-weight:500;color:var(--text-theme-color);margin-bottom:30px}#nous-rejoindre .offer-detail article p{color:var(--text-theme-color);margin-bottom:30px}#nous-rejoindre .offer-detail article ul{color:var(--text-theme-color)}#nous-rejoindre .offer-detail article ul li{list-style-type:disc;line-height:35px;margin-left:30px;padding-left:10px}#nous-rejoindre .offer-detail article ul li:first-of-type{margin-top:15px}#nous-rejoindre .offer-form-container{box-shadow:-1px 3px 14.7px 0px rgba(0,0,0,.1098039216);padding:80px;border-radius:15px;background-color:var(--white-to-light-dark-2)}@media screen and (max-width: 1024px){#nous-rejoindre .offer-form-container{padding:30px}}#nous-rejoindre .offer-form-container form{display:flex;flex-direction:column;gap:40px}#nous-rejoindre .offer-form-container .form-container{display:flex;gap:30px;flex-direction:column}#nous-rejoindre .offer-form-container .form-container>div{display:flex;gap:35px}@media screen and (max-width: 834px){#nous-rejoindre .offer-form-container .form-container>div{flex-direction:column;align-items:center}}#mentions-legales h4{margin-bottom:30px;color:var(--text-theme-color)}#mentions-legales p{font-family:var(--roboto);font-weight:400;color:var(--text-theme-color)}#mentions-legales div{margin-bottom:60px;display:flex;flex-direction:column;gap:30px}.sd-header h1{color:var(--text-theme-color)}@media(max-width: 1080px){.sd-header h1{font-size:68px}}@media(max-width: 834px){.sd-header h1{text-align:center}}.sd-header .sd-header-content img{width:100%;height:auto}.sd-header .sd-header-content p{font-family:var(--roboto);font-weight:400;color:var(--grey);max-width:450px;line-height:30px}.sd-header .sd-header-content .sd-header-img{max-width:560px}@media(max-width: 1215px){.sd-header .sd-header-content .sd-header-img{max-width:370px}}.sd-header .sd-header-content .sd-header-titre{margin-bottom:100px;font-family:var(--outfit) !important}@media(max-width: 834px){.sd-header .sd-header-content .sd-header-titre{margin-bottom:75px}}.sd-header .sd-header-content .sd-header-infos{display:flex;justify-content:space-around;align-items:start;flex-direction:row;gap:80px}@media(max-width: 834px){.sd-header .sd-header-content .sd-header-infos{flex-direction:column;align-items:center;gap:50px}}.sd-header .sd-header-content .sd-header-infos .sd-header-texts{display:flex;gap:30px;flex-direction:column}.sd-header .sd-header-content .sd-header-infos .sd-header-img{padding-left:21px}.eco-conception{height:437px}.eco-conception .eco-conception-content{height:100%;position:relative;overflow:hidden}.eco-conception .eco-conception-content .eco_conception-text{height:100%;display:flex;flex-direction:column;justify-content:center;z-index:999;position:relative;padding:0 75px}@media(max-width: 834px){.eco-conception .eco-conception-content .eco_conception-text{padding:0 15px}}.eco-conception .eco-conception-content img{width:115%;height:200%;object-fit:cover;object-position:left;position:absolute;top:0;left:0}@media(max-width: 325px){.eco-conception{height:auto}}.eco-conception h2{color:#fbfbfb}.eco-conception p{margin-top:30px;color:#fbfbfb;font-weight:500;font-family:var(--roboto);max-width:600px;line-height:30px}.eco-conception-cards{display:flex;justify-content:center;background-color:var(--lighy-grey-to-light-dark)}.eco-conception-cards .eco-conception-cards-content{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px}.eco-conception-cards .eco-conception-cards-content img{width:100%;border-top-left-radius:12px;border-top-right-radius:12px}.eco-conception-cards .eco-conception-cards-content p{max-width:300px;padding:15px;padding-bottom:25px;font-family:var(--roboto);color:#353944;line-height:30px}.eco-conception-cards .eco-conception-card{background-color:var(--white-card-to-green);border-radius:12px;width:300px;height:auto}@media(max-width: 505px){.eco-conception-cards .eco-conception-card{width:100%}}.offres-solutions-durables h2{text-align:center;margin-bottom:25px;color:var(--text-theme-color)}.offres-solutions-durables h5{color:var(--text-theme-color);text-align:center}@media(max-width: 500px){.offres-solutions-durables h5{font-size:19px}}.offres-solutions-durables h6{color:var(--text-theme-color)}.offres-solutions-durables .offres-solutions-durables-header{margin-bottom:80px}.offres-solutions-durables .offres-solutions-durables-description p:nth-child(2){margin-bottom:30px}.offres-solutions-durables .offres-solutions-durables-description{margin-bottom:110px}.offres-solutions-durables .offres-solutions-durables-description p{color:var(--grey);font-weight:500;line-height:30px;font-family:var(--roboto)}.offres-solutions-durables .offres-solutions-durables-description li{color:var(--grey);margin-left:25px}.offres-solutions-durables .offres-solutions-durables-cards{display:flex;justify-content:center;align-items:start;flex-wrap:wrap;gap:40px;margin-top:75px}.offres-solutions-durables .offres-solutions-durables-card{display:flex;flex-direction:row;gap:20px;width:358px;padding:15px}.offres-solutions-durables .offres-solutions-durables-card .offres-solutions-durables-card-text{line-height:30px;width:250px}.offres-solutions-durables .offres-solutions-durables-card .offres-solutions-durables-card-text p{color:var(--grey);line-height:30px;font-family:var(--roboto)}.outils{padding-bottom:120px;background-color:var(--lighy-grey-to-light-dark);position:relative}.outils .outils-rond .outils-card{display:flex;justify-content:center;position:absolute;align-items:center;flex-direction:column;color:var(--black-to-white);background-color:var(--lighy-grey-to-light-dark);border:var(--white-card-to-green);border-radius:12px;width:393px;height:auto;opacity:0;padding:19px;transition:all .3s ease-in-out;transform:translateY(20px);pointer-events:none}.outils .orbit-petit .outils-card{top:100px;left:-30px;z-index:1}.outils .orbit-moyen .outils-card{top:100px;left:-70px;z-index:1}.outils .orbit-grand .outils-card{top:-215px;left:-75px;z-index:1}.outils .outils-titre{width:100%;display:flex;align-items:center;justify-content:center}.outils h3{max-width:615px;text-align:center;color:var(--text-theme-color)}.outils .outils-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px}@media(max-width: 768px){.outils .outils-content{flex-direction:column;align-items:center;gap:0px;margin-top:0px}}.outils .outils-rond{position:relative;width:632px;height:632px;display:flex;justify-content:center;align-items:center;margin-top:75px}@media(max-width: 768px){.outils .outils-rond{scale:.8;height:250px}.outils .outils-rond .orbit{scale:1.4}.outils .outils-rond .orbit-grand{top:-56px}.outils .outils-rond .orbit-grand .outils-card{top:-200px;left:0px;z-index:1}.outils .outils-rond .orbit-moyen{top:175px}.outils .outils-rond .orbit-moyen .outils-card{top:85px;left:-230px;z-index:1}.outils .outils-rond .orbit-petit{top:445px}.outils .outils-rond .orbit-petit .outils-card{top:80px;left:-150px;z-index:1}}@media(max-width: 600px){.outils .outils-rond{scale:.7}}@media(max-width: 500px){.outils .outils-rond{scale:.6}}@media(max-width: 400px){.outils .outils-rond{scale:.5}}@media(max-width: 350px){.outils .outils-rond{scale:.4}}@media(max-width: 325px){.outils .outils-rond{scale:.3}}@media(max-width: 300px){.outils .outils-rond{scale:.2}}.outils .ellipse{position:absolute;pointer-events:none;filter:var(--brightness-low-to-hight)}.outils .ellipse:nth-child(1){animation:rotate360 30s linear infinite}.outils .ellipse:nth-child(2){animation:rotate-360 30s linear infinite}.outils .ellipse:nth-child(3){animation:rotate360 30s linear infinite}@keyframes rotate360{0%{rotate:0deg}100%{rotate:360deg}}@keyframes rotate-360{0%{rotate:360deg}100%{rotate:0deg}}.outils :root{--time1: 2s;--time2: 7s;--time3: 6s}.outils .orbit{position:absolute;top:285px;left:287px}.outils .orbit .outils-card{color:var(--black-to-white);box-shadow:var(--shadow-picto)}.outils .orbit .outils-card ul{padding-left:40px;margin-top:15px}.outils .orbit .outils-card ul li{margin-bottom:10px}.outils .orbit-grand{transform:translateX(-200px)}.outils .orbit-grand:hover .outils-card{opacity:1;transform:translateY(0px)}.outils .orbit-moyen{transform:translateX(68px) translateY(65px)}.outils .orbit-moyen:hover .outils-card{opacity:1;transform:translateY(0px)}.outils .orbit-petit{transform:translateY(-316px)}.outils .orbit-petit:hover .outils-card{opacity:1;transform:translateY(0px)}.outils .picto{width:auto;height:auto;box-shadow:var(--shadow-picto);border-radius:50%;cursor:pointer}.eco-pour-tous{position:relative}.eco-pour-tous .eco-pour-tous-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.eco-pour-tous .eco-pour-tous-bg img{width:100%;height:200%;object-fit:cover;object-position:center}@media(max-width: 602px){.eco-pour-tous{background-size:250%}}@media(max-width: 502px){.eco-pour-tous{background-size:300%}}@media(max-width: 415px){.eco-pour-tous{background-size:350%}}@media(max-width: 371px){.eco-pour-tous{background-size:400%}}.eco-pour-tous h2{margin-bottom:30px;color:#fbfbfb}.eco-pour-tous p{margin-top:30px;color:#fbfbfb}.solutions-adaptees{position:relative;z-index:99;background-color:var(--lighy-grey-to-light-dark);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:175px}.solutions-adaptees h3{color:var(--text-theme-color)}.solutions-adaptees p{color:var(--grey);font-weight:400;line-height:30px;font-family:var(--roboto)}@media(max-width: 502px){.solutions-adaptees{gap:75px}}.solutions-adaptees .solutions-adaptees-top{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:75px}@media(max-width: 910px){.solutions-adaptees .solutions-adaptees-top{flex-direction:column;align-items:center;gap:50px}.solutions-adaptees .solutions-adaptees-top .solutions-adaptees-img{order:2}.solutions-adaptees .solutions-adaptees-top p{text-align:center}.solutions-adaptees .solutions-adaptees-top h3{text-align:center}}.solutions-adaptees .solutions-adaptees-bottom{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:75px}@media(max-width: 910px){.solutions-adaptees .solutions-adaptees-bottom{flex-direction:column;align-items:center;gap:50px}.solutions-adaptees .solutions-adaptees-bottom .solutions-adaptees-img{order:2}.solutions-adaptees .solutions-adaptees-bottom p{text-align:center}.solutions-adaptees .solutions-adaptees-bottom h3{text-align:center}}.solutions-adaptees .solutions-adaptees-img{display:flex;height:100%}.solutions-adaptees .solutions-adaptees-img img{width:465px;height:355px;border-radius:25px}@media(max-width: 600px){.solutions-adaptees .solutions-adaptees-img img{width:100%;height:auto}}.solutions-adaptees .solutions-adaptees-text{display:flex;flex-direction:column;gap:20px}.pdc-header{display:flex;flex-direction:column;background-image:url("../img/politique-de-confidentialite/systeme-de-securite.png");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}.pdc-header h3{color:var(--white);width:100%;text-align:center}.pdc-maj{margin-bottom:32px}#pdc-texts div h3{color:var(--text-theme-color);width:100%}#pdc-texts h4{color:var(--text-theme-color);margin-top:40px;margin-bottom:15px}#pdc-texts p{padding-bottom:10px;color:var(--text-theme-color)}#pdc-texts ul{padding-left:20px;margin-bottom:20px}#pdc-texts ul li{margin-bottom:5px;color:var(--text-theme-color)}.cookies-header{display:flex;flex-direction:column;background-image:url("../img/politique-de-gestion-des-cookies/oeil-d-un-robot-futuriste.png");width:100%;height:50vh;background-repeat:no-repeat;background-position:center 30%;background-size:cover}.cookies-header h3{color:var(--white);width:100%;text-align:center}.cookies-maj{margin-bottom:32px}#cookies-texts div h3{color:var(--text-theme-color);width:100%}#cookies-texts h4{color:var(--text-theme-color);margin-top:40px;margin-bottom:15px}#cookies-texts p{padding-bottom:10px;color:var(--text-theme-color)}#cookies-texts ul{padding-left:45px;margin-bottom:20px}#cookies-texts ul li{margin-bottom:5px;color:var(--text-theme-color)}
