*{ outline: none; }
html{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    font-family: 'Montserrat', sans-serif;
}
.content{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/image.jpg) no-repeat center;
    background-size: cover;
}
.filtre-color{
    width: 100%;
    height:  100%;
    background: rgba(0,77,102,0.5);
}
.content-text{
    z-index: 100;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:  100%;
}
.logo_finofab{ width: 300px; }
h2{
    margin: 0;
    font-size: 1.2em;
    color: white;
}
h3{
    margin: 0;
    font-size: 0.8em;
    font-weight: 300;
    color: rgb(229,195,53);
    text-transform: uppercase;
}
.infos{
    font-weight: 300;
    margin: 15px 0;
}
p{
    font-size: 0.9em;
    text-align: center;
    color: white;
}
a{
    color: white;
    text-decoration: none;
}
span{ color: rgb(229,195,53); }
.elem{
    z-index: 50;
    position: absolute;
    bottom: 120px;
    left: -85px;
    width: 350px;
}