body{
    background: linear-gradient(
        to bottom,
        rgba(220, 196, 255, 0.20) 0%,
        rgba(179, 196, 255, 0.20) 25%,
        rgba(217, 179, 255, 0.20) 50%,
        rgba(255, 179, 245, 0.20) 75%,
        rgba(235, 179, 255, 0.20) 100%
    );
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

main{
    display: flex;
    flex-direction: row;
    flex: 1;
}

/* Side bar */

.sideBar{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    min-width: 33%;
    background-color: #fff;
    gap: 30px;
    padding: 50px 0 50px 0;
}

/* Search bar */

.search-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
    width: 330px;
    /* min-height: 0px; */
    height: auto;
    padding: 50px 0;
    max-width: 950px;
    gap: 25px;
    z-index: 0;
    margin: 50px 0;
    
}

.noBtn{
    background-color: transparent;
    border:none
}


.item-pagination{
    background-color: transparent;
    border: 1px solid black;
    padding: 8px 16px;
    border-radius: 100px;
    color: black;
}

.item-disabled{
    border: 1px solid grey;
    color: grey;
}

.search-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Afacad';
    padding: 0 16px;
    gap: 8px;
    overflow: visible;
    background-color: #DADADA;
    border-radius: 999px;
    width: 80%;
    height: 40px;
    max-height: 40px;
}

.search-field:nth-of-type(1) { width: 85%; } 
.search-field:nth-of-type(2) { width: 85%; } 
.search-field:nth-of-type(3) { width: 180px; }
.search-field:nth-of-type(4) { width: 150px; }

.search-field input {
    border: none;
    outline: none;
    font-family: 'Afacad';
    width: 100%;
    font-size: 20px;
    background: transparent;
    color: #000000;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.search-field select {
    border: none;
    outline: none;
    font-family: 'Afacad';
    width: 100%;
    font-size: 20px;
    background: transparent;
    color: #000000;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.bg-filter{
    background:#DADADA;
}



.search-field input::placeholder{
    color: #000000;
    opacity: 1;
}

.search-field input:focus::placeholder {
    opacity: 0.3; 
}

.search-submit {
    border: none;
    outline: none;
    padding: 10px 24px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    flex-shrink: 0; 
    transition: 0.25s ease;
}

.search-submit:hover {
    box-shadow: 0 0 12px rgba(77, 61, 255, 0.7);
}

.searchSeparator {
    display: block;
    width: 50px;
    max-height: 0.5px;
    background-color: #a3a3a3;
}

.searchSeparator{
    display: block;
    width: 50px;
    height: 1px;
    background-color: #a3a3a3;
}

/* End search bar */

.spanDecoration{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.decoration01{
    width: 235px;
    height: 55px;
    background-color: #B9B3FF;
    border-top-right-radius: 20px;
}

.decoration02{
    width: 309px;
    height: 55px;
    background-color: #EBB3FF;
    border-top-right-radius: 20px;
}

.decoration03{
    width: 386px;
    height: 55px;
    background-color: #B3C4FF;
    border-top-right-radius: 20px;
}

.decoration04{
    width: 461px;
    height: 110px;
    background-color: #DCC4FF;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* End side bar */


/* Results */

.groupCardsResults{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.containerResults{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    width: 77%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: 900px;
}

.containerResults::-webkit-scrollbar {
    display: none; 
}

.groupSearchFilter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
    margin: 30px 0 50px 0;
}

.svgSearchFilter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #a3a3a3;
    border-radius: 10px;
}

.searchFilter{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Afacad';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    width: 90px;
    height: 27px;
    border-radius: 999px;
    background-color: #fff;
}

.searchFilterM{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Afacad';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    width: 130px;
    height: 27px;
    border-radius: 999px;
    background-color: #fff;
}

.numberResults{
    color: #434343;
    font-family: 'Afacad';
    font-weight: 400;
    font-size: 20px;
}

/* Articles */

.cardsResults{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    width: 675px;
    min-height: 175px;
    border-radius: 15px;
    overflow: hidden;
}

.containerSwiperResults{
    width: 260px;
    min-height: 175px;
}

.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 175px;
}

.swiper-slide img{
    min-height: 175px;
    object-fit: cover;
}

.js-card-swiper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carouselNavR{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 170px;
    width: 100%;
    z-index: 10;
}

.carouselNavR button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: radial-gradient(circle at top left,
                rgba(255, 255, 255, 0.2),
                rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(10px);          
    -webkit-backdrop-filter: blur(10px);  
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: 
        transform 0.15s ease, box-shadow 0.15s ease,
        background 0.15s ease;
}

.carouselNavR button svg {
    width: 15px;
    height: 15px;
}

.carouselNavR button:hover {
    transform: translateY(-1px);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.4);
    background: radial-gradient(circle at top left,
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.25));
}

.carouselNavR button:active {
    transform: translateY(0);
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.35);
}

.swiper-pagination-bullet-active{
    background: #000;
}

.infosResults{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 1% 0 5%;
    flex: auto;
    min-height: 160px;
}

.results{
    display: flex;
    flex-direction: column;
    font-family: 'Afacad';
    width: 55%;
}

.groupTextResults{
    margin-top: auto;
}

.tilteResults{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.textResults,
.addressResults,
.princingResults{
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin: 0;
}

.btnResults{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: flex-end;
    align-self: self-end;
    text-decoration: none;
    font-family: 'Afacad';
    gap: 7px;
    width: 45%;
}

.seeSheet {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 134px;
    /* height: 30px; */
    background-color: #B3C4FF;
    border-radius: 5px;
    transition: 
        background-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.seeSheet:hover {
    background-color: #c7d3ff; /* légèrement plus clair */
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.seeSheet:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.callUs {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 132px;
    /* height: 28px; */
    margin-bottom: 0;
    background-color: #F4F4F4;
    border: 1px solid #000;
    border-radius: 5px;
    transition: 
        background-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.callUs:hover {
    background-color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.callUs:active {
    transform: translateY(0) scale(0.97);
    background-color: #e8e8e8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.ratingTitleProvider{  
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: 500;
}

.ratingProvider{
    font-family: 'Afacad';
    font-size: 20px;
    font-weight: 500;
}

.fullStar{
    display: flex;
    justify-content: center;
}

.numberReviews{
    font-size: 15px;
}

/* End articles */

/* Pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 30px 0 30px 0;
    font-family: 'Afacad', sans-serif;
}

.paginationBtn,
.paginationPage {
    min-width: 36px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #D0D0D0;
    background-color: #F7F7F7;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.paginationBtn {
    padding: 0 14px;
}

.paginationBtn:hover:not(:disabled),
.paginationPage:hover {
    background-color: #E5ECFF;
    border-color: #B3C4FF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.paginationPage.isActive {
    background-color: #B3C4FF;
    border-color: #B3C4FF;
    font-weight: 500;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.paginationBtn:disabled {
    opacity: 0.5;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.paginationList {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.paginationDots {
    padding: 0 4px;
    font-size: 14px;
    color: #777;
}

/* End pagination */

/* End results */

@media (max-width: 1440px){
    .decoration01{
        width: 135px;
        height: 55px;
    }

    .decoration02{
        width: 209px;
        height: 55px;
    }

    .decoration03{
        width: 286px;
        height: 55px;
    }

    .decoration04{
        width: 361px;
        height: 110px;
        background-color: #DCC4FF;
    }

}

@media (max-width: 1160px){
    .search-bar{
        width: 290px;
    }

    .groupSearchFilter{
        gap: 30px;
    }

    .cardsResults{
        flex-direction: column;
        width: 500px; 
    }

    .containerSwiperResults{
        width: 100%;
        max-height: 120px;
    }

    .swiper-slide img{
        width: 500px;
        max-height: 120px;
    }

    .carouselNavR{
        gap: 415px;
    }

    .infosResults{
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 10px 0 20px 0;
        width: 80%;
        height: 180px;
    }

    .results{
        width: 100%;
    }

    .groupTextResults{
        width: 70%;
    }

    .btnResults{
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

    .decoration01{
        width: 35px;
        height: 55px;
    }

    .decoration02{
        width: 109px;
        height: 55px;
    }

    .decoration03{
        width: 186px;
        height: 55px;
    }

    .decoration04{
        width: 261px;
        height: 110px;
        background-color: #DCC4FF;
    }
}

@media (max-width: 1000px){
    .groupSearchFilter{
        gap: 10px;
    }
    .sideBar{
        min-width: 40%;
    }

    .cardsResults{
        width: 450px;
    }

    .carouselNavR{
        gap: 365px;
    }
}

@media (max-width: 834px){
    main{
        flex-direction: column;
    }

    .containerResults{
        width: 100%;
        overflow-y: visible;
        overflow-x: hidden;
        max-height: none;
    }

    .spanDecoration{
        display: none;
    }

    .groupSearchFilter{
        width: 90%;
        justify-content: space-around;
    }
}

@media (max-width: 576px){
    .cardsResults{
        width: 350px;
    }

    .carouselNavR{
        display: none;
    }

    .groupSearchFilter{
        display: none;
    }
}

@media (max-width: 480px){
    .cardsResults{
        width: 310px;
    }

    .paginationBtn{
        display: none;
    }
}


.imgCard{
    aspect-ratio: 263.5/175;
    object-fit: cover;
    height: 175px;
}

