/* ==========================================
CTA
========================================== */

.cta-fenetres{
    position:relative;
    padding:80px 20px;
    background-image:url('https://ag-fermeture.fr/wp-content/uploads/2026/06/devis.png');
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.cta-fenetres-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.cta-fenetres-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
}

.cta-fenetres-tag{
    display:block;
    color:#e30613;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
}

.cta-fenetres-content h2{
    color:#fff;
    font-size:34px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:30px;
}

.cta-fenetres-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:52px;
    padding:0 30px;
    background:#e30613;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-weight:700;
    transition:.3s;
}

.cta-fenetres-btn:hover{
    background:#c80010;
}