/*
Theme Name: Template LOCDIRECT sur-mesure
Theme URI: https://agencemat360.com
Description: 
Author: Tahir Mhamed
Author URI: https://agencemat360.com
Version: 1.0
*/
:root {
  --blue: #015d75;
  --orange: #fea83a;
  --juice: #fb831d;
  --sanguine: #fb4c08;
  --orange-rgb: 254, 168, 58;
  --juice-rgb: 251, 131, 29;
  --sanguine-rgb: 251, 76, 8;
  --white-rgb: 255, 255, 255;
  --light: #f9f9f9;
  --white: #f9f9f9;
  --black: #000000;
}

.text-blue {
  color: var(--blue);
}

.text-orange {
  color: var(--orange);
}

.border-blue {
  border: 1px solid var(--blue) !important;
}

.btn-blue {
  border-radius: 999px !important;
  background: var(--blue) !important;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 600;
}

.btn-orange {
  border-radius: 999px !important;
  background: var(--orange) !important;
  color: var(--blue) !important;
  cursor: pointer;
  font-weight: 600;
}

.navigate {
  overflow: visible !important;
  position: relative;
  z-index: 60;
}
.navigate .menu-item > a {
  font-size: 0.975em;
}

.navbar-toggler {
  border-radius: 0.35em !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgb(var(--black-rgb));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.35rem 0.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.4em;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--black-rgb), 0.15);
}

body {
  overflow-x: hidden !important;
}

.booking-bar {
  margin-top: 5px;
  background-color: var(--light);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 991.98px) {
  :root {
    --nav-h: 96px;
  }
  #mainMenu > ul.nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: var(--nav-h);
    z-index: 9999;
    max-height: calc(100vh - var(--nav-h) - 12px);
    overflow: auto;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0 !important;
    padding: 1.25rem 0.9rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.18);
    border: 0;
  }
}
.menu-item > a {
  text-decoration: none !important;
  font-weight: 200;
  font-size: 1.1em;
  margin: 0 1em;
}
@media (min-width: 768px) {
  .menu-item > a {
    color: var(--black) !important;
  }
}

.header-home {
  min-height: 70vh;
  padding: 1.5rem 0 3rem;
  background: var(--light);
  margin-bottom: 3em;
  overflow-x: hidden;
  overflow-y: visible;
}

.header-home__media {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("https://locdirect.fr/wp-content/uploads/themes/vehicule-dame.jpg") center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .header-home__media {
    width: min(70vw, 600px);
    right: -15%;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .header-home__media {
    width: min(70vw, 660px);
    right: -12%;
  }
}
@media (min-width: 1800px) {
  .header-home__media {
    width: min(70vw, 860px);
    right: -12%;
  }
}

.header-home__overlay {
  position: relat;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 58%, rgba(255, 255, 255, 0) 78%);
}

.header-home__nav {
  position: relative;
  z-index: 50;
}

.header-home__content {
  position: relative;
  z-index: 10;
  margin: 5rem 1em;
  justify-content: start;
}

.header-home h1 {
  font-weight: 800;
  text-align: left;
}

@media (max-width: 991.98px) {
  .header-home {
    min-height: auto;
  }
  .header-home__media {
    display: none;
  }
  .header-home__overlay {
    background: #fff;
  }
}
.header-tourisme {
  min-height: 70vh;
  padding: 1.5rem 0 3rem;
  background: var(--light);
  margin-bottom: 3em;
  overflow-x: hidden;
  overflow-y: visible;
}

.header-tourisme__media {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("https://locdirect.fr/wp-content/uploads/themes/location-tourisme.jpg") center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .header-tourisme__media {
    width: min(70vw, 600px);
    right: -15%;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .header-tourisme__media {
    width: min(70vw, 660px);
    right: -12%;
  }
}
@media (min-width: 1800px) {
  .header-tourisme__media {
    width: min(70vw, 860px);
    right: -12%;
  }
}

.header-tourisme__overlay {
  position: relat;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 58%, rgba(255, 255, 255, 0) 78%);
}

.header-tourisme__nav {
  position: relative;
  z-index: 50;
}

.header-tourisme__content {
  position: relative;
  z-index: 10;
  margin: 5rem 1em;
  justify-content: start;
}

.header-tourisme h1 {
  font-weight: 800;
  text-align: left;
}

@media (max-width: 991.98px) {
  .header-tourisme {
    min-height: auto;
  }
  .header-tourisme__media {
    display: none;
  }
  .header-tourisme__overlay {
    background: #fff;
  }
}
.header-utilitaire {
  min-height: 70vh;
  padding: 1.5rem 0 3rem;
  background: var(--light);
  margin-bottom: 3em;
  overflow-x: hidden;
  overflow-y: visible;
}

.header-utilitaire__media {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("https://locdirect.fr/wp-content/uploads/themes/location-utilitaire.jpg") center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .header-utilitaire__media {
    width: min(70vw, 600px);
    right: -15%;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .header-utilitaire__media {
    width: min(70vw, 660px);
    right: -12%;
  }
}
@media (min-width: 1800px) {
  .header-utilitaire__media {
    width: min(70vw, 860px);
    right: -12%;
  }
}

.header-utilitaire__overlay {
  position: relat;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 58%, rgba(255, 255, 255, 0) 78%);
}

.header-utilitaire__nav {
  position: relative;
  z-index: 50;
}

.header-utilitaire__content {
  position: relative;
  z-index: 10;
  margin: 5rem 1em;
  justify-content: start;
}

.header-utilitaire h1 {
  font-weight: 800;
  text-align: left;
}

@media (max-width: 991.98px) {
  .header-utilitaire {
    min-height: auto;
  }
  .header-utilitaire__media {
    display: none;
  }
  .header-utilitaire__overlay {
    background: #fff;
  }
}
.imgillustration {
  position: relative;
  width: auto;
  height: 400px !important;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .devis-result {
    flex-direction: column;
    text-align: center;
  }
}
.form-control, .form-select {
  border-radius: 999px !important;
  border: 0;
  margin: 2px;
}

.devis-result {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .devis-image {
    margin-top: 15px;
  }
}
.devis-image {
  flex: 0 0 400px;
  text-align: right;
}

@media (max-width: 768px) {
  .devis-image {
    flex: none;
  }
}
.btn-reservation {
  background: var(--blue) !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  border-radius: 999px !important;
  padding: 15px 25px;
  margin-top: 1em;
  text-decoration: none !important;
}

.container-2roues {
  background-image: url("https://locdirect.fr/wp-content/uploads/themes/velo-electrique.jpg");
  background-size: cover;
  max-height: 800px;
  height: 100vh !important;
  color: var(--blue);
  display: flex;
  align-items: center;
}
.container-2roues span {
  color: var(--orange);
}
.container-2roues .col-lg-6 {
  padding: 2em;
  background-color: var(--light);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.card {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 25px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  padding: 2em 1em;
}

.container-nosagences .row {
  background-image: url("https://locdirect.fr/wp-content/uploads/themes/paris.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.container-nosagences .card {
  background: rgba(255, 255, 255, 0.75) !important;
}

.fw-200 {
  font-weight: 200;
}

.devis-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.devis-modal.active {
  display: block;
}

.devis-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  animation: fadeIn 0.3s;
}

.devis-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(900px, 92%);
  background: #fff;
  border-radius: 16px;
  transform: translate(-50%, -45%);
  animation: slideUp 0.4s ease forwards;
}

@keyframes slideUp {
  from {
    transform: translate(-50%, -35%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.devis-close {
  background-color: var(--blue);
  color: var(--white) !important;
  border-radius: 999px;
  margin: 5px;
  border: 0;
}

footer {
  background-color: var(--light);
  margin-top: 5em;
  margin-bottom: 0;
  bottom: 0;
  min-height: 20em;
  padding: 5em 1em;
}
footer .menu-item > a {
  margin: 0 !important;
}

.footer-nav > ul,
.footer-nav > li {
  margin-block-start: 0 !important;
  padding-inline-start: 0 !important;
}

.footer-nav-wrapper li {
  color: var(--black);
}

@media (max-width: 767px) {
  .menu-item > a {
    color: var(--black);
  }
}
.vehicle-carousel {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vehicle-carousel::-webkit-scrollbar {
  display: none;
}

.vehicle-carousel-outer {
  width: 100%;
  overflow: hidden;
}

.vehicle-carousel-wrapper {
  position: relative;
  margin: 30px 0;
}

.vehicle-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 10px 10px calc((100vw - 1320px) / 2);
}

@media (max-width: 1399px) {
  .vehicle-carousel {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .vehicle-carousel {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (max-width: 991px) {
  .vehicle-carousel {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (max-width: 767px) {
  .vehicle-carousel {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.vehicle-card {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.vehicle-card:hover {
  transform: translateY(-5px);
}

.vehicle-card img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.vehicle-card h4 {
  font-size: 16px;
  margin: 5px 0;
}

.vehicle-card p {
  font-size: 14px;
  color: #555;
  min-height: 150px;
}

.btn-devis:hover {
  background: #005bb5;
}

.vehicle-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.vehicle-arrow-left {
  left: -15px;
}

.vehicle-arrow-right {
  right: 15px;
}/*# sourceMappingURL=style.css.map */