.gr-popup-paywall-wrap {
    display: none;
}
.gr-popup-paywall-wrap.gr-paywall-hard {
    display: block;
}
.gr-popup-paywall-wrap .white_overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
body{
    /*background-image: url("../medias/base-replica.jpg");*/
    -webkit-background-size: cover;
    background-size: cover;
}

.gr-article-tronque {
    background-color: #043556;
    color: #d7d7d7;
    font-family: "Grenzecho Serif", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    left: 0;
    margin: 0 auto;
    max-width: 700px;
    padding: 24px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 100;
}

@media (max-width: 320px), (max-device-width: 699px) and (orientation: portrait) {
    .gr-article-tronque {
        text-align: center;
    }
}

.gr-tronque-heading {
    color: #FADB02;
    font-size: 21px;
    margin-bottom: 12px;
}

.gr-article-tronque .offre {
    margin-bottom: 12px;
}

.gr-article-tronque .offre span {
    display: block;
    font-size: 25px;
}

.gr-article-tronque .btn {
    background: #FADB02;
    color: #043556;
    display: inline-block;
    font-family: "montserratmedium", sans-serif;
    font-size: 17px;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.gr-article-tronque a {
    color: #fff;
    text-decoration: none;
}

.gr-article-tronque a:hover{
    text-decoration: underline;
}

.gr-article-tronque .row {
    font-size: 14px;
    margin: 0;
}

.gr-article-tronque .row.bottom {
    border-top: 1px solid #064a78;
    margin-top: 24px;
    padding-top: 24px;
}

.col-sm-6 {
    width: 48%;
    display: inline-block;
    margin-top: 15px;
}

@media (min-width: 700px){
    .gr-article-tronque .col-sm-4 {
        float: left;
        width: 33.33333%;
    }
}