@charset "utf-8";
#contact {
}

.field {
	
}

address {
	padding: 0px 0px 27px 65px;
	margin: auto;
	font-size: 16px;
	color: #ebedf1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left 4px no-repeat;
	background-image: url(../images/location-icn.png);
	line-height: 24px;
}

address.Number { background: url(images/phone-icn.png) left 5px no-repeat; }

address.Email { margin-left: 4px; background: url(images/mail-icn.png) left 0px no-repeat; }
.bg {
	background-image: url(../images/Services-bg.jpg);
	background-size: cover;
	border-top: 10% double rgba(6,34,41,1.00);
	border-bottom: 1% groove rgba(17,86,104,1.00);
	color: rgba(255,255,255,1.00);
}

.notepad {
	background-image: url(../images/Get-bg.jpg);
	border-radius: 5%;
	border: thick groove rgba(0,0,0,1.00);
	background-size: cover;
	color: rgba(255,255,255,1.00);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	width: 99%;
	height: 99%;
}

.menu {
	opacity: 0.75;
}

.phone {
	text-align: left;
	padding: 0px 0px 27px 65px;
	margin: auto;
	font-size: 16px;
	color: #ebedf1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left 4px no-repeat;
	background-image: url(../images/phone-icn.png);
	line-height: 24px;
}

.email {
	text-align: left;
	padding: 0px 0px 27px 65px;
	margin: auto;
	font-size: 16px;
	color: #ebedf1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left 4px no-repeat;
	background-image: url(../images/mail-icn.png);
	line-height: 24px;
}

#tmServices {
	color: aliceblue;
}

.clear {
	height: 20px;
	width: 100%;
	background-image: url(../images/about-shadow.png);
	background-size: cover;
	margin-bottom: 5%;
}

#accueil {
}




.text-orange {
	color:darkorange;
}