@media (max-width: 767px) {


    body::-webkit-scrollbar {
        display: none;
    }
    html::-webkit-scrollbar {
        display: none;
    }
    body, html {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: auto;  /* Firefox */
    }


    .isMobile {
        display: block;
    }
    .isDesktop {
        display: none;
    }

    /* LANDINGPAGE */
    #section1 {
        height: 100vh;
        flex-direction: column;
    }
    #lp-page1a {
        height: 65vh;
        /* Bidouillage: fix decalage */
        width: 110%;
        padding-right: 40px;

    }
    #lp-page1b {
        height: 45vh;
        width: 100%;

        /* bottom: 30px; */
    }

    #lp-p1-topLeftSquare {
        opacity: 0;
        left: 0;
        top: -630px;
        transform: rotate(87deg);
        animation: squareAnimResp 1s 0.7s ease forwards;
    }
    @keyframes squareAnimResp {
        0% {
            opacity: 0;
            top: -630px;
        }   
        100% {
            opacity: 1;
            top: -610px;
        }
    }

    .paranthesePortfolio {
        display: none;
    }
    .whiteFont {
        color: var(--primary-color) !important;
    }

    .teamCard:hover .absoluteBg-teamCard {
        left: -74px;
    }

    .membersList {
        flex-flow: wrap;
    }
    .membersList li {
        margin-top: 5px;
    }

    .groupsGrid {
        display: inline-flex;
        flex-direction: column;
        width: 95% !important;
        margin: 15px auto;

        left: 50%;
        transform: translateX(-50%);
        position: relative;

        gap: 15px !important;
    }
    .grid-item {
        max-width: 100%;
    }

    .splide__list {
        padding-left: 0 !important;
    }

    .lp-p1b-div {
        top: 45%;
        transform: translateY(-45%);
        gap: 55px;
    }

    #lp-login {
        transform: translateX(0);
        transform: scale(0.8);
        width: 70%;
    }
    #lp-loginBtn {
        bottom: 18px;
    }

    .lp-p1-rightSection {
        width: 100%;
        right: 0;
        bottom: -600px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
        animation: lp-p2-bottomSectionAnim-phone 1s 0.6s ease forwards;
    }
    @keyframes lp-p2-bottomSectionAnim-phone {
        0% {
            bottom: -600px;
        }
        100% {
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
            bottom: 1px;
        }
    }

    .lp-p2a {
        height: 50vh;
        display: inline-flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }
    .lp-p2b {
        margin-top: 30px;
        height: 40vh;
        display: inline-flex;
    }

    .lp-p2-leftSection {
        width: 100%;
    }

    .splide__arrow {
        display: none;
    }
    .lp-page3-title {
        padding: 31px 0px 18px 0px;
    }

    .lp-p2-rightSectionTitle {
        font-family: 'K2D', sans-serif;
        text-align: center;
        display: block;
        position: relative;
        top: 40%;
        transform: translate(0px, 0%);
        margin: 0 auto;
        width: 100%;
        font-size: 1.1em;
    }

    .gameSelectedBracketUp {
        /* display:none; */
        display: block;
        transform: rotate(270deg) scale(0.47);

        height: 89px;
        width: 294px;
        left: -150px;
        top: -7px;
    }
    .gameSelectedBracketUpPath {
        transform: scale(0.85) !important;
        stroke-width: 5px;
    }
    .gameSelectedBracketDown {
        /* display:none; */
        display: block;
        transform: rotate(90deg) scale(0.47);

        left: 183px;
        bottom: -9px;
    }
    .gameSelectedBracketDownPath {
        transform: scale(0.85) !important;
        stroke-width: 5px;
    }

    .gameSelectedBracketDownHomeMobile {
        left: 154px !important;
    }

    .fc-header-toolbar {
        font-size: 75%;
    }


    .lp-page3-slideContainer {
        transition: all 0.3s;
    }
    .lp-page3-slideContainer:hover {
        margin: 15px 0;
    }


    .lp-searchFiltersDiv {
        width: 100%;
    }
    .filterIcon {
        font-size: 2.7em;
        top:10px;
        opacity: 0.9;
    }
    .lp-filtersLabel {
        opacity: 1;
    }

    #lp-teamsCardGameSelected {
        display: none;
    }


    .twitchLogoSvgContainer {
        position: relative;
        transform: scale(0.7) !important;
        width: 100%;
        height: 20vh;
        background: radial-gradient(circle, rgba(145,70,255,0.4) 0%, rgba(35,35,35,0) 70%);

        transform: translateX(0px);
    }
    .lp-p2a-wrapper {
        width: 100%;
    }
    .lp-p2a-content {
        top: 0;
        left: 0px;
        transform: translateY(0);
    }

    .twitchPresentation {
        font-family: 'K2D', sans-serif;
        font-size: 1.2em;
        width: 90%;
        margin: 20px auto;
    }

    .twitchLoginBtn {
        padding: 20px 25px 20px 25px;
        background-color: #9146FF;
        border-radius: 4px;
        color: white;
        font-size: 1em;
        transition: all 0.4s;
        -webkit-border-radius: 4px;
    }

    .twitchSvg2 {
        z-index: 100;
        height: 300px;
        position: absolute;
        top: 58%;
        left: 56%;
        transform: translate(-41%, -43%);
    }

    /* #logoTwitchEye1 {
        top: 46%;
        left: 62%;
        transform: translate(-62%, -50%);
    } */
    #logoTwitchEye2 {
        top: 46%;
        left: 62%;
        transform: translate(-62%, -50%);
    }

    .lp-p2-rightSection {
        border-radius: 7px;
        width: 100%;
        right: 0;
        bottom: -600px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
        animation: lp-p2-bottomSectionAnim-phone 1s 0.6s ease forwards;
    }
    @keyframes lp-p2-bottomSectionAnim-phone {
        0% {
            bottom: -600px;
        }
        100% {
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
            bottom: 1px;
        }
    }


    .lp-p2-leftSection-icon1 {
        color: var(--background-color);
        z-index: 9999;
        opacity: 1;
        font-size: 2.5em;
        top: 20px;
        right: 34px;
        transform: rotate3d(1, 1, 1, 7deg);
    }

    .lp-p2-leftSection-icon2 {
        color: var(--background-color);
        z-index: 9999;
        opacity: 1;
        font-size: 2.5em !important;
        top: 48px;
        left: 45px;
        transform: rotate3d(1, 1, 1, 7deg);
    }


    .searchContainer {
        position: relative;
        right: 18px;

        width: 85%;
        margin: 0 auto;
        right: 0;
    }

    #lp-page4-separator {
        height: 1px;
    }

    .choseGameArrow {
        font-size: 2.5em;
    }

    #lp-searchText { 
        width: -webkit-fill-available;
}


    .lp-p2-leftSectionImg {
        width: 82%;
        bottom: 37px;
        left: 26px;
    }

    .lp-gameCard {
        margin: 0px 0px;
        width: 60%;
        /* height: 100%; */
        height: 80px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-radius: 2px;

    }

    .lp-page3-containerMaster {
        /* overflow: hidden; */
        /* border-top: 1px solid white;
        border-bottom: 1px solid white; */
    }
    .lp-page3-container {
        padding: 0 5px;
        margin: 0 auto;
    }

    .profilSection1 {
        margin-top: 10px !important;
    }

    .main {
        width: 94%;
        margin: 20px auto 25px;
    }

    .newsFavCardDiv {
        left: -3px;
        font-size: 0.85em !important;
    }
    .newTopicsGameList, .newMediasGameList {
        width: fit-content;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .newTopicsGameList {
        left: 0 !important;
    }


    .newsTopicWord {
        display: none;
    }

    .newTopics, .newMedias {
        padding: 0px 6px;
        width: fit-content;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }



    .hiddenPhone {
        display: none;
    }

    .mediaListModo article {
        max-width: -webkit-fill-available;
    }


    .footerFlexContainer {
        width:90%; 
        margin:0 auto; 
        display:inline-flex; 
        flex-direction: column;
        margin:0px auto 25px auto !important;
    }
    .footerSection1 {
        width: 100% !important;
    }
    .footerSection2 {
        border-left: 0px solid !important;
        border-top: 1px solid var(--primary-color) !important;
        width: 100% !important;
        padding-top: 26px;
    }

    .footerSection1lists {
        font-size: 1em !important;
    }


    .splideGames {
        flex-direction: column;

        background-image: linear-gradient(to bottom, #80808070, #67676770, #4f4f4f70, #38383870, #232323);
    }


    .gamesListHeaderLine {
        flex-direction: column;
    }

    #search-form {
        width: 95%;
        position: relative;
        margin: 20px auto 5px auto;
    }

    .pageTitle {
        font-size: 1.55em;
    }

    .sectionHomeContainerGames {
        margin: 15px auto 25px auto;
    }

    .sectionTitleGames {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .gamesGenreTitle {
        background-image: linear-gradient(to bottom, #2ce4f96e,#f97b2cc7,#f97b2ceb, #232323eb), url('../img/testMotif2.jpg');
        animation: GamesGenreTitle1 0.2s 0s ease-in-out forwards, GamesGenreTitle2 0.3s 0.25s ease-in-out forwards;
    }

    @keyframes GamesGenreTitle1 {
        0% {
            height: 0px;
        }
        100% {
            height:280px; 
        }
    }
    @keyframes GamesGenreTitle2 {
        0% {
            width: 1%;
        }
        100% {
            width:100%; 
        }
    }

    .games-container-phone {
        overflow: hidden;
        height: min-content !important;
    }

    .lp-gameCardTitle-games {
        display: none;
    }

    .gameFiltersDiv {
        font-size: 0.8em;
    }


    .games-container {
        padding: 0 5px;
    }

    .games-gameCard {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        margin: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;

        height:75px;
    }

    .gamesSubTitle {
        border-top-width: 0px;
    }

    .gamesSplideContainer {
        transform: translateX(0px);

        border-bottom: 1px solid #656565;
        border-left: 1px solid black;
        border-right: 1px solid black;

        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .sectionTitleGames h3 {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        padding: 13px 0;
        justify-content: space-evenly;
        gap: 0;
    }

    .gameCardLink {
        margin: 0 auto;
    }

    #search-input {
        height: 2.5em;
        padding: 0.42rem 0.75rem 0.42rem 3.2rem;
    }
    #searchFormLoupe {
        top: 10px;
        left: 18px;
        font-size: 1.4em;
    }

    #search-title {
        margin-top:20px;
    }

    .lp-gameCardTitleSearch {
        top:-37%;
        font-weight: 100;
        font-size: 1.2em;
    }

    .lp-page3-slideContainer:hover .lp-gameCardTitleSearch {
        top: -42%;
    }

    .mainGameDetail {
        width: 95% !important;
        margin: 2px auto 5px;
    }

    #search-results {
        justify-content:center;
    }

    .lp-gameCard-searchResult {
        width:160px;
    }

    .gameNotationDiv {
        margin-top: -13px;
        padding: 0 45px 7px 17px;

        position: relative;

        right: 0 !important;

        padding: 0 45px 12px 17px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
    }
    .rate {
        margin: 0 auto;
        padding: 0 10px;
    }


    .gameHeaderInfosTxt {
        gap:0px;
    }

    .filAriane {
        margin-left: 3% !important;
        margin-right: 3% !important;
        margin-top: 12px !important;
        margin-bottom: 0.5rem;
    }

    .gameSubTitle {
        align-self: center;
    }

    .mainHome {
        margin: 30px auto;
    }


    .gameSubtitleV2 {
        margin-left:3px;
    }

    .gameInfosHeaderTitle {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        border-radius: 6px;

        animation: gameInfosHeaderTitle1 0.3s 0.1s ease-in-out forwards, gameInfosHeaderTitle2 0.4s 0.45s ease-in-out forwards;
    }
    @keyframes gameInfosHeaderTitle1 {
        from {
            height: 0px;
        }
        to {
            height:205px; 
        }
    }
    @keyframes gameInfosHeaderTitle2 {
        from {
            width: 1%;
        }
        to {
            width:100%; 
        }
    }


    .sectionContainer {
        margin: 20px auto;
        padding: 0px 0px 0px 0px;
    }

    .sectionTeamContent {
        flex-direction: column;
    }

    .gameTeamBtn {
        text-align: center;
    }

    .gameTeamBtn2 {
        clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%); 
        position: relative;
        transform: translateX(0px);
    }
    .gameTeamBtn1 {
        clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%); 
        position: relative;
        transform: translateX(0px);
    }

    .sectionContent {
        padding: 20px 5px 0px 5px;
        overflow: hidden;
    }

    .gameHeaderSection1 {
        width: 100%;
    }
    .gameHeaderSection2 {
        width: 100%;
        height: 80px;
        max-height: 80px;
        border-width: 1px !important;
        border-radius: 6px;
        margin-bottom: 11px;
    }

    .inlineFlex {
        flex-direction: column;
    }
    .profilSection1a, .profilSection1b {
        width: 100%;
    }

    #gameFilterBr, #gameFilterFps, #gameFilterMoba, #gameFilterArcade {
        text-wrap: nowrap;
    }

    .gamesFilterList {
        flex-flow: wrap;
    }

    .gameFilterIcon {
        color: #2ce4f9d4;
        font-size: 2.2em;
        padding: 5px 5px;
        margin-right: 0px;
        transform: translate(-6px, 2px);
    }


    .sectionContentMediaDiv {
        margin: 10px 10px 10px 10px !important;
        background-color: #bfbfbf42 !important;
    }



    .gameHeaderTitle {
        font-size: 1.2em !important;
        max-height: 82px;
    }
    .gameHeaderTitle:hover {
        letter-spacing: 0px !important;
        padding: 0px 50px !important;
    }


    .footerRegisterText {
        font-size: 1.2em;
    }
    .footerRegisterCta {
        font-size: 1em;
    }


    .pageTitleGames {
        border-left-width: 0px;
        font-size: 1.55em;
        border-radius: 3px;
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }


    .favArrayHeart {
        font-size: 3em;
    }

    #tarteaucitronIcon #tarteaucitronManager img {
        width: 30px !important;
        height: 30px !important;
    }


    .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0);
    }


    .footerRegisterCard {
        position: absolute;
        top: -29px;
        margin: 0 auto;
        display: inline-flex;
        /* background-image: linear-gradient(to right top, #f97b2c, #b2970e, #6ba144, #219f7a, #05969d); */
        background-image: linear-gradient(to right top, var(--primary-color), var(--secondary-color));
        justify-content: space-between;
        width: 92%;
        border-radius: 8px;
        font-size: 0.75em;
        padding: 7px 14px;
        left: 50%;
        border: 1px solid #000000a8;
        transform: translateX(-50%);
        border-bottom: 2px solid black;
    }
    

    .greetingMsg {
        font-size: 1.4em;
        margin: 0px auto 15px auto;
    }

    .headerUnderline {
        height: 2px;
    }

    @keyframes homeTopicsTitle1 {
        from {
            height: 0px;
        }
        to {
            height:45px; 
        }
    }
    @keyframes homeTopicsTitle2 {
        from {
            width: 5px;
        }
        to {
            width:280px; 
        }
    }

    .logoPng {
        padding: 0;
        margin: 0;
        margin-top: 3px;
        width: 100px !important;

        transform: scale(1);
    }
    .navLine {
        font-size: 0.7em;
    }

    .marginBottomHeaderLine  {
        margin-bottom: 0px;
    }

    .sectionHomeContainer {
        /* margin: 33px auto; */
        margin: 0px auto;
    }

    .authenticationDiv {
        padding-top: 0px;
    }

    .profil {
        font-size: 0.70em;
        padding: 5px 14px 5px 20px;
    }

    .decoBtn {
        font-size: 0.9em;
        padding: 2px 8px 5px 12px;
    }

    .navNotifDiv {
        margin-right:0px;
    } 

    .navLine * {
        margin: 0 0px;
    }

    nav {
        padding-right: 0px;
    }

    .topicList {
        width: 100%;
    }
    .sectionHomeContent {
        padding: 30px 5px 20px 5px;
    }

    .masonry-grid {
        width: 100%;
        margin: 3px auto;
    }

    .gameTopicList {
        padding: 5px 5px !important;
        width: 98% !important;
    }

    .topicCardSubInfos {
        gap: 5px;
    }

    .gameTeamBtn {
        position: relative;
        padding: 15px 0px;
        margin: 3px auto;
        width: 70%;
        border-radius: 7px;
        background-color: rgb(95 95 95) !important;
    }


    .groupListGrid {
        margin: 20px auto;
        text-align: center;
        width: 90%;
        display: block;
    }

    .teamCard {
        margin: 5px auto;
    }

    .teamCardTitleV2 {
        width: 120px;
    }

    .headerGameTitle {
        padding-left: 36px;
        padding-right: 14px;
        padding-top: 4px;
        padding-bottom: 0px;
        bottom: 23px;
        right: 0;
        font-size: 1em;
        border-right: 5px solid #74c814;
    }

    .gameHeaderInfosContent {
        padding:5px;
        
    }

    .gameHeaderInfos {
        flex-direction: column-reverse;
        border-top-width: 0px !important;
    }

    .gameTitle {
        padding: 5px 20px;
    }
    
    .gameTitle h2 {
        font-size: 1.6em;
        font-weight: 200;
    }

    #lp-scrollBtn {
        animation: fadeIn 0.5s 0.5s ease forwards;

        right: 34px !important;
        bottom: 5px !important;
        padding: 7px 19px !important;
        font-size: 1.0em;
        background-color: #232323a6;
    }


    .lp-p3-title {
        margin:0 25px; 
        font-size:1em;
    }

    .arrowLeft {
        left: 15px;
    }
    .arrowRight {
        right: 15px;
    }

    .gamesListIcon {
        font-size: 2.5em;
    }
    .gamesSubtitleTitle {
        font-size: 1.3em;
    }

    #loginFormTitle {
        position:relative; 
        text-align:center; 
        bottom:0px;
    }


    .lp-phone-slpideTrait1 {
        display: block;
        height:1px; 
        position:absolute; 
        width:100%; 
        background:radial-gradient(circle, rgba(255,255,255,1) 11%, rgba(44,243,249,0) 90%);
    }
    /* Désactivé height */
    .lp-phone-slpideTrait2 {
        display: block;
        height:0px; 
        bottom:0px; 
        position:absolute; 
        width:100%; 
        background:radial-gradient(circle, rgba(255,255,255,1) 11%, rgba(44,243,249,0) 90%);
    }

    #searchResultsDiv {
        width: 95%;
        margin: 0 auto;
    }

    .lp-searchResults {
        flex-direction: column;
    }

    .lp-gameCardTitle {
        display: none;
    }

    .lp-gameCardTitlePhone {
        width: 40%;
        display: block;
        align-self: center;
    }


    .registerRightDiv {
        width: 100%;
        display: inline-flex;
        flex-direction: column-reverse;
    }

    .register_restrictionsDiv {
        padding: 0px 25px 12px 25px;

        border-top: 0px solid grey;
        border-bottom: 1px solid grey;
    }


    .loginPageForm {
        width: 80%;

    }

    .containerDiv {
        display: inline-flex;
        width: 100%;
        flex-direction: column;
        margin-top: 25px;
    }
    .registerLeftDiv {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .registerForm {
        width: 95% !important;
        margin: 0 auto;
        padding: 15px 20px !important;
        border: 2px solid #f97b2c61;
        background-color: #f97b2c0a;
        border-radius: 7px;
    }


    .lp-page3-slideContainer {
        width: 95%;
        display: inline-flex;
        border: 1px solid #80808066;
        border-radius: 3px;

        backdrop-filter: blur(4px);
        background-color: #29292994;

        height:auto !important;
    }

    .splideListGames {
        height: min-content !important;
    }


    .lp-p1a-btn, .lp-p1a-btn-noHover {
        width: 165px;
    }

    #lp-phone-line {
        z-index: 999;
        bottom: 20px;
        display: block;
        position: absolute;
        height: 4px;
        width: 150%;
        background-color: var(--primary-color);
    }

    .lp-p1b-rightSectionTitle {
        transform: translateX(0);
        font-size: 1.1em;
        margin-top: 1px;
        max-width: 85%;
    }
    .lp-p1b-rightSectionLoginDiv {
        transform: translateX(0);
        font-size: 1.1em;
    }
    #lp-registerBtn {
        margin: 18px auto;
        padding: 10px 53px;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .lp-leftSection, .lp-teamsCountLine {
        font-size: 1em;
    }

    .centeredLogo {
        transform: translateX(0px);
    }
    .landingPageSlogan  {
        max-width: 97%;
        width: 97%;
        font-size: 0.9em;
        transform: translateX(0px);
        margin: 10px auto 20px auto;
        background: radial-gradient(circle, rgba(247,114,31,0.3) 0%, rgba(35,35,35,0) 100%);

        padding: 10px 20px;
    }
    .lp-statsDiv {
        transform: translateX(0px);
        margin: 0 auto;
    }
    .centeredLogoImg {
        width: 175px !important;
    }

    #lp-registerFormBtn {
        background-color: #03a1a9;
        margin: 4px auto;
        padding: 7px 45px;

    }

    .landingPageDownBtn {
        bottom: 12px;
        padding: 7px 28px !important;
        font-size: 1.15em;
        background-color: #232323db;
        border-radius: 7px;
    }

    #logoShrinkTxt {
        display: none !important;
    }

    .mediaList {
        /* width: 95%;
        margin: 30px auto;
        padding: 30px 20px; */

        width: 99%;
        margin: 20px auto;
        padding: 20px 10px;
    }

    .mediaListGrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: masonry;
        grid-column-gap: 7px;
        grid-row-gap: 0px;
    
    }

    .flash-container {
        z-index: 9999 !important;
        bottom: 35px !important;
    }
    .flash-message {
        width: fit-content !important;
        bottom: 0px !important;
    }

    .sectionTeamParam {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    /* WIP burger nav */
    .navLine {
        transform: translateX(100%);

        flex-direction: column;
        position: absolute;
        top: -1px;
        right: -1px;
        
        width: 101%;
        height: 101vh;
        /* height: fit-content; */

        background-color: #2a2a2a;

        font-size: 2em;

        padding-top: 5px;
        /* justify-content: space-evenly; */

        z-index: 9999;
    }
    .modoNav {
        padding-right: 0px !important;
        border-left: 0px solid #808080a8;
        color: white !important;
    }

    .arianeArrow {
        margin: 0 5px !important;
    }
    .breadcrumbs {
        margin-bottom: 15px !important;
        font-size: 0.9em !important;

        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .filAriane {
        font-size: 0.9em;
    }

    .groupHeader {
        flex-direction: column;
    }

    .crownLeaderTeams {

        position: absolute;
        right: -14px;
        z-index: 9992;
        font-size: 2.2em;
        color: #edb017;
        transform: rotate(23deg);
        text-shadow: 0 0 black;
        transition: all 0.3s;

        top: -22px;
    }


    .teamCard-crownLeader:has( + .teamCard:hover) {
        right: -23px;
        top: -45px;
    }

    .groupHeaderSection1 {
        width:100%; 
        position:relative;
    }
    
    .teamImgContainer {
        width:100%; 
        position:relative;

        transform: perspective(30px) rotateY(328deg);

        animation: perspectiveImg 0.75s 0.1s ease 1 forwards;
    
    }
    @keyframes perspectiveImg {
        from {
            opacity: 0;
            transform: perspective(150px) rotateY(328deg);
        }
        to {
            opacity: 1;
            transform: perspective(1453px) rotateY(360deg);
        }
    }

    .teamImg {
        filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)) grayscale(0);
    }
    

    .teamHeaderAge {
        position: relative;
        text-align: center;
    }

    .groupDescription {
        font-size: 1.1em;
        width: 90%;
    }

    .gameInfosSubTitleBgParam {
        transform: translateY(-1px);
    }


    .gameInfosSubTitleBg {
        transform: translateY(-1px);

        animation: gameInfosSubTitleBg1 0.3s 0.1s ease-in-out forwards, gameInfosSubTitleBg2 0.4s 0.45s ease-in-out forwards;
    }
    @keyframes gameInfosSubTitleBg1 {
        from {
            height: 0px;
        }
        to {
            height:45px; 
        }
    }
    @keyframes gameInfosSubTitleBg2 {
        from {
            width: 5px;
        }
        to {
            width:200px; 
        }
    }

    #switchTeamLeader {
        margin: 0 auto;
    }

    .passLeadDiv {
        margin-right: 0px;
        width: 95%;
        margin: 0 auto;
    }

    .passLeadTitle {
        text-align: center;
    }

    .groupParamOptionLabel {
        margin-top: 15px;
        margin-bottom: 0px !important;
        width: auto;
        text-align: center;
    }

    .headerParamBorderMobile {
        margin-right: 0px !important;
    }

    .headerParamBorderMobile {
        border-right-width: 0px !important;
    }

    .groupTitle {
        padding: 13px 25px !important;
        margin: 10px auto 12px auto !important;
    }

    .homeNav {
        text-align: center;
    }
    .gamesNav {
        text-align: center;
    }
    .teamsNav {
        text-align: center;
    }
    .notifsNav {
        text-align: center;
    }
    .modoNav {
        text-align: center;
    }


    #closeBurgerMobile {
        display: block;
        text-align: center;
        font-size: 1.5em;
        padding: 10px 0;

        color: var(--primary-color);
    }

    #authenticationDiv {
        display: none !important;
    }

    #profilBurgerMobile {
        display:block !important;
        text-align: center;
        margin: 50px auto 0 auto;
        width: fit-content;
    }

    .decoBtn {
        border-right: 0px solid rgba(179, 179, 179, 0) !important;
    }

    .decoBtnMobile {
        padding: 9px 12px 9px 12px;
        border-radius: 5px;
        background-color: #b43a3a;
    }


    .modoNavSubDiv {
        display: inline-flex !important;
    }

    #newNotifBubbleCount {
        position: absolute !important;
        left: 50%;
    }
    .newNotifBubbleCount {
        display: block !important;
        height: fit-content !important;
        position: relative !important;
        padding-bottom: 9px !important;
        padding-top: 5px !important;
        top: 13px !important;

        width: 35px !important;

        /* background-color: #dc2e2e; */
        color: #ffe3e3;
        padding: 0px 4px;
        border: 1px solid rgb(79 79 79 / 40%);
        border-radius: 4px !important;
        transform: translateY(-3px);
    }
    .bubleModo2 {
        right: -13px !important;
    }
    
    #profilBtnNav {
        background-color: #205053;
        border-radius: 5px;
        padding: 9px 18px 9px 7px;
    }

    .mainTopicDetails {
        width: 94% !important;
    }

    .censuredWordsList  {
        width: 90%;
        margin: 25px auto 20px auto;
    }

    .modoSubTitle1Bg {
        transform: translate(-2px, -1px);

        animation: modoSubTitle1Bg1 0.3s 0.1s ease-in-out forwards, modoSubTitle1Bg2 0.4s 0.45s ease-in-out forwards !important;
    }
    @keyframes modoSubTitle1Bg1 {
        from {
            height: 0px;
        }
        to {
            height:45px; 
        }
    }
    @keyframes modoSubTitle1Bg2 {
        from {
            width: 5px;
        }
        to {
            width:244px; 
        }
    }




    /* TEST MediaDetail inline img/posts PC HANDLE */
    .mainMediaDetail {
        width: 95% !important;
        max-width: 95% !important;
        margin: 25px auto 30px auto !important;
    }

    .mediaDetailWrapper {
        display: inline-flex;
        flex-direction: column !important;
        width: 100%;

        margin-top: 0px !important;
    }

    .mediaDetailSection1 {
        width: 100%;
        margin: 0 auto;
    }
    .mediaDetailSection2 {
        width: 100%;
        margin: 0 auto;
    }
    /* Fin test */





    .gameTopicsSubTitleBg {
        transform: translate(0px, -1px) !important;
    }
    .createButton {
        top: -2px;
    }
    .gameFavoritedLabel {
        font-size: 0.9em;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 9px;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .reportPreviewBtn {
        width: 90%;
    }

    #allSeenLink {
        margin-top: 20px;
        margin-bottom: 21px;
    }
    .cleanNotifsBtn {
        margin: 20px auto;
    }

    .mainMediaDetail {
        max-width: 87%;
    }

    .notifCard  {
        padding: 10px 51px 10px 15px;
    }

    .filAriane {
        align-items: center;
    }

    .notifCardLine {
        width: 95%;
    }


    #showBurgerMenu {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 23px;
        transform: translateY(-50%);
        top: 55%;
        font-size: 2em;
        color: var(--primary-color);
    }

    .showNavMobile {
        position: relative;
        transform: translateX(0%) !important;
    }


    #headerGameTitle {
        display: none !important;
    }


    .topicCardPublishDate {
        display: none;
    }

    .fakeCard {
        margin-left: 0px !important;
        width: 100%;
    }

    .homeSubTitle {
        font-size: 1.3em;
        align-self: center;
    }

    .mobilHomeTitle {
        position: relative;
        top: 3px;
    }

    .collapseMobile {
        display: block;
        z-index: 999;
        align-self: center;
        font-size: 1.4em;
        padding: 6px 14px;
        position: relative;
        /* left: 9px; */

        transition: all 0.3s;
    }

    .chevronRotate {
        transform: rotate(180deg);
    }

    .headerLineSection {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }


    .formAddGroup {
        width: 90% !important;
        margin: 0px auto !important;
    }

    .collapseSection {
        margin: 0 auto !important;
        height: 0px !important;
    }
    .collapseSection2 {
        margin: 0 auto !important;
        display: none !important;
    }
    .collapseSection3 {
        opacity: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
    }

    .gameSubtitleV2 {
        padding: 6px 0px 3px 0px;
        width: 98%;
        text-align: center;
        /* margin-right: 5px; */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        /* background-color: var(--background-color); */
        background-color: #0d3c42;
        margin-left: 4px;
        border-radius: 4px;
        margin-top: 1px;
        opacity: 0;
    }

    .stickerNewMediaDetail {
        width: 102px !important;
    }

    .flash-container {
        /* position: absolute;
        bottom: 70px; */
    }


    /* #lp-page2 {
        height: 50vh !important;
    }
    #lp-page3 {
        height: 50vh !important;
    } */

    .lp-page4-container {
        flex-direction: column;
        overflow: scroll;
    }
    .lp-page4-card {
        padding: 9px 12px;;
        height: 20vh;
        margin: 5px auto;
        border-radius: 5px;

        display: inline-flex;
    }

    .lp-page4-cardTitle {
        font-size: 1.3em;
        align-self: center;
    }
    .lp-page4-card:hover .lp-page4-cardTitle {
        letter-spacing: 2px;
    }
    .lp-page4-img {
        margin: 0px auto;
    }

    #lp-page4-cardTeams, #lp-page4-cardMedias, #lp-page4-cardTopics {
        width: 90%;
        height: 20vh;
        margin: 5px auto;

        display: inline-flex;
    }
    #lp-page4-cardTeams {
        margin: 0px auto;
    }

    #lp-page4-selectedGameTitle {
        font-size: 1.3em;
    }

    .lp-searchDiv {
        padding: 13px 0 9px 0;
    }

    #orSpan {
        margin-right: 10px;
        font-size: 1.3em;
    }


    .lp-searchSubDiv {
        flex-direction: column; 
        width: 100%;
    }


    #lp-page4-cardTeams-seek, #lp-page4-cardTeams-create {
        font-size: 0.7em;
    }


    .lp-page4-teamsCardImg {
        display: none;
    }

    .lp-page4-cardTeams-btn {
        padding: 11px 0;
    }
    .lp-page4-cardTeams-btn:hover {
        letter-spacing: 0px;
    }


    #lp-registerBtn {
        margin:30px auto; 
        width:100%; 
        clip-path:polygon(0% 0, 100% 0, 100% 100%, 0% 100%); 
        padding:10px 45px; 
        font-size:1.2em;
    }

    .lp-filterBtn {
        font-size: 0.8em;
    }


    .gameDetailsIcon {
        font-size: 1.5em;
        right: 30px;
    }
    .lp-page4-titleDivWrapper:hover .gameDetailsIcon {
        right: 15px;
    }













}