/*
    TimelineJS - ver. 3.3.9 - 2015-10-26
    Copyright (c) 2012-2015 Northwestern University
    a project of the Northwestern University Knight Lab, originally created by Zach Wise
    https://github.com/NUKnightLab/TimelineJS3
    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
    If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/*!
	Timeline JS 3 
	
	Designed and built by Zach Wise for the Northwestern University Knight Lab
	
	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at https://mozilla.org/MPL/2.0/.

*/


.tl-storyjs div * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tl-storyjs h1,.tl-storyjs h2,.tl-storyjs h3,.tl-storyjs h4,.tl-storyjs h5,.tl-storyjs h6,.tl-storyjs p,.tl-storyjs blockquote,.tl-storyjs pre,.tl-storyjs a,.tl-storyjs abbr,.tl-storyjs acronym,.tl-storyjs address,.tl-storyjs cite,.tl-storyjs code,.tl-storyjs del,.tl-storyjs dfn,.tl-storyjs em,.tl-storyjs img,.tl-storyjs q,.tl-storyjs s,.tl-storyjs samp,.tl-storyjs small,.tl-storyjs strike,.tl-storyjs strong,.tl-storyjs sub,.tl-storyjs sup,.tl-storyjs tt,.tl-storyjs var,.tl-storyjs dd,.tl-storyjs dl,.tl-storyjs dt,.tl-storyjs li,.tl-storyjs ol,.tl-storyjs ul,.tl-storyjs fieldset,.tl-storyjs form,.tl-storyjs label,.tl-storyjs legend,.tl-storyjs button,.tl-storyjs table,.tl-storyjs caption,.tl-storyjs tbody,.tl-storyjs tfoot,.tl-storyjs thead,.tl-storyjs tr,.tl-storyjs th,.tl-storyjs td,.tl-storyjs .tl-container,.tl-storyjs .content-container,.tl-storyjs .media,.tl-storyjs .text,.tl-storyjs .tl-slider,.tl-storyjs .slider,.tl-storyjs .date,.tl-storyjs .title,.tl-storyjs .message,.tl-storyjs .map,.tl-storyjs .credit,.tl-storyjs .caption,.tl-storyjs .tl-feedback,.tl-storyjs .tl-feature,.tl-storyjs .toolbar,.tl-storyjs .marker,.tl-storyjs .dot,.tl-storyjs .line,.tl-storyjs .flag,.tl-storyjs .time,.tl-storyjs .era,.tl-storyjs .major,.tl-storyjs .minor,.tl-storyjs .tl-navigation,.tl-storyjs .start,.tl-storyjs .active {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.tl-storyjs h1,.tl-storyjs h2,.tl-storyjs h3,.tl-storyjs h4,.tl-storyjs h5,.tl-storyjs h6 {
    clear: none;
}

.tl-storyjs table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tl-storyjs ol,.tl-storyjs ul {
    list-style: none;
}

.tl-storyjs q:before,.tl-storyjs q:after,.tl-storyjs blockquote:before,.tl-storyjs blockquote:after {
    content: "";
}

.tl-storyjs a:focus {
    outline: thin dotted;
}

.tl-storyjs a:hover,.tl-storyjs a:active {
    outline: 0;
}

.tl-storyjs article,.tl-storyjs aside,.tl-storyjs details,.tl-storyjs figcaption,.tl-storyjs figure,.tl-storyjs footer,.tl-storyjs header,.tl-storyjs hgroup,.tl-storyjs nav,.tl-storyjs section {
    display: block;
}

.tl-storyjs audio,.tl-storyjs canvas,.tl-storyjs video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tl-storyjs audio:not([controls]) {
    display: none;
}

.tl-storyjs div {
    max-width: none;
}

.tl-storyjs sub,.tl-storyjs sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.tl-storyjs sup {
    top: -.5em;
}

.tl-storyjs sub {
    bottom: -.25em;
}

.tl-storyjs img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.tl-storyjs button,.tl-storyjs input,.tl-storyjs select,.tl-storyjs textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

.tl-storyjs button,.tl-storyjs input {
    line-height: normal;
    *overflow: visible;
}

.tl-storyjs button::-moz-focus-inner,.tl-storyjs input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.tl-storyjs button,.tl-storyjs input[type=button],.tl-storyjs input[type=reset],.tl-storyjs input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.tl-storyjs input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tl-storyjs input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.tl-storyjs textarea {
    overflow: auto;
    vertical-align: top;
}

.tl-timeline {
	/* fenetre de chargement de la timeline */
   /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	text-align : left;
	
}

.tl-timeline h1,.tl-timeline h2,.tl-timeline h3,.tl-timeline h4,.tl-timeline h5,.tl-timeline h6 {
	/* couleur du titre de la diapo */
    color: black;
}

    .tl-timeline h1,    .tl-timeline h2,    .tl-timeline h3 {
        font-size: 28px;
        line-height: 28px;
    }

.tl-timeline h1 small,.tl-timeline h2 small,.tl-timeline h3 small {
    font-size: 24px;
    line-height: 24px;
}

.tl-timeline h4,.tl-timeline h5,.tl-timeline h6 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
}

.tl-timeline h4 small,.tl-timeline h5 small,.tl-timeline h6 small {
    font-size: 15px;
    line-height: 15px;
}

.tl-timeline h2.tl-headline-title {
    font-size: 38px;
    line-height: 38px;
}

.tl-timeline h2.tl-headline-title small {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 24px;
}

.tl-timeline h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.tl-timeline p {
/* ? */
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666;
}

.tl-timeline p.lead {
    font-size: 24px;
}

.tl-timeline p a {
	/* ? */
    text-decoration: underline;
    color: #666;
}

.tl-timeline p a:hover,.tl-timeline p a:focus {
    color: #c34528;
}

@media(-webkit-min-device-pixel-ratio:1.5) ,(min-resolution:144dpi) {
    .tl-timeline p a {
        text-decoration: underline;
        text-shadow: none;
        background-image: none;
    }

    .tl-timeline p a:hover,
    .tl-timeline p a:focus {
        text-decoration: underline;
        color: #c34528;
    }
}

.tl-timeline b,.tl-timeline strong {
    font-weight: 700;
}

.tl-timeline i,.tl-timeline em {
    font-style: italic;
}

.tl-timeline a {
    text-decoration: none;
    color: #c34528;
}

.tl-timeline a:hover {
/* ? */
    text-decoration: underline;
    color: #6e2717;
}

.tl-timeline .tl-caption,.tl-timeline .tl-credit,.tl-timeline .tl-slidenav-next,.tl-timeline .tl-slidenav-previous {
   /* The media item's credit / The media item's caption. */
   font-size: 11px;
    line-height: 11px;
}

.tl-timeline .tl-caption a,.tl-timeline .tl-credit a,.tl-timeline .tl-slidenav-next a,.tl-timeline .tl-slidenav-previous a {
    color: #000;
}

.tl-timeline .tl-makelink {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tl-timeline blockquote,.tl-timeline blockquote p {
/* ? */
    padding: 0;
    border: 0;
    text-align: left;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 24px;
    line-height: 24px;
    color: #999;
    background: 0 0;
}

.tl-timeline blockquote cite,.tl-timeline blockquote p cite {
    display: block;
    text-align: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #666;
}

.tl-timeline blockquote cite:before,.tl-timeline blockquote p cite:before {
    content: "\2014";
}

.tl-timeline blockquote p:before {
    content: open-quote;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 5px;
    font-size: 28px;
}

.tl-timeline blockquote p:after {
    content: close-quote;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 3px;
    font-size: 28px;
}

.tl-timeline blockquote {
    margin: 10px;
}

.tl-timeline blockquote p {
    margin: 0;
}

.tl-timeline .vcard {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 15px;
}

.tl-timeline .tl-text ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.tl-timeline .tl-text ul li {
    margin-bottom: 5px;
}

.tl-timeline .tl-button-calltoaction {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
}

.tl-timeline .tl-button-calltoaction .tl-button-calltoaction-text {
	/* bouton lien vers timeline js */
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    background-color: #c34528;
}

.tl-timeline .tl-note {
	/* ? */
    display: block;
    padding: 10px;
    border: 1px solid #faebcc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
    color: #8a6d3b;
    background-color: #e6e6e6;
    background-color: #fcf8e3;
}

@media only screen and (max-width:800px) ,only screen and (max-device-width:800px) {
.tl-timeline h1,.tl-timeline h2,.tl-timeline h3 {
    font-size: 28px;
    line-height: 28px;
}
}

@media only screen and (max-width:500px) ,only screen and (max-device-width:500px) {
    .tl-timeline h1,    .tl-timeline h2,    .tl-timeline h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.tl-skinny h2 {
    margin-top: 0;
}

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

[class^=tl-icon-],[class*=" tl-icon-"] {
    text-transform: none;
    font-family: tl-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tl-icon-vine:after {
    content: "\e64d";
}

.tl-icon-wikipedia:after {
    content: "\e64e";
}

.tl-icon-chevron-right:after {
    content: "\e64f";
}

.tl-icon-chevron-left:after {
    content: "\e650";
}

.tl-icon-youtube-logo:after {
    content: "\e651";
}

.tl-icon-foursquare:after {
    content: "\e652";
}

.tl-icon-camera-retro:after {
    content: "\e653";
}

.tl-icon-doc:after {
    content: "\e654";
}

.tl-icon-weibo:after {
    content: "\e655";
}

.tl-icon-resize-horizontal:after {
    content: "\e656";
}

.tl-icon-resize-vertical:after {
    content: "\e657";
}

.tl-icon-resize-full:after {
    content: "\e658";
}

.tl-icon-resize-small:after {
    content: "\e659";
}

.tl-icon-twitter:after {
    content: "\e62b";
}

.tl-icon-google-plus:after {
    content: "\e62c";
}

.tl-icon-video:after {
    content: "\e62d";
}

.tl-icon-youtube:after {
    content: "\e62d";
}

.tl-icon-plaintext:after {
    content: "\e62e";
}

.tl-icon-storify:after {
    content: "\e62e";
}

.tl-icon-image-v2:after {
    content: "\e62f";
}

.tl-icon-quote-v2:after {
    content: "\e630";
}

.tl-icon-zoom-in:after {
    content: "\e631";
}

.tl-icon-zoom-out:after {
    content: "\e632";
}

.tl-icon-list:after {
    content: "\e633";
}

.tl-icon-music:after {
    content: "\e634";
}

.tl-icon-spotify:after {
    content: "\e634";
}

.tl-icon-location:after {
    content: "\e635";
}

.tl-icon-googlemaps:after {
    content: "\e635";
}

.tl-icon-web:after {
    content: "\e636";
}

.tl-icon-share-v2:after {
    content: "\e637";
}

.tl-icon-soundcloud:after {
    content: "\e639";
}

.tl-icon-video-v2:after {
    content: "\e63a";
}

.tl-icon-dailymotion:after {
    content: "\e63a";
}

.tl-icon-tumblr:after {
    content: "\e63b";
}

.tl-icon-lastfm:after {
    content: "\e63c";
}

.tl-icon-github:after {
    content: "\e63d";
}

.tl-icon-goback:after {
    content: "\e63e";
}

.tl-icon-doc-v2:after {
    content: "\e63f";
}

.tl-icon-googledrive:after {
    content: "\e640";
}

.tl-icon-facebook:after {
    content: "\e641";
}

.tl-icon-flickr:after {
    content: "\e642";
}

.tl-icon-dribbble:after {
    content: "\e643";
}

.tl-icon-image:after {
    content: "\e605";
}

.tl-icon-vimeo:after {
    content: "\e606";
}

.tl-icon-instagram:after {
    content: "\e644";
}

.tl-icon-pinterest:after {
    content: "\e645";
}

.tl-icon-arrow-left:after {
    content: "\e646";
}

.tl-icon-arrow-down:after {
    content: "\e647";
}

.tl-icon-arrow-up:after {
    content: "\e648";
}

.tl-icon-arrow-right:after {
    content: "\e649";
}

.tl-icon-share:after {
    content: "\e64a";
}

.tl-icon-blockquote:after {
    content: "\e64b";
}

.tl-icon-evernote:after {
    content: "\e64c";
}

.tl-icon-mappin:after {
    content: "\e600";
}

.tl-icon-swipe-right:after {
    content: "\e601";
}

.tl-icon-swipe-left:after {
    content: "\e602";
}

.tl-icon-touch-spread:after {
    content: "\e603";
}

.tl-icon-touch-pinch:after {
    content: "\e604";
}

.tl-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tl-menubar {
    z-index: 11;
    position: absolute;
    top: 100%;
    left: 50%;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: #333;
}

@keyframes invertToBlack {    
    from {
        background-color: #fff;
    }

    to {
        background-color: #000;
    }
}

@-webkit-keyframes invertToBlack {    
    from {
        background: #fff;
    }

    to {
        background: #000;
    }
}

@keyframes invertToWhite {    
    from {
        background-color: #000;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes invertToWhite {    
    from {
        background: #000;
    }

    to {
        background: #fff;
    }
}

.tl-menubar-button {
	/* bouton zoom dézoom,... */
    display: inline-block;
    display: block;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 18px;
    color: white;
    background-color: black;
    cursor: pointer;
}

.tl-menubar-button.tl-menubar-button-inactive {
    opacity: .33;
}

.tl-menubar-button:hover {
    color: #fff;
    background: #333;
}

.tl-menubar-button:hover.tl-menubar-button-inactive {
	
    color: #bfbfbf;
    background-color: rgba(242,242,242,.9);
}

.tl-mobile .tl-menubar-button {
    display: block;
}

.tl-mobile .tl-menubar-button:hover {
    color: #737373;
    background-color: rgba(242,242,242,.67);
}

.tl-mobile .tl-menubar-button:active {
    color: #fff;
    background: #c34528;
}

@keyframes invertToBlack {    
    from {
        background-color: #fff;
    }

    to {
        background-color: #000;
    }
}

@-webkit-keyframes invertToBlack {    
    from {
        background: #fff;
    }

    to {
        background: #000;
    }
}

@keyframes invertToWhite {    
    from {
        background-color: #000;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes invertToWhite {    
    from {
        background: #000;
    }

    to {
        background: #fff;
    }
}

.tl-message,.tl-message-full {
    display: table;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.tl-message .tl-message-container,.tl-message-full .tl-message-container {
    display: table-cell;
    margin: 20px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.tl-message .tl-message-container .tl-message-content,.tl-message-full .tl-message-container .tl-message-content {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    color: #666;
}

.tl-message .tl-message-container .tl-message-content strong,.tl-message-full .tl-message-container .tl-message-content strong {
    text-transform: uppercase;
}

.tl-message .tl-message-container .tl-loading-icon,.tl-message-full .tl-message-container .tl-loading-icon {
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #666;
    -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,.1);
    box-shadow: inset 0 1px 2px rgba(255,255,255,.1);
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {    
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {    
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tl-message-full {
    background-color: rgba(255,255,255,.8);
}

.tl-message-full [class^=tl-icon-],.tl-message-full [class*=" tl-icon-"] {
    font-size: 72px;
    color: #666;
}

.tl-message-full .tl-message-container .tl-message-content {
    text-shadow: none;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
}

.tl-message-full .tl-message-container .tl-message-content .tl-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.tl-timenav {

	/* ligne de la timeline */
    position: relative;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    background-color: #f2f2f2;
		
}

.tl-timenav .tl-attribution {
/* lien vers timeline js */
    z-index: 9;
    position: absolute;
    bottom: 2px;
    left: 0;
    padding: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 10px;
    line-height: 10px;
    background-color: rgba(255,255,255,.85);
    cursor: pointer;

}

.tl-timenav .tl-attribution a {
    color: #ccc;
}

.tl-timenav .tl-attribution a:hover {
    text-decoration: none;
    color: #000;
}

.tl-timenav .tl-attribution a:hover .tl-knightlab-logo {
    background-color: #c34528;
}

.tl-timenav .tl-attribution .tl-knightlab-logo {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    vertical-align: middle;
    background-color: #c34528;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tl-timenav .tl-timenav-line {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}

.tl-timenav .tl-timenav-line:before,.tl-timenav .tl-timenav-line:after {
    position: absolute;
    left: -14px;
    text-transform: none;
    font: normal normal 400 32px 32px tl-icons;
    line-height: 1;
    color: #c34528;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tl-timenav .tl-timenav-line:before {
    top: -10px;
}

.tl-timenav .tl-timenav-line:after {
    content: "\e648";
    bottom: 24px;
}

.tl-timenav .tl-timenav-slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.tl-timenav .tl-timenav-slider.tl-timenav-slider-animate {
    -webkit-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timenav .tl-timenav-slider .tl-timenav-slider-background {
    z-index: 6;
    position: absolute;
    width: 100%;
    height: 100%;

    cursor: move;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask {
    position: absolute;
    top: 0;
    height: 100%;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container {
    position: absolute;
    height: 100%;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container .tl-timenav-item-container {
    position: absolute;
    height: 100%;
	
}

.tl-timemarker {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timemarker.tl-timemarker-fast {
    -webkit-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -moz-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -o-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timemarker.tl-timemarker-fast .tl-timemarker-content-container {
    -webkit-transition: width 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1);
    -moz-transition: width 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1);
    -o-transition: width 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1);
    transition: width 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1);
}

.tl-timemarker.tl-timemarker-fast .tl-timemarker-timespan {
    -webkit-transition: height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -moz-transition: height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -o-transition: height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    transition: height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
}

.tl-timemarker .tl-timemarker-timespan {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(229,229,229,.15);
    -webkit-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    pointer-events: none;
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timemarker .tl-timemarker-timespan .tl-timemarker-timespan-content {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e5e5e5;
}

.tl-timemarker .tl-timemarker-line-right {
    display: none;
    right: 0;
}

.tl-timemarker .tl-timemarker-line-left {
    left: 0;
    width: 1px;
}

.tl-timemarker .tl-timemarker-line-left,.tl-timemarker .tl-timemarker-line-right {
    content: " ";
    z-index: 5;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-top: 7px;
    border-left: 1px solid #d9d9d9;
    box-shadow: 1px 1px 1px #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.tl-timemarker .tl-timemarker-line-left:after,.tl-timemarker .tl-timemarker-line-right:after {
    content: " ";
    display: block;
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #919191;
}

.tl-timemarker .tl-timemarker-content-container {
    z-index: 6;
    position: absolute;
    box-sizing: border-box;
    width: 200px; /* largeur des markers */
    height: 100%;
    border: 0;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    background-color: black;
    box-shadow: 1px 1px 1px #fff;
    -webkit-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timemarker .tl-timemarker-content-container:hover {
    z-index: 9;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content {
    z-index: 8;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 5px;
    overflow: hidden;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text {
    position: relative;
    overflow: hidden;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
    display: -webkit-box;
    position: relative;
    height: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px; /* taille du texte des timemarker */
    font-weight: 400;
    line-height: 12px;
    color: white; /*couleur du texte des timemarker */
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    height: 100%;
    margin-right: 5px;
    max-height: 24px;
    max-width: 24px;
    overflow: hidden;
    text-align: right;
    background: -moz-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(229,229,229,0) ), color-stop(50%,#e5e5e5) );
    background: -webkit-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -o-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -ms-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: linear-gradient(to bottom,rgba(229,229,229,0) 0,#e5e5e5 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0) }.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container{float:left;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
    max-height: 100%;
    max-width: 24px;
    opacity: .25;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-],.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
    display: block;
    margin-top: 0;
    font-size: 24px;
    color: #bfbfbf;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-icon-wikipedia {
    font-size: 16px;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class^=tl-icon-],
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class*=" tl-icon-"] {
    font-size: 12px;
}

.tl-timemarker:hover .tl-timemarker-timespan {
    /* ? */
	background-color: rgba(191,191,191,.15);
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-timespan-content {
    background-color: #bfbfbf;
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left,.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right {
    border-color: #a6a6a6;
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left:after,.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right:after {
    background-color: #3d3d3d;
}

.tl-timemarker:hover .tl-timemarker-content-container {
    border-color: #a6a6a6;	/* couleur de la bordure du marker lors du survol */
    background-color: #0186ba; /* couleur de fond du marker lors du survol  */
    -webkit-transition: height 250ms cubic-bezier(.77,0,.175,1), width 250ms cubic-bezier(.77,0,.175,1);
    -moz-transition: height 250ms cubic-bezier(.77,0,.175,1), width 250ms cubic-bezier(.77,0,.175,1);
    -o-transition: height 250ms cubic-bezier(.77,0,.175,1), width 250ms cubic-bezier(.77,0,.175,1);
    transition: height 250ms cubic-bezier(.77,0,.175,1), width 250ms cubic-bezier(.77,0,.175,1);
}

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-content-container-small {
    width: 200px;
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
    color: #fff;
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    z-index: 8;
    background: -moz-linear-gradient(top,rgba(191,191,191,0) 0,#bfbfbf 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(191,191,191,0) ), color-stop(80%,#bfbfbf) );
    background: -webkit-linear-gradient(top,rgba(191,191,191,0) 0,#bfbfbf 80%);
    background: -o-linear-gradient(top,rgba(191,191,191,0) 0,#bfbfbf 80%);
    background: -ms-linear-gradient(top,rgba(191,191,191,0) 0,#bfbfbf 80%);
    background: linear-gradient(to bottom,rgba(191,191,191,0) 0,#bfbfbf 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0) ), color-stop(80%,#fff) );
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0) }
.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media{opacity:1}.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-],.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"]	{
	color:#fff}
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after{
	background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0) }
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left,.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right{
	border-color:#000}
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left:after,.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right:after{
	background-color:#000}
.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan{
	background-color:rgba(255,255,255,.5);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-timespan-content {
    background-color: #333;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left,.tl-timemarker.tl-timemarker-active .tl-timemarker-line-right {
    z-index: 8;
    border-color: rgba(51,51,51,.5);
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(145,145,145,.5);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after,.tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after {
    background-color: #333;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
    z-index: 9;
    border-color: rgba(51,51,51,.5);
    color: #333;
    background-color: #0186ba; /* couleur de fond du marker selectionné */
    box-shadow: 1px 1px 3px rgba(145,145,145,.5);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
    color: #333;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    content: " ";
    z-index: 6;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0) ), color-stop(80%,#fff) );
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 80%);
    background-color: rgba(115,115,115,.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0) }.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media{opacity:1}.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-],.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"]{color:#333}.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-timespan-content{display:block}.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-left,.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-right{z-index:5}.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan:after{display:block;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-content-container.tl-timemarker-content-container-long {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-right {
    display: block;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-left {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end:hover .tl-timemarker-timespan:after {
    background-color: rgba(0,0,0,.25);
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-timespan:after {
    background-color: rgba(51,51,51,.5);
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left,.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right {
    border-width: 1px;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left:after,.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right:after {
    background-color: #333!important;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active:hover .tl-timemarker-timespan:after {
    background-color: rgba(51,51,51,.5);
}

.tl-timeera {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    height: 40px;
    -webkit-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    pointer-events: none;
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timeera.tl-timeera-fast {
    -webkit-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -moz-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -o-transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    transition: top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 500ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timeera .tl-timeera-background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #28a6c3;
}

.tl-timeera.tl-timeera-color0 .tl-timeera-background {
    background-color: #c34528;
}

.tl-timeera.tl-timeera-color1 .tl-timeera-background {
    background-color: #28a6c3;
}

.tl-timeera.tl-timeera-color2 .tl-timeera-background {
    background-color: #2832c3;
}

.tl-timeera.tl-timeera-color3 .tl-timeera-background {
    background-color: #28c36c;
}

.tl-timeera.tl-timeera-color4 .tl-timeera-background {
    background-color: #286dc3;
}

.tl-timeera.tl-timeera-color5 .tl-timeera-background {
    background-color: #28c3a7;
}

.tl-timeera .tl-timeera-content-container {
    position: absolute;
    box-sizing: border-box;
    width: 100px;
    height: 100%;
    border: 0;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    -webkit-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 5px;
    overflow: hidden;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
    display: -webkit-box;
    position: absolute;
    bottom: 0;
    margin: 0;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #fff;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline.tl-headline-fadeout:after {
    content: "";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 50%;
    text-align: right;
    background: -moz-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(229,229,229,0) ), color-stop(50%,#e5e5e5) );
    background: -webkit-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -o-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: -ms-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background: linear-gradient(to bottom,rgba(229,229,229,0) 0,#e5e5e5 50%);
    background-color: #f2f2f2;
    -webkit-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    transition: left 1000ms cubic-bezier(.77,0,.175,1), top 500ms cubic-bezier(.77,0,.175,1), height 500ms cubic-bezier(.77,0,.175,1), width 1000ms cubic-bezier(.77,0,.175,1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0) }.tl-timegroup{width:100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timegroup .tl-timegroup-message {
    margin-left: 80px;
    text-shadow: #fff 0 2px 2px;
    color: black;
}

.tl-timegroup.tl-timegroup-alternate {
    background-color: #fafafa;
}

.tl-timegroup.tl-timegroup-hidden {
    display: none;
}

.tl-timeaxis-background {
	/* barre d echelle de la background timeline */
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
    border-top: 1px solid #e5e5e5;
    background-color: black;
}

.tl-timeaxis {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
}

.tl-timeaxis .tl-timeaxis-content-container {
    position: relative;
    bottom: 0;
    height: 39px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor {
    position: absolute;
    opacity: 0;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 400;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick .tl-timeaxis-tick-text,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
    content: "|";
    display: block;
    width: 1px;
    border-left: 1px solid #bfbfbf;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate .tl-timeaxis-tick,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate .tl-timeaxis-tick {
    -webkit-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate-opacity .tl-timeaxis-tick,.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate-opacity .tl-timeaxis-tick {
    -webkit-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major {
    z-index: 1;
    background-color: #fff;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
    width: 100px;
    margin-left: -50px;
    font-size: 12px;
    line-height: 14px;
    color: #737373;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
    margin-bottom: 2px;
    margin-left: 50px;
    border-color: #a6a6a6;
    font-size: 18px;
    line-height: 18px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
    width: 50px;
    margin-left: -25px;
    font-size: 11px;
    line-height: 13px;
    color: #bfbfbf;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
    padding: right;
    padding-left: 2px;
    white-space: normal;
    opacity: 0;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text span {
    display: block;
    margin-top: -2px;
    font-size: 9px;
    line-height: 9px;
    color: #e6e6e6;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
    margin-left: 25px;
    font-size: 9px;
    line-height: 9px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden .tl-timeaxis-tick-text {
    opacity: 0!important;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden:before {
    opacity: .33;
}

.tlanimate {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.tl-animate {
    -webkit-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: all 1000ms cubic-bezier(.77,0,.175,1);
    transition: all 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-animate-opacity {
    -webkit-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -moz-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -o-transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    transition: opacity 1000ms cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.tl-slide {
	/* Each complete set of slide items. May appear in conjunction with .tl-slide-titleslide (for title slides) or .tl-slide-media-only (slides without text). */
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.tl-slide .tl-slide-background {
    display: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .5;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -o-background-size: cover;
}

.tl-slide .tl-slide-scrollable-container {
    display: table;
    z-index: 1;
    height: 100%;
    table-layout: fixed;
}

.tl-slide .tl-slide-content-container {
    display: table-cell;
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tl-slide .tl-slide-content-container .tl-slide-content {
    display: table;
    position: relative;
    padding-right: 100px;
    padding-left: 100px;
    max-width: 100%;
    vertical-align: middle;
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
    float: left;
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 50%;
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text { 
    display: table-cell;
    width: 50%;
    padding: 0 20px;
    max-width: 50%;
    min-width: 120px;
    text-align: left;
    vertical-align: middle;
}

.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
    text-align: center;
}

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
    /* container de la diapo */
	float: none;
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    min-width: 50%;
    text-align: center;
}

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-text {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}

.tl-slide-text-only .tl-slide-content-container .tl-slide-content {
    text-align: center;
}

.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
}

.tl-slide.tl-full-image-background,.tl-slide.tl-full-color-background {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background p,.tl-slide.tl-full-color-background p,.tl-slide.tl-full-image-background h1,.tl-slide.tl-full-color-background h1,.tl-slide.tl-full-image-background h2,.tl-slide.tl-full-color-background h2,.tl-slide.tl-full-image-background h3,.tl-slide.tl-full-color-background h3,.tl-slide.tl-full-image-background h4,.tl-slide.tl-full-color-background h4,.tl-slide.tl-full-image-background h5,.tl-slide.tl-full-color-background h5,.tl-slide.tl-full-image-background h6,.tl-slide.tl-full-color-background h6 {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background a,.tl-slide.tl-full-color-background a,.tl-slide.tl-full-image-background a:hover,.tl-slide.tl-full-color-background a:hover,.tl-slide.tl-full-image-background b,.tl-slide.tl-full-color-background b,.tl-slide.tl-full-image-background i,.tl-slide.tl-full-color-background i,.tl-slide.tl-full-image-background blockquote,.tl-slide.tl-full-color-background blockquote,.tl-slide.tl-full-image-background blockquote p,.tl-slide.tl-full-color-background blockquote p {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
    color: #fff;
}

.tl-slide.tl-full-image-background .tl-caption,.tl-slide.tl-full-color-background .tl-caption,.tl-slide.tl-full-image-background .tl-credit,.tl-slide.tl-full-color-background .tl-credit {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote,.tl-slide.tl-full-color-background .tl-media-twitter blockquote,.tl-slide.tl-full-image-background .tl-media-blockquote blockquote,.tl-slide.tl-full-color-background .tl-media-blockquote blockquote {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote p,.tl-slide.tl-full-color-background .tl-media-twitter blockquote p,.tl-slide.tl-full-image-background .tl-media-blockquote blockquote p,.tl-slide.tl-full-color-background .tl-media-blockquote blockquote p {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background .vcard a,.tl-slide.tl-full-color-background .vcard a,.tl-slide.tl-full-image-background .vcard .nickname,.tl-slide.tl-full-color-background .vcard .nickname {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background {
    text-shadow: 1px 1px 2px #000;
    background: no-repeat center center;
    background-position: center 25%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tl-slide.tl-full-image-background p,.tl-slide.tl-full-image-background h1,.tl-slide.tl-full-image-background h2,.tl-slide.tl-full-image-background h3,.tl-slide.tl-full-image-background h4,.tl-slide.tl-full-image-background h5,.tl-slide.tl-full-image-background h6 {
    text-shadow: 1px 1px 2px #000;
}

.tl-slide.tl-full-image-background .tl-caption,.tl-slide.tl-full-image-background .tl-credit {
    text-shadow: 1px 1px 2px #000;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote,.tl-slide.tl-full-image-background .tl-media-blockquote blockquote {
    text-shadow: 1px 1px 2px #000!important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote p,.tl-slide.tl-full-image-background .tl-media-blockquote blockquote p {
    text-shadow: 1px 1px 2px #000!important;
}

.tl-slide.tl-text-background .tl-text .tl-text-content-container {
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #000 transparent;
    background: rgba(0,0,0,.6);
}

.tl-slide.tl-text-background .tl-text .tl-text-content-container h2 {
    margin-top: 5px;
}

.tl-skinny .tl-slide {
    display: block;
    padding-top: 10px;
}

.tl-skinny .tl-slide .tl-slide-content-container {
    display: block;
    display: -webkit-flex;
    display: flex;
    position: static;
    align-items: center;
    height: auto;
    height: 100%;
    -webkit-align-items: center;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content {
    display: block;
    display: -webkit-flex;
    display: flex;
    position: static;
    flex-direction: column-reverse;
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-flex-direction: column-reverse;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
    display: block;
    float: none;
    position: static;
    width: 100%;
    height: auto;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
    display: block;
    float: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    max-width: 100%;
    min-width: 0;
    vertical-align: initial;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.tl-skinny .tl-slide.tl-slide.tl-full-color-background .tl-slide-content-container .tl-slide-content .tl-media,.tl-skinny .tl-slide.tl-full-image-background .tl-slide-content-container .tl-slide-content .tl-media {
    border-color: rgba(230,230,230,.25);
}

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
    padding-top: 0;
    border-top: none;
}

.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media img,.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media embed,.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media object,.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media video,.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media iframe {
    max-height: 175px;
}

.tl-slidenav-previous,.tl-slidenav-next {
    z-index: 10;
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.tl-slidenav-previous .tl-slidenav-content-container,.tl-slidenav-next .tl-slidenav-content-container {
/* couleur des liens sur les slides : il faut rajouter un background color */   
   position: absolute;
    width: 200px;
    height: 100px;
}

.tl-slidenav-previous .tl-slidenav-title,.tl-slidenav-next .tl-slidenav-title,.tl-slidenav-previous .tl-slidenav-description,.tl-slidenav-next .tl-slidenav-description {
    width: 120px;
    text-overflow: ellipsis;
    opacity: 1; /* opacité couleur des liens vers les autres slides */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    filter: alpha(opacity=100);
    -khtml-opacity: .15;
    -moz-opacity: .15;
}

.tl-slidenav-previous .tl-slidenav-title small,.tl-slidenav-next .tl-slidenav-title small,.tl-slidenav-previous .tl-slidenav-description small,.tl-slidenav-next .tl-slidenav-description small {
    display: block;
}

.tl-slidenav-previous .tl-slidenav-title,.tl-slidenav-next .tl-slidenav-title {
    margin-top: 10px;
    font-size: 11px;
    line-height: 11px;
}

.tl-slidenav-previous .tl-slidenav-description,.tl-slidenav-next .tl-slidenav-description {
    margin-top: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.tl-slidenav-previous .tl-slidenav-description small,.tl-slidenav-next .tl-slidenav-description small {
    display: none;
}

.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon,.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title,.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description,.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
    text-shadow: 1px 1px 1px #fff;
    color: #333;
}

.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description,.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description {
    text-shadow: 1px 1px 1px #333;
    color: black; /* couleur de texte des slidesnav */
}

.tl-slidenav-next .tl-slidenav-icon,.tl-slidenav-previous .tl-slidenav-icon {
    margin-bottom: 5px;
    text-transform: none;
    font: normal normal 400 32px 1 tl-icons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tl-slidenav-next {
    right: 130px; /* dimension de la slide nav next */
    margin-right: 10px;
    text-align: left; /* disposition du texte de la slidenext */
	
}

.tl-slidenav-next .tl-slidenav-title,.tl-slidenav-next .tl-slidenav-description {
    margin-left: 20px;
}

.tl-slidenav-next .tl-slidenav-icon {
    margin-left: 76px;
}

.tl-slidenav-next .tl-slidenav-icon:before {
    content: "\e64f";
}

.tl-slidenav-previous {
    margin-left: 10px;
    text-align: left;
}

.tl-slidenav-previous .tl-slidenav-icon {
    margin-left: 0;
}

.tl-slidenav-previous .tl-slidenav-icon:before {
    content: "\e650";
}

.tl-slidenav-previous:hover .tl-slidenav-title,.tl-slidenav-next:hover .tl-slidenav-title {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-slidenav-previous:hover .tl-slidenav-description,.tl-slidenav-next:hover .tl-slidenav-description {
    opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
}

.tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 80px;
}

.tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: -4px;
}

.tl-skinny .tl-slidenav-next {
    right: 32px;
}

.tl-skinny .tl-slidenav-next .tl-slidenav-icon {
    margin-left: 8px;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-content-container,.tl-skinny .tl-slidenav-next .tl-slidenav-content-container {
    width: 32px;
    height: 32px;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-title,.tl-skinny .tl-slidenav-next .tl-slidenav-title,.tl-skinny .tl-slidenav-previous .tl-slidenav-description,.tl-skinny .tl-slidenav-next .tl-slidenav-description {
    display: none;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-icon,.tl-skinny .tl-slidenav-next .tl-slidenav-icon {
    opacity: .33;
    filter: alpha(opacity=33);
    -khtml-opacity: .33;
    -moz-opacity: .33;
}

.tl-skinny .tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 12px;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-skinny .tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: -4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover {
    right: 70px;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 8px;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
    margin-left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: 80px;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
    margin-left: -4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
    opacity: .33;
    filter: alpha(opacity=33);
    -khtml-opacity: .33;
    -moz-opacity: .33;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
    opacity: .33;
    filter: alpha(opacity=33);
    -khtml-opacity: .33;
    -moz-opacity: .33;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.tl-mobile .tl-slidenav-previous,.tl-skinny.tl-mobile .tl-slidenav-previous,.tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-previous,.tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-previous,.tl-mobile .tl-slidenav-next,.tl-skinny.tl-mobile .tl-slidenav-next,.tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-next,.tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-next {
    display: none;
}

.tl-storyslider {
    z-index: 8;
    position: relative;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tl-storyslider img,.tl-storyslider embed,.tl-storyslider object,.tl-storyslider video,.tl-storyslider iframe {
    position: relative;
    max-width: 100%;
}

.tl-storyslider .tl-slider-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tl-storyslider .tl-slider-touch-mask {
    z-index: 25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tl-storyslider .tl-slider-container-mask {
	/* A wrapper around the slides. Background colors or images can be set here. */
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
	/*background:white;*/
    text-align: center;
}

.tl-storyslider .tl-slider-container-mask .tl-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.tl-storyslider .tl-slider-container-mask .tl-slider-container .tl-slider-item-container {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tl-media {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 50%;
}

.tl-media .tl-media-content-container.tl-media-content-container-text {
	/* Contains the media, its credit, and its caption. */
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}

.tl-media .tl-media-content-container .tl-media-content {
	/* tl-media-content */
    position: relative;
    *zoom: 1;
}

.tl-media .tl-media-content-container .tl-media-content:before,.tl-media .tl-media-content-container .tl-media-content:after {
    content: "";
    display: table;
}

.tl-media .tl-media-content-container .tl-media-content:after {
    clear: both;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p {
    text-align: center;
    color: #f2f2f2;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p span {
    color: #f2f2f2;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class^=tl-icon-],.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class*=" tl-icon-"] {
    text-align: center;
    font-size: 28px;
    color: #f2f2f2;
}

.tl-media .tl-media-content-container .tl-media-content img,.tl-media .tl-media-content-container .tl-media-content embed,.tl-media .tl-media-content-container .tl-media-content object,.tl-media .tl-media-content-container .tl-media-content video {
    max-height: 100%;
    max-width: 100%;
}

.tl-slide-media-only .tl-media .tl-media-content-container.tl-media-content-container-text {
    padding-right: 0;
    border-right: none;
}

.tl-media-shadow {
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 12px 10px -10px rgba(0,0,0,.6);
    -moz-box-shadow: 0 12px 10px -10px rgba(0,0,0,.6);
    box-shadow: 0 12px 10px -10px rgba(0,0,0,.6);
}

.vcard {
    margin-top: 10px;
    margin-bottom: 15px;
    *zoom: 1;
}

.vcard:before,.vcard:after {
    content: "";
    display: table;
}

.vcard:after {
    clear: both;
}

.vcard .twitter-date {
    text-align: left;
    font-size: 11px;
}

.vcard .author {
    float: right;
}

.vcard a {
    text-decoration: none;
    color: #333;
}

.vcard a:hover {
    text-decoration: none;
}

.vcard a:hover .fn,.vcard a:hover .nickname {
    color: #c34528;
}

.vcard .fn,.vcard .nickname {
    padding-left: 42px;
}

.vcard .fn {
    display: block;
    font-weight: 700;
}

.vcard .nickname {
    display: block;
    margin-top: 1px;
    color: #666;
}

.vcard .avatar {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}

.vcard .avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tl-slide.tl-full-image-background a,.tl-slide.tl-full-color-background a,.tl-slide.tl-full-image-background .vcard a,.tl-slide.tl-full-color-background .vcard a {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
    color: #fff;
}

.tl-credit {
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    text-align: right;
    font-size: 10px;
    line-height: 13px;
    color: #999;
}

.tl-caption {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    color: #666;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}

.tl-full-image-background .tl-media-shadow:before,.tl-full-color-background .tl-media-shadow:before,.tl-full-image-background .tl-media-shadow:after,.tl-full-color-background .tl-media-shadow:after {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

.tl-skinny .tl-media {
    display: block;
    float: none;
    width: 100%;
    height: auto;
}

.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
    padding-right: 0;
    border-right: 0;
}

.tl-skinny .tl-media .tl-media-content-container .tl-credit,.tl-skinny .tl-media .tl-media-content-container .tl-caption {
    margin-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 8px;
}

.tl-skinny .tl-media .tl-media-content-container .tl-credit {
    margin-top: 0;
}

.tl-mobile.tl-skinny .tl-media {
    display: block;
    float: none;
    width: 100%;
    height: auto;
}

.tl-mobile.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
    padding-right: 0;
    border-right: 0;
}

.tl-text {
    display: table-cell;
    width: 50%;
    padding: 0 20px;
    max-width: 50%;
    min-width: 120px;
    text-align: left;
    text-shadow: none;
    vertical-align: middle;
    color: #737373;
}

.tl-text p {
    color: #737373;
}

.tl-text h2.tl-headline-title,.tl-text h2.tl-headline {
    margin-top: 0;
}

.tl-text .tl-headline-date,.tl-text h3.tl-headline-date {
	/* date de la diapo */
    margin: 0 0 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: black;
}

.tl-text .tl-headline-date small,.tl-text h3.tl-headline-date small {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #b3b3b3;
}

.tl-text .tl-text-date {
    display: inline-block;
    margin-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #b3b3b3;
}

.tl-full-image-background .tl-text,.tl-full-color-background .tl-text,.tl-full-image-background .tl-text p,.tl-full-color-background .tl-text p {
    text-shadow: 1px 1px 2px #000;
    color: #f2f2f2!important;
}

.tl-full-image-background .tl-text .tl-headline-date,.tl-full-color-background .tl-text .tl-headline-date,.tl-full-image-background .tl-text p .tl-headline-date,.tl-full-color-background .tl-text p .tl-headline-date,.tl-full-image-background .tl-text h3.tl-headline-date,.tl-full-color-background .tl-text h3.tl-headline-date,.tl-full-image-background .tl-text p h3.tl-headline-date,.tl-full-color-background .tl-text p h3.tl-headline-date {
    color: #f2f2f2!important;
}

.tl-full-image-background .tl-text .tl-headline-date small,.tl-full-color-background .tl-text .tl-headline-date small,.tl-full-image-background .tl-text p .tl-headline-date small,.tl-full-color-background .tl-text p .tl-headline-date small,.tl-full-image-background .tl-text h3.tl-headline-date small,.tl-full-color-background .tl-text h3.tl-headline-date small,.tl-full-image-background .tl-text p h3.tl-headline-date small,.tl-full-color-background .tl-text p h3.tl-headline-date small {
    color: #f2f2f2!important;
}

.tl-skinny .tl-text {
    float: none;
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    min-width: auto;
}

.tl-skinny .tl-text h2.tl-headline-title,.tl-skinny .tl-text h2.tl-headline {
    font-size: 32px;
    line-height: 36px;
}

.tl-medium .tl-text h2.tl-headline-title,.tl-medium .tl-text h2.tl-headline {
    font-size: 32px;
    line-height: 36px;
}

.tl-mobile.tl-skinny .tl-media .tl-media-image {
    max-height: 250px!important;
}

.tl-media .tl-media-twitter {
    clear: both;
    text-align: left;
}

.tl-media .tl-media-twitter blockquote {
    margin: 0;
    margin-right: 15px;
    font-size: 15px;
    line-height: 21px;
    color: #333;
}

.tl-media .tl-media-twitter blockquote p {
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

.tl-media .tl-media-twitter blockquote p:before {
    display: none;
}

.tl-media .tl-media-twitter blockquote p:after {
    display: none;
}

.tl-media .tl-media-twitter .tl-icon-twitter {
    color: #55acee;
}

.tl-media .tl-media-twitter .vcard a:hover,.tl-media .tl-media-twitter .vcard a.tl-date:hover {
    text-decoration: none;
    color: #55acee;
}

.tl-media .tl-media-twitter .vcard a:hover .fn,.tl-media .tl-media-twitter .vcard a.tl-date:hover .fn,.tl-media .tl-media-twitter .vcard a:hover .nickname,.tl-media .tl-media-twitter .vcard a.tl-date:hover .nickname {
    color: #55acee;
}

.tl-slide-media-only .tl-media .tl-media-twitter {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.tl-mobile.tl-skinny .tl-media .tl-media-twitter blockquote p {
    font-size: 15px;
    line-height: 21px;
}

.tl-skinny .tl-media .tl-media-twitter {
    margin-right: 10px;
    margin-left: 10px;
}

.tl-skinny .tl-media .tl-media-twitter blockquote p {
    font-size: 24px;
    line-height: 26px;
}

.tl-media .tl-media-blockquote {
    clear: both;
    text-align: left;
}

.tl-media .tl-media-blockquote blockquote {
    margin: 0;
    margin-right: 15px;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    color: #333;
}

.tl-media .tl-media-blockquote blockquote p {
    font-size: 28px;
    line-height: 30px;
    color: #333;
}

.tl-media .tl-media-blockquote blockquote p:before,.tl-media .tl-media-blockquote blockquote p:after {
    display: inline-block;
    font-size: 36px;
}

.tl-media .tl-media-blockquote blockquote p:before {
    content: open-quote;
    margin-right: 5px;
}

.tl-media .tl-media-blockquote blockquote p:after {
    content: close-quote;
    margin-left: 3px;
}

.tl-media .tl-media-blockquote blockquote cite {
    margin-top: 15px;
    text-align: right;
    font-size: 15px;
    line-height: 21px;
    color: #999;
}

.tl-slide-media-only .tl-media .tl-media-blockquote {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-right: 0;
}

@media only screen and (max-width:800px) ,only screen and (max-device-width:800px) {
    .tl-media .tl-media-blockquote blockquote p {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (max-width:500px) ,only screen and (max-device-width:500px) {
    .tl-media .tl-media-blockquote blockquote p {
        font-size: 15px;
        line-height: 21px;
    }
}

.tl-mobile.tl-skinny .tl-media .tl-media-instagram {
    max-height: 250px!important;
}

.tl-media .tl-media-profile {
    border-radius: 50%;
}

.tl-media .tl-media-iframe {
    width: 100%;
    height: 100%;
}

.tl-media .tl-media-iframe iframe {
	/* dimension de l iframe */
    width: 90%;
    height: 100%;
	margin-left: 50 px;
	
}

.tl-media .tl-media-wikipedia {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.tl-media .tl-media-wikipedia .tl-icon-wikipedia {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
    font-size: 32px;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-pageimage {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-title {
    margin-bottom: 10px;
    margin-left: 60px;
    padding-left: 10px;
    border-left: 1px solid #e6e6e6;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-source {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-style: italic;
    line-height: 15px;
    color: rgba(0,0,0,.5);
}

.tl-media .tl-media-wikipedia h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.tl-media .tl-media-wikipedia h4 a {
    text-decoration: none;
    color: #000;
}

.tl-media .tl-media-wikipedia h4 a:hover {
    text-decoration: underline;
}

.tl-media .tl-media-wikipedia p {
    font-size: 13px;
    line-height: 19px;
}

.tl-slide-media-only .tl-media .tl-media-wikipedia {
    width: 80%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    border-right: 0;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia,.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia {
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #000 transparent;
    background: rgba(0,0,0,.6);
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia h4 a,.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia h4 a {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-title,.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-title {
    border-color: rgba(230,230,230,.25);
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-source,.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-source {
    color: rgba(230,230,230,.85);
}

.tl-mobile.tl-skinny .tl-media .tl-media-wikipedia,.tl-skinny .tl-media .tl-media-wikipedia {
    margin-right: 10px;
    margin-left: 10px;
}

.tl-media .tl-media-website {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.tl-media .tl-media-website .tl-media-website-description {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
    line-height: 19px;
}

.tl-media .tl-media-website h4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.tl-media .tl-media-website h4 a {
    text-decoration: none;
    color: #000;
}

.tl-media .tl-media-website h4 a:hover {
    text-decoration: underline;
}

.tl-media .tl-media-website p {
    font-size: 13px;
    line-height: 19px;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img {
    float: right;
    margin: 4px 0 0 15px;
    max-height: 120px;
    max-width: 120px;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img.tl-media-website-icon {
    float: none;
    margin: 0;
    margin-right: 3px;
    max-height: 16px;
    max-width: 16px;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-website,.tl-slide.tl-full-color-background .tl-media .tl-media-website {
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #000 transparent;
    background: rgba(0,0,0,.6);
}

.tl-slide.tl-full-image-background .tl-media .tl-media-website h4 a,.tl-slide.tl-full-color-background .tl-media .tl-media-website h4 a {
    text-shadow: 1px 1px 1px #000!important;
    color: #fff!important;
}

.tl-mobile.tl-skinny .tl-media .tl-media-website {
    margin-right: 10px;
    margin-left: 10px;
}

.tl-timeline {
/* Added to the initial div containing the timeline. Contains entire element. */
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: normal;
    color: #737373;
    /*background-color: #fff; */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tl-timeline.tl-timeline-embed {
    box-sizing: border-box;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tl-timeline.tl-timeline-full-embed {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.tl-layout-portrait .tl-storyslider {
    -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
    box-shadow: 0 -3px 6px rgba(0,0,0,.2);
}