@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

#paymentBannerLeCercleOverlay {
    padding-top: 0px;
      background: rgba(42, 48, 60, .24);
    width: 100%;
    margin-top: 0px;
    box-shadow: 0 -2rem 10rem rgba(42, 48, 60, .24);
    clip-path: polygon(0 -12rem, 100% -12rem, 100% 100%, 0 100%);
}
#paymentBannerLeCercleContainer {
    background-image: url('https://www.doitinparis.com/files/2024/le-cercle/article_bloque.jpg');
    background-image: url('https://www.doitinparis.com/files/2024/le-cercle/article_bloque.webp');
    padding: 50px 54px;
    width: 100%;
    border-radius: 11px;
    background-size: cover;
}

#paymentBannerLeCercle {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 37px 15px;
}

#paymentBannerLeCercle h1 {
    text-align: center;
    font: normal normal normal 23px/28px IvyOra Display;
    letter-spacing: 0px;
    color: #E94D1A;
    text-transform: uppercase;
    opacity: 1;
    font-family: "ivyora-display", sans-serif;
}

#paymentBannerLeCercle #lastActus {
    text-align: center;
    font: normal normal 600 14px/23px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    margin: 15px auto 10px;
    background: #E94D1A;
    padding: 10px 15px;
    display: table;
    border: 1px solid #E94D1A
}

#paymentBannerLeCercle #lastActus:hover {
    background: #fff;
    color: #E94D1A;
}

#paymentBannerLeCercle .subsribe {
   text-decoration: none ;
    display: table;
    margin: 0 auto;
    text-align: center;
    font: normal normal normal 14px/18px Montserrat;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #1C1C1C;
}
#paymentBannerLeCercle .subsribe span{
    text-decoration: underline;
}
#paymentBannerLeCercle .intro-text{
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: table;
    margin: 30px auto;
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

#paymentBannerLeCercle ul{
    list-style: none ;
    display: table;
    margin: 30px auto;
    text-align: left;
    font: italic normal normal 14px/13px Montserrat;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
#paymentBannerLeCercle ul li{
    line-height: 1.5;
    margin-bottom: 5px;
}

#paymentBannerLeCercle svg{
    display: block;
    margin: 40px auto;
    width: 100px;
}
@media all and (max-width: 767px) {

    #paymentBannerLeCercleContainer {
        background-image: url('https://www.doitinparis.com/files/2024/le-cercle/article_bloque_mobile.jpg');
        background-image: url('https://www.doitinparis.com/files/2024/le-cercle/article_bloque_mobile.webp'), linear-gradient(transparent, transparent);
        padding: 30px 20px;
        width: 100%;
        border-radius: 11px;
        background-size: cover;
    }

    #paymentBannerLeCercle h1 {
        font-size: 21px;
    }
}