#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #333;
}


#tarteaucitronRoot #tarteaucitronAlertBig {
    background: rgba(0,0,0,0.8);
 }

 div#tarteaucitronInfo {
  border-color:#FFF;
 }
 
 .tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.7;
}

#tarteaucitronIcon #tarteaucitronManager {
	background:rgba(255,255,255,0.7);
}


#tarteaucitronIcon #tarteaucitronManager img {
	width:30px;
	height:30px;
}

@media (max-width: 455px) {
	#tarteaucitronIcon #tarteaucitronManager {
		display:none!important;
	}
}