
@font-face {
	font-family: 'Lato-Light';
	src: url('fonts/Lato-Light.eot');
	src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lato-Light.woff') format('woff'),
		url('fonts/Lato-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font: 1em 'Lato-Light', sans-serif;
	margin: 0;
    color: white;
}

#header {
    
    background: #403f40;
    
}

.mediaCtrl {
   
    background-color: #403f40;
    
}
.marginsAreaCo {
    
    background-color: #17303c;
}
body.autoHide .marginsAreaCo, body.teFullscreen .marginsAreaCo {
    background-color: #403f40;
}
body.teFullscreen.activeTimeRange div.contentArea {
    
    background-color: #403f40;
    
}
/* Plein écran images+texte sur audio*/
body.teFullscreen.activeTimeRange div.contentArea {
    display: flex;
    position: absolute;
  
    transform: none;
    opacity: 1;
    cursor: pointer;
 
    transition: opacity 0.4s ease-in;
    
    width: 90%;
    height: 90%;
    margin: auto;
    background-color:#1e3e4d;
}
.panel {
    
    background-color: #403f40;
    
}
.marginToc {
    
    line-height: 1.8em;
    max-height: 200%;
}

#content {
    
    margin: 0.05em;
    background-color: #1e3e4d;
}
.teSeek {
    
    background: #1e3e4e;
    
}
a {
    color: #fff;
}
header.headsArea {
    padding-left: 1em;
}
#webMediaTi {
    
    font-size: 1.4rem;
    
}

span.segment_ti {
    margin-left: 0.5em;
    font-size: 1.2rem;
}
.tlSegment > a > span, .tlItemTitle {
    
    color: #fff;
    background-color: rgb(64 63 64);
    
}
.extra_fra {
    height: 100%;
    width: 100%;
    background-color: #403f40;
}

.extra h1 {
    font-size: 1.3em;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    border-bottom: 2px solid #fff;
    padding: 0 4ex 0.5ex;
    margin: 1ex;
}


.compl > span {
    background-color: #403f40;
}
.mediaBtn, .panelLabel {
    width: 2.4em;
    background-size: auto 1.3em;
}

.marginsArea{

flex: 0 1  100% ;
flex-basis: initial;
}

.segmentAside{
   
    max-width: initial;
	min-height: initial;
}