/* ===========================================================
   PAGE CONTACT
   =========================================================== */

/* ----------------------------------------------------------
   GENERAL
---------------------------------------------------------- */
body {
    background: #fff;
    height: auto;
    font-size: large;
}

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

/* ----------------------------------------------------------
   TIMELINE
---------------------------------------------------------- */
.history-tl-container {
    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;
    min-height: 50px;
    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;
}

/* ----------------------------------------------------------
   TITRE JOBS
---------------------------------------------------------- */
.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;
}

/* ----------------------------------------------------------
   PAGE CONTACT
---------------------------------------------------------- */
.contact-page {
    background: #fff;
    height: 100vh;
    background-image: url('../../img/contact/Billight_Contact_US.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ----------------------------------------------------------
   COMPTEUR
---------------------------------------------------------- */
.count-border-style > div {
    background: none;
    color: #16a02d;
    left: 90%;
    padding: 20px 0;
    text-align: left;
}

.img-thumb-title-inside:before,
[class*="overlay-"]::before {
    background-color: #00000052;
}

/* ----------------------------------------------------------
   RESPONSIVE — max 767px
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {

    .center-mobile {
        text-align: center;
        padding-bottom: 50px;
    }

    .contact-page {
        height: 100%;
        padding: 50px 10px;
    }

    .h-100 {
        height: auto;
    }

    .text-center-mobile {
        text-align: center;
    }

    .text-center-mobile br {
        display: none;
    }
}

/* ----------------------------------------------------------
   RESPONSIVE — max 768px
---------------------------------------------------------- */
@media only screen and (max-width: 768px) {

    .first {
        order: 1;
        margin-bottom: 20px;
    }

    .second {
        order: 2;
    }

    .margin-bottom {
        margin-bottom: 20px;
    }
}
