body {
    font-family: 'Dancing Script', cursive, Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background: linear-gradient(90deg, #FF6F61, #FFD700, #98FF98, #87CEEB, #E6E6FA);
    padding: 1rem;
    text-align: center;
    color: black;
}

.nav-link {
    font-family: 'Dancing Script', cursive, Arial, sans-serif;

}
nav ul {
    
   list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
	font-size: 1.5rem;
}

main section {
    padding: 2rem;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #f1f1f1;
}
@media (max-width: 768px) {
    header {
        padding: 1rem;
    }

    main {
        padding: 1rem;
    }

    #rsvp-form .form-group {
        width: 100%;
        margin-bottom: 1rem;
    }

    #rsvp-form button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    header h1 {
        font-size: 1.5rem;
    }

    nav ul {
        padding-left: 0;
    }

    nav ul li {
        display: block;
        margin-bottom: 10px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script', cursive;
}
a,  {
    font-family: Arial, sans-serif;
	/*font-size: 1.4em;*/
	font-family: 'Dancing Script', cursive, Arial, sans-serif;
}
p, li {
    font-family: Arial, sans-serif;
	font-size: 1.4em;
	font-family: 'Dancing Script', cursive, Arial, sans-serif;
}
.bg-bottom-right {
    background-image: url('fond-droit.jpg'); /* Remplacez par le chemin de votre image */
    background-position: bottom right;
    background-size: cover;
    position: fixed; /* Pour fixer l'image par rapport à la fenêtre */
    bottom: 0;
    right: 0;
    width: 100%; /* Largeur de l'image */
    height: 100%; /* Hauteur de l'image */
    z-index: -1; /* Assurez-vous que l'image est en arrière-plan */
	filter: brightness(1.1) contrast(1.1); 
	opacity: 0.5;
}
.btn-primary {
    background: linear-gradient(90deg, #C5945C, #C5945C);
	font-family:  Arial, sans-serif;
    border: none;
    border-radius: 50px;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #FF4C41, #FF6F61);
    transform: translateY(-2px);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.img-fluid {
    border: 5px solid #C5945C; /* Changez la couleur pour celle de votre choix */
    border-radius: 10px; /* Ajoutez des bords arrondis si souhaité */
    padding: 5px; /* Optionnel : Ajoutez un padding interne pour le cadre */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajoutez une ombre pour un effet plus élégant */
    transition: transform 0.3s ease; /* Transition pour un effet de survol */
}

.img-fluid:hover {
    transform: scale(1.05); /* Agrandir légèrement l'image au survol */
}
/* Styles pour les iframes */
iframe {
    border: 5px solid #C5945C; /* Changez la couleur pour celle de votre choix */
    border-radius: 10px; /* Ajoutez des bords arrondis si souhaité */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajoutez une ombre pour un effet plus élégant */
}
.misenvaleur {
	color : #C5945C;
	font-weight: bold;
	
	
}
.container{
	background : rgb( 255, 255, 255 , 0.7);
}
