/* perso popsoft */
.awsm-timeline-style-4 .awsm-timeline-content-inner {
    padding: 8px;
    border-radius: 3px;
}

.awsm-timeline-style-4 .awsm-timeline-block {
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

.awsm-container-style-4.awsm-container {
    padding: 0 18px 0 18px
}
/* FIN perso popsoft */

.awsm-timeline-style-4 {
    color: #000;
}

    .awsm-timeline-style-4 .awsm-timeline-block::before {
        width: 6px;
        background: #e2e2e2;
        margin-left: -3px;
        /* perso popsoft */
   /*     width:2px;
        margin-left: -1px;*/
    }

    .awsm-timeline-style-4.awsm-right-align .awsm-timeline-block::before {
        margin-right: -3px;
    }

    .awsm-timeline-style-4 .awsm-timeline-img {
        padding: 0;
        margin-left: -18px;
        top: 3px;
        /*--- Box shadow value --*/
        width: 36px;
        height: 36px;
        color: #fff;
        text-align: center;
        font-size: 24px;
    }

        .awsm-timeline-style-4 .awsm-timeline-img span {
            box-shadow: 0 0 0 3px #fff;
            display: inline-block;
            margin: auto;
            padding: 6px;
            min-width: 16px;
            min-height: 16px;
            background: #f13d9e;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            vertical-align: top;
            /* perso popsoft */
            font-size: 20px;
            overflow: hidden;
            box-shadow: 0 0 0 1px #fff;
            max-width: 32px;
            max-height: 32px;
            min-width: 32px;
            min-height: 32px;
            padding: 0;
            overflow: hidden;
        }

        .awsm-timeline-style-4 .awsm-timeline-img i {
            display: block;
        }

    .awsm-timeline-style-4.awsm-right-align .awsm-timeline-img {
        margin-right: -18px;
    }

    .awsm-timeline-style-4 .awsm-timeline-content {
        color: #777;
    }

    .awsm-timeline-style-4 .awsm-date {
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 10px;
        color: #000;
        line-height: 30px;
    }

    .awsm-timeline-style-4 h2 {
        margin: 0 0 5px;
        font-weight: 800;
        color: #000;
        font-size: 16px;
    }



    .awsm-timeline-style-4 p {
        margin: 0;
    }

    .awsm-timeline-style-4 .awsm-labels span {
        position: relative;
        left: -47px;
        background: #e2e2e2;
        color: white;
        font-weight: 800;
        padding: 10px 20px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        /* perso popsoft */
        font-family: Open Sans Condensed;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 1;
        font-size: 14px;
        top: -10px;
        cursor: pointer;
        left: -25px;
    }

    .awsm-timeline-style-4.awsm-right-align .awsm-labels span {
        left: auto;
        right: -25px;
    }

/*---------- Responsive part ------------*/
/*>=679px*/
.width-sup-egale-679 .awsm-timeline-style-4.awsm-alternate .awsm-timeline-content,
.width-sup-egale-679 .awsm-timeline-style-4.awsm-date-opposite .awsm-timeline-content {
    width: calc(50% - 24px);
}

.width-sup-egale-679 .awsm-timeline-style-4.awsm-date-opposite .awsm-date {
    left: -248px;
    line-height: 39px;
    width: 160px;
}

.width-sup-egale-679 .awsm-timeline-style-4.awsm-date-opposite.awsm-right-align .awsm-date,
.width-sup-egale-679 .awsm-timeline-style-4.awsm-date-opposite.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-date {
    right: -248px;
    left: auto;
    text-align: left;
}

/*<=678px*/
.width-inf-egale-678 .awsm-timeline-style-4.awsm-responsive-right .awsm-timeline-block::before {
    margin-right: -3px;
}

.width-inf-egale-678 .awsm-timeline-style-4.awsm-responsive-right .awsm-timeline-img {
    margin-right: -18px;
}

.width-inf-egale-678 .awsm-timeline-style-4.awsm-responsive-right .awsm-labels span {
    left: auto;
    right: -47px;
}
