
/** General page styling **/

header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header-zone {
    position: relative;
    height: 120px;
    width: 100%;
}
.header-home {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 230px;
}
.header-content {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
height: 80px;
background-color: #fff;
position: relative;
width: 100%;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
z-index: 99;
}
.header-logo {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    text-align: center;
}
.header-logo img {
height: 35px;
width: auto;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-content-mini {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 60px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 99;
    top: 0;
}
.header-content-mini-animate {
    opacity: 0;
    top: -60px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);    
}
.header-logo-mini {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.header-logo-mini img{
    height: 30px;
    width: auto;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-menu-burger {
    left: 40px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9;
    position: absolute;
    cursor: pointer;
}
.header-menu-burger img{
    height: 20px;
    width: auto;
}
.header-menu-search {
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
z-index: 99999;
position: absolute;
right: 40px;
opacity: 1;
display: flex;
}
.header-menu-search img{
    height: 20px;
    width: auto;
}
.header-title {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    right: 40px;
    display: flex;
    z-index: 5;
}
.header-title-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #282D57;
    top: 15px;
    margin-left: 15px;
}
.header-title-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;

}
.header-title-titre{

}
.header-menu {
display: flex;
position: absolute;
left: 100px;
z-index: 2;
}
.header-menu-content ul {
    margin: 0;
    position: relative;
    padding: 0;
}
.header-menu-content li {
color: #282d57;
display: initial;
margin-right: 20px;
}
.header-menu-content a {
font-size: 16px;
letter-spacing: 1.5px;
line-height: 0px;
font-weight: 500;
}


/** Slide menu **/

#mySidenav-content {
    padding: 40px 40px 20px 0px;
}
.slide-menu-burger{
    cursor: pointer;
    width: 20px;
}
.sidenav {
    height: 100%;
    width: 230px;
    left: -330px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #2F2F2F;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.sidenav p {
    color:#F2EEE2;
}
.sidenav-content {
position: absolute;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
width: 230px;
}
.sidenav-menu-content {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 10px;
}
a[aria-current] {
    font-weight: 900!important;
}
.sidenav-menu-content ul {
    margin: 0;
    position: relative;
    padding: 0;
}
.sidenav-menu li {
    color: #111;
    display: flex;
    margin-left: 40px;
}
.sidenav-menu a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 0px;
}
.slide-menu-container {
    margin-top: 40px;
}
.slide-menu-container ul{
    margin: 0;
    padding: 0;

}
.slide-menu-container li {
list-style-type: none;
font-size: 16px;
letter-spacing: 1px;
line-height: 25px;
}
.slide-menu-container a {
    color: #F2EEE2;
}
.sub-menu {
    margin-top: 20px;
    padding-left: 20px;
}
.sidenav-social {
    margin-top: 20px;
    text-align: left;
    display: flex;
    z-index: 999;
}
.sidenav-social img {
height: auto;
width: 20px;
margin: 0px 10px 0px 0px;
}
.sidenav-back-office {
    color: #fff;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #5C5C5C;
}
.sidenav-back-office p {
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 0;
}
.sidenav-back-office a {
    color: #F2EEE2;
    text-decoration: none;
    border: 0px;
}
.post-edit-link {

}