/*-----------------------------   Barre de navigation  ----------------------------------*/

.navbar {
  background: linear-gradient(45deg, #CBFFCD, #E0FBE0, #DFFCFF);
}

.navbar li a,
.navbar .navbar-brand {
  color: #6E6E6E;
}

.navbar-nav li.active a {
  color: #D23434;
  background-color: #200505;
}

.open .dropdown-toggle {
  color: #fff;
  background-color: #ff7d86;
}

.dropdown-menu li a:hover {
  background-color: #b4ec51;
  color: #fff;
}

.carousel-inner img {
  width: 100%;
  
  margin: auto;
}

.carousel-caption h3 {
  color: #fff ;
}

@media (max-width: 100px) {
  .carousel-caption {
    display: none;
  }
}


/*----------------------------- Section Pourquoi choisir NettPro  ----------------------------------*/

.middle-section {
  background-color: rgb(242, 255, 244);
  background-size: cover;
  padding: 100px; /*  espace intérieur à la section */
  text-align: center;
   margin-top: 30px; 
   font-size: 16px;
   text-transform: uppercase;
}

.col-sm-3:hover img {
    transform: scale(1.05); /* zoom de 105% */
    transition: transform 0.3s ease; /* transition fluide */
  }




  /*----------------------------- Section NettPro en chiffre page----------------------------------*/



/* Conteneur principal */
.informations {

    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background: #e9ffe7; /* F */
    color: #333; /* Texte noir */
    
}

/* Titre */
.informations h1 {
     
    padding-top: 50px;
    padding-left: 20px;
    color:#354A34; 
      font-size: 30px;
    text-transform: uppercas; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Conteneur des statistiques */
.statistiques {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

/* Styles pour les nombres */
.statistique .nombre span {
    font-size: 2.4rem;
    font-weight: 600;
     color: #A1ED84;  /* Couleur orange */
}

/* Styles pour le texte en gras */
.statistique p {
    font-weight: 600;
}
.nombre,
.statistique p {
  text-align: center;

 }
















/*********************************** QUI SOMME NOUS *****************************/




.conteneur-titre {
      text-align: center; /* Centrer le contenu */
      margin-top: 50px; /* Ajuster la marge supérieure selon vos besoins */
      margin-bottom: 50px; /* Ajuster la marge inférieure selon vos besoins */
      background-color: #007bff; /* Couleur de fond bleue */
      padding: 60px; /* Ajouter du rembourrage pour espacer le contenu du bord */
    }

    .grand-titre {
      font-size: 2.5rem; /* Taille de police du titre */
      color: white; /* Couleur du texte en blanc pour le contraste */
      /* Autres styles de titre selon vos préférences */
    }
    



  .conteneur-contenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-top: 200px;
}

.contenu-gauche {
    flex: 1;
    margin-right: 20px;
    color: #333;
}

.contenu-gauche .titreAccueil {
    font-size: 4.5rem;
    color: #007bff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
    margin-left: 60px;
}

.contenu-gauche .texteEts {
    line-height: 1.6;
    text-align: justify;
    margin-top: 100px;
    margin-left: 60px;
}

.contenu-gauche .titreAccueil,
.contenu-gauche .texteEts p {
    font-family: Monospace;
}

.contenu-droite {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 400px;
    margin-left: 60px;
    gap: 25px;
}

.un-picto-ets {
    display: flex;
    align-items: center;
    padding: 10px;
}

.un-picto-ets img {
    width: 80px;
    height: auto;
    margin-right: 10px;
    border-radius: 10px;
}

.un-picto-ets p {
    font-size: 1.1rem;
    margin: 0;
}
    
    .principe{
display: flex;
justify-content: space-around;
margin-top: 90px;
padding: 50px;
background: #e8e8e8;
margin-left: 10px;
margin-right: 10px;
border-radius: 10px;
}

.principe span h3{
text-align: center;
}
    








/*********************************** vais qis some nous  *****************************/




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
#chronologie .header {
  min-height: 200px;
}

#chronologie .header h1 {
  font-size: 40px;
  margin-top: 50px;
  text-transform: uppercase; /*majuscule*/
  background: #c5c5c5;
}
#chronologie .header p {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin: 20px auto;
}

#chronologie .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 945px;
  background: #c5c5c5;
}
#chronologie .timeline {
  position: relative;
  margin: 50px auto; /*prmet bien centré*/
  padding: 40px 0;
  width: 1000px;
}
#chronologie .timeline ul {
  margin: 0;
  padding: 0;
}
#chronologie .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}


/*mes p de milieu impaire*/
#chronologie .timeline ul li:nth-child(odd):before{
  content: ''; /*aucun contnu n sera cible avant/apres l elmnt ciblé*/
  position: absolute;
  top: 24px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: rgba(176, 221,22,1);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(176, 221, 22, 0.2); /*ombre*/
  
}
#chronologie .timeline ul li:nth-child(odd){
  
  text-align: right;
  clear: both; /* droite à l'intérieur de l'élément*/
}
#chronologie .timeline ul li:nth-child(odd):hover {
  box-shadow: -2px 2px 4px rgba(0, 0, 255, .2);
}

/*mes point de milieu paire*/

#chronologie .timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  top: 24px;
  left: -4px;
  width: 10px;
  height: 10px;
  background: rgba(176, 221,22,1);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(176, 221, 22, 0.2);
}
#chronologie .timeline ul li:nth-child(even){
  float: right;
  text-align: left;
  clear: both;
}


/*mes textes & mes text_Dates */

#chronologie .timeline ul li .content {
  padding-bottom: 20px;
}
#chronologie .timeline ul li .content h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #1F6C20;
  text-transform: uppercase;
  font-size: 16px;
}
#chronologie .timeline ul li .content p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;  
}
#chronologie .timeline ul li .time h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
 
}
/* style mes Dates impaire*/

#chronologie .timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -200px;
  margin: 0;
  padding: 8px 16px;
  background: #A1ED84;
  color: #0D0C0C;
  border-radius: 20px;
  box-shadow: 0 0 0 3px rgba(176, 221, 22, 0.2);
}
#chronologie .timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -200px;
  margin: 0;
  padding: 8px 16px;
  background: #A1ED84;
  color:#0D0C0C;
  border-radius: 20px;
  box-shadow:0 0 0 3px rgba(176, 221, 22, 0.2);
}




/* Styles pour la carte */
#map {
    height: 400px;
    width: 80%;
    position:center;
    margin-top: 50px;
    box-shadow:0 0 0 3px rgba(176, 221, 22, 0.2); 
  }


#contact-button {
      text-align: center;
      margin-top: 20px; 
  }
.middle-section h2 {
  border-radius: 20px;
  
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #A1ED84;
  padding: 10px 20px; 
  color: white; /* Couleur du texte */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}




/*<!-----------------------------ZONES D INTERVENTION ----------------------------------> */

.zone-intervention h2 {
 text-align: center;
  font-family: 'Comic Sans MS', cursive; /* Police de caractères amusante */
  font-size: 36px; 
  color: #324431; 
  margin-bottom: 20px; 
  text-transform: uppercase; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
}

 


.ul-container {
  display: flex;
  justify-content: center; /* Pour centrer les deux sections horizontalement */
  position: relative; 
}

.ul-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px; /* Largeur du trait vertical */
  background-color: black; /* Couleur du trait vertical */
}

.section {
  margin: 0 10px; /* Espacement entre les deux sections */
}

.section ul {
  list-style: none;
  padding: 0;
}

.section ul li {
  margin-bottom: 5px;
}







 /*----------------------------Seconde Section au milieu de la page-------------------------------- */
.reseau {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    
    margin-right: 100px;
   
}


.reseau div {
    margin: 0 5px;
    
}

.reseau div i {
    font-size: 40px;
    color: rgb(6, 6, 9); /* Couleur d'icône */
}

.rp p {
    margin: 0;
    font-size: 20px; /* Taille du texte */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
    font-weight: bold;
}



/*----------------------------FOOTER---------------------------------*/

footer {
    background: #F2FAF2;
    margin-top: 60px;
    text-align: center;
  padding: 40px; /* la marge intérieure */
   margin-top: 60px;
}


.ft {
    display: flex;
    justify-content: space-around;
}




.bas p,
.ft > div > div {
    margin: 5px 0; /* Réduire les marges */
    font-weight: 600;
    color: #286323; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
    font-size: 14px; /* Réduire la taille de police */
     padding: 10px; /* Réduire le rembourrage */
}
 .bas p{
  padding: 10px; /* Réduire le rembourrage */
 }







/****************** FORMULAIRES DE : CONCTACT, DEVIS ET FORMATION  *******************/


.welcome-section {
  text-align: center;
  padding: 50px 0; 
  background: linear-gradient(45deg, #CBFFCD, #E0FBE0, #DFFCFF);
  margin-top: 50px;
  color: #333; /* Couleur du texte */
  font-size: 18px; /* Taille du texte */
  font-weight: bold; /* Gras */
}

#formationForm {
      
  background-size: cover;
  padding: 100px 0;
  
}
.bg-1 {
  background-color: rgba(0,0,0,0.6); /* Couleur de fond avec transparence */
  color: #fff; /* Couleur du texte */
  padding: 20px;
  border-radius: 10px; /* Coins arrondis */
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0; /* Pas de coins arrondis pour les champs de formulaire */
}
.Btn.Envoyer {
  background-color: #333; /* Couleur de fond */
  color: #fff; /* Couleur du texte */
  border-radius: 5px; /* Coins arrondis */
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.Btn.Envoyer:hover {
  background-color: #555; /* Couleur de fond au survol */
}


/* Styles pour le conteneur */
.container {
  width: 80%;
}




/****************** FORMATION  *******************/




.formation-list {
  margin: 1rem auto;
  text-align: center;
  list-style: none;
  }
  
  .formation {
  display: inline-block;
  width: 100%;
  width: 400px;
  margin: 10px;
  font-size: 20px;
  overflow: hidden;
  box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 0.5);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
  }
  
  .formation:hover {
  transform: translateY(-0.5rem) scale(1.0125);
  box-shadow: 0 0.5em 3rem -1rem #48f05e80;
  }
  
  .formation-description {
  padding: 1em 0.5em;
  color: #515151;
  }
  
  .formation-description > h2 {
  margin: 0 0 0.5em;
  }
  
  .formation-description > p {
  margin: 0;
  }
  
  .formation-image > img {
  width: 100%;
  }
  
  .formation-description p span {
  padding-left: 5px;
  }
  

