.kopa-entry-post > article a{
    color: #0033DD;
    font-weight: bold;
}
.no-margin-top{
    margin-top: 0;
}

.kopa-header-top {
    min-height: 110px;
}

.kopa-home-page .wrapper {
    /*min-height: 165px;*/
}

li.ms-item2.size1{
    margin-bottom: 30px;
    border-bottom: 5px solid red;
}

.kopa-home-page .kopa-header{
    /*margin-bottom: 30px;*/
}

#bop-wrapper-top {
    min-height: 165px;
}

.kopa-pagination ul li:before{
    content: "";
}

.bop-pagination {
    margin: auto 0;
    width: 100%;
    text-align: center;
}

.bop-mobile-flags {
    margin: 10px 10px 0;
    padding: 0;
}

.bop-mobile-social a {
    margin-right: 20px;
}

.widget.kopa-masonry-widget.slide_one{
    margin-bottom: 0px !important;
}

.article-list-6 .entry-item .entry-content > header .entry-title{
    text-transform: inherit;
}
.ms-item2{
    margin:0;
}

h1.entry-title {
    font-size: 30px;
    line-height: 38px;
}

.bop-pre-title{
    font-size: 80%;
}

a.more-link.style3.bop-une-button{
    background-color: red;
    color: #ffffff;
}

.more-link.style3.bop-une-button:before{
    background-color: red;
    left: -30px;
    width: 30px;
}

span.bop-une-span {
    background-color: red;
    font-size: 18px;
    color: #ffffff;
    padding: 1px 7px;
    margin-bottom: 10px;
    font-weight: 100;
}

a.more-link.style3.bop-seconde-button{
    background-color: red;
    color: #ffffff;
}

.more-link.style3.bop-seconde-button:before{
    background-color: red;
    left: -25px;
    width: 25px;
}

span.bop-seconde-span {
    background-color: red;
    font-size: 20px;
    color: #ffffff;
    padding: 1px 7px;
    margin-bottom: 10px;
    font-weight: 100;
}

article > p {
    text-align: justify;
    margin-bottom: 20px;
}

.kopa-masonry-widget {
    padding: 0;
    border: inherit;
    background: inherit;
}

.ms-item2.size1{
    width: 100%;
}

.single-other-post{
    margin-bottom: 70px;
}

div.next-post{
    /*height: 100%;*/
    min-height: 200px;
}

div.prev-post{
    /*height: 100%;*/
    min-height: 200px;
}

.vertical-gradient {
    /*position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: transparent url(/images/articles/tease.png) repeat-x bottom left;*/

    background: -webkit-linear-gradient(top, #000, #fff);
    background: linear-gradient(top, #000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* Price tabs */
.column ul li.pricing-row span.pt-price{
    font-size: 30px;
}

/* Special plan */
.plan-soutien .column ul li.title-row {
    background-color: red;
}

.plan-soutien .column ul li.pricing-row .pricing-circle{
    background-color: red;
}

/* Audio player */
audio {
    width: 100%;
    margin: 20px 0 20px 0;
}