:root {
    --color-1: #184240; /* vert principal */
    --color-2: #1C4644; /* vert foncé */
    --color-3: #5e8886; /* nouvelle couleur */
    --color-4: #F2EFE6; /* background très clair */
    --color-5: #DEE4E4; /* gris-vert clair (background tag, etc.) - ancienne couleur 3 */
    --color-6: #FFFFFF; /* gris-vert clair (background tag, etc.) - ancienne couleur 3 */
}

/* Styles globaux pour le body */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--color-2);
}

/* Styles pour la navbar */
.navbar-custom {
    background: var(--color-6) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--color-2) !important;
}

.nav-link {
    color: var(--color-2) !important;
    font-weight: 500;
    margin: 0 0.5rem;
}

.nav-link:hover {
    color: var(--color-1) !important;
}

.btn-signin {
    background: var(--color-4);
    color: var(--color-2);
    border: 1px solid var(--color-5);
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 0.5rem;
}

.btn-signup {
    background: var(--color-1);
    color: var(--color-4);
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: none;
}

.navbar .navbar-brand img.logo{
    width: auto;
    height: 30px !important;
}

/* Global */
span.subheader{
    text-transform: uppercase;
    color: var(--color-1);
    font-weight: bold;
}
h1{}
h2.title{
    font-size: 67px;
}
h3.title{
    font-size: 41px;
}
h4.title{
    font-size: 26px;
}
h5{}
h6{}
p.description{

margin-top: 40px;

margin-bottom: 40px;
}
.center-description{
    text-align: center;
}
.img-container img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.card-custom{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 35px;
    background-color: white;
    position: relative;
    overflow: hidden;
}
.card-custom p, .card-custom h4{
    color: black !important;
}
.card-custom img.icon{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
}
.card-custom img.image{
    width: 100%;
    height: 150px;
    margin: 30px 0px 30px 0px;
}
.card-custom p.card-detail-custom{}
.box-container{
    width: 100%;
    height: 600px;
    margin: auto;
    clip-path: polygon(0 44%, 0 0, 100% 0, 100% 44%, 94% 50%, 100% 56%, 100% 100%, 0 100%, 0 56%, 6% 50%);
    /* clip-path: polygon(0 45%, 0 0, 100% 0, 100% 45%, 96% 50%, 100% 55%, 100% 100%, 0 100%, 0 55%, 4% 50%); */
}
.box-container .box{
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
}
.box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Buton section */
.btn-custom{
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.btn-custom.primary{
    display: inline-block;
    border: 2px solid var(--color-1);
    background: var(--color-1);
    color: white;
}
.btn-custom.secondary{
    background: transparent;
    border: 2px solid var(--color-1);
    color: var(--color-1);
}
.btn-blur{
    display: inline-block;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.089);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(180, 180, 180, 0.548);
    border-radius: 10px;
}
.btn-blur span:first-child{
    color:white;
}
.btn-blur span:last-child{
    color:rgb(180, 180, 180) !important;
}

.btn-social{
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-1);
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
    background-color: white;
}
.btn-social:hover{
    transition: 500ms;
    background-color: var(--color-1);
}
.btn-social:hover{}

/* Header section */
#header{
    padding: 160px 0px 160px 0px;
}

#header .box-container .box img.header-img{
    border-radius: 2px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#header .box-container .box .testinomial{
    height: 300px;
    padding: 50px;
    background: var(--color-5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header .box-container .box .testinomial .quote{}
#header .box-container .box .testinomial .author{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#header .box-container .box .testinomial .author img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
#header .box-container .box .testinomial .author .auth-detail{
    display: flex;
}
#header .box-container .box .testinomial .author .auth-detail .user{
    margin-left: 10px;
}
#header .box-container .box .testinomial .author .auth-detail .user p.name{
    font-weight: bold;
    margin-bottom: 0px;
}
#header .box-container .box .testinomial .author .auth-detail .user p.poste{}
#header .box-container .box .testinomial .author .auth-detail .reason{}


/* Partner */
#partner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#partner .partner-item{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid var(--color-1);
    border-bottom: 2px solid var(--color-1);
    border-right: 2px solid var(--color-1);
    padding: 20px 0px;
}
#partner .partner-item:last-child{
    border-right: none
}
#partner .partner-item img{
    height: 60px;
}


/* Profesionnal */
#personal{
    padding: 168px 0px 168px 0px;
    background: var(--color-4);
}

/* Freedom */
#freedom{
    background-image: url('../img/freedom/1.jpg');
    width: 100%;
    height: 100vh;
    padding: 160px 0px 160px 0px;
    position: relative;
}
#freedom *{
    color: white;
}
#freedom::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#freedom .container{
    height: 100%;
    position: relative;
    z-index: 2;
}
#freedom .freedom-details{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

/* businbess */
#business{
    padding: 160px 0px 160px 0px;
}

/* Solutions */
#solutions{
    background-color: var(--color-2);
    padding: 160px 0px 160px 0px;

}
#solutions *{
    color: white;
}
#solutions .card-list{}

/* start */
#start{
    padding: 160px 0px 160px 0px;
}
#start img{
    width: 100%;
    height: auto;
}






/* About */
.box-container .box.col-height-400{
    height: 400px;
}
.box-container .box.col-height-500{
    height: 500px;
}
.box-container .box.col-height-600{
    height: 600px;
}
.team-bottom .col:nth-child(2),
.team-bottom .box
{
    max-width: 264px !important;
}

#team{
    padding: 168px 0px 168px 0px;
}
#statistic{
    padding: 160px 0px 160px 0px;
}
#statistic .stat-item{
    
}
#statistic .stat-item span.count{
    font-weight: bold;
    font-size: 42px;
}
#statistic .stat-item p.information{}

#our-vision{
    padding: 160px 0px 160px 0px;
    background: var(--color-4);
}
#our-vision p.description span{
    display: inline-block;
    line-height: 28px;
    margin-bottom: 15px;
}
#our-story{
    padding: 160px 0px 160px 0px;
}
#our-story .check-list{}
.check-list ol {
    counter-reset: story-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list ol > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
    padding-left: 70px;
    min-height: 60px;
}
.check-list ol > li::before {
    counter-increment: story-counter;
    content: counter(story-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid var(--color-1);
    background: var(--color-4);
    color: var(--color-1);
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
    transition: border-color 0.2s, background 0.2s;
}
.check-list ol > li:hover::before {
    border-color: var(--color-2);
    background: var(--color-5);
}
@media (max-width: 768px) {
    .check-list ol > li {
        padding-left: 58px;
        min-height: 44px;
    }
    .check-list ol > li::before {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}
#our-story .check-list ol li{
    margin-bottom: 20px;
}
#our-story .check-list ol li h5.title{
    font-weight: 600;
}
#our-story .check-list ol li p.description{
    margin-top: 15px;
    margin-bottom: 15px;
}
#our-story .check-list ol li p.description span{
    display: inline-block;
    padding: 0px 0px 6px 0px;
}

#our-mission{
    padding: 0px 0px 160px 0px;
}
#our-mission h5{
    line-height: 0px;
    font-weight: bold;
}

#join{
    padding: 60px 0px 60px 0px;
    background: var(--color-4);
}
#join form{}
#join form .input-wrapper{
    width: 100%;
    padding: 10px 10px 10px 15px;
    background: white;
    border-radius: 35px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    position: relative;
}
#join form .input-wrapper input{
    min-width: 150px;
    flex: 1;
    border: none;
    padding: 0px 10px 0px 15px;
    outline: none;
    height: 40px;
    font-size: 16px;
}
#join form .input-wrapper .send-icon{
    background: none;
    border: none;
    color: var(--color-1);
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#join form .input-wrapper .send-icon:hover{
    color: var(--color-2);
}
#join form button{}
/* Supprimer le chevron par défaut */
.accordion-button::after {
    content: none;
}

/* Ajouter les signes + et - */
.accordion-button::before {
    content: "+";
    font-size: 1.25rem;
}

.accordion-button.collapsed::before {
    content: "+";
}

.accordion-button:not(.collapsed)::before {
    content: "-";
}



/* Footer Modern */
.footer-modern {
    background: var(--color-2);
    color: #fff;
}

/* Newsletter Section */
.footer-newsletter {
    background: var(--color-1);
    padding: 50px 0;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.newsletter-text h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.newsletter-text p {
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.newsletter-form input {
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    min-width: 280px;
    font-size: 1rem;
    outline: none;
}

.newsletter-form .btn-custom.primary {
    background: #fff;
    color: var(--color-1);
    border: none;
}

.newsletter-form .btn-custom.primary:hover {
    background: var(--color-4);
}

/* Footer Main */
.footer-main {
    padding: 80px 0 60px;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 300px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: var(--color-1);
    transform: translateY(-3px);
}

/* Footer Links */
.footer-links {
    margin-bottom: 30px;
}

.footer-links h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom .copyright {
    color: rgba(255,255,255,0.6);
    margin: 0;
    font-size: 0.9rem;
}

.footer-badges {
    display: flex;
    gap: 20px;
}

.badge-item {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-item i {
    color: var(--color-3);
}

/* Footer Responsive */
@media (max-width: 768px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        width: 100%;
        justify-content: center;
    }
    
    .newsletter-form input {
        min-width: 100%;
    }
    
    .footer-main {
        padding: 50px 0 30px;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-tagline {
        max-width: 100%;
    }
    
    .footer-socials {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    h2.title{
        font-size: 41px;
    }
    h3.title{
        font-size: 26px;
    }
    h4.title{
        font-size: 20px;
    }
    #header , #personal, #freedom , #business , #solutions , #start{
        padding: 60px 0px 60px 0px;
    }
    footer .first .contact{
        text-align: center;
        margin-bottom: 25px;
    }
    #partner .partner-item{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 2px solid var(--color-1);
        border-bottom: none;
        border-right: 2px solid var(--color-1);
        padding: 20px 0px;
    }
    #partner .partner-item:last-child{
        width: 100%;
        border-top: 2px solid var(--color-1);
        border-bottom: 2px solid var(--color-1);
    }
    #header .box-container .box .testinomial{
        padding: 25px;
    }
    #header .box-container .box .testinomial .author{
        flex-direction: column;
        align-items: flex-start;
    }
    footer .second .container{
        height: auto;
        flex-direction: column;
    }
    
    footer .second .copyright{
        width: 100%;
        padding: 20px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px){
    nav ul.navbar-nav > li.dropdown > ul.dropdown-menu {
        width: 100% !important;
        top: 90px;
        background: #f8f9fa;
        border: none;
        border-radius: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        color: #fff;
        text-decoration: none;
        background-color: var(--color-1);
    }
    
    .box-container .box.col-height-400,
    .box-container .box.col-height-500{
        height: 200px;
        margin: 10px 0px;
    }
    .box-container .box.col-height-600{
        height: 600px;
    }
    .team-bottom .box-container{
        height: auto !important;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .auth{
        display: none;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}
@media (min-width: 577px ){
    /* menu */
    nav{
        height: 90px;
        padding: 0 !important;
    }
    nav .container{
        height: 100%;
    }
    nav .container .collapse{
        height: 100%;
    }
    nav .container .collapse  ul.navbar-nav{
        height: 100%;
    }
    nav .container .collapse  ul.navbar-nav li.nav-item{
        height: 100%;
        display: flex;
        align-items: center;
    }
    nav ul.navbar-nav > li.nav-item{
        margin: 0px 15px;
    }
    nav ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    nav ul.navbar-nav > li.dropdown >.dropdown-toggle:active {
        pointer-events: none;
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
        width: 100% !important;
        top: 90px;
        background: #f8f9fa;
        border: none;
        border-radius: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        color: #fff;
        text-decoration: none;
        background-color: var(--color-1);
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu li{
        height: 50px;
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu li a{
        height: 100%;
        display: flex;
        align-items: center;
    }
}

/* Contact Styles */
#contact-hero{
    padding: 160px 0px 60px 0px;
}

#contact-form{
    padding: 60px 0px 60px 0px;
}

.contact-form .form-control, .contact-form .form-select{
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
}

.contact-form .form-control:focus, .contact-form .form-select:focus{
    border-color: var(--color-1);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-info{
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon{
    width: 50px;
    height: 50px;
    background: var(--color-5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i{
    color: var(--color-1);
    font-size: 20px;
}

.contact-details h5{
    font-weight: 600;
    color: var(--color-1);
    margin-bottom: 5px;
}

.contact-details p{
    color: #666;
    margin: 0;
    line-height: 1.5;
}

#contact-stats{
    padding: 60px 0px 60px 0px;
    background: var(--color-5);
}

#contact-stats .stat-item span.count{
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-1);
    display: block;
}

#contact-stats .stat-item h5.information{
    color: #666;
    margin-top: 10px;
}

#contact-map{
    padding: 60px 0px 60px 0px;
}

.map-container{
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    height: 400px;
}

.map-placeholder{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    color: #666;
    text-align: center;
    padding: 20px;
}

.map-placeholder i{
    margin-bottom: 15px;
    color: var(--color-1);
}

#faq {
    padding: 80px 0px 80px 0px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item{
    background: white;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question{
    font-weight: 600;
    color: var(--color-1);
    margin: 0;
    font-size: 18px;
    flex: 1;
    padding-right: 20px;
}

.faq-controls {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 300;
    color: var(--color-1);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: var(--color-1);
    color: white;
}

.faq-answer{
    color: #666;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-size: 16px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    opacity: 1;
    max-height: 200px;
    padding: 0 30px 25px 30px;
}

/* Animation pour l'ouverture/fermeture */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .faq-answer {
    animation: slideDown 0.3s ease forwards;
}

/* Responsive design pour FAQ */
@media (max-width: 768px) {
    #faq {
        padding: 60px 0px 60px 0px;
    }
    
    .faq-header {
        padding: 20px 25px 15px 25px;
    }
    
    .faq-question {
        font-size: 16px;
        padding-right: 15px;
    }
    
    .faq-answer {
        padding: 0;
        font-size: 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 25px 20px 25px;
    }
    
    .faq-toggle {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .faq-header {
        padding: 18px 20px 12px 20px;
    }
    
    .faq-question {
        font-size: 15px;
        padding-right: 12px;
    }
    
    .faq-answer {
        padding: 0;
        font-size: 14px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 18px 20px;
    }
    
    .faq-toggle {
        width: 22px;
        height: 22px;
        font-size: 18px;
    }
}

/* Remplacement des couleurs de texte */
.card-custom p, .card-custom h4,
.team-member-card .member-name,
.team-member-card .member-role,
.team-member-card .member-description,
.contact-details h5,
.contact-details p,
.faq-question,
.faq-answer,
.pricing2-cell-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Remplacement des backgrounds secondaires */
.team-member-card .member-role {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Notre Équipe Section */
#notre-equipe {
    padding: 80px 0;
    background-color: var(--color-4);
}

#notre-equipe .team-top {
    margin-bottom: 60px;
}

#notre-equipe .team-top h2.title {
    margin-bottom: 20px;
    color: var(--color-1);
}

#notre-equipe .team-top p.description {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}

.team-member-card {
    position: relative;
    z-index: 1;
}
.team-member-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.team-member-card .member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background: rgba(214, 214, 214, 0.575);
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.team-member-card .member-name {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-1);
    margin-bottom: 8px;
}

.team-member-card .member-role {
    font-size: 16px;
    color: var(--color-1);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-member-card .member-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive design for team section */
@media (max-width: 768px) {
    #notre-equipe {
        padding: 60px 0;
    }
    
    #notre-equipe .team-top h2.title {
        font-size: 36px;
    }
    
    #notre-equipe .team-top p.description {
        font-size: 16px;
    }
    
    .team-member-card {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .team-member-card .member-image {
        width: 100px;
        height: 100px;
    }
    
    .team-member-card .member-name {
        font-size: 20px;
    }
    
    .team-member-card .member-role {
        font-size: 14px;
    }
    
    .team-member-card .member-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    #notre-equipe .team-top h2.title {
        font-size: 28px;
    }
    
    .team-member-card {
        padding: 20px;
    }
    
    .team-member-card .member-image {
        width: 80px;
        height: 80px;
    }
}

/* Pricing Styles */
.pricing-hero {
    padding: 120px 0 80px 0;
    background: var(--color-6);
}

.pricing-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 1rem;
}

.pricing-subtitle {
    font-size: 1.125rem;
    color: var(--color-3);
    margin-bottom: 3rem;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 3rem;
}

.toggle-option {
    border-radius: 20px;
    border: 1.5px solid var(--color-1);
    background: var(--color-6);
    color: var(--color-1);
    font-weight: 600;
    padding: 6px 22px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.toggle-option.active, .toggle-option:focus {
    background: var(--color-1);
    color: var(--color-6);
}

.discount-badge {
    background: var(--color-3);
    color: var(--color-6);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--color-6);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-5);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.pricing-card.popular {
    background: var(--color-2);
    color: var(--color-6);
    border: none;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-3);
    color: var(--color-6);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-price .period {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.7;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.card-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-features li::before {
    content: '✓';
    color: var(--color-1);
    font-weight: bold;
    font-size: 1.2rem;
}

.popular .card-features li::before {
    color: var(--color-6);
}

.card-button {
    width: 100%;
    background: var(--color-1);
    color: var(--color-6);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-button:hover {
    background: var(--color-2);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.popular {
        transform: none;
    }
}

/* Pricing2 Styles */
.pricing2-hero {
    padding: 140px 0 40px 0;
    text-align: center;
}

.pricing2-title {
    font-size: 2.7rem;
    font-weight: bold;
    color: var(--color-2);
    margin-bottom: 0.5rem;
}

.pricing2-switch {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 2rem 0 1.5rem 0;
}

.pricing2-switch button {
    border-radius: 20px;
    border: 1.5px solid var(--color-1);
    background: var(--color-6);
    color: var(--color-1);
    font-weight: 600;
    padding: 6px 22px;
    transition: background 0.2s, color 0.2s;
}

.pricing2-switch button.active, .pricing2-switch button:focus {
    background: var(--color-1);
    color: var(--color-6);
}

.pricing2-slider {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1.5rem auto;
}

.pricing2-slider input[type=range] {
    width: 100%;
    accent-color: var(--color-1);
}

.pricing2-table {
    background: transparent;
    margin-top: 2.5rem;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing2-table thead {
    border-bottom: none;
    background: transparent !important;
}

.pricing2-table thead tr {
    border: none !important;
}

.pricing2-table thead th {
    border: none !important;
}

.pricing2-table tbody {
    border-top: none;
    background: var(--color-6) !important;
}

.pricing2-table tbody tr {
    border: none !important;
}

.pricing2-table tbody td {
    border: none !important;
}

.pricing2-table tbody tr:nth-child(even) {
    background-color: rgba(219, 234, 254, 0.3);
}

.pricing2-table th, .pricing2-table td {
    text-align: center;
    padding: 18px 12px;
    font-size: 1rem;
}

.pricing2-table th {
    color: var(--color-2);
    font-weight: 700;
    font-size: 1.1rem;
    vertical-align: top;
    padding: 0;
}

.pricing2-table th.popular {
    padding: 0;
    border: none;
}

.pricing2-table th.popular .pricing2-plan {
    background: var(--color-6);
    border-radius: 40px 40px 0 0;
    border: 2px solid var(--color-1);
    border-bottom: none;
    overflow: hidden;
}

.pricing2-table th:first-child {
    background: transparent;
    text-align: left;
    padding: 18px 12px;
}

.pricing2-table tr:last-child td {
    border-bottom: none;
}

.pricing2-plan {
    padding: 24px 16px 20px 16px;
    margin: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing2-plan .plan-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 8px;
}

.pricing2-plan .plan-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-1);
    margin-bottom: 8px;
}

.pricing2-plan .plan-desc {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 16px;
    flex-grow: 1;
}

.pricing2-plan .btn-custom {
    margin-top: 8px;
    font-size: 0.9rem;
    padding: 8px 16px;
}

.pricing2-cell-content {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 992px) {
    .pricing2-table th, .pricing2-table td {
        padding: 10px 6px;
        font-size: 0.95rem;
    }
    .pricing2-plan {
        padding: 16px 12px 14px 12px;
    }
    .pricing2-plan .plan-title {
        font-size: 1.1rem;
    }
    .pricing2-plan .plan-price {
        font-size: 1.6rem;
    }
    .pricing2-plan .plan-desc {
        font-size: 0.85rem;
    }
    .pricing2-plan .btn-custom {
        font-size: 0.85rem;
        padding: 6px 12px;
    }
}

@media (min-width: 992px) {
    .pricing2-plan {
        width: 100%;
        max-width: none;
    }
}
:root {
    --color-1: #184240; /* vert principal */
    --color-2: #1C4644; /* vert foncé */
    --color-3: #5e8886; /* nouvelle couleur */
    --color-4: #F2EFE6; /* background très clair */
    --color-5: #DEE4E4; /* gris-vert clair (background tag, etc.) - ancienne couleur 3 */
    --color-6: #FFFFFF; /* gris-vert clair (background tag, etc.) - ancienne couleur 3 */
}

/* Styles globaux pour le body */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--color-2);
}

/* Styles pour la navbar */
.navbar-custom {
    background: var(--color-6) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--color-2) !important;
}

.nav-link {
    color: var(--color-2) !important;
    font-weight: 500;
    margin: 0 0.5rem;
}

.nav-link:hover {
    color: var(--color-1) !important;
}

.btn-signin {
    background: var(--color-4);
    color: var(--color-2);
    border: 1px solid var(--color-5);
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 0.5rem;
}

.btn-signup {
    background: var(--color-1);
    color: var(--color-4);
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: none;
}

.navbar .navbar-brand img.logo{
    width: auto;
    height: 30px !important;
}

/* Global */
span.subheader{
    text-transform: uppercase;
    color: var(--color-1);
    font-weight: bold;
}
h1{}
h2.title{
    font-size: 67px;
}
h3.title{
    font-size: 41px;
}
h4.title{
    font-size: 26px;
}
h5{}
h6{}
p.description{

margin-top: 40px;

margin-bottom: 40px;
}
.center-description{
    text-align: center;
}
.img-container img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.card-custom{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 35px;
    background-color: white;
    position: relative;
    overflow: hidden;
}
.card-custom p, .card-custom h4{
    color: black !important;
}
.card-custom img.icon{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
}
.card-custom img.image{
    width: 100%;
    height: 150px;
    margin: 30px 0px 30px 0px;
}
.card-custom p.card-detail-custom{}
.box-container{
    width: 100%;
    height: 600px;
    margin: auto;
    clip-path: polygon(0 44%, 0 0, 100% 0, 100% 44%, 94% 50%, 100% 56%, 100% 100%, 0 100%, 0 56%, 6% 50%);
    /* clip-path: polygon(0 45%, 0 0, 100% 0, 100% 45%, 96% 50%, 100% 55%, 100% 100%, 0 100%, 0 55%, 4% 50%); */
}
.box-container .box{
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
}
.box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Buton section */
.btn-custom{
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.btn-custom.primary{
    display: inline-block;
    border: 2px solid var(--color-1);
    background: var(--color-1);
    color: white;
}
.btn-custom.secondary{
    background: transparent;
    border: 2px solid var(--color-1);
    color: var(--color-1);
}
.btn-blur{
    display: inline-block;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.089);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(180, 180, 180, 0.548);
    border-radius: 10px;
}
.btn-blur span:first-child{
    color:white;
}
.btn-blur span:last-child{
    color:rgb(180, 180, 180) !important;
}

.btn-social{
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-1);
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
    background-color: white;
}
.btn-social:hover{
    transition: 500ms;
    background-color: var(--color-1);
}
.btn-social:hover{}

/* Header section */
#header{
    padding: 160px 0px 160px 0px;
}

#header .box-container .box img.header-img{
    border-radius: 2px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#header .box-container .box .testinomial{
    height: 300px;
    padding: 50px;
    background: var(--color-5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header .box-container .box .testinomial .quote{}
#header .box-container .box .testinomial .author{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#header .box-container .box .testinomial .author img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
#header .box-container .box .testinomial .author .auth-detail{
    display: flex;
}
#header .box-container .box .testinomial .author .auth-detail .user{
    margin-left: 10px;
}
#header .box-container .box .testinomial .author .auth-detail .user p.name{
    font-weight: bold;
    margin-bottom: 0px;
}
#header .box-container .box .testinomial .author .auth-detail .user p.poste{}
#header .box-container .box .testinomial .author .auth-detail .reason{}


/* Partner */
#partner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#partner .partner-item{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid var(--color-1);
    border-bottom: 2px solid var(--color-1);
    border-right: 2px solid var(--color-1);
    padding: 20px 0px;
}
#partner .partner-item:last-child{
    border-right: none
}
#partner .partner-item img{
    height: 60px;
}


/* Profesionnal */
#personal{
    padding: 168px 0px 168px 0px;
    background: var(--color-4);
}

/* Freedom */
#freedom{
    background-image: url('../img/freedom/1.jpg');
    width: 100%;
    height: 100vh;
    padding: 160px 0px 160px 0px;
    position: relative;
}
#freedom *{
    color: white;
}
#freedom::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#freedom .container{
    height: 100%;
    position: relative;
    z-index: 2;
}
#freedom .freedom-details{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

/* businbess */
#business{
    padding: 160px 0px 160px 0px;
}

/* Solutions */
#solutions{
    background-color: var(--color-2);
    padding: 160px 0px 160px 0px;

}
#solutions *{
    color: white;
}
#solutions .card-list{}

/* start */
#start{
    padding: 160px 0px 160px 0px;
}
#start img{
    width: 100%;
    height: auto;
}






/* About */
.box-container .box.col-height-400{
    height: 400px;
}
.box-container .box.col-height-500{
    height: 500px;
}
.box-container .box.col-height-600{
    height: 600px;
}
.team-bottom .col:nth-child(2),
.team-bottom .box
{
    max-width: 264px !important;
}

#team{
    padding: 168px 0px 168px 0px;
}
#statistic{
    padding: 160px 0px 160px 0px;
}
#statistic .stat-item{
    
}
#statistic .stat-item span.count{
    font-weight: bold;
    font-size: 42px;
}
#statistic .stat-item p.information{}

#our-vision{
    padding: 160px 0px 160px 0px;
    background: var(--color-4);
}
#our-vision p.description span{
    display: inline-block;
    line-height: 28px;
    margin-bottom: 15px;
}
#our-story{
    padding: 160px 0px 160px 0px;
}
#our-story .check-list{}
.check-list ol {
    counter-reset: story-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list ol > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
    padding-left: 70px;
    min-height: 60px;
}
.check-list ol > li::before {
    counter-increment: story-counter;
    content: counter(story-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid var(--color-1);
    background: var(--color-4);
    color: var(--color-1);
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
    transition: border-color 0.2s, background 0.2s;
}
.check-list ol > li:hover::before {
    border-color: var(--color-2);
    background: var(--color-5);
}
@media (max-width: 768px) {
    .check-list ol > li {
        padding-left: 58px;
        min-height: 44px;
    }
    .check-list ol > li::before {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}
#our-story .check-list ol li{
    margin-bottom: 20px;
}
#our-story .check-list ol li h5.title{
    font-weight: 600;
}
#our-story .check-list ol li p.description{
    margin-top: 15px;
    margin-bottom: 15px;
}
#our-story .check-list ol li p.description span{
    display: inline-block;
    padding: 0px 0px 6px 0px;
}

#our-mission{
    padding: 0px 0px 160px 0px;
}
#our-mission h5{
    line-height: 0px;
    font-weight: bold;
}

#join{
    padding: 60px 0px 60px 0px;
    background: var(--color-4);
}
#join form{}
#join form .input-wrapper{
    width: 100%;
    padding: 10px 10px 10px 15px;
    background: white;
    border-radius: 35px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    position: relative;
}
#join form .input-wrapper input{
    min-width: 150px;
    flex: 1;
    border: none;
    padding: 0px 10px 0px 15px;
    outline: none;
    height: 40px;
    font-size: 16px;
}
#join form .input-wrapper .send-icon{
    background: none;
    border: none;
    color: var(--color-1);
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#join form .input-wrapper .send-icon:hover{
    color: var(--color-2);
}
#join form button{}
/* Supprimer le chevron par défaut */
.accordion-button::after {
    content: none;
}

/* Ajouter les signes + et - */
.accordion-button::before {
    content: "+";
    font-size: 1.25rem;
}

.accordion-button.collapsed::before {
    content: "+";
}

.accordion-button:not(.collapsed)::before {
    content: "-";
}



/* Footer */
footer{}
footer .first{}
footer .img{}
footer p.footer-description{}
footer .socials-list{}
footer .links-list{
    height: 100%;
}
footer .links-list .footer-section{
    margin-bottom: 25px;
}
footer .links-list .colonne .colonne-links{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 25px;
}
footer .colonne{
    height: 100%;
    border-left: 2px solid var(--color-1);
    padding-left: 25px;
}
footer .colonne a{
    text-decoration: none;
    color: black;
    margin-bottom: 12px;
}
footer > div{
    border-top: 2px solid var(--color-1);
}
footer .second{}
footer .second .container{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .second .container p{
    margin: 0;
}
footer .second .copyright{}
footer .second ul.links{
    display: flex;
    list-style-type: none;
}
footer .second ul.links li{
    margin-left: 20px;
}
footer .second ul.links li a{
    color: var(--color-1);
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    h2.title{
        font-size: 41px;
    }
    h3.title{
        font-size: 26px;
    }
    h4.title{
        font-size: 20px;
    }
    #header , #personal, #freedom , #business , #solutions , #start{
        padding: 60px 0px 60px 0px;
    }
    footer .first .contact{
        text-align: center;
        margin-bottom: 25px;
    }
    #partner .partner-item{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 2px solid var(--color-1);
        border-bottom: none;
        border-right: 2px solid var(--color-1);
        padding: 20px 0px;
    }
    #partner .partner-item:last-child{
        width: 100%;
        border-top: 2px solid var(--color-1);
        border-bottom: 2px solid var(--color-1);
    }
    #header .box-container .box .testinomial{
        padding: 25px;
    }
    #header .box-container .box .testinomial .author{
        flex-direction: column;
        align-items: flex-start;
    }
    footer .second .container{
        height: auto;
        flex-direction: column;
    }
    
    footer .second .copyright{
        width: 100%;
        padding: 20px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px){
    nav ul.navbar-nav > li.dropdown > ul.dropdown-menu {
        width: 100% !important;
        top: 90px;
        background: #f8f9fa;
        border: none;
        border-radius: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        color: #fff;
        text-decoration: none;
        background-color: var(--color-1);
    }
    
    .box-container .box.col-height-400,
    .box-container .box.col-height-500{
        height: 200px;
        margin: 10px 0px;
    }
    .box-container .box.col-height-600{
        height: 600px;
    }
    .team-bottom .box-container{
        height: auto !important;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .auth{
        display: none;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}
@media (min-width: 577px ){
    /* menu */
    nav{
        height: 90px;
        padding: 0 !important;
    }
    nav .container{
        height: 100%;
    }
    nav .container .collapse{
        height: 100%;
    }
    nav .container .collapse  ul.navbar-nav{
        height: 100%;
    }
    nav .container .collapse  ul.navbar-nav li.nav-item{
        height: 100%;
        display: flex;
        align-items: center;
    }
    nav ul.navbar-nav > li.nav-item{
        margin: 0px 15px;
    }
    nav ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    nav ul.navbar-nav > li.dropdown >.dropdown-toggle:active {
        pointer-events: none;
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
        width: 100% !important;
        top: 90px;
        background: #f8f9fa;
        border: none;
        border-radius: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        color: #fff;
        text-decoration: none;
        background-color: var(--color-1);
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu li{
        height: 50px;
    }
    nav ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu li a{
        height: 100%;
        display: flex;
        align-items: center;
    }
}

/* Contact Styles */
#contact-hero{
    padding: 160px 0px 60px 0px;
}

#contact-form{
    padding: 60px 0px 60px 0px;
}

.contact-form .form-control, .contact-form .form-select{
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
}

.contact-form .form-control:focus, .contact-form .form-select:focus{
    border-color: var(--color-1);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-info{
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon{
    width: 50px;
    height: 50px;
    background: var(--color-5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i{
    color: var(--color-1);
    font-size: 20px;
}

.contact-details h5{
    font-weight: 600;
    color: var(--color-1);
    margin-bottom: 5px;
}

.contact-details p{
    color: #666;
    margin: 0;
    line-height: 1.5;
}

#contact-stats{
    padding: 60px 0px 60px 0px;
    background: var(--color-5);
}

#contact-stats .stat-item span.count{
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-1);
    display: block;
}

#contact-stats .stat-item h5.information{
    color: #666;
    margin-top: 10px;
}

#contact-map{
    padding: 60px 0px 60px 0px;
}

.map-container{
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    height: 400px;
}

.map-placeholder{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    color: #666;
    text-align: center;
    padding: 20px;
}

.map-placeholder i{
    margin-bottom: 15px;
    color: var(--color-1);
}

#faq {
    padding: 80px 0px 80px 0px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item{
    background: white;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question{
    font-weight: 600;
    color: var(--color-1);
    margin: 0;
    font-size: 18px;
    flex: 1;
    padding-right: 20px;
}

.faq-controls {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 300;
    color: var(--color-1);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: var(--color-1);
    color: white;
}

.faq-answer{
    color: #666;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-size: 16px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    opacity: 1;
    max-height: 200px;
    padding: 0 30px 25px 30px;
}

/* Animation pour l'ouverture/fermeture */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .faq-answer {
    animation: slideDown 0.3s ease forwards;
}

/* Responsive design pour FAQ */
@media (max-width: 768px) {
    #faq {
        padding: 60px 0px 60px 0px;
    }
    
    .faq-header {
        padding: 20px 25px 15px 25px;
    }
    
    .faq-question {
        font-size: 16px;
        padding-right: 15px;
    }
    
    .faq-answer {
        padding: 0;
        font-size: 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 25px 20px 25px;
    }
    
    .faq-toggle {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .faq-header {
        padding: 18px 20px 12px 20px;
    }
    
    .faq-question {
        font-size: 15px;
        padding-right: 12px;
    }
    
    .faq-answer {
        padding: 0;
        font-size: 14px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 18px 20px;
    }
    
    .faq-toggle {
        width: 22px;
        height: 22px;
        font-size: 18px;
    }
}

/* Remplacement des couleurs de texte */
.card-custom p, .card-custom h4,
.team-member-card .member-name,
.team-member-card .member-role,
.team-member-card .member-description,
.contact-details h5,
.contact-details p,
.faq-question,
.faq-answer,
.pricing2-cell-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Remplacement des backgrounds secondaires */
.team-member-card .member-role {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Notre Équipe Section */
#notre-equipe {
    padding: 80px 0;
    background-color: var(--color-4);
}

#notre-equipe .team-top {
    margin-bottom: 60px;
}

#notre-equipe .team-top h2.title {
    margin-bottom: 20px;
    color: var(--color-1);
}

#notre-equipe .team-top p.description {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}

.team-member-card {
    position: relative;
    z-index: 1;
}
.team-member-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.team-member-card .member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background: rgba(214, 214, 214, 0.575);
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.team-member-card .member-name {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-1);
    margin-bottom: 8px;
}

.team-member-card .member-role {
    font-size: 16px;
    color: var(--color-1);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-member-card .member-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive design for team section */
@media (max-width: 768px) {
    #notre-equipe {
        padding: 60px 0;
    }
    
    #notre-equipe .team-top h2.title {
        font-size: 36px;
    }
    
    #notre-equipe .team-top p.description {
        font-size: 16px;
    }
    
    .team-member-card {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .team-member-card .member-image {
        width: 100px;
        height: 100px;
    }
    
    .team-member-card .member-name {
        font-size: 20px;
    }
    
    .team-member-card .member-role {
        font-size: 14px;
    }
    
    .team-member-card .member-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    #notre-equipe .team-top h2.title {
        font-size: 28px;
    }
    
    .team-member-card {
        padding: 20px;
    }
    
    .team-member-card .member-image {
        width: 80px;
        height: 80px;
    }
}

/* Pricing Styles */
.pricing-hero {
    padding: 120px 0 80px 0;
    background: var(--color-6);
}

.pricing-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 1rem;
}

.pricing-subtitle {
    font-size: 1.125rem;
    color: var(--color-3);
    margin-bottom: 3rem;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 3rem;
}

.toggle-option {
    border-radius: 20px;
    border: 1.5px solid var(--color-1);
    background: var(--color-6);
    color: var(--color-1);
    font-weight: 600;
    padding: 6px 22px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.toggle-option.active, .toggle-option:focus {
    background: var(--color-1);
    color: var(--color-6);
}

.discount-badge {
    background: var(--color-3);
    color: var(--color-6);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--color-6);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-5);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.pricing-card.popular {
    background: var(--color-2);
    color: var(--color-6);
    border: none;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-3);
    color: var(--color-6);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-price .period {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.7;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.card-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-features li::before {
    content: '✓';
    color: var(--color-1);
    font-weight: bold;
    font-size: 1.2rem;
}

.popular .card-features li::before {
    color: var(--color-6);
}

.card-button {
    width: 100%;
    background: var(--color-1);
    color: var(--color-6);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-button:hover {
    background: var(--color-2);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.popular {
        transform: none;
    }
}

/* Pricing2 Styles */
.pricing2-hero {
    padding: 140px 0 40px 0;
    text-align: center;
}

.pricing2-title {
    font-size: 2.7rem;
    font-weight: bold;
    color: var(--color-2);
    margin-bottom: 0.5rem;
}

.pricing2-switch {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 2rem 0 1.5rem 0;
}

.pricing2-switch button {
    border-radius: 20px;
    border: 1.5px solid var(--color-1);
    background: var(--color-6);
    color: var(--color-1);
    font-weight: 600;
    padding: 6px 22px;
    transition: background 0.2s, color 0.2s;
}

.pricing2-switch button.active, .pricing2-switch button:focus {
    background: var(--color-1);
    color: var(--color-6);
}

.pricing2-slider {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1.5rem auto;
}

.pricing2-slider input[type=range] {
    width: 100%;
    accent-color: var(--color-1);
}

.pricing2-table {
    background: transparent;
    margin-top: 2.5rem;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing2-table thead {
    border-bottom: none;
    background: transparent !important;
}

.pricing2-table thead tr {
    border: none !important;
}

.pricing2-table thead th {
    border: none !important;
}

.pricing2-table tbody {
    border-top: none;
    background: var(--color-6) !important;
}

.pricing2-table tbody tr {
    border: none !important;
}

.pricing2-table tbody td {
    border: none !important;
}

.pricing2-table tbody tr:nth-child(even) {
    background-color: rgba(219, 234, 254, 0.3);
}

.pricing2-table th, .pricing2-table td {
    text-align: center;
    padding: 18px 12px;
    font-size: 1rem;
}

.pricing2-table th {
    color: var(--color-2);
    font-weight: 700;
    font-size: 1.1rem;
    vertical-align: top;
    padding: 0;
}

.pricing2-table th.popular {
    padding: 0;
    border: none;
}

.pricing2-table th.popular .pricing2-plan {
    background: var(--color-6);
    border-radius: 40px 40px 0 0;
    border: 2px solid var(--color-1);
    border-bottom: none;
    overflow: hidden;
}

.pricing2-table th:first-child {
    background: transparent;
    text-align: left;
    padding: 18px 12px;
}

.pricing2-table tr:last-child td {
    border-bottom: none;
}

.pricing2-plan {
    padding: 24px 16px 20px 16px;
    margin: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing2-plan .plan-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 8px;
}

.pricing2-plan .plan-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-1);
    margin-bottom: 8px;
}

.pricing2-plan .plan-desc {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 16px;
    flex-grow: 1;
}

.pricing2-plan .btn-custom {
    margin-top: 8px;
    font-size: 0.9rem;
    padding: 8px 16px;
}

.pricing2-cell-content {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 992px) {
    .pricing2-table th, .pricing2-table td {
        padding: 10px 6px;
        font-size: 0.95rem;
    }
    .pricing2-plan {
        padding: 16px 12px 14px 12px;
    }
    .pricing2-plan .plan-title {
        font-size: 1.1rem;
    }
    .pricing2-plan .plan-price {
        font-size: 1.6rem;
    }
    .pricing2-plan .plan-desc {
        font-size: 0.85rem;
    }
    .pricing2-plan .btn-custom {
        font-size: 0.85rem;
        padding: 6px 12px;
    }
}

@media (min-width: 992px) {
    .pricing2-plan {
        width: 100%;
        max-width: none;
    }
}