.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-button-next, .swiper-button-prev {
	background: #f0f0f0;
	color: #121212;
	width: auto;
	height: auto;
	padding: 8px;
	border-radius: 50%;
	box-shadow: 0 0 10px #0002;
}

#temoignages > p {
	margin: -10px 0 50px;
}

.swiper {
	filter: brightness(70%);
}

.swiper .details h3 span {
	font-size: 16px;
	font-family: Po02;
	color: #fff;
	font-weight: lighter!important;
}

.swiper .details h3 {
	font-family: Po01;
	color: var(--secondary);
}

.imgBox img {
	width: 70px;
	margin: 20px 0;
	height: 70%;
	border-radius: 50%;
	object-fit: cover;
}

.swiper .swiper-wrapper {
	text-align: center;
	background: url(../img/bg-b.svg);
	padding: 20px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
