:root {
    --roseA2MI: #CB4278; /* Define a base color variable */
    --roseA2MILighter:#FF5599 ;
    --roseA2MIDarker:#A9265A ;
}

.bandeauApplication {
    background-color: black;
    display: flex;
    justify-content: center;
    font-size: 3em;
}
.dot{
    display: flex;
    background-color: white;
    margin-top: 1.02ch;
    width: 1ch;
    height: 1ch;
    border-radius: 50%;

}
.Enterprise{

    margin-left: 5%;
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: auto;
}

.homeButton{
    background-color: black;
    border: none;
}

.TitleAplication{
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5%;
    font-size: 1em;
}
.navButtons{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.menuBoutton {
    padding-top: 1%;
    padding-bottom: 1%;
    flex: 1;
    font-size: 4em;
    border-block: none;
}

.menuBoutton.active {
    background-color: var(--roseA2MI);
}


.ButtonAction {
    font-size : 4em;
    padding: 1%;
    border-radius: 15px;
    border: none;
    background-color: var(--roseA2MI);
    display: flex;
    flex-direction: row;
    margin: auto;
}

.ButtonAction:active{
    background-color: var(--roseA2MIDarker);
}

.ButtonValidation{
    font-size : 3em;
    padding: 1%;
    border-radius: 20px;
    border: 0.5vh solid black ;
    background-color: var(--roseA2MI);
    display: flex;
    flex-direction: row;
    margin: auto;
}

.ButtonValidationFinal{
    font-size : 1.2em;
    border-radius: 20px;
    border: 0.5vh solid black ;
    background-color: var(--roseA2MI);
    display: flex;
    flex-direction: row;
    margin: auto;
}

.ButtonValidation:active{
    background-color: var(--roseA2MIDarker);
}

.dotAction{
    max-width: 75%;
}
.dotActionbig{
    max-width: 45%;
}
.dotActionVerybig{
    max-width: 25%;
}
.dotActionTooBig{
    max-width: 10%;
}

.spaceBtwButton{
    margin-top: 3%;
    margin-bottom:5% ;
}

.notification{
    background-color: black;
}

hr {
    border: none;
    height: 4px;
    background-color: black;
    font-weight: bold;
}

.divSpaceUser{
    padding-left: 5%;
    margin-top:auto ;
    margin-bottom: auto;
    width: 25vh;
}

.buttonSpaceUser{
    background-size: contain;
    background-position: center;
    max-width: 70%;
    border: none;
    background-color: var(--roseA2MI);
    border-radius: 15%;
}

.imgSpaceUser{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.buttonActionCompta{
    background-size: contain;
    background-position: center;
    max-width: 100%;
    border: none;
    border-radius: 15%;
}
.imgAction{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}