@charset "utf-8";
/* Font light : 300 */
/* Font regular : 400 */
/* Font bold : 700 */


p {
	font-family: "roboto-condensed";
	color: #000000;
	font-size: 20px;
	font-weight: 300;
}


h1 {
	font-family: "roboto-condensed";
	color: #000;
	font-size: 35px;
	font-weight: 700;
	text-transform:uppercase;
}


h2 {
	font-family: "roboto-condensed";
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform:uppercase;
	margin:0px;
}


/* Mobile */
@media only screen and (max-width: 481px) {
	


}






/* Styling corrections */
#txtwhite {
	color: #fff;
}

#txtblack {
	color: #000;
}

#txtgrey {
	color: #4f4f4f;
}

#footertitle {
	color: #fff;
	font-side: 18px;
	letter-spacing: 2px;
}





/* Mobile menu boutton */
.menu-btn {
	background-color: transparent;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	display: inline-block;
	cursor: pointer;
	color: transparent;
	font-family: "arial";
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu-btn:hover {
	background-color:transparent;
}
.menu-btn:active {
	position:relative;
	top:1px;
}


/* Boutton telephone */
.btn-tel {
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	font-family: "roboto-condensed";
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	padding: 10px 20px 10px 20px;
	border: solid #4cda64 4px;
	text-decoration: none;
	background:#000;
}

.btn-tel:hover {
	text-decoration: none;
}






/* Link boutton */
.btn_link{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: "roboto-condensed";
	font-weight: 300;
	color: #000;
	font-size: 18px;
	background: transparent;
	letter-spacing: 2px;
	padding: 10px 0px 10px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid #000 2px;
	text-decoration: none;
}

.btn_link:hover {
	background: transparent;
	text-decoration: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid #000 7px;

}
