
@font-face {
  font-family: "DMM";
  src: url(../fonts/DMM.otf);
}
@font-face {
  font-family: "SB";
  src: url(../fonts/SB.ttf);
}
@font-face {
  font-family: "DM";
  src: url(../fonts/DM.otf);
}
body {
  font-size: 10px;
  font-family: "DM";
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  overflow-x: hidden;
}

li {
  list-style: none;
}
a {
  color: black;
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
.introtitle {
  /*text-align: center;
  color: lightgray;*/
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.introtitle p {
	margin-bottom: 0;
}
.introlink a {
  text-decoration: underline;
}
.splash {
  width: 100vw;
  height: 100vh;
  /*background-color: white;*/
  position: fixed;
  top: 0;
  z-index: 10000000;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.introtxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: space-between;*/
  width: calc(100% - 20px);
}
.introimg {
  max-height: 55%;
  max-width: 30%;
}
#img2, #img3, #img4 {
  opacity: 0;
}
.bottomline {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
}

.modalcap {
  text-transform: capitalize;
}
.main {
  transition: all 0.1s ease;
  padding: 0 10px 5% 10px;
  margin-top: 30px;
  position: relative;
}
.index {
  padding: 10px;
  /*margin-top: 0;*/
  /*position: absolute;
  top: 0;
  z-index: 1000000;*/
  background: white;
}
.backg {
    z-index: 1000;
}
.homepage img, .homepage video {
  /*object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;*/
  object-fit: cover;
  object-position: center;
  height: calc(8.3vw - 3px);
  width: calc(8.3vw - 3px);
}
.fixednav {
  position: fixed !important;
  top: 5px !important;
  right: 10px;
}
.fixednav .navdate, .fixednav .navloc {
  display: none;
}
.row {
  margin: 0 !important;
  /*width: calc(100vw - 20px);*/
}
.row .custom-card {
  padding-left: 12px;
  position: relative;
  margin-bottom: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  /*overflow: hidden;*/
  /*height: calc(10vw - 4.5px);*/
}
.col-md-2 {
  width: 8.13% !important;
  padding: 0 !important;
  transition: all 0.3s ease;
  height: 130px;
}
.col-md-2:hover {
	opacity: 0.8;
}
.sub {
  margin-bottom: 40px;
}
.offset-cust:not(:first-child):not(:nth-child(13)):not(:nth-child(25)):not(:nth-child(37)):not(:nth-child(49)):not(:nth-child(61)) {
  margin-left: 3px; 
}
.img {
  display: flex;
  justify-content: center;
  /*height: 110px;*/
}
.gallery {
  height: 100%;
  width: 100%;
}
.albumtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
.subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.desc {
	display: none;
  margin-top: 10px;
}
.subdate {
  display: none;
}
.subdate, .subtitle, .albumtitle {
  /*margin-right: 25px;*/
}
.custom-field {
  text-overflow: unset;
  white-space: nowrap;
  overflow: visible;
}
.uppertitle {
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  opacity: 0;
}
.textbottom {
  /*opacity: 0;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.starthide {
  transition: opacity 0.5s ease;
  opacity: 0;
  display: none;
}
.textbottom-active {
  opacity: 1;
  display: block;
}
.right-block {
  position: fixed;
  top: 10px;
  display: flex;
  padding-left: 20%;
}
.first-col {
  width: 20vw;
  padding-left: 0;
  margin-right: 5vw;
}
.second-col {
  width: 15vw;
}
.contact {
  padding: 0;
}
.contact a {
  text-decoration: underline;
}
.contact a:hover {
  color: black;
}
.parag {
  display: none;
}
.cont {
	padding: 0 10px 5% 10px;
}
.first-col a, .second-col a, .col-md-2 a, .contact a {
  color: #A6A6A6;
}
.contact:last-child {
  margin-right: 0;
}
.feat {
  display: flex;
  justify-content: space-between;
}
ul {
  padding-left: 0;
}
#time {
  text-align: right;
}
.header {
  position: relative;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  z-index: 1000;
  line-height: 16px;
  align-items: center;
  text-align: center;
  padding: 100px 0;
  border-bottom: 1px solid rgb(240,240,240);
  display: none;
}
.project-list {
  width: 50%;
}
.logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-btn {
  padding-left: 5px;
}
.logo-inactive {
	color: black;
}
.list-btn-active {
	color: lightgray;
}
.intro {
  display: flex;
  color: lightgray;
  font-size: 18px;
  line-height: 22px;
  font-family: "TNR";
}
/*#time {
  font-family: "DMM";
}*/
.switcher {
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  color: lightgray;
}
a.btn-cat {
	color: black;
	padding-left: 7px;
}
.nw-social, .nw-nav {
  margin-right: 5px;
  text-transform: uppercase;
}
.soc-gp > div:not(:first-child) {
  margin-left: 10px;
}
.navdate {
  text-transform: uppercase;  
}
.title {
  /*margin-bottom: 15px;*/
}
.inner {
  padding-top: 5px;
}
.first-col p:not(:last-child) {
  margin-bottom: 0;
}
.first-col p:last-child {
  margin-top: 15px;
}
.logo, .header_title {
  margin-right: 5px;
  opacity: 0.3;
}
.menulink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 5px 10px;
  z-index: 1000000;
  width: 100%;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
}

.nw-social:hover {
  text-decoration: underline;
}
.soc-gp {
  display: flex;
  text-transform: uppercase;
}
.menulink a:hover {
  opacity: 0.3;
}
.menudate {
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(30% + 5px);
}
.menudate::after {
  content: "Paris (UTC+2)";
  margin-left: 2px;
  text-transform: capitalize;
}
.copyright {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
}
.backbtn {
  position: fixed;
  bottom: 10px;
  z-index: 100;
}
.nw-ind {
	position: fixed;
}
.archive .col-md-2 {
  width: 16.66% !important;
}
.archive .offset-cust {
  margin-left: 0 !important;
}
.row.archive img, .row.archive video {
  max-height: 100%;
  max-width: 100%;
  height: unset;
  width: unset;
}
.row.archive .custom-card {
  height: auto;
  margin-bottom: 70px;
}
.archive .textbottom {
  opacity: 1;
  margin-bottom: 10px;
  display: block;
}
.archive .subtitle {
  display: inherit;
  color: lightgray;
  text-transform: capitalize;
}
.archive .subdate {
  display: inherit;
  color: lightgray;
  text-transform: capitalize;
}
.infopage {
  flex-wrap: unset !important;
}

.indexpage {
  /*padding-top: 40px !important;*/
  transform: unset !important;
  background: white;
  /*z-index: 100000;*/
  position: relative;
  /*margin-left: 40vw !important;*/
  width: calc(100vw - 20px);
  flex-direction: column;
  align-items: center;
}
.cat-title {
  padding-left: 0;
  margin-bottom: 40px;
  color: black;
  display: none !important;
}
.custom-list {
  cursor: pointer;
  padding: 0 !important;
  /*mix-blend-mode: difference;*/
  color: black;
  font-size: 14px;
  z-index: 100000;
  text-transform: uppercase;
}
.custom-list:hover {
  color: black;
}
.listgrey {
  opacity: 0.3;
}
.list-title {
  display: flex;
}
.list-tit, .list-field {
  width: 30vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-elem {
  /*padding-bottom: 15px;*/
}

.list-year, .list-date {
  margin-left: auto;
}
.list-date {
  text-align: right;
  font-family: "DMM";
}
.subhead {
	margin-left: 3px;
}
.list-num {
  width: 55px;
  font-family: "DMM";
  display: none;
}
.list-type {
  display: none;
}
.list-align {
  display: flex;
  /*justify-content: space-between;*/
  width: 100%;
}
.imgdisp {
  position: fixed;
  height: calc(100vh - 70px);
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /*z-index: 1000;*/
  padding: 0 !important;
}

.imgdisp img, .imgdisp video {
  /*max-width: 70vw;*/
  max-height: 65vh;
}
.custom-cat {
	color: lightgray;
  position: fixed;
  width: 10%;
  left: 40%;
  top: 8px;
}
.footer {
  align-items: end;
}
.foot-parag {
  width: 100%;
  display: flex;
}
.footlink, .type {
  margin: 10px;
  text-transform: uppercase;
}
.cred {
  margin: 10px;
}
.footlink a:hover {
	color: lightgray;
	text-decoration: none;
}
.cred {
  width: calc(50vw - 20px);
}
.type {
  margin-left: auto;
}
.bottom-line {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.prevthumbs {
  width: 100%;
  height: 100%;
}
.nextthumbs {
  width: 100%;
  height: 100%;
}
.gallery-arrow {
  border: none;
  background: transparent;
  width: 80px;
  height: 80px;
  fill: white;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10000;
  &-prev {
    left: 6vw;
  }
  &-next {
    right: 6vw;
  }
  &:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
  }
}
.gallery-arrow img, .gallery-arrow video {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.gallery-arrow-prev {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: 5px;
}
.gallery-arrow-next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.pjtnumber {
  position: absolute;
  bottom: 10px;
}
.basicLightbox {
  position:fixed;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background: rgba(255,255,255,1);
  opacity:.01;
  /*transition:opacity .4s ease;*/
  z-index:100000;
  will-change:opacity;
}
#lightboxContent {
	padding: 10px;
}
.basicLightbox--visible {
  opacity:1
}
.basicLightbox__placeholder {
  max-width:100%;
  -webkit-transform:scale(.9);
  transform:scale(.9);
  /*transition:-webkit-transform .4s ease;
  transition:transform .4s ease;
  transition:transform .4s ease,-webkit-transform .4s ease;*/
  z-index:1;
  will-change:transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.basicLightbox__placeholder>img, .basicLightbox__placeholder>video {
  /*display:block;
  position:absolute;
  top: 10px;
  left: 10px;
  width: calc(40% - 10px);*/
  height: 100%;
  z-index: 100;
}
.mycontent {
  height: 80vh;
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-img {
  height: fit-content;
  object-fit: contain;
  object-position: center;
  max-height: 100%;
  max-width: 100%;
}
.back {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-caption {
  margin-top: 5px;
  position: absolute;
  top: 0;
}
.custom-caption div {
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}
.button-group {
  /*display: flex;
  align-items: end;*/
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
.transp {
  background: transparent !important;
  backdrop-filter: blur(0px);
}
.modaletitle {
  text-transform: capitalize;
}
.uppertitle-modale {

}
.datehead {
}
.sublight-modale, .sub-field {
	display: none;
}
.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child {
  pointer-events:auto;
}
.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child {
  /*width:auto;*/
  height:auto;
}
.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{
  width:100%;
  height:100%;
  pointer-events:none;
}
.basicLightbox--visible .basicLightbox__placeholder{
	-webkit-transform:scale(1);
	transform:scale(1);
}

/* Responsive */
@media screen and (max-width: 800px) {
  .col-md-2 {
  	width: calc(25% - 3px) !important;
  }
}
@media screen and (max-width: 800px) {
  .row img, .row video {
    object-fit: cover;
    object-position: center;
    height: calc(25vw - 3px);
    width: calc(25vw - 3px);
  }
}
@media screen and (max-width: 800px) {
  .soc-gp {
  	display: none;
  }
}
@media screen and (max-width: 800px) {
  .introtitle {
  	width: 45vw;
  }
}
@media screen and (max-width: 800px) {
  .offset-cust {
  	margin-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
	  .homepage .offset-cust:not(:first-child):not(:nth-child(5)):not(:nth-child(9)):not(:nth-child(13)):not(:nth-child(17)):not(:nth-child(21)):not(:nth-child(25)):not(:nth-child(29)):not(:nth-child(33)):not(:nth-child(37)):not(:nth-child(41)):not(:nth-child(45)):not(:nth-child(49)):not(:nth-child(53)):not(:nth-child(57)):not(:nth-child(61)):not(:nth-child(65)):not(:nth-child(69)):not(:nth-child(73)):not(:nth-child(77)):not(:nth-child(81)) {
	  margin-left: 3px !important; 
	}
}
@media screen and (max-width: 800px) {
  .foot-parag {
  	display: block;
  }
}
@media screen and (max-width: 800px) {
  .cred {
  	width: auto;
  }
}
@media screen and (max-width: 800px) {
  .type {
  	margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .first-col, .second-col {
  	width: 70vw;
  }
}
@media screen and (max-width: 800px) {
  .right-col {
  	padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .infopage {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 800px) {
  .imgdisp {
  	display: none;
  }
}
@media screen and (max-width: 800px) {
  .custom-list {
  	color: black;
  	padding-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .list-tit {
  	width: 100%;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  .list-field {
  	/*width: 30%;*/
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .list-align {
  	justify-content: space-between;
  	padding-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .custom-caption {
  	right: 10px;
  }
}

@media screen and (max-width: 800px) {
  .mycontent {
  	width: 100%;
  	height: auto;
  }
}
@media screen and (max-width: 800px) {
  .gallery-arrow img, .gallery-arrow video {
  	display: none;
  }
}
@media screen and (max-width: 800px) {
  .archive .col-md-2 {
  	  width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .archive .offset-cust {
  	  margin-left: 0 !important;
  }
}

