.avis-global {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #333;
    margin-bottom:10px;
}

.avis-global .avis-logo {
    display: flex;
    align-items: center;
}

.avis-global .avis-logo img {
    width: 52px;
}

.avis-global .avis-note {
    font-weight: bold;
}

.avis-global .stars {
    display: flex;
    align-items: center;
}

.avis-global .star {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.avis-global .stars img {
    width: 24px;
    height: 24px;
}

.avis-global .avis-clients {
    font-size: 10px;
    color: gray;
}

.avis-global .avis-clients a{
    text-decoration: underline;
}

#home-avis{
    margin-bottom:10px;
    margin-top:10px;
    width: 100%;
}

#home-avis .bloc-title{
    font-size: 14px !important;
    margin-bottom:20px;
}
#home-avis .bloc-title::before{
    content: none;
}

.review-card {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 20px;
    max-width: 220px;
    text-align: center;
    margin-left:10px;
}

.review-card .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.review-card .rating span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.review-card .stars {
    display: flex;
    gap: 5px;
}

.review-card .stars img {
    width: 24px;
    height: 24px;
}

.review-card .published-date {
    font-size: 10px;
    color: #888;
    margin-bottom: 15px;
}

.review-card .review-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    min-height: 60px;
}

.review-card .author {
    font-weight: bold;
    margin-bottom: 15px;
}

.review-card .commande-date {
    font-size: 7px;
}


.obligation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    text-align: center;
}

.obligation-container .left-text {
    font-size: 8px;
    color: #888; /* Grey color for the text */
}
.obligation-container .right-link {
    font-size: 10px;
    color: #000; /* Black color for the link */
    border-bottom: 1px solid #000; /* Underline */
    margin-top: 10px;
}

.footer-links{
    margin:45px 0 10px;
    width: 100%;
    text-align: center;
}

.footer-links div{
    margin:0 20px;
}

.footer-links a{
    font-size:11px;
}



@media (min-width: 900px) {

    #home-avis .bloc-title{
        font-size: 22px !important;
    }

    .avis-global .avis-logo img {
        width: 103px;
    }

    .avis-global .avis-clients {
        font-size: 14px;
    }

    #avis-slider{
        max-width: 1200px;
    }

    #avis-slider .slick-slide{
        margin-right:10px;
        margin-left:10px;
    }

    #avis-slider.slick-slider .slick-arrow{
        position:absolute;
        z-index: 2;
        top:37%;
        opacity: 0.5;
    }

    #avis-slider.slick-slider .slick-arrow img{
        width: 24px;
        height: 24px
    }
    #avis-slider.slick-slider .slick-arrow:hover{
        opacity: 1;
        background-color: darkgrey;
        border-radius: 50%;
    }

    #avis-slider.slick-slider .slider-arrow-right{
        right: 10px;
    }

    #avis-slider.slick-slider .slider-arrow-left{
        left:10px;
    }

    .review-card {
        max-width: 300px;
        min-width: 300px;
    }

    .review-card .review-text {
        font-size: 14px;
        min-height: 40px;
    }

    .review-card .published-date {
        font-size: 12px;
    }

    .review-card .commande-date {
        font-size: 7px;
    }

    .obligation-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .obligation-container .left-text {
        font-size: 10px;
    }
    .obligation-container .right-link {
        font-size: 12px;
    }

    .footer-links div{
        margin:0 120px;
    }
}

footer {
    background-color: #FFFFFF !important;

    font-family: Arial, sans-serif;
    color: #333;
}

/* Mobile-first styles */
.footer-top {
    padding: 20px;
    display: block;
    text-align: center;
}

.info {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    column-gap: 10px;
    row-gap: 10px;
    justify-items: center; /* Centers the items in their grid cells */
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.info-item img {
    max-width: 50px;
    margin-bottom: 10px;
}

.social-section {
    padding: 20px;
    background-color: #F8F4EB;
    text-align: left;
}

.social-icons {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.social-icons a img {
    max-width: 40px;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 images per row */
    gap: 5px;
    justify-items: center; /* Centers the images in their grid cells */
    margin-top: 10px;
}

.photo-gallery img {
    max-width: 100%;
    height: auto; /* Ensures images maintain aspect ratio */
}

.footer-bottom {
    padding-top:10px;
    background-color: #F8F4EB;
    text-align: center;
}

.footer-questions {
    display: block;

}

.footer-question-title{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 15px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    text-align:left;
}

.footer-question-content{
    display:none;
}

.footer-question-content ul{
    padding-top:10px;
}
.footer-question-content li a{
    /*display:none;*/
    display:block;
    text-align: left;
    padding-left:15px;
    padding-bottom:5px;
}

.footer-question-title{
    margin: 0 20px;
}

.footer-question-title div {
    display: flex;
    justify-content: space-between; /* Sépare le texte et le signe + */
    align-items: center; /* Centre verticalement */
}

.footer-question-title div::after {
    content: "+";
    font-size: 25px;
    color: #000;
    margin-left: 10px;
}

.footer-question-title div.closed::after {
    content: "-";
}

.payment-methods {
    margin-top: 20px;
}

.payment-methods img {
    max-width: 50px;
    margin: 0 5px;
}

.legal {
    margin: 20px 5px 0 5px;
    font-size: 12px;
    color: #555;
    padding-bottom:10px;
}

/* Tablet and larger screens */
@media (min-width: 600px) {

    .footer-top {
        display: flex;
        justify-content: space-between;
    }

    .info {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 20px;
        margin:0 auto;
    }

    .social-section {
        margin-top: 30px;
    }

    .photo-gallery {
        grid-template-columns: repeat(5, 1fr); /* Still 5 per row on larger screens */
        gap: 10px;
    }
}

/* Larger screens */
@media (min-width: 900px) {

    footer{
        max-width: 1200px;
        margin: 0 auto;
    }

    .info {
        grid-template-columns: repeat(6, 1fr);
        column-gap: 20px;
        row-gap: 20px;
        margin:0 auto;
        column-gap: 80px;
    }

    .info .info-item img{
        max-width: 124px;
    }

    .footer-question-title{
        margin: 0 120px;
    }

    .footer-question-content li a{
        padding-left:120px;
    }

    .social-section {
        margin-top: 0px;
    }
}