.s4-citations {
background-color: #e6e245;
border-radius: 20px;
color: white;
height: 100%;
padding: 77px 120px;
display: flex;
flex-direction: column;
}
.s4-citations .groupe {
background-color: #58595b;
font-weight: 600;
padding: 11px 34px;
border-radius: 20px;
width: fit-content;
margin-bottom: 60px;
}
.s4-citations .button {
color: #58595b !important;
}
.s4-citations .button:hover {
color: #58595b !important;
}
.s4-citations .owl-carousel-citations {
overflow: hidden;
}
.s4-citations .owl-carousel-citations .owl-stage-outer {
overflow: visible;
order: 1;
}
.s4-citations .owl-carousel-citations .owl-nav {
order: 2;
justify-content: start;
margin-top: 30px;
margin-bottom: 30px;
}
.s4-citations .owl-loaded .owl-nav {
order: 2;
justify-content: start;
margin-top: 30px;
margin-bottom: 30px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-loaded .owl-nav .owl-prev {
background-image: url(//www.anmecs.fr/wp-content/themes/section4-anmecs/blocks/s4-citations/arrow-left-white.svg) !important;
}
.owl-carousel .owl-nav .owl-next,
.owl-loaded .owl-nav .owl-next {
background-image: url(//www.anmecs.fr/wp-content/themes/section4-anmecs/blocks/s4-citations/arrow-right-white.svg) !important;
}
.s4-citations .owl-loaded .owl-stage-outer {
overflow: visible;
order: 1;
}
.s4-citations .owl-carousel-citations .citation {
font-weight: 600;
display: flex;
flex-direction: column;
gap: 20px;
}
.s4-citations .owl-carousel-citations .nom {
padding-top: 20px;
}
.s4-citations .owl-carousel-citations .owl-stage-outer .owl-item {
display: flex;
align-items: center;
}
@media (max-width: 1549px) {
.s4-citations {
padding: 43px 63px;
}
}
@media (max-width: 1199px) {
.s4-citations {
padding: 22px 32px;
}
.s4-citations .owl-loaded .owl-nav {
margin-top: 26px;
margin-bottom: 26px;
}
}