
.homepage {
    background-color: rgb(241, 241, 245);
    padding: 3rem;
}

.home-img img {
    border-radius: 0;
    height: 14rem;
    object-fit: cover;
    width: 100%;
}


.home-img:hover img {
    border: solid 1px rgb(116, 116, 156);
}

.carousel-caption {
    bottom: -8px;
    text-align: center;
}

.img-thumbnail {
    padding: 0 !important;
}


.img-thumbnail {
    padding: 0;
}

.desc {
    font-size: 1.1rem;
    color: #7F7F7F;
    font-family: Calibri, serif;
    text-align: justify;
}

.desc a {
    color: #7F7F7F;
    text-decoration: underline;
}

.desc .aide {
    text-align: center;
    font-size: 1rem;
}

.aquarelle:hover {
    cursor: pointer;
    text-decoration: underline;
}

.links span {
    cursor: pointer;
    background-color: rgba(116, 116, 156, 0.5);
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 150px;
}

.aquarelle ul {
    display: none;
    font-size: 18px;
    text-align: center;
    z-index: 21;
    position: absolute;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 5%;
}

.aquarelle li a {
    color: black;
}

#test {
    display: none;
}