@charset "UTF-8";
body, html {
  margin: 0;
  font-family: "MontSerrat", san serif !important;
  --photoBord: 3vw;
  --menuHeight:50px;
  --transitionSpeed:0.4s;
  scroll-padding-top: calc(var(--menuHeight) + 35px);
  scroll-behavior: smooth;
  --imgWidth: 350px;
  --imgHeight: 525px;
  --imgRatioW: 350;
  --imgRatioH: 525;
}

#myshareWebsite .container {
  /*
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    */
}
.container {
  display: grid;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(100px, auto);
  grid-auto-flow: dense;
  grid-gap: 1rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.container chapter_images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* display: flex; */
  /* flex-direction: row; */
  gap: 16px;
  flex-wrap: wrap;
}
.container .chapter_images_div_row a {
  opacity: 1;
  --row_fade_index:1 ;
}
.container a {
  width: 100%;
  min-height: 50px;
  transition: none !important;
  background-color: rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.container a .blurLoad {
  position: relative;
}
.container a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
@keyframes backgroundBreath {
  0% {
    background-color: rgba(0, 0, 0, 0.14);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.02);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.14);
  }
}
.container .landscape {
  grid-column: span 2;
  min-width: fill-available;
  min-width: -webkit-fill-available;
  max-width: var(--imgHeight);
  aspect-ratio: calc(var(--imgRatioH) / var(--imgRatioW));
  max-width: fit-content;
}

.chapterTitle {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in;
  background: var(--white);
  text-transform: uppercase;
}
.chapterTitle .title {
  font-weight: 100;
  font-size: 12vW;
  display: inline-block;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.5;
  padding-left: 10%;
  margin-top: var(--menuHeight);
  will-change: transform, clip-path;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease-out 0s;
  transition: clip-path 1.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.chapterTitle .title:first-child {
  margin-top: 0;
}
.chapterTitle .separator {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: var(--dark);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-duration: 1.5s;
  transition-delay: 1s;
}
.chapterTitle .description {
  text-transform: initial;
  font-size: 16px;
  font-weight: 300;
  padding: vw;
  width: calc(100% - 2rem);
  text-align: justify;
  font-weight: 300;
  font-size: 14px;
  transition: clip-path 1.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-delay: 2s;
}

.chapterTitle2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.chapterTitle2 .chapterContent {
  max-width: 1700px;
  width: calc(100% - 2rem);
}
.chapterTitle2 .chapter_title {
  text-align: right;
  width: 100%;
  font-size: 12vW;
  display: inline-block;
  font-weight: 100;
  line-height: 1.5;
  font-size: 34px;
  margin-top: calc(var(--menuHeight) / 1);
  /*
  font-weight: 100;
  padding-left: 10%;
  */
  will-change: transform, clip-path;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease-out 0s;
  transition: clip-path 1.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  clip-path: inset(0% 100% 0% 0%);
  position: relative;
  box-sizing: border-box;
}
.chapterTitle2 .chapter_description {
  max-width: 700px;
  text-indent: 1rem;
  text-align: justify;
  transition: clip-path 1.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  position: relative;
  clip-path: inset(0% 0% 100% 0%);
  margin-bottom: calc(var(--menuHeight) / 1);
}
.chapterTitle2 .chapter_separator {
  height: 1px;
  width: auto;
  content: "";
  background: var(--dark);
  margin-left: 50%;
  margin-top: 2rem;
  margin-bottom: calc(var(--menuHeight) / 2);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-duration: 1.1s;
  transition: transform 0.5s ease-out 0s;
  transition: clip-path 1.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  position: relative;
  clip-path: inset(0% 0% 0% 100%);
}

.onScreen .chapter_title {
  clip-path: inset(0% 0% 0% 0%) !important;
}

.onScreen .chapter_separator {
  transition-delay: 0.3s;
  clip-path: inset(0% 0% 0% 0%) !important;
}

.onScreen .chapter_description {
  transition-delay: 0.6s;
  clip-path: inset(0% 0% 0% 0%) !important;
}

.chapterTitle2:nth-child(even) .chapter_title {
  text-align: left !important;
}
.chapterTitle2:nth-child(even) .chapter_separator {
  margin-left: 0% !important;
  margin-right: 0%;
  width: 50% !important;
  clip-path: inset(0% 100% 0% 0%);
}
.chapterTitle2:nth-child(even) .chapter_description {
  float: right !important;
}

.pathLeft {
  clip-path: inset(0% 100% 0% 0%);
}

.pathRight {
  clip-path: inset(0 0 0 100%);
}

.chapterTitle:nth-child(even) {
  text-align: right;
}
.chapterTitle:nth-child(even) .title {
  padding-right: 10%;
}
.chapterTitle:nth-child(even) .separator {
  margin-left: 100%;
}

.onScreen.chapterTitle:nth-child(even) .separator {
  margin-left: 50%;
}

.chapterTitle.onScreen {
  opacity: 1;
}
.chapterTitle.onScreen .eventDate,
.chapterTitle.onScreen .description,
.chapterTitle.onScreen .title {
  clip-path: inset(0% 0% 0% 0%);
}
.chapterTitle.onScreen .separator {
  width: 50%;
}

@media (max-width: 550px) {
  .chapterTitle .title {
    padding: 20px 9% !important;
    word-break: break-word;
    font-size: 8vW;
  }
}
.photo {
  position: relative;
}
.photo .top,
.photo .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  opacity: 0;
  height: 4rem;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  color: var(--white);
  padding: 6px 4px;
  display: flex;
  justify-content: flex-end;
  grid-gap: 4px;
  flex-wrap: wrap;
  transition: none !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  height: auto;
}
.photo .top object,
.photo .bottom object {
  z-index: 500;
  transition: none !important;
}
.photo .top .ai_icon,
.photo .bottom .ai_icon {
  height: 24px;
  width: 24px;
}
.photo .top .actionButton,
.photo .bottom .actionButton {
  position: relative;
  background: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: background-color 0.27s ease-in;
}
.photo .top .material-symbols-outlined,
.photo .bottom .material-symbols-outlined {
  font-size: 1.2rem;
  line-height: 1.2rem;
  transition: none !important;
}
.photo .top .actionButton.active,
.photo .bottom .actionButton.active {
  transition-delay: 500ms;
  background: var(--rouge);
}
.photo .top {
  bottom: inherit;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  align-items: center;
  height: 40px;
  font-size: 0.8rem;
}
.photo .bottom {
  opacity: 0.8;
}
.photo .iconRed {
  color: var(--rouge);
}

.photo:hover .top,
.photo:hover .bottom {
  opacity: 1;
}

.blurLoad {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.blurLoad > img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.blurLoad.loaded > img {
  opacity: 1;
}

/**********************************************************\
		- Menu
\**********************************************************/
#chapterNavbar {
  background: var(--white);
  position: fixed;
  top: 0px;
  z-index: 998;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: all ease-in var(--transitionSpeed);
}
#chapterNavbar nav {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  gap: 0.8rem;
  padding-inline: 0.8rem;
}
#chapterNavbar nav a {
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 0.825rem;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#chapterNavbar nav .active {
  color: var(--fullblack);
}
#chapterNavbar nav .active:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--dark);
  position: absolute;
  left: 0;
  bottom: 0;
}

.glightbox-clean .gclose {
  height: 50px !important;
  width: 50px !important;
}

@media (min-width: 550px) {
  #myshareWebsite .container {
    grid-template-columns: 1fr 1fr 1fr;
    width: calc(100% - 4vw);
    max-width: 1400px;
  }
  #myshareWebsite .container .textes {
    padding: 0;
  }
}
@media (min-width: 940px) {
  body, html {
    --photoBord: 4vw;
    --menuHeight:100px;
  }
  header nav {
    text-align: right;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
    margin-right: 2rem;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    gap: 2rem;
  }
  .photo .bottom {
    opacity: 0;
    grid-gap: 4px;
  }
  .photo .actionButton {
    padding: 4px;
    margin: 4px 0;
  }
  .chapterTitle2 .chapter_description {
    width: 50%;
  }
  .chapterTitle2 .title {
    margin-bottom: 80px;
  }
  .chapterTitle2 .description {
    padding-left: 10%;
    width: calc(40% - 2rem);
  }
  .scrolldown {
    -webkit-animation: scrollDown 3s ease-in-out infinite;
    animation: scrollDown 3s ease-in-out infinite;
    content: "";
    position: absolute;
    height: 0px;
    background: var(--main-color);
    bottom: var(--menuHeight);
    width: 1px;
    right: calc(var(--photoBord) / 2);
  }
  #galleryView .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  #myshareWebsite .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: calc(100% - 4vw);
    max-width: 1480px;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--menuHeight) * 2);
  }
}
@keyframes scrollDown {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--menuHeight) * 2);
  }
}
#primary_galleryCover {
  font-family: "Rufina", serif;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  height: calc(100svh - var(--menuHeight));
  overflow: hidden;
  margin-top: calc(var(--menuHeight) / 2);
  letter-spacing: 0.3vw;
}
#primary_galleryCover h1, #primary_galleryCover .eventdate {
  all: unset;
  font-family: "Rufina", serif;
  font-size: clamp(0.6rem, 2vw, 1.1rem);
  padding: clamp(0rem, 1vw, 2rem) 0;
  transition: transform ease-out 0.2s;
  text-transform: uppercase;
}
#primary_galleryCover .eventdate {
  font-size: clamp(0.6rem, 2vw, 1.1rem);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-duration: 1.5s;
  transition-delay: 0.8s;
}
#primary_galleryCover .credits {
  display: none;
  position: absolute;
  font-family: "Oxygen", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  left: 0px;
  line-height: var(--photoBord);
  bottom: var(--menuHeight);
  font-size: 2vw;
}
#primary_galleryCover .coverBloc {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 var(--photoBord) calc(var(--menuHeight) * 2) var(--photoBord);
  transition: all ease-in var(--transitionSpeed);
}
#primary_galleryCover .coverBloc .textes {
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--menuHeight));
  line-height: var(--menuHeight);
  color: var(--main-color);
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 2vw, 3vw);
}
#primary_galleryCover .coverBloc .textes .title {
  font-weight: 100;
  line-height: 100%;
  display: inline-block;
  font-weight: 100;
  line-height: 100%;
}
#primary_galleryCover .coverBloc .firstpicture {
  height: 60vh;
  width: auto;
  max-width: 50vw;
}
#primary_galleryCover .coverBloc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#primary_galleryCover .duoPortrait {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
#primary_galleryCover .duoPortrait .images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  grid-gap: calc(var(--menuHeight) / 2);
  height: calc(100% - var(--menuHeight));
  padding: 0 1rem;
}
#primary_galleryCover .duoPortrait .images .bgcover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}
#primary_galleryCover .duoPortrait .images .duoCover:not(:first-child) {
  display: none;
}
#primary_galleryCover .duoPortrait .images .duoCover {
  max-height: calc(100vh - var(--menuHeight) * 2);
  max-width: 100%;
  aspect-ratio: 2/3; /* Maintient le ratio 3/2 */
  width: 100%; /* Ajuste la largeur à 100% du conteneur parent */
  height: auto; /* Ajuste automatiquement la hauteur pour maintenir le ratio */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
#primary_galleryCover .duoPortrait .images .duoCover:last-child {
  justify-content: flex-start;
}
#primary_galleryCover .duoPortrait .images .duoCover img {
  height: auto;
  width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
#primary_galleryCover .textes {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
#primary_galleryCover .textes .title,
#primary_galleryCover .textes .evendate {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
}
#primary_galleryCover .textes .evendate {
  transition-delay: 0.8s;
}
#primary_galleryCover .textes.onScreen .title,
#primary_galleryCover .textes.onScreen .eventdate {
  opacity: 1;
}

@media (min-width: 940px) {
  #primary_galleryCover .duoPortrait .images .duoCover:not(:first-child) {
    display: block;
  }
  #primary_galleryCover .duoPortrait .images .duoCover {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: auto;
    aspect-ratio: 2/3;
  }
  #primary_galleryCover .duoPortrait .textes {
    padding: 0.5rem 1rem;
  }
}/*# sourceMappingURL=duoportrait.css.map */