﻿/* -------------------------------- 

Primary style

-------------------------------- */

.awsm-timeline *,
.awsm-timeline *::after,
.awsm-timeline *::before,
.awsm-timeline,
.awsm-timeline::after,
.awsm-timeline::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .awsm-timeline a {
        text-decoration: none;
    }

    .awsm-timeline img {
        max-width: 100%;
        height: auto;
    }

.awsm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px;
    /* perso popsoft */
    padding: 0;
}

    .awsm-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

/* -------------------------------- 

Main components 

-------------------------------- */

.awsm-timeline {
    position: relative;
}

.awsm-right-align {
    text-align: right;
}

.awsm-timeline-block {
    position: relative;
    min-height: 16px;
    padding-left: 35px;
    padding-right: 35px;
}

    .awsm-timeline-block::before {
        content: "";
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }

    .awsm-timeline-block:last-child::before {
        display: none;
    }



.awsm-right-align .awsm-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
}

.awsm-timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.awsm-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 0;
    top: 0;
}

    .awsm-timeline-img i {
        display: block;
    }

.awsm-right-align .awsm-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
}

.awsm-last-empty-item .awsm-timeline-img span {
    vertical-align: top;
}

.awsm-timeline-content-inner {
    position: relative;
}

.awsm-date {
    display: block;
}

.cssanimations .awsm-timeline-content.is-hidden {
    visibility: hidden;
}

.cssanimations .awsm-timeline-content.animated {
    visibility: visible;
}

.awsm-labels span {
    display: inline-block;
}

.awsm-labels {
    padding: 20px 0;
}

    .awsm-labels.awsm-start-label {
        padding-top: 0 !important;
    }

    .awsm-labels.awsm-end-label {
        margin-bottom: 0 !important;
    }

.awsm-timeline-block {
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

/*>=679*/
.width-sup-egale-679 .awsm-date-opposite {
    margin-left: 203px;
}

.width-sup-egale-679 .awsm-left-align.awsm-date-opposite {
    margin-left: 203px;
}

.width-sup-egale-679 .awsm-right-align.awsm-date-opposite {
    margin-right: 203px;
    margin-left: 0;
    text-align: right;
}

.width-sup-egale-679 .awsm-date-opposite.awsm-alternate {
    margin: 0;
}

.width-sup-egale-679 .awsm-timeline.awsm-alternate.awsm-left-align .awsm-timeline-content,
.width-sup-egale-679 .awsm-timeline.awsm-date-opposite.awsm-left-align .awsm-timeline-content,
.width-sup-egale-679 .awsm-timeline.awsm-alternate.awsm-right-align .awsm-timeline-content,
.width-sup-egale-679 .awsm-timeline.awsm-date-opposite.awsm-right-align .awsm-timeline-content {
    width: 100%;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-block::before {
    left: 50%;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-img {
    left: 50% !important;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-block.awsm-even-item .awsm-timeline-content {
    float: right;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content {
    float: left;
}

.width-sup-egale-679 .awsm-date-opposite .awsm-date {
    position: absolute;
    top: 0;
    text-align: right;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content,
.width-sup-egale-679 .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-even-item .awsm-date,
.width-sup-egale-679 .awsm-date-opposite.awsm-left-align .awsm-date,
.width-sup-egale-679 .awsm-right-align {
    text-align: right;
}

.width-sup-egale-679 .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-odd-item .awsm-timeline-content .awsm-date,
.width-sup-egale-679 .awsm-date-opposite.awsm-right-align .awsm-date {
    text-align: left;
}

.width-sup-egale-679 .awsm-alternate .awsm-timeline-label-block {
    text-align: center;
}

    .width-sup-egale-679 .awsm-alternate .awsm-timeline-label-block .awsm-labels span {
        left: 0;
        right: 0;
    }
/*<=678*/
.width-inf-egale-678 .awsm-timeline {
    margin-left: 20px;
}

    .width-inf-egale-678 .awsm-timeline.awsm-right-align,
    .width-inf-egale-678 .awsm-timeline.awsm-responsive-right {
        margin-right: 20px;
        margin-left: 0;
    }

.width-inf-egale-678 .awsm-responsive-right .awsm-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
}

.width-inf-egale-678 .awsm-responsive-right {
    text-align: right;
}

    .width-inf-egale-678 .awsm-responsive-right .awsm-timeline-img {
        margin-left: 0 !important;
        left: auto !important;
        right: 0;
    }

.width-inf-egale-678 .awsm-date {
    margin-bottom: 10px;
}
