.mensualite_span {
  visibility: hidden;
}

/* Header phone */
.header-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
}
.header-phone a:hover {
  color: #C8A84E;
}

/* Trust bar */
.header-trust-bar {
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 8px 0 !important;
  gap: 2rem !important;
}
.trust-badge {
  font-size: 0.8rem !important;
  color: rgba(255,255,255,0.7) !important;
  margin: 0 !important;
  white-space: nowrap;
}

/* Space between carousel pagination and CTA bar */
.wpcp-carousel-wrapper {
  padding-bottom: 2.5rem !important;
}

/* CTA buttons */
.renier-cta-primary {
  display: inline-block;
  background: #C8A84E;
  color: #000 !important;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
}
.renier-cta-primary:hover {
  background: #D4B95E;
}
.renier-cta-secondary {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  padding: 12px 24px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
}
.renier-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

/* CTA bar on vehicle detail */
.vehicle-cta-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

/* Contact section */
.contact-section {
  margin-top: 2rem;
}
.contact-info-block p {
  margin-bottom: 0.3rem !important;
}
.contact-info-block a {
  color: #C8A84E;
  text-decoration: none;
}
.contact-info-block a:hover {
  text-decoration: underline;
}
.contact-hours {
  margin-top: 1rem;
}
.contact-hours td {
  padding: 2px 12px 2px 0;
  font-size: 0.95rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: var(--wp--preset--spacing--50) !important;
}
.footer-section-title {
  font-size: 0.85rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5) !important;
  margin-bottom: 0.8rem !important;
}
.footer-link {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  font-size: 0.95rem;
}
.footer-link:hover {
  color: #C8A84E !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: var(--wp--preset--spacing--40) !important;
  padding-top: var(--wp--preset--spacing|40) !important;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4) !important;
}

/* Equipment list columns */
.equipment-list {
  columns: 2;
  column-gap: 2rem;
}
.equipment-list li {
  break-inside: avoid;
  padding: 2px 0;
  font-size: 0.9rem;
}

.wpcp-post-content.garage-renier {
  color: black;
        font-size: 15px;
}

.swiper {
  width: 600px;
        max-width: 90vw;
}

.select2 {
        color: black;
}

.select2-dropdown {
        color: black;
}

.wpcp-single-item {
        border-radius: 5px;
        position: relative;
        overflow: hidden;
}

.wpc-filter-mileage {

}


div.wpc-filter-mensualite {
/* prepare wrapper element */
  display: inline-block;
  position: relative;
}

/* position the unit to the right of the wrapper */
div.wpc-filter-mensualite::after {
  position: absolute;
  top: 2px;
  right: .5em;
  transition: all .05s ease-in-out;
        color: #aaa
}

/* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
div.wpc-filter-mensualite:hover::after,
div.wpc-filter-mensualite:focus-within::after {
  right: 1.5em;
}

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
  div.wpc-filter-mensualite::after {
    right: 1.5em;
  }
}

/* set the unit abbreviation for each unit class */
.taeg::after {
  content: '% TAEG';
}

.mois::after {
  content: 'mois';
}

.mensualite::after {
  content: '€/mois';
}

li.wp-block-post.vehicule {
        margin-right: 25px;
        background-color: white;
        color: #777;
        border: thin solid white;
        border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.3);
        position: relative;
}
.vehicle-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

li.wp-block-post.vehicule h2 {
        margin-top: 0px;
}

li.wp-block-post.vehicule h2 a {
        padding: 5px;
        color: #333;
}

li.wp-block-post.vehicule img {
        border-radius: 5px;
}


.vehicule-specs-card {
        border: thin solid white;
        border-radius: 5px;
        background-color: #333;
}

.vehicule-specs-card h5 {
        margin: 5px;
        padding: 10px;
}

table.vehicule-specs {
        width: 100%;
        border-top: thin solid white;
        padding: 5px;
}

.vehicule-specs td {
        padding: 5px;
}

.vehicule-specs td:nth-child(3) {
        padding-left: 20px;
}

/* Fixed warranty banner - rectangular diagonal ribbon that stays within card */
.warranty_banner,
.warranty_filter {
  display: block;
  position: absolute;
  top: 15px;
  left: -35px;
  width: 140px;
  height: 35px;
  background: rgb(32, 33, 36, 0.85);
  z-index: 10;
  transform: rotate(-45deg);
  transform-origin: center center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 14px;
  padding-top: 4px;
  backface-visibility: hidden;
  font: normal normal 600 10px/14px 'Barlow',Arial;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.warranty_banner_big {
        display: block;
  position: absolute;
  top: -35px;
  left: -95px;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  transform: rotate(-45deg);
  transform-origin: 100% 0px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  backface-visibility: hidden;
        background: rgb(32, 33, 36, 0.7);
  font: normal normal 600 18px/24px 'Barlow',Arial;
}

div.swiper-slide .wpcp-single-item {
        position: relative;
        overflow: hidden;
}

.specs-row {
        display: flex;
        flex-wrap: wrap;
}

.specs-column {
        flex: 50%;
}

@media screen and (max-width: 780px) {
  .specs-row {
    flex-direction: column;
  }
}

.header-slogan {
        margin-top: 10px;
}

.renier-cta a, .renier-cta span, .renier-cta-2 {
                display: inline-block;
          margin-left: auto;
          margin-right: auto;
    height: 25px;
    background: #ccc;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    line-height: 25px;
                text-decoration: none !important;
                border: 1px solid #bbb;
}

.renier-cta span.current {
        background-color: #ddd;
        color: #777;
}

.renier-cta a:hover, .renier-cta-2:hover{
                border-color: white;
                background: #999;
}

iframe[src*="google.com"] {
    max-width: 100%;
}
#fullscreen-swiper {
  display: none;
  height: 90vh;
  overflow: hidden;
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

#fullscreen-swiper .swiper-slide {
  background: none; 
}

#fullscreen-swiper .swiper-slide img {
  max-height: 95vh;
  max-width: 95vw;
  /* max-height: 650px;*/
}

#fullscreen-swiper-backdrop {
  background: #000;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  
}
#fullscreen-swiper-close {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 1px 6px 0;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10000;
}

.no-scroll {height: 100%; overflow: hidden}

.fb_frame {
        text-align: center;
}

.renier-info-letter {
  margin-left: auto;
        margin-right: auto;
        max-width: 75vw;
}

.renier-timeline {
        background-color: white;
        border-radius: 5px;
}
