/* ==========================================================================
   Page: Creations
   Extracted from creations.php inline <style> blocks
   ========================================================================== */

/* --- Block 1: General styles --- */
* {
    font-size: large;
}

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;
}

.image-index {
    z-index: 1;
}

.button-gr:hover {
    box-shadow: none;
    color: #000 !important;
    font-weight: 700;
}

.title-v {
    background: -webkit-linear-gradient(#2d2e44, #676bb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.2rem;
}

.portfolio-img {
    padding: 5px;
}

header {
    background-color: #0A0B10 !important;
}

/* --- Block 2: Overflow, rounded styles, responsive --- */
body {
    overflow-x: hidden;
}

.rounded {
    border: 2px solid none;
    position: relative;
    top: -43px;
    left: -6%;
    border-radius: 50% !important;
    background: black;
    z-index: 99999;
}

.rounded p {
    position: absolute;
    border-radius: 50% !important;
    z-index: 99999;
    background: black;
    text-align: center;
    padding: 20px;
    width: 120px;
    height: 120px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .rounded {
        display: none !important;
    }
}

/* --- Block 3: btn-flach --- */
.btn-flach:before,
.btn-flach::after {
    background: #00f5fa !important;
    box-shadow: 0 0 5px #00f5fa, 0 0 15px #00f5fa, 0 0 30px #00f5fa, 0 0 60px #00f5fa !important;
}

/* --- Block 4: #ctl_home responsive backgrounds --- */
@media (min-width: 992px) {
    #ctl_home {
        margin-top: 100px !important;
        background-image: url('../../img/ctl/Billight_Créations_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;
        margin-top: 100px !important;
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
