
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: auto;
    margin: auto;
    width: 100%;
}

.timeline p {
    /*font-size: 12px;*/
    line-height: 20px;
}

.timeline ol {
    font-size: 0;
    /*width: 100vw;*/
    padding: 250px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #F45B69;

}

.timeline ol li:not(:first-child) {
    margin-left: -34px;
}

/*.timeline ol li:not(:last-child)::after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: calc(100% + 1px);*/
    /*bottom: 0;*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*transform: translateY(-50%);*/
    /*border-radius: 50%;*/
    /*background: #F45B69;*/
/*}*/

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 220px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    box-shadow: 0 0 30px 0 rgba(0, 58, 115, 0.1);

}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/*NEW CSS*/
.section-lasalle .row .col-md-4{
    padding: 3rem !important;
    display: flex;
}
.card-apropos {
    box-shadow: 0 0 30px 0 rgba(0, 58, 115, 0.1);
    border: 0;
    /*padding-bottom: 1.25rem;*/
    /*margin-top: -20px !important;*/
    display: flex;
    width: inherit;
}

.card-apropos i {
    font-size: 30px;
    color: #dc3545;
}

.about-list i {
    padding-right: 8px;
    color: #da040c;
}

.about-list {
    list-style: none;
}

/*test */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section h1 {
    font-size: 2.5rem;
}

.section h2 {
    font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: auto;
    margin: auto;
    width: 100%;
}

.timeline p {
    /*font-size: 12px;*/
    line-height: 20px;
}

.timeline ol {
    font-size: 0;
    /*width: 100vw;*/
    padding: 250px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #F45B69;

}

.timeline ol li:not(:first-child) {
    margin-left: -34px;
}

/*.timeline ol li:not(:last-child)::after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 50%;*/
/*left: calc(100% + 1px);*/
/*bottom: 0;*/
/*width: 12px;*/
/*height: 12px;*/
/*transform: translateY(-50%);*/
/*border-radius: 50%;*/
/*background: #F45B69;*/
/*}*/

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 220px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    box-shadow: 0 0 30px 0 rgba(0, 58, 115, 0.1);

}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/*media querie*/

@media (max-width: 1200px) {

    .timeline p {
        font-size: 12px;
    }

    .timeline ol li div {
        width: 180px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: -50px;
    }
    .section-lasalle .row .col-md-4{
        padding: 2rem !important;
    }
}

@media (max-width: 1020px) {
    .timeline ol li {
        width: 150px;
    }
    .section-lasalle .row .col-md-4{
        padding: 1rem !important;
    }
}

@media (max-width: 991px) {
    .timeline ol li div {
        width: 144px;
    }

    .timeline ol li {
        width: 128px;
    }
    .section-img-salle img{
        width: 50%;
    }
}

