/*!
 *  About style
 * Version - 1.1.1
 * Copyright (c) 2023 2A Digital
*/

.barner::before {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.675) !important;
    position: absolute;
    content: '';
    height: 100%;
}

.barner {
    /* background-color: #23221f !important; */
    background: url("../../images/about/barner.webp");
    background-size: cover;
    background-position: bottom;
    color: var(--light) !important;
    background-repeat: no-repeat;
    position: relative!important;
}

.barner-golf::before {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.675) !important;
    position: absolute;
    content: '';
    height: 100%;
}

.barner-golf {
    background: url("../../images/programme/barner-golf.webp?ver=12");
    background-size: cover;
    background-position: bottom;
    color: var(--light) !important;
    background-repeat: no-repeat;
    position: relative!important;
}