#tarteaucitronRoot *
{
	transition: border .3s, background .3s, opacity .2s, box-shadow .4s;
}

body #tarteaucitron *
{
	box-sizing: border-box !important;
}

body #tarteaucitron
{
	/*max-height: initial;*/
	border: 2px solid #333 !important;
	overflow: auto;
	border-radius: 4px;
}

body #tarteaucitron div#tarteaucitronServices
{
	margin-top: -18px !important;
	height: auto !important;
}

body #tarteaucitron .tarteaucitronSelfLink
{
	display: none;
}

body #tarteaucitron #tarteaucitronClosePanel
{
	top: 0;
	right: 1em;
	z-index: 99;
	background: #FFF;
	color: #00406D;
}

body #tarteaucitron #tarteaucitronClosePanel:hover
{
	text-decoration: underline;
	background: #F6702B;
	color: #FFF;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button
{
	font-size: 1.2em;
	font-weight: normal;
	padding: .5em;
	text-align: center;
	width: 100%;
	background: #00406D;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .tarteaucitronPlus
{
	display: none !important;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails
{
	text-align: justify;
	width: 100%;
	max-width: unset;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover
{
	background: #00406D;
	padding: 1em 0;
	border: none;
}

body #tarteaucitron #tarteaucitronInfo
{
	max-width: 100% !important;
	width: 100%;
	margin: 2em 0 !important;
}

body #tarteaucitron .tarteaucitronBorder
{
	border: none;
}

span.tarteaucitron-magic-block
{
	background: #000000;
	display: inline-block;
	padding: 25px;
	color: #ffffff;
	text-align: center;
	max-width: 400px;
	font-size: 14px;
}

span.tarteaucitron-magic-block b
{
	font-size: 17px;
}

span.tarteaucitron-magic-block button
{
	margin-top: 15px;
}

div#tarteaucitronAlertBig
{
	box-sizing: border-box !important;
}

head .tarteaucitron-magic-block button
{
	display: none;
}

.tarteaucitron-magic-block button
{
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
	border: 0;
	cursor: pointer;
}

button#tarteaucitronManager, button#tarteaucitronManager:hover
{
	margin-left: 8px;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAllow
{
	background-color: #008300;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronDeny
{
	background-color: #9C1A1A;;
}

#tarteaucitron button
{
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	margin: 5px 0;
	text-transform: uppercase;
	position: relative;
	border-radius: 3px;
	border: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	outline: 0;
}

#tarteaucitron button:hover
{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

#tarteaucitron button.tarteaucitron-toggle-group
{
	background: rgba(0, 0, 0, 0.1) !important;
	display: block;
}

body #tarteaucitron #tarteaucitronInfo,
body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails
{
	z-index: 98;
}

body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
body #tarteaucitron #tarteaucitronClosePanel
{
	top: 0;
	right: 1em;
	margin: 0 0 -50px auto;
	position: sticky;
	left: 100%;
	transform: translateX(-25%);
}

body #tarteaucitronIcon
{
	z-index: 9;
}

body #tarteaucitronRoot #tarteaucitronAlertBig
{
	padding: 2em 0;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert
{
	font-size: 20px !important;
}