/* GRID SYSTEM */
.nova-pricing-grid { display: grid; gap: 40px; }
.nova-pricing-grid.cols-1 { grid-template-columns: 1fr; }
.nova-pricing-grid.cols-2 { grid-template-columns: repeat(2, 1fr); gap: 60px; }
.nova-pricing-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.nova-pricing-grid.cols-4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 768px) {
    .nova-pricing-grid.cols-2,
    .nova-pricing-grid.cols-3,
    .nova-pricing-grid.cols-4 {
        grid-template-columns: 1fr;
    }
}

/* SHARED STYLES */
.nova-card { position: relative; transition: transform 0.3s; }
.nova-card:hover { transform: translateY(-5px); }
 
.nova-widget-instance{
    text-align: center;
}
.nova-filters-bar{
    text-align: center;
}
.nova-title {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 600;
}
.nova-desc {
    font-size: 14px;
    line-height: 20px;
    color: #363636;
    max-width: 311px;
    margin-bottom: 10px !important;
}
.nova-card {
    background: #fff;
    border-radius: 26px;        
    padding: 20px 25px;
    height: 100%;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
}
.best-seller-wraper .nova-card{
    border: 2px solid #081c61;
}
.nova-card-wrap.best-seller-wraper {
    background: #081c61;
}
.nova-card-wrap {
    padding: 45px 0 0 0;
    border-radius: 30px;
}
a.nova-btn{
        padding: 8px;
        display: block;
        border: 1px solid #000;
        border-radius: 8px;
        text-align: center;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        position: relative;
}
.nova-card-wrap.best-seller-wraper a.nova-btn{
    color: #fff;
    border: 1px solid #E30000;
    background-color: #E30000;
}
a.nova-btn:hover{
    border: 0;
    color: #fff;
    border: 1px solid #E30000;
    background-color: #E30000;
}
.nova-card-wrap.best-seller-wraper a.nova-btn:hover{
    color: #fff;
    background-color: #081c61;
    border: 1px solid #081c61;

}
.nova-features, .nova-features ul{
    padding: 0;
}
.nova-features{
    margin-top: 20px;
}
.nova-pricing-grid {
    margin-top: 30px;
    margin-bottom: 60px;
}
.nova-pricing-grid.cols-2 {
    margin-top: 30px;
}
.nova-features ul li {
    font-size: 14px;
    list-style: none;
    line-height: 20px;
}
.caracteristiques li{
    padding-bottom: 6px;
}

.nova-features ul li i{
    color: silver;
    padding-right: 7px;
}
.caracteristiques i{
    color: #7d7d7d !important;
    padding-right: 7px;
}
.nova-features strong{
    font-weight: 600 !important;
}
.nova-features h3{
    font-size: 16px;
    font-weight: 600;
}
.nova-best-seller {
    position: absolute;
    display: block;
    margin: auto;
    text-align: center;
    top: -36px;
    font-size: 14px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}
.fa-check-circle::before {
    content: ""\f058"";
}
.price{
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -1px;
}
.frequence{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding-left: 8px;
    letter-spacing: 0px;
}
.price .decimal {
  font-size: 0.6em;
  vertical-align: super;
}


/******* TEMPLATE 4 ******/
.card-top-tpl4{
    text-align: center;
    padding: 0 30px;
}
.separateur-tpl4{
    height: 1px;
    background: #c0c0c07d;
    margin: 30px 0;
}
.card-top-tpl4 h3{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 5px;
    margin-top: 15px;
}
.frequence-tpl4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding-left: 8px;
    letter-spacing: 0px;
}
a.nova-btn-tpl4{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    max-width: 200px;
    padding: 15px;
    border-radius: 30px;
    background: #081c61;
    color: #fff;
    border: 2px solid #081c61;
    margin: 30px auto 20px auto;
    position: absolute;
    width: 200px;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
}

a.nova-btn-tpl4:hover{
    color: #fff;
    border: 2px solid #E30000;
    background-color: #E30000;
}
.nova-features.tpl4 ul li {
    font-size: 15px;
    list-style: none;
    line-height: 26px;
}
.nova-features.tpl4{
    margin-bottom: 110px !important;
}


/********** GRID COL 2 **********/
.cols-2 .nova-card.nova-tpl-1{
    padding: 35px !important;
    box-shadow: 0 16px 36px rgba(91, 108, 255, 0.12);
}
/* .cols-2 .nova-card.nova-tpl-1 .nova-features li{
    font-size: 16px !important;
    line-height: 35px !important;
} */
.tarifs-site-web .nova-card.nova-tpl-1 .nova-features li{
    font-size: 16px !important;
    line-height: 35px !important;
}
/* .cols-2 .nova-card.nova-tpl-1 .nova-features{
    background: #f8fafc;
    padding: 20px;
    border-radius: 15px;
} */
.cols-2 .nova-card.nova-tpl-1 h3{
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
}
.cols-2 .nova-features ul li i {
    color: #0000006b;
    padding-right: 12px;
    font-size: 14px;
}


/***********TEMPLATE 5***********/
.nova-desc-tpl5 {
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
    color: #797980;
}
/****** TPL 6 ******/
.nova-card.nova-tpl-6{
    text-align: left !important;
}
.nova-card.nova-tpl-6 .nova-btn{
    max-width: 155px;
    border-radius: 30px;
    background: #e30000;
    border: 1px solid #e30000;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* .filter-select{
    margin: 10px auto 60px auto;
    display: block;
} */
.nova-card{
    border: 1px solid #e7e7e7;
}
.filter-select-period{
    display: none;
}
.nova-title-after{
    font-size: 14px;
}
.nova-icon{
    width: 42px;
}
.nova-regular-price{
    font-size: 16px;
    color: silver;
    text-decoration: line-through;
}
.price-tpl5{
    font-size: 30px !important;
    line-height: 40px;
}
.price-tpl7{
    font-size: 40px !important;
    line-height: 40px;
}
.reduction{
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 12px;
    background: #00d900;
    color: #fff;
    padding: 0 10px;
    border-radius: 30px;
    line-height: 23px;
}
.nova-features.tpl-5 li{
    margin: 10px 0;
}
.nova-features .see_all_features{
    font-size: 14px;
    color: #e30000;
    text-decoration: underline;
}
.nova-btn.tpl-5{
    padding: 4px !important;
}