.page-header, .input-group-addon:last-child {
	display: none;
}

.explorer_form {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/background-formulaire.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2.5rem 0 3rem 0;
	position: relative;
	text-align: center;
}

.explorer_form:after {
	content: '';
	display: block;
	background: rgba(45, 53, 65, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.form-caontainer-tarifs, .exp-container {
	position: relative;
	z-index: 2;
}

.explorer_form h1 {
	margin: 0;
	color: #fff;
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 3.2rem;
	padding-bottom: 1rem;
}

.explorer_form .form-item {
	width: 100%;
	margin: 0 auto;
}

@media ( min-width : 420px) {
	.explorer_form .exp-container {
		width: 410px;
		margin: auto
	}
}
.explorer_form .ri-dropdown-list {
	width: 100%;
}
.explorer_form .ri-dropdown-list .dropdown-menu {
	top: 0;
}
.explorer_form .input-group {
	width: 100%;
}

.explorer_form .control-label {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.explorer_form .form-control:not (.form-select ){
	height: auto;
	padding: 0.8rem 1rem;
	margin: 0;
	outline: none;
	border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	-webkit-border-radius: 0.9rem;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-color: #fff;
	border-top-right-radius: 0.6rem !important;
	-moz-border-top-right-radius:0.6rem!important;
	-webkit-border-top-right-radius:0.6rem!important;
	border-bottom-right-radius: 0.6rem !important;
	-moz-border-bottom-right-radius:0.6rem!important;
	-webkit-border-bottom-right-radius:0.6rem!important;
	box-sizing: border-box;
}

.explorer_form .form-control {
	width: 100%;
	font-size: 1.6rem;
}

#exp-select {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0;
}

.explorer_form button, .explorer_form button:hover {
	background: #c22a7f;
	border-radius: 5rem;
	border: none;
	box-shadow: none !important;
	padding: 1.5rem 4rem;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	margin: 3rem 0 0;
}

.poi_results_zone li {
	position: relative;
	width: 50%;
	float: left;
	display: inline-block;
	margin-bottom: 5px;
}

.poi_results_zone ul li:nth-child(2n+3) {
	clear:left;
}

.custom_ckeckbox{
	position: absolute;
	content: '';
	display: block;
	height: 2rem;
	width: 2rem;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	z-index: 22;
	background: #fff;
	top: 50%;
	left: 0;
	margin-top: -1rem;
}
.its_checked .custom_ckeckbox {
	background: #C12A7F url("/sites/all/themes/oab_smirt_theme/img/check-sign.svg");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: center;
	border-radius: 0.3rem;
	border-color: #C12A7F;
}
.poi_results_zone input {
	position: absolute;
	top: 2.2rem;
	opacity: 0;
	min-width: 22px;
	min-height: 20px;
	z-index: 9999;
}

.poi_results_zone li:not (.last ) label {
	border-bottom: 0;
}

.poi_results_zone li label {
	width: 100%;
	margin: 0;
	padding: 1.2rem 1.5rem 1.2rem 6rem;
	font-size: 1.6rem;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: 26px 4px !important;
	position: relative;
}

.poi_results_zone li label.checked-rsl {

}

.n_p_l {
	padding-left: 0;
}

.n_p_r {
	padding-right: 0;
}

.point_de_mobilite.checked-rsl, .point_de_mobilite:hover {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/Page 1_hover.svg");
}

.point_de_mobilite {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/pd.svg");
}


.points_de_vente {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_TC.svg");
	background-size: 4rem;
}

.car_parking_label {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_parkings.svg");
	background-size: 3.5rem;
}

.ibre_service {
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/Page 13.svg");
}
.agences-pass-pass{
	background-image:url("/sites/all/modules/custom/smirt_xplrgn/img/carte_pass.png");
}
.shared_bike_parking_label{
	background-image:url("/sites/all/modules/custom/smirt_xplrgn/img/libre-services-velo-2.png");
}
.libre_service_label{
	background-image:url("/sites/all/modules/custom/smirt_xplrgn/img/libre-service-voiture-2.png");
}
.arrets_transports_communs_label{
	background-image:url("/sites/all/modules/custom/smirt_xplrgn/img/icon_bus.png");
	background-position: 3.5rem 3rem!important;
}
.btm_bar ul li:after {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background-position: center;
	left: 0;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
}

.pt_v:after {
	background-color: #856cac;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_TC_hover.svg");
	background-size: 30px;
}

.pt_m:after {
	background-color: #69b509;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/Page 1_hover.svg");
	background-size: 15px;
}

.pr:after {
	background-color: #2d3540;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_parking_hover.svg");
	background-size: 22px;
	background-size: 30px;
}

.ls:after {
	background-color: #f5a623;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/Page 13_hover.svg");
}

.marker_name a {
	color: #C12A7F;
	font-weight: 700;
	font-size: 1.6rem;
}

.marker_address {
	color: #2D3541;
	font-size: 1.4rem;
	font-weight: 500;
}

.marker_hours {
	font-weight: 400;
}

.marker_more a {
	color: #C12A7F;
	font-weight: 400;
	text-decoration: underline;
	width: 100%;
	line-height: 4.5rem;
}

.item-mrk {
	/*padding: 0 1.5rem;*/
	float: none;
	min-width: 10rem;
	display: inline-block;
	vertical-align: top;
}

.marker_footer {
	margin-top: 1em; /* JT */
	text-align: center;
	width: 100%;
	float: left;
	display: block;
}

.item-mrk a:hover {
	text-decoration: underline;
}

.item-mrk a {
	padding-top: 5rem;
	background-repeat: no-repeat;
	background-position: center top;
	color: #2D3541;
	font-weight: bold;
	text-align: center;
}

.item-mrk a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.n_p_l {
	position: relative;
}

.btm_bar {
	position: absolute;
	bottom: 20px;
	left: 1%;
	width: 90%;
	padding: 8px;
	background: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.btm_bar ul li {
	display: inline-block;
	padding-left: 50px;
	position: relative;
	line-height: 50px;
	font-weight: 500;
	margin-right: 5px;
	font-size: 1.3rem;
}

.btm_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 3px;
}

.btm_bar:after {
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	background-color: #C12A7F;
	right: 0;
	top: -5px;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_pois.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

@media ( max-width : 800px) {
	.btm_bar ul li {
		display: block;
	}
}

/* JT */
.point_search_id {
	visibility: hidden;
}

.form-item-service {
	margin-top: 1rem;
}

.tl_pr {
	margin: 0;
	background-color: #C12A7F;
	color: #fff;
	font-weight: 500;
	padding: 2.5rem 0 2.5rem 7.5rem;
	font-size: 2.2rem;
	background-image:
			url("/sites/all/modules/custom/smirt_xplrgn/img/icon_alert.svg");
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 4rem;
}

.info_perturbation {
	text-align: left;
}

.info_perturbation a {
	color: #100b0b;
	font-weight: 700;
	font-size: 1.6rem;
	margin: 0 0 1.5rem 0;
	width: 100%;
	float: left;
	text-align: left;
}

.info_perturbation p {
	font-weight: 400;
}

.button-info-perturbation {
	display: none;
}

.bon_plans>h3 {
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 2rem;
}

.card>div:not (.card-block ){
	height: 13rem;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
}

.card img {
	width: 100%;
}

.card>div:not (.card-block ) span.field-content {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: #702382;
	color: #fff;
	padding: 0.5rem 1.5rem;
	font-size: 1.6rem;
}

.card>div:not (.card-block ) span.field-content a {
	color: #fff;
}

.card {
	background-color: #f5f5f5;
}

.card-block h3 {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.card-block h4 {
	margin-top: 1rem;
}

.card .btn {
	box-shadow: none;
	margin: 1rem auto;
	float: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.card .btn:hover {
	box-shadow: none;
}

.card .btn a {
	color: #2D3541;
	border: 1px solid #2D3541;
	padding: 0.7rem 1.5rem;
	border-radius: 2rem;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
}

.card .btn a:hover {
	color: #fff;
	background-color: #2D3541;
}

.form-control::-webkit-input-placeholder {
	color: #555;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	color: #555;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #555;
}

.form-control:-ms-input-placeholder {
	color: #555;
}
#edit-place {
	height: auto;
	padding: 0.8rem 1rem;
	width: 100%;
	margin: 0;
	outline: none;
	border-radius: 0.9rem;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background-size: 2rem; JT */
	background-repeat: no-repeat;
	font-size: 1.6rem;
	box-sizing: border-box;
	background-color: #fff;
}
.card > div:first-child{
	height: 11rem;
	overflow: hidden;
}
.info_text{
	width: 100%;
	float: left;
	padding: 1.5rem 0;
}
.info_2{
	border-top: 1px solid #ccc;
	margin-top: 4rem;
}
.map_holder_p {
	margin-bottom: 3rem;
}
@media (max-width: 1024px) and (min-width: 768px) {
	.n_p_l.map_holder_p{
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 25px;
	}
}
@media (max-width: 800px) and (min-width: 768px) {
	.n_p_l {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.poi_results_zone li{
		width: 100%;
	}
	.btm_bar{
		left: 5%;
	}
	.n_p_l{
		padding-right: 0;
	}
	.btm_bar{
		width: 60%;
	}
	.n_p_r{
		padding-left: 0;
	}
	.n_p_l.map_holder_p{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		float: left;
		width: 100%;
	}
	.btm_bar:after{
		display: none;
	}
	.btm_bar ul li:after{
		width: 35px;
		height: 35px
	}
	.btm_bar ul li{
		line-height: 38px;
		font-size: 1.2rem;
	}
}
@media(max-width: 1100px){ /* JT */
	.poi_results_zone li label{
		font-size: 1.4rem;
	}
	.panel-top-triangle {
		display: none !important;
	}
	.loader-popup {
		float: none;
		margin: auto;
	}
}
.bon_plans > h2{
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 2rem;
}
.card > div:not(.card-block){
	height: 13rem;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
}
.card img{
	width: 100%;
}
.card > div:not(.card-block) span.field-content{
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: #702382;
	color: #fff;
	padding: 0.5rem 1.5rem;
	font-size: 1.6rem;
}
.card > div:not(.card-block) span.field-content a{
	color: #fff;
}
.card{
	background-color: #f5f5f5;
}
.card-block h3{
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.card-block h4{
	margin-top: 1rem;
}
.card .btn {
	box-shadow: none;
	margin: 1rem auto;
	float: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.card .btn:hover{
	box-shadow: none;
}
.card .btn a{
	color: #2D3541;
	border: 1px solid #2D3541;
	padding: 0.7rem 1.5rem;
	border-radius: 2rem;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
}
.card .btn a:hover{
	color: #fff;
	background-color: #2D3541;
}

#exp-select-2{
	width: 60%;

}
.je-veux-label, #exp-select-2{
	float: left;
}
.je-veux-label{
	line-height: 60px;
	font-size: 22px;
	background: url('../img/picto_jeveux_petit_orange.png') no-repeat 10px 15px !important;
	padding-left: 35px;
}
.poi_results_zone > div > ul{
	width: 100%;
	float: left;
}

#overlayMap{
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	z-index: 89;
	display: none;
	background : url("/sites/all/themes/oab_smirt_theme/img/ajax-loader-2.gif") center no-repeat;
}
#smirt-xplrgn-form .form-item-place {
	padding: 0 15px;
}
.marker_modality_usage_icons img{
	height: 70px;
	margin-left: 7px;
}