/* ==========================================================================
   Page: Actualites
   ========================================================================== */

/* --- Block 1: Page styles --- */
h5, .h5, h5 a {
    font-size: 20px;
}
body{
    background: #fff;
}
.col-lg-12.col-md-12.center-section {
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000045;
}
.gradient-text {
    background-color: red;
    background-image: linear-gradient(45deg, #0e7332, #bacf0c) !important;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.title-for-mobile{
        padding-bottom:  0px;
        background-image: url('../../images/Billight_News_Header.jpg');
        background-position: center center;
        background-size: cover;
    }

    @media screen and (max-width:1180px){
        .title-for-mobile{
            background-position: left top;
            background-size: auto 100%;
            background-repeat: no-repeat;

        }
    }

        .title-jobs{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: #0A0B10;
        width: 50%;
        padding: 20px 0;
    }
    .title-jobs h1{
        font-family : 'Nomark' , sans-serif ;
        letter-spacing: 5px;
    }

    .content{
        min-height: 350px;
        margin-bottom: 20px;
    }

/* --- Block 2: bg-gradient --- */
.bg-gradient{
    background: linear-gradient(to bottom right, #5ad0e3 25%, #36d198 75%)!important;
}

/* --- Block 3: icon-ctl, icon-light --- */
.icon-ctl{

    width: 50px;
    margin: 0 5px;
}
.icon-ctl:hover {

    width: 55px;
}

.icon-light{
    box-shadow: 0 0 5px #00f5fa, 0 0 15px #00f5fa, 0 0 30px #00f5fa, 0 0 60px #00f5fa !important;
    border-radius: 50%;
}

/* --- Block 4: #ctl_home responsive backgrounds --- */
 @media(min-width:992px){
    #ctl_home{
        background-image: url('../../img/ctl/Billight_Actualités_CTA.jpg');
        background-position: center center;
        height:500px;
        margin-top:0px;
        background-repeat: no-repeat;
        background-size:cover;
    }
}
@media(max-width:991px){
    #ctl_home{
        background: #0A0B10;
        background-position: center center;
        height:500px;
        margin-top:0px;
        background-repeat: no-repeat;
        background-size:cover;
    }
}
