body {
	background-color: #ddd;
}

img { 
	border: none; 
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 768px) {
  .header {
    height: 130px;
	overflow: hidden;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
	.telephone {
		float: left;
		width: 40%;
	}
	
	.nomSociete {
		float: right;
		width: 60%;
		padding: 0 0 20px;
		height: 130px;
		overflow: hidden;
		text-align: center;
	}

	.presentation {
		float: left;
		width: 50%;		
		clear: both;
	}

	.imageDroite {
		float: right;
		width: 50%;
	}

}

@media (max-width: 478px) {
	.telephone {
		display: none;
	}
	
	.nomSociete {
		text-align: center;
		padding: 10px 0;
	}

	h1 {
		margin: 0;
	}
	
	p, ul.liste li {
		font-size: 1.2em;
	}
}

@media (max-width: 767px) {

	h2 {
		padding: 10px 0;
		margin: 0;
		text-align: center;
	}
	
	ul.menu li a {
		font-size: 1.5em;
		padding-left: 0;
		line-height: 1.2em;
		text-align: center;
		padding-bottom: 12px;
	}

	
}

.main {
	background-color: #fff;
}

@media (min-width: 479px) {
	.image-droite, .image-gauche {
		padding: 12px 3%; 
		max-width: 50%; 
	}
		
	.main {
		padding: 0 2%;
	}
	
	.header {
		margin-top: 10px;
	}

	.image-droite {
		float: right; 
	}
	
	.image-gauche {
		float: left; 
	}
	
	.image-droite img, .image-gauche img {
		max-width: 100%; 
		height: auto;
	}
	
	.presentation {
		height: 130px;
	}

}

@media (max-width: 478px) {
	.image-droite, .image-gauche {
		padding: 12px 0; 
		text-align: center
	}
	
	.image-droite, .image-gauche {
		float: none; 
	}
		
	.image-droite img, .image-gauche img {
		max-width: 75%; 
		height: auto;
	}
	
	iframe {
		width: 280px;
		height: 210px;
	}
	
	.main {
		padding: 0 5%;
	}

}

.mail-contact {
	padding-left: 8%;
	margin: 15px 0;
}


.liste {
	padding-left: 8%; 
	list-style-type: square
}

.center {
	text-align: center;
}


.bouton-envoyer {
	text-align: center;
}

.captcha-rappel {
	margin-bottom: 10px;
}

h2.titre-demande-rappel {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #337ab7;
}

.banderole {
	padding: 0;
}

@media (max-width: 767px) {
	.encart-urgence {
		max-width: 370px;
	}
}

@media (min-width: 768px) {
	.encart-urgence {
		max-width: 220px;
	}
}

@media (min-width: 479px) {
	.encart-urgence {
		font-size: 1.4em; 
	}
	
	.banderole img {
		max-width: 100%;
		height: auto;
	}

}

@media (max-width: 478px) {
	.encart-urgence {
		font-size: 1.6em; 
	}
	
	.banderole img {
		height: 70px;
		width: auto;
	}
	
	.banderole {
		overflow: hidden;
	}


}



.encart-urgence {
	padding: 7px 2%; 
	border: 2px solid #00f; 
	border-radius: 8px; 
	margin: 20px auto; 
	font-variant: small-caps; 
	text-align: center; 
	color: #00f; 
	font-weight: bold; 
	width: 92%;
}


.telephone {
	background-color: #00f;
	text-align: center;
	padding: 25px 0;
}

.telephone img {
	height: 80px;
	width: auto;
}


h1 a, h1 a:hover {
	text-decoration: none;
}

h1  {
	font-family: DejaVu Serif, serif;
}

h2 {
	color: #00f;
	font-size: 1.8em;
}


.serrurier  {
	color: rgb(30,30,30);
	font-weight: 900;
}

.ville  {
	color: #00f;
	font-weight: 800;
	display: block;
	padding-top: 0.3em;
}

.nomSociete {
	background-color: #fff;
}

@media (min-width: 768px) {
	.nomSociete {
		padding: 0 10px 15px;
	}
}

.presentation {
	background-color: #fff;
	text-align: center;
	font-variant: small-caps;
	font-family: DejaVu Serif, serif;
	padding: 10px 0 20px;
}


@media (max-width: 478px) {
	.cp, .telFixe, .telPort {
		font-size: 1.7em;
	}
	
	.depUrgence, .contact {
		font-size: 1.5em;
	}
	
	.serrurier  {
		font-size: 1.5em;
	}

	.ville  {
		font-size: 1em;
	}
	
}

@media (min-width: 479px) {
	.cp, .telFixe, .telPort {
		font-size: 1.12em;
	}
	
	.depUrgence, .contact {
		font-size: 1em;
	}
	
	.serrurier  {
		font-size: 1.3em;
	}

	.ville  {
		font-size: 0.7em;
	}

}

.depUrgence, .cp, .contact, .telFixe, .telPort {
	font-weight: 800;
}

.depUrgence {
	color: #00f;
}

.cp {
	color: black;
}

.contact {
	color: #00f;
}

.telFixe, .telPort {
	color: rgb(0,70,0);
}

.imageDroite {
	background-color: #fff;
	text-align: center;
	padding: 3px 0;
}

.imageDroite img {
	height: 124px;
	width: auto;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


@media (min-width: 768px) {
	ul.menu li a {
		font-size: 1.25em;
		padding-left: 5%;
		line-height: 1.2em;
		padding-bottom: 8px;
	}
}


ul.menu li a {
	color: white;
	display: block;
	width: 100%;
	background-color: #00e;
	border-bottom: 8px solid #fff;
	text-decoration: none;
	font-variant: small-caps;
	padding-top: 8px;
}

ul.menu li.last a {
	border-bottom: none;
}


ul.menu li a:hover {
	background-color: #11f;
}

.devis-gratuit, .serrurerie, ._24j7, .aoz {
	border: 2px solid #00f; 
	text-align: center;
	background-color: #fff;
	width: 100%;
	padding: 3%;
}

.devis-gratuit img, .serrurerie img, ._24j7 img, .aoz img {
	max-width: 150px;
	height: auto;
}


.main .row {
	margin-right: 0;
    margin-left: 0;
}

.partieMenu {
	padding: 0;
}

