/*
 * Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
 * wet-boew.github.io/wet-boew/License-eng.html / wet-boew.github.io/wet-boew/Licence-fra.html
 */

.wet-boew-expandcollapseall {
	margin: 10px 0;
}

.no-js {
	.wet-boew-expandcollapseall {
		margin: 0;
	}
}

/* Print open of details polyfill */
@media print {
	details.print-open > * {
		display: block !important;		
	}
}