.elementor-kit-878{--e-global-color-primary:#EC6708;--e-global-color-secondary:#E81E74;--e-global-color-text:#0B113C;--e-global-color-accent:#4B1396;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-878 button,.elementor-kit-878 input[type="button"],.elementor-kit-878 input[type="submit"],.elementor-kit-878 .elementor-button{background-color:transparent;font-weight:700;background-image:linear-gradient(250deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);}.elementor-kit-878 button:hover,.elementor-kit-878 button:focus,.elementor-kit-878 input[type="button"]:hover,.elementor-kit-878 input[type="button"]:focus,.elementor-kit-878 input[type="submit"]:hover,.elementor-kit-878 input[type="submit"]:focus,.elementor-kit-878 .elementor-button:hover,.elementor-kit-878 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(300deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-primary ) 100%);}.elementor-kit-878 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#08051FE0;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----- Home ----- */
.elementor-button{
	 background: linear-gradient(90deg, #EC6708, #E81E74);
transition: all 0.3s ease-out;
}
.elementor-button:hover{
  transform: scale(1.05) rotate(-1.5deg);
}    background: linear-gradient(90deg, #EC6708, #E81E74);
}

h2 span{
    background: linear-gradient(45deg, #ec6708, #e81e74);
    -webkit-background-clip: text;
    color: transparent;
}

/* bandeau animation */
/* Wrapper */
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
     transform:rotate(-1deg) !important;
}

/* Track */
.ticker-track {
    animation: ticker-move 8s linear infinite;
}
.ticker-track > .elementor-element {
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
}
@keyframes ticker-move {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.ticker-track .elementor-icon{
    animation: rotate-animation 5s infinite linear;
}

.hover-card:hover{
     transform: translate3d(0,-20px,0);
  box-shadow: 0 80px 180px -80px rgba(0,0,0, 0.4)
}
/* Tuiles voiture elementor - bug inner column avec astra */
.elementor-loop-container *[class*="ast-width-"] {
    width: 100% !important;
}
.elementor-loop-item {
    flex-shrink: 0 !important;
}

/* Neutralisation totale du calcul Elementor */
.correct-bug-loop .elementor-widget-loop-grid .elementor-loop-item {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

/* On force UNE vraie grille */
.correct-bug-loop .elementor-widget-loop-grid .elementor-loop-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px;
}
@media (max-width: 1024px) {
 .correct-bug-loop .elementor-widget-loop-grid .elementor-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
 .correct-bug-loop .elementor-widget-loop-grid .elementor-loop-container {
    grid-template-columns: 1fr !important;
  }
}

body.correct-bug-loop.tax-marque.ast-separate-container
  .ast-article-post {
    padding: 0 0 0 0 !important;
    margin:0 !important;
  }
  
.correct-bug-loop.elementor-widget-loop-grid,
.elementor-loop-container {
  max-width: 100%;
  overflow: hidden;
}

/* Single voiture gallerie photo miniatures */
#single-vehicule-gallery .elementor-gallery-item:nth-child(n+6) {
  display: none !important;
}/* End custom CSS */