/* 
CSS Document
FONTS - ALBERT : 'albert'

COULEURS
- INDEX : rgba(204,0,102);
- GROSSESSE : #EF2C8B / rgba(239,44,139)
- BEBES : #EF90B9 / rgba(239,144,185)
- ENFANTS : #9682B9 / rgba(150x130x185)
- ADOLESCENTS : #7D52B3 / rgba(125,82,179)
- FAMILLE : #401C80 / rgba(64x28x128)
- LIVRES : #13007C / rgba(19x0x124)
*/

.filtres { width:100%; border-bottom:#FFFFFF 0.25em solid; }
	.collapsible { background-color:rgba(204,0,102); color:#FFFFFF; cursor:pointer; padding:18px; width:100%; border:none; text-align:left; outline:none; font-size:1.5em; }
	.active, .collapsible:hover { background-color:rgba(204,0,102); }
		.background-index { background-color:rgba(204,0,102); }
		.background-grossesse { background-color:rgba(239,44,139); }
		.background-bebes { background-color:rgba(239,144,185); }
		.background-enfants { background-color:rgba(150,130,185); }
		.background-adolescents { background-color:rgba(125,82,179); }
		.background-famille { background-color:rgba(64,28,128); }
		.background-livres { background-color:rgba(19,0,124); }
		

	.content { padding:0; max-height:0; overflow:hidden; transition:max-height 0.2s ease-out; background-color:rgba(239,144,185); color:#FFFFFF; }
		.content_filtre { width:100%; display:flex; flex-wrap:wrap; padding:1em 2em; }
			.content_filtre h1 { width:100%; margin:0; padding:0; font-size:1.5em; }
			.content_filtre_link { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; }
				.content_filtre_link a:link, content_filtre_link a:visited { color:#000000; }
				.content_filtre_link a:hover, .content_filtre_link a:active { color:#FFFFFF; }
				a.selected:link, a.selected:visited { color:#FFFF00; }
	
	.content_div { width:100%; display:flex; flex-wrap:wrap; padding:1em; }
		.content_div_link { display:flex; flex-wrap:wrap; margin:0.5em 1em; padding:0.5em 1em; background-color:rgba(204,0,102); align-items:center; }
			.content_div_link div a { color:#FFFFFF; }
				.content_div_link div a:hover { color:#FFFF00; }
				.content_div_link div a .selected { color:#FFFF00; }
			.content_div_link i { padding-left:1em; }