
[class*="navbar-brand"]{
    color:rgb(168, 166, 166);
    font-family:Apple Chancery;
}
[class*="img-thumbnail"]{
    border: 1px solid black;
    border-radius: 10px;
}

[class*="navbar-brand"]:hover{
    color: #fff;
}
.tt3{
    background-color:rgb(0, 0, 0);
    color:#fff;
}
h4{
    color: #fff;
}
.serv{
    background-color:rgb(1, 37, 1);
    color:#fff;
    font-size: 18px;
}
.serv1{
    background-color:rgb(1, 37, 1);
    color:#fff;
    
}

.hero11 {
    background-image: url('../images/img3.jpg'); /* Remplace par le chemin de ton image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Fixe l'image lors du défilement */
    color: white; /* Change la couleur du texte pour une meilleure lisibilité */
  }
  
[class*="hello"]{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
    transition: transform 0.3s ease-in-out;
    flex: 0 0 calc(30% - 40px);
    box-sizing: border-box;
}
[class*="titi"]{
    font-family:cursive ;
    text-align: justify;
}
[class*="titi22"]{
    font-family: serif ;
    text-align: justify;
}
[class*="img-ff"]{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px white;
}
[class*="titi2"]{
    font-family:cursive ;
    font-size:large;
}
[class*="titi3"]{
    font-family:cursive ;
    font-size:x-large;
}
[class*="titi1"]{
    font-family:cursive ;
    color: rgb(9, 9, 9);
    background-color: #0f2a3d;
}
[class*="tti"]{
    background-color:  rgba(0,0,0,0.7);
    
}
[class*="titi1"]:hover{
    font-family: cursive ;
    color: white;
    background-color: #0f2a3d;
}
[class*="gama21"]{
    min-height: 85vh;
    background-image: linear-gradient(to left,rgba(0, 0, 0, 0.2),rgba(0,0,0,0.1)),url(images/imag1.jpg);
    background-size: cover;
    background-position: center;
}

[class*="gama211"]{
    min-height: 85vh;
    background-image: linear-gradient(to left,rgba(0, 0, 0, 0.2),rgba(0,0,0,0.1)),url(images/cove.jpeg);
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    
}

.carousel-text-overlay {
    z-index: 10; /* Assure que le texte est au-dessus des images */
    background: rgba(0, 0, 0, 0.5); /* Optionnel : ajoute un fond semi-transparent */
    border-radius: 10px;
    padding: 20px;
  }
  
  .custom-height {
    height: 10vh; /* Ajustez la valeur en fonction de la hauteur désirée */
  }
  

  .container-mvc {
    display: flex;
    gap: 20px;
}

.letter {
    font-size: 50px;
    font-weight: bold;
    color: #EE7900;
    animation: bounce 2s infinite;
}

.letter:nth-child(2) {
    color: #EE7900;
    animation-delay: 0.2s;
}

.letter:nth-child(3) {
    color: #EE7900;
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Améliorations visuelles pour la navigation */
.navbar-nav .nav-link {
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.navbar-nav .dropdown-menu {
    background-color: #444;
    border: none;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #f8f9fa;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #555;
    color: #ffffff;
}

/* Style personnalisé pour les lettres */
.container-mvc .letter {
    font-size: 2rem;
    font-weight: bold;
    color: #f8f9fa;
    padding: 0 0.5rem;
}


.tester{
    
    padding-left: 20px;
    padding-top: 5px;
}

.imteck{
    width: 60PX;
    border-radius: 30PX;

}

.juste{
   
    text-align: justify;
}
.jaune{
    color: #EE7900;
}
.noir{
    color: #000000;
}
.blanc{
    color: #ffffff
}
.backnoir{
    background-color: #000;
}



@media (max-width: 768px) {
    header .navbar-nav .nav-item {
      text-align: center;
      margin-bottom: 10px;
    }
  
    header .navbar-toggler {
      margin-top: 5px;
      border: none;
    }

    header .imteck{
        width: 40PX;
        border-radius: 30PX;
    
    }
  }
  
  /* Overlay */
.welcome-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Toujours au-dessus des autres éléments */
    color: #fff; /* Couleur du texte */
  }
  
  /* Contenu */
  .welcome-content {
    text-align: center;
    animation: fadeIn 1s ease-in-out;
  }
  
  /* Animation de fade-out */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .testimonial-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-img {
    border: 4px solid #f8f9fa;
  }
  
  .quote-icon-left, .quote-icon-right {
    color: #ff6b6b;
  }
  
  /* From Uiverse.io by alexruix */ 
.input-group {
    display: flex;
    align-items: center;
  }
  
  .input {
    min-height: 50px;
    max-width: 200px;
    padding: 0 1rem;
    color: #fff;
    font-size: 15px;
    border: 1px solid #5e4dcd;
    border-radius: 6px 0 0 6px;
    background-color: transparent;
  }
  
  .button--submit {
    min-height: 50px;
    padding: .5em 1em;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: #393ff3;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
  }
  
  .button--submit:hover {
    background-color: #dc0505;
    
  }
  
  .input:focus, .input:focus-visible {
    border-color: #3898EC;
    outline: none;
  }
  

  /* Style général pour la section */
.recent-posts {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.section-title p {
  font-size: 1.1rem;
  color: #666;
}

/* Style des cartes d'actualités */
.post-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8;
}

/*Modification entete*/
@media (max-width: 991.98px) {
  .navmenu ul {
    flex-direction: column;
    padding: 1rem 0;
  }
  .navmenu ul li {
    margin: 0.5rem 0;
  }
  .navmenu ul li a {
    padding: 0.5rem 1rem;
  }
  .mobile-nav-toggle {
    display: block;
  }
}
/*partie video*/
.section1{
  background-color: #FFF;
}
.section2{
  background-color: #EFEFEF;
}
.section3{
  background-color: #15F5BA;
}
.formul{
  background-color: #62b6cb;
}
.bouton1{
  background-color: #212E53;
  color: #fff;
}
.bouton5{
  color: #212E53;
  background-color: #fff;
}
.bouton5:hover{
  background-color:#212E53;
  color: #fff;
  border: solid #fff 1px;
}
.bouton1:hover{
  background-color: #fff;
  color:#212E53 ;
  border: solid #212E53 1px;
}
.bouton2{
  background-color: #fff;
  color: #14183a;
}
.bouton2:hover{
  background-color:#14183a;
  color: #fff;
}
.bouton3{
  background-color: #18534F;
  color:#fff;
}
.bouton3:hover{
  background-color: #555;
  color: #f8f9fa;
}
.bouton4{
  background-color: #006d77;
}
.menucolor{
  background-color: #212E53;
}
.menucolor1{
  color: #212E53;
}
.menucolor3{
  background-color: #212E53;
  color: #fff;
}
.colli{
  background-color: #ecf2f6;
}