#avis {
    /* background-color: rgb(219, 241, 252); */
    background-color: rgb(24, 24, 26);
    /* padding: 0 0 2rem 0 !important; */
    padding: 0 20vw 2rem 20vw !important;
}

#avis h2 {
    color: white;
    padding: 3rem 0 2rem 0 !important;
}

#avis-container {
    background-color: white !important;
    border-radius: 10px;
    color: black;
    padding: 2rem;
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-orient: vertical; /* Safari and Chrome */
    -moz-box-orient: vertical; /* Firefox */
    -ms-flex-direction: column; /* IE 10 */
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
}

#avis-container h3 {
    font-size: 1.3rem;
    margin: 0;
}

#avis-container p {
    color: black;
    text-align: justify;
    font-size: 1.8rem;
    font-style: italic;
}

.avis-title {
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-orient: horizontal; /* Safari and Chrome */
    -moz-box-orient: horizontal; /* Firefox */
    -ms-flex-direction: row; /* IE 10 */
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify; /* Safari and Chrome */
    -moz-box-pack: justify; /* Firefox */
    -ms-flex-pack: justify; /* IE 10 */
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    /* border: 1px solid red; */
}

.avis-title .avis-stars {
    /* border: 2px solid red; */
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-orient: horizontal; /* Safari and Chrome */
    -moz-box-orient: horizontal; /* Firefox */
    -ms-flex-direction: row; /* IE 10 */
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-box-pack: center; /* Safari and Chrome */
    -moz-box-pack: center; /* Firefox */
    -ms-flex-pack: center; /* IE 10 */
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-box-align: center; /* Safari and Chrome */
    -moz-box-align: center; /* Firefox */
    -ms-flex-align: center; /* IE 10 */
    -webkit-align-items: center; /* Safari */
    align-items: center;
}

.avis-title .avis-stars span {
    color: #EFBF04;
    font-size: 2.5rem;
    font-variation-settings: 'FILL' 1;
}

#avis-container .avis-temoignage {
    /* border: 2px solid red; */
    width: auto;
    gap: 1rem;
    margin: 0rem 2rem;
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    /* flex-wrap: wrap; */
}

.avis-temoignage-photo {
    /* border: 1px solid red; */
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-orient: vertical; /* Safari and Chrome */
    -moz-box-orient: vertical; /* Firefox */
    -ms-flex-direction: column; /* IE 10 */
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-box-pack: center; /* Safari and Chrome */
    -moz-box-pack: center; /* Firefox */
    -ms-flex-pack: center; /* IE 10 */
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-box-align: center; /* Safari and Chrome */
    -moz-box-align: center; /* Firefox */
    -ms-flex-align: center; /* IE 10 */
    -webkit-align-items: center; /* Safari */
    align-items: center;
}

.avis-temoignage-photo img {
    font-size: 3rem;
    border-radius: 50%;
    background-color: #A50000;
}

#avis-container .avis-navigation {
    /* border: 1px solid red; */
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-pack: space-evenly; /* Safari and Chrome */
    -moz-box-pack: space-evenly; /* Firefox */
    -ms-flex-pack: space-evenly; /* IE 10 */
    -webkit-justify-content: space-evenly; /* Safari */
    justify-content: space-evenly;
    -webkit-box-orient: horizontal; /* Safari and Chrome */
    -moz-box-orient: horizontal; /* Firefox */
    -ms-flex-direction: row; /* IE 10 */
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap: nowrap;
    margin-top: 1rem;
}

#avis-container .avis-navigation span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    display: -webkit-box; /* Safari and Chrome */
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE 10 */
    display: -webkit-flex; /* Safari */
    display: flex;
    /* background-color: red; */
    border: 1px solid rgb(15, 50, 6);
    cursor: pointer;
}

#avis-container .avis-navigation span.active {
    background-color: rgb(15, 50, 6);
}

@media screen and (max-width: 1200px) {
    #avis {
        padding: 0 3vw 2rem 3vw !important;
    }

    #avis p {
        text-align: justify;
        width: 100%;
        font-size: 1.4rem;
    }

    #avis-container .avis-temoignage {
        margin: 0.5rem 0rem;
        -webkit-box-orient: vertical; /* Safari and Chrome */
        -moz-box-orient: vertical; /* Firefox */
        -ms-flex-direction: column; /* IE 10 */
        -webkit-flex-direction: column; /* Safari */
        flex-direction: column;
        /* border: 1px solid rebeccapurple; */
        -webkit-box-pack: center; /* Safari and Chrome */
        -moz-box-pack: center; /* Firefox */
        -ms-flex-pack: center; /* IE 10 */
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
    }
}