.single-retour-experience-container{
    width: 100%;
    margin-top: 75px;
}

.single-retour-experience-svg-logo{
    background: url('../../../assets/img/svg/logo-heart.svg');
    height: 85px;
    width: 85px;
    background-repeat: no-repeat;
    background-size: 100px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 85%;
    top: 15%;
}

.single-retour-experience-wrapper{
    border: solid 2px white;
    padding: 0 1em 2em 1em;
    border-radius: 15px;
    padding-top: calc(75px + 1em);
    position: relative;
    background-color: var(--wp--preset--color--blanc);

}

.single-retour-experience-main-img{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.single-retour-experience-main-img img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 2px white;
  
}

.single-retour-experience-stars-rate{
    display: flex;
    justify-content: center;
}

.single-retour-experience-stars-rate svg {
    width: 25px;
    height: 25px;
}

.single-retour-experience-stars-rate path{
    fill: #FFD838;
}

.single-retour-experience-signature{
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.single-retour-experience-rating{
    display: flex;
    align-items: center;
    margin-left: 1.5em;
}

.single-retour-experience-rating-svg{
    background: url('../../../assets/img/svg/avis-sur-cet-article.svg');
    width: 25%;
    height: 165px;
    background-repeat: no-repeat;
}

.single-retour-experience-rating-quote>p{
    color: var(--wp--preset--color--rouge);
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; /* 134.4% */
    margin-bottom: .5em;
}

.single-retour-experience-rating .kk-star-ratings{
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: var(--wp--preset--color--gris);
    font-family: 'Poppins';
    font-size: var(--wp--preset--font-size--l-text);
    font-style: normal;
    font-weight: 300;
    line-height: 28.8px; /* 160% */
}

.single-retour-experience-rating .kksr-legend{
    margin-left: 0;
}


@media (min-width:1800px){
    .single-retour-experience-container{
        
    }
}

@media (max-width:1024px){
    .single-retour-experience-container{
        width: 100%;
    }
}

@media (max-width:576px){
    .single-retour-experience-rating-svg{
        background-size: 65px;
    }

    .single-retour-experience-rating-quote>p{
        font-size: 15px;
    }

    .single-retour-experience-rating .kksr-legend{
        font-size: 13px !important;
    }

    .single-retour-experience-rating{
        align-items: unset;
    }

    .single-retour-experience-svg-logo{
        background-size: 85px;
        top: 10%;
    }

    .single-retour-experience-main-img img{
        height: 120px;
        width: 120px;
    }

    .single-retour-experience-wrapper {
        padding-top: calc(60px + 1em);
    }
}