@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --brand: #006400;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/* ... Le reste de votre CSS reste inchangé */

body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--body);
    line-height: 1.75;
    letter-spacing: 0;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
    letter-spacing: -0.01em;
    line-height: 1.25;
}

 h1 { font-size: clamp(2.0rem, 3.2vw, 2.7rem); }
 h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
 h3 { font-size: clamp(1.25rem, 1.6vw, 1.55rem); }

 p {
     margin-bottom: 0.9rem;
 }

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/cis.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
    border-radius: 10px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #006400;
    border-color: #006400;
    color: #fff;
}

 .btn-outline-brand {
     border-color: var(--brand);
     color: var(--brand);
     background-color: transparent;
 }

 .btn-outline-brand:hover {
     background-color: var(--brand);
     border-color: var(--brand);
     color: #fff;
 }

 .institution-hero {
     padding-top: 96px;
     padding-bottom: 96px;
     background: linear-gradient(135deg, rgba(9, 32, 50, 0.88), rgba(0, 100, 0, 0.78)), url(../img/bg_banner3.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .institution-hero__kicker {
     color: rgba(255,255,255,0.85);
     text-transform: uppercase;
     letter-spacing: 0.08em;
     font-size: 0.9rem;
     margin-bottom: 10px;
 }

 .institution-hero__title {
     color: #fff;
     font-size: clamp(2.1rem, 3.6vw, 3.05rem);
     line-height: 1.12;
     margin-bottom: 14px;
     position: relative;
 }

 .institution-hero__title::after {
     content: "";
     display: block;
     width: 86px;
     height: 3px;
     background: rgba(255,255,255,0.60);
     margin-top: 14px;
     border-radius: 2px;
 }

 .institution-hero__subtitle {
     color: rgba(255,255,255,0.88);
     max-width: 52ch;
     margin-bottom: 0;
 }

 .institution-hero__card {
     background: rgba(255,255,255,0.10);
     border: 1px solid rgba(255,255,255,0.18);
     border-radius: 16px;
     padding: 22px;
     backdrop-filter: blur(10px);
     box-shadow: 0px 20px 70px rgba(0,0,0,0.22);
 }

 @media (max-width: 768px) {
     .institution-hero {
         padding-top: 72px;
         padding-bottom: 72px;
     }
     .institution-hero__title::after {
         width: 64px;
     }
 }

 .institution-hero__stat {
     padding: 14px 0;
     border-bottom: 1px solid rgba(255,255,255,0.15);
 }

 .institution-hero__stat:last-child {
     border-bottom: none;
 }

 .institution-hero__stat-number {
     color: #fff;
     font-weight: 700;
     font-size: 1.25rem;
 }

 .institution-hero__stat-label {
     color: rgba(255,255,255,0.78);
     font-size: 0.95rem;
 }

 .value-card {
     background: #fff;
     border: 1px solid rgba(0,0,0,0.06);
     border-radius: 14px;
     padding: 28px;
     box-shadow: var(--shadow);
     height: 100%;
     transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .value-card:hover {
     transform: translateY(-3px);
     box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.09);
 }

 html.js-reveal .reveal {
     opacity: 0;
     transform: translateY(12px);
     transition: opacity 900ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
     transition-delay: var(--reveal-delay, 0ms);
 }

 html.js-reveal .reveal.reveal--visible {
     opacity: 1;
     transform: translateY(0);
 }

 .reveal--visible {
     opacity: 1;
     transform: translateY(0);
 }

 @media (prefers-reduced-motion: reduce) {
     .reveal {
         transition: none;
         transform: none;
         opacity: 1;
         transition-delay: 0ms;
     }
     .service,
     .value-card {
         transition: none;
     }
 }

 .value-card__icon {
     width: 54px;
     height: 54px;
     border-radius: 14px;
     display: grid;
     place-items: center;
     background: rgba(0, 100, 0, 0.08);
     color: var(--brand);
     font-size: 26px;
     margin-bottom: 16px;
 }

 .value-card__title {
     margin-bottom: 10px;
 }

 .value-card__text {
     margin-bottom: 0;
 }

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

 .intro h1::after {
     content: "";
     position: absolute;
     left: 50%;
     bottom: -10px;
     width: 72px;
     height: 3px;
     background: var(--brand);
     border-radius: 2px;
     transform: translateX(-50%) scaleX(0);
     transform-origin: center;
     transition: transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .intro.reveal--visible h1::after {
     transform: translateX(-50%) scaleX(1);
 }

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(#006400 ,#006400), url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

 .service:hover {
     transform: translateY(-3px);
     box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.09);
 }

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
   width: 90px;
}

 .cred-card {
     background: #fff;
     border: 1px solid rgba(0,0,0,0.06);
     border-radius: 14px;
     padding: 28px;
     height: 100%;
     box-shadow: var(--shadow);
     transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .cred-card:hover {
     transform: translateY(-3px);
     box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.09);
 }

 .cred-card__icon {
     width: 54px;
     height: 54px;
     border-radius: 14px;
     display: grid;
     place-items: center;
     background: rgba(0, 100, 0, 0.08);
     color: var(--brand);
     font-size: 1.35rem;
     margin-bottom: 14px;
 }

 .cred-gallery {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 12px;
 }

 .cred-gallery__item {
     display: block;
     border-radius: 14px;
     overflow: hidden;
     border: 1px solid rgba(0,0,0,0.06);
     box-shadow: 0px 10px 35px rgba(0,0,0,0.10);
     transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .cred-gallery__item:hover {
     transform: translateY(-3px);
     box-shadow: 0px 16px 55px rgba(0,0,0,0.14);
 }

 .cred-gallery__item img {
     width: 100%;
     aspect-ratio: 4 / 3;
     object-fit: cover;
 }

 .cred-quote {
     background: #fff;
     border: 1px solid rgba(0,0,0,0.06);
     border-radius: 14px;
     padding: 28px;
     box-shadow: var(--shadow);
 }

 .cred-quote__mark {
     width: 46px;
     height: 46px;
     border-radius: 14px;
     display: grid;
     place-items: center;
     background: rgba(9, 32, 50, 0.06);
     color: var(--dark);
     margin-bottom: 14px;
     font-size: 1.25rem;
 }

 .cred-quote__meta-title {
     font-weight: 700;
     color: var(--dark);
 }

 .cred-quote__meta-sub {
     font-size: 0.95rem;
 }

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

 .webinar-card {
     background: #fff;
     border: 1px solid rgba(0,0,0,0.06);
     border-radius: 14px;
     padding: 28px;
     box-shadow: var(--shadow);
     height: 100%;
 }

 .webinar-card__kicker {
     color: var(--brand);
     text-transform: uppercase;
     letter-spacing: 0.08em;
     font-size: 0.85rem;
     margin-bottom: 10px;
 }

 .webinar-card__title {
     margin-bottom: 12px;
 }

 .webinar-card__text {
     margin-bottom: 0;
     max-width: 65ch;
 }

 .webinar-card__meta {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 12px;
     margin-top: 18px;
 }

 .webinar-meta {
     border: 1px solid rgba(0,0,0,0.06);
     border-radius: 12px;
     padding: 12px;
     background: rgba(0,0,0,0.01);
 }

 .webinar-meta__label {
     font-size: 0.82rem;
     color: var(--body);
 }

 .webinar-meta__value {
     font-weight: 600;
     color: var(--dark);
 }

 .webinar-poster {
     position: relative;
     display: block;
     border-radius: 14px;
     overflow: hidden;
     border: 1px solid rgba(0,0,0,0.06);
     box-shadow: 0px 12px 45px rgba(0,0,0,0.14);
     height: 100%;
 }

 .webinar-poster img {
     width: 100%;
     height: 100%;
     min-height: 320px;
     object-fit: cover;
 }

 .webinar-poster__overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(9, 32, 50, 0.0), rgba(9, 32, 50, 0.65));
     opacity: 0;
     transition: opacity 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
     display: flex;
     align-items: flex-end;
     justify-content: flex-start;
     padding: 16px;
 }

 .webinar-poster__cta {
     background: rgba(255,255,255,0.92);
     border: 1px solid rgba(0,0,0,0.08);
     border-radius: 999px;
     padding: 8px 12px;
     font-weight: 600;
     color: var(--dark);
 }

 .webinar-poster:hover .webinar-poster__overlay {
     opacity: 1;
 }

 @media (max-width: 992px) {
     .webinar-card__meta {
         grid-template-columns: 1fr;
     }
 }

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #006400 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: #006400;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner3.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

 #blog .col-md-4 {
     display: flex;
 }

 #blog .col-md-4 > .blog-post {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     border-radius: 14px;
     overflow: hidden;
 }

 #blog .col-md-4 > .blog-post > img {
     width: 100%;
     aspect-ratio: 4 / 3;
     object-fit: cover;
 }

 #blog .col-md-4 > .blog-post > .content {
     flex: 1;
     display: flex;
     flex-direction: column;
 }

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/banner.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

 .floating-actions {
     position: fixed;
     right: 18px;
     bottom: 18px;
     display: flex;
     flex-direction: column;
     gap: 10px;
     z-index: 9999;
 }

 .floating-actions__btn {
     width: 46px;
     height: 46px;
     border-radius: 14px;
     display: grid;
     place-items: center;
     background: #fff;
     border: 1px solid rgba(0,0,0,0.10);
     box-shadow: 0px 10px 40px rgba(0,0,0,0.10);
     color: var(--dark);
     text-decoration: none;
     transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .floating-actions__btn:hover {
     transform: translateY(-3px);
     box-shadow: 0px 16px 55px rgba(0,0,0,0.14);
     color: var(--dark);
 }

 .floating-actions__btn--whatsapp { color: #25D366; }
 .floating-actions__btn--email { color: var(--brand); }
 .floating-actions__btn--phone { color: var(--dark); }
 .floating-actions__btn--chat {
     background: var(--brand);
     color: #fff;
     border-color: rgba(255,255,255,0.25);
 }

 .floating-actions__btn--chat:hover {
     color: #fff;
 }

 .floating-actions__btn--chat i {
     transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
 }

 .floating-actions__btn--chat:hover i {
     transform: scale(1.08);
 }

 .chatbot {
     position: fixed;
     right: 18px;
     bottom: 86px;
     width: min(360px, calc(100vw - 36px));
     max-height: min(520px, calc(100vh - 120px));
     background: #fff;
     border-radius: 16px;
     border: 1px solid rgba(0,0,0,0.10);
     box-shadow: 0px 30px 90px rgba(0,0,0,0.18);
     overflow: hidden;
     opacity: 0;
     transform: translateY(10px) scale(0.985);
     visibility: hidden;
     pointer-events: none;
     transition: opacity 420ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 420ms;
     z-index: 9999;
 }

 .chatbot--open {
     opacity: 1;
     transform: translateY(0) scale(1);
     visibility: visible;
     pointer-events: auto;
     transition: opacity 420ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s;
 }

 .chatbot__header {
     background: linear-gradient(135deg, rgba(9, 32, 50, 0.95), rgba(0, 100, 0, 0.85));
     color: #fff;
     padding: 14px 14px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .chatbot__title {
     font-size: 0.95rem;
     font-weight: 600;
     margin: 0;
 }

 .chatbot__close {
     width: 34px;
     height: 34px;
     border-radius: 10px;
     border: 1px solid rgba(255,255,255,0.25);
     background: rgba(255,255,255,0.12);
     color: #fff;
     display: grid;
     place-items: center;
 }

 .chatbot__close:hover { color: #fff; }

 .chatbot__body {
     padding: 14px;
     overflow: auto;
     background: #fbfcfd;
     height: 330px;
 }

 .chatbot__bubble {
     max-width: 85%;
     padding: 10px 12px;
     border-radius: 14px;
     margin-bottom: 10px;
     font-size: 0.95rem;
     line-height: 1.45;
     border: 1px solid rgba(0,0,0,0.06);
 }

 .chatbot__bubble--bot {
     background: #fff;
     color: var(--dark);
 }

 .chatbot__bubble--user {
     background: rgba(0, 100, 0, 0.08);
     border-color: rgba(0, 100, 0, 0.12);
     color: var(--dark);
     margin-left: auto;
 }

 .chatbot__quick {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
     padding: 0 14px 14px;
     background: #fbfcfd;
 }

 .chatbot__quick button {
     border: 1px solid rgba(0,0,0,0.10);
     background: #fff;
     border-radius: 999px;
     padding: 6px 10px;
     font-size: 0.85rem;
 }

 .chatbot__footer {
     padding: 12px 14px;
     background: #fff;
     border-top: 1px solid rgba(0,0,0,0.08);
     display: flex;
     gap: 10px;
 }

 .chatbot__input {
     flex: 1;
     border-radius: 12px;
 }

 .chatbot__send {
     border-radius: 12px;
 }

 @media (prefers-reduced-motion: reduce) {
     .floating-actions__btn {
         transition: none;
     }

     .chatbot {
         transition: none;
         transform: none;
     }
 }

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006400;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.felicitation-text {
    font-family: Arial, sans-serif; /* Police de caractères */
    font-size: 18px; /* Taille du texte */
    color: #007bff; /* Couleur du texte (bleu) */
    font-weight: bold; /* Gras */
    text-align: center; /* Alignement du texte au centre */
    margin-top: 10px; /* Marge supérieure de 10 pixels */
}
