.avis-clients-container {
margin: 20px 0;
font-family: inherit;
}
.no-reviews-frontend {
text-align: center;
padding: 40px 20px;
color: #666;
} .avis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 20px 0;
} .avis-slider-container {
position: relative;
margin: 20px 0;
}
.avis-slider-wrapper {
overflow: hidden;
border-radius: 12px;
}
.avis-slider {
display: flex;
transition: transform 0.3s ease;
}
.avis-slider .slide {
min-width: 100%;
flex-shrink: 0;
} .avis-item {
margin-bottom: 20px;
}
.avis-card {
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
border: 1px solid #e9ecef;
border-radius: 12px;
padding: 24px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
}
.avis-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(0,0,0,0.15);
} .avis-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 16px;
}
.avis-author {
flex: 1;
}
.author-name {
margin: 0 0 4px 0;
font-size: 18px;
font-weight: 600;
color: #1a1a1a;
line-height: 1.3;
}
.author-designation {
margin: 0;
font-size: 14px;
color: #3b82f6;
font-weight: 500;
} .avis-rating {
display: flex;
align-items: center;
gap: 2px;
}
.avis-rating .star {
font-size: 16px;
transition: transform 0.2s ease;
}
.avis-rating .star.filled {
opacity: 1;
color: #fbbf24;
}
.avis-rating .star:not(.filled) {
opacity: 0.3;
color: #d1d5db;
} .avis-content {
flex: 1;
margin-bottom: 16px;
}
.avis-comment p {
margin: 0;
color: #374151;
line-height: 1.6;
font-size: 15px;
}
.toggle-comment {
background: none;
border: none;
color: #3b82f6;
cursor: pointer;
font-size: 14px;
font-weight: 500;
margin-top: 8px;
padding: 0;
text-decoration: none;
transition: color 0.2s ease;
}
.toggle-comment:hover {
color: #1d4ed8;
text-decoration: underline;
} .avis-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 16px;
border-top: 1px solid #f3f4f6;
font-size: 13px;
color: #6b7280;
}
.rating-text {
font-weight: 600;
} .slider-controls {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 20px;
}
.slider-btn {
background: #fff;
border: 1px solid #d1d5db;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #374151;
transition: all 0.2s ease;
}
.slider-btn:hover {
background: #f9fafb;
border-color: #9ca3af;
transform: scale(1.05);
}
.slider-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
transform: none;
}
.slider-dots {
display: flex;
gap: 8px;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
border: none;
background: #d1d5db;
cursor: pointer;
transition: all 0.2s ease;
}
.dot.active,
.dot:hover {
background: #3b82f6;
transform: scale(1.2);
} .avis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
} @media (max-width: 768px) {
.avis-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.avis-card {
padding: 20px;
}
.avis-header {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.author-name {
font-size: 16px;
}
.avis-comment p {
font-size: 14px;
}
.slider-controls {
gap: 15px;
}
.slider-btn {
width: 36px;
height: 36px;
font-size: 16px;
}
} @media (max-width: 480px) {
.avis-clients-container {
margin: 15px 0;
}
.avis-grid {
grid-template-columns: 1fr;
}
.avis-card {
padding: 16px;
margin-bottom: 16px;
}
.author-name {
font-size: 15px;
}
.author-designation {
font-size: 13px;
}
.avis-comment p {
font-size: 13px;
}
.avis-footer {
font-size: 12px;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.avis-card {
animation: fadeIn 0.5s ease-out;
} .avis-clients-container.custom-style .avis-card { }.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}