.logo-agence {
    height: 90px;
}

/* IMAGE HEADER AGENCE */
.agence-hero img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: #9d2020;
  text-decoration: none;
}

/* Couleur du header */
.navbar {
    background-color: rgb(237, 237, 237) !important;
}
/* Style général de la page */
.estimation-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.estimation-container h1 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 2em;
  color: #ff4800;
}

.estimation-container hr {
  border: 0;
  height: 2px;
  background-color: #982727;
  margin-bottom: 30px;
  width: 100px;
  opacity: 1;
}
.estimation-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.estimation-form .form-group {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.estimation-form .form-group.full-width {
    flex: 1 1 100%;
}

.estimation-form .full-line {
    flex: 1 1 100%;
}

.estimation-form label {
    margin-bottom: 5px;
    font-weight: bold;
}

.estimation-form input,
.estimation-form select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1em;
    background-color: white;
}

.estimation-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.estimation-form button {
    background-color: #982727;
    color: #fff;
    padding: 12px 25px;
    font-size: 1em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.estimation-form button:hover {
    background-color: #7a1c1c;
}

@media (max-width: 600px) {
    .estimation-form .form-group,
    .estimation-form .full-line {
        flex: 1 1 100%;
    }
}
