|
|
@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
.flex-column {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: row !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bannerLogo{
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.logoNav{
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
right: 8%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navbar-toggler {
|
|
|
|
.navbar-toggler {
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -18,17 +32,24 @@
|
|
|
|
top: -2px;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.langue {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
left: 8%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav-item {
|
|
|
|
.nav-item {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
display: flex;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
/*font-size: 0.9rem;
|
|
|
|
|
|
|
|
padding-bottom: 0.5rem;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav-item:first-of-type {
|
|
|
|
.nav-item:first-of-type {
|
|
|
|
padding-top: 1rem;
|
|
|
|
/*padding-top: 1rem;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav-item:last-of-type {
|
|
|
|
.nav-item:last-of-type {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
/*padding-bottom: 1rem;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav-item ::deep a {
|
|
|
|
.nav-item ::deep a {
|
|
|
@ -57,6 +78,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
.collapse {
|
|
|
|
.collapse {
|
|
|
|
/* Never collapse the sidebar for wide screens */
|
|
|
|
/* Never collapse the sidebar for wide screens */
|
|
|
|
display: block;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|