/*---------------------------------------
  SECTION               
-----------------------------------------*/

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background-color: #f0f8ff;
}

.section-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.section-overlay+.container {
    position: relative;
}

.tab-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 45px;
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/

.video-wrap {
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* MOD kof_eve Pour bandes noires
    left: -11%;
    width: 122%; */
}


/*---------------------------------------
  HERO        
-----------------------------------------*/

.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    height: calc(100vh - 51px);
}

.hero-section small {
    color: #ffffff;
    text-transform: uppercase;
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.45;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 50px;
}

.hero-section .container .row {
    height: 100%;
}