
.poles{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.Nospoles{
    font-weight:bold;
    text-align: center;
}

.desctionPoles{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
}



.pole{
    background-color: var(--accent-color);
    width: 100%;
    /* padding: 20px; */
    border-radius: 10px;
    border-left:3.5px solid var(--primary-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding:20px 30px;
    margin: 10px 15px;
    background-color: rgba(169, 5, 5, 0.015);

}

.pole ul{
    padding-left: 14px;
    padding-top: 5px;
}

.pole ul li{
    /* font-family: 'Inter'; */
    font-style:normal;
    font-weight: 400;
    line-height: 30px;
    
}

.poles img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    max-width: 100vw;
}

.prqwNous{
    margin-top: 30px;
    background-color: rgb(253, 245, 245);
    padding: 15px;
    color: black;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prqwNous .infoLogo{
    width: 20px;
    height: 20px;
    margin-right: 8px;

}

.prqwNous .prqw_slg{
    text-align: center;
    font-weight: bold;;
}

.more{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 10px;
}

.prqwNous h3{
    margin-bottom: 10px;
}

.prqwNous p{
    margin-bottom: 10px;
}


.expertise{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
}

.expertise .ilusttration_expertise{
    width: 100%;
    /* height: 300px; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.ilusttration_expertise img{
    width: 90%;
    /* height: 100%; */
    object-fit: cover;
}

.NtrText{
    text-align: justify;
}

.expertise_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    gap: 20px;
}

.expertise_content h2{
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: center;
}

.métier_list{
    font-size: 18px;
    margin-left: 20px;
    color: rgb(54, 54, 54);
}

/* donner une couleur au point des li  */

.métier_list li::marker{
    color: var(--primary-color);
    font-size: 30px;
    font-weight: bold;
}

