html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
body {
    margin: 0px;
    min-width: 280px;
    position: relative;
    overflow: hidden;
    background: #eeeeee;
    color: #0a0a0a;
}



* {
    outline: 0;
}

div {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

@font-face {
    font-family: 'Avenir-Book';
}

.min {
    font-size: 10pt;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 55px;
    z-index: 1500;
    font-weight: normal;
    background: white;
}

header h1 {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.navigation {
    width: 450px;
    position: relative;
    float: right;
    text-align: right;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.navigationmobile {
    display: none;
    background: #eeeeee;
    position: absolute;
    margin-top: 55px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.navigationmobile ul {
    margin: 0 0 0 15px;
}

header button {
    margin-right: 15px;
    margin-top: 10px;
}

a,
p,
button,
h1,
h2,
h3 {
    font-family: 'Avenir-Book';
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: normal;
    border: none;
    border-radius: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.project-h:hover {
    margin-left: 30px;
}

.navigationmobile .margin-ul {
    margin-left: 45px;
    color: #C0C0C0;
}

.underline {
    text-decoration-line: underline;
}

@media (max-width:800px) {
	.content {
    position: relative;
    left: 0%;
    float: left;
    top: 55px;
    transition: 700ms ease-in-out;
    height: calc(100% - 55px);

    overflow-y: scroll;
    overflow-x: hidden;
    background: #f7f7f7;
}

}

@media (min-width:800px) {
	.content {
    position: relative;
    left: 0%;
    float: left;
    top: 55px;
    transition: 700ms ease-in-out;
    height: calc(100% - 55px);

    overflow-y: scroll;
    overflow-x: hidden;
    background: #f7f7f7;
}
  
}




.content-slider-border {
    overflow: hidden;
}

.content-slider {

    position: relative;
    width: 100%;
    max-height: 100vh;
    min-height: -webkit-fill-available;
}

.content-slider {

    position: relative;
    width: 100%;
        height: 100%;
    height: stretch;
}

.text-other-double {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.text-other p,
.text-other-double p {
    font-size: 15px;
    margin: 5 30 15 30px;
    max-width: 450px;
    float: left;
    width: auto;
    text-justify: inter-word;
    text-align-last: center;
}

.smalltextpadding {
    padding: 60 0px;
}

.grey {
    color: #C0C0C0;
}

.caption-status {
    display: inline-flex;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 15;
    left: 15px;
}

.artwork_item .carousel-status {
    font-size: 20px;
    color: #C0C0C0;
}

.caption {
    font-size: 15px;
    color: #C0C0C0;
    z-index: 0;
    padding: 5 15 0 15px;
}

@media (max-width:800px) {
    .c-margin {
        width: 100%;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
}

@media (min-width:800px) {
    .c-margin {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}

.scroll_caption_txt {
    color: #1a1a1a;
    z-index: 500;
    position: absolute;
    display: flex;
    bottom: 0px;
}

.scroll_txt {
    width: auto;
    font-size: 15px;
    background-color: rgba(247, 247, 247, 0.5);
    padding: 5 15px;
}

.scroll_txt_hover {  width: auto;
    font-size: 15px;
    background-color: rgba(247, 247, 247, 0.5);
    padding: 15 15px;}

.scroll_txt p {
    font-size: 15px;
}

.content.shifting {
    left: 500px;
}

.shifting {
    width: calc(100vw - 500px);
}

.width {
    width: 100%;
}

.nav {
    height: calc(100vh - 55px);
    background: #eeeeee;
    position: fixed;
    top: 55px;
    transition: 700ms ease-in-out left;
    float: left;
    width: 500px;
    left: -500px;
    overflow-y: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.nav .biography .open,
.nav .contact-menu .open {
    left: 0%;
}

.carrousel {
    height: calc(100vh - 60px);
    display: inline-block;
}

.image {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    float: left;
    bottom: 0px;
}

.titre {
    position: relative;
    margin-left: 15px;
    z-index: 5000;
    width: 400px;
    top: 5px;
    height: 20px;
}

.nav p {
    max-width: 775px;
}

.left-page img {
    max-width: 100%;
}

.image-credit-wrapper {
    position: relative;
}

.image-credit p {
    position: absolute;
    right: 0px;
    bottom: 4px;
    font-size: 9px;
    color: #C0C0C0;
}

.navigation ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.left-page p {
    padding-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.left-page ul {
    margin-left: 15px;
    margin-right: 15px;
}

.logo {
    top: 5pt;
    height: 20px;
    display: inline-block;
    transform: translate(0%, 25%);
    margin: 0px;
}

.navbarlogo,
.closebutton,
.arrow-artworks {
    height: 20px;
    transform: translate(0, 25%);
    display: block;
}

.closebutton,
.arrow-artworks,
.navbarlogo {
    margin-right: 10.5px;
}

.open {
    left: 0;
}

.navbar {
    float: right;
    display: none;
    margin-top: 10.5px;
}

.closebutton {
    display: none;
}

@media (max-width:800px) {
    .navbar {
        display: block;
    }
    .navigation {
        display: none;
    }
}

.carousel-cell {
    height: 100%;
    min-width: 100%;
    /* center images in cells with flexbox */
    display: flex;
    align-items: bottom;
    overflow: hidden;
    position: relative;
    left: 0 !important;
    opacity: 0;
    bottom: 0px;
    counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
    opacity: 1;
    z-index: 10;
}

.carousel-cell-image {
    position: absolute;
    max-height: calc(100vh - 55px);
    max-width: 100vw;
    background-image: url("assets/button/loader.gif");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    object-fit: contain;
    bottom: 0px;
    transition: all .3s linear 0s;
    z-index: 500;
}

.carousel-cell-left {
    height: calc(100vh - 55px);
    /* center images in cells with flexbox */
    display: flex;
    counter-increment: carousel-cell;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.carousel-cell-image-left {
    background-image: url("assets/button/loader.gif");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    z-index: 500;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    max-height: calc(100vh - 55px);
    object-fit: contain;
}

@media (max-width:800px) {
    .carousel-cell-image-left {
        object-position: top;
    }
}

@media (min-width:800px) {
    .carousel-cell-image-left {
        object-position: bottom;
    }
}

.carousel-cell-center {
    height: 100%;
    min-width: 100%;
    /* center images in cells with flexbox */
    display: flex;
    align-items: bottom;
    overflow: hidden;
    position: relative;
    left: 0 !important;
    opacity: 0;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    counter-increment: carousel-cell;
    object-fit: contain;
}

.carousel-cell-center.is-selected {
    opacity: 1;
    z-index: 10;
}

.carousel-cell-image-center {
    position: absolute;
    min-height: 50%;
    max-height: 66%;
    max-width: 100%;
    background-image: url("assets/button/loader.gif");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    object-fit: contain;
    transition: all .3s linear 0s;
    z-index: 500;
}

@media (hover: hover) {
	.color {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .3s linear 0s; 
}
.scroll_txt_hover {display: none;}

 
}

@media (hover: none) {
	
   .hover {filter: grayscale(100%);
    opacity: 0.5;
}
.scroll_txt {display: none;}
.scroll_txt_hover {display: block;}
}


.t-none .flickity-slider {
    transform: none !important;
}

.carousel.is-fullscreen .carousel-cell-image {
    max-width: 100%;
}

.flickity-page-dots {
    display: none;
}

img {
    border: 0px;
}

.title-slider-projet {
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    right: 0%;
    margin: 5 15px;
}

.button-touchscreendevice {
    position: absolute;
    right: 0;
    margin-right: 15px;
    bottom: 20px;
    z-index: 1000;
}

.button-previous-mobile,
.button-next-mobile {
    background: transparent;
    padding: 0;
    border: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-webkit-transform: none;
    -webkit-transform: none;
    transform: none;
    outline: 0;
    font-size: 14px;
    color: #aaaaaa;
}

.biography {
    max-width: 100%;
}

.text-more {
    display: inline;
}


@media (max-width:800px) {
    .artwork-text p {
        margin: 5 15px;
    }
    .titre-status {
        position: absolute;
        top: 5px;
        width: 95%;
        left: 15px;
        z-index: 1000
    }
    .text-more-grey-center {
        font-size: 15px;
        color: #C0C0C0;
        z-index: 5000;
        margin-left: 15px;
    }

    .text p, .text a  { font-size: 15px;
     }

     .noreduce p, .noreduce a { font-size: 15px; }
     .image-credit p { font-size: 9px }

}

@media (min-width:800px) {
    .artwork-text p {
        margin: auto;
    }
    .titre-status {
        position: absolute;
        top: 5px;
        width: 100%;
        left: 15px;
    }
    .text-more-grey-center {
        font-size: 15px;
        color: #C0C0C0;
        text-align: center;
        z-index: 5000;
    }
}

.artwork-text {
    padding: 60 0;
}


.artwork-text p {
    font-size: 20px;
    max-width: 700px;
    display: block;
}

.credit {
    position: absolute;
    bottom: 0;
}

.credit p,
.credit a {
    font-size: 12px;
    color: #C0C0C0;
}

.sentence_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sentence_block p {
    max-width: 700px;
    font-size: 20px;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid;
    border-color: black;
}

.artwork_title {
    background-color: rgba(247, 247, 247, 0.5);
    color: #1a1a1a;
    padding: 5 15 5 15px;
    width: auto;
    position: absolute;
    top: 0px;
    z-index: 500;
}

.img-top {
    height: 100%;
    width: 100%;
    display: block;
}

.img-top {
    max-height: calc(100vh - 50px);
    max-width: 100%;
    background-image: url("assets/button/loader.gif");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    object-fit: contain;
    bottom: 0px;
    transition: all .3s linear 0s;
    z-index: 500;
}


/* grid images */

.artwork_image {
    text-align: center;
    width: 500px;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}

.artwork_item {
    margin-top: 5px;
    display: block;
    text-decoration: none;
    color: black;
    font-size: 12px;
}

h3,
.artwork_item p {
    font-size: 12px;
    text-align: left;
}

.artwork_item p {
    color: #C0C0C0;
}

.wrapper-img-txt {}

.image-template-other img {
    max-height: calc(100vh - 55px);
    max-width: 66%;
    vertical-align: top;
    object-position: 0 0;
    object-fit: contain;
    float: left;
}

.paragraphe {
    float: left;
    min-width: 300px;
    margin: 5 15px;
    max-width: 650px;
}

.paragraphe p {
    margin: 0 5 0 60px;
    font-size: px;
}

.project_image {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}


/* grid 4 images */

@media (min-width:800px) {
    .grid-img {
        max-width: calc(25% - 60px);
        margin: 0 30px;
    }
    .image_template2 {
        width: 500px;
        display: inline;
        object-fit: cover;
        text-align: center;
    }
}

@media (min-width:400px) and (max-width:800px) {
    .grid-img {
        max-width: calc(50% - 60px);
        margin: 0 30px;
    }
    .grid-img-2 {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }
}

@media (max-width:400px) {
    .grid-img {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }
    .grid-img-2 {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }
}


/* grid 4 images */

@media (min-width:800px) {
    .grid-img {
        max-width: calc(25% - 60px);
        margin: 0 30px;
    }
    .grid-img-2 {
        max-width: calc(50% - 60px);
        margin: 0 30px;
    }
}

.project_image {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 30px;
}

.image_template1 {
    object-fit: contain;
    display: inline;
    height: auto;
    width: 100%;
}


/* grid 2 images */

@media (max-width:800px) {
    .project_image-2 {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: 0 7.5px;
    }
    .image_template1-2 {
        object-fit: contain;
        display: inline;
        width: 100%;
    }
    .image_template2 {
        width: 850px;
        width: 100%;
        object-fit: cover;
        text-align: center;
    }
}

@media (max-width:1260px) {
    .noreduce {
        width: 100vw;
    }
}

.slider {
    height: calc(100vh - 500px);
    ;
}
.content-slider .slider-thumb {
	max-height: 100vh;
	    min-height: -webkit-fill-available;


}
.slider-thumb {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    z-index: 10000;
    background: #eeeeee;
}

.cross-thumb {
    height: 15px;
}

.close-thumb {
    height: 15px;
    top: 15px;
    right: 15px;
    z-index: 100000;
    cursor: pointer;
    position: absolute;
}

.picture-more {
    cursor: pointer;
    text-decoration-line: underline;
}