.pwa-hide-if-unsubscribed {
  display: none;
}
#pwa-alert-notification-switch .jalios-icon img,
#pwa-alert-notification-switch .jalios-icon svg {
  width: 24px;
}
.topbar-alert-menu-dropdown .topbar-ctxmenu-header-actions {
  display: flex;
  align-items: center;
}
.topbar-alert-menu-dropdown .topbar-ctxmenu-header-actions #pwa-alert-notification-switch .jalios-icon img,
.topbar-alert-menu-dropdown .topbar-ctxmenu-header-actions #pwa-alert-notification-switch .jalios-icon svg {
  width: 18px;
}
.pwa-hide-if-installed {
  display: none;
}
.install-pwa-available .pwa-hide-if-uninstalled {
  display: none;
}
.install-pwa-available .pwa-hide-if-installed {
  display: block;
}
.install-pwa-available .pwa-hide-if-installed.d-inline {
  display: inline;
}
.pwa-active .pwa-hide-if-subscribed {
  display: none;
}
.pwa-active .pwa-hide-if-unsubscribed {
  display: block;
}
.pwa-active .pwa-hide-if-unsubscribed.d-inline {
  display: inline;
}
.pwa-active.pwa-active-notification #pwa-alert-notification-switch .jalios-icon {
  color: #1faceb;
}
.pwa-active.pwa-active-notification #pwa-alert-notification-switch .jalios-icon .pwa-on {
  display: inline-block !important;
}
.pwa-active.pwa-active-notification #pwa-alert-notification-switch .jalios-icon .pwa-off {
  display: none;
}
.pwa-active.pwa-active-notification .topbar .jicons-bell {
  color: #1faceb;
}
.pwa-active.pwa-active-topbar #pwa-alert-notification-switch.topbar-item .pwa-on {
  display: inline-block !important;
}
.pwa-active.pwa-active-topbar #pwa-alert-notification-switch.topbar-item .pwa-off {
  display: none;
}
.topbar-theme-dark .topbar-item .svg-icone-pwa {
  fill: #686868;
}
.topbar-theme-dark .topbar-item:hover .svg-icone-pwa {
  fill: #ffffff;
}
.topbar-item .svg-icone-pwa {
  fill: #666666;
  stroke-width: 0px;
}
#pwa-install-popup {
  display: block;
  position: fixed;
  z-index: 1035;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: ease-in-out 1s all;
  min-width: 330px;
}
@media (max-width: 767px) {
  #pwa-install-popup {
    top: -101%;
    left: 50%;
    transform: translateX(-50%);
  }
  #pwa-install-popup.active {
    top: 8rem;
  }
}
@media (min-width: 768px) {
  #pwa-install-popup {
    width: auto;
    right: -101%;
    transition: ease-in-out 1s right;
    position: fixed;
    left: inherit;
    transform: none;
    top: 8rem;
  }
  #pwa-install-popup.active {
    right: 2rem;
  }
}
#pwa-install-popup .popup-content {
  background-color: #fff;
  padding: 1.2rem 1rem 1.2rem 2rem;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#pwa-install-popup .popup-content #btn-pwa-install {
  flex-grow: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#pwa-install-popup .popup-content img {
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  flex-shrink: 0;
}
#pwa-install-popup .popup-content .container-text {
  max-width: 20rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 10px;
}
#pwa-install-popup .popup-content .container-text p {
  margin: 0;
}
#pwa-install-popup #pwa-close-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 2.5rem;
  flex-shrink: 0;
}
.modal-pwa .modal-content {
  border-radius: 2rem;
}
.modal-pwa .modal-header {
  border-radius: 2rem 2rem 0 0;
}
.modal-pwa .modal-body {
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-pwa .modal-body {
    font-size: 1.6rem;
    padding: 3rem;
  }
}
.modal-pwa .modal-body .container-fluid {
  padding: 0;
}
.modal-pwa .modal-body .container-fluid .img-notifacation {
  border: 1px solid #d7d7d7;
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-pwa .modal-body .container-fluid .text-left {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .modal-pwa .modal-body .container-fluid .text-left {
    padding-top: 4rem;
  }
}
.modal-pwa .modal-footer {
  position: static;
  border: none;
  background: transparent;
  padding: 0;
}
.modal-pwa .modal-footer button {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  visibility: hidden;
  width: 5rem;
  cursor: pointer;
}
.modal-pwa .modal-footer button:before {
  content: "\ed6d";
  visibility: visible;
  font-family: 'icomoon';
  speak: none;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 2.5rem;
  transition: color 300ms ease-in-out;
}
.modal-pwa .modal-footer button:hover:before {
  color: initial;
}
@media (min-height: 600px) {
  .modal-pwa.installation.modal-dialog:not(.modal-no-grow-h) .modal-body {
    max-height: calc(90vh - 250px);
  }
  .modal-pwa.installation.modal-dialog:not(.modal-no-grow-h) .modal-body .simple-scrollbar {
    max-height: calc(90vh - 250px);
  }
}
.modal-pwa.installation .modal-header {
  background-color: white !important;
  border-bottom: none;
}
.modal-pwa.installation .modal-body {
  padding: 0 1rem 1rem;
  position: relative;
}
.modal-pwa.installation .modal-body .simple-scrollbar {
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.modal-pwa.installation .modal-body .Article {
  margin-bottom: 1.5rem;
}
.modal-pwa.installation .modal-body .Article .do-panel-cst {
  border: none;
}
.modal-pwa.installation .modal-body .Article .publication-related,
.modal-pwa.installation .modal-body .Article .publication-metadata {
  display: none;
}
.modal-pwa.installation .wysiwyg .howto-step {
  color: #79747E;
  margin-bottom: 3rem;
}
.modal-pwa.installation .wysiwyg .howto-big-title {
  margin-top: 0;
  border: none;
  text-align: center;
}
.modal-pwa.installation .wysiwyg .img {
  text-align: center;
}
.modal-pwa.installation .wysiwyg .img img {
  max-width: 100%;
}
.modal-pwa.installation .wysiwyg .howto-title {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.modal-pwa.installation .wysiwyg .howto-subtitle {
  font-weight: bold;
  border: none;
}
.modal-pwa.installation .wysiwyg .center-text {
  max-width: 400px;
  margin: auto;
}
@media (min-width: 992px) {
  .modal-pwa.installation .wysiwyg .center-text {
    margin: auto 0;
    max-width: inherit;
  }
}
.modal-pwa.installation .modal-footer button:before {
  color: black;
}
.modal-pwa.installation .modal-footer button:hover:before {
  color: black;
}
.h-100 {
  height: 100%;
}
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.row-eq-height > [class*='col-'],
.row.row-eq-height > [class*='w-'] {
  display: flex;
  flex-direction: column;
}
.row.row-eq-height > [class*='col-'].next-div-h-100 > div,
.row.row-eq-height > [class*='w-'].next-div-h-100 > div {
  height: 100%;
}
.row.row-eq-height > .div-center {
  margin-top: auto;
  margin-bottom: auto;
}
.row.row-eq-height > .next-div-center > div {
  margin-top: auto;
  margin-bottom: auto;
}
/*# sourceMappingURL=pwa.css.map */
