* { box-sizing: border-box; /* Opera/IE 8+ */ -moz-box-sizing: border-box; /* Firefox, autres Gecko */ -webkit-box-sizing: border-box; /* Safari/Chrome, autres WebKit */ font-family: "Helvetica", sans-serif; } @media print { @page { size: A4 auto; margin-bottom: 2cm; font-size: 10px; counter-increment: page; @bottom-left { content: 'imprimé le 23/10/2025'; } @bottom-center { content: url("/images/logos/logo_percent5_printbasdepage.png") / " moto club Route76 "; } @bottom-right { content: "Page " counter(page) "/" counter(pages); } } @page :first { @bottom-center { content: ''; } } } header_impression { display: block; } body, table, tr, td { color: #000000 !important; background-color: #ffffff !important; } div { color: #000000 !important; background-color: #ffffff !important; /*border-style: dotted;*/ border-style: none; } ul li::before { content: "\200B"; } button, input, select, textarea { font-family : inherit; font-size : 100%; width : 300px; margin: 0; -webkit-box-sizing: border-box; /* Pour les anciennes versions des navigateurs WebKit */ -moz-box-sizing: border-box; /* Pour tous les navigateurs Gecko */ box-sizing: border-box; } button, input, select { display: none; } .btn { display: none; } a img{ border : none; } /* Styles des liens */ a, a:link, a:visited { background: transparent !important; color: unset; font-weight: 700; text-decoration: underline !important; } /* On affiche l'URL des liens externes a[href^="http"]:after, a[href^="https"]:after { content: " (" attr(href) ")"; } */ /* On masque les vidéos */ video, object, iframe { display: none !important; width: 0 !important; height: 0 !important; overflow: hidden !important; } header { display: none; } main { color: #000000 !important; background-color: #ffffff !important; } #wrap, #noprint { display: none; } .pace { display: none; } .noprint { display: none; } .ventre { // padding: 20px; margin: 0 auto; } .contenu_centre { text-align: center; } .titre_page { text-transform: uppercase; font-weight: bold; font-style: italic; font-size: 28px; margin: 20px auto; align-items: first baseline; text-align: center; } .titre_page_complement { text-transform: none; font-weight: normal; margin-left: 10px; font-size: 12px; } /* .titre_page { text-transform: uppercase; font-weight: bold; font-style: italic; margin: 0 auto 0 20px; padding-top: 35px; display: flex; align-items: first baseline; } .titre_page_complement { text-transform: none; font-weight: normal; margin-left: 10px; font-size: 12px; } */ .fond_boite_alerte { display: none; } .bouton_fermeture { display: none; } .date_alerte { display: none; } .boite_alerte { display: none; } footer { display: none; } .fixebas { display: none; } .vertical-container { display: -moz-flex; display: -webkit-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; }