.banner-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.1) 100%);
  object-fit: cover;
}
[data-overlay-dark="7"]::before {
  opacity: 0.7;
}
[data-overlay-dark]::before {
  background: #000;
}
[data-overlay-dark]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#contact_form {
	margin-top:50px;
}
#contact_form div.demande p {
	font-size:24px;
}
/*  04 - Actions - Toggle
-----------------------------------------------------------*/
.toggle-content {
	display:none;
}
.toggle-content.visible {
	display:flex;
}
.row.blocs-conf .checkbox {
  background-color: #EFEFEF;
  padding: 10px;
}
.row.toggle-content {
  border:1px solid #000;
  padding: 10px;
}
.row.toggle-content .ecran_date_retour {
background-color: #EFEFEF;
padding: 10px;
width: 100%;
display: flex;
margin-bottom: 20px;
}

#detailresa .coordonnees_resa {
	background-color: #EFEFEF;
	padding:20px;
}
#detailresa .coordonnees_resa input[type="text"], #contact_form input[type="text"], #contact_form input[type="email"]  {
width: 100%;
display: inline-block;
background-color:#FFF;
}
#contact_form input[type="text"], #contact_form input[type="password"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="text"]#telephone, #contact_form textarea {
background-color:#EFEFEF;border:0;
}
.descriptif_vehicules .boutons_resa {
  text-align: center;
  display: flex;
  margin: 5px auto 50px !important;
padding:0 10px;
}
.descriptif_vehicules .cadre_paiement {
  background-color: #EFEFEF;
  padding: 20px;
  width: 50%;
  text-align: center;
  margin: 0;
}

.descriptif_vehicules .cadre_paiement:nth-child(odd) {
  border-right: solid 10px #FFF;
}
.descriptif_vehicules .cadre_paiement:nth-child(even) {
  border-left: solid 10px #FFF;
}
.descriptif_vehicules .cadre_paiement img {
  padding:0;
  width: auto;
	max-height:108px;
	display:block;
	margin:20px auto;
}
.descriptif_vehicules .cadre_paiement p {
	margin-top:20px;
}
#detailresa .coordonnees_resa .iti {
  position: relative;
  display: inline-block;
  max-width: 240px;
  margin-left: 10px;
}
.bg-imgfixed {
  background-attachment: fixed;
}
[data-overlay-dark] {
  position: relative;
}
.banner-img {
  position: relative;
  overflow: hidden;
}
.bg-position-top {
  background-position: top;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .item.text-end-left {
  text-align: end;
}
.footer .top .item h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer .top .item p, .footer .top .item p a {
  color: rgba(255, 255, 255);
}
.footer .top .item .phone {
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  position: relative;
  font-weight: 300;
}
.footer .top .item .mail::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .top .item .mail {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .mb-5 {
  margin-bottom: 5px !important;
}
.page-section, .small-section, .bg-image {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.page-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.split-column-right {
  min-height: 60vh;
  overflow: hidden;
  padding:40px;
  isolation: isolate;
  transform: translateZ(0);
}
.split-image-left {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-right-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.split-image-left > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 3s ease-in-out, filter 3s ease-in-out;    
}
.split-image-left:hover > img {
  scale: 1.1;
}
.rounded-0 {
  border-radius: 0 !important;
}
.align-items-center {
  align-items: center !important;
}
.position-relative {
  position: relative !important;
}
  .order-lg-first {
    order: -1 !important;
  }
.align-items-stretch {
  align-items: stretch !important;
}
.d-flex {
  display: flex !important;
}