@font-face {
    font-family: 'BrownBold'; /* Nom de la police */
    src: url('Brown-Bold.woff2') format('woff2'); /* Chemin vers le fichier .woff2 */
  }
  
  @font-face {
    font-family: 'BrownRegular'; /* Nom de la police */
    src: url('Brown-Regular.woff2') format('woff2'); /* Chemin vers le fichier .woff2 */
  }
    
  body{
    font-family: 'BrownRegular' !important; 
    background: #ffffff;
  }

   /* Style pour le menu */
   .navbar {
    background: #f9f9f9; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    font-weight: bold;
    color: white !important;
    font-size: 1.5rem;
}
.navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: 'BrownRegular';
}
.navbar-nav .nav-link:hover {
    color: #00589c !important;
} 
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.navbar-nav .nav-link.btn-primary {
    background-color: #ffc107;
    color: #0d6efd;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
}
.navbar-nav .nav-link.btn-primary:hover {
    background-color: #e0a800;
    color: #fff;
}
footer {
    background-color: #ffffff;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
footer p {
    color: #6c757d;
}
footer a {
    color: #0d6efd;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}
footer a:hover {
    color: #ffc107;
}
/* Style pour le contenu principal */
.container {
    max-width: 1200px;
}
h1 {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
}
.content {
    margin-top: 50px;
}

.bienvenu {
    color: #004570;
    font-family: 'BrownBold';
    font-size: 50px; 
    font-weight: 700;
}

.nosvaleurs_texte {
    font-family: 'BrownRegular';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42em;
  }
  

.texte_bienveu {
    color: #757575;
    font-family: 'BrownRegular';
    font-size: 18px;
    font-weight: 400;
}

.title_site {
    color: #375c89;
    font-family: 'BrownRegular';
    font-size: 43px;
    font-weight: 300; 
}

.title_site_service {
    color: #375c89;
    font-family: 'BrownRegular';
    font-size: 30px;
    font-weight: 300; 
}
 
.texte_site {
    color: #3b4c56;
    font-family: 'BrownRegular';
    font-size: 16px;
    font-weight: 500;
}

.btn_decouvrir {
    border-radius: 7px;
    font-family: 'BrownBold'; 
    background: linear-gradient(254deg, #002970 0%, rgba(0,69,112,0.79) 100%);
    background-blend-mode: normal;
    border: none;
}

.title_services {
    color: #004570;
    font-family: 'BrownBold'; 
    font-size: 19px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.texteçservices {
    color: #757575;
    font-family: 'BrownRegular';
    font-size: 14px;
    font-weight: 400;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .carde_serv{
    padding: 10px;
  } 

 .carde_serv:hover{
    border-radius: 17px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 3px 6px 4px rgba(100,100,100,0.09);
} 

.dcouvrezle {
    color: #ffffff;
    font-family: 'BrownBold'; 
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}

.cadre_metier {
    border-radius: 13px;
    border: 1px solid rgba(219, 219, 219, 0.94);
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.01);
    padding: 13px;
    max-height: 250px;
    height: 134px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cadre_histoire {
    border-radius: 28px;
    background: linear-gradient(270deg, rgba(22, 105, 183, 0.52) 0%, rgba(185, 219, 229, 0.52) 100%);
    background-blend-mode: normal;
    padding: 20px;
  }
  

.cadre_metier:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(254deg, #002970 0%, rgba(0,69,112,0.79) 100%);
    cursor: pointer;
}

.cadre_metier:hover .lIngnierie {
    color: #fff;
}
 
/* Classe pour l'élément sélectionné */
.selected {
    background: linear-gradient(254deg, #001e3c 0%, rgba(0,69,112,0.89) 100%);
    color: white;
    z-index: -1; /* Envoie l'élément en arrière-plan */
    box-shadow: none;
}

.selected .lIngnierie {
    color: #fff;
}


.selected .cercle_number {
    color: #000000;
}


.cercle_number{
    background: #ffffff;
    background-blend-mode: normal;
    border: solid 1px #e7e7e7;
    border-radius: 100%;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 7px;
}

.bg_etoile {
    background-image: url('../images/ok.png'); /* Remplacez par l'URL de votre image */
    background-size: cover; 
    background-position: center;
}

.lIngnierie {
    color: rgba(0,59,107,0.74);
    font-family: 'BrownBold'; 
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
  }
  

.pCI-DSSlan {
    color: #1d4c7e;
    font-family: 'BrownBold';
    font-size: 31px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.42em;
}

.cadre_actu{
    border-radius: 24px;
    background: #ffffff;
    background-blend-mode: normal;
    padding: 15px;
    border: 1px solid rgba(0, 69, 112, 0.32);
    margin-bottom: 20px;
}
  

.btn_dec {
    border-radius: 12px !important;
    background: #ffffff !important;
    background-blend-mode: normal;
    color: #303f7b !important;
}

/* Section Parallax */
.parallax-section {
    background-image: url('../images/dec.jpg'); /* Remplacez par l'URL de votre image */
    background-attachment: fixed;
    background-size: cover; 
    background-position: center;
    border-radius: 25px;
    padding: 80px 20px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 17, 96, 0.86) 0%, rgba(5, 73, 116, 0.86) 100%);
}
.parallax-content {
    position: relative;
    z-index: 2;
}
.parallax-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.parallax-content p {
    font-size: 24px;
    line-height: 1.42em;
    margin-bottom: 30px;
}
.parallax-content .btn-primary {
    background-color: #ffc107;
    color: #0d6efd;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.parallax-content .btn-primary:hover {
    background-color: #e0a800;
    color: white;
}



  
  
  
  
  