/*!
 * interactive-image v2.7.1
 * https://github.com/jpchateau
 * Jean-Philippe Chateau - <contact@jpchateau.com>
 * MIT License
 */
.interactive-image {
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 0;
  caret-color: transparent;
  cursor: default; }
  .interactive-image .unsupported-screen {
    display: none;
    width: 120px;
    margin: -500px auto;
    padding: 20px;
    color: #1d2129;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    font-size: 13px;
    text-align: center; }
    .interactive-image .unsupported-screen::before {
      content: 'Please view on a laptop or an iPad.'; }

  @media screen and (max-width: 768px) {
    .interactive-image {
      background-image: none;
      background-color: white;
      max-width: 0px; }
      .interactive-image .unsupported-screen {
        display: block; } }
  .interactive-image .hotspot {
    position: absolute;
    z-index: 8;
    width: 10px;
    height: 10px;
    color: white;
    display: block;
    cursor: pointer;
    font-size: 10px;
    text-align: center; 
    transform: rotateZ(0);
  }
    .interactive-image .hotspot:hover {
      text-shadow: 0 0 3px white; }
  .interactive-image .item {
    position: absolute;
    z-index: 16;
    background-color: white;
    color: #1d2129;
    min-width: 100px;
    min-height: 60px;
    height: auto;
    display: none;
    text-align: center;
    border-radius: 2px;
    margin-left: -37%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7); }
    .interactive-image .item::after, .interactive-image .item::before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .interactive-image .item::after {
      border-bottom-color: white;
      border-width: 7px;
      margin-left: -20px; }
  .interactive-image .close-button {
    display: block;
    width: 19px;
    height: 17px;
    color: #333;
    position: absolute;
    top: 3px;
    right: 1px;
    font-size: 16px;
    cursor: pointer;
    text-align: center; }

/* @font-face {
  font-family: "icomoon";
  src: url(../icon/IcoMoon-Free-master/Font/icomoon-free.ttf) format("truetype"), url(../icon/fonts/icomoon.woff) format("woff"), url(../icon/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; } */

@font-face {
  font-family: "Font Awesome 6 Free";
  /* src: url(../icon/IcoMoon-Free-master/Font/icomoon-free.ttf) format("truetype"), url(../icon/fonts/icomoon.woff) format("woff"), url(../icon/fonts/icomoon.svg#icomoon) format("svg"); */
  font-weight: normal;
  font-style: normal; }

[class^='icon-'],
[class*=' icon-'] {
  font-family: "Font Awesome 6 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelop::before {
  content: '\f0c2'; }
.icon-cancel-circle::before {
  content: '\f0c2'; }
.icon-radio-checked::before {
  content: '\f0c2'; }
.icon-radio-checked.smoke::before {
  font-size: 15px;
  content: '\2b';
  color: transparent }
.icon-radio-checked.fire::before {
  font-size: 15px;
  content: '\2b';
  color: transparent }
.icon-radio-checked.flash::before {
  font-size: 30px;
  content: '\2b';
  color: transparent }
.icon-radio-checked.grenade::before {
  font-size: 30px;
  content: '\2b';
  color: transparent }

.icon-share2::before {
  content: '\EA82'; }

.icon-facebook::before {
  content: '\E901'; }

.icon-twitter::before {
  content: '\EA96'; }

.interactive-image .social-share-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  width: 32px;
  height: 32px;
  transition: height .3s;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer; }
  .interactive-image .social-share-box.expanded {
    transition: height .3s;
    height: 128px; }
  .interactive-image .social-share-box .social-button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center; }
    .interactive-image .social-share-box .social-button.mail-colors {
      font-size: 18px;
      padding-top: 7px;
      padding-bottom: 7px; }
  .interactive-image .social-share-box .share-colors {
    background: rgba(0, 0, 0, 0.7);
    color: white; }
  .interactive-image .social-share-box .facebook-colors {
    background-color: #1877f2;
    color: white; }
  .interactive-image .social-share-box .twitter-colors {
    background-color: #1da1f2;
    color: #f5f8fa; }
  .interactive-image .social-share-box .mail-colors {
    background-color: #a1adb3;
    color: white; }
  .interactive-image .social-share-box a {
    text-decoration: none;
    display: block; }

.interactive-image .audio-item {
  max-width: 280px;
  padding: 20px;
  text-align: left; }
  .interactive-image .audio-item .caption {
    display: block;
    margin-top: 14px;
    margin-bottom: -4px; }
  .interactive-image .audio-item audio {
    width: 280px;
    margin-bottom: -4px; }
    .interactive-image .audio-item audio:focus {
      outline: none; }

.interactive-image .picture-item {
  position: relative;
  max-width: 520px;
  max-height: 520px;
  margin: 20px; }
  .interactive-image .picture-item::before {
    content: attr(data-caption);
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    pointer-events: none; }
  .interactive-image .picture-item.with-caption::before {
    padding: 5px; }
  .interactive-image .picture-item .picture {
    max-width: 520px;
    max-height: 520px;
    margin-bottom: -4px; }

.interactive-image .provider-item {
  padding: 20px; }
  .interactive-image .provider-item iframe {
    width: 480px;
    height: 270px;
    margin-bottom: -4px;
    border: 0; }

.interactive-image .text-item {
  padding: 20px;
  max-width: 210px; }
  .interactive-image .text-item .title {
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-family: Lato, Arial, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    display: inline-block;
    color: #333; }
  .interactive-image .text-item .description {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0; }
  .interactive-image .text-item .picture {
    max-width: 210px;
    max-height: 210px;
    margin-top: 10px; }
  .interactive-image .text-item a {
    text-decoration: underline;
    color: black;
    display: block;
    margin-top: 10px; }
    .interactive-image .text-item a:visited {
      color: #1d2129; }
    .interactive-image .text-item a:hover {
      color: #1d2129; }
    .interactive-image .text-item a:active {
      color: #1d2129; }

.interactive-image .video-item {
  max-width: 520px;
  padding: 20px;
  text-align: left; }
  .interactive-image .video-item .caption {
    display: block;
    margin-top: 14px;
    margin-bottom: -4px; }
  .interactive-image .video-item video {
    width: 480px;
    height: 270px;
    margin-bottom: -4px;
    object-fit: cover; }
    .interactive-image .video-item video:focus {
      outline: none; }


/*# sourceMappingURL=interactive-image.css.map*/