@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/amsterdam-2');

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #f3f3f3;
}


html {
    scroll-behavior: smooth;
}

.btn-container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15%;
}

#container1 {
    background-image: url('media/fond-acceuil.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
}

/* #container1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#container1>* {
    position: relative;
    z-index: 2;
} */

#container2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Assurer une hauteur minimale de la fenêtre */
    position: relative;
}

.main-section {
    background-image: url('media/logo-cropped.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 20px 0;
    justify-content: flex-start;
    padding-top: 20%;
}




.main-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.main-section>* {
    position: relative;
    z-index: 2;
}

.wedding-title,
.names,
.arrow-down {
    margin: 10px 0;
    font-size: 15px;
    font-family: "Alex Brush", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.main-section .btn#language-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

html a {
    text-decoration: none;
}

.arrow-down {
    margin-top: 20px;

}

#music-control {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #c4a65d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 99999;
}

#play-pause-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

#play-pause-btn:focus {
    outline: none;
}

.main-section {
    text-align: center;
    color: #c4a65d;
    margin-bottom: 0;
}

.wedding-title {
    font-size: 3.5em;
    margin: 0;
}

.names {
    font-size: 3em;
    margin: 0;
}

.arrow-down {
    font-size: 3em;
    color: #c4a65d;
}

.text-section {
    background-color: #fff;
    background-image: url('media/fond-carte.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;

}

.text-section h3 {
    text-align: center;
    color: #DBB774;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
#houpaetsoire {
    font-size: 25px;
    letter-spacing: 12PX;
    text-shadow: 2px 2px 5px #c4a65d;
}

.text-section h2 {
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-left: 2%;
    margin-right: 2%;

}

.text-sdv {
    color: #c4a65d;
    margin: -2% -25% 0% 50%;
}
.save-the-date{
    background-color: #fff;
    border: #DBB774 solid 3px;
    color: #DBB774;
    font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.save-the-date h2{
    font-size: 3rem;
}
.findusite {
    background-color: #fff;
    background-image: url(media/fond-marbre.jpeg);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100vw;
}


.color-or {
    color: #c4a65d;
}




.immage-text {
    width: 85%;
    height: auto;
}

.image-du-haut img,
.image-du-bas img {
    width: 250px;
    height: 60%;
}

.invitation-container {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    padding-top: 5%;
}

.invitation-column {
    text-align: left;
    padding: 0 20px;
}

.invitation-column p {
    padding: 0;
    margin: 1px 0;
}

.pas-cole {
    padding: 0;
    margin: -8px 0;
}

.invitee-name {
    margin: 10px 0;
}

.waze-button-container {
    text-align: center;
    margin-bottom: 40px;
    text-decoration: none;
}


.btn {
    text-decoration: none;
    background-color: #c4a65d;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.2em;
    margin: 10px;
    cursor: pointer;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#language-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#language-icon {
    display: flex;
    align-items: center;
}

#language-text {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.btn:hover {
    background-color: #c4a65d;
}


.countdown-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-right: 5%;
    margin-left: 5%;
}

.countdown-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFADE;
    border: 1.5px solid #c4a65d;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #c4a65d;
    font-size: 2em;
    position: relative;
    text-align: center;
}


.countdown-element span {
    font-size: 0.5em;
    color: #c4a65d;
    margin-top: 5px;
    font-family: "Alex Brush", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}





form {
    font-family: "Cormorant Garamond", serif;;
    width: 80%;
    max-width: 600px;
    margin: 2em auto;
    background: white;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    background-image: url(media/fond-marbre.jpeg);
    background-size: cover;
    background-position: center;
    position: sticky;
    border: 3px solid #c4a65d;

}
/* Style pour la modale */
.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparence */
    justify-content: center;
    align-items: center;
}

/* Contenu de la modale */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    position: relative;
    font-size: 1.3em;
}

/* Bouton de fermeture */
.close {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
}

button {
    background-color: #c4a65d;
    color: white;
    border: none;
    padding: 0.75em 1.5em;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
    margin: 0.5em;
}

button:hover {
    background-color: #27ae60;
}

button.prev {
    background-color: #6c757d;
}

button.prev:hover {
    background-color: #5a6268;
}

input[type="text"],
input[type="tel"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-top: 0.5em;
    border: 1px solid #ddd;

    box-sizing: border-box;
}

input[type="radio"] {
    margin-right: 10px;
}

.step {
    display: none;
    width: 100%;
}

.step.active {
    display: block;
}

#error-message {
    color: red;
    font-size: 0.875em;
    text-align: center;
}

#guest-count {
    font-size: 1.2em;
    margin: 0 1em;
}

#guest-names input {
    margin-bottom: 1em;
    padding: 10px;
    border: 1px solid #ddd;

    width: calc(100% - 22px);
}

.step-content {
    width: 100%;
    text-align: center;
}

.step-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 9999;
}

.hidden {
    display: none;
}

video {
    width: 100%;
    object-fit: cover;
}
.interesserparlebus{
    text-align: center;
    background-color: #ffffff;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 5%;
    border-top: 3px solid #c4a65d;
    border-bottom: 3px solid #c4a65d;

}
.footer {
    display: block;
    font-family: "Alex Brush", cursive !important;
    font-weight: 400;
    font-style: normal;
    background-color: #c4a65d;
}

.footer h2 {
    color: #fff;
    text-align: center;
}