html{
	background-image: url(../img/bg.jpg);/** no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body {
	background-color: rgba(255,255,255, 0.9) !important;
	font-family:verdana,Tahoma,Arial;
	text-align:center;
	padding: 0;
	margin: 0;
}

H1{
	color: #1c2d3e;
	/*color: #f79f31;
	font-family: Economica;*/
}

H2, h3{
	color: #f79f31;
}

ul{
	width: fit-content;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	color: #333;
}

.top{
	background: #1c2d3e;
	color:white;
}


/* Header */
.main-header {
	background: #1c2d3e;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
	margin: 0;
	padding-top: 2px;
	border-top: 4px solid #f79f31;
}

.main-header .logo {
	width: fit-content;
    display: flex;
    align-items: center;
	float: left;
}

.main-header .logo img {
	height: 53px;
    display: inline-table;
}

.main-header .logo h1 {
	color: #f79f31;
    font-size: 23px;
    font-weight: bold;
    display: inline-table;
	margin: 0;
    padding-top: 10px;
}

.top_contact{
	background-color: #f79f31 !important;
	font-size: large;
	padding: 15px 0;
	margin-bottom: 20px !important;;
}

.header_contact_item{
	margin: 15px auto !important;
    padding: 0 10px;
}

.top_contact i{
	font-size: 20px;
}

.top_contact a{
	color: white;
	text-decoration: none;
	margin: 0px 13px;
}

.fixed_contact{
    position: fixed;
    z-index: 12;
    width: 30px;
    bottom: 70px;
	right: 45px;
	margin: 0;
	
}

.fixed_contact i{
	font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    padding: 9px;
    margin: 4px;
    border-radius: 100%;
	transition: transform 0.5s;
}

.fixed_contact i:hover{
	color: #f79f31;
	background-color: white;
	transform: rotate(360deg);
}

.presentation{
	font-size: larger;
	max-width: 800px; 
	margin: auto;
	line-height: 26px;
	padding-bottom: 30px;
}

.mentionsLegales{
	font-size: larger;
	line-height: 26px;
	padding: 10px;
	padding-bottom: 60px;
	text-align: left;
	max-width: fit-content;
	display: inline-block;
}

.activites img{
	width: 100%;
}

.activites p{
	margin: 0;
    margin-top: 3px;
    font-size: 18px;
    font-weight: bold;
	color: #1c2d3e;
}

.realisations img{
	width: 100%;
}

.icone_services{
	font-size: 40px !important;
	color: #f79f31;
	border: 2px solid #f79f31;
	border-radius: 100%;
	padding: 25px;
}

.why_btp_ca{
	background-color: #f79f31;
	margin: 0 !important;
}

.why_btp_ca i{
	font-size: 80px;
	margin-top: 10px;
    /**color: #f79f31;*/
	color: #1c2d3e;
}

.why_btp_ca p{
	font-size: larger;
}



/** Footer **/
.contactez_nous{
	color: white;
	text-align: left;
}

.contactez_nous h2{
	color: #f79f31;	
}

.contactez_nous td{
	line-height: 25px;	
	font-size: 17px;
}

.facebook{
	width: 90%; 
	max-width: 400px;
	height: 130px;
	margin: 17px auto;
}

.reseaux a{
	font-size: 40px;
	color: #444;
	text-decoration: none;
}

.reseaux a:hover{
	font-size: 40px;
	color: #222;
	text-decoration: none;
}

.footerLink{
	float: right;
	margin-right: 10px;
	color: #ccc;
	font-size: 13px;
}

/**Boutton Google*/
.google-button {
	display: block;
	margin: 15px auto;
	max-width: 270px;
	padding: 10px 10px 10px 50px;
	border: 2px solid #00a0dc;
	border-radius: 50px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #00a0dc;
	background: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512.png) no-repeat left 20px center / 40px 40px;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	  -webkit-animation: wiggle 2s ease-in infinite;
	  -moz-animation: wiggle 2s ease-in infinite;
	  -o-animation: wiggle 2s ease-in infinite;
	animation: wiggle 2s ease-in infinite;
  }
  
	.google-button:hover {
	  color: #ffffff;
	  background-color: #00a0dc;
	  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512-white.png);
  }
  
	.google-button strong {
	  font-size: 18px;
	  display: block;
	}
  
  
  @-webkit-keyframes wiggle {
	0%, 20%, 100% { background-position: left 20px center; }
	5% { background-position: left 15px center; }
	10% { background-position: left 20px center; }
	15% { background-position: left 25px center; }
  }
  
  @-moz-keyframes wiggle {
	0%, 20%, 100% { background-position: left 20px center; }
	5% { background-position: left 15px center; }
	10% { background-position: left 20px center; }
	15% { background-position: left 25px center; }
  }
  
  @-o-keyframes wiggle {
	0%, 20%, 100% { background-position: left 20px center; }
	5% { background-position: left 15px center; }
	10% { background-position: left 20px center; }
	15% { background-position: left 25px center; }
  }
  
  @keyframes wiggle {
	0%, 20%, 100% { background-position: left 20px center; }
	5% { background-position: left 15px center; }
	10% { background-position: left 20px center; }
	15% { background-position: left 25px center; }
  }


@media screen and (max-width: 1050px) {

	.main-header .logo {
		float: none;
		margin: auto;
	}

	.header_contact_item i{
		font-size: 15px;
	}

	.header_contact_item{
		margin: 0px auto !important;
	}
	
	.activites img{
		width: 120px;
		float: left;
	}

	.activites p{
		margin-top: 35px;
	}

	.fixed_contact{
		right: 20px;
		bottom: 20px;
	}
	
	.fixed_contact i{
		font-size: 25px;
		height: 25px;
		width: 25px;
		padding: 7px;
		margin: 3px;
	}

	.why_btp_ca i{
		font-size: 60px;
	}
}

@media only screen and (max-width: 600px) {
	.contactez_nous{
		color: white;
		text-align: center;
	}
	
}