body {
  margin: 0;
}

.navbar .logo img {
    height: 50px; /* Adjust as needed */
}

.navbar .liens {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

/* Burger menu styles */
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    z-index: 3002;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: absolute;
    right: 18px;
}
.burger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 5px 0;
    background: #283373;
    border-radius: 2px;
    transition: 0.3s;
}
.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.burger.open span:nth-child(2) {
    opacity: 0;
}
.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
/* MENU BURGER */
        .burger {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            background: transparent;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            z-index: 3002;
            position: absolute;
            right: 18px;
            top: 18px;
            box-shadow: none;
            transition: background 0.2s;
        }
        .burger span {
            display: block;
            width: 22px;
            height: 3px;
            margin: 4px 0;
            background: #fff;
            border-radius: 2px;
            transition: 0.3s;
        }

        .div-btn-login{
            margin-left: 20px;
        }
        .navbar.scrolled .burger span {
            background: #222;
        }
        .burger:hover {
            background: rgba(40,51,115,0.07);
        }

@media (max-width: 800px) {
  .burger {
    display: flex;
    position: fixed;
    top: 12px;
    right: 20px; 
    z-index: 3002;
    background: transparent;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .burger:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3001;
    padding: 0;
    height: 60px;
  }

  .navbar .liens {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    width: 220px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.10);
    padding: 18px 0;
    display: none;
    border-radius: 18px 0 0 18px;
    z-index: 99;
    margin: 0;
  }

  .navbar .liens.open {
    display: flex;
  }

  .navbar .liens a {
    color: #333 !important;
    display: block;
    padding: 14px 28px;
    font-size: 1.08rem;
    border-bottom: 1px solid #f7f7f7;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    transition: background 0.2s, color 0.2s;
  }


  .navbar .liens a.active-link,
    .navbar .liens a:hover,
  .navbar .liens li:hover > a {
    background: #ff6600;
    color: #ffffff !important;
    font-weight: 900;
  }

  /* Effet de fond changé pour toute la page */
  body.menu-open {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }

  .navbar .logo img {
    height: 40px;
    transition: transform 0.3s ease;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .navbar .liens.open {
    animation: slideIn 0.3s ease-out forwards;
  }
}

.navbar .liens li {
    margin-left: 10px;
}

.navbar .btn-login {
    background-color: #ff6600; 
    padding: 8px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.navbar .btn-login:hover {
    background-color: #e65c00;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 10px 5%;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.3s ease;
}

.navbar .liens a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.navbar.scrolled {
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.navbar.scrolled .liens a {
    color: #283373;
}

.navbar.scrolled .btn-login {
    color: #fff;
    background-color: #ff6600; 
}

.navbar.scrolled .liens a {
    color: #333; 
}

.navbar .liens a.active-link {
    color: #ff6600; 
    font-weight: 900; 
}

.navbar.scrolled .liens a.active-link {
    color: #ff6600;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: left;
    padding-left: 10%;
    box-sizing: border-box;
}

.hero-content {
    margin-top: 70px;
    max-width: 800px;
    width: 100%;
}

.hero-title {
    font-family: 'Monda', sans-serif;
    font-size: 3.5em;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    word-break: break-word;
}

.hero-desc {
    font-size: 1.2em;
    margin: 20px 0;
    line-height: 1.5;
    word-break: break-word;
}

@media (max-width: 900px) {
  .hero-banner {
    height: 400px;
    padding-left: 5%;
    justify-content: center;
    text-align: center;
  }
  .hero-content {
    margin-top: 40px;
    max-width: 95vw;
  }
  .hero-title {
    font-size: 2.2em;
  }
  .hero-desc {
    font-size: 1em;
  }
}

@media (max-width: 600px) {
  .hero-banner {
    height: 260px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .hero-content {
    margin-top: 20px;
    max-width: 100vw;
  }
  .hero-title {
    font-size: 1.3em;
  }
  .hero-desc {
    font-size: 0.95em;
  }
  .btn-main {
    padding: 8px 16px;
    font-size: 0.95em;
  }
}
.btn-main {
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.btn-main:hover{
    background-color:#3373b0 ;
    text-decoration: none;
    color: #FFF;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .hero-banner {
        height: 450px;
        padding-left: 5%;
        text-align: center;
        justify-content: center;
    }

    .hero-title {
        font-size: 2.5em;
    }

    .hero-desc {
        font-size: 1em;
    }

        .projets-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .projets-section{
        height: 100px;
        padding: 0;

    }

    .projets-title {
        font-size: 2em;
    }

    .projets-subtitle {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .projets-image img {
        max-width: 300px; 
    }

        .banner-contact h3 {
        font-size: 2em;
    }

    .form-feedback {
        padding: 30px;
    }

        .innovation-section {
        flex-direction: column;
        text-align: center;
    }
    
    .innovation-quote{
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .innovation-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .innovation-list li{
        font-size: 1em;
        display: flex;
        margin-left: 0;
    }

    .actualites-header {
        text-align: left;
        padding: 0 5%;
    }

    .actualites-title {
        font-size: 1.5em;
        text-align: center;
    }

    .actualites-subtitle {
        font-size: 0.9em;
        text-align: center;
    }

    .actualites-header .actualites-btn {
        margin-top: 15px;
        padding: 5px 12px;
        font-size: 0.75em; 
    }

        .nous-connaitre, .mission, .vision {
        padding: 30px;
        margin-bottom: 20px;
    }

    .nous-connaitre h3, .mission h3, .vision h3 {
        font-size: 1.8em;
    }

    .figure, .figure2 {
        min-height: 250px;
    }
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 0;
}

.logo img {
    height: 60px; /* Adjusted logo size */
    width: auto;
    object-fit: contain;
    display: block;
}

.liens{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
}

/* Page d'acceuil donc la page main */
.video-banner-service{
    height: 450px;
    position: relative;
    overflow: hidden;
    padding-top: 85px;
}


.video-banner-service video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Place video behind overlay */
}

.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    padding-left: 50px;
    flex-direction: column;
    background-color: #e0522b45;
}

.video-overlays{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0522b45;

}

.body-banner h1, .body-banner-main h1, .video-overlay h1,.video-overlays h1, h2{
    font-family: 'Monda', sans-serif;
    color: #FFF;
    text-align: center;
}


/* Parties eleves, etuditants, etc */
.service, .formation {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 40px 30px;
    margin: 8px;
    width: 320px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.formation img {
    width: 80px; /* Icon size */
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 20px;
}

.formation h5 {
    font-family: 'Monda', sans-serif;
    font-size: 1.5em; /* Larger title */
    font-weight: 700;
    color: #1a2a51; /* Dark blue title color */
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
}

.formation p {
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

/* Ensure the parent container uses flexbox for proper layout */
.implementation-body .row, .actualites {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; 
}

/* Removing old conflicting styles */
.service.old-style, .formation.old-style {
    display: none;
}

.person-card, .person-card2 {
    position: relative;
    height: 250px;
    margin: 10px; 
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column; 
}

.person-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff66003f;
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}

.person-card2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2833736d;
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}


.person-card:hover, .person-card2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.person-card .card-overlay, .person-card2 .card-overlay {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-sizing: border-box; 
    position: relative;
    z-index: 2;
    padding: 20px;
    min-height: 100%;
}

.person-card .card-title, .person-card2 .card-title {
    font-family: 'Monda', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff; 
}

.person-card .card-desc, .person-card2 .card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    opacity: 0.9;
    color: #fff; 
    text-align: center;
    width: 100%; 
    box-sizing: border-box;
    margin-bottom: 0; 
    margin-top: 0; 
}

/* Media queries for person-card */
@media (max-width: 768px) {
    .person-card, .person-card2 {
        width: 90%;
        max-width: 300px;
        height: 200px;
    }

    .person-card .card-overlay, .person-card2 .card-overlay {
        height: 140px; /* Adjusted height for tablets */
        padding: 10px; /* Adjusted padding */
    }

    .person-card .card-desc, .person-card2 .card-desc {
        min-height: 60px;
        padding: 8px;
        font-size: 0.8em;
    }
}

.formation{
    color: #233044;
}

.formation p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn-formation{
    background-color: #283373;
}

.btn-formations{
    background-color: #233044;
}
.btn-formation, .btn-formations {
    color: #fff;
    padding: 8px 10px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-formations:hover{
    background-color: #283373;
}

.btn-formation:hover{
    background-color: #283373ce;
}

.btn-formation:hover, .btn-formations:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}

.acceuil{
margin-left: 15%;
margin-right: 15%;
text-align: center;
}

.acceuil-body{
    padding: 40px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.actualites-body{
padding-top: 40px;
margin-top: 10px;
padding-bottom: 10px;
background-color:#e0522bc0;
text-align: center;
color: #FFF;
}

.actualites-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #1a2a51; /* Dark blue */
    margin-bottom: 50px;
    text-align: center;
}

.actualites{
margin-left: 30%;
margin-right: 30%;
text-align: justify;
/* background-color:#ffffff6b; */
color: #FFF;
}

button {
  height: 2em;
  width: 9em;

  background: #444;
  background: linear-gradient(top, #555, #333);
  border: none;
  border-top: 3px solid rgb(255, 255, 255);
  border-radius: 0 0 0.2em 0.2em;
  color: #ffffff;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  transform-origin: 50% 5em;
}


.body-reason{
    background: url(../pictures/reason.jpg);
    background-size:800px;
    background-position: top;
    height: 630px;
    display: flex;
    padding: 0 5%; /* Add some horizontal padding */
     position: relative;
}

.reason-row {
    background-color: #9ae4f944;
    align-items: center;
    width: 1200px;
     display: flex;
     flex-direction: row;
     justify-content: center;
     position: relative;
}

.reason{
    color:#FFF;
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1; /* Allow reason to take available space */
    justify-content: center;
}

.reason-number {
    font-size: 12vw;
    color: white;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1;
}

.reason-text {
    display: flex;
    flex-direction: column;
    color: white;
    text-align: left; /* Align text to the left */
}

.reason-text h1 {
    font-family: 'Monda', sans-serif;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.reason-text h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    font-weight: normal;
    margin: 0;
}

.text-reason {
    color: #FFF;
    padding: 20px;
    border-radius: 8px;
}

.grid-container {
    display: flex;
    flex-direction: column;
}

.grid-container .column {
    display: flex;
    flex-direction: column;
}

.grid-container .column .row {
    padding: 10px 5px;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Light separator */
}

.grid-container .column .row:last-child {
    border-bottom: none; /* No border for the last item */
}

/* Page A propos donc about */
.banner{
    background: url(../pictures/pexels-tara-winstead-8386440.jpg);
    height: 250px;
    background-size:cover;
    background-position: center;
    padding-top: 85px;
}

.body-banner{
    background-color: rgba(255, 255, 255, 0.18);
    width: 100%;
    padding: 15px;
}

.body-banner h1, .body-banner-main h1{
    color: #FFF;
    text-align: center;
}

/* corps */

/* Sections: Nous connaitre, Mission, Vision */
.nous-connaitre, .mission, .vision {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px; /* Space between sections */
}

.nous-connaitre h3, .mission h3, .vision h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #1a2a51; /* Dark blue title */
    margin-bottom: 20px;
}

.nous-connaitre p, .mission p, .vision p {
    font-size: 1em;
    color: #666; /* Medium grey text */
    line-height: 1.6;
}

.figure, .figure2 {
    background-size: cover;
    background-position: center;
    min-height: 300px; /* Ensure images are visible */
    border-radius: 10px;
    margin-bottom: 30px;
}

.figure {
    background-image: url('../pictures/img4.jpg'); /* Placeholder image */
}

.figure2 {
    background-image: url('../pictures/img5.jpg'); /* Placeholder image */
}

/* Adjustments for container-fluid and row */
.container-fluid {
    padding: 60px 5%; /* Add consistent padding to containers */
}

.row {
    margin-bottom: 0; /* Reset default row margin */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .nous-connaitre, .mission, .vision {
        text-align: center;
    }

    .figure, .figure2 {
        margin-bottom: 20px;
    }
}



.sponsors{
    background-color: #4e8476;
    width: 500px;
}


.implementation-section {
    background-color: #283373; /* Green color from image */
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 30px 0; /* Adjusted margin for better spacing */
    width: 60%; /* Adjusted width to fit the design */
    color: white;
    align-self: flex-start; /* Align this specific item to the start (left) */
}

.implementation-icon {
    font-size: 3em;
    color: #FFF; /* Changed to white for better contrast with green */
    margin-right: 20px;
}

.implementation-text h3 {
    font-size: 1.8em;
    margin: 0;
    color: white;
}

.implementation-text p {
    font-size: 1.1em;
    margin: 0;
    color: white;
}

.implementation2-section {
    background-color: #e0522b; /* Dark blue color from image */
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 30px 0; /* Adjusted margin for better spacing */
    width: 60%; /* Adjusted width to fit the design */
    color: white;
    align-self: flex-end; /* Align this specific item to the end (right) */
}

.implementation2-icon {
    font-size: 3em;
    color: #FFF; /* White color for better contrast with dark blue */
    margin-right: 20px;
}

.implementation2-text h3 {
    font-size: 1.8em;
    margin: 0;
    color: white;
}

.implementation2-text p {
    font-size: 1.1em;
    margin: 0;
    color: white;
}
/* page Contant */

/* Contact Banner */
.banner-contact, .banner-produit, .banner-actualites {
    text-align: center;
    font-weight: bolder;
    color: #fff;
    padding: 80px 0; 
}

.banner-contact {
    background-image: url(../pictures/contact.jpg);
    background-size: cover;
    background-position: center;
    height: 400px; 
}

.banner-produit {
    background:  linear-gradient(to right, #3373b0, #1b2a53);;
}

.banner-actualites {
    background: linear-gradient(to right, #ff6600, #f4883f);
}

.banner-contact h3, .banner-produit h3, .banner-actualites h3 {
    font-family: 'Monda', sans-serif;
    font-size: 2.8em;
    margin: 0; /* Remove default margin */
    color: #fff;
}

/* Form Section */
.form-section-container {
    background-color: #fdfdfd; /* Light grey background for the whole section */
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-feedback {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 1000px; /* Limit form width */
}

.form-feedback .form-group {
    margin-bottom: 20px; /* Space between form fields */
}

.form-feedback .form-control {
    background-color: #f5f5f5; /* Light grey background for inputs */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.form-feedback .form-control::placeholder {
    color: #999; /* Placeholder text color */
}

.btn-submit-feedback {
    background-color: #ff6600; /* Orange button */
    color: #fff;
    padding: 2px 25px;
    border: none;
    border-radius: 2px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-feedback:hover {
    background-color: #e65c00;
}


.form-contact, .form-login{
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius: 10px;
}

.banner-one-form img, .banner-one-actu img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.form-contact{
    margin-top: 50px;
    box-shadow: 0 4px 8px 10px rgba(0, 0, 0, 0.12);
    width: 69%;
}

.form-contact h5, .form-login h5{
    text-align: center;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.5em;
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: #e0522b;
    box-shadow: 0 0 5px rgba(46, 125, 111, 0.5);
    outline: none;
}

.form-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.btn-contact{
    background-color:#e0522b;
    color: #fff;
}

.btn-contact:hover{
    background-color: #235347;
    transform: scale(1.03);
} 
/* Pages Galerie */
.article-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 50px 20px;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.product-details {
    width: 100%;
    text-align: left;
}

.product-category {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 5px;
}

.product-name {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.product-price {
    font-size: 1.1em;
    color: #000;
    margin-bottom: 15px;
}

.product-price span {
    font-size: 0.9em;
    color: #666;
    margin-left: 5px;
}


/* Page de connexion */
.form-login{
    margin-top: 5%;
    width: 60%;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.12);

}

.form-login h5{
    color: #e0522b;
    font-weight: bolder;
    font-size: 35px;
}



.actualites-section {
    background: #f15a29;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.actualites-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; 
    margin-bottom: 20px;
}

.actualites-title {
    font-family: 'Monda', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 5px;
    text-align: left;
}

.actualites-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
}

.actualites-btn {
    padding: 6px 16px;
    font-size: 0.85em; 
    border-radius: 20px;
    border: 1px solid #fff; 
    background-color: transparent !important;
}

.actualites-header .actualites-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}


.news-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: 60px;
    gap: 30px; 
    margin-top: 20px;
}

.news-card {
    background: #fff;
    color: #222;
    border-radius: 10px;
    padding: 0; 
    min-width: 280px; 
    max-width: 320px; 
    height: 250px; 
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.news-card img {
    width: 100%;
    border-radius: 8px 8px 0 0; 
    height: 140px;
    object-fit: cover;
}

.news-card-content {
    padding: 5px; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.news-card-date {
    position: absolute;
    top: 5px; 
    right: 5px; 
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.65em; 
    padding: 2px 5px; 
    border-radius: 3px; 
    z-index: 1;
    margin-bottom: 0; 
}

.news-card-title {
    font-weight: bold;
    font-size: 0.85em; 
    margin: 3px 0; 
    font-family: 'Monda', sans-serif;
    line-height: 1.1; 
}

.news-card-desc {
    font-size: 0.75em; 
    color: #555;
    line-height: 1.2; 
    margin-bottom: 3px; 
}

.news-card-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em; 
    margin-top: 3px; 
    display: block;
    text-align: right;
}

.news-card-link:hover {
    text-decoration: underline;
}

.actualites-section .btn-main {
    /* This specific rule is now overridden by .actualites-btn, but keeping for safety if other .btn-main exist */
    background-color: #283373 !important;
}

/* Sponsors Section */
.sponsors-section {
    padding: 80px 5%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    margin-bottom: 40px;
}

.become-partner-btn {
    display: block;
    margin: 20px auto 10px auto;
    background-color: #ff6600;
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.1em;
    width: 200px;
    height: auto;
    text-align: center;
    box-shadow: 0 2px 8px rgba(255,102,0,0.08);
    transition: background-color 0.3s ease;
}

.become-partner-btn:hover {
    background-color: #e65c00;
}

.sponsors-section p {
    text-align: center;
    margin-top: 10px;
    font-size: 1em;
}


.sponsors-title {
    font-family: 'Monda', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    color: #1a2a51; /* Dark blue color, similar to the innovation section */
    margin-bottom: 20px;
    text-align: center;

}


/* Innovation Section */
.innovation-section {
    background: linear-gradient(to right, #3373b0, #1b2a53); /* Gradient from a slightly lighter blue to the darker blue */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 5%;
    color: #fff;
    flex-wrap: wrap;
}

.innovation-content {
    flex: 1;
    padding-right: 50px;
    max-width: 600px; /* Limit content width */
}

.innovation-quote {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.innovation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.8;
}

.innovation-list li::before {
    content: "• ";
    color: #ff6600; /* Orange bullet point */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.innovation-image, .projets-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px; /* Limit image width */
}

.innovation-image img {
    max-width: 100%;
    height: auto;
}

.projets-image img{
    max-width: 100%;
    height: auto;
}

.projets-section {
    padding: 80px 5%;
    background: linear-gradient(to right, #e0522b, #283373);
    min-height: 300px;
    display: flex; 
    align-items: center; 
}

.projets-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%; 
}

.projets-title{
    font-family: 'Monda', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: #FFF;
}

.projets-subtitle {
    font-size: 1.1em;
    color: #FFF;
    line-height: 1.5;
    margin-top: 10px;
}

.projets-btn {
    background-color: transparent !important;
    border: 1px solid #1a2a51; /* Dark blue border */
    color: #1a2a51 !important; /* Dark blue text */
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.projets-btn:hover {
    background-color: #1a2a51 !important;
    color: #fff !important;
}


.projets-cards {
    max-width: 1200px;
    border-color: #000;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.projet-card{
    padding: 5px;
    width: 90%;
    max-width: 1000px;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    border: 1px solid #ddd;
    background: #fff;
margin-top: 8px;}

.projet-image img{
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
}

.projet-details{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}


@media (max-width: 992px) {
    .accordion-item img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 600px) {
    .projets-cards {
        gap: 16px;
        padding: 0 0 15px 0;
    }
    .accordion-item {
        max-width: 100vw;
        }

    .accordion-item img {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
}


.become-partner-btn {
    margin-top: 25px; /* Space above the button */
    margin-bottom: 15px;
    background-color: #ff6600; /* Orange background */
    color: #fff; /* White text */
    padding: 12px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8em;
    transition: background-color 0.3s ease;
}

.become-partner-btn:hover {
    background-color: #3373b0;
    color: #FFF; 
    text-decoration: none;
}

.accordion-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.accordion-body{
    flex: 1;
    padding-top: 10px;
    display: flex; 
    flex-direction: column; 
    height: 100%;
}

.accordion-item.active {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 500px;
    padding-bottom: 15px;
}

.accordion-item img {
    width: 20%;
    height: auto;
}

  .card-footers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }

.btn-form{
     bottom: 0 ;
     left: 0;   
    font-size: 14px;
}


/* Media queries for news-card */
@media (max-width: 900px) {
  .body-reason {
    flex-direction: column;
    height: auto;
    padding: 0 2vw;
    background-size: cover;
    background-position: center;
  }
  .reason-row {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(154,228,249,0.3);
    padding-top: 30px;
    position: relative;
  }
  .reason {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .reason-number {
    font-size: 8vw;
    margin-right: 10px;
  }
  .reason-text {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .text-reason {
    width: 95vw;
    max-width: 98vw;
    margin-top: 15px;
    background-color: rgba(88,199,239,0.7);
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
  .grid-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .column .row {
    text-align: left;
  }

    .accordion-item {
        width: 98%;
        max-width: 98vw;
    }
    
    .implementation-section, .implementation2-section {
        width: 90%;
        padding: 20px;
    }
    .implementation-section h3, .implementation2-section h3 {
        font-size: 1.5em;
    }
    .implementation-section p, .implementation2-section p {
        font-size: 1em;
    }
    .implementation-icon, .implementation2-icon {
        font-size: 1em;
    }
}


@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .liens {
        flex-direction: column;
        width: 100%;
        display: none; /* Hidden by default */
    }

    .liens.active {
        display: flex; /* Shown when active */
    }

    .navbar nav {
        width: 100%;
    }

    .navbar .btn-login {
        color: #fff;
        background-color: transparent; /* Dark blue background */
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        margin-left: auto; /* Push to the right */
    }

    .menu-toggle .bar {
        height: 3px;
        width: 25px;
        background-color: white;
        margin: 4px 0;
        transition: 0.4s;
    }
    .video-banner-service, .banner-produit {
    height: 300px;
}
.projet-card {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .projet-card > div {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .projet-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }

  .projet-details {
    text-align: center;
  }

  .projet-title {
    font-size: 1.5rem;
    margin: 8px 0 4px;
  }

  .projet-description {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
    .banner-one-form img{
        width: 100%;
        height: 205px;
    }
        .projets-cards {
        padding: 30px 15px;
    }
    .innovation-image img{
        max-width: 50%;
        height: auto;
        margin-top: -200px;
        margin-left: 170px;
    }
}

@media (max-width: 480px) {
    .implementation-icon,
    .implementation2-icon {
        font-size: 1.5em;
    }

    .implementation-text h3,
    .implementation2-text h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
        .hero-banner {
        height: 400px;
    }

    .hero-title {
        font-size: 2em;
    }

    .btn-main {
        padding: 10px 25px;
    }

    .become-partner-btn {
        padding : 8px 20px;
        font-size: 0.9em;
    }

        .projets-title {
        font-size: 1.8em;
    } 
    .projets-image img {
        max-width: 200px; 
    }

    .news-card {
        height: 180px; 
        display: flex;
        justify-content: center;
    }

    .service-item, .news-card {
        width: 95%;
    }

    .news-card img {
        height: 80px; 
    }

        .actualites-header {
        padding: 0 3%;
    }

    .actualites-title {
        font-size: 1.3em;
    }

    .actualites-subtitle {
        font-size: 0.8em;
    }

    .actualites-header .actualites-btn {
        padding: 4px 10px;
        font-size: 0.7em;
    }

        .person-card, .person-card2 {
        width: 95%;
        height: 180px;
    }

    .person-card .card-overlay, .person-card2 .card-overlay {
        height: 110px; /* Adjusted height for mobile */
        padding: 8px;
    }

    .person-card .card-title, .person-card2 .card-title {
        font-size: 0.75em;
    }

    .person-card .card-desc, .person-card2 .card-desc {
        min-height: 50px;
        padding: 5px;
        font-size: 0.7em;
        margin-bottom: 5px;
    }
}

/* Animation d'apparition */