/*
CTC Separate Stylesheet
Updated: 2025-09-11 13:38:14
Theme Name: Data Winner
Theme URI: digital-comm.fr
Template: twentytwentyfive
Author: Syrine - Digital Comm
Author URI: digital-comm.fr
Description: Thème de Digital-Comm pour le profit de Data Winner.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1757590694
*/
.header-ban {
    position: relative;
    width: 100%;
    height: 200px;
    min-height: 150px;
    background: linear-gradient(90deg,rgba(82, 122, 242, 1) 0%, rgba(184, 108, 217, 1) 50%, rgba(242, 102, 205, 1) 100%);
    color: #fff;
    overflow: hidden;

}
.plan-1, .plan-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 0 !important;
    font-family: "poppins";
    font-size: 1.5rem;
}
.plan-1.active,
.plan-2.active {
    opacity: 1;
}
.plan-content {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.banner-btn {
    padding: 8px 15px;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
}
.plan-content p{
    margin:0px !important;
}
@media (max-width: 720px) {
    .header-ban {
        height: auto;
        padding: 20px 10px;
    }

    .plan-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .banner-btn {
        width: 90%;
        font-size: 0.9rem;
    }
}
a, :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){
    text-decoration: none !important;
}
footer{
    margin-top: 0px !important;
}
footer div .wp-container-core-group-is-layout-481cf73a > .alignwide {
    height: 130px;
}