/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

header {
	display: inline-block;
}

.btn-primary {
	background-color: rgb(71, 173, 52);
	border-color: rgb(71, 173, 52);
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: rgb(102, 86, 66);
	border-color: rgb(102, 86, 66);
	color: #ffffff;
}

#map {
	height: 600px;
}

#geolocation {
	display: none;
	text-align: center;
	padding: 30px;
}
#geolocation.active {
	display: block;
}
#geolocation .formrow {
	padding: 15px 0;
}

#changepos {
	display: none;
	margin-bottom: 15px;
}
#changepos.active {
	display: block;
}
#changepos #mobile-toggler {
	float: right;
}

#result {
	display: none;
}
#result.active {
	display: block;
}

#liste {

}
#liste .card {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}
#liste .card-header {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 0;
}
#liste .card-header .btn {
	border-radius: 0;
	padding: 15px;
	text-transform: uppercase;
}
#liste .card-header .btn-link {
	text-decoration: none;
	color: #333333;
	text-transform: uppecase;
}
#liste .card-header .btn.focus,
#liste .card-header .btn:focus {
	box-shadow: 0 0 0 transparent;
}
#liste .card-header .btn-link.focus,
#liste .card-header .btn-link:focus {
	text-decoration: none;
}
#liste .card-body {
	padding: 0 15px 0 15px;
}
#liste .card-body a {
	color: #000000;
	text-decoration: underline;
}
#liste .card-body a:hover,
#liste .card-body a:focus {
	color: #000000;
	text-decoration: none;
}
.poi-detail {
	padding-bottom: 15px;
}
.poi-detail .poi-pictos {
	float: right;
	width: 55px;
	padding: 0 0 15px 15px;
}
.poi-detail .poi-nom {
	color: #a69171;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.poi-detail .poi-distance {
	font-style: italic;
	font-weight: bold;
	font-size: 0.8rem;
	color: rgb(71, 173, 52)
}
.poi-detail .poi-adresse {
	
}
.poi-detail .poi-tel {
	
}
.poi-detail .poi-horaires {
	font-style: italic;
	font-size: 0.8rem;
}
.poi-detail .poi-website {
	
}

.pac-container {
	z-index: 99999999 !important;
}

/* FORMULAIRE NL */
#modale-temp .mc4wp-form-theme {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}