.card-vert .wpb_wrapper {
    background-color: rgba(157, 192, 46, 0.90);
    border-radius: 8px;
    padding-bottom: 10px;
    overflow: hidden;
    height: 600px;
    position: relative;
}

.card-vert .vc_figure {
    height: auto;
}

.button-home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.card-vert figure img {
    width: 100%;
    height: 200px;
}

.card-vert figure.wpb_wrapper {
    background-color: transparent !important;
}

.no-bg .wpb_wrapper {
    background-color: transparent !important;
    padding-bottom: 0px;
    padding: 10px;
    height: auto;
}


/* Bouton téléphone flottant */
.cta-tel {
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 9999;
}

.cta-tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-ring 2s infinite;
}

.cta-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #9DC02E 0%, #7DA024 100%);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(157, 192, 46, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.cta-tel a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(157, 192, 46, 0.6);
    background: linear-gradient(135deg, #7DA024 0%, #9DC02E 100%);
}

.cta-tel a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-tel a span svg {
    width: 35px;
    height: 35px;
    fill: white;
    transition: transform 0.3s ease;
}

.cta-tel a:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* Animation de pulsation */
@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(157, 192, 46, 0.6);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(157, 192, 46, 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(157, 192, 46, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .cta-tel {
        bottom: 70px;
        right: 10px;
    }

    .cta-tel a {
        width: 60px;
        height: 60px;
    }

    .cta-tel a span svg {
        width: 30px;
        height: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}


footer .thememount_widget_contact_wrapper li {
    width: auto !important;
    text-align: left !important;
}