/********** Template CSS **********/
:root {
    --primary: #002849;
    --light: #F6F7F8;
    --dark: #001c33;
}

body{
  font-family: 'Roboto', sans-serif;    
  color: #333333;
  font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6,
strong, b, .title, .font-condensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; /* optionnel si tu veux forcer le gras */
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary{
background-color:#1B3D6D ;
border-color:#F4C542;
color:#ffffff;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn.btn-primary:hover {
   background-color: #F4C542; /* Jaune innovation */
  color: #1B3D6D;
  transform: translateY(-3px); /* Légère élévation */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#F4C542 ;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/3.webp) center center no-repeat;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/innov.webp) center center no-repeat;
    background-size: cover;
}

.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/startups.webp) center center no-repeat;
    background-size: cover;
}

.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/6.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    /*height: 300px;*/
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
        header {
      background: #003366;
      color: #fff;
    }
    .banner {
      background: url('https://via.placeholder.com/1600x500') no-repeat center center/cover;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    }
    .banner h1 {
      font-size: 3em;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }
    .stats .card {
      background: #e9f1f7;
    }
    #map {
      height: 400px;
      width: 100%;
    }
     .map-container {
      position: relative;
      max-width: 900px;
      margin: 0 auto 40px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #fff;
      padding: 20px;
    }
    .map-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }
    .zone-btn {
      position: absolute;
      background: #111111;
      border: none;
      color: white;
      padding: 0.2rem;
      border-radius: 50%;
      width:20px;
      height:20px;
      cursor: pointer;
      text-align: center;
      line-height:10px;
      font-size: 12px;
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
      transition: background 0.3s;
       transform: translate(-50%, -50%);
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  z-index: 10
    }
    @media (max-width: 768px) {
  .zone-btn {
    font-size: 0.75rem;
    padding: 0.2rem 0.2rem;
  }
}

    .zone-btn:hover,
    .zone-btn:focus {
      background: #0056b3;
      outline: 3px solid #ffbf47;
      outline-offset: 2px;
    }
    .zone-gamba { top: 40%; left: 65%; }
    .zone-mandji { top: 55%; left: 50%; }
    .zone-tegrabe { top: 30%; left: 40%; }

     .zone-content {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
     transition: opacity 0.5s ease-in-out;
  }
  .zone-content {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
}

.zone-content.show {
  opacity: 1;
  transform: translateX(0);
}

.zone-content.d-none {
  display: none !important;
}
 .card-custom {
      border: none;
      border-left: 4px solid #198754;
      background-color: #f8f9fa;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .section-title {
      border-left: 5px solid #198754;
      padding-left: 15px;
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 1.2rem;
      color: #198754;
    }

    .card-custom h5 {
      color: #198754;
    }
    .list-hover li {
      background: #ffffff;
      padding: 12px 16px;
      margin-bottom: 8px;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .list-hover li:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      background-color: #e9f7ef;
    }
    .contenu-justifie {
  text-align: justify;
  text-justify: inter-word; /* facultatif, pour une meilleure lisibilité */
}
/* Overlay : sous le texte */
.full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* ou autre */
  z-index: 1;
  pointer-events: none;
}

 .carousel-caption {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      text-align: left;
      z-index: 2;
      color: #fff;
      max-width: 600px;
    }
    .card{

transition: all 0.5s;
    }
    .mybox{
   box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);       
transform: scale(1.01); 
    }

    .card:hover{
     box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);       
transform: scale(1);    
    }

.table td{
    color:#fff;
}
#production-table td{
  color:#fff;    
}

#scroll-logo {
  transition: opacity 0.4s ease-in-out;
}

#scroll-logo.show {
  display: block !important;
  opacity: 1;
}

#scroll-logo.d-none {
  opacity: 0;
}

.titre{
height: 100px;
padding: 10px;
}
@media (max-width: 575.98px) {
.h1titre1,.h2titre2 {
    font-size:0.8rem;
  }

  }
.partner-logo {
  width: 120px;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  margin: auto;
}

.partner-logo:hover {
  filter: grayscale(0%);
}

.no-radius{
    border-radius: none;
}

.auth-card { max-width: 560px; }
    .segmented { background: #eef2f7; border-radius: 999px; padding: .25rem; }
    .segmented .btn { border-radius: 999px; }
    .form-pane { display: none; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s  ease-in-out; }
    .form-pane.active { display: block; opacity: 1; transform: translateY(0); }
    .form-text.small-muted { font-size: .85rem; color: #6c757d; }
     .filters .form-select[multiple] { min-height: 120px; }
    .badge-filter { font-weight: 400; }

  #tableProjets  td{
        color: #222222 ! important;
    }

    .bordure-haut-or {
  border-top: 5px solid gold;
}

 .bordure-haut-or1{
  border-top: 5px solid gold;
   border-left: 2px solid darkblue;   /* ou #FFD700 */
  border-right: 2px solid darkblue;
}


.segmented .btn #btnStartup,
 .segmented .btn #btnEntreprise {
  transition: transform 0.2s ease-in-out;
}

 .segmented .btn #btnStartup.active,
 .segmented .btn #btnEntreprise.active {
  transform: scale(1.05); /* zoom léger */
}

/* Tous les champs de texte et textarea */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    background-color: white;   /* fond blanc */
    color: darkblue;           /* texte bleu foncé */
    border: 1px solid #ccc;    /* bordure grise claire */
    padding: 8px;              /* espacement intérieur */
    font-size: 14px;           /* taille de police */
    border-radius: 4px;        /* coins arrondis */
}

/* Quand le champ est actif / focus */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: darkblue;    /* bordure bleu foncé au focus */
    outline: none;             /* supprime le contour par défaut */
}

