/* 
    Created on : 13 janv. 2018, 05:37:35
    Author     : Admin
*/

h1 {
    overflow: hidden;
}
#logo {
    float: left;
    height: 100px;
}

#top-header {
    padding: 60px 0 45px 0;
    color: #fff;
    background-size: cover !important;
    position: relative;
}

#top-header .overlay {
    position: absolute;
    background: rgba(0,0,0,.3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#top-header h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 45px;
}

#top-header h1::after {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #e7b315;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}

#logo-wrapper {
    margin-top: 45px;
}

#logo-wrapper img {
    display: inline-block;
    max-width: 200px;
}