@charset "UTF-8";.header{background-color:#87ceeb;color:#fff;padding:20px 0;border-radius:20px;margin:20px auto;width:95%}.header .container{display:flex;align-items:center;justify-content:space-between;width:100%}.header .logo-container{flex:1;text-align:left}.header .logo-container .logo{max-width:300px;height:auto}.header .menu-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.header .menu-label{font-size:1rem;font-weight:700;color:#fff;text-align:center;margin-right:1rem}.header .burger{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-right:.7rem}.header .burger .burger-line{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:transform .4s ease,opacity .4s ease}.header .burger.open .burger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .burger.open .burger-line:nth-child(2){opacity:0}.header .burger.open .burger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header .nav{flex:2}.header .nav ul{display:flex;justify-content:center;list-style:none;padding:0;margin:0}.header .nav ul li{margin:0 15px}.header .nav ul li a{color:#fff;font-weight:500;padding:5px 10px;border-radius:5px;transition:background-color .3s ease;text-decoration:none}.header .nav ul li a:hover{background-color:#54bde7}.header .nav ul li a:focus{outline:2px solid #54bde7;outline-offset:2px}.header .nav.open{display:flex;flex-direction:column;align-items:center;position:absolute;top:25%;left:0;background-color:#2980b9e6;border-radius:10px;width:90%;max-width:400px;padding:20px;z-index:1000;animation:slideIn .4s ease-out forwards}.header .nav.open ul{flex-direction:column;align-items:center}.header .nav.open ul li{margin:10px 0}.header .nav.open ul li a{padding:10px 20px;text-align:center;transition:background-color .3s ease}.header .nav.open ul li .btn-devis,.header .nav.open ul li .btn-call{display:inline-block;padding:10px 20px;font-weight:500;color:#fff;border-radius:5px;text-align:center;text-decoration:none;transition:background-color .3s ease}.header .nav.open ul li .btn-devis:hover,.header .nav.open ul li .btn-call:hover{background-color:#54bde7}.header .devis-container{flex:1;text-align:right}.header .devis-container .btn-devis,.header .devis-container .btn-call{display:inline-block;padding:5px 10px;margin-left:10px;color:#fff;font-weight:700;border-radius:5px;text-decoration:none;transition:background-color .3s ease}.header .devis-container .btn-devis:hover,.header .devis-container .btn-call:hover{background-color:#54bde7}@media (max-width: 768px){.header .burger{display:flex}.header .nav{display:none}.header .nav.open{display:flex}.header .devis-container{display:none}.header .logo-container{text-align:center}.header .logo-container .logo{margin-left:0}}@media (max-width: 480px){.header .logo-container .logo{max-width:150px}.header .menu-label{font-size:.9rem}}@media (max-width: 1024px){.header .logo-container .logo{max-width:200px}}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.footer{background-color:#e8611ec9;color:#fff;padding:20px 0;text-align:center;border-radius:50px 50px 0 0;width:85%;margin:0 auto;position:relative}.footer .container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:10px}.footer p{margin:5px 0;font-size:.9rem}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.footer .footer-link{font-size:.9rem;color:#fff}.footer .footer-link:hover{text-decoration:underline}.footer .footer-logo-container{position:absolute;bottom:20px;right:50px;transition:all .3s ease}.footer .footer-logo-container .footer-logo{width:100px;height:auto}.footer .footer-logo-container .footer-logo:hover{transform:scale(1.1)}@media (max-width: 768px){.footer .footer-logo-container{bottom:10px;right:20px}.footer .footer-logo-container .footer-logo{width:70px}}@media (max-width: 480px){.footer .footer-logo-container{bottom:5px;right:10px}.footer .footer-logo-container .footer-logo{width:50px}}.intro{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background-color:#fff;background-image:url(/image/carte-visite.webp);background-size:cover;background-position:center;background-repeat:no-repeat;animation:fadeOut 1s ease-in-out 1s forwards}@media (max-width: 768px){.intro{background-image:url(/image/carte-visite2.webp);animation:fadeOut .8s ease-in-out .8s forwards}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:scale(1.05);visibility:hidden}}@keyframes fadeOutMobile{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.02);visibility:hidden}}.avis-carousel{margin:2rem 0;text-align:center}.avis-carousel h2{font-size:1.8rem;color:#333;margin-bottom:1.5rem}.avis-carousel .carousel-container{display:flex;overflow-x:scroll;scroll-behavior:smooth;gap:1rem;padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;-ms-overflow-style:scrollbar;scrollbar-width:thin;scrollbar-color:#87ceeb #e9e9e9}.avis-carousel .carousel-container::-webkit-scrollbar{height:8px}.avis-carousel .carousel-container::-webkit-scrollbar-thumb{background:#87ceeb;border-radius:8px}.avis-carousel .carousel-container::-webkit-scrollbar-track{background:#e9e9e9}.avis-carousel .carousel-item{flex:0 0 auto;width:470px;height:270px;box-shadow:0 4px 6px #0000001a;border-radius:8px;overflow:hidden;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.avis-carousel .carousel-item img{width:100%;height:100%;object-fit:contain}.avis-carousel .carousel-item:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}@media (max-width: 768px){.avis-carousel .carousel-item{width:350px;height:200px}}@media (max-width: 480px){.avis-carousel h2{font-size:1.5rem}.avis-carousel .carousel-item{width:270px;height:150px}}.home{padding:2rem;background-color:#fff;max-width:1200px;margin:2rem auto;border-radius:8px;box-shadow:0 4px 10px #0000001a}.home__banner{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#e8611ec9;padding:1rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a;text-align:center}.home__banner-content{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.home__banner-item{display:flex;flex-direction:column;align-items:center;text-align:center}.home__banner-item img{width:30px;height:auto;margin-bottom:.5rem}.home__banner-item p,.home__banner-item a{font-size:1rem;color:#080808;margin:0;text-decoration:none}.home__banner-item p:hover,.home__banner-item a:hover{text-decoration:underline;color:#54bde7}.home__banner .address-list{list-style:none;padding:0;margin:0}.home__banner .address-list .address-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.home__banner .address-list .address-item .address-icon{width:24px;height:auto}.home__banner .address-list .address-item a{text-decoration:none;color:#080808}.home__banner .address-list .address-item a:hover{text-decoration:underline;color:#54bde7}@media (max-width: 768px){.home__banner-content{flex-direction:column;gap:1rem}.home__banner-item img{width:30px}.home__banner-item p,.home__banner-item a{font-size:.9rem}}.home__header{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.home__header img{width:400px;height:auto;border-radius:10px}.home__header div{margin-left:1.5rem}.home__header div h1{font-size:2.5rem;color:#333}.home__header div h2{font-size:1.8rem;color:#555}@media (max-width: 768px){.home__header{flex-direction:column}.home__header img{width:300px;margin-bottom:1rem}.home__header div{margin-left:0}.home__header div h1,.home__header div h2{text-align:center}}.home p{text-align:justify;color:#010101;line-height:1.8}.home ul{list-style-type:disc;margin:1rem 0;padding-left:1.5rem}.home ul li{margin-bottom:.5rem;color:#444}.home ul li::marker{color:#87ceeb}.home .services-button{text-align:center}.home .services-button a{display:inline-block;background-color:#87ceeb;color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.home .services-button a:hover{background-color:#54bde7;transform:translateY(-2px)}.home .services-button a:active{transform:translateY(0)}.home .home__reviews{margin-top:2rem}.home .home__reviews h2{text-align:center;font-size:1.8rem;color:#333}.home .home__reviews p{text-align:center;margin-bottom:1.5rem;color:#010101}.home .home__reviews iframe{width:100%;height:300px;border-radius:10px}.home .google-rating{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:1.5rem 0}.home .google-rating p{font-size:1rem;color:#333;margin-bottom:1rem}.home .google-rating .google-logo{width:100px;height:auto;margin-top:.5rem}.home .google-button-container{text-align:center;margin-top:1rem}.home .google-button-container .google-button{display:inline-block;padding:.8rem 1.5rem;background-color:#87ceeb;color:#fff;text-decoration:none;font-size:1.1rem;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.home .google-button-container .google-button:hover{background-color:#54bde7;transform:translateY(-2px)}.home .google-button-container .google-button:active{transform:translateY(0)}@media (max-width: 768px){.home{padding:1.5rem}.home h1{font-size:2rem}.home h2{font-size:1.5rem}.home p,.home ul li{font-size:.9rem}}@media (max-width: 480px){.home{padding:1rem}.home h1{font-size:1.8rem}.home h2{font-size:1.4rem}.home p,.home ul li{font-size:.85rem}}.services{padding:2rem;background-color:#f9f9f9;max-width:1200px;margin:2rem auto;border-radius:8px;box-shadow:0 4px 10px #0000001a}.services h1{text-align:center;color:#333;margin-bottom:30px;font-size:2.5rem}.services .services-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.services .service-item{flex:1 1 calc(33.33% - 40px);max-width:300px;background-color:#fff;border:1px solid #ddd;border-radius:10px;text-decoration:none;color:#333;box-shadow:0 4px 6px #0000001a;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.services .service-item h2{margin-bottom:10px;font-size:1.5rem;color:#87ceeb;border-bottom:2px solid #87ceeb;padding-bottom:5px}.services .service-item p{font-size:1rem;color:#555;line-height:1.5}.services .service-item:hover{transform:translateY(-5px);box-shadow:0 6px 10px #00000026;background-color:#f0f8ff}.services .service-item:focus{outline:2px solid #87ceeb;outline-offset:4px}@media (max-width: 1024px){.services .service-item{flex:1 1 calc(50% - 40px)}}@media (max-width: 768px){.services h1{font-size:1.75rem}.services .service-item{flex:1 1 calc(100% - 40px)}}@media (max-width: 480px){.services h1{font-size:1.5rem}.services .service-item{padding:15px}}.about{padding:2rem;background-color:#f9f9f9;border-radius:8px;max-width:1200px;margin:2rem auto;box-shadow:0 4px 10px #0000001a}.about h1{font-size:2.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.about h2{font-size:2rem;margin:1.5rem 0;color:#555;border-left:4px solid #87ceeb;padding-left:1rem;transition:color .3s ease,transform .2s ease}.about h2:hover{color:#333}.about p{font-size:1rem;line-height:1.8;color:#666;margin-bottom:1.5rem;text-align:justify}.about ul{list-style-type:disc;padding-left:1.5rem}.about ul li{margin-bottom:.8rem;font-size:1rem;color:#444}.about ul li:before{content:"•";color:#87ceeb;font-size:1.2rem;margin-right:.5rem}.about ul li strong{color:#333}.about a{text-decoration:none;color:#87ceeb;font-weight:700;transition:color .3s ease}.about a:hover{text-decoration:underline;color:#54bde7}.about a:focus{outline:2px dashed #87ceeb;outline-offset:2px}.about .contact-button{text-align:center}.about .contact-button .btn-contact{display:inline-block;padding:12px 20px;background-color:#87ceeb;color:#fff;font-size:16px;border-radius:8px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.about .contact-button .btn-contact:hover{background-color:#54bde7;transform:translateY(-2px)}.about .contact-button .btn-contact:focus{outline:2px dashed #87ceeb;outline-offset:3px}.about .contact-button .btn-contact:active{transform:translateY(0)}@media (max-width: 768px){.about{padding:1.5rem}.about h1{font-size:2rem}.about h2{font-size:1.8rem}.about p,.about ul li{font-size:.95rem}}@media (max-width: 480px){.about{padding:1rem}.about h1{font-size:1.8rem}.about h2{font-size:1.5rem}.about p,.about ul li{font-size:.9rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-page{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center}.contact-page h1{font-size:2rem;margin-bottom:20px;color:#333}.contact-page .contact-info{margin-bottom:20px}.contact-page .contact-info .contact-link{display:block;font-size:1rem;text-decoration:none;margin:5px 0;color:#333;transition:color .3s}.contact-page .contact-info .contact-link:hover{text-decoration:underline;color:#54bde7}.contact-page .contact-info .response-info,.contact-page .contact-info .always-available,.contact-page .contact-info .free-services{margin-top:10px;font-size:1rem;color:#555}.contact-page .contact-info .free-services{font-weight:700;color:#333}.contact-page .contact-form{display:flex;flex-direction:column;gap:15px}.contact-page .contact-form label{text-align:left;font-size:1rem;font-weight:700;color:#555}.contact-page .contact-form input,.contact-page .contact-form select,.contact-page .contact-form textarea{padding:10px;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%}.contact-page .contact-form textarea{resize:none}.contact-page .contact-form .select-container{position:relative}.contact-page .contact-form .select-container select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;cursor:pointer;padding-right:40px}.contact-page .contact-form .select-container:after{content:"▼";font-size:.9rem;color:#666;position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none}.contact-page .contact-form .submit-button{padding:12px 20px;border:none;border-radius:8px;font-size:1.2rem;background-color:#87ceeb;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contact-page .contact-form .submit-button:hover{background-color:#54bde7;transform:translateY(-2px)}.contact-page .contact-form .submit-button:active{transform:translateY(0)}@media (max-width: 768px){.contact-page .contact-form .submit-button a{padding:.8rem 1.5rem;font-size:1.2rem}}.contact-page .success-message{color:green;margin-bottom:20px;font-size:1rem;font-weight:700}.contact-page .home__reviews{margin-top:2rem}.contact-page .home__reviews h2{text-align:center;font-size:1.8rem;color:#333}.contact-page .home__reviews p{text-align:center;margin-bottom:1.5rem;color:#666}.contact-page .home__reviews iframe{width:100%;height:300px;border-radius:10px}.contact-page .coverage-section{margin-top:2rem}.contact-page .coverage-section h2{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;color:#333}.contact-page .coverage-section .accordion{width:100%;max-width:800px;margin:0 auto}.contact-page .coverage-section .accordion .accordion-item{margin-bottom:1rem;border:1px solid #ccc;border-radius:5px;overflow:hidden}.contact-page .coverage-section .accordion .accordion-item .accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#87ceeb;color:#fff;padding:10px 15px;text-align:left;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.contact-page .coverage-section .accordion .accordion-item .accordion-header:hover{background-color:#54bde7}.contact-page .coverage-section .accordion .accordion-item .accordion-header .accordion-arrow{font-size:1rem;transition:transform .3s ease}.contact-page .coverage-section .accordion .accordion-item .accordion-header.open .accordion-arrow{transform:rotate(180deg)}.contact-page .coverage-section .accordion .accordion-item .accordion-content{list-style:none;padding:10px 15px;margin:0;background-color:#f9f9f9}.contact-page .coverage-section .accordion .accordion-item .accordion-content .city{margin:5px 0;color:#333;font-size:.95rem}@media (max-width: 768px){.contact-page .contact-info,.contact-page .coverage-section .accordion-content .city{font-size:.9rem}.contact-page .contact-form label,.contact-page .coverage-section h2{font-size:1rem}.contact-page .accordion-header{font-size:.9rem}}@media (max-width: 480px){.contact-page h1{font-size:1.5rem}.contact-page .contact-form input,.contact-page .contact-form select,.contact-page .contact-form textarea{font-size:.9rem}.contact-page .accordion-header{padding:10px;font-size:.85rem}}.privacy-policy{padding:2rem;background-color:#f9f9f9;border-radius:8px;max-width:1200px;margin:2rem auto;box-shadow:0 4px 10px #0000001a}.privacy-policy h1{font-size:2.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.privacy-policy h2{font-size:2rem;margin:1.5rem 0;color:#555;border-left:4px solid #87ceeb;padding-left:1rem}.privacy-policy p{font-size:1rem;line-height:1.8;color:#666;margin-bottom:1.5rem;text-align:justify}.privacy-policy ul{list-style-type:disc;padding-left:1.5rem}.privacy-policy ul li{margin-bottom:.8rem;font-size:1rem;color:#444}.privacy-policy ul li:before{content:"•";color:#87ceeb;font-size:1.2rem;margin-right:.5rem}.privacy-policy a{text-decoration:none;color:#87ceeb;font-weight:700}.privacy-policy a:hover,.privacy-policy a:focus{text-decoration:underline;color:#54bde7}.privacy-policy a:focus{outline:2px dashed #87ceeb;outline-offset:3px}@media (max-width: 768px){.privacy-policy{padding:1.5rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.8rem}.privacy-policy p,.privacy-policy ul li{font-size:.95rem}.privacy-policy ul{padding-left:1rem}}@media (max-width: 480px){.privacy-policy{padding:1rem}.privacy-policy h1{font-size:1.8rem}.privacy-policy h2{font-size:1.5rem}.privacy-policy p,.privacy-policy ul li{font-size:.9rem}.privacy-policy ul{padding-left:.8rem}}.legal-notice{padding:2rem;background-color:#f9f9f9;border-radius:8px;max-width:1200px;margin:2rem auto;box-shadow:0 4px 10px #0000001a}.legal-notice h1{font-size:2.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.legal-notice h2{font-size:2rem;margin:1.5rem 0;color:#555;border-left:4px solid #87CEEB;padding-left:1rem}.legal-notice p{font-size:1rem;line-height:1.8;color:#666;margin-bottom:1.5rem;text-align:justify}.legal-notice ul{list-style-type:disc;padding-left:1.5rem}.legal-notice ul li{margin-bottom:.8rem;font-size:1rem;color:#444}.legal-notice ul li:before{content:"•";color:#87ceeb;font-size:1.2rem;margin-right:.5rem}.legal-notice a{text-decoration:none;color:#87ceeb;font-weight:700;transition:color .3s}.legal-notice a:hover,.legal-notice a:focus{text-decoration:underline;color:#54bde7}.legal-notice a:focus{outline:2px dashed #87CEEB;outline-offset:3px}@media (max-width: 768px){.legal-notice{padding:1.5rem}.legal-notice h1{font-size:2rem}.legal-notice h2{font-size:1.8rem}.legal-notice p,.legal-notice ul li{font-size:.95rem}}@media (max-width: 480px){.legal-notice{padding:1rem}.legal-notice h1{font-size:1.8rem}.legal-notice h2{font-size:1.5rem}.legal-notice p,.legal-notice ul li{font-size:.9rem}}.covered-areas{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.covered-areas h1{font-size:2rem;text-align:center;margin-bottom:1.5rem;color:#333}.covered-areas p{text-align:center;margin-bottom:2rem;color:#555;line-height:1.6}.covered-areas .departments-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.covered-areas .departments-container .department{flex:1 1 400px;background-color:#f9f9f9;padding:1.5rem;border-radius:8px;border:1px solid #ddd;box-shadow:0 2px 6px #0000000d}.covered-areas .departments-container .department h2{font-size:1.4rem;color:#2b2b2b;margin-bottom:1rem;text-align:center}.covered-areas .departments-container .department ul{list-style-type:none;padding:0}.covered-areas .departments-container .department ul li{font-size:.95rem;color:#333;margin:.4rem 0;text-align:center}.covered-areas .return-link{text-align:center;margin-top:2rem}.covered-areas .return-link a{display:inline-block;background-color:#87ceeb;color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-size:1.1rem;transition:all .3s ease}.covered-areas .return-link a:hover{background-color:#54bde7;transform:translateY(-2px)}.covered-areas .return-link a:active{transform:translateY(0)}@media (max-width: 768px){.covered-areas{padding:1.5rem}.covered-areas h1{font-size:1.6rem}.covered-areas .department h2{font-size:1.2rem}.covered-areas .department ul li{font-size:.9rem}}@media (max-width: 480px){.covered-areas{padding:1rem}.covered-areas h1{font-size:1.4rem}.covered-areas .department ul li{font-size:.85rem}}.service-page{padding:2rem;background-color:#fff;max-width:1200px;margin:2rem auto;border-radius:8px;box-shadow:0 4px 10px #0000001a}.service-page h1{text-align:center;color:#87ceeb;margin-bottom:20px;font-size:2rem}.service-page p{color:#666;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.service-page img{display:block;margin:20px auto;max-width:100%;height:auto;border-radius:10px;box-shadow:0 4px 6px #0000001a}.service-page .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.service-page .step{background-color:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.service-page .step h3{margin-bottom:10px;font-size:1.25rem;color:#333}.service-page .step p{font-size:1rem;color:#888}.service-page .step:hover{transform:translateY(-5px);box-shadow:0 4px 6px #0000001a}.service-page .contact-button{text-align:center}.service-page .contact-button .btn-contact{display:inline-block;padding:12px 20px;background-color:#87ceeb;color:#fff;font-size:16px;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.service-page .contact-button .btn-contact:hover{background-color:#54bde7;transform:translateY(-2px)}.service-page .contact-button .btn-contact:active{transform:translateY(0)}.service-page .image-gallery{margin:2rem 0}.service-page .image-gallery h2{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.8rem}.service-page .image-gallery .gallery{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.service-page .image-gallery .gallery-image{width:30%;max-width:250px;height:auto;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.service-page .image-gallery .gallery-image:hover{transform:scale(1.05)}@media (max-width: 768px){.service-page .image-gallery .gallery-image{width:45%}}@media (max-width: 480px){.service-page .image-gallery .gallery-image{width:100%}}@media (max-width: 768px){.service-page h1{font-size:1.75rem}.service-page p{font-size:.9rem}}@media (max-width: 480px){.service-page h1{font-size:1.5rem}.service-page p{font-size:.85rem}}.service-page footer{margin-top:2rem;text-align:center}.service-page footer .back-link{display:inline-block;padding:10px 20px;background-color:#87ceeb;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.service-page footer .back-link:hover{background-color:#54bde7;transform:translateY(-2px);box-shadow:0 6px 10px #00000026}.service-page footer .back-link:active{transform:translateY(0);box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.service-page footer .back-link{font-size:.9rem;padding:8px 16px}}@media (max-width: 480px){.service-page footer .back-link{font-size:.85rem;padding:6px 12px}}.service-page .back-to-services{margin-top:2rem;display:flex;justify-content:center}.service-page .back-to-services .back-link{display:inline-block;padding:12px 24px;background-color:#87ceeb;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.service-page .back-to-services .back-link:hover{background-color:#54bde7;transform:translateY(-2px);box-shadow:0 6px 10px #00000026}.service-page .back-to-services .back-link:active{transform:translateY(0);box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.service-page .back-to-services .back-link{font-size:.9rem;padding:10px 20px}}@media (max-width: 480px){.service-page .back-to-services .back-link{font-size:.85rem;padding:8px 16px}}.not-found{text-align:center;padding:2rem;background-color:#f9f9f9;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found h1{font-size:6rem;color:#e8611e;margin-bottom:1rem}.not-found h2{font-size:2rem;color:#333;margin-bottom:1rem}.not-found p{font-size:1.2rem;color:#555;margin-bottom:2rem;line-height:1.6}.not-found .character-container{position:relative;width:150px;height:150px;margin-bottom:2rem}.not-found .character-container .character{position:absolute;animation:walk 3s steps(6) infinite}.not-found .character-container .character-image{width:100%;height:auto}.not-found .btn-home{display:inline-block;padding:12px 20px;font-size:1.2rem;background-color:#e8611e;color:#fff;text-decoration:none;border-radius:8px;transition:background-color .3s,transform .2s}.not-found .btn-home:hover{background-color:#d34f18;transform:translateY(-2px)}.not-found .btn-home:active{transform:translateY(0)}.not-found .btn-home:focus{outline:2px dashed #e8611e;outline-offset:4px}@keyframes walk{0%{transform:translate(0)}to{transform:translate(100%)}}body.loaded{background:none;opacity:1;background-image:url(/image/background-logo.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;transition:opacity 1s ease-out .2s}@media (max-width: 768px){body.loaded{background-image:url(/image/background-mobile.webp)}}.app{font-family:Montserrat,sans-serif;color:#333;display:flex;flex-direction:column;min-height:100vh}.app .main-content{flex:1;padding:1rem}@media (max-width: 768px){.app .main-content{padding:1rem}}body{margin:0;padding:0;font-family:Montserrat,sans-serif;color:#333;transition:opacity 1s ease-out}body.loaded{background:none;opacity:1;background-image:url(/image/background-logo.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;transition:opacity 1s ease-out .2s}@media (max-width: 768px){body.loaded{background-image:url(/image/background-mobile.webp)}}a{text-decoration:none;color:#333}a:hover{text-decoration:underline;color:#000}.container{width:90%;max-width:1200px;margin:0 auto}.btn-primary{display:inline-block;padding:10px 20px;background-color:#87ceeb;color:#fff;border-radius:5px;text-decoration:none;transition:background-color .3s ease}.btn-primary:hover{background-color:#5bbce4}
