* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
#slideWrapper {
    width: 100%;
    overflow: hidden;
    background: #E9E9E9;
    position: relative;
    /* border: 2px solid green; */
}
  
#slideContainer {
    /* border: 2px solid red; */
    position: relative;
    overflow: hidden;
    display: flex;
    width: 4000px;
    left: -800px
}
  
.title_slide {
    width: 90px;
    height: 660px;
    float: left;
    background-color: #b9a18d;
    transform: skew(-16deg);
    position: relative;
    left: 70px;
    transition: background 0.2s ease, margin 0.6s ease;
    user-select: none;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    /* z-index: 11; */
    font-family: "orator-std","Courier New","Courier",monospace;
}
  
.title_slide:hover {
    cursor: pointer; 
    background: #c6b59e;
}
  
.title {
    width: 460px;
    color: #fff;
    font-size: 28px;
    transform: rotate(-90deg);
    position: absolute;
    top: 256px;
    left: -185px;
}

.slideIconContainer {
    position: absolute;
    left: 41%;
    bottom: 100px;
    transform: skew(16deg);
}
  
.page {
    /* border:2px solid blue; */
    position: relative;
    left: 70px;
    height: 660px;
    transform: skew(-16deg);
    background: #fff;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    transition: width 0.6s ease;
    overflow: hidden;
    margin-right: 1px;
    
}

.index-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 47px;
    font-family: 'Source Sans Pro', 'Source Sans', Arial, sans-serif;
    font-size: 22px;
    border: 2px solid #b9a18d;
    padding: 5px 20px;
    margin: 5px;
    transition: color 0.25s ease-in-out;
}

@media (max-width: 719px) {
    .index-btn {
        font-size: 35px;
        height: auto;
        /* padding: 10px 20px; */
        padding: 20px;
    } 
}
  
.pageContent {
    padding: 39px;
    height: 100%;
    /* overflow-x: auto; */
}

.page, .pageContent {
    width: 754px;
}

.pageContent h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 14px;
    color: #555;
}

.pageContent h3 {
    font-family: "orator-std","Courier New","Courier",monospace;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: -6px;
    color: #999;
}

.pageContent > p, #page1 .pageContent > div > p {
    transform: skew(16deg);
    font-family: 'Source Sans Pro', 'Source Sans', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 22px;
}

.text1 {
    margin-left: 3px;
}

.text2 {
    margin-left: 3px;
}

.text3 {
    margin-left: 13px;
}

.firstPageDesc {
    padding-left: 9px;
}

.textPage5 {
    margin-left: 5px;
}

.textPage11 {
    margin-left: 1px;
}

@media (max-width: 719px) {
    .pageContent > p, #page1 .pageContent > div > p {
        font-size: 29px;
        line-height: 30px;
    }

    .text1 {
        margin-left: 21px;
    }

    .text2 {
        margin-left: 11px;
    }

    .text3 {
        margin-left: 31px;
    }

    .textPage5 {
        margin-left: 21px;
    }

    .textPage11 {
        margin-left: 9px;
    }

    .pageContent h2 {
        font-size: 40px;
    }

    .pageContent h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .textPage15 {
        margin-left: 5px;
    }
}

.indexPageContainer {
    transform: skew(16deg);
    display: flex;
    /* justify-content: center; */
    /* margin-top: 25px; */
    margin-top: 20px;
}

.virginieKnysakPage {
    height: 50px;
    transform: skew(0)!important;
    cursor: pointer;
}

@media screen and (max-width: 719px) {
    .virginieKnysakPage {
        height: 65px;
    }
}

.collectibleArtPage {
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.collectibleArtPage.opacity-100 {
    height: 52px;
}

/* Style Onglet Flash Collections */
.pageContent.flashCollections {
    overflow-x: auto;
}

#photobooth {
  /* margin-top:20px; */
  z-index: 50;
  transform: skew(16deg);
  -webkit-transform: skew(16deg);
  -moz-transform: skew(16deg);
  -o-transform: skew(16deg);
  -ms-transform: skew(16deg);
  position: relative;
  /* left: -20px; */
}

#photobooth > div {
  width: 200px;
  /* height:200px; */
  height: auto !important;
  background: #fff;
  border: 2px solid #eee;
  float: left;
  margin-right: 11px;
  margin-top: 5px;
}

#photobooth > div > span {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 6px 0;
  display: block;
  color: #555;
  font-size: 15px;
}

#photobooth > div > span:last-of-type {
  color: #000;
}

.pboothimg {
  width: 100%;
  height: 150px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 1230px) {
  #photobooth > div {
    width: 200px;
    height: 240px;
  }
  .pboothimg {
    height: 180px;
  }
}

.pboothimg div {
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 6px;
  color: #444;
  font-size: 0.95em;
  position: absolute;
  bottom: -74px;
  transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  z-index: 12;
}

#photobooth div:first-of-type {
  cursor: pointer;
}

.pboothimg:hover div {
  position: absolute;
  bottom: -16px;
  cursor: default;
  background: rgba(255, 255, 255, 0.95);
}

.pboothimg:not(:first-of-type):active {
  font-weight: 600;
}

.pboothimg div span:first-of-type {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 5px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #444;
  font-size: 18px;
  font-weight: 500;
}

.pboothimg div span:nth-child(2) {
  font-size: 15px;
}

.pboothimg:hover div span:first-of-type {
  color: #111;
}

#photobooth div:first-of-type .pboothimg {
  background: url('../img/glitter.jpg');
  background-size: cover;
}

#photobooth div:nth-of-type(2) .pboothimg {
  background: url('../img/laiton.jpg');
  background-size: cover;
}

#photobooth div:nth-of-type(3) .pboothimg {
  background: url('../img/thetwins.jpg');
  background-size: cover;
}

#photobooth div:nth-of-type(4) .pboothimg {
  background: url('../img/phos.jpg');
  background-size: cover;
}

#photobooth div:nth-of-type(5) .pboothimg {
  background: url('');
  background-size: cover;
}

@media (max-width: 719px) {
    .pageContent.flashCollections {
        overflow-x: unset;
    }

    #photobooth {
        display: grid;
        grid-template-columns: repeat(2, 0fr);
        margin-left: 67px;
        margin-top: 30px;
    }

    #photobooth > div:nth-child(1), #photobooth > div:nth-child(2) {
        margin-bottom: 30px;
    }
}

/* Style Onglet Solaris */
@media (max-width: 719px) {
    #drawingsnav_two {
        display: none;
    }

    #dlr-photo13.photo_two {
        margin: 0 0 20px;
    }
}

/* Style Onglet Where To See It */
.whereToSeeItContainer {
    font-size:1.2em!important;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
    height: 75%;
}

.whereToSeeItImg {
    height: 100%;
    padding-bottom: 20px;
}

@media (max-width: 719px) {
    .whereToSeeItContainer {
        height: 42%;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .whereToSeeItBtn {
        margin-left: 20%;
    }
}

/* Style Onglet Stardust */
.textPage4 {
    margin-left: 3px;
}

@media (max-width: 719px) {
    .textPage4 {
        margin-left: 13px;
    }
}


/* Style Onglet News */
.indexPageContainer p {
    margin: 0 10px;
}

.newsChangeBtn, .newsChangeBtnUnauthorized {
    position: relative;
    cursor: pointer;
    font-size: 18px!important;
    user-select: none;
}

.unauthorizedBtn, .unauthorizedBtn:hover {
    cursor: url('../img/logo_icons/ban.png') 8 8, not-allowed !important;
}

.newsChangeBtn:hover .newsBtnUnderline, .newsChangeBtn.active .newsBtnUnderline {
    transition: width 0.5s ease-in-out;
    width: 100%;
}

.newsBtnUnderline {
    background: #b9a18d;
    /* height: 3px; */
    height: 2px;
    position: absolute;
    width: 0;
    left: 0;
    /* bottom: -10px; */
    bottom: -2px;
}

.newsBlock {
    transform: skew(16deg);
    /* margin-top: 25px; */
    margin-top: 10px;
}

.lithoSideBlock a {
    top: 5px;
    left: 20px;
    padding: 5px;
}

.lithoSideBlock .firstLithoElement {
    left: 76px;
}

.currentContent, .currentContent .carousel-J, .currentContent .slides-J, .currentContent .slide-J, .currentContent .slide-J img, .lithographyContent {
    height: 100%;
}

@media (max-width: 719px) {
    .currentContent, .lithographyContent {
        height: unset;
    }
}

.pastHolder {
    width: 78%;
/*     transform: skew(16deg);
    -webkit-transform: skew(16deg);
    -moz-transform: skew(16deg);
    -o-transform: skew(16deg);
    -ms-transform: skew(16deg); */
    position: relative;
    /* top: 20px; */
    left: 90px;
}

/* .pastHolder > div {
    overflow-x: hidden;
} */

.pastContainer {
/*     width: 100%;
    height: 100%; */
    overflow-x: hidden;
}

.pastContainer > div {
    width: 1000%;
}

.pastContainer ul {
    width: 10%;
    float: left;
    height: 530px;
}

.desktopVersion {
    display: block!important;
}

.desktopVersionLitho {
    display: flex!important;
}

.contentNFT .desktopVersionNFT, .desktopVersionNewsNFT {
    display: flex!important;
}

.mobileVersion, .mobileVersionNewsNFT {
    display: none!important;
}

#newsBtn {
    bottom: 0;
    left: 40%;
}

.panierBottom {
    display: none;
}

/* Style Onglet NFTs */
#page7 .pageContent .contentNFT {
    transform: skew(16deg);
}

#page7 .pageContent .contentNFT img {
    height: 400px;
    position: relative;
    top: 3px;
}

.hashtagNFT {
    font-size: 20px;
    font-weight: 400;
}

/* Style onglet Press */
#pressWrapper {
    width: 78%;
    height: 560px;
    transform: skew(16deg);
    -webkit-transform: skew(16deg);
    -moz-transform: skew(16deg);
    -o-transform: skew(16deg);
    -ms-transform: skew(16deg);
    position: relative;
    top: 20px;
    left: 90px;
}

.pressButton {
    width: 70px;
    height: 560px;
    background: #fff;
    text-align: center;
    line-height: 400px;
    font-size: 40px;
    cursor: pointer;
    color: #aaa;
}
  
.pressButton:hover {
    color: #000;
}

#rightBtn {
    position: absolute;
    right: -70px;
    top: 0;
    z-index: 20;
}

#leftBtn {
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 20;
}

#pressContainer {
    width: 100%;
    height: 560px;
    overflow-x: hidden;
}

#pressContainer > div {
    width: 1000%;
    height: 530px;
}
  
#pressContainer ul {
    width: 10%;
    float: left;
    height: 530px;
}

#pressContainer .item div span {
    font-size: 1.2em;
    opacity: 0.4;
}
  
#pressContainer .item:hover div {
    opacity: 0.93;
}

#pressLiner {
    transition: margin 0.8s ease;
    -webkit-transition: margin 0.8s ease;
    -moz-transition: margin 0.8s ease;
    -ms-transition: margin 0.8s ease;
    -o-transition: margin 0.8s ease;
}

#pressLiner .item {
    display: block;
    width: 29%;
    height: 300px;
    background: #aaa;
    margin: 40px 2%;
    float: left;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}
  
#pressLiner .item > div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    box-sizing: border-box;
    padding: 50% 0;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
}

/* Style onglet Creative Studio */
.pageContent.creativeStudio {
    position: relative;
}

.pageContent.creativeStudio ul {
    float: right;
    display: block;
    width: 170px;
    color: #555;
    font-size: 14px;
    line-height: 15px;
    margin: 0 30px 20px;
    padding-left: 0!important;
    transform: skew(16deg);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.pageContent.creativeStudio li {
    margin: 4px 0;
}

.pageContent.creativeStudio li#dotdotdot {
    display: block;
    font-weight: 600;
    font-size: 28px;
}

.pageContent.creativeStudio li#dotdotdot a {
    color: #222!important;
}

.pageContent.creativeStudio li span {
    font-weight: 300;
    font-size: 11px;
    color: #333;
}

.pageContent.creativeStudio #smalto {
    cursor: pointer;
}

.pageContent.creativeStudio #smalto:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* footer {
    height: 100px;
} */

/** Classes liées à la publication **/
.secondOnlinePublication {
    margin-left: 950px;
}

.thirdOnlinePublication {
    margin-left: 900px;
}

.fourthOnlinePublication {
    margin-left: 850px;
}

.fifthOnlinePublication {
    margin-left: 800px;
}

@media (min-width: 1920px) {
    .firstOnlinePublication {
        margin-left: 1035px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .firstOnlinePublication {
        margin-left: 890px;
    }
}

@media (min-width: 721px) and (max-width: 1439px) {
    .firstOnlinePublication {
        margin-left: 785px;
    }
}

@media screen and (max-width: 720px) {
    .firstOnlinePublication {
        margin-left: 890px;
    }
}

/** Fin - Classes liées à la publication **/

@media screen and (max-width: 720px) {
    .page, .pageContent {
        height: 1300px;
        width: 900px;
    }

    .title_slide {
        width: 130px;
        height: 1300px;
        right: 0;
        left: 70px;
    }

    .title {
        width: 650px;
        color: #fff;
        font-size: 47px;
        transform: rotate(-90deg);
        position: absolute;
        top: 520px;
        left: -270px;
    }
    
    #page13, #page13 .pageContent {
        width: 1050px;
    }
    
    #page13 .pageContent h2, #page13 .pageContent h3 {
        width: 825px;
    }

    .newsBlock.currentContent, .nftsBlock {
        width: 850px;
        margin: 20px auto;
    }

    .newsBlock.currentContent > div {
        width: 95%;
        margin-left: 75px!important;
    }

    .nftsBlock > div {
        width: 90%;
        margin-left: 57px!important;
    }

    .nftsBlock > div img {
        height: unset!important;
        width: 80%;
    }

    .slideIconContainer {
        left: 22%;
        bottom: 300px;
    }

    .slideIconContainer > a > svg {
        height: 62px;
        width: 62px;
    }

    .newsChangeBtn, .indexSep, .newsChangeBtnUnauthorized {
        font-size: 35px!important;
    }

    .desktopVersion {
        display: none!important;
    }

    .desktopVersionLitho {
        display: none!important;
    }

    .contentNFT .desktopVersionNFT, .desktopVersionNewsNFT {
        display: none!important;
    }

    .mobileVersion {
        display: block!important;
    }

    .mobileVersionNewsNFT {
        display: flex!important;
    }

    .panierNews.panierTop {
        display: none;
    }

    .panierBottom {
        display: block;
    }

    .panierNews svg {
        height: 45px;
        width: 45px;
    }

    .lithographyContent .panierNewsContainer:first-child,
    .currentContent .panierNewsContainer:first-child {
        top: -70px!important;
    }

    /* .lithographyContent .panierNewsContainer:last-child,
    .currentContent .panierNewsContainer:last-child {
        bottom: 150px!important;
    } */

    #newsBtn {
        bottom: 100px;
        left: 51%;
    }  

    #pressWrapper {
        margin-left: -10px;
    }
}

@media all and (min-width: 720px) {
    .page, .pageContent {
        width: 1000px;
    }

    #page13, #page13 .pageContent, #page7, #page7 .pageContent {
        width: 1100px;
    }
}

@media all and (orientation: landscape) and (max-height: 720px) {
    .page, .pageContent {
        width: 1000px;
    }
}

@media all and (min-width: 1850px) {
    .page {
      width: 1300px;
    }

    .pageContent {
        width: 1300px;
        height: 100%;
    }
}  

@media (max-width: 1919px) {
    #slideWrapper {
        overflow-x: scroll;
    }
}

.closed {
    width: 0!important;
}

