section {
    padding: 100px 0;
}

html, body {
    overflow-x: hidden;
}


h1 {
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.timeline .play{
    background-color: #212529!important;
}
.timeline {
    position: relative;
}
.subcategory .music-player{
    position: relative!important;
    box-shadow: none!important;
    background: #023e7e!important;
}
.subcategory .cover img{
    width: 100%;
}
.timeline::before {
    content: '';
    background: #e9ecef;
    width: 5px;
    height: 99%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 100px;
}
.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #e9ecef  transparent transparent;
}
.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #e9ecef ;
}
.timeline video{
    height: 300px;
    background-color: #023e7e;
    object-fit: cover;
}


.timeline-img {
    width: 30px;
    height: 30px;
    background: #023e7e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-card {
    padding: 0 !important;
}
.timeline-card p {
    padding: 0 20px 1rem;
    margin-top: 1.5rem;
}

.slider-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-item .timeline-img-header {
    background-size: cover;
}

.timeline-img-header {
    height: 300px;
    position: relative;

}
span.page-link {
    font-size: initial!important;
}
.timeline blockquote{
    font-family: 'BioRhyme', serif!important;
    font-size: initial!important;
    color: gray;
}
.timeline-bg{
    background-color: #023e7e!important;
    background-size: cover!important;
}
.timeline .carousel-control-prev,
.timeline .carousel-control-next{
    background-color: #023e7e;
}
.timeline{
    margin-bottom: 3rem;
}
.pagination {
    margin: 0 auto ;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #023e7e!important;
    border-color: #023e7e!important;

}
.page-item.active, .page-link{
    font-family: 'BioRhyme', serif!important;
}

.page-link:hover {
    z-index: 2;
    color: #023e7e;
    text-decoration: none;
    background-color: #e9ecef!important;
    border-color: #dee2e6;
}
.timeline h2 {
    color: #FFFFFF;
    width: 100%;
    background-color: #212529;
    font-size: 1.5rem!important;
    font-family: font70614 !important;
    font-weight: 600;
    padding: 0.7rem;
    text-align: center;
    margin: 0;
}

.link p{
    text-align: center;
    background-color: #023e7e;
    padding: 1rem;
    margin: 0;
    color: white;
    transition: 300ms;
    text-transform: uppercase;
}
.link:hover{
    text-decoration: none;
}
.link:hover p{
    transition: 300ms;
    opacity: 0.8;
}


.timeline blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px;
}

.timeline .date {
    background: #212529;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.5rem!important;
    font-family: font70614 !important;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}


@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }
    .timeline .timeline-img {
        left: 50px;
    }
    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }
    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

/* media player*/
.music-player {
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    margin: auto;
    top: 0;
    border-radius: 0 0 10px 10px;
    background: transparent linear-gradient(to bottom,rgba(10,11,31,0.9) 50%,rgb(10,11,31) 70%) repeat scroll 0 0;
    box-shadow: 1px 10px 20px 5px #222;
    bottom: 0;
    left: 0;
    right: 0;
}

.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.cover img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    text-align: center;
}
audio{
    max-width: 100%;
    text-align: center;
    min-width: 70px;
}
.title {
    float: left;
    width: 100%;
}
.lecteur {
    width: 100%;
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
    text-align: center;
}


.carousel-indicators{
    bottom: auto;
}
.mejs__button>button:focus {
    outline: 0px dotted #999;
}
.title{
    color: white;
}

@media (max-width: 700px) {
    .timeline h2{
        font-size: 1rem!important;
    }
}

