/* === 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;
}
/*Carroussel carte*/
.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;
}
}
/*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;
}

/*Etapes de domiciliation*/
.steps-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
}

.steps-list {
display: flex;
flex-direction: column;
gap: 15px;
}

.step-item {
background: #ffffff;
padding: 25px;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
}

.step-item:hover,
.step-item.active {
border-color: #3b93a3;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.step-header {
display: flex;
align-items: center;
gap: 15px;
}

.step-number {
width: 40px;
height: 40px;
background: #1a3a4a;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1rem;
transition: all 0.3s ease;
min-width: 40px;
min-height: 40px;
transform: translateY(-6px);
}

.step-item.active .step-number {
background: #3b93a3;
}

.step-item h3 {
font-size: 1rem;
}

.step-details {
display: none;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #e5e5e5;
}

.step-item.active .step-details {
display: block;
animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}

.step-details ul {
list-style: none;
}

.step-details li {
padding: 8px 0;
padding-left: 20px;
position: relative;
font-size: 0.9rem;
}

.step-details li::before {
content: '';
position: absolute;
left: 0;
top: 16px;
width: 8px;
height: 8px;
background: #3b93a3;
border-radius: 50%;
}

.steps-visual {
position: sticky;
top: 120px;
}

.step-image-container {
width: 100%;
height: 450px;
border-radius: 20px;
overflow: hidden;
position: relative;
}

.step-badge {
position: absolute;
bottom: 20px;
left: 20px;
background: rgba(255, 255, 255, 0.8);
color: black;
font-weight: 700;
font-size: 0.85rem;
padding: 12px 20px;
border-radius: 12px;
border: solid 2px #dddddf;
z-index: 10;
display: flex;
align-items: center;
gap: 8px;
transition: opacity 0.3s ease;
}

.step-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.3s ease;
display: block;
}
@media (max-width: 768px) {
.steps-grid {
grid-template-columns: 1fr;
gap: 20px;
}

.steps-visual {
display: none;
}

.step-item {
padding: 20px;
}

.step-header {
gap: 12px;
}

.step-number {
width: 35px;
height: 35px;
min-width: 35px;
min-height: 35px;
font-size: 0.9rem;
}

.step-item h3 {
font-size: 0.95rem;
}

.step-details li {
font-size: 0.85rem;
}
}

@media (max-width: 480px) {
.step-item {
padding: 15px;
}

.step-item h3 {
font-size: 0.9rem;
}
}


/*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-address {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 10px
}

.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;
}
@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;
}
}
/*Section tarifs*/
.rister-mobile-tabs {
display: none;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-bottom: 25px;
background: #f7f9fa;
padding: 8px;
border-radius: 12px;
}

.rister-tab-btn {
background: white;
border: 2px solid #e0e4e9;
border-radius: 10px;
padding: 12px 8px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
position: relative;
font-family: inherit;
}

.rister-tab-btn:active {
transform: scale(0.98);
}

.rister-tab-btn.active {
background: #3b93a3;
border-color: #3b93a3;
}

.rister-tab-btn .tab-label {
font-size: 0.8em;
font-weight: 600;
color: #1a3a4a;
transition: color 0.3s ease;
}

.rister-tab-btn.active .tab-label {
color: white;
}

.rister-tab-btn .tab-price {
font-size: 0.7em;
color: #6b7c93;
font-weight: 500;
transition: color 0.3s ease;
}

.rister-tab-btn.active .tab-price {
color: rgba(255, 255, 255, 0.9);
}

.rister-tab-btn .tab-popular {
position: absolute;
top: -6px;
right: -6px;
background: #00ADBF;
color: white;
width: 20px;
height: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
}

.rister-pricing-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-bottom: 40px;
}

/* Cards */
.rister-pricing-card {
border: 2px solid #e0e4e9;
border-radius: 16px;
padding: 28px 24px;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
position: relative;
}

.rister-pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(59, 147, 163, 0.15);
}

.rister-pricing-card.featured {
border-color: #3b93a3;
}

.rister-pricing-card.popular-card {
border-color: #00ADBF;
transform: scale(1.02);
}

.rister-pricing-card.popular-card:hover {
transform: scale(1.02) translateY(-5px);
}

.rister-card-badge {
position: absolute;
top: -12px;
left: 20px;
background: #3b93a3;
color: white;
padding: 5px 14px;
border-radius: 20px;
font-size: 0.75em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.rister-card-badge.popular-badge {
background: #00ADBF;
color: #fff;
}

.rister-card-title {
font-size: 1.25em;
margin-top: 8px;
}

.rister-card-price {
font-size: 36px;
font-weight: 700;
color: #1a3a4a;
margin: 16px 0 6px 0;
line-height: 1;
}

.rister-card-price .from {
font-size: 0.4em;
font-weight: 500;
color: #6b7c93;
display: block;
margin-bottom: 4px;
}

.rister-card-price .period {
font-size: 0.35em;
font-weight: 500;
}

.rister-card-price-label {
font-size: 13px;
color: #6b7c93;
margin-bottom: 18px;
}

.plus-container {
width: 100%;
}

.plus-circle {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background: #00ADBF;
border-radius: 50%;
font-size: 30px;
color: white;
line-height: 1;
margin: 16px auto;
}

.rister-features-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
flex-grow: 1;
}

.rister-features-list li {
padding: 7px 0 7px 26px !important;
position: relative;
color: #1a3a4a;
font-size: 0.85em;
line-height: 1.5;
list-style: none !important;
margin: 0 !important;
}

.rister-features-list li:before {
content: "✓" !important;
display: block !important;
position: absolute;
left: 0;
top: 7px;
color: #3b93a3;
font-weight: bold;
font-size: 1em;
}

.rister-ideal-for {
margin-top: auto;
padding-top: 14px;
border-top: 1px solid #e0e4e9;
font-size: 0.8em;
color: #6b7c93;
line-height: 1.5;
}

.rister-ideal-for strong {
color: #1a3a4a;
}

/* Options & Avantages Section */
.rister-options-section {
background: white;
border: 2px solid #e0e4e9;
border-radius: 16px;
padding: 30px;
}

.rister-options-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.rister-options-column {
padding: 0;
}

.rister-options-column-header {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #e0e4e9;
}

.rister-options-column-header.plus {
border-bottom-color: #3b93a3;
}

.rister-options-column-header.options {
border-bottom-color: #00ADBF;
}

.rister-options-badge {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.7em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 8px;
}

.rister-options-badge.plus {
background: #3b93a3;
color: white;
}

.rister-options-badge.options {
background: #00ADBF;
color: #fff;
}

.rister-options-column-header h4 {
font-size: 1.15em;
font-weight: 700;
color: #1a3a4a;
margin: 0;
}

.rister-options-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}

.rister-options-list li {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px 0 !important;
border-bottom: 1px solid #f0f0f0;
list-style: none !important;
margin: 0 !important;
}

.rister-options-list li:last-child {
border-bottom: none;
}

.rister-options-list li:before {
display: none !important;
}

.rister-options-list svg {
width: 18px;
height: 18px;
stroke: #3b93a3;
stroke-width: 2;
fill: none;
flex-shrink: 0;
margin-top: 2px;
}

.rister-options-column:last-child .rister-options-list svg {
stroke: #00ADBF;
}

.rister-options-list span {
font-size: 0.9em;
color: #1a3a4a;
line-height: 1.5;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 991px) {
/* Show mobile tabs on tablet and mobile */
.rister-mobile-tabs {
display: grid;
}

.rister-pricing-row {
grid-template-columns: 1fr;
gap: 30px;
}

.rister-pricing-card.popular-card {
transform: scale(1);
}

.rister-pricing-card.popular-card:hover {
transform: translateY(-5px);
}

.rister-options-grid {
grid-template-columns: 1fr;
gap: 30px;
}

.rister-pricing-card:nth-child(2),
.rister-pricing-card:nth-child(3) {
display: none;
}
}


@media (max-width: 767px) {
.rister-pricing-card {
padding: 24px 18px;
}

.rister-card-price {
font-size: 2em;
}

.rister-options-section {
padding: 20px;
}
}

@media (max-width: 480px) {
.rister-tab-btn .tab-label {
font-size: 0.75em;
}
.rister-tab-btn .tab-price {
font-size: 0.65em;
}
}
/*content show more*/
.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;
}