.listing-temoignages .swiper { overflow: hidden; }
.box-temoignage{
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:10px;
padding:2em;
min-height:200px;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.box-temoignage__content{
font-size:16px;
line-height:1.6;
color:#111;
}
.box-temoignage__title{
margin-top:18px;
color: var(--wp--preset--color--ast-global-color-1);
font-size: 1.2em;
font-weight:400;
}.listing-equipe .swiper { overflow: hidden; } .listing-equipe .swiper-slide{
height: auto;
} .listing-equipe .swiper-wrapper{
align-items: stretch;
display: flex;
} .listing-equipe .swiper-slide > .box-equipe{
height: 100%;
} .box-equipe {
display: flex;
gap: 0;
align-items: stretch;
flex-direction: column;
overflow: hidden;
border-radius: var(--radius);
}
.box-equipe__img {
width: 100%;
height: auto;
display: block;
background: #efddbc;
}
.box-equipe__title {
font-weight: 400;
margin-bottom: .5em;
}
.box-equipe__excerpt {
font-size: 1.2em;
font-weight: 600;
margin-bottom: 0.5em !important;
}
.box-equipe__content {
background: orange;
padding: 2.5em 1.5em 1.5em;
font-weight: 600;
height: 100%;
}.planetewp-faq__item {
margin-bottom: 1em;
}
.planetewp-faq__question {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
cursor: pointer;
list-style: none;
font-size: 1.3em;
transition: .2s;
}
.planetewp-faq__question:hover {
color: #404040;
transition: .3s;
} .planetewp-faq__question::marker{ content: ""; }
.planetewp-faq__question::-webkit-details-marker{ display:none; } .planetewp-faq__question::after{
content: "";
flex: 0 0 auto;
width: 22px;
height: 22px;
background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6%209l6%206l6-6'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M6%209l6%206l6-6'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
transform: rotate(-90deg); transition: transform .2s ease;
transform-origin: 50% 50%;
} .planetewp-faq__item[open] > .planetewp-faq__question::after{
transform: rotate(0deg);
}
.planetewp-faq__answer {
padding: 1em 1em 1em 0;
}