/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 déc. 2020, 14:30:27
    Author     : j.thomasse
*/
/*  INDEX

   

    5 menu-aside

*/

 /* Entete */
header.no-thumb{
    background-color: var(--entete-bg-color);
    height: calc(var(--entete-min-height) * 1px);
}

header.is-thumb{
    background: var(--entete-bg-image) top center no-repeat;
    background-size: cover;
    height: calc(var(--entete-bg-height) * 1px);
}

/*
 * 6 - topbar-left-right 
 */
.topbar-left-right-container {
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    background: var(--topbar-bg-color);
    font-size: var(--topbar-font-size);
}

.topbar-left-right-container nav,
.topbar-left-right-container nav ul {
    height: 100%;
    width: 100%;
    background-color: inherit;
}

.topbar-left-right-container .nav-list-reseau-container{
    height: 30px;
}

.topbar-left-right-container nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left-right-container p,
.topbar-left-right-container a {
    color:  var(--topbar-text-color);
    transition: color 450ms ease;
}

.topbar-left-right-container a:hover {
    color: var(--topbar-color-hover);
}

/*
 * 7 - topbar-left-center-right 
 */
.topbar-left-center-right-container {
    position: relative;
    z-index: 9999999999999;
    width: 100%;
    height: 30px;
    background: var(--topbar-bg-color);;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--topbar-font-size);
}

.topbar-left-center-right-container .texte {
    width: 100%;
    padding-left: 20px;
}
.topbar-left-center-right-container .texte ul {
    display: flex;
    justify-content: center;
}

.topbar-left-center-right-container .texte ul li {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    justify-content: center;
}

.topbar-left-center-right-container .texte ul li:first-child {
   text-align: left;
   justify-content: flex-start;
}

.topbar-left-center-right-container .texte ul li:last-child {
    text-align: right;
    justify-content: flex-end;
 }


.topbar-left-center-right-container .nav-list-reseau-container {
    height: 30px;
}

.topbar-left-center-right-container .nav-list-reseau-container ul {
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-left-center-right-container .nav-list-reseau-container ul li {
    margin-right: 10px;
}

.topbar-left-center-right-container .nav-list-reseau-container ul li:last-child {
    margin-right: 20px;
}

.topbar-left-center-right-container p,
.topbar-left-center-right-container a {
    color:  var(--topbar-text-color);
    transition: color 450ms ease;
}

.topbar-left-center-right-container a:hover {
    color:var(--topbar-color-hover)	;
}
