/* ===========================================================
   PAGE POLITIQUE DE CONFIDENTIALITE
   =========================================================== */

body {
    /* line-height:1.3em;
    min-width:920px; */
    background: #fff;
    height: auto;
    font-size: large;
}

.history-tl-container {
    /* font-family: "Roboto",sans-serif; */
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
}

.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    /* margin-left:200px; */
    min-height: 50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #86D6FF;
    padding: 0 0 50px 30px;
    position: relative;
}

.history-tl-container ul.tl li:last-child { border-left: 0; }

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
    border-color: #258CC7;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

.title-jobs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0A0B10;
    width: 50%;
    padding: 20px 0;
}

.title-jobs h1 {
    font-family: 'Nomark', sans-serif;
    letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
    .center-mobile {
        text-align: center;
        padding-bottom: 50px;
    }
}

header {
    background-color: #0A0B10 !important;
}
