.apiGame {
    position: relative;
    height: 100%;
    background: #18415f;
}
 .bannerBread {
    position: relative;
    user-select: none;
    overflow: hidden;
    padding: 12rem 0
}

 .container {
    position: relative;
    z-index: 2
}

 .bannerBread .bgbread {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    background: #272932;
    opacity: 0.5;
}

.bannerBread .bgbread {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    background: #272932;
    opacity: 0.5;
}
 .bannerBread:before {
    content: '';
    background-image: radial-gradient(48.09% 50% at 50% 50%, rgba(25, 30, 53, 0) 0, rgb(24 24 24 / 0) 100%), linear-gradient(180deg, rgb(24 24 24 / 52%) 56.22%, #1a1c26);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1
}

 .contentAPI {
    display: flex;
    flex-direction:column;
}

.contentAPI h1 {
    font-size: 30px;
    font-weight: 800 !important
}

 .contentAPI span {
    margin-left: .5rem;
    opacity: .9;
    font-weight: 100
}
.avatarContent {
    width: 180px;
    height: 100%;
    overflow: hidden;
}
.avatarProfil {
    border-radius: 10%;
    object-fit: cover;
    z-index: 5;
    background: #7856d9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 800;
}
 .blockArea {
    position: relative;
    background: #1a1c26;
    min-height: 300px
}
.plateformes{
    display:flex;
    flex-wrap:wrap;
    gap:0.2rem;
    margin:0.2rem 0;
}
.plateformes .plateforme{
    background:white;
    border-radius:0px;
    color:black;
    font-size:12px;
    font-weight:500;
    padding:0.3rem 0.5rem;
}
.plateformes .plateforme.editor{
    background:#607d8b;
    color:white;
}
.plateformes .plateforme.dev{
    background:#3f51b5;
    color:white;
}
.release{
    font-size:16px;
    opacity: 0.8;
}

.infinityGame_Block {
    position: relative;
    font-family: var(--ff1);
    padding: 12rem 0;
}
.infinityGame_Block .container, .infinityGame_Block .container-fluid {
    position: relative;
    z-index: 10;
}
.infinityGame_Block .CoverGameFond {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.infinityGame_Block .about {
    font-weight: 800;
}
.infinityGame_Block .gameTitle {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}
.faqBlock {
    background: #312d361a;
    padding: 1rem;
    border-radius: 3px;
    border: 1px solid #45424a;
    backdrop-filter: blur(32px);
}
.faqBlock ::marker {
    color: #4d45b3;
}
.propData {
    font-size: 16px;
    margin-left: 2rem;
}
details {
    user-select: none;
    padding: 1rem;
    background: #16181b;
    margin: 1rem 0;
    border-radius: 5px;
}

details a:hover{
    color:#4d45b3;
}

iframe{
    min-height: 300px;
}

.entryhead {
    position: relative;
    user-select: none;
    overflow: hidden;
    padding: 5rem 0;
    border-top: 1px solid #333;
    background: #16181b;
}
.entryhead h1{
    font-weight: 800;
        font-size: 30px;
}
.entryhead .container-fluid{
    position: relative;
    z-index: 10;
}
.entryhead .fondBG {
    position: absolute;
    top: 0;
    left:0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entryhead .jquetteLeft{
    width: 150px;
    border-radius: 10%;
    object-fit: cover;
}

.gamingYT iframe {
    height: 100%;
    min-height: 300px;
}

/**
* Mobiles
*/
@media (max-width: 1200px) {
    .mobileV{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin: 0.5rem 0;
    }
    .mobileV .ms-auto,
    .mobileV .ms-5{
        margin:auto!important;
    }
    .mobileV .icones,
    .mobileV .plateformes{
        justify-content: center;
        align-items: center;
    }
    .mobileV .jquetteLeft{
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
    }
}

.hypesingle {
    font-size: 14px;
    font-weight: 600;
    background: #E91E63;
    border-radius: 5px;
    width: fit-content;
    padding: 0.2rem 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gamerating {
    font-size: 14px;
    font-weight: 600;
    background: #673AB7;
    border-radius: 5px;
    width: fit-content;
    padding: 0.2rem 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyrightMedias {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}

section.gameTxt {
    background: #16181b;
    padding: 2rem 0;
    font-size: 16px;
}

h2.gameSub{
    font-size: 25px;
    font-weight: 800;
    color: #a877fe;
}