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

.colored {
    height: 400px;
    width: 100%;
    background-color: #95a5a6;
    padding: 30px;
    text-align: center;
}

/*
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: #130E0A;
    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: #130E0A;
}

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



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

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

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

.banner .banner-content h1{
    font-family: 'Italianno', cursive;
    color: #ffffff;
}

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

.modal-card-title{
    text-align: center;
    color: black;
}

.modal-card-body{
    text-align: center;
    color:#ffffff;
    background-color:#130E0A;
}


/*
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: left;
    margin-top: 20px;
    text-align: center;
}

/*
FOOTER
*/
.footer .footer-informations {
    text-align: center;
    margin-top: 30px;
}

.footer .footer-informations ul {
    padding: 0;
}

.footer .footer-informations ul li {
    display: inline-block;
    list-style-type: none;
}

.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;
}

/*
MODAL
*/
.own-modal {
    padding-top: 120px;
}