/*
Theme Name: HMC Theme
Theme URI: https://ipsumedia.com
Description: Thème enfant pour Divi
Author: IPSUMEDIA
Author URI: https://ipsumedia.com
Template: Divi
Version: 1.0.7
Text Domain: hmc-theme
*/
/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/
.wp-block-file__embed {
	position: relative!important;
}

.wp-block-file a  {
	display: none!important;
}
body header {
  display: block!important;
}

.not-found-title {
  text-align: center;
}

#wp-bottom-menu,
.raphQR,
#bouton-pmr,
#bouton-retour {
  display: none;
}

@media only screen and (max-width: 981px) {
    .pdfjs-viewer {
    height: 79vh !important;
  }

}
@media only screen and (min-width: 1079px) and (max-width: 1082px) {
  html {
    touch-action: pan-y !important;
  }
  body * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .pdfjs-viewer {
    height: 1445px  !important;
  }

  .lien-interdit {
    pointer-events: none;
  }

  .raphQR,
  #bouton-retour,
	#bouton-pmr{
    display: block;
  }

  .pas-borne,
  #webpushr-prompt-wrapper,
  #pwaforwp-add-to-home-click,
  #_prompt_overlay,
  #onesignal-slidedown-container,
  .et_pb_files_container {
    display: none !important;
  }

	#logo-ipsumedia {
    pointer-events: none;
    cursor: default;
  }
}
