.ssiteabo {
    color: #fffdf9;
    fill: #fffdf9;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.ssiteabo.not-register {
    background-color: #ea6852 ;
}

.ssiteabo.register {
    background-color: #108f0b;
}

.editor_lister_compteur {
    margin: 5em auto 0;
    width: 80%;
    background-color: azure;
    padding: 2em;
}

.progress {
    width: 100%;
    height: 25px;
}
.progress-wrap {
    background: #08A7F1;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.progress-bar {
    background: #0909095C;
    left: 0;
    position: absolute;
    top: 0;
}

.progress-descp {
    padding-left: 2em;
    font-weight: bold;
}

.progress-descp p {
    margin: 0em;
    line-height: 25px;
}

input[type="submit"].um-button {
    background: #d9aa34 !important;
}
.abos-action.hidden {
    display: none;
}
.abos-action {
    display: block;
}

#flux-abo-grill .pp-post-wrap.hidden {
    display: none;
}

div.abos-loader{
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #d9aa34;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 1em auto;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*
   MENU AJOUT BOUTON CONNEXION//DECONNEXION MENU
*/
ul#menu-v3-menu-accueil li.menu-item-object-custom-account .pp-menu-item {
    color:#2a5484;
    fill:#2a5484 ;
}

ul#menu-v3-menu-accueil li.menu-item-object-custom-account .pp-menu-item:hover {
    color:#d9aa34;
    fill:#d9aa34;
}

/* Shared container style Password */
.password-container .ff-el-input--content {
    position: relative;
    display: block;
    margin-bottom: 20px; /* Space between the two fields */
    max-width: 100%; /* Adjust as necessary */
}

/* Input fields */
.password-container .ff-el-input--content .cstm-password {
    width: 100%;
    padding: 10px 40px 10px 10px; /* Space for the eye icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Eye icons */
.password-container .ff-el-input--content .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: color 0.2s;
}

.password-container .ff-el-input--content .toggle-password:hover {
    color: #333;
}

.password-field-wrapper {
    display: flex;
    align-items: center;
}

.password-field-wrapper input[type="password"] {
    flex: 1;
}

.password-field-wrapper button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 5px;
}