/*
GLOBAL
*/
.heading-site {
    text-align: center;
    font-family:'Montserrat', sans-serif;
}



body{
    background-color:#ecf0f1;
    height: 100%;
    margin-top: -25px;
}

/*
HEADER
*/
.header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 70px;
    line-height: 70px;
    background-color:rgba(0, 0, 0, 0);
    position: fixed;
    top: 0; 
    z-index: 999;
}

.header .header-logo{
    color: #000000;
    font-family:'Montserrat', sans-serif;
    float: left;
    margin-left: 30px;
}

.header .header-menu {
    float: right;
    margin-right: 30px ;
}

.header .header-menu a {
    margin-right: 15px;
    color: #000000;
}

.header .header-menu a:hover {
    color: #7f8c8d; 
}

/*
Title
*/

.titre{
    position: relative;
    text-align: center;
    top: 10px;
}

/*
banner
*/
.banner{
    margin-top: -20px;
}

.banner .banner-image {
    position: relative;
}

.banner .banner-content {
    position: absolute;
    width: 100%;
    text-align: center; 
    top: 30%;
}

.banner .banner-content h1,
.banner .banner-content h2 {
    color: #ffffff;  
}

/*
ABOUT
*/
.about .about-single-element .icon {
    font-size: 60px;
    text-align: center; 
}

.about .about-single-element {
    text-align: center;
}

.about .about-single-element p {
    text-align: center;
    margin-top: 20px;
}

/*
Footer
*/
.pied{
    background-color: #130E0A;
    height: auto;
}

.piedtexte{
    color: #808080;
    font-family:'Montserrat', sans-serif;
    margin-left: 30px;
    padding-top: auto;
    padding-left: auto;
    font-family: 'Titillium Web', sans-serif;
}