/* === HERO - Carrousel Réassurance === */
.hero-proof {
            display: flex;
            align-items: center;
            gap: 25px;
            flex-wrap: wrap;
            padding-top: 20px;
            border-top: 1px solid #e5e5e5;
        }

        .proof-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            color: #666666;
        }

        .proof-stars {
            color: #fbbf24
;
        }
@media (max-width: 768px) {
.hero-proof {
                flex-direction: column;
                align-items: flex-start;
  							gap: 8px;
            }
  }
.hero-service h1 {
  margin-bottom:2rem;
}

.rister-reassurance-slider {
  padding: 0 20px;
}

.rister-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.rister-reassurance-item {
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 20px 0 20px 0;
  transition: all 0.3s ease;
}

.rister-reassurance-item:hover {
  background: rgba(255, 255, 255, 0.9);
}

.rister-reassurance-item img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  filter: grayscale(0.2);
}

.rister-reassurance-overlay {
  position: absolute;
  inset: 0;
  background: #ffffff;
  color: var(--rister-dark, #152842);
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 16px;
  border: 1px solid rgba(0, 121, 142, 0.15);
  z-index: 2;
}

.rister-reassurance-item:hover .rister-reassurance-overlay,
.rister-reassurance-overlay.active {
  opacity: 1;
  visibility: visible;
}

.rister-reassurance-overlay h4 {
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.rister-reassurance-overlay p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.rister-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 1;
}

.rister-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 980px) {
  .rister-reassurance-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 20px;
    scrollbar-width: none;
  }

  .rister-reassurance-grid::-webkit-scrollbar {
    display: none;
  }

  .rister-reassurance-item {
    flex: 0 0 calc(50% - 8px);
    scroll-snap-align: center;
  }

  .rister-reassurance-item img {
    height: 65px;
  }

  .rister-reassurance-overlay h4 {
    font-size: 1rem !important;
  }

  .rister-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .rister-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 121, 142, 0.3);
    transition: all 0.3s ease;
  }

  .rister-dot.active {
    background: #00798e;
    transform: scale(1.2);
  }
}

.rister-reassurance-overlay h4,
.rister-reassurance-overlay p {
  margin: 0;
  padding: 0;
}

.rister-reassurance-row {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.rister-reassurance-google {
  flex: 0 0 auto;
}

.rister-reassurance-slider {
  flex: 1 1 auto;
}

.rister-reassurance-google .wp-gr.wpac {
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

@media (max-width: 980px) {
  .rister-reassurance-row {
    flex-direction: column;
    align-items: center;
  }

  .rister-reassurance-google {
    margin-bottom: 10px;
  }

  .rister-reassurance-slider {
    width: 100%;
  }
}

/* === Section 2 - Raisons de créer sa société === */
.rister-reasons {
  background: #ffffff;
  padding-bottom: 60px;
  padding-left: max(0px, (100% - 1280px) / 2);
}

.rister-container {
  max-width: 1200px;
  padding-right: 16px;
}

.rister-carousel-wrapper {
  position: relative;
  padding-bottom: 20px;
}

.rister-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 24px;
  padding: 0 0 32px 0;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rister-carousel::-webkit-scrollbar {
  display: none;
}

.rister-carousel.is-dragging {
  cursor: grabbing;
}

.rister-card {
  flex: 0 0 30%;
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: solid 1px #ccc;
  box-shadow: 0 2px 8px rgba(10, 37, 58, 0.08);
}

.rister-card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.rister-card-title {
  margin: 20px 20px 12px;
  color: #0a253a;
  font-weight: 700;
  line-height: 1.4;
}

.rister-card-text {
  margin: 0 20px 20px;
  line-height: 1.6;
  color: #334155;
}

.rister-carousel-progress {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
}

.rister-carousel-progress::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}

@media (max-width: 979px) {
  .rister-carousel-progress::before {
    display: none;
  }
}

.rister-progress-bar {
  height: 100%;
  background: #000;
  border-radius: 2px;
  width: 0%;
  transition: width 0.25s ease;
}

@media (max-width: 1024px) {
  .rister-card {
    flex: 0 0 45%;
  }
  .rister-reasons {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .rister-reasons {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rister-container {
    max-width: 100%;
    padding-right: 0;
  }

  .rister-card {
    flex: 0 0 85%;
  }

  .rister-carousel {
    gap: 16px;
    padding-bottom: 20px;
    overflow-x: hidden;
  }

  .rister-carousel-progress {
    max-width: 200px;
  }

  .rister-card-title {
    margin: 16px 16px 8px;
    font-size: 1rem;
  }

  .rister-card-text {
    margin: 0 16px 16px;
    font-size: 0.9rem;
  }
}

/* === Section 4 - Processus de création === */
.rister-process {
  padding: 80px 0 0 0;
}

.rister-process_timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.rister-process_timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #e2e8f0;
  z-index: 0;
}

.rister-process_step {
  position: relative;
  width: 60px;
  height: 60px;
  background: #3b93a3;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 1;
  transition: transform 0.2s ease;
}

.rister-process_step:hover {
  transform: scale(1.05);
}

.rister-process_step::after {
  content: attr(data-step);
}

.rister-process_badge {
  display: none;
  width: 48px;
  height: 48px;
  background: #3b93a3;
  border-radius: 50%;
  margin: 0 0 20px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.rister-process_badge::after {
  content: attr(data-step);
}

.rister-process_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.rister-process_card {
  background: #f5f5f5;
  padding: 40px 24px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(226, 232, 240, 0.5);
}

.rister-process_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(10, 37, 58, 0.12);
}

h3.rister-process_card-title {
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 500 !important;
}

.rister-process_card-text {
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .rister-process_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .rister-process_timeline {
    display: none;
  }

  .rister-process_badge {
    display: flex;
  }

  .rister-process_title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .rister-process {
    padding: 60px 0;
  }

  .rister-process_container {
    padding: 0 20px;
  }

  .rister-process_title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }

  .rister-process_timeline {
    display: none;
  }

  .rister-process_cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rister-process_card {
    padding: 24px;
  }

  .rister-process_badge {
    display: flex;
    align-self: flex-start;
  }

  .rister-process_card-title {
    margin-top: 0;
  }
}

/* === Section 5 - Comparatif des formes juridiques === */
.rister-comparatif {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rister-table-accordion {
  position: relative;
  max-height: 400px;
  opacity: 0.98;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
}

.rister-table-accordion::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 3rem;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.rister-table-accordion.is-open {
  max-height: 2000px;
  opacity: 1;
}

.rister-table-accordion.is-open::after {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.rister-toggle {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font: 500 14px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152842;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.rister-toggle:hover {
  background-color: #f9fafb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.rister-toggle:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.14);
}

.rister-toggle:focus-visible {
  outline: 2px solid #47e5d2;
  outline-offset: 3px;
}

.rister-toggle::after {
  content: "▾";
  font-size: 0.85em;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.rister-toggle.is-open::after {
  transform: rotate(-180deg);
}

.rister-table td,
.rister-table th {
  vertical-align: middle;
}

.et-show-more-content {
    position: relative;
    max-height: 220px;
    overflow: hidden;
  }
  
  .et-show-more-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  
  .et-show-more-content.is-open {
    max-height: none;
  }
  
  .et-show-more-content.is-open::after {
    display: none;
  }
  
  .et-show-more-toggle {
    cursor: pointer;
  }
/*section Business Center*/
.bc-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: start;
}

.bc-gallery {
position: relative;
}
.bc-gallery p {
margin-top: 8px;
color: #666;
font-size: .95rem;
line-height: 1.2;
}

.bc-main {
height: 400px;
border-radius: 14px;
overflow: hidden;
position: relative;
background: #1a3a4a;
}

.bc-slide {
position: absolute;
inset: 0;
opacity: 0;
transition: opacity .4s;
}

.bc-slide.active {
opacity: 1;
}

.bc-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}

.bc-thumbs {
display: flex;
gap: 8px;
margin-top: 12px;
}

.bc-thumb {
width: 68px;
height: 48px;
border-radius: 6px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
transition: all .25s;
}

.bc-thumb.active,
.bc-thumb:hover {
border-color: #3b93a3;
}

.bc-thumb:hover {
transform: translateY(-2px);
}

.bc-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.bc-locs {
display: flex;
gap: 10px;
margin-top: 16px;
}

.bc-loc {
flex: 1;
padding: 10px 16px;
border: 2px solid #e0e4e9;
background: #fff;
border-radius: 8px;
font-size: .85rem;
font-weight: 600;
color: #1a3a4a;
cursor: pointer;
transition: all .25s;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}

.bc-loc svg {
width: 16px;
height: 16px;
stroke: currentColor;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}

.bc-loc:hover {
border-color: #3b93a3;
color: #3b93a3;
}

.bc-loc.active {
background: #3b93a3;
border-color: #3b93a3;
color: #fff;
}

.bc-content h2 {
font-size: clamp(1.4rem, 2.5vw, 1.8rem);
font-weight: 600;
color: #1a3a4a;
margin: 0 0 12px;
line-height: 1.3;
}

.bc-content > p {
color: #666;
font-size: .95rem;
line-height: 1.6;
margin: 0 0 8px;
}

.bc-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 18px;
}

.bc-feat {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 12px;
background: #fff;
border-radius: 6px;
transition: all .25s;
}

.bc-feat:hover {
transform: translateX(4px);
box-shadow: 0 4px 15px rgba(0,0,0,.06);
}

.bc-feat svg {
width: 20px;
height: 20px;
stroke: #3b93a3;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
flex-shrink: 0;
}

.bc-feat span {
font-size: .82rem;
color: #1a3a4a;
font-weight: 500;
}

.bc-pricing {
margin-top: 22px;
border-radius: 10px;
overflow: hidden;
border: 1px solid #e0e4e9;
}

.bc-pricing-head {
background: #3b93a3;
color: #fff;
padding: 10px 16px;
font-size: .8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .4px;
}

.bc-pricing-table {
width: 100%;
border-collapse: collapse;
background: #fff;
}

.bc-pricing-table tr {
border-bottom: 1px solid #f0f0f0;
}

.bc-pricing-table tr:last-child {
border-bottom: none;
}

.bc-pricing-table td {
padding: 12px 14px;
font-size: .82rem;
color: #555;
vertical-align: middle;
text-align: left;
}

.bc-td-label {
display: flex;
align-items: center;
gap: 10px;
font-weight: 500;
color: #1a3a4a;
white-space: nowrap;
}

.bc-td-label svg {
width: 18px;
height: 18px;
stroke: #3b93a3;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
flex-shrink: 0;
}

.bc-td-label small {
font-size: .7rem;
color: #888;
font-weight: 400;
margin-left: 4px;
}

.bc-td-price {
white-space: nowrap;
min-width: 130px;
}

.bc-td-price strong {
color: #3b93a3;
font-weight: 700;
font-size: .9rem;
}

.bc-tr-hl {
background: rgba(59,147,163,.1);
}

.bc-tr-hl td:first-child {
border-radius: 6px 0 0 6px;
}

.bc-tr-hl td:last-child {
border-radius: 0 6px 6px 0;
}

/* Responsive */
@media (max-width: 1024px) {
.bc-grid {
grid-template-columns: 1fr;
gap: 35px;
}

.bc-main {
height: 340px;
}
}

@media (max-width: 768px) {
.bc-features {
grid-template-columns: 1fr;
}

.bc-main {
height: 260px;
}

.bc-locs {
flex-direction: column;
}

.bc-thumbs {
overflow-x: auto;
padding-bottom: 8px;
}

.bc-thumb {
flex-shrink: 0;
}

.bc-pricing-table,
.bc-pricing-table tbody,
.bc-pricing-table tr,
.bc-pricing-table td {
display: block;
width: 100%;
}

.bc-pricing-table tr {
padding: 12px 14px;
border-bottom: 1px solid #f0f0f0;
}

.bc-pricing-table td {
padding: 4px 0;
}

.bc-td-price {
display: inline-block;
margin-right: 16px;
min-width: auto;
}
}
/*Adresse de domiciliation*/
.locations-section {
background: #ffffff;
padding: 40px 0;
}

.locations-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: #3b93a3 #f0f0f0;
padding: 10px 20px 20px;
}

.locations-wrapper::-webkit-scrollbar {
height: 6px;
}

.locations-wrapper::-webkit-scrollbar-track {
background: #f0f0f0;
border-radius: 3px;
}

.locations-wrapper::-webkit-scrollbar-thumb {
background: #3b93a3;
border-radius: 3px;
}

.locations-grid {
display: flex;
gap: 20px;
width: max-content;
}

.location-card {
background: #f7f9fa;
padding: 25px 30px;
border-radius: 12px;
text-align: center;
transition: all 0.3s ease;
border: 2px solid transparent;
flex-shrink: 0;
width: 160px;
}

.location-card:hover {
border-color: #3b93a3;
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(59, 147, 163, 0.15);
}

.location-icon {
width: 70px;
height: 70px;
margin: 0 auto 15px;
display: flex;
align-items: center;
justify-content: center;
}

.location-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}

.location-card h3 {
font-size: 16px !important;
font-weight: 600;
color: #1a3a4a;
margin: 0 0 5px 0;
}

.location-card span {
font-size: 0.8rem;
color: #999999;
display: block;
}