@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Montserrat:wght@400;500;600&family=Allura&display=swap');

.cjhs-slider{--cjhs-green:#243b2e;--cjhs-gold:#c6a156;--cjhs-ivory:#f7f4ef;--cjhs-charcoal:#1d1d1b;position:relative;height:var(--cjhs-height,720px);min-height:560px;overflow:hidden;background:#111;color:#fff;font-family:Montserrat,Arial,sans-serif}
.cjhs-track,.cjhs-slide{position:absolute;inset:0}.cjhs-slide{opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .8s ease,transform 1.3s ease,visibility .8s;background-image:var(--cjhs-bg);background-size:cover;background-position:var(--cjhs-position,center);background-repeat:no-repeat}.cjhs-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.cjhs-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.34) 68%,rgba(0,0,0,.12) 100%);opacity:var(--cjhs-overlay-opacity,.55)}
.cjhs-inner{position:relative;z-index:3;width:min(1180px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center}.cjhs-content{max-width:610px;padding-top:42px}.cjhs-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--cjhs-gold);font-weight:600;margin-bottom:18px}.cjhs-title{font-family:'Cormorant Garamond',Georgia,serif!important;font-size:clamp(48px,6vw,84px)!important;line-height:.92!important;font-weight:500!important;letter-spacing:-.025em;margin:0!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.25)}.cjhs-script{font-family:Allura,cursive;font-size:clamp(38px,4vw,62px);line-height:1;color:#e8ddca;margin:8px 0 26px;transform:rotate(-1deg)}.cjhs-text{max-width:500px;font-size:15px;line-height:1.8;margin:0 0 30px;color:rgba(255,255,255,.92)}
.cjhs-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.cjhs-btn{display:inline-flex;align-items:center;gap:24px;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:600;transition:.25s ease}.cjhs-btn-primary{padding:17px 24px;border:1px solid var(--cjhs-gold);border-radius:10px;background:var(--cjhs-green);color:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.16)}.cjhs-btn-primary:hover{background:var(--cjhs-gold);color:#fff!important;transform:translateY(-2px)}.cjhs-btn-secondary{color:#fff!important;padding:12px 0;}.cjhs-btn-secondary span{font-size:24px;color:var(--cjhs-gold);transition:transform .25s}.cjhs-btn-secondary:hover span{transform:translateX(6px)}
.cjhs-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;font-size:29px;line-height:1;cursor:pointer;opacity:.72;transition:.25s}.cjhs-arrow:hover{opacity:1;background:rgba(36,59,46,.8);border-color:var(--cjhs-gold)}.cjhs-prev{left:24px}.cjhs-next{right:24px}.cjhs-dots{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:9px}.cjhs-dot{width:26px;height:2px;padding:0;border:0;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}.cjhs-dot.is-active{width:48px;background:var(--cjhs-gold)}.cjhs-scroll{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);width:25px;height:42px;border:1px solid rgba(255,255,255,.65);border-radius:18px;display:none}.cjhs-scroll span{display:block;width:3px;height:7px;background:#fff;border-radius:4px;margin:8px auto;animation:cjhsScroll 1.8s infinite}@keyframes cjhsScroll{0%{opacity:0;transform:translateY(0)}35%{opacity:1}100%{opacity:0;transform:translateY(15px)}}
@media(max-width:980px){.cjhs-slider{height:680px;min-height:560px}.cjhs-inner{width:min(100% - 36px,760px)}.cjhs-content{max-width:560px}.cjhs-arrow{display:none}.cjhs-overlay{background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.38))}}
@media(max-width:600px){.cjhs-slider{height:650px;min-height:620px}.cjhs-inner{width:calc(100% - 40px);align-items:flex-end;padding-bottom:78px;box-sizing:border-box}.cjhs-content{padding-top:0}.cjhs-title{font-size:48px!important}.cjhs-script{font-size:41px;margin:7px 0 18px}.cjhs-text{font-size:14px;line-height:1.65;margin-bottom:22px}.cjhs-actions{gap:14px}.cjhs-btn-primary{padding:15px 18px}.cjhs-btn-secondary{font-size:10px}.cjhs-dots{bottom:25px}.cjhs-eyebrow{margin-bottom:12px}.cjhs-overlay{background:linear-gradient(0deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.42) 72%,rgba(0,0,0,.24) 100%)}}
@media(prefers-reduced-motion:reduce){.cjhs-slide,.cjhs-btn,.cjhs-arrow{transition:none}.cjhs-scroll span{animation:none}}

/* Correctif Divi : le voile reste toujours derrière le contenu. */
.cjhs-slide>.cjhs-overlay{z-index:1!important}
.cjhs-slide>.cjhs-inner{z-index:3!important}
.cjhs-content,.cjhs-content *{position:relative;z-index:4}
