.content-information-vehicule {
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 23px 25px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.content-image-vehicule {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    width: 100%;
}

.content-image-vehicule::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: #13122299;
    border-radius: 20px;
    opacity: 0;
    z-index: 1;
    content: "";
}

.bloc-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bloc-image img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: .5s ease;
    transform: scale(1.05);
}

.marque-vehicule {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    padding: 8px 25px;
    border-top-right-radius: 15px;
    z-index: 2;
    color: #131222;
    font-size: 16px;
    font-weight: 500;
}

.title-vehicule {
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
    font-family: 'Poppins';
}

.list-description-vehicule {
    position: relative;
    display: block;
    border-top: 1px solid #1312221a;
    padding-top: 13px;
    margin-top: 18px;
}

ul.list-content-description li {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-size: 14px;
    flex-wrap: wrap;
    gap: 5px;
    flex: 0 0 33.333333%;
    max-width: 30%;
    width: 100%;
    line-height: 32px;
}
.item-list-description span {
    line-height: 20px;
    text-align: center;
}

ul.list-content-description {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

li.item-list-description img {
    aspect-ratio: 1;
    width: 16px;
}

.content-prices-vehicules {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3e3e366;
    padding: 10px 0;
    margin-top: 23px;
    margin-bottom: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 20px;
    font-family: 'Poppins';
    color: rgb(19 18 34);
    font-weight: 500;
    line-height: 30px;
}

span.first-price {
    color: var(--primary-color);
    font-weight: 700;
}

.btn-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 34px;
    color: black;
    background-color: var(--primary-color);
    padding: 13px 30px 13px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 8px 30px 8px;
}

.btn-action::after {
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.btn-action:hover::after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    color: white;
}

.btn-action span, .btn-action i {
    position: relative;
    z-index: 2;
    /* color: white; */
}
.btn-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 34px;
    color: black;
    background-color: var(--primary-color);
    padding: 13px 30px 13px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 8px 30px 8px;
}

.btn-action::after {
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.btn-action:hover::after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    color: white;
}

.btn-action span, .btn-action i {
    position: relative;
    z-index: 2;
    /* color: white; */
}

.btn-action:hover span, .btn-action:hover i {
    color: white;
}

.wrap-item-vehicule {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    padding: 0 10px 15px;
    cursor: pointer;
}

.item-vehicule {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all ease .35s;
}

span.promo-price {
    text-decoration: line-through;
    color: grey;
}

.item-vehicule:hover {
    transform: translateY(-10px);
}

.item-vehicule:hover .bloc-image img {
    transform: scale(1);
}

.item-vehicule:hover .content-image-vehicule::before {
    opacity: 1;
}
.btn-action:hover span, .btn-action:hover i {
    color: white;
}