@font-face {
    font-family: TextaBold;
    src: url(texta-cufonfonts/TextaBlack.ttf);
}

@font-face {
    font-family: TextaRegular;
    src: url(texta-cufonfonts/TextaRegular.ttf);
}


body{
    background-color: #feed01;
    margin: 0px;
    padding: 0px;
}

.div_affiche{
    margin: auto;
}

p{
    text-align: center;
    font-size: 35px;
    font-family: TextaBold;
    line-height: 110%;

}

.disclaimer{
    text-align: center;
    font-size: 15px;
    font-family: TextaRegular;
    margin-top: 150px;
}

.affiche{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: black;
}

span{
    font-family: TextaRegular;
}

.bouton{
    width: 250px;
    margin: auto;
}

button{
    width: 100%;
    color: black;
    background-color: black;
    padding: 10px;
    border: none;
}


a, a:visited{
    color: white;
    text-decoration: none;
    font-family: TextaRegular;
    font-size: 15px;
}

.nav{
    position: fixed;
    top: 0px;
    z-index: 200;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #feed01;
    box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.5);
}

.sociaux img{
    padding-left: 20px;
}