@font-face {
    font-family: "Futura" ;
    src: url("../fonts/Futura Bold Oblique.otf");
}
::-webkit-scrollbar{
    display: none;
}
body{
    font-family: "Segoe UI Light", sans-serif;
    font-size: 1.5rem;
    color:white;
}
h1, h2, h3{
    font-family: "Futura", sans-serif;
}
h1{
    font-size: 4rem;
    margin-bottom: 30px;
}
h2{
    font-size: 2.5rem;
}
h3{
    font-size: 2rem;
}
a:link, a:visited{
    text-decoration: none;
}

body{
    background-color: #101010;
}
div.bg{
    background: url("../images/content/bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}
section.accueil hr{
    border:none;
    width:30%;
    height:2px;
    background-color: white;
    margin-bottom: 30px;
}
section.accueil>a, aside>a{
    background-color: #B42480;
    color:white;
    font-family: "Futura", sans-serif;
    font-size: 1.5rem;
    border-radius: 50px;
    width:auto;
    text-align: center;
    padding: 10px 70px;
}


div.background{
    background-color: #101010;
    z-index: 1;
    opacity: 0.9;
}
#infos{
    background-color: white;
    color: black;
    text-align: center;
    z-index: 1;
}
#infos button, #infos a, #infos #button{
    font-family: "Futura", sans-serif;
    background-color: #010101;
    color:white;
    font-size: 1.5rem;
    border-radius: 20px;
    border:none;
    width:auto;
    text-align: center;
    padding: 5px 50px;
    margin:10px 30px;
    cursor: pointer;
}
#infos input{
    color:black;
    background-color: #E4E4E4;
    border:none;
    border-radius: 10px;
    height:45px;
    padding:0 15px;
    width: 80%;
    min-width: 265px;
}