html{
    margin: 0;
    padding: 0;
    font-family: 'Satoshi', sans-serif;
    color: white;
    background-color: #36393e; /*#808080 #424549*/
}

*::-webkit-scrollbar{
    display: none;
}

.main{
    min-width: 100vh;
}

    /* HEAD */

.top-part{
    text-align: center;
    padding-top: 30px;
}

.top-titre{
    font-size: xx-large;
}

.top-sous-titre{
    font-size: x-large;
}

    /* TABS */

[data-tab-info] {
    display: none;
}

.active[data-tab-info] {
    display: block;
}

.tab-content {
    font-size: 17px;
}

.tabs {
    font-size: 40px;
    display: inline-block;
    margin: 2%;
    text-align: center;
}

.tabs span {
    margin: 10px;
    text-align: center;
    float: left;
    font-size: 20px;
    padding: 15px;
}

.tabs span:hover {
    background: #666666;
    border-radius: 15px;
    cursor: pointer;
}

.title-tab{
    font-weight: bold;
    font-size: larger;
}

.small-tab{
    margin: 3%;
}

.links a{
    text-decoration: underline;
    color: inherit;
    text-align: center;
}

    /* BODY */

.main-part{
    margin: 2% 10%;
}

.icone{
    height: auto;
    width: fit-content;
}
.texticone{
    text-align: center;
    margin-top: 8px;
}

.skill-title{
    margin-left: 2%;
}

.skill-grid{
    display: grid;
    grid-template-columns: repeat(9, minmax(80px,100px));
    /*grid-template-rows: repeat(2, 150px);*/
    grid-gap: 1rem;
    grid-row-gap: 2rem;
    margin-left: 2%;
}

.grid-item{
    background-color: #1EAAFC;
    background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: #fff;
    border-radius: 4px;
    border: 6px solid #171717;
    padding: 5px;
}

    /* FOOTER */

.bottom-part{
    border-top: white;
}

    /* BACKGROUND */
/*
.background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
*/

/* ---- reset ---- */

body {
    margin: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}
