.container li::before {
    content: "";
    margin-right: 0px;
}

.prof-card {
  max-width: 800px;
  margin: 0px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
	.prof-card {
		max-width: 90%;
	}
}

.prof-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.avatar-icon {
  font-size: 80px;
  color: #007bff;
}

.prof-header h1 {
  font-size: 1.8em;
  margin: 0;
  color: #333;
}

.prof-ville {
  color: #666;
  font-size: 0.95em;
}

.prof-details h2 {
  font-size: 1.2em;
  color: #007bff;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prof-section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; /* pour que ça revienne à la ligne si trop long */
  gap: 15px; /* espace horizontal entre les éléments */
  margin-top: 8px;
}

.prof-section ul li {
  background: #f4f7ff;
  border: 1px solid #e0e7ff;
  border-radius: 20px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.95em;
}

.prof-section ul li i {
  color: #007bff;
  margin-right: 6px;
}

.prof-section a,
.prof-section a:active,
.prof-section a:hover,
.prof-section a:visited {
  text-decoration: none;
  font-weight: bold;
  color: orange;
}



.tarif {
  font-size: 1.3em;
  color: #28a745;
  font-weight: bold;
}

.niveau {
  color: #888;
  font-size: 0.9em;
}

.annonce {
  line-height: 1.6;
  color: #444;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
}

.contact-section {
  background: #fff8f0;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-top: 2rem;
}

.contact-section h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.contact-section i {
  color: orange;
  margin-right: 8px;
}

.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form label {
  font-weight: bold;
  color: #444;
  display: block;
  margin-bottom: 0.4rem;
}

.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: #fff;
  transition: border 0.2s ease;
}

.contact-form select:focus,
.contact-form textarea:focus {
  border-color: orange;
  outline: none;
}

.btn-contact {
  background-color: orange;
  color: white !important;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-contact:hover {
  background-color: #e69500;
}

.btn-container {
	text-align: center;
}


.login-reminder {
  text-align: center;
  color: #555;
  font-size: 1rem;
}

.btn-login {
  display: inline-block;
  background: orange;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0.6rem;
  transition: background 0.2s ease;
}

.btn-login {
  color: white !important;
}


.btn-login:hover {
  background: #e69500;
}

.btn-contact i,
.btn-login i {
  color: white !important;
}
