/*
Theme Name: Maison de la chimie
Author: Italic
Author URI: https://www.italic.fr/
Version: 2018
Text Domain: maisondelachimie
*/

body .cc-window {
	display: none;
}
body.hasCookies .cc-window {
	display: flex;
}

.video-placeholder {
	background-color: #EBEBE7;
	border: 5px solid #052955;
	border-radius: 10px;
	font-weight: bold;
	padding: 15px;
	margin: 20px 0;
	text-align: center;
}
.video-placeholder svg {
	color: #052955;
	width: 150px;
}