
body {
  font-family: 'Poppins', sans-serif !important;
}
/* 🌿 Menu principal */
.font-poppins {
    font-family: 'Poppins', sans-serif;
}
.footer-section.mt-5.h5{
   font-family: 'Kumbh Sans';
}

.mt-5.details-prestation{margin:20px 50px 100px 50px;}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2C5F2D; /* Vert nature */
    box-shadow: 0 0px 0px;
}
.header.table{
    margin-bottom: 0px;
}
/* 🎨 Logo Styling */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 50px; /* Taille du logo */
    height: auto;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
}

.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo:hover img {
    transform: scale(1.1); /* Effet zoom */
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}



.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #A7C957; /* Vert clair */
}

/* 📱 Menu burger pour mobile */
.burger {
    display: none;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background: #fff;
}


.qui-sommes-nous
{
    align-items:center;
    justify-content:space-between;
    padding:60px 60px;
    display:flex;
    width:100%;
}
 .qui-sommes-nous .image
    {
    width:493px;
    height:552px;
    border-radius:15px;
    
    }

       /**/
    
    
  .comment-ca-marche-section
  {
    align-items:center;
    justify-content:space-between;
    padding:auto 60px;
    display:flex;
    width:100%;
    background-color:#fff;
  
  }
  .section.comment-ca-marche-section
  {
    height:700px;
    padding:60px 60px 93px 60px;
    position:relative;
    top:-59px;
    
    }
    
  .section.demande-devis 
  {
   
      display:block;
      align-items:center;
      justify-content:center;
      padding:0px 50px 88px 49px;
      position:static;
      left:88px;
      bottom:50px;
      top:88px;
      right:50px;
      margin:0px 8px 150px 50px;
       
   }

.btn{
    font-weight: 600;
    font-family: Poppins;
    padding: 16px 25px;
    }
    .btn-container
    {
        display:flex;
        margin-left:10px;
        margin-top:20px;
        justify-content: center;
    }
    .submit-btn{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    .step-title
    {
        color:#013A34;
        text-align:center;
        font-feature-settings:'liga' off, 'clig' off, 'calt' off;
        font-size:22px;
        font-style:normal;
        font-weight:600;
        line-height:28px;
    }
    .container-pourquoi-nous-choisir
    {
        position:static;
        top:100px;
        display:block;
        padding:40px 40px 40px 40px;
        width:auto;
        overflow-x: hidden;
    }

    .besoin-aide-description
    {
        color:rgba(4,48,28,0.7);
    }

    .collapse {
        visibility: visible !important;
    }

    .actualities.card-img-top{
       
        border-radius: 10px;
    }

    .actualitites.published-date
    {
        
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        color : rgba(67, 219, 141, 1);
    }

    .actualities.card-title
    {
        
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0%;
        color: rgba(4, 48, 28, 1);
    }

    .actualities.card-text
    {   
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: rgba(4, 48, 28, 0.7);
    }

    .actualities.collapse{
        width: 316px;
        height: 363px;
    }

    .actualities.card-body
    {
        width: 316px;
    }
    
    .active>.page-link, .page-link.active
    {
        background-color: #176d46 !important;
        border-color: #176d46 !important;
        color: #fff !important;

    }

    .page-link
    {
        color: #176d46 !important;
    }

    .keep-informed-label.form-label
    {
        margin: 55px 0px 15px;
    }
    .keep-informed-label {
        font-size: 22px;
        font-weight: 600;
        color: #04301c;
        margin-bottom: 10px;
        font-family: 'Kumbh Sans' !important;
    }
    .keep-informed-form.form-control
    {
        border: 2px solid #0a7a3d;
    }

    .keep-informed-form 
    {
        width: 100%;
        padding: 15px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 56px;
        font-size: 16px;
    }
    .keep-informed-form-container {
    display: flex;
    align-items: center;
    width: 100%;
    }
    .keep-informed-btn.btn.btn-success{
        height: 56px;
    }

    #prevPage{
        border: 2px solid #0a7a3d !important;
        font-weight: 600;
    }
    #nextPage{
        font-weight: 600;
    }
    
       .article-container{box-shadow: none !important;}
       
       li::before{
         margin-left: 20px !important;
         margin-right: 20px !important;
}
