@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";html,body,*{margin:0;padding:0;box-sizing:border-box;font-family:"Roboto",sans-serif;line-height:1.5;scroll-behavior:smooth;scroll-margin-top:100px;color:#212529}@media(max-width: 1024px){html,body,*{scroll-margin-top:60px}}h2{font-size:2.5em;color:#0a4a57;text-align:center;margin-bottom:50px;font-weight:400}h3{color:#10778c;text-align:center;font-size:1.4em;font-weight:400;margin:10px}sup{font-size:smaller}.btn{background-color:rgba(15,184,219,.9);padding:10px;color:#fff;font-weight:100;text-decoration:none;border-top-right-radius:3px;border-bottom-left-radius:3px;text-align:center;margin:10px;transition:transform 100ms ease-in-out,box-shadow 100ms ease-in-out,background-color 100ms ease-in-out}.btn:hover{box-shadow:2px 2px 2px rgba(0,0,0,.25);background-color:#0fb8db}.card{background:#f8f8f8;min-height:50vh;width:100%;border-radius:15px;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.card .card-img{width:100%;max-height:250px}.card h3{margin:30px 10px}.card p{text-align:justify;margin-bottom:20px}.card .btn{margin-top:auto}.card:hover{box-shadow:0px 0px 4px rgba(0,0,0,.1)}.searchbar-wrapper{position:relative;display:flex;min-width:100px}.searchbar-wrapper .search-icon{position:absolute;top:8px;left:8px;width:18px}.searchbar-wrapper .search{border:1px solid gray;border-radius:5px;height:35px;width:100%;padding:5px 5px 6px 35px;outline:0;background-color:#f8f8f8;transition:border 250ms ease-in-out}.searchbar-wrapper .search:hover,.searchbar-wrapper .search:focus{border:1px solid #0fb8db;background-color:#fff}nav{display:flex}nav ul{padding:0;list-style-type:none;display:flex}nav a{color:#fff;margin:10px 10px;text-decoration:none;position:relative;font-size:1.1em}nav a::after{content:"";position:absolute;background:currentColor;bottom:0;left:0;width:100%;height:1px;transform-origin:center center;transform:scale(0);transition:transform 250ms ease}nav a:hover::after{transform:scale(1)}.header{position:sticky;top:0;background-color:#52656c;min-height:100px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 15px;box-shadow:0 5px 5px rgba(0,0,0,.2)}.header .logo-wrapper{flex-basis:200px;height:100px}.header img.logo{max-width:calc(100px - 20px);max-height:calc(100px - 20px);margin:10px}.header nav input{display:none}.header nav .logo-mobile{display:none}@media(max-width: 1024px){.header{min-height:60px}.logo-wrapper{display:none}#menuToggle{display:flex;flex-direction:column;z-index:1;-webkit-user-select:none;user-select:none}#menuToggle input{display:flex;width:20px;height:20px;position:absolute;cursor:pointer;opacity:0;z-index:2}#menuToggle input:focus{pointer-events:none}#menuToggle span{display:flex;width:29px;height:2px;margin-bottom:5px;position:relative;background:#fff;border-radius:3px;z-index:1;transform-origin:5px 0px;transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1),background .5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .55s ease}#menuToggle span:first-child{transform-origin:0% 0%}#menuToggle span:nth-last-child(2){transform-origin:0% 100%}#menuToggle input:focus~span{opacity:1;transform:rotate(45deg) translate(-3px, -1px);background:#0fb8db}#menuToggle input:focus~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}#menuToggle input:focus~span:nth-last-child(2){transform:rotate(-45deg) translate(0, -1px)}#menu{flex-direction:column;position:absolute;width:230px;height:100vh;align-items:stretch;margin:-20px 0 0 -15px;padding:10px;padding-top:60px;background-color:#f5f6fa;-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translate(-100%, 0);transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)}#menu li{padding:10px 0;transition-delay:2s}#menu a{color:#0a4a57}#menu .logo-mobile{display:flex;align-items:flex-end;justify-content:center;flex-grow:1;padding-bottom:60px}#menuToggle input:focus~ul{transform:none;box-shadow:0 0 10px #85888c}}.container{max-width:1200px;margin:auto;width:100%}.page{width:100%;display:grid;min-height:calc(100vh - 100px);padding:20px}@media(max-width: 1024px){.page{min-height:calc(100vh - 60px)}#us .logos{grid-template-columns:repeat(3, 1fr)}}footer{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;min-height:100px;background-color:#f0f0f0;padding:25px;font-size:.8em}footer .logos{display:grid;grid-template-columns:repeat(6, 1fr);align-items:center;max-width:900px}footer .logos img{width:100%;padding:10px}footer .links{display:flex;justify-content:center;align-self:stretch}footer .links ul{justify-content:space-around;align-items:center}footer .links li{padding:5px}footer a{color:#2f2e41}@media(max-width: 768px){footer{flex-direction:column}footer .logos{grid-template-columns:repeat(auto-fit, minmax(75px, 1fr));flex-basis:auto}footer .links a{position:inherit}}#home{align-items:center;justify-content:center}#home img{width:100%;padding:30px;width:100vw;max-width:800px}@media(max-width: 1024px){#home{min-height:calc(100vh - 60px)}}#us{background:#eee}#us .texte{display:flex;flex-wrap:wrap;justify-content:center}#us .texte .img-container{display:flex;flex:0 1 300px;align-items:center;padding:20px}#us .texte .img-container img{max-width:300px;width:100%}#us .texte p{flex-grow:1;flex-shrink:1;padding:20px;flex-basis:70%}#us .logos{display:grid;grid-template-columns:repeat(6, 1fr);column-gap:10px;align-items:center}#us .logos img{width:100%;padding:10px;max-width:200px}@media(max-width: 1024px){#us .logos{grid-template-columns:repeat(3, 1fr)}}#products{width:100%;min-height:calc(100vh - 100px);display:grid;padding:20px}#products .sections{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:20px}#legal-notices h2{padding-top:20px}#legal-notices h3{margin:30px}/*# sourceMappingURL=main.css.map */
