.testimonyControl {
    font-size: 3rem;
    color: #b6cc28;
    opacity: 0.7;
}

.testimonyControl:hover,
.testimonyControl:focus {
    color: #b6cc28;
    opacity: 1;
}

.testimonyItem {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#image {
    border-radius: 50%;
    box-shadow: 0px 15px 20px 5px rgba(178,217,238,0.75);
    max-width: 150px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    opacity: 1;
    color: #272262;
}

.box-temoignages {
    background-color: white;
    border-radius: 50px;
}