.aurore-container-sidebar{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 3rem;
}
.aurore-sidebar{
flex: 0 0 30%;
width: 30%;
display: flex;
flex-direction: column;
position: relative;
}
.aurore-sidebar-sticky{
position: -webkit-sticky;
position: sticky;
top: 130px;
gap: 1.25rem;
}
.main-content{
flex: 1;
max-width: 70%;
}
.aurore-linking{
background: #f2f2f2;
padding: 1.25rem;
}
.aurore-maillage-titre{
display: flex;
align-items: center;
text-decoration: none;
color:var(--e-global-color-primary);
width: 100%;
margin-bottom: 4px;
padding: 0.375rem 0;
}
.aurore-maillage-titre:hover, .aurore-maillage-titre:focus{
background: rgba(0, 0, 0, 0.05);
}
.aurore-maillage-titre h2{
font-size: 1.25rem;
font-weight: 600;
}
.aurore-linking ul{
margin: 0;
padding: 0;
}
.aurore-linking li{
list-style: none;
padding: 0;
}
.aurore-linking li a{
color: var(--e-global-color-primary);
font-size: 0.875rem;
font-weight: 300;
padding:0.375rem  1rem ;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
display: block;
text-decoration: none;
transition: all .2s ease-in-out;
}
.aurore-linking a:last-child{
border-bottom: none;
}
.aurore-linking li a:hover, .aurore-linking li a:focus{
background: rgba(0, 0, 0, 0.05);
color: var(--aurore-couleur-theme-primary);
}
.aurore-contact-card{
background:var(--aurore-couleur-theme-primary);
padding: 1.25rem;
gap: 1.2rem;
display: flex;
flex-direction: column;
margin-top: 1.25rem;
}
.aurore-contact-card span{
font-size: 0.875rem;
color :white;
}
.aurore-contact-card p{
font-size: 1.25rem;
font-weight: 600;
color: white;
} .aurore-side-btn{
display:flex;
justify-content:center;
align-items:center;
box-sizing:border-box;
height: 2.25rem;
min-width:2.25rem;
width:fit-content;
border-radius:4px;
flex-direction:row;
flex-wrap:nowrap;
}
.aurore-side-text-btn{
overflow:hidden;
white-space: nowrap;
max-width:0;
transition: all 0.2s ease-out;
color: white;
font-weight: 500;
font-size: 1rem;
text-decoration: underline;
text-decoration-color: white;
}
.aurore-alt .aurore-text-btn{
color: white;
}
.aurore-alt .aurore-fleche svg{
fill:var(--aurore-couleur-theme-primary)
}
.aurore-side-btn:hover .aurore-side-text-btn , .aurore-open .aurore-side-text-btn{
max-width:10rem;
}
.aurore-fleche svg {
fill: white;
}
.aurore-alt .aurore-fleche{
background: white;
} 
.aurore-fleche{
display: flex;
background:#0C4270;
padding: 0.25rem;
border-radius: 0.5rem;
transition: margin-left 0.3s ease-in-out;
}
.aurore-side-btn:hover .aurore-fleche, .aurore-open .aurore-fleche{
margin-left: 1rem;
}
.aurore-sidebar-ressource{
padding: 1.25rem;
display: flex;
gap: 1.25rem;
flex-direction: column;
margin-top: 1.25rem;
}
.aurore-sidebar-ressource h2{
font-size: 1.25rem;
font-weight: 600;
color: var(--e-global-color-primary);
}
.aurore-sidebar-ressource-container{
display: flex;
flex-direction: row;
padding: 1rem 1.25rem;
gap: 1.25rem;
align-items: center;
border: 1px solid var(--e-global-color-fd3a488);
text-decoration: none;
}
.aurore-sidebar-ressource-container:hover{
background: var(--hover-tint);
}
.aurore-sidebar-ressource-texte{
display: flex;
flex-direction: column;
gap: 6px;
}
.aurore-sidebar-ressource-texte .aurore-texte{
font-size: 0.875rem;
}
@media (max-width: 1248px) {
.aurore-sidebar {
flex: 0 0 26%;
}
}
@media (max-width: 992px) {
.main-content {
max-width: 100%;
padding: 0 2rem 0 0;
}
.aurore-container-sidebar {
flex-wrap: wrap;
}
.aurore-sidebar {
flex: 0 0 0;
width: 100%;
display: contents;
}
}