* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#autocomplete .dropdown-menu {
  position: static;
  display: block;
  width: auto;
  margin: 4rem auto;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.dropdown-menu {
	padding:0;
}
.dropdown-menu, .form-control {
	border: 0;
border-radius: 0;
}
.navbar-kawatts .dropdown-toggle:after {
  display: none;
}
.fc-white {
	color: #fff;
}
.fc-purple {
	color: #5C0C99;
}
.fc-black {
	color: #04151F;
}
.fc-grey {
	color: #9A989D;
}
.fs-12 {
	font-size: 12px;
}
.fs-15 {
	font-size: 15px;
}
.fs-18 {
	font-size: 18px;
}
.fs-28 {
	font-size: 28px;
}
.fs-30 {
	font-size: 30px;
}
.text-underline {
	text-decoration: underline;
}
.card .icons {
	margin-top: 5px;
}
.card .icons i, .card .icons .badge, .parking_icons i, .parking_icons .badge {
   margin-right: 5px;
}
.badge-secondary {
   color: #fff;
   background: blue;
}

.fa-leaf {
   color: green;
}
.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 15px;
  color: #eee;
  cursor: pointer;
  padding: 5px 1px;
}
.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #212529 no-repeat center/cover;
	background-image: none;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 400;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

.brround {
  border-radius: 50%;
}
.brround-20 {
  border-radius: 20px;
}
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.avatar-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1rem;
}
.avatar-xl {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 1rem;
}
body {
	font-family: 'Poppins', sans-serif;
}
a {
	color: #04151F;
	text-decoration: none;
}
a:hover {
	color: #5C0C99;
}
.bg-home-abs {
	animation: bounceInDown;
  animation-duration: 2s;
}
.navbar-brand img {
	height: 70px;
		animation: bounceInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #5C0C99;
}
.navbar {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bg-home {
	background-image: url('../img/bg-home.png');
	background-size: cover;
	background-repeat: no-repeat;

}
.bg-home-abs {
	position: absolute;
	top: 0;
	right: 0;
}
.bg-home-abs-2 {
	position: absolute;
	top: 0;
	left: 0;
}
.bg-home-abs-3 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.fc-primary {
	color: #5C0C99;
}
.fc-secondary {
	color: #04151F;
}
.bg-white {
	background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #04151F;
}
.nav-item {
  padding: 0 15px;
}
.btn {
	border: 0;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.btn-primary {
	background-color: #5C0C99;
	color: #fff;
	font-weight: 600;
}
.btn-primary:hover {
	background-color: #fdc500;
	color: #fff;
	transition: background-color 1s ease-out
}
.btn-secondary {
	background-color: #fff;
	color: #5C0C99;
	font-weight: 600;
}
.btn-secondary:hover {
	background-color: #5C0C99;
	color: #fff;
	transition: background-color 1s ease-out
}
.btn-three {
	background-color: #B8B7BA;
	color: #fff;
}
.btn-kawatts {
   color: #5C0C99;
   background: #fff;
}
.btn-kawatts:hover {
   color: #fff;
   background-color: #5C0C99;
   transition: background-color 1s ease-out
}
.btn-kawatts:focus {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.btn-card-footer {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 15px 0;
}
.btn-lg {
  padding: 0.8rem 1.4rem;
  font-size: 1.1rem;
}
.btn-xl {
	padding: 1rem 4rem;
	font-size: 1.3rem;
	min-width: 240px;
}
h1.intro, h2.intro {
	display: inline;
	color: #04151F;
	font-size: 1.25rem;
	font-weight: 600;
}
h3.intro {
	display: inline;
	color: #04151F;
	font-size: 1.25rem;
	font-weight: 300;
}
.bg-grey {
	background-color: #EDEDED;
}
.bg-grey2 {
	background-color: #DDDDDD;
}
footer ul {
	padding-left: 0;
}
.footer-item {
  list-style: none;
  line-height: 2rem;
}
.footer-item a {
  color: #04151F;
  font-weight: 600;
}
.icn-header {
  position: relative;
  top: -30px;
}
.container-place {
  position: relative;
  /* top: -140px; */
  top: -90px;
  background: #fff;
  padding: 20px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.form-control {
	padding: 20px 5px;
}
.input-icons {
	position: relative;
}
.input-icons i {
	position:absolute;
	color: #5C0C99;
	top: 23px;
	left: 20px;
}
.form-parking .input-icons i {
	top: 21px;
}
.custom-switch {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.custom-switch-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-switches-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.custom-switches-stacked .custom-switch {
	margin-bottom: .5rem;
}
.custom-switch-indicator {
	display: inline-block;
	height: 1.25rem;
	width: 2.25rem;
	background: #e7daf0;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	vertical-align: bottom;
	border:1px solid  #eaf2f9;
	transition: .3s border-color, .3s background-color;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-switch-indicator:before {
	content: '';
	position: absolute;
	height: calc(1.25rem - 4px);
	width: calc(1.25rem - 4px);
	top: 1px;
	left: 1px;
	background: #fff;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	transition: .3s left;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-switch-input:checked~.custom-switch-indicator {
	background: #6512ae ;
}
.custom-switch-input:checked~.custom-switch-indicator:before {
	left: calc(1rem + 1px);
}
.custom-switch-input:focus~.custom-switch-indicator {
	box-shadow: 0 0 0 2px rgba(242,242,242, 0.25);
	border-color: #467fcf;
}
.custom-switch-description {
	margin-left: .5rem;
	color: #000;
	transition: .3s color;
}
.custom-switch-input:checked~.custom-switch-description {
	color: #495057;
}
ul#results li {
  border-bottom: 1px solid #eee;
}
#destination {
	border-right: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	max-width: 100%;
	padding-left: 50px;
}
#destination2, #nb, #tarif, #email, #password, #password1, #password2, .form-annonce {
	border-bottom: 1px solid #ddd !important;
	border-radius: 0;
	max-width: 100%;
	padding-left: 50px;
}
#quand, #arrive, #depart {
	border-right: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	max-width: 100%;
	padding-left: 50px;
}
#arrival, #duration, #departure {
	border: 1px solid #ddd !important;
	max-width: 100%;
	font-size: 13px;
	padding: 23px 5px 23px 42px;
}
#duration {
  color: #6c757d;
  height: 67px;
}
input#arrival::placeholder, #duration, input#departure::placeholder {
    font-size: 12px;
	color: #6c757d;
}
select.form-annonce {
	color: #6c757d;
}
.form-charge {
	line-height: 62px;
	border-right: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.form-charge2 {
	line-height: 63px;
	border: 0;
	border-radius: 0;
}
.fa-md {
  font-size: 1.2em;
}
.fa-ld {
  font-size: 1.5em;
}
.fa-bolt:hover {
	color: #fdc500;
}
.card-footer {
	padding: 0;
	background-color: transparent;
	border-top: 0;
}
.fs-3-6 {
  font-size: 1.6rem !important;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.page-parking header {
	position: relative;
}
.places-results {
	position: relative;
	top: -140px;
}
.places-results .card {
	border: 0;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.places-results .card-body {
	padding: 1rem 2rem;
	margin-bottom: 15px;
}
.places-results .card-header {
  border: 0;
  background: #fff;
  padding: 0.5rem 2rem;
}
.icn-city {
  border: 1px solid #6512ae;
  padding: 7px;
  border-radius: 50%;
  background: #6512ae;
  color: #fff;
  margin-right: 10px;
  margin-left: 0px;
}
.container-places {
  width: calc(100% - 23px);
  
}
.icn-part, .icn-green {
	display:none;
}
.places-results .fa-star {
	margin-right: 5px;
}
.places-results .comments {
	color: #8A8686;
}
.places-results .btn {
  padding: 8px 16px;
  color: #fff;
  background-color: #6512ae;
  font-weight: 600;
  border: 1px solid #eee;
}
.places-results .btn:hover {
  color: #6512ae;
  background-color: #fff;
  font-weight: 600;
  border: 1px solid #6512ae;
  transition: background-color 1s ease-out
}
.myDivIcon .fa {
	color: #6512ae;
}
.crop {
  overflow: hidden;
	width: 100%;
	height: 50%;
}
#proximite .card-header a {
	overflow: hidden;
	width: 100%;
	height: 180px;
	display: block;
}
.crop img, #proximite .card-header a img {
	cursor: pointer;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.alert {
  padding: 10px;
}
button#toggle-password {
	background: none;
	border: none;
	cursor: pointer;
	/* Media query isn't shown here. */
	font-size: var(--mobile-font-size);
	font-weight: 300;
	padding: 0;
	/* Display at the top right of the container */
	position: absolute;
	top: 22px;
	right: 5px;
	font-size: 13px;
}
.plan-icon {
  display: inline-block;
  font-size: 35px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #9A989D;
  border-radius: 20px;
  transition: all .3s;
}
.text-drak {
	letter-spacing: 0.3px;
	color: #131115;
}
.text-drak2 {
	color: #131115;
	font-size: 12px;
}
.dashboard .card {
  border-radius: 20px;
}
.card-hover:hover {
	opacity: 0.7;
}
#parking h1, #parking h2 {
	font-size: 30px;
	color: #141115;
	font-weight: bold;
}
#parking .adresse {
	font-size: 20px;
	color: #141115;
}
#parking .h2, #parking .h3 {
	font-size: 20px;
}
#parking ul {
    list-style: none;
}
#parking ul li {
  padding: 0 15px;
  line-height: 40px;
}
#parking .icons {
	width: 40px;
	display: inline-block;
}
#parking .legend {
	display: inline-block;
	position: relative;
	top: -5px;
}
#proximite .card {
	border-top: 0;
	border:none;
}
#proximite .card-body {
  box-shadow: 0px 0px 11px #00000029;
  padding: 20px 25px;
}
#proximite .card-header {
	border-radius: 22px 22px 0px 0px;
	overflow: hidden;
}
#proximite .h5 {
	display: inline-block;
	font-size: 18px;
}
#proximite .card-body .legend {
  display: inline-block;
  position: relative;
  top: 0px;
}
#proximite ul li {
  padding: 0 15px;
  line-height: 25px;
}
#parking #price .h2 {
  font-size: 35px;
  font-weight: bold;
}
#parking #price .h2 small {
	font-size: 35px;
  font-weight: normal;
}
#parking #price .h5 {
  font-size: 20px;
  font-weight: bold;
}
#parking #price .h5 small {
	font-size: 20px;
  font-weight: normal;
}
.dtp_modal-title {
  border-bottom: solid 1px #ddd;
  padding: 16px 36px;
  margin-bottom: 16px;
  font-size: 18px;
}
.dtp_modal-cell-time {
  border-right: solid 1px #ddd;
}
.dtp_modal-digits, .dtp_modal-append {
  padding-left: unset !important;
}
.dtp_modal-cell-time {
  text-align: center !important;
}
.dpt_modal-button {
  float: none !important;
    margin-top: 15px !important;
}
.btn-kw, .dpt_modal-button {
	background: transparent linear-gradient(270deg, #C04894 1%, #35398E 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
	box-shadow: unset;
}
.dpt_modal-button {
	background: unset;
  background-color: #5C0C99;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 600;
  padding: 1rem 4rem;
}
.dpt_modal-button:hover {
	background-color: #fdc500;
  color: #fff;
  transition: background-color 1s ease-out
}
.dtp_modal-cell-selected {
  background-color: #e7daf0;
}
.dtp_modal-digits {
	color: #5C0C99;
}
.dtp_modal-cell-selected {
	background-color: #5C0C99;
	color: #fff;
	font-weight: 600;
}
.dtp_modal-calendar-cell.cursorily:hover{
	background-color: #e7daf0;
	border-radius: 48%;
	transition: background-color 1s ease-out;
}
#parking aside .select2 {
	max-width: 100%;
}
#parking aside .select2-selection--single {
  background-color: #fff;
  color: #6c757d;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  height: 65px !important;
  text-align: left;
}

#parking aside .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 65px !important;
  padding-left: 0;
}
.select2-selection__placeholder:before {
  content: '\f017';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 20px;
  color: #5C0C99;
}
.page-parking .dtp_modal-content {
  top: 100px;
  left: 50% !important;
  transform: translateX(-50%);
}
.mb-7px {
	margin-bottom: 7px;
}
.mt-6px {
	margin-top: 6px;
}
#proximite .card-header {
  border: 1px solid #00000029;
  border-bottom: none;
}
.page-action h1 {
	color: #000000;
	font-size: 40px;
}
.page-action p {
  font-size: 18px;
}
.page-action small {
	color: #6F7070;
	opacity: 0.75;
	font-size: 12px;
}
.page-action a {
	color: #34154F;
}
textarea {
	border: 1px solid #B8B7BA !important;
	padding: 10px 15px !important;
	border-radius: 10px;
}
.map_marker h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.map_marker small {
	color: #8A8686;
	font-size: 15px;
}
.map_marker .price {
  margin: 10px 0;
  font-size: 15px;
}
.map_marker a.btn {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  margin-top: 25px;
}
.leaflet-container a.leaflet-popup-close-button {
	font-size: 25px;
	color: #000;
	top: -15px;
	right: -15px;
	background: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	padding: 6px 5px;
}
.leaflet-popup-content {
  margin: 25px 20px;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup-button {
  display: block;
  border: 1px solid #5C0C99;
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
  margin-bottom: 10px;
}
.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}
.selectgroup-input:checked + .selectgroup-button {
  border-color: #5C0C99;
  z-index: 1;
  color: #fff;
  background: #5C0C99;
}
.selectgroup-button:hover {
	background: #f5eff9;
	transition: background-color 1s ease-out;
}
.guillemets {
  font-size: 30px;
  line-height: 10px;
}
.display-md {
	display:none;
}
.nav-link:hover, .nav-link:focus, .add-parking:hover {
  color: #5C0C99;
}
.add-parking:hover {
	border: 2px solid #5C0C99;
}
.add-parking {
  border: 2px solid #04151F;
  border-radius: 50%;
  padding: 6px;
  color: #04151F;
}
.locateMe {
	  position: absolute;
		left: calc(100% - 38px) !important;
	z-index: 0;
	top: 20px !important;
	cursor: pointer;
	border: 1px solid #5C0C99;
	padding: 8px 8px 8px 8px;
	border-radius: 50%;
	font-size: 10px;
	background: #fff;
	}
#navbarResponsive .nav-link .fa, #navbarResponsive .nav-link .fas {
	display:none;
}
#mainNav .dropdown-menu {
  top: 100%;
  right: 0;
  left: unset;
  margin-top: 1px;
  min-width: 300px;
}
#mainNav .dropdown-search {
  right: unset;
	left: 0;
  top: 25px;
  min-width: 400px;
}
#mainNav .dropdown-menu li {
	padding: 15px 0;
	border-bottom: 1px solid #9A989D;
	position: relative;
}
#mainNav .dropdown-menu li:last-child {
	  border-bottom: 0px solid #ddd;
}
.dropdown:hover .dropdown-menu {
	display: block;
 }
.dropdown-desktop a:hover {
	color: #6512ae;
}
.dropdown-desktop .pos-abs {
  position: absolute;
  top: 15px;
  right: 15px;
}
.dropdown-desktop {
  border: 1px solid #eee;
}
.navbar-toggler {
	padding-right: 0;
}
.form-control[readonly] {
  background-color: unset;
}
.places-results .image-row {
		display:none;
	}
#map2 {
	  max-height: 400px;
	}
section#parking {
  padding-top: 7rem;
}
.page-reservation small, .page-transaction small {
	font-size: 12px;
	color: #666666;
}
.page-reservation h2, .page-transaction h2 {
	font-size: 50px;
}
.page-reservation h2 sup, .page-transaction h2 sup {
	font-size: 20px;
	top: -20px;
}
@media (max-width: 1599px) {
	.bg-home-abs {
		width: 200px;
	}
	.bg-home-abs-3 {
		width: 150px;
	}
	.comments {
		display: block;
	}
	#map2 {
	  max-height: 300px;
	}
}

@media (max-width: 1399px) {
	.bg-home-abs {
		width: 150px;
	}
	.bg-home-abs-3 {
		width: 100px;
	}
	.col-arrival, .col-departure {
		width: 20%;
	}
	.col-recharge {
		width: 26%;
	}
	#map2 {
	  max-height: 300px;
	}
}
@media (max-width: 1199px) {
	
	.custom-switch-description {
	  line-height: 18px;
	}
	.form-charge {
		line-height: 65px;
	}
	.bg-home-abs-3 {
		display: none;
	}
	.page-parking .fs-2 {
	  font-size: calc(1.325rem + 0.5vw) !important;
	}
	#map2 {
	  max-height: 300px;
	}
}
@media (max-width: 991px) {
	.col-arrival, .col-departure {
		width: 33.33333333%;
	}
	.col-recharge {
		width: 33.33333333%;
	}
	#arrive {
		border-left: 1px solid #ddd !important;
	}
	
	#navbarResponsive .nav-link .fa, #navbarResponsive .nav-link .fas {
		display:inline-block;
	}
	#navbarResponsive .nav-link {
		padding: 15px 0;
		border-bottom: 1px solid #9A989D;
	}
	#navbarResponsive  li:last-child .nav-link {
	  border-bottom: 0px solid #ddd;
	}
	.display-md {
		display:block;
	}
	.hide-md {
		display: none !important;
	}
	#destination, #quand, .form-charge {
		border-radius: 5px;
		border: 1px solid #ddd !important;
		margin-bottom: 5px;
	}
	.form-charge {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-left: none !important;
	}
	#results {
		top: 67px;
	}
	.location-1 {
		display: none;
	}
	#annonces .icn-city {
		margin-left: 0;
	}
	#annonces .comments {
		display: block;
		font-size: 13px;
	}
	#annonces .km {
		font-size: 13px;
		color: #8A8686;
	}
	#annonces .avatar {
		float: none;
	}
	#annonces .avatar-row {
		text-align: center;
	}
	.places-results .card-header {
	  padding: 0.5rem 18px;
	}
	.places-results .card-body {
	  padding: 1rem 18px;
	  margin-bottom: 15px;
	}
	.places-results .image-row {
		margin-bottom: 15px;
		display: block;
	}
	.places-results .image-row .crop {
	  overflow: hidden;
	  width: 100%;
	  height: 270px;
	  position: relative;
	}
	.places-results .image-row img {
		border-radius: 15px;
	}
	.avatar-row-abs {
	  position: absolute;
	  top: 75px;
	  left: 30px;
	}
	#mapRow {
		display:none;
	}
	
}
@media (max-width: 767px) {
	.navbar-brand img {
		height: 50px;
	}
	.bg-home-abs {
		width: 110px;
	}
	.icn-header {
		display:none;
	}
	.page-recherche h1 {
	  /* font-size: calc(1.375rem + 3.5vw); */
	}
	.page-parking header, .page-recherche header {
		padding-top: 6rem;
	}
	.bg-home {
		overflow: hidden;
	}
	.dpt_modal-button {
	  margin: 0 !important;
	  margin-bottom: 20px !important;
	}
	.places-results .image-row .crop {
	  height: 180px;
	}
	#map2 {
	  max-height: 400px;
	}
	section#parking {
	  padding-top: 5rem;
	  padding-bottom: 5rem;
	}
}
@media (max-width: 576px) {
	.col-arrival, .col-departure {
		width: 100%;
		margin-bottom: 6px;
	}
	.col-recharge {
		width: 100%;
	}
	#arrive, #depart, .form-charge {
	  border: 1px solid #ddd !important;
	  border-radius: 5px !important;
	}
	.img-home {
		max-height: 25vh;
	}
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	#recherche {
		width: 100%;
	}
	#map2 {
	  max-height: 300px;
	}
}