@charset "UTF-8";
/* CSS Document */

body{
	background:transparent !important;
	color:#fff;
}

html { 
  margin:0;
  padding:0;
  background: url(img/bg.jpg) no-repeat center fixed; 
  /*-webkit-background-size: cover;
  background-size: cover;*/ 
  background-color:#000;
}

img{
	max-width:100%;
	width:auto;
	height:auto;
}

::selection {
    background: #f58220;
    text-shadow: none;
}

a {
    color: #f58220;
}
a:hover {
    color: #fff;
	text-decoration:none;
}
.hr{
	border:none;
	height:2px;
	background:#666;
	width:50%;
	margin:40px 0;
}
h1 {
  font-family: 'Oswald', sans-serif;
  color:#fff;
  position: relative;
  font-size:26px;
  font-weight: 400;
}

h2 {
  font-family: 'Oswald', sans-serif;
  color:#fff;
  position: relative;
  font-size:20px;
  font-weight: 400;
}


h3 {
	font-family: 'Oswald', sans-serif;
	color:#fff;
	position: relative;
	font-size:18px;
	font-weight: 400;
}

h4{
	margin:20px 0;
	font-family:'Oswald', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight: 400;
}
h4.blanc{
	margin:20px 0;
	font-family:'Oswald', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight: 400;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}
h5 {
    margin: 10px 0 15px 0;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

p {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:15px;
	font-weight: 400;
}

.bleu{
	background:#44c8ec;
	padding:40px 0;
}
.orange{
	background:#f6ae33;
	padding:40px 0;
}
.vert{
	background:#88c149;
	padding:40px 0;
}
.spacer{
	width:100%;
	height:20px;
	clear:both;
}

.btn-primary {
    background-color: #44c8ec;
    border-color: #44c8ec;
}
.btn-xl {
    font-size: 16px;
    padding: 15px 40px;
}
.btn {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.form-control{
	font-family: 'Roboto', sans-serif;
}
section#contact {
    background-color: #fff;
    background-image: none;
}

.service-heading {
    margin: 15px 0 5px;
}

footer {
    padding: 25px 0;
    text-align: center;
	color:#fff;
}
footer .copy p{
    font-size: 13px;
    line-height: 40px;
    text-transform: none;
	font-family: 'Roboto', sans-serif;
	text-align:right;
	float:right;
}
.copyright a{
    color: #666;
}
.copyright a:hover{
    color: #999;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #29b4da;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fbae18;
}

header.masthead {
    background-image: url(../img/image-top.jpg);
}
#services{
	background-color:transparent;
}
section{
	background: rgba(0,0,0,0.7);
}

@media (max-width: 767px){
section {
    padding: 25px 0;
}
h1 {
  font-size:26px;
  margin-bottom:40px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}

footer span.copyright {
    font-size: 13px;
    line-height: 18px;
}

}

@media (min-width: 768px){
section {
    padding: 75px 0;
}
section.header-top{
    padding: 8px 0 25px !important;
}
}
@media (min-width: 992px){
#mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
}

