@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";.logo-hamburger-container{position:absolute;top:20px;left:20px;z-index:4001;display:flex;align-items:center}.logo{font-size:2.8rem;font-weight:700;color:#fff;margin-right:12px}.hamburger-icon{width:32px;height:24px;display:flex;flex-direction:column;justify-content:space-between;background:transparent;border:none;padding:0;cursor:pointer;z-index:2001}.hamburger-icon div{width:100%;height:4px;background-color:#fff;border-radius:3px;transition:transform .3s,opacity .3s}.menu-container{position:fixed;top:0;left:0;width:140px;height:100vh;background-color:#000000e6;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:2rem;gap:1.5rem;z-index:2000}.menu-container.open{transform:translate(0)}.menu-container a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .2s}.menu-container a:hover{color:#4caf50}.hero{width:100%;height:100vh;background:url(/san.jpeg) center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.btn-demarrer{padding:1rem 2rem;background:#fff;color:#000;border:none;border-radius:20px;font-weight:600;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.close-modal{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1.2rem;cursor:pointer}.article-popup-image{width:100%;max-height:60vh;object-fit:contain;margin:1rem 0}.newsletter{background:#f5f5f5;padding:2rem 1rem;font-family:inherit}.newsletter-inner{max-width:1100px;margin:0 auto}.newsletter-content{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:2rem}.newsletter-text{flex:0 0 auto;max-width:600px}.newsletter-text h2{margin:0;font-size:2rem;font-weight:700;color:#000}.newsletter-text .tagline{margin:.5rem 0 0;font-size:1rem;color:#555;line-height:1.4}.newsletter-form{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.newsletter-input{padding:.75rem;font-size:.95rem;border:1px solid #ccc;border-radius:8px;transition:border-color .2s}.newsletter-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.newsletter-button{padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;background:#000;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s}.newsletter-button:hover:not(:disabled){background:#333;transform:translateY(-1px)}.newsletter-button:disabled{opacity:.6;cursor:default}.thanks{text-align:center;font-size:1.1rem;font-weight:500;color:#000;margin:0}@media (max-width: 768px){.newsletter-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.newsletter-form{width:100%;justify-content:flex-start}.newsletter-input{flex:1 1 auto}}.site-footer{background:#222;color:#eee;padding:2rem 1rem;text-align:center}.footer-content{max-width:1100px;margin:0 auto}.footer-content p{margin-bottom:1rem;font-size:.9rem}.footer-nav a{margin:0 .5rem;color:#eee;text-decoration:none;font-size:.9rem}.footer-nav a:hover{text-decoration:underline}html,body{margin:0;padding:0;background-color:#f0f0f0;overflow-x:hidden;font-family:Poppins,sans-serif;color:#010101}button{cursor:pointer;border:none;outline:none;background:none}.form-menu-header{display:flex;align-items:center;justify-content:space-between;background-color:#000;padding:.5rem 2rem;height:60px;position:fixed;top:0;left:0;right:0;z-index:1000}.hamburger-wrapper{display:flex}.back-to-site-button{color:gray;font-size:1rem;margin-left:auto}.back-to-site-button:hover{text-decoration:underline;text-decoration-color:#000}.form-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:900}.form-menu-content{background-color:#fff;border-radius:8px;padding:1rem 2rem;min-width:200px}.form-menu-content ul{list-style:none;margin:0;padding:0}.form-menu-content li{margin-bottom:1rem}.form-menu-content a{color:#000;text-decoration:none;font-size:1rem}.form-menu-content a:hover{text-decoration:underline}#formulaire{padding-top:80px}.form-container{max-width:850px;margin:100px auto 40px;background:#fff;border-radius:22px;box-shadow:0 4px 12px #0000001a;padding:2rem;position:relative}.form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.form-logo{font-size:1.8rem;font-weight:700;color:#000;text-transform:lowercase}.progress-bar{flex:1;height:10px;background-color:#e0e0e0;border-radius:10px;overflow:hidden;margin-left:20px}.progress{height:100%;background-color:#4caf50;transition:width .3s ease;border-radius:10px 0 0 10px}.question-section{text-align:center;margin-top:1rem}.question-text{font-size:1.5rem;margin-bottom:1.2rem;font-weight:500;color:#010101}.options,.options.multiple{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.option-button{padding:.75rem 1.2rem;border:1px solid #ccc;border-radius:8px;background-color:#fff;font-size:1rem;transition:background-color .3s ease,box-shadow .3s ease;min-width:120px}.option-button:hover{background-color:#f8f8f8;box-shadow:0 2px 5px #00000026}.option-button.selected{background-color:#4caf50;color:#fff;border-color:#4caf50}.input-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.input-field{padding:.75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;min-width:200px}.buttons-row,.multi-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.next-button{padding:.75rem 1.2rem;border-radius:8px;background-color:#4caf50;color:#fff;font-size:1rem;transition:background-color .3s ease}.next-button:hover{background-color:#45a049}.back-button{padding:.75rem 1.2rem;border-radius:8px;background-color:#f44336;color:#fff;font-size:1rem;transition:background-color .3s ease,transform .2s ease}.back-button:hover{background-color:#d32f2f;transform:translateY(-2px)}.error{color:red;font-size:.9rem;margin-top:5px}.step-counter{margin-top:1rem;font-size:1rem;color:#555}.footer-form{color:#000;padding:1.5rem;text-align:center;background-color:#fff;border-top:1px solid #ddd}.footer-content-form{max-width:800px;margin:0 auto;font-size:.9rem;opacity:.8}@media (max-width: 600px){.form-container{padding:1.5rem;margin:80px auto 20px}.question-text{font-size:1.2rem}.input-field,.next-button,.back-button{font-size:.9rem}.option-button{min-width:100px}}.contact-wrapper{max-width:800px;margin:100px auto 60px;padding:0 1rem}.contact-title{text-align:center;font-size:2.25rem;margin-bottom:2rem}.contact-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:1.25rem}.contact-form label{display:flex;flex-direction:column;font-weight:600;font-size:.95rem;gap:.5rem}.contact-form input,.contact-form textarea{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#888;outline:none}.contact-btn{align-self:flex-start;background:#000;color:#fff;padding:.75rem 2rem;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:background .25s}.contact-btn:hover{background:#333}.contact-info{text-align:center;margin-top:2rem;font-size:.95rem;color:#555}.admin-container{max-width:800px;margin:5rem auto;padding:0 1rem;font-family:inherit;color:#333}.admin-container h2{text-align:center;margin-bottom:2rem}.admin-form{background:#fff;border:1px solid #ddd;padding:2rem;border-radius:8px;margin-bottom:2rem}.admin-form h3{margin-top:0;margin-bottom:1rem;color:#444}.admin-form label{display:block;margin-top:1rem;font-weight:600;color:#555}.admin-form input[type=text],.admin-form textarea,.admin-form input[type=file]{width:100%;padding:.75rem;margin-top:.5rem;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:1rem}.admin-form textarea{resize:vertical;min-height:120px}.admin-button{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:#007700;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease}.admin-button:hover:not(:disabled){background:#005500}.admin-error{margin-top:.5rem;color:#d00;font-size:.875rem}.admin-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.admin-table th,.admin-table td{border:1px solid #ddd;padding:.75rem;text-align:left}.admin-table th{background:#f0f0f0;font-weight:600}.admin-table tr:nth-child(2n){background:#fafafa}.admin-button{display:inline-block;margin-top:1.25rem;padding:.75rem 1.75rem;background:#000;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.admin-button:hover:not(:disabled){background:#333;transform:translateY(-2px)}.admin-button:disabled{opacity:.6;cursor:default;transform:none}.whatsapp-button{position:fixed;bottom:20px;right:20px;z-index:3000}.whatsapp-button img{width:48px;height:48px}html,body{margin:0;padding:0;background:#F0F0F0}.apropos-container,.prestations-section,.blog-section{font-family:Poppins,sans-serif;background:#F0F0F0}.apropos-container{text-align:center;padding:3rem 2rem}.about-content{max-width:800px;margin:auto}.about-content h1{font-size:2rem;color:#010101;margin-bottom:1.5rem}.about-content p{font-size:1rem;line-height:1.6;color:#010101;margin-bottom:1rem}.prestations-section{padding:3rem 2rem;text-align:center}.prestations-title{font-size:2.4rem;margin-bottom:1rem;color:#010101}.prestations-subtitle{font-size:1rem;margin-bottom:1.5rem;color:#555}.prestations-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 2rem}@media (max-width:768px){.prestations-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.prestations-cards{grid-template-columns:1fr}}.prestation-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:.3s}.prestation-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0003}.prestation-image{width:100%;height:200px;object-fit:cover}.prestation-card h3{margin:1rem;font-size:1.2rem;color:#010101}.prestation-card p{margin:0 1rem 1rem;font-size:.9rem;color:#555}.blog-section{padding:3rem 2rem;background:#fff;text-align:center}.blog-wrapper{max-width:1200px;margin:0 auto;text-align:left}.blog-title{font-size:2rem;margin-bottom:1rem;color:#010101}.blog-intro{font-size:1rem;color:#555;margin-bottom:2rem}.blog-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:768px){.blog-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.blog-cards{grid-template-columns:1fr}}.blog-card{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:.3s}.blog-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.blog-thumbnail{width:100%;height:150px;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.article-popup-image{width:100%;height:auto;object-fit:contain;margin:1rem 0}.close-modal{display:block;margin:1rem auto 0;padding:.6rem 1.2rem;background:#444;color:#fff;border:none;border-radius:5px;cursor:pointer}.close-modal:hover{background:#666}html{box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0}body.no-scroll{overflow:hidden!important}.header{position:fixed;top:0;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.logo{font-weight:600;font-size:1.4rem;color:#f7f3f3}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:26px;height:3px;background:#000;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-menu{position:fixed;top:60px;left:0;width:100%;height:calc(100% - 60px);background:#fff;display:none;padding-top:1rem;flex-direction:column;align-items:center;justify-content:flex-start;z-index:900}.nav-menu.open{display:flex}.nav-menu a{margin:.75rem 0;font-size:1.25rem;color:#000;text-decoration:none}.hero{width:100%;height:100vh;background:url(/san.jpeg) center/cover no-repeat;position:relative}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center}.btn-demarrer{padding:1rem 2rem;border:none;border-radius:20px;background:#fff;color:#000;font-weight:600;cursor:pointer;transition:background .2s}.btn-demarrer:hover{background:#eee}
