:root {
	--blue: #285AFF;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #db7e04;
	--yellow: #ffdc00;
	--green: #73b355;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #285AFF;
	--secondary: #6c757d;
	--success: #73b355;
	--info: #17a2b8;
	--warning: #ffdc00;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #707173;
	--breakpoint-xs: 0;
	--breakpoint-sm: 36em;
	--breakpoint-md: 48em;
	--breakpoint-lg: 62em;
	--breakpoint-xl: 75em;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #374649;
	text-align: left;
	background-color: #ffffff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #285AFF;
	text-decoration: none;
	background-color: transparent;
}

/* HOVER DISABLED
a:hover {
	color: #0033db;
	text-decoration: underline;
}
*/

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
/*	margin-bottom: 0.5rem; */
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 4rem;
}

h2,
.h2 {
	font-size: 3.2rem;
}

h3,
.h3 {
	font-size: 2.8rem;
}

h4,
.h4 {
	font-size: 2.4rem;
}

h5,
.h5 {
	font-size: 2rem;
}

h6,
.h6 {
	font-size: 1.6rem;
}

.lead {
	font-size: 2rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

.hr-line {
	border: 0;
	border-bottom: 0.5px solid #e5e5e5;
}

@media screen and (max-width:74.938em) {
	.hr-line {
		margin-left: 1rem !important;
	}
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 2rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "â€”Â ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container,
.header-total .totalcom-search-form .form-item-keys,
.header-total .totalcom-search-form .form-text {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:36em) {
	.container-orig,
	.header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .form-text {
		max-width: 33.75em;
	}
}

@media (min-width:48em) {
	.container-orig,
	.header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .form-text {
		max-width: 45em;
	}
}

@media (min-width:62em) {
	.container-orig,
	.header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .form-text {
		// max-width: 60em;
		max-width: 980px;
	}
}

@media (min-width:75em) {
	.container-orig,
	.header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .form-text {
		// max-width: 71.25em;
		max-width: 980px;
	}
}

.container-fluid,
.block-cover.cover--panoramic {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width:36em) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:48em) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:62em) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:75em) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #374649;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #374649;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #c3d1ff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #8fa9ff;
}

.table-hover .table-primary:hover {
	background-color: #aabdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #aabdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #d8eacf;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #b6d7a7;
}

.table-hover .table-success:hover {
	background-color: #cae2bd;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #cae2bd;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fff5b8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffed7a;
}

.table-hover .table-warning:hover {
	background-color: #fff19f;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #fff19f;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #d7d7d8;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #b5b5b6;
}

.table-hover .table-dark:hover {
	background-color: #cacacb;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #cacacb;
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #ffffff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #ffffff;
	background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width:35.98em) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:47.98em) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:61.98em) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:74.98em) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #ffffff;
	border-color: #a8bcff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #ffffff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 2rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 1.4rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #374649;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 2rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #73b355;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: rgba(115, 179, 85, 0.9);
	border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #73b355;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373b355' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #73b355;
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #73b355;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373b355' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #73b355;
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.25);
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #73b355;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #73b355;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #73b355;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #90c378;
	background-color: #90c378;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #73b355;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #73b355;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #73b355;
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:36em) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked a {
	display: inline-block;
	font-weight: 400;
	color: #374649;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn,
	.webform-submission-form #edit-access-denied-agreement-unchecked a {
		transition: none;
	}
}

.btn:hover,
.webform-submission-form #edit-access-denied-agreement-unchecked a:hover {
	color: #374649;
	text-decoration: none;
}

.btn:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a:focus,
.btn.focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.btn.disabled,
.webform-submission-form #edit-access-denied-agreement-unchecked a.disabled,
.btn:disabled,
.webform-submission-form #edit-access-denied-agreement-unchecked a:disabled {
	opacity: 0.65;
}

a.btn.disabled,
.webform-submission-form #edit-access-denied-agreement-unchecked a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked fieldset:disabled a {
	pointer-events: none;
}

.btn-primary,
.contact-form .button--primary,
.contact-form .form-submit,
.simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .form-submit,
.webform-submission-form .button--primary,
.webform-submission-form .form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked a,
.wForm input[type=submit],
.simplenews-confirm-multi .form-submit,
.total-newsletter-edit-delete-form .form-submit,
.user-login-form .button,
.simplenews-confirm-add .button--primary {
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.btn-primary:hover,
.contact-form .button--primary:hover,
.contact-form .form-submit:hover,
.simplenews-subscriber-form .button--primary:hover,
.simplenews-subscriber-form .form-submit:hover,
.webform-submission-form .button--primary:hover,
.webform-submission-form .form-submit:hover,
.webform-submission-form #edit-access-denied-agreement-unchecked a:hover,
.wForm input[type=submit]:hover,
.simplenews-confirm-multi .form-submit:hover,
.total-newsletter-edit-delete-form .form-submit:hover,
.user-login-form .button:hover,
.simplenews-confirm-add .button--primary:hover {
	color: #ffffff;
	background-color: #023dff;
	border-color: #0039f4;
}

.btn-primary:focus,
.contact-form .button--primary:focus,
.contact-form .form-submit:focus,
.simplenews-subscriber-form .button--primary:focus,
.simplenews-subscriber-form .form-submit:focus,
.webform-submission-form .button--primary:focus,
.webform-submission-form .form-submit:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a:focus,
.wForm input[type=submit]:focus,
.simplenews-confirm-multi .form-submit:focus,
.total-newsletter-edit-delete-form .form-submit:focus,
.user-login-form .button:focus,
.simplenews-confirm-add .button--primary:focus,
.btn-primary.focus,
.contact-form .focus.button--primary,
.contact-form .focus.form-submit,
.simplenews-subscriber-form .focus.button--primary,
.simplenews-subscriber-form .focus.form-submit,
.webform-submission-form .focus.button--primary,
.webform-submission-form .focus.form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked a.focus,
.wForm input.focus[type=submit],
.simplenews-confirm-multi .focus.form-submit,
.total-newsletter-edit-delete-form .focus.form-submit,
.user-login-form .focus.button,
.simplenews-confirm-add .focus.button--primary {
	box-shadow: 0 0 0 0.2rem rgba(72, 115, 255, 0.5);
}

.btn-primary.disabled,
.contact-form .disabled.button--primary,
.contact-form .disabled.form-submit,
.simplenews-subscriber-form .disabled.button--primary,
.simplenews-subscriber-form .disabled.form-submit,
.webform-submission-form .disabled.button--primary,
.webform-submission-form .disabled.form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked a.disabled,
.wForm input.disabled[type=submit],
.simplenews-confirm-multi .disabled.form-submit,
.total-newsletter-edit-delete-form .disabled.form-submit,
.user-login-form .disabled.button,
.simplenews-confirm-add .disabled.button--primary,
.btn-primary:disabled,
.contact-form .button--primary:disabled,
.contact-form .form-submit:disabled,
.simplenews-subscriber-form .button--primary:disabled,
.simplenews-subscriber-form .form-submit:disabled,
.webform-submission-form .button--primary:disabled,
.webform-submission-form .form-submit:disabled,
.webform-submission-form #edit-access-denied-agreement-unchecked a:disabled,
.wForm input[type=submit]:disabled,
.simplenews-confirm-multi .form-submit:disabled,
.total-newsletter-edit-delete-form .form-submit:disabled,
.user-login-form .button:disabled,
.simplenews-confirm-add .button--primary:disabled {
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.contact-form .button--primary:not(:disabled):not(.disabled):active,
.contact-form .form-submit:not(:disabled):not(.disabled):active,
.simplenews-subscriber-form .button--primary:not(:disabled):not(.disabled):active,
.simplenews-subscriber-form .form-submit:not(:disabled):not(.disabled):active,
.webform-submission-form .button--primary:not(:disabled):not(.disabled):active,
.webform-submission-form .form-submit:not(:disabled):not(.disabled):active,
.webform-submission-form #edit-access-denied-agreement-unchecked a:not(:disabled):not(.disabled):active,
.wForm input[type=submit]:not(:disabled):not(.disabled):active,
.simplenews-confirm-multi .form-submit:not(:disabled):not(.disabled):active,
.total-newsletter-edit-delete-form .form-submit:not(:disabled):not(.disabled):active,
.user-login-form .button:not(:disabled):not(.disabled):active,
.simplenews-confirm-add .button--primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.contact-form .button--primary:not(:disabled):not(.disabled).active,
.contact-form .form-submit:not(:disabled):not(.disabled).active,
.simplenews-subscriber-form .button--primary:not(:disabled):not(.disabled).active,
.simplenews-subscriber-form .form-submit:not(:disabled):not(.disabled).active,
.webform-submission-form .button--primary:not(:disabled):not(.disabled).active,
.webform-submission-form .form-submit:not(:disabled):not(.disabled).active,
.webform-submission-form #edit-access-denied-agreement-unchecked a:not(:disabled):not(.disabled).active,
.wForm input[type=submit]:not(:disabled):not(.disabled).active,
.simplenews-confirm-multi .form-submit:not(:disabled):not(.disabled).active,
.total-newsletter-edit-delete-form .form-submit:not(:disabled):not(.disabled).active,
.user-login-form .button:not(:disabled):not(.disabled).active,
.simplenews-confirm-add .button--primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.contact-form .show>.dropdown-toggle.button--primary,
.contact-form .show>.dropdown-toggle.form-submit,
.simplenews-subscriber-form .show>.dropdown-toggle.button--primary,
.simplenews-subscriber-form .show>.dropdown-toggle.form-submit,
.webform-submission-form .show>.dropdown-toggle.button--primary,
.webform-submission-form .show>.dropdown-toggle.form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked .show>a.dropdown-toggle,
.wForm .show>input.dropdown-toggle[type=submit],
.simplenews-confirm-multi .show>.dropdown-toggle.form-submit,
.total-newsletter-edit-delete-form .show>.dropdown-toggle.form-submit,
.user-login-form .show>.dropdown-toggle.button,
.simplenews-confirm-add .show>.dropdown-toggle.button--primary {
	color: #ffffff;
	background-color: #0039f4;
	border-color: #0036e7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.contact-form .button--primary:not(:disabled):not(.disabled):active:focus,
.contact-form .form-submit:not(:disabled):not(.disabled):active:focus,
.simplenews-subscriber-form .button--primary:not(:disabled):not(.disabled):active:focus,
.simplenews-subscriber-form .form-submit:not(:disabled):not(.disabled):active:focus,
.webform-submission-form .button--primary:not(:disabled):not(.disabled):active:focus,
.webform-submission-form .form-submit:not(:disabled):not(.disabled):active:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a:not(:disabled):not(.disabled):active:focus,
.wForm input[type=submit]:not(:disabled):not(.disabled):active:focus,
.simplenews-confirm-multi .form-submit:not(:disabled):not(.disabled):active:focus,
.total-newsletter-edit-delete-form .form-submit:not(:disabled):not(.disabled):active:focus,
.user-login-form .button:not(:disabled):not(.disabled):active:focus,
.simplenews-confirm-add .button--primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.contact-form .button--primary:not(:disabled):not(.disabled).active:focus,
.contact-form .form-submit:not(:disabled):not(.disabled).active:focus,
.simplenews-subscriber-form .button--primary:not(:disabled):not(.disabled).active:focus,
.simplenews-subscriber-form .form-submit:not(:disabled):not(.disabled).active:focus,
.webform-submission-form .button--primary:not(:disabled):not(.disabled).active:focus,
.webform-submission-form .form-submit:not(:disabled):not(.disabled).active:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a:not(:disabled):not(.disabled).active:focus,
.wForm input[type=submit]:not(:disabled):not(.disabled).active:focus,
.simplenews-confirm-multi .form-submit:not(:disabled):not(.disabled).active:focus,
.total-newsletter-edit-delete-form .form-submit:not(:disabled):not(.disabled).active:focus,
.user-login-form .button:not(:disabled):not(.disabled).active:focus,
.simplenews-confirm-add .button--primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.contact-form .show>.dropdown-toggle.button--primary:focus,
.contact-form .show>.dropdown-toggle.form-submit:focus,
.simplenews-subscriber-form .show>.dropdown-toggle.button--primary:focus,
.simplenews-subscriber-form .show>.dropdown-toggle.form-submit:focus,
.webform-submission-form .show>.dropdown-toggle.button--primary:focus,
.webform-submission-form .show>.dropdown-toggle.form-submit:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked .show>a.dropdown-toggle:focus,
.wForm .show>input.dropdown-toggle[type=submit]:focus,
.simplenews-confirm-multi .show>.dropdown-toggle.form-submit:focus,
.total-newsletter-edit-delete-form .show>.dropdown-toggle.form-submit:focus,
.user-login-form .show>.dropdown-toggle.button:focus,
.simplenews-confirm-add .show>.dropdown-toggle.button--primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 115, 255, 0.5);
}

.btn-secondary {
	color: #ffffff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #ffffff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
	color: #ffffff;
	background-color: #73b355;
	border-color: #73b355;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #619c46;
	border-color: #5c9342;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(136, 190, 111, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #ffffff;
	background-color: #73b355;
	border-color: #73b355;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #5c9342;
	border-color: #568a3e;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(136, 190, 111, 0.5);
}

.btn-info {
	color: #ffffff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #ffffff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffdc00;
	border-color: #ffdc00;
}

.btn-warning:hover {
	color: #212529;
	background-color: #d9bb00;
	border-color: #ccb000;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 193, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffdc00;
	border-color: #ffdc00;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ccb000;
	border-color: #bfa500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 193, 6, 0.5);
}

.btn-danger {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
	color: #ffffff;
	background-color: #707173;
	border-color: #707173;
}

.btn-dark:hover {
	color: #ffffff;
	background-color: #5d5e60;
	border-color: #575859;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(133, 134, 136, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #ffffff;
	background-color: #707173;
	border-color: #707173;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #575859;
	border-color: #515153;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(133, 134, 136, 0.5);
}

.btn-outline-primary {
	color: #285AFF;
	border-color: #285AFF;
}

.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #285AFF;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #ffffff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #73b355;
	border-color: #73b355;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #73b355;
	border-color: #73b355;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #73b355;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #ffffff;
	background-color: #73b355;
	border-color: #73b355;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #ffffff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #ffffff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffdc00;
	border-color: #ffdc00;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffdc00;
	border-color: #ffdc00;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffdc00;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffdc00;
	border-color: #ffdc00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #707173;
	border-color: #707173;
}

.btn-outline-dark:hover {
	color: #ffffff;
	background-color: #707173;
	border-color: #707173;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(112, 113, 115, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #707173;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #707173;
	border-color: #707173;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(112, 113, 115, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #285AFF;
	text-decoration: none;
}

.btn-link:hover {
	color: #0033db;
	text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-lg>a {
	padding: 0.5rem 1rem;
	font-size: 2rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-sm>a {
	padding: 0.25rem 0.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1.6rem;
	color: #374649;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width:36em) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:48em) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:62em) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:75em) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #285AFF;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a,
.btn-group-vertical>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn:hover,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:hover,
.btn-group-vertical>.btn:hover,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:focus,
.btn-group>.btn:active,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:active,
.btn-group>.btn.active,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a.active,
.btn-group-vertical>.btn:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:focus,
.btn-group-vertical>.btn:active,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:active,
.btn-group-vertical>.btn.active,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:not(:first-child),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>.btn-group:not(:last-child)>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>a:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group>.btn-group:not(:first-child)>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-sm>a+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-lg>a+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a,
.btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>.btn-group:not(:last-child)>a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>a:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-vertical>.btn-group:not(:first-child)>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-toggle>a,
.btn-group-toggle>.btn-group>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-toggle>.btn-group>a {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-toggle>a input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.webform-submission-form #edit-access-denied-agreement-unchecked .btn-group-toggle>a input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: flex;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend a,
.input-group-append .btn,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append a {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked a:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked a:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append a:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked a+.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend a+.btn,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked .btn+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend .btn+a,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked a+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend a+a,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked a+.input-group-text,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend a+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .webform-submission-form #edit-access-denied-agreement-unchecked .input-group-text+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-prepend .input-group-text+a,
.input-group-append .btn+.btn,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked a+.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append a+.btn,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked .btn+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append .btn+a,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked a+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append a+a,
.input-group-append .btn+.input-group-text,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked a+.input-group-text,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append a+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .webform-submission-form #edit-access-denied-agreement-unchecked .input-group-text+a,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-append .input-group-text+a {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-lg>.input-group-prepend>a,
.input-group-lg>.input-group-append>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-lg>.input-group-append>a {
	padding: 0.5rem 1rem;
	font-size: 2rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-sm>.input-group-prepend>a,
.input-group-sm>.input-group-append>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group-sm>.input-group-append>a {
	padding: 0.25rem 0.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-prepend>a,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-append:not(:last-child)>a,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-append:last-child>a:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-append>a,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-prepend:not(:first-child)>a,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.webform-submission-form #edit-access-denied-agreement-unchecked .input-group>.input-group-prepend:first-child>a:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 2.4rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #ffffff;
	border-color: #285AFF;
	background-color: #285AFF;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #a8bcff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #ffffff;
	background-color: #dbe3ff;
	border-color: #dbe3ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.7rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #ffffff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 0.7rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #285AFF;
	background-color: #285AFF;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(40, 90, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(40, 90, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(40, 90, 255, 0.5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.7rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #ffffff;
	transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(40, 90, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none;
}

.custom-select:focus {
	border-color: #a8bcff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 1.4rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 2rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #a8bcff;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background-color: transparent;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #285AFF;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #dbe3ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #285AFF;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #dbe3ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #285AFF;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #dbe3ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #ffffff;
	border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #ffffff;
	background-color: #285AFF;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar>.container,
.header-total .totalcom-search-form .navbar>.form-item-keys,
.header-total .totalcom-search-form .navbar>.form-text,
.navbar>.container-fluid,
.navbar>.block-cover.cover--panoramic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	margin-right: 1rem;
	font-size: 2rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 2rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width:35.98em) {
	.navbar-expand-sm>.container,
	.header-total .totalcom-search-form .navbar-expand-sm>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-sm>.form-text,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.block-cover.cover--panoramic {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:36em) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm>.container,
	.header-total .totalcom-search-form .navbar-expand-sm>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-sm>.form-text,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.block-cover.cover--panoramic {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:47.98em) {
	.navbar-expand-md>.container,
	.header-total .totalcom-search-form .navbar-expand-md>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-md>.form-text,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.block-cover.cover--panoramic {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:48em) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md>.container,
	.header-total .totalcom-search-form .navbar-expand-md>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-md>.form-text,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.block-cover.cover--panoramic {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:61.98em) {
	.navbar-expand-lg>.container,
	.header-total .totalcom-search-form .navbar-expand-lg>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-lg>.form-text,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.block-cover.cover--panoramic {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:62em) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg>.container,
	.header-total .totalcom-search-form .navbar-expand-lg>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-lg>.form-text,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.block-cover.cover--panoramic {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:74.98em) {
	.navbar-expand-xl>.container,
	.header-total .totalcom-search-form .navbar-expand-xl>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-xl>.form-text,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.block-cover.cover--panoramic {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:75em) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl>.container,
	.header-total .totalcom-search-form .navbar-expand-xl>.form-item-keys,
	.header-total .totalcom-search-form .navbar-expand-xl>.form-text,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.block-cover.cover--panoramic {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.header-total .totalcom-search-form .navbar-expand>.form-item-keys,
.header-total .totalcom-search-form .navbar-expand>.form-text,
.navbar-expand>.container-fluid,
.navbar-expand>.block-cover.cover--panoramic {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand>.container,
.header-total .totalcom-search-form .navbar-expand>.form-item-keys,
.header-total .totalcom-search-form .navbar-expand>.form-text,
.navbar-expand>.container-fluid,
.navbar-expand>.block-cover.cover--panoramic {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #ffffff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: flex;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:36em) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:36em) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width:36em) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #285AFF;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0033db;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #ffffff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 2rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge,
.webform-submission-form #edit-access-denied-agreement-unchecked a .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #ffffff;
	background-color: #285AFF;
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #ffffff;
	background-color: #0039f4;
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 90, 255, 0.5);
}

.badge-secondary {
	color: #ffffff;
	background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #ffffff;
	background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #ffffff;
	background-color: #73b355;
}

a.badge-success:hover,
a.badge-success:focus {
	color: #ffffff;
	background-color: #5c9342;
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(115, 179, 85, 0.5);
}

.badge-info {
	color: #ffffff;
	background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
	color: #ffffff;
	background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ffdc00;
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #ccb000;
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5);
}

.badge-danger {
	color: #ffffff;
	background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #ffffff;
	background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #ffffff;
	background-color: #707173;
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #ffffff;
	background-color: #575859;
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(112, 113, 115, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}

@media (min-width:36em) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4.9rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #152f85;
	background-color: #d4deff;
	border-color: #c3d1ff;
}

.alert-primary hr {
	border-top-color: #aabdff;
}

.alert-primary .alert-link {
	color: #0e1f59;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #3c5d2c;
	background-color: #e3f0dd;
	border-color: #d8eacf;
}

.alert-success hr {
	border-top-color: #cae2bd;
}

.alert-success .alert-link {
	color: #263a1c;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #857200;
	background-color: #fff8cc;
	border-color: #fff5b8;
}

.alert-warning hr {
	border-top-color: #fff19f;
}

.alert-warning .alert-link {
	color: #524600;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #3a3b3c;
	background-color: #e2e3e3;
	border-color: #d7d7d8;
}

.alert-dark hr {
	border-top-color: #cacacb;
}

.alert-dark .alert-link {
	color: #212222;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 1.2rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #285AFF;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #374649;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #ffffff;
}

.list-group-item.active {
	z-index: 2;
	color: #ffffff;
	background-color: #285AFF;
	border-color: #285AFF;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}

@media (min-width:36em) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:48em) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:62em) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:75em) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #152f85;
	background-color: #c3d1ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #152f85;
	background-color: #aabdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #ffffff;
	background-color: #152f85;
	border-color: #152f85;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #ffffff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #3c5d2c;
	background-color: #d8eacf;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #3c5d2c;
	background-color: #cae2bd;
}

.list-group-item-success.list-group-item-action.active {
	color: #ffffff;
	background-color: #3c5d2c;
	border-color: #3c5d2c;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #ffffff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #857200;
	background-color: #fff5b8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #857200;
	background-color: #fff19f;
}

.list-group-item-warning.list-group-item-action.active {
	color: #ffffff;
	background-color: #857200;
	border-color: #857200;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #ffffff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #ffffff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #3a3b3c;
	background-color: #d7d7d8;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #3a3b3c;
	background-color: #cacacb;
}

.list-group-item-dark.list-group-item-action.active {
	color: #ffffff;
	background-color: #3a3b3c;
	border-color: #3a3b3c;
}

.close {
/*	float: right;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.5; */
}

.close:hover {
	color: #000000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.4rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.4rem;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
	margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
	margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
	margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
	margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #ffffff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #374649;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #285AFF !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0039f4 !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #73b355 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #5c9342 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffdc00 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #ccb000 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #707173 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #575859 !important;
}

.bg-white,
.section-white {
	background-color: #ffffff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #285AFF !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #73b355 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffdc00 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #707173 !important;
}

.border-white {
	border-color: #ffffff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width:36em) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:48em) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:62em) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:75em) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width:36em) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:48em) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:62em) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:75em) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width:36em) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width:48em) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width:62em) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width:75em) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only,
.wForm .captcha legend {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width:36em) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:48em) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:62em) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:75em) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width:36em) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:48em) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:62em) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:75em) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #ffffff !important;
}

.text-primary {
	color: #285AFF !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0033db !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #73b355 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #51823a !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffdc00 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #b39a00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #707173 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #4a4b4c !important;
}

.text-body {
	color: #374649 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 62em !important;
	}
	.container,
	.header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .form-text {
		min-width: 62em !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #ffffff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateY(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateY(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #ffffff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}

html {
	font-size: 62.5% !important;
}

body {
	font-size: 1.6rem !important;
}

li {
/*	list-style-type: none; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
}

.content-item {
	margin-bottom: 4rem;
}

.content-item.bg-light-grey,
.content-item.section-light-grey {
	padding: 2rem;
}

.content-item .float-left {
	margin-right: 2rem;
}

.content-item .float-right {
	margin-left: 2rem;
}

@media screen and (max-width:62em) {
	.content-item .float-left,
	.content-item .float-right {
		margin-bottom: 1rem;
	}
}

.content-item p {
	margin-bottom: 2rem;
}

.page-title {
	margin-bottom: 4.6rem;
	padding-bottom: 1rem;
	font-family: "Nunito", sans-serif;
	color: #374649;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.1;
}

@media screen and (max-width:47.938em) {
	.page-title {
		margin-bottom: 4rem;
		font-family: "Nunito", sans-serif;
	}
}

.red-title {
	color: #ED0000;
	font-family: "Roboto Medium", sans-serif;
	font-weight: 500;
}

.grey-red-title,
.red-title,
.strong-red {
	margin-bottom: 1.5rem;
	font-family: "Nunito", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	color: #374649;
	line-height: 1;
}

.grey-red-title {
	display: inline-block;
}

.strong-red {
	display: inline;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
}

.grey-title {
	margin-bottom: 3rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	color: #374649;
}

.grey-title strong {
	font-weight: bold;
}

.title-edito {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.9rem;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: 1.6rem;
}

@media screen and (min-width:48em) {
	.title-edito.edito-horizontal {
		font-size: 2.3rem;
	}
}

.title-edito.red {
	color: #ED0000;
}

.chapo {
	margin-bottom: 2.5rem;
}

.text-xs {
	font-family: "Roboto Light", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
}

.color-white {
	color: #ffffff;
}

.color-lightest-grey {
	color: #f9f9f9;
}

.color-lighter-grey {
	color: #f7f9fa;
}

.color-light-grey {
	color: #ececec;
}

.color-dark-grey {
	color: #374649;
}

.color-light-red {
	color: #ED0000;
}

.color-dark-red {
	color: #b00429;
}

.color-light-blue {
	color: #60c0ff;
}

.color-dark-blue {
	color: #004196;
}

.color-orange {
	color: #db7e04;
}

.color-black {
	color: #000000;
}

.bg-white,
.section-white {
	background-color: #ffffff;
}

.bg-lightest-grey {
	background-color: #f9f9f9;
}

.bg-lighter-grey,
.section-lighter-grey {
	background-color: #f7f9fa;
}

.bg-light-grey,
.section-light-grey {
	background-color: #ececec;
}

.bg-dark-grey,
.section-dark-grey {
	background-color: #374649;
}

.bg-blue-grey,
.section-blue-grey {
	background-color: #F1F5F6;
}

.bg-light-red {
	background-color: #ED0000;
}

.bg-dark-blue {
	background-color: #004196;
}

.bg-light-blue {
	background-color: #60c0ff;
}

.bg-orange {
	background-color: #db7e04;
}

.bg-black {
	background-color: #000000;
}

.bg-blue {
	background-color: #285AFF;
}

.bg-blue-green {
	background-color: #32c8c8;
}

.bg-light-green {
	background-color: #96e600;
}

.bg-yellow {
	background-color: #ffdc00;
}

.b-b-light-red {
	border-bottom: 2px solid #ED0000;
}

.b-b-dark-red {
	border-bottom: 2px solid #b00429;
}

.b-b-light-blue {
	border-bottom: 2px solid #60c0ff;
}

.b-b-dark-blue {
	border-bottom: 2px solid #004196;
}

.scrollToTop {
	position: fixed;
	display: block;
	bottom: 3.2rem;
	right: 0;
	width: 5.8rem;
	height: 5.8rem;
	opacity: 0.4;
	visibility: visible;
	padding: 0;
	z-index: 500;
	-webkit-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
	animation: opacity-pulse 0.8s ease-in;
}

.scrollToTop:hover {
	opacity: 0.8;
}

.scrollToTop .hidden {
	display: initial !important;
	opacity: 0;
	visibility: hidden;
}

.scrollToTop img {
	margin: auto;
	display: block;
	margin-top: calc(50% - 1.3rem);
	margin-right: 0;
}

@media screen and (max-width:47.938em) {
	.scrollToTop {
		width: 4.3rem;
		height: 4.3rem;
	}
	.scrollToTop img {
		width: 50%;
		margin-top: calc(50% - .9rem);
	}
}

@keyframes opacity-pulse {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0.4;
	}
}

a,
.btn-link {
	color: #ED0000;
	cursor: pointer;
//	text-decoration: underline;
}

/* HOVER DISABLED **
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #ED0000;
	text-decoration: underline;
}
*/

a.btn-primary,
.contact-form a.button--primary,
.contact-form a.form-submit,
.simplenews-subscriber-form a.button--primary,
.simplenews-subscriber-form a.form-submit,
.webform-submission-form a.button--primary,
.webform-submission-form a.form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked a,
.simplenews-confirm-multi a.form-submit,
.total-newsletter-edit-delete-form a.form-submit,
.user-login-form a.button,
.simplenews-confirm-add a.button--primary {
	text-align: center;
	border-radius: 80px;
	padding-left: 0px;
	min-width: 15rem;
	background-color: #ED0000;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
}

.arrow-link-wrapper {
	text-align: right;
}

.arrow-link,
#bottom-links a {
	position: relative;
	display: inline-block;
	padding-left: 1.7rem;
	color: #ED0000;
	font-family: "Roboto Bold", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	text-decoration: none;
}

.arrow-link::first-letter,
#bottom-links a::first-letter {
	text-transform: uppercase;
}

.arrow-link::before,
#bottom-links a::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	content: "";
	position: absolute;
	left: 0;
	margin-top: 0.7rem;
}

.arrow-link:hover,
#bottom-links a:hover,
.arrow-link:focus,
#bottom-links a:focus {
	text-decoration: underline;
}

.link-grey {
	color: #374649;
}

.link-grey:hover,
.link-grey:focus {
	color: #374649;
}

.link-white {
	color: #ffffff;
}

.link-white:hover,
.link-white:focus {
	color: #ffffff;
}

.link-white::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ffffff;
	border-bottom: 0.45rem solid transparent;
}

.link-grey-picto {
	position: relative;
	padding-left: 1.5rem;
	color: #374649;
	text-decoration: underline;
	font-weight: bold;
}

.link-grey-picto:hover,
.link-grey-picto:focus {
	color: #374649;
}

.link-grey-picto:before {
	content: ">";
	position: absolute;
	left: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.font-arial {
	font-family: "Roboto", sans-serif;
}

.font-arial-light {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
}

.font-arial-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	font-style: italic;
}

.font-arial-italic {
	font-family: "Roboto", sans-serif;
	font-style: italic;
}

.font-arial-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 550;
}

.font-arial-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 550;
	font-style: italic;
}

.font-arial-bold {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.font-arial-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-style: italic;
}

.font-helvetica-neue-45 {
	font-family: "Nunito Light", sans-serif;
}

.font-helvetica-neue-46 {
	font-family: "Nunito Light", sans-serif;
}

.font-helvetica-neue-47 {
	font-family: "Nunito Light", sans-serif;
}

.font-helvetica-neue-55 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-56 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-57 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-67 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-75 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-76 {
	font-family: "Nunito", sans-serif;
}

.font-helvetica-neue-77 {
	font-family: "Nunito Bold", sans-serif;
}

.font-helvetica-neue-02 {
	font-family: "Nunito Light", sans-serif;
}

.fontSize10 {
	font-size: 1rem !important;
}

.fontSize11 {
	font-size: 1.1rem !important;
}

.fontSize12 {
	font-size: 1.2rem !important;
}

.fontSize13 {
	font-size: 1.3rem !important;
}

.fontSize14 {
	font-size: 1.4rem !important;
}

.fontSize15 {
	font-size: 1.5rem !important;
}

.fontSize16,
.article-intro--news p,
.article-intro--date p {
	font-size: 1.6rem !important;
}

.fontSize17 {
	font-size: 1.7rem !important;
}

.fontSize18 {
	font-size: 1.8rem !important;
}

.fontSize19 {
	font-size: 1.9rem !important;
}

.fontSize20 {
	font-size: 2rem !important;
}

.fontSize21 {
	font-size: 2.1rem !important;
}

.fontSize22 {
	font-size: 2.2rem !important;
}

.fontSize24 {
	font-size: 2.4rem !important;
}

.fontSize26 {
	font-size: 2.6rem !important;
}

.fontSize32 {
	font-size: 3.2rem !important;
}

.fontSize36 {
	font-size: 3.6rem !important;
}

.fontSize30 {
	font-size: 3rem !important;
}

.fontSize40 {
	font-size: 4rem !important;
}

@media all and (min-width:48em) {
	.hide-desktop {
		display: none !important;
	}
	.show-mobile {
		display: none !important;
	}
}

@media all and (max-width:47.938em) {
	.show-desktop {
		display: none !important;
	}
	.hide-mobile {
		display: none !important;
	}
}

@media all and (max-width:62em) {
	.hide-tablet {
		display: none !important;
	}
}

.visibility-hidden {
	visibility: hidden !important;
}

.micromodal__close {
	display: none;
}

.image {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

[data-wrapper-clickable] {
	cursor: pointer;
}

.review,
.review * {
	background-color: #fff4f4 !important;
}

.draft,
.draft * {
	background-color: #fff4f4 !important;
}

.unpublished,
.unpublished * {
	background-color: #fff4f4 !important;
}

.btn-cookie-tealium {
	font: 500 18px/18px "Roboto", sans-serif !important;
}

.z-index {
	z-index: 1;
}

.node-homepage .wysiwyg h2 {
	margin-top: 8.1rem;
}

.layout-builder-block {
	padding: 0;
	margin: 0;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.form-required::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0.3em;
	content: "";
	vertical-align: super;
	background-image: url(/../core/misc/icons/ee0000/required.svg);
	background-repeat: no-repeat;
	background-size: 6px 6px;
}

#drupal-off-canvas .ui-autocomplete li a {
	display: block;
}

#drupal-off-canvas .ui-autocomplete *,
#drupal-off-canvas .ui-autocomplete :not(div) {
	background-color: #ffffff;
}

.input,
.total-newsletter-edit-delete-form .js-form-type-email input {
	height: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #e6e6e6;
	border: none;
	border-radius: 0;
}

.btn,
.webform-submission-form #edit-access-denied-agreement-unchecked a {
	border-radius: 0;
}

.btn.btn-link,
.webform-submission-form #edit-access-denied-agreement-unchecked a.btn-link {
	padding: 0;
	font-size: 1.6rem;
}

.btn-primary,
.contact-form .button--primary,
.contact-form .form-submit,
.simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .form-submit,
.webform-submission-form .button--primary,
.webform-submission-form .form-submit,
.webform-submission-form #edit-access-denied-agreement-unchecked a,
.wForm input[type=submit],
.simplenews-confirm-multi .form-submit,
.total-newsletter-edit-delete-form .form-submit,
.user-login-form .button,
.simplenews-confirm-add .button--primary {
	text-align: center;
	border-radius: 80px !important;
	min-width: 15rem;
	background-color: #ffffff !important;
	color: #ED0000 !important;
	font-weight: 700;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	min-height: 4rem;
	border: 1px solid #ED0000 !important;
}

.btn-primary:hover,
.contact-form .button--primary:hover,
.contact-form .form-submit:hover,
.simplenews-subscriber-form .button--primary:hover,
.simplenews-subscriber-form .form-submit:hover,
.webform-submission-form .button--primary:hover,
.webform-submission-form .form-submit:hover,
.webform-submission-form #edit-access-denied-agreement-unchecked a:hover,
.wForm input[type=submit]:hover,
.simplenews-confirm-multi .form-submit:hover,
.total-newsletter-edit-delete-form .form-submit:hover,
.user-login-form .button:hover,
.simplenews-confirm-add .button--primary:hover,
.btn-primary:active,
.contact-form .button--primary:active,
.contact-form .form-submit:active,
.simplenews-subscriber-form .button--primary:active,
.simplenews-subscriber-form .form-submit:active,
.webform-submission-form .button--primary:active,
.webform-submission-form .form-submit:active,
.webform-submission-form #edit-access-denied-agreement-unchecked a:active,
.wForm input[type=submit]:active,
.simplenews-confirm-multi .form-submit:active,
.total-newsletter-edit-delete-form .form-submit:active,
.user-login-form .button:active,
.simplenews-confirm-add .button--primary:active {
	color: #ffffff !important;
	background-color: #ED0000 !important;
	border: 1px solid #ED0000 !important;
}

.btn-control {
	padding: 0;
	border: 0;
	width: 2rem;
	height: 2rem;
	color: #ED0000;
	background-color: transparent;
}

.btn-no-style,
.breadcrumb .siblings-display {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.breadcrumb {
	padding-left: 0;
	margin-bottom: 1rem;
	background-color: #ffffff;
	font-size: 1.3rem;
	display: block;
}

.breadcrumb ol {
	margin-top: 3rem;
}

.breadcrumb .breadcrumb-item {
	display: inline;
	position: relative;
	padding-left: 3.5rem;
	padding-right: 0.2rem;
}

@media screen and (max-width:47.938em) {
	.breadcrumb .breadcrumb-item {
		padding-left: 2rem;
	}
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: url(/themes/custom/total_com_cg/dist/img/arrow-separator.png);
	position: absolute;
	left: 0.3rem;
}

.breadcrumb .breadcrumb-item a {
	color: #374649;
	text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
	color: #ED0000;
	font-style: italic;
}

.breadcrumb .breadcrumb-item>a {
	font-weight: bold;
}

@media screen and (max-width:47.938em) {
	.breadcrumb .breadcrumb-item>a {
		padding-left: 0;
	}
}

.breadcrumb .breadcrumb-item:first-child {
	padding-left: 0;
}

.breadcrumb .breadcrumb-item.no_siblings {
	padding-left: 2rem;
}

.breadcrumb .siblings-display {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #707173;
	border-bottom: 0.45rem solid transparent;
	transform: rotate(90deg);
	margin-left: 0.5rem;
	top: -1.3rem;
}

@media screen and (max-width:47.938em) {
	.breadcrumb .siblings-display {
		display: none;
	}
}

.breadcrumb .dropdown-menu-siblings {
	position: absolute;
	top: -0.3rem;
	left: 1rem;
	z-index: 1;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.breadcrumb .dropdown-menu-siblings {
		top: 0;
	}
}

@supports (-ms-ime-align:auto) {
	.breadcrumb .dropdown-menu-siblings {
		top: 0;
	}
}

.breadcrumb .dropdown-menu-siblings.show-siblings .siblings-display {
	border-left-color: #ED0000;
}

.breadcrumb .dropdown-menu-siblings.show-siblings~.breadcrumb__page-link {
	color: #ED0000;
}

.breadcrumb .dropdown-menu-siblings.show-siblings .siblings-list-wrapper {
	display: block;
}

.breadcrumb .siblings-list-wrapper {
	display: none;
}

.breadcrumb .siblings-list {
	width: 18rem;
	background-color: #f9f9f9;
	padding: 1rem 1.2rem 1rem 3rem;
	margin-top: 0.5rem;
	margin-left: -0.3rem;
	font-style: normal;
}

@media screen and (max-width:47.938em) {
	.breadcrumb .siblings-list {
		display: none;
	}
}

.breadcrumb .sibling-item {
	position: relative;
}

.breadcrumb .sibling-item::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	content: "";
	top: 0.5rem;
	left: -2rem;
}

.block {
	background-color: #ffffff;
	position: relative;
	margin-bottom: 3.6rem;
}

.block-content {
	padding: 2rem;
}

.block-bordered {
	border-radius: 2rem;
}

.see-also-group {
	padding-top: 6rem;
	padding-bottom: 5rem;
	background-color: #ececec;
}

.see-also-group .grey-red-title {
	margin-bottom: 0;
}

.find-out-more-group {
	padding-top: 5rem;
}

.col-md-4 .twitter-timeline {
	width: 100% !important;
}

@media screen and (min-width:75em) {
	.col-md-4 .twitter-timeline {
		height: 43.5rem !important;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.col-md-4 .twitter-timeline {
		height: 35.6rem !important;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.col-md-4 .twitter-timeline {
		height: 44rem !important;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.col-md-4 .twitter-timeline {
		height: 36.5rem !important;
	}
}

@media screen and (max-width:35.938em) {
	.col-md-4 .twitter-timeline {
		height: 32.5rem !important;
	}
}

@media screen and (max-width:47.938em) {
	.col-md-4 .twitter-timeline {
		width: 100% !important;
	}
}

.skip-block-link {
	position: absolute;
	left: 2.8rem;
	top: -2.2rem;
}

.skip-block-link a {
	color: transparent;
}

.skip-block-link:focus-within a {
	color: #ED0000;
}

.block-see-also {
	margin-top: 3rem;
}

.block-see-also .list-links {
	margin-top: 2rem;
	border-radius: 2rem;
}

.block-random-project {
	padding-top: 2.5rem;
}

.block-three-external-links {
	padding-top: 3rem;
}

#twitter-widget-0 {
	border-radius: 2rem;
}

@media screen and (min-width:48em) {
	.two-col-50-50 .block {
		height: 35.6rem;
	}
}

.edito {
	max-width: 73rem;
	overflow: hidden;
	border-radius: 2rem;
}

.edito a.arrow-link,
.edito #bottom-links a,
#bottom-links .edito a {
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.6rem;
	color: #ED0000;
}

.edito a.arrow-link::before,
.edito #bottom-links a::before,
#bottom-links .edito a::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	content: "";
	position: absolute;
	left: 0;
	margin-top: 0.7rem;
}

.edito.color-light-blue {
	border-bottom: 2px solid #60c0ff;
}

.edito.color-light-blue .date {
	background-color: #60c0ff;
}

.edito.color-light-blue .arrow-link,
.edito.color-light-blue #bottom-links a,
#bottom-links .edito.color-light-blue a {
	color: #60c0ff;
}

.edito.color-light-blue .arrow-link::before,
.edito.color-light-blue #bottom-links a::before,
#bottom-links .edito.color-light-blue a::before {
	border-left-color: #60c0ff;
}

.edito.color-light-blue .block-content {
	color: #374649;
}

.edito.color-light-blue .block-content .title {
	color: #60c0ff;
}

.edito.color-light-blue .tag {
	background-color: #60c0ff;
}

.edito.color-dark-blue {
	border-bottom: 2px solid #004196;
}

.edito.color-dark-blue .date {
	background-color: #004196;
}

.edito.color-dark-blue .arrow-link,
.edito.color-dark-blue #bottom-links a,
#bottom-links .edito.color-dark-blue a {
	color: #004196;
}

.edito.color-dark-blue .arrow-link::before,
.edito.color-dark-blue #bottom-links a::before,
#bottom-links .edito.color-dark-blue a::before {
	border-left-color: #004196;
}

.edito.color-dark-blue .block-content {
	color: #374649;
}

.edito.color-dark-blue .block-content .title {
	color: #004196;
}

.edito.color-dark-blue .tag {
	background-color: #004196;
}

.edito.color-dark-grey {
	border-bottom: 2px solid #374649;
}

.edito.color-dark-grey .date {
	background-color: #374649;
}

.edito.color-dark-grey .arrow-link,
.edito.color-dark-grey #bottom-links a,
#bottom-links .edito.color-dark-grey a {
	color: #374649;
}

.edito.color-dark-grey .arrow-link::before,
.edito.color-dark-grey #bottom-links a::before,
#bottom-links .edito.color-dark-grey a::before {
	border-left-color: #374649;
}

.edito.color-dark-grey .block-content {
	color: #374649;
}

.edito.color-dark-grey .block-content .title {
	color: #374649;
}

.edito.color-dark-grey .tag {
	background-color: #374649;
}

.edito .image {
	position: relative;
	margin-top: -2px;
	margin-left: -2px;
	margin-right: -2px;
	background-color: #ffffff;
	border-radius: 2rem;
}

@media screen and (max-width:47.938em) {
	.edito .image {
		display: none;
	}
}

.edito .date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6.5rem;
	height: 6.5rem;
	padding-top: 0.9rem;
	background-color: #ffffff;
	color: #374649;
	text-align: center;
	line-height: 2.3rem;
	border-radius: 2rem 0px;
	z-index: 1;
}

.edito .date .day {
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.8rem;
}

.edito .date .year {
	font-family: "Roboto Bold", sans-serif;
	font-size: 2.2rem;
}

@media screen and (max-width:47.938em) {
	.edito .date {
		display: none;
	}
}

.edito .tag {
	position: absolute;
	height: 3.2rem;
	left: -2px;
	margin-top: -3.2rem;
	padding: 0.5rem 1.5rem 0;
	background-color: #ED0000;
	color: #ffffff;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.7rem;
}

@media screen and (max-width:47.938em) {
	.edito .tag {
		display: none;
	}
}

.edito .block-content {
	font-family: "Roboto Light", sans-serif;
	font-weight: 300;
	color: #374649;
	line-height: 2rem;
}

.edito .block-content .title {
	margin-bottom: 1.5rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.9rem;
	line-height: 2.4rem;
	color: #374649;
}

.edito .arrow-link-wrapper {
	position: absolute;
	bottom: 2rem;
	right: 1.5rem;
}

.edito .arrow-link-wrapper+.arrow-link-wrapper {
	bottom: 5rem;
}

.edito ul {
	padding-left: 0;
}

.edito ul li {
	padding-bottom: 1rem;
}

.edito.edito-horizontal {
	max-width: 100%;
}

@media screen and (min-width:48em) {
	.edito.edito-horizontal .title {
		font-size: 2.3rem;
	}
}

.edito.node-infographics .image::before,
.edito.node-video .image::before {
	content: "";
	position: absolute;
	left: calc(50% - 45px);
	top: calc(50% - 45px);
	width: 90px;
	height: 90px;
}

.edito.node-infographics .image::before {
	background: transparent url(/themes/custom/total_com_cg/dist/img/picto-infographics.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 1;
}

.edito.node-video .image::before {
	background: transparent url(/themes/custom/total_com_cg/dist/img/picto-play.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 1;
}

.edito .media-image img {
	height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
	border-radius: 2rem;
}

.col-md-3 .edito {
	height: auto;
}

.col-md-3 .edito .image {
	height: 19.5rem;
}

.col-md-3 .edito .block-content {
	padding-bottom: 5.5rem;
}

.col-md-3 .edito .block-content .title {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.9rem;
	line-height: 2rem;
}

@media screen and (max-width:47.938em) {
	.col-md-3 .edito {
		height: 13.8rem;
	}
	.col-md-3 .edito .image {
		display: none;
	}
}

.col-md-3 .edito .date {
	display: none;
}

@media screen and (min-width:62em) {
	.col-lg-3.layout__region .edito {
		height: 36rem;
	}
	.col-lg-3.layout__region .edito .block-content {
		height: 10.5rem;
		overflow: hidden;
		padding-bottom: 0;
		box-sizing: content-box;
	}
	.col-lg-3.layout__region .block-key-figure,
	.col-lg-3.layout__region .multi-links {
		margin-bottom: 3.6rem;
		height: 36rem !important;
	}
	.col-lg-3.layout__region .block-see-also {
		height: 36rem;
		margin-top: 0;
		overflow: hidden;
	}
	.col-lg-3.layout__region .block-see-also .list-links {
		margin-top: 0;
		margin-bottom: 0;
		height: 29.5rem;
	}
	.col-lg-3.layout__region .block-verbatim {
		margin-bottom: 3.6rem;
		height: 36rem;
	}
	.col-lg-3.layout__region .block-verbatim .verbatim-img {
		display: none;
	}
	.col-lg-3.layout__region .block-verbatim .verbatim-description {
		font-size: 1.7rem;
	}
}

@media screen and (max-width:62em) {
	.col-lg-3.layout__region .edito {
		padding-bottom: 4.5rem;
		height: auto;
	}
	.col-lg-3.layout__region .edito .image {
		display: none;
	}
	.col-lg-3.layout__region .multi-links,
	.col-lg-3.layout__region .block-see-also {
		height: auto;
	}
	.col-lg-3.layout__region .block-key-figure {
		max-width: 100%;
		height: auto !important;
	}
	.col-lg-3.layout__region .block-key-figure .content {
		flex-direction: row;
		align-items: center;
		height: 12.5rem;
		min-height: 12.5rem;
	}
	.col-lg-3.layout__region .block-key-figure .content .value,
	.col-lg-3.layout__region .block-key-figure .content .subtitle {
		width: 50%;
		margin: 0;
	}
	.col-lg-3.layout__region .block-key-figure .content .subtitle {
		padding-left: 0.5rem;
	}
}

.col-md-4 .edito .image,
.col-md-8 .edito .image {
	overflow: hidden;
}

@media screen and (min-width:75em) {
	.col-md-4 .edito,
	.col-md-8 .edito {
		height: 43.5rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.col-md-4 .edito,
	.col-md-8 .edito {
		height: 35.6rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.col-md-4 .edito,
	.col-md-8 .edito {
		height: 44rem;
	}
}

@media screen and (max-width:47.938em) {
	.col-md-4 .edito,
	.col-md-8 .edito {
		padding-bottom: 4.5rem;
	}
}

@media screen and (min-width:75em) {
	.col-md-4 .edito .image {
		height: 23rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.col-md-4 .edito .image {
		height: 23rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.col-md-4 .edito .image {
		height: 23rem;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.col-md-4 .edito .image {
		height: 24rem;
	}
}

@media screen and (max-width:35.938em) {
	.col-md-4 .edito .image {
		height: 16rem;
	}
}

@media screen and (max-width:47.938em) {
	.col-md-4 .edito.edito-small {
		height: 13.8rem;
	}
}

@media screen and (max-width:47.938em) {
	.col-md-4 .height-bloc {
		height: 17.8rem !important;
		max-height: 25rem !important;
	}
}

@media screen and (max-width:20em) {
	.col-md-4 .height-bloc {
		height: 23rem !important;
		max-height: 30rem !important;
	}
}

@media screen and (max-width:47.938em) {
	.height-bloc-horizontal {
		height: 24rem !important;
		max-height: 30rem !important;
	}
}

@media screen and (min-width:75em) {
	.col-md-8 .edito .image {
		height: 27rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.col-md-8 .edito .image {
		height: 22rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.col-md-8 .edito .image {
		height: 19.5rem;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.col-md-8 .edito .image {
		height: 24rem;
	}
}

@media screen and (max-width:35.938em) {
	.col-md-8 .edito .image {
		height: 16rem;
	}
}

.edito-horizontal .block-content {
	padding-bottom: 4rem;
	font-family: "Roboto Light", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #374649;
}

.edito-horizontal .block-content .title {
	margin-bottom: 3.5rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.9rem;
	line-height: 2rem;
	font-weight: 500;
	color: #374649;
}

@media screen and (max-width:47.938em) {
	.edito-horizontal .block-content .title {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width:35.938em) {
	.edito-horizontal .block-content .text {
		margin: 0 0 1em 0;
		overflow: hidden;
	}
	.edito-horizontal .block-content .text-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width:20em) {
	.edito-horizontal .block-content .text-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}

@media screen and (min-width:48em) {
	.edito-horizontal .image {
		margin-top: -2px;
		margin-left: -2px;
		overflow: hidden;
	}
}

@media screen and (max-width:47.938em) {
	.edito-horizontal .image {
		display: none;
	}
}

.edito-horizontal .tag {
	z-index: 1;
}

@media screen and (min-width:48em) {
	.edito-horizontal .tag {
		margin-top: 0;
		bottom: -2px;
		left: -2px;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.edito-horizontal .tag {
		top: 24rem;
	}
}

@media screen and (max-width:35.938em) {
	.edito-horizontal .tag {
		height: 16rem;
	}
}

.edito-horizontal .arrow-link-wrapper {
	right: 3rem;
}

.edito-small {
	height: 35rem;
}

.edito-small .image {
	height: 19.5rem;
}

.edito-small .block-content {
	font-family: "Roboto Light", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #374649;
}

.edito-small .block-content .title {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.9rem;
	line-height: 2rem;
	font-weight: 500;
	color: #374649;
}

@media screen and (max-width:47.938em) {
	.edito-small {
		height: 13.8rem;
	}
	.edito-small .image {
		display: none;
	}
}

@media screen and (max-width:35.938em) {
	.edito-small .text {
		margin: 0 0 1em 0;
		overflow: hidden;
	}
	.edito-small .text-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width:20em) {
	.edito-small .text-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}

.edito:hover a {
	text-decoration: underline;
}

@media screen and (max-width:47.938em) {
	.layout__region {
		padding-top: 0;
	}
}

.block-activities {
/*	margin-bottom: 3rem;
	max-width: 44em;*/
}

.block-activities .block-content-activities {
	position: relative;
	margin-left: 5rem;
	padding-bottom: 2rem;
	width: 15rem;
	cursor: pointer;
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities {
		margin-left: 0;
	}
}

.block-activities .block-content-activities.expanded {
	background-color: #f7f9fa;
	padding-top: 1rem;
	margin-top: -1rem;
}

.block-activities .block-content-activities .image-collapsed {
	background-color: #ffffff;
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image-collapsed img {
		width: 60%;
		right: 2em;
	}
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image-collapsed .img-media {
		width: 40% !important;
	}
}

.block-activities .block-content-activities .image-expanded {
	background-color: #ffffff;
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image-expanded img {
		width: 60%;
		right: 2em;
	}
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image-expanded .img-media {
		width: 40% !important;
	}
}

.block-activities .block-content-activities .activites-item-images {
	display: table;
	margin: 0 auto 0.7rem;
}

.block-activities .block-content-activities .image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 7.8em;
	height: 7.8em;
}

.block-activities .block-content-activities .image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image img {
		width: 60%;
	}
}

@media screen and (max-width:47.938em) {
	.block-activities .block-content-activities .image {
		width: 6em;
		height: 6em;
	}
}

@media screen and (max-width:45rem) {
	.block-activities .block-content-activities {
		width: 9rem;
	}
	.block-activities .block-content-activities .image {
		width: 4em;
		height: 4em;
	}
	.block-activities .block-content-activities .image img {
		height: auto;
	}
}

@media screen and (max-width:47.938em) {
	.block-activities .arrow-text-wrapper {
		font-size: 0.9em;
	}
}

.block-activities .arrow-text-wrapper button {
	background: none;
	border: none;
}

.block-activities .arrow-text-wrapper .arrow-text {
	letter-spacing: 0.2px;
	font-family: "Roboto", sans-serif;
	color: #374649;
	text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #ED0000;
	line-height: 1.2em;
	padding-left: 2.7rem;
	text-align: left;
	font-weight: 700;
}

.block-activities .arrow-text-wrapper .arrow-text::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	display: block;
	content: "";
	left: 1.3rem;
	margin-top: 0.5rem;
}

@media screen and (max-width:47.938em) {
	.block-activities .arrow-text-wrapper .arrow-text::before {
		left: 1.5rem;
	}
}

.block-activities .arrow-text-wrapper button[area-expanded=true]::before {
	transform: rotate(90deg);
}

.block-activities .arrow-text-wrapper .arrow-rotate::before {
	transform: rotate(90deg);
}

.block-description {
	letter-spacing: 0.2px;
	font-family: "Roboto", sans-serif;
	color: #374649;
	font-size: 1.325rem;
	line-height: 1.4em;
	margin-bottom: 2rem;
}

.block-description .description {
	background-color: #f7f9fa;
	padding: 1.2em;
	line-height: 2.2rem;
	font-size: 1.6rem;
}

.block-description .description p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.block-description .description span {
	margin: 1.1em 0;
	font-size: 2rem;
}

.block-description .description span a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
}

.block-description .description span a:hover {
	text-decoration: underline;
}

.block-description .arrow-link-wrapper {
	background-color: #f7f9fa;
	padding-bottom: 1rem;
	padding-right: 2rem;
}

.block-description .arrow-link-wrapper .arrow-link::before,
.block-description .arrow-link-wrapper #bottom-links a::before,
#bottom-links .block-description .arrow-link-wrapper a::before {
	margin-top: 0.4rem;
}

.block-automated-list {
	padding-bottom: 5.8rem;
}

@media screen and (min-width:75em) {
	.block-automated-list {
		height: 43.5rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.block-automated-list {
		height: 35.6rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.block-automated-list {
		height: 44rem;
	}
}

.block-automated-list .title {
	margin-bottom: 2.5rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 3.2rem;
	text-transform: uppercase;
}

.block-automated-list .title.grey-red-title {
	color: #374649;
	font-family: "Nunito Light", sans-serif;
}

.block-automated-list .block-content {
	height: 100%;
	overflow: hidden;
}

.block-automated-list .automated-list {
	padding-left: 0;
}

.block-automated-list .automated-list li {
	padding-bottom: 1.1rem;
	padding-top: 1.1rem;
	border-bottom: 1px solid #e5e5e5;
}

.block-automated-list .automated-list li:first-child {
	padding-top: 0;
}

.block-automated-list .arrow-link-wrapper {
	position: absolute;
	bottom: 2rem;
	right: 1.5rem;
}

.block-automated-list .contextual-region {
	position: static;
}

.block-automated-list .contextual {
	top: auto;
}

.automated-list .from {
	font-family: "Nunito Light", sans-serif;
	font-size: 1rem;
	width: 5rem;
	text-align: center;
	line-height: 1rem;
	margin-bottom: 1.5px;
}

.views-entity-embed .automated-list {
	padding-left: 0;
}

.views-entity-embed .automated-list li {
	background-color: #f9f9f9;
	padding: 1.5rem;
}

.views-entity-embed .automated-list li::before {
	display: none;
}

.views-entity-embed .automated-list li+li {
	border-top: 1px solid #707173;
}

.views-entity-embed .event {
	cursor: default;
}

.views-entity-embed .event .item-description {
	font-family: "Nunito Light", sans-serif;
	font-size: 2.1rem;
}

.views-entity-embed+.more-link {
	display: none;
}

.block-business-push {
	position: relative;
	margin-bottom: 2rem;
}

.block-business-push .content-business-push {
	height: 8rem;
	background-color: #f7f9fa;
	color: #ED0000;
}

@media screen and (min-width:48em) and (max-width:74.938em) {
	.block-business-push .content-business-push {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width:47.938em) {
	.block-business-push .content-business-push {
		margin-bottom: 1rem;
	}
}

.block-business-push .content-business-push img {
	position: absolute;
	max-width: 5rem;
	height: auto;
	left: 2rem;
	top: 1.5rem;
	margin: 0 2rem;
}

.block-business-push .content-business-push .img-hover {
	display: none;
}

.block-business-push .content-business-push a {
	font-family: "Nunito Light", sans-serif;
	font-size: 2rem;
	line-height: 8.5rem;
	margin-left: 9rem;
	text-decoration: none;
}

.block-business-push .content-business-push:hover {
	background-color: #ED0000;
}

.block-business-push .content-business-push:hover a {
	color: #ffffff;
}

.block-business-push .content-business-push .business-description {
	display: none;
	text-align: center;
	padding: 1rem;
	color: #374649;
	font-size: 1.5rem;
	position: absolute;
	box-shadow: 0 0 0.6rem grey;
	background: #ffffff;
	z-index: 10;
	top: 8rem;
	width: 90%;
}

.block-business-push .content-business-push .business-description::before {
	content: "";
	position: absolute;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-right: 2rem solid white;
	box-shadow: 0 0 0 grey;
	left: 12rem;
	top: -2.5rem;
	transform: rotate(90deg);
}

.block-business-push .content-business-push:hover .img-hover {
	display: block;
}

.block-business-push .content-business-push:hover span,
.block-business-push .content-business-push:focus span {
	display: block;
}

.multi-links {
	overflow: hidden;
}

@media screen and (min-width:75em) {
	.multi-links {
		height: 43.5rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.multi-links {
		height: 35.6rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.multi-links {
		height: 44rem;
	}
}

.multi-links .block-content {
	position: relative;
}

.multi-links .title {
	margin-bottom: 2.3rem;
	color: #374649;
	font-family: "Roboto Medium", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 3.2rem;
	text-transform: uppercase;
}

.multi-links .list-arrow a {
	color: #374649;
	text-decoration: none;
}

.multi-links .list-arrow a:hover {
	color: #374649;
	text-decoration: underline;
}

.multi-links .list-arrow li {
	margin-bottom: 2.5rem;
	line-height: 2.2rem;
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.multi-links .list-arrow li {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.multi-links .list-arrow li {
		margin-bottom: 0;
		padding-left: 2rem;
	}
}

.multi-links .list-arrow li::before {
	left: 1.5rem;
}

[class^=block-bg] {
	border-radius: 2rem;
}

[class^=block-bg] .block {
	background: transparent;
}

[class^=block-bg] .multi-links .list-arrow li::before {
	border-left-color: #374649;
}

.block-bg-blue .multi-links .title,
.block-bg-blue .multi-links .list-arrow a,
.block-bg-blue .multi-links .list-arrow a:hover {
	color: #ffffff;
}

.block-bg-blue .multi-links .list-arrow li::before {
	border-left-color: #ffffff;
}

.block-verbatim {
	margin-bottom: 4rem;
	padding: 2rem;
	border-radius: 2rem;
	overflow: hidden;
}

.block-verbatim a {
	text-decoration: none;
	color: #374649;
}

.block-verbatim .top-block {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width:47.938em) {
	.block-verbatim .top-block {
		flex-direction: column;
	}
}

.block-verbatim .verbatim-img {
	align-self: center;
	min-width: 17rem;
	margin-right: 3rem;
}

@media screen and (max-width:47.938em) {
	.block-verbatim .verbatim-img {
		margin-bottom: 1.5rem;
		align-self: auto;
	}
}

.block-verbatim .verbatim-img img {
	display: block;
	max-width: 110px;
	height: auto;
	margin: auto;
	border: 1px solid #f7f9fa;
	border-radius: calc(17rem - 1px);
}

@media screen and (max-width:47.938em) {
	.block-verbatim .verbatim-img img {
		max-width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:47.938em) {
	.block-verbatim .verbatim-img {
		text-align: center;
		margin-bottom: 1.5rem;
		margin-right: 0;
	}
}

.block-verbatim .verbatim-description {
	font-family: "Roboto Light", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.4;
}

.block-verbatim .verbatim-description::before {
	content: "â€œ";
	padding-right: 0.5rem;
	color: #ED0000;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
}

.block-verbatim .verbatim-description::after {
	content: "â€";
	color: #ED0000;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
}

.block-verbatim .verbatim-description.description-long {
	font-size: 1.5rem;
}

.block-verbatim .verbatim-author {
	display: block;
	margin-top: 2rem;
	font-family: "Roboto Light", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7rem;
	font-style: normal;
}

@media screen and (max-width:47.938em) {
	.block-verbatim .verbatim-author {
		margin-top: 2rem;
	}
}

.block-verbatim .verbatim-author .name {
	font-family: "Roboto Medium", sans-serif;
	font-weight: 500;
}

.col-md-4 .block-verbatim,
.col-lg-4 .block-verbatim,
.col-md-3 .block-verbatim,
.col-lg-3 .block-verbatim,
.col-md-8 .block-verbatim,
.col-lg-8 .block-verbatim {
	height: 43.5rem;
}

.col-md-4 .block-verbatim .top-block,
.col-lg-4 .block-verbatim .top-block,
.col-md-3 .block-verbatim .top-block,
.col-lg-3 .block-verbatim .top-block,
.col-md-8 .block-verbatim .top-block,
.col-lg-8 .block-verbatim .top-block {
	flex-direction: column;
}

.col-md-4 .block-verbatim .top-block .verbatim-img,
.col-lg-4 .block-verbatim .top-block .verbatim-img,
.col-md-3 .block-verbatim .top-block .verbatim-img,
.col-lg-3 .block-verbatim .top-block .verbatim-img,
.col-md-8 .block-verbatim .top-block .verbatim-img,
.col-lg-8 .block-verbatim .top-block .verbatim-img {
	align-self: auto;
	margin-right: 0;
	margin-bottom: 1.5rem;
}

.col-md-4 .block-verbatim .top-block .verbatim-img img,
.col-lg-4 .block-verbatim .top-block .verbatim-img img,
.col-md-3 .block-verbatim .top-block .verbatim-img img,
.col-lg-3 .block-verbatim .top-block .verbatim-img img,
.col-md-8 .block-verbatim .top-block .verbatim-img img,
.col-lg-8 .block-verbatim .top-block .verbatim-img img {
	margin: 0;
}

.four-col .col-md-3 .block-verbatim {
	height: auto;
}

.block-project {
	height: auto;
	overflow: hidden;
}

@media screen and (min-width:48em) and (max-width:74.938em) {
	.block-project {
		min-height: 33rem;
	}
}

@media screen and (min-width:75em) {
	.block-project {
		min-height: 40rem;
	}
}

.block-project .block-content {
	width: 60%;
	float: left;
	padding: 4rem;
}

.block-project .description {
	height: 60%;
	padding-bottom: 4.5rem;
	border-bottom: 1px solid #ececec;
}

.block-project .block-key-figure {
	margin-bottom: 0;
	max-width: 100%;
}

.block-project .block-key-figure .content {
	flex-direction: row;
	justify-content: center;
	min-height: initial;
	padding-top: 5rem;
	margin-bottom: 0;
	background-color: #ffffff;
}

.block-project .block-key-figure .value {
	font-family: "Nunito Light", sans-serif;
	font-size: 3rem;
	color: #ED0000;
}

.block-project .block-key-figure .unit {
	font-size: 2.1rem;
}

.block-project .block-key-figure .subtitle {
	align-self: center;
	margin-left: 2rem;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.2rem;
	line-height: 2.5rem;
	text-align: left;
	color: #ED0000;
}

.block-project .block-key-figure .legend {
	position: absolute;
	bottom: 5px;
	color: #ED0000;
}

.block-project .image {
	position: relative;
	width: 40%;
	height: 100%;
	float: left;
}

@media screen and (max-width:62em) {
	.block-project .image {
		max-height: 30rem;
		overflow: hidden;
	}
}

.block-project .image img {
	display: inline-block;
}

@media screen and (min-width:62em) {
	.block-project .image img {
		width: 32.8rem;
		height: auto;
	}
}

@media screen and (max-width:62em) {
	.block-project .image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:62em) {
	.block-project {
		display: flex;
		flex-direction: column-reverse;
	}
	.block-project .description {
		height: auto;
	}
	.block-project .block-content {
		float: none;
		width: 100%;
	}
	.block-project .image {
		float: none;
		width: 100%;
		margin: auto;
	}
}

.block-project::after {
	position: absolute;
	content: "";
	background: #ee0000 url(/themes/custom/total_com_cg/dist/img/picto_loc_grand_new.png) no-repeat center center;
	border-radius: 0 0 0 2rem;
	width: 6.5rem;
	height: 6.5rem;
	right: 0;
	top: 0;
}

.block-project .wysiwyg p {
	margin-bottom: 0.5rem;
}

.block.edito.node-project::before {
	position: absolute;
	content: "";
	background: #ee0000 url(/themes/custom/total_com_cg/dist/img/picto_loc_grand_new.png) no-repeat center center;
	border-radius: 2rem 0;
	width: 6.5rem;
	height: 6.5rem;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:47.938em) {
	.block.edito.node-project::before {
		display: none;
	}
}

.block-key-figure {
	margin-bottom: 4rem;
	max-width: 35rem;
}

@media screen and (max-width:47.938em) {
	.block-key-figure {
		max-width: 100%;
	}
}

.block-key-figure a {
	text-decoration: none;
	color: inherit;
}

.block-key-figure a:hover,
.block-key-figure a:focus {
	text-decoration: none;
	color: inherit;
}

.block-key-figure .content {
	display: flex;
	flex-direction: column;
	min-height: 26.3rem;
	padding: 1.5rem;
	background-color: #f7f9fa;
	font-family: "Nunito Light", sans-serif;
	text-align: center;
	border-radius: 2rem;
	justify-content: space-around;
}

.block-key-figure .value {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 6rem;
	flex-grow: 1;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.block-key-figure .value {
		height: 12.5rem;
	}
}

.block-key-figure .value.unit-bottom-left .unit {
	margin-bottom: -5%;
	order: -1;
	padding-right: 0.8rem;
}

.block-key-figure .value.font-small {
	white-space: nowrap;
	font-size: 5rem;
}

.block-key-figure .value.font-regular {
	font-size: 6rem;
	white-space: nowrap;
}

.block-key-figure .value.font-big {
	font-size: 7rem;
	white-space: nowrap;
}

.block-key-figure .value.unit-top-right .unit {
	margin-top: -18%;
	padding-left: 0.8rem;
}

.block-key-figure .value.unit-middle-right .unit {
	margin-top: 4%;
	padding-left: 0.8rem;
}

.block-key-figure .value.unit-bottom-right .unit {
	margin-bottom: -20%;
	padding-left: 0.8rem;
}

.block-key-figure .value sup,
.block-key-figure .value sub {
	position: unset;
	font-size: 70%;
	vertical-align: super;
	line-height: normal;
}

.block-key-figure .value sub {
	vertical-align: sub !important;
}

.block-key-figure .inner-value.blue_degraded,
.block-key-figure .figure-dynamic.blue_degraded {
	background: -moz-linear-gradient(-45deg, #009CEA 0%, #403bfd 100%);
	background: -webkit-linear-gradient(-45deg, #009CEA 0%, #403bfd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #403bfd;
}

.block-key-figure .inner-value.blue_green_degraded,
.block-key-figure .figure-dynamic.blue_green_degraded {
	background: -moz-linear-gradient(45deg, #029BEB 0%, #00a778 100%);
	background: -webkit-linear-gradient(45deg, #029BEB 0%, #00a778 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #00a778;
}

.block-key-figure .inner-value.green_degraded,
.block-key-figure .figure-dynamic.green_degraded {
	background: -moz-linear-gradient(45deg, #40A900 0%, #058b44 100%);
	background: -webkit-linear-gradient(45deg, #40A900 0%, #058b44 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #058b44;
}

.block-key-figure .inner-value.red_orange_degraded,
.block-key-figure .figure-dynamic.red_orange_degraded {
	background: -moz-linear-gradient(45deg, #EF6F00 0%, #ee0900 100%);
	background: -webkit-linear-gradient(45deg, #EF6F00 0%, #ee0900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ee0900;
}

.block-key-figure .unit {
	font-size: 60%;
	font-size: 60%;
}

.block-key-figure .unit.blue_degraded {
	background: -moz-linear-gradient(-45deg, #403bfd 0%, #4632ff 100%);
	background: -webkit-linear-gradient(-45deg, #403bfd 0%, #4632ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #4632ff;
}

.block-key-figure .unit.blue_green_degraded {
	background: -moz-linear-gradient(45deg, #00a778 0%, #00AA61 100%);
	background: -webkit-linear-gradient(45deg, #00a778 0%, #00AA61 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #00AA61;
}

.block-key-figure .unit.green_degraded {
	background: -moz-linear-gradient(45deg, #058b44 0%, #00884A 100%);
	background: -webkit-linear-gradient(45deg, #058b44 0%, #00884A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #00884A;
}

.block-key-figure .unit.red_orange_degraded {
	background: -moz-linear-gradient(45deg, #ee0900 0%, #EE0000 100%);
	background: -webkit-linear-gradient(45deg, #ee0900 0%, #EE0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #EE0000;
}

.block-key-figure .subtitle {
	flex-grow: 1;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #374649;
}

.block-key-figure .legend {
	font-family: "Nunito Light", sans-serif;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
}

@media screen and (max-width:47.938em) {
	.block-key-figure .content {
		flex-direction: row;
		align-items: center;
		height: 12.5rem;
		min-height: 12.5rem;
	}
	.block-key-figure .content .value,
	.block-key-figure .content .subtitle {
		width: 50%;
		margin: 0;
	}
	.block-key-figure .content .subtitle {
		padding-left: 0.5rem;
	}
}

.content--crossroad-page--full .block-key-figure,
.col-lg-3.layout__region .block-key-figure,
.content--folder--full .block-key-figure {
	font-family: "Nunito Light", sans-serif;
}

@media screen and (min-width:75em) {
	.content--crossroad-page--full .block-key-figure,
	.col-lg-3.layout__region .block-key-figure,
	.content--folder--full .block-key-figure {
		height: 43.5rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.content--crossroad-page--full .block-key-figure,
	.col-lg-3.layout__region .block-key-figure,
	.content--folder--full .block-key-figure {
		height: 35.6rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.content--crossroad-page--full .block-key-figure,
	.col-lg-3.layout__region .block-key-figure,
	.content--folder--full .block-key-figure {
		height: 44rem;
	}
}

@media screen and (min-width:48em) {
	.content--crossroad-page--full .block-key-figure .value,
	.col-lg-3.layout__region .block-key-figure .value,
	.content--folder--full .block-key-figure .value {
		font-size: 9rem;
	}
	.content--crossroad-page--full .block-key-figure .subtitle,
	.col-lg-3.layout__region .block-key-figure .subtitle,
	.content--folder--full .block-key-figure .subtitle {
		font-size: 2.4rem;
	}
}

.content--crossroad-page--full .block-key-figure .content,
.col-lg-3.layout__region .block-key-figure .content,
.content--folder--full .block-key-figure .content {
	height: 100%;
}

.node-country .wysiwyg .block-key-figure {
	margin-bottom: 1.5rem;
}

.entity:hover a {
	text-decoration: underline;
}

.block-image {
	position: relative;
	margin-bottom: 4.8rem;
}

@media screen and (min-width:48em) {
	.block-image {
		max-width: 35rem;
	}
}

@media screen and (max-width:47.938em) {
	.block-image {
		margin-bottom: 3rem;
	}
}

.block-image .image {
	padding: 1.5rem 1.5rem 5rem;
}

.block-image .image img {
	display: block;
	max-height: 18rem;
	margin: 0 auto;
	border-radius: 2rem;
}

@media screen and (min-width:75em) {
	.block-image .image img {
		max-width: 31rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.block-image .image img {
		max-width: 28rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.block-image .image img {
		max-width: 20rem;
	}
}

@media screen and (max-width:47.938em) {
	.block-image .image img {
		max-height: 48rem;
	}
}

@media screen and (max-width:62em) {
	.block-image .image img {
		width: 100%;
		height: auto;
	}
}

.block-image .arrow-link-wrapper {
	position: absolute;
	bottom: 2rem;
	right: 1.5rem;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.block-image .arrow-link-wrapper {
		bottom: 0.5rem;
	}
}

.block-to-read {
	padding: 1.7rem 1.5rem 1.2rem 1.5rem;
	margin-bottom: 2rem;
	border-radius: 2rem;
	overflow: hidden;
}

.block-to-read .grey-title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.block-to-read .wysiwyg .align-left {
	margin-right: 1.9rem;
}

.block-to-read .wysiwyg .align-right {
	margin-left: 1.9rem;
}

.block-to-read .arrow-link,
.block-to-read #bottom-links a,
#bottom-links .block-to-read a {
	padding-top: 3rem;
	padding-bottom: 1.7rem;
	font-size: 1.6rem;
}

.block-to-read .arrow-link::before,
.block-to-read #bottom-links a::before,
#bottom-links .block-to-read a::before {
	margin-top: 0.8rem;
}

.block-to-read .wysiwyg .embedded-entity.align-left img,
.block-to-read .wysiwyg .embedded-entity.align-right img {
	margin-bottom: 0;
}

.block-compact {
	padding-top: 2.5rem;
}

.block-compact .wysiwyg {
	margin-bottom: 0.3rem;
}

.block-compact .wysiwyg p,
.block-compact .wysiwyg h2,
.block-compact .wysiwyg h3,
.block-compact .wysiwyg h4,
.block-compact .wysiwyg h5,
.block-compact .wysiwyg h6 {
	margin-bottom: 1rem;
}

.block-compact .wysiwyg .grey-red-title {
	margin-bottom: 0;
}

.block-compact .col-md-4 .edito {
	height: 36rem;
}

@media screen and (max-width:47.938em) {
	.block-compact .col-md-4 .edito {
		height: auto;
		min-height: 16.2rem;
	}
}

.block-compact .col-md-4 .edito .image {
	height: 23rem;
	border-radius: 2rem;
}

.block-compact .hide-image .edito {
	height: 16.2rem;
}

.block-compact .hide-image .edito .date {
	display: none;
}

.block-compact .hide-image .edito .image {
	display: none;
}

.block-compact .edito-small .image {
	display: block;
}

@media screen and (max-width:47.938em) {
	.block-compact .node-infographics.edito .image {
		display: block;
	}
}

@media screen and (max-width:47.938em) {
	.block-compact .node-infographics.edito .image img {
		width: 100%;
		height: auto;
	}
}

.block-compact .block-content .title+div {
	display: none;
}

.total-contact-form .js-form-type-select {
	position: relative;
	margin-bottom: 4rem;
}

.total-contact-form .js-form-type-select::after {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	right: 3rem;
	bottom: 1.5rem;
	content: "";
	display: block;
	transform: rotate(90deg);
	pointer-events: none;
}

.total-contact-form label {
	font-family: "Nunito Light", sans-serif;
	margin-top: 2rem;
	font-size: 2rem;
}

.block-red-push-bar {
	position: relative;
	margin-bottom: 2rem;
}

.block-red-push-bar .row {
	background-color: #ED0000;
	padding: 3rem;
}

.block-red-push-bar .content-push-bar {
	display: table;
	min-width: 100%;
	height: 8rem;
	background-color: #f7f9fa;
	color: #ED0000;
}

@media screen and (min-width:48em) and (max-width:74.938em) {
	.block-red-push-bar .content-push-bar {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width:47.938em) {
	.block-red-push-bar .content-push-bar {
		margin-bottom: 1rem;
	}
}

.block-red-push-bar .content-push-bar img {
	position: absolute;
	max-width: 4.2rem;
	height: auto;
	left: 2rem;
	top: 1.5rem;
	margin: 0 2rem;
}

.block-red-push-bar .content-push-bar .img-hover {
	display: none;
}

.block-red-push-bar .content-push-bar a {
	display: table-cell;
	font-family: "Nunito Bold", sans-serif;
	font-size: 2rem;
	line-height: 1.1;
	padding-left: 9rem;
	padding-right: 1rem;
	vertical-align: middle;
	text-decoration: none;
}

.block-red-push-bar .content-push-bar:hover {
	background-color: #ED0000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.block-red-push-bar .content-push-bar:hover a {
	color: inherit;
	text-decoration: none;
}

.block-red-push-bar .content-push-bar:hover>img {
	display: none;
}

.block-red-push-bar .content-push-bar:hover .img-hover {
	display: block;
}

.block-folder-push .title {
	display: block;
	padding: 1.5rem 1.5rem 0 1.5rem;
	color: #ED0000;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.4rem;
}

.block-folder-push .icon-before {
	height: auto;
}

.block-folder-push .icon-before::before {
	margin-right: 1rem;
}

.block-folder-push .list-links {
	margin-bottom: 0;
	background-color: #ffffff;
}

.pager {
	margin-top: 5rem;
	margin-bottom: 2rem;
}

.pager .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pager__items {
	display: flex;
	justify-content: center;
}

@media screen and (max-width:47.938em) {
	.pager__items {
		padding-left: 0;
	}
}

.pager__item {
	font-size: 1.2rem;
}

.pager__item a {
	color: #374649;
	text-decoration: none;
}

.pager__item+.pager__item {
	margin-left: 2rem;
}

@media screen and (max-width:35.938em) {
	.pager__item+.pager__item {
		margin-left: 1rem;
	}
}

.pager__item.is-active>span {
	display: inline-flex;
	align-items: flex-end;
	color: #374649;
	font-weight: bold;
	border-bottom: 4px solid #ED0000;
	line-height: 2.5rem;
	padding: 0px 0.7rem 0.2rem;
	background-color: #ED0000;
	opacity: 1;
	width: 20px;
	border-radius: 15px;
	border: 0;
	height: 4px;
}

.pager h4.visually-hidden {
	visibility: hidden;
}

#pager-quicklinks {
	position: relative;
	overflow: hidden;
	font-size: 1.2rem;
}

#pager-quicklinks form.all-pagers-form {
	display: flex;
	justify-content: center;
	align-items: center;
}

#pager-quicklinks form.all-pagers-form .js-form-item-all-pages {
	position: relative;
	height: 3rem;
}

#pager-quicklinks form.all-pagers-form .js-form-item-all-pages select {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: "Roboto", sans-serif;
	color: #374649;
	width: 6rem;
	height: 2.5rem;
	background: transparent;
	z-index: 2;
}

#pager-quicklinks form.all-pagers-form .js-form-item-all-pages:after {
	content: url(/themes/custom/total_com_cg/dist/img/select-arrow-down.png);
	position: absolute;
	right: 1.5rem;
	top: 0.3rem;
	height: 0;
}

.page-load-status {
	padding-top: 20px;
	display: none;
	position: relative;
}

.list-links {
	margin-bottom: 4rem;
	background-color: #f7f9fa;
	padding: 2.2rem 1.5rem;
	border-radius: 2rem;
}

.list-links .link,
.list-links li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 2.2rem;
}

.list-links .link a,
.list-links li a {
	position: relative;
	font-family: "Roboto Medium", sans-serif;
	color: #374649;
	line-height: 0;
	text-decoration: none;
}

.list-links .link a::before,
.list-links li a::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #374649;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	display: block;
	content: "";
	width: 1rem;
	height: 1rem;
	left: -2rem;
	top: 0.5rem;
}

.list-links .link a:hover,
.list-links .link a:focus,
.list-links li a:hover,
.list-links li a:focus {
	text-decoration: underline;
}

.list-arrow {
	display: block;
	padding-left: 0;
}

.list-arrow li {
	padding-left: 3rem;
}

.list-arrow li::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	display: block;
	content: "";
	left: 2rem;
	margin-top: 0.5rem;
}

.list-arrow li a {
	color: #374649;
}

.list-arrow li ul {
	padding-left: 0;
}

.list-arrow li ul li {
	list-style-type: none;
	padding-left: 2rem;
}

.list-arrow li ul li::before {
	content: "";
	border: none;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #ED0000 !important;
	border-radius: 50% !important;
	left: 1rem;
}

.list-disc {
	display: block;
	padding-left: 0;
}

.list-disc li {
	padding-left: 3rem;
}

.list-disc li::before {
	content: "";
	border: none;
	background-color: #ED0000 !important;
	border-radius: 50% !important;
	left: 2rem;
}

.list-disc li a {
	color: #374649;
}

.list-disc li ul {
	padding-left: 0;
}

.list-disc li ul li {
	list-style-type: none;
	padding-left: 2rem;
}

.list-disc li ul li::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	display: block;
	content: "";
	margin-top: 0.5rem;
	border-radius: 0 !important;
	background-color: transparent !important;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
	background-color: #ffffff;
}

.accordion>li {
	margin: 0;
}

.accordion>li::before {
	content: "â€‹";
	position: absolute;
}

.accordion__heading {
	margin-bottom: 0;
}

.accordion__trigger {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 2rem 6rem 0.7rem 2rem;
	background-color: #ffffff;
	color: #374649;
	font-family: "Roboto", sans-serif;
	font-size: 2.4rem;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #374649;
}

.accordion__trigger::after {
	content: "+";
	position: absolute;
	top: 2rem;
	right: 1rem;
	margin: auto;
	color: #ED0000;
}

.accordion__trigger[aria-expanded=true]::after {
	content: "---";
	letter-spacing: -6px;
	right: 1.5rem;
}

.accordion__trigger:hover,
.accordion__trigger:focus {
	text-decoration: underline;
}

.accordion__trigger:hover::after,
.accordion__trigger:focus::after {
	text-decoration: underline;
}

.accordion__trigger:hover::after,
.accordion__trigger:focus::after {
	text-decoration: none;
}

.accordion__trigger[aria-disabled=true]:hover {
	cursor: not-allowed;
}

.accordion__trigger[aria-expanded=true] {
	background: #f7f9fa;
	border: none;
}

.accordion__panel {
	background-color: #f7f9fa;
	max-height: 0;
	overflow: hidden;
	padding: 0.001em 1.25em;
	position: relative;
	visibility: hidden;
}

.accordion__panel> :last-child {
	margin-bottom: 0;
}

.accordion__panel[aria-hidden=false] {
	max-height: 100%;
	padding: 2rem;
	visibility: visible;
	margin-bottom: 2rem;
}

.accordion__panel--transition {
	transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.block-click-collapse table {
	width: 100%;
}

.share-this-block {
	margin-bottom: 2.5rem;
	padding-left: 1rem;
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
	font-family: "Roboto", sans-serif;
	font-size: 2.7rem;
	font-weight: 700;
	background-color: #f7f9fa;
	color: #374649;
}

@media screen and (max-width:62em) {
	.share-this-block {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
}

@media screen and (max-width:35.938em) {
	.share-this-block {
		padding-left: 0;
	}
}

.share-this-block strong {
	font-family: "Roboto Bold", sans-serif;
}

.share-this-block .container,
.share-this-block .header-total .totalcom-search-form .form-item-keys,
.header-total .totalcom-search-form .share-this-block .form-item-keys,
.share-this-block .header-total .totalcom-search-form .form-text,
.header-total .totalcom-search-form .share-this-block .form-text {
	text-align: center;
}

@media screen and (max-width:62em) {
	.share-this-block .container,
	.share-this-block .header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .share-this-block .form-item-keys,
	.share-this-block .header-total .totalcom-search-form .form-text,
	.header-total .totalcom-search-form .share-this-block .form-text {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
}

.share-this-block .share-social-list {
	display: inline;
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: bottom;
}

@media screen and (max-width:47.938em) {
	.share-this-block .share-social-list {
		display: flex;
		justify-content: space-between;
		padding-right: 1rem;
	}
}

.share-this-block .share-social-list li {
	display: inline;
	margin-left: 2rem;
	font-size: 2.3rem;
}

@media screen and (max-width:35.938em) {
	.share-this-block .share-social-list li {
		margin-left: 1rem;
	}
}

@media screen and (max-width:62em) {
	.share-this-block .share-social-list li:first-child {
		margin-left: 0;
	}
}

.share-this-block .share-social-list li a {
	text-decoration: none;
}

.share-this-block .share-social-list li a:hover,
.share-this-block .share-social-list li a:focus {
	text-decoration: none;
}

.share-this-block .share-social-list span {
	margin-left: 1rem;
}

.share-this-block .share-social-list .hide-mobile {
	margin-left: 0;
	margin-right: 0.7rem;
}

.share-this-block .share-social-list .share-mail {
	display: inline-block;
	width: 3.5rem;
	height: 2.3rem;
	background: transparent url(/themes/custom/total_com_cg/dist/img/mail.png) 0 0 no-repeat;
	vertical-align: text-bottom;
}

.share-this-block .share-social-list .share-facebook,
.share-this-block .share-social-list .share-twitter,
.share-this-block .share-social-list .share-linkedin {
	display: inline-block;
	vertical-align: middle;
	font-family: "Roboto", sans-serif, sans-serif;
	font-size: 1.1rem;
}

.share-this-block .share-social-list .share-facebook,
.share-this-block .share-social-list .share-twitter,
.share-this-block .share-social-list .share-linkedin {
	position: absolute;
	margin-top: 0.9rem;
}

.share-this-block .share-social-list .share-facebook,
.share-this-block .share-social-list .share-linkedin {
	color: #ffffff;
	margin-left: 2.2rem;
}

.share-this-block .share-social-list .share-twitter {
	color: #374649;
	margin-left: 2.9rem;
}

.event {
	display: table;
	width: 100%;
}

.event .item-date {
	display: table-cell;
	width: 5rem;
	line-height: 2.2rem;
	text-align: left;
	font-weight: bold;
}

.event .item-date .day {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.8rem;
}

.event .item-date .year {
	font-family: "Roboto Medium", sans-serif;
	font-size: 2.2rem;
}

.event .item-description {
	display: table-cell;
	padding-left: 1.5rem;
	line-height: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
}

.event .item-description:hover {
	text-decoration: underline;
}

.event .item-description a {
	color: #374649;
	text-decoration: none;
}

.media-header .grey-red-title strong {
	font-size: 3.5rem;
	color: #374649;
	font-weight: 400 !important;
}

@media screen and (max-width:47.938em) {
	.media-header .grey-red-title strong {
		font-size: 2.8rem;
	}
}

.media-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.media-content img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.media-content img {
		max-width: 57.6rem;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.media-content img {
		max-width: 38.2rem;
	}
}

@media screen and (min-width:75em) {
	.media-content .damdy-player iframe {
		min-width: 72rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.media-content .damdy-player iframe {
		min-width: 54rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.media-content .damdy-player iframe {
		min-width: 32rem;
	}
}

.micromodal .media-content img {
	max-width: 96.3rem;
}

.media-copyright {
	font-family: "Roboto Medium", sans-serif;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	color: #374649;
}

.media-copyright::before {
	content: "Â©";
	padding-right: 0.5rem;
}

.media-description {
	margin-top: 2.3rem;
	margin-bottom: 2.3rem;
}

.media-footer {
	margin-bottom: 4.5rem;
}

.damdy-player {
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.damdy-player {
		width: 720px;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.damdy-player {
		width: 540px;
	}
}

.media-audiocast-damdy .damdy-player {
	height: 71px;
}

.node-video .damdy-player {
	height: 547px;
}

.node-infographics img {
	display: block;
	margin: 0 auto;
}

.node-infographics .media-copyright {
	display: none;
}

.node-infographics .wysiwyg {
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}

@media screen and (min-width:75em) {
	.edito .media-image-svg.node-block img {
		width: 350px;
		height: 230px;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.edito .media-image-svg.node-block img {
		width: 290px;
		height: 230px;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.edito .media-image-svg.node-block img {
		width: 210px;
		height: 230px;
	}
}

@media screen and (min-width:75em) {
	.edito .media-image-svg.node-block-large img {
		width: 730px;
		height: 270px;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.edito .media-image-svg.node-block-large img {
		width: 610px;
		height: 220px;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.edito .media-image-svg.node-block-large img {
		width: 450px;
		height: 195px;
	}
}

@media screen and (min-width:75em) {
	.edito .media-image-svg.node-block-right img {
		width: 255px;
		height: 195px;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.edito .media-image-svg.node-block-right img {
		width: 210px;
		height: 157px;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.edito .media-image-svg.node-block-right img {
		width: 150px;
		height: 187px;
	}
}

@media screen and (min-width:75em) {
	.edito .media-image-svg.horizontal-edito img {
		width: 545px;
		height: 350px;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.edito .media-image-svg.horizontal-edito img {
		width: 455px;
		height: 350px;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.edito .media-image-svg.horizontal-edito img {
		width: 335px;
		height: 350px;
	}
}

.infographics-embedded {
	position: relative;
	margin-bottom: 2.7rem;
	margin-left: auto;
	margin-right: auto;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.infographics-embedded img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.infographics-embedded a {
	text-decoration: none;
}

.infographics-embedded .title {
	margin-bottom: 1rem;
	text-decoration: none;
	color: #374649;
	font-size: 2.8rem;
	font-family: "Nunito Light", sans-serif;
}

.infographics-embedded .title+div {
	background-color: #f9f9f9;
}

.infographics-embedded.infographics-embedded-preview .banner {
	position: absolute;
	min-height: 7.4rem;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	width: 100%;
	padding: 2.7rem 4.5rem 1.5rem 7rem;
	font-family: "Nunito Light", sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.infographics-embedded.infographics-embedded-preview .banner::before {
	content: url(/themes/custom/total_com_cg/dist/img/picto-infographics%20-%2041x41.png);
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
}

.node-slideshow .position-relative .damdy_player {
	position: absolute;
	width: 80%;
	margin: 0 10%;
	bottom: 3.5rem;
}

@media screen and (min-width:62em) {
	.node-slideshow .position-relative .damdy_player {
		width: 60%;
		margin: 0 20%;
	}
}

.node-slideshow .position-relative .damdy_player iframe {
	min-width: auto;
}

.video-embedded {
	position: relative;
	margin-bottom: 2.7rem;
	margin-left: auto;
	margin-right: auto;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.video-embedded img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.video-embedded a {
	text-decoration: none;
}

.video-embedded .title {
	position: absolute;
	min-height: 7.4rem;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	width: 100%;
	padding: 2.7rem 4.5rem 1.5rem 7rem;
	font-family: "Nunito Light", sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.video-embedded .title::before {
	content: url(/themes/custom/total_com_cg/dist/img/play-41x41.png);
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
}

.radio-btn.radio-inline,
.contact-form .form-wrapper .radio-inline.form-item-field-gender,
.simplenews-subscriber-form .form-wrapper .radio-inline.form-item-field-gender,
.webform-submission-form .form-wrapper .radio-inline.form-item-field-gender,
.wForm .choices.horizontal .radio-inline.oneChoice,
.total-newsletter-edit-delete-form .radio-inline.js-form-type-radio,
.form-item-sort-by,
.form-item-items-per-page {
	display: inline-block;
	margin-right: 1rem;
}

.radio-btn input:checked,
.contact-form .form-wrapper .form-item-field-gender input:checked,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:checked,
.webform-submission-form .form-wrapper .form-item-field-gender input:checked,
.wForm .choices.horizontal .oneChoice input:checked,
.total-newsletter-edit-delete-form .js-form-type-radio input:checked,
.form-item-sort-by input:checked,
.form-item-items-per-page input:checked,
.radio-btn input:not(:checked),
.contact-form .form-wrapper .form-item-field-gender input:not(:checked),
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:not(:checked),
.webform-submission-form .form-wrapper .form-item-field-gender input:not(:checked),
.wForm .choices.horizontal .oneChoice input:not(:checked),
.total-newsletter-edit-delete-form .js-form-type-radio input:not(:checked),
.form-item-sort-by input:not(:checked),
.form-item-items-per-page input:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.radio-btn input+label,
.contact-form .form-wrapper .form-item-field-gender input+label,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input+label,
.webform-submission-form .form-wrapper .form-item-field-gender input+label,
.wForm .choices.horizontal .oneChoice input+label,
.total-newsletter-edit-delete-form .js-form-type-radio input+label,
.form-item-sort-by input+label,
.form-item-items-per-page input+label,
.radio-btn input:not(:checked)+label {
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	line-height: 1.4;
	display: inline-block;
	color: #374649;
	font-size: 1.4rem;
}

.radio-btn input+label::before,
.contact-form .form-wrapper .form-item-field-gender input+label::before,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input+label::before,
.webform-submission-form .form-wrapper .form-item-field-gender input+label::before,
.wForm .choices.horizontal .oneChoice input+label::before,
.total-newsletter-edit-delete-form .js-form-type-radio input+label::before,
.form-item-sort-by input+label::before,
.form-item-items-per-page input+label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #374649;
	border-radius: 50%;
	background: #ffffff;
}

.radio-btn input:checked+label::after,
.contact-form .form-wrapper .form-item-field-gender input:checked+label::after,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:checked+label::after,
.webform-submission-form .form-wrapper .form-item-field-gender input:checked+label::after,
.wForm .choices.horizontal .oneChoice input:checked+label::after,
.total-newsletter-edit-delete-form .js-form-type-radio input:checked+label::after,
.form-item-sort-by input:checked+label::after,
.form-item-items-per-page input:checked+label::after {
	content: "";
	position: absolute;
	left: 0.3rem;
	top: 0.6rem;
	width: 0.6rem;
	height: 0.6rem;
	border: 0.3rem solid #ED0000;
	border-radius: 50%;
	background: #ED0000;
}

.radio-btn input:focus+label::before,
.contact-form .form-wrapper .form-item-field-gender input:focus+label::before,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:focus+label::before,
.webform-submission-form .form-wrapper .form-item-field-gender input:focus+label::before,
.wForm .choices.horizontal .oneChoice input:focus+label::before,
.total-newsletter-edit-delete-form .js-form-type-radio input:focus+label::before,
.form-item-sort-by input:focus+label::before,
.form-item-items-per-page input:focus+label::before {
	outline: #3b99fc auto 5px;
}

.radio-btn input:disabled+label,
.contact-form .form-wrapper .form-item-field-gender input:disabled+label,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:disabled+label,
.webform-submission-form .form-wrapper .form-item-field-gender input:disabled+label,
.wForm .choices.horizontal .oneChoice input:disabled+label,
.total-newsletter-edit-delete-form .js-form-type-radio input:disabled+label,
.form-item-sort-by input:disabled+label,
.form-item-items-per-page input:disabled+label {
	color: #ececec;
	cursor: not-allowed;
}

.radio-btn input:disabled+label:before,
.contact-form .form-wrapper .form-item-field-gender input:disabled+label:before,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender input:disabled+label:before,
.webform-submission-form .form-wrapper .form-item-field-gender input:disabled+label:before,
.wForm .choices.horizontal .oneChoice input:disabled+label:before,
.total-newsletter-edit-delete-form .js-form-type-radio input:disabled+label:before,
.form-item-sort-by input:disabled+label:before,
.form-item-items-per-page input:disabled+label:before {
	border-color: #ececec;
}

.radio-list {
	padding: 0;
	margin: 0;
}

.checkbox input,
.contact-form .form-checkboxes input,
.simplenews-subscriber-form .form-checkboxes input,
.webform-submission-form .form-checkboxes input,
.facets-widget-checkbox .facet-item input,
.facets-widget-dropdown-date-range .facet-item input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.checkbox label,
.contact-form .form-checkboxes label,
.simplenews-subscriber-form .form-checkboxes label,
.webform-submission-form .form-checkboxes label,
.facets-widget-checkbox .facet-item label,
.facets-widget-dropdown-date-range .facet-item label {
	position: relative;
	display: block;
	padding-left: 2rem;
	font-size: 1.4rem;
	cursor: pointer;
}

.checkbox label::before,
.contact-form .form-checkboxes label::before,
.simplenews-subscriber-form .form-checkboxes label::before,
.webform-submission-form .form-checkboxes label::before,
.facets-widget-checkbox .facet-item label::before,
.facets-widget-dropdown-date-range .facet-item label::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0.4rem;
	border: 1px solid #374649;
}

.checkbox label::after,
.contact-form .form-checkboxes label::after,
.simplenews-subscriber-form .form-checkboxes label::after,
.webform-submission-form .form-checkboxes label::after,
.facets-widget-checkbox .facet-item label::after,
.facets-widget-dropdown-date-range .facet-item label::after {
	display: none;
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	border: 4px solid #ED0000;
	left: 0;
	top: 0.4rem;
}

.checkbox input:checked~label,
.contact-form .form-checkboxes input:checked~label,
.simplenews-subscriber-form .form-checkboxes input:checked~label,
.webform-submission-form .form-checkboxes input:checked~label,
.facets-widget-checkbox .facet-item input:checked~label,
.facets-widget-dropdown-date-range .facet-item input:checked~label {
	color: #ED0000;
}

.checkbox input:checked~label::before,
.contact-form .form-checkboxes input:checked~label::before,
.simplenews-subscriber-form .form-checkboxes input:checked~label::before,
.webform-submission-form .form-checkboxes input:checked~label::before,
.facets-widget-checkbox .facet-item input:checked~label::before,
.facets-widget-dropdown-date-range .facet-item input:checked~label::before {
	color: #ED0000;
}

.checkbox input:checked~label::after,
.contact-form .form-checkboxes input:checked~label::after,
.simplenews-subscriber-form .form-checkboxes input:checked~label::after,
.webform-submission-form .form-checkboxes input:checked~label::after,
.facets-widget-checkbox .facet-item input:checked~label::after,
.facets-widget-dropdown-date-range .facet-item input:checked~label::after {
	display: block;
}

.checkbox input:focus+label::before,
.contact-form .form-checkboxes input:focus+label::before,
.simplenews-subscriber-form .form-checkboxes input:focus+label::before,
.webform-submission-form .form-checkboxes input:focus+label::before,
.facets-widget-checkbox .facet-item input:focus+label::before,
.facets-widget-dropdown-date-range .facet-item input:focus+label::before {
	outline: #3b99fc auto 5px;
}

.checkbox input:disabled+label,
.contact-form .form-checkboxes input:disabled+label,
.simplenews-subscriber-form .form-checkboxes input:disabled+label,
.webform-submission-form .form-checkboxes input:disabled+label,
.facets-widget-checkbox .facet-item input:disabled+label,
.facets-widget-dropdown-date-range .facet-item input:disabled+label {
	color: #ececec;
	cursor: not-allowed;
}

.checkbox input:disabled+label:before,
.contact-form .form-checkboxes input:disabled+label:before,
.simplenews-subscriber-form .form-checkboxes input:disabled+label:before,
.webform-submission-form .form-checkboxes input:disabled+label:before,
.facets-widget-checkbox .facet-item input:disabled+label:before,
.facets-widget-dropdown-date-range .facet-item input:disabled+label:before {
	border-color: #ececec;
}

.checkbox-list {
	padding: 0;
	margin: 0;
}

.select {
	position: relative;
	width: 100%;
	padding: 0.4rem 2rem 0.4rem 0.7rem;
	background-color: #ffffff;
	border: 0;
	font-size: 1.2rem;
	border-radius: 0;
	appearance: button;
	-moz-appearance: none;
	-webkit-appearance: button;
}

.select-wrapper,
.simplenews-subscriber-form .js-form-type-select,
.facets-widget-dropdown-date-range .js-form-type-select {
	position: relative;
}

.select-wrapper::after,
.simplenews-subscriber-form .js-form-type-select::after,
.facets-widget-dropdown-date-range .js-form-type-select::after {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #ED0000 transparent transparent transparent;
}

.form-select,
.wForm select {
	position: relative;
	width: 100%;
	padding: 0.4rem 2rem 0.4rem 0.7rem;
	background-color: #e6e6e6;
	border: 0;
	border-radius: 0;
	color: #374649;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.7rem;
	appearance: none;
	height: 4rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	letter-spacing: 0.03rem;
}

.search-field,
.form-item-search {
	position: relative;
}

.search-field input,
.form-item-search input {
	width: 100%;
	height: 3rem;
	padding: 0.4rem 3.5rem 0.4rem 0.7rem;
	border: none;
	font-size: 1.2rem;
	color: #374649;
}

.search-field input:focus,
.form-item-search input:focus {
	box-shadow: 0 0 2px 1px #004495;
}

.search-field .search-submit,
.form-item-search .search-submit {
	position: absolute;
	top: 50%;
	right: 0.1rem;
	transform: translateY(-50%);
	height: 2.8rem;
	width: 3.5rem;
	background: #ffffff url(/themes/custom/total_com_cg/dist/img/search.png) center no-repeat;
	font-size: 0;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.total-loader,
.ajax-progress,
.page-load-status .infinite-scroll-request {
	background-image: url(/themes/custom/total_com_cg/dist/img/total_loader.gif);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	pointer-events: none;
}

.text-loader {
	display: none;
}

.text-loader.active {
	display: block;
	position: absolute;
	width: 100%;
	top: calc(50% - -7.5rem);
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #ED0000;
	z-index: 10;
}

.micromodal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.micromodal.is-open {
	display: block;
}

.micromodal .micromodal__close {
	position: absolute;
	right: 2rem;
	top: 3rem;
	padding: 0;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	display: block;
	background: transparent;
	border: 0;
	z-index: 2;
}

.micromodal .micromodal__close img {
	pointer-events: none;
}

.micromodal .micromodal__close:focus {
	outline: 2px dotted #60c0ff;
}

.micromodal .media-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 3rem 5rem 0 5rem;
	justify-content: center;
}

.micromodal .media-header .micromodal-title {
	margin-bottom: 1.5rem;
	font-family: "Nunito", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	color: #374649;
	line-height: 1;
}

@media screen and (max-width:35.938em) {
	.micromodal .media-header {
		padding-left: 0;
	}
}

.micromodal .media-header a {
	text-decoration: none;
}

.micromodal .media-header a:hover,
.micromodal .media-header a:focus {
	text-decoration: none;
}

.micromodal .media-content {
	padding: 0 5rem;
	font-size: 16px;
	color: #374649;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width:35.938em) {
	.micromodal .media-content {
		padding: 0;
	}
}

.micromodal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.micromodal__container {
	position: relative;
	background-color: #ffffff;
	max-width: 114rem;
	min-width: 30rem;
	max-height: 90vh;
	min-height: 20rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	border-radius: 20px;
	overflow-y: auto;
	box-sizing: border-box;
}

@media screen and (min-width:75em) {
	.micromodal__container {
		min-width: 114rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.micromodal__container {
		min-width: 96rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.micromodal__container {
		min-width: 72rem;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.micromodal__container {
		min-width: 54rem;
	}
}

.micromodal__container .block-see-also {
	margin: 0 6.5rem;
}

@media screen and (max-width:47.938em) {
	.micromodal__container .block-see-also {
		margin: 0 1.5rem;
	}
}

@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmmediaIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmmediaOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal[aria-hidden=false] .micromodal_overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=false] .micromodal__container {
	animation: mmmediaIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .micromodal_overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .micromodal__container {
	animation: mmmediaOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal_overlay {
	will-change: transform;
}

.micromodal[id^=modal-image-zoom-] .micromodal__container {
	max-width: 98vw;
	padding-top: 10rem;
	padding-bottom: 2rem;
}

.micromodal[id^=modal-image-zoom-] .micromodal__container .grey-red-title {
	padding: 0 2rem;
}

.micromodal[id^=modal-image-zoom-] .micromodal__container>img {
	display: block;
	margin: 0 auto 5rem;
	max-width: 100%;
	height: auto;
	padding: 0 2rem;
}

[data-micromodal-trigger] {
	cursor: pointer;
}

.micromodal-title strong {
	margin-bottom: 1.5rem;
	font-family: "Nunito", sans-serif !important;
	font-size: 2.6rem;
	font-weight: 400;
	color: #374649;
	line-height: 1;
}

.micromodal-title strong::first-letter {
	text-transform: uppercase;
}

.content-teaser {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.content-teaser .image {
	margin: 0 1.6rem 0 0;
}

.content-teaser .image img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:62em) {
	.content-teaser .image {
		display: none;
	}
}

.content-teaser .content-teaser-text-container .grey-red-title {
	margin-bottom: 3.4rem;
	margin-left: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	color: #374649;
	font-family: "Roboto Medium", sans-serif;
	text-transform: none;
}

.content-teaser .content-teaser-text-container .grey-red-title a {
	color: #374649;
	font-weight: 500;
	text-decoration: none;
}

.content-teaser .content-teaser-text-container .grey-red-title strong {
	font-weight: 500;
}

.content-teaser .content-teaser-infos {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4rem;
	margin-bottom: 2.1rem;
	margin-left: 1.5rem;
	display: table;
}

.content-teaser .content-teaser-infos:before {
	display: table-cell;
	vertical-align: middle;
	content: url(/themes/custom/total_com_cg/dist/img/valid-doc.png);
	padding-right: 1.8rem;
}

.content-teaser .content-teaser-infos .content-infos {
	display: table-cell;
	vertical-align: middle;
	flex-direction: column;
}

.content-teaser .content-teaser-infos strong {
	font-family: "Roboto Medium", sans-serif;
	color: #ED0000;
	font-weight: 500;
}

.content-teaser.infographics .content-teaser-infos:before {
	content: url(/themes/custom/total_com_cg/dist/img/infographie.png);
}

.content-teaser.video .content-teaser-infos:before {
	content: url(/themes/custom/total_com_cg/dist/img/video.png);
}

.content-teaser.slideshow .content-teaser-infos:before {
	content: url(/themes/custom/total_com_cg/dist/img/diaporama.png);
}

.content-teaser.audiocast .content-teaser-infos:before {
	content: url(/themes/custom/total_com_cg/dist/img/audiocast.png);
}

.content-teaser .content-teaser--text {
	font-size: 1.6rem;
	font-family: "Roboto Light", sans-serif;
	font-weight: 300;
	margin-left: 1.5rem;
	line-height: 2rem;
}

.content-teaser.with-ellipsis .content-teaser--text:after {
	display: inline-block;
	content: "â€¦";
	margin-left: 0.3rem;
}

.content--homepage--full .cover {
	margin: 0 auto 8.5rem;
}

@media screen and (max-width:35.938em) {
	.content--homepage--full .cover {
		margin-bottom: 4rem;
	}
}

.block-cover.cover--panoramic {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width:83.125em) {
	.block-cover.cover--panoramic {
		width: 131.4rem;
		margin-left: -10rem;
	}
	.block-cover.cover--panoramic .cover {
		max-width: 131.4rem;
	}
}

@media (min-width:98.125em) {
	.block-cover.cover--panoramic {
		width: 152.4rem;
		margin-left: -20.7rem;
	}
	.block-cover.cover--panoramic .cover {
		max-width: 152.4rem;
	}
	.block-cover.cover--panoramic .cover .title.short-layer {
		left: 20.7rem;
	}
}

.cover {
	position: relative;
	max-width: 131.4rem;
}

@media screen and (max-width:62em) {
	.cover {
		margin-top: -0.9rem;
	}
}

.cover a {
	text-decoration: none;
}

.cover img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 43.3rem;
}

.cover .title {
	bottom: 0;
	color: #374649;
	background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (min-width:48em) {
	.cover .title {
		position: absolute;
	}
}

.cover .title.short-layer {
	width: 69rem;
	left: 8.7rem;
	margin-bottom: 1.5rem;
	padding: 1.5rem 20rem 1.5rem 0;
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.cover .title.short-layer {
		left: 1.5rem;
	}
}

@media screen and (max-width:47.938em) {
	.cover .title.short-layer {
		position: relative;
		left: 0;
		width: 100%;
		padding-right: 0;
		padding-bottom: 5.5rem;
		background: #374649;
	}
	.cover .title.short-layer .btn-primary,
	.cover .title.short-layer .contact-form .button--primary,
	.contact-form .cover .title.short-layer .button--primary,
	.cover .title.short-layer .contact-form .form-submit,
	.contact-form .cover .title.short-layer .form-submit,
	.cover .title.short-layer .simplenews-subscriber-form .button--primary,
	.simplenews-subscriber-form .cover .title.short-layer .button--primary,
	.cover .title.short-layer .simplenews-subscriber-form .form-submit,
	.simplenews-subscriber-form .cover .title.short-layer .form-submit,
	.cover .title.short-layer .webform-submission-form .button--primary,
	.webform-submission-form .cover .title.short-layer .button--primary,
	.cover .title.short-layer .webform-submission-form .form-submit,
	.webform-submission-form .cover .title.short-layer .form-submit,
	.cover .title.short-layer .webform-submission-form #edit-access-denied-agreement-unchecked a,
	.webform-submission-form #edit-access-denied-agreement-unchecked .cover .title.short-layer a,
	.cover .title.short-layer .wForm input[type=submit],
	.wForm .cover .title.short-layer input[type=submit],
	.cover .title.short-layer .simplenews-confirm-multi .form-submit,
	.simplenews-confirm-multi .cover .title.short-layer .form-submit,
	.cover .title.short-layer .total-newsletter-edit-delete-form .form-submit,
	.total-newsletter-edit-delete-form .cover .title.short-layer .form-submit,
	.cover .title.short-layer .user-login-form .button,
	.user-login-form .cover .title.short-layer .button,
	.cover .title.short-layer .simplenews-confirm-add .button--primary,
	.simplenews-confirm-add .cover .title.short-layer .button--primary {
		position: relative;
		float: right;
		margin-top: 1.5rem;
	}
}

.cover .title.short-layer .btn-media,
.cover .title.short-layer .btn-slider {
	margin-top: 0;
}

.cover .title.short-layer .title-one {
	font-family: "Roboto", sans-serif;
	font-size: 1.7rem;
}

.cover .title.short-layer .title-two {
	font-family: "Nunito", sans-serif;
	font-size: 3.6rem;
	line-height: 4.3rem;
}

@media screen and (max-width:62em) {
	.cover .title.short-layer .title-two {
		font-size: 1.8rem;
		line-height: 1.1;
	}
}

.cover .title.short-layer .title-two .wysiwyg {
	clear: none;
}

.cover .title.long-layer {
	width: 100%;
	min-height: 11rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #FFFFFF 100%);
}

@media screen and (max-width:62em) {
	.cover .title.long-layer .cover--justify {
		margin: 0;
		max-width: 100%;
	}
}

.cover .title.long-layer .title-long {
	padding-top: 1.5rem;
	line-height: 1.1;
	font-family: "Nunito", sans-serif;
	font-size: 3.5rem;
}

.cover .title.long-layer .title-one {
	padding-top: 1.5rem;
	font-size: 1.7rem;
	line-height: 1.1;
}

.cover .title.long-layer .title-two {
	color: #374649;
	font-family: "Nunito", sans-serif;
	font-size: 4rem;
	font-weight: lighter;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}

.cover .title.long-layer .title-two::first-letter {
	text-transform: uppercase;
}

@media screen and (max-width:62em) {
	.cover .title.long-layer .title-two {
		font-size: 2.8rem;
	}
}

.cover .title.long-layer .wysiwyg {
	padding-top: 1rem;
	clear: none;
}

@media screen and (max-width:47.938em) {
	.cover .title.long-layer .wysiwyg {
		padding-top: 1.5rem;
	}
}

.cover .title .btn-media,
.cover .title .btn-slider {
	float: left;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	width: 7rem;
	height: 7rem;
	border: none;
}

.cover .title .btn-media {
	background: transparent url(/themes/custom/total_com_cg/dist/img/picto-play.png) 0 0 no-repeat;
}

.cover .title .btn-slider {
	background: transparent url(/themes/custom/total_com_cg/dist/img/picto-slider.png) 0 0 no-repeat;
}

.cover .title a {
	text-decoration: none;
	color: #ffffff;
}

.cover .title .btn-primary,
.cover .title .contact-form .button--primary,
.contact-form .cover .title .button--primary,
.cover .title .contact-form .form-submit,
.contact-form .cover .title .form-submit,
.cover .title .simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .cover .title .button--primary,
.cover .title .simplenews-subscriber-form .form-submit,
.simplenews-subscriber-form .cover .title .form-submit,
.cover .title .webform-submission-form .button--primary,
.webform-submission-form .cover .title .button--primary,
.cover .title .webform-submission-form .form-submit,
.webform-submission-form .cover .title .form-submit,
.cover .title .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .cover .title a,
.cover .title .wForm input[type=submit],
.wForm .cover .title input[type=submit],
.cover .title .simplenews-confirm-multi .form-submit,
.simplenews-confirm-multi .cover .title .form-submit,
.cover .title .total-newsletter-edit-delete-form .form-submit,
.total-newsletter-edit-delete-form .cover .title .form-submit,
.cover .title .user-login-form .button,
.user-login-form .cover .title .button,
.cover .title .simplenews-confirm-add .button--primary,
.simplenews-confirm-add .cover .title .button--primary {
	position: absolute;
	display: inline-block;
	right: 2rem;
	bottom: 2rem;
	padding-top: 0.7rem;
	text-transform: none;
}

.icon-before {
	height: 2rem;
	margin-right: 1.8rem;
	display: flex;
	flex-direction: row;
	align-content: center;
}

.icon-before::before {
	margin-right: 0.7rem;
	width: 2rem;
}

.icon-calendar::before {
	content: url(/themes/custom/total_com_cg/dist/img/picto-calendar.png);
}

.icon-document::before {
	content: url(/themes/custom/total_com_cg/dist/img/valid-doc.png);
}

.icon-news::before {
	content: url(/themes/custom/total_com_cg/dist/img/picto-news.png);
}

.icon-folder::before {
	content: url(/themes/custom/total_com_cg/dist/img/folder.png);
}

.article-intro--date {
	line-height: 1.3rem;
	margin: 1rem 0;
}

.article-intro--date p {
	font-family: "Roboto Light", sans-serif;
	color: #374649;
	font-style: italic;
	font-weight: 300;
	line-height: 2.1rem;
}

.article-intro--news {
	line-height: 1.3rem;
	margin: 1rem 0;
}

.article-intro--news p {
	font-family: "Roboto Light", sans-serif;
	color: #ED0000;
	font-style: italic;
	line-height: 2rem;
}

.icon-readmore::after {
	display: inline-block;
	margin-left: 0.4rem;
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ED0000;
}

.icon-external-link::after {
	content: url(/themes/custom/total_com_cg/dist/img/grey-external-link.png);
	background-repeat: no-repeat;
	background-position: right bottom 40%;
	background-size: 1.2rem;
	padding-left: 1.8rem !important;
	vertical-align: text-top;
}

.article-description .row {
	flex-wrap: nowrap;
}

.article-description .article-intro--date,
.article-description .article-intro--news {
	display: inline-flex;
	margin-right: 3rem;
}

.carousel {
	clear: both;
}

.carousel .slides-list {
	padding: 0;
	margin: 0 0 1rem;
}

.carousel .title {
	font-size: 2.8rem;
	font-family: "Nunito", sans-serif;
}

.carousel .controls {
	display: none;
}

.carousel .slide {
	display: block;
	width: 100%;
}

.carousel .slide .image {
	display: block;
	max-height: 40rem;
	width: auto;
	min-width: 100%;
}

.carousel .slide {
	float: left;
}

.carousel.active .slides-container {
	overflow: hidden;
}

.carousel.active.with-slidenav {
	position: relative;
}

.carousel.active .controls {
	display: inline;
	width: 100%;
	height: 100%;
}

.carousel.active .bullet-points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	position: absolute;
	padding-right: 3rem;
	z-index: 1;
}

@media screen and (max-width:35.938em) {
	.carousel.active .bullet-points {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.carousel.active .bullet-points li {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.carousel.active .bullet-points button {
	overflow: hidden;
	width: 3rem;
	height: 0.5rem;
	margin: 0 1rem;
	background: #B7CBD3;
	mix-blend-mode: normal;
	border-radius: 5rem;
	padding: 0;
	border: 0;
}

.carousel.active .bullet-points button.btn-control {
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	top: -7px;
	right: 0;
	bottom: 0;
	padding: 0;
	font-family: "Roboto", sans-serif, sans-serif;
	color: #ED0000;
	background-color: transparent;
	border: 0;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.carousel.active .bullet-points button.btn-control {
		width: 2.2rem;
		height: 2.2rem;
		bottom: 0.3rem;
	}
}

@supports (-ms-ime-align:auto) {
	.carousel.active .bullet-points button.btn-control {
		width: 2.4rem;
		height: 2.4rem;
	}
	.carousel.active .bullet-points button.btn-control .btn-play {
		margin-bottom: 0.5rem;
	}
}

@supports (-moz-appearance:none) {
	.carousel.active .bullet-points button.btn-control {
		bottom: -0.7rem;
	}
}

.carousel.active .bullet-points button.btn-control:hover {
	background-color: transparent;
	box-shadow: none;
	border: 0;
}

.carousel.active .bullet-points button.btn-control .btn-play {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	background: url(/themes/custom/total_com_cg/dist/img/play.png);
	pointer-events: none;
}

.carousel.active .bullet-points button.btn-control .btn-pause {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	background: url(/themes/custom/total_com_cg/dist/img/pause.png);
	pointer-events: none;
}

.carousel.active .bullet-points button.active {
	background-color: #ED0000;
	width: 6rem;
	height: 0.5rem;
	border-radius: 5rem;
}

.carousel.active .bullet-points button:hover,
.carousel.active .bullet-points .current {
	border-radius: 2rem;
}

.carousel.active .bullet-points button:focus {
	outline: 2px solid transparent;
}

.carousel.active .btn-prev,
.carousel.active .btn-next {
	position: absolute;
	height: 18rem;
	width: 3.8rem;
	z-index: 1;
	top: 40%;
	margin-top: -9rem;
	border: 0;
	background: #ED0000;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1;
}

.carousel.active .btn-prev img,
.carousel.active .btn-next img {
	max-width: 1rem;
}

.carousel.active .btn-prev:focus,
.carousel.active .btn-next:focus {
	outline: 2px solid #60c0ff;
}

.carousel.active .btn-prev {
	left: 0;
}

.carousel.active .btn-next {
	right: 0;
}

.media-content .carousel img {
	max-width: none;
}

.carousel.carousel-slideshow {
	max-width: 82.5rem;
	margin: auto;
	padding: 0 0 5rem 0;
}

.carousel.carousel-slideshow.with-slidenav {
	padding-bottom: 6rem;
}

.carousel.carousel-slideshow.with-slidenav .bullet-points {
	bottom: -1.5rem;
}

@media screen and (max-width:35.938em) {
	.carousel.carousel-slideshow.with-slidenav .btn-prev,
	.carousel.carousel-slideshow.with-slidenav .btn-next {
		height: 11rem;
		width: 2.4rem;
		top: 0;
		margin-top: 0;
	}
	.carousel.carousel-slideshow.with-slidenav .btn-prev img,
	.carousel.carousel-slideshow.with-slidenav .btn-next img {
		position: absolute;
	}
}

.carousel.carousel-slideshow .image {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.carousel.carousel-slideshow p {
	height: 9rem;
	padding: 1rem 1.5rem;
	background-color: #f9f9f9;
}

.carousel.carousel-slideshow .carousel-legend {
	padding: 10px 15px 0;
}

@media screen and (max-width:35.938em) {
	.carousel.carousel-slideshow.active .bullet-points button.btn-control {
		bottom: initial;
		top: -4px;
		right: initial;
		left: -1.5rem;
	}
}

.slideshow-description {
	margin-bottom: 2rem;
}

.cover .carousel.carousel-slideshow {
	max-width: 100%;
}

.cover .carousel.carousel-slideshow .controls {
	display: none !important;
}

.cover .carousel.carousel-slideshow .bullet-points {
	padding-right: 0;
}

.cover .carousel.carousel-slideshow.with-slidenav {
	padding-bottom: 0;
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.cover .carousel.carousel-slideshow.with-slidenav {
		padding-bottom: 3rem;
	}
}

.cover .carousel.carousel-slideshow .slide {
	position: relative;
}

@media screen and (max-width:47.938em) {
	.cover .carousel.carousel-slideshow .short-layer {
		margin-bottom: 0;
		padding-bottom: 6rem;
	}
	.cover .carousel.carousel-slideshow .short-layer .btn-primary,
	.cover .carousel.carousel-slideshow .short-layer .contact-form .button--primary,
	.contact-form .cover .carousel.carousel-slideshow .short-layer .button--primary,
	.cover .carousel.carousel-slideshow .short-layer .contact-form .form-submit,
	.contact-form .cover .carousel.carousel-slideshow .short-layer .form-submit,
	.cover .carousel.carousel-slideshow .short-layer .simplenews-subscriber-form .button--primary,
	.simplenews-subscriber-form .cover .carousel.carousel-slideshow .short-layer .button--primary,
	.cover .carousel.carousel-slideshow .short-layer .simplenews-subscriber-form .form-submit,
	.simplenews-subscriber-form .cover .carousel.carousel-slideshow .short-layer .form-submit,
	.cover .carousel.carousel-slideshow .short-layer .webform-submission-form .button--primary,
	.webform-submission-form .cover .carousel.carousel-slideshow .short-layer .button--primary,
	.cover .carousel.carousel-slideshow .short-layer .webform-submission-form .form-submit,
	.webform-submission-form .cover .carousel.carousel-slideshow .short-layer .form-submit,
	.cover .carousel.carousel-slideshow .short-layer .webform-submission-form #edit-access-denied-agreement-unchecked a,
	.webform-submission-form #edit-access-denied-agreement-unchecked .cover .carousel.carousel-slideshow .short-layer a,
	.cover .carousel.carousel-slideshow .short-layer .wForm input[type=submit],
	.wForm .cover .carousel.carousel-slideshow .short-layer input[type=submit],
	.cover .carousel.carousel-slideshow .short-layer .simplenews-confirm-multi .form-submit,
	.simplenews-confirm-multi .cover .carousel.carousel-slideshow .short-layer .form-submit,
	.cover .carousel.carousel-slideshow .short-layer .total-newsletter-edit-delete-form .form-submit,
	.total-newsletter-edit-delete-form .cover .carousel.carousel-slideshow .short-layer .form-submit,
	.cover .carousel.carousel-slideshow .short-layer .user-login-form .button,
	.user-login-form .cover .carousel.carousel-slideshow .short-layer .button,
	.cover .carousel.carousel-slideshow .short-layer .simplenews-confirm-add .button--primary,
	.simplenews-confirm-add .cover .carousel.carousel-slideshow .short-layer .button--primary {
		margin-top: 0;
		bottom: -1rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.cover .carousel.carousel-slideshow .short-layer {
		width: 70%;
		left: 5%;
	}
}

@media screen and (max-width:47.938em) {
	.cover .carousel.carousel-slideshow .long-layer {
		bottom: -11rem;
	}
}

.cover a:focus .title {
	outline: #4D90FE auto 1px;
	outline: -webkit-focus-ring-color auto 1px;
}

.cover--panoramic .cover .carousel .slidenav {
	height: 2rem;
	right: 13rem;
}

@media screen and (min-width:98.125em) {
	.cover--panoramic .cover .carousel .slidenav {
		right: 24rem;
	}
}

@media screen and (max-width:47.938em) {
	.cover--panoramic .cover .carousel .slidenav {
		bottom: -3.5rem;
	}
}

.cover--panoramic .cover .carousel .slidenav .btn-control {
	right: -3.5rem;
}

.cover--justify .cover .carousel .slidenav {
	right: 4.5rem;
}

.cover--justify .cover .carousel .slidenav .btn-control {
	right: -3.5rem;
}

@supports (-moz-appearance:none) {
	.cover--justify .cover .carousel .slidenav .btn-control {
		top: 0;
	}
}

@media screen and (max-width:47.938em) {
	.cover--justify .cover .carousel .slidenav {
		bottom: -3.5rem;
	}
}

.cover--justify .cover .carousel .slidenav .btn-control {
	right: -3.5rem;
}

.cover--panoramic .cover .carousel .slidenav,
.cover--justify .cover .carousel .slidenav {
	position: absolute;
	left: auto;
	bottom: 1rem;
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.cover--panoramic .cover .carousel .slidenav,
	.cover--justify .cover .carousel .slidenav {
		right: 5rem;
	}
	.cover--panoramic .cover .carousel .slidenav .btn-control,
	.cover--justify .cover .carousel .slidenav .btn-control {
		right: -4rem;
	}
}

@media screen and (max-width:62em) {
	.cover--panoramic .cover .carousel .slidenav,
	.cover--justify .cover .carousel .slidenav {
		bottom: 0;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.cover--panoramic .cover .carousel .slidenav,
	.cover--justify .cover .carousel .slidenav {
		right: 2.5rem;
	}
}

@media screen and (max-width:35.938em) {
	.cover--panoramic .cover .carousel .slidenav,
	.cover--justify .cover .carousel .slidenav {
		right: 0;
		padding-right: 3rem;
	}
	.cover--panoramic .cover .carousel .slidenav button.btn-control,
	.cover--justify .cover .carousel .slidenav button.btn-control {
		right: 0;
		left: initial;
		top: -2px;
	}
}

@media screen and (max-width:47.938em) {
	.cover--panoramic .cover .carousel .slides-container,
	.cover--justify .cover .carousel .slides-container {
		height: 30rem;
	}
}

.title-worldwide strong {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	color: #374649;
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.worldwide-map {
	position: absolute;
	top: 27%;
	left: 0;
}

@media screen and (min-width:62em) {
	.container-worlwide {
		position: relative;
	}
}

@media screen and (min-width:62em) {
	.container-worlwide .accordion__panel--transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media screen and (min-width:62em) {
	.container-worlwide .accordion__panel--transition[aria-hidden=true] .country-list {
		opacity: 0;
	}
	.container-worlwide .accordion__panel--transition[aria-hidden=false] .country-list {
		opacity: 1;
		transition: opacity 1s linear;
	}
}

@media screen and (min-width:62em) {
	.container-worlwide .container-worldwide__left {
		position: static;
	}
}

.container-worlwide .container-worldwide__left__general {
	padding: 6.5rem 3rem 4rem;
	margin-top: 1rem;
	margin-bottom: 4rem;
	background-color: #f7f9fa;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general {
		padding-left: 0;
		padding-right: 0;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence h1 {
	display: flex;
}

.container-worlwide .container-worldwide__left__general .block-list-presence__title {
	width: 75%;
	margin-top: -4rem;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence__title {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence__title__button {
	background-color: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.container-worlwide .container-worldwide__left__general .block-list-presence__title__button .strong-red {
	display: block;
	font-family: "Nunito Bold", sans-serif;
	font-weight: 400;
	margin: 0;
}

.container-worlwide .container-worldwide__left__general .block-list-presence__title__button .strong-red::first-letter {
	text-transform: lowercase;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form {
	margin-top: 2rem;
	position: relative;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence form {
		margin: 0 2rem;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence form input[type=text] {
	min-height: 5rem;
	margin: 0;
	font-size: 1.5rem;
	background-image: none;
	width: 100%;
	border: none;
	padding-left: 1rem;
	border-radius: 0.2rem;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form button[type=submit],
.container-worlwide .container-worldwide__left__general .block-list-presence form button[type=reset] {
	position: absolute;
	top: 1.5rem;
	right: 0.4rem;
	border: none;
	width: 3rem;
	height: 2rem;
	font-size: 0;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form button[type=submit] {
	background: #ffffff;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form button[type=reset] {
	background: #ffffff;
	z-index: 2;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form button[type=reset] img {
	height: 1.5rem;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper {
	position: absolute;
	bottom: 5rem;
	max-height: 15rem;
	overflow-x: auto;
	width: 100% !important;
	padding: 1rem 0.5rem;
	background: #ffffff;
	text-align: left;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper ul {
	padding: 0;
	margin: 0;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper a {
	display: block;
	font-family: "Nunito Light", sans-serif;
	color: #374649;
	text-decoration: none;
	font-size: 1.5rem;
	padding: 0.1rem 1rem;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper a:hover {
	color: #ffffff;
	background-color: #374649;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper::-webkit-scrollbar {
	width: 0.5rem;
}

.container-worlwide .container-worldwide__left__general .block-list-presence form .completion-wrapper::-webkit-scrollbar-thumb {
	background-color: #ED0000;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide {
	background-color: transparent;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide>ul {
	padding: 0;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger {
	display: flex;
	background-color: transparent;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	border-bottom: 0;
	word-break: keep-all;
	-ms-word-break: keep-all;
	white-space: nowrap;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger:hover {
	text-decoration: none;
	color: #ED0000;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger:focus,
.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger.active {
	text-decoration: none;
	color: #ED0000;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger:focus:after,
.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger.active:after {
	width: 100%;
	border-top: 1px solid #ED0000;
	transition: width 0.7s;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__trigger:after {
	content: "";
	position: inherit;
	display: inline-block;
	right: 0;
	top: 0;
	width: 0;
	border: 0;
	margin-top: 2rem;
	margin-left: 2rem;
	transition: width 0.7s;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .simplemaps_list_over .accordion__trigger {
	text-decoration: none;
	color: #ED0000;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.4rem;
}

@media screen and (min-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 2rem;
		width: 66%;
		padding: 2rem;
	}
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel {
		justify-content: flex-start;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background .image {
	height: 100%;
	width: auto;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background .image {
		min-height: 28rem;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background .image img {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list {
	display: flex;
	flex-flow: column wrap;
	width: 75%;
	height: 37rem;
	padding-left: 0;
	font-family: "Nunito Light", sans-serif;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list {
		padding: 1rem 4rem;
		width: 100%;
		min-height: 28rem;
		height: 80%;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list .country-list__item {
	width: 50%;
	z-index: 2;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list .country-list__item {
		width: 20rem;
		padding-right: 1rem;
		text-align: left;
	}
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list .country-list__item__link {
	color: #374649;
	text-decoration: none;
}

.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list .country-list__item__link:hover,
.container-worlwide .container-worldwide__left__general .block-list-presence .accordion-worldwide .country-list .country-list__item__link:focus {
	color: #ED0000;
	text-decoration: underline;
}

.container-worlwide .container-worldwide__left .more-details {
	font-family: "Nunito Light", sans-serif;
	font-size: 1.4rem;
}

@media screen and (max-width:62em) {
	.container-worlwide .container-worldwide__left .more-details {
		padding: 2rem 4rem 0;
	}
}

.container-worlwide .container-worldwide__left .more-details__link {
	display: block;
	font-size: 1.8rem;
	color: #374649;
}

.block-map {
	margin-bottom: 4rem;
}

@media screen and (max-width:62em) {
	.container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .country-list {
		position: absolute;
	}
	.container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background {
		position: static !important;
	}
	.container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background .image img {
		height: initial;
	}
}

@media screen and (min-width:62em) {
	.micromodal .content--worldwide-presence--full {
		min-width: 96rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.micromodal .content--worldwide-presence--full {
		min-width: 72rem;
	}
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.micromodal .content--worldwide-presence--full {
		min-width: 54rem;
	}
}

.micromodal .container-worldwide__left {
	padding-left: 0;
}

@media screen and (max-width:62em) {
	.micromodal .container-worldwide__left {
		padding-right: 0;
	}
}

.micromodal .container-worldwide__left__general {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width:62em) {
	.micromodal .container-worldwide__left__general {
		max-height: 90vh;
		overflow-y: auto;
	}
}

@media screen and (min-width:62em) {
	.micromodal .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .accordion-panel__background {
		top: 2.5rem;
	}
	.micromodal .container-worldwide__left__general .block-list-presence .accordion-worldwide .accordion__panel .country-list {
		margin-top: 6.5rem;
	}
}

.micromodal .block-list-presence__title .strong-red {
	font-family: "Nunito Bold", sans-serif;
	font-size: 4.2rem;
}

.micromodal .block-list-presence__title,
.micromodal .more-details {
	text-align: left;
}

@media screen and (min-width:62em) {
	.micromodal .country-list {
		text-align: left;
	}
}

.micromodal .title-worldwide {
	display: none;
}

@media screen and (max-width:62em) {
	.micromodal .more-details {
		margin-top: 2.5rem;
	}
}

.carousel.carousel-publication.active .slides-container {
	margin: 0 3.8rem 7rem 5.8rem;
}

.carousel.carousel-publication.active .slides-container .slide .block-content div {
	max-height: 2rem;
	overflow: hidden;
}

.carousel.carousel-publication.active .btn-prev,
.carousel.carousel-publication.active .btn-next {
	height: 35.1rem;
	top: calc(50% - 8.5rem);
}

@media screen and (max-width:35.938em) {
	.carousel.carousel-publication.active .btn-prev,
	.carousel.carousel-publication.active .btn-next {
		height: 42.1rem;
		top: calc(50% - 12rem);
	}
}

.carousel.carousel-publication.active .bullet-points {
	padding: 0;
	bottom: -5.5rem;
}

.carousel.carousel-publication.active .bullet-points .btn-control {
	right: 5.6rem;
}

.carousel.carousel-publication.active .bullet-points .btn-control[data-action=stop],
.carousel.carousel-publication.active .bullet-points .btn-control[data-action=start] {
	margin: 0;
}

@media screen and (max-width:35.938em) {
	.carousel.carousel-publication.active .bullet-points {
		padding-left: 1.5rem;
	}
	.carousel.carousel-publication.active .bullet-points .btn-control {
		right: initial;
		left: 0;
	}
}

.carousel.carousel-publication .edito {
	max-width: 100%;
	height: 35.1rem;
}

@media screen and (max-width:35.938em) {
	.carousel.carousel-publication .edito {
		height: 42.1rem;
	}
}

.carousel.carousel-publication .slide {
	padding-right: 2rem;
}

@media screen and (min-width:48em) {
	.carousel.carousel-publication .slide {
		display: inline-block;
		width: 33.33%;
	}
}

@media screen and (max-width:47.938em) {
	.carousel.carousel-publication .slide {
		width: 100%;
	}
	.carousel.carousel-publication .slide .edito-small {
		height: 35rem;
	}
	.carousel.carousel-publication .slide .edito-small .image {
		display: block;
	}
	.carousel.carousel-publication .slide .edito-small .image img {
		max-width: 100%;
		height: auto;
	}
}

.carousel.carousel-publication .slide .block {
	margin: 0;
}

.form-item-search {
	margin-bottom: 2rem;
}

.form-item-search label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

@media screen and (max-width:35.938em) {
	#edit-items-per-page--wrapper {
		display: none;
	}
}

#edit-submit-search-page {
	position: absolute;
	top: 3.2rem;
	right: 1.1rem;
	transform: translateY(-50%);
	height: 2.8rem;
	width: 3.5rem;
	background: #ffffff url(/themes/custom/total_com_cg/dist/img/search-grey.png) center no-repeat;
	font-size: 0;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

#edit-submit-search-page:focus {
	box-shadow: 0 0 2px 1px #004495;
}

.btn-filter {
	width: 100%;
	position: relative;
	height: 4rem;
	line-height: 4rem;
	background-color: rgba(102, 102, 102, 0.3);
	color: #374649;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.4rem;
	border: none;
	cursor: pointer;
	text-align: center;
}

@media screen and (min-width:48em) {
	.btn-filter {
		display: none;
	}
}

.btn-filter::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	background: url(/themes/custom/total_com_cg/dist/img/filter_2.png);
	margin-right: 1.2rem;
}

.btn-filter::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 1.7rem;
	border-style: solid;
	border-width: 0 0.35rem 0.5rem 0.35rem;
	border-color: transparent transparent #ED0000 transparent;
}

.btn-filter:focus {
	box-shadow: 0 0 2px 1px #004495;
}

#block-exposedform-search-page-solr-search-page {
	padding: 1.5rem 1rem;
	position: relative;
	background-color: #f7f9fa;
	color: #374649;
}

@media screen and (max-width:47.938em) {
	#block-exposedform-search-page-solr-search-page:not(.panel-closed) {
		padding-bottom: 0;
	}
}

#block-exposedform-search-page-solr-search-page fieldset {
	margin-bottom: 1.5rem;
}

@media screen and (max-width:47.938em) {
	#block-exposedform-search-page-solr-search-page fieldset {
		margin-bottom: 0;
		padding-bottom: 1.5rem;
	}
}

#block-exposedform-search-page-solr-search-page fieldset:last-child {
	margin-bottom: 0;
}

#block-exposedform-search-page-solr-search-page legend {
	margin-bottom: 0;
}

#block-exposedform-search-page-solr-search-page .fieldset-legend {
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
}

.facets-widget-checkbox,
.facets-widget-dropdown-date-range {
	border-top: 1px solid #374649;
	background-color: #f7f9fa;
	color: #374649;
}

.facets-widget-checkbox .facet-title,
.facets-widget-dropdown-date-range .facet-title {
	padding: 0.6rem 1rem 0.8rem 1rem;
	margin-bottom: 0;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.2rem;
	cursor: pointer;
}

.facets-widget-checkbox .facet-title::after,
.facets-widget-dropdown-date-range .facet-title::after {
	content: "+";
	position: absolute;
	right: 2.5rem;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.facets-widget-checkbox .facet-title,
	.facets-widget-dropdown-date-range .facet-title {
		padding-right: 1.5rem;
	}
}

.facets-widget-checkbox legend,
.facets-widget-dropdown-date-range legend {
	float: left;
}

.facets-widget-checkbox button.facet-title,
.facets-widget-dropdown-date-range button.facet-title {
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	color: #374649;
}

.facets-widget-checkbox .js-facets-widget,
.facets-widget-dropdown-date-range .js-facets-widget {
	display: none;
}

.facets-widget-checkbox.expanded .facet-title::after,
.facets-widget-dropdown-date-range.expanded .facet-title::after {
	content: "-";
}

.facets-widget-checkbox.expanded .js-facets-widget,
.facets-widget-dropdown-date-range.expanded .js-facets-widget {
	display: block;
}

.facets-widget-checkbox ul,
.facets-widget-dropdown-date-range ul {
	margin: 1rem;
	max-height: 12rem;
	padding-top: 1rem;
	padding-left: 0.5rem;
	overflow-x: auto;
	background-color: #ffffff;
}

.facets-widget-checkbox ul::-webkit-scrollbar-track,
.facets-widget-dropdown-date-range ul::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.facets-widget-checkbox ul::-webkit-scrollbar,
.facets-widget-dropdown-date-range ul::-webkit-scrollbar {
	width: 2px;
}

.facets-widget-checkbox ul::-webkit-scrollbar-thumb,
.facets-widget-dropdown-date-range ul::-webkit-scrollbar-thumb {
	background-color: #374649;
}

.facets-widget-dropdown-date-range {
	border-top: none;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
}

.facets-widget-dropdown-date-range .dropdown-date-range-form {
	max-width: 26rem;
	margin: auto;
}

@media screen and (max-width:47.938em) {
	.facets-widget-dropdown-date-range .dropdown-date-range-form {
		max-width: 100%;
		margin: 0;
	}
}

.facets-widget-dropdown-date-range .form-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.facets-widget-dropdown-date-range .form-wrapper {
		align-items: normal;
		flex-direction: column;
	}
}

@media screen and (max-width:47.938em) {
	.facets-widget-dropdown-date-range .form-wrapper {
		justify-content: flex-start;
	}
}

.facets-widget-dropdown-date-range .js-form-type-select {
	display: inline-block;
	width: 8rem;
}

.facets-widget-dropdown-date-range .js-form-type-select::after {
	top: 1.5rem;
}

.facets-widget-dropdown-date-range .js-form-item-min-date-year,
.facets-widget-dropdown-date-range .js-form-item-max-date-year {
	margin-left: 1rem;
}

.facets-widget-dropdown-date-range .js-form-item-min-date-month,
.facets-widget-dropdown-date-range .js-form-item-max-date-month {
	margin-left: 2rem;
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.facets-widget-dropdown-date-range .js-form-item-min-date-year,
	.facets-widget-dropdown-date-range .js-form-item-max-date-year,
	.facets-widget-dropdown-date-range .js-form-item-min-date-month,
	.facets-widget-dropdown-date-range .js-form-item-max-date-month {
		margin-left: 0;
	}
}

.facets-widget-dropdown-date-range .form-select,
.facets-widget-dropdown-date-range .wForm select,
.wForm .facets-widget-dropdown-date-range select {
	height: 3rem;
	margin-bottom: 1rem;
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	color: #374649;
	background-color: #ffffff;
}

.facets-widget-dropdown-date-range.expanded {
	padding: 1.5rem;
}

.facets-widget-dropdown-date-range .button {
	width: 100%;
	height: 3.5rem;
	color: #ffffff;
	background-color: #ED0000;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	border: none;
}

.js-facet-block-id-publishedon .facets-widget-checkbox ul {
	max-height: none;
	margin-bottom: 0;
	padding-top: 0;
	background-color: #f7f9fa;
}

#block-resetbutton {
	padding-top: 1.2rem;
	padding-bottom: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	background-color: #f7f9fa;
}

#block-resetbutton a {
	color: #374649;
}

.bef-exposed-form.panel-closed .btn-filter {
	background-color: #ED0000;
	color: #ffffff;
}

.bef-exposed-form.panel-closed .btn-filter::before {
	background: url(/themes/custom/total_com_cg/dist/img/filter_1.png);
}

.bef-exposed-form.panel-closed .btn-filter::after {
	border-width: 0.5rem 0.35rem 0 0.35rem;
	border-color: #ffffff transparent transparent transparent;
}

.bef-exposed-form.panel-closed fieldset {
	display: none;
}

.block-facet--checkbox.panel-closed {
	display: none;
}

.custom-select--language {
	position: relative;
	width: 2.5rem;
	right: 0.5rem;
	padding: 0;
	border: 0;
}

.custom-select--language .language-picker__button {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	border: 0;
	cursor: pointer;
	text-transform: capitalize;
	text-align: left;
	margin-top: 0.3rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #374649;
	line-height: inherit;
}

.custom-select--language .language-picker__button .select-arrow::after {
	position: absolute;
	content: url(/themes/custom/total_com_cg/dist/img/select-arrow-down.png);
	top: -0.2rem;
	right: -0.7rem;
	display: block;
}

.custom-select--language .language-picker__button .select-arrow.select-arrow--active:after {
	top: 0.5rem;
	transform: rotate(180deg);
}

.custom-select--language .header--interfacelang__list {
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding-left: 0;
	text-align: left;
	text-transform: lowercase;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	display: none;
}

.custom-select--language .header--interfacelang__list::first-letter {
	text-transform: uppercase;
}

.custom-select--language .header--interfacelang__list .language-link {
	display: block;
	padding-left: 0.6rem;
	font-size: 1.4rem;
	font-family: "Roboto Medium", sans-serif;
	color: #374649;
	text-decoration: none;
	text-transform: lowercase;
}

.custom-select--language .header--interfacelang__list .language-link::first-letter {
	text-transform: uppercase;
}

.custom-select--language .header--interfacelang__list .language-link.is-active {
	opacity: 0.7;
}

.custom-select--language .header--interfacelang__list span.language-link {
	cursor: not-allowed;
	opacity: 0.5;
}

.custom-select--language .header--interfacelang__list p.header--interfacelang__list__language {
	opacity: 0.7;
}

@media screen and (max-width:47.938em) {
	.depth-0 .header--interfacelang__list__language.mega-menu-link.language-link {
		font-family: "Nunito Light", sans-serif;
	}
}

#block-languageswitcher .contextual {
	display: none;
}

.messages {
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	margin: 4rem auto 3rem;
	background-image: none !important;
}

.messages ul {
	padding: 1.5rem;
	margin-bottom: 0;
}

.messages .warning,
.messages .status,
.messages .error {
	margin-top: 2rem;
	background-color: #f7f9fa;
	padding: 1.5rem;
}

.messages .status {
	border-bottom: 0.3rem solid #73b355;
}

.messages .warning {
	border-bottom: 0.3rem solid #db7e04;
}

.messages .error {
	border-bottom: 0.3rem solid #ED0000;
}

.stock-prices-header .total-stock-prices-block {
	position: relative;
	padding-top: 1rem;
	text-align: right;
}

@media screen and (min-width:62em) {
	.stock-prices-header .total-stock-prices-block {
		min-height: 4.5rem;
		overflow: hidden;
	}
}

@media screen and (max-width:35.938em) {
	.stock-prices-header .total-stock-prices-block {
		padding-top: 0;
		margin-top: 0.3rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.stock-prices-header .total-stock-prices-block {
		padding-top: 1.5rem;
		right: 0.8rem;
	}
}

.stock-prices-header .stock-prices-wrapper {
	position: relative;
}

.stock-prices-header .stock-prices-wrapper p {
	margin: 0 0 1rem 0;
}

.stock-prices-header .stock-prices-wrapper .block-bean {
	position: absolute;
	top: -0.1rem;
	right: 0;
	visibility: hidden;
	opacity: 0;
	animation: rotateWord 12s linear infinite 1s;
	-webkit-animation: rotateWord 12s linear infinite 1s;
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@media screen and (min-width:62em) {
	.stock-prices-header .stock-prices-wrapper .block-bean {
		width: 26rem;
	}
}

.stock-prices-header .stock-prices-wrapper .block-bean+.block-bean {
	animation-delay: 7s;
	-webkit-animation-delay: 7s;
}

.stock-prices-header .animation-paused .stock-prices-wrapper .block-bean {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.stock-prices-header .bourse_top,
.stock-prices-header .bourse_bottom {
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: "Roboto Medium", sans-serif;
}

.stock-prices-header .bourse_top a,
.stock-prices-header .bourse_bottom a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.stock-prices-header .bourse_top a:hover,
.stock-prices-header .bourse_bottom a:hover {
	text-decoration: underline;
}

.stock-prices-header .bourse_top a p,
.stock-prices-header .bourse_bottom a p {
	color: #374649;
}

.stock-prices-header .bourse_top a p::before,
.stock-prices-header .bourse_bottom a p::before {
	content: "|";
	position: absolute;
}

@media screen and (min-width:48em) {
	.stock-prices-header .bourse_top a:first-child::before,
	.stock-prices-header .bourse_bottom a:first-child::before {
		display: none;
	}
}

.stock-prices-header .bourse_top a.stock-name,
.stock-prices-header .bourse_top a.stock-location,
.stock-prices-header .bourse_bottom a.stock-name,
.stock-prices-header .bourse_bottom a.stock-location {
	text-transform: uppercase;
}

.stock-prices-header .bourse_top a.stock-name p::before,
.stock-prices-header .bourse_top a.stock-location p::before,
.stock-prices-header .bourse_bottom a.stock-name p::before,
.stock-prices-header .bourse_bottom a.stock-location p::before {
	display: none;
}

.stock-prices-header .bourse_top {
	font-size: 1.3rem;
	margin-bottom: -1em;
}

@media screen and (max-width:47.938em) {
	.stock-prices-header .bourse_top {
		font-size: 0.9rem;
	}
}

.stock-prices-header .bourse_top .stock-value-absolute p,
.stock-prices-header .bourse_top .stock-value-relative p {
	color: #ED0000;
}

.stock-prices-header .bourse_top a {
	margin-left: 2rem;
}

.stock-prices-header .bourse_top a p::before {
	left: -1.3rem;
}

.stock-prices-header .bourse_bottom {
	font-size: 0.9rem;
	margin-bottom: -0.5em;
}

.stock-prices-header .bourse_bottom a {
	margin-left: 1rem;
}

.stock-prices-header .bourse_bottom a p::before {
	left: -0.8rem;
}

.stock-prices-header .stock-value-relative a p img {
	position: relative;
	bottom: 2px;
	max-height: 1.1rem;
	width: auto;
	margin-right: 0.2rem;
}

@media screen and (max-width:62em) {
	.stock-prices-header .bourse_top,
	.stock-prices-header .bourse_bottom {
		display: inline-block;
		padding-left: 0;
	}
	.stock-prices-header .stock-name p::before {
		display: none;
	}
}

@media screen and (max-width:35.938em) {
	.stock-prices-header .bourse_top,
	.stock-prices-header .bourse_bottom {
		font-size: 0.7rem;
	}
	.stock-prices-header .bourse_top a,
	.stock-prices-header .bourse_bottom a {
		margin-left: 1rem;
	}
	.stock-prices-header .bourse_top a p::before,
	.stock-prices-header .bourse_bottom a p::before {
		left: -0.8rem;
	}
}

.stock-prices-header #Buttonpause {
	background: url(/themes/custom/total_com_cg/dist/img/pause.png);
}

.stock-prices-header #Buttonpause:hover {
	display: block !important;
}

.stock-prices-header #Buttonpause:focus {
	display: block !important;
}

.stock-prices-header #Buttonplay {
	background: url(/themes/custom/total_com_cg/dist/img/play.png);
}

.stock-prices-header #Buttonplay:hover {
	display: block !important;
}

.stock-prices-header #Buttonplay:focus {
	display: block !important;
}

.stock-prices-header .btn-control {
	display: none;
	position: absolute;
	top: 1rem;
	right: 24rem;
	z-index: 1;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.stock-prices-header .btn-control {
		top: 1.2rem;
		right: 37rem;
	}
}

@media screen and (max-width:35.938em) {
	.stock-prices-header .btn-control {
		top: 0;
		right: 29rem;
	}
}

.stock-prices-header .hors-ecran {
	position: absolute;
	left: -99999px;
}

@-webkit-keyframes rotateWord {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	2% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-1.86em);
	}
	5% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
	}
	47% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
	}
	50% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(1.86em);
	}
	80% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes rotateWord {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	2% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-1.86em);
	}
	5% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
	47% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
	50% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(1.86em);
	}
	80% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-ms-keyframes rotateWord {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	2% {
		opacity: 0;
		visibility: hidden;
		-ms-transform: translateY(-1.86em);
	}
	5% {
		opacity: 1;
		visibility: visible;
		-ms-transform: translateY(0px);
	}
	47% {
		opacity: 1;
		visibility: visible;
		-ms-transform: translateY(0px);
	}
	50% {
		opacity: 0;
		visibility: hidden;
		-ms-transform: translateY(1.86em);
	}
	80% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.header-total .open-search {
	position: relative;
	top: 0.2rem;
	color: #374649;
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
}

.header-total .open-search span {
	margin-right: 1rem;
}

.header-total .open-search img {
	width: 2rem;
}

.header-total .totalcom-search-form {
	position: fixed;
	width: 100vw;
	height: 5.5rem;
	left: 0;
	top: auto;
	z-index: 2;
}

@media screen and (max-width:62em) {
	.header-total .totalcom-search-form {
		height: 4rem;
	}
}

@media screen and (min-width:1200px) {
	.header-total .totalcom-search-form {
		width: 81vw;
		left: 17vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1300px) {
	.header-total .totalcom-search-form {
		width: 75vw;
		left: 19vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1323px) {
	.header-total .totalcom-search-form {
		width: 72vw;
		left: 20vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1450px) {
	.header-total .totalcom-search-form {
		width: 65vw;
		left: 23vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1633px) {
	.header-total .totalcom-search-form {
		width: 58vw;
		left: 26vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1130px) and (max-width:1199px) {
	.header-total .totalcom-search-form {
		width: 69.5vw;
		left: 23vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:993px) and (max-width:1129px) {
	.header-total .totalcom-search-form {
		width: 79vw;
		left: 19vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:1025px) and (max-width:1131px) {
	.header-total .totalcom-search-form {
		width: 78vw;
		left: 20vw;
		top: 6.2rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.header-total .totalcom-search-form {
		left: 1rem;
	}
}

.header-total .totalcom-search-form form input[type=text] {
	margin-top: 0;
	margin-left: -1rem;
	padding-left: 2.6rem;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.header-total .totalcom-search-form form input[type=text] {
		margin-left: -1rem;
		padding-left: 2.6rem;
	}
}

@media screen and (max-width:47.938em) {
	.header-total .totalcom-search-form form input[type=text] {
		margin-left: 0;
		font-size: 16px;
	}
}

.header-total .totalcom-search-form::after {
	position: fixed;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.25s ease-in-out;
	z-index: 1;
	pointer-events: none;
}

.header-total .totalcom-search-form form {
	padding-bottom: 0.3rem;
	background-color: #ffffff;
}

.header-total .totalcom-search-form form .form-item input[type=text]:focus-within {
	box-shadow: 0 0 2px 1px #004495;
}

@media screen and (max-width:62em) {
	.header-total .totalcom-search-form {
		top: 8rem;
	}
}

@media screen and (max-width:35.938em) {
	.header-total .totalcom-search-form {
		top: 6.7rem;
	}
}

.header-total .totalcom-search-form .form-text {
	padding: 0;
	min-height: 5rem;
	border: none;
	font-family: "Roboto", sans-serif;
	color: #374649;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.01rem;
}

@media screen and (max-width:62em) {
	.header-total .totalcom-search-form .form-text {
		min-height: 4rem;
	}
}

.header-total .totalcom-search-form .form-text::placeholder {
	opacity: 0.8;
}

.header-total .totalcom-search-form .form-text::-ms-clear {
	display: none;
}

@media screen and (max-width:47.938em) {
	.header-total .totalcom-search-form .form-text {
		font-size: 1.2rem;
	}
}

.header-total .totalcom-search-form .form-item-keys {
	position: relative;
}

.header-total .totalcom-search-form button[type=reset] {
	position: absolute;
	top: 2rem;
	right: 3rem;
	height: 1.3rem;
	border: none;
	color: transparent;
	background: transparent;
	font-size: 0;
	z-index: 1;
}

@media screen and (max-width:35.938em) {
	.header-total .totalcom-search-form button[type=reset] {
		top: 1.1rem;
		right: 4rem;
	}
}

.header-total .totalcom-search-form button[type=reset] img {
	height: 1.5rem;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.header-total .totalcom-search-form button[type=reset] img {
		margin-top: -1rem;
	}
}

.header-total .totalcom-search-form .completion-wrapper {
	position: absolute;
	width: 98%;
	right: 0;
	left: 0;
	margin-right: 0;
	margin-top: 4.3rem;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	font-size: 1.6rem;
	font-family: "Roboto", sans-serif;
	background-color: #ffffff;
	line-height: 2rem;
	z-index: 2;
}

@media screen and (min-width:62em) {
	.header-total .totalcom-search-form .completion-wrapper {
		margin-top: 5.2rem;
	}
}

.header-total .totalcom-search-form .completion-wrapper ul {
	width: 100%;
	padding-right: 10rem;
	padding-left: 0;
	margin-right: auto;
	margin-left: 3rem;
}

@media screen and (max-width:62em) {
	.header-total .totalcom-search-form .completion-wrapper ul {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.header-total .totalcom-search-form .completion-wrapper ul li {
	display: block;
	padding: 0.8rem 0;
	margin: 0;
	line-height: 2rem;
	border-bottom: 1px solid #B7CBD3;
}

.header-total .totalcom-search-form .completion-wrapper ul li a {
	color: #374649;
	text-decoration: none;
}

.header-total .totalcom-search-form .completion-wrapper ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width:47.938em) {
	.header-total .totalcom-search-form .completion-wrapper {
		font-size: 1.2rem;
	}
}

.header-total .totalcom-search-form .completion-counter {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	padding-right: 15px;
	margin-right: auto;
	margin-left: 3rem;
	margin-bottom: 1.2rem;
	padding-top: 2rem;
	line-height: 2rem;
	letter-spacing: 0.01rem;
}

@media screen and (max-width:62em) {
	.header-total .totalcom-search-form .completion-counter {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.header-total {}
	.header-total input:focus {
		outline: thin dotted;
		box-shadow: 0 0 2px 1px #004495;
	}
}

@supports (-ms-ime-align:auto) {
	.header-total {}
	.header-total input:focus {
		outline: thin dotted;
		box-shadow: 0 0 2px 1px #004495;
	}
}

.sticky .header-total .totalcom-search-form {
	position: fixed;
	width: 100vw;
	height: 5.5rem;
	left: 0;
	top: auto;
	z-index: 2;
}

@media screen and (max-width:62em) {
	.sticky .header-total .totalcom-search-form {
		height: 4rem;
		top: 7rem;
	}
}

@media screen and (min-width:1200px) {
	.sticky .header-total .totalcom-search-form {
		width: 81vw;
		left: 15vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1300px) {
	.sticky .header-total .totalcom-search-form {
		width: 77vw;
		left: 18vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1323px) {
	.sticky .header-total .totalcom-search-form {
		width: 74vw;
		left: 18vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1450px) {
	.sticky .header-total .totalcom-search-form {
		width: 66vw;
		left: 21vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1633px) {
	.sticky .header-total .totalcom-search-form {
		width: 61vw;
		left: 23vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1131px) and (max-width:1199px) {
	.sticky .header-total .totalcom-search-form {
		width: 72.5vw;
		left: 20vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:993px) and (max-width:1129px) {
	.sticky .header-total .totalcom-search-form {
		width: 81vw;
		left: 17vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:1025px) and (max-width:1130px) {
	.sticky .header-total .totalcom-search-form {
		width: 81vw;
		left: 17vw;
		top: 2.5rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.sticky .header-total .totalcom-search-form {
		left: 1rem;
	}
}

.sticky .header-total .totalcom-search-form .completion-counter {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
	padding-top: 3rem;
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.sticky .header-total .totalcom-search-form .completion-counter {
		max-width: 54rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.sticky .header-total .totalcom-search-form .completion-counter {
		max-width: 72rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.sticky .header-total .totalcom-search-form .completion-counter {
		max-width: 96rem;
	}
}

@media screen and (min-width:75em) {
	.sticky .header-total .totalcom-search-form .completion-counter {
		max-width: 114rem;
	}
}

@media screen and (max-width:62em) {
	.sticky .header-total .totalcom-search-form .completion-counter {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.sticky .header-total .totalcom-search-form form input[type=text] {
	margin-top: 0.2rem;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.sticky .header-total {}
	.sticky .header-total input:focus {
		outline: thin dotted;
		box-shadow: 0 0 2px 1px #004495;
	}
}

@supports (-ms-ime-align:auto) {
	.sticky .header-total {}
	.sticky .header-total input:focus {
		outline: thin dotted;
		box-shadow: 0 0 2px 1px #004495;
	}
}

@media screen and (device-aspect-ratio:2/3) {
	select,
	textarea,
	input[type=text],
	input[type=password],
	input[type=datetime],
	input[type=datetime-local],
	input[type=date],
	input[type=month],
	input[type=time],
	input[type=week],
	input[type=number],
	input[type=email],
	input[type=url] {
		font-size: 16px !important;
	}
}

@media screen and (device-aspect-ratio:40/71) {
	select,
	textarea,
	input[type=text],
	input[type=password],
	input[type=datetime],
	input[type=datetime-local],
	input[type=date],
	input[type=month],
	input[type=time],
	input[type=week],
	input[type=number],
	input[type=email],
	input[type=url] {
		font-size: 16px !important;
	}
}

@media screen and (device-aspect-ratio:375/667) {
	select,
	textarea,
	input[type=text],
	input[type=password],
	input[type=datetime],
	input[type=datetime-local],
	input[type=date],
	input[type=month],
	input[type=time],
	input[type=week],
	input[type=number],
	input[type=email],
	input[type=tel],
	input[type=url] {
		font-size: 16px !important;
	}
}

@media screen and (device-aspect-ratio:9/16) {
	select,
	textarea,
	input[type=text],
	input[type=password],
	input[type=datetime],
	input[type=datetime-local],
	input[type=date],
	input[type=month],
	input[type=time],
	input[type=week],
	input[type=number],
	input[type=email],
	input[type=tel],
	input[type=url] {
		font-size: 16px !important;
	}
}

.simplenews-subscriber-form {
	padding: 0 1.5rem;
}

.simplenews-subscriber-form p strong {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

.simplenews-subscriber-form .field--widget-simplenews-subscription-select {
	margin-bottom: 2rem;
}

.simplenews-subscriber-form .field--widget-simplenews-subscription-select .form-checkboxes label {
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.7rem;
}

.simplenews-subscriber-form .field--widget-simplenews-subscription-select .form-checkboxes label::after {
	left: 0;
	top: 0.6rem;
}

.simplenews-subscriber-form .field--widget-simplenews-subscription-select .form-checkboxes label::before {
	top: 0.6rem;
}

.simplenews-subscriber-form .js-form-type-select::after {
	right: calc(20% + 2.5rem);
	bottom: 1.3rem;
	top: unset;
}

@media screen and (max-width:47.938em) {
	.simplenews-subscriber-form .js-form-type-select::after {
		right: 2.5rem;
	}
}

.simplenews-confirm-add {
	margin-top: 4rem;
}

.simplenews-confirm-add .button--primary {
	margin-top: 1rem;
	margin-right: 2rem;
}

.user-login-form {
	margin-top: 4rem;
}

.user-login-form .button {
	margin-top: 2rem;
}

.user-login-form input {
	max-width: 100%;
}

.total-newsletter-edit-delete-form {
	margin-bottom: 1rem;
	padding: 0 1.5rem;
}

.total-newsletter-edit-delete-form .js-form-type-radio {
	display: inline-block;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

.total-newsletter-edit-delete-form .js-form-type-email {
	margin-bottom: 3rem;
}

@media screen and (max-width:47.938em) {
	.total-newsletter-edit-delete-form .js-form-type-email input {
		width: 100%;
	}
}

.total-newsletter-edit-delete-form .form-submit {
	margin-bottom: 3rem;
}

.total-newsletter-edit-delete-form p {
	font-size: 1.1rem;
}

.total-newsletter-edit-delete-form p strong {
	font-size: 1.6rem;
}

.simplenews-confirm-multi .form-actions {
	margin-top: 2rem;
}

.simplenews-confirm-multi .form-submit {
	margin-bottom: 3rem;
}

.simplenews-confirm-multi #edit-cancel {
	padding-left: 1.5rem;
}

.simplenews-confirm-multi ul li {
	padding-left: 0;
	margin-left: 2rem;
	list-style-type: disc;
	color: #ED0000;
}

@media screen and (min-width:48em) {
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned label {
		width: 100% !important;
	}
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned .inputWrapper {
		width: 100% !important;
	}
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned .inputWrapper input {
		width: 100% !important;
	}
}

@media screen and (max-width:47.938em) {
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned label {
		width: 100% !important;
	}
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned .inputWrapper {
		width: 100% !important;
	}
	#block-total-com-content .wFormContainer .wForm .labelsLeftAligned .inputWrapper input {
		width: 100% !important;
	}
}

.wFormContainer {
	border: none !important;
}

.wForm .label {
	display: block !important;
	color: #374649;
	font-family: "Nunito Light", sans-serif;
	font-size: 2rem;
}

.wForm .label.reqMark {
	text-align: inherit !important;
}

.wForm .choices.horizontal .oneChoice {
	margin-right: 1.5rem;
	margin-top: 0.2rem;
}

.wForm .choices.horizontal .oneChoice label {
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.7rem;
}

.wForm .oneField {
	margin-top: 0 !important;
}

.wForm .oneField .inputWrapper input {
	height: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #e6e6e6;
	border: none;
	border-radius: 0;
}

.wForm select {
	background: #e6e6e6 url(/themes/custom/total_com_cg/dist/img//arrow-red-down.png) no-repeat 98% 50%;
}

.wForm #tfa_26-D .inputWrapper {
	width: 100% !important;
}

.wForm #tfa_26-D .inputWrapper textarea {
	width: 100% !important;
	height: 4rem;
	min-height: 4rem;
	padding: 1rem;
	background-color: #e6e6e6;
	border: none;
	border-radius: 0;
}

.wForm .htmlContent .MsoNormal {
	display: none;
}

.wForm .htmlContent a {
	color: #374649 !important;
}

.wForm .captcha {
	border: none;
	margin-left: 0;
	padding-left: 0;
	font-family: "Nunito Light", sans-serif;
}

.wForm .captcha .instructions {
	font-size: 2.1rem;
	margin-bottom: 1rem;
}

.wForm .captcha .oneField {
	padding-left: 0;
}

.wForm .captcha .oneField img {
	margin-bottom: 2rem;
}

.wForm .captcha .oneField .preField {
	display: none;
}

.wForm .captcha .oneField input {
	width: 100% !important;
	height: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 2.1rem;
	background-color: #e6e6e6;
	border: none;
	border-radius: 0;
}

.wForm .captcha .captchaHelp {
	padding-left: 0;
	font-size: 1.6rem;
}

.wForm input[type=submit] {
	background-color: #ffffff !important;
	background-image: none !important;
	border-radius: 0;
}

.wForm input[type=submit][disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.wForm .actions {
	position: relative;
}

.wForm .actions::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ffffff;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	content: "";
	background-color: transparent;
	z-index: 1;
	top: 1.5rem;
	left: 2rem;
}

.wForm .supportInfo {
	padding-left: 1rem !important;
}

.wForm .supportInfo a {
	font-size: 1.2rem !important;
	color: #374649;
	text-decoration: none;
}

.wForm .supportInfo a:hover {
	text-decoration: underline !important;
}

.wFormContainer .errMsg,
.wForm form .errMsg {
	color: #ED0000;
}

.wFormContainer {
	width: 100% !important;
}

.wFormContainer .wForm {
	padding: 0 !important;
}

.wForm form .errFld {
	border: none !important;
}

.wForm form .errFld input,
.wForm form .errFld .inputWrapper {
	box-shadow: 0 0 2px 1px #ff6464;
}

.btn-open-menu {
	width: 3rem;
	height: 4.3rem;
	position: relative;
	left: 0.7rem;
	padding-right: 3rem;
	border: none;
	background-color: #ffffff;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.btn-open-menu {
		left: -0.7rem;
	}
}

@media screen and (min-width:62em) {
	.btn-open-menu {
		display: none;
	}
}

.btn-open-menu .img-button {
	width: 3rem;
}

.block-contact-us {
	margin-bottom: 2.5rem;
	padding-left: 1rem;
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
	background-color: #f7f9fa;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #374649;
}

@media screen and (max-width:62em) {
	.block-contact-us {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
}

.block-contact-us strong {
	font-family: "Roboto Bold", sans-serif;
}

.block-contact-us .container,
.block-contact-us .header-total .totalcom-search-form .form-text,
.header-total .totalcom-search-form .block-contact-us .form-text,
.block-contact-us .header-total .totalcom-search-form .form-item-keys,
.header-total .totalcom-search-form .block-contact-us .form-item-keys {
	text-align: center;
}

@media screen and (max-width:62em) {
	.block-contact-us .container,
	.block-contact-us .header-total .totalcom-search-form .form-text,
	.header-total .totalcom-search-form .block-contact-us .form-text,
	.block-contact-us .header-total .totalcom-search-form .form-item-keys,
	.header-total .totalcom-search-form .block-contact-us .form-item-keys {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
}

.block-contact-us .wysiwyg ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.block-contact-us .wysiwyg h2,
.block-contact-us .wysiwyg li {
	display: inline-block;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin: 0;
}

@media screen and (max-width:62em) {
	.block-contact-us .wysiwyg h2,
	.block-contact-us .wysiwyg li {
		display: block;
	}
}

.block-contact-us .wysiwyg li {
	font-size: 2.3rem;
}

.block-contact-us .wysiwyg li::before {
	display: none;
}

@media screen and (min-width:62em) {
	.block-contact-us .wysiwyg li {
		margin-left: 2rem;
	}
}

.block-contact-us .wysiwyg h2 {
	font-size: 2.7rem;
	margin-left: 0;
}

.block-contact-us .wysiwyg a {
	color: #374649;
}

.block-contact-us .wysiwyg a[target=_blank] {
	color: #ED0000;
}

.adminimal-admin-toolbar header .depth-0>.mega-menu-item .overlay {
	top: 164px;
}

.adminimal-admin-toolbar header .totalcom-search-form {
	top: 11rem;
}

.adminimal-admin-toolbar header.sticky {
	top: 39px;
}

.adminimal-admin-toolbar header.sticky .depth-0>.mega-menu-item .overlay {
	top: 114px;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-horizontal .header-total .totalcom-search-form {
	top: auto !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-horizontal .header-total .overlay {
	top: 204px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-horizontal header.sticky {
	top: 79px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-horizontal header.sticky .overlay {
	top: 154px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-vertical header.sticky {
	top: 39px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-vertical header.sticky .depth-0>.mega-menu-item .overlay {
	top: 114px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open.toolbar-vertical .overlay {
	top: 164px !important;
}

.adminimal-admin-toolbar .toolbar-bar {
	z-index: 1002;
}

.block-social-list {
	padding-top: 1rem;
	padding-bottom: 2rem;
	text-align: center;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.6rem;
	color: #374649;
	font-weight: 700;
}

@media screen and (max-width:35.938em) {
	.block-social-list {
		display: flex;
		flex-direction: column;
		padding: 1rem 2rem 2rem;
		padding-bottom: 6rem;
	}
	.block-social-list>span {
		align-self: start;
		display: block;
		text-align: center;
		width: 100%;
	}
}

.block-social-list a {
	text-decoration: none;
}

.block-social-list ul {
	margin-bottom: 0;
}

@media screen and (max-width:35.938em) {
	.block-social-list .follow-us {
		display: block;
		margin: 1rem 3rem;
		text-align: left;
	}
}

.block-social-list .social-links {
	display: inline;
}

@media screen and (max-width:35.938em) {
	.block-social-list .social-links {
		display: inline-block;
		padding: 0;
	}
}

@media screen and (max-width:35.938em) {
	.block-social-list .social-links ul {
		padding-left: 0;
	}
}

.block-social-list .social-links li {
	display: inline;
	margin-left: 2.7rem;
}

@media screen and (max-width:35.938em) {
	.block-social-list .social-links li {
		margin-left: 2rem;
	}
}

.block-social-list .social-links a:hover {
	text-decoration: none;
}

.block-social-list .social-links img {
	width: 20px;
	height: 20px;
}

.total-mosaic-cover {
	background-size: cover;
	overflow: hidden;
	height: 100%;
	position: relative;
	display: block;
}

.total-mosaic-cover__video {
	background-size: cover;
	height: 100%;
	overflow: hidden;
}

.total-mosaic-cover__grid {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 5px;
	grid-column-gap: 6px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 180px 180px;
	grid-template-rows: 180px 180px;
	max-width: 100%;
	margin: 0 auto;
}

.total-mosaic-cover__grid__items-4,
.total-mosaic-cover__grid__items-5 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(1) {
	-ms-grid-column: 2;
	grid-column-start: 2;
}

.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper {
	left: 50%;
	transform: translate(-50%, 0);
}

.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper.long-layer {
	transform: none;
}

.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(2),
.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(3) {
	-ms-grid-column: 1;
	grid-column-start: 1;
}

.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(4) {
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.total-mosaic-cover__grid__items-3 .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper {
	width: 480px;
	border-radius: 20px;
}

.total-mosaic-cover__wrapper {
	overflow: hidden;
}

.total-mosaic-cover__wrapper:nth-child(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: span 2;
}

.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper {
	min-height: 95px;
	opacity: 0.95;
	width: 320px;
	background-color: #ffffff;
	bottom: 15px;
	left: 15px;
	right: auto;
}

.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .btn-primary,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .contact-form .button--primary,
.contact-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .contact-form .form-submit,
.contact-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .simplenews-subscriber-form .form-submit,
.simplenews-subscriber-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .webform-submission-form .button--primary,
.webform-submission-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .webform-submission-form .form-submit,
.webform-submission-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper a,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .simplenews-confirm-add .button--primary,
.simplenews-confirm-add .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .user-login-form .button,
.user-login-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .button,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .total-newsletter-edit-delete-form .form-submit,
.total-newsletter-edit-delete-form .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .simplenews-confirm-multi .form-submit,
.simplenews-confirm-multi .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .wForm input[type=submit],
.wForm .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper input[type=submit] {
	bottom: 15px;
}

.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .title {
	margin-bottom: 53px;
}

.total-mosaic-cover__wrapper:nth-child(2) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.total-mosaic-cover__wrapper:nth-child(3) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.total-mosaic-cover__wrapper:nth-child(4) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: span 2;
}

.total-mosaic-cover__wrapper:nth-child(5) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.total-mosaic-cover__text_wrapper {
	color: #fff;
	z-index: 7;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.5s opacity, background-color 0.5s;
}

.total-mosaic-cover__text_wrapper .btn-primary,
.total-mosaic-cover__text_wrapper .contact-form .button--primary,
.contact-form .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__text_wrapper .contact-form .form-submit,
.contact-form .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .form-submit,
.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__text_wrapper .webform-submission-form .button--primary,
.webform-submission-form .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__text_wrapper .webform-submission-form .form-submit,
.webform-submission-form .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__text_wrapper .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .total-mosaic-cover__text_wrapper a,
.total-mosaic-cover__text_wrapper .simplenews-confirm-add .button--primary,
.simplenews-confirm-add .total-mosaic-cover__text_wrapper .button--primary,
.total-mosaic-cover__text_wrapper .user-login-form .button,
.user-login-form .total-mosaic-cover__text_wrapper .button,
.total-mosaic-cover__text_wrapper .total-newsletter-edit-delete-form .form-submit,
.total-newsletter-edit-delete-form .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__text_wrapper .simplenews-confirm-multi .form-submit,
.simplenews-confirm-multi .total-mosaic-cover__text_wrapper .form-submit,
.total-mosaic-cover__text_wrapper .wForm input[type=submit],
.wForm .total-mosaic-cover__text_wrapper input[type=submit] {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1em;
	padding-top: 1.1rem;
	min-height: 4rem;
}

.total-mosaic-cover__text_wrapper .title {
	font-size: 2.4rem;
	top: 50%;
	display: inline-block;
	font-family: "Nunito", sans-serif;
	padding: 15px;
	position: static;
	margin-bottom: 38px;
	line-height: 28px;
}

.total-mosaic-cover__text_wrapper .title::first-letter {
	text-transform: uppercase;
}

.total-mosaic-cover img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width:48em) {
	.total-mosaic-cover:hover .total-mosaic-cover__text_wrapper,
	.total-mosaic-cover:focus .total-mosaic-cover__text_wrapper {
		opacity: 1;
		background: none;
		transition: background-color 0.5s;
	}
	.total-mosaic-cover:hover .total-mosaic-cover__background,
	.total-mosaic-cover:focus .total-mosaic-cover__background {
		z-index: 6;
		opacity: 0.95;
	}
	.total-mosaic-cover .total-mosaic-cover__background {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 6;
		background: #ffffff;
		opacity: 0;
		transition: 0.5s opacity;
	}
}

.total-mosaic-cover .arrow-link-wrapper {
	padding-right: 23px;
	padding-bottom: 12px;
}

@media screen and (max-width:74.938em) {
	.total-mosaic-cover__grid .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper {
		width: 85%;
	}
	.total-mosaic-cover__text_wrapper .btn-primary,
	.total-mosaic-cover__text_wrapper .contact-form .button--primary,
	.contact-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .contact-form .form-submit,
	.contact-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .button--primary,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .form-submit,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form .button--primary,
	.webform-submission-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .webform-submission-form .form-submit,
	.webform-submission-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form #edit-access-denied-agreement-unchecked a,
	.webform-submission-form #edit-access-denied-agreement-unchecked .total-mosaic-cover__text_wrapper a,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-add .button--primary,
	.simplenews-confirm-add .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .user-login-form .button,
	.user-login-form .total-mosaic-cover__text_wrapper .button,
	.total-mosaic-cover__text_wrapper .total-newsletter-edit-delete-form .form-submit,
	.total-newsletter-edit-delete-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-multi .form-submit,
	.simplenews-confirm-multi .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .wForm input[type=submit],
	.wForm .total-mosaic-cover__text_wrapper input[type=submit] {
		font-size: 1em;
	}
	.total-mosaic-cover__text_wrapper .title {
		font-size: 1.25em;
	}
}

@media screen and (max-width:62em) {
	.total-mosaic-cover__text_wrapper .btn-primary,
	.total-mosaic-cover__text_wrapper .contact-form .button--primary,
	.contact-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .contact-form .form-submit,
	.contact-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .button--primary,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .form-submit,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form .button--primary,
	.webform-submission-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .webform-submission-form .form-submit,
	.webform-submission-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form #edit-access-denied-agreement-unchecked a,
	.webform-submission-form #edit-access-denied-agreement-unchecked .total-mosaic-cover__text_wrapper a,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-add .button--primary,
	.simplenews-confirm-add .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .user-login-form .button,
	.user-login-form .total-mosaic-cover__text_wrapper .button,
	.total-mosaic-cover__text_wrapper .total-newsletter-edit-delete-form .form-submit,
	.total-newsletter-edit-delete-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-multi .form-submit,
	.simplenews-confirm-multi .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .wForm input[type=submit],
	.wForm .total-mosaic-cover__text_wrapper input[type=submit] {
		font-size: 0.875em;
	}
	.total-mosaic-cover__text_wrapper .title {
		font-size: 1em;
	}
}

@media screen and (max-width:47.938em) {
	.total-mosaic-cover__grid {
		flex-direction: column;
		display: flex;
	}
	.total-mosaic-cover__grid.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(2),
	.total-mosaic-cover__grid.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(3) {
		order: 1;
	}
	.total-mosaic-cover__grid.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(1) {
		order: 2;
	}
	.total-mosaic-cover__grid.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(4),
	.total-mosaic-cover__grid.total-mosaic-cover__grid__items-5 .total-mosaic-cover__wrapper:nth-child(5) {
		order: 3;
	}
	.total-mosaic-cover__wrapper {
		height: 150px;
		width: 100%;
		margin-bottom: 5px;
	}
	.total-mosaic-cover__grid .total-mosaic-cover__wrapper:nth-child(1),
	.total-mosaic-cover__grid__items-4 .total-mosaic-cover__wrapper:nth-child(4) {
		height: 300px;
	}
	.total-mosaic-cover__grid .total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper,
	.total-mosaic-cover__grid__items-4 .total-mosaic-cover__wrapper:nth-child(4) .total-mosaic-cover__text_wrapper {
		min-height: 75px;
		transform: none;
		left: 15px;
	}
	.total-mosaic-cover__text_wrapper {
		min-height: 75px;
		opacity: 0.95;
		background-color: #ffffff;
		left: 15px;
		right: auto;
		max-width: 360px;
		width: 85%;
		transform: none;
		border-radius: 20px;
	}
	.total-mosaic-cover__text_wrapper .btn-primary,
	.total-mosaic-cover__text_wrapper .contact-form .button--primary,
	.contact-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .contact-form .form-submit,
	.contact-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .button--primary,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .simplenews-subscriber-form .form-submit,
	.simplenews-subscriber-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form .button--primary,
	.webform-submission-form .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .webform-submission-form .form-submit,
	.webform-submission-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .webform-submission-form #edit-access-denied-agreement-unchecked a,
	.webform-submission-form #edit-access-denied-agreement-unchecked .total-mosaic-cover__text_wrapper a,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-add .button--primary,
	.simplenews-confirm-add .total-mosaic-cover__text_wrapper .button--primary,
	.total-mosaic-cover__text_wrapper .user-login-form .button,
	.user-login-form .total-mosaic-cover__text_wrapper .button,
	.total-mosaic-cover__text_wrapper .total-newsletter-edit-delete-form .form-submit,
	.total-newsletter-edit-delete-form .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .simplenews-confirm-multi .form-submit,
	.simplenews-confirm-multi .total-mosaic-cover__text_wrapper .form-submit,
	.total-mosaic-cover__text_wrapper .wForm input[type=submit],
	.wForm .total-mosaic-cover__text_wrapper input[type=submit] {
		display: none;
	}
	.total-mosaic-cover__wrapper:nth-child(1) .total-mosaic-cover__text_wrapper .title,
	.total-mosaic-cover__wrapper .title {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
}

@media screen and (max-width:35.938em) {
	.total-mosaic-cover__wrapper .title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:62em) {
	.total-mosaic-cover__text_wrapper.long-layer {
		width: 100% !important;
		left: 0 !important;
	}
}

.ie11 .total-mosaic-cover__wrapper {
	padding: 3px;
}

.blue_degraded {
	background: -moz-linear-gradient(-45deg, #009CEA 0%, #403bfd 100%);
	background: -webkit-linear-gradient(-45deg, #009CEA 0%, #403bfd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #403bfd;
}

.blue_green_degraded {
	background: -moz-linear-gradient(45deg, #029BEB 0%, #00a778 100%);
	background: -webkit-linear-gradient(45deg, #029BEB 0%, #00a778 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #00a778;
}

.green_degraded {
	background: -moz-linear-gradient(45deg, #40A900 0%, #058b44 100%);
	background: -webkit-linear-gradient(45deg, #40A900 0%, #058b44 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #058b44;
}

.red_orange_degraded {
	background: -moz-linear-gradient(45deg, #EF6F00 0%, #ee0900 100%);
	background: -webkit-linear-gradient(45deg, #EF6F00 0%, #ee0900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ee0900;
}

.webform-submission-form .select-wrapper::after,
.webform-submission-form .facets-widget-dropdown-date-range .js-form-type-select::after,
.facets-widget-dropdown-date-range .webform-submission-form .js-form-type-select::after,
.webform-submission-form .simplenews-subscriber-form .js-form-type-select::after,
.simplenews-subscriber-form .webform-submission-form .js-form-type-select::after {
	right: calc(20% + 2.5rem);
	bottom: 1.3rem;
	top: unset;
}

.webform-submission-form .checkbox .option::after,
.webform-submission-form .contact-form .form-checkboxes .option::after,
.contact-form .webform-submission-form .form-checkboxes .option::after,
.webform-submission-form .simplenews-subscriber-form .form-checkboxes .option::after,
.simplenews-subscriber-form .webform-submission-form .form-checkboxes .option::after,
.webform-submission-form .form-checkboxes .option::after,
.webform-submission-form .facets-widget-checkbox .facet-item .option::after,
.facets-widget-checkbox .webform-submission-form .facet-item .option::after,
.webform-submission-form .facets-widget-dropdown-date-range .facet-item .option::after,
.facets-widget-dropdown-date-range .webform-submission-form .facet-item .option::after {
	content: "";
}

.webform-submission-form .btn-primary:focus,
.webform-submission-form .contact-form .button--primary:focus,
.contact-form .webform-submission-form .button--primary:focus,
.webform-submission-form .contact-form .form-submit:focus,
.contact-form .webform-submission-form .form-submit:focus,
.webform-submission-form .simplenews-subscriber-form .button--primary:focus,
.simplenews-subscriber-form .webform-submission-form .button--primary:focus,
.webform-submission-form .simplenews-subscriber-form .form-submit:focus,
.simplenews-subscriber-form .webform-submission-form .form-submit:focus,
.webform-submission-form .button--primary:focus,
.webform-submission-form .form-submit:focus,
.webform-submission-form #edit-access-denied-agreement-unchecked a:focus,
.webform-submission-form .simplenews-confirm-add .button--primary:focus,
.simplenews-confirm-add .webform-submission-form .button--primary:focus,
.webform-submission-form .user-login-form .button:focus,
.user-login-form .webform-submission-form .button:focus,
.webform-submission-form .total-newsletter-edit-delete-form .form-submit:focus,
.total-newsletter-edit-delete-form .webform-submission-form .form-submit:focus,
.webform-submission-form .simplenews-confirm-multi .form-submit:focus,
.simplenews-confirm-multi .webform-submission-form .form-submit:focus,
.webform-submission-form .wForm input[type=submit]:focus,
.wForm .webform-submission-form input[type=submit]:focus {
	color: #fff;
}

.webform-submission-form.webform-submission-transatlantic-filter-for-euro-sl-form #edit-screen-3~div {
	width: 100%;
}

.color-dark-blue-block .edito {
	border-bottom: 2px solid #004196 !important;
}

.color-dark-blue-block .edito .title {
	color: #004196 !important;
}

.color-dark-blue-block .edito .arrow-link,
.color-dark-blue-block .edito #bottom-links a,
#bottom-links .color-dark-blue-block .edito a {
	color: #004196 !important;
}

.color-dark-blue-block .edito .arrow-link::before,
.color-dark-blue-block .edito #bottom-links a::before,
#bottom-links .color-dark-blue-block .edito a::before {
	border-left-color: #004196 !important;
}

.color-dark-blue-block .block-content .title {
	color: #004196 !important;
}

.color-dark-blue-block .arrow-link,
.color-dark-blue-block #bottom-links a,
#bottom-links .color-dark-blue-block a {
	color: #004196 !important;
}

.color-dark-blue-block .arrow-link::before,
.color-dark-blue-block #bottom-links a::before,
#bottom-links .color-dark-blue-block a::before {
	border-left-color: #004196 !important;
}

.color-dark-blue-block .date {
	background-color: #004196 !important;
}

.color-blue-block .edito {
	border-bottom: 2px solid #60c0ff !important;
}

.color-blue-block .edito .title {
	color: #60c0ff !important;
}

.color-blue-block .edito .arrow-link,
.color-blue-block .edito #bottom-links a,
#bottom-links .color-blue-block .edito a {
	color: #60c0ff !important;
}

.color-blue-block .edito .arrow-link::before,
.color-blue-block .edito #bottom-links a::before,
#bottom-links .color-blue-block .edito a::before {
	border-left-color: #60c0ff !important;
}

.color-blue-block .edito .date {
	background-color: #60c0ff !important;
}

.color-blue-block .block-content .title {
	color: #60c0ff !important;
}

.color-blue-block .block-content .arrow-link,
.color-blue-block .block-content #bottom-links a,
#bottom-links .color-blue-block .block-content a {
	color: #60c0ff !important;
}

.color-blue-block .block-content .arrow-link::before,
.color-blue-block .block-content #bottom-links a::before,
#bottom-links .color-blue-block .block-content a::before {
	border-left-color: #60c0ff !important;
}

.color-dark-red-block .edito {
	border-bottom: 2px solid #b00429 !important;
}

.color-dark-red-block .edito .title {
	color: #b00429 !important;
}

.color-dark-red-block .edito .arrow-link,
.color-dark-red-block .edito #bottom-links a,
#bottom-links .color-dark-red-block .edito a {
	color: #b00429 !important;
}

.color-dark-red-block .edito .arrow-link::before,
.color-dark-red-block .edito #bottom-links a::before,
#bottom-links .color-dark-red-block .edito a::before {
	border-left-color: #b00429 !important;
}

.color-dark-red-block .block-content .title {
	color: #b00429 !important;
}

.color-dark-red-block .block-content .arrow-link,
.color-dark-red-block .block-content #bottom-links a,
#bottom-links .color-dark-red-block .block-content a {
	color: #b00429 !important;
}

.color-dark-red-block .block-content .arrow-link::before,
.color-dark-red-block .block-content #bottom-links a::before,
#bottom-links .color-dark-red-block .block-content a::before {
	border-left-color: #b00429 !important;
}

.color-dark-red-block .block-content .date {
	background-color: #b00429 !important;
}

.color-light-red-block .edito {
	border-bottom: 2px solid #ED0000 !important;
}

.color-light-red-block .edito .title {
	color: #ED0000 !important;
}

.color-light-red-block .edito .arrow-link,
.color-light-red-block .edito #bottom-links a,
#bottom-links .color-light-red-block .edito a {
	color: #ED0000 !important;
}

.color-light-red-block .edito .arrow-link::before,
.color-light-red-block .edito #bottom-links a::before,
#bottom-links .color-light-red-block .edito a::before {
	border-left-color: #ED0000 !important;
}

.color-light-red-block .edito .date {
	background-color: #ED0000 !important;
}

.color-light-red-block .block-content .title {
	color: #ED0000 !important;
}

.color-light-red-block .block-content .arrow-link,
.color-light-red-block .block-content #bottom-links a,
#bottom-links .color-light-red-block .block-content a {
	color: #ED0000 !important;
}

.color-light-red-block .block-content .arrow-link::before,
.color-light-red-block .block-content #bottom-links a::before,
#bottom-links .color-light-red-block .block-content a::before {
	border-left-color: #ED0000 !important;
}

.block-automated-list-white,
.block-bg-blue {
	color: #ffffff;
}

.block-automated-list-white .item-description a,
.block-bg-blue .item-description a {
	color: #ffffff !important;
}

.block-automated-list-white .automated-list li,
.block-bg-blue .automated-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.block-automated-list-white a.arrow-link,
.block-automated-list-white #bottom-links a,
#bottom-links .block-automated-list-white a,
.block-bg-blue a.arrow-link,
.block-bg-blue #bottom-links a,
#bottom-links .block-bg-blue a {
	color: #ffffff !important;
}

.block-automated-list-white a.arrow-link::before,
.block-automated-list-white #bottom-links a::before,
#bottom-links .block-automated-list-white a::before,
.block-bg-blue a.arrow-link::before,
.block-bg-blue #bottom-links a::before,
#bottom-links .block-bg-blue a::before {
	border-left-color: #ffffff !important;
}

.block-automated-list-dark-grey,
.block-bg-light-grey,
.block-bg-yellow,
.block-bg-light-green,
.block-bg-blue-green,
.block-bg-light-blue {
	color: #374649;
}

.block-automated-list-dark-grey .title,
.block-bg-light-grey .title,
.block-bg-yellow .title,
.block-bg-light-green .title,
.block-bg-blue-green .title,
.block-bg-light-blue .title {
	margin-bottom: 2rem !important;
}

.block-automated-list-dark-grey .item-description a,
.block-bg-light-grey .item-description a,
.block-bg-yellow .item-description a,
.block-bg-light-green .item-description a,
.block-bg-blue-green .item-description a,
.block-bg-light-blue .item-description a {
	color: #374649 !important;
}

.block-automated-list-dark-grey .automated-list li,
.block-bg-light-grey .automated-list li,
.block-bg-yellow .automated-list li,
.block-bg-light-green .automated-list li,
.block-bg-blue-green .automated-list li,
.block-bg-light-blue .automated-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.block-automated-list-dark-grey a.arrow-link,
.block-automated-list-dark-grey #bottom-links a,
#bottom-links .block-automated-list-dark-grey a,
.block-bg-light-grey a.arrow-link,
.block-bg-light-grey #bottom-links a,
#bottom-links .block-bg-light-grey a,
.block-bg-yellow a.arrow-link,
.block-bg-yellow #bottom-links a,
#bottom-links .block-bg-yellow a,
.block-bg-light-green a.arrow-link,
.block-bg-light-green #bottom-links a,
#bottom-links .block-bg-light-green a,
.block-bg-blue-green a.arrow-link,
.block-bg-blue-green #bottom-links a,
#bottom-links .block-bg-blue-green a,
.block-bg-light-blue a.arrow-link,
.block-bg-light-blue #bottom-links a,
#bottom-links .block-bg-light-blue a {
	color: #374649 !important;
}

.block-automated-list-dark-grey a.arrow-link::before,
.block-automated-list-dark-grey #bottom-links a::before,
#bottom-links .block-automated-list-dark-grey a::before,
.block-bg-light-grey a.arrow-link::before,
.block-bg-light-grey #bottom-links a::before,
#bottom-links .block-bg-light-grey a::before,
.block-bg-yellow a.arrow-link::before,
.block-bg-yellow #bottom-links a::before,
#bottom-links .block-bg-yellow a::before,
.block-bg-light-green a.arrow-link::before,
.block-bg-light-green #bottom-links a::before,
#bottom-links .block-bg-light-green a::before,
.block-bg-blue-green a.arrow-link::before,
.block-bg-blue-green #bottom-links a::before,
#bottom-links .block-bg-blue-green a::before,
.block-bg-light-blue a.arrow-link::before,
.block-bg-light-blue #bottom-links a::before,
#bottom-links .block-bg-light-blue a::before {
	border-left-color: #374649 !important;
}

.block-bg-blue {
	background-color: #285AFF;
}

.block-bg-light-blue {
	background-color: #60c0ff;
}

.block-bg-blue-green {
	background-color: #32c8c8;
}

.block-bg-light-green {
	background-color: #96e600;
}

.block-bg-yellow {
	background-color: #ffdc00;
}

.block-bg-light-grey {
	background-color: #B7CBD3;
}

.diptych_cover_content {
	margin-right: 8.3rem;
	font-size: 4rem;
	font-weight: 400;
	line-height: 5.4rem;
	font-family: "Nunito", sans-serif;
}

@media screen and (max-width:35.938em) {
	.diptych_cover_content {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.diptych_cover_content {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.diptych_cover_content {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
}

.diptych_cover_content .diptych_big_title {
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 5.4rem;
	font-family: "Nunito", sans-serif;
}

@media screen and (max-width:35.938em) {
	.diptych_cover_content .diptych_big_title {
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.diptych_cover_content .diptych_big_title {
		font-size: 4.4rem;
		line-height: 4.2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.diptych_cover_content .diptych_big_title {
		font-size: 5.4rem;
		line-height: 5.4rem;
	}
}

.diptych_cover_content .diptych_regular_title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 5.4rem;
	font-family: "Nunito", sans-serif;
}

@media screen and (max-width:35.938em) {
	.diptych_cover_content .diptych_regular_title {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.diptych_cover_content .diptych_regular_title {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.diptych_cover_content .diptych_regular_title {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
}

.diptych_cover_content .wysiwyg p,
.diptych_cover_content .wysiwyg h1,
.diptych_cover_content .wysiwyg h2,
.diptych_cover_content .wysiwyg h3,
.diptych_cover_content .wysiwyg h4,
.diptych_cover_content .wysiwyg h5,
.diptych_cover_content .wysiwyg h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.diptych_cover_content .wysiwyg p,
	.diptych_cover_content .wysiwyg h1,
	.diptych_cover_content .wysiwyg h2,
	.diptych_cover_content .wysiwyg h3,
	.diptych_cover_content .wysiwyg h4,
	.diptych_cover_content .wysiwyg h5,
	.diptych_cover_content .wysiwyg h6 {
		font-size: 2.2rem;
		line-height: 3.2rem;
		margin-bottom: 4.5rem;
	}
}

@media screen and (max-width:35.938em) {
	.diptych_cover_content {
		margin-right: 0;
	}
}

.cta_cover {
	margin-bottom: 3rem;
}

@media screen and (max-width:47.938em) {
	.cta_cover {
		margin-top: 0.7rem;
		margin-bottom: 2.5rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.cta_cover {
		margin-top: -3.5rem;
	}
}

.cta_cover button {
	text-align: center;
	border-radius: 80px;
	padding-left: 0px;
	min-width: 15rem;
	background-color: white;
	color: red;
	font-weight: 700;
	font-size: 14px;
	font-family: Roboto;
}

.cta_cover button:hover {
	background-color: #ED0000;
	color: #FFFFFF;
}

.cta_cover .btn-primary::before,
.cta_cover .contact-form .button--primary::before,
.contact-form .cta_cover .button--primary::before,
.cta_cover .contact-form .form-submit::before,
.contact-form .cta_cover .form-submit::before,
.cta_cover .simplenews-subscriber-form .button--primary::before,
.simplenews-subscriber-form .cta_cover .button--primary::before,
.cta_cover .simplenews-subscriber-form .form-submit::before,
.simplenews-subscriber-form .cta_cover .form-submit::before,
.cta_cover .webform-submission-form .button--primary::before,
.webform-submission-form .cta_cover .button--primary::before,
.cta_cover .webform-submission-form .form-submit::before,
.webform-submission-form .cta_cover .form-submit::before,
.cta_cover .simplenews-confirm-add .button--primary::before,
.simplenews-confirm-add .cta_cover .button--primary::before,
.cta_cover .user-login-form .button::before,
.user-login-form .cta_cover .button::before,
.cta_cover .total-newsletter-edit-delete-form .form-submit::before,
.total-newsletter-edit-delete-form .cta_cover .form-submit::before,
.cta_cover .simplenews-confirm-multi .form-submit::before,
.simplenews-confirm-multi .cta_cover .form-submit::before,
.cta_cover .wForm input[type=submit]::before,
.wForm .cta_cover input[type=submit]::before,
.cta_cover .webform-submission-form #edit-access-denied-agreement-unchecked a::before,
.webform-submission-form #edit-access-denied-agreement-unchecked .cta_cover a::before {
	display: none;
}

@media screen and (max-width:47.938em) {
	#wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#firstDiv {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#secondDiv {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

.new_cover .damdy-player {
	height: 570px;
}

@media screen and (max-width:47.938em) {
	.new_cover .damdy-player {
		height: auto;
	}
}

@media screen and (max-width:47.938em) {
	.new_cover img {
		max-width: 100%;
		height: auto;
	}
}

.new_cover .diptych_cover_content {
	padding-top: 50px;
	min-height: 305px;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width:47.938em) {
	.new_cover .diptych_cover_content {
		padding-top: 0;
	}
}

.new_cover .carousel .carousel-item-next.carousel-item-left,
.new_cover .carousel .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.new_cover .carousel .carousel-item-next,
.new_cover .carousel .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.new_cover #carouselButtons {
	position: absolute;
	bottom: 0px;
	z-index: 99;
}

@media screen and (max-width:47.938em) {
	.new_cover #carouselButtons {
		margin-bottom: 0px;
		bottom: -1px;
	}
}

.new_cover .btn-play {
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	margin-top: 0.3rem;
	margin-left: 0.5rem;
	border-top: 0.75rem solid transparent;
	border-left: 1.3rem solid #df0c36;
	border-bottom: 0.75rem solid transparent;
	pointer-events: none;
}

.new_cover .carousel-indicators {
	right: inherit;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5rem;
	left: 30px;
}

@media screen and (max-width:47.938em) {
	.new_cover .carousel-indicators {
		bottom: -10px;
	}
}

.new_cover .carousel-indicators li {
	display: inline;
	opacity: 0.4;
	background-color: #666666;
	width: 25px;
	border-radius: 15px;
	border: 0;
	height: 5px;
}

.new_cover .carousel-indicators li.active {
	background-color: #ED0000;
	opacity: 1;
	width: 36px;
	border-radius: 15px;
	border: 0;
	height: 5px;
}

.new_cover a {
	text-decoration: none;
}

.new_cover a:hover {
	text-decoration: none;
}

.Default {
	background: -webkit-linear-gradient(142deg, #4632FF 0%, #009CEA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #4632FF;
}

.gaz {
	background: -webkit-linear-gradient(142deg, #4632FF 0%, #009CEA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #009CEA;
}

.petrole {
	background: -webkit-linear-gradient(300deg, #EF6F00 0%, #EE0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #EF6F00;
}

.electricite {
	background: -webkit-linear-gradient(300deg, #029BEB 0%, #00AA61 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #029BEB;
}

.greenenergy {
	background: -webkit-linear-gradient(300deg, #40A900 0%, #00884A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #40A900;
}

.new_cover {
	padding-right: 0;
	padding-left: 0;
}

.new_cover .carousel {
	height: 100%;
}

.new_cover #pauseButton {
	margin-bottom: 44px;
	background: url(/themes/custom/total_com_cg/dist/img/pause.png);
}

.new_cover #playButton {
	margin-bottom: 44px;
	background: url(/themes/custom/total_com_cg/dist/img/play.png);
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.new_cover #pauseButton {
		margin-bottom: 38px;
	}
	.new_cover #playButton {
		margin-bottom: 38px;
	}
}

@media (min-width:1571px) {
	.new_cover {
		width: 129rem;
	}
	.new_cover #firstDiv {
		flex: 0 0 41.6666666667% !important;
		max-width: 41.6666666667% !important;
	}
	.new_cover #secondDiv {
		flex: 0 0 58.3333333333% !important;
		max-width: 58.3333333333% !important;
		padding: 0;
	}
}

@media (min-width:1330px) and (max-width:1570px) {
	.new_cover {
		width: 122rem;
	}
	.new_cover #firstDiv {
		flex: 0 0 41.6666666667% !important;
		max-width: 41.6666666667% !important;
	}
	.new_cover .diptych_cover_content {
		padding-top: 87px;
	}
	.new_cover .new_cover_subtitle {
		padding-left: 2px;
	}
	.new_cover #secondDiv {
		flex: 0 0 58.3333333333% !important;
		max-width: 57% !important;
	}
	.new_cover #secondDiv img {
		width: 100%;
		height: 57rem;
	}
}

@media screen and (max-width:47.938em) {
	.new_cover .cta_cover {
		margin-top: 7px;
		margin-bottom: 6rem;
	}
	.new_cover .cta_cover button {
		font-size: 12px;
	}
	.new_cover .diptych_cover_content {
		padding-top: 0;
		margin-top: 3rem;
		min-height: 80px;
	}
	.new_cover .diptych_cover_content .new_cover_title {
		font-size: 28px;
		line-height: 28px;
	}
	.new_cover .diptych_cover_content .new_cover_subtitle {
		font-size: 16px;
		line-height: 24px;
	}
	.new_cover #pauseButton {
		margin-bottom: 0;
	}
	.new_cover #playButton {
		margin-bottom: 0;
	}
	.new_cover .carousel-indicators {
		margin-bottom: 2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.new_cover img {
		width: 100%;
		height: 45rem;
	}
	.new_cover .diptych_cover_content {
		margin-left: 5px;
		margin-right: 4rem;
		min-height: 232px;
	}
	.new_cover .diptych_cover_content .new_cover_subtitle {
		font-size: 32px;
		line-height: 44px;
		padding-left: 2px;
	}
	.new_cover .diptych_cover_content .diptych_cover_content .title {
		font-size: 54px;
		line-height: 54px;
	}
}

@media (min-width:1200px) and (max-width:1330px) {
	.new_cover img {
		width: 100%;
		height: 57rem;
	}
}

@media screen and (min-width:48em) and (max-width:61.938em) {
	.new_cover img {
		width: 344px;
		height: 350px;
	}
	.new_cover .diptych_cover_content {
		margin-right: 0;
		min-height: 232px;
	}
	.new_cover .diptych_cover_content .new_cover_subtitle {
		font-size: 22px;
		line-height: 32px;
	}
	.new_cover .diptych_cover_content .diptych_cover_content .title {
		font-size: 44px;
		line-height: 42px;
	}
	.new_cover .cta_cover .button {
		font-size: 12px;
	}
}

@media screen and (min-width:48em) {
	.new_cover .carousel-item #wrapper #firstDiv {
		animation-name: slideInUp;
		animation-duration: 2s;
		animation-fill-mode: both;
	}
	.new_cover .carousel-item #wrapper #secondDiv {
		animation-name: slideInDown;
		animation-duration: 2s;
		animation-fill-mode: both;
	}
}

.new_cover .slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.new_cover .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media screen and (max-width:47.938em) {
	.new_cover_block {
		padding-bottom: 35px;
	}
}

@media (min-width:520px) and (max-width:765px) {
	.new_cover_block {
		max-height: 680px;
	}
}

img.gif {
	visibility: hidden;
}

.jsgif {
	position: relative;
}

@media screen and (max-width:47.938em) {
	.jsgif canvas {
		width: 100%;
		height: 300px;
	}
}

.gifcontrol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1 !important;
	transition: background 0.25s ease-in-out;
	z-index: 100;
}

.gifcontrol:after {
	transition: background 0.25s ease-in-out;
	position: absolute;
	content: "";
	display: block;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}

@media (width:768px) {
	.gifcontrol:after {
		left: 10rem;
		top: 12rem;
	}
}

.gifcontrol.loading {
	background: rgba(255, 255, 255, 0.75);
}

.gifcontrol.loading:after {
	background: #ED0000;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.gifcontrol.playing {}

.gifcontrol.playing:after {
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
	border-left: 20px solid #ED0000;
	border-right: 20px solid #ED0000;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}

.gifcontrol.playing:hover:after {
	opacity: 1;
}

.gifcontrol.paused {
	background: rgba(255, 255, 255, 0.5);
}

.gifcontrol.paused:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #ED0000;
}

#drupal-off-canvas button[type=submit].button--primary:hover,
#drupal-off-canvas input[type=submit].button--primary:hover,
#drupal-off-canvas button[type=submit].button--primary:focus,
#drupal-off-canvas input[type=submit].button--primary:focus,
#drupal-off-canvas button[type=submit].button--primary:active,
#drupal-off-canvas input[type=submit].button--primary:active {
	text-decoration: underline;
}

#drupal-off-canvas .moderation-sidebar-quick-transition-form {
	margin: 4rem auto;
}

#drupal-off-canvas #unpublish.button {
	background: #db7e04;
	height: 5.5rem;
}

#drupal-off-canvas #publish.button {
	background: #73b355;
	height: 5.5rem;
}

#drupal-off-canvas .moderation-sidebar-link.button.button--danger {
	height: 5.5rem;
	line-height: 3.5rem;
}

header {
	position: relative;
}

header .hidden {
	display: none;
}

header .row {
	position: relative;
}

@media screen and (max-width:62em) {
	.header-row {
		justify-content: space-between;
	}
}

#header-quicklinks {
	position: absolute;
	top: -100rem;
	z-index: 30;
	left: 0;
}

#header-quicklinks:focus-within,
#header-quicklinks:hover,
#header-quicklinks:active {
	top: 0;
	outline: 0;
}

#header-quicklinks ul {
	min-width: 20rem;
	background: white;
	padding: 2rem 5rem;
	box-shadow: 0 0 3rem 0.5rem #cecece;
	border-bottom: 3px solid #ED0000;
}

#header-quicklinks ul .quicklink {
	color: #555;
	padding: 0.5em;
	text-decoration: none;
	font-size: 1.5rem;
	vertical-align: middle;
}

#header-quicklinks ul .quicklink:before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #df0c36;
	border-bottom: 0.45rem solid transparent;
	content: "";
	position: absolute;
	margin-left: -1.5rem;
	margin-top: 0.5rem;
}

#header-quicklinks ul .quicklink:focus,
#header-quicklinks ul .quicklink:hover {
	color: #ED0000;
	text-decoration: underline;
}

.header-total {
	position: relative;
	height: 11.5rem;
	align-items: center;
	padding-top: 1rem;
/*        overflow: hidden; */
}

@media screen and (max-width:62em) {
	.header-total {
	//	height: 12rem;
	}
}

@media screen and (min-width:36em) {
	.header-total .col {
	//	margin-left: 4.4rem;
		margin-left: 0.8rem;
	}
}

.header-total .logo-total {
	margin: 0;
	padding-bottom: 1.4rem;
	font-size: 1.6rem;
	line-height: normal;
}

@media screen and (max-width:62em) {
	.header-total .logo-total {
	//	padding-bottom: 0.4rem;
	}
}

@media screen and (max-width:62em) {
/*	.header-total .logo-total img {
		order: 1;
		right: 1em;
		bottom: 0.8rem;
	} */
}

@media screen and (min-width:36em) and (max-width:47.938em) {
	.header-total .logo-total img {
		margin-bottom: 0.5rem !important;
	}
}

@media screen and (max-width:35.938em) {
/*	.header-total .logo-total img {
		margin-left: -0.5em;
	} */
}

@media screen and (max-width:20em) {
	.header-total .logo-total img {
		bottom: 1.2rem;
	}
}

@media screen and (max-width:17.5em) {
	.header-total .logo-total img {
		bottom: 0.8rem;
	}
}

.header-total .logo-total .desktop {
	display: block;
	width: 10.4rem;
	right: 1.4rem;
	top: 1.3rem;
}

@media screen and (max-width:35.938em) {
/*	.header-total .logo-total .desktop {
		display: none;
	} */
}

.header-total .logo-total .mobile {
	display: none;
}

@media screen and (max-width:35.938em) {
/*	.header-total .logo-total .mobile {
		display: block;
		height: 4rem;
		position: absolute;
		top: 0.5rem;
		left: 0.8rem;
		z-index: 4;
	} */
}

.header-total::after {
	border: 0;
	border-bottom: 0.5px solid transparent;
	content: "";
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	height: 5px;
	position: absolute;
	right: 0;
/*	width: 84%; */
	top: 12rem;
}

.header-total .header-menu {
	height: 4.3rem;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width:62em) {
	.header-total .header-menu {
	//	order: 3;
		justify-content: center;
	}
}

@media screen and (max-width:35.938em) {
	.header-total .header-menu {
		padding-left: 0;
		width: auto;
	}
}

.header-total .header-menu .btn-open-menu {
	height: 4.3rem;
}

.header-total .picto-menu {
	margin: 0;
	padding: 0;
	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
	pointer-events: none;
	height: 4.3rem;
}

@media screen and (max-width:62em) {
	.header-total .picto-menu {
		order: 2;
		padding-right: 0;
	}
}

.header-total .picto-menu .item-picto {
	display: inline-block;
	position: relative;
	height: 3rem;
	padding-top: 0;
	margin-left: 2rem;
	pointer-events: all;
}

.header-total .picto-menu .item-picto::after {
	content: "|";
	position: absolute;
	right: -1.3rem;
	top: 0;
	color: #e5e5e5;
}

.header-total .picto-menu .item-picto:last-child::after {
	display: none;
}

@media screen and (max-width:47.938em) {
	.header-total .picto-menu .item-picto .picto-small-screen {
		padding-bottom: 0.8rem;
	}
}

.header-total .picto-menu .text {
	font-family: "Nunito Light", sans-serif;
	font-size: 1.9rem;
	margin-right: 1rem;
}

.header-total .picto-menu .picto-link img {
	margin-top: 0.3rem;
	width: 2rem;
	height: auto;
}

.header-total .picto-menu .picto-link.picto-link-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.separator {
	width: 100%;
	margin: 1.2rem 15px 0 15px;
	padding: 0;
	margin-left: auto;
}

@media screen and (max-width:74.938em) {
	.separator {
	//	width: 98.5%;
	}
}

@media screen and (max-width:62em) {
	.separator {
	//	width: 0;
	}
}

@media screen and (max-width:62em) {
	.stock-prices-header {
		order: 5;
		height: 4rem;
		border-top: 1px solid #e5e5e5;
		padding-top: 0;
	}
}

@media screen and (max-width:62em) and (max-width:35.938em) {
	.stock-prices-header {
		margin-right: -1.5rem;
		margin-left: -2.9rem;
	}
}

.stock-prices-header:hover .btn-control {
	display: block !important;
}

.stock-prices-header:focus-within .btn-control {
	display: block !important;
}

.stock-prices-header:focus .btn-control {
	display: block !important;
}

.text-red {
	color: #ED0000;
}

header.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #ffffff;
	z-index: 1001;
	padding-bottom: 1rem;
}

header.sticky~main {
	padding-top: 125px;
}

header.sticky .header-total {
	height: 7rem;
}

header.sticky .header-total::after {
	top: 6.5rem;
}

@media screen and (max-width:74.938em) {
	header.sticky .header-total::after {
		display: none;
	}
}

header.sticky .logo-total {
	position: relative;
	padding-bottom: 0.7rem;
	animation: slide-bottom 800ms linear forwards;
}

@keyframes slide-bottom {
	from {
		bottom: 10rem;
	}
	to {
		bottom: 0;
	}
}

@media screen and (max-width:62em) {
	header.sticky .logo-total img {
		order: 1;
		right: 1em;
	}
}

header.sticky .logo-total .desktop {
	display: block;
	width: 6.6rem;
	right: 0.6rem;
	top: 2.3rem;
}

@media screen and (max-width:62em) {
	header.sticky .logo-total .desktop {
		display: none;
	}
}

header.sticky .logo-total .mobile {
	display: none;
}

@media screen and (max-width:62em) {
	header.sticky .logo-total .mobile {
		display: block;
		top: -3.5rem !important;
	}
}

header.sticky .stock-prices-header {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

header.sticky .stock-prices-header .stock-prices-wrapper .block-bean {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

header.sticky .separator {
	display: none;
}

header.sticky .header-menu {
	height: 5.6rem;
}

@media screen and (max-width:35.938em) {
	header.sticky .header-menu {
		height: 4.6rem;
	}
}

header.sticky .header-menu .depth-0 {
	margin-bottom: 0;
}

header.sticky .header-menu .depth-0+.mega-menu-item:hover a {
	padding-bottom: 0.8rem;
}

@media screen and (min-width:62em) {
	header.sticky .header-menu .depth-0>.mega-menu-item:hover>a,
	header.sticky .header-menu .depth-0>.mega-menu-item.active>a {
		padding-bottom: 0.2rem;
	}
}

@media screen and (min-width:62em) {
	header.sticky .header-menu .mega-sub-menu.depth-1 {
		top: 2.6rem;
		left: -10rem;
	}
}

@media screen and (min-width:62em) {
	header.sticky .header-menu {
		animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	}
	@keyframes slide-right {
		from {
			left: 1.5rem;
		}
		to {
			left: 1.4rem;
		}
	}
}

header.sticky .header-menu .btn-open-menu {
	height: 3rem;
}

header.sticky .picto-menu {
	height: auto;
}

@media screen and (min-width:62em) {
	header.sticky .picto-menu .item-picto {
		padding-top: 0;
	}
	header.sticky .picto-menu .item-picto::after {
		top: 0;
	}
}

header.sticky .picto-menu .item-picto:nth-child(3) {
	display: none;
}

header.sticky .open-search span {
	display: none;
}

header.sticky .search-form::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 5.4rem;
	top: 7.6rem;
	left: 0;
	background-color: #ffffff;
}

header.sticky .micromodal__close {
	top: 8.5rem;
	right: 4rem;
	z-index: 150;
}

header.sticky .input-search {
	top: 6.6rem;
	margin-top: 1px;
	z-index: 100;
}

header.sticky+.header-overlay,
.depth-0>.mega-menu-item header.sticky+.overlay {
	top: 7.5rem;
}

header.sticky .depth-0 {
	padding-top: 0;
}

header.sticky .depth-0>.mega-menu-item .overlay {
	top: 8rem;
}

.footer {
	background-color: #ffffff;
	border-top: none;
	clear: both;
}

.footer h2.visually-hidden {
	display: none;
}

.footer a {
	color: #374649;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul {
	padding-left: 1.5rem;
}

.footer .footer-top,
.footer .footer-middle,
.footer .block-social-list {
	margin: auto;
}

.footer .footer-top {
	padding-top: 3rem;
	padding-bottom: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

.footer .footer-top .col-footer {
	width: 20%;
	padding: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width:47.938em) {
	.footer .footer-top .col-footer {
		width: 50%;
	}
}

.footer .footer-title {
	margin-bottom: 1.5rem;
	font-family: "Roboto Bold", sans-serif;
	font-size: 2.3rem;
	text-transform: uppercase;
}

.footer .footer-title a {
	color: #ED0000;
	text-decoration: none;
}

.footer .footer-title a:hover {
	text-decoration: underline;
}

.footer .footer-link-list li {
	font-size: 1.4rem;
}

.footer .footer-link-list li::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	content: "";
	position: absolute;
	margin-left: -1.5rem;
	margin-top: 0.5rem;
}

.footer .footer-middle {
	align-items: center;
	background-color: #ffffff;
	text-align: center;
}

.footer .footer-middle-list {
	padding-top: 2.4rem;
	padding-bottom: 2.2rem;
}

.footer .footer-middle-list li {
	display: inline-block;
	padding: 0 2.5rem;
	font-size: 1.3rem;
	color: #374649;
	line-height: 1;
}

.footer .footer-middle-list li+li {
	border-left: 1px solid #374649;
}

.btn-open-menu {
	border: none;
	background-color: #ffffff;
}

@media screen and (min-width:62em) {
	.btn-open-menu {
		display: none;
	}
}

.adminimal-admin-toolbar .mega-menu {
	margin-top: 3.2rem;
}

.mega-menu {
	position: relative;
}

@media screen and (max-width:62em) {
	.mega-menu {
		display: none;
		position: fixed;
		right: 0;
		top: 6.5rem;
		width: 32rem;
		background-color: #ffffff;
		transition: all 0.4s ease-in-out;
		z-index: 99;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.mega-menu .mega-menu-list {
	padding-left: 0;
}

@media screen and (max-width:74.938em) {
	.mega-menu .mega-menu-list {
		padding-left: 1rem;
	}
}

.mega-menu .mega-menu-item {
	display: inline-block;
	padding-right: 2rem;
	padding-top: 1rem;
	flex: 1;
}

@media screen and (max-width:74.938em) {
	.mega-menu .mega-menu-item {
		padding-right: 1.5rem;
	}
}

@media screen and (max-width:62em) {
	.mega-menu .mega-menu-item {
		width: 100%;
		padding: 0;
	}
}

.mega-menu .mega-menu-item.last {
	padding-right: 0;
}

.mega-menu .mega-menu-item.hidden-desktop-menu {
	display: block;
}

@media screen and (min-width:62em) {
	.mega-menu .mega-menu-item.hidden-desktop-menu {
		display: none;
	}
}

.mega-menu .mega-menu-link {
	color: #374649;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.4rem;
}

@media screen and (max-width:62em) {
	.mega-menu .mega-menu-link {
		font-family: "Roboto Bold", sans-serif;
		font-weight: 700;
		display: block;
		padding: 3rem 3rem 3rem 1.5rem;
		position: relative;
	}
	.mega-menu .mega-menu-link:hover,
	.mega-menu .mega-menu-link:focus {
		color: #ED0000;
	}
	.mega-menu .mega-menu-link:hover span,
	.mega-menu .mega-menu-link:focus span {
		color: #ED0000;
	}
	.mega-menu .mega-menu-link[aria-expanded]::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 46%;
		right: 2rem;
		height: 1.1rem;
		width: 0.8rem;
		background: url(/themes/custom/total_com_cg/dist/img/polygon.png) no-repeat 0 0;
		padding: 0.3rem;
	}
	.mega-menu .mega-menu-link-previous {
		padding-left: 4rem;
		text-transform: capitalize;
	}
	.mega-menu .mega-menu-link-previous::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 44%;
		left: 2rem;
		width: 0.8rem;
		height: 1.1rem;
		background: url(/themes/custom/total_com_cg/dist/img/polygon_back.png) no-repeat 0 0;
		padding: 0.3rem;
	}
	.mega-menu .mega-menu-link-previous.mega-menu-link {
		font-family: "Roboto Bold", sans-serif;
		font-weight: 700;
	}
	.mega-menu .mega-menu-link.mega-menu-link-parent {
		font-family: "Roboto Bold", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.4rem;
	}
	.mega-menu .mega-menu-link--category {
		font-family: "Roboto Medium", sans-serif;
		font-weight: 700;
	}
}

.mega-menu .menu-push {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.mega-menu span.language-link {
	cursor: not-allowed;
	opacity: 0.5;
}

@media screen and (min-width:48em) {
	.mega-sub-menu.depth-1 {
		position: absolute;
		display: none;
		z-index: 1000;
		top: 4.8rem;
		left: -12rem;
		background-color: #ffffff;
		max-width: 111rem;
		height: 0;
	}
}

@media screen and (min-width:75em) {
	.mega-sub-menu.depth-1 {
		width: 111rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.mega-sub-menu.depth-1 {
		width: 94rem;
	}
}

@media screen and (min-width:62em) {
	.mega-sub-menu.depth-1 .mega-menu-link.is-active {
		color: #ED0000;
		text-decoration: underline;
	}
}

.mega-sub-menu .mega-menu-link-previous {
	text-align: left;
	background: transparent;
	border: none;
	width: 100%;
}

.mega-sub-menu a {
	text-decoration: none;
}

.mega-sub-menu li {
	list-style: none;
}

.mega-sub-menu li a {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.5rem;
	color: #707173;
	white-space: break-spaces;
}

.mega-sub-menu li a .bold {
	font-weight: 700;
}

.mega-sub-menu li:hover {
	color: #ED0000;
}

@media screen and (min-width:48em) {
	.mega-sub-menu .mega-menu-link-depth-2 {
		font-family: "Roboto Medium", sans-serif;
		text-transform: lowercase;
		color: #ED0000;
		margin-bottom: 2rem;
	}
	.mega-sub-menu .mega-menu-link-depth-2::first-letter {
		text-transform: uppercase;
	}
}

.mega-sub-menu .icon-external-link {
	position: relative;
}

.mega-sub-menu .icon-external-link::after {
	position: absolute;
}

@media screen and (max-width:62em) {
	.mega-sub-menu {
		overflow: hidden;
		height: 0;
		visibility: hidden;
		margin-left: calc(100%);
		background-color: #ffffff;
		transition: margin-left 0.3s ease !important;
		-webkit-transition: margin-left 0.3s ease !important;
	}
	.mega-sub-menu.depth-2,
	.mega-sub-menu.mega-sub-menu-opened {
		overflow: visible;
		height: auto;
		margin-left: 0;
	}
	.mega-sub-menu.mega-sub-menu-opened {
		visibility: visible;
	}
	.mega-sub-menu.mega-sub-menu-opened .depth-2 {
		visibility: visible;
	}
	.mega-sub-menu .mega-sub-menu-list {
		padding: 0;
	}
}

@media screen and (max-width:62em) {
	.mega-menu-link[aria-expanded=true] {
		display: none !important;
	}
}

.depth-0 {
	padding: 0;
	margin: 0 0 1rem;
}

@media screen and (max-width:62em) {
	.depth-0 {
		margin: 0 0 1rem 0rem;
	}
}

.depth-0 ul {
	margin-top: 0;
}

@media screen and (min-width:62em) {
	.depth-0 {
		padding-top: 1rem;
	}
}

@media screen and (min-width:62em) {
	.depth-0>.mega-menu-item {
		display: inline;
	}
}

.depth-0>.mega-menu-item:hover>a,
.depth-0>.mega-menu-item.active>a {
	position: relative;
	z-index: 1;
}

@media screen and (min-width:62em) {
	.depth-0>.mega-menu-item:hover>a,
	.depth-0>.mega-menu-item.active>a {
		padding-bottom: 1.2rem;
		border-bottom: 5px solid #ED0000;
		z-index: 2;
	}
}

@media screen and (min-width:62em) {
	.depth-0>.mega-menu-item:hover .depth-1 {
		display: block;
		margin-left: -4.4rem;
	}
	.depth-0>.mega-menu-item:hover .depth-1 .overlay {
		display: block;
		pointer-events: none;
	}
	.depth-0>.mega-menu-item:hover .depth-1 .overlay+.mega-sub-menu-list {
		position: relative;
		height: 100%;
		padding: 1rem 4.5rem 0 4.5rem;
		background-color: #ffffff;
		z-index: 11;
	}
	.depth-0>.mega-menu-item a[aria-expanded=true]+.depth-1,
	.depth-0>.mega-menu-item a:hover+.depth-1 {
		display: block;
	}
}

@media screen and (min-width:48em) {
	.depth-0>.mega-menu-item .depth-1 {
		transition: height 3s ease-in-out;
		height: 500px;
	}
}

@media screen and (max-width:47.938em) {
	.depth-0>.mega-menu-item-language-switcher a {
		font-family: "Roboto Medium", sans-serif;
	}
}

@media screen and (min-width:48em) {
	.depth-1>.mega-sub-menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 3rem;
	}
}

.depth-1 .mega-menu-link {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #ED0000;
	text-transform: none;
}

@media screen and (max-width:62em) {
	.depth-1 .mega-menu-link {
		font-family: "Roboto Medium", sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		color: #374649;
		text-transform: none;
	}
}

.depth-1 .mega-menu-link:hover {
	text-decoration: none;
}

@media screen and (max-width:62em) {
	.depth-1 .mega-menu-link:hover {
		color: #ED0000;
	}
}

.depth-1 .icon-external-link::after {
	display: inline-block;
	content: "";
	right: -30px;
	top: 2px;
	height: 15px;
	width: 15px;
	background: url(/themes/custom/total_com_cg/dist/img/grey-external-link.png) no-repeat 0 0;
	background-size: 15px 15px;
}

@media screen and (max-width:62em) {
	.depth-1 .icon-external-link::after {
		position: initial;
		margin-left: 1rem;
		margin-top: 0.5rem;
	}
}

.depth-3 .mega-sub-menu-list {
	padding-left: 0;
	padding-bottom: 0;
}

.depth-3 .mega-menu-item {
	display: block;
	padding: 0;
}

.depth-3 .mega-menu-link {
	display: inline-block;
	margin-bottom: 0.6rem;
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #374649;
	text-transform: none;
}

@media screen and (max-width:62em) {
	.depth-3 .mega-menu-link {
		font-family: "Roboto Medium", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		display: block;
	}
}

.depth-3 .mega-menu-link:hover {
	color: #ED0000;
}

.depth-3 .icon-external-link::after {
	display: inline-block;
	content: "";
	right: -30px;
	top: 3px;
	height: 12px;
	width: 12px;
	background: url(/themes/custom/total_com_cg/dist/img/grey-external-link.png) no-repeat 0 0;
	background-size: 12px 12px;
}

.depth-4 .mega-menu-link {
	font-family: "Roboto Medium", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
	display: inline-block;
}

@media screen and (max-width:62em) {
	.depth-4 .mega-menu-link {
		font-family: "Roboto Medium", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
	}
}

.depth-4 .mega-sub-menu-list li:last-child {
	padding-bottom: 1rem;
}

.depth-4 .icon-external-link::after {
	top: 2px;
}

.menu-push {
	width: 100%;
	display: flex;
	overflow: hidden;
}

@media screen and (max-width:62em) {
	.menu-push {
		display: none;
	}
}

.menu-push .entity {
	min-width: 33%;
	flex-shrink: 1;
	flex-grow: 1;
	height: 18rem;
	position: relative;
	cursor: pointer;
}

.menu-push .arrow-link-wrapper {
	position: absolute;
	width: 26.5rem;
	height: 7rem;
	bottom: 1.5rem;
	right: 0;
	background-color: #ffffff;
	text-align: left;
	border-radius: 20px;
}

.menu-push .arrow-link,
.menu-push #bottom-links a,
#bottom-links .menu-push a {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

.menu-push .arrow-link::before,
.menu-push #bottom-links a::before,
#bottom-links .menu-push a::before {
	margin-top: 1rem;
}

.menu-push .arrow-link:hover,
.menu-push #bottom-links a:hover,
#bottom-links .menu-push a:hover {
	text-decoration: none;
}

.header-overlay,
.depth-0>.mega-menu-item .overlay {
	display: none;
	position: fixed;
	top: 12.5rem;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.25s ease-in-out;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
}

.header-overlay.visible,
.depth-0>.mega-menu-item .visible.overlay {
	display: block;
	transition: 0.25s ease-in-out;
}

@media screen and (max-width:47.938em) {
	.header-overlay.visible,
	.depth-0>.mega-menu-item .visible.overlay {
		top: 9.9rem;
	}
}

@media screen and (min-width:48em) {
	.header-overlay.visible,
	.depth-0>.mega-menu-item .visible.overlay {
		top: 12.5rem;
	}
}

@media screen and (max-width:47.938em) {
	.picto-link {
		display: inline-block;
		padding: 3rem 3rem 3rem 1.5rem;
		color: #374649;
		font-family: "Roboto Medium", sans-serif;
		font-size: 2rem;
		text-transform: lowercase;
		text-decoration: none;
	}
	.picto-link::first-letter {
		text-transform: uppercase;
	}
	.picto-link:hover,
	.picto-link:focus {
		text-decoration: none;
	}
	.picto-link img {
		width: 1.5rem;
		margin-right: 1rem;
	}
}

.search-page #filter {
	padding: 0;
	margin: 0;
}

.search-page #filter>li {
	position: relative;
	display: inline-block;
	height: 3rem;
	margin-right: 2.5rem;
	margin-bottom: 0.5rem;
	padding-top: 0.7rem;
	padding-left: 1rem;
	font-size: 1.2rem;
	background-color: #ED0000;
	color: #ffffff;
}

.search-page #filter>li .close-filter {
	display: inline-block;
	width: 1.41rem;
	height: 1.41rem;
	margin-right: 0.5rem;
	cursor: pointer;
}

.search-page #filter>li .close-filter::before,
.search-page #filter>li .close-filter::after {
	position: absolute;
	content: "";
	top: 50%;
	width: 1.5rem;
	height: 0.2rem;
	background: #ffffff;
}

.search-page #filter>li .close-filter::before {
	transform: rotate(45deg);
}

.search-page #filter>li .close-filter::after {
	transform: rotate(135deg);
}

.search-page #filter>li::after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5rem 0 1.5rem 1.5rem;
	border-color: transparent transparent transparent #ED0000;
}

@media screen and (max-width:47.938em) {
	.search-page #filter {
		display: none;
	}
}

.search-page .search-page-results {
	padding-left: 0;
}

.search-page .search-page-results li {
	margin-top: 2.8rem;
	padding-bottom: 2.8rem;
	border-bottom: 1px solid #374649;
}

.search-page header {
	margin-bottom: 3rem;
	border-bottom: 1px solid #374649;
}

.search-page header h1 {
	margin: 1.3rem 0 1.7rem;
	font-size: 2.4rem;
	font-family: "Roboto Medium", sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0.01rem;
}

.search-page header h1 .strong-red {
	font-size: 2.4rem;
	font-family: "Roboto Medium", sans-serif;
}

.search-page .content-teaser .image {
	min-width: 20rem;
}

.search-projects h1 {
	font-size: 5rem;
	text-transform: uppercase;
	font-family: "Nunito Light", sans-serif;
	color: #ED0000;
	border-bottom: 1px solid #707173;
	margin-bottom: 0.8em;
	padding-bottom: 1rem;
}

.search-projects header {
	margin-bottom: 1.5em;
}

.search-projects .bef-exposed-form {
	margin-bottom: 12rem;
}

.search-projects .fieldgroup {
	position: relative;
	margin-bottom: 0.5em;
}

.search-projects .fieldgroup legend {
	display: block;
	font-size: 1.75rem;
	font-family: "Nunito Light", sans-serif;
	font-weight: normal;
	color: #707173;
	margin-bottom: 0;
}

.search-projects .fieldgroup ul {
	background: #e6e6e6;
}

.search-projects .fieldgroup ul li {
	margin-right: 3rem;
}

.search-projects .fieldgroup ul li div {
	padding-top: 1em;
}

.search-projects .fieldgroup input+label {
	font-size: 1.6rem;
	font-family: "Roboto Bold", sans-serif;
}

.search-projects .button {
	position: relative;
	float: right;
	margin-top: 1.4em;
	min-width: 21rem;
	min-height: 3.9rem;
	padding-left: 4rem;
	background-color: #ED0000;
	color: #ffffff;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.6rem;
	border: 1px solid #ED0000;
	text-align: left;
}

.search-projects .button::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ffffff;
	border-bottom: 0.45rem solid transparent;
	content: "";
	position: absolute;
	margin-left: -2rem;
	margin-top: 0.8rem;
}

.search-projects .grey-red-title {
	clear: both;
	text-transform: inherit;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.5rem;
	width: 100%;
}

.search-projects .radio-list {
	padding: 0 1.5rem 1.5rem;
}

.search-projects .radio-list.child-list-expanded {
	margin-bottom: 7rem;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.search-projects .radio-list.child-list-expanded {
		margin-bottom: 9rem;
	}
}

@media screen and (max-width:35.938em) {
	.search-projects .radio-list.child-list-expanded {
		margin-bottom: 13rem;
	}
}

.search-projects .radio-list.child-list-expanded::after {
	position: absolute;
	content: "";
	bottom: -1.2rem;
	left: 10rem;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #e6e6e6;
}

.search-projects .radio-btn .child,
.search-projects .contact-form .form-wrapper .form-item-field-gender .child,
.contact-form .form-wrapper .search-projects .form-item-field-gender .child,
.search-projects .simplenews-subscriber-form .form-wrapper .form-item-field-gender .child,
.simplenews-subscriber-form .form-wrapper .search-projects .form-item-field-gender .child,
.search-projects .webform-submission-form .form-wrapper .form-item-field-gender .child,
.webform-submission-form .form-wrapper .search-projects .form-item-field-gender .child,
.search-projects .form-item-sort-by .child,
.search-projects .form-item-items-per-page .child,
.search-projects .total-newsletter-edit-delete-form .js-form-type-radio .child,
.total-newsletter-edit-delete-form .search-projects .js-form-type-radio .child,
.search-projects .wForm .choices.horizontal .oneChoice .child,
.wForm .choices.horizontal .search-projects .oneChoice .child {
	position: absolute;
	width: 100%;
	left: 0;
	top: 6rem;
	padding-left: 1.5rem;
	background-color: #ffffff;
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.search-projects .radio-btn .child,
	.search-projects .contact-form .form-wrapper .form-item-field-gender .child,
	.contact-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .simplenews-subscriber-form .form-wrapper .form-item-field-gender .child,
	.simplenews-subscriber-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .webform-submission-form .form-wrapper .form-item-field-gender .child,
	.webform-submission-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .form-item-sort-by .child,
	.search-projects .form-item-items-per-page .child,
	.search-projects .total-newsletter-edit-delete-form .js-form-type-radio .child,
	.total-newsletter-edit-delete-form .search-projects .js-form-type-radio .child,
	.search-projects .wForm .choices.horizontal .oneChoice .child,
	.wForm .choices.horizontal .search-projects .oneChoice .child {
		top: 10.3rem;
	}
}

@media screen and (max-width:35.938em) {
	.search-projects .radio-btn .child,
	.search-projects .contact-form .form-wrapper .form-item-field-gender .child,
	.contact-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .simplenews-subscriber-form .form-wrapper .form-item-field-gender .child,
	.simplenews-subscriber-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .webform-submission-form .form-wrapper .form-item-field-gender .child,
	.webform-submission-form .form-wrapper .search-projects .form-item-field-gender .child,
	.search-projects .form-item-sort-by .child,
	.search-projects .form-item-items-per-page .child,
	.search-projects .total-newsletter-edit-delete-form .js-form-type-radio .child,
	.total-newsletter-edit-delete-form .search-projects .js-form-type-radio .child,
	.search-projects .wForm .choices.horizontal .oneChoice .child,
	.wForm .choices.horizontal .search-projects .oneChoice .child {
		top: 15rem;
	}
}

.total-stock-prices-block.total-stock-prices-charts,
.total-stock-prices-block.total-stock-prices-last-days,
.total-stock-prices-block.total-stock-prices-live,
.total-stock-prices-block.total-stock-prices-statistics,
.total-stock-prices-block.total-stock-prices-yearly {
	width: 52.5rem;
	max-width: 100%;
	text-transform: uppercase;
}

@media screen and (min-width:62em) {
	.total-stock-prices-block.total-stock-prices-charts,
	.total-stock-prices-block.total-stock-prices-last-days,
	.total-stock-prices-block.total-stock-prices-live,
	.total-stock-prices-block.total-stock-prices-statistics,
	.total-stock-prices-block.total-stock-prices-yearly {
		width: 75.2rem;
	}
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct {
	position: relative;
	background: #f2f2f2;
	padding: 1rem 1.5rem;
	margin-bottom: 4.5rem;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct h2,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct h2,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct h2,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct h2,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct h2 {
	position: relative;
	background-image: linear-gradient(135deg, #e2e1e1 16.67%, #f2f2f2 16.67%, #f2f2f2 50%, #e2e1e1 50%, #e2e1e1 66.67%, #f2f2f2 66.67%, #f2f2f2 100%);
	background-size: 4px 4px;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #374649;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: "Roboto Bold", sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width:35.938em) {
	.total-stock-prices-block.total-stock-prices-charts #cours-en-direct h2,
	.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct h2,
	.total-stock-prices-block.total-stock-prices-live #cours-en-direct h2,
	.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct h2,
	.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct h2 {
		width: 100%;
	}
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct h2 span,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct h2 span,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct h2 span,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct h2 span,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct h2 span {
	background: #f2f2f2;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct time,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct time,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct time,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct time,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct time {
	display: block;
	padding-bottom: 1.8rem;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #ED0000;
	padding-left: 1px;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half {
	margin-top: 1px;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half .half-left,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half .half-left,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half .half-left,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half .half-left,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half .half-left {
	width: 100%;
	float: none;
}

@media screen and (min-width:62em) {
	.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half .half-left,
	.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half .half-left,
	.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half .half-left,
	.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half .half-left,
	.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half .half-left {
		width: 56%;
		float: left;
	}
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half .half-right,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half .half-right,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half .half-right,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half .half-right,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half .half-right {
	width: 100%;
	float: none;
	margin-top: 2rem;
}

@media screen and (min-width:62em) {
	.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half .half-right,
	.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half .half-right,
	.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half .half-right,
	.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half .half-right,
	.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half .half-right {
		width: 40%;
		float: right;
		margin-top: 0;
	}
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table {
	background: #ffffff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	margin-top: 0;
	font-size: 1.2rem;
}

@media screen and (max-width:47.938em) {
	.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table,
	.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table,
	.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table,
	.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table,
	.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table {
		min-width: 100%;
		white-space: nowrap;
		padding: 0;
	}
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table:before,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table:before,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table:before,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table:before,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table:before {
	display: none;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table tr,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table tr,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table tr,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table tr,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table tr {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table th,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table th,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table th,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table th,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table th {
	border: none;
	text-align: left;
	float: none;
	font-size: 1.1rem;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .half table th.align-right,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .half table th.align-right,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .half table th.align-right,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .half table th.align-right,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .half table th.align-right {
	text-align: right;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .external,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .external,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .external,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .external,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .external {
	text-decoration: none;
	font-size: 1.2rem;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .external:hover,
.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .external:focus,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .external:hover,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .external:focus,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .external:hover,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .external:focus,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .external:hover,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .external:focus,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .external:hover,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .external:focus {
	text-decoration: underline;
}

.total-stock-prices-block.total-stock-prices-charts #cours-en-direct .external span,
.total-stock-prices-block.total-stock-prices-last-days #cours-en-direct .external span,
.total-stock-prices-block.total-stock-prices-live #cours-en-direct .external span,
.total-stock-prices-block.total-stock-prices-statistics #cours-en-direct .external span,
.total-stock-prices-block.total-stock-prices-yearly #cours-en-direct .external span {
	padding-right: 0;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table,
.total-stock-prices-block.total-stock-prices-live .article-default-table,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table {
	cursor: default;
	border-collapse: collapse;
	border: none;
	white-space: normal;
	background: #ffffff;
	width: 100%;
	font-size: 1.2rem;
	margin: 1rem 0;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table thead,
.total-stock-prices-block.total-stock-prices-charts .article-default-table tbody,
.total-stock-prices-block.total-stock-prices-charts .article-default-table tfoot,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table thead,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tbody,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tfoot,
.total-stock-prices-block.total-stock-prices-live .article-default-table thead,
.total-stock-prices-block.total-stock-prices-live .article-default-table tbody,
.total-stock-prices-block.total-stock-prices-live .article-default-table tfoot,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table thead,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tbody,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tfoot,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table thead,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tbody,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tfoot {
	border: none;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table th,
.total-stock-prices-block.total-stock-prices-charts .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table th,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-live .article-default-table th,
.total-stock-prices-block.total-stock-prices-live .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table th,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table th,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table thead td {
	background: #e4eff8;
	color: #434343;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
	padding: 1rem 4px;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table th,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table th,
.total-stock-prices-block.total-stock-prices-live .article-default-table th,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table th,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table th {
	border-right: 3px solid #ffffff;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-live .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table thead td,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table thead td {
	background: #ffffff;
	border-right: 3px solid #ffffff;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tr,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tr,
.total-stock-prices-block.total-stock-prices-live .article-default-table tr,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tr,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tr {
	border: 1px solid #f2f2f2;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tr:nth-child(even),
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tr:nth-child(even),
.total-stock-prices-block.total-stock-prices-live .article-default-table tr:nth-child(even),
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tr:nth-child(even),
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tr:nth-child(even) {
	background: #f2f2f2;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tr.even,
.total-stock-prices-block.total-stock-prices-charts .article-default-table tr.odd,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tr.even,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tr.odd,
.total-stock-prices-block.total-stock-prices-live .article-default-table tr.even,
.total-stock-prices-block.total-stock-prices-live .article-default-table tr.odd,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tr.even,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tr.odd,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tr.even,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tr.odd {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 0.1em 0.6em;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tr td,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tr td,
.total-stock-prices-block.total-stock-prices-live .article-default-table tr td,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tr td,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tr td {
	color: #333333;
	padding: 0.8rem 1rem;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tfoot tr,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tfoot tr,
.total-stock-prices-block.total-stock-prices-live .article-default-table tfoot tr,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tfoot tr,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tfoot tr {
	border: 0;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tfoot tr td,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tfoot tr td,
.total-stock-prices-block.total-stock-prices-live .article-default-table tfoot tr td,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tfoot tr td,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tfoot tr td {
	text-align: right;
	color: #999999;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table tfoot tr td p,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table tfoot tr td p,
.total-stock-prices-block.total-stock-prices-live .article-default-table tfoot tr td p,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table tfoot tr td p,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table tfoot tr td p {
	margin: 0;
}

.total-stock-prices-block.total-stock-prices-charts .article-default-table .highlight,
.total-stock-prices-block.total-stock-prices-last-days .article-default-table .highlight,
.total-stock-prices-block.total-stock-prices-live .article-default-table .highlight,
.total-stock-prices-block.total-stock-prices-statistics .article-default-table .highlight,
.total-stock-prices-block.total-stock-prices-yearly .article-default-table .highlight {
	background: rgba(220, 232, 240, 0.5);
}

.total-stock-prices-block.total-stock-prices-charts h2,
.total-stock-prices-block.total-stock-prices-last-days h2,
.total-stock-prices-block.total-stock-prices-live h2,
.total-stock-prices-block.total-stock-prices-statistics h2,
.total-stock-prices-block.total-stock-prices-yearly h2 {
	font-size: 1.6rem;
	margin-top: 0;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 1rem;
}

.total-stock-prices-block.total-stock-prices-charts h2+p,
.total-stock-prices-block.total-stock-prices-last-days h2+p,
.total-stock-prices-block.total-stock-prices-live h2+p,
.total-stock-prices-block.total-stock-prices-statistics h2+p,
.total-stock-prices-block.total-stock-prices-yearly h2+p {
	color: #ED0000;
	font-size: 1.2rem;
}

.total-stock-prices-block.total-stock-prices-charts .legend,
.total-stock-prices-block.total-stock-prices-last-days .legend,
.total-stock-prices-block.total-stock-prices-live .legend,
.total-stock-prices-block.total-stock-prices-statistics .legend,
.total-stock-prices-block.total-stock-prices-yearly .legend {
	color: #ED0000;
	margin: 1.8rem 0;
	font-size: 1.2rem;
}

.contact-form .form-wrapper .form-item-field-gender,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender,
.webform-submission-form .form-wrapper .form-item-field-gender {
	display: inline-block;
	padding-left: 3rem;
	font-weight: bold;
}

.contact-form .form-wrapper .form-item-field-gender label::after,
.simplenews-subscriber-form .form-wrapper .form-item-field-gender label::after,
.webform-submission-form .form-wrapper .form-item-field-gender label::after {
	margin: 0;
}

.contact-form .form-wrapper div:first-child,
.simplenews-subscriber-form .form-wrapper div:first-child,
.webform-submission-form .form-wrapper div:first-child {
	padding-left: 0;
}

.contact-form .form-checkboxes label,
.simplenews-subscriber-form .form-checkboxes label,
.webform-submission-form .form-checkboxes label {
	font-size: 1.6rem;
}

.contact-form .form-checkboxes label::after,
.simplenews-subscriber-form .form-checkboxes label::after,
.webform-submission-form .form-checkboxes label::after {
	left: -0.4rem;
}

.contact-form .form-item span::after,
.simplenews-subscriber-form .form-item span::after,
.webform-submission-form .form-item span::after {
	content: none;
}

.contact-form .form-radio,
.simplenews-subscriber-form .form-radio,
.webform-submission-form .form-radio {
	font-size: 1.42rem;
	font-family: "Roboto Bold", sans-serif;
}

.contact-form label,
.simplenews-subscriber-form label,
.webform-submission-form label {
	font-family: "Nunito Light", sans-serif;
	text-align: left;
	color: #374649;
	font-size: 1.75rem;
}

.contact-form label .form-required::after,
.contact-form legend .form-required::after,
.simplenews-subscriber-form label .form-required::after,
.simplenews-subscriber-form legend .form-required::after,
.webform-submission-form label .form-required::after,
.webform-submission-form legend .form-required::after {
	content: "";
	margin: 0 0.4rem;
}

.contact-form legend,
.simplenews-subscriber-form legend,
.webform-submission-form legend {
	font-family: "Nunito Light", sans-serif;
	font-size: 1.75rem;
}

.contact-form .option::after,
.simplenews-subscriber-form .option::after,
.webform-submission-form .option::after {
	content: none;
}

.contact-form p,
.simplenews-subscriber-form p,
.webform-submission-form p {
	font-family: "Roboto", sans-serif;
	color: #707173;
	font-size: 1.3rem;
	margin-top: 1.5rem;
}

.contact-form .form-text,
.contact-form .form-email,
.contact-form .form-textarea,
.contact-form .form-select,
.contact-form .wForm select,
.wForm .contact-form select,
.simplenews-subscriber-form .form-text,
.simplenews-subscriber-form .form-email,
.simplenews-subscriber-form .form-textarea,
.simplenews-subscriber-form .form-select,
.simplenews-subscriber-form .wForm select,
.wForm .simplenews-subscriber-form select,
.webform-submission-form .form-text,
.webform-submission-form .form-email,
.webform-submission-form .form-textarea,
.webform-submission-form .form-select,
.webform-submission-form .wForm select,
.wForm .webform-submission-form select {
	display: block;
	background-color: #e6e6e6;
	border: none;
	width: 80%;
	padding: 0.4rem 0.7rem;
	border-radius: 0;
	height: 3.8rem;
	margin-bottom: 1rem;
}

@media screen and (max-width:47.938em) {
	.contact-form .form-text,
	.contact-form .form-email,
	.contact-form .form-textarea,
	.contact-form .form-select,
	.contact-form .wForm select,
	.wForm .contact-form select,
	.simplenews-subscriber-form .form-text,
	.simplenews-subscriber-form .form-email,
	.simplenews-subscriber-form .form-textarea,
	.simplenews-subscriber-form .form-select,
	.simplenews-subscriber-form .wForm select,
	.wForm .simplenews-subscriber-form select,
	.webform-submission-form .form-text,
	.webform-submission-form .form-email,
	.webform-submission-form .form-textarea,
	.webform-submission-form .form-select,
	.webform-submission-form .wForm select,
	.wForm .webform-submission-form select {
		width: 100%;
	}
}

.contact-form .form-email::placeholder,
.simplenews-subscriber-form .form-email::placeholder,
.webform-submission-form .form-email::placeholder {
	font-size: 1.3rem;
	padding-left: 0.5rem;
}

.contact-form .form-email+.description,
.simplenews-subscriber-form .form-email+.description,
.webform-submission-form .form-email+.description {
	display: none;
}

.contact-form .form-textarea,
.simplenews-subscriber-form .form-textarea,
.webform-submission-form .form-textarea {
	height: 5em;
}

.contact-form .form-actions,
.simplenews-subscriber-form .form-actions,
.webform-submission-form .form-actions {
	text-align: right;
	width: 80%;
}

@media screen and (max-width:47.938em) {
	.contact-form .form-actions,
	.simplenews-subscriber-form .form-actions,
	.webform-submission-form .form-actions {
		width: 100%;
	}
}

.contact-form .button--primary,
.contact-form .form-submit,
.simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .form-submit,
.webform-submission-form .button--primary,
.webform-submission-form .form-submit {
	margin-bottom: 4rem;
	margin-top: 1rem;
}

#bottom-links p {
	margin-bottom: 0;
	font-family: "Roboto Bold", sans-serif;
	font-size: 1.4rem;
}

#bottom-links a {
	color: #374649;
	text-decoration: underline;
	margin-bottom: 1rem;
}

.error-page-content {
	max-width: 45rem;
}

.error-page-content p {
	margin-top: 2rem;
}

header .gradient-transparent-to-grey {
	margin: 2em 0;
	background-image: linear-gradient(to right, transparent 50%, #e6e6e6);
}

main h2.maintenance-subtitle {
	font-weight: bold;
}

.footer .maintenance-footer {
	background-color: #f7f9fa;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 2em;
}

.sitemap .sitemap-message {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.sitemap .sitemap-menu {
	padding-left: 0;
}

.sitemap .content ul li {
	margin-bottom: 4rem;
	background: linear-gradient(-135deg, #e2e1e1 5%, #ffffff 5%, #ffffff 45%, #e2e1e1 45%, #e2e1e1 55%, #ffffff 55%, #ffffff 95%, #e2e1e1 95%);
	background-size: 10px 10px;
	background-position: 50px 50px;
}

.sitemap .content ul a {
	display: inline-block;
	padding-right: 2rem;
	font-family: "Nunito Light", sans-serif;
	font-size: 3rem;
	color: #374649;
	background-color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.1;
}

.sitemap .content ul a:hover,
.sitemap .content ul a:focus {
	text-decoration: underline;
}

.sitemap .content ul ul {
	padding-top: 1rem;
	background: #ffffff;
}

.sitemap .content ul ul li {
	margin-bottom: 0;
	background-image: none;
}

.sitemap .content ul ul li ul {
	padding-top: 0;
}

.sitemap .content ul ul li ul li {
	width: 100%;
}

.sitemap .content ul ul li ul li a {
	display: block;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.4rem;
	color: #ED0000;
	text-transform: none;
	line-height: 1.5;
}

.sitemap .content ul ul li ul ul {
	display: block;
}

.sitemap .content ul ul li ul ul li {
	width: 100%;
}

.sitemap .content ul ul li ul ul li a {
	position: relative;
	padding-left: 3rem;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	color: #374649;
}

.sitemap .content ul ul li ul ul li a::before {
	width: 0;
	height: 0;
	border-top: 0.45rem solid transparent;
	border-left: 0.8rem solid #ED0000;
	border-bottom: 0.45rem solid transparent;
	position: absolute;
	display: block;
	content: "";
	left: 1.3rem;
	margin-top: 0.5rem;
}

.sitemap .mega-menu-column,
.sitemap .visibility-hidden {
	display: none !important;
}

.wysiwyg::after,
.wysiwyg::before {
	display: flex;
	content: " ";
}

.wysiwyg::after {
	clear: both;
}

.wysiwyg ul,
.wysiwyg ol {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 3.5rem;
}

.wysiwyg ul li ul,
.wysiwyg ol li ul {
	margin-bottom: 0;
}

.wysiwyg ul li {
	list-style-type: none;
}

.wysiwyg ul li::before {
	position: absolute;
	display: inline-block;
	margin-left: -1.1rem;
	margin-top: 0.65rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #ED0000;
	border-radius: 50%;
	content: "";
}

.wysiwyg ol li {
	list-style-type: decimal;
}

.wysiwyg .list-arrow li::before,
.wysiwyg .list-disc li::before,
.wysiwyg .list-links li::before {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wysiwyg .list-arrow,
.wysiwyg .list-disc {
	display: table;
	padding-left: 0;
}

.wysiwyg .list-disc li::before {
	width: 0.8rem;
	height: 0.8rem;
}

.wysiwyg .list-disc li ul li::before {
	width: 0.5rem;
	height: 0.5rem;
	left: 1rem;
}

.wysiwyg p {
	margin-bottom: 2.5rem;
}

.wysiwyg h1 {
	margin-bottom: 2.5rem;
	font-size: 4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	font-weight: 400;
	margin-bottom: 2rem;
	clear: both;
}

.wysiwyg h2 {
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
}

.wysiwyg h3 {
	font-size: 2.6rem;
}

.wysiwyg h3 strong {
	padding-left: 0.5rem;
}

.wysiwyg h4 {
	font-family: "Roboto Bold", sans-serif;
	font-size: 2.2rem;
}

.wysiwyg img {
	width: 100%;
	height: auto;
}

.wysiwyg blockquote p {
	margin-bottom: 1rem;
}

.wysiwyg blockquote p::before {
	content: "â€œ";
	color: #ED0000;
	font-family: "Nunito Bold", sans-serif;
	font-size: 120%;
}

.wysiwyg blockquote p::after {
	content: "â€";
	color: #ED0000;
	font-family: "Nunito Bold", sans-serif;
	font-size: 120%;
}

.wysiwyg table {
	margin-bottom: 1.5rem;
}

@media screen and (max-width:47.938em) {
	.wysiwyg table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
}

.wysiwyg table td {
	vertical-align: top;
	border-collapse: collapse;
}

.wysiwyg table thead th {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	padding: 13px;
	background: #ee0000;
	color: #ffffff;
}

.wysiwyg table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

.wysiwyg table tbody tr:nth-child(odd) {
	background-color: #F7F9FA;
}

.wysiwyg table tbody td,
.wysiwyg table tbody th {
	padding: 16px 14px 15px 14px;
	color: #374649;
	letter-spacing: 0.01rem;
	line-height: 2rem;
	margin: 0 1rem;
}

.wysiwyg .embedded-entity {
	margin-bottom: 2rem;
}

.wysiwyg .embedded-entity[data-embed-button=image] img {
	display: block;
	height: auto;
}

.wysiwyg .embedded-entity[data-embed-button=document] {
	margin-bottom: 0;
}

.wysiwyg .embedded-entity[data-embed-button=document] .media-document>ul.list-arrow {
	margin-bottom: 0;
}

.wysiwyg .embedded-entity img {
	display: block;
	margin-bottom: 3rem;
}

.wysiwyg .embedded-entity>img {
	margin: 0 auto 3rem;
	display: block;
}

.wysiwyg .embedded-entity>img.align-left {
	margin-right: 3rem;
}

.wysiwyg .embedded-entity>img.align-right {
	margin-left: 3rem;
}

@media screen and (max-width:47.938em) {
	.wysiwyg .embedded-entity.align-left[data-embed-button=key_figure] {
		width: 100%;
	}
}

@media screen and (min-width:48em) {
	.wysiwyg .embedded-entity.align-left[data-embed-button=key_figure] {
		width: 31%;
		margin-right: 3.33%;
	}
}

@media screen and (max-width:47.938em) {
	.wysiwyg .embedded-entity.align-left[data-embed-button=key_figure] {
		float: none;
	}
}

.wysiwyg .embedded-entity.align-left[data-embed-button=key_figure] .block-key-figure {
	width: 100%;
	max-width: initial;
}

.wysiwyg .embedded-entity.align-left[data-embed-button=key_figure]+.align-left[data-embed-button=key_figure]+.align-left[data-embed-button=key_figure] {
	margin-right: 0;
}

.wysiwyg .embedded-entity>div {
	margin-top: 0;
	margin-bottom: 0;
}

.wysiwyg .embedded-entity .block-to-read {
	margin-bottom: 2rem;
	clear: both;
}

.wysiwyg .embedded-entity .block-to-read p {
	margin-bottom: 1rem;
}

.wysiwyg .embedded-entity .share-social-list li::before {
	display: none;
}

.wysiwyg .embedded-entity.align-center .video-embedded {
	margin: auto;
}

.wysiwyg .embedded-entity.align-center .video-embedded .title {
	text-align: left;
	display: block;
}

.wysiwyg .embedded-entity .btn-prev img,
.wysiwyg .embedded-entity .btn-next img {
	margin-bottom: 0;
}

.wysiwyg .embedded-entity .title-carousel {
	margin-bottom: 0.5rem;
	margin-top: 2rem;
	font-family: "Nunito Light", sans-serif;
	font-size: 2.8rem;
}

.wysiwyg .embedded-entity .video-embedded img,
.wysiwyg .embedded-entity .infographics-embedded img {
	margin-bottom: 0;
}

.wysiwyg .embedded-entity[data-embed-button=click_and_collapse_block]~h2 {
	margin-top: 5rem;
}

.wysiwyg a {
	color: #ED0000;
}

.wysiwyg .text-align-left {
	text-align: left;
}

.wysiwyg .text-align-center {
	text-align: center;
}

.wysiwyg .text-align-right {
	text-align: right;
}

.wysiwyg .text-align-justify {
	text-align: justify;
}

.wysiwyg .align-left {
	float: left;
	margin-right: 2rem;
}

.wysiwyg .align-center {
	text-align: center;
}

.wysiwyg .align-center>div:not(.micromodal) {
	display: inline-block;
	text-align: left;
}

.wysiwyg .align-right {
	float: right;
	margin-left: 2rem;
}

.wysiwyg .align-left+ul li::before,
.wysiwyg .align-right+ul li::before {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	margin-left: 0;
}

.wysiwyg .carousel-slideshow ul li::before {
	display: none;
}

.wysiwyg .carousel-slideshow ul li img {
	margin-bottom: 0;
}

.wysiwyg .carousel-slideshow .controls {
	position: static;
	margin: 0;
	padding: 0;
}

.wysiwyg .accordion__heading {
	margin-bottom: 0;
}

.wysiwyg .cta-button {
	margin-bottom: 2rem;
	display: block;
}

.wysiwyg .cta-button .btn-primary,
.wysiwyg .cta-button .simplenews-confirm-add .button--primary,
.simplenews-confirm-add .wysiwyg .cta-button .button--primary,
.wysiwyg .cta-button .user-login-form .button,
.user-login-form .wysiwyg .cta-button .button,
.wysiwyg .cta-button .total-newsletter-edit-delete-form .form-submit,
.total-newsletter-edit-delete-form .wysiwyg .cta-button .form-submit,
.wysiwyg .cta-button .simplenews-confirm-multi .form-submit,
.simplenews-confirm-multi .wysiwyg .cta-button .form-submit,
.wysiwyg .cta-button .wForm input[type=submit],
.wForm .wysiwyg .cta-button input[type=submit],
.wysiwyg .cta-button .webform-submission-form #edit-access-denied-agreement-unchecked a,
.webform-submission-form #edit-access-denied-agreement-unchecked .wysiwyg .cta-button a,
.wysiwyg .cta-button .contact-form .button--primary,
.contact-form .wysiwyg .cta-button .button--primary,
.wysiwyg .cta-button .contact-form .form-submit,
.contact-form .wysiwyg .cta-button .form-submit,
.wysiwyg .cta-button .simplenews-subscriber-form .button--primary,
.simplenews-subscriber-form .wysiwyg .cta-button .button--primary,
.wysiwyg .cta-button .simplenews-subscriber-form .form-submit,
.simplenews-subscriber-form .wysiwyg .cta-button .form-submit,
.wysiwyg .cta-button .webform-submission-form .button--primary,
.webform-submission-form .wysiwyg .cta-button .button--primary,
.wysiwyg .cta-button .webform-submission-form .form-submit,
.webform-submission-form .wysiwyg .cta-button .form-submit {
	display: inline-block;
	padding-top: 1.1rem;
	font-weight: 400;
}

.wysiwyg .two-col-left,
.wysiwyg .two-col-right {
	display: flex;
	align-items: center;
}

.wysiwyg .two-col-left .embedded-entity,
.wysiwyg .two-col-right .embedded-entity {
	margin-bottom: 0;
}

.wysiwyg .two-col-left .embedded-entity img,
.wysiwyg .two-col-right .embedded-entity img {
	min-width: 100%;
}

.wysiwyg .two-col-left img {
	margin-right: 1.5em;
}

.wysiwyg .two-col-right {
	justify-content: space-between;
}

.wysiwyg .two-col-right img {
	margin-left: 1.5em;
}

.wysiwyg .diptych_big_title {
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 5.4rem;
	font-family: "Nunito", sans-serif;
}

@media screen and (max-width:35.938em) {
	.wysiwyg .diptych_big_title {
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.wysiwyg .diptych_big_title {
		font-size: 4.4rem;
		line-height: 4.2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.wysiwyg .diptych_big_title {
		font-size: 5.4rem;
		line-height: 5.4rem;
	}
}

.wysiwyg .diptych_regular_title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 5.4rem;
	font-family: "Nunito", sans-serif;
}

@media screen and (max-width:35.938em) {
	.wysiwyg .diptych_regular_title {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media screen and (min-width:36em) and (max-width:61.938em) {
	.wysiwyg .diptych_regular_title {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}

@media screen and (min-width:62em) and (max-width:74.938em) {
	.wysiwyg .diptych_regular_title {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
}

.archive-site {
	position: relative;
	background-color: #ffffff;
}

.archive-site ul li::before,
.archive-site ul li::after {
	display: none;
}

.archive-site #infographie .content .location .button {
	box-sizing: content-box;
}

.archive-site #infographie .content .location .button::before {
	box-sizing: content-box;
	left: 3.5px;
	top: 8px;
}

.archive-site #infographie .content .location .button.close-button::before {
	left: 1px;
}

.archive-site #racontr-loading .load-content {
	margin-top: 0 !important;
	top: 0 !important;
	background-color: #ffffff !important;
}
