/**********************************************************/
/**********************************************************/
/********************** seance.css ************************/
/**********************************************************/
/**********************************************************/

/* SEANCE */

.seance {
    background-color: rgba(243, 184, 204, 0.87);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    padding-top: 150px
  }
  
  .seance h1 {
    font-size: 3em;
    text-align: center;
    animation: arriveeDroite 1s ease-out forwards;
  }
  
  #text {
    max-width: 60%;
    margin: 50px auto;
    text-align: center;
    animation: arriveeGauche 1s ease-out forwards;
  }

  .seance p{
    min-width: 90%;
    max-width: 100%;
  }
  
  #img-seance {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    animation: agrandir 1s ease-out forwards;
  }
  
  .seance img {
    max-width: 100%;
    animation: agrandir 1s ease-out forwards;
  }
  