html{
    scroll-behavior: smooth;
}
body{
    background-color: #F7FFF7;
}

img {
    width : 100%;
    height: 100%;
    }
div div div {
    text-align: center;
}
div div div img {
    width : 50%;
    height: 50%;
}

.carousel-item img {
    max-height: 400px;
    margin: 0 auto;
    object-fit: contain;
}
image{
    display: block;
    }
    .texte{
    background-color: #F7FFF7;
    text-align: center;
    font-size: x-large;
    padding-top: 50px;
    padding-bottom: 50px
    }
