.protit {
    font-size: 28px;
}

.tire {
    font-size: 20px;
}

@media (max-width: 768px) {
    .protit {
        font-size: 18px;
    }
    .tire {
        font-size: 16px;
    }
}
.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}
.item .image {
    padding: 1em 2em;
    z-index: 5;
}
.item .image > div {
    position: relative;
    text-align: center;
    font-size: 0.8em;
}
.item .image > div::after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #232b50;
    position: absolute;
    top: 2.75em;
    left: 0;
    z-index: -1;
}
.item .image img {
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 5em;
}
.item .image span {
    display: block;
    clear: both;
    padding: 0.25em 0;
    margin: 0.5em 0;
    background: #3b4262;
}
.item .details {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.item .details > div {
    border: 1px solid #232b50;
    border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    padding: 1.5em;
    margin: 1em 0;
}
.item .details > div h1 {
    color: #5ed3bf;
    font-size: 1.4em;
    margin: 0;
    padding: 0 0 0.5em 0;
    letter-spacing: 0.1em;
}
.item .details > div p {
    margin: 0;
    padding: 0;
    line-height: 150%;
}

/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1450px) {
    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        -o-border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -webkit-box-shadow: 0px 0px 2px 8px #f7f7f7;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.demo-card:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.demo-card:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.demo-card:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.demo-card:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.demo-card:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

/* Border Box */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fonts */
body {
}

#timeline {
    padding-right: 0px;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
    background: #f7f7f7;
}
#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
    border: white !important;
}
@media (min-width: 1450px) {
    #timeline .demo-card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 1170px;
        height: 1200px;
        margin: 0 auto;
    }
}
#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
@media (min-width: 1450px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}
#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}
@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        -webkit-box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}
@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
        border: 1px solid;
        border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
    }
}
@media (min-width: 1450px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
        border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}
#timeline .demo-card .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 2rem;
    }
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}
#timeline .demo-card .body {
    background: #fff;

    border-top: 0;
    padding: 15px;
    border: 1px solid white;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: auto;
        border: 1px solid white;
        border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .demo-card-wrapper {
        width: 100% !important;
    }
}
#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline .demo-card--step1 {
    background-color: rgb(55, 116, 182);
}
#timeline .demo-card--step1 .head::after {
    border-color: rgb(55, 116, 182);
}
#timeline .demo-card--step2 {
    background-color: rgb(25, 141, 58);
}
#timeline .demo-card--step2 .head::after {
    border-color: rgb(25, 141, 58);
}
#timeline .demo-card--step3 {
    background-color: rgb(199, 31, 46);
}
#timeline .demo-card--step3 .head::after {
    border-color: rgb(199, 31, 46);
}
#timeline .demo-card--step4 {
    background-color: rgb(241, 145, 36);
}
#timeline .demo-card--step4 .head::after {
    border-color: rgb(241, 145, 36);
}
#timeline .demo-card--step5 {
    background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
    border-color: #46b8e9;
}
.lignetitre {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 330px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ligneMobutu {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 650px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lignePere {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 300px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ligneFils {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 310px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ligneKasa {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 250px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lignetitrenum {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 500px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lignetitrelutte {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 650px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lignetextefondateur {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 300px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lignetextesymbole {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 420px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lignetextesymbole_detail {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 220px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nomsp {
    overflow: hidden;
}

.lignetexteune {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 240px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tite {
    width: auto;
    height: auto;
}
.lignetitrepres {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 490px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lignetite {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: auto;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lignetitredame {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 360px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.agenda-date-b {
    display: none;
}

.circle {
    border: 1px solid #007fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.circle_social {
    border: 1px solid #007fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle_social {
    border: 2px solid #000 !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle i,
.circle span {
    font-size: 15px;
}
.circle_social i,
.circle_social span {
    font-size: 15px;
}
@media (max-width: 768px) {
    .lignetitre,
    .lignetitredame,
    .lignetexteune,
    .lignetitrepres,
    .ligneKasa,
    .ligneMobutu,
    .lignePere,
    .ligneFils,
    .lignetextesymbole,
    .lignetextefondateur,
    .lignetitrenum,
    .lignetitrelutte,
    .lignetextesymbole_detail,
    .ligne-titre-img {
        display: none;
    }
    .circle i,
    .circle span {
        font-size: 14px;
    }
    .circle_social i,
    .circle_social span {
        font-size: 14px;
    }

    #timeline .demo-card .head h2 {
        text-transform: uppercase;
        font-size: 1rem;
    }

    #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 15px;
        line-height: 35px;
        font-weight: 600;

        border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    #timeline .demo-card {
        position: relative;
        display: block;

        margin-bottom: 20px;
        max-width: 100%;
        z-index: 2;
    }
}

@media (max-width: 220px) {
    #timeline .demo-card .body p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    #timeline .demo-card .head h2 {
        text-transform: uppercase;
        font-size: 10px;
    }
    #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 15px;

        font-weight: 600;

        border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        width: 10px;
        height: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .h4,
    h4 {
        font-size: 1rem;
    }
    .tire {
        font-size: 13px;
    }
}
