.a-propos-realisations-container {
    width: 100%;
    height: fit-content;
    background-color: #D3D2D2;
    position: relative;

    padding-top: 100px;
   
}

.a-propos-realisations-slider {
    margin-top: 1rem;
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}




/* Responsive */
@media (max-width: 862px) {



}