#etape article.static {
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px;
    margin-top: 0;
    background: #FFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
#etape article h2 {
    text-align: center;
    margin: 0;
}
#etape article #subtitle {
    text-align: center;
    /*color: #ec6b19;*/
    color:#9fc440;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}
#etape article #accroche {
    font-family: Gotham-Bold,sans-serif;
    font-weight: 400;
    font-style: normal;
    /*color: #ec6b19;*/
    color:#555;
    margin-bottom: 40px;
}
#etape article .main-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 30px 0;
}
#etape article.static .extra-content {
    margin-bottom: 40px;
}
#etape article.static .extra-content .etape {
    display: block;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
#etape article.static .extra-content .etape img {
    width: 128px;
    max-width: 100%;
    height: auto;
}
#etape article.static .extra-content .etape .number {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    line-height: 26px;
    margin-top: 10px;
}
#etape article.static .extra-content .etape h2 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    /*font-family: Gotham-Bold,sans-serif;*/
    font-weight: 400;
    font-style: normal;
}
#etape article a {
    /*color: #ec6b19;*/
    color: #9fc440;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 15px;
}