/* =========================
   Footer base
========================= */
.new__footer {
    background: #232323;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: #fff;
}

.new__footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.new__footer li {
    list-style: none;
}

/* =========================
   Typography
========================= */
.new__footer a,
.new__footer p,
.new__footer span {
    color: inherit;
}

.new__footer a {
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.new__footer p {
    text-align: left;
}

/* =========================
   Actualités
========================= */
.new__footer_actu ul {
    gap: 20px 31px;
}

.new__footer_actu a {
    font-size: 15px;
    line-height: 20px;
}

.new__footer_actu a:hover {
    color: #8B8E95;
}

/* =========================
   Compliance
========================= */
.new__footer_compliance div#footers {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.new__footer_compliance a {
    transition: transform 0.2s ease-in-out;
}

.new__footer_compliance a:hover {
    transform: scale(1.05);
}

/* =========================
   Disclaimer
========================= */
.new__footer_disclaimer ul {
    max-width: 930px;
    gap: 20px 31px;
    align-items: flex-start;
}

.new__footer_disclaimer span {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.new__footer_disclaimer p {
    font-size: 12px;
    line-height: 16px;
}

.new__footer_disclaimer p a {
    display: inline;
    font-weight: 400;
    text-decoration: underline;
}

.new__footer_disclaimer p a:hover {
    color: #8B8E95;
}

/* =========================
   Social
========================= */
.new__footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}

.new__footer_social ul {
    gap: 32px;
    flex-wrap: wrap;
}

.new__footer_social li:hover svg path {
    fill: #8B8E95;
}

.new__footer_social li a:focus svg path {
    fill: #BDBDBD;
}

.new__footer_social span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

/* =========================
   Links
========================= */
.new__footer_links ul {
    flex-wrap: wrap;
    gap: 20px;
}

.new__footer_links a {
    font-size: 12px;
    line-height: 100%;
}

.new__footer_links a:hover {
    color: #8B8E95;
}

.new__footer_links a:focus,
.new__footer_disclaimer p a:focus,
.new__footer_actu a:focus {
    text-decoration: underline;
    color: #BDBDBD;
}


/* =========================
   Copyright
========================= */
.new__footer_copyright {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
}

/* =========================
   Responsive
========================= */
@media (min-width: 769px) {
    .new__footer_disclaimer li {
        flex: 1;
    }

    .new__footer_disclaimer li span {
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .new__footer_actu ul,
    .new__footer_compliance div#footers {
        flex-wrap: wrap;
    }

    .new__footer_links {
        max-width: 426px;
    }

    .new__footer_disclaimer ul {
        flex-direction: column;
        row-gap: 31px;
    }
}

@media (max-width: 565px) {
    .new__footer {
        padding-inline: 50px;
    }

    .more-games {
        float: none;
        margin-top: 0;
    }
}

@media (max-width: 464px) {

    body{
        background: #232323;
    }

    .new__footer_social {
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .new__footer_links ul {
        column-gap: 34.5px;
    }
}
