@charset "utf-8";
/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://wordpress.com
 Description:  Hello Elementor Child Theme
 Author:       Elementor
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ===== Reset + style du menu custom UM ===== */
.amilo-um-account-menu,
.amilo-um-account-menu ul,
.amilo-um-account-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amilo-um-account-menu {
    margin-top: 28px;
}

.amilo-um-account-menu-item {
    margin-bottom: 12px;
}

.amilo-um-account-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #e6edf3;
    border-radius: 10px;
    background: #fff;
    text-decoration: none !important;
    color: #333 !important;
    line-height: 1.2 !important;
}

.amilo-um-account-link:hover {
    background: #f7fbff;
    border-color: #cfe0f5;
}

.amilo-um-account-link.current {
    background: #169bd7;
    border-color: #169bd7;
    color: #fff !important;
}

.amilo-um-account-link-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.amilo-um-account-link span {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.amilo-um-account-icon,
.amilo-um-account-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.amilo-um-account-title {
    display: block !important;
    font-weight: 600;
    white-space: nowrap;
}

.amilo-um-account-link.current .amilo-um-account-icon,
.amilo-um-account-link.current .amilo-um-account-arrow,
.amilo-um-account-link.current .amilo-um-account-title {
    color: #fff !important;
}

/*DIV structure*/
/* Menu custom compte */
.amilo-um-account-menu {
    margin-top: 28px;
}

.amilo-um-account-menu-item + .amilo-um-account-menu-item {
    margin-top: 12px;
}

.amilo-um-account-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    background: #fff;
    text-decoration: none !important;
    color: #2f3b4a !important;
    transition: all 0.2s ease;
}

.amilo-um-account-nav:hover {
    background: #f7fbff;
    border-color: #c9dcec;
}

.amilo-um-account-nav.is-current {
    background: #169bd7;
    border-color: #169bd7;
    color: #fff !important;
}

.amilo-um-account-nav-icon {
    font-size: 18px;
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
}

.amilo-um-account-nav-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.amilo-um-account-nav-chevron {
    margin-left: auto;
    font-size: 16px;
}

.amilo-um-account-nav.is-current .amilo-um-account-nav-icon,
.amilo-um-account-nav.is-current .amilo-um-account-nav-label,
.amilo-um-account-nav.is-current .amilo-um-account-nav-chevron {
    color: #fff;
}

.um-faicon-cog{
    color:#188dd3!important;
}