/**********************************************************/
/**********************************************************/
/*********************** rdv.css **************************/
/**********************************************************/
/**********************************************************/

/* PRISE DE RDV */

.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;
    padding-top: 150px
}

#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;
}

/* TARIFS */

.tarif{
    width: 100%;
    height: auto;
    background-color: rgba(171, 100, 124, 0.87);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tarif  h1{
    font-size: 3em;
    text-align: center;
}

.tarif div{
    width: 100%;
    display:  flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
}