/*
 Theme Name:   Astra Child GLP
 Theme URI:    
 Template:     astra
 Author:       GL Patrimoine
 Description:  Thème enfant Astra personnalisé pour GL Patrimoine
 Version:      1.0.0
*/

.menu-item.bouton-rdv {
    display: flex;
    align-items: center;
}
.menu-item.bouton-rdv > a {
    background-color: #052746;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 6px;
    margin: 12px 0;
    line-height: normal;
    transition: background-color 0.2s ease;
}
.menu-item.bouton-rdv > a:hover {
    background-color: #2A3376;
}
.footer-adv, .footer-adv * {
    color: #E8EDF2 !important;
}
.footer-adv a:hover {
    color: #ffffff !important;
}
.e-button-base,
.e-button-base:hover,
.ast-single-post .entry-content a.e-button-base {
    text-decoration: none !important;
}
