.search-box select, .search-box input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}	

.form-container {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
font-family: 'Poppins', sans-serif;
  border: #4E73DF solid;
}

@media (max-width: 768px) {
	.form-container {
        width: 100%;
		margin-left: 10px;
        margin-right: 10px;
    }
}	


.form-container h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #2c3e50;
}

.form-subtitle {
  text-align: center;
  font-size: 18px;
  color: #2A3775;
  margin-bottom: 25px;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #34495e;
}

form input,
form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

form input:focus,
form select:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
}

.submit-button {
  width: 100%;
  background-color: #4e73df;
  color: white;
  padding: 12px 0;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-button:hover {
  background-color: #c0392b;
}

.epaviste-intro {
    display: flex;
    background-color: #EDEDF1;
    flex-wrap: wrap;
	flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-left: 20px;
	padding-right: 20px;
}


/* Réinitialisation des marges et paddings des <li> */
.epaviste-intro ul {
    list-style: none;
	max-width: 1140px;
	margin: 0 auto;	
}

/* Styling des <li> */
.epaviste-intro ul li {
    color: #555;
    line-height: 1.6;	
    align-items: center;
list-style-type: none;
}

.epaviste-intro ul li::before{
  content: "⚙️";
  padding-right: 8px;
}


.epaviste-intro h1 {
font-size: 25px;
font-weight: 600;
color: #2A3775;
text-align:center;

}

.epaviste-intro h2 {
    padding-top : 20px;
    padding-bottom : 10px;
    font-size: 25px;
    font-weight: 700;
    color: #2A3775;
    text-align: center;
	margin: 0px 20px 0px 20px;	
}

.epaviste-intro h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2A3775;
    text-align: left;

}

.epaviste-intro p {
    color: #555;
    font-size: 16px;
	text-align: left;
    max-width: 1140px;
	margin-top: 10px;
	margin-bottom: 20px;	
	text-align:justify;

}




.tooltip-box {
  background-color: #f0f8ff;
  border-left: 4px solid #007BFF;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  position: relative;
  max-width: 1140px;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
}

.tooltip-box::before {
  content: "💡";
  position: absolute;
  top: -15px;
  left: 15px;
  background: #007BFF;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.tooltip-box p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.tooltip-box strong {
  color: #007BFF;
}


#tooltipaddprobtn {
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#tooltipaddprobtn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .tooltip-box {
	width:100%;
padding: 20px 20px;
  }
  
    .epaviste-intro {
	width:100%;

  }
  
    .epaviste-intro p {
	width:100%;
padding-left: 10px;
padding-right: 10px;
  }
}