/**********************************************************/
/**********************************************************/
/*********************** home.css *************************/
/**********************************************************/
/**********************************************************/

/* EQUAL */

#div-equal{
    width: 100%;
    height: 16%;  
}

/* BACKGROUND */

.background {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.background img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    z-index: 9;
    animation: agrandir 1s ease-out forwards;
}

.background h2 {
    position: absolute;
    left: 10%;
    top: 40%;
    color: white;
    z-index: 900;
    font-size: 2em;
    animation: arriveeDroite 1s ease-out forwards;
}


/* INTRO */

.intro {
    background-color: white;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: auto;
    margin: 100px 0px;
    animation: arriveeGauche 1s ease-out forwards;
}

.intro p {
    text-align: center;
    margin: auto; 
    text-wrap: wrap;
    max-width: 80%;
}


/* FAST ABOUT ME */

.aboutme{
    background-color: rgba(220, 173, 189, 0.87);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.aboutme h1{
    font-size: 3em;
    text-align: center;
    width: 100%;
}

.aboutme p{
    width: 100%;   
    text-align: center; 
}

.aboutme img{
    max-width: 50%;
    filter: drop-shadow(0 0 0.8rem rgb(117, 68, 78)); 
    transition: 0.5s;
}

.aboutme img:hover{
    max-width: 45%;
    transition: 0.5s;
}

#aboutme-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px;
    align-items: center;
    gap: 50px;
    width: clamp(100% - 20px);
}

#aboutme-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

#aboutme-text {
    display: flex;
    text-align: left;
}

#btn-info,
#btn-rdv{
    z-index: 900;
}

/* Seance */

.seance{
    background-color: rgba(176, 121, 139, 0.87);
    height: auto;
    width: clamp(100% - 20px) ;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

#seance-container{
    margin: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.seance h1{
    font-size: 3em;
    text-align: center;
}

.seance img{
    border-radius: 10px;
    max-width: 40%;
    height: auto;
    margin-top: 20px;
    display: inline-block;
}

.seance p{
    margin: 20px;
    font-size: 18px;
    display: inline-block;
    text-align: left;
}

.seance button{
    animation: agrandir 1s ease-out forwards;
    width: auto;
}

/* GoogleNotice */

.google {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

#google-container {
    width: 80%; 
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

#img-google,
#txt-google {
    flex: 1; 
    width: 100%;
}

#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; 
}


/* RDV-MAPS */

.rdv {
    background-color: rgba(189, 131, 150, 0.87);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

#rdv-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.rdv p {
    min-width: 50%;
    max-width: 80%;
}

#texte {
    flex: 1;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.rdv h1 {
    font-size: 3em;
    text-align: center;
}

.rdv button {
    animation: agrandir 1s ease-out forwards;
}

.rdv iframe {
    min-width: 50%;
    max-width: 80%;
    width: 100%; 
    flex: 1; 
}

#map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: agrandir 1s ease-out forwards;
}
