.slide img
{
    max-width: 100%;
    height: auto;
    margin: 5px 0 15px;
}
.title-history
{
    background: url("../images/maison/Maison_NotreHistoire.jpg") no-repeat bottom left transparent;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-wrapper
{
    margin: 15px 0;
}
.navigation
{
    max-width: 100%;
    z-index: 1000;
    height: 100px;
    padding: 10px;
    text-align: center;
    position: relative;
    background-color:#ffffff ;
}
.navigation a
{
    font-family: 'Novecentowide-Normal';
    color: #BBBBBB;
    font-size: 16px;
    position: relative;
    padding: 0;
    font-weight: 200;
}

:target {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}


.navigation a:active,
.navigation a.active
{
    font-family: 'Novecentowide-DemiBold';
    color: #b2a46e;
    font-size: 21px;
}
.navigation a.even
{
    padding-bottom: 22px;
    bottom: 14%;
}

.navigation a:hover {
    text-decoration: none;
}
.navigation a.odd
{
    padding-top: 20px;
    top: 65%;
}
.navigation a.even:after,
.navigation a.odd:before
{
    content: " ";
    height: 10px;
    border-left: 3px solid #BBBBBB;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    left: 50%;
    display: block;
}
.navigation a.even:after
{
    bottom: 0;
}
.navigation a.odd:before
{
    top: 0;
}
a.even.active:after,
a.odd.active:before {
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #b2a46e;
    position: absolute;
    left: 21%;
    background-color: #ffffff;
}
a.even.active:after
{
    bottom: -11px;
}
a.odd.active:before
{
    top: -11px;
}
.navigation .history-line
{
    margin: 0;
    border-width: 4px;
    border-color: #BBBBBB;
    top: 39%;
    position: absolute;
    left: 0%;
    right: 0%;
    width: 100%;
}
.fixed .navigation .history-line {

    top: 44%;
}
.slides-wrapper
{
    padding: 0 8%;
}
.history-container .slide
{
    position: relative;
    padding: 0 0 11px 0;
}
.history-container .slide.maison-slide {
    min-height: 300px;
    padding-top: 15px;
}
.history-container .slide .separ-slide
{
    border-top: 2px solid #bababa;
    margin: 0 auto;
}
.history-container .firstSlide .separ-slide
{
   display: none;
}
.history-container aside
{
    width: 35px;
    position: absolute;
    bottom: 0;
    left: -9.5%;
    top: 0;
    border-top: 1px solid #787576;
    height: inherit;
    background: url("../images/maison/line-ruler.png")repeat-y 0 0 #eee;
}
.separator
{
    width: 6%;
    border-top: 4px solid #858585;
}
.date-maison
{
    font-family: 'Novecentowide-Light';
    font-size: 34px;
    color: #b2b2b2;
    font-weight: 300;
}
.date-ruler
{
    font-family: 'Novecentowide-Normal';
    position: relative;
    right: -43px;
    top: -21px;
    font-size: 15px;
    color: #b2b2b2;
}
.slide h3
{
    color: #b2b2b2;
    font-weight: bold;
}

@media all and (max-width: 740px) {
    #historynav-sticky-wrapper
    {
        display: none;
    }
    .slides-wrapper {
        padding: 8%;
    }
    .history-container aside
    {
        display: none;
    }
    .maison-container .maison-slide p
    {
        font-size: 16px;
    }
}

.navigation__years {
    display: inline-block;
    width: auto;
    max-width: none;
    overflow: hidden;
    white-space: nowrap;
}

.navigation__years .history-line {
    width: 100%;
}

.history-container #historynav {
    overflow-x: scroll;
    margin-bottom: 50px;
    z-index: 200;
}

.history-container .sticky-wrapper {
    margin-bottom: 50px;
}

.observer-holder, .observer-holder-met {
    position: relative;
}

.observer-holder .observer {
    position: absolute;
    height: 4px;
    width: 10%;
    top: -180px;
    z-index: 9999;
    background: transparent;
}

.observer-holder-met {
    padding: 40px 0;
}

.observer-holder-met .observer {
    position: absolute;
    height: 4px;
    width: 10%;
    top: -180px;
    z-index: 9999;
    background: transparent;
}