/*
 * Theme Name: Vas-y Paulette
 * Author: Vas-y Paulette
 * Version: 1.0.0
*/

div#cookie-notice {
	background-color: #000 !important;
}

.cn-button.bootstrap {
	background-color: var(--green-color) !important;
}


#cookie-notice .cookie-notice-container{
	background-color: #123e33 !important;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
	color: #fff !important;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie{
	background-color: #FDDD4C !important;
	text-transform: uppercase !important;
}