/* Reseefy SEO Help Center v0.6.0 — black & white premium */
.rsseo-hc,
.rsseo-hc *{box-sizing:border-box}

body .rsseo-hc{
  --r-black:#000000;
  --r-white:#ffffff;
  --r-text:#111111;
  --r-muted:#6b6b6b;
  --r-line:#e7e7e7;
  --r-soft:#f6f6f6;
  width:100%;
  margin:0;
  padding:0;
  background:#fff!important;
  color:#111!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* TITRES = Arial */
body .rsseo-hc h1,
body .rsseo-hc h2,
body .rsseo-hc h3,
body .rsseo-hc .rsseo-hc-section-head,
body .rsseo-hc .rsseo-hc-category-foot,
body .rsseo-hc .rsseo-hc-pill{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#111!important;
}

/* HERO : SEUL BLOC NOIR */
body .rsseo-hc .rsseo-hc-hero{
  width:100%;
  margin:0 0 40px!important;
  padding:74px 28px 72px!important;
  background:#000!important;
  background-image:none!important;
  color:#fff!important;
  border:0!important;
  border-radius:24px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body .rsseo-hc .rsseo-hc-hero::before,
body .rsseo-hc .rsseo-hc-hero::after{display:none!important;content:none!important}

body .rsseo-hc .rsseo-hc-hero-inner{
  width:min(850px,100%)!important;
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
}
body .rsseo-hc .rsseo-hc-hero h1{
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:1.06!important;
  letter-spacing:-1.9px!important;
  font-weight:700!important;
  text-transform:none!important;
}
body .rsseo-hc .rsseo-hc-hero p{
  margin:16px 0 0!important;
  color:#d1d1d1!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.5!important;
  font-weight:400!important;
}

body .rsseo-hc .rsseo-hc-search{
  width:min(760px,100%)!important;
  min-height:62px!important;
  margin:32px auto 0!important;
  padding:0 18px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  border:1px solid #3b3b3b!important;
  border-radius:15px!important;
  background:#181818!important;
  background-image:none!important;
  box-shadow:none!important;
}
body .rsseo-hc .rsseo-hc-search:focus-within{
  border-color:#6f6f6f!important;
  background:#202020!important;
}
body .rsseo-hc .rsseo-hc-search-icon{
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  display:block!important;
  color:#fff!important;
}
body .rsseo-hc .rsseo-hc-search-icon svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body .rsseo-hc .rsseo-hc-search-input{
  width:100%!important;
  height:60px!important;
  min-height:60px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  color:#fff!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  box-shadow:none!important;
}
body .rsseo-hc .rsseo-hc-search-input::placeholder{
  color:#9f9f9f!important;
  opacity:1!important;
}

/* CONTENU BLANC */
body .rsseo-hc .rsseo-hc-body{
  width:min(1420px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:0 0 64px!important;
  background:#fff!important;
  color:#111!important;
}
body .rsseo-hc .rsseo-hc-section-head{
  margin:0 0 18px!important;
}
body .rsseo-hc .rsseo-hc-section-head h2{
  margin:0!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:22px!important;
  line-height:1.2!important;
  letter-spacing:-.4px!important;
  font-weight:700!important;
}

/* CARTES */
body .rsseo-hc .rsseo-hc-categories{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}
body .rsseo-hc .rsseo-hc-category-card{
  min-height:182px!important;
  display:flex!important;
  gap:16px!important;
  padding:22px!important;
  color:#111!important;
  text-decoration:none!important;
  border:1px solid #e3e3e3!important;
  border-radius:20px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body .rsseo-hc .rsseo-hc-category-card:hover{
  color:#111!important;
  background:#fff!important;
  border-color:#c8c8c8!important;
  box-shadow:0 14px 36px rgba(0,0,0,.055)!important;
  transform:translateY(-2px)!important;
}
body .rsseo-hc .rsseo-hc-category-icon,
body .rsseo-hc .rsseo-hc-resource-icon{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #dedede!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#000!important;
}
body .rsseo-hc .rsseo-hc-category-icon svg,
body .rsseo-hc .rsseo-hc-resource-icon svg{
  width:25px!important;
  height:25px!important;
  fill:none!important;
  stroke:#000!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body .rsseo-hc .rsseo-hc-category-content{
  min-width:0!important;
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
}
body .rsseo-hc .rsseo-hc-category-card h3{
  margin:2px 0 9px!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  line-height:1.22!important;
  font-weight:700!important;
}
body .rsseo-hc .rsseo-hc-category-card p{
  margin:0!important;
  color:#666!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:13px!important;
  line-height:1.48!important;
  font-weight:400!important;
}
body .rsseo-hc .rsseo-hc-category-foot{
  margin-top:auto!important;
  padding-top:19px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  color:#111!important;
  font-size:12px!important;
  font-weight:700!important;
}
body .rsseo-hc .rsseo-hc-arrow,
body .rsseo-hc .rsseo-hc-item-arrow{
  color:#000!important;
}

/* SUJETS POPULAIRES : NOIR + BLANC */
body .rsseo-hc .rsseo-hc-popular-head{margin-top:34px!important}
body .rsseo-hc .rsseo-hc-popular{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:0 0 34px!important;
}
body .rsseo-hc button.rsseo-hc-pill{
  appearance:none!important;
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 17px!important;
  border:1px solid #000!important;
  border-radius:999px!important;
  background:#000!important;
  background-image:none!important;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1!important;
  text-transform:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body .rsseo-hc button.rsseo-hc-pill:hover,
body .rsseo-hc button.rsseo-hc-pill:focus{
  background:#1a1a1a!important;
  color:#fff!important;
  border-color:#1a1a1a!important;
  transform:translateY(-1px)!important;
}
body .rsseo-hc .rsseo-hc-pill-icon{
  width:18px!important;
  height:18px!important;
  display:block!important;
  color:#fff!important;
}
body .rsseo-hc .rsseo-hc-pill-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* PANNEAUX DE RESSOURCES */
body .rsseo-hc .rsseo-hc-resource-groups{
  display:grid!important;
  gap:16px!important;
}
body .rsseo-hc .rsseo-hc-resource-panel{
  scroll-margin-top:32px!important;
  padding:27px!important;
  border:1px solid #e3e3e3!important;
  border-radius:22px!important;
  background:#fff!important;
  color:#111!important;
  box-shadow:none!important;
}
body .rsseo-hc .rsseo-hc-resource-panel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:0 0 21px!important;
  margin:0 0 22px!important;
  border-bottom:1px solid #ededed!important;
}
body .rsseo-hc .rsseo-hc-resource-title{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
body .rsseo-hc .rsseo-hc-resource-title h2{
  margin:0 0 4px!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:23px!important;
  line-height:1.16!important;
  letter-spacing:-.4px!important;
  font-weight:700!important;
}
body .rsseo-hc .rsseo-hc-resource-title p{
  margin:0!important;
  color:#666!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body .rsseo-hc .rsseo-hc-niche-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
}
body .rsseo-hc .rsseo-hc-niche-column{
  min-width:0!important;
  padding:0 20px!important;
  border-left:1px solid #ededed!important;
}
body .rsseo-hc .rsseo-hc-niche-column:first-child{
  padding-left:0!important;
  border-left:0!important;
}
body .rsseo-hc .rsseo-hc-niche-column:last-child{padding-right:0!important}
body .rsseo-hc .rsseo-hc-niche-column h3{
  margin:0 0 11px!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
body .rsseo-hc .rsseo-hc-niche-column ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body .rsseo-hc .rsseo-hc-niche-column li{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body .rsseo-hc .rsseo-hc-niche-column li+li{margin-top:3px!important}
body .rsseo-hc .rsseo-hc-niche-column a,
body .rsseo-hc .rsseo-hc-disabled{
  width:100%!important;
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  padding:6px 4px!important;
  border-radius:7px!important;
  color:#2f2f2f!important;
  background:transparent!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body .rsseo-hc .rsseo-hc-niche-column a:hover{
  color:#000!important;
  background:#f6f6f6!important;
}
body .rsseo-hc .rsseo-hc-doc-icon{
  width:15px!important;
  height:15px!important;
  flex:0 0 15px!important;
  display:block!important;
  color:#000!important;
}
body .rsseo-hc .rsseo-hc-doc-icon svg{
  width:15px!important;
  height:15px!important;
  display:block!important;
  fill:none!important;
  stroke:#000!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body .rsseo-hc .rsseo-hc-disabled{
  color:#777!important;
}
body .rsseo-hc .rsseo-hc-disabled .rsseo-hc-doc-icon svg{
  stroke:#777!important;
}
body .rsseo-hc .rsseo-hc-empty-state{
  margin-top:20px!important;
  padding:36px!important;
  border:1px dashed #d6d6d6!important;
  border-radius:18px!important;
  background:#fafafa!important;
  color:#111!important;
  text-align:center!important;
}
body .rsseo-hc .rsseo-hc-empty-state strong{
  display:block!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:18px!important;
}
body .rsseo-hc .rsseo-hc-empty-state span{
  display:block!important;
  margin-top:6px!important;
  color:#777!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
  font-size:13px!important;
}
body .rsseo-hc [hidden]{display:none!important}

/* ÉLIMINE LES COULEURS DE THÈME / ELEMENTOR DANS LE SHORTCODE */
body .rsseo-hc a,
body .rsseo-hc a:visited,
body .rsseo-hc a:hover,
body .rsseo-hc a:focus{
  --e-global-color-primary:#000!important;
  --e-global-color-secondary:#000!important;
  --e-global-color-text:#111!important;
  --e-global-color-accent:#000!important;
}
body .rsseo-hc a:not(.rsseo-hc-category-card){
  color:#111!important;
}
body .rsseo-hc svg{
  color:#000!important;
}

/* Responsive */
@media(max-width:1180px){
  body .rsseo-hc .rsseo-hc-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body .rsseo-hc .rsseo-hc-niche-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px 0!important}
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(4){border-left:0!important;padding-left:0!important}
}
@media(max-width:800px){
  body .rsseo-hc .rsseo-hc-hero{padding:56px 20px 54px!important;border-radius:20px!important}
  body .rsseo-hc .rsseo-hc-hero h1{font-size:36px!important;letter-spacing:-1.2px!important}
  body .rsseo-hc .rsseo-hc-body{width:calc(100% - 28px)!important}
  body .rsseo-hc .rsseo-hc-categories{grid-template-columns:1fr!important}
  body .rsseo-hc .rsseo-hc-category-card{min-height:auto!important}
  body .rsseo-hc .rsseo-hc-niche-grid{grid-template-columns:1fr!important}
  body .rsseo-hc .rsseo-hc-niche-column,
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(4){
    padding:17px 0 0!important;
    border-left:0!important;
    border-top:1px solid #ededed!important;
  }
  body .rsseo-hc .rsseo-hc-niche-column:first-child{
    padding-top:0!important;
    border-top:0!important;
  }
  body .rsseo-hc .rsseo-hc-resource-panel{padding:21px!important}
}


/* =========================================================
   ARTICLE SEO — STANDARD RESEEFY
   Navigation des sujets à gauche, contenu à droite
   ========================================================= */
.rsseo-article-page{background:#fff;color:#111;font-family:"Myriad Pro","Myriad",Arial,sans-serif;padding:48px 0 80px}
.rsseo-article-page *{box-sizing:border-box}
.rsseo-article-shell{width:min(1380px,calc(100% - 48px));margin:0 auto}
.rsseo-article-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 34px;color:#777;font-size:13px}
.rsseo-article-breadcrumb a{color:#111!important;text-decoration:none!important}
.rsseo-article-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:70px;align-items:start}
.rsseo-article-sidebar{position:sticky;top:32px;padding:6px 0}
.rsseo-article-sidebar-kicker{display:block;margin-bottom:8px;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.rsseo-article-sidebar h2{margin:0 0 20px;font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:1.15;color:#111}
.rsseo-topic-nav{display:grid;border-top:1px solid #e8e8e8}
.rsseo-topic-nav a{display:flex;justify-content:space-between;gap:14px;padding:15px 4px;border-bottom:1px solid #e8e8e8;color:#555!important;text-decoration:none!important;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.35;transition:.18s ease}
.rsseo-topic-nav a:hover{color:#000!important;padding-left:8px}
.rsseo-topic-nav a.is-active{color:#000!important;font-weight:700}
.rsseo-article-content{min-width:0;max-width:880px}
.rsseo-article-header{padding-bottom:30px;border-bottom:1px solid #e9e9e9}
.rsseo-article-label{margin-bottom:14px;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.rsseo-article-header h1{margin:0;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.045em;font-weight:700}
.rsseo-article-lead{max-width:760px;margin:20px 0 0;color:#666;font-size:19px;line-height:1.55}
.rsseo-article-featured{margin:32px 0 0;border-radius:22px;overflow:hidden;background:#f5f5f5}
.rsseo-article-featured img{display:block;width:100%;height:auto}
.rsseo-article-block{margin:36px 0;padding:26px 28px;border:1px solid #e7e7e7;border-radius:18px;background:#fafafa}
.rsseo-article-block-label{display:block;margin-bottom:10px;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.rsseo-article-block p,.rsseo-article-solution p{margin:0;color:#333;font-size:17px;line-height:1.68}
.rsseo-article-editor-content{color:#292929;font-size:17px;line-height:1.75}
.rsseo-article-editor-content h2,.rsseo-article-editor-content h3{font-family:Arial,Helvetica,sans-serif;color:#111;line-height:1.2}
.rsseo-article-editor-content h2{margin:44px 0 14px;font-size:30px}
.rsseo-article-editor-content h3{margin:30px 0 10px;font-size:22px}
.rsseo-article-editor-content a{color:#000!important;text-decoration:underline!important;text-underline-offset:3px}
.rsseo-article-solution{margin:44px 0;padding:34px;border-radius:22px;background:#000;color:#fff}
.rsseo-article-solution .rsseo-article-block-label{color:#aaa}
.rsseo-article-solution h2{margin:0 0 14px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:28px;line-height:1.15}
.rsseo-article-solution p{color:#ddd}
.rsseo-article-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:40px 0}
.rsseo-article-gallery figure{margin:0;border-radius:18px;overflow:hidden;background:#f5f5f5}
.rsseo-article-gallery img{display:block;width:100%;height:auto}
.rsseo-article-video{margin:40px 0;border-radius:20px;overflow:hidden;background:#000}
.rsseo-article-video iframe,.rsseo-article-video video{display:block;width:100%;max-width:100%;aspect-ratio:16/9;height:auto}
.rsseo-article-cta{margin-top:48px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #e4e4e4;border-radius:20px;background:#fff}
.rsseo-article-cta>div>span{font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#777}
.rsseo-article-cta h2{margin:5px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:22px;color:#111}
.rsseo-article-cta a{display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:12px;background:#000;color:#fff!important;text-decoration:none!important;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;white-space:nowrap}
@media(max-width:900px){.rsseo-article-layout{grid-template-columns:1fr;gap:34px}.rsseo-article-sidebar{position:relative;top:auto}.rsseo-topic-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.rsseo-article-content{max-width:none}}
@media(max-width:640px){.rsseo-article-page{padding-top:30px}.rsseo-article-shell{width:calc(100% - 28px)}.rsseo-topic-nav{grid-template-columns:1fr}.rsseo-article-header h1{font-size:38px}.rsseo-article-gallery{grid-template-columns:1fr}.rsseo-article-cta{align-items:flex-start;flex-direction:column}}


/* =========================================================
   SOUS-CATÉGORIE RESSOURCES — v0.8
   Page dédiée : sujets à gauche / article à droite
   ========================================================= */
.rsseo-sector-page{padding:46px 0 82px;background:#fff;color:#111;font-family:"Myriad Pro","Myriad",Arial,sans-serif}
.rsseo-sector-page *{box-sizing:border-box}
.rsseo-sector-shell{width:min(1380px,calc(100% - 48px));margin:0 auto}
.rsseo-sector-header{max-width:880px;padding:34px 0 42px}
.rsseo-sector-kicker{display:block;margin-bottom:12px;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.rsseo-sector-header h1{margin:0;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.045em;font-weight:700}
.rsseo-sector-header p{max-width:680px;margin:17px 0 0;color:#666;font-size:18px;line-height:1.55}
.rsseo-sector-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:68px;align-items:start;padding-top:30px;border-top:1px solid #e7e7e7}
.rsseo-sector-topics{position:sticky;top:34px}
.rsseo-sector-topics-head>span{display:block;margin-bottom:7px;color:#888;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:700;letter-spacing:.13em}
.rsseo-sector-topics-head h2{margin:0 0 18px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:23px}
.rsseo-sector-topic-nav{display:grid;border-top:1px solid #e8e8e8}
.rsseo-sector-topic-nav a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 4px;border-bottom:1px solid #e8e8e8;color:#555!important;text-decoration:none!important;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.4;transition:.18s ease}
.rsseo-sector-topic-nav a:hover{padding-left:8px;color:#000!important}
.rsseo-sector-topic-nav a.is-active{padding-left:8px;color:#000!important;font-weight:700;border-left:3px solid #000}
.rsseo-sector-empty-nav{padding:18px 0;color:#777;font-size:13px;line-height:1.5}
.rsseo-sector-article{min-width:0;max-width:900px}
.rsseo-sector-article-header{padding-bottom:28px;border-bottom:1px solid #e9e9e9}
.rsseo-sector-article-header>span{display:block;margin-bottom:12px;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.rsseo-sector-article-header h2{margin:0;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:clamp(34px,4vw,54px);line-height:1.06;letter-spacing:-.04em}
.rsseo-sector-article-header p{max-width:740px;margin:17px 0 0;color:#666;font-size:18px;line-height:1.55}
.rsseo-sector-placeholder{padding:50px;border:1px solid #e5e5e5;border-radius:22px;background:#fafafa}
.rsseo-sector-placeholder>span{font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#777}
.rsseo-sector-placeholder h2{margin:10px 0 12px;font-family:Arial,Helvetica,sans-serif;font-size:30px;color:#111}
.rsseo-sector-placeholder p{margin:0;color:#666;font-size:16px;line-height:1.6}
@media(max-width:900px){.rsseo-sector-layout{grid-template-columns:1fr;gap:38px}.rsseo-sector-topics{position:relative;top:auto}.rsseo-sector-topic-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}}
@media(max-width:640px){.rsseo-sector-page{padding-top:28px}.rsseo-sector-shell{width:calc(100% - 28px)}.rsseo-sector-header{padding:24px 0 32px}.rsseo-sector-header h1{font-size:40px}.rsseo-sector-topic-nav{grid-template-columns:1fr}.rsseo-sector-placeholder{padding:28px}}


/* =========================================================
   RESEEFY RESOURCE HEADER — v0.8.2
   Replaces the theme header on SEO resource/article templates
   ========================================================= */
body.rsseo-resource-template{
    margin:0!important;
    background:#fff!important;
}
body.rsseo-resource-template #page,
body.rsseo-resource-template .site,
body.rsseo-resource-template .site-content{
    margin:0!important;
    padding:0!important;
}
.rsfy-auth-header,
.rsfy-auth-header *{
    box-sizing:border-box;
}
.rsfy-auth-header{
    width:100%;
    margin:0;
    padding:0;
    background:#fff;
    border-bottom:1px solid #eeeeee;
    position:relative;
    z-index:20;
}
.rsfy-auth-header-inner{
    width:100%;
    height:72px;
    max-width:1600px;
    margin:0 auto;
    padding:0 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#ffffff;
    font-family:Arial,sans-serif;
}
.rsfy-auth-logo{
    display:inline-flex;
    align-items:center;
    text-decoration:none!important;
    box-shadow:none!important;
}
.rsfy-auth-logo img{
    display:block;
    width:auto;
    height:31px;
    max-width:150px;
}
.rsfy-auth-nav{
    display:flex;
    align-items:center;
    gap:30px;
}
.rsfy-auth-current{
    font-family:Arial,sans-serif!important;
    font-size:14px;
    font-weight:700;
    line-height:1;
    color:#111111!important;
    text-decoration:none!important;
    white-space:nowrap;
    cursor:pointer;
    box-shadow:none!important;
}
.rsfy-auth-current:hover,
.rsfy-auth-current:focus{
    color:#111111!important;
    text-decoration:none!important;
}
.rsfy-auth-create{
    height:42px;
    padding:0 25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#111111!important;
    color:#ffffff!important;
    border:1px solid #111111!important;
    border-radius:999px!important;
    font-family:Arial,sans-serif!important;
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none!important;
    white-space:nowrap;
    box-shadow:none!important;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.rsfy-auth-create:hover,
.rsfy-auth-create:focus{
    background:#303030!important;
    border-color:#303030!important;
    color:#ffffff!important;
    text-decoration:none!important;
}
.rsfy-auth-create:active{
    transform:translateY(1px);
}
.rsfy-auth-create-mobile{
    display:none;
}

/* The plugin template no longer calls get_header(), so theme title/header
   markup cannot appear above the resource page. These rules are a final
   safeguard against theme pseudo-elements and wrappers. */
body.rsseo-resource-template .site-header,
body.rsseo-resource-template header.site-header,
body.rsseo-resource-template .page-header,
body.rsseo-resource-template .entry-header:not(.rsseo-sector-article-header):not(.rsseo-article-header),
body.rsseo-resource-template .elementor-location-header{
    display:none!important;
}

@media(max-width:700px){
    .rsfy-auth-header-inner{
        height:72px;
        padding:0 18px;
    }
    .rsfy-auth-logo img{
        height:28px;
    }
    .rsfy-auth-nav{
        gap:0;
    }
    .rsfy-auth-current{
        display:none;
    }
    .rsfy-auth-create-desktop{
        display:none;
    }
    .rsfy-auth-create-mobile{
        display:inline-flex;
        height:38px;
        padding:0 17px;
        font-size:12px;
    }
}
@media(max-width:380px){
    .rsfy-auth-header-inner{
        padding:0 14px;
    }
    .rsfy-auth-logo img{
        height:26px;
    }
    .rsfy-auth-create-mobile{
        height:36px;
        padding:0 15px;
        font-size:11.5px;
    }
}


/* v0.9.0 — aperçu éditorial des titres en brouillon */
.rsseo-topic-draft-badge{
  display:inline-flex;
  margin-left:7px;
  padding:2px 6px;
  border:1px solid #d8d8d8;
  border-radius:999px;
  color:#777;
  background:#f7f7f7;
  font-family:Arial,Helvetica,sans-serif;
  font-size:8px;
  font-weight:700;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.rsseo-editorial-placeholder{
  margin:28px 0;
  padding:24px 26px;
  border:1px dashed #cfcfcf;
  border-radius:16px;
  background:#fafafa;
}
.rsseo-editorial-placeholder strong{
  display:block;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
}
.rsseo-editorial-placeholder span{
  display:block;
  margin-top:7px;
  color:#6d6d6d;
  font-size:14px;
  line-height:1.5;
}
.rsseo-editorial-placeholder a{
  display:inline-flex;
  margin-top:15px;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:700;
  text-decoration:none!important;
}


/* =========================================================
   v1.0.13 — RESSOURCES MOBILE PREMIUM
   Sous-catégories / métiers en grille 2 x 2 uniquement mobile
   ========================================================= */
@media (max-width: 700px) {

  /* Carte catégorie */
  .rsseo-hc-section,
  .rsseo-hc-category-section{
    padding:22px 18px!important;
    border-radius:22px!important;
  }

  /* En-tête catégorie : conserve une présentation premium compacte */
  .rsseo-hc-section-head,
  .rsseo-hc-category-head{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;
    padding-bottom:18px!important;
    margin-bottom:0!important;
  }

  .rsseo-hc-section-icon,
  .rsseo-hc-category-icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    border-radius:14px!important;
  }

  .rsseo-hc-section-head h2,
  .rsseo-hc-category-head h2{
    margin:0 0 4px!important;
    font-size:22px!important;
    line-height:1.1!important;
    letter-spacing:-.025em!important;
  }

  .rsseo-hc-section-head p,
  .rsseo-hc-category-head p{
    margin:0!important;
    font-size:12px!important;
    line-height:1.4!important;
  }

  /* Le conteneur des familles devient une grille 2 colonnes */
  .rsseo-hc-columns,
  .rsseo-hc-category-grid,
  .rsseo-hc-groups{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    border-top:1px solid #e8e8e8!important;
  }

  /* Chaque famille métier occupe une cellule */
  .rsseo-hc-column,
  .rsseo-hc-group{
    min-width:0!important;
    width:auto!important;
    padding:18px 14px 18px 0!important;
    margin:0!important;
    border-right:1px solid #ececec!important;
    border-bottom:1px solid #ececec!important;
  }

  /* Cellules de droite : supprime la bordure verticale */
  .rsseo-hc-column:nth-child(2n),
  .rsseo-hc-group:nth-child(2n){
    padding-left:14px!important;
    padding-right:0!important;
    border-right:0!important;
  }

  /* Dernière rangée : rendu propre */
  .rsseo-hc-column:nth-last-child(-n+2),
  .rsseo-hc-group:nth-last-child(-n+2){
    border-bottom:0!important;
  }

  .rsseo-hc-column h3,
  .rsseo-hc-group h3{
    margin:0 0 12px!important;
    font-size:14px!important;
    line-height:1.25!important;
    letter-spacing:-.01em!important;
  }

  /* Métiers */
  .rsseo-hc-items,
  .rsseo-hc-group ul{
    display:grid!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
  }

  .rsseo-hc-item,
  .rsseo-hc-group li{
    min-width:0!important;
    margin:0!important;
  }

  .rsseo-hc-item a,
  .rsseo-hc-group li a{
    min-width:0!important;
    padding:2px 0!important;
    display:grid!important;
    grid-template-columns:18px minmax(0,1fr) 14px!important;
    align-items:center!important;
    gap:7px!important;
    font-size:12px!important;
    line-height:1.3!important;
    text-decoration:none!important;
  }

  .rsseo-hc-item a > span:nth-child(2),
  .rsseo-hc-group li a > span:nth-child(2){
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  .rsseo-hc-doc-icon{
    width:16px!important;
    height:16px!important;
  }

  .rsseo-hc-item-arrow{
    justify-self:end!important;
    font-size:12px!important;
  }

  /* Évite les grands vides induits par anciennes règles flex */
  .rsseo-hc-column,
  .rsseo-hc-group,
  .rsseo-hc-items,
  .rsseo-hc-group ul{
    flex:initial!important;
  }
}

/* Petit mobile : toujours deux colonnes, mais densité affinée */
@media (max-width: 390px) {
  .rsseo-hc-section,
  .rsseo-hc-category-section{
    padding:18px 14px!important;
  }

  .rsseo-hc-column,
  .rsseo-hc-group{
    padding:16px 10px 16px 0!important;
  }

  .rsseo-hc-column:nth-child(2n),
  .rsseo-hc-group:nth-child(2n){
    padding-left:10px!important;
  }

  .rsseo-hc-column h3,
  .rsseo-hc-group h3{
    font-size:13px!important;
  }

  .rsseo-hc-item a,
  .rsseo-hc-group li a{
    grid-template-columns:16px minmax(0,1fr) 12px!important;
    gap:6px!important;
    font-size:11.5px!important;
  }
}


/* =========================================================
   v1.0.14 — SUJETS POPULAIRES / SLIDER MOBILE
   Deux boutons visibles + aperçu du bouton suivant.
   Desktop inchangé.
   ========================================================= */
@media (max-width:700px){
  body .rsseo-hc .rsseo-hc-popular{
    --rsseo-popular-gap:10px;
    --rsseo-popular-peek:34px;
    width:calc(100% + 18px)!important;
    max-width:none!important;
    margin-right:-18px!important;
    padding:0 18px 8px 0!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:var(--rsseo-popular-gap)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    touch-action:pan-x!important;
  }

  body .rsseo-hc .rsseo-hc-popular::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }

  body .rsseo-hc button.rsseo-hc-pill{
    flex:0 0 calc((100% - var(--rsseo-popular-gap) - var(--rsseo-popular-peek)) / 2)!important;
    width:calc((100% - var(--rsseo-popular-gap) - var(--rsseo-popular-peek)) / 2)!important;
    min-width:0!important;
    min-height:48px!important;
    padding:0 13px!important;
    justify-content:flex-start!important;
    gap:8px!important;
    scroll-snap-align:start!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    font-size:12px!important;
    letter-spacing:-.01em!important;
  }

  body .rsseo-hc .rsseo-hc-pill-icon{
    flex:0 0 18px!important;
  }
}

@media (max-width:390px){
  body .rsseo-hc .rsseo-hc-popular{
    --rsseo-popular-gap:8px;
    --rsseo-popular-peek:28px;
    width:calc(100% + 14px)!important;
    margin-right:-14px!important;
    padding-right:14px!important;
  }

  body .rsseo-hc button.rsseo-hc-pill{
    min-height:46px!important;
    padding:0 11px!important;
    gap:7px!important;
    font-size:11px!important;
  }
}


/* =========================================================
   v1.0.15 — CORRECTION MOBILE 2 x 2 DES MÉTIERS
   Force réellement les groupes métier en deux colonnes
   sur mobile, sans modifier le desktop.
   ========================================================= */
@media (max-width:700px){

  /* Le conteneur réel des familles métier devient une grille 2 colonnes */
  body .rsseo-hc .rsseo-hc-section-body,
  body .rsseo-hc .rsseo-hc-columns,
  body .rsseo-hc .rsseo-hc-groups,
  body .rsseo-hc .rsseo-hc-category-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:0!important;
    row-gap:0!important;
    width:100%!important;
    align-items:start!important;
  }

  /* Chaque famille occupe une seule cellule de la grille */
  body .rsseo-hc .rsseo-hc-section-body > *,
  body .rsseo-hc .rsseo-hc-columns > *,
  body .rsseo-hc .rsseo-hc-groups > *,
  body .rsseo-hc .rsseo-hc-category-grid > *{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    margin:0!important;
    padding:18px 14px 18px 0!important;
    border-right:1px solid #ececec!important;
    border-bottom:1px solid #ececec!important;
  }

  /* Colonne droite */
  body .rsseo-hc .rsseo-hc-section-body > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-columns > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-groups > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-category-grid > *:nth-child(2n){
    padding-left:14px!important;
    padding-right:0!important;
    border-right:0!important;
  }

  /* Évite les grands blocs pleine largeur hérités du desktop */
  body .rsseo-hc .rsseo-hc-column,
  body .rsseo-hc .rsseo-hc-group,
  body .rsseo-hc .rsseo-resource-group{
    grid-column:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    flex-basis:auto!important;
  }

  /* Titres des familles métier */
  body .rsseo-hc .rsseo-hc-column h3,
  body .rsseo-hc .rsseo-hc-group h3,
  body .rsseo-hc .rsseo-resource-group h3{
    margin:0 0 12px!important;
    font-size:14px!important;
    line-height:1.25!important;
    letter-spacing:-.01em!important;
  }

  /* Liste des métiers dans chaque cellule */
  body .rsseo-hc .rsseo-hc-items,
  body .rsseo-hc .rsseo-hc-group ul,
  body .rsseo-hc .rsseo-resource-group ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
  }

  body .rsseo-hc .rsseo-hc-item,
  body .rsseo-hc .rsseo-hc-group li,
  body .rsseo-hc .rsseo-resource-group li{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }

  body .rsseo-hc .rsseo-hc-item a,
  body .rsseo-hc .rsseo-hc-group li a,
  body .rsseo-hc .rsseo-resource-group li a{
    width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:18px minmax(0,1fr) 14px!important;
    align-items:center!important;
    gap:7px!important;
    padding:2px 0!important;
    font-size:12px!important;
    line-height:1.3!important;
    white-space:normal!important;
    overflow:visible!important;
  }

  /* Les libellés longs peuvent revenir proprement à la ligne */
  body .rsseo-hc .rsseo-hc-item a span,
  body .rsseo-hc .rsseo-hc-group li a span,
  body .rsseo-hc .rsseo-resource-group li a span{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  /* Empêche toute ancienne règle responsive de remettre une seule colonne */
  body .rsseo-hc .rsseo-hc-section-body,
  body .rsseo-hc .rsseo-hc-columns,
  body .rsseo-hc .rsseo-hc-groups,
  body .rsseo-hc .rsseo-hc-category-grid{
    flex-direction:initial!important;
    flex-wrap:initial!important;
  }
}

@media (max-width:390px){
  body .rsseo-hc .rsseo-hc-section-body > *,
  body .rsseo-hc .rsseo-hc-columns > *,
  body .rsseo-hc .rsseo-hc-groups > *,
  body .rsseo-hc .rsseo-hc-category-grid > *{
    padding:16px 10px 16px 0!important;
  }

  body .rsseo-hc .rsseo-hc-section-body > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-columns > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-groups > *:nth-child(2n),
  body .rsseo-hc .rsseo-hc-category-grid > *:nth-child(2n){
    padding-left:10px!important;
  }

  body .rsseo-hc .rsseo-hc-column h3,
  body .rsseo-hc .rsseo-hc-group h3,
  body .rsseo-hc .rsseo-resource-group h3{
    font-size:13px!important;
  }

  body .rsseo-hc .rsseo-hc-item a,
  body .rsseo-hc .rsseo-hc-group li a,
  body .rsseo-hc .rsseo-resource-group li a{
    grid-template-columns:16px minmax(0,1fr) 12px!important;
    gap:6px!important;
    font-size:11.5px!important;
  }
}


/* =========================================================
   v1.0.16 — VRAIE GRILLE MÉTIERS MOBILE 2 x 2
   Cible le markup réel :
   .rsseo-hc-niche-grid > .rsseo-hc-niche-column
   ========================================================= */
@media (max-width:700px){

  body .rsseo-hc .rsseo-hc-resource-panel{
    overflow:hidden!important;
  }

  body .rsseo-hc .rsseo-hc-niche-grid{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:start!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column{
    box-sizing:border-box!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:18px 14px 18px 0!important;
    border-right:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
    display:block!important;
    flex:none!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column:nth-child(2n){
    padding-left:14px!important;
    padding-right:0!important;
    border-right:0!important;
  }

  /* Les deux dernières cellules n'ont pas besoin de bordure basse */
  body .rsseo-hc .rsseo-hc-niche-column:nth-last-child(-n+2){
    border-bottom:0!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column h3{
    margin:0 0 12px!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
    color:#111!important;
    letter-spacing:-.01em!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column li{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column li a{
    width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:17px minmax(0,1fr) 13px!important;
    align-items:center!important;
    gap:7px!important;
    padding:2px 0!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    line-height:1.3!important;
    text-decoration:none!important;
    white-space:normal!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column li a > span:nth-child(2){
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }

  body .rsseo-hc .rsseo-hc-doc-icon{
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
  }

  body .rsseo-hc .rsseo-hc-item-arrow{
    justify-self:end!important;
    font-size:12px!important;
  }
}

@media (max-width:390px){
  body .rsseo-hc .rsseo-hc-niche-column{
    padding:15px 10px 15px 0!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column:nth-child(2n){
    padding-left:10px!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column h3{
    font-size:13px!important;
    margin-bottom:10px!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column li a{
    grid-template-columns:15px minmax(0,1fr) 11px!important;
    gap:5px!important;
    font-size:11px!important;
  }
}


/* =========================================================
   v1.0.18 — MOBILE : GRILLE MÉTIERS CLEAN
   Supprime les séparateurs horizontaux.
   Conserve uniquement la ligne verticale centrale.
   Desktop totalement inchangé.
   ========================================================= */
@media (max-width:700px){

  body .rsseo-hc .rsseo-hc-niche-grid{
    position:relative!important;
    column-gap:0!important;
    row-gap:0!important;
    border:0!important;
    background-image:
      linear-gradient(
        to right,
        transparent calc(50% - .5px),
        #e5e5e5 calc(50% - .5px),
        #e5e5e5 calc(50% + .5px),
        transparent calc(50% + .5px)
      )!important;
    background-repeat:no-repeat!important;
    background-size:100% 100%!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column,
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(2n),
  body .rsseo-hc .rsseo-hc-niche-column:nth-last-child(-n+2){
    border-top:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-left:0!important;
  }

  /* Aucun pseudo-élément séparateur horizontal hérité */
  body .rsseo-hc .rsseo-hc-niche-column::before,
  body .rsseo-hc .rsseo-hc-niche-column::after{
    display:none!important;
    content:none!important;
  }
}


/* =========================================================
   v1.0.21 — ARTICLE RESSOURCES : RENDU FINAL WEB + MOBILE
   ========================================================= */
.rsseo-article-breadcrumb,
.rsseo-sector-header{display:none!important}

.rsseo-article-page,
.rsseo-sector-page{padding:48px 0 86px!important;background:#fff!important}

.rsseo-article-layout,
.rsseo-sector-layout{
  display:grid!important;
  grid-template-columns:300px minmax(0,1fr)!important;
  gap:68px!important;
  align-items:start!important;
  padding-top:0!important;
  border-top:0!important
}

.rsseo-article-sidebar,
.rsseo-sector-topics{position:sticky!important;top:32px!important;padding:6px 0!important}

.rsseo-article-sidebar-kicker,
.rsseo-sector-topics-head>span{
  display:block!important;margin:0 0 8px!important;color:#777!important;
  font-family:Arial,Helvetica,sans-serif!important;font-size:10px!important;font-weight:700!important;
  letter-spacing:.13em!important;text-transform:uppercase!important
}

.rsseo-article-sidebar h2,
.rsseo-sector-topics-head h2{
  margin:0 0 20px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:24px!important;line-height:1.15!important
}

.rsseo-article-content,
.rsseo-sector-article{min-width:0!important;width:100%!important;max-width:900px!important}

.rsseo-article-header,
.rsseo-sector-article-header{padding:0 0 30px!important;border-bottom:1px solid #e9e9e9!important}

.rsseo-article-label,
.rsseo-sector-article-header>span{display:none!important}

.rsseo-article-header h1,
.rsseo-sector-article-header h1,
.rsseo-sector-article-header h2{
  margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(42px,4.2vw,62px)!important;font-weight:400!important;
  line-height:1.02!important;letter-spacing:-.045em!important
}

.rsseo-article-lead,
.rsseo-sector-article-header p.rsseo-problem-lead,
.rsseo-problem-lead{
  max-width:790px!important;margin:20px 0 0!important;color:#595959!important;
  font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;font-size:18px!important;
  font-weight:400!important;line-height:1.55!important
}

/* La problématique est désormais le texte sous le titre. */
.rsseo-article-block{display:none!important}

/* Le bloc gris devient le conteneur officiel de l'article. */
.rsseo-article-main-block{
  margin:36px 0 0!important;padding:28px 30px!important;min-height:148px!important;
  border:1px dashed #d8d8d8!important;border-radius:18px!important;background:#fafafa!important
}

.rsseo-article-main-block .rsseo-article-editor-content{margin:0!important;color:#292929!important}

.rsseo-editorial-placeholder{
  display:grid!important;gap:15px!important;padding:0!important;background:transparent!important;border:0!important
}
.rsseo-editorial-placeholder strong{
  display:block!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:17px!important;font-weight:700!important;line-height:1.35!important
}
.rsseo-editorial-placeholder span{display:block!important;color:#666!important;font-size:14px!important;line-height:1.55!important}
.rsseo-editorial-placeholder a{
  width:max-content!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:13px!important;font-weight:700!important;text-decoration:none!important
}

.rsseo-sector-topic-nav,
.rsseo-topic-nav{border-top:1px solid #e8e8e8!important}
.rsseo-sector-topic-nav a,
.rsseo-topic-nav a{min-height:68px!important;padding:15px 4px!important;align-items:center!important}
.rsseo-sector-topic-nav a.is-active,
.rsseo-topic-nav a.is-active{
  padding-left:8px!important;border-left:3px solid #000!important;color:#111!important;font-weight:700!important
}

@media(max-width:700px){
  .rsseo-article-page,
  .rsseo-sector-page{padding:38px 0 72px!important}

  .rsseo-article-shell,
  .rsseo-sector-shell{width:calc(100% - 40px)!important;max-width:none!important}

  .rsseo-article-sidebar,
  .rsseo-sector-topics{display:none!important}

  .rsseo-article-layout,
  .rsseo-sector-layout{display:block!important;padding:0!important;border:0!important}

  .rsseo-article-content,
  .rsseo-sector-article{width:100%!important;max-width:none!important}

  .rsseo-article-header,
  .rsseo-sector-article-header{padding-bottom:28px!important}

  .rsseo-article-header h1,
  .rsseo-sector-article-header h1,
  .rsseo-sector-article-header h2{
    font-size:40px!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:400!important
  }

  .rsseo-article-lead,
  .rsseo-sector-article-header p.rsseo-problem-lead,
  .rsseo-problem-lead{
    margin-top:22px!important;font-size:18px!important;line-height:1.55!important
  }

  .rsseo-article-main-block{
    margin-top:38px!important;min-height:0!important;padding:26px 24px!important;border-radius:18px!important
  }

  .rsseo-editorial-placeholder{gap:16px!important}
  .rsseo-editorial-placeholder strong{font-size:17px!important}
  .rsseo-editorial-placeholder span{font-size:14px!important}
  .rsseo-article-featured{margin-top:28px!important}
  .rsseo-article-gallery{grid-template-columns:1fr!important}
  .rsseo-article-cta{flex-direction:column!important;align-items:flex-start!important}
}

@media(max-width:390px){
  .rsseo-article-shell,
  .rsseo-sector-shell{width:calc(100% - 32px)!important}
  .rsseo-article-header h1,
  .rsseo-sector-article-header h1,
  .rsseo-sector-article-header h2{font-size:36px!important}
  .rsseo-article-lead,
  .rsseo-sector-article-header p.rsseo-problem-lead,
  .rsseo-problem-lead{font-size:17px!important}
  .rsseo-article-main-block{padding:24px 20px!important}
}


/* =========================================================
   v1.0.22 — ARTICLE MOBILE : TITRE + CARROUSEL GUIDES
   ========================================================= */

/* Masqué sur desktop : aucun changement du rendu web. */
.rsseo-mobile-guides{
  display:none;
}

@media(max-width:700px){

  /* Le titre de l'article doit toujours rester visible sur mobile. */
  .rsseo-article-header,
  .rsseo-sector-article-header{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .rsseo-article-header h1,
  .rsseo-sector-article-header h1,
  .rsseo-sector-article-header h2{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    margin:0!important;
  }

  /* Carrousel mobile placé juste après le bloc gris de l'article. */
  .rsseo-mobile-guides{
    display:block!important;
    margin:34px 0 0!important;
    width:100%!important;
    overflow:visible!important;
  }

  .rsseo-mobile-guides-head{
    margin:0 0 12px!important;
  }

  .rsseo-mobile-guides-head span{
    display:block!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.13em!important;
    text-transform:uppercase!important;
  }

  .rsseo-mobile-guides-track{
    --rsseo-mobile-guide-gap:12px;
    --rsseo-mobile-guide-peek:54px;

    width:calc(100% + 20px)!important;
    margin-right:-20px!important;
    padding:0 20px 8px 0!important;

    display:flex!important;
    flex-wrap:nowrap!important;
    gap:var(--rsseo-mobile-guide-gap)!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    touch-action:pan-x!important;
  }

  .rsseo-mobile-guides-track::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }

  .rsseo-mobile-guide-card{
    flex:0 0 calc(100% - var(--rsseo-mobile-guide-peek))!important;
    width:calc(100% - var(--rsseo-mobile-guide-peek))!important;
    min-width:0!important;
    min-height:90px!important;
    padding:18px 18px!important;

    display:grid!important;
    grid-template-columns:minmax(0,1fr) 16px!important;
    align-items:center!important;
    gap:14px!important;

    border:1px solid #e4e4e4!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#111!important;
    text-decoration:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:700!important;
    line-height:1.35!important;

    scroll-snap-align:start!important;
    scroll-snap-stop:normal!important;
  }

  .rsseo-mobile-guide-card.is-current{
    border-color:#111!important;
  }

  .rsseo-mobile-guide-card > span:first-child{
    min-width:0!important;
  }

  .rsseo-mobile-guide-card > span:last-child{
    justify-self:end!important;
    font-size:14px!important;
  }
}

@media(max-width:390px){
  .rsseo-mobile-guides-track{
    --rsseo-mobile-guide-gap:10px;
    --rsseo-mobile-guide-peek:44px;
    width:calc(100% + 16px)!important;
    margin-right:-16px!important;
    padding-right:16px!important;
  }

  .rsseo-mobile-guide-card{
    min-height:84px!important;
    padding:16px!important;
    font-size:14px!important;
  }
}


/* =========================================================
   v1.0.23 — TITRE MOBILE QUAND AUCUN ARTICLE N'EST ENCORE CRÉÉ
   ========================================================= */
.rsseo-mobile-empty-title{
  display:none;
}

@media(max-width:700px){
  .rsseo-mobile-empty-title{
    display:block!important;
    margin:0 0 28px!important;
    padding:0 0 26px!important;
    border-bottom:1px solid #e9e9e9!important;
  }

  .rsseo-mobile-empty-title h1{
    margin:0!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:40px!important;
    font-weight:400!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }

  .rsseo-mobile-empty-title p{
    margin:20px 0 0!important;
    color:#595959!important;
    font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;
    font-size:18px!important;
    line-height:1.55!important;
  }

  /* Sur mobile, l'état vide ne doit plus prendre toute la vedette. */
  .rsseo-sector-placeholder{
    padding:26px 24px!important;
    border-radius:18px!important;
  }

  .rsseo-sector-placeholder>span{
    font-size:9px!important;
  }

  .rsseo-sector-placeholder h2{
    margin:8px 0 10px!important;
    font-size:24px!important;
    line-height:1.15!important;
  }

  .rsseo-sector-placeholder p{
    font-size:14px!important;
    line-height:1.55!important;
  }
}

@media(max-width:390px){
  .rsseo-mobile-empty-title h1{
    font-size:36px!important;
  }

  .rsseo-mobile-empty-title p{
    font-size:17px!important;
  }
}


/* =========================================================
   v1.0.24 — MOBILE : GUIDES & PROBLÉMATIQUES / SUJETS
   Affiche les titres planifiés même si leur contenu est encore brouillon.
   ========================================================= */
@media(max-width:700px){
  .rsseo-mobile-guides-empty{
    display:block!important;
    margin:34px 0 0!important;
  }

  .rsseo-mobile-guides-head{
    margin:0 0 13px!important;
  }

  .rsseo-mobile-guides-head h2{
    margin:6px 0 0!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    line-height:1.15!important;
    letter-spacing:-.025em!important;
  }

  .rsseo-mobile-guides-track{
    --rsseo-mobile-guide-peek:62px!important;
  }

  .rsseo-mobile-guide-card{
    flex-basis:calc(100% - var(--rsseo-mobile-guide-peek))!important;
    width:calc(100% - var(--rsseo-mobile-guide-peek))!important;
    min-height:96px!important;
    padding:18px!important;
    background:#fff!important;
  }

  .rsseo-mobile-guide-card:active{
    transform:scale(.99)!important;
  }
}

@media(max-width:390px){
  .rsseo-mobile-guides-head h2{
    font-size:23px!important;
  }
  .rsseo-mobile-guides-track{
    --rsseo-mobile-guide-peek:50px!important;
  }
}


/* =========================================================
   v1.0.26 — RESSOURCES WEB : ALIGNEMENT DES SOUS-CATÉGORIES
   Supprime uniquement sur desktop les séparateurs verticaux
   à gauche des colonnes, sans modifier le rendu mobile.
   ========================================================= */
@media (min-width:801px){
  body .rsseo-hc .rsseo-hc-niche-column,
  body .rsseo-hc .rsseo-hc-niche-column:first-child,
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(4){
    border-left:0!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column{
    padding-left:0!important;
    padding-right:20px!important;
  }
}


/* =========================================================
   v1.0.27 — RESSOURCES WEB : ESPACE ENTRE LES LIGNES
   Ajoute de l'air entre la première et la deuxième rangée
   de sous-catégories, uniquement sur desktop.
   ========================================================= */
@media (min-width:801px){
  body .rsseo-hc .rsseo-hc-niche-grid{
    row-gap:26px!important;
  }
}


/* =========================================================
   v1.0.32 — ARTICLES COURTS, AFFICHER PLUS, AVIS, CTA DÉMO
   ========================================================= */
.rsseo-short-answer>p{margin:0 0 18px!important;color:#2c2c2c!important;font-family:"Myriad Pro","Myriad",Arial,sans-serif!important;font-size:17px!important;line-height:1.68!important}
.rsseo-short-answer>p:last-of-type{margin-bottom:0!important}
.rsseo-more-details{margin:24px -4px -4px!important;border-top:1px solid #e5e5e5!important}
.rsseo-more-details summary{list-style:none!important;cursor:pointer!important;padding:20px 4px 4px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;color:#111!important;font-family:Arial,sans-serif!important;font-size:14px!important;font-weight:700!important}
.rsseo-more-details summary::-webkit-details-marker{display:none!important}
.rsseo-more-icon{width:28px!important;height:28px!important;border:1px solid #d8d8d8!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;font-weight:400!important;transition:transform .2s ease!important}
.rsseo-more-details[open] .rsseo-more-icon{transform:rotate(45deg)!important}
.rsseo-more-body{padding:18px 4px 4px!important}
.rsseo-more-body h2{margin:0 0 10px!important;font:700 17px/1.3 Arial,sans-serif!important;color:#111!important}
.rsseo-more-body p{margin:0!important;color:#555!important;font-size:15px!important;line-height:1.65!important}
.rsseo-video-placeholder,.rsseo-video-testimonials-placeholder{display:none!important}

.rsseo-testimonials{margin:44px 0 0!important}
.rsseo-testimonials-head>span{display:block!important;margin-bottom:7px!important;color:#777!important;font:700 10px/1 Arial,sans-serif!important;letter-spacing:.13em!important}
.rsseo-testimonials-head h2{margin:0!important;color:#111!important;font:400 30px/1.15 Arial,sans-serif!important;letter-spacing:-.035em!important}
.rsseo-testimonials-demo-note{margin:9px 0 0!important;color:#8a8a8a!important;font-size:12px!important}
.rsseo-testimonials-track{margin-top:20px!important;display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:0 34px 8px 0!important}
.rsseo-testimonials-track::-webkit-scrollbar{display:none!important}
.rsseo-testimonial-card{flex:0 0 calc((100% - 42px)/4.18)!important;scroll-snap-align:start!important;min-width:0!important;padding:20px!important;border:1px solid #e8e8e8!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 28px rgba(0,0,0,.035)!important}
.rsseo-testimonial-person{display:flex!important;align-items:center!important;gap:11px!important}
.rsseo-testimonial-avatar{flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#111!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font:700 12px/1 Arial,sans-serif!important}
.rsseo-testimonial-person strong{display:block!important;color:#111!important;font:700 13px/1.25 Arial,sans-serif!important}
.rsseo-testimonial-person small{display:block!important;margin-top:3px!important;color:#777!important;font:400 11px/1.3 Arial,sans-serif!important}
.rsseo-testimonial-rating{margin-top:16px!important;display:flex!important;align-items:center!important;gap:7px!important}
.rsseo-testimonial-rating span{letter-spacing:1px!important;font-size:13px!important;color:#111!important}
.rsseo-testimonial-rating b{font:700 11px/1 Arial,sans-serif!important;color:#555!important}
.rsseo-testimonial-card>p{margin:13px 0 0!important;color:#4c4c4c!important;font-size:13px!important;line-height:1.55!important}

.rsseo-demo-cta{margin:36px 0 0!important;padding:28px 30px!important;border-radius:20px!important;background:#111!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}
.rsseo-demo-cta>div>span{display:block!important;margin-bottom:8px!important;color:#aaa!important;font:700 10px/1 Arial,sans-serif!important;letter-spacing:.14em!important}
.rsseo-demo-cta h2{margin:0!important;color:#fff!important;font:400 27px/1.15 Arial,sans-serif!important;letter-spacing:-.03em!important}
.rsseo-demo-cta p{margin:9px 0 0!important;color:#c9c9c9!important;font-size:14px!important}
.rsseo-demo-button{flex:0 0 auto!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#111!important;padding:14px 20px!important;font:700 13px/1 Arial,sans-serif!important;cursor:pointer!important;white-space:nowrap!important}

@media(max-width:700px){
  .rsseo-short-answer>p{font-size:16.5px!important;line-height:1.62!important}
  .rsseo-testimonials{margin-top:38px!important}
  .rsseo-testimonials-head h2{font-size:25px!important}
  .rsseo-testimonials-track{width:calc(100% + 20px)!important;margin-right:-20px!important;padding-right:20px!important;gap:12px!important}
  .rsseo-testimonial-card{flex:0 0 calc(100% - 54px)!important;padding:19px!important}
  .rsseo-demo-cta{padding:24px!important;flex-direction:column!important;align-items:flex-start!important}
  .rsseo-demo-cta h2{font-size:24px!important}
  .rsseo-demo-button{width:100%!important;justify-content:center!important}
}


/* =========================================================
   v1.0.40 — DEMANDE DE DÉMO
   ========================================================= */
.rsseo-inline-demo-wrap{margin-top:22px!important}
.rsseo-demo-inline-button,
.rsseo-demo-button{
  appearance:none!important;border:0!important;border-radius:999px!important;
  min-height:50px!important;padding:0 22px!important;background:#111!important;color:#fff!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;
  font:700 14px/1 Arial,sans-serif!important;cursor:pointer!important;text-decoration:none!important;
  box-shadow:0 10px 30px rgba(0,0,0,.12)!important;transition:transform .18s ease,background .18s ease!important;
}
.rsseo-demo-inline-button:hover,.rsseo-demo-button:hover{background:#2b2b2b!important;transform:translateY(-1px)!important}
.rsseo-demo-inline-button span,.rsseo-demo-button span{font-size:18px!important}

html.rsseo-demo-open,html.rsseo-demo-open body{overflow:hidden!important}
.rsseo-demo-modal[hidden]{display:none!important}
.rsseo-demo-modal{
  position:fixed!important;inset:0!important;z-index:2147482500!important;background:#fff!important;
  overflow:auto!important;overscroll-behavior:contain!important;
}
.rsseo-demo-modal-shell{
  width:min(1180px,100%)!important;min-height:100dvh!important;margin:0 auto!important;
  padding:clamp(28px,5vw,76px)!important;position:relative!important;
  display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;
  align-items:center!important;gap:clamp(40px,7vw,100px)!important;
}
.rsseo-demo-modal-close{
  position:fixed!important;top:22px!important;right:24px!important;width:48px!important;height:48px!important;
  border:1px solid #dedede!important;border-radius:50%!important;background:#fff!important;color:#111!important;
  font:400 28px/1 Arial,sans-serif!important;display:flex!important;align-items:center!important;justify-content:center!important;
  cursor:pointer!important;z-index:3!important;
}
.rsseo-demo-kicker{display:block!important;margin-bottom:18px!important;color:#777!important;font:700 11px/1 Arial,sans-serif!important;letter-spacing:.16em!important}
.rsseo-demo-modal-copy h2{margin:0!important;color:#111!important;font:400 clamp(42px,5vw,72px)/.98 Arial,sans-serif!important;letter-spacing:-.055em!important}
.rsseo-demo-modal-copy p{margin:24px 0 0!important;color:#5d5d5d!important;font-size:18px!important;line-height:1.55!important;max-width:580px!important}
.rsseo-demo-context{margin-top:24px!important;padding-top:18px!important;border-top:1px solid #ececec!important;color:#777!important;font-size:14px!important}
.rsseo-demo-form{padding:30px!important;border:1px solid #e6e6e6!important;border-radius:26px!important;background:#fafafa!important;box-shadow:0 26px 70px rgba(0,0,0,.06)!important}
.rsseo-demo-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
.rsseo-demo-fields label,.rsseo-demo-later label{display:grid!important;gap:7px!important;color:#333!important;font:700 11px/1.2 Arial,sans-serif!important}
.rsseo-demo-fields label:nth-child(3),.rsseo-demo-fields label:nth-child(4),.rsseo-demo-fields label:nth-child(5){grid-column:span 1!important}
.rsseo-demo-fields input,.rsseo-demo-later input{
  width:100%!important;min-height:50px!important;border:1px solid #ddd!important;border-radius:13px!important;
  padding:0 14px!important;background:#fff!important;color:#111!important;font-size:16px!important;outline:none!important;
}
.rsseo-demo-fields input:focus,.rsseo-demo-later input:focus{border-color:#111!important;box-shadow:0 0 0 1px #111!important}
.rsseo-demo-times{margin:24px 0 0!important;padding:0!important;border:0!important}
.rsseo-demo-times legend{margin-bottom:12px!important;color:#111!important;font:700 15px/1.2 Arial,sans-serif!important}
.rsseo-demo-time-options{display:flex!important;gap:8px!important;flex-wrap:wrap!important}
.rsseo-demo-time-options label input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.rsseo-demo-time-options label span{
  min-height:42px!important;padding:0 15px!important;border:1px solid #d9d9d9!important;border-radius:999px!important;
  background:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  font:700 12px/1 Arial,sans-serif!important;cursor:pointer!important;
}
.rsseo-demo-time-options label input:checked+span{background:#111!important;border-color:#111!important;color:#fff!important}
.rsseo-demo-time-options label.is-disabled span{opacity:.35!important;cursor:not-allowed!important;background:#eee!important}
.rsseo-demo-closed-note{margin:10px 0 0!important;color:#777!important;font-size:12px!important}
.rsseo-demo-later{margin-top:14px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
.rsseo-demo-submit{
  width:100%!important;min-height:54px!important;margin-top:22px!important;border:0!important;border-radius:999px!important;
  background:#111!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;
  font:700 14px/1 Arial,sans-serif!important;cursor:pointer!important;
}
.rsseo-demo-submit:disabled{opacity:.55!important;cursor:wait!important}
.rsseo-demo-form-status{min-height:18px!important;margin:11px 4px 0!important;color:#555!important;font-size:12px!important;line-height:1.4!important}

@media(max-width:760px){
  .rsseo-demo-inline-button,.rsseo-demo-button{width:100%!important;min-height:52px!important}
  .rsseo-demo-modal-shell{min-height:100dvh!important;padding:76px 20px 26px!important;display:block!important}
  .rsseo-demo-modal-close{top:16px!important;right:16px!important;width:44px!important;height:44px!important}
  .rsseo-demo-modal-copy h2{font-size:42px!important}
  .rsseo-demo-modal-copy p{font-size:16px!important;margin-top:18px!important}
  .rsseo-demo-form{margin-top:30px!important;padding:20px!important;border-radius:22px!important}
  .rsseo-demo-fields{grid-template-columns:1fr!important}
  .rsseo-demo-fields label:nth-child(n){grid-column:auto!important}
  .rsseo-demo-fields input,.rsseo-demo-later input{font-size:16px!important}
  .rsseo-demo-time-options{display:grid!important;grid-template-columns:1fr 1fr!important}
  .rsseo-demo-time-options label span{width:100%!important}
}


/* =========================================================
   v1.0.41 — CORRECTION CTA + POPUP DÉMO WEB / RESPONSIVE
   ========================================================= */

/* Le bouton article s'aligne à droite sur desktop, pleine largeur sur mobile. */
.rsseo-inline-demo-wrap{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  width:100%!important;
  margin-top:24px!important;
}
.rsseo-demo-inline-button{
  margin-left:auto!important;
  min-width:210px!important;
}

/* Protection contre les styles globaux du thème/Elementor */
.rsseo-demo-modal,
.rsseo-demo-modal *{
  box-sizing:border-box!important;
}
.rsseo-demo-modal-shell{
  grid-template-columns:minmax(320px,.9fr) minmax(520px,1.1fr)!important;
}
.rsseo-demo-form,
.rsseo-demo-fields,
.rsseo-demo-fields label,
.rsseo-demo-later,
.rsseo-demo-later label{
  min-width:0!important;
}
.rsseo-demo-fields{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
.rsseo-demo-fields label{
  width:100%!important;
  margin:0!important;
}
.rsseo-demo-fields input,
.rsseo-demo-later input{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  float:none!important;
  position:static!important;
  transform:none!important;
}
.rsseo-demo-fields label:nth-child(5){
  grid-column:1 / -1!important;
  max-width:none!important;
}
.rsseo-demo-later{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
.rsseo-demo-time-options{
  align-items:stretch!important;
}
.rsseo-demo-time-options label{
  margin:0!important;
}
.rsseo-demo-time-options label span{
  white-space:nowrap!important;
}
.rsseo-demo-submit{
  margin-left:0!important;
  margin-right:0!important;
}
.rsseo-demo-form-status{
  text-align:center!important;
}

/* Desktop compact et équilibré */
@media(min-width:761px){
  .rsseo-demo-modal-shell{
    width:min(1240px,100%)!important;
    padding:72px 48px!important;
  }
  .rsseo-demo-form{
    width:100%!important;
    max-width:620px!important;
    justify-self:end!important;
  }
  .rsseo-demo-modal-copy{
    align-self:center!important;
  }
}

/* Tablettes */
@media(min-width:761px) and (max-width:1050px){
  .rsseo-demo-modal-shell{
    grid-template-columns:1fr!important;
    align-content:start!important;
    gap:28px!important;
    padding:84px 34px 36px!important;
  }
  .rsseo-demo-modal-copy{
    max-width:760px!important;
  }
  .rsseo-demo-modal-copy h2{
    font-size:48px!important;
  }
  .rsseo-demo-form{
    max-width:none!important;
    justify-self:stretch!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .rsseo-inline-demo-wrap{
    justify-content:stretch!important;
  }
  .rsseo-demo-inline-button{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .rsseo-demo-modal-shell{
    width:100%!important;
    min-height:100dvh!important;
    padding:74px 16px 24px!important;
  }
  .rsseo-demo-modal-copy h2{
    font-size:38px!important;
    line-height:1.02!important;
  }
  .rsseo-demo-form{
    width:100%!important;
    max-width:none!important;
    padding:18px!important;
  }
  .rsseo-demo-fields,
  .rsseo-demo-later{
    grid-template-columns:1fr!important;
  }
  .rsseo-demo-fields label:nth-child(5){
    grid-column:auto!important;
  }
  .rsseo-demo-time-options{
    grid-template-columns:1fr 1fr!important;
  }
  .rsseo-demo-time-options label span{
    min-height:44px!important;
    font-size:11.5px!important;
    padding:0 10px!important;
  }
}


/* =========================================================
   v1.0.42 — RESTAURATION DES 2 CTA DÉMO
   ========================================================= */

/* CTA en haut / à droite du bloc article */
.rsseo-inline-demo-wrap{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  width:100%!important;
  margin:22px 0 30px!important;
  visibility:visible!important;
  opacity:1!important;
}
.rsseo-demo-inline-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-width:210px!important;
  min-height:50px!important;
  margin:0 0 0 auto!important;
  padding:0 22px!important;
  border:1px solid #111!important;
  border-radius:999px!important;
  background:#111!important;
  color:#fff!important;
  font:700 14px/1 Arial,sans-serif!important;
  text-decoration:none!important;
  cursor:pointer!important;
  visibility:visible!important;
  opacity:1!important;
  box-shadow:0 10px 28px rgba(0,0,0,.10)!important;
}
.rsseo-demo-inline-button:hover,
.rsseo-demo-inline-button:focus{
  background:#2a2a2a!important;
  border-color:#2a2a2a!important;
  color:#fff!important;
}

/* CTA dans le grand bloc noir : bouton BLANC, texte NOIR */
.rsseo-demo-cta{
  background:#111!important;
}
.rsseo-demo-cta .rsseo-demo-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-height:48px!important;
  padding:0 22px!important;
  border:1px solid #fff!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#111!important;
  font:700 13px/1 Arial,sans-serif!important;
  text-decoration:none!important;
  cursor:pointer!important;
  visibility:visible!important;
  opacity:1!important;
  box-shadow:none!important;
}
.rsseo-demo-cta .rsseo-demo-button:hover,
.rsseo-demo-cta .rsseo-demo-button:focus{
  background:#f2f2f2!important;
  border-color:#f2f2f2!important;
  color:#111!important;
}
.rsseo-demo-cta .rsseo-demo-button span{
  color:#111!important;
}

/* Évite un doublon quand l'ancien post_content contient déjà son CTA intégré */
.rsseo-short-answer .rsseo-inline-demo-wrap + .rsseo-inline-demo-wrap{
  display:none!important;
}

@media(max-width:760px){
  .rsseo-inline-demo-wrap{
    justify-content:stretch!important;
    margin:20px 0 26px!important;
  }
  .rsseo-demo-inline-button{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .rsseo-demo-cta .rsseo-demo-button{
    width:100%!important;
  }
}


/* =========================================================
   v1.0.43 — POPUP DÉMO MOBILE / SAFARI
   ========================================================= */

/* Le bouton de fermeture reste un vrai cercle 44px, quels que soient
   les styles globaux du thème ou d'Elementor. */
.rsseo-demo-modal .rsseo-demo-modal-close{
  box-sizing:border-box!important;
  position:fixed!important;
  top:calc(14px + env(safe-area-inset-top, 0px))!important;
  right:16px!important;
  left:auto!important;
  bottom:auto!important;
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #dedede!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#111!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  font-size:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  box-shadow:0 6px 22px rgba(0,0,0,.08)!important;
  transform:none!important;
  cursor:pointer!important;
  overflow:hidden!important;
  z-index:2147483000!important;
}
.rsseo-demo-modal .rsseo-demo-modal-close svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
}
.rsseo-demo-modal .rsseo-demo-modal-close:hover,
.rsseo-demo-modal .rsseo-demo-modal-close:focus{
  background:#f5f5f5!important;
  color:#111!important;
  outline:none!important;
}

/* Safari mobile peut imposer une largeur intrinsèque aux inputs date/time.
   On neutralise cette largeur pour garder les champs à l'intérieur de la carte. */
.rsseo-demo-modal .rsseo-demo-form,
.rsseo-demo-modal .rsseo-demo-fields,
.rsseo-demo-modal .rsseo-demo-later,
.rsseo-demo-modal .rsseo-demo-fields label,
.rsseo-demo-modal .rsseo-demo-later label{
  box-sizing:border-box!important;
  min-width:0!important;
  max-width:100%!important;
}
.rsseo-demo-modal .rsseo-demo-fields input,
.rsseo-demo-modal .rsseo-demo-later input{
  box-sizing:border-box!important;
  inline-size:100%!important;
  width:100%!important;
  min-inline-size:0!important;
  min-width:0!important;
  max-inline-size:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}

@media(max-width:760px){
  .rsseo-demo-modal{
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .rsseo-demo-modal-shell{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:
      calc(76px + env(safe-area-inset-top, 0px))
      16px
      calc(28px + env(safe-area-inset-bottom, 0px))
      16px!important;
    display:block!important;
    overflow:visible!important;
  }

  .rsseo-demo-modal-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-right:52px!important;
  }

  .rsseo-demo-modal-copy h2{
    max-width:100%!important;
    font-size:36px!important;
    line-height:1.02!important;
    overflow-wrap:anywhere!important;
  }

  .rsseo-demo-form{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:26px 0 0!important;
    padding:18px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }

  .rsseo-demo-fields,
  .rsseo-demo-later{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
  }

  .rsseo-demo-fields label,
  .rsseo-demo-later label{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .rsseo-demo-fields input,
  .rsseo-demo-later input{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:52px!important;
    min-height:52px!important;
    margin:7px 0 0!important;
    padding:0 14px!important;
    font-size:16px!important;
    border-radius:14px!important;
  }

  .rsseo-demo-later input[type="date"],
  .rsseo-demo-later input[type="time"]{
    -webkit-appearance:none!important;
    appearance:none!important;
    text-align:left!important;
  }

  .rsseo-demo-time-options{
    width:100%!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
  }

  .rsseo-demo-time-options label,
  .rsseo-demo-time-options label span{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .rsseo-demo-submit{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:54px!important;
  }
}


/* =========================================================
   v1.0.44 — CONFIRMATION DEMANDE DE DÉMO
   ========================================================= */
.rsseo-demo-success[hidden]{display:none!important}
.rsseo-demo-success{
  width:100%!important;
  max-width:620px!important;
  justify-self:end!important;
  padding:clamp(28px,4vw,44px)!important;
  border:1px solid #dce9df!important;
  border-radius:26px!important;
  background:#fbfdfb!important;
  box-shadow:0 26px 70px rgba(0,0,0,.06)!important;
  text-align:left!important;
}
.rsseo-demo-success-check{
  width:58px!important;
  height:58px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#159447!important;
  color:#fff!important;
  box-shadow:0 10px 28px rgba(21,148,71,.18)!important;
  margin-bottom:22px!important;
}
.rsseo-demo-success-check svg{
  display:block!important;
  width:28px!important;
  height:28px!important;
}
.rsseo-demo-success-kicker{
  display:block!important;
  margin-bottom:10px!important;
  color:#159447!important;
  font:700 11px/1 Arial,sans-serif!important;
  letter-spacing:.14em!important;
}
.rsseo-demo-success h3{
  margin:0!important;
  color:#111!important;
  font:400 34px/1.08 Arial,sans-serif!important;
  letter-spacing:-.035em!important;
  outline:none!important;
}
.rsseo-demo-success>p{
  margin:16px 0 0!important;
  color:#555!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.rsseo-demo-success-close-note{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top:1px solid #e4ece6!important;
  color:#777!important;
  font-size:13px!important;
}
.rsseo-demo-modal.is-success .rsseo-demo-form{
  display:none!important;
}
.rsseo-demo-modal.is-success .rsseo-demo-modal-copy p{
  opacity:.75!important;
}

@media(min-width:761px) and (max-width:1050px){
  .rsseo-demo-success{
    max-width:none!important;
    justify-self:stretch!important;
  }
}

@media(max-width:760px){
  .rsseo-demo-success{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin:26px 0 0!important;
    padding:24px 20px!important;
    border-radius:22px!important;
  }
  .rsseo-demo-success-check{
    width:54px!important;
    height:54px!important;
    margin-bottom:20px!important;
  }
  .rsseo-demo-success h3{
    font-size:29px!important;
  }
  .rsseo-demo-success>p{
    font-size:15px!important;
  }
}

/* v1.0.45 — select pays du formulaire Démo */
.rsseo-demo-fields select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #ddd!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#111!important;
  font-size:16px!important;
  outline:none!important;
}
.rsseo-demo-fields select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 1px #111!important;
}


/* =========================================================
   v1.0.50 — MOBILE : ALIGNEMENT FIXE DES FLÈCHES MÉTIERS
   Le problème venait de justify-self:end : la position de la
   flèche dépendait de toute la largeur disponible de la ligne.
   On lui donne désormais une position fixe dans chaque colonne.
   Desktop inchangé.
   ========================================================= */
@media (max-width:700px){
  body .rsseo-hc .rsseo-hc-niche-column li a{
    position:relative!important;
    display:grid!important;
    grid-template-columns:17px minmax(0,1fr)!important;
    column-gap:7px!important;
    padding-right:30px!important;
  }

  body .rsseo-hc .rsseo-hc-niche-column .rsseo-hc-item-arrow{
    position:absolute!important;
    top:50%!important;
    right:8px!important;
    width:16px!important;
    height:20px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    transform:translateY(-50%)!important;
    line-height:1!important;
    text-align:center!important;
  }

  /* Colonne de gauche : on éloigne volontairement la flèche
     de la ligne verticale centrale pour supprimer l'effet de
     décalage visible sur les dernières lignes. */
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(odd) li a{
    padding-right:38px!important;
  }
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(odd) .rsseo-hc-item-arrow{
    right:18px!important;
  }

  /* Colonne de droite : toutes les flèches gardent le même axe
     près du bord droit interne de leur cellule. */
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(even) .rsseo-hc-item-arrow{
    right:0!important;
  }
}

@media (max-width:390px){
  body .rsseo-hc .rsseo-hc-niche-column li a{
    grid-template-columns:15px minmax(0,1fr)!important;
    column-gap:5px!important;
  }
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(odd) li a{
    padding-right:34px!important;
  }
  body .rsseo-hc .rsseo-hc-niche-column:nth-child(odd) .rsseo-hc-item-arrow{
    right:16px!important;
  }
}


/* =========================================================
   v1.0.71 — POPUP DÉMO PREMIUM MOBILE / PAYS / DATE / HEURE
   ========================================================= */

/* Mobile article uniquement : centrage du bloc éditorial demandé */
@media(max-width:760px){
  body.single-rsseo_article .rsseo-demo-modal-copy{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.single-rsseo_article .rsseo-demo-modal-copy .rsseo-demo-kicker{
    display:block!important;
    text-align:center!important;
  }
  body.single-rsseo_article .rsseo-demo-modal-copy h2{
    max-width:620px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
  body.single-rsseo_article .rsseo-demo-modal-copy p{
    max-width:590px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
  body.single-rsseo_article .rsseo-demo-context{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
}

/* Remplacement des contrôles natifs par des déclencheurs Reseefy */
.rsseo-demo-custom-field>input[type=hidden]{display:none!important}
.rsseo-demo-picker-trigger{
  width:100%!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid #d9d9d9!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#111!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  font:500 16px/1.2 Arial,sans-serif!important;
  text-align:left!important;
  cursor:pointer!important;
  box-shadow:0 1px 2px rgba(0,0,0,.02)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.rsseo-demo-picker-trigger:hover,
.rsseo-demo-picker-trigger:focus{
  border-color:#111!important;
  box-shadow:0 0 0 3px rgba(17,17,17,.06)!important;
  outline:none!important;
}
.rsseo-demo-picker-trigger svg{flex:0 0 auto!important;color:#111!important}

/* Calque propre au plugin, aucune UI native du navigateur */
.rsseo-demo-picker-layer[hidden]{display:none!important}
.rsseo-demo-picker-layer{
  position:fixed!important;
  z-index:1000001!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
  background:rgba(18,18,18,.48)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
}
.rsseo-demo-picker-card{
  width:min(500px,100%)!important;
  max-height:min(720px,86dvh)!important;
  overflow:auto!important;
  padding:24px!important;
  border:1px solid rgba(0,0,0,.08)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 28px 90px rgba(0,0,0,.18)!important;
  color:#111!important;
}
.rsseo-demo-picker-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:20px!important;
}
.rsseo-demo-picker-kicker{
  display:block!important;
  margin-bottom:7px!important;
  color:#8a8a8a!important;
  font:800 9px/1 Arial,sans-serif!important;
  letter-spacing:.16em!important;
}
.rsseo-demo-picker-head h3{
  margin:0!important;
  color:#111!important;
  font:500 24px/1.08 Arial,sans-serif!important;
  letter-spacing:-.025em!important;
}
.rsseo-demo-picker-close{
  flex:0 0 auto!important;
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border:1px solid #e2e2e2!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111!important;
  display:grid!important;
  place-items:center!important;
  font:300 26px/1 Arial,sans-serif!important;
  cursor:pointer!important;
}
.rsseo-demo-picker-close:hover{background:#f6f6f4!important}

/* Pays */
.rsseo-demo-country-list{display:grid!important;gap:8px!important}
.rsseo-demo-country-option{
  width:100%!important;
  min-height:54px!important;
  padding:0 16px!important;
  border:1px solid #e5e5e2!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#111!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  font:600 14px/1.2 Arial,sans-serif!important;
  cursor:pointer!important;
}
.rsseo-demo-country-option:hover{border-color:#111!important;background:#fafaf8!important}
.rsseo-demo-country-option.is-selected{
  border-color:#111!important;
  box-shadow:inset 0 0 0 1px #111!important;
  background:#fafaf8!important;
}
.rsseo-demo-country-check{opacity:0!important;font-weight:800!important}
.rsseo-demo-country-option.is-selected .rsseo-demo-country-check{opacity:1!important}

/* Calendrier blanc premium */
.rsseo-demo-calendar-caption{
  margin:4px 0 14px!important;
  text-align:center!important;
  color:#111!important;
  font:700 13px/1 Arial,sans-serif!important;
  text-transform:capitalize!important;
}
.rsseo-demo-calendar-week,
.rsseo-demo-calendar-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:6px!important;
}
.rsseo-demo-calendar-week{margin-bottom:7px!important}
.rsseo-demo-calendar-week span{
  text-align:center!important;
  color:#8a8a8a!important;
  font:700 9px/1 Arial,sans-serif!important;
}
.rsseo-demo-calendar-day{
  aspect-ratio:1/1!important;
  min-height:42px!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111!important;
  font:700 12px/1 Arial,sans-serif!important;
  cursor:pointer!important;
}
.rsseo-demo-calendar-day:hover:not(:disabled){background:#f5f5f2!important;border-color:#e2e2df!important}
.rsseo-demo-calendar-day.is-selected{background:#111!important;color:#fff!important;border-color:#111!important}
.rsseo-demo-calendar-day:disabled{color:#c8c8c8!important;cursor:not-allowed!important}
.rsseo-demo-calendar-grid .is-empty{display:block!important}

/* Heures */
.rsseo-demo-time-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}
.rsseo-demo-time-slot{
  min-height:46px!important;
  padding:0 10px!important;
  border:1px solid #e1e1df!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#111!important;
  font:700 12px/1 Arial,sans-serif!important;
  cursor:pointer!important;
}
.rsseo-demo-time-slot:hover{border-color:#111!important;background:#fafaf8!important}
.rsseo-demo-time-slot.is-selected{background:#111!important;border-color:#111!important;color:#fff!important}

html.rsseo-picker-open{overflow:hidden!important}

@media(max-width:760px){
  .rsseo-demo-picker-layer{
    align-items:flex-end!important;
    padding:10px!important;
  }
  .rsseo-demo-picker-card{
    width:100%!important;
    max-height:82dvh!important;
    padding:22px 18px calc(22px + env(safe-area-inset-bottom))!important;
    border-radius:24px 24px 18px 18px!important;
    animation:rsseoDemoSheetIn .22s ease-out both!important;
  }
  .rsseo-demo-picker-head h3{font-size:22px!important}
  .rsseo-demo-country-option{min-height:58px!important;font-size:15px!important}
  .rsseo-demo-time-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .rsseo-demo-time-slot{min-height:48px!important;font-size:13px!important}
  .rsseo-demo-calendar-day{min-height:40px!important}
}
@keyframes rsseoDemoSheetIn{
  from{transform:translateY(18px);opacity:.7}
  to{transform:translateY(0);opacity:1}
}


/* =========================================================
   v1.0.72 — CENTRAGE COMPLET DU BLOC INTRO DÉMO SUR MOBILE
   Pages articles uniquement. Desktop inchangé.
   ========================================================= */
@media(max-width:760px){
  body.single-rsseo_article .rsseo-demo-modal-copy{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }

  body.single-rsseo_article .rsseo-demo-modal-copy .rsseo-demo-kicker,
  body.single-rsseo_article .rsseo-demo-modal-copy h2,
  body.single-rsseo_article .rsseo-demo-modal-copy p,
  body.single-rsseo_article .rsseo-demo-modal-copy .rsseo-demo-context{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    align-self:center!important;
  }

  body.single-rsseo_article .rsseo-demo-modal-copy h2{
    text-wrap:balance!important;
  }

  body.single-rsseo_article .rsseo-demo-modal-copy p{
    text-wrap:pretty!important;
  }
}


/* =========================================================
   v1.0.73 — CORRECTION FORCÉE CENTRAGE INTRO DÉMO MOBILE
   Le sélecteur ne dépend plus de la classe body WordPress.
   Corrige aussi le padding-right mobile historique de 52px.
   ========================================================= */
@media (max-width:760px){
  .rsseo-demo-modal .rsseo-demo-modal-copy{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-left:0!important;
    padding-right:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }

  .rsseo-demo-modal .rsseo-demo-modal-copy > .rsseo-demo-kicker,
  .rsseo-demo-modal .rsseo-demo-modal-copy > h2,
  .rsseo-demo-modal .rsseo-demo-modal-copy > p,
  .rsseo-demo-modal .rsseo-demo-modal-copy > .rsseo-demo-context{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
    align-self:center!important;
  }

  .rsseo-demo-modal .rsseo-demo-modal-copy > h2{
    text-align:center!important;
    text-wrap:balance!important;
  }

  .rsseo-demo-modal .rsseo-demo-modal-copy > p{
    text-align:center!important;
    text-wrap:pretty!important;
  }
}
