.cont-avis {
overflow: hidden;
position: relative;
background-color: #F6F6F6;
}
.cont-avis:after,
.cont-avis:before {
content: "";
width: 40%;
z-index: 0;
height: 100%;
position: absolute;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url(//megazonevaise.com/wp-content/uploads/ac_assets/avis/fili-avis.svg);
}
.cont-avis:after{
left: -10%;
bottom: -15%;
}
.cont-avis:before {
right: -10%;
bottom: -15%;
}
.avis-titles {
padding: 3em 0;
display: flex;
text-align: center;
flex-direction: column;
}
.avis-titles > * {
margin: 0!important;
}
.avis-titles h2 {
font-size: 61px;
font-weight: 500;
line-height: 51px;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
}
span.on-title {
font-size: 24px;
line-height: 30px;
font-weight: 300;
letter-spacing: 9.6px;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
}
span.note-infos {
font-size: 24px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1.2px;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
}
.avis-item {
gap: 1em;
width: 288px;
height: 321px;
display: flex;
padding: 1em 2em;
flex-direction: column;
justify-content: center;
background-color: #ffffff;
box-shadow: 0 3px 30px #00000012;
clip-path: polygon(100% 0, 100% 92%, 92% 100%, 0 100%, 0 0);
}
.avis-infos {
gap: 0.5em;
display: flex;
align-items: center;
flex-direction: row;
}
.avis-infos > div.profil  {
width: 60px;
height: 60px;
display: block;
border-radius: 50%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.avis-infos > div.infos .name {
font-size: 15px;
line-height: 16px;
font-weight: 700;
font-family: "Quantico", Sans-serif;
}
.avis-infos > div.infos .date {
font-size: 13px;
font-weight: 400;
font-family: "Poppins", Sans-serif;
}
.review-stars {
display: flex;
margin-top: -0.1em;
flex-direction: row;
margin-bottom: -0.1em;
}
.review-stars span {
width: 15px;
height: 15px;
display: inline-block;
margin: 0 !important;
margin-right: 1px !important;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//megazonevaise.com/wp-content/uploads/ac_assets/avis/f.svg);
}
.review-stars-4 span:last-child,
.review-stars-3 span:nth-last-child(1),
.review-stars-3 span:nth-last-child(2),
.review-stars-3-5 span:nth-last-child(1) {
background-image: url(//megazonevaise.com/wp-content/uploads/ac_assets/avis/e.svg);
}
.review-stars-4-5 span:last-child,
.review-stars-3-5 span:nth-last-child(2) {
background-image: url(//megazonevaise.com/wp-content/uploads/ac_assets/avis/h.svg);
}
.avis-details {
font-size: 14px;
font-weight: 400;
line-height: 20px;
font-family: "Quantico", Sans-serif;
color: var( --e-global-color-primary );
}
.avis-details a {
color: #7E7E7E;
transition: color 0.4s ease;
text-decoration: none!important;
}
.avis-details a:hover {
color: var( --e-global-color-accent );
}
.avis-details .gg-img {
width: 98px;
height: 36px;
display: block;
margin-top: 1em;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//megazonevaise.com/wp-content/uploads/ac_assets/avis/google.svg);
}
.cont-avis .all-link {
z-index: 10;
padding: 4em 0;
text-align: center;
position: relative;
}
.cont-avis .all-link a {
font-size: 22px;
font-weight: 400;
position: relative;
text-decoration: none;
letter-spacing: 1.1px;
padding: 0.4em 0;
color: #ffffff!important;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
}
.cont-avis .all-link a::after {
left: 0;
z-index: 0;
content: "";
width: 100%;
height: 54px;
opacity: 0.3;
position: absolute;
filter: blur(21px);
background: var( --e-global-color-accent );
}
.cont-avis .all-link a > span {
z-index: 9;
position: relative;
padding: 0.4em 1.5em;
transition: 0.3s linear;
background-color: var( --e-global-color-accent );
clip-path: polygon(5% 0%, 100% 0, 100% 70%, 95% 100%, 0 100%, 0% 30%)!important;
}
.cont-avis .all-link a > span > span {
z-index: 10;
position: relative;
}
.cont-avis .all-link a > span::before {
content: "";
top:-5%;
left:-1%;
bottom:-5%;
width: 0;
position: absolute;
transition: 0.3s ease-out;
background-color: var( --e-global-color-primary );
}
.cont-avis .all-link a:hover > span::before {
width:110%;
}  @media (max-width: 767px) {
span.on-title {
font-size: 16px;
line-height: 22px;
letter-spacing: 5.6px;
}
.avis-titles h2 {
font-size: 38px;
line-height: 35px;
}
.cont-avis:after,
.cont-avis:before {
width: 60%;
bottom: -40%;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.cont-avis:after,
.cont-avis:before {
width: 60%;
bottom: -35%;
}
} @media (max-width: 1024px) {
.swiper-avis {
padding: 0 2em;
}
.cont-avis .all-link a {
font-size: 16px;
padding: 0.5em 0;
}
.cont-avis .all-link a > span {
padding: 0.5em 1.5em;
}
} @media (min-width: 1025px) {
} @media (min-width: 1025px) and (max-width: 1700px) {
.cont-avis:after,
.cont-avis:before {
width: 50%;
bottom: -35%;
}
}