@font-face {
  font-family: "Guthen Bloots";
  src: url("/photocall/css/fonts/GuthenBlootsBasic.otf") format("opentype");
  font-display: swap;
}
html,
body {
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.tracedebug {
  background-color: #fff;
}

header {
  height: 90px;
  text-align: center;
}
header .logo {
  padding: 20px;
}

.modal_ph {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal_ph-header {
  width: 100%;
}
.modal_ph-header .logo {
  margin-top: 18px;
  margin-bottom: 18px;
}
.modal_ph-header .logo a {
  display: block;
  width: fit-content;
  margin: auto;
}
.modal_ph-header .close_button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
  padding: 6px;
  font-size: 24px;
  margin-left: 15px;
  display: inline-block;
  color: #E94A54;
}
.modal_ph .icons {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.modal_ph .icons div, .modal_ph .icons a {
  padding: 6px;
  font-size: 24px;
  margin-left: 15px;
  display: inline-block;
  color: #E94A54;
}
.modal_ph .section_photo {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal_ph .section_photo .logo {
  flex-shrink: 0;
}
.modal_ph .section_photo .photo-container {
  flex-shrink: 1;
  flex-grow: 1;
  height: 0;
  position: relative;
  transform: translateX(var(--drag-offset, 0));
}
.modal_ph .section_photo .actions {
  flex-shrink: 0;
}
.modal_ph .section_photo .img_container {
  max-width: 1600px;
  position: relative;
  margin: auto;
  max-height: 100%;
  width: fit-content;
  z-index: -1;
}
.modal_ph .section_photo .img_container .filename {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-align: start;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 100%;
  width: fit-content;
  font-size: 16px;
}
.modal_ph .section_photo .img_container-next, .modal_ph .section_photo .img_container-prev {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal_ph .section_photo .img_container-next {
  right: -100%;
}
.modal_ph .section_photo .img_container-prev {
  left: -100%;
}

.actions {
  text-align: center;
  padding: 15px 15px 0 15px;
  margin-bottom: 8px;
}
.actions .action {
  display: block;
  cursor: pointer;
  background-color: #E94A54;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 10px;
  max-width: 400px;
  padding: 10px 10px;
  text-decoration: none;
}
.actions .action i {
  padding-right: 10px;
}
.actions .action.retour {
  display: inline-block;
  padding: 8px 10px;
  background-color: #b8b8b8;
  font-size: 16px;
}

.section_photo {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_photo.landscape {
  background-color: #000;
}
.section_photo.landscape .logo, .section_photo.landscape .actions {
  display: none;
}
.section_photo .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
}
.section_photo .logo a {
  display: inline-block;
}
.section_photo .logo a img {
  max-height: 100%;
  max-width: 100%;
}
.section_photo .photo-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.section_photo .photo-container img {
  object-fit: contain;
}
.section_photo .photo-container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
}
@media (pointer: coarse) {
  .section_photo .photo-container .arrow {
    display: none;
  }
}
@media (pointer: fine) {
  .section_photo .photo-container .arrow {
    display: flex;
  }
}
.section_photo .photo-container .arrow .prev, .section_photo .photo-container .arrow .next {
  padding: 6px;
  font-size: 24px;
  display: inline-block;
  color: #E94A54;
  margin-left: 15px;
  margin-right: 15px;
}
.section_photo p.info {
  padding-top: 5px;
  color: #000;
  font-size: 16px;
}
.section_photo .modal {
  display: none;
  opacity: 0;
  position: absolute;
  top: 60;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  transition: all ease 0.4s;
  padding: 20px;
}

#page_photo .messenger,
#page_photo .whatsapp {
  display: none;
}

#page_shooting {
  transition: all ease 0.4s;
}
#page_shooting .general_qr_modal {
  background: white;
}
#page_shooting #mymodal_carousel {
  background-color: black;
}
#page_shooting .swiper-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  object-position: center;
}
#page_shooting .qrcodes {
  cursor: pointer;
  background: #E94A54;
  position: fixed;
  top: 20px;
  right: 140px;
  width: 56px;
  height: 56px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-radius: 50%;
  z-index: 5000;
}
#page_shooting .btn_telecharger_tout {
  cursor: pointer;
  background: #E94A54;
  position: fixed;
  top: 20px;
  right: 80px;
  width: 56px;
  height: 56px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-radius: 50%;
  z-index: 5000;
}
#page_shooting .commentaire {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  color: white;
  z-index: 50;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page_shooting .commentaire {
    padding: 0 16px;
    justify-content: flex-start;
  }
}
#page_shooting .commentaire h2 {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  max-width: 650px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #page_shooting .commentaire h2 {
    text-align: left;
  }
}
#page_shooting .bandeau {
  padding: 84px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
#page_shooting .bandeau .fondu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 10%);
}
#page_shooting .bandeau h1 {
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 10px;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
#page_shooting .bandeau h1 a {
  color: #fff;
  text-decoration: none;
}
#page_shooting .w-100 {
  margin-top: 0 !important;
}
#page_shooting.shooting_vide main {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 650px;
  margin: auto;
  padding: 0 16px;
}
#page_shooting.shooting_vide main h1 {
  color: white;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  #page_shooting.shooting_vide main h1 {
    font-size: 36px;
  }
}
#page_shooting.shooting_vide main p {
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  #page_shooting.shooting_vide main p {
    font-size: 16px;
  }
}
#page_shooting.shooting_vide main lottie-player {
  width: 230px;
  height: 187px;
  margin: auto;
  margin-top: -90px;
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  #page_shooting.shooting_vide main lottie-player {
    width: 136px;
    height: 111px;
  }
}

#page_print,
#page_commande,
#page_sms {
  padding-top: 15px;
  max-width: 800px;
  margin: auto;
}
#page_print header #logo_blanc,
#page_commande header #logo_blanc,
#page_sms header #logo_blanc {
  display: none !important;
}
#page_print header #logo_rouge,
#page_commande header #logo_rouge,
#page_sms header #logo_rouge {
  display: inline !important;
}
#page_print main h1,
#page_commande main h1,
#page_sms main h1 {
  font-size: 24px;
  font-weight: 800;
  color: #E94A54;
  text-align: center;
  margin-bottom: 16px;
}
#page_print main form label,
#page_commande main form label,
#page_sms main form label {
  display: block;
  padding: 10px 0 5px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
#page_print main form input,
#page_print main form textarea,
#page_commande main form input,
#page_commande main form textarea,
#page_sms main form input,
#page_sms main form textarea {
  display: block;
  border: 1px solid #151515;
  width: 100%;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 8px;
}
#page_print main form button,
#page_commande main form button,
#page_sms main form button {
  border: 1px solid #E94A54;
  background-color: #E94A54;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
}
#page_print main .erreur,
#page_commande main .erreur,
#page_sms main .erreur {
  color: #E94A54;
  font-weight: 700;
}
#page_print main .resultat,
#page_commande main .resultat,
#page_sms main .resultat {
  text-align: center;
  padding: 60px 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E94A54;
}
#page_print main .logo,
#page_commande main .logo,
#page_sms main .logo {
  text-align: center;
  margin-bottom: 16px;
}
#page_print main .svg_retour,
#page_commande main .svg_retour,
#page_sms main .svg_retour {
  position: absolute;
  top: 20px;
  left: 20px;
}
#page_print main .action,
#page_commande main .action,
#page_sms main .action {
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
}

.smugmug {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  margin-bottom: 5px;
}
.smugmug .smugmug_ligne {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  font-size: 0;
  padding-right: 5px;
  width: 100%;
}
.smugmug .smugmug_ligne .smugmug_photo_ligne {
  display: inline-block;
  overflow: hidden;
  flex-shrink: 1;
  position: relative;
}
.smugmug .smugmug_ligne .smugmug_photo_ligne:after {
  position: absolute;
  content: attr(data-filename);
  font-size: 14px;
  top: 0;
  left: 0;
  color: white;
  padding-left: 12px;
  padding-bottom: 4px;
  display: flex;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  height: 100%;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 7%, rgba(255, 255, 255, 0) 85%);
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
.smugmug .smugmug_ligne .smugmug_photo_ligne img {
  margin-left: 5px;
  margin-top: 5px;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=photocall_20260906.css.map */
