:root{
    --grey : #4D535D;
    --lightgrey : #FAFAFA;
    --pink : #DC0968;
    --pink2 : #E65191;
    --blue : #172062;
    --blue2 : #1A2F9C;
    --blue3 : #0F1A4D;
    --font: 'Rubik', sans-serif;
}

::selection {
    background-color: var(--pink);
    color: #fff;
}

/* Application de la font Rubik */
body {
    font-family: var(--font);
    overflow-x: hidden;
}
.text-primary {
    color: var(--blue2) !important;
}
/* Styles personnalisés Heomi */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--font);
}

.nav-link {
    font-weight: 400;
    margin: 0 0.5rem;
    font-family: var(--font);
    font-size: 14px;
    color: var(--grey);
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 8px;
}

.lineShape {
    height: 0;
    z-index: 5;
    position: relative;
}

img.line2 {
    position: relative;
    left: -470px;
    top: -195px;
}

img.line2.particulier {
    position: relative;
    left: 200px;
    top: -195px;
}

img.line2.partenaire {
    position: relative;
    left: 380px;
    top: -215px;
}

img.advisors-content {
    position: relative;
    right: 420px;
    bottom: 43px;
}

img.line4 {
    position: absolute;
    right: 0;
    top: -140px;
}

img.line5 {
    position: absolute;
    right: 0;
    top: -440px;
}

img.line6 {
    position: absolute;
    right: 520px;
    top: -340px;
}

img.line6.particulier {
    position: absolute;
    right: 520px;
    top: -130px;
}

.esperance-content {
    position: relative;
    z-index: 6;
}

.mobile-app-image {
    position: relative;
    z-index: 6;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--pink);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    color: var(--pink);
}

.btn {
    font-family: var(--font);
    font-weight: 500;
}

.btn-outline-primary {
    border-color: #6f42c1;
    color: #6f42c1;
}

.btn-outline-primary:hover {
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-partenaire {
     background-color: var(--blue)!important;
    border-color: var(--blue)!important;
    color: #fff!important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    transform: translateY(0);
    font-weight: 400;
    padding: 10px 30px!important;
    border-radius: 50px!important;
}

.btn-partenaire::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.btn-partenaire:hover {
    background-color: #b8074a;
    border-color: #b8074a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 13, 112, 0.4);
}

.btn-partenaire:hover::before {
    left: 100%;
}

.btn-partenaire:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(220, 9, 104, 0.3);
}

.btnPersonnel {
    background-color: var(--pink)!important;
    border-color: var(--pink)!important;
    color: #fff!important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    transform: translateY(0);
    font-weight: 400;
    padding: 7px 24px!important;
    border-radius: 50px!important;
    font-size: 14px;

}

.btnPersonnel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.btnPersonnel:hover {
    background-color: #b8074a;
    border-color: #b8074a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 9, 104, 0.4);
}

.btnPersonnel:hover::before {
    left: 100%;
}

.btnPersonnel:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(220, 9, 104, 0.3);
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Hero Section */
.hero-section {
    background-image: url('../images/famille2.png');
    background-color: var(--blue);
    background-position: right bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
    max-height: 300px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero-section.img2 {
    background-image: url('../images/family3.png');
    background-position: left bottom, left bottom;
}

.hero-section.img-particulier {
    background-image: url('../images/particulierbg.png');
}

.hero-section.img-entreprise {
    background-image: url('../images/entreprisebg.png');
}

.hero-section.img3 {
    background-image: url('../images/aboutbg.png');
    background-position: left bottom, left bottom;
     background-position: right bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

.hero-section.img4 {
    background-image: url('../images/entreprise.png');
    background-position: left bottom, left bottom;
}

.hero-section.img5 {
    background-image: url('../images/partenaire.png');
    background-position: left bottom, left bottom;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
    margin-top: -100px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    margin-top: 2rem;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.youtube-9 {
    width: 101%;
    margin-left: -5px;
}

.videoPlayer{
    border-radius: 10px;
    width: auto;
    max-width: 720px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 98%;
    overflow: hidden;
}

.videoPlayer iframe{
    min-height: 480px;
}

@media (min-width: 992px) {
    .hero-section {
        min-height: 446px;
    }
    .break {
        display: block;
    }
    .product-item-link.plusInfo .product-item{
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    padding-top: 20px;
    }

    .product-item-link.plusInfo .product-item .product-title{
        color: var(--pink);
    }

    .product-item-link.plusInfo .actionArrow{
        display: block!important;
    }

    .product-item-link.plusInfo .product-item{
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 768px) {

    .videoPlayer iframe {
        min-height: 244px;
    }

    .advisors-content .btn-pink{
        width: 100%!important;
    } 

    #notre-histoire .products-card{
        padding: 30px 20px!important;
    }

    .products-section .products-card{
        background-color: transparent!important;
        padding: 15px!important;
    }

    .hero-section.img-particulier {
    background-image: url('../images/particulierbgmobile.png');
}

.hero-section.img-entreprise {
    background-image: url('../images/entreprisebgmobile.png');
}

    .hero-section.img2 {
    background-image: url('../images/bgparticuliermobile.png');
    background-position: right bottom, right bottom;
    }

    .hero-section.img4 {
    background-image: url('../images/bgentreprisemobile.png');
    background-position: right bottom, right bottom;
    }

    .hero-section.img3 {
        padding-top:232px;
        max-height: none;
        background-image: url('../images/bgmobileheroabout.jpg');
        background-size: contain;
        background-position: top;
        background-color: var(--blue);
        background-repeat: no-repeat, no-repeat;
        padding-bottom: 30px;
    }

    .hero-section.img5 {
    background-image: url('../images/bgpartenairemobile.png');
    background-position: right bottom, right bottom;
    }

    .esperance-image{
        margin-bottom: 20px;
    }

   .mobile-mockup {
        width: 200px!important;
        margin-top: -40px!important;
        margin-bottom: 50px!important;
    }

    .feature-item, .mobile-feature-item {
        line-height: 1;
    }
    
    .protection-juridique-section, .epargne-section, .iard-section{
        padding: 40px 0!important;
    }

    .hero-title {
        font-size: 32px !important;
        margin-top: 0px !important;
        letter-spacing: 0px !important;
    }

    .hero-buttons a.btn {
        width: 100% !important;
        margin-bottom: 11px;
    }

    .product-title{
        margin: 0 0!important;
    }

    .product-icon-svg {
        width: 50px!important;
        height: 50px!important;
    }

    .product-icon-wrapper {
        width: 40px!important;
        height: 40px!important;
    }

    .products-section {
        padding-bottom: 0px!important;
    }

    .products-title {
        font-size: 1.5rem!important;
    }

    .product-item {
        padding: 1.5rem 1rem!important;
    }

    .finare-image{
        margin: auto;
        text-align: center;
        margin-bottom: 60px;
    }

    .finare-image img{
        width: 220px;
    }

    .finare-section{
        margin-bottom: 0px!important;
    }

    .hero-section {
        padding-top:232px;
        max-height: none;
        background-image: url(../images/bgmobilehero.jpg);
        background-size: contain;
        background-position: top;
        background-color: var(--blue);
        background-repeat: no-repeat, no-repeat;
        padding-bottom: 30px;
    }
}

/* Section Produits D'Assurance */

.products-section {
    margin-top: -100px;
    position: relative;
    z-index: 4;
    padding-bottom: 80px;
}

.products-card {
    background: transparent;
    border-radius: 20px;
    padding: 30px;
    background-color: var(--lightgrey);
    z-index: 8;
    position: relative;
}

.products-title {
    color: var(--blue);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.products-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

.product-item {
    padding: 2.5rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 1%);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.product-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-item-link:hover,
.product-item-link:focus {
    text-decoration: none;
    color: inherit;
}

.product-item-link:hover .product-item,
.product-item:hover {
    box-shadow: 0 12px 35px rgba(220, 9, 104, 0.15);
    border: 1px solid rgba(220, 9, 104, 0.1);
    transform: translateY(-5px);
}

.product-item-link .btn {
    pointer-events: none;
}

.product-featured {
    box-shadow: 0 12px 35px rgba(220, 9, 104, 0.15);
    border: 1px solid rgba(220, 9, 104, 0.1);
}

.product-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-icon-svg {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.product-icon i {
    font-size: 2rem;
    color: white;
}

.product-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--pink);
    border-radius: 50%;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--blue);
    margin: 0.5rem 0;
    line-height: 1.3;
    margin: auto;
}

.product-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 1rem 0;
    padding: 0 10px;
}

.btn-pink {
    background-color: var(--pink);
    border-color: var(--pink);
    color: white;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.btn-pink:hover {
    background-color: #c2185b;
    border-color: #c2185b;
    color: white;
}

.btn-outline-pink {
    border-color: var(--pink);
    color: var(--pink);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.btn-outline-pink:hover {
    background-color: var(--pink);
    border-color: var(--pink);
    color: white;
}

.learn-more-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}

.learn-more-link:hover {
    color: var(--pink);
    text-decoration: none;
}

/* Responsive pour la section produits */
@media (max-width: 768px) {
    .products-section .product-item .btn {
        display: none;
    }

    .products-section {
        margin-top: -100px;
        position: relative;
        z-index: 4;
        padding-bottom: 80px;
    }

    .products-section {
        margin-top: -25px;
    }
    
    .products-card {
        padding: 30px!important;
    }
    
    .productPage .products-card{
        margin-top: 70px!important;
    }

    .nav-link {
        font-size: 20px !important;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
    }
    .btn-partenaire {
        width: 100%;
    }
}

/* Section FINARE */
.finare-section {
    background: white;
    padding: 80px 0;
}

.finare-image {
    position: relative;
}

.finare-image img {
    max-width: 100%;
    height: auto;
}

.finare-subtitle {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.finare-title {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.finare-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
}

.finare-description p {
    margin-bottom: 1.5rem;
}

.finare-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.finare-link:hover {
    color: var(--pink);
    text-decoration: none;
}

.finare-link i {
    transition: transform 0.3s ease;
}

.finare-link:hover i {
    transform: translateX(5px);
}

/* Responsive pour la section FINARE */
@media (max-width: 768px) {
    .finare-section {
        padding: 60px 0;
    }
    
    .finare-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .finare-description {
        font-size: 0.95rem;
    }
}

/* Section Pourquoi Nous Choisir */
.why-choose-section {
    background: var(--blue);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.why-choose-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.why-choose-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: white;
}

.why-choose-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.9);
}

/* Accordion Styles */
.accordion-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 336px;
    width: fit-content;
}

.accordion-item {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    height: 310px;
    background: var(--pink);
    position: relative;
}

.accordion-item:not(.active) {
    width: 39px;
    flex-shrink: 0;
    border-radius: 30px;
}

.accordion-item.active {
    width: 100%;
    height: 330px;
    border-radius: 15px;
    flex-shrink: 0;
    background: white;
}

/* Border-radius spécifique par position */
.accordion-item:first-child:not(.active) {
    border-radius: 30px 30px 30px 30px;
}

.accordion-item:last-child:not(.active) {
    border-radius: 30px 30px 30px 30px;
}

.accordion-header {
    background: transparent;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.accordion-item:not(.active) .accordion-header {
    background: var(--pink);
}

.accordion-item:not(.active):hover .accordion-header {
    background: #e91e78;
}

.accordion-item.active .accordion-header {
    background: transparent;
    pointer-events: none;
}

.accordion-content {
    height: 100%;
    width: 100%;
    overflow: visible;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    transition: opacity 0.4s ease 0.2s;
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-sizing: border-box;
}

.accordion-item.active .accordion-content {
    opacity: 1;
}

.accordion-item:not(.active) .accordion-content {
    opacity: 0;
    pointer-events: none;
}

.award-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.award-title {
    color: var(--blue2);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.award-description {
    color: var(--grey);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.award-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-svg {
    width: auto;
    height: 50px;
    object-fit: contain;
}

/* Responsive Accordion pour Mobile */
@media (max-width: 768px) {
    .accordion-container {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        padding: 0;
        min-height: auto;
    }
    
    .accordion-item {
        width: 100% !important;
        height: auto;
        min-height: 30px;
    }
    
    .accordion-item:not(.active) {
        width: 100% !important;
        height: 30px;
        border-radius: 15px !important;
    }
    
    .accordion-item.active {
        width: 100% !important;
        height: auto;
        min-height: 200px;
        border-radius: 15px;
    }
    
    .accordion-content {
        padding: 1.5rem;
    }
    
    .award-icon {
        margin-bottom: 1rem;
    }
    
    .award-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .award-description {
        font-size: 0.9rem;
    }
}

/* Styles award (suite) */
.award-title {
    color: var(--blue2);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
}

.award-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Formes décoratives */
.why-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.why-shape-1 {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 120px;
    height: 300px;
    background: var(--pink);
    border-radius: 60px;
    opacity: 0.8;
}

.why-shape-2 {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 80px;
    height: 200px;
    background: var(--pink);
    border-radius: 40px;
    opacity: 0.6;
}

.why-shape-3 {
    position: absolute;
    bottom: 10%;
    right: 25%;
    width: 60px;
    height: 150px;
    background: var(--pink);
    border-radius: 30px;
    opacity: 0.4;
}

/* Responsive pour la section Why Choose */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 80px 0;
    }
    
    .why-choose-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .award-card {
        padding: 2.5rem 2rem;
        margin-top: 3rem;
    }
    
    .why-shapes {
        display: none;
    }
}

/* Section Nos Conseillers */
.advisors-section {
    background: white;
    padding: 140px 0;
}

/* Section IARD */
.iard-section {
    background: white;
    padding: 80px 0;
}

/* Section ADP */  
.adp-section {
    position: relative;
    z-index: 4;
    padding-bottom: 0px;
}

/* Section Protection Juridique */
.protection-juridique-section {
    background: white;
    padding: 140px 0;
}

/* Section Épargne */
.epargne-section {
    background: white;
    padding: 80px 0;
}

.advisors-image {
    position: relative;
    z-index: 4;
}

.advisors-content {
    position: relative;
    z-index: 6;
    padding: 20px;
    background-color: #ffffffc9;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    box-shadow: 0 0 8px 0px #e7e7e7;
}

.advisors-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.advisors-subtitle {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.advisors-title {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.advisors-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.advisors-features {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: var(--blue);
    background: #EFF1F4;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: fit-content;
}

.feature-item:hover {
    background: #f0f0f0;
}

.feature-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.mobile-feature-item span {
    font-weight: 400;
}

.mobile-feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: var(--blue);
    background: rgba(99, 116, 148, 0.2);
    padding: 1rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: fit-content;
}

.mobile-feature-item:hover {
    background: rgba(99, 116, 148, 0.3);
}

/* Responsive pour la section Nos Conseillers */
@media (max-width: 768px) {
    .advisors-section {
        padding: 80px 0;
    }
    
    .advisors-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .advisors-description {
        font-size: 0.95rem;
    }
    
    .advisors-image {
        margin-bottom: 2rem;
    }
}

/* Section Mobile App */
.mobile-app-section {
    background: var(--blue);
    padding: 100px 0;
}

.mobile-app-section.darker {
    background: var(--blue3);
    padding: 100px 0;
}

.app-subtitle {
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.app-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.app-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.store-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.app-store-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
}

.store-button {
    display: block;
    transition: transform 0.3s ease;
}

.store-button:hover {
    transform: scale(1.05);
}

.store-button img {
    width: auto;
    max-height: 60px;
}

.app-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.app-link:hover {
    color: var(--pink);
    text-decoration: none;
}

.app-link i {
    transition: transform 0.3s ease;
}

.app-link:hover i {
    transform: translateX(5px);
}

.app-image {
    position: relative;
}

.app-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Responsive pour la section Mobile App */
@media (max-width: 768px) {
    .mobile-app-section {
        padding: 80px 0;
    }
    
    .app-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .app-description {
        font-size: 0.95rem;
    }
    
    .store-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    
    .app-store-buttons {
        flex-direction: row;
        gap: 0.8rem;
        flex-wrap: nowrap;
    }
    
    .app-image {
        margin-top: 2rem;
    }
}

/* Section Espérance Banlieues */
.esperance-section {
    background: white;
    padding: 40px 0;
}

.esperance-subtitle {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.esperance-title {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.esperance-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.esperance-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.esperance-link:hover {
    color: var(--pink);
    text-decoration: none;
}

.esperance-link i {
    transition: transform 0.3s ease;
}

.esperance-link:hover i {
    transform: translateX(5px);
}

.esperance-image {
    position: relative;
}

.esperance-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Responsive pour la section Espérance Banlieues */
@media (max-width: 768px) {
    .esperance-section {
        padding: 40px 0;
    }
    
    .esperance-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .esperance-description {
        font-size: 0.95rem;
    }
    
    .esperance-image {
        margin-top: 2rem;
    }
}

/* CTA Overlay Section */
.cta-overlay {
    position: relative;
    background-image: url("../images/ctawhiteline.png");
    background-color: var(--pink);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 20px;
    padding: 60px 0;
    margin-bottom: -80px;
    z-index: 10;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.cta-content {
    text-align: left;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.cta-button-image {
    display: inline-block;
    transition: transform 0.3s ease;
}

.cta-button-image:hover {
    transform: scale(1.05);
}

.cta-btn-img {
    height: auto;
    max-width: 250px;
    transition: filter 0.3s ease;
}

.cta-button-image:hover .cta-btn-img {
    filter: brightness(1.1);
}

.cta-decoration {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;
}

.cta-white-line {
    max-width: 250px;
    width: auto;
    height: auto;
    opacity: 0.9;
}

/* Footer */
.footer {
    background: var(--blue);
    padding: 160px 0 40px;
    position: relative;
    z-index: 9;
}

.footer-brand .footer-logo {
    height: 50px;
    width: auto;
    display: block;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--pink);
    color: white;
    transform: translateY(-2px);
}

.footer-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--pink);
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-button {
    display: block;
    transition: transform 0.3s ease;
}

.app-button:hover {
    transform: scale(1.05);
}

.app-button img {
    height: 45px;
    width: auto;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 3rem 0 2rem;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.9rem;
}

.footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: var(--pink);
}

/* Responsive pour CTA et Footer */
@media (max-width: 768px) {
    .footer-divider{
                margin: 1rem 0;
    }
    .cta-overlay {
        margin: 0 1rem;
        padding: 40px 20px;
        margin-bottom: -60px;
        max-width: calc(100% - 2rem);
        background-image: none;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-btn-img {
        max-width: 100%;
    }
    
    .cta-decoration {
        right: 0;
        padding-right: 1rem;
    }
    
    .cta-white-line {
        max-width: 150px;
    }
    
    .footer {
        padding: 120px 0 40px;
    }
    
    .app-buttons {
        flex-direction: row;
        gap: 15px;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
        margin-top: 1rem;
    }
    
    .social-links {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

/* Responsive pour l'accordion Why Choose */
@media (max-width: 768px) {
    .accordion-container {
        flex-direction: column;
        margin-top: 2rem;
        gap: 0.8rem;
    }
    
    .accordion-item {
        flex: none;
    }
    
    .accordion-header {
        min-height: 50px;
    }
    
    .accordion-item.active .accordion-content {
        max-height: 300px;
        padding: 1.5rem;
    }
    
    .award-title {
        font-size: 1.1rem;
    }
    
    .award-description {
        font-size: 0.9rem;
    }

    .lineShape {
        display: none;
    }
    
    .social-links {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

.mobile-app-subtitle{
    color: white;
}

.mobile-mockup {
    max-height: 597px;
    width: auto;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.5rem;
    margin-top: -100px;
}

.w-80{
 max-width: 90%;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.navbar-toggler, .navbar-toggler:focus{
    border: 0 !important;
    box-shadow: none !important;
    padding: 4px 8px;
    width: 40px;
    height: 40px;
    position: relative;
    background: transparent !important;
}

/* Container des lignes */
.navbar-toggler .navbar-toggler-icon {
    background: none !important;
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Styles des 3 lignes individuelles */
.navbar-toggler .line {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--blue);
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

/* État fermé - 3 lignes horizontales */
.navbar-toggler.collapsed .line-1 {
    transform: rotate(0deg) translateY(0px);
}

.navbar-toggler.collapsed .line-2 {
    opacity: 1;
    transform: scale(1);
}

.navbar-toggler.collapsed .line-3 {
    transform: rotate(0deg) translateY(0px);
}

/* État ouvert - transformation en X */
.navbar-toggler:not(.collapsed) .line-1 {
    transform: rotate(45deg) translateY(11.5px) translatex(2px);
}

.navbar-toggler:not(.collapsed) .line-2 {
    opacity: 0;
    transform: scale(0);
}

.navbar-toggler:not(.collapsed) .line-3 {
    transform: rotate(-45deg) translateY(-7.5px);
}

/* Styles pour la navigation mobile */
@media (max-width: 991.98px) {
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    
    .mobile-menu-left {
        order: 1;
        flex: 0 0 auto;
    }
    
    .navbar-brand {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
        margin: 0;
    }
    
    .mobile-user-right {
        order: 3;
        flex: 0 0 auto;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.98);
        border-top: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
}

img.line3 {
    position: relative;
    right: 420px;
    bottom: 43px;
}

@media (max-width : 1520px) {

    img.line6 {
        position: absolute;
        right: 340px;
        top: -340px;
    }
    
}


@media (max-width : 1400px) {

    img.line2 {
        left: -370px;
    }

    img.line3 {
        right: 320px;
    }
}

@media (max-width : 992px) {
    .lineShape{
        display: none;
    }
    
}

/* Styles pour la page About */

/* Timeline Styles */
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--pink) 0%, var(--blue) 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 50%;
    padding-left: 2rem;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 50%;
    padding-right: 2rem;
    text-align: right;
}

.timeline-year {
    background: var(--pink);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 1rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(220, 9, 104, 0.3);
}

.timeline-year-current {
    background: var(--blue);
    box-shadow: 0 3px 12px rgba(23, 32, 98, 0.4);
}

.timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    position: relative;
    border: 1px solid #f0f0f0;
}

.timeline-content-featured {
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
    border: 2px solid var(--blue);
    box-shadow: 0 12px 35px rgba(23, 32, 98, 0.15);
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    transform: translateY(-50%);
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -24px;
    border-left-color: white;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -24px;
    border-right-color: white;
}

.timeline-content-featured::before {
    border-right-color: var(--blue) !important;
    border-left-color: var(--blue) !important;
    left: -26px !important;
}

.timeline-content p {
    margin: 0 0 1rem 0;
    line-height: 1.6;
    color: var(--grey);
}

.timeline-content p:last-of-type {
    margin-bottom: 0;
}

/* Stats Section */
.stats-section {
    background: white;
    padding: 80px 0;
}

.stat-item {
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(220, 9, 104, 0.15);
    border-color: rgba(220, 9, 104, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: var(--grey);
    font-weight: 500;
}

/* FINARE Stats */
.finare-stat {
    text-align: left;
    margin-bottom: 1.5rem;
}

.finare-stat-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0.25rem;
}

.finare-stat-label {
    font-size: 0.9rem;
    color: var(--grey);
    line-height: 1.3;
}


#notre-histoire .products-card{
    padding-bottom: 0!important;
    background: transparent;
    border-radius: 20px;
    padding: 60px 40px;
    background-color: #ffffffad;
    z-index: 8;
    position: relative;
    backdrop-filter: blur(10px);
}

.stats-section .products-card{
    z-index: 4;
}
/* Responsive Timeline */
@media (max-width: 768px) {
    .hero-buttons, .hero-description{
        display: none;
    }
    .timeline-container::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
        margin-left: 60px;
        margin-bottom: 2rem;
    }
    
    .timeline-item:nth-child(odd) .timeline-content {
        margin-right: 0;
        padding-right: 0;
        text-align: left;
    }
    
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 0;
        /* padding-left: 0; */
    }
    
    .timeline-content {
        max-width: 100%;
        width: 100%;
        position: relative;
    }
    
    .timeline-content::before {
        content: '';
        position: absolute;
        left: -24px;
        top: 20px;
        border-right-color: white !important;
        border-left-color: transparent !important;
    }
    
    .timeline-content-featured::before {
        border-right-color: var(--blue) !important;
    }
    
    .timeline-year {
        margin-top: 1rem;
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .finare-stat-number {
        font-size: 1.2rem;
    }
}

/* Section Carrières */
.careers-section {
    background: white;
    padding: 100px 0;
}

.careers-content {
    position: relative;
    z-index: 6;
}

.careers-subtitle {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.careers-title {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.careers-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.careers-features {
    margin-top: 2rem;
}

.careers-tagline {
    color: var(--grey);
    font-weight: 500;
    font-style: italic;
}

.careers-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.careers-image {
    position: relative;
    z-index: 6;
}

/* Responsive pour la section Carrières */
@media (max-width: 768px) {
    .careers-section {
        padding: 80px 0;
    }
    
    .careers-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .careers-description {
        font-size: 0.95rem;
    }
    
    .careers-buttons {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .careers-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .careers-image {
        margin-bottom: 2rem;
    }
}

/* Section Formulaire Partenaire */
.partner-form-section {
    background: white;
    padding: 100px 0;
}

.partner-form-content {
    position: relative;
    z-index: 6;
    padding-right: 2rem;
}

.partner-form-title {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.partner-form-description {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
}

.partner-form-features {
    margin-top: 2rem;
}

.partner-form-container {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 6;
}

.partner-form .form-label {
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.partner-form .form-control,
.partner-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.partner-form .form-control:focus,
.partner-form .form-select:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.25rem rgba(220, 9, 104, 0.25);
}

.partner-form .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.partner-form .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 9, 104, 0.25);
}

.partner-form .form-check-label {
    color: var(--grey);
    font-size: 0.9rem;
    line-height: 1.4;
}

.text-pink {
    color: var(--pink) !important;
}

/* Styles pour les messages d'erreur de validation */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

.error-message.show {
    display: block;
}

.form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.error {
    border-color: #dc3545;
}

.form-control.success {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Responsive pour la section Formulaire */
@media (max-width: 768px) {
    .partner-form-section {
        padding: 80px 0;
    }
    
    .partner-form-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .partner-form-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .partner-form-container {
        padding: 2rem;
    }
}

/* Hero section spécial pour pages internes */
.hero-section-small {
    padding: 60px 0 40px 0;
    background-image: none !important;
}

/* Header pour page politique de confidentialité */
.policy-header {
    background: var(--blue);
    padding: 60px 0 40px 0;
    background-image: none;
    min-height: auto;
}

/* Titre pour pages internes */
.page-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }
    
    .policy-header {
        padding: 40px 0 30px 0;
    }
}

/* Breadcrumb pour header sombre */
.breadcrumb-dark .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.breadcrumb-dark .breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-dark .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Timeline scroll-based animations */
.scroll-timeline {
    opacity: 1;
}

.scroll-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.scroll-fade-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation delays */
.scroll-fade-up[data-delay="100"].animate { transition-delay: 0.1s; }
.scroll-fade-up[data-delay="200"].animate { transition-delay: 0.2s; }
.scroll-fade-up[data-delay="300"].animate { transition-delay: 0.3s; }
.scroll-fade-up[data-delay="400"].animate { transition-delay: 0.4s; }
.scroll-fade-up[data-delay="500"].animate { transition-delay: 0.5s; }
.scroll-fade-up[data-delay="600"].animate { transition-delay: 0.6s; }
.scroll-fade-up[data-delay="700"].animate { transition-delay: 0.7s; }
.scroll-fade-up[data-delay="800"].animate { transition-delay: 0.8s; }
.scroll-fade-up[data-delay="900"].animate { transition-delay: 0.9s; }

/* Timeline progress line animation */
.timeline-container::before {
    transform: scaleY(var(--timeline-progress, 0));
    transform-origin: top;
    transition: transform 0.3s ease-out;
}

.timeline-container.animate-line::before {
    transition: transform 0.1s ease-out;
}

/* Enhanced timeline dot animations */
.timeline-item::after {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-out;
}

.timeline-item.animate::after {
    opacity: 1;
    transform: scale(1);
}

/* Enterprise product item styles */
.enterprise-product-item {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

/* ========================
   CONTACT PAGE STYLES
   ======================== */

.contact-form {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.contact-form .form-label {
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--blue2);
    box-shadow: 0 0 0 0.2rem rgba(26, 47, 156, 0.15);
    background-color: white;
}

.contact-form .form-control::placeholder {
    color: #adb5bd;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Contact icon styling */
.contact-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--blue2) 0%, var(--blue3) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(26, 47, 156, 0.2);
}

.contact-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(26, 47, 156, 0.3);
}

.contact-icon i {
    font-size: 2rem;
    color: white !important;
}

/* Product card hover effects for contact info */
.products-section .product-card:hover .contact-icon {
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
}

.products-section .product-card a {
    color: var(--blue2) !important;
    transition: color 0.3s ease;
}

.products-section .product-card a:hover {
    color: var(--pink) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 1.5rem;
    }
}

/* ========================
   USER DROPDOWN STYLES
   ======================== */

.dropdown-menu {
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
    min-width: 200px;
}

.dropdown-header {
    color: var(--blue2);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.dropdown-item {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    color: var(--grey);
    transition: all 0.3s ease;
    border-radius: 0;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, var(--blue), var(--blue));
    color: white;
}

.dropdown-item.text-primary {
    color: var(--blue2) !important;
    font-weight: 500;
}

.dropdown-item.text-primary:hover {
    background: linear-gradient(135deg, var(--pink), #dc0968);
    color: white !important;
}

.dropdown-item.active {
    background: linear-gradient(135deg, var(--pink), #dc0968);
    color: white !important;
}

.dropdown-divider {
    border-color: #f0f0f0;
    margin: 0.5rem 1rem;
}

/* User icon button */
.btn-link {
    text-decoration: none !important;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.btn-link:hover i {
    color: var(--pink) !important;
    transform: scale(1.1);
}

.btn-link:focus {
    box-shadow: none;
}

.enterprise-product-item.enterprise-product-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 0px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.enterprise-product-item.enterprise-product-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.enterprise-product-item .btn.enterprise-btn {
    border-radius: 0 0 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
    padding: 15px 20px;
    border: none;
}

.enterprise-product-item .btn.w-100 {
    margin-left: 0;
    margin-right: 0;
}

/* Page Produit Type Heomi Styles */
.hero-subtitle {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffffad;
    margin: 20px 0px;
}

.hero-intro {
    font-size: 1rem;
    line-height: 1.6;
}

.heroAction {
    min-width: 180px!important;
    background-color: transparent !important;
    border: 1px solid var(--pink) !important;
    border-width: 1px !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    padding: 7px 24px !important;
    border-radius: 50px !important;
    font-size: 14px;
    border: 0;
}

.heroAction.actif {
    background-color: var(--pink) !important;
    border-color: var(--pink) !important;
    border-width: 0px !important;
}

/* Section Info Bloc */
.info-bloc-section {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}

.info-bloc-content {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
}

.info-text {
    margin-bottom: 20px;
    line-height: 1.6;
}

.info-example {
    margin-bottom: 0;
    line-height: 1.6;
    color: #666;
}

/* Hero Info Overlay */
.info-section {
    margin-top: -60px;
    z-index: 10;
    position: relative;
    padding-bottom: 40px;
}

.hero-info-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,249,250,0.95) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.hero-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.hero-info-icon {
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(220, 9, 104, 0.3);
}

.hero-info-content {
    flex: 1;
}

.hero-info-text {
    line-height: 1.5;
    margin: 0;
}

.hero-info-text .text-primary {
    color: var(--blue3) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .info-section {
        margin-top: -40px;
        padding-bottom: 30px;
    }
    
    .hero-info-card {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .hero-info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .hero-info-text {
        font-size: 0.9rem;
    }
}

/* Products Section avec hero overlay */
.info-section + .products-section {
    padding-top: 60px;
}

@media (max-width: 768px) {
    .info-section + .products-section {
        padding-top: 40px;
    }
    .countdown-body {
    background-image: url(../images/cdbgmobile.jpg)!important;
    background-size: cover;}
}

/* Countdown Page Styles */
.countdown-body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url(../images/cdbg.jpg);
    background-size: cover;
}

.countdown-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    font-family: var(--font);
}

.countdown-section .container {
    position: relative;
    z-index: 2;
}

.countdown-logo {
    margin-bottom: 2rem;
}

.countdown-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
    font-family: var(--font);
}

.countdown-timer {
    margin-bottom: 3rem;
}

.countdown-item {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px 15px;
    backdrop-filter: blur(10px);
    box-shadow: 1px 1px 0 #ffffff2e;
}

.countdown-number {
    font-size: 3.5rem;
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: var(--font);
}

.countdown-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font);
}

.countdown-info {
    margin-bottom: 2rem;
}

.countdown-info-card {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 25px 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 460px;
    margin: 0 auto;
}

.countdown-date {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    font-family: var(--font);
}

.countdown-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font);
}

.countdown-footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.counterDown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .countdown-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .countdown-item {
        padding: 15px 10px;
        border-radius: 12px;
        width: 100%;
    }
    
    .countdown-number {
        font-size: 2.5rem;
    }
    
    .countdown-label {
        font-size: 0.8rem;
    }
    
    .countdown-info-card {
        padding: 20px;
        margin: 0;
    }
    
    .countdown-date {
        font-size: 1.1rem;
    }
    
    .countdown-subtitle {
        font-size: 0.9rem;
    }

    .countdown-footer {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 100%;
        text-align: center;
    }
    .counterDown{
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .countdown-title {
        font-size: 1.5rem;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .countdown-item {
        padding: 12px 8px;
    }
}

/* Garanties Liste */
.garanties-list {
    max-width: 800px;
    margin: 0 auto;
}

.garantie-item {
    padding: 20px;
    background-color: white;
    border-left: 4px solid var(--pink);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.garantie-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.garantie-title {
    color: var(--blue3);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.garantie-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Garanties Section */
.product-guarantee-item {
    background-color: var(--blue2);
    border-radius: 15px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-guarantee-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(26, 47, 156, 0.3);
}

.guarantee-content {
    color: white;
    text-align: center;
    padding: 20px;
}

/* Services Section */
.services-section {
    background-color: #f8f9fa;
}

.service-guarantee-item {
    background-color: var(--blue2);
    border-radius: 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.service-guarantee-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(26, 47, 156, 0.3);
}

.service-content {
    color: white;
    text-align: center;
    padding: 15px;
}

/* Tableau Budget */
.product-table {
    border: none;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-table th {
    background-color: var(--blue2);
    color: white;
    border: none;
    padding: 20px;
    font-weight: 500;
}

.table-header-left {
    background-color: #6c7aff !important;
    width: 150px;
}

.table-header-main {
    background-color: var(--pink) !important;
}

.table-header-option {
    background-color: #6c7aff !important;
}

.product-table td {
    border: 1px solid #e9ecef;
    padding: 20px;
    vertical-align: top;
}

.section-label {
    background-color: #6c7aff;
    color: white;
    font-weight: 500;
    text-align: center;
}

.section-content {
    background-color: white;
    line-height: 1.6;
}

.section-content p {
    margin-bottom: 15px;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.text-pink {
    color: var(--pink) !important;
}

/* Section titles */
.section-title {
    color: var(--blue3);
    font-weight: 600;
    margin-bottom: 2rem;
}

/* Budget Section */
.budget-section {
    background-color: #f8f9fa;
}

/* Budget Example Card */
.budget-example-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.budget-example-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.budget-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.budget-icon {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue) 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(26, 47, 156, 0.3);
}

.budget-title h4 {
    margin: 0;
    color: var(--blue3);
    font-weight: 600;
}

.budget-scenario {
    margin-bottom: 25px;
}

.scenario-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px 15px;
    background-color: rgba(248, 249, 250, 0.8);
    border-radius: 10px;
    font-weight: 500;
    color: var(--grey);
}

.scenario-item i {
    font-size: 1.2rem;
    width: 20px;
}

.text-blue {
    color: var(--blue2) !important;
}

.budget-calculation {
    background: linear-gradient(135deg, rgba(26, 47, 156, 0.05) 0%, rgba(220, 9, 104, 0.05) 100%);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(26, 47, 156, 0.1);
}

.calculation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}

.calculation-row.total {
    border-top: 2px solid var(--pink);
    padding-top: 15px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1.1rem;
}

.calculation-label {
    color: var(--grey);
    font-weight: 500;
}

.calculation-value {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--blue);
}

.actionArrow{
    display: none;
}

/* Gestion des sections particulier/pro */
.products-card.pro {
    display: none;
}

.products-card.particulier {
    display: block;
}

.partAction{
    display: flex;
}

a.obtenirDevis {
    color: var(--pink);
    font-weight: 500;
    text-decoration: none;
}

.part .product-description{
    min-height: 43px;
    margin: 10px auto;
    max-width: 280px;
}

.partAction {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product-item.part {
    padding: 1.5rem;
}

.video-section {
    background-color: #f4f4f4;
    padding: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .budget-example-card {
        padding: 20px;
    }
    
    .budget-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .budget-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .scenario-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .calculation-row {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .heroActionWrap{
        display: flex;
        background-color: var(--pink);
        border-radius: 13px;
        width: 100%;
        padding: 4px;
        height: 58px;
    }

    .heroAction {
        min-width: auto!important;
        width: 100%;
        border-radius: 11px !important;
    }

    .heroAction.actif {
        background-color: var(--pink2) !important;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .product-guarantee-item,
    .service-guarantee-item {
        height: 100px;
        margin-bottom: 15px;
    }
    
    .product-table th,
    .product-table td {
        padding: 15px 10px;
        font-size: 0.9rem;
    }
    
    .section-label {
        font-size: 0.8rem;
    }

   .etroit .product-item{ 
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px !important;
        text-align: left !important;
    }
    
    .product-content-left {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }
    
    .etroit .product-icon-wrapper {
        width: 60px;
        height: 60px;
        margin: 0 15px 0 0 !important;
        flex-shrink: 0;
    }
    
    .products-card .etroit .product-icon-svg {
        width: 30px !important;
        height: 50px !important;
    }

    .product-title {
        width: auto;
        line-height: 1.3;
        font-size: 18px;
        margin-bottom: 0 !important;
    }

    .actionArrow{
        display: flex;
        align-items: center;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .plusInfo .product-title{
        color: var(--pink) !important;
    }
    .product-item-link.plusInfo .product-item{
        min-height: 58px;
        margin-top: 14px;
    }
}

/* ===== Brand Merge Section - Nouvelle section pour "Une marque unique" ===== */
.brand-merge-section {
    background: white;
    padding: 80px 0;
    position: relative;
}

.brand-merge-content {
    position: relative;
    z-index: 6;
}

.brand-merge-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.brand-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.old-brands {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
}

.brand-item {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    color: var(--grey);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    min-width: 140px;
}

.brand-item:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: var(--blue);
    color: var(--blue);
    transform: translateX(-5px);
}

.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(220, 9, 104, 0.3);
    animation: pulse-arrow 2s infinite;
}

.arrow-container i {
    font-size: 1.5rem;
    color: white;
}

@keyframes pulse-arrow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(220, 9, 104, 0.3);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 12px 35px rgba(220, 9, 104, 0.5);
    }
}

.new-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    border: 3px solid var(--blue);
    box-shadow: 0 12px 35px rgba(23, 32, 98, 0.15);
    transition: all 0.3s ease;
    min-width: 180px;
    min-height: 100px;
}

.new-brand:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(23, 32, 98, 0.25);
}

.heomi-logo {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
}

.highlight-box {
    position: relative;
    margin-top: 1.5rem;
    background-color: #fce8f1;
    border-radius: 15px;
    color: var(--pink);
}

/* Animation d'apparition pour les éléments */
.brand-merge-section .brand-item {
    opacity: 0;
    animation: slideInFromLeft 0.8s ease forwards;
}

.brand-merge-section .brand-item:nth-child(1) { animation-delay: 0.2s; }
.brand-merge-section .brand-item:nth-child(2) { animation-delay: 0.4s; }
.brand-merge-section .brand-item:nth-child(3) { animation-delay: 0.6s; }
.brand-merge-section .brand-item:nth-child(4) { animation-delay: 0.8s; }

.brand-merge-section .arrow-container {
    opacity: 0;
    animation: fadeInScale 0.8s ease forwards 1s;
}

.brand-merge-section .new-brand {
    opacity: 0;
    animation: slideInFromRight 0.8s ease forwards 1.2s;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive pour la section Brand Merge */
@media (max-width: 768px) {
    .brand-merge-section {
        padding: 60px 0;
    }
    
    .brand-logos-grid {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .old-brands {
        align-items: center;
        gap: 0.8rem;
    }
    
    .brand-item {
        min-width: 120px;
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .arrow-container {
        width: 50px;
        height: 50px;
        transform: rotate(90deg);
    }
    
    .arrow-container i {
        font-size: 1.2rem;
    }
    
    .new-brand {
        min-width: 150px;
        min-height: 80px;
        padding: 1rem;
    }
    
    .heomi-logo {
        height: 45px;
    }
    
    .highlight-box::before {
        left: -10px;
        width: 3px;
    }
}

@media (max-width: 576px) {
    .brand-logos-grid {
        gap: 1.5rem;
    }
    
    .brand-item {
        min-width: 110px;
        font-size: 0.8rem;
    }
    
    .new-brand {
        min-width: 130px;
        min-height: 70px;
    }
    
    .heomi-logo {
        height: 40px;
    }
}

/* ===== Change Comparison Section - Section "Ce qui change / Ce qui ne change pas" ===== */
.change-comparison-section {
    background: #f8f9fa;
    padding: 100px 0;
    position: relative;
}

.comparison-content {
    background: white;
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.comparison-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.comparison-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.comparison-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.unchanged-icon {
    background: linear-gradient(135deg, var(--blue) 0%, #1a2f9c 100%);
}

.evolved-icon {
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
}

.comparison-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--blue);
    margin: 0;
    flex: 1;
}

.comparison-intro {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.comparison-list {
    margin-bottom: 25px;
}

.comparison-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    font-weight: 500;
    color: var(--blue);
    background: rgba(248, 249, 250, 0.8);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.comparison-item:hover {
    background: rgba(26, 47, 156, 0.05);
    transform: translateX(5px);
}

.evolved-item {
    background: rgba(220, 9, 104, 0.05);
}

.evolved-item:hover {
    background: rgba(220, 9, 104, 0.1);
}

.feature-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.comparison-highlight {
    background: linear-gradient(135deg, rgba(26, 47, 156, 0.1) 0%, rgba(26, 47, 156, 0.05) 100%);
    border-radius: 15px;
    padding: 20px;
    border: 2px solid rgba(26, 47, 156, 0.1);
    margin-top: 20px;
}

.comparison-highlight p {
    color: var(--blue);
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* Client Space Info Styles */
.client-space-info {
    background: linear-gradient(135deg, rgba(220, 9, 104, 0.05) 0%, rgba(220, 9, 104, 0.02) 100%);
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
    border: 2px solid rgba(220, 9, 104, 0.1);
}

.client-space-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 20px;
    text-align: center;
}

.client-info-item {
    background: white;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.client-info-item:last-child {
    margin-bottom: 0;
}

.client-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: var(--blue);
    font-weight: 600;
}

.client-info-text {
    color: var(--grey);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Animation d'apparition */
.comparison-content {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

.unchanged-content {
    animation-delay: 0.2s;
}

.evolved-content {
    animation-delay: 0.4s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive pour Change Comparison Section */
@media (max-width: 768px) {
    .change-comparison-section {
        padding: 60px 0;
    }
    
    .comparison-content {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
    
    .comparison-header {
        gap: 10px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 15px;
    }
    
    .comparison-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .comparison-title {
        font-size: 1.3rem;
    }
    
    .comparison-item {
        padding: 12px 15px;
        font-size: 0.95rem;
    }
    
    .client-space-info {
        padding: 20px;
    }
    
    .client-info-item {
        padding: 15px;
    }
    
    .client-info-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 576px) {
    .comparison-content {
        padding: 25px 20px;
    }
    
    .comparison-item {
        /* flex-direction: column; */
        text-align: left;
        gap: 8px;
        padding: 15px;
    }
    
    .comparison-item i,
    .feature-icon {
        align-self: flex-start;
    }
    
    .client-space-title {
        font-size: 1.1rem;
    }
    
    .client-info-text {
        font-size: 0.9rem;
    }
}

/* ===== FAQ Section - Questions fréquentes ===== */
.faq-section {
    background: white;
    padding: 100px 0;
    position: relative;
}

.faq-header {
    margin-bottom: 3rem;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.faq-item.active {
    box-shadow: 0 10px 30px rgba(26, 47, 156, 0.15);
    border-color: rgba(26, 47, 156, 0.2);
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.faq-question:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #fafafa 100%);
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, rgba(26, 47, 156, 0.05) 0%, rgba(26, 47, 156, 0.02) 100%);
    border-bottom: 2px solid #f0f0f0;
}

.faq-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--blue) 0%, #1a2f9c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(26, 47, 156, 0.3);
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
    box-shadow: 0 5px 15px rgba(220, 9, 104, 0.3);
}

.faq-icon i {
    color: white;
    font-size: 1.2rem;
}

.faq-question-text {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--blue);
    margin: 0;
    line-height: 1.4;
}

.faq-toggle {
    width: 40px;
    height: 40px;
    background: rgba(26, 47, 156, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-toggle i {
    color: var(--blue);
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    background: rgba(220, 9, 104, 0.1);
    transform: rotate(180deg);
}

.faq-item.active .faq-toggle i {
    color: var(--pink);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: white;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 30px 30px 100px;
}

.faq-answer p {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 10px;
}

/* Animation d'apparition pour les FAQ items */
.faq-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }

.product-item-discover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--pink);
    margin-top: 20px;
}

.product-item-discover .product-title{
    color: var(--pink);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive FAQ Section */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-question {
        padding: 20px;
        /* flex-wrap: wrap; */
    }
    
    .faq-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    
    .faq-icon i {
        font-size: 1rem;
    }
    
    .faq-question-text {
        font-size: 1.1rem;
        flex: 100%;
        margin-bottom: 10px;
    }
    
    .faq-toggle {
        width: 35px;
        height: 35px;
        margin-left: auto;
        background-color: transparent;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 25px 20px;
    }
    
    .faq-answer p {
        font-size: 0.95rem;
    }
}

/* ===== Engagement Section - Notre engagement ===== */
.engagement-section {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue3) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.engagement-content {
    position: relative;
    z-index: 6;
}

.engagement-message {
    margin: 3rem 0;
}

.engagement-main-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.engagement-tagline {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4c4c4c;
    margin-bottom: 0;
    line-height: 1.3;
}

.engagement-cta {
    margin: 3rem 0;
}

.btn-engagement {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, var(--pink) 0%, #dc0968 100%);
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(220, 9, 104, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-engagement::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.btn-engagement:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(220, 9, 104, 0.5);
    color: white;
    text-decoration: none;
}

.btn-engagement:hover::before {
    left: 100%;
}

.btn-content {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.btn-decoration {
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

.productPage .product-item{
    height: 100%;
}

.productPage .product-item svg {
    fill: var(--pink);
}

.product-item .product-icon-wrapper i {
    font-size: 40px;
    color: var(--pink);
}

.faqItem {
    background-color: #F6F6FA;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
    background-image: url(../images/questionmark.png);
    background-repeat: no-repeat;
    background-position: 114% 30%;
    min-height: 128px;
}

.Question {
    font-weight: 600;
    color: var(--pink);
    font-size: 18px;
    margin-bottom: 10px;
}

.answer {
    color: #5e5e5e;
}

.Question:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--pink2);
    display: block;
    border-radius: 12px;
    margin-top: 0px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.engagement-footer {
    font-size: 1.2rem;
    font-weight: 400;
    color: #4c4c4c;
    margin: 2rem 0 0 0;
    font-style: italic;
}

/* Formes décoratives pour l'engagement */
.engagement-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 9, 104, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.engagement-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(220, 9, 104, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

/* Animation d'apparition */
.engagement-content {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpSlow 1s ease forwards 0.3s;
    padding: 30px;
    border-radius: 30px;
}

.contactTitle{
    font-size: 25px;
    font-weight: 500;
    color: var(--blue);
}

.contactProfil{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    width: 100%;
    gap: 1rem;
    justify-content: center;
}

.contactProfil label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    color: var(--blue);
    max-width: 268px;
    min-height: 115px;
}

.contactProfil .btn-check:checked+.btn{
    background-color: #F7E0EA!important;
    border: 1px solid var(--pink);
    color: var(--blue);

}

.contactProfil .btn-check+.btn:hover{
    background-color: #c9c9c9;
    color: var(--blue);
}

.moyensBloc{
    background-color: #ECEDF1;
    border-radius: 20px;
    text-align: center;
}

.moyensBloc .btnPersonnel {
    border-radius: 14px !important;
    font-size: 16px;
    padding: 10px 40px !important;
}

.moyensBloc .btnPersonnel svg{
    fill: #fff;
    height: 25px;
}

.subNum{
    font-size: 14px;
    color: var(--pink);
    margin-top: 10px;
}

.horaires{
    color: #686E99;
    font-size: 16px;
    margin-bottom: -20px;
}

/* Masquer la section stepTwo par défaut */
.stepTwo {
    display: none;
}

/* Afficher la section stepTwo quand elle a la classe active */
.stepTwo.active {
    display: block;
}

a.btnDevis {
    color: var(--pink);
    text-decoration: none;
    border: 1px solid var(--pink);
    padding: 6px 20px;
    border-radius: 30px;
}

.partAction a {
    min-width: 210px;
}

@media (max-width: 768px) {
    .contactProfil{
        flex-direction: column;
    }

    .partAction a {
    min-width: 100%;
    }

    .contactProfil label {
        max-height: 60px !important;
        height: 60px;
        min-height: auto;
        max-width: none;
        font-size: 15px;
    }

    .contactProfil label img{
        display: none;
    }

    .moyensBloc .btnPersonnel {
        width: 100%;
    }

    .moyensBloc {
        padding: 20px;
        font-size: 14px;
    }

    .contactTitle{
        font-size: 20px;
    }
    .horaires{
        color: #686E99;
        font-size: 15px;
        margin-bottom: auto;
    }
}

@keyframes fadeInUpSlow {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Engagement Section */
@media (max-width: 768px) {
    .engagement-section {
        padding: 80px 0;
    }
    
    .engagement-main-text {
        font-size: 1.3rem;
    }
    
    .engagement-tagline {
        font-size: 1.5rem;
    }
    
    .btn-engagement {
        padding: 18px 30px;
        font-size: 1rem;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .engagement-footer {
        font-size: 1.1rem;
    }
    
    .engagement-section::before,
    .engagement-section::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .engagement-main-text {
        font-size: 1.2rem;
    }
    
    .engagement-tagline {
        font-size: 1.3rem;
    }
    
    .btn-engagement {
        padding: 15px 25px;
        width: 100%;
        max-width: 300px;
    }
    
    .engagement-footer {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .faq-question {
        padding: 15px;
    }
    
    .faq-question-text {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 15px 20px 15px;
    }
}

/* ===== Formulaire Partenaire Styles ===== */
.partenaire-form-section {
    padding: 60px 0;
}

.products-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 20px;
}

.partenaire-form .partenaire-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: var(--pink);
}

.partenaire-form .partenaire-title.text-pink {
    color: var(--pink);
}

#contact-form .partenaire-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: var(--pink);
}

.partenaire-form .form-label {
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.partenaire-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
    font-size: 1rem;
    background: #fafafa;
}

.partenaire-form .form-control:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.2rem rgba(220, 9, 104, 0.1);
    background: white;
}

.partenaire-form .form-control::placeholder {
    color: #adb5bd;
    font-style: italic;
}



.solutions-checkboxes .form-check-input {
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 0;
    width: 18px;
    height: 18px;
}

.solutions-checkboxes .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.solutions-checkboxes .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 9, 104, 0.15);
}

.solutions-checkboxes .form-check-label {
    font-weight: 500;
    color: var(--grey);
    cursor: pointer;
    margin-bottom: 0;
}

.solutions-checkboxes .form-check-input:checked + .form-check-label {
    color: var(--pink);
    font-weight: 600;
}

.partenaire-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
    background: #fafafa;
}

.partenaire-form textarea.form-control:focus {
    background: white;
}

/* Section spacing */
.partenaire-form .section-spacing {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .products-card {
        padding: 25px;
        margin-top: 15px;
    }
    
    .partenaire-form .partenaire-title {
        font-size: 1.5rem;
    }
    
    .solutions-checkboxes .form-check {
        margin-bottom: 15px;
        padding: 15px;
    }
    .solutions-checkboxes {
        padding: 0 30px;
    }

    #contact-form .partenaire-title{
        font-size: 16px;
    }
}

/* Styles pour les messages d'erreur de validation */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

.error-message.show {
    display: block;
}

.form-control.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-check-input.error {
    border-color: #dc3545;
}

.form-control.success {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}