body {
    margin: 0;
}
@media only screen and (max-device-width: 480px){
    .menu {
        top: 250px !important;
    }
    .header-photo {
        height:250px !important; 
    }
    .texte-bienvenue {
        width: 80vw !important;
    }
    .noms {
        font-size: 2.5em !important;
    }
    .menu {
        width: 90vw !important;
        font-size: 0.8em !important;
    
    }
    .lieu {
        width:200px !important;
        height: 200px !important;
    }
    .programme-texte {
        width: 80vw !important;
        margin: auto !important;
    }

}

.menu {
    display: flex;
    width: 50%;
    margin:auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #405EA4;
    font-family: "Quicksand", sans-serif;
    font-weight: bold ;
    padding-bottom: 40px;
}

.lien-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.icone-menu {
    width: 50px;
    height: 50px;
    background-color: #323B80;
    border-radius: 50%;
}

.header-photo {
    max-width: 100vw;
    padding-bottom: 20px;
    padding-top: 10px;
    height:500px;
    max-height: 55vh;
    min-height: fit-content;
    background-position: center;
    background-size: cover;
    background-image: url("images/manon_dorian_nb.jpg");
    
}

.header-photo > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.intro {
    color: white;
    font-family: "Patrick Hand", cursive;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.noms {
    margin: 0;
    font-family: "Patrick Hand", cursive;
    font-size: 3em;
    filter: drop-shadow(0px 0px 10px #000);}

.date {
    font-family: "QuickSand", sans-serif;
    font-size: 1.3em;
    filter: drop-shadow(0px 0px 10px #000);
}

.countdown {
    display: flex;
    gap: 2vw;
    justify-content: center;
}

.time {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    text-align: center;
    min-width: 50px;
    padding: 10px;
    overflow: hidden;
    color: white;
}

.time span {
    display: block;
    font-size: 36px;
    font-weight: bold;
}

.time small {
    font-size: 12px;
    opacity: 0.7;
}

.number {
    height: 40px;
    overflow: hidden;
}

.number span {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.texte-bienvenue {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #405EA4;
    width: 50vw;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.texte-bienvenue-titre {
    font-size: 1.2em;
    font-weight: bold;
}

.texte-bienvenue > img {
    width: 90%;
    margin: auto;
    padding-top: 45px;
}


.infos-pratiques{
    background-color: #323B80;
    text-align: center;
    color: white;
    font-family: "Patrick Hand", cursive;
    padding-top: 15px;
    padding-bottom: 30vh;
}

.infos-pratiques-titre {
    font-size: 2em;
}

.photos-lieux{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    margin: auto;
}

.carte-lieu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.lieu {
    width:250px;
    height: 250px;
    background-color: white;
    font-family: "Montserrat", sans-serif !important;
}

.lieu >img {
    width: 90%;
    height: 90%;
    margin-top: 5%;
    object-fit: cover;
}

.titre-lieu {
    font-family: "QuickSand", sans-serif;
    font-weight: bold;
}

.adresse-lieu {
    font-family: "Montserrat", sans-serif;
}

.programme {
    background-image: url("images/terrils.jpg");
    background-size: cover;
    background-position: center;
    min-height: 150vh;
}

.programme-texte {
    background-color: rgba(255,255,255);
    width: 50vw;
    margin: auto;
    position: relative;
    top: -20vh;
    height: 100vh;
    color: #405EA4;
    text-align: center;
    border-radius: 20px;
}
.programme-texte > p{
    margin: 0;
    font-family: "Quicksand", sans-serif;
    padding-top: 15px;
}

.programme-titre {
    font-family: "Patrick Hand", cursive;
    font-weight: bold;
    font-size: 1.8em;
}
/* .photo >   img {
    width: 100%;
    max-height: auto;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row ;
    justify-content: space-around;
    padding: 20px;
}

.menu a {
    flex: 1 1 300px;

    text-decoration: none;
    color: white;
}

.menu .info {
    margin: 10px;
    padding: 20px;
    background-image: url("images/fond_bois.png");
    /* background-color: beige; 

    color: white;
    border-radius: 10px;
    -webkit-transition: .4s ease-in-out opacity;
    -moz-transition: .4s ease-in-out opacity;
    -o-transition: .4s ease-in-out opacity;
    transition: .4s ease-in-out opacity;
}

.menu .info:hover {
    opacity: 0.8;
}

.info img {
    width:25px;
}
*/
.map-links {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
 

footer {
    text-align: center;
    padding: 20px;
    margin: 0;
    background-image: url("images/fond_bois.png");
    color: white;
}