@media (min-width:481px) and (max-width:1024px){.kd-single-service-title,h2.kd-single-service-title,.kd-single-service-content h2.kd-single-service-title,.kd-service-title{font-size:50px!important}}@media (max-width:480px){.kd-single-service-title,h2.kd-single-service-title,.kd-single-service-content h2.kd-single-service-title,.kd-service-title{font-size:30px!important}}:root{--kd-violet:#1c144c;--kd-jaune-moutarde:#d8ac00;--kd-noir:#040404;--kd-bleu-fonce:#13344c;--kd-dore:#b79245;--kd-jaune:#ffce0f;--kd-bleu:#367191;--kd-blanc:#ffffff;--kd-primary:#367191;--kd-primary-dark:#13344c;--kd-secondary:#b79245;--kd-accent:#ffce0f;--kd-text-dark:#ffffff;--kd-text-light:rgba(255, 255, 255, 0.8);--kd-bg-dark:#13344c;--kd-bg-white:#ffffff;--kd-border:rgba(255, 255, 255, 0.15);--kd-shadow-sm:0 1px 2px 0 rgba(4, 4, 4, 0.15);--kd-shadow-md:0 4px 6px -1px rgba(4, 4, 4, 0.2), 0 2px 4px -1px rgba(4, 4, 4, 0.1);--kd-shadow-lg:0 10px 15px -3px rgba(4, 4, 4, 0.3), 0 4px 6px -2px rgba(4, 4, 4, 0.15);--kd-shadow-xl:0 20px 25px -5px rgba(4, 4, 4, 0.4), 0 10px 10px -5px rgba(4, 4, 4, 0.2);--kd-radius-sm:6px;--kd-radius-md:10px;--kd-radius-lg:16px;--kd-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.kd-services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:20px 0 10px 0;max-width:100%;margin:0 auto;font-family:Avenir,"Avenir Next",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;justify-items:center;align-items:start}.kd-service-item{background:rgb(19 52 76 / .4)!important;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid var(--kd-border);border-radius:var(--kd-radius-lg);padding:28px;transition:var(--kd-transition);position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--kd-shadow-md);width:100%;max-width:450px;min-height:420px;color:var(--kd-blanc)!important}.kd-service-item *:not(i):not(.kd-service-icon){color:inherit!important}.kd-service-item:hover{box-shadow:var(--kd-shadow-xl);transform:translateY(-4px);border-color:var(--kd-dore);background:rgb(19 52 76 / .6)!important}.kd-service-featured{position:relative;overflow:visible;background:linear-gradient(135deg,rgb(183 146 69 / .2) 0%,rgb(255 206 15 / .15) 50%,rgb(183 146 69 / .2) 100%);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:2px solid #fff0;background-clip:padding-box;box-shadow:0 12px 40px rgb(183 146 69 / .4),inset 0 1px 0 rgb(255 206 15 / .3),inset 0 -1px 0 rgb(183 146 69 / .2),0 0 0 1px rgb(183 146 69 / .5),0 0 20px rgb(255 206 15 / .3);animation:featured-breathe 4s ease-in-out infinite}@keyframes featured-breathe{0%,100%{box-shadow:0 12px 40px rgb(183 146 69 / .4),inset 0 1px 0 rgb(255 206 15 / .3),inset 0 -1px 0 rgb(183 146 69 / .2),0 0 0 1px rgb(183 146 69 / .5),0 0 20px rgb(255 206 15 / .3)}50%{box-shadow:0 16px 50px rgb(183 146 69 / .5),inset 0 1px 0 rgb(255 206 15 / .4),inset 0 -1px 0 rgb(183 146 69 / .3),0 0 0 1px rgb(255 206 15 / .6),0 0 30px rgb(255 206 15 / .4)}}.kd-service-featured::before{content:'';position:absolute;top:0;left:4px;right:4px;height:4px;background:linear-gradient(90deg,var(--kd-dore) 0%,var(--kd-jaune) 25%,var(--kd-jaune-moutarde) 50%,var(--kd-jaune) 75%,var(--kd-dore) 100%);background-size:200% 100%;border-radius:var(--kd-radius-lg) var(--kd-radius-lg) 0 0;animation:shimmer 3s linear infinite;filter:blur(1px)}@keyframes shimmer{0%{background-position:0% 50%}100%{background-position:200% 50%}}.kd-service-featured::after{content:'⭐ SERVICE VEDETTE';position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#ff8c42 0%,#ff6b35 100%);color:#fff;padding:6px 16px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px rgb(255 107 53 / .5);animation:pulse-featured 2s infinite;z-index:10}@keyframes pulse-featured{0%,100%{transform:scale(1);box-shadow:0 4px 12px rgb(255 107 53 / .5)}50%{transform:scale(1.05);box-shadow:0 6px 20px rgb(255 107 53 / .7)}}.kd-service-featured:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px rgb(183 146 69 / .6),inset 0 2px 0 rgb(255 206 15 / .5),inset 0 -2px 0 rgb(183 146 69 / .4),0 0 0 2px rgb(255 206 15 / .7),0 0 40px rgb(255 206 15 / .5),0 0 60px rgb(183 146 69 / .3);backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%)}.kd-service-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;flex-wrap:wrap}.kd-service-icon{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,var(--kd-bleu) 0%,var(--kd-bleu-fonce) 100%);border-radius:var(--kd-radius-md);display:flex;align-items:center;justify-content:center;color:var(--kd-jaune);font-size:24px;box-shadow:var(--kd-shadow-md);transition:var(--kd-transition)}.kd-service-item:hover .kd-service-icon{transform:scale(1.1) rotate(5deg);box-shadow:var(--kd-shadow-lg)}.kd-service-featured .kd-service-icon{background:linear-gradient(135deg,var(--kd-jaune) 0%,var(--kd-dore) 50%,var(--kd-jaune-moutarde) 100%);color:var(--kd-bleu-fonce)!important;box-shadow:0 6px 20px rgb(183 146 69 / .5);animation:icon-glow 3s ease-in-out infinite}@keyframes icon-glow{0%,100%{box-shadow:0 6px 20px rgb(183 146 69 / .5)}50%{box-shadow:0 8px 30px rgb(255 206 15 / .7),0 0 40px rgb(183 146 69 / .4)}}.kd-service-title{flex:1;margin:0;font-size:22px;font-weight:700;color:var(--kd-blanc)!important;line-height:1.3;letter-spacing:-.02em}.kd-service-featured .kd-service-title{background:linear-gradient(135deg,var(--kd-jaune) 0%,var(--kd-dore) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;font-weight:800;font-size:24px}.kd-service-badge{background:linear-gradient(135deg,#ffd700 0%,#ffb700 100%);color:#1a1a1a;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px rgb(255 183 0 / .5);display:inline-flex;align-items:center;gap:4px;animation:pulse-badge 2s infinite;position:relative;overflow:hidden;margin-bottom:12px;height:30px;align-self:flex-start}.kd-service-badge::before{content:'🔥';font-size:13px}.kd-service-badge::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);animation:shine 3s infinite}@keyframes pulse-badge{0%,100%{transform:scale(1);box-shadow:0 4px 12px rgb(255 183 0 / .5)}50%{transform:scale(1.05);box-shadow:0 6px 16px rgb(255 183 0 / .7)}}@keyframes shine{0%{left:-100%}50%,100%{left:200%}}.kd-service-content{flex:1;display:flex;flex-direction:column}.kd-service-short{color:var(--kd-blanc)!important;font-size:15px;line-height:1.7;margin-bottom:16px;min-height:80px;display:flex;flex-direction:column}.kd-service-featured .kd-service-short{color:var(--kd-blanc)!important;font-weight:500;min-height:38px}.kd-service-short p{margin:0 0 12px 0;color:inherit!important}.kd-service-short p:last-child{margin-bottom:0}.kd-service-long{max-height:120px;overflow:hidden;position:relative;margin-bottom:0;transition:max-height 0.6s cubic-bezier(.4,0,.2,1),margin 0.3s ease;-webkit-mask-image:linear-gradient(to bottom,rgb(0 0 0) 0%,rgb(0 0 0) 20%,rgb(0 0 0 / .8) 45%,rgb(0 0 0 / .4) 70%,rgb(0 0 0 / .1) 85%,#fff0 100%);mask-image:linear-gradient(to bottom,rgb(0 0 0) 0%,rgba(0,0,0,8) 20%,rgb(0 0 0 / .6) 45%,rgb(0 0 0 / .3) 70%,rgb(0 0 0 / .2) 85%,#fff0 100%);transition:max-height 0.6s cubic-bezier(.4,0,.2,1),margin 0.3s ease,-webkit-mask-image 0.3s ease,mask-image 0.3s ease}.kd-service-long.expanded{max-height:3000px!important;margin-bottom:16px;overflow:visible!important;-webkit-mask-image:none;mask-image:none}.kd-service-long-content{padding-top:16px;border-top:1px solid var(--kd-border);color:var(--kd-blanc)!important;font-size:14px;line-height:1.8}.kd-service-featured .kd-service-long-content{color:var(--kd-blanc)!important;border-top-color:rgb(183 146 69 / .3)}.kd-service-long-content h2,.kd-service-long-content h3,.kd-service-long-content h4{color:var(--kd-blanc)!important;font-weight:600;margin-top:20px;margin-bottom:12px;line-height:1.3}.kd-service-featured .kd-service-long-content h2,.kd-service-featured .kd-service-long-content h3,.kd-service-featured .kd-service-long-content h4{color:var(--kd-blanc)!important;font-weight:700}.kd-service-long-content h2{font-size:20px}.kd-service-long-content h3{font-size:18px}.kd-service-long-content h4{font-size:16px}.kd-service-long-content p{margin:0 0 12px 0}.kd-service-long-content ul,.kd-service-long-content ol{margin:12px 0;padding-left:24px}.kd-service-long-content li{margin-bottom:8px;line-height:1.7}.kd-service-long-content strong{color:var(--kd-blanc)!important;font-weight:600}.kd-service-featured .kd-service-long-content strong{color:var(--kd-blanc)!important;font-weight:700}.kd-service-long-content a{color:var(--kd-primary);text-decoration:underline;transition:var(--kd-transition)}.kd-service-long-content a:hover{color:var(--kd-primary-dark)}.kd-service-featured .kd-service-long-content a{color:#1e40af;font-weight:600}.kd-service-toggle{display:inline-flex;align-items:center;gap:8px;background:#fff0;border:1px solid rgb(255 255 255 / .15);color:rgb(255 255 255 / .5);padding:8px 16px;border-radius:var(--kd-radius-sm);font-size:13px;font-weight:400;cursor:pointer;transition:var(--kd-transition);margin-bottom:16px;align-self:flex-start;opacity:.6;box-shadow:none}.kd-service-toggle:hover{background:#fff0;color:rgb(255 255 255 / .85);border-color:rgb(255 255 255 / .35);opacity:1;transform:translateX(2px);box-shadow:none}.kd-service-toggle:active{transform:translateX(2px) scale(.98);box-shadow:none}.kd-toggle-icon{transition:transform 0.3s ease;font-size:12px}.kd-service-toggle[aria-expanded="true"] .kd-toggle-icon{transform:rotate(180deg)}.kd-service-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--kd-dore);color:var(--kd-blanc);font-weight:600;font-size:14px;text-decoration:none;margin-top:auto;padding:12px 24px;border-radius:var(--kd-radius-sm);transition:var(--kd-transition);box-shadow:var(--kd-shadow-md)}.kd-service-link:hover{background:var(--kd-jaune-moutarde);gap:12px;transform:translateY(-2px);box-shadow:var(--kd-shadow-lg)}.kd-service-link i{font-size:12px;transition:var(--kd-transition)}.kd-services-empty{text-align:center;padding:40px 20px;color:var(--kd-text-light);font-size:16px;background:var(--kd-bg-light);border-radius:var(--kd-radius-md);border:2px dashed var(--kd-border)}.kd-services-iframe{border:none;width:100%;display:block;transition:var(--kd-transition);background:linear-gradient(180deg,#367191 0%,#13344c 50%,#1c144c 100%)}.kd-services-iframe-body{font-family:Avenir,"Avenir Next",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;margin:0;padding:0;min-height:100vh;background:linear-gradient(180deg,var(--kd-bleu) 0%,var(--kd-bleu-fonce) 50%,var(--kd-violet) 100%) no-repeat;background-size:100% 100%;background-attachment:fixed}.kd-services-iframe,iframe[src*="kd_single_service_iframe"],iframe[src*="kd_services_iframe"]{transition:height 0.6s ease-in-out;width:100%;border:none;display:block;overflow:hidden}.kd-services-iframe-body .kd-services-container{max-width:100%;width:100%;margin:0;padding:60px 40px 20px 40px;box-sizing:border-box}@media (max-width:1024px){.kd-services-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.kd-service-item{padding:24px}.kd-service-title{font-size:30px!important}}@media (max-width:768px){.kd-services-container{grid-template-columns:1fr;gap:16px;padding:16px 0}.kd-service-item{padding:20px}.kd-service-header{gap:12px}.kd-service-icon{width:48px;height:48px;min-width:48px;font-size:20px}.kd-service-title{font-size:30px!important}.kd-service-badge{font-size:11px;padding:3px 10px}.kd-service-short,.kd-service-long-content{font-size:14px}.kd-service-long-content h2,.kd-service-long-content h3,.kd-service-long-content h4{font-size:30px!important}.kd-service-toggle,.kd-service-link{font-size:13px}}@media (max-width:480px){.kd-services-container{gap:12px}.kd-service-item{padding:16px}.kd-service-icon{width:44px;height:44px;min-width:44px;font-size:18px}.kd-service-title{font-size:30px!important}.kd-service-long-content h2,.kd-service-long-content h3,.kd-service-long-content h4{font-size:30px!important}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.kd-service-item{animation:fadeIn 0.5s ease forwards}.kd-service-item:nth-child(1){animation-delay:0.05s}.kd-service-item:nth-child(2){animation-delay:0.1s}.kd-service-item:nth-child(3){animation-delay:0.15s}.kd-service-item:nth-child(4){animation-delay:0.2s}.kd-service-item:nth-child(5){animation-delay:0.25s}.kd-service-item:nth-child(6){animation-delay:0.3s}.kd-service-toggle:focus,.kd-service-link:focus{outline:2px solid var(--kd-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}@media (prefers-color-scheme:dark){:root{--kd-text-dark:#f9fafb;--kd-text-light:#d1d5db;--kd-bg-light:#1f2937;--kd-bg-white:#111827;--kd-border:#374151}.kd-service-item{background:var(--kd-bg-white);border-color:var(--kd-border)}.kd-service-featured{background:linear-gradient(135deg,rgb(37 99 235 / .1) 0%,rgb(16 185 129 / .1) 100%)}}body.kd-services-iframe-body{overflow:hidden;height:auto!important;min-height:100vh}.kd-single-service-wrapper{width:100%;position:relative;overflow:hidden;padding:0!important;margin:0!important}.kd-single-service-wrapper *{box-sizing:border-box}.kd-single-service-content{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;color:#ffffff!important}.kd-single-service-content h1,.kd-single-service-content h2,.kd-single-service-content h3,.kd-single-service-content h4,.kd-single-service-content h5,.kd-single-service-content h6{color:#ffffff!important;font-family:inherit!important}.kd-single-service-content p,.kd-single-service-content span,.kd-single-service-content div{color:rgb(255 255 255 / .95)!important}.kd-single-service-icon{font-size:72px;margin-bottom:30px;color:var(--kd-jaune);text-shadow:0 4px 12px rgb(216 172 0 / .3);animation:kd-float 3s ease-in-out infinite}.kd-single-service-title{font-size:48px;font-weight:700;color:#ffffff!important;margin:0 0 20px 0;text-shadow:0 2px 8px rgb(0 0 0 / .5)!important;line-height:1.2}.kd-single-service-title h1,.kd-single-service-title h2{color:#ffffff!important}.kd-single-badge{display:inline-block;background:linear-gradient(135deg,var(--kd-dore) 0%,var(--kd-jaune) 100%);color:var(--kd-violet)!important;font-size:18px;font-weight:600;padding:12px 28px;border-radius:50px;margin:0 auto 30px auto;box-shadow:0 6px 20px rgb(216 172 0 / .4);animation:kd-pulse 2s ease-in-out infinite}.kd-single-service-short{font-size:24px;line-height:1.7;color:rgb(255 255 255 / .98)!important;margin:0 auto 45px auto;max-width:950px;font-weight:400;padding:30px 45px;background:linear-gradient(135deg,rgb(255 255 255 / .12) 0%,rgb(255 255 255 / .06) 100%);border-radius:16px;border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgb(0 0 0 / .15),inset 0 1px 0 rgb(255 255 255 / .1);position:relative;overflow:hidden;transition:all 0.3s ease}.kd-single-service-short::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,rgb(255 255 255 / .03) 45%,rgb(255 255 255 / .08) 50%,rgb(255 255 255 / .03) 55%,transparent 100%);transform:rotate(45deg);transition:all 0.6s ease;pointer-events:none}.kd-single-service-short:hover::before{left:100%}.kd-single-service-short:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgb(0 0 0 / .2),inset 0 1px 0 rgb(255 255 255 / .15);border-color:rgb(255 255 255 / .25)}.kd-single-service-short p{color:rgb(255 255 255 / .98)!important;margin:0;font-size:24px;font-weight:400;text-shadow:0 2px 8px rgb(0 0 0 / .1);letter-spacing:.3px}.kd-single-service-short::after{content:'✦';position:absolute;top:15px;right:20px;font-size:24px;color:var(--kd-jaune);opacity:.3;animation:kd-sparkle 3s ease-in-out infinite}@keyframes kd-sparkle{0%,100%{opacity:.3;transform:scale(1) rotate(0deg)}50%{opacity:.6;transform:scale(1.1) rotate(180deg)}}.kd-single-service-long-container{margin:0 auto 40px auto;max-width:1000px}.kd-single-service-long{font-size:18px;line-height:1.8;color:rgb(255 255 255 / .95)!important;text-align:left;background:rgb(255 255 255 / .08);padding:35px 40px;border-radius:20px;border:1px solid rgb(255 255 255 / .15);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgb(0 0 0 / .2);position:relative;max-height:300px;overflow:hidden;transition:max-height 0.5s ease-out,opacity 0.3s ease}.kd-single-service-long.expanded{max-height:none}.kd-single-service-long:not(.expanded)::after{content:'';position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent 0%,rgb(19 52 76 / .95) 100%);pointer-events:none}.kd-single-service-long p{margin:0 0 20px 0;color:rgb(255 255 255 / .95)!important}.kd-single-service-long p:last-child{margin-bottom:0}.kd-single-service-long h2,.kd-single-service-long h3,.kd-single-service-long h4{color:var(--kd-white)!important;margin-top:30px;margin-bottom:15px}.kd-single-service-long h2{font-size:28px;border-bottom:2px solid var(--kd-jaune);padding-bottom:10px}.kd-single-service-long h3{font-size:24px;color:var(--kd-jaune)!important}.kd-single-service-long h4{font-size:20px;color:var(--kd-dore)!important}.kd-single-service-long ul,.kd-single-service-long ol{color:rgb(255 255 255 / .95)!important;padding-left:25px;margin:15px 0}.kd-single-service-long li{color:rgb(255 255 255 / .95)!important;margin-bottom:10px}.kd-single-service-long strong{color:var(--kd-jaune)!important;font-weight:600}.kd-single-service-long em{color:var(--kd-dore)!important}.kd-single-service-long a{color:var(--kd-jaune)!important;text-decoration:underline}.kd-single-service-long a:hover{color:var(--kd-dore)!important}.kd-single-service-long blockquote{background:rgb(255 255 255 / .1)!important;border-left:4px solid var(--kd-jaune)!important;padding:15px 20px!important;margin:20px 0!important;color:rgb(255 255 255 / .95)!important}.kd-single-service-long blockquote p{color:rgb(255 255 255 / .95)!important}.kd-single-service-long table{width:100%;border-collapse:collapse;margin:20px 0}.kd-single-service-long table th{background:rgb(54 113 145 / .8)!important;color:var(--kd-white)!important;padding:12px!important;text-align:left;font-weight:600}.kd-single-service-long table td{padding:10px 12px!important;border:1px solid rgb(255 255 255 / .2)!important;color:rgb(255 255 255 / .95)!important}.kd-single-service-long table tr:nth-child(even){background:rgb(255 255 255 / .05)}.kd-single-service-long mark{background:var(--kd-jaune)!important;color:var(--kd-violet)!important;padding:2px 6px;border-radius:3px}.kd-single-service-long hr{border:none;border-top:1px solid rgb(255 255 255 / .2);margin:30px 0}.kd-single-service-long div[style*="background: #f0f9ff"],.kd-single-service-long div[style*="background:#f0f9ff"],.kd-single-service-long div[style*="background: #fff"],.kd-single-service-long div[style*="background:#fff"],.kd-single-service-long div[style*="background: white"],.kd-single-service-long div[style*="background:white"],.kd-single-service-long div[style*="background-color: #f"],.kd-single-service-long div[style*="background-color:#f"]{color:#1f2937!important}.kd-single-service-long div[style*="background: #f0f9ff"] p,.kd-single-service-long div[style*="background:#f0f9ff"] p,.kd-single-service-long div[style*="background: #fff"] p,.kd-single-service-long div[style*="background:#fff"] p,.kd-single-service-long div[style*="background: white"] p,.kd-single-service-long div[style*="background:white"] p,.kd-single-service-long div[style*="background-color: #f"] p,.kd-single-service-long div[style*="background-color:#f"] p{color:#1f2937!important}.kd-single-service-long div[style*="background: #f0f9ff"] strong,.kd-single-service-long div[style*="background:#f0f9ff"] strong,.kd-single-service-long div[style*="background: #fff"] strong,.kd-single-service-long div[style*="background:#fff"] strong,.kd-single-service-long div[style*="background: white"] strong,.kd-single-service-long div[style*="background:white"] strong,.kd-single-service-long div[style*="background-color: #f"] strong,.kd-single-service-long div[style*="background-color:#f"] strong{color:#367191!important}.kd-single-service-long div[style*="background: #fff3cd"],.kd-single-service-long div[style*="background:#fff3cd"],.kd-single-service-long div[style*="background: #ffce0f"],.kd-single-service-long div[style*="background:#ffce0f"]{color:#1c144c!important}.kd-single-service-long div[style*="background: #fff3cd"] p,.kd-single-service-long div[style*="background:#fff3cd"] p,.kd-single-service-long div[style*="background: #ffce0f"] p,.kd-single-service-long div[style*="background:#ffce0f"] p{color:#1c144c!important}.kd-single-service-long div[style*="background: #fff3cd"] strong,.kd-single-service-long div[style*="background:#fff3cd"] strong,.kd-single-service-long div[style*="background: #ffce0f"] strong,.kd-single-service-long div[style*="background:#ffce0f"] strong{color:#1c144c!important}.kd-single-toggle{margin:20px auto 0 auto;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff0;color:rgb(255 255 255 / .5);border:1px solid rgb(255 255 255 / .15);padding:10px 24px;border-radius:50px;font-size:14px;font-weight:400;cursor:pointer;transition:all 0.3s ease;box-shadow:none;opacity:.6}.kd-single-toggle:hover{background:#fff0;color:rgb(255 255 255 / .85);border-color:rgb(255 255 255 / .35);opacity:1;transform:translateY(0);box-shadow:none}.kd-single-toggle .toggle-icon{transition:transform 0.3s ease}.kd-single-toggle[aria-expanded="true"] .toggle-icon{transform:rotate(180deg)}.kd-single-service-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--kd-dore) 0%,var(--kd-jaune) 100%);color:var(--kd-violet);text-decoration:none;padding:18px 40px;border-radius:50px;font-size:20px;font-weight:600;box-shadow:0 8px 24px rgb(216 172 0 / .4);transition:all 0.3s ease;border:2px solid #fff0}.kd-single-service-cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgb(216 172 0 / .6);border-color:var(--kd-white)}.kd-single-service-cta i{transition:transform 0.3s ease}.kd-single-service-cta:hover i{transform:translateX(5px)}@media (min-width:481px) and (max-width:1024px){.kd-single-service-title,h2.kd-single-service-title{font-size:50px!important;color:#ffffff!important}.kd-single-service-long h2,.kd-single-service-long h3,.kd-single-service-long h4{font-size:50px!important}}@media (max-width:768px){.kd-single-service-icon{font-size:56px}.kd-single-badge{font-size:16px;padding:10px 24px}.kd-single-service-short{font-size:20px;padding:25px 30px;margin-bottom:35px;color:rgb(255 255 255 / .98)!important}.kd-single-service-short p{font-size:20px;color:rgb(255 255 255 / .98)!important}.kd-single-service-short::after{font-size:20px;top:12px;right:15px}.kd-single-service-long{font-size:16px;padding:25px 20px;max-height:250px}.kd-single-service-long:not(.expanded)::after{height:120px}.kd-single-service-cta{font-size:18px;padding:16px 32px}.kd-single-toggle{font-size:15px;padding:12px 28px}}@media (max-width:480px){.kd-single-service-content{padding:0 15px}.kd-single-service-icon{font-size:48px;margin-bottom:20px}.kd-single-service-title,h2.kd-single-service-title{font-size:30px!important;margin-bottom:15px;color:#ffffff!important}.kd-single-badge{font-size:14px;padding:8px 20px;margin-bottom:25px}.kd-single-service-short{font-size:18px;padding:20px 25px;margin-bottom:30px;color:rgb(255 255 255 / .98)!important}.kd-single-service-short p{font-size:18px;color:rgb(255 255 255 / .98)!important}.kd-single-service-short::after{font-size:18px;top:10px;right:12px}.kd-single-service-long{font-size:15px;padding:20px 15px;max-height:200px}.kd-single-service-long h2,.kd-single-service-long h3,.kd-single-service-long h4{font-size:30px!important}.kd-single-service-long:not(.expanded)::after{height:100px}.kd-single-service-long-container{margin-bottom:30px}.kd-single-service-cta{font-size:16px;padding:14px 28px}.kd-single-toggle{font-size:14px;padding:10px 24px}}@media print{.kd-service-toggle{display:none}.kd-service-long{max-height:none!important;opacity:1!important;display:block!important}.kd-service-item{break-inside:avoid;page-break-inside:avoid}}