.baseHome {

    flex-direction: column;
    height: 100vh;
    background-image: url(/assets/img/base/test.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.ecron {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    gap: 15px;    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;    
    height: 90%;
    scrollbar-width: 0;
    scrollbar-color: none none;
    font-family: 'minecraftia';
    overflow: hidden;
    /* transform: scale(0.9); */
    padding-bottom: 10px;
    z-index: 5;
}


.col {
    width: 100%;
    height: 100%;
}

.Pcol {
    width: 100%;
}


.case {
    background: #bfbfbf;
    background: linear-gradient(350deg, rgba(191, 191, 191, 1) 0%, rgba(227, 227, 227, 1) 36%, rgba(255, 255, 255, 1) 61%);
    border-radius: 5px;
    border: solid rgb(58, 58, 58) 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.top {
    background-color: #EA651D;
    font-family: "daydream";
    font-size: 12px;
    color: #e0e0e0;
    text-indent: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*_________________ COLONNE UNE _________________ */

.col1 {
    width: 24%;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.Pcol6 {
    height: 55%;
}

.tip{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.Pcol7 {
    height: 45%;
}

.lastArt {
    width: 100%;
    height: 100%;
    background-image: url(https://files.catbox.moe/81v4nq.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.toArt {
    background: #d6beb0;
    background: radial-gradient(circle, rgb(255, 181, 138) 9%, rgba(234, 101, 29, 1) 80%);
    width: fit-content;
    margin-bottom: 4px;
    border: solid black 2px;
    vertical-align: middle;
    padding: 2px;
    color: #ffffff
}




/*_________________ COLONNE DEUX _________________ */

.col2 {
    width: 45%;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

}

.Pcol1 {
    height: 200px;
}

.pub{
    background-image: url(https://files.catbox.moe/q3dnvq.png);
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #435AA3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0e0e0;
}

.Pcol2 {
    height: 70%;
}

.aboutContent {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.aboutRow1{
    background-color: #b9b8b8;
    height: 60%x;
}

.aboutRow2{
    background-color: #b9b8b8;
    height: 40%;
}

/*_________________ COLONNE TROIS _________________ */

.col3 {
    width: 26%;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.Pcol3 {
    height: 65%;

}

.ColRowLast {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Pcol4 {
    height: 55%;
}

.Pcol5 {
    height: 45%;
}


/*_________________ RESPONSIVE _________________ */



@media (max-width: 1200px) {
    .container {
        gap: 20px;
        overflow-y: scroll;
        font-size: 12px;
        height: 100%;
        padding-bottom: 60px;
    }

    .top {
        font-size: 8px;
        padding: 2px;
    }

    /*_________________ COLONNE UN _________________ */

    .col1 {
        width: 100%;
        min-width: 300px;
        max-width: 800px;
        height: 250px;
        flex-direction: row;
    }

    .Pcol6 {
        height: 100%;
    }

    .Pcol7 {
        height: 100%;
    }

    /*_________________ COLONNE DEUX _________________ */

    .col2 {
        width: 100%;
        min-width: 300px;
        max-width: 800px;
        height: fit-content;
    }

    .Pcol1{
        max-height: 100px;
    }
    /*_________________ COLONNE TROIS _________________ */

    .col3 {
        width: 100%;
        min-width: 300px;
        max-width: 800px;
        height: 400px;

    }

    .ColRowLast {
        width: 100%;
        height: 200px;
        display: flex;
        gap: 10px;
    }

    .Pcol4 {
        height: 200px;
        width: 100%;
    }

    .Pcol5 {
        height: 200px;
        width: 100%;
    }

}

/* @media (max-width: 300px) {
    
} */