.btn-primary {
    background-color: #f6af84 !important;
    border-color: #f6af84 !important;
    color: #fff !important;
}
  
.btn-primary:hover {
    background-color: #e89a72 !important;
    border-color: #e89a72 !important;
}

.btn-success {
    background-color: #f6af84 !important;
    border-color: #f6af84 !important;
    color: white !important;
}

.btn-success:hover {
    background-color: #e89a72 !important;
    border-color: #e89a72 !important;
}

.text-primary {
    color: #f6af84 !important;
}
.text-center {
    color: #f6af84 !important;
}
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1; /* Permet au contenu de prendre tout l'espace disponible */
}

footer {
    background-color: #343a40;
    color: white;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
footer a {
  color: #f6af84;
  text-decoration: none; /* optionnel */
}

footer a:hover {
  text-decoration: underline; /* optionnel */
}

.pricing-table {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-table h2 {
    text-align: center;
    margin-bottom: 20px;
}
.service-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
}
.service-item:last-child {
    border-bottom: none;
}
.description {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
body {
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
}
.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
    color: #b0b0b0;
}
.custom-navbar .nav-link:hover {
    color: #007bff;
}
footer {
    background-color: #343a40;
    color: white;
    padding: 10px 0;
    text-align: center;
}
.service-card img {
    height: 200px;
    object-fit: cover;
}
.testimonials {
    background-color: #f1f1f1;
    padding: 40px 0;
}
