@charset "UTF-8";
/*==========================================================================*/
/*============================= MAIN ==============================*/
/*==========================================================================*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 1440px;
  font-family: "SpaceMono-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: auto;
}
body ul {
  list-style-type: none;
}
body a,
body a:visited {
  color: black;
  text-decoration: none;
  font-family: "SpaceMono-Regular";
  text-transform: uppercase;
  display: flex;
}
body a:hover {
  font-weight: bold;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 50px;
}

.entry-content, .page-content {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .uagb-container-inner-blocks-wrap {
    text-align: center;
    padding: 0 20px;
  }
}
html {
  margin-top: 0px !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*==========================================================================*/
/*============================= HEADER ==============================*/
/*==========================================================================*/
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-inline: 145px;
  background: white;
  height: 80px;
  box-shadow: 0px 4px 14px 10px rgba(0, 0, 0, 0.03);
}
header .navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
header .navbar .navbar__logo img {
  width: 215px;
  height: 15px;
}
header .navbar .navbar__menu {
  display: flex;
  align-items: center;
}
header .navbar .navbar__menu .menu {
  display: flex;
  gap: 30px;
  list-style-type: none;
}
header .navbar .navbar__menu .menu li {
  font-family: "SpaceMono-Regular";
  font-size: 16px;
  text-transform: uppercase;
}
header .navbar .navbar__menu .menu li a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
header .navbar .navbar__menu .menu li a:hover {
  font-weight: 700;
}

/* Menu BURGER */
@media screen and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-inline: 16px;
  }
  header.open {
    position: relative;
    z-index: 2;
    animation: openNav 1.5s ease-in-out 0s forwards;
    -webkit-animation: openNav 1.5s ease-in-out 0s forwards;
  }
  header .navbar .burgerMenu {
    width: 30px;
    height: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 40px;
  }
  header .navbar .burgerMenu .bar {
    width: 100%;
    height: 4px;
    background-color: black;
    transition: transform 0.3s ease-in-out;
  }
  header .navbar .burgerMenu.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  header .navbar .burgerMenu.open .bar:nth-child(2) {
    opacity: 0;
  }
  header .navbar .burgerMenu.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  header .navbar .navbar__logo {
    padding-left: 50px;
  }
  header .navbar .navbar__menu {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: -16px;
    right: 0;
    background-color: #e00000;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    will-change: max-height, opacity;
    justify-content: center;
  }
  header .navbar .navbar__menu.open {
    max-height: 100vh;
    height: 100vh;
    opacity: 1;
  }
  header .navbar .navbar__menu.close {
    animation: closeNav 1.5s ease-in-out 0s forwards;
    -webkit-animation: closeNav 1.5s ease-in-out 0s forwards;
  }
  header .navbar .navbar__menu .menu {
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
    padding-inline: 0;
  }
  header .navbar .navbar__menu .menu li {
    font-size: 44px !important;
  }
  header .navbar .navbar__menu .menu li a {
    color: #fff !important;
  }
  @keyframes openNav {
    0% {
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes closeNav {
    0%, 100% {
      max-height: 40vh;
      opacity: 1;
    }
    80% {
      max-height: 0;
      opacity: 0;
    }
  }
  /* Ajustement pour la tablette */
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  header {
    padding-inline: 55px;
  }
}
/*==========================================================================*/
/*============================= FOOTER ==============================*/
/*==========================================================================*/
footer {
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
footer .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
}
footer .footer-menu li {
  margin: 0;
}
footer .footer-menu li a {
  font-family: "SpaceMono-Regular";
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-menu li a:hover {
  font-weight: 700;
}
footer .footer-credits {
  font-family: "SpaceMono-Regular";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 765px) {
  footer {
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
  }
  .footer-menu {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .footer-menu li {
    margin: 10px 0;
  }
  .footer-credits {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    margin-top: -15px;
  }
}
/*==========================================================================*/
/*============================= FONTS ==============================*/
/*==========================================================================*/
@font-face {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Italic";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Poppins-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpaceMono-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/SpaceMono-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SpaceMono-BoldItalic";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/SpaceMono-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SpaceMono-Italic";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/SpaceMono-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "SpaceMono-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/SpaceMono-Regular.woff2") format("woff2");
}
/*==========================================================================*/
/*============================= CONTACT-MODAL ==============================*/
/*==========================================================================*/
.popup__overlay {
  display: none; /*Masqué par défaut */
  position: fixed; /* Rester en place */
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Ajoute un effet d'assombrissement transparent */
  justify-content: center;
  align-items: center;
}
.popup__overlay .popup__contact {
  background: white;
  max-width: 600px;
  width: 80%;
  padding: 20px;
  border: 3px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
}
.popup__overlay .popup__contact .popup-title__container .popup__close {
  position: absolute;
  height: 110px;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.popup__overlay .popup__contact .popup-title__container img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.popup__overlay .popup__contact .popup__informations {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 265px;
  margin: auto;
}
.popup__overlay .popup__contact .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.popup__overlay .popup__contact .wpcf7-form p {
  margin: 5px;
  padding-top: 0px;
  width: 100%;
}
.popup__overlay .popup__contact .wpcf7-form p label {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.popup__overlay .popup__contact .wpcf7-form p input {
  height: 40px;
}
.popup__overlay .popup__contact .wpcf7-form p .wpcf7-text,
.popup__overlay .popup__contact .wpcf7-form p .wpcf7-email,
.popup__overlay .popup__contact .wpcf7-form p textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000000;
  margin-top: 5px;
}
.popup__overlay .popup__contact .wpcf7-form p .wpcf7-text:focus,
.popup__overlay .popup__contact .wpcf7-form p .wpcf7-email:focus,
.popup__overlay .popup__contact .wpcf7-form p textarea:focus {
  border: 3px solid #000000;
  background-color: rgba(175, 174, 174, 0.151);
}
.popup__overlay .popup__contact .wpcf7-form-control.wpcf7-submit {
  width: 100%;
}

/*==========================================================================*/
/*============================= SINGLE-PHOTO ==============================*/
/*==========================================================================*/
/* La galerie de photos occupe toute la largeur et est en colonne */
.photo__gallery {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  .photo__gallery {
    height: 100%;
    margin-top: 58px; /* Ajustement du margin-top pour les petits écrans */
  }
}

/* Détails de la photo, disposition flexible avec option pour les petits écrans */
.photo__detail {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  width: 100% !important;
  position: relative !important;
}
@media screen and (max-width: 765px) {
  .photo__detail {
    flex-direction: column; /* Changement de disposition pour les petits écrans */
  }
}

/* Conteneur de la photo avec une disposition flexible et ajustements pour les petits écrans */
.photo__detail .photo__container {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50% !important;
  height: 100% !important;
  position: relative;
}
@media screen and (max-width: 820px) {
  .photo__detail .photo__container {
    width: 100% !important;
    height: 100% !important;
  }
}

/* Superposition au survol de la photo avec une transition d'opacité et de couleur */
.singlePhotoOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background-color 0.3s, opacity 0.3s;
  /* Superposition visible au survol de la photo */
}
.liste__photo:hover .singlePhotoOverlay {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.8);
  /* Affichage d'une icône en plein écran au survol */
}
.liste__photo:hover .singlePhotoOverlay .icon__fullscreen {
  display: block;
}

/* Icône en plein écran cachée par défaut, position ajustée pour différents écrans */
.singlePhotoOverlay .icon__fullscreen {
  display: none;
  position: absolute;
  left: 92%;
  top: 2%;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1140px) {
  .singlePhotoOverlay .icon__fullscreen {
    left: 86%;
    top: 4%;
  }
}
@media screen and (max-width: 765px) {
  .singlePhotoOverlay .icon__fullscreen {
    left: 82%;
  }
}

/* Affichage de l'icône en plein écran au survol de la photo */
.liste__photo:hover .icon__fullscreen {
  display: block;
}

/* Style de l'image principale */
.photo__detail img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Section principale de la page, disposition flexible, largeur maximale ajustée pour différents écrans */
.photo__list {
  display: flex;
  flex-direction: column;
  padding-top: 58px;
  max-width: 80%;
  margin: auto;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 765px) {
  .photo__list {
    max-width: 375px;
  }
}
@media screen and (max-width: 475px) {
  .photo__list {
    max-width: 305px;
  }
}
@media screen and (max-width: 400px) {
  .photo__list {
    max-width: 245px;
  }
}
@media screen and (max-width: 350px) {
  .photo__list {
    max-width: 220px;
  }
}

/* Informations sur la photo, largeur ajustée pour différents écrans */
.photo__info {
  width: 48%;
  text-align: left;
  border-bottom: solid black 1px;
  padding-bottom: 30px;
  /* Ajustements pour les petits écrans */
  /* Ajustements supplémentaires pour les écrans très petits */
  /* Style du titre de la photo */
  /* Style des paragraphes d'informations */
}
.photo__info h2 {
  font-family: "SpaceMono-Italic";
  font-size: 65px;
  font-weight: 400;
  line-height: 58px;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .photo__info {
    width: 100%;
    left: 10px;
    position: relative;
  }
}
@media screen and (max-width: 420px) {
  .photo__info {
    left: 0;
  }
}
.photo__info h2 {
  margin: 20px 0;
  width: 420px;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 820px) {
  .photo__info h2 {
    width: 262px;
  }
}
.photo__info p {
  font-family: "SpaceMono-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Style de la section d'informations sur la photo */
.photo__meta {
  display: flex;
  flex-direction: column;
}

/* Conteneur pour les coordonnées de contact, disposition flexible avec ajustements pour les petits écrans */
.contact__container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 118px;
  align-items: center;
  border-bottom: solid black 1px;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 820px) {
  .contact__container {
    justify-content: center;
    flex-direction: column;
  }
}

/* Style du texte de contact */
.contact__container p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 820px) {
  .contact__container p {
    font-family: Poppins-Regular;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    width: 263px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Conteneur pour le bouton de contact et la disposition flexible avec ajustements pour les petits écrans */
.contact__container .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 820px) {
  .contact__container .contact {
    flex-direction: column;
  }
}

/* Style du bouton de contact avec des ajustements pour différents écrans */
#contact__button {
  cursor: pointer;
  border: white;
  background: #d8d8d8;
  width: 272px;
  height: 50px;
  font-family: "SpaceMono-Regular";
  font-weight: 400;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 23px;
  /* Ajustements pour les petits écrans */
  /* Effets de survol */
}
@media screen and (max-width: 820px) {
  #contact__button {
    width: 263px;
  }
}
@media screen and (max-width: 420px) {
  #contact__button {
    width: 175px;
    margin-right: 0;
  }
}
#contact__button:hover {
  background-color: black;
  color: white;
  transition: background-color 0.6s ease-in, color 0.6s ease-in;
}

/* Styles pour l'affichage des vignettes au survol des flèches */
/* Conteneur pour la navigation entre les photos */
.navPhotos {
  width: 50%;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 820px) {
  .navPhotos {
    display: none;
  }
}

/* Conteneur pour les flèches de navigation et positionnement relatif */
.navArrow {
  width: 81px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  height: 118px;
  /* Styles pour les flèches */
}
.navArrow .arrow {
  width: 25px;
  height: auto;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  display: inline-block;
  /* Affichage des miniatures au survol */
  /* Positionnement des flèches */
}
.navArrow .arrow:hover + .miniature {
  display: flex !important;
}
.navArrow .arrow .arrow-left {
  top: 10px;
  position: relative;
}
.navArrow .arrow .arrow-right {
  top: 10px;
  position: relative;
}

/* Styles pour les miniatures et effets de survol */
.miniature,
.miniature-left,
.miniature-right {
  visibility: hidden;
  opacity: 0;
  position: relative;
  height: 71px;
  width: 81px;
  top: 8px;
  transition: opacity 0.3s linear;
  /* Styles pour les liens des miniatures */
}
.miniature a,
.miniature-left a,
.miniature-right a {
  display: block;
  width: 100%;
  height: 100%;
  /* Styles pour les images des miniatures */
}
.miniature a img,
.miniature-left a img,
.miniature-right a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Affichage des miniatures au survol des flèches */
.arrow:hover + .miniature,
.arrow:hover + .miniature-left,
.arrow:hover + .miniature-right {
  visibility: visible;
  opacity: 1;
}

/* Style du texte pour indiquer l'intérêt */
.interested {
  font-family: "SpaceMono-Regular";
  font-size: 14px;
}

/* Style du texte si aucune photo similaire n'est trouvée */
.photoNotFound {
  font-family: Poppins-Regular;
  font-size: 20px;
  text-align: center;
}

/* Titre pour la section de suggestions avec des ajustements pour les petits écrans */
.title__suggestion {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3%;
  /* Ajustements pour les petits écrans */
}
@media screen and (max-width: 1140px) {
  .title__suggestion {
    display: flex;
    margin: 10px 0 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/* Style du titre des suggestions */
.title__suggestion h3 {
  font-family: "SpaceMono-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
  margin-top: 6%;
}

/* Conteneur pour les photos similaires avec ajustements pour les petits écrans */
.photo__similar {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  gap: 20px;
  /* Ajustements pour les petits écrans */
  /* Ajustements supplémentaires pour les très petits écrans */
}
@media screen and (max-width: 820px) {
  .photo__similar {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 375px) {
  .photo__similar {
    padding-top: 30px;
  }
}

/* Style pour la section de suggestions avec ajustements pour les petits écrans */
@media screen and (max-width: 375px) {
  .suggestions {
    padding: 30px 40px;
  }
}

/*==========================================================================*/
/*============================= BLOCK PHOTO ==============================*/
/*==========================================================================*/
/* Styles pour chaque bloc des photos  */
.block__photo {
  flex-shrink: 0;
  position: relative;
  width: 564px;
  height: 495px;
  margin-bottom: 4px;
  /* Ajustements responsives */
  /* Styles pour l'overlay et les icônes au survol */
  /* Styles pour l'overlay au survol de l'image */
}
@media screen and (min-width: 765px) and (max-width: 1140px) {
  .block__photo {
    width: 370px;
  }
}
@media screen and (max-width: 765px) {
  .block__photo {
    width: 318px;
    height: 279px;
  }
}
@media screen and (max-width: 375px) {
  .block__photo {
    width: 260px;
  }
}
.block__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block__photo .overlay:hover .eye-icon,
.block__photo .overlay:hover .icon-fullscreen {
  display: block;
}
.block__photo .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s, background-color 0.3s;
  /* Ajustements responsives au survol */
  /* Styles pour les titres dans l'overlay */
  /* Styles pour l'icône de l'œil au survol */
  /* Styles pour l'icône de plein écran au survol */
}
.block__photo .overlay:hover {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.8);
  /* Affichage des titres au survol */
}
.block__photo .overlay:hover h2,
.block__photo .overlay:hover h3 {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
  color: white;
}
.block__photo .overlay h2 {
  left: 15px;
  top: 435px;
  display: none;
  /* Ajustements responsives */
}
@media screen and (max-width: 765px) {
  .block__photo .overlay h2 {
    top: 227px;
    font-size: 12px;
  }
}
.block__photo .overlay h3 {
  left: 478px;
  top: 450px;
  display: none;
  /* Ajustements responsives */
}
@media screen and (min-width: 765px) and (max-width: 1140px) {
  .block__photo .overlay h3 {
    left: 289px;
  }
}
@media screen and (max-width: 765px) {
  .block__photo .overlay h3 {
    left: 230px;
    top: 241px;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .block__photo .overlay h3 {
    left: 185px;
    top: 241px;
  }
}
.block__photo .overlay .eye-icon {
  width: 48px;
  height: 33.2px;
  top: 231.4px;
  left: 255px;
  position: absolute;
  display: none;
  /* Ajustements responsives */
}
@media screen and (min-width: 765px) and (max-width: 1140px) {
  .block__photo .overlay .eye-icon {
    left: 175px;
  }
}
@media screen and (max-width: 765px) {
  .block__photo .overlay .eye-icon {
    top: 135px;
    left: 140px;
  }
}
@media screen and (max-width: 375px) {
  .block__photo .overlay .eye-icon {
    left: 109px;
  }
}
.block__photo .overlay .icon-fullscreen {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  width: 34px;
  height: 34px;
  top: 11px;
  left: 512px;
  border: 1px;
  display: none;
  /* Ajustements responsives */
}
@media screen and (min-width: 765px) and (max-width: 1140px) {
  .block__photo .overlay .icon-fullscreen {
    left: 317px;
  }
}
@media screen and (max-width: 765px) {
  .block__photo .overlay .icon-fullscreen {
    top: 17px;
    left: 267px;
  }
}
@media screen and (max-width: 375px) {
  .block__photo .overlay .icon-fullscreen {
    left: 215px;
  }
}

/*==========================================================================*/
/*============================= HERO ==============================*/
/*==========================================================================*/
.hero {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 800px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  z-index: 1;
  animation: fadeIn 2s forwards;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 250px; /* Ajustement de la hauteur pour les écrans plus petits */
    margin-top: 50px;
  }
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero__content h1 {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-stroke: 3px white; /* contour du texte */
  -webkit-text-fill-color: transparent;
  font-family: "SpaceMono-BoldItalic";
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase; /* Convertit le texte en majuscules */
  animation: slideInFromBottom 2s forwards;
}
@media screen and (max-width: 768px) {
  .hero__content h1 {
    -webkit-text-stroke: 1px #ffffff; /* Ajustement du contour du texte pour les écrans plus petits */
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/*==========================================================================*/
/*============================= FRONT-PAGE ==============================*/
/*==========================================================================*/
/* Style liste de photos de la page d'accueil */
.photo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  margin-top: 43px;
  gap: 20px; /* Espacement entre les photos */
}

.load-more-btn {
  display: block;
  position: relative;
  width: 270px;
  height: 50px;
  line-height: 100%;
  margin: 30px auto;
  background-color: #d8d8d8;
  font-family: "SpaceMono-Regular";
  font-weight: 400;
  font-size: 12px;
  border-radius: 2px;
  border: none;
}
.load-more-btn:hover {
  cursor: pointer;
  background-color: black;
  color: #fff;
  transition: background-color 0.6s ease-in, color 0.6s ease-in;
}

/*==========================================================================*/
/*============================= FILTRES  ==============================*/
/*==========================================================================*/
#filtres-section .filtres-container {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.custom-select {
  width: 260px;
  height: 43px;
  border: 1.3px solid #b8bbc2 !important;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: transparent;
}

.taxonomy-container {
  display: flex;
  align-items: center;
}

.filters-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  width: 59%;
}

.filters-right {
  align-items: flex-end;
  width: 29%;
}

#annees {
  margin-left: auto;
}

/* CSS spécifique pour les écrans mobiles */
@media screen and (max-width: 768px) {
  #filtres-section .filtres-container {
    flex-direction: column;
    align-items: center;
    gap: 15px; /* Ajouté pour un meilleur espacement entre les filtres */
    padding: 0 20px;
    margin: auto;
    width: 50%;
  }
  .filters-left,
  .filters-right {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
  .custom-select,
  #annees {
    width: 90%;
    margin-bottom: 15px;
  }
  #annees {
    margin-left: 0;
  }
}
/*==========================================================================*/
/*============================= SELECT2  ==============================*/
/*==========================================================================*/
/* Styles pour la sélection simple */
.select2-container--default .select2-selection--single {
  height: 43px !important;
  border: 1.3px solid #b8bbc2 !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-family: "Poppins-Regular";
  font-size: 16px !important;
  text-transform: uppercase;
}

/* Styles pour les options */
.select2-container--default .select2-results__option {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #000; /* Texte par défaut des options */
}

/* Styles pour une option survolée */
.select2-container--default .select2-results__option:hover {
  background-color: #ffd6d6 !important; /* Couleur de survol */
  color: white !important;
}

/* Styles pour une option sélectionnée */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #E00000 !important; /* Couleur rouge pour l'option activée/sélectionnée */
  color: white !important; /* Couleur du texte de l'option sélectionnée */
}

/* Styles pour une option activée (clic) */
.select2-container--default .select2-results__option:active {
  background-color: #FE5858 !important; /* Couleur rouge au clic */
  color: white !important;
}

/* Styles pour une option en focus ou surbrillance */
.select2-container--default .select2-results__option--highlighted {
  background-color: #E00000 !important; /* Couleur rouge foncé lors de la surbrillance */
  color: white !important;
}

/* Styles pour la première option (cachée) */
.select2-container--default .select2-results__option:first-child {
  display: none; /* Masque la première option si nécessaire */
}

/* Styles pour la première option (cachée) */
.select2-container--default .select2-selection__rendered {
  display: none; /* Masque la première option si nécessaire */
}

/* Styles pour la dropdown */
.select2-container--default .select2-dropdown {
  top: -35px;
  margin-top: 28px;
}

@media screen and (max-width: 781px) {
  .select2-container--default .select2-dropdown {
    top: 9px;
    margin-top: -15px;
  }
}
/* Styles pour la barre de recherche dans la dropdown (cachée) */
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

/* Styles pour la flèche dans la sélection simple */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: 4px !important;
  position: absolute;
  top: 50%;
  width: 0;
}

/*==========================================================================*/
/*============================= LIGHTBOX ==============================*/
/*==========================================================================*/
.lightbox {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8) !important;
  cursor: pointer;
}

.lightbox-open {
  display: flex; /* Affiche la lightbox */
}

.lightbox-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

.lightbox-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 10%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}

.lightbox .lightbox-previous,
.lightbox .lightbox-next {
  font-family: "SpaceMono-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  z-index: 1;
}
.lightbox .lightbox-previous:hover,
.lightbox .lightbox-next:hover {
  font-size: 15px;
  font-weight: 900;
}

.lightbox .lightbox-previous {
  left: 12%;
}

.lightbox .lightbox-next {
  right: 12%;
}

.lightbox .lightbox-caption {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.lightbox-reference,
.lightbox-category {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  bottom: 8%;
  color: #fff;
  width: 170px;
  height: 21px;
}
.lightbox-reference.lightbox-reference,
.lightbox-category.lightbox-reference {
  left: 30%;
}
.lightbox-reference.lightbox-category,
.lightbox-category.lightbox-category {
  right: 30%;
  text-align: right;
}

.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.lightbox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 765px) {
  .lightbox {
    display: none !important; /* Cacher la lightbox sur les écrans mobiles */
  }
  .lightbox .lightbox-previous {
    left: 2%;
  }
  .lightbox .lightbox-next {
    right: 2%;
  }
  .lightbox_image {
    max-width: 70%;
  }
  .lightbox-category,
  .lightbox_reference {
    bottom: 5%;
  }
}/*# sourceMappingURL=theme.css.map */