
/** General page styling **/

header {

}
.header-content-mini {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
height: 40px;
background-color: #F5F5F5;
position: fixed;
width: 100%;
z-index: 99;
 top: 0;
  left: 0;
  right: 0;
}
.header-menu-slide{
right: 10px;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
z-index: 9;
position: absolute;
cursor: pointer;
}
.header-menu p, .header-menu-slide p{
  text-transform: uppercase;
}
.header-menu p:hover {
    color: rgb(13, 1, 225);
}
#menuText:hover {
    color: rgb(13, 1, 225);
}
.header-menu {
display: flex;
position: absolute;
left: 10px;
z-index: 2;
}
.header-menu-content ul {
    margin: 0;
    position: relative;
    padding: 0;
}
.header-menu-content li {

display: initial;
margin-left: 40px;
}
.header-menu-content a {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 0px;
}
.header-menu-nav {
display: grid;
grid-template-columns: 1fr 1fr;
height: 40px;
text-transform: uppercase;
}

/* Conteneurs */
.header-menu-nav-previous,
.header-menu-nav-next {
  display: flex;
  align-items: center;
}

.header-menu-nav-previous {
  justify-content: flex-end;
}

.header-menu-nav-next {
  justify-content: flex-start;
}

/* Contenu intérieur */
.header-menu-nav-previous-content,
.header-menu-nav-next-content {
  display: flex;
  align-items: center;
  height: 40px;
  transition: background 0.3s, color 0.3s;
}

.header-menu-nav-next-content {
  background-color: #000;
}

.header-menu-nav-previous-content {
  background-color: #F5F5F5;
}
.header-menu-nav-next-content a:hover{
  color: #F5F5F5;
}

/* Texte et liens */
.header-menu-nav-next a {
  color: #F5F5F5;
  text-decoration: none;
  padding: 0 10px;
  display: block;
}

.header-menu-nav-previous a {
  color: #000;
  text-decoration: none;
  padding: 0 10px;
  display: block;
}
.header-menu-nav-mobile {
height: 40px;
text-transform: uppercase;
background-color: #000;
position: fixed;
bottom: 0;
width: 100%;
display: flex;
}
.header-menu-nav-mobile-show{
  display: none;
}
.header-menu-nav-previous-mobile p, .header-menu-nav-next-mobile p {
color: #F5F5F5;
padding: 10px 10px 10px 10px;
margin: 0;
}
.header-menu-nav-previous-mobile a, .header-menu-nav-next-mobile a{
color:#F5F5F5;
}
.header-menu-nav-previous-mobile {
text-align: left;
width: 50%;
left: 0;
position: absolute;
}
.header-menu-nav-next-mobile {
text-align: right;
width: 50%;
right: 0;
position: absolute;
}

/** Slide menu **/


#mySidenav-content {
padding: 0px 10px 60px 10px;
}
/* --- Sidenav --- */
.sidenav {
height: 100%;
width: 50%;
position: fixed;
top: 0;
right: 0;
z-index: 9999;
background-color: #0D01E1;
overflow-x: hidden;
padding: 0;
transform: translateX(100%);
opacity: 1;
transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
will-change: transform;
}

.sidenav.active {
  transform: translateX(0); /* visible */
}
.sidenav p {
color: #F5F5F5;
margin-bottom: 10px;
margin-top: 10px;
}
.sidenav a {
    color:#F5F5F5;
}
.sidenav a:hover {
    color:#000;
}
/* Contenu des onglets */
.tab-content {
position: absolute;
padding-right: 20px;
top: 100px;
}
.tab-content > * {
  opacity: 0;
  transform: translateY(0px); /* très léger */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-content.active > * {
  opacity: 1;
  transform: translateY(0);
}
input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
border: 0;
padding: 0;
}
.sidenav button p {
    margin: 0;
    padding: 0;
}
.sidenav-menu p {
    margin: 0;
    padding: 0;
}
.button-menu p {
text-align: left;
padding-left: 20px;
line-height: 0;
}
.button-menu-select {
font-size: 26px;
font-weight: bold;
cursor: pointer;
background-color: initial;
color: #F5F5F5;
text-transform: uppercase;
margin-right: 10px;
}
.button-menu-select, #closeSidenav {
font-size: 24px;
font-weight: bold;
cursor: pointer;
color: #F5F5F5;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button-menu-select:hover, #closeSidenav:hover{
  color: #000;
}
.button-menu-select-mail a {
margin-right: 10px;
background-color: initial;
color: #F5F5F5;
text-transform: uppercase;
}
.button-menu-select.active {
  color: #111;

}
.header-post-back-office {
position: fixed;
bottom: 10px;
left: 10px;
z-index: 999999;
background-color: #F5F5F5;
border-radius: 50px;
}
.header-post-back-office {
    isolation: isolate; /* ensures blend mode works */
    background-color: #0D01E1;
}
.header-post-back-office p, .header-post-back-office a {
color: #F5F5F5;
border: 0px;
padding: 10px 10px 10px 10px;
margin: 0;
border-radius: 100px;
}
.header-post-back-office a:hover {
border-bottom: 0;
color: #F5F5F5;
}
.post-navigation{
  display: flex;
}
#closeSidenav {
right: 10px;
position: absolute;
background-color: initial;
}
#mySidenav-button {
padding: 0px 10px 10px 10px;
margin-top: 5px;
}