.elementor-4170101 .elementor-element.elementor-element-31f736d{text-align:center;}.elementor-4170101 .elementor-element.elementor-element-31f736d .elementor-heading-title{font-family:"ABeeZee", sans-serif;}#header{box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}/* Start custom CSS for html, class: .elementor-element-371ea78 */@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');

.user-box {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column; /* Mettre l'icône sous le texte */
    align-items: center; /* Centrer horizontalement */
    background: white;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: 'ABeeZee', sans-serif;
    text-align: center; /* Centre le texte */
}

.user-welcome {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px; /* Espacement entre le texte et l'icône */
}

.user-icon {
    font-size: 24px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.user-icon:hover {
    background: #e0e0e0;
}/* End custom CSS */