@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.center-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.709);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.599);
    z-index: 1000; /* Le message doit être au-dessus de la carte */
}

.plc-champ {

    font-family: "Great Vibes", cursive ;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}

body {
    /* font-family: "Alex Brush", cursive !important;
    font-weight: 400;
    font-style: normal; */

    --font: "Playfair Display", serif ;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Style de l'image */
.image-container {
    position: relative;
    width: 100%;
    height: 95vh;
    background: url('/static/img/back_pChamp.jpg') no-repeat center center/cover;
    overflow: hidden;
}

/* Centrage du texte */
.centered-text {
    text-shadow: -4px 1px 7px rgba(0,0,0,0.82);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-align: center;
}

.centered-btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 2rem;
    text-align: center;
}

.imgRSVP{
    /* position: relative; */
    width: 100%;
    height: 65vh;
    background: url('/static/img/pDosArcades.jpg') no-repeat center center/cover;
    /* overflow: hidden; */
}

.texteRSVP{
    color: white;
    text-shadow: 2px 6px 1px #474747;
}
