#page{
    width: 100vw;
}

#accordionExample{
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 15%;
}
.pdf{
    margin: 5px
}

#pied_de_page {
    position: fixed;
    bottom: 0;
}

#form{
    background-color: white !important;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 5%;
    width: 80%;
}

#form p {
    color: #3b3b3b;
}


/*Format téléphone*/
@media(max-width: 768px){
    #page{
        padding-top: 100px;
        height: 100vh;
        background-color: #fff;
        background-image: url(../assets/images/woofest2023.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        
    }
	#form{
        width: 70%;
        margin: 0 auto;
    }

    #form h1{
        font-size: 15px;
    }
}
