.aurore-unclick{
position: fixed;
top: 50%;
left: 0;
transform: translate(0,0);
z-index: 10;
}
.aurore-unclick__btn{
background: white;
padding: 1rem;
border-radius: 0 1rem 1rem 0;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.1);
z-index: 2;
position: relative;
transition: all 0.3s ease-in-out;
}
.aurore-unclick__btn:hover{
background: #dddddd;   
}
.aurore-unclick__btn:active{
background: #a9a9a9;
}
.aurore-unclick__btn > svg{
transform: rotate(0);
transition: all 0.3s ease-in-out;
}
.closed .aurore-unclick__btn > svg{
transform: rotate(180deg);
}
.text-cyan{
color: var( --e-global-color-accent );
}
.aurore-unclick__separator{
height: 1px;
width: 20px;
background: #D5D8DC;
margin: 0.5rem 0;
} .aurore-unclick__content__wrapper{
position: relative;
z-index: 1;
}
.aurore-unclick__content{
position: absolute;
background: var(--e-global-color-primary);
top: -2rem;
left: 0;
display: flex;
flex-direction: row;
gap: 1rem;
height: calc(120px + 4rem);
transition: all 0.3s ease-in-out;
min-width: 45rem;
justify-content: flex-end;
border-radius: 0 1rem 1rem 0;
padding: 0 1rem 0 6rem; box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.aurore-unclick.closed .aurore-unclick__content__wrapper .aurore-unclick__content{
left: -90rem;
} .aurore-unclick__content__item{
padding: 2rem;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-width: 9rem;
cursor: pointer;
transition: all 0.3s ease-in-out;
margin: 1.5rem 0;
border-radius: 0.5rem;
}
.aurore-unclick__content__item span{
color: white;
font-size: 0.875rem;
transition: all 0.3s ease-in-out;
width: max-content;
} .aurore-unclick__content__item:hover{
background: white;
}
.aurore-unclick__content__item:hover span{
color: var(--e-global-color-primary);;
}
.aurore-unclick__content__item:hover svg path{
fill: var(--e-global-color-primary);;
}
.aurore-unclick__content__espace-famille{
background: white;
padding: 1.5rem 3rem;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
flex-direction: column;
color: var(--e-global-color-primary);
border-radius: 0 0.5rem 0.5rem 0;
}
@media (max-width: 991px) {
.aurore-unclick {
display: none;
}
}
.elementor-element.elementor-element-c05fb69.elementor-widget.elementor-widget-ucaddon_ue_listing_carousel{
display: none;
}