section#a4w_homeblock > .row {
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#a4w_homeblock {
    overflow: visible !important;
}

#a4w_homeblock .p-text {
    position: relative;
    overflow: visible;
}

.a4w-hb-top-image {
    width: 108px;
    height: 108px;
    margin: 0;
    position: relative;
    top: -10px;
    left: auto;
    z-index: 2;
}

.a4w-hb-top-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/*
section#a4w_homeblock p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 185%;
    color: #1E1E1E;
    margin-bottom: 25px;
}*/

section#a4w_homeblock h3 {
    font-weight: 700;
    font-size: var(--font-size-xxl);
    line-height: 100%;
    color: var(--primary-color);
    margin-top: 72px;
    margin-bottom: 15px;
}
section#a4w_homeblock .products-section-title{
    font-weight: 700;
    font-size: var(--font-size-h2);
    line-height: 100%;
    margin-bottom: 30px;
}

/* Stats Container */
.stats-container {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.stat-item {
    flex: 0 1 auto;
}

.stat-number {
    font-size: var(--font-size-hero);
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: var(--font-size-medium);
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Button À PROPOS */
.btn-apropos {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid var(--text-color);
    background: transparent;
    color: var(--text-color);
    font-size: var(--font-size-medium);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-apropos:hover {
    background: var(--text-color);
    color: var(--background-color);
}

#a4w_homeblock{
    width: 100% !important;
    background: #FFF5FB;
}
#a4w_homeblock > .row{
    width: 100% !important;
    background: transparent;
    overflow: visible !important;
}
#a4w_homeblock .img-contenthomeblock {
    position: relative;
    top: 0;
    float: right;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 800px;
    max-width: 100%;
    height: auto;
}

#a4w_homeblock .display-center {
    position: relative;
    overflow: visible !important;
}

@media screen and (min-width: 1450px) {
    .auto-none {
        display: none;
    }
    #a4w_homeblock, #a4w_homeblock > .row{
        width: var(--container-width) !important;
    }
    #a4w_homeblock .img-contenthomeblock {
        top: 0;
        float: unset;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 800px;
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 1460px) and (max-width: 1920px) {
    .auto-none {
        display: block;
    }
    #a4w_homeblock, #a4w_homeblock > .row{
        width: 100% !important;
        height: 650px;
        margin: 200px 0px;
    }
    #a4w_homeblock .img-contenthomeblock {
        top: 0;
        float: right;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 800px;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width:1030px) {
    #a4w_homeblock, #a4w_homeblock > .row{
        background: #FFF5FB;
    }
    #a4w_homeblock .img-contenthomeblock {
        float: none;
    }
}

@media screen and (max-width:780px) {
    .auto-none {
        display: none;
    }
    .p-text div, .p-text h2, .p-text h3 {
        padding: 0px 15px;
    }
    #a4w_homeblock, #a4w_homeblock > .row{
        width: 100% !important;
    }
    #a4w_homeblock .display-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    #a4w_homeblock .img-contenthomeblock {
        top: 0;
        float: unset;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    section#a4w_homeblock img.img-contenthomeblock {
        position: static;
        top: auto;
        margin-bottom: 20px;
        max-width: 100%;
    }
    section#a4w_homeblock {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    section#a4w_homeblock > .row {
        padding: 0 !important;
        flex-direction: column-reverse;
        padding-bottom: 20px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    #a4w_homeblock .p-text {
        text-align: center;
    }

    .a4w-hb-top-image {
        position: static;
        margin: 0 auto 12px;
    }
    section#a4w_homeblock > .row > .col-md-5 {
        margin:15px;
    }
    section#a4w_homeblock,
    section#a4w_homeblock {
        margin-left: auto;
        margin-right: auto;
    }

    .stats-container {
        gap: 20px;
        margin: 30px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: var(--font-size-hero);
    }

    .stat-label {
        font-size: var(--font-size-small);
    }

    .btn-apropos {
        margin-left: 15px;
        margin-right: 15px;
        display: block;
        text-align: center;
    }
}
