@charset "UTF-8";
/*
Theme Name: galaxyy
Author: Anthony Jaeger & Anthony Fraise
Author URI: https://groupe-isia.com
Description: Thème Galaxyy
Version: 2.0.1
*/
@media print {
  /* Reset visuel */
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000 !important;
  }
  /* Base typographique */
  body {
    font-family: serif;
    font-size: 12pt;
    line-height: 1.4;
  }
  /* Structure */
  header,
  footer,
  nav,
  aside,
  .menu,
  .navbar,
  .btn,
  .button,
  .actions,
  .cookies,
  .popup,
  .modal,
  .breadcrumb,
  .social,
  .share {
    display: none !important;
  }
  main,
  article,
  section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Liens */
  a {
    text-decoration: underline;
    color: #000 !important;
  }
  a::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    word-break: break-all;
  }
  /* Images */
  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
  /* Titres & pagination */
  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  p,
  blockquote,
  ul,
  ol,
  table {
    page-break-inside: avoid;
  }
  /* Tables */
  table {
    border-collapse: collapse;
    width: 100%;
  }
  th,
  td {
    border: 1px solid #000;
    padding: 4px 6px;
  }
  /* Éviter les éléments vides */
  :empty {
    display: none;
  }
  /* URLs longues */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}

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