#moduleFlashInfo-dock {
  overflow: hidden;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px calc(10px * 0.1) rgba(0, 0, 0, 0.15);
  z-index: 999;
}

#moduleFlashInfo-dock.hide {
  display: none !important;
  overflow: hidden !important;
}

#moduleFlashInfo-dock.noselect,
#moduleFlashInfo-dock .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.moduleFlashInfo {
  width: calc(100% - (15px * 2));
  min-width: calc(100% - (15px * 2));
  max-width: calc(100% - (15px * 2));
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  padding: 0px 15px;
  position: relative;
  overflow: hidden;
}

.moduleFlashInfo-info {
  position: absolute;
  z-index: 1;
  /*top: 30px;*/

  width: calc(100% - (15px * 2));
  min-width: calc(100% - (15px * 2));
  max-width: calc(100% - (15px * 2));
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.moduleFlashInfo-info:not(.active) {
  z-index: -1;
}

.moduleFlashInfo-info-close {
  text-align: right;
  text-transform: uppercase;
  color: #00214f;
  font-size: 20px;
  padding-top: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-align: right;
}

.moduleFlashInfo-info-close:hover {
  color: #00214f;
}

.moduleFlashInfo-info-bullets {
  text-align: center;
  padding: 15px;
  width: calc(100% - (15px * 2));
}

.moduleFlashInfo-info-bullets svg.svg-bullet-progress-bar-def-ctrl {
  width: 13px;
  height: 13px;
  margin: 0px 5px;
  fill: #9c9c9c;
  cursor: pointer;
}

.moduleFlashInfo-info-bullets svg.svg-bullet-progress-bar-def-ctrl:hover {
  fill: #00214f;
}

.moduleFlashInfo-info-bullets svg.svg-bullet-progress-bar-def-ctrl.active {
  fill: #f39655;
  cursor: default;
}

.moduleFlashInfo-info-title {
  text-align: center;
  font-weight: bold;
}

.moduleFlashInfo-info-title img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 39px;
  display: block;
  margin: auto;
}

.moduleFlashInfo-info-desc {
  padding: 30px 0px;
  font-size: 0.875rem;
  text-align: center;
}

a.moduleFlashInfo-info-link {
  display: block;
  background-color: #00214f;
  border-radius: 10px;
  padding: 8px 35px;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  z-index: 1000;
}

a.moduleFlashInfo-info-link:hover {
  background-color: #ffde00;
  text-decoration: none;
  color: #00214f;
}

@media screen and (min-width: 1080px) {
  #moduleFlashInfo-dock {
    position: fixed;
    bottom: 20px;
    right: 10px;

    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    min-height: 300px;
    max-height: 300px;

    border-radius: 10px;
    background-color: #fff;
  }

  .moduleFlashInfo-info {
    background-color: #fff;
  }

  .moduleFlashInfo-info-close {
    align-self: flex-end;
  }

  #moduleFlashInfo-dock .mobile {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  /* SLIDER OUVERT */
  #moduleFlashInfo-dock {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    /*height: 300px;
        min-height: 300px;
        max-height: 300px;*/
    background-color: #ededed;
    margin-top: 15px;
  }

  .moduleFlashInfo-info {
    background-color: #ededed;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  #moduleFlashInfo-dock .desktop {
    display: none;
  }

  .moduleFlashInfo-info-close .accordion {
    border: solid 1px #00214f;
    border-radius: 10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .moduleFlashInfo-info-close .accordion:hover {
    border: solid 1px #ffde00;
    color: #00214f;
  }

  .moduleFlashInfo-info-close .accordion::after {
    content: "-";
    margin-top: -5px;
  }

  #moduleFlashInfo-dock a.moduleFlashInfo-info-link {
    font-size: 0.7rem;
  }

  .moduleFlashInfo-swipe-ctrl {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }

  .moduleFlashInfo-info-title {
    font-size: 0.9rem;
  }

  .moduleFlashInfo-info-desc {
    font-size: 0.8rem;
    padding: 10px 0px;
  }

  .moduleFlashInfo-info-bullets {
    padding: 10px 0px;
    width: 100%;
  }

  .moduleFlashInfo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    padding: 0;
  }

  #moduleFlashInfo-dock .moduleFlashInfo-info-title img {
    height: 20px;
    width: auto;
  }

  /* SLIDER FERMER */
  #moduleFlashInfo-dock .moduleFlashInfo-info-close {
    align-self: flex-end;
  }

  #moduleFlashInfo-dock.closed .moduleFlashInfo-info-close {
    padding-top: 0px;
  }
  #moduleFlashInfo-dock.closed .moduleFlashInfo-info-close {
    align-self: center;
  }

  #moduleFlashInfo-dock.closed,
  #moduleFlashInfo-dock.closed .moduleFlashInfo,
  #moduleFlashInfo-dock.closed .moduleFlashInfo-info {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }

  #moduleFlashInfo-dock.closed {
    flex-direction: row-reverse;
  }

  #moduleFlashInfo-dock.closed .moduleFlashInfo {
    width: calc(100% - 37px - (15px * 2));
    min-width: calc(100% - 37px - (15px * 2));
    max-width: calc(100% - 37px - (15px * 2));
    padding: 0px;
  }

  #moduleFlashInfo-dock.closed .moduleFlashInfo-info-close .accordion::after {
    content: "+";
  }

  #moduleFlashInfo-dock.closed .moduleFlashInfo-info-desc,
  #moduleFlashInfo-dock.closed .moduleFlashInfo-info-bullets {
    display: none;
  }

  #moduleFlashInfo-dock.closed .moduleFlashInfo-swipe-ctrl {
    width: auto;
  }
}
