body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f4f3f0;
    font-size: 13px;
}


.hero-section {
    display: flex;
    align-items: center;
}

.hero-text h1 {
    font-weight: 700;
    color: #1e4b3e;
}

.hero-text p {
    color: #333;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.btn-custom {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-outline-success-custom {
    border: 2px solid #5BBB7B;
    background-color: #5BBB7B ;
    color: #5BBB7B;
}

.btn-outline-success-custom:hover {
    background-color: #5BBB7B;
    color: #fff;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

::placeholder {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #888;
}

select option {
    font-size: 11px;
}

input.form-control,
select,
textarea,
input.form-control:hover {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da !important;
}

input.form-control:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #000 !important;
}

.carousel__container {
    background-color: #D2D7EE;
}

.banner-section {
    background-color: #FBF7ED;
    background-size: cover;
    height: 200px;
    /* Tu peux ajuster la hauteur */
}

.navbar-height {
    height: 70px;
    /* Modifie la hauteur ici */
    background-color: #ffffff !important;
    /* Force le blanc */
}

.navbar-nav .nav-link {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #2c324b !important;
}

.navbar-brand {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2c324b !important;
}

.suscribe-button {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #5BBB7B;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #2c324b;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.category-carousel {
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
}

.category-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome */
}

.pagination-modern .page-link {
    border-radius: 50px;
    margin: 0 5px;
    border: none;
    color: #2c324b;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
}

.pagination-modern .page-link:hover {
    background-color: #2c324b;
    color: #fff;
}

.pagination-modern .page-item.active .page-link {
    background-color: #2c324b;
    color: #fff;
    font-weight: bold;
    border: none;
}

.pagination-modern .page-item.disabled .page-link {
    color: #ccc;
    background-color: #e9e9e9;
}




.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .icon-circle i {
    font-size: 24px;
    color: #333;
  }
  
  .icon-circle:hover {
    background-color: #84BA2C; /* Couleur de fond au survol */
  }
  
  .icon-circle:hover i {
    color: #fff; /* Couleur de l’icône au survol */
  }


  .header-banner {
    background: #F0EFEB;
    padding: 2rem;
    border-radius: 10px;
  }
  .service-image {
    width: 100%;
    border-radius: 10px;
  }
  .freelancer-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
  }
  .price-box {
    background-color: #F4F3F0;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
  }
  