body {
    /* Set background image */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


button{
    width: 100%;
    background-color: #FF5800;
    color: white;
}
h1,h2,p,label,span{
    color:white;
}
h1{
    font-family: 'Fugaz One', 'sans-serif';
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
}
h2{
    font-family: 'Fugaz One', 'sans-serif';
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
}
p,label,span,button{
    font-family: 'Maven Pro', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

button{
    border: none;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.header{
    padding: 24px 100px 40px 100px;
}
.header-rs{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact-text{
    text-align: center;
}
button{
    margin-top: 40px;
}

@media screen and (min-width: 1250px) {
    .contact{
        padding: 0 150px 0px 150px;
    }
}
.fa-solid,.fa-brands{
    padding-right:10px;
}
.fa-linkedin{
    padding-left: 10px;
}
input[type="file"] {
    width: 100%;
    border: 2px solid #ffffff;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: inline-block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 725;
}
input[type="file"]::-webkit-file-upload-button {
    display: none;
}
input[type="file"]::before {
    content: 'Ajouter un fichier';
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

a{
    color: #ffffff;
}
a:hover{
    color: #ffffff;
}

.field-libeo{
    display: none;
}
