.slider {
    display: block !important;
    align-content: center !important;
background-color: white !important;
border:blue 1px solid !important;
/* Intégrer box shadow */
background-color:rgba(0, 0, 0, 0.137) !important;

margin: 0 auto !important;
z-index:0 !important;
max-height: 300px !important;
width: fit-content !important;

}

.gap-1 {
    gap:1em !important;
}


.container {

margin:0 auto !important;
border-radius: 1vw !important; 

display:grid !important;
justify-content: center !important;
align-items: center !important;
align-content: center !important;
max-height: 200px !important;

}

.slider .container {
margin:0 auto !important;

}
.top-2 {
    margin-top:50px !important;
}
.pad-1 {
    padding:1em !important;
}
 img {
max-width:380px !important;

}

div.container .slider img {
display: block !important;
align-content:right !important;

max-height:300px !important;

max-width:550px !important;
background-size: cover !important;

}
#slide {
    z-index:0 !important;
    animation: defilement 5s alternate-reverse infinite !important;
    -webkit-animation: defilement 5s alternate-reverse infinite !important;
    -moz-animation: defilement 5s alternate-reverse infinite !important;
    max-height:1050px !important;
    border-radius: 7px !important;
    }

@keyframes defilement{
100% {
transform: translateY(1800px) !important;
}

0% {
transform: translateY(-3500px) !important;
}

}
