@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Lato&family=Poppins&family=Redressed&family=Dancing+Script:wght@500&family=WindSong:wght@500&display=swap');

html {
    font-family: 'Poppins', 'Lato', Tahoma, sans-serif;
}
  
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('../images/hero_banner_hd.jpg') no-repeat center 70%;
    background-size: cover;
}

.planning-map iframe{
    overflow:hidden;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 25rem;
    margin: 0;
    border:none;
}

.icone-title {
    padding-left: 3rem;
}

#planning-title {
    font-family: 'Dancing Script', cursive;
}

#chronology-title {
    font-family: 'Dancing Script', cursive;
}

#presence-title {
    font-family: 'Dancing Script', cursive;
}

#liste-title {
    font-family: 'Dancing Script', cursive;
}

#hebergement-title {
    font-family: 'Dancing Script', cursive;
}

#acces-title {
    font-family: 'Dancing Script', cursive;
}

#nom-mariage {
    font-family: 'WindSong', cursive;
    transform: rotate(-5deg);
    font-size: 4rem;
}

#text-mariage {
    font-size: 1.2rem;
}

#text-countdown {
    font-family: 'Amatic SC', cursive;
    font-size: 5rem;
}