a.lightGrey-color, .lightGrey-color {
    color: #e9e9e9!important;
}

a.lightGrey-border {
    border-color: #e9e9e9!important;
}

.border-brown {
    border-color: #b9a18d!important;
}

header {
    background-color : white;
    padding: 5px 26px 15px;
    width: 100vw;
    position: relative;
    /* border-bottom: 1px solid grey; */
}

.headerTitle {
    font-family : 'orator-std', 'Courier New', 'Courier', monospace;
    font-size: 51px;
    color: black;
}

.headerSubtitle {
    font-family : 'orator-std', 'Courier New', 'Courier', monospace;
    font-weight: 300;
    font-size: 20px;
    margin-top: -5px;
}

.tagline h2 {
    color: #b9a18d;
    font-size: 24px;
    margin-bottom: 8px;
    padding: 5px 0
}

nav {
    margin: auto;
}

nav ul {
    padding: 3px;
}

nav ul li, nav ul li a {
    padding: 0 5px;
}

nav ul li a {
    font-weight: 400;
}

a:hover {
    cursor: pointer;
}

header aside a svg {
    height: 30px;
}

.underlineNav {
    position: absolute;
    top: 28px;
    left: 6%;
    background: #b9a18d;
    height: 3px;
    width: 0%;
    transition: width 0.2s ease;
}

nav ul li:hover .underlineNav, .activeNftPage .underlineNav {
    width: 90%;
}

header aside {
    position: absolute;
    right: 40px;
    bottom: 19px;
}

@media (max-width: 768px) {
    header {
        padding: 20px 0 20px 0!important;
    }

    .headerSubtitle {
        font-size: 30px;
    }

    nav ul li {
        padding: 12px 20px 0!important;
    }

    header aside a svg {
        height: 35px;
    }

    header aside {
        right: 40px;
        bottom: 26px;
    }
}

@media screen and (max-width: 720px) {
    header aside {
        right: 40px;
        bottom: 42px;
    }
}

.bloc-description {
    font-family: 'Source Sans Pro', 'Source Sans', Arial, sans-serif;
    color: #555;
    font-style: normal;
}

.soloGif {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-33 {
    width: 33%!important;
}

.openDescNft {
    font-weight: 600;
    font-size: 28px;
    margin-left: 10px;
    position: absolute;
    bottom: -5px;
}

@media screen and (max-width: 720px) {
    .openDescNft {
        font-size: 60px;
        bottom: -23px;
    }
}

.openDescNftContainer {
    cursor: pointer;
    left: -10px;
}

.openDescNftContainer:hover {
    text-decoration: underline!important;
    text-underline-offset: 6px;
    font-weight: 600;
}

.openDescNftContainer:hover > span {
    text-decoration: none!important;
}

.openDescMobileBtnContainer {
    border: 2px solid #b9a18d;
    padding: 10px 45px;
    margin: 3rem;
}

.openDescMobileBtnContainer p {
    font-size: 55px;
    color: #b9a18d;
    margin: 0;
}

/* Story */
#reelcontainer.storyPage {
    overflow: hidden;
}

@media (min-width:978px) {
    #reelcontainer.storyPage {
        overflow: unset;
    }
}

.menuStory {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: #e9e9e9;
    z-index: 59;
}

.submenuStory {
    cursor: pointer;
}

.submenuStory, .separatorMenuStory {
    font-size: 20px;
    color: grey;
    font-family: 'orator-std', 'Courier New', 'Courier', monospace !important;
    margin: 0;
}

.separatorMenuStory {
    margin: 0 10px;
}

.activeMenuStory, .submenuStory:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

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

.encadreTitre {
    border: 2px solid #b9a18d;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 0 3rem;
    font-size: 40px;
    color: #b9a18d;
    font-family: 'orator-std', 'Courier New', 'Courier', monospace !important;
}

.encadreTitreFin {
    /* border: 2px solid #b9a18d; */
    margin: 0 auto 3rem;
    text-align: center;
    padding: 0 3rem;
    font-size: 36px;
    color: #b9a18d;
    font-family: 'orator-std', 'Courier New', 'Courier', monospace !important;
}

.whitePaperBtnsContainer {
    border: 2px solid #b9a18d;
    color: #b9a18d;
    margin: auto;
    padding: 15px 20px 5px;
    font-family: 'Source Sans Pro', 'Source Sans', Arial, sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 22px;
    width: fit-content;
}

.whitePaperBtnsContainer a:hover {
    text-decoration: underline!important;
    text-underline-offset: 6px;
    font-weight: 600;
}

@media screen and (max-width:720px) {
    .submenuStory, .separatorMenuStory {
        font-size: 31px;
    }

    .encadreTitre {
        font-size: 52px;
    }

    .encadreTitreFin {
        font-size: 47px;
    }


}

/* Popup - Etherals catalogue */
.openPopupNFT {
    cursor: pointer;
}

.overlayNFTPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popupNftContainer {
    background-color: white;
    width: fit-content;
    padding: 50px;
    position: relative;
}

.popupNftCloseBtnContainer {
    position: absolute;
    top: -3px;
    right: 18px;
    cursor: pointer;
}

.closeNftBtn {
    color: #b9a18d;
}

.popupNftImgContainer {
    max-width: 475px;
    width: 100%;
    margin-bottom: 15px;
}

.popupNftImgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Etherals_all.php */
#sortingMenu {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
}

.containerEtheralsSerie1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    /* padding: 10px; */
}

.containerEtheralsSerie2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* padding: 10px; */
}

.containerEtheralsSerie1 .cardEtherals, .containerEtheralsSerie2 .cardEtherals {
    padding: 0 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}


@media screen and (max-width:768px) {
    .containerEtheralsSerie1, .containerEtheralsSerie2 {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
    }

    .containerEtheralsSerie1 .cardEtherals, .containerEtheralsSerie2 .cardEtherals {
        padding: 0;
    }
}

.etheralAllLink:hover {
    font-style: italic;
}

.cardEtherals.dragging {
    opacity: 0.5;
}

/* .dragging {
    opacity: 0.5;
    pointer-events: none;
} */

.containerEtheralsSerie1 .cardEtherals img, .containerEtheralsSerie2 .cardEtherals img {
    width: 100%;
    height: auto;
    display: block;
}

.containerEtheralsSerie1 .cardEtherals svg, .containerEtheralsSerie2 .cardEtherals svg {
    margin-top : 10px;
}

@media (min-width:1920px) {
    .storyMessage {
        width: 52%;
    }   
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .storyMessage {
        width: 67%;
    }   
}

@media (min-width: 1130px) and (max-width: 1439px) {
    .storyMessage {
        width: 75%;
    }   
}

@media (min-width: 760px) and (max-width: 1129px) {
    .storyMessage {
        width: 85%;
    }   
}

@media (min-width: 721px) and (max-width: 759px) {
    .storyMessage {
        width: 100%;
    }   
}

@media screen and (max-width: 720px) { 
    .storyMessage {
        width: 100%;
    } 
}

/* Favoris */
.NoFavoris {
    min-height: calc(100vh - 390.98px);
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorisNft {
    margin: 20px 0;
}

.nftFavorisCardWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0 35px;
}

/* .nftFavorisCard {
    border: 2px solid red;
} */

.nftFavorisCard .nftImgContainer {
    border: 2px solid #b9a18d;
}

.nftFavorisCard .nftImgContainer img {
    width: 100%;
    object-fit: cover;
}

.nftFavorisCardFooter {
    /* border: 1px solid green; */
    padding: 10px 5px;
    border: 2px solid #b9a18d;
    border-top: none;
}

.cardFirstLine {
    /* border: 1px solid orange; */
    display: flex;
    justify-content: space-between;
}

.cardFirstLine div {
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cardFirstLine div svg:last-child {
    margin-left: 5px;
}

/* .cardSecondLine {
    border: 1px solid magenta;
} */

.favorisNftBtnFooter {
    /* border: 1px solid red; */
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorisNftBtnFooter img {
   width: 35px;
   cursor: pointer; 
}

/* Responsive */
@media (min-width: 851px) and (max-width:973px) {
    header {
        width: auto;
    }        
}


@media (max-width: 850px) {
    header {
        padding: 5px 26px 30px;
        width: auto;
    }

    .tagline {
        z-index: 1;
    }

    nav {
        margin-top: 3rem!important;
    }
}

/* Version tabeltte */
@media (max-width: 991.98px) {
    .tagline h2 {
        font-size: 23px;
    }
}

/* Version mobile */
@media (max-width: 768px) { 
    header {
        padding: 5px 26px 40px;
        width: auto;
    }
}

@media (max-width: 750px) {
    nav {
        margin-bottom: 1.4rem!important
    }
}

@media (min-width: 720px) {
    nav > ul > li > a {
        font-size: 20px!important;
    }

}

@media (max-width: 720px) {
    header {
        padding: 20px 0 40px 0;
    }
    
    .headerTitle {
        font-size : 80px;
    }

    .tagline h2 {
        font-size: 31px;
    }

    nav > ul > li {
        margin-left: 0;
        /* margin-right: 15px; */
        padding: 0;
    }

    nav ul li:hover .underlineNav, .activeNftPage .underlineNav {
        top: 100%;
        left: 5px;
    }

    nav > ul > li > a {
        font-size: 38px!important;
        padding-left: 0;
    }
} 