.end{
	clear:both;
}
#map_agences{
    position: relative;
    background: #f4f4f4;
   
}
.map_bg {
	position: relative;
	z-index: 2;
background: url("/public/images/web/carte_france.png") no-repeat scroll top right rgba(0, 0, 0, 0);

}
.map_bg img {
    margin-left: 150px;
}


#content_fiche .bg-agence{
	color: #fff;
	border-radius: 5px;
	width: 100%;
	border-bottom: 3px solid #d6d6d6;
	padding: 20px;
}
.intro-map-agence {
	position: absolute;
	font-weight:300;
	color: #c32e1b;
	z-index: 0;
	font-size: 1.125em;
}
#content_fiche .bg-agence h4 span,
#content_fiche .bg-agence p,
#content_fiche .bg-agence p span {
	color: #fff !important;
}
.agence-list .btn-contact-agence {
	font-size: 0.75em;
	color: #1d8cb8;
}
.agence-list .btn-contact-agence:hover {
	text-decoration: underline;
}
#content_fiche .bg-agence .btn-contact-agence {
	display: block;
	max-width: 200px;
	line-height: 40px;
	padding: 0px 20px;
	border-radius: 5px;
	text-align: center;
	border-bottom: 3px solid #08273c;
	text-transform: uppercase;
	font-size: 0.875em;
	color: #fff;
	background: #224162;
	margin: 0 auto;
}
.separateur-agence {
	background: #f4f4f4;
	height: 2px;
	display:block;
	clear: both;
}
#content_fiche .bg-agence .btn-contact-agence:hover {
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom:2px solid #08273c;
}
#content_fiche .bg-agence .btn-contact-agence:focus {
	border-top: 3px solid rgba(255,255,255,0);
	border-bottom: 0px;
}
.agence-list  .adresse-agence {
	font-size: 0.75em;
	color: #231f20;
}
.agence-list .agence {
	height: 200px;
}
.agence-list  h4 {
	font-size: 0.875em;
	font-weight: 600;
	margin:0px;
	text-transform: uppercase;
}
.agence-list .agence-dep {
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
	margin:0px;
}

.agence-list .bg-agence {
	background: none !important;
}
#content_fiche .bg-over-agence {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 0;
}
.contenu-agence {
	position: relative;
	z-index: 10;
}


#agences {
  min-height:600px;
  line-height:600px;
  text-align:center; /* centrage horizontal */
}
#agences.punt {
	line-height: 300px;
}
.bg-agence {
	position: relative;
  vertical-align:middle;
  display:inline-block;
  line-height:normal; /* on rétablit le line-height */
  text-align:left; /* ... et l'alignement du texte */
}
.btn-standard-mob {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #c32e1b;
    border-color: -moz-use-text-color -moz-use-text-color #8e1d0f;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 3px;
    box-shadow: none;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 10px auto 0;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1199px) {

.map_bg img {
	width: 100%;
	margin-left: 0px;
}
.map_bg {
background-size: 100%;
}.map_bg {
	margin-top: 100px;
}
}
@media (max-width: 991px) {

.map_bg img {
    margin-left: 0px;
}
}
@media (max-width: 768px) {

.agence-list h4,
.agence-list h4 span,
.agence-list p span,
.agence-list .btn-contact-agence{
	text-align: center;
	display: block;
}
.agence-list .btn-contact-agence {
	line-height: 30px;
}
.bg-agence {
	width: 100%;
}
	#content .agence-list .container {
		padding: 0px 15px;
	}
	.agence-list .agence {
		height: auto;
		margin: 0px 0px 20px 0px;
	}
.adresse-agence,
.separateur-agence{
	display: none;
}
}
@media (max-width: 460px){
	.agence-list .col-xs-6 {
		width: 100%;
	}
}


.horaire-agence{
    display: none;
}

#content_fiche .horaire-agence{
    display: block!important;
}