T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/gocodeme.com/private_html/epicerieguertin.ca/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gocodeme.com/private_html/epicerieguertin.ca/style.css
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Arial', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #000;
    color: #fff;
    position: fixed;
    overflow: hidden;
}

@media (max-width: 768px) {
    html, body {
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        height: auto;
        min-height: 100vh;
    }
    
    body {
        position: relative;
    }
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(ellipse at center, #1a1a1a 0%, #000 100%);
}

.lang-switch {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    gap: 5px;
    background: rgba(20, 20, 20, 0.9);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(201, 169, 97, 0.5);
    box-shadow: 0 0 15px rgba(201, 169, 97, 0.3);
}

@media (max-width: 768px) {
    .lang-switch {
        top: 10px;
        right: 10px;
        padding: 3px;
        gap: 3px;
    }
}

.lang {
    padding: 8px 15px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
}

@media (max-width: 768px) {
    .lang {
        padding: 6px 12px;
        font-size: 11px;
        min-width: 40px;
        min-height: 40px;
    }
}

.lang:hover {
    color: #fff;
}

.lang.active {
    background: #c9a961;
    color: #000;
    box-shadow: 0 0 10px rgba(201, 169, 97, 0.8);
}

.site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .site {
        position: relative;
        min-height: 100vh;
        padding: 15px;
        justify-content: flex-start;
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.site > * {
    pointer-events: auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeIn 1s;
    width: 100%;
}

@media (max-width: 768px) {
    .header {
        margin-bottom: 25px;
    }
}

.title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 
        0 0 10px rgba(201, 169, 97, 0.8),
        0 0 20px rgba(201, 169, 97, 0.6),
        0 0 30px rgba(201, 169, 97, 0.4);
    margin-bottom: 15px;
    letter-spacing: 2px;
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        text-shadow: 
            0 0 10px rgba(201, 169, 97, 0.8),
            0 0 20px rgba(201, 169, 97, 0.6),
            0 0 30px rgba(201, 169, 97, 0.4);
    }
    50% {
        text-shadow: 
            0 0 15px rgba(201, 169, 97, 1),
            0 0 30px rgba(201, 169, 97, 0.8),
            0 0 45px rgba(201, 169, 97, 0.6);
    }
}

.subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.5);
}

.menu {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .menu {
        gap: 8px;
        margin-bottom: 25px;
        padding: 0 5px;
    }
}

.menu-btn {
    padding: 12px 25px;
    background: rgba(26, 26, 26, 0.85);
    border: 2px solid rgba(201, 169, 97, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(201, 169, 97, 0.2);
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.menu-btn:hover {
    color: #fff;
    border-color: #c9a961;
    box-shadow: 0 0 20px rgba(201, 169, 97, 0.8);
    transform: translateY(-2px);
}

.menu-btn.active {
    background: #c9a961;
    color: #000;
    border-color: #c9a961;
    box-shadow: 0 0 25px rgba(201, 169, 97, 1);
    transform: scale(1.05);
}

.content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
}

@media (max-width: 768px) {
    .content {
        min-height: 300px;
        width: 100%;
    }
}

.panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s;
    pointer-events: none;
}

.panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.box {
    background: rgba(26, 26, 26, 0.85);
    border: 2px solid rgba(201, 169, 97, 0.5);
    border-radius: 15px;
    padding: 50px;
    box-shadow: 
        0 0 30px rgba(201, 169, 97, 0.3),
        inset 0 0 30px rgba(201, 169, 97, 0.1);
    animation: boxGlow 2s ease-in-out infinite;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .box {
        padding: 25px 20px;
        border-radius: 12px;
        margin: 0 auto;
    }
}

@keyframes boxGlow {
    0%, 100% {
        box-shadow: 
            0 0 30px rgba(201, 169, 97, 0.3),
            inset 0 0 30px rgba(201, 169, 97, 0.1);
    }
    50% {
        box-shadow: 
            0 0 40px rgba(201, 169, 97, 0.5),
            inset 0 0 40px rgba(201, 169, 97, 0.2);
    }
}

.heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 0 0 15px rgba(201, 169, 97, 0.8);
}

.text {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    text-align: center;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.3);
}

.text-block {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
}

.text-block p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.text-block .big {
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.4);
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.item {
    background: rgba(10, 10, 10, 0.6);
    border: 1px solid rgba(201, 169, 97, 0.5);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.item:hover {
    transform: translateY(-5px);
    border-color: #c9a961;
    box-shadow: 0 0 25px rgba(201, 169, 97, 0.8);
    background: rgba(10, 10, 10, 0.8);
}

.icon {
    font-size: 4rem;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(201, 169, 97, 0.8));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.item h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.5);
}

.item p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 1rem;
}

.item a {
    color: #c9a961;
    text-decoration: none;
    transition: all 0.3s;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.5);
}

.item a:hover {
    color: #d4af6a;
    text-shadow: 0 0 20px rgba(201, 169, 97, 0.8);
}

.footer {
    margin-top: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-shadow: 0 0 10px rgba(201, 169, 97, 0.3);
}

.footer p {
    margin-bottom: 10px;
}

.footer .credit {
    margin-top: 15px;
    font-size: 0.85rem;
    color: rgba(201, 169, 97, 0.8);
    text-shadow: 0 0 15px rgba(201, 169, 97, 0.5);
    font-style: italic;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.footer .credit:hover {
    opacity: 1;
    color: rgba(201, 169, 97, 1);
    text-shadow: 0 0 20px rgba(201, 169, 97, 0.8);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .subtitle {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .menu-btn {
        padding: 10px 15px;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        flex: 1;
        min-width: calc(50% - 4px);
    }

    .heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .text {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .text-block p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .text-block .big {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .item {
        padding: 25px 20px;
    }

    .icon {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .item h3 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .item p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .footer {
        margin-top: 30px;
        font-size: 0.85rem;
        padding: 0 10px;
    }

    .footer .credit {
        font-size: 0.75rem;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .site {
        padding: 10px;
        padding-top: 70px;
    }

    .title {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .subtitle {
        font-size: 0.85rem;
    }

    .header {
        margin-bottom: 20px;
    }

    .menu {
        margin-bottom: 20px;
        gap: 6px;
    }

    .menu-btn {
        padding: 10px 12px;
        font-size: 0.75rem;
        min-width: calc(50% - 3px);
    }

    .box {
        padding: 20px 15px;
    }

    .heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .text {
        font-size: 1rem;
    }

    .text-block p {
        font-size: 0.95rem;
    }

    .text-block .big {
        font-size: 1.1rem;
    }

    .item {
        padding: 20px 15px;
    }

    .icon {
        font-size: 2.5rem;
    }

    .item h3 {
        font-size: 1.3rem;
    }

    .lang-switch {
        top: 8px;
        right: 8px;
    }

    .lang {
        padding: 5px 10px;
        font-size: 10px;
        min-width: 36px;
        min-height: 36px;
    }
}

@media (max-width: 360px) {
    .title {
        font-size: 1.4rem;
    }

    .menu-btn {
        font-size: 0.7rem;
        padding: 8px 10px;
    }

    .heading {
        font-size: 1.3rem;
    }
}


CasperSecurity Mini