* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

#slideWrapper {
    --index-lower-scale: 1;
    --index-open-offset: calc(690px * var(--index-lower-scale));
    --index-base-left: calc(785px * var(--index-lower-scale));
    --index-title-shift: calc(85px * var(--index-lower-scale));
    --index-title-offset: calc(70px * var(--index-lower-scale));
    --index-title-width: calc(90px * var(--index-lower-scale));
    --index-panel-height: calc(660px * var(--index-lower-scale));
    --index-page-width: calc(754px * var(--index-lower-scale));
    --index-feature-page-width: calc(1100px * var(--index-lower-scale));
    --index-title-label-width: calc(460px * var(--index-lower-scale));
    --index-title-font-size: calc(27px * var(--index-lower-scale));
    --index-title-top: calc(256px * var(--index-lower-scale));
    --index-title-left-pos: calc(-185px * var(--index-lower-scale));
    --index-geo-top: calc(112px * var(--index-lower-scale));
    --index-geo-left: calc(14px * var(--index-lower-scale));
    --index-geo-size: calc(56px * var(--index-lower-scale));
    --index-icon-bottom: calc(100px * var(--index-lower-scale));
    --index-page-padding: calc(39px * var(--index-lower-scale));
    --index-h2-size: calc(29px * var(--index-lower-scale));
    --index-h2-margin-bottom: calc(14px * var(--index-lower-scale));
    --index-h3-size: calc(21px * var(--index-lower-scale));
    --index-h3-margin-bottom: calc(14px * var(--index-lower-scale));
    --index-h3-margin-top: calc(-6px * var(--index-lower-scale));
    --index-body-size: calc(18px * var(--index-lower-scale));
    --index-body-line-height: calc(23px * var(--index-lower-scale));
    --index-btn-height: calc(47px * var(--index-lower-scale));
    --index-btn-font-size: calc(22px * var(--index-lower-scale));
    --index-btn-padding-y: calc(5px * var(--index-lower-scale));
    --index-btn-padding-x: calc(20px * var(--index-lower-scale));
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    /* border: 2px solid green; */
}

@media (min-width: 1800px) {
    #slideWrapper {
        --index-lower-scale: 1.04;
        --index-base-left: calc(876px * var(--index-lower-scale));
    }
}

@media (min-width: 2200px) {
    #slideWrapper {
        --index-lower-scale: 1.09;
    }
}

@media (min-width: 2600px) {
    #slideWrapper {
        --index-lower-scale: 1.14;
    }
}

@media (max-width: 720px) {
    #slideWrapper {
        --index-base-left: 890px;
        --index-open-offset: 800px;
    }
}

@media (min-width: 721px) {
    html, body {
        background: #fff !important;
    }

    #slideWrapper {
        --index-panel-height: calc(725px * var(--index-lower-scale));
        --index-page-width: calc(930px * var(--index-lower-scale));
        --index-feature-page-width: calc(1040px * var(--index-lower-scale));
    }

    body {
        overflow-x: hidden;
    }

    #reelcontainer.indexPage {
        overflow-x: hidden !important;
    }

    #slideWrapper {
        background: #e9e9e9;
    }

    #slideWrapper::before,
    #slideWrapper::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: clamp(90px, 10vw, 190px);
        background: #e9e9e9;
        z-index: 0;
        pointer-events: none;
    }

    #slideWrapper::before {
        left: 0;
    }

    #slideWrapper::after {
        right: 0;
    }

    #slideContainer {
        position: relative;
        z-index: 1;
    }
}
  
#slideContainer {
    /* border: 2px solid red; */
    position: relative;
    overflow: hidden;
    display: flex;
    width: max-content;
    min-width: 4000px;
    left: calc(-1 * var(--index-open-offset));
}
  
.title_slide {
    width: var(--index-title-width);
    height: var(--index-panel-height);
    float: left;
    background-color: #b9a18d;
    transform: skew(-16deg);
    position: relative;
    left: var(--index-title-offset);
    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: var(--index-title-label-width);
    color: #fff;
    font-size: var(--index-title-font-size);
    transform: rotate(-90deg);
    position: absolute;
    top: var(--index-title-top);
    left: var(--index-title-left-pos);
}

#title5 .title {
    white-space: nowrap;
}

#title5 .title5-geo {
    position: absolute;
    top: var(--index-geo-top);
    left: var(--index-geo-left);
    width: var(--index-geo-size);
    height: var(--index-geo-size);
    transform: skew(16deg);
    z-index: 3;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#title5 .title5-geo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
    transform: scale(0.85);
    transform-origin: center;
}

#title5 .title5-geo a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideIconContainer {
    position: absolute;
    left: 41%;
    bottom: var(--index-icon-bottom);
    transform: skew(16deg);
}
  
.page {
    /* border:2px solid blue; */
    position: relative;
    left: var(--index-title-offset);
    height: var(--index-panel-height);
    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: var(--index-btn-height);
    font-family: 'Source Sans Pro', 'Source Sans', Arial, sans-serif;
    font-size: var(--index-btn-font-size);
    border: 2px solid #b9a18d;
    padding: var(--index-btn-padding-y) var(--index-btn-padding-x);
    margin: 5px;
    transition: color 0.25s ease-in-out;
}

.interview-btn-wrap {
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.interview-btn {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    transform: translate(18px, 55px);
}

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

    #page5 .pageContent > p,
    #page5 .textPage5,
    #page5 .pageContent h2,
    #page5 .pageContent h3,
    #page5 #drawingsreel,
    #page5 #filler_two {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
    }

    #page5 .pageContent > p,
    #page5 .textPage5,
    #page5 .pageContent h2,
    #page5 .pageContent h3 {
        transform: skew(16deg) !important;
        -webkit-transform: skew(16deg) !important;
        -moz-transform: skew(16deg) !important;
        -o-transform: skew(16deg) !important;
        -ms-transform: skew(16deg) !important;
    }

    #page5 #drawingsreel {
        left: 0 !important;
        width: calc(100% - 86px) !important;
        max-width: none !important;
        height: auto !important;
        overflow: hidden !important;
        display: block;
        top: 0 !important;
        margin: 8px 0 0 42px !important;
        transform: skew(16deg) !important;
        -webkit-transform: skew(16deg) !important;
        -moz-transform: skew(16deg) !important;
        -o-transform: skew(16deg) !important;
        -ms-transform: skew(16deg) !important;
    }

    #page5 #filler_two {
        width: 100% !important;
        margin: 0 auto !important;
        height: auto !important;
        border: none !important;
        padding-bottom: 0 !important;
    }

    #page5 #filler_two .photo_two {
        height: auto !important;
        aspect-ratio: 3200 / 2592 !important;
        background-size: 180% auto !important;
        background-repeat: no-repeat !important;
        background-position: center 46% !important;
    }

    #page5 #filler_two > a > img {
        display: block !important;
        width: 102% !important;
        margin: 0 auto !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: 70% center !important;
    }

    #page5 #solaris-mobile-cta {
        width: calc(100% - 86px) !important;
        margin: 8px 0 0 42px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        transform: skew(16deg) !important;
        -webkit-transform: skew(16deg) !important;
        -moz-transform: skew(16deg) !important;
        -o-transform: skew(16deg) !important;
        -ms-transform: skew(16deg) !important;
    }

    #page5 #solaris-mobile-preview-img {
        width: 163px !important;
        max-width: 100% !important;
        margin: 4px 0 8px auto !important;
        transform: translateX(14px) !important;
        border: none !important;
    }

    #page5 #solaris-mobile-cta .index-btn {
        display: inline-flex !important;
        width: fit-content !important;
        min-height: auto !important;
        height: auto !important;
        font-size: 35px !important;
        padding: 20px !important;
        line-height: normal !important;
        white-space: nowrap !important;
        margin: 0 auto !important;
    }

    #page5 #solaris-mobile-spacer {
        height: 30px;
    }

    #page5 #solaris-main-caption {
        font-size: 36px !important;
        margin: 6px 0 0 0 !important;
        line-height: 1.15 !important;
        position: static !important;
    }
}
  
.pageContent {
    padding: var(--index-page-padding);
    height: 100%;
    /* overflow-x: auto; */
}

.page, .pageContent {
    width: var(--index-page-width);
}

.pageContent h2 {
    font-weight: 300;
    font-size: var(--index-h2-size);
    margin-bottom: var(--index-h2-margin-bottom);
    color: #555;
}

.pageContent h3 {
    font-family: "orator-std","Courier New","Courier",monospace;
    font-weight: 300;
    font-size: var(--index-h3-size);
    margin-bottom: var(--index-h3-margin-bottom);
    margin-top: var(--index-h3-margin-top);
    color: #999;
}

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

.pageContent .div-creative > p,
.pageContent .div-creative .indexDesc {
    font-family: 'Source Sans Pro', 'Source Sans', 'Arial', sans-serif;
    font-size: var(--index-body-size);
    font-weight: 300;
    color: #555;
    line-height: var(--index-body-line-height);
}

.text1 {
    margin-left: 3px;
}

.text2 {
    margin-left: 7px;
}

.text3 {
    margin-left: 17px;
}

.firstPageDesc {
    padding-left: 13px;
}

.textPage5 {
    margin-left: 5px;
}

.textPage11 {
    margin-left: 1px;
}

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

    .pageContent .div-creative > p,
    .pageContent .div-creative .indexDesc {
        font-size: 31px;
        line-height: 36px;
    }

    .div-creative > p,
    .div-creative .indexDesc {
        line-height: 36px !important;
    }

    #page2 .div-creative > p,
    #page2 .div-creative .indexDesc {
        line-height: 36px !important;
    }

    .text1 {
        margin-left: 21px;
    }

    .text2 {
        margin-left: 11px;
    }

    .text3 {
        margin-left: 31px;
    }

    .textPage5 {
        margin-left: 21px;
    }

    .textPage11 {
        margin-left: 9px;
    }

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

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

    .textPage15 {
        margin-left: 5px;
    }

    #page1 .pageContent > div.firstPageDesc {
        clear: right;
        width: 100%;
        max-width: none;
        transform: translateX(20px);
        margin-right: -10px;
    }
}

.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; */
}

@media all and (min-width: 721px) {
  #photobooth {
    transform: skew(16deg) scale(0.97);
    -webkit-transform: skew(16deg) scale(0.97);
    -moz-transform: skew(16deg) scale(0.97);
    -o-transform: skew(16deg) scale(0.97);
    -ms-transform: skew(16deg) scale(0.97);
    transform-origin: top left;
  }
}

#photobooth > div {
  width: calc(177px * var(--index-lower-scale));
  /* 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: calc(15px * var(--index-lower-scale));
}

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

.pboothimg {
  width: 100%;
  height: calc(133px * var(--index-lower-scale));
  background: #eee;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 1230px) {
  #photobooth > div {
    width: calc(177px * var(--index-lower-scale));
    height: calc(212px * var(--index-lower-scale));
  }
  .pboothimg {
    height: calc(160px * var(--index-lower-scale));
  }
}

.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: 17.5px;
  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 (min-width: 720px) {
    #page5 #drawingsreel {
        width: 87.5% !important;
        left: -10px !important;
        height: 500px !important;
    }

    #page5 #filler_two {
        width: 76% !important;
        padding-top: 14px !important;
        box-sizing: border-box !important;
    }

    #page5 #filler_two .photo_two {
        background-size: 74% auto !important;
        background-position: center 46% !important;
        height: 430px !important;
    }

    #page5 #filler_two #dlr-photo13.photo_two {
        background-image: url('../img/diptyches/d1/animation_solar_index3.gif') !important;
        background-size: 70% auto !important;
        background-position: center 64% !important;
        background-repeat: no-repeat !important;
    }

    #page5 #solaris-test-side {
        right: -110px !important;
        width: 188px !important;
        transform: none;
    }

    #page5 #solaris-side-preview-img,
    #page5 #solaris-image-legend-outside {
        transform: translateY(-4px);
    }

    #page5 #solaris-main-caption {
        margin-top: 20px !important;
    }

    #page5 .solaris-btn-desktop {
        width: 190px;
        height: auto;
        min-height: 66px;
        padding: 0;
        font-size: 22px !important;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
        margin: 22px 0 0 0;
        flex-direction: column !important;
        justify-content: space-between !important;
        gap: 0;
        position: relative;
    }

    #page5 .solaris-btn-desktop,
    #page5 .solaris-btn-mobile {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px;
    }

    #page5 .solaris-btn-mobile::after {
        content: "\2192  +";
        display: inline-block;
        font-size: 0.95em;
        line-height: 1;
        white-space: nowrap;
    }

    #page5 .solaris-btn-desktop .solaris-btn-top {
        display: block;
        width: fit-content;
        margin: 0 auto;
        padding: 7px 0 0 0;
        font-size: 22px !important;
        line-height: 1.1;
        transform: translateY(2px);
        text-align: center;
    }

    #page5 .solaris-btn-desktop .solaris-btn-bottom {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-top: none;
        padding: 0 0 6px 0;
        font-size: 30px !important;
        font-weight: 300;
        line-height: 1;
        white-space: nowrap;
        transform: translateY(-2px);
    }

    #page5 .solaris-btn-desktop .solaris-btn-arrow {
        position: relative;
        display: inline-block;
        width: 48px;
        height: 12px;
    }

    #page5 .solaris-btn-desktop .solaris-btn-arrow::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 36px;
        height: 1.5px;
        background: #b9a18d;
        transform: translateY(-50%);
    }

    #page5 .solaris-btn-desktop .solaris-btn-arrow::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 14px solid #b9a18d;
    }

    #page5 .solaris-btn-desktop .solaris-btn-plus {
        display: inline-block;
        font-size: 28px;
        font-weight: 450;
        line-height: 1;
    }

    #page5 .solaris-btn-desktop:hover .solaris-btn-arrow::before {
        background: #C6B59E;
    }

    #page5 .solaris-btn-desktop:hover .solaris-btn-arrow::after {
        border-left-color: #C6B59E;
    }

    #page5 .solaris-btn-desktop:hover .solaris-btn-plus {
        color: #C6B59E;
        font-weight: 450;
    }
}

@media (max-width: 719px) {
    #drawingsnav_two {
        display: none;
    }

    #page5 #filler_two > a > img,
    #page5 #filler_two #dlr-photo13.photo_two {
        display: block !important;
        width: 102% !important;
        margin: 0 auto !important;
        height: auto !important;
        aspect-ratio: 3200 / 2400 !important;
    }

    #page5 #filler_two #dlr-photo13.photo_two {
        background-image: url('../img/diptyches/d1/animation_solar_index3.gif') !important;
        background-size: 72% auto !important;
        background-position: center 50% !important;
        box-shadow: none !important;
    }
}

/* Solaris mobile alignment */
@media (max-width: 719px) {
    #page5 .pageContent h2,
    #page5 .pageContent h3,
    #page5 .textPage5 {
        margin-left: 10px !important;
        width: calc(100% - 70px) !important;
    }

    #page5 .textPage5 {
        margin-top: -4px !important;
        margin-bottom: 6px !important;
    }

    #page5 #drawingsreel {
        width: calc(100% - 86px) !important;
        max-width: none !important;
        margin: 8px 0 0 42px !important;
    }

    #page5 #filler_two > a > img {
        width: 94% !important;
        max-width: 94% !important;
        height: auto !important;
        object-fit: cover !important;
        object-position: 70% top !important;
        margin: 0 auto !important;
    }

    #page5 #solaris-main-caption {
        display: none !important;
        margin: 8px 0 0 0 !important;
        padding: 0 8px !important;
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

    #page5 #solaris-image-legend-mobile {
        margin: 6px 0 2px 0 !important;
        font-size: 16px !important;
        line-height: 1.15 !important;
        color: #8e7b6b !important;
        text-align: center !important;
    }

    #page5 #solaris-mobile-cta {
        width: 94% !important;
        max-width: 94% !important;
        margin: 8px auto 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        transform: skew(16deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #page5 #solaris-mobile-preview-img {
        width: 410px !important;
        max-width: 100% !important;
        margin: 14px auto 12px auto !important;
        transform: none !important;
        display: block !important;
        border: none !important;
    }

    #page5 #solaris-mobile-cta .index-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: fit-content !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
        padding: 20px !important;
        line-height: normal !important;
        font-size: 35px !important;
        white-space: nowrap !important;
        text-align: center !important;
        border: 2px solid #b9a18d !important;
        margin: 18px auto 0 auto !important;
        position: relative !important;
        z-index: 20 !important;
        opacity: 1 !important;
        visibility: visible !important;
        color: #b9a18d !important;
        background: transparent !important;
    }

    #page5 #solaris-mobile-cta .solaris-btn-mobile {
        gap: 10px !important;
        border-top: none !important;
        box-shadow: none !important;
        background-image: none !important;
    }

    #page5 #solaris-mobile-cta .solaris-btn-mobile::before {
        content: "\2192" !important;
        display: inline-block !important;
        margin-right: 6px !important;
        line-height: 1 !important;
    }

    #page5 #solaris-mobile-cta .solaris-btn-mobile::after {
        content: "+" !important;
        display: inline-block !important;
        margin-left: 6px !important;
        line-height: 1 !important;
    }

    #page5 #solaris-mobile-spacer {
        height: 12px !important;
    }
}

/* 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, .nftContent {
    height: 100%;
}

@media (max-width: 719px) {
    .currentContent, .lithographyContent, .nftContent {
        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;
}

.currentContent .desktopVersion {
    width: 98%;
    margin-left: 28px !important;
    padding-right: 0 !important;
}

.currentContent .carousel-J-index {
    width: 97% !important;
}

.currentContent .carousel-J-index .slide-small-J {
    width: 49.5%;
    padding: 0 4px;
}

.nftContent .desktopVersionNewsNFT {
    width: 98.8%;
    margin-left: 22px !important;
    padding-right: 0 !important;
    padding-top: 18px !important;
}

.nftContent .desktopVersionNewsNFT .nftNewsCol {
    padding-left: 2px;
    padding-right: 2px;
}

.nftContent .desktopVersionNewsNFT .nftNewsCol a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: center;
    justify-content: center !important;
}

.nftContent .desktopVersionNewsNFT .nftNewsCol:first-child a {
    justify-content: flex-end !important;
}

.nftContent .desktopVersionNewsNFT .nftNewsCol:last-child a {
    justify-content: flex-start !important;
}

.nftContent .desktopVersionNewsNFT .nftNewsCol:last-child img {
    transform: translateX(16px);
}

.nftContent .mobileVersionNewsNFT {
    width: 98%;
}

.nftContent .mobileVersionNewsNFT .nftNewsMobileWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nftContent .mobileVersionNewsNFT .nftNewsMobileWrap a {
    width: 100%;
    align-items: center;
    justify-content: center !important;
}

.nftContent .desktopVersionNewsNFT img,
.nftContent .mobileVersionNewsNFT img {
    width: auto !important;
    max-width: 93%;
    max-height: 93%;
    height: auto !important;
    margin: 0 !important;
    top: 0 !important;
    display: block;
    object-fit: contain;
}

.lithographyContent > .row {
    width: 98.8%;
    margin-left: 22px !important;
    padding-right: 0 !important;
}

.lithographyContent .desktopVersionLitho {
    width: 98%;
    transform: translateX(10px);
}

.lithographyContent .desktopVersionLitho .col-6 {
    padding-left: 4px;
    padding-right: 4px;
}

.lithographyContent .desktopVersionLitho .col-6 a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center !important;
}

.lithographyContent .desktopVersionLitho .col-6 img {
    width: auto !important;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.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 > p.thinp,
.pageContent.creativeStudio > p.textPage15 {
    max-width: 700px;
    margin-right: 300px;
}

@media (min-width: 720px) {
    #page4 .textPage4,
    #page11 .textPage11,
    .pageContent.creativeStudio > p.thinp,
    .pageContent.creativeStudio > p.textPage15 {
        font-size: 17px;
    }
}

.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;
}

.firstOnlinePublication {
    margin-left: var(--index-base-left);
}

@media (min-width: 1800px) {
    #page5 #filler_two #dlr-photo13.photo_two {
        background-size: auto 99% !important;
    }
}

/** 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;
    }

    #title5 .title5-geo {
        top: 185px;
        left: 10px;
        width: 98px;
        height: 98px;
    }
    
    #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;
    }

    .lithographyContent .lithoMobileVersion,
    .currentContent .mobileVersion,
    .nftContent .mobileVersionNewsNFT {
        margin-top: 12px;
    }

    .currentContent .mobileVersion > .h-100 {
        width: 96% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .currentContent .slide-N-index a {
        width: 100%;
        margin: 0 auto !important;
        transform: translateX(4px);
        display: block;
        overflow: hidden;
    }

    .currentContent .slide-N-index {
        overflow: hidden;
    }

    .nftContent .mobileVersionNewsNFT .nftNewsMobileWrap a {
        width: 90%;
        margin: 0 auto 0 0 !important;
        transform: translate(-22px, 12px);
        display: block;
    }

    .lithographyContent .slide-N-indexNewsLitho a {
        width: auto;
        margin: 0;
        transform: none;
    }

    .lithographyContent .slide-N-indexNewsLitho img {
        width: 93% !important;
        height: unset;
        transform: translateX(4px);
    }

    .currentContent .slide-N-index img {
        width: 100% !important;
        max-width: none !important;
        max-height: none !important;
    }

    .nftContent .mobileVersionNewsNFT img {
        width: 100% !important;
        height: unset;
        max-width: none !important;
        max-height: none !important;
        transform: none;
    }

    .currentContent .slide-N-index img {
        transform: scale(1.07);
        transform-origin: center;
    }

    .currentContent .navigation-N-index {
        margin-left: auto !important;
        margin-right: auto !important;
        transform: translateX(8px);
    }

    .currentContent:not(.d-none) ~ #DiscoverNewsBtn .index-btn {
        transform: translate(38px, -7px);
    }

    .lithographyContent:not(.d-none) ~ #DiscoverNewsBtn .index-btn {
        transform: translate(32px, -7px);
    }

    .lithographyContent .navigation-N-indexNewsLitho {
        transform: translateX(10px);
    }

    .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: var(--index-page-width);
    }

    #page1, #page1 .pageContent {
        width: calc(1015px * var(--index-lower-scale));
    }

    #page5, #page5 .pageContent {
        width: var(--index-feature-page-width);
    }

    #page13, #page13 .pageContent, #page7, #page7 .pageContent {
        width: var(--index-feature-page-width);
    }
}

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

@media all and (min-width: 1850px) {
    .page,
    .pageContent {
        width: var(--index-page-width);
    }

    #page13,
    #page13 .pageContent,
    #page7,
    #page7 .pageContent {
        width: var(--index-feature-page-width);
    }
}  

@media (min-width: 721px) {
    #slideWrapper {
        overflow-x: hidden;
    }
}

@media (max-width: 720px) {
    #slideWrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.closed {
    width: 0!important;
}

.interview-btn-wrap {
    display: block;
    width: 100%;
}

.virginie-shift {
    transform: skew(16deg) translateX(120px);
}

#page1 .pageContent > p.plus-shift-up {
    position: relative;
    top: -20px;
}

#page1 .pageContent > div.indexDesc {
    position: relative;
    top: -12px;
}

#page1 .pageContent > div.firstPageDesc {
    clear: none;
    width: auto;
    max-width: none;
    transform: none;
    margin-right: 0;
}

@media (min-width: 720px) {
    #page1 #virginiephoto {
        width: calc(343px * var(--index-lower-scale));
        height: calc(580px * var(--index-lower-scale));
        margin: 0 calc(76px * var(--index-lower-scale)) calc(10px * var(--index-lower-scale)) calc(100px * var(--index-lower-scale));
    }

    #page1 .pageContent > div.firstPageDesc {
        max-width: 780px;
    }

    #page1 .pageContent > h2,
    #page1 .pageContent > h3,
    #page1 .pageContent > p,
    #page1 .pageContent > div > p {
        width: auto;
        max-width: none;
    }
}


#page1 .pageContent > p.virginie-shift,
#page1 .pageContent > div > p.virginie-shift {
    transform: skew(16deg) translateX(23px) !important;
}

#page1 .pageContent > p,
#page1 .pageContent > div > p {
    font-size: calc(16px * var(--index-lower-scale));
}

#page1 .pageContent > p.text3 {
    margin-right: 0;
}

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

@media (max-width: 719px) {
    #page5 #drawingsreel {
        width: calc(100% - 86px) !important;
        margin: 8px 0 0 42px !important;
        overflow: visible !important;
    }

    #page5 #filler_two {
        width: 100% !important;
        margin: 0 auto !important;
        border: none !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }

    #page5 #filler_two #dlr-photo13.photo_two {
        width: 92% !important;
        margin: 0 auto !important;
        aspect-ratio: 705 / 676 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        background-size: 89% auto !important;
        background-position: center 28% !important;
        background-repeat: no-repeat !important;
        box-shadow: none !important;
    }

    #page5 #filler_two > a > img {
        display: block !important;
        width: 98% !important;
        max-width: 98% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: 70% center !important;
        margin: 18px 0 0 auto !important;
        transform: translateX(10px) !important;
    }

    #page5 #solaris-mobile-cta {
        width: 92% !important;
        max-width: 92% !important;
        margin: -14px auto 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        transform: skew(16deg) !important;
        transform-origin: center top !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #page5 #solaris-mobile-preview-img {
        display: block !important;
        width: 242px !important;
        max-width: 100% !important;
        height: auto !important;
        margin: -16px auto 2px auto !important;
        transform: none !important;
        border: 2.2px solid #b9a18d !important;
        background: #fff !important;
    }

    #page5 #solaris-mobile-cta .index-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 12px auto 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #page5 #filler_two.solaris-mode-virginie > a > img {
        margin: 18px 0 0 auto !important;
    }

    #page5 #filler_two.solaris-mode-virginie #solaris-image-legend-mobile {
        display: block !important;
        margin: 8px 0 10px 0 !important;
        font-size: 23px !important;
        line-height: 1.1 !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-virginie {
        margin-top: 10px !important;
        transform: translateX(36px) skew(16deg) !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-virginie #solaris-mobile-preview-img {
        width: 293px !important;
        margin: 12px auto 8px auto !important;
        border: 2.2px solid #b9a18d !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-virginie .index-btn {
        margin-top: 14px !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-anim {
        margin-top: -10px !important;
        transform: translateX(68px) skew(16deg) !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-anim #solaris-mobile-preview-img {
        width: 242px !important;
        margin: -24px auto 2px auto !important;
    }

    #page5 #solaris-mobile-cta.solaris-mode-anim .index-btn {
        margin-top: -4px !important;
    }

}

.news-discover-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}

.news-discover-btn::after {
    content: '\2192';
    display: inline-block;
    font-size: 0.95em;
    line-height: 1;
}





