/* perso popsoft */
.awsm-timeline-style-1 .awsm-timeline-block {
    padding-bottom: 13px;
}
/* FIN perso popsoft */

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

    .awsm-timeline-style-1 .awsm-timeline-block::before {
        width: 2px;
        background: rgba(0, 0, 0, 0);
        margin-left: -1px;
        background: #d7e3e5;
    }

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

    .awsm-timeline-style-1 .awsm-timeline-img {
        padding: 0;
        margin-left: -28px;
        top: 5px;
        /*--- Box shadow value --*/
        width: 56px;
        height: 56px;
        color: #fff;
        text-align: center;
        font-size: 28px;
    }

        .awsm-timeline-style-1 .awsm-timeline-img span {
            display: inline-block;
            margin: auto;
            padding: 14px;
            min-height: 16px;
            min-width: 16px;
            background: #0092e6;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            vertical-align: middle;
            box-shadow: 0 0 0 5px #eff4f5;
            -webkit-box-shadow: 0 0 0 5px #eff4f5;
            /* perso */
            min-height: 50px;
            min-width: 50px;
            max-height: 50px;
            max-width: 50px;
            padding: 0;
            overflow: hidden;
        }

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

    .awsm-timeline-style-1.awsm-right-align .awsm-timeline-img {
        margin-right: -28px;
    }

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

    .awsm-timeline-style-1 .awsm-date {
        color: #9c9c9c;
        margin-bottom: 10px;
        display: block;
    }

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



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

    .awsm-timeline-style-1 .awsm-timeline-label-block {
        padding-top: 0;
    }

    .awsm-timeline-style-1 .awsm-labels {
        /*padding: 50px 0;*/
    }

        .awsm-timeline-style-1 .awsm-labels.awsm-start-label {
            padding-top: 0;
        }

        .awsm-timeline-style-1 .awsm-labels.awsm-end-label {
            padding-bottom: 0;
        }

        .awsm-timeline-style-1 .awsm-labels span {
            position: relative;
            background: #0092e6;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            vertical-align: top;
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            box-shadow: 0 0 0 5px #eff4f5;
            -webkit-box-shadow: 0 0 0 5px #eff4f5;
            width: 70px;
            height: 70px;
            padding: 24px 5px;
            margin-left: -45px;
            left: -35px;
            /* perso popsoft */
            font-family: Open Sans Condensed;
            font-weight: normal;
            letter-spacing: 0;
            line-height: 1;
            font-size: 14px;
            cursor:pointer;
        }

    .awsm-timeline-style-1.awsm-alternate .awsm-timeline-label-block .awsm-labels span {
        margin: 0;
    }

    .awsm-timeline-style-1.awsm-right-align .awsm-labels span {
        left: auto;
        right: -35px;
        margin-left: 0;
        margin-right: -45px;
    }

    /*--------- news-------*/

    .awsm-timeline-style-1 .awsm-timeline-content-inner {
        padding: 10px;
        position: relative;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
    }

        .awsm-timeline-style-1 .awsm-timeline-content-inner::before,
        .awsm-timeline-style-1 .awsm-timeline-content-inner::after {
            content: "";
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .awsm-timeline-style-1 .awsm-timeline-content-inner::before {
            border-width: 10px 11px 10px 0;
            border-right-color: #fff;
            left: -11px;
            top: 21px;
        }

        .awsm-timeline-style-1 .awsm-timeline-content-inner::after {
            border-width: 8px 9px 8px 0;
            border-right-color: #fff;
            left: -9px;
            top: 23px;
        }

    .awsm-timeline-style-1.awsm-right-align .awsm-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #fff;
        left: auto;
        right: -11px;
    }

    .awsm-timeline-style-1.awsm-right-align .awsm-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }

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

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

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

.width-sup-egale-679 .awsm-timeline-style-1.awsm-right-align .awsm-date {
    left: auto;
    right: 0;
}

/*--------- news-------*/

.width-sup-egale-679 .awsm-timeline-style-1.awsm-alternate .awsm-odd-item .awsm-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #fff;
    left: auto;
    right: -11px;
}

.width-sup-egale-679 .awsm-timeline-style-1.awsm-alternate .awsm-odd-item .awsm-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
}

/*<=1200px*/
.width-inf-egale-1200 .awsm-timeline-style-1 {
    margin-left: 45px;
}

    .width-inf-egale-1200 .awsm-timeline-style-1.awsm-right-align {
        margin-left: 0;
        margin-right: 45px;
    }

/*<=678px*/
.width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right .awsm-labels span {
    left: auto;
    right: -47px;
}

.width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-block::before {
    margin-right: -1px;
}

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

.width-inf-egale-678 .awsm-timeline-style-1.awsm-alternate .awsm-timeline-label-block .awsm-labels span {
    margin-left: -45px;
}

.width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right .awsm-labels span,
.width-inf-egale-678 .awsm-timeline-style-1.awsm-alternate.awsm-responsive-right .awsm-labels span {
    right: -35px;
    margin-right: -45px;
    left: auto;
    margin-left: 0;
}

.width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right {
    margin-left: 0;
    margin-right: 45px;
}

    /*--------- news-------*/

    .width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #fff;
        left: auto;
        right: -11px;
    }

    .width-inf-egale-678 .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }
