#header {
    background: #ff9182;
}
#header #menu>.wrapper {
    background: #ff9182 !important;
}
body.scrolling #header {
	background: #ff9182 !important;
}
#menu {
    background: #ffe1dd;
}
#message {
    background: #ff9182;
}
.menu > li.folder > a,
.menu > li.language > a.selected {
	color: #ff9182;
}
/* Header */
/*body.scrolling #header {
	background: #ff9182 !important;
}*/


/* Form */
button:hover {
    background: #ff9182;
}
.error {
    /*color: #ff9182;*/
}
section.view .content>.details .infos .schedule .ticketing a {
    color: #ff9182;
}
section.view .content>aside .medias .slideshow .next:hover {
    background: url('../img/2020_arrow_right.svg') no-repeat right center;
    background-size: 20px;
}
section.view .content>aside .medias .slideshow .prev:hover {
    background: url('../img/2020_arrow_left.svg') no-repeat left center;
    background-size: 20px;
}
a.fancybox-next span {
    background: url('../img/2020_arrow_right.svg');
    background-size: 20px;
}
a.fancybox-prev span {
    background: url('../img/2020_arrow_left.svg');
    background-size: 20px;
}
a.fancybox-close {
    background-size: 20px;
    background-image: url('../img/close_2020.svg');
}

/* View related */
section.view .related {
    background: #ff9182;
}


/* Home */
#home {
    background: #ff9182;
}
#home .column .wrapper {
    background: #ffc8c0;
}
#home .column3.page .wrapper {
    background: #ffc8c0;
}
.slideshow_pager ul li.selected,
.slideshow_pager ul li:hover {
    background: url('../img/pager_active_2020.svg') no-repeat;
    background-size: 100%;
}


/* Press */
#press_auth form button {
	background: #ff9182;
}


/* Folder */
body.contact #header,
body.html #header,
body.folder #header {
    background: #ff9182;
}
body.home.index #header {
    background: none;
	transition: 0.5s;
}
body.home.index.menu_expanded #header {
	background: #ff9182;
	transition: 0.5s;
}


/* Places */
body.places #header {
    background: #ff9182;
}


/* Search */
body.search #header {
    background: #ff9182;
}

/* Exhibitions */
#exhibitions .menu .download_map span,
body.exhibitions.map #header,
body.exhibitions.details #header,
body.exhibitions.index #header,
body.exhibitions.view #header {
    background: #ff9182;
}


/* Artists */
body.artists.view #header {
    background: #ff9182;
}


/* Exhibitions tools */
#exhibitions .results article.tools>.wrapper {
    background: #ff9182;
}
#exhibitions .results article.theme hr {
    border-top: 15px solid #ff9182;
}
#exhibitions .results article.theme h2 {
    color: #ff9182;
}


/* Filters */
.filters .filter input[type=text] {
    background: #ff9182;
}
.filters .options,
.filters .dropdown {
    background-color: #ff9182;
}


/* Posts */
body.posts #header {
    background: #ff9182;
}
#posts .types ul li a:hover,
#posts .types ul li a.selected {
    color: #ff9182;
}


/* Events  */
body.events #header {
    background: #ff9182;
}
#events .nav ul li:hover a,
#events .nav ul li.selected a {
    background: #ff9182;
}
#events aside .calendar table td a {
    color: #ff9182;
}
#events aside .display li:hover a,
#events aside .display li.selected a {
    background: #ff9182;
}


/* Events item */
body.events article.item.event.important .title span {
    background: #ff9182;
}
#home article.item.event.important .date span,
#home article.item.event.important .title span {
    background: none;
}


/* Texts */
body.texts #header {
    background: #ff9182;
}
#selection .remove,
#selection .print {
    background-color: #ff9182;
}
#selection input[type="checkbox"]:checked~label:before {
    background-color: #ff9182;
}
#exhibitions .menu a.selected {
    background-color: #ff9182;
}
body.exhibitions.index #header {
    background-color: #ff9182;
}
#exhibitions .results article.theme .title {
    color: #ff9182;
}

