/**********************************************************/
/**********************************************************/
/********************* temoignages.css *********************/
/**********************************************************/
/**********************************************************/


.temoign{
    background-color: rgba(185, 104, 131, 0.87);
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 400px;
}

.temoign h1{
    text-align: center;
    animation: arriveeDroite 1s ease-out forwards;
}

/*------------ GOOGLE ------------*/

/* GoogleNotice */

.google {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

#google-container {
    width: 100%; 
    display: flex;
    flex-direction: column; /* Aligner les éléments en colonne */
    align-items: center; /* Centrer horizontalement */
}

#img-google,
#txt-google {
    text-align: center;
    width: 100%;
    margin: 20px 0; /* Ajuster la marge pour l'espacement */
}

#img-google img {
    width: 10%; 
    max-width: 10%; 
    transition: ease-in-out 0.5s;
    overflow: hidden;
}

#img-google img:hover {
    max-width: 90%; 
    transition: ease-in-out 0.5s;
}

.google p a {
    font-size: 3em;
    font-family: "Josefin Sans", sans-serif;
    color: black;
    line-height: 1.2;
    max-width: 100%; 
    overflow: hidden;
    text-align: center; 
}

#advise{
    padding: 10px;
}

/*-------------------------------*/