:root {
    --color-primary: #bb8f80;
    --color-bgCream: #fff8f2;
    --color-primaryDark: #A38F86;
    --color-gsGrey: #EDEAE3;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
/*.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}*/
/*.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}*/
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/



/* EDITS */

span.date {
  font-size:18px !important;
  line-height:12px !important
}
.meta-date span.date {
    margin-top: 15px;
    line-height: 14px !important;
}
.timeline-article .meta-date {
    width: 72px;
    height: 72px;
  background: var(--color-primary);
  margin-left:-37px
}
#conference-timeline .timeline-start, #conference-timeline .timeline-end {
    background: var(--color-primary);
    max-width: 260px;
}
.timeline-article p {
    margin: 0;
}
#conference-timeline .conference-center-line {
    background: var(--color-primary);
}
#main {
    background: #e6e6e6;
}
img {
  max-width:100%;
  height:auto
}
a.activites-link {
  color:#fff;
  text-decoration:none;
}
a.activites-link:hover {
  color:#fff;
  text-decoration:underline;
}

/*custom css*/
.timeline-article .content-right.img-div, .timeline-article .content-left.img-div {
    padding: 0;
    height:360px;
}

    .timeline-article .content-right.img-div img, .timeline-article .content-left.img-div img{
        height:100%;
        object-fit:cover;
    }

    .timeline-article .content-left-container, .timeline-article .content-right-container {
        max-width: 46%;
    }

.timeline-article .content-left, .timeline-article .content-right {
    background-color: var(--color-gsGrey);
    border: 0;
/*    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);*/
    min-height:360px;
    position:relative;
}

    /*.timeline-article .content-left::after, .timeline-article .content-right::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);*/
        /*left: 100%;*/
        /*height: 0;
        width: 0;
        border: 30px solid transparent;
        border-right: 30px solid var(--color-gsGrey);
    }*/

    /*.timeline-article .content-right::after {
        right: 100%;
    }*/

        .timeline-article .content-left.img-div::after {
            display: none;
        }

    .timeline-article .content-left::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: 100%;
        height: 0;
        width: 0;
        border: 30px solid transparent;
        border-right: 30px solid var(--color-gsGrey);
    }

        .timeline-article .content-left.img-div::before{
            display:none;
        }

        .timeline-article .content-right::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 100%;
            height: 0;
            width: 0;
            border: 30px solid transparent;
            border-right: 30px solid var(--color-gsGrey);
        }

    .timeline-article .content-right::before {
        right: unset;
        left: -60px;
    }
    .timeline-article .content-right.img-div::before {
        display: none;
    }

    

/*@media only screen and (min-width: 991px) {
    .timeline-article .content-left::after, .timeline-article .content-right::after {
        left: 100%;
        border-color: transparent;
        border-left-color: var(--color-bgCream);
    }   
}*/

    #conference-timeline {
        max-width: unset;
        width: 80%;
    }
    @media(max-width:576px){
        #conference-timeline {            
            width: 100%;
        }
    }
.timeline-article{
    margin-top:2rem;
}
    .timeline-article h3{
        color:var(--color-primary);
    }

    .timeline-article p {
        font-size: 1.1rem;
    }

    .timeline-article .meta-date {
        width: 20px;
        height: 20px;
        margin-left: -11px;
        top: 50%;
        transform: translateY(-50%);
    }

.timeline-end{
    background:#000;
    max-width:100%;
    color:#fff;
    padding:2rem;
    text-align:center;
}

.timeline-end h5{
    width:70%;
    margin-inline:auto;
    line-height:1.4;
}

#conference-timeline .conference-center-line{
    background-color:#ccc;
}



/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 22px;
        left: 20px;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    /*.timeline-article .content-left-container {
        margin-bottom: 20px;
    }*/

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

       /* .timeline-article .content-left:before {
            content: "\f0d9";
            right: auto;
            left: -8px;
        }*/

            .timeline-article .content-left.img-div:before{
                content:'';
            }

            .timeline-article .content-right:before {
                display: none;
            }

    .timeline-article .content-left-container, .timeline-article .content-right-container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }

        .timeline-article p span.article-number {
            display: none;
        }

    #conference-timeline .timeline-start, #conference-timeline .timeline-end {
        background: var(--color-primary);
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .timeline-article .content-left::before {
        top: 13%;
        left: -60px;
        transform: translateY(-10%) rotate(0deg);
    }

    .timeline-article .meta-date {
        top: 10%;
    }

    .timeline-article .content-left.img-div::before {
        display: unset;
    }
}
/*===== // Resonsive Vertical Timeline =====*/