/* Styles for yeswiki's template
 * under GNU General Public License
 */



	
body {
	background-image: url("/themes/margot/images/motif_orange_02.png") !important;
	background-repeat: no-repeat;
	background-position: right calc(30% - 100px) top 190px;
	background-color: transparent;
}


.yw-main-content {
	padding: 2rem 2rem !important;
}

#yw-main {
	padding-bottom: 110px !important;
}


.sticky-filter .filters{
	position: sticky;
	top: 210px;
}

.results-container .filter-box:nth-of-type(1){
	--neutral-color: #3f9a88;
}
.results-container .filter-box:nth-of-type(2){
	--neutral-color: #4faec5;
}
.results-container .filter-box:nth-of-type(3){
	--neutral-color: #e9be4c;
}
.results-container .filter-box:nth-of-type(4){
	--neutral-color: #a075bd;
}

