/*
	Theme Name: Multiauto Enfant
	Description: Thème enfant de Multiauto
	Author: Runmeta
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: multiauto-child
    Template: multiauto
*/

*{
	text-transform: none !important;
}

.d-none{
	display: none !important;
}

.splide__pagination{
	display: none;
}

input:not([type="checkbox"]), textarea, select, label{
	width: 100%;
}

.flatpickr-current-month .numInputWrapper {
    display: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    text-transform: capitalize !important;
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}

p.home-info-price__reduction-duration {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.home-info-price__reduction {
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 40px;
	gap: 1rem;
}

.home-info-price__reduction hr {
    transform: translateY(15px);
    border-bottom: 1px solid #ebebeb;
    opacity: 0.35;
}

p.home-info-price__reduction-amount {
    margin: 0;
    padding: 3px 10px;
    background: var( --e-global-color-accent );
    border-radius: 10rem;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.vehicle {
    position: relative;
}

.vehicle__thumbnail {
    position: absolute;
    top: 0;
    padding: 0 15px;
    height: 200px;
    width: 100%;
}

.vehicle__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.vehicle__content {
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 100px;
    margin-bottom: 20px;
    min-height: 280px;
	position: relative;
	z-index: 1;	
    overflow: hidden;
	corner-shape: squircle;
}

.vehicle__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--e-global-color-primary);
    transform: skewY(5deg) translateY(12px);
    z-index: -1;
    top: 95%;
}

.vehicle__content .vehicle__title {
    padding: 0 15px;
    margin-bottom: 1rem;
}

.vehicle__content .vehicle__title h2 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.vehicle__content .vehicle__title span {
    background: var(--e-global-color-primary);
    border-radius: 10px;
    corner-shape: squircle;
    padding: 2px 5px;
    color: white;
    font-size: 12px;
}

.vehicle__intro .vehicle__description {
	--vehicle-description-size: 12px;
	--vehicle-description-line-height: 1.2;
    font-size: var(--vehicle-description-size);
    line-height: var(--vehicle-description-line-height);
    text-align: justify;
    min-height: calc(var(--vehicle-description-size) * 4 * var(--vehicle-description-line-height));
}

.vehicle__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 10px;
}

.vehicle__feature {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    margin-bottom: 10px;
}

.vehicle__feature-icon img {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.ma-vehicle-grid .splide__arrow {
    top: 100%;
    width: 10%;
    height: 35px;
	opacity: 1;
	corner-shape: squircle;
    border-radius: 2rem;
}

.ma-vehicle-grid .splide__arrow svg {
    fill: #fff;
}

.ma-vehicle-grid .splide__arrow:hover svg {
    fill: #000;
}

.ma-vehicle-grid .splide__arrow.splide__arrow--prev {
	left: 0;
}

.ma-vehicle-grid .splide__arrow.splide__arrow--next {
	right: 0;
}