.consent-gate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	background-color: var(--currentColor);
	border-radius: 4px;
	text-align: left;
	width: 100%;
}

.consent-gate {
color: var(--lightColor);
}
.consent-gate figcaption{
	color: var(--currentColor);
}
.consent-gate .consent-gate-content {
	width: 100%;

}
.consent-gate .consent-gate-text {
	font-size: 1rem;
	line-height: inherit;
	margin: 0;
	width: 100%;
	color: var(--lightColor);
}
.consent-content-loaded .consent-gate {
	margin-top: var(--padding);
	padding: var(--padding) 0;
	background-color: transparent;
}
.consent-content-loaded .consent-gate>:not(.consent-gate-toggle):not(.consent-gate-content) {
	display: none;
}
.consent-content-loaded .consent-gate-toggle {
	padding: .25rem 0;
	width: 100%;
	color: var(--lightColor);
}
.consent-content-loaded .consent-gate-toggle .toggle-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.consent-content-loaded .consent-gate-toggle .toggle-off {
	display: none;
}
.consent-gate-vendor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.25rem 0;
}
.consent-gate-vendor-name {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--lightColor);
}
svg+.consent-gate-vendor-name {
	margin-left: 1.25rem;
}
.consent-gate-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: inherit;
	color: var(--lightColor);
}
.consent-gate-toggle span {
	width: 100%;
	padding: .25rem .625rem;
	line-height: inherit;
}
.consent-gate-toggle a,.consent-gate-toggle span,.consent-gate-toggle svg {
	cursor: pointer;
}
.consent-gate-toggle .toggle-on {
	width: 100%;
	display: none;
	font-size: var(--fs-s);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.consent-gate-toggle .toggle-on a {
	font-size: var(--fs-s);
	line-height: inherit;
	font-weight: var(--fw-normal);
	color: var(--noir)!important;
	text-decoration: none!important;
}

.consent-gate-toggle .toggle-on a:hover {
	color: var(--lightColor)!important;
	background-color: var(--rouge);
}
.consent-gate-toggle .toggle-off {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.consent-gate-toggle .toggle-off .icon {
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	width: 48px;
	height: 48px;
	fill: var(--lightColor);
}
.consent-gate-toggle .toggle-off:hover .icon,
.consent-gate-toggle .toggle-off:hover  {
	fill: var(--blanc);
	color:var(--blanc) ;
}

.consent-gate-toggle .icon-toggle-off {
	fill: var(--lightColor);
}
.consent-gate-toggle .icon-toggle-on {
	min-width: 30px;
	fill: #00813c;
}
@media (min-width:0) {


	.consent-content-loaded .consent-gate-toggle {
		font-size: 1.4rem;
		padding: .25rem 0;
	}
	.consent-content-loaded .consent-gate-toggle .toggle-on {
		line-height: inherit;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	.consent-gate-toggle {
		font-size: var(--fs-s);
	}
	.consent-gate-privacy-url {
		margin-left: 2.5rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}