/** CSS PAGE TEMOIGNAGE
 *  @author Sébastien Huguet <s.huguet@lyon.ort.asso.fr>
 *  Création :  29/03/2020
 */

.temoignage
{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 0 0 0 0;
    align-content: space-around;
}
#shwarzy img
{
    border: 5px solid white;
    width: 380px;
    height: 100%;
    border-radius: 30%;
}
#shwarzy
{
   margin-left: 30%;
}
.citation h2
{
    text-align: center;
    font-size: 40px;
    color: #283E44;
    opacity: 1;
    opacity: 0.75;
}

#elonMusk img
{
    border: 5px solid white;
    width: 400px;
    height: 100%;
    border-radius: 30%;
}
#elonMusk
{
    margin-left: 30%;
    padding-bottom: 0px;
}
.citation
{
    background-color: whitesmoke;
    color: #283E44;
    word-wrap: break-word;
    border-left: 6px solid #C0392B;
    border-radius: 3%; 
    margin: 0 10px;
    border-radius: 10%;
     margin-top: 4%;
    width: 100%;
}
