.consent-must-be-granted {
	display: none !important;
}
.consent-must-be-denied {
	display: none !important;
}
body.consent-granted .consent-must-be-granted {
	display: inherit !important;
}
body.consent-denied .consent-must-be-denied {
	display: inherit !important;
}

/* Gestionnaire de consentement */
div.consent-manager {
	margin: 25px 0 !important;
}
div.consent-manager > p {
	margin: 0 !important;
}
div.consent-manager button.consent-manager-button {
	padding: 5px 20px !important;
	border: 0 !important;
	cursor: pointer !important;
	background: #eee;
}
div.consent-manager button.consent-manager-button:hover {
	background: #bbb;
}
body.consent-popup-on {
	overflow: hidden !important;
}

/* Popup de consentement */
div#consent-popup {
	display: none !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100vh !important;
	width: 100% !important;
	background-color: rgba(0, 0, 0, .8) !important;
	z-index: 2147483647 !important;
}
div#consent-popup * {
	box-sizing: border-box !important;
}
body.consent-popup-on div#consent-popup {
	display: block !important;
}
div#consent-popup div.consent-container {
	background: #000 !important;
	z-index: 2147483646 !important;
	left: 0 !important;
	bottom: 0 !important;
	position: fixed !important;
	padding: 80px 40px !important;
	display: flex !important;
	align-items: flex-end;
	width: 100% !important;
	max-height: 80% !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	color: #fff !important;
	font-size: 14px !important;
}
div#consent-popup div.consent-container p {
	margin: 5px 0 !important;
}
div#consent-popup div.consent-container div.consent-content {
	flex: 1 !important;
	padding-right: 20px !important;
}
div#consent-popup div.consent-container div.consent-content p.consent-title {
	font-size: 1.4em !important;
	font-weight: bold !important;
}
div#consent-popup div.consent-container div.consent-content p.consent-links {
	font-size: 0.8em !important;
	color: #999 !important;
}
div#consent-popup div.consent-container div.consent-content p.consent-links > a {
	color: #999 !important;
	text-decoration: none !important;
}
div#consent-popup div.consent-container div.consent-content p.consent-links > a:hover {
	color: #fff !important;
}
div#consent-popup div.consent-container div.consent-buttons {
	width: 300px !important;
	text-align: center !important;
}
div#consent-popup div.consent-container div.consent-buttons button {
	display: inline-block !important;
	color: #fff !important;
	text-align: center !important;
	border: 0 !important;
	cursor: pointer;
}
div#consent-popup div.consent-container div.consent-buttons button#consent-accept {
	margin-bottom: 5px !important;
	padding: 10px 50px !important;
	background: rgb(16, 126, 241) !important;
	border-radius: 3px !important;
	font-size: 1.2em !important;
}
div#consent-popup div.consent-container div.consent-buttons button#consent-accept:hover {
	background: rgb(0, 106, 221) !important;
}
div#consent-popup div.consent-container div.consent-buttons button#consent-decline {
	padding: 6px 10px !important;
	color: #999 !important;
	background: #000 !important;
	border: 0 !important;
}
div#consent-popup div.consent-container div.consent-buttons button#consent-decline:hover {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	div#consent-popup div.consent-container {
		display: block !important;
		padding: 30px 15px !important;
	}
	div#consent-popup div.consent-container div.consent-content {
		width: 100% !important;
		padding-right: 0 !important;
	}
	div#consent-popup div.consent-container div.consent-buttons {
		margin-top: 20px !important;
		width: 100% !important;
	}
	div#consent-popup div.consent-container div.consent-buttons button {
		padding: 10px 20px !important;
		width: 100% !important;
	}
}
