p, span {
  color: #4b5f6a;
}

.text-dark {
  color: #4b5f6a !important;
}

body {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4 {
  font-family: museo-sans-display, sans-serif;
  font-weight: 800;
  font-style: normal;
}

h2 {
  font-size: 70px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 33px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 35px;
  }
}

a {
  text-decoration: none;
}

.btn {
  border-radius: 100px;
}

.text-info {
  color: #6CC7DF !important;
}

.border-info {
  border-color: #6CC7DF !important;
}

.btn-dark {
  background-color: #4b5f6a;
  border-color: #4b5f6a;
}
.btn-dark:hover {
  background-color: #ffffff;
  border-color: #4b5f6a;
  color: #4b5f6a;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #E6007E;
  color: #E6007E;
}

.badge {
  background-color: #f7f6f6;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f7f6f6;
}
.badge:hover {
  background-color: #ffffff;
  border: 1px solid #E6007E;
}

@media (min-width: 1199px) {
  .text-justify {
    text-align: justify !important;
  }
}

.border-dark {
  border-color: #4b5f6a !important;
}

.cursor-pointer {
  cursor: pointer;
}

.subtitle {
  display: inline-block;
  background-image: url(../img/subtitle.png);
  background-size: 100% 50px;
  background-repeat: no-repeat;
  padding: 3px 30px;
  /*font-family: roboto-slab, serif;*/
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #1f1b2d;
}
@media (max-width: 1199px) {
  .subtitle {
    padding: 3px 20px;
    font-size: 20px;
  }
}

.linear-overlay-white-left-to-right {
  position: relative;
}
.linear-overlay-white-left-to-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 70%);
}

[id^=NotiflixReportWrap] a#NXReportButton {
  float: none;
}

.whatsapp {
  display: block;
  position: fixed;
  top: 40%;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  background: #25d366;
  color: #FFF;
  font-size: 30px;
  z-index: 99999;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header.navbar-light .logo-for-navbar-light {
  display: none;
}
header.navbar-light .logo-for-navbar-dark {
  display: inline-block;
}
header.navbar-light .btn-link.btn-light {
  background-color: #FEDE01 !important;
  border: 1px solid #FEDE01;
  color: white;
}
header.navbar-dark .logo-for-navbar-light {
  display: none;
}
@media (max-width: 991px) {
  header.navbar-dark .logo-for-navbar-light {
    display: inline-block;
  }
  header.navbar-dark .logo-for-navbar-dark {
    display: none;
  }
}
header.navbar-dark:not(.navbar-stuck) {
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.25) 100%);
}
header.navbar-dark.navbar-stuck .logo-for-navbar-light {
  display: inline-block;
}
header.navbar-dark.navbar-stuck .logo-for-navbar-dark {
  display: none;
}
header.navbar-dark.navbar-stuck ul.navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header.navbar-dark.navbar-stuck ul.navbar-nav .nav-item:hover .nav-link {
  color: #E6007E;
}
header.navbar-dark.navbar-stuck .btn-link {
  color: #FFF;
}
header.navbar-dark ul.navbar-nav .nav-item .nav-link {
  color: #4B5F6A;
}
header.navbar-dark ul.navbar-nav .nav-item:hover .nav-link {
  color: #E6007E;
}
header .nav-link {
  color: #4B5F6A;
}
header .nav-link > i {
  vertical-align: baseline;
}
header .nav-item.dropdown {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .nav-item.dropdown .nav-link.dropdown-link {
  padding-right: 5px;
}
@media (max-width: 991px) {
  header .nav-item.dropdown .nav-link.dropdown-link {
    padding-right: 25px;
  }
}
header .nav-item.dropdown .dropdown-caret {
  padding-right: 1rem;
}
header .nav-item.dropdown .dropdown-menu {
  top: 100%;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  header .container > * {
    flex: 1;
  }
}
@media (min-width: 992px) {
  header .hidden-menu {
    display: none;
  }
}

footer a {
  text-decoration: none;
}
footer .contenu {
  z-index: 10;
}
footer .footer-content {
  position: relative;
  z-index: 10;
  background: #202020;
  color: #FFF;
}
footer .footer-content a {
  color: #FFF;
}
footer .footer-content .subtitle.rose {
  font-size: 16px;
  padding: 3px 12px;
  background-image: url(../img/subtitle-rose.png);
}
footer .footer-content small {
  font-size: 14px;
}
footer .footer-content .container-xxl {
  border-top: 1px solid #313131;
  padding-top: 30px;
  padding-bottom: 30px;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 0.575rem 1.125rem;
}
.select2-container .select2-dropdown {
  border-color: #E6007E;
}
.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
  border-color: #E6007E;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.125rem rgba(216, 115, 191, 0.25);
}

.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:-moz-placeholder-shown {
  border-color: #f23c49;
}

.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:-ms-input-placeholder {
  border-color: #f23c49;
}

.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:placeholder-shown {
  border-color: #f23c49;
}
.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:not(:-moz-placeholder-shown) {
  border-color: #07c98b;
}
.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:not(:-ms-input-placeholder) {
  border-color: #07c98b;
}
.was-validated .flatpickr-input[type=hidden] + input.date-picker.input:not(:placeholder-shown) {
  border-color: #07c98b;
}

#mainfooter {
  background-color: #F7F6F6;
  /* Puce fleur */
}
#mainfooter .flower-list {
  list-style: none;
  padding-left: 0;
}
#mainfooter .flower-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
  font-size: 13px;
}
#mainfooter .flower-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0.75rem;
  height: 0.75rem;
  background: url("/assets-pacom1/img/icone_fleur.svg") no-repeat center/contain;
}

@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.cta {
  display: flex;
  align-items: center;
  background: url(/assets-pacom1/img/blog_cover.jpg) center/cover no-repeat;
  position: relative;
  padding: 40px;
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.cta .txt {
  font-size: 1.2em;
  line-height: normal;
  width: 70%;
  position: relative;
  z-index: 2;
  color: #FFF;
  padding-right: 30px;
}
.cta .txt * {
  color: #FFF;
}
.cta .bouton {
  width: 30%;
  position: relative;
  z-index: 2;
  color: #FFF;
}
@media (max-width: 767px) {
  .cta {
    display: block;
  }
  .cta .txt {
    width: auto;
    margin-bottom: 20px;
  }
  .cta .bouton {
    width: auto;
  }
}

.cta-vehicule {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets-pacom1/img/blog_cover.jpg) center/cover no-repeat;
  position: relative;
  padding: 60px 0;
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
.cta-vehicule:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.cta-vehicule .btn {
  position: relative;
  z-index: 2;
}

.cta-review-floating {
  position: absolute;
  width: 60%;
  max-width: 1000px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .cta-review-floating {
    transform: none;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 20%;
  }
}

ul.nobullet {
  list-style: none;
}

body.accounts .card-nav-link.active {
  pointer-events: auto;
}
body.accounts .filepond--panel, body.accounts .filepond--panel-root {
  background-color: #eee !important;
}
body.accounts .accountImageWrapper, body.accounts .accountDocumentWrapper {
  width: calc(20% - 10px);
  height: 200px;
  background-size: cover;
  background-position: center;
  margin: 5px;
}
body.accounts .accountDocumentWrapper {
  background: url("/assets-pacom1/img/icon-document.jpg") center;
  background-size: cover;
  position: relative;
}
body.accounts .accountDocumentWrapper small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(216, 216, 216, 0.85);
  padding: 5px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1em;
}
body.accounts aside {
  z-index: 9;
}
body.accounts aside .sticky-top {
  top: 120px;
  position: sticky !important;
}
@media (max-width: 991px) {
  body.accounts aside {
    font-size: 13px;
  }
  body.accounts aside .btn-lg {
    font-size: 13px;
  }
  body.accounts aside .card-nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  body.accounts aside.open .sticky-top {
    width: 90vw;
  }
  body.accounts aside .sticky-top {
    padding: 0;
    margin-left: 5px;
    transition: all 500ms;
    width: 100%;
  }
}
body.accounts .flatpickr-calendar .flatpickr-months .cur-year[disabled] {
  display: none;
}
body.adminp1pampa .dashboard-wrapper {
  flex-wrap: wrap;
}
body.adminp1pampa .dashboard-wrapper > .card {
  width: 25%;
  margin-bottom: 20px;
}
body.accounts .card-nav-link.active {
  pointer-events: auto;
}
body.accounts .filepond--panel, body.accounts .filepond--panel-root {
  background-color: #eee !important;
}
body.accounts .accountImageWrapper, body.accounts .accountDocumentWrapper {
  width: calc(20% - 10px);
  height: 200px;
  background-size: cover;
  background-position: center;
  margin: 5px;
}
body.accounts .accountDocumentWrapper {
  background: url("/assets-pacom1/img/icon-document.jpg") center;
  background-size: cover;
  position: relative;
}
body.accounts .accountDocumentWrapper small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(216, 216, 216, 0.85);
  padding: 5px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1em;
}
body.accounts aside .sticky-top {
  top: 120px;
}
@media (max-width: 991px) {
  body.accounts aside .sticky-top {
    position: static;
  }
}
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin-bottom: 1em !important;
}

@charset "UTF-8";
body.home {
  background: #F7F6F6;
}
body.home .page-wrapper {
  overflow-x: hidden;
}
body.home section.video {
  position: relative;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home section.video {
    height: 40vh;
  }
}
body.home section.video video {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
body.home section.video .container {
  position: relative;
  z-index: 2;
}
body.home section.video .container h1 {
  padding-bottom: 75px;
  color: #FFF;
}
body.home section.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  background: url(/assets-pacom1/img/home-banner-3.jpg) center;
  background-size: cover;
  /*opacity: 0.5;*/
  z-index: 1;
}
body.home section.home-search-form {
  position: relative;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 911px) {
  body.home section.home-search-form {
    transform: translateY(-20%);
  }
}
body.home section.home-search-form form label {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
body.home section.home-search-form form .date-picker[readonly] {
  background: transparent;
}
body.home section.home-search-form form select {
  color: #999999;
}
body.home section.boxes3 > div .card .card-img-top {
  border-bottom-left-radius: calc(0.75rem - 1px);
  border-bottom-right-radius: calc(0.75rem - 1px);
}
body.home section.boxes3 > div .card h5 {
  color: #E6007E;
  font-weight: bold;
}
body.home section.lastest-cars .tns-carousel-inner .wrp {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.home section.lastest-cars .tns-carousel-inner div.card {
  position: relative;
  overflow: hidden;
}
body.home section.lastest-cars .tns-carousel-inner div.card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.65) 90%, rgba(0, 0, 0, 0.85) 100%);
}
body.home section.lastest-cars .tns-carousel-inner div.card .card-body, body.home section.lastest-cars .tns-carousel-inner div.card .card-footer {
  z-index: 2;
}
body.home section.lastest-cars .tns-carousel-inner div.card .card-body h3, body.home section.lastest-cars .tns-carousel-inner div.card .card-footer h3 {
  min-height: 80px;
}
body.home section.lastest-cars .tns-carousel-inner div.card .card-body {
  text-shadow: 0 0 5px #000;
}
body.home section.contenu .gauche {
  z-index: 2;
}
body.home section.prefooter .layer-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}
@media (max-width: 1199px) {
  body.home section.prefooter .layer-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  body.home section.prefooter .layer-wrapper {
    min-height: 600px;
  }
}
body.home section.prefooter .layer-wrapper .contenu {
  z-index: 5;
}
body.home section.prefooter .layer-wrapper .layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body.home section.prefooter .layer-wrapper .layer.layer-1 {
  background-image: url(../img/footer-layer-1.png);
  z-index: 1;
  bottom: -350px;
}
body.home section.prefooter .layer-wrapper .layer.layer-2 {
  background-image: url(../img/footer-layer-2.png);
  z-index: 2;
  bottom: -450px;
}
body.home section.prefooter .layer-wrapper .layer.layer-3 {
  background-image: url(../img/footer-layer-3.png);
  z-index: 3;
  bottom: -100px;
}
body.home section.prefooter .layer-wrapper .layer.layer-4 {
  background-image: url(../img/footer-layer-4.png);
  z-index: 4;
  bottom: 0;
}
@media (max-width: 991px) {
  body.home .home-text-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
body.home .home-text-wrapper > div {
  max-width: 800px;
  display: inline-block;
}

#destinationsCarousel .carousel-item {
  height: 400px;
}

#destinationsCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* carré responsive */
.aspect-1 {
  aspect-ratio: 1/1;
}

/* overlay foncé transparent */
.card-overlay {
  background: rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 2px #000;
}

/* couleurs icône : blanc → rose au hover */
.dest-card i {
  color: #fff;
  transition: color 0.3s;
}

.dest-card:hover i {
  color: #e50695;
}

/* img cover */
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.step-box {
  border: 2px solid #e50695;
  border-radius: 1.5rem;
  padding: 1.25rem;
}

.step-num {
  font-weight: 700;
  color: #e50695;
  font-size: 1.5rem;
}

/* bloc avis flottant desktop */
.review-floating {
  position: absolute;
  bottom: 140px;
  left: 65%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 1000px;
}

/* ≤ 991 px : on repasse en flux normal, plus d’absolute */
@media (max-width: 991.98px) {
  .review-floating {
    position: static !important; /* plus de chevauchement */
    width: 100%;
    transform: none;
    margin-top: 1rem; /* petit écart sous le titre */
  }
}
/*.form-control::placeholder{color:rgba(255,255,255,.75)}*/
section.reassurance div img {
  height: 50px;
}
section.reassurance div p {
  margin-top: 10px;
  color: #E6007E;
  font-size: 0.75em;
  line-height: 1.1em;
  font-weight: 600;
}

body.vehicules.search main #bandeau, body.vehicules.location main #bandeau, body.location-vehicules:not(.single) main #bandeau {
  height: 300px;
  background: url(/assets-pacom1/img/tmp/bandeau.jpg) center;
  background-size: cover;
}
body.vehicules.search main #filters-sidebar-wrapper .sticky-top, body.vehicules.location main #filters-sidebar-wrapper .sticky-top, body.location-vehicules:not(.single) main #filters-sidebar-wrapper .sticky-top {
  top: 120px;
}
@media (max-width: 991px) {
  body.vehicules.search main #filters-sidebar-wrapper .sticky-top, body.vehicules.location main #filters-sidebar-wrapper .sticky-top, body.location-vehicules:not(.single) main #filters-sidebar-wrapper .sticky-top {
    position: static;
  }
}
body.vehicules.search main .item a, body.vehicules.location main .item a, body.location-vehicules:not(.single) main .item a {
  text-decoration: none;
  color: inherit;
}
body.vehicules.search main h2, body.vehicules.location main h2, body.location-vehicules:not(.single) main h2 {
  font-size: 30px;
}
body.vehicules.search main h3, body.vehicules.location main h3, body.location-vehicules:not(.single) main h3 {
  font-size: 24px;
}
body.vehicules.search .pac-container, body.vehicules.location .pac-container, body.location-vehicules:not(.single) .pac-container {
  z-index: 1081;
}
body.vehicules.search #categorie-desc-wrapper, body.vehicules.location #categorie-desc-wrapper, body.location-vehicules:not(.single) #categorie-desc-wrapper {
  padding: 30px;
}
body.vehicules.search #categorie-desc-wrapper p, body.vehicules.search #categorie-desc-wrapper li, body.vehicules.location #categorie-desc-wrapper p, body.vehicules.location #categorie-desc-wrapper li, body.location-vehicules:not(.single) #categorie-desc-wrapper p, body.location-vehicules:not(.single) #categorie-desc-wrapper li {
  font-size: 16px;
}
body.vehicules.search #categorie-desc-wrapper p, body.vehicules.location #categorie-desc-wrapper p, body.location-vehicules:not(.single) #categorie-desc-wrapper p {
  margin-bottom: 1em;
}
body.vehicules.search #categorie-desc-wrapper h2, body.vehicules.location #categorie-desc-wrapper h2, body.location-vehicules:not(.single) #categorie-desc-wrapper h2 {
  font-size: 24px;
}
body.vehicules.search #categorie-desc-wrapper h3, body.vehicules.location #categorie-desc-wrapper h3, body.location-vehicules:not(.single) #categorie-desc-wrapper h3 {
  font-size: 20px;
}

body.location-vehicules.single {
  background-color: #F7F6F6;
}
body.location-vehicules.single main #bandeau .imageWrapper > div {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}
body.location-vehicules.single main #bandeau .imageWrapper > div > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
body.location-vehicules.single main .proprietaire ul {
  list-style: none;
}
body.location-vehicules.single main .proprietaire ul li {
  position: relative;
}
body.location-vehicules.single main .proprietaire ul li:before {
  content: "\f633";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 2px;
  left: -25px;
  color: #E6007E;
}
body.location-vehicules.single main .sidebar .sticky-top {
  top: 150px;
}
body.location-vehicules.single main .sidebar .paiment_img img {
  height: 25px;
  border: 1px solid #4b5f6a;
  border-radius: 7px;
  padding: 5px;
}
body.location-vehicules.single main .sidebar .forfait .btn.btn-sm {
  padding: 5px 10px !important;
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner .wrp {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card {
  position: relative;
  overflow: hidden;
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.65) 90%, rgba(0, 0, 0, 0.85) 100%);
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card .card-body, body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card .card-footer {
  z-index: 2;
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card .card-body h3, body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card .card-footer h3 {
  min-height: 80px;
}
body.location-vehicules.single main section.lastest-cars .tns-carousel-inner div.card .card-body {
  text-shadow: 0 0 5px #000;
}
body.location-vehicules.single main #calendar .close {
  display: none;
}
@media (max-width: 992px) {
  body.location-vehicules.single main #calendar {
    display: none;
    position: fixed;
    z-index: 1031;
    border-radius: 0 !important;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  body.location-vehicules.single main #calendar.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.location-vehicules.single main #calendar .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
  }
}
body.location-vehicules.single .list-unstyled img {
  width: 32px;
  height: 100%;
}

.hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.thumb-img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.thumb-plus {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

@media (min-width: 992px) {
  .hero-img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 991.98px) {
  .col-lg-3.flex-lg-column {
    flex-direction: row !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
