@import url('../source/srcIMG.css');

.GIANT_titledELT {
    font-size: 128px;
    color: black;
    position: relative;
    margin-top: 200px;
    z-index: 999 !important;
    font-weight: 900;
    user-select: none;
    pointer-events: none;
    background: url('../../content/image/textures/texture_01.png') no-repeat center center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip:text;
    background-clip:text;
    text-align:center;
}


.separations2 {
    background: rgba(50, 50, 92, 0.055);
    width: 100%;
    padding: 0; margin: 0;
    margin-top: 20px;
    position: relative;
    border: none;
}

.separations2 .firstSVG {
    position: relative;
    top: 0;
}
.separations2 .secondSVG {
    position: relative;
    bottom: 0;
}

#simulation { width: 800px !important; height: auto !important; }



#simu-firstDisplay {
    max-width: 100%;
    padding: 0; margin: 0;
    flex-direction: column;
    gap: 40px;
}

.mashup_simu h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--colorNV);
}

.mashup_simu {
    width: 100%;
    margin-bottom: 30px;
}

.mashup_simu select {
    width: 100%;
    padding: 13px 15px; margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: var(--coloredButtons);
    font-size: 14px;
    transition: 0.2s ease;
}

.mashup_simu select:hover { cursor: pointer; }

.mashup_simu select:focus {
    border-color: #2563eb;
    outline: none;
    background: #ffffff;
}

.otherDIV {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
}

.ChckCardBox {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--coloredButtons);
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: 0.2s ease;
}

.ChckCardBox:hover {
    border-color: #2563eb;
    background: var(--colorHover);
}

.ChckCardBox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
    cursor: pointer;
}

.ChckCardBox p {
    font-size: 14px;
}

.ChckCardBox input[type="checkbox"]:checked + p {
    font-weight: 600;
    color: #2563eb;
}

.mashup_button {
    width: 100%;
    margin-top: 20px;
}

.mashup_button button {
    background: var(--colorNV);
    color: #ffffff;
    padding: 15px 32px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.mashup_button button:hover {
    cursor: pointer;
    background: var(--colorNVBTNS);
    transform:translateY(-3px);
}

.mashup_text_INFO_imp {
    opacity: 60%;
    font-size: 11px;
    padding: 0; margin: 0;
}

@media screen and (max-width: 1542px) {
    .GIANT_titledELT {
        font-size: 100px;
        margin-top: 50px;
    }
}

@media screen and (max-width:865px) {
    #simulation {
        box-shadow: var(--boxshadowOFFICIAL) !important;
        background: white !important;
        width: 80% !important;
    }
}

@media screen and (max-width: 834px) {
    .GIANT_titledELT {
        font-size: 40px;
    }
    #button_scroll {
        display: none;
    }
}