.elementor-1339 .elementor-element.elementor-element-a2b996b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-a2b996b *//* Conteneur principal */
.pv-gateway-container {
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
}

.pv-gateway-title {
    font-size: 36px;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 10px;
}

.pv-gateway-subtitle {
    font-size: 18px;
    color: #718096;
    margin-bottom: 40px;
}

/* Grille des cartes */
.pv-cards-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Les cartes individuelles et forçage anti-soulignement */
a.pv-role-card,
a.pv-role-card:hover,
a.pv-role-card:focus {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    border: 2px solid #EDF2F7;
    border-radius: 20px;
    padding: 40px 30px;
    text-decoration: none !important; /* Force la suppression du soulignement */
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.pv-role-card:hover {
    border-color: #55C6C3;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(85, 198, 195, 0.15);
}

/* L'icône dans la carte */
.pv-card-icon {
    font-size: 45px;
    color: #55C6C3;
    background: #E6FFFA;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* Textes dans la carte sans soulignement */
.pv-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.pv-card-text {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
    text-decoration: none !important;
}

/* Le faux bouton (pour le clic) */
.pv-btn-fake {
    display: inline-block;
    background: #55C6C3;
    color: white;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

a.pv-role-card:hover .pv-btn-fake {
    background: #319795;
}

/* Footer / Déjà un compte */
.pv-gateway-footer {
    margin-top: 40px;
    font-size: 16px;
    color: #4A5568;
}

.pv-login-link {
    color: #55C6C3;
    font-weight: 700;
    text-decoration: underline; /* Seulement ce lien reste souligné */
}

.pv-login-link:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .pv-cards-wrapper {
        flex-direction: column;
    }
}/* End custom CSS */