
.container-temoignage,.more{
    display: flex;
    justify-content: center;
    margin: 3em 0;
}

.more{
    font-size: 3rem;
    font-family: 'SavoyeLetPlain';
    color: #707070;
    margin: auto;
    cursor: pointer;
    margin-bottom: 30px;
}

p{
    font-size: 1.5rem;
    color:#707070;
    text-align: center;
}

.text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p{
    margin: 0;
}

.auteur{
    align-self: flex-end;
    margin-top: 10px;
}

.bracket{
    display: flex;
    align-items: center;
}

.embrace-left{
    width: 3rem;
}

.embrace-right{
    width: 3rem;
}

@media (max-width: 1024px) {
    .text{
        width: 65%;
    }
}
@media (max-width: 728px) {
    .text{
        width: 80%;
    }
}
@media (max-width: 425px) {
    .text{
        width: 90%;
    }
}

.grey_star{
    display: flex;
    justify-content: center;
}

.form-temoignage{
    text-align: center;
    text-decoration: underline;
    font-size: 1.5rem;
}

.temoignage-h2{
    margin: 30px 0;
}