@charset "UTF-8";@font-face{font-family:epilogue;font-style:normal;font-weight:400;src:url(/fonts/Epilogue-Regular.woff2)}@font-face{font-family:rosario;font-style:normal;font-weight:300;src:url(/fonts/Rosario-Regular.woff2)}body{font-family:rosario,courier new!important;background-color:#f2f7f1;margin:0}h1,h2,h3,.navbar{font-family:epilogue,arial!important}.flex-center{display:flex;justify-content:center}.flex-around{display:flex;justify-content:flex-around}.flex-start{display:flex;justify-content:flex-start;gap:.5rem}.flex-end{display:flex;justify-content:end}.text-center{text-align:center}.white{color:#f2f7f1}.pastel-lilas{color:#c2a6ff}.pastel-blue{color:#8ed4ff}.pastel-orange{color:#f2b565}.pastel-green{color:#73b06c}*,*::before,*::after{box-sizing:border-box}.e404{display:flex;flex-direction:column;justify-content:center;align-items:center;height:85vh}h3.thin{font-weight:200}@media(max-width:768px){h2{font-size:22px}h3{font-size:18px}.flex-around{display:flex}}@media(max-width:1200px){.flex-start{display:flex;flex-direction:column}}.topbar-menu{list-style:none;display:flex;margin:0;padding:0;gap:2rem;z-index:20;max-width:none}.topbar-menu h2{color:#f2f7f1}nav{display:flex;align-items:center}.navbar{display:flex;position:fixed!important;width:100%;top:0;z-index:1000;background-color:#142b1f;align-items:center;justify-content:space-between;overflow:visible;flex-wrap:wrap;color:#f2f7f1;height:80px;padding-left:20px;padding-right:20px;box-sizing:border-box}.navbar a:hover{border-bottom:1px solid}.navbar .sitename a:hover{border-bottom:none}.navbar a.active{border-bottom:1px solid!important}.navbar a[aria-current=page]{border-bottom:1px solid}main{padding-top:80px}.burger{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:0 0;border:none;cursor:pointer;padding:0;z-index:1100;color:#f2f7f1!important}.burger span{width:100%;height:3px;background-color:#f2f7f1!important;border-radius:2px;transition:all .3s}footer{background-color:#142b1f;color:#f2f7f1;width:100%;margin-top:0!important;padding:10px;text-align:center}@media(max-width:1200px){.burger{display:flex!important}.menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:90vh;background-color:#142b1f!important;opacity:.95;justify-content:center;z-index:1000}.menu.active{display:flex}.menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.menu ul li{border-bottom:2px solid #f2f7f1!important;padding:0}.menu ul li a{display:block;color:#f2f7f1!important;text-decoration:none}.menu ul li a:hover,.menu ul li a:focus{border:none!important;background:0 0!important;color:#f2f7f1!important;text-decoration:none!important}.menu ul li a:active{text-decoration:none!important;font-weight:600!important}.navbar{padding-left:10px;padding-right:10px}}.sitename{font-family:epilogue,arial!important;font-size:32px}@media(max-width:800px){.sitename{font-size:24px;max-width:25%}}.full-menu{display:flex;align-items:center}@media(max-width:800px){.full-menu{flex-direction:row-reverse;justify-content:space-between;margin-left:20px}}.hero h1{color:#f2f7f1}.section-green{background-color:#142b1f;color:#f2f7f1;padding:4rem 2rem}.section-beige{background-color:#f2f7f1;color:#142b1f;padding:4rem 2rem}.section-beige h2,.section-beige h3{color:#142b1f!important}.intro{max-width:800px;margin:0 auto}.section-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.section-content.col{flex-direction:column;gap:1rem}.section-content.col h2{margin:0}.section-image{flex:1;min-width:250px;height:300px;overflow:hidden;border-radius:8px}.section-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.section-text{flex:1;min-width:300px}.section-text p{text-align:justify;padding-right:20px;line-height:1.8}@media(max-width:768px){.hero h1{color:#f2f7f1;font-size:30px!important}.section-text p{padding:0}}.icon{margin-right:.5rem}.btn{border-radius:32px;text-align:center;width:fit-content;min-width:180px;height:40px;border:0;font-family:epilogue,arial;padding:10px 20px;display:flex;justify-content:center;align-items:center;color:#000;cursor:pointer}@media(max-width:768px){.btn{width:fit-content;min-width:0;font-size:14px;padding:10px;line-height:normal}}@media(max-width:1200px){.flex-start .btn{width:100%}}.btn:hover{opacity:.7;color:#000}.btn-blue{background-color:#8ed4ff;color:#000}.btn-lilas{background-color:#c2a6ff;color:#000}.btn-orange{background-color:#f2b565;color:#000}.btn-green{background-color:#73b06c;color:#000}.btn-green-dark{border-radius:32px;text-align:center;width:150px;height:30px;border:0;font-family:epilogue,arial;padding:10;display:flex;justify-content:center;align-items:center;background-color:#142b1f;color:#f2f7f1}.btn-green-dark:hover{color:#f2f7f1}.programs-grid{margin:2rem auto;max-width:1200px;padding:0 1rem}.programs-grid .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.grid-4-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.program-card{background-color:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,5%);display:flex;flex-direction:column}.program-card img{width:100%;height:180px;object-fit:cover;display:block}.program-card .card-content{padding:1rem}.program-card .card-content h3{font-size:1.1rem;margin-top:0;margin-bottom:.5rem;text-align:center}.program-card .card-content p{font-size:.9rem;margin:.3rem 0}.card-image-wrapper{position:relative}.card-image-wrapper img{width:100%;height:180px;object-fit:cover;display:block}.card-image-wrapper .card-badge{position:absolute;top:.5rem;right:.5rem;background-color:#142b1f;color:#142b1f;padding:.3rem .6rem;font-size:.75rem;border-radius:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2}.card-image-wrapper .flex-around{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.3rem;z-index:2}.card-image-wrapper .badge-info{position:static;background-color:#f2f7f1;border:1px solid #142b1f;color:#142b1f;padding:.3rem .6rem;font-size:.75rem;border-radius:15px;white-space:nowrap}.info-block{display:flex;align-items:center;gap:.4rem}.info-block svg{color:#588157}.info-icon{flex-shrink:0}@media(max-width:1180px){.grid-4-cols{grid-template-columns:1fr 1fr}}@media(max-width:768px){.grid-4-cols{grid-template-columns:1fr}}.map{height:70vh;width:100%;max-width:800px;margin-top:10px}@media(max-width:768px){.map{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-top:10px;height:50vh}}.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background-color:#142b1f!important;color:#fff!important;font-weight:700}.marker-cluster-small{background-color:#588157!important}.filters{width:50vw;display:flex;gap:1rem;align-items:center}.green-dot-marker{background-color:#588157;width:12px;height:12px;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.3)}#features path{transition:fill .2s;cursor:pointer;fill:#85a884}#features path:hover{fill:#142b1f}#features path.selected{fill:#142b1f}.map-search{display:flex;gap:2rem;align-items:flex-start;min-height:100vh}@media(max-width:768px){.map-search{flex-direction:column;gap:0}}.sticky-map{width:45%;position:sticky;top:90px;z-index:100;display:flex;flex-direction:column;align-items:flex-start}.sticky-map .map-wrapper{width:100%;display:flex;justify-content:center}@media(max-width:768px){.sticky-map{width:100%;position:relative;top:auto;overflow:hidden}.sticky-map .map-wrapper{justify-content:center;margin-right:-1rem;padding-bottom:0}}.search-results{width:55%}@media(max-width:768px){.search-results{width:100%}}.region-count{fill:#f2f7f1;stroke:none;stroke-width:0;paint-order:normal;font-weight:600;font-size:30px;font-family:rosario,courier new;text-anchor:middle;pointer-events:none}@media(max-width:768px){.region-count{font-size:40px!important}}.filters{display:flex;gap:1vw}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:20px;padding:.5vw 1vw;font-size:1vw;color:#333;cursor:pointer;position:relative;font-family:rosario,courier new}@media(max-width:768px){.custom-select{width:auto;font-size:3.5vw;padding:2vw 3vw;border-radius:20px}}.custom-select::after{content:"▾";position:absolute;right:1vw;pointer-events:none}@media(max-width:768px){.custom-select::after{right:3vw}}.container-guide{display:flex;flex-direction:row;gap:40px;align-items:flex-start}.guide-sidebar{width:30%;background-color:#e6edea;padding:20px;border-radius:15px;position:sticky;top:100px;align-self:flex-start;overflow-y:auto;padding:1rem}.guide-content{width:70%;padding:20px}.guide-sidebar ul{list-style:none;padding-left:0;margin:0}.guide-sidebar ul ul{padding-left:1rem}.guide-sidebar li{margin-bottom:.5rem}.guide-sidebar a{text-decoration:none;color:#333;display:block}.guide-sidebar a:hover{text-decoration:underline}.guide-sidebar li ul a{font-size:.9rem;color:#666}.guide-sidebar a.active{font-weight:700;border-radius:5px;opacity:.5;color:#000}.grid-2-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.dispositif-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 5px rgba(0,0,0,5%);display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.dispositif-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem}.dispositif-text{flex:1 1 250px;text-align:left}.dispositif-text h3{margin-top:0}.dispositif-text p{margin-bottom:0;text-align:justify}.dispositif-image{flex-shrink:0}.dispositif-image img{width:200px;height:150px;object-fit:cover;border-radius:8px}.guide-content h2,.guide-content h3{scroll-margin-top:100px}@media(max-width:1200px){.grid-2-cols{grid-template-columns:1fr}.guide-sidebar{display:none}.guide-content{width:100%;padding:0}.dispositif-image{width:100%}.dispositif-image img{width:100%;height:150px;object-fit:cover}}.breadcrumbs{padding:10px;font-size:12px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs ul{list-style:none;display:flex;gap:.5rem;padding:0;margin:0}.breadcrumbs li::after{content:"›";margin-left:.5rem}.breadcrumbs li:last-child::after{content:""}a{text-decoration:none}.sitename a{color:#f2f7f1}.container-landing .navbar{padding:0 20px}.landing-section-green{background-color:#142b1f;color:#f2f7f1;padding:0}.landing-section-green .landing-section-content{display:flex;width:100%;height:100%}.landing-section-green .landing-section-text{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:5rem}.landing-section-green .landing-section-image{width:50%;height:100%}.landing-section-green .landing-section-image img{width:100%;height:500px;object-fit:cover;display:block}.landing-section-beige{background-color:#f2f7f1;color:#142b1f;padding:2rem}.landing-section-beige h2,.landing-section-beige h3{color:#142b1f!important}.landing-section-beige .landing-section-content{display:flex;width:100%;align-items:center}.landing-section-beige .landing-section-text{width:50%;text-align:justify;padding:2rem;display:flex;flex-direction:column;justify-content:center}.landing-section-beige .landing-section-image{width:50%;display:flex;justify-content:center;align-items:center;padding:2rem}.landing-section-beige .landing-section-image img{max-width:100%;height:auto;object-fit:contain;display:block}.landing-section-beige ul{list-style:none;padding:0;margin:1rem 0}.landing-section-beige ul li{position:relative;padding-left:2rem;margin-bottom:1rem}.landing-section-beige ul li::before{content:"✔";color:#142b1f;font-weight:700;position:absolute;left:0;top:0}.landing-section-cards{text-align:center;padding:4rem 2rem}.landing-section-cards .cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.landing-section-cards .card{background:#fff;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,8%);text-align:center;font-size:1rem;line-height:1.6}.landing-card-badge{color:#142b1f;padding:.3rem .6rem;font-size:.75rem;border-radius:15px;z-index:2}.card-badge-lilas{background-color:#c2a6ff}.card-badge-green{background-color:#73b06c}.card-badge-orange{background-color:#f2b565}.card-badge-blue{background-color:#8ed4ff}@media(max-width:1024px){.landing-section-cards .cards-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.landing-section-cards .cards-container{grid-template-columns:1fr}}@media(max-width:768px){.landing-section-green .landing-section-content,.landing-section-beige .landing-section-content{flex-direction:column}.landing-section-green .landing-section-text,.landing-section-green .landing-section-image,.landing-section-beige .landing-section-text,.landing-section-beige .landing-section-image{width:100%;padding:1.5rem}.landing-section-beige .landing-section-content{flex-direction:column-reverse}.landing-section-green .landing-section-text,.landing-section-beige .landing-section-text{text-align:center;align-items:center}}footer a{text-decoration:none;color:#f2f7f1}footer a:hover{text-decoration:underline}.drawer{position:fixed;top:0;right:-100%;width:600px;height:100%;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.2);transition:right .3s ease-in-out;z-index:9999;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-header{padding:1rem;background:#f5f5f5;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.drawer-header h4{margin:0;font-size:1rem}.drawer-header button{background:0 0;border:none;font-size:1.5rem;cursor:pointer}.drawer-content{flex:1;overflow:hidden}.drawer-content iframe{width:100%;height:100%;border:none}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:9998}.drawer-overlay.open{opacity:1;visibility:visible}@media(max-width:768px){.drawer{width:100%}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1em 0}table{border-collapse:collapse;width:100%;min-width:600px}table,th,td{border:1px solid #333;padding:8px}th{background-color:#142b1f;color:#f2f7f1}