#jqueryui.htmlonly-map, body.localisation { display: block !important; #header, #menu, #footer { display: none; } } :root { --primary: #227093; --secondary: #ff5252; --background: #eee; --highlight: #ffda79; /* Theme color */ --theme: var(--primary); } *, *::before, *::after { box-sizing: border-box; } /* Styles pour les défunts dans le listing */ /* Défunt exhumé - fond rouge */ tr.tab-data.defunt-exhume { background-color: #f5f5dc !important; } tr.tab-data.defunt-exhume:hover { background-color: #f3f3bc !important; } /* Défunt verrouillé - ligne grisée */ tr.tab-data.defunt-locked { background-color: #e0e0e0 !important; color: #666 !important; } tr.tab-data.defunt-locked:hover { background-color: #d0d0d0 !important; } .mainrubrik-operations, .mainrubrik-contrats { section { padding: 1em 0; margin-bottom: 1em; border-bottom : 1px solid $gris300; } a.reqmo-16 { margin: 1em 0; } a#link_emplacement, a#link_emplacement_transfert { display : inline-block; background-color: $brand100; color: $brand700; border-left: 5px solid $brand700; padding: 1em; border-radius: 5px; &:hover { background-color: $brand200; text-decoration: none; color: $brand800; border-left: 5px solid $brand800; } } }