/***** avis *****/
.avis                                   { text-align: left; margin: 100px 0 60px;}
.avis .titre                            { padding-bottom: 70px; background: url(../images/arrow_3.svg) center bottom no-repeat; position: absolute; right: 0; top: -75px; z-index: 2;}
.avis .item                             { background: var(--white); padding: 40px; border-radius: 30px;}
.avis .item a                           { color: var(--third-color);}
.avis .date                             { color: var(--gray); font-size: 14px;}
.avis .note   						    { line-height: 0; letter-spacing: 0; font-size: 0; margin: 10px 0;}
.avis .note img 					    { display: inline-block; height: auto; margin-right: 10px;}
.avis .note img:last-child 			    { margin-right: 0;}
.avis .link                             { margin-top: 50px;}

.titre.avis                             { padding-bottom: 70px; background: url(../images/arrow_3.svg) center bottom no-repeat; position: absolute; right: 0; top: -150px; z-index: 2; }

@media (max-width: 1000px) {
.avis                                   { margin: 70px 0 60px; text-align: left;}
.avis .titre                            { display: none;}
.avis .swiper                           { overflow: visible;}
}


/*** Grid listing ***/
.listing                                    { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap:40px 40px;}

@media (max-width: 1366px) {
    .listing                                 { grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width: 1000px) {
    .titre.avis                              {top: -120px; }
    .listing                                 { grid-template-columns: 1fr 1fr;}
}
@media (max-width: 600px) {
    .listing                                 { grid-template-columns: 1fr;}
}

/*** Pagination ***/
.pagination a                               { color: #FFF; text-decoration: none; font-weight: bold; background-color: #0078be; border-radius: 2px; margin: 2px; padding: 10px;}
.pagination a.active, .pagination a:hover   { background-color: #50a228; color: #fff;}