.mobile .contentTop {
    padding-left: unset;
    padding-right: unset;
}
.pool-grid {
    display: grid;
    grid-template-columns:1fr;
}

.engagement-infos {
    position: absolute;
    right: 1.5em;
    transition: transform .2s;
}
.engagement-infos [data-id='quantityLocked'].red {
    color:var(--btn-color);
}

[data-id='filter-menu'] .engagement-infos {
    font-size:16px;
    bottom:8px;
}
[data-id='filter-menu'][data-menu-state='open'] .engagement-infos {
    display:none;
    visibility:hidden;
}

.pool-card a{
    text-decoration: none;
}
.pool-card-main {
    --project-color:#6249fa;
    position:relative;
    aspect-ratio: 5 / 1;
    margin-bottom: 3rem;
    min-width: 300px;
    border-radius: 20px;
    background:rgba(0,0,0,0.5);
}
.pool-card-main:hover {
    outline:solid 2px var(--project-color);
    outline-offset: 4px;
}

.pool-card .project-cover {
    aspect-ratio: 1 / 1;
    height:100%;
    border-radius: 20px;
    background-size:cover;
    float: inline-start;
    margin-right: 2em;
    min-height: fit-content;
    position:relative;
}
.pool-card .project-cover .project-name {
    text-decoration: none;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
    background-color: var(--project-color);
    text-align: center;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 5px;
    padding-top:3px;
}
.pool-card .project-cover .project-name:before {
    background: linear-gradient(0deg, var(--project-color), transparent);
    position: absolute;
    content: " ";
    top: -1rem;
    left:0;
    width: 100%;
    height: 1rem;
}
.pool-content {
    display:grid;
    grid-template-columns:1fr;
    max-height: 100%;
    padding-bottom:22px;
    margin-top:10px;
}

.pool-content .h2-style {
    font-size: 2.1em;
    font-family: "Luckiest Guy",cursive;
    font-variant: petite-caps;
}
.pool-content .h3-style {
    font-size: 0.7em;
    line-height: 0.8em;
}
.pool-content .h2-style .h3-style {
    font-size: 0.6em;
    font-family: "Luckiest Guy",cursive;
    font-variant: petite-caps;
}
.pool-content .h3-style .icon:before {
    margin-left: 1vw;
}

.pool-status {
    position:absolute;
    top:1.3em;
    right:1.3em;
    background-color:#eee;
}
.headLayoutWrapper {
    flex-direction: column;
}
.pool-actions {
    position:absolute;
    bottom:-2em;
    right:1rem;
}
.pool-actions a {
    margin-left: 0.6em;
}
.pool-card .ligne_start {
    background-color: #fff;
    border-radius: .2rem;
    position: absolute;
    right: .5rem;
    top: 43%;
    padding: 0 .25rem;
    font-size: 10px;
    color: #111521;
}
.pool-card .ligne_start::after {
    background-color: #555;
    border-radius: 50%;
    display: inline-flex;
    content: " ";
    width: .5rem;
    height: .5rem;
    margin-left: .5rem;
}
.pool-card[data-status=upcoming] .ligne_start::after {
    background-color: #efa615;
}
.pool-card[data-status=live] .ligne_start::after {
    background-color: #90cf2c;
}
.pool-card .btn {
    font-size: 0.8rem;
}
.pool-card .pool-number {
    padding: 3px 7px 3px 7px;
    font-size: 8px;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 25px;
    background-color: var(--btn-color);
    color: white;
    font-weight:bold;
}

/*.iconz {
    color: var(--btn-color);
    top: 4px;
    position: relative;
}*/

.table {
    display:table;
    width:100%;
    position:relative;
}
.table .line, .table .headT, .table .footerT  {
    display:table-row;
}
.table .line div, .table .headT div, .table .footerT div {
    display:table-cell;
}
.table .col_market {
    max-width:30px;
}
.table .headT {
    font-size:20px;
    font-weight:bold;
    z-index:100;
    background:rgba(0,0,0,0.5);
}
.table .headT div, .table .line div {
    padding:0.5rem;
    transition: transform .2s;
}
.table .line.you {
    color:#90cf2c;
    font-weight:bold;
}
.table .footerT {
    font-size:20px;
    font-weight:bold;
    background:rgba(0,0,0,0.5);
}
.table .headT div:hover, .table .line div:hover {
    transform: scale(1.1);
    transform-origin: -2em;
}

.table .fancy {
    font-family: "Luckiest Guy", cursive;
    font-variant: petite-caps;
    font-size:25px;
    text-shadow: 2px 2px 0px #000, -1px -1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 0px -1px 1px #000, -1px 1px 0px #000;
}

.engagement-infos:hover {
    transform: scale(1.2);
}
div[data-zone='faq'] {
    margin-top: 100px;
}


@media (min-width: 700px){
    .headLayoutWrapper {
        flex-direction: unset;
    }
    .pool-actions {
        bottom:-1.2em;
    }
    .pool-actions a {
        margin-left: 1.6em;
    }
    .pool-content .h2-style {
        font-size: 3.2em;
    }
    .pool-content  .h3-style {
        font-size: 1.2em;
        line-height: unset;
    }
    .pool-content  .h2-style .h3-style {
        font-size: 0.6em;
    }
    .pool-card .project-cover .project-name, .pool-card .ligne_start {
        font-size: 14px;
    }
    .pool-card .btn {
        font-size: 1rem;
    }
    .pool-card .ligne_start {
            right: 1.3rem;
            top: 1.3rem;
    }
    .co_play .pool-card .ligne_start {
            right: 1.3rem;
            top: 2rem;
    }
    .pool-card .pool-number {
        font-size: 14px;
    }
    [data-id='filter-menu'] .engagement-infos {
        font-size:24px;
    }
    @media (min-width: 1100px){
        .pool-content .h2-style {
            font-size: 4.5em;
        }
        .pool-content .h3-style {
            font-size: 2.2em;
        }
        .pool-content  .h2-style .h3-style {
            font-size: 0.6em;
        }
        .pool-card .project-cover .project-name, .pool-card .ligne_start {
            font-size: 16px;
        }
        .pool-card .btn {
            font-size: 1.5rem;
        }
        [data-id='filter-menu'] .engagement-infos {
            font-size:34px;
            bottom:unset;
        }
    }
}