
body {
  font-family: 'Poppins', sans-serif !important;
}
h5{
    color: #151818 !important;
}
 .btn{border:2px solid #ef4b30 !important;padding:10px 10px;font-weight:600 !important;margin-right:25px;}
    .btn:hover{border-color:#ef4b30 !important;}
    .btn-success{background-color:#ef4b30 !important;}
    .btn-success:hover{background-color:#ffffff !important;color:#ef4b30 !important;}
    .btn-outline-success{color:#ef4b30 !important;}
    .btn.btn-outline-success:hover{background-color:#ef4b30 !important; color:#ffffff !important;}
/* 🌿 Menu principal */
.font-poppins {
    font-family: 'Poppins', sans-serif;
}
.footer-section.mt-5.h5{
   font-family: 'Kumbh Sans';
}

.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: rgb(253, 115, 94); /* 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-container
    {
        display:flex;
        margin-left:10px;
        margin-top:20px;
        justify-content: center;
    }
    
    .step-title
    {
        color:#151818;
        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{
        width: 316px;
        height: 200px;
        border-radius: 10px;
    }

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

    .actualities.card-title
    {
        
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0%;
        color: #151818;
    }

    .actualities.card-text
    {   
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color:#151818;
    }

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

    .actualities.card-body
    {
        width: 316px;
    }
    
    .active>.page-link, .page-link.active
    {
        background-color: rgba(239, 75, 48, 1) !important;
        border-color: rgba(239, 75, 48, 1) !important;
        color: #fff !important;

    }

    .page-link
    {
        color: rgba(239, 75, 48, 1) !important;
    }

    .keep-informed-label.form-label
    {
        margin: 55px 0px 15px;
        color:#151818 !important;
    }
    .keep-informed-label {
        font-size: 22px;
        font-weight: 600;
        color: rgba(21, 24, 24, 0.7);
        margin-bottom: 10px;
    }
    .keep-informed-form.form-control
    {
        border: 2px solid rgba(239, 75, 48, 1);
    }

    .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%;
        color: rgba(239, 75, 48, 1);
    }
   

    #prevPage{
        border: 2px solid rgba(239, 75, 48, 1) !important;
        font-weight: 600;
    }
    #nextPage{
        font-weight: 600;
    }
    
   