:root{--agp-radius:6px;--agp-radius-lg:10px;--agp-shadow:0 1px 3px rgba(0,0,0,.08);--agp-shadow-md:0 4px 12px rgba(0,0,0,.1);--agp-shadow-hover:0 6px 20px rgba(0,0,0,.12);--agp-transition:.25s ease;}#page{max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;}#page>.site-content{max-width:100% !important;padding:0 !important;}#page .entry-content{max-width:none;padding:0;}#page .site-info,#page footer.site-info{display:none !important;}#page .main-navigation,#site-navigation,#mobile-menu-control-wrapper{display:none !important;}.site-header{background:var(--base-3) !important;border-bottom:3px solid var(--accent);}.inside-header{display:flex;align-items:center;gap:1rem;}.agp-header-right{display:flex;align-items:center;gap:1.25rem;margin-left:auto;font-size:.875rem;}.agp-header-cta{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:var(--accent);color:#fff !important;font-weight:700;font-size:.875rem;border-radius:6px;text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap;}.agp-header-cta:hover{background:#044c36;transform:translateY(-1px);}.agp-hero{background:var(--base);padding:4rem 0;position:relative;overflow:hidden;}.agp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}.agp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;padding:.375rem 1rem;border-radius:9999px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;}.agp-hero-badge svg{width:16px;height:16px;}.agp-hero h1{font-size:2.5rem;font-weight:800;color:var(--contrast);line-height:1.15;margin:0 0 1rem;}.agp-hero-subtitle{font-size:1.125rem;color:var(--contrast-2);line-height:1.6;margin-bottom:1.5rem;}.agp-hero-urgency{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.875rem;font-weight:600;margin-bottom:2rem;}.agp-hero-urgency svg{width:16px;height:16px;}.agp-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;}.agp-hero-image{border-radius:var(--agp-radius-lg);overflow:hidden;box-shadow:var(--agp-shadow-md);}.agp-hero-image img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:800/537;}.agp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--agp-radius);font-weight:600;font-size:.9375rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all var(--agp-transition);line-height:1.4;}.agp-btn svg{width:18px;height:18px;flex-shrink:0;}.agp-btn--accent{background:var(--accent);color:#fff;}.agp-btn--accent:hover{background:#044c36;color:#fff;box-shadow:var(--agp-shadow-md);}.agp-btn--accent-lg{background:var(--accent);color:#fff;padding:.875rem 2rem;font-size:1rem;}.agp-btn--accent-lg:hover{background:#044c36;color:#fff;box-shadow:var(--agp-shadow-md);transform:translateY(-1px);}.agp-btn--white{background:#fff;color:var(--contrast);}.agp-btn--white:hover{background:var(--base);color:var(--contrast);}.agp-section{padding:4rem 0;}.agp-section--alt{background:var(--base);}.agp-section-header{text-align:center;max-width:700px;margin:0 auto 2.5rem;}.agp-section-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;}.agp-section-label svg{width:16px;height:16px;}.agp-section-title{font-size:1.875rem;font-weight:800;color:var(--contrast);margin:0 0 .75rem;line-height:1.2;}.agp-section-desc{color:#4b5563;font-size:1.0625rem;line-height:1.6;margin:0;}.agp-trust-bar{background:var(--base-3);padding:2rem 0;border-bottom:1px solid var(--base);}.agp-trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center;}.agp-trust-item{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease;}.agp-trust-item-icon{width:40px;height:40px;margin:0 auto .5rem;color:var(--accent);}.agp-trust-item-icon svg{width:100%;height:100%;}.agp-trust-item-value{display:block;font-size:1.25rem;font-weight:800;color:var(--contrast);}.agp-trust-item-label{display:block;font-size:.8125rem;color:var(--contrast-3);margin-top:.125rem;}.agp-content-block .entry-content{max-width:800px;margin:0 auto;}.agp-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}.agp-service-card{background:var(--base-3);border:1px solid var(--base);border-radius:var(--agp-radius);overflow:hidden;transition:border-color var(--agp-transition),box-shadow var(--agp-transition);}.agp-service-card:hover{border-color:var(--accent);box-shadow:var(--agp-shadow-hover);}.agp-service-card-image{aspect-ratio:16/10;overflow:hidden;background:var(--base);}.agp-service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}.agp-service-card:hover .agp-service-card-image img{transform:scale(1.04);}.agp-service-card-body{padding:1.25rem;}.agp-service-card-icon{width:36px;height:36px;color:var(--accent);margin-bottom:.75rem;}.agp-service-card-icon svg{width:100%;height:100%;}.agp-service-card h3{font-size:1.0625rem;font-weight:700;color:var(--contrast);margin:0 0 .5rem;}.agp-service-card p{font-size:.875rem;color:var(--contrast-2);line-height:1.6;margin:0 0 1rem;}.agp-service-card-cta{display:inline-flex;align-items:center;gap:.375rem;color:var(--accent);font-weight:600;font-size:.875rem;text-decoration:none;transition:gap var(--agp-transition);}.agp-service-card-cta:hover{gap:.625rem;color:#065f46;}.agp-service-card-cta svg{width:14px;height:14px;}.agp-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}.agp-advantage-item{display:flex;gap:1rem;padding:1.25rem;background:var(--base-3);border-radius:var(--agp-radius);border-left:3px solid var(--accent);transition:box-shadow var(--agp-transition);}.agp-advantage-item:hover{box-shadow:var(--agp-shadow);}.agp-advantage-icon{width:36px;height:36px;color:var(--accent);flex-shrink:0;}.agp-advantage-icon svg{width:100%;height:100%;}.agp-advantage-text h3{font-size:.9375rem;font-weight:700;color:var(--contrast);margin:0 0 .375rem;}.agp-advantage-text p{font-size:.8125rem;color:var(--contrast-2);line-height:1.6;margin:0;}.agp-certs-section{background:var(--contrast);border-top:3px solid var(--accent);border-bottom:3px solid var(--accent);}.agp-certs-section .agp-section-title{color:#fff;}.agp-certs-section .agp-section-label{color:#a7f3d0;}.agp-certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;}.agp-cert-badge{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--agp-radius);}.agp-cert-badge-icon{width:40px;height:40px;color:var(--accent);flex-shrink:0;}.agp-cert-badge-icon svg{width:100%;height:100%;}.agp-cert-badge-text strong{display:block;color:#fff;font-size:.9375rem;margin-bottom:.25rem;}.agp-cert-badge-text span{color:rgba(255,255,255,.65);font-size:.8125rem;}.agp-cta-banner{background:var(--accent);padding:3.5rem 0;text-align:center;}.agp-cta-banner h2{color:#fff;font-size:1.75rem;font-weight:800;margin:0 0 .75rem;}.agp-cta-banner p{color:rgba(255,255,255,.9);font-size:1.0625rem;margin:0 0 1.5rem;}.agp-cta-banner-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}.agp-comparatif-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;}.agp-comparatif-card{background:var(--base-3);border:1px solid var(--base);border-radius:var(--agp-radius);padding:1.5rem;text-align:center;position:relative;transition:border-color var(--agp-transition),box-shadow var(--agp-transition);}.agp-comparatif-card:hover{border-color:var(--accent);box-shadow:var(--agp-shadow-hover);}.agp-comparatif-card--popular{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);}.agp-comparatif-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;white-space:nowrap;}.agp-comparatif-card-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--accent);}.agp-comparatif-card-icon svg{width:100%;height:100%;}.agp-comparatif-card h3{font-size:1.125rem;font-weight:700;color:var(--contrast);margin:0 0 .5rem;}.agp-comparatif-card-price{font-size:.875rem;color:var(--accent);font-weight:700;margin-bottom:.75rem;}.agp-comparatif-card-desc{font-size:.8125rem;color:var(--contrast-2);line-height:1.5;margin-bottom:1rem;}.agp-comparatif-features{list-style:none;padding:0;margin:0 0 1.25rem;text-align:left;}.agp-comparatif-features li{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.8125rem;color:var(--contrast-2);border-top:1px solid var(--base);}.agp-comparatif-features li:first-child{border-top:0;}.agp-comparatif-features li svg{width:14px;height:14px;color:var(--accent);flex-shrink:0;}.agp-process-list{list-style:none;padding:0;margin:0;position:relative;max-width:700px;margin:0 auto;}.agp-process-list::before{content:"";position:absolute;left:24px;top:0;bottom:0;width:2px;background:var(--base);}.agp-process-step{display:flex;gap:1.5rem;padding-bottom:2rem;position:relative;}.agp-process-step:last-child{padding-bottom:0;}.agp-process-step-num{width:50px;height:50px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:800;flex-shrink:0;position:relative;z-index:1;}.agp-process-step-body h3{font-size:1.0625rem;font-weight:700;color:var(--contrast);margin:.25rem 0 .375rem;}.agp-process-step-body p{font-size:.875rem;color:var(--contrast-2);line-height:1.6;margin:0;}.agp-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;}.agp-gallery-item{border-radius:var(--agp-radius);overflow:hidden;cursor:pointer;aspect-ratio:4/3;}.agp-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.agp-gallery-item:hover img{transform:scale(1.05);}.agp-gallery-lightbox-input{position:absolute;opacity:0;pointer-events:none;}.agp-gallery-lightbox-label{display:block;width:100%;height:100%;cursor:pointer;}.agp-gallery-lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.9);align-items:center;justify-content:center;padding:2rem;}.agp-gallery-lightbox-input:checked~.agp-gallery-lightbox{display:flex;}.agp-gallery-lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--agp-radius);}.agp-gallery-lightbox-close{position:fixed;top:1.5rem;right:1.5rem;font-size:2rem;color:#fff;cursor:pointer;z-index:10000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border-radius:50%;line-height:1;}.agp-pricing-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}.agp-pricing-table{width:100%;border-collapse:collapse;font-size:.9375rem;}.agp-pricing-table thead{background:var(--contrast);}.agp-pricing-table th{color:#fff;font-weight:700;padding:.875rem 1rem;text-align:left;}.agp-pricing-table td{padding:.875rem 1rem;border-bottom:1px solid var(--base);color:var(--contrast-2);}.agp-pricing-table tbody tr:nth-child(even){background:var(--base-2);}.agp-pricing-table tbody tr:hover{background:var(--base);}.agp-pricing-note{font-size:.8125rem;color:#4b5563;margin-top:1rem;line-height:1.5;}.agp-savings-card{background:var(--base-3);border:2px solid var(--accent);border-radius:var(--agp-radius-lg);padding:2rem;text-align:center;margin-bottom:2rem;}.agp-savings-card-title{font-size:.875rem;font-weight:700;text-transform:uppercase;color:var(--contrast-3);letter-spacing:.05em;margin-bottom:1rem;}.agp-savings-card-prices{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;}.agp-savings-card-before{font-size:1.5rem;color:var(--contrast-3);text-decoration:line-through;}.agp-savings-card-arrow{color:var(--accent);}.agp-savings-card-arrow svg{width:24px;height:24px;}.agp-savings-card-after{font-size:2rem;font-weight:800;color:var(--accent);}.agp-savings-card-percent{background:var(--accent);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:700;}.agp-savings-card-note{font-size:.75rem;color:var(--contrast-3);margin-top:1rem;line-height:1.4;}.agp-aides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;}.agp-aide-card{background:var(--base-3);border:1px solid var(--base);border-radius:var(--agp-radius);padding:1.5rem;display:flex;gap:1rem;}.agp-aide-card--highlight{grid-column:1/-1;border-color:var(--accent);background:linear-gradient(135deg,rgba(5,150,105,.03),rgba(5,150,105,.08));}.agp-aide-card-icon{width:36px;height:36px;color:var(--accent);flex-shrink:0;}.agp-aide-card-icon svg{width:100%;height:100%;}.agp-aide-card-body h3{font-size:1rem;font-weight:700;color:var(--contrast);margin:0 0 .5rem;}.agp-aide-card-tag{display:inline-block;background:rgba(5,150,105,.1);color:var(--accent);padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;margin-bottom:.5rem;}.agp-aide-card-body p{font-size:.875rem;color:var(--contrast-2);line-height:1.6;margin:0 0 .5rem;}.agp-aide-card-body ul{list-style:none;padding:0;margin:0;}.agp-aide-card-body li{display:flex;align-items:flex-start;gap:.375rem;font-size:.8125rem;color:var(--contrast-2);padding:.25rem 0;}.agp-aide-card-body li svg{color:var(--accent);flex-shrink:0;margin-top:2px;}.agp-aides-cta{text-align:center;margin-top:2rem;padding:1.5rem;background:var(--base-3);border-radius:var(--agp-radius);border:1px solid var(--base);}.agp-aides-cta p{color:var(--contrast-2);margin:0 0 1rem;font-size:.9375rem;}.agp-faq-list{max-width:800px;margin:0 auto;}.agp-faq-item{border:1px solid var(--base);border-radius:var(--agp-radius);margin-bottom:.5rem;background:var(--base-3);overflow:hidden;}.agp-faq-item summary{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;cursor:pointer;font-weight:600;font-size:.9375rem;color:var(--contrast);list-style:none;transition:background var(--agp-transition);}.agp-faq-item summary::-webkit-details-marker{display:none;}.agp-faq-item summary::after{content:"";width:20px;height:20px;margin-left:auto;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236b7280\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform var(--agp-transition);}.agp-faq-item[open] summary::after{transform:rotate(180deg);}.agp-faq-item summary:hover{background:var(--base);}.agp-faq-answer{padding:0 1.25rem 1rem;font-size:.875rem;color:var(--contrast-2);line-height:1.7;}.agp-faq-answer p{margin:0;}.agp-zone-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;}.agp-zone-map{border-radius:var(--agp-radius-lg);overflow:hidden;box-shadow:var(--agp-shadow-md);aspect-ratio:4/3;}.agp-zone-map iframe{width:100%;height:100%;border:0;}.agp-form-section{background:var(--base);}.agp-form-success-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;}.agp-maillage-section{background:var(--base);border-top:1px solid var(--base);}.agp-maillage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.agp-maillage-title{font-size:1rem;font-weight:700;color:var(--contrast);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent);}.agp-maillage-col a{color:var(--accent);text-decoration:none;font-size:.875rem;}.agp-maillage-col a:hover{text-decoration:underline;}.agp-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--base-3);border-top:1px solid var(--base);padding:.75rem;gap:.5rem;box-shadow:0 -2px 10px rgba(0,0,0,.1);}.agp-mobile-cta .agp-btn{flex:1;justify-content:center;padding:.75rem;font-size:.875rem;}.site-footer{background:var(--contrast) !important;}.agp-footer{padding:3rem 0 0;color:rgba(255,255,255,.75);font-size:.875rem;}.agp-footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.agp-footer-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.75rem;}.agp-footer-col p{margin:0 0 .5rem;line-height:1.6;}.agp-footer-col a{color:#a7f3d0;text-decoration:none;}.agp-footer-col a:hover{text-decoration:underline;}.agp-footer-col ul{list-style:none;padding:0;margin:0;}.agp-footer-col li{padding:.25rem 0;}.agp-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding:1.25rem 0;text-align:center;}.agp-footer-bottom p{margin:0;font-size:.8125rem;color:rgba(255,255,255,.5);}.agp-custom-form-embed{max-width:700px;margin:0 auto;}@media (max-width:1024px){.agp-services-grid,.agp-comparatif-grid{grid-template-columns:repeat(2,1fr);}.agp-gallery-grid{grid-template-columns:repeat(3,1fr);}}@media (max-width:768px){.agp-hero{padding:2.5rem 0;}.agp-hero-grid{grid-template-columns:1fr;gap:2rem;}.agp-hero h1{font-size:1.875rem;}.agp-hero-image{order:-1;}.agp-section{padding:2.5rem 0;}.agp-section-title{font-size:1.5rem;}.agp-trust-bar-inner{grid-template-columns:repeat(2,1fr);}.agp-services-grid,.agp-comparatif-grid,.agp-gallery-grid{grid-template-columns:1fr 1fr;}.agp-advantages-grid,.agp-aides-grid,.agp-reviews-grid,.agp-footer-grid,.agp-maillage-grid{grid-template-columns:1fr;}.agp-zone-map-grid{grid-template-columns:1fr;}.agp-cta-banner h2{font-size:1.375rem;}.agp-hero-buttons{flex-direction:column;}.agp-hero-buttons .agp-btn{justify-content:center;}.agp-mobile-cta{display:flex;}body{padding-bottom:70px;}.agp-header-right{display:none;}}@media (max-width:480px){.agp-services-grid,.agp-comparatif-grid{grid-template-columns:1fr;}.agp-gallery-grid{grid-template-columns:repeat(2,1fr);}.agp-trust-bar-inner{grid-template-columns:repeat(2,1fr);gap:1rem;}.agp-savings-card{padding:1.25rem;}.agp-savings-card-before{font-size:1.125rem;}.agp-savings-card-after{font-size:1.5rem;}}