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

body {
	margin: 0;
	padding: 0;
	background-color:#342918;
	background-position:center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg-service.jpg);
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 22px;
}

p a {
	color: #FFFFFF;
}

img {
	max-width: 100%;
}

.center {
	text-align: center;
}

.lang {
	text-align: center;
	padding-top: 30px;
}

.container {
	max-width: 1090px;
}

.content {
	padding-top: 35px;
	padding-bottom: 35px;
}

.services-content {
	padding-top: 35px;
}

.services {
	font-size: 38px;
	line-height: 1.2em;
} 

.bg-container {
	background-color:#342918;
}

.border-c {
	border-bottom:30px solid #705933;
	border-top:30px solid #705933;
}

.lang {
	padding-top: 20px;
}

.b-bottom {
	border-bottom: 1px solid #FFFFFF;
}

/***TEXTE***/

.lang-menu {
	font-size: 24px;
	color:#000000;
}

.lang-menu a {
	color:#000000;
	text-decoration: none;
}

.suivant {
	font-size: 24px;
	color:#000000;
	padding-left: 50px;
}

.suivant a {
	color:#000000;
	text-decoration: none;
}

.titre {
	color:#000000;
	font-size:40px;
}

.sous-titre {
	color:#FFFFFF;
	font-size:35px;
	letter-spacing: 5px;
}

.tel {
	color:#5e4727;
	font-size:60px;
}

.tel a {
	color:#5e4727;
	text-decoration: none;
}

.urgence {
	color:#5e4727;
	font-size:34px;
}

/***********/



@media (min-width: 768px) {	
	
}

@media (min-width: 992px) {

.sous-titre {
	font-size:50px;
}

.lang {
	text-align: right;
}

.suivant {
	padding-left: 100px;
}

.urgence {
	color:#5e4727;
	font-size:34px;
}

}

@media (min-width: 1200px) {

	
}