body {
	margin-top: 0px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	padding: 100px 0;
	background-attachment: scroll;
	background-image: url(../img/slider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.img-center {
	margin: 0 auto;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.8em;
}
section {
    padding: 0 0;
}
.content {
	font-size: 1.2em;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
}
.section-heading {
	font-size: 2em;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	list-style-type: square;
}
p.section-heading {
    font-size: 1.5em;
    line-height: 30px;
}
p.footer {
    font-size: 13px;
    line-height: 20px;
}
.contenu {
	font-size: 1.1em;
	margin-right: 1em;
	margin-left: 1em;
}
.contenu ul {
	margin-left: 0em;
	font-size: 1.1em;
	line-height: 20px;
	list-style-type: square;
}
.contenu li {
	margin-left: 0em;
	font-size: 1.1em;
	line-height: 30px;
	list-style-type: square;
}
.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
	background: #2d2d2d;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	min-height: 100px;
}
footer p,footer a {
    margin: 0;
    color: #fff!important;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
}
section.services-section {
	background-color: #dfe5f5;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}