@import url("https://use.typekit.net/hyr6xdv.css");

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-moz-transform: translate3d(-200px, 0, 0);
		-o-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-moz-transform: translate3d(-200px, 0, 0);
		-o-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.b-ext {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

.b-ext {
	margin: 0;
}

.b-ext article,
.b-ext aside,
.b-ext details,
.b-ext figcaption,
.b-ext figure,
.b-ext footer,
.b-ext header,
.b-ext hgroup,
.b-ext main,
.b-ext nav,
.b-ext section,
.b-ext summary {
	display: block;
}

.b-ext audio,
.b-ext canvas,
.b-ext progress,
.b-ext video {
	display: inline-block;
	vertical-align: baseline;
}

.b-ext audio:not([controls]) {
	display: none;
	height: 0;
}

.b-ext [hidden],
.b-ext template {
	display: none;
}

.b-ext a {
	background: transparent;
}

.b-ext a:active,
.b-ext a:hover {
	outline: 0;
}

.b-ext abbr[title] {
	border-bottom: 1px dotted;
}

.b-ext b,
.b-ext strong {
	font-weight: 700;
}

.b-ext dfn {
	font-style: italic;
}

.b-ext h1 {
	font-size: 2em;
	margin: .67em 0;
}

.b-ext mark {
	background: #ff0;
	color: #000;
}

.b-ext small {
	font-size: 80%;
}

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

.b-ext sup {
	top: -.5em;
}

.b-ext sub {
	bottom: -.25em;
}

.b-ext img {
	border: 0;
}

.b-ext svg:not(:root) {
	overflow: hidden;
}

.b-ext figure {
	margin: 1em 40px;
}

.b-ext hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

.b-ext pre {
	overflow: auto;
}

.b-ext code,
.b-ext kbd,
.b-ext pre,
.b-ext samp {
	font-family: monospace, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.b-ext button,
.b-ext input,
.b-ext optgroup,
.b-ext select,
.b-ext textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

.b-ext button {
	overflow: visible;
}

.b-ext button,
.b-ext select {
	text-transform: none;
}

.b-ext button,
.b-ext input[type=button],
.b-ext input[type=reset],
.b-ext input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

.b-ext button[disabled],
.b-ext input[disabled] {
	cursor: default;
}

.b-ext button::-moz-focus-inner,
.b-ext input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.b-ext input {
	line-height: normal;
}

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

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

.b-ext input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.b-ext input[type=search]::-webkit-search-cancel-button,
.b-ext input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.b-ext fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

.b-ext textarea {
	overflow: auto;
}

.b-ext optgroup {
	font-weight: 700;
}

.b-ext table {
	border-collapse: collapse;
	border-spacing: 0;
}

.b-ext td,
.b-ext th {
	padding: 0;
}

@media print {
	.b-ext * {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	.b-ext a,
	.b-ext a:visited {
		text-decoration: underline;
	}

	.b-ext a[href]:after {
		content: " (" attr(href) ")";
	}

	.b-ext abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.b-ext a[href^="#"]:after,
	.b-ext a[href^="javascript:"]:after {
		content: "";
	}

	.b-ext blockquote,
	.b-ext pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.b-ext thead {
		display: table-header-group;
	}

	.b-ext img,
	.b-ext tr {
		page-break-inside: avoid;
	}

	.b-ext img {
		max-width: 100% !important;
	}

	.b-ext h2,
	.b-ext h3,
	.b-ext p {
		orphans: 3;
		widows: 3;
	}

	.b-ext h2,
	.b-ext h3 {
		page-break-after: avoid;
	}

	.b-ext select {
		background: #fff !important;
	}

	.b-ext .navbar {
		display: none;
	}

	.b-ext .table {
		border-collapse: collapse !important;
	}

	.b-ext .table td,
	.b-ext .table th {
		background-color: #fff !important;
	}

	.b-ext .btn>.caret,
	.b-ext .dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.b-ext .label {
		border: 1px solid #000;
	}

	.b-ext .table-bordered td,
	.b-ext .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

.b-ext *,
.b-ext :after,
.b-ext :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-ext {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px;
	--font-size: 10px;
}

.b-ext {
	background-color: #fff;
	color: #515151;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.b-ext button,
.b-ext input,
.b-ext select,
.b-ext textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.b-ext a {
	color: #515151;
}

.b-ext a:focus,
.b-ext a:hover {
	color: #3498db;
	text-decoration: underline;
}

.b-ext a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.b-ext figure {
	margin: 0;
}

.b-ext img {
	vertical-align: middle;
}

.b-ext .img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.b-ext .img-rounded {
	border-radius: 0;
}

.b-ext .img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: inline-block;
	height: auto;
	line-height: 1.6;
	max-width: 100%;
	padding: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.b-ext .img-circle {
	border-radius: 50%;
}

.b-ext hr {
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
}

.b-ext .sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.b-ext .h1,
.b-ext .h2,
.b-ext .h3,
.b-ext .h4,
.b-ext .h5,
.b-ext .h6,
.b-ext h1,
.b-ext h2,
.b-ext h3,
.b-ext h4,
.b-ext h5,
.b-ext h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.4;
}

.b-ext .h1 .small,
.b-ext .h1 small,
.b-ext .h2 .small,
.b-ext .h2 small,
.b-ext .h3 .small,
.b-ext .h3 small,
.b-ext .h4 .small,
.b-ext .h4 small,
.b-ext .h5 .small,
.b-ext .h5 small,
.b-ext .h6 .small,
.b-ext .h6 small,
.b-ext h1 .small,
.b-ext h1 small,
.b-ext h2 .small,
.b-ext h2 small,
.b-ext h3 .small,
.b-ext h3 small,
.b-ext h4 .small,
.b-ext h4 small,
.b-ext h5 .small,
.b-ext h5 small,
.b-ext h6 .small,
.b-ext h6 small {
	color: #999;
	font-weight: 400;
	line-height: 1;
}

.b-ext .h1,
.b-ext .h2,
.b-ext .h3,
.b-ext h1,
.b-ext h2,
.b-ext h3 {
	margin-bottom: .8em;
	margin-top: 1.6em;
}

.b-ext .h1 .small,
.b-ext .h1 small,
.b-ext .h2 .small,
.b-ext .h2 small,
.b-ext .h3 .small,
.b-ext .h3 small,
.b-ext h1 .small,
.b-ext h1 small,
.b-ext h2 .small,
.b-ext h2 small,
.b-ext h3 .small,
.b-ext h3 small {
	font-size: 65%;
}

.b-ext .h4,
.b-ext .h5,
.b-ext .h6,
.b-ext h4,
.b-ext h5,
.b-ext h6 {
	margin-bottom: .8em;
	margin-top: .8em;
}

.b-ext .h4 .small,
.b-ext .h4 small,
.b-ext .h5 .small,
.b-ext .h5 small,
.b-ext .h6 .small,
.b-ext .h6 small,
.b-ext h4 .small,
.b-ext h4 small,
.b-ext h5 .small,
.b-ext h5 small,
.b-ext h6 .small,
.b-ext h6 small {
	font-size: 75%;
}

.b-ext .h1,
.b-ext h1 {
	font-size: calc(var(--font-size) * 5.6);
}

.b-ext .h2,
.b-ext h2 {
	font-size: calc(var(--font-size) * 4.8);
}

.b-ext .h3,
.b-ext h3 {
	font-size: calc(var(--font-size) * 3);
}

.b-ext .h4,
.b-ext h4 {
	font-size: calc(var(--font-size) * 2.4);
}

.b-ext .h5,
.b-ext h5 {
	font-size: 16px;
}

.b-ext .h6,
.b-ext h6 {
	font-size: 14px;
}

.b-ext p {
	margin: 0 0 .8em;
}

.b-ext .lead {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 1.6em;
}

@media (min-width:768px) {
	.b-ext .lead {
		font-size: 24px;
	}
}

.b-ext .small,
.b-ext small {
	font-size: 85%;
}

.b-ext cite {
	font-style: normal;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-muted {
	color: #999;
}

.text-primary {
	color: #3498db;
}

a.text-primary:hover {
	color: #217dbb;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	background-color: #3498db;
	color: #fff;
}

a.bg-primary:hover {
	background-color: #217dbb;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.b-ext .page-header {
	border-bottom: 1px solid #eee;
	margin: 3.2em 0 1.6em;
	padding-bottom: -.2em;
}

.b-ext ol,
.b-ext ul {
	margin-bottom: .8em;
	margin-top: 0;
}

.b-ext ol ol,
.b-ext ol ul,
.b-ext ul ol,
.b-ext ul ul {
	margin-bottom: 0;
}

.b-ext .list-inline,
.b-ext .list-unstyled {
	list-style: none;
	padding-left: 0;
}

.b-ext .list-inline {
	margin-left: -5px;
}

.b-ext .list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.b-ext dl {
	margin-bottom: 1.6em;
	margin-top: 0;
}

.b-ext dd,
.b-ext dt {
	line-height: 1.6;
}

.b-ext dt {
	font-weight: 700;
}

.b-ext dd {
	margin-left: 0;
}

@media (min-width:768px) {
	.b-ext .dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}

	.b-ext .dl-horizontal dd {
		margin-left: 180px;
	}

	.b-ext .dl-horizontal dd:after,
	.b-ext .dl-horizontal dd:before {
		content: " ";
		display: table;
	}

	.b-ext .dl-horizontal dd:after {
		clear: both;
	}
}

.b-ext abbr[data-original-title],
.b-ext abbr[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

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

.b-ext blockquote {
	border-left: 5px solid #eee;
	font-size: 20px;
	margin: 0 0 1.6em;
	padding: .8em 1.6em;
}

.b-ext blockquote ol:last-child,
.b-ext blockquote p:last-child,
.b-ext blockquote ul:last-child {
	margin-bottom: 0;
}

.b-ext blockquote .small,
.b-ext blockquote footer,
.b-ext blockquote small {
	color: #999;
	display: block;
	font-size: 80%;
	line-height: 1.6;
}

.b-ext blockquote .small:before,
.b-ext blockquote footer:before,
.b-ext blockquote small:before {
	content: "— ";
}

.b-ext .blockquote-reverse,
.b-ext blockquote.pull-right {
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}

.b-ext .blockquote-reverse .small:before,
.b-ext .blockquote-reverse footer:before,
.b-ext .blockquote-reverse small:before,
.b-ext blockquote.pull-right .small:before,
.b-ext blockquote.pull-right footer:before,
.b-ext blockquote.pull-right small:before {
	content: "";
}

.b-ext .blockquote-reverse .small:after,
.b-ext .blockquote-reverse footer:after,
.b-ext .blockquote-reverse small:after,
.b-ext blockquote.pull-right .small:after,
.b-ext blockquote.pull-right footer:after,
.b-ext blockquote.pull-right small:after {
	content: " —";
}

.b-ext blockquote:after,
.b-ext blockquote:before {
	content: "";
}

.b-ext address {
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 1.6em;
}

.b-ext .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.b-ext .container:after,
.b-ext .container:before {
	content: " ";
	display: table;
}

.b-ext .container:after {
	clear: both;
}

@media (min-width:768px) {
	.b-ext .container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.b-ext .container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.b-ext .container {
		width: 1170px;
	}
}

.b-ext .container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.b-ext .container-fluid:after,
.b-ext .container-fluid:before {
	content: " ";
	display: table;
}

.b-ext .container-fluid:after {
	clear: both;
}

.b-ext .row {
	margin-left: -15px;
	margin-right: -15px;
}

.b-ext .row:after,
.b-ext .row:before {
	content: " ";
	display: table;
}

.b-ext .row:after {
	clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.b-ext .col-xs-pull-12 {
	right: 100%;
}

.b-ext .col-xs-pull-11 {
	right: 91.66666667%;
}

.b-ext .col-xs-pull-10 {
	right: 83.33333333%;
}

.b-ext .col-xs-pull-9 {
	right: 75%;
}

.b-ext .col-xs-pull-8 {
	right: 66.66666667%;
}

.b-ext .col-xs-pull-7 {
	right: 58.33333333%;
}

.b-ext .col-xs-pull-6 {
	right: 50%;
}

.b-ext .col-xs-pull-5 {
	right: 41.66666667%;
}

.b-ext .col-xs-pull-4 {
	right: 33.33333333%;
}

.b-ext .col-xs-pull-3 {
	right: 25%;
}

.b-ext .col-xs-pull-2 {
	right: 16.66666667%;
}

.b-ext .col-xs-pull-1 {
	right: 8.33333333%;
}

.b-ext .col-xs-pull-0 {
	right: 0;
}

.b-ext .col-xs-push-12 {
	left: 100%;
}

.b-ext .col-xs-push-11 {
	left: 91.66666667%;
}

.b-ext .col-xs-push-10 {
	left: 83.33333333%;
}

.b-ext .col-xs-push-9 {
	left: 75%;
}

.b-ext .col-xs-push-8 {
	left: 66.66666667%;
}

.b-ext .col-xs-push-7 {
	left: 58.33333333%;
}

.b-ext .col-xs-push-6 {
	left: 50%;
}

.b-ext .col-xs-push-5 {
	left: 41.66666667%;
}

.b-ext .col-xs-push-4 {
	left: 33.33333333%;
}

.b-ext .col-xs-push-3 {
	left: 25%;
}

.b-ext .col-xs-push-2 {
	left: 16.66666667%;
}

.b-ext .col-xs-push-1 {
	left: 8.33333333%;
}

.b-ext .col-xs-push-0 {
	left: 0;
}

.b-ext .col-xs-offset-12 {
	margin-left: 100%;
}

.b-ext .col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.b-ext .col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.b-ext .col-xs-offset-9 {
	margin-left: 75%;
}

.b-ext .col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.b-ext .col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.b-ext .col-xs-offset-6 {
	margin-left: 50%;
}

.b-ext .col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.b-ext .col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.b-ext .col-xs-offset-3 {
	margin-left: 25%;
}

.b-ext .col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.b-ext .col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.b-ext .col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.b-ext .col-sm-pull-12 {
		right: 100%;
	}

	.b-ext .col-sm-pull-11 {
		right: 91.66666667%;
	}

	.b-ext .col-sm-pull-10 {
		right: 83.33333333%;
	}

	.b-ext .col-sm-pull-9 {
		right: 75%;
	}

	.b-ext .col-sm-pull-8 {
		right: 66.66666667%;
	}

	.b-ext .col-sm-pull-7 {
		right: 58.33333333%;
	}

	.b-ext .col-sm-pull-6 {
		right: 50%;
	}

	.b-ext .col-sm-pull-5 {
		right: 41.66666667%;
	}

	.b-ext .col-sm-pull-4 {
		right: 33.33333333%;
	}

	.b-ext .col-sm-pull-3 {
		right: 25%;
	}

	.b-ext .col-sm-pull-2 {
		right: 16.66666667%;
	}

	.b-ext .col-sm-pull-1 {
		right: 8.33333333%;
	}

	.b-ext .col-sm-pull-0 {
		right: 0;
	}

	.b-ext .col-sm-push-12 {
		left: 100%;
	}

	.b-ext .col-sm-push-11 {
		left: 91.66666667%;
	}

	.b-ext .col-sm-push-10 {
		left: 83.33333333%;
	}

	.b-ext .col-sm-push-9 {
		left: 75%;
	}

	.b-ext .col-sm-push-8 {
		left: 66.66666667%;
	}

	.b-ext .col-sm-push-7 {
		left: 58.33333333%;
	}

	.b-ext .col-sm-push-6 {
		left: 50%;
	}

	.b-ext .col-sm-push-5 {
		left: 41.66666667%;
	}

	.b-ext .col-sm-push-4 {
		left: 33.33333333%;
	}

	.b-ext .col-sm-push-3 {
		left: 25%;
	}

	.b-ext .col-sm-push-2 {
		left: 16.66666667%;
	}

	.b-ext .col-sm-push-1 {
		left: 8.33333333%;
	}

	.b-ext .col-sm-push-0 {
		left: 0;
	}

	.b-ext .col-sm-offset-12 {
		margin-left: 100%;
	}

	.b-ext .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.b-ext .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.b-ext .col-sm-offset-9 {
		margin-left: 75%;
	}

	.b-ext .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.b-ext .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.b-ext .col-sm-offset-6 {
		margin-left: 50%;
	}

	.b-ext .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.b-ext .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.b-ext .col-sm-offset-3 {
		margin-left: 25%;
	}

	.b-ext .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.b-ext .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.b-ext .col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.b-ext .col-md-pull-12 {
		right: 100%;
	}

	.b-ext .col-md-pull-11 {
		right: 91.66666667%;
	}

	.b-ext .col-md-pull-10 {
		right: 83.33333333%;
	}

	.b-ext .col-md-pull-9 {
		right: 75%;
	}

	.b-ext .col-md-pull-8 {
		right: 66.66666667%;
	}

	.b-ext .col-md-pull-7 {
		right: 58.33333333%;
	}

	.b-ext .col-md-pull-6 {
		right: 50%;
	}

	.b-ext .col-md-pull-5 {
		right: 41.66666667%;
	}

	.b-ext .col-md-pull-4 {
		right: 33.33333333%;
	}

	.b-ext .col-md-pull-3 {
		right: 25%;
	}

	.b-ext .col-md-pull-2 {
		right: 16.66666667%;
	}

	.b-ext .col-md-pull-1 {
		right: 8.33333333%;
	}

	.b-ext .col-md-pull-0 {
		right: 0;
	}

	.b-ext .col-md-push-12 {
		left: 100%;
	}

	.b-ext .col-md-push-11 {
		left: 91.66666667%;
	}

	.b-ext .col-md-push-10 {
		left: 83.33333333%;
	}

	.b-ext .col-md-push-9 {
		left: 75%;
	}

	.b-ext .col-md-push-8 {
		left: 66.66666667%;
	}

	.b-ext .col-md-push-7 {
		left: 58.33333333%;
	}

	.b-ext .col-md-push-6 {
		left: 50%;
	}

	.b-ext .col-md-push-5 {
		left: 41.66666667%;
	}

	.b-ext .col-md-push-4 {
		left: 33.33333333%;
	}

	.b-ext .col-md-push-3 {
		left: 25%;
	}

	.b-ext .col-md-push-2 {
		left: 16.66666667%;
	}

	.b-ext .col-md-push-1 {
		left: 8.33333333%;
	}

	.b-ext .col-md-push-0 {
		left: 0;
	}

	.b-ext .col-md-offset-12 {
		margin-left: 100%;
	}

	.b-ext .col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.b-ext .col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.b-ext .col-md-offset-9 {
		margin-left: 75%;
	}

	.b-ext .col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.b-ext .col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.b-ext .col-md-offset-6 {
		margin-left: 50%;
	}

	.b-ext .col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.b-ext .col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.b-ext .col-md-offset-3 {
		margin-left: 25%;
	}

	.b-ext .col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.b-ext .col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.b-ext .col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.b-ext .col-lg-pull-12 {
		right: 100%;
	}

	.b-ext .col-lg-pull-11 {
		right: 91.66666667%;
	}

	.b-ext .col-lg-pull-10 {
		right: 83.33333333%;
	}

	.b-ext .col-lg-pull-9 {
		right: 75%;
	}

	.b-ext .col-lg-pull-8 {
		right: 66.66666667%;
	}

	.b-ext .col-lg-pull-7 {
		right: 58.33333333%;
	}

	.b-ext .col-lg-pull-6 {
		right: 50%;
	}

	.b-ext .col-lg-pull-5 {
		right: 41.66666667%;
	}

	.b-ext .col-lg-pull-4 {
		right: 33.33333333%;
	}

	.b-ext .col-lg-pull-3 {
		right: 25%;
	}

	.b-ext .col-lg-pull-2 {
		right: 16.66666667%;
	}

	.b-ext .col-lg-pull-1 {
		right: 8.33333333%;
	}

	.b-ext .col-lg-pull-0 {
		right: 0;
	}

	.b-ext .col-lg-push-12 {
		left: 100%;
	}

	.b-ext .col-lg-push-11 {
		left: 91.66666667%;
	}

	.b-ext .col-lg-push-10 {
		left: 83.33333333%;
	}

	.b-ext .col-lg-push-9 {
		left: 75%;
	}

	.b-ext .col-lg-push-8 {
		left: 66.66666667%;
	}

	.b-ext .col-lg-push-7 {
		left: 58.33333333%;
	}

	.b-ext .col-lg-push-6 {
		left: 50%;
	}

	.b-ext .col-lg-push-5 {
		left: 41.66666667%;
	}

	.b-ext .col-lg-push-4 {
		left: 33.33333333%;
	}

	.b-ext .col-lg-push-3 {
		left: 25%;
	}

	.b-ext .col-lg-push-2 {
		left: 16.66666667%;
	}

	.b-ext .col-lg-push-1 {
		left: 8.33333333%;
	}

	.b-ext .col-lg-push-0 {
		left: 0;
	}

	.b-ext .col-lg-offset-12 {
		margin-left: 100%;
	}

	.b-ext .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.b-ext .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.b-ext .col-lg-offset-9 {
		margin-left: 75%;
	}

	.b-ext .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.b-ext .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.b-ext .col-lg-offset-6 {
		margin-left: 50%;
	}

	.b-ext .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.b-ext .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.b-ext .col-lg-offset-3 {
		margin-left: 25%;
	}

	.b-ext .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.b-ext .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.b-ext .col-lg-offset-0 {
		margin-left: 0;
	}
}

.b-ext table {
	background-color: transparent;
	max-width: 100%;
}

.b-ext table td[class*=col-],
.b-ext table th[class*=col-] {
	display: table-cell;
	float: none;
	position: static;
}

.b-ext th {
	text-align: left;
}

.b-ext .table {
	margin-bottom: 1.6em;
	width: 100%;
}

.b-ext .table>tbody>tr>td,
.b-ext .table>tbody>tr>th,
.b-ext .table>tfoot>tr>td,
.b-ext .table>tfoot>tr>th,
.b-ext .table>thead>tr>td,
.b-ext .table>thead>tr>th {
	border-top: 1px solid transparent;
	line-height: 1.6;
	padding: 8px;
	vertical-align: top;
}

.b-ext .table>thead>tr>th {
	border-bottom: 2px solid transparent;
	vertical-align: bottom;
}

.b-ext .table>caption+thead>tr:first-child>td,
.b-ext .table>caption+thead>tr:first-child>th,
.b-ext .table>colgroup+thead>tr:first-child>td,
.b-ext .table>colgroup+thead>tr:first-child>th,
.b-ext .table>thead:first-child>tr:first-child>td,
.b-ext .table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.b-ext .table>tbody+tbody {
	border-top: 2px solid transparent;
}

.b-ext .table .table {
	background-color: #fff;
}

.b-ext .table-condensed>tbody>tr>td,
.b-ext .table-condensed>tbody>tr>th,
.b-ext .table-condensed>tfoot>tr>td,
.b-ext .table-condensed>tfoot>tr>th,
.b-ext .table-condensed>thead>tr>td,
.b-ext .table-condensed>thead>tr>th {
	padding: 5px;
}

.b-ext .table-bordered,
.b-ext .table-bordered>tbody>tr>td,
.b-ext .table-bordered>tbody>tr>th,
.b-ext .table-bordered>tfoot>tr>td,
.b-ext .table-bordered>tfoot>tr>th,
.b-ext .table-bordered>thead>tr>td,
.b-ext .table-bordered>thead>tr>th {
	border: 1px solid transparent;
}

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

.b-ext .table-striped>tbody>tr:nth-child(odd)>td,
.b-ext .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.b-ext .table-hover>tbody>tr:hover>td,
.b-ext .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}

.b-ext table col[class*=col-] {
	display: table-column;
	float: none;
	position: static;
}

@media (max-width:767px) {
	.b-ext .table-responsive {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		border: 1px solid transparent;
		margin-bottom: 1.2em;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
	}

	.b-ext .table-responsive>.table {
		margin-bottom: 0;
	}

	.b-ext .table-responsive>.table>tbody>tr>td,
	.b-ext .table-responsive>.table>tbody>tr>th,
	.b-ext .table-responsive>.table>tfoot>tr>td,
	.b-ext .table-responsive>.table>tfoot>tr>th,
	.b-ext .table-responsive>.table>thead>tr>td,
	.b-ext .table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

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

	.b-ext .table-responsive>.table-bordered>tbody>tr>td:first-child,
	.b-ext .table-responsive>.table-bordered>tbody>tr>th:first-child,
	.b-ext .table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.b-ext .table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.b-ext .table-responsive>.table-bordered>thead>tr>td:first-child,
	.b-ext .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0;
	}

	.b-ext .table-responsive>.table-bordered>tbody>tr>td:last-child,
	.b-ext .table-responsive>.table-bordered>tbody>tr>th:last-child,
	.b-ext .table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.b-ext .table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.b-ext .table-responsive>.table-bordered>thead>tr>td:last-child,
	.b-ext .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0;
	}

	.b-ext .table-responsive>.table-bordered>tbody>tr:last-child>td,
	.b-ext .table-responsive>.table-bordered>tbody>tr:last-child>th,
	.b-ext .table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.b-ext .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0;
	}
}

.b-ext fieldset {
	margin: 0;
	min-width: 0;
}

.b-ext fieldset,
.b-ext legend {
	border: 0;
	padding: 0;
}

.b-ext legend {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 24px;
	line-height: inherit;
	margin-bottom: 1.6em;
	width: 100%;
}

.b-ext label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
}

.b-ext input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-ext input[type=checkbox],
.b-ext input[type=radio] {
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}

.b-ext input[type=file] {
	display: block;
}

.b-ext input[type=range] {
	display: block;
	width: 100%;
}

.b-ext select[multiple],
.b-ext select[size] {
	height: auto;
}

.b-ext input[type=checkbox]:focus,
.b-ext input[type=file]:focus,
.b-ext input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.b-ext output {
	padding-top: 7px;
}

.b-ext .form-control,
.b-ext output {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 1.6;
}

.b-ext .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	height: 40px;
	padding: 6px 12px;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.b-ext .form-control:focus {
	border-color: #3498db;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
	outline: 0;
}

.b-ext .form-control::-moz-placeholder {
	color: #737373;
	opacity: 1;
}

.b-ext .form-control:-ms-input-placeholder {
	color: #737373;
}

.b-ext .form-control::-webkit-input-placeholder {
	color: #737373;
}

.b-ext .form-control[disabled],
.b-ext .form-control[readonly],
.b-ext fieldset[disabled] .form-control {
	background-color: #dcdcdc;
	cursor: not-allowed;
	opacity: 1;
}

.b-ext textarea.form-control {
	height: auto;
}

.b-ext input[type=search] {
	-webkit-appearance: none;
}

.b-ext input[type=date] {
	line-height: 40px;
}

.b-ext .form-group {
	margin-bottom: 15px;
}

.b-ext .checkbox,
.b-ext .radio {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 1.6em;
	padding-left: 20px;
}

.b-ext .checkbox label,
.b-ext .radio label {
	cursor: pointer;
	display: inline;
	font-weight: 400;
}

.b-ext .checkbox input[type=checkbox],
.b-ext .checkbox-inline input[type=checkbox],
.b-ext .radio input[type=radio],
.b-ext .radio-inline input[type=radio] {
	float: left;
	margin-left: -20px;
}

.b-ext .checkbox+.checkbox,
.b-ext .radio+.radio {
	margin-top: -5px;
}

.b-ext .checkbox-inline,
.b-ext .radio-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}

.b-ext .checkbox-inline+.checkbox-inline,
.b-ext .radio-inline+.radio-inline {
	margin-left: 10px;
	margin-top: 0;
}

.b-ext .checkbox-inline[disabled],
.b-ext .checkbox[disabled],
.b-ext .radio-inline[disabled],
.b-ext .radio[disabled],
.b-ext fieldset[disabled] .checkbox,
.b-ext fieldset[disabled] .checkbox-inline,
.b-ext fieldset[disabled] .radio,
.b-ext fieldset[disabled] .radio-inline,
.b-ext fieldset[disabled] input[type=checkbox],
.b-ext fieldset[disabled] input[type=radio],
.b-ext input[type=checkbox][disabled],
.b-ext input[type=radio][disabled] {
	cursor: not-allowed;
}

.b-ext .input-sm {
	border-radius: 0;
	font-size: calc(var(--font-size) * 1.2);
	height: calc(var(--font-size) * 13);
	line-height: 1.5;
	padding: 5px 10px;
}

.b-ext select.input-sm {
	height: calc(var(--font-size) * 13);
	line-height: calc(var(--font-size) * 13);
}

.b-ext select[multiple] .input-sm,
.b-ext textarea.input-sm {
	height: auto;
}

.b-ext .input-lg {
	border-radius: 0;
	font-size: 20px;
	height: 49px;
	line-height: 1.33;
	padding: 10px 16px;
}

.b-ext select.input-lg {
	height: 49px;
	line-height: 49px;
}

.b-ext select[multiple] .input-lg,
.b-ext textarea.input-lg {
	height: auto;
}

.b-ext .has-feedback {
	position: relative;
}

.b-ext .has-feedback .form-control {
	padding-right: 50px;
}

.b-ext .has-feedback .form-control-feedback {
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 6.6em;
	width: 40px;
}

.b-ext .has-success .checkbox,
.b-ext .has-success .checkbox-inline,
.b-ext .has-success .control-label,
.b-ext .has-success .help-block,
.b-ext .has-success .radio,
.b-ext .has-success .radio-inline {
	color: #3c763d;
}

.b-ext .has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.b-ext .has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.b-ext .has-success .input-group-addon {
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}

.b-ext .has-success .form-control-feedback {
	color: #3c763d;
}

.b-ext .has-warning .checkbox,
.b-ext .has-warning .checkbox-inline,
.b-ext .has-warning .control-label,
.b-ext .has-warning .help-block,
.b-ext .has-warning .radio,
.b-ext .has-warning .radio-inline {
	color: #8a6d3b;
}

.b-ext .has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.b-ext .has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.b-ext .has-warning .input-group-addon {
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}

.b-ext .has-warning .form-control-feedback {
	color: #8a6d3b;
}

.b-ext .has-error .checkbox,
.b-ext .has-error .checkbox-inline,
.b-ext .has-error .control-label,
.b-ext .has-error .help-block,
.b-ext .has-error .radio,
.b-ext .has-error .radio-inline {
	color: #a94442;
}

.b-ext .has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.b-ext .has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.b-ext .has-error .input-group-addon {
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}

.b-ext .has-error .form-control-feedback {
	color: #a94442;
}

.b-ext .form-control-static {
	margin-bottom: 0;
}

.b-ext .help-block {
	color: #919191;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (min-width:768px) {
	.b-ext .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.b-ext .form-inline .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.b-ext .form-inline .input-group>.form-control {
		width: 100%;
	}

	.b-ext .form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.b-ext .form-inline .checkbox,
	.b-ext .form-inline .radio {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle;
	}

	.b-ext .form-inline .checkbox input[type=checkbox],
	.b-ext .form-inline .radio input[type=radio] {
		float: none;
		margin-left: 0;
	}

	.b-ext .form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.b-ext .form-horizontal .checkbox,
.b-ext .form-horizontal .checkbox-inline,
.b-ext .form-horizontal .control-label,
.b-ext .form-horizontal .radio,
.b-ext .form-horizontal .radio-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}

.b-ext .form-horizontal .checkbox,
.b-ext .form-horizontal .radio {
	min-height: 8.6em;
}

.b-ext .form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.b-ext .form-horizontal .form-group:after,
.b-ext .form-horizontal .form-group:before {
	content: " ";
	display: table;
}

.b-ext .form-horizontal .form-group:after {
	clear: both;
}

.b-ext .form-horizontal .form-control-static {
	padding-top: 7px;
}

@media (min-width:768px) {
	.b-ext .form-horizontal .control-label {
		text-align: right;
	}
}

.b-ext .form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
	top: 0;
}

.b-ext .btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.b-ext .btn.active:focus,
.b-ext .btn:active:focus,
.b-ext .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.b-ext .btn:focus,
.b-ext .btn:hover {
	color: #fff;
	text-decoration: none;
}

.b-ext .btn.active,
.b-ext .btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

.b-ext .btn.disabled,
.b-ext .btn[disabled],
.b-ext fieldset[disabled] .btn {
	-webkit-khtml-opacity: .65;
	-moz-khtml-opacity: .65;
	-ms-khtml-opacity: .65;
	-o-khtml-opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	opacity: .65;
	pointer-events: none;
}

.b-ext .btn-default {
	background-color: #3498db;
	border-color: transparent;
	color: #fff;
}

.b-ext .btn-default.active,
.b-ext .btn-default:active,
.b-ext .btn-default:focus,
.b-ext .btn-default:hover,
.b-ext .open .dropdown-toggle.btn-default {
	background-color: #2383c4;
	border-color: transparent;
	color: #fff;
}

.b-ext .btn-default.active,
.b-ext .btn-default:active,
.b-ext .open .dropdown-toggle.btn-default {
	background-image: none;
}

.b-ext .btn-default.disabled,
.b-ext .btn-default.disabled.active,
.b-ext .btn-default.disabled:active,
.b-ext .btn-default.disabled:focus,
.b-ext .btn-default.disabled:hover,
.b-ext .btn-default[disabled],
.b-ext .btn-default[disabled].active,
.b-ext .btn-default[disabled]:active,
.b-ext .btn-default[disabled]:focus,
.b-ext .btn-default[disabled]:hover,
.b-ext fieldset[disabled] .btn-default,
.b-ext fieldset[disabled] .btn-default.active,
.b-ext fieldset[disabled] .btn-default:active,
.b-ext fieldset[disabled] .btn-default:focus,
.b-ext fieldset[disabled] .btn-default:hover {
	background-color: #3498db;
	border-color: transparent;
}

.b-ext .btn-default .badge {
	background-color: #fff;
	color: #3498db;
}

.b-ext .btn-primary {
	background-color: #3498db;
	border-color: transparent;
	color: #fff;
}

.b-ext .btn-primary.active,
.b-ext .btn-primary:active,
.b-ext .btn-primary:focus,
.b-ext .btn-primary:hover,
.b-ext .open .dropdown-toggle.btn-primary {
	background-color: #2383c4;
	border-color: transparent;
	color: #fff;
}

.b-ext .btn-primary.active,
.b-ext .btn-primary:active,
.b-ext .open .dropdown-toggle.btn-primary {
	background-image: none;
}

.b-ext .btn-primary.disabled,
.b-ext .btn-primary.disabled.active,
.b-ext .btn-primary.disabled:active,
.b-ext .btn-primary.disabled:focus,
.b-ext .btn-primary.disabled:hover,
.b-ext .btn-primary[disabled],
.b-ext .btn-primary[disabled].active,
.b-ext .btn-primary[disabled]:active,
.b-ext .btn-primary[disabled]:focus,
.b-ext .btn-primary[disabled]:hover,
.b-ext fieldset[disabled] .btn-primary,
.b-ext fieldset[disabled] .btn-primary.active,
.b-ext fieldset[disabled] .btn-primary:active,
.b-ext fieldset[disabled] .btn-primary:focus,
.b-ext fieldset[disabled] .btn-primary:hover {
	background-color: #3498db;
	border-color: transparent;
}

.b-ext .btn-primary .badge {
	background-color: #fff;
	color: #3498db;
}

.b-ext .btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.b-ext .btn-success.active,
.b-ext .btn-success:active,
.b-ext .btn-success:focus,
.b-ext .btn-success:hover,
.b-ext .open .dropdown-toggle.btn-success {
	background-color: #47a447;
	border-color: #398439;
	color: #fff;
}

.b-ext .btn-success.active,
.b-ext .btn-success:active,
.b-ext .open .dropdown-toggle.btn-success {
	background-image: none;
}

.b-ext .btn-success.disabled,
.b-ext .btn-success.disabled.active,
.b-ext .btn-success.disabled:active,
.b-ext .btn-success.disabled:focus,
.b-ext .btn-success.disabled:hover,
.b-ext .btn-success[disabled],
.b-ext .btn-success[disabled].active,
.b-ext .btn-success[disabled]:active,
.b-ext .btn-success[disabled]:focus,
.b-ext .btn-success[disabled]:hover,
.b-ext fieldset[disabled] .btn-success,
.b-ext fieldset[disabled] .btn-success.active,
.b-ext fieldset[disabled] .btn-success:active,
.b-ext fieldset[disabled] .btn-success:focus,
.b-ext fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.b-ext .btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}

.b-ext .btn-info {
	background-color: #ddd;
	border-color: #ddd;
	color: #515151;
}

.b-ext .btn-info.active,
.b-ext .btn-info:active,
.b-ext .btn-info:focus,
.b-ext .btn-info:hover,
.b-ext .open .dropdown-toggle.btn-info {
	background-color: #c9c9c9;
	border-color: #bebebe;
	color: #515151;
}

.b-ext .btn-info.active,
.b-ext .btn-info:active,
.b-ext .open .dropdown-toggle.btn-info {
	background-image: none;
}

.b-ext .btn-info.disabled,
.b-ext .btn-info.disabled.active,
.b-ext .btn-info.disabled:active,
.b-ext .btn-info.disabled:focus,
.b-ext .btn-info.disabled:hover,
.b-ext .btn-info[disabled],
.b-ext .btn-info[disabled].active,
.b-ext .btn-info[disabled]:active,
.b-ext .btn-info[disabled]:focus,
.b-ext .btn-info[disabled]:hover,
.b-ext fieldset[disabled] .btn-info,
.b-ext fieldset[disabled] .btn-info.active,
.b-ext fieldset[disabled] .btn-info:active,
.b-ext fieldset[disabled] .btn-info:focus,
.b-ext fieldset[disabled] .btn-info:hover {
	background-color: #ddd;
	border-color: #ddd;
}

.b-ext .btn-info .badge {
	background-color: #515151;
	color: #ddd;
}

.b-ext .btn-warning {
	background-color: #d32f2f;
	border-color: #c02929;
	color: #fff;
}

.b-ext .btn-warning.active,
.b-ext .btn-warning:active,
.b-ext .btn-warning:focus,
.b-ext .btn-warning:hover,
.b-ext .open .dropdown-toggle.btn-warning {
	background-color: #b32626;
	border-color: #8d1e1e;
	color: #fff;
}

.b-ext .btn-warning.active,
.b-ext .btn-warning:active,
.b-ext .open .dropdown-toggle.btn-warning {
	background-image: none;
}

.b-ext .btn-warning.disabled,
.b-ext .btn-warning.disabled.active,
.b-ext .btn-warning.disabled:active,
.b-ext .btn-warning.disabled:focus,
.b-ext .btn-warning.disabled:hover,
.b-ext .btn-warning[disabled],
.b-ext .btn-warning[disabled].active,
.b-ext .btn-warning[disabled]:active,
.b-ext .btn-warning[disabled]:focus,
.b-ext .btn-warning[disabled]:hover,
.b-ext fieldset[disabled] .btn-warning,
.b-ext fieldset[disabled] .btn-warning.active,
.b-ext fieldset[disabled] .btn-warning:active,
.b-ext fieldset[disabled] .btn-warning:focus,
.b-ext fieldset[disabled] .btn-warning:hover {
	background-color: #d32f2f;
	border-color: #c02929;
}

.b-ext .btn-warning .badge {
	background-color: #fff;
	color: #d32f2f;
}

.b-ext .btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.b-ext .btn-danger.active,
.b-ext .btn-danger:active,
.b-ext .btn-danger:focus,
.b-ext .btn-danger:hover,
.b-ext .open .dropdown-toggle.btn-danger {
	background-color: #d2322d;
	border-color: #ac2925;
	color: #fff;
}

.b-ext .btn-danger.active,
.b-ext .btn-danger:active,
.b-ext .open .dropdown-toggle.btn-danger {
	background-image: none;
}

.b-ext .btn-danger.disabled,
.b-ext .btn-danger.disabled.active,
.b-ext .btn-danger.disabled:active,
.b-ext .btn-danger.disabled:focus,
.b-ext .btn-danger.disabled:hover,
.b-ext .btn-danger[disabled],
.b-ext .btn-danger[disabled].active,
.b-ext .btn-danger[disabled]:active,
.b-ext .btn-danger[disabled]:focus,
.b-ext .btn-danger[disabled]:hover,
.b-ext fieldset[disabled] .btn-danger,
.b-ext fieldset[disabled] .btn-danger.active,
.b-ext fieldset[disabled] .btn-danger:active,
.b-ext fieldset[disabled] .btn-danger:focus,
.b-ext fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.b-ext .btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}

.b-ext .btn-link {
	border-radius: 0;
	cursor: pointer;
	font-weight: 400;
}

.b-ext .btn-link,
.b-ext .btn-link:active,
.b-ext .btn-link[disabled],
.b-ext fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext .btn-link,
.b-ext .btn-link:active,
.b-ext .btn-link:focus,
.b-ext .btn-link:hover {
	border-color: transparent;
}

.b-ext .btn-link:focus,
.b-ext .btn-link:hover {
	background-color: transparent;
	text-decoration: underline;
}

.b-ext .btn-link[disabled]:focus,
.b-ext .btn-link[disabled]:hover,
.b-ext fieldset[disabled] .btn-link:focus,
.b-ext fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none;
}

.b-ext .btn-lg {
	border-radius: 0;
	font-size: 20px;
	line-height: 1.33;
	padding: 10px 16px;
}

.b-ext .btn-sm {
	padding: 5px 10px;
}

.b-ext .btn-sm,
.b-ext .btn-xs {
	border-radius: 0;
	font-size: calc(var(--font-size) * 1.2);
	line-height: 1.5;
}

.b-ext .btn-xs {
	padding: 1px 5px;
}

.b-ext .btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.b-ext .btn-block+.btn-block {
	margin-top: 5px;
}

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

.b-ext .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.b-ext .fade.in {
	opacity: 1;
}

.b-ext .collapse {
	display: none;
}

.b-ext .collapse.in {
	display: block;
}

.b-ext .collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

.b-ext .caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}

.b-ext .dropdown {
	position: relative;
}

.b-ext .dropdown-toggle:focus {
	outline: 0;
}

.b-ext .dropdown-menu {
	background-clip: padding-box;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	display: none;
	float: left;
	font-size: 16px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

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

.b-ext .dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: -.2em 0;
	overflow: hidden;
}

.b-ext .dropdown-menu>li>a {
	clear: both;
	color: #515151;
	display: block;
	font-weight: 400;
	line-height: 1.6;
	padding: 3px 20px;
	white-space: nowrap;
}

.b-ext .dropdown-menu>li>a:focus,
.b-ext .dropdown-menu>li>a:hover {
	background-color: transparent;
	color: #3498db;
	text-decoration: none;
}

.b-ext .dropdown-menu>.active>a,
.b-ext .dropdown-menu>.active>a:focus,
.b-ext .dropdown-menu>.active>a:hover {
	background-color: #3498db;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.b-ext .dropdown-menu>.disabled>a:focus,
.b-ext .dropdown-menu>.disabled>a:hover {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-decoration: none;
}

.b-ext .dropdown-menu>.disabled>a,
.b-ext .dropdown-menu>.disabled>a:focus,
.b-ext .dropdown-menu>.disabled>a:hover {
	color: #999;
}

@media screen and (max-width:768px) {
	.b-ext .open>.dropdown-menu {
		display: block;
	}
}

.b-ext .open>a {
	outline: 0;
}

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

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

.b-ext .dropdown-header {
	color: #999;
	display: block;
	font-size: calc(var(--font-size) * 1.2);
	line-height: 1.6;
	padding: 3px 20px;
}

.b-ext .dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}

.b-ext .pull-right>.dropdown-menu {
	left: auto;
	right: 0;
}

.b-ext .dropup .caret,
.b-ext .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px solid;
	border-top: 0;
	content: "";
}

.b-ext .dropup .dropdown-menu,
.b-ext .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}

@media (min-width:768px) {
	.b-ext .navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

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

.b-ext .input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}

.b-ext .input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.b-ext .input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.b-ext .input-group-lg>.form-control,
.b-ext .input-group-lg>.input-group-addon,
.b-ext .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
	font-size: 20px;
	height: 49px;
	line-height: 1.33;
	padding: 10px 16px;
}

.b-ext select.input-group-lg>.form-control,
.b-ext select.input-group-lg>.input-group-addon,
.b-ext select.input-group-lg>.input-group-btn>.btn {
	height: 49px;
	line-height: 49px;
}

.b-ext select[multiple] .input-group-lg>.form-control,
.b-ext select[multiple] .input-group-lg>.input-group-addon,
.b-ext select[multiple] .input-group-lg>.input-group-btn>.btn,
.b-ext textarea.input-group-lg>.form-control,
.b-ext textarea.input-group-lg>.input-group-addon,
.b-ext textarea.input-group-lg>.input-group-btn>.btn {
	height: auto;
}

.b-ext .input-group-sm>.form-control,
.b-ext .input-group-sm>.input-group-addon,
.b-ext .input-group-sm>.input-group-btn>.btn {
	border-radius: 0;
	font-size: calc(var(--font-size) * 1.2);
	height: calc(var(--font-size) * 13);
	line-height: 1.5;
	padding: 5px 10px;
}

.b-ext select.input-group-sm>.form-control,
.b-ext select.input-group-sm>.input-group-addon,
.b-ext select.input-group-sm>.input-group-btn>.btn {
	height: calc(var(--font-size) * 13);
	line-height: calc(var(--font-size) * 13);
}

.b-ext select[multiple] .input-group-sm>.form-control,
.b-ext select[multiple] .input-group-sm>.input-group-addon,
.b-ext select[multiple] .input-group-sm>.input-group-btn>.btn,
.b-ext textarea.input-group-sm>.form-control,
.b-ext textarea.input-group-sm>.input-group-addon,
.b-ext textarea.input-group-sm>.input-group-btn>.btn {
	height: auto;
}

.b-ext .input-group .form-control,
.b-ext .input-group-addon,
.b-ext .input-group-btn {
	display: table-cell;
}

.b-ext .input-group .form-control:not(:first-child):not(:last-child),
.b-ext .input-group-addon:not(:first-child):not(:last-child),
.b-ext .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.b-ext .input-group-addon,
.b-ext .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

.b-ext .input-group-addon {
	background-color: #eee;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}

.b-ext .input-group-addon.input-sm {
	border-radius: 0;
	font-size: calc(var(--font-size) * 1.2);
	padding: 5px 10px;
}

.b-ext .input-group-addon.input-lg {
	border-radius: 0;
	font-size: 20px;
	padding: 10px 16px;
}

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

.b-ext .input-group .form-control:first-child,
.b-ext .input-group-addon:first-child,
.b-ext .input-group-btn:first-child>.btn,
.b-ext .input-group-btn:first-child>.btn-group>.btn,
.b-ext .input-group-btn:first-child>.dropdown-toggle,
.b-ext .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.b-ext .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.b-ext .input-group-addon:first-child {
	border-right: 0;
}

.b-ext .input-group .form-control:last-child,
.b-ext .input-group-addon:last-child,
.b-ext .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.b-ext .input-group-btn:first-child>.btn:not(:first-child),
.b-ext .input-group-btn:last-child>.btn,
.b-ext .input-group-btn:last-child>.btn-group>.btn,
.b-ext .input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.b-ext .input-group-addon:last-child {
	border-left: 0;
}

.b-ext .input-group-btn {
	font-size: 0;
	white-space: nowrap;
}

.b-ext .input-group-btn,
.b-ext .input-group-btn>.btn {
	position: relative;
}

.b-ext .input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.b-ext .input-group-btn>.btn:active,
.b-ext .input-group-btn>.btn:focus,
.b-ext .input-group-btn>.btn:hover {
	z-index: 2;
}

.b-ext .input-group-btn:first-child>.btn,
.b-ext .input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.b-ext .input-group-btn:last-child>.btn,
.b-ext .input-group-btn:last-child>.btn-group {
	margin-left: -1px;
}

.b-ext .nav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.b-ext .nav:after,
.b-ext .nav:before {
	content: " ";
	display: table;
}

.b-ext .nav:after {
	clear: both;
}

.b-ext .nav>li,
.b-ext .nav>li>a {
	display: block;
	position: relative;
}

.b-ext .nav>li>a {
	padding: 10px;
}

.b-ext .nav>li>a:focus,
.b-ext .nav>li>a:hover {
	background-color: transparent;
	text-decoration: none;
}

.b-ext .nav>li.disabled>a {
	color: #999;
}

.b-ext .nav>li.disabled>a:focus,
.b-ext .nav>li.disabled>a:hover {
	background-color: transparent;
	color: #999;
	cursor: not-allowed;
	text-decoration: none;
}

.b-ext .nav .open>a,
.b-ext .nav .open>a:focus,
.b-ext .nav .open>a:hover {
	background-color: transparent;
	border-color: #515151;
}

.b-ext .nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: -.2em 0;
	overflow: hidden;
}

.b-ext .nav>li>a>img {
	max-width: none;
}

.b-ext .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.b-ext .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.b-ext .nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	line-height: 1.6;
	margin-right: 2px;
}

.b-ext .nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.b-ext .nav-tabs>li.active>a,
.b-ext .nav-tabs>li.active>a:focus,
.b-ext .nav-tabs>li.active>a:hover {
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent;
	color: #555;
	cursor: default;
}

.b-ext .nav-tabs.nav-justified {
	border-bottom: 0;
	width: 100%;
}

.b-ext .nav-tabs.nav-justified>li {
	float: none;
}

.b-ext .nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.b-ext .nav-tabs.nav-justified>.dropdown .dropdown-menu {
	left: auto;
	top: auto;
}

@media (min-width:768px) {
	.b-ext .nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.b-ext .nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.b-ext .nav-tabs.nav-justified>li>a {
	border-radius: 0;
	margin-right: 0;
}

.b-ext .nav-tabs.nav-justified>.active>a,
.b-ext .nav-tabs.nav-justified>.active>a:focus,
.b-ext .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.b-ext .nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}

	.b-ext .nav-tabs.nav-justified>.active>a,
	.b-ext .nav-tabs.nav-justified>.active>a:focus,
	.b-ext .nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

.b-ext .nav-pills>li {
	float: left;
}

.b-ext .nav-pills>li>a {
	border-radius: 0;
}

.b-ext .nav-pills>li+li {
	margin-left: 2px;
}

.b-ext .nav-pills>li.active>a,
.b-ext .nav-pills>li.active>a:focus,
.b-ext .nav-pills>li.active>a:hover {
	background-color: #3498db;
	color: #fff;
}

.b-ext .nav-stacked>li {
	float: none;
}

.b-ext .nav-stacked>li+li {
	margin-left: 0;
	margin-top: 2px;
}

.b-ext .nav-justified {
	width: 100%;
}

.b-ext .nav-justified>li {
	float: none;
}

.b-ext .nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.b-ext .nav-justified>.dropdown .dropdown-menu {
	left: auto;
	top: auto;
}

@media (min-width:768px) {
	.b-ext .nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.b-ext .nav-justified>li>a {
		margin-bottom: 0;
	}
}

.b-ext .nav-tabs-justified {
	border-bottom: 0;
}

.b-ext .nav-tabs-justified>li>a {
	border-radius: 0;
	margin-right: 0;
}

.b-ext .nav-tabs-justified>.active>a,
.b-ext .nav-tabs-justified>.active>a:focus,
.b-ext .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.b-ext .nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}

	.b-ext .nav-tabs-justified>.active>a,
	.b-ext .nav-tabs-justified>.active>a:focus,
	.b-ext .nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

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

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

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

.b-ext .navbar {
	border: 1px solid transparent;
	margin-bottom: 0;
	min-height: 0;
	position: relative;
}

.b-ext .navbar:after,
.b-ext .navbar:before {
	content: " ";
	display: table;
}

.b-ext .navbar:after {
	clear: both;
}

@media (min-width:768px) {
	.b-ext .navbar {
		border-radius: 0;
	}
}

.b-ext .navbar-header:after,
.b-ext .navbar-header:before {
	content: " ";
	display: table;
}

.b-ext .navbar-header:after {
	clear: both;
}

@media (min-width:768px) {
	.b-ext .navbar-header {
		float: left;
	}
}

.b-ext .navbar-collapse {
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	max-height: 340px;
	overflow-x: visible;
	padding-left: 0;
	padding-right: 0;
}

.b-ext .navbar-collapse:after,
.b-ext .navbar-collapse:before {
	content: " ";
	display: table;
}

.b-ext .navbar-collapse:after {
	clear: both;
}

.b-ext .navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
	.b-ext .navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto;
	}

	.b-ext .navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}

	.b-ext .navbar-collapse.in {
		overflow-y: visible;
	}

	.b-ext .navbar-fixed-bottom .navbar-collapse,
	.b-ext .navbar-fixed-top .navbar-collapse,
	.b-ext .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.b-ext .container-fluid>.navbar-collapse,
.b-ext .container-fluid>.navbar-header,
.b-ext .container>.navbar-collapse,
.b-ext .container>.navbar-header {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width:768px) {

	.b-ext .container-fluid>.navbar-collapse,
	.b-ext .container-fluid>.navbar-header,
	.b-ext .container>.navbar-collapse,
	.b-ext .container>.navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
}

.b-ext .navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000;
}

@media (min-width:768px) {
	.b-ext .navbar-static-top {
		border-radius: 0;
	}
}

.b-ext .navbar-fixed-bottom,
.b-ext .navbar-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}

@media (min-width:768px) {

	.b-ext .navbar-fixed-bottom,
	.b-ext .navbar-fixed-top {
		border-radius: 0;
	}
}

.b-ext .navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}

.b-ext .navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.b-ext .navbar-brand {
	float: left;
	font-size: 20px;
	height: 0;
	line-height: 1.6em;
	padding: -.8em 0;
}

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

@media (min-width:768px) {

	.b-ext .navbar>.container .navbar-brand,
	.b-ext .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.b-ext .navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
	margin-bottom: -17px;
	margin-right: 0;
	margin-top: -17px;
	padding: 9px 10px;
	position: relative;
}

.b-ext .navbar-toggle:focus {
	outline: none;
}

.b-ext .navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.b-ext .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
	.b-ext .navbar-toggle {
		display: none;
	}
}

.b-ext .navbar-nav {
	margin: -.4em 0;
}

.b-ext .navbar-nav>li>a {
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media (max-width:767px) {
	.b-ext .navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}

	.b-ext .navbar-nav .open .dropdown-menu .dropdown-header,
	.b-ext .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}

	.b-ext .navbar-nav .open .dropdown-menu>li>a {
		line-height: 1.6em;
	}

	.b-ext .navbar-nav .open .dropdown-menu>li>a:focus,
	.b-ext .navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none;
	}
}

@media (min-width:768px) {
	.b-ext .navbar-nav {
		float: left;
		margin: 0;
	}

	.b-ext .navbar-nav>li {
		float: left;
	}

	.b-ext .navbar-nav>li>a {
		padding-bottom: -.8em;
		padding-top: -.8em;
	}

	.b-ext .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}

	.b-ext .navbar-left {
		float: left !important;
	}

	.b-ext .navbar-right {
		float: right !important;
	}
}

.b-ext .navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	margin: -20px 0;
	padding: 10px 0;
}

@media (min-width:768px) {
	.b-ext .navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.b-ext .navbar-form .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.b-ext .navbar-form .input-group>.form-control {
		width: 100%;
	}

	.b-ext .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.b-ext .navbar-form .checkbox,
	.b-ext .navbar-form .radio {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle;
	}

	.b-ext .navbar-form .checkbox input[type=checkbox],
	.b-ext .navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0;
	}

	.b-ext .navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:767px) {
	.b-ext .navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width:768px) {
	.b-ext .navbar-form {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: auto;
	}

	.b-ext .navbar-form,
	.b-ext .navbar-form.navbar-right:last-child {
		margin-right: 0;
	}
}

.b-ext .navbar-nav>li>.dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}

.b-ext .navbar-nav>li>.dropdown-menu .category-container__title {
	display: block;
	font-weight: 700;
	padding: calc(var(--font-size) * 1.5);
}

.b-ext .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.b-ext .navbar-btn {
	margin-bottom: -20px;
	margin-top: -20px;
}

.b-ext .navbar-btn.btn-sm {
	margin-bottom: calc(var(--font-size) * -6.5);
	margin-top: calc(var(--font-size) * -6.5);
}

.b-ext .navbar-btn.btn-xs {
	margin-bottom: -11;
	margin-top: -11;
}

.b-ext .navbar-text {
	margin-bottom: -.8em;
	margin-top: -.8em;
}

@media (min-width:768px) {
	.b-ext .navbar-text {
		float: left;
		margin-left: 0;
	}

	.b-ext .navbar-text,
	.b-ext .navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.b-ext .navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.b-ext .navbar-default .navbar-brand {
	color: #6b6b6b;
}

.b-ext .navbar-default .navbar-brand:focus,
.b-ext .navbar-default .navbar-brand:hover {
	background-color: transparent;
	color: #525252;
}

.b-ext .navbar-default .navbar-text {
	color: #777;
}

.b-ext .navbar-default .navbar-nav>li>a {
	color: #6b6b6b;
}

.b-ext .navbar-default .navbar-nav>li>a:focus,
.b-ext .navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #3498db;
}

.b-ext .navbar-default .navbar-nav>.active>a,
.b-ext .navbar-default .navbar-nav>.active>a:focus,
.b-ext .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #555;
}

.b-ext .navbar-default .navbar-nav>.disabled>a,
.b-ext .navbar-default .navbar-nav>.disabled>a:focus,
.b-ext .navbar-default .navbar-nav>.disabled>a:hover {
	background-color: transparent;
	color: #ccc;
}

.b-ext .navbar-default .navbar-nav>.open>a,
.b-ext .navbar-default .navbar-nav>.open>a:focus,
.b-ext .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #555;
}

@media (max-width:767px) {
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #6b6b6b;
	}

	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: transparent;
		color: #3498db;
	}

	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		background-color: transparent;
		color: #555;
	}

	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.b-ext .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		background-color: transparent;
		color: #ccc;
	}
}

.b-ext .navbar-default .navbar-toggle {
	border-color: transparent;
}

.b-ext .navbar-default .navbar-toggle:focus,
.b-ext .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.b-ext .navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.b-ext .navbar-default .navbar-collapse,
.b-ext .navbar-default .navbar-form {
	border-color: transparent;
}

.b-ext .navbar-default .navbar-link {
	color: #6b6b6b;
}

.b-ext .navbar-default .navbar-link:hover {
	color: #3498db;
}

.b-ext .navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.b-ext .navbar-inverse .navbar-brand {
	color: #999;
}

.b-ext .navbar-inverse .navbar-brand:focus,
.b-ext .navbar-inverse .navbar-brand:hover {
	background-color: transparent;
	color: #fff;
}

.b-ext .navbar-inverse .navbar-nav>li>a,
.b-ext .navbar-inverse .navbar-text {
	color: #999;
}

.b-ext .navbar-inverse .navbar-nav>li>a:focus,
.b-ext .navbar-inverse .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #fff;
}

.b-ext .navbar-inverse .navbar-nav>.active>a,
.b-ext .navbar-inverse .navbar-nav>.active>a:focus,
.b-ext .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #080808;
	color: #fff;
}

.b-ext .navbar-inverse .navbar-nav>.disabled>a,
.b-ext .navbar-inverse .navbar-nav>.disabled>a:focus,
.b-ext .navbar-inverse .navbar-nav>.disabled>a:hover {
	background-color: transparent;
	color: #444;
}

.b-ext .navbar-inverse .navbar-nav>.open>a,
.b-ext .navbar-inverse .navbar-nav>.open>a:focus,
.b-ext .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff;
}

@media (max-width:767px) {
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}

	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999;
	}

	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: transparent;
		color: #fff;
	}

	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		background-color: #080808;
		color: #fff;
	}

	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.b-ext .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		background-color: transparent;
		color: #444;
	}
}

.b-ext .navbar-inverse .navbar-toggle {
	border-color: #333;
}

.b-ext .navbar-inverse .navbar-toggle:focus,
.b-ext .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}

.b-ext .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.b-ext .navbar-inverse .navbar-collapse,
.b-ext .navbar-inverse .navbar-form {
	border-color: #101010;
}

.b-ext .navbar-inverse .navbar-link {
	color: #999;
}

.b-ext .label,
.b-ext .navbar-inverse .navbar-link:hover {
	color: #fff;
}

.b-ext .label {
	border-radius: .25em;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.b-ext .label[href]:focus,
.b-ext .label[href]:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.b-ext .label:empty {
	display: none;
}

.b-ext .btn .label {
	position: relative;
	top: -1px;
}

.b-ext .label-default {
	background-color: #999;
}

.b-ext .label-default[href]:focus,
.b-ext .label-default[href]:hover {
	background-color: grey;
}

.b-ext .label-primary {
	background-color: #3498db;
}

.b-ext .label-primary[href]:focus,
.b-ext .label-primary[href]:hover {
	background-color: #217dbb;
}

.b-ext .label-success {
	background-color: #5cb85c;
}

.b-ext .label-success[href]:focus,
.b-ext .label-success[href]:hover {
	background-color: #449d44;
}

.b-ext .label-info {
	background-color: #5bc0de;
}

.b-ext .label-info[href]:focus,
.b-ext .label-info[href]:hover {
	background-color: #31b0d5;
}

.b-ext .label-warning {
	background-color: #d32f2f;
}

.b-ext .label-warning[href]:focus,
.b-ext .label-warning[href]:hover {
	background-color: #ab2424;
}

.b-ext .label-danger {
	background-color: #d9534f;
}

.b-ext .label-danger[href]:focus,
.b-ext .label-danger[href]:hover {
	background-color: #c9302c;
}

.b-ext .badge {
	background-color: #999;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: calc(var(--font-size) * 1.2);
	font-weight: 700;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.b-ext .badge:empty {
	display: none;
}

.b-ext .btn .badge {
	position: relative;
	top: -1px;
}

.b-ext .btn-xs .badge {
	padding: 1px 5px;
	top: 0;
}

.b-ext a.badge:focus,
.b-ext a.badge:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.b-ext .nav-pills>.active>a>.badge,
.b-ext a.list-group-item.active>.badge {
	background-color: #fff;
	color: #515151;
}

.b-ext .nav-pills>li>a>.badge {
	margin-left: 3px;
}

.b-ext .alert {
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 1.6em;
	padding: 15px;
}

.b-ext .alert h4 {
	color: inherit;
	margin-top: 0;
}

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

.b-ext .alert>p,
.b-ext .alert>ul {
	margin-bottom: 0;
}

.b-ext .alert>p+p {
	margin-top: 5px;
}

.b-ext .alert-dismissable {
	padding-right: 35px;
}

.b-ext .alert-dismissable .close {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}

.b-ext .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.b-ext .alert-success hr {
	border-top-color: #c9e2b3;
}

.b-ext .alert-success .alert-link {
	color: #2b542c;
}

.b-ext .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.b-ext .alert-info hr {
	border-top-color: #a6e1ec;
}

.b-ext .alert-info .alert-link {
	color: #245269;
}

.b-ext .alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.b-ext .alert-warning hr {
	border-top-color: #f7e1b5;
}

.b-ext .alert-warning .alert-link {
	color: #66512c;
}

.b-ext .alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.b-ext .alert-danger hr {
	border-top-color: #e4b9c0;
}

.b-ext .alert-danger .alert-link {
	color: #843534;
}

.b-ext .media,
.b-ext .media-body {
	zoom: 1;
	overflow: hidden;
}

.b-ext .media,
.b-ext .media .media {
	margin-top: 15px;
}

.b-ext .media:first-child {
	margin-top: 0;
}

.b-ext .media-object {
	display: block;
}

.b-ext .media-heading {
	margin: 0 0 5px;
}

.b-ext .media>.pull-left {
	margin-right: 10px;
}

.b-ext .media>.pull-right {
	margin-left: 10px;
}

.b-ext .media-list {
	list-style: none;
	padding-left: 0;
}

.b-ext .list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.b-ext .list-group-item {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}

.b-ext .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

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

.b-ext .list-group-item>.badge {
	float: right;
}

.b-ext .list-group-item>.badge+.badge {
	margin-right: 5px;
}

.b-ext a.list-group-item {
	color: #555;
}

.b-ext a.list-group-item .list-group-item-heading {
	color: #333;
}

.b-ext a.list-group-item:focus,
.b-ext a.list-group-item:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.b-ext a.list-group-item.active,
.b-ext a.list-group-item.active:focus,
.b-ext a.list-group-item.active:hover {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff;
	z-index: 2;
}

.b-ext a.list-group-item.active .list-group-item-heading,
.b-ext a.list-group-item.active:focus .list-group-item-heading,
.b-ext a.list-group-item.active:hover .list-group-item-heading {
	color: inherit;
}

.b-ext a.list-group-item.active .list-group-item-text,
.b-ext a.list-group-item.active:focus .list-group-item-text,
.b-ext a.list-group-item.active:hover .list-group-item-text {
	color: #e1f0fa;
}

.b-ext .list-group-item-success {
	background-color: #dff0d8;
	color: #3c763d;
}

.b-ext a.list-group-item-success {
	color: #3c763d;
}

.b-ext a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

.b-ext a.list-group-item-success:focus,
.b-ext a.list-group-item-success:hover {
	background-color: #d0e9c6;
	color: #3c763d;
}

.b-ext a.list-group-item-success.active,
.b-ext a.list-group-item-success.active:focus,
.b-ext a.list-group-item-success.active:hover {
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}

.b-ext .list-group-item-info {
	background-color: #d9edf7;
	color: #31708f;
}

.b-ext a.list-group-item-info {
	color: #31708f;
}

.b-ext a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

.b-ext a.list-group-item-info:focus,
.b-ext a.list-group-item-info:hover {
	background-color: #c4e3f3;
	color: #31708f;
}

.b-ext a.list-group-item-info.active,
.b-ext a.list-group-item-info.active:focus,
.b-ext a.list-group-item-info.active:hover {
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}

.b-ext .list-group-item-warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.b-ext a.list-group-item-warning {
	color: #8a6d3b;
}

.b-ext a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

.b-ext a.list-group-item-warning:focus,
.b-ext a.list-group-item-warning:hover {
	background-color: #faf2cc;
	color: #8a6d3b;
}

.b-ext a.list-group-item-warning.active,
.b-ext a.list-group-item-warning.active:focus,
.b-ext a.list-group-item-warning.active:hover {
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}

.b-ext .list-group-item-danger {
	background-color: #f2dede;
	color: #a94442;
}

.b-ext a.list-group-item-danger {
	color: #a94442;
}

.b-ext a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

.b-ext a.list-group-item-danger:focus,
.b-ext a.list-group-item-danger:hover {
	background-color: #ebcccc;
	color: #a94442;
}

.b-ext a.list-group-item-danger.active,
.b-ext a.list-group-item-danger.active:focus,
.b-ext a.list-group-item-danger.active:hover {
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}

.b-ext .list-group-item-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.b-ext .list-group-item-text {
	line-height: 1.3;
	margin-bottom: 0;
}

.b-ext .close {
	color: #000;
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}

.b-ext .close:focus,
.b-ext .close:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.b-ext button.close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.b-ext .modal-open {
	overflow: hidden;
}

.b-ext .modal {
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10500;
}

.b-ext .modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.b-ext .modal.in .modal-dialog {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.b-ext .modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}

.b-ext .modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: none;
	position: relative;
}

.b-ext .modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.b-ext .modal-backdrop.fade {
	-webkit-khtml-opacity: 0;
	-moz-khtml-opacity: 0;
	-ms-khtml-opacity: 0;
	-o-khtml-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
}

.b-ext .modal-backdrop.in {
	-webkit-khtml-opacity: .5;
	-moz-khtml-opacity: .5;
	-ms-khtml-opacity: .5;
	-o-khtml-opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	opacity: .5;
}

.b-ext .modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 11.6px;
	padding: 10px;
}

.b-ext .modal-header .close {
	margin-top: -2px;
}

.b-ext .modal-title {
	line-height: 1.6;
	margin: 0;
}

.b-ext .modal-body {
	padding: 20px;
	position: relative;
}

.b-ext .modal-footer {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
}

.b-ext .modal-footer:after,
.b-ext .modal-footer:before {
	content: " ";
	display: table;
}

.b-ext .modal-footer:after {
	clear: both;
}

.b-ext .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.b-ext .modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.b-ext .modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

@media (min-width:768px) {
	.b-ext .modal-dialog {
		margin: 30px auto;
		width: 600px;
	}

	.b-ext .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.b-ext .modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.b-ext .modal-lg {
		width: 900px;
	}
}

.b-ext .tooltip {
	-webkit-khtml-opacity: 0;
	-moz-khtml-opacity: 0;
	-ms-khtml-opacity: 0;
	-o-khtml-opacity: 0;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-size: calc(var(--font-size) * 1.2);
	line-height: 1.4;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1030;
}

.b-ext .tooltip.in {
	-webkit-khtml-opacity: .9;
	-moz-khtml-opacity: .9;
	-ms-khtml-opacity: .9;
	-o-khtml-opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-khtml-opacity: .9;
	opacity: .9;
}

.b-ext .tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.b-ext .tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.b-ext .tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.b-ext .tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.b-ext .tooltip.top .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.b-ext .tooltip.top-left .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}

.b-ext .tooltip.top-right .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	right: 5px;
}

.b-ext .tooltip.right .tooltip-arrow {
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}

.b-ext .tooltip.left .tooltip-arrow {
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}

.b-ext .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}

.b-ext .tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}

.b-ext .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}

.b-ext .tooltip-inner {
	background-color: #000;
	border-radius: 0;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}

.b-ext .tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}

.b-ext .clearfix:after,
.b-ext .clearfix:before {
	content: " ";
	display: table;
}

.b-ext .clearfix:after {
	clear: both;
}

.b-ext .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.b-ext .pull-right {
	float: right !important;
}

.b-ext .pull-left {
	float: left !important;
}

.b-ext .hide {
	display: none !important;
}

.b-ext .show {
	display: block !important;
}

.b-ext .invisible {
	visibility: hidden;
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a, Arial, Helvetica, sans-serif;
	text-shadow: none;
}

.b-ext .hidden {
	display: none !important;
	visibility: hidden !important;
}

.b-ext .affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.b-ext .visible-print {
	display: none !important;
}

@media print {
	.b-ext .visible-print {
		display: block !important;
	}

	.b-ext table.visible-print {
		display: table;
	}

	.b-ext tr.visible-print {
		display: table-row !important;
	}

	.b-ext td.visible-print,
	.b-ext th.visible-print {
		display: table-cell !important;
	}
}

.b-ext .visible-print-block {
	display: none !important;
}

@media print {
	.b-ext .visible-print-block {
		display: block !important;
	}
}

.b-ext .visible-print-inline {
	display: none !important;
}

@media print {
	.b-ext .visible-print-inline {
		display: inline !important;
	}
}

.b-ext .visible-print-inline-block {
	display: none !important;
}

@media print {
	.b-ext .visible-print-inline-block {
		display: inline-block !important;
	}

	.b-ext .hidden-print {
		display: none !important;
	}
}

.b-ext .lt-ie9 audio,
.b-ext .lt-ie9 canvas,
.b-ext .lt-ie9 video {
	zoom: 1;
	display: inline;
}

.b-ext .lt-ie9 html {
	font-size: 100%;
}

.b-ext .lt-ie9 img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	width: auto;
}

.b-ext .lt-ie9 button,
.b-ext .lt-ie9 input {
	overflow: visible;
}

.b-ext .lt-ie9 .container,
.b-ext .lt-ie9 .dl-horizontal,
.b-ext .lt-ie9 .row {
	zoom: 1;
}

.b-ext .lt-ie9 input[type=checkbox],
.b-ext .lt-ie9 input[type=radio] {
	margin-top: 0;
}

.b-ext .lt-ie9 .help-block {
	zoom: 1;
	display: inline;
}

.b-ext .lt-ie9 .form-horizontal .form-group {
	zoom: 1;
}

.b-ext .lt-ie9 .dropdown-toggle {
	margin-bottom: -3px;
}

.b-ext .lt-ie9 .dropdown-menu .divider {
	margin: -5px 0 5px;
	width: 100%;
}

.b-ext .lt-ie9 .list-group {
	margin-left: 0;
}

.b-ext .lt-ie9 ul .list-group-item {
	list-style: none;
}

.b-ext .lt-ie9 .sr-only {
	clip: rect(0 0 0 0);
}

@font-face {
	font-family: "noto_serifitalic";
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/notoserif-italic-webfont.1a483d0c.eot");
	src: url("/ext/build/fonts/notoserif-italic-webfont.1a483d0c.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/notoserif-italic-webfont.ad60c234.woff2") format("woff2"), url("/ext/build/fonts/notoserif-italic-webfont.fae31220.woff") format("woff"), url("/ext/build/fonts/notoserif-italic-webfont.dde4b26f.ttf") format("truetype"), url("/ext/build/images/notoserif-italic-webfont.e3a2277d.svg#noto_serifitalic") format("svg");
}

@font-face {
	font-family: "noto_serifregular";
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/notoserif-regular-webfont.e3c8d449.eot");
	src: url("/ext/build/fonts/notoserif-regular-webfont.e3c8d449.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/notoserif-regular-webfont.56476258.woff2") format("woff2"), url("/ext/build/fonts/notoserif-regular-webfont.4062a0aa.woff") format("woff"), url("/ext/build/fonts/notoserif-regular-webfont.168aa5b1.ttf") format("truetype"), url("/ext/build/images/notoserif-regular-webfont.903cfa29.svg#noto_serifregular") format("svg");
}

@font-face {
	font-family: open_sansbold;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-bold-webfont.9cf3efab.eot");
	src: url("/ext/build/fonts/opensans-bold-webfont.9cf3efab.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-bold-webfont.3eb529ea.woff2") format("woff2"), url("/ext/build/fonts/opensans-bold-webfont.7c2c6ca7.woff") format("woff"), url("/ext/build/fonts/opensans-bold-webfont.64bbee35.ttf") format("truetype"), url("/ext/build/images/opensans-bold-webfont.f87bff45.svg#open_sansbold") format("svg");
}

@font-face {
	font-family: open_sansbold_italic;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-bolditalic-webfont.96d08c3f.eot");
	src: url("/ext/build/fonts/opensans-bolditalic-webfont.96d08c3f.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-bolditalic-webfont.76004f7b.woff2") format("woff2"), url("/ext/build/fonts/opensans-bolditalic-webfont.14a7e198.woff") format("woff"), url("/ext/build/fonts/opensans-bolditalic-webfont.358b7bb5.ttf") format("truetype"), url("/ext/build/images/opensans-bolditalic-webfont.1b75c427.svg#open_sansbold_italic") format("svg");
}

@font-face {
	font-family: open_sansextrabold;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-extrabold-webfont.19450b61.eot");
	src: url("/ext/build/fonts/opensans-extrabold-webfont.19450b61.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-extrabold-webfont.49f6464b.woff2") format("woff2"), url("/ext/build/fonts/opensans-extrabold-webfont.e84ca252.woff") format("woff"), url("/ext/build/fonts/opensans-extrabold-webfont.1014ffca.ttf") format("truetype"), url("/ext/build/images/opensans-extrabold-webfont.862e5f96.svg#open_sansextrabold") format("svg");
}

@font-face {
	font-family: open_sansextrabold_italic;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-extrabolditalic-webfont.9dbe1138.eot");
	src: url("/ext/build/fonts/opensans-extrabolditalic-webfont.9dbe1138.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-extrabolditalic-webfont.75ad1635.woff2") format("woff2"), url("/ext/build/fonts/opensans-extrabolditalic-webfont.44c2f333.woff") format("woff"), url("/ext/build/fonts/opensans-extrabolditalic-webfont.ab42e662.ttf") format("truetype"), url("/ext/build/images/opensans-extrabolditalic-webfont.99539f49.svg#open_sansextrabold_italic") format("svg");
}

@font-face {
	font-family: open_sansitalic;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-italic-webfont.a4a5a8b9.eot");
	src: url("/ext/build/fonts/opensans-italic-webfont.a4a5a8b9.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-italic-webfont.0e4e3143.woff2") format("woff2"), url("/ext/build/fonts/opensans-italic-webfont.fb03db30.woff") format("woff"), url("/ext/build/fonts/opensans-italic-webfont.e1a54849.ttf") format("truetype"), url("/ext/build/images/opensans-italic-webfont.df42eafa.svg#open_sansitalic") format("svg");
}

@font-face {
	font-family: open_sanslight;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-light-webfont.6e1cef7d.eot");
	src: url("/ext/build/fonts/opensans-light-webfont.6e1cef7d.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-light-webfont.e98a811e.woff2") format("woff2"), url("/ext/build/fonts/opensans-light-webfont.8893d5db.woff") format("woff"), url("/ext/build/fonts/opensans-light-webfont.255b15f7.ttf") format("truetype"), url("/ext/build/images/opensans-light-webfont.6c185c76.svg#open_sanslight") format("svg");
}

@font-face {
	font-family: open_sanslight_italic;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-lightitalic-webfont.06efd0cd.eot");
	src: url("/ext/build/fonts/opensans-lightitalic-webfont.06efd0cd.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-lightitalic-webfont.4539be47.woff2") format("woff2"), url("/ext/build/fonts/opensans-lightitalic-webfont.74766fd9.woff") format("woff"), url("/ext/build/fonts/opensans-lightitalic-webfont.fba3e35a.ttf") format("truetype"), url("/ext/build/images/opensans-lightitalic-webfont.e8a97a5f.svg#open_sanslight_italic") format("svg");
}

@font-face {
	font-family: open_sansregular;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-regular-webfont.3c2a5769.eot");
	src: url("/ext/build/fonts/opensans-regular-webfont.3c2a5769.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-regular-webfont.420fc571.woff2") format("woff2"), url("/ext/build/fonts/opensans-regular-webfont.d9c28a3c.woff") format("woff"), url("/ext/build/fonts/opensans-regular-webfont.da6c400b.ttf") format("truetype"), url("/ext/build/images/opensans-regular-webfont.cf709bf5.svg#open_sansregular") format("svg");
}

@font-face {
	font-family: open_sanssemibold;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-semibold-webfont.88f7553d.eot");
	src: url("/ext/build/fonts/opensans-semibold-webfont.88f7553d.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-semibold-webfont.42f7ccb8.woff2") format("woff2"), url("/ext/build/fonts/opensans-semibold-webfont.25e0546c.woff") format("woff"), url("/ext/build/fonts/opensans-semibold-webfont.94cbf54f.ttf") format("truetype"), url("/ext/build/images/opensans-semibold-webfont.7867fe48.svg#open_sanssemibold") format("svg");
}

@font-face {
	font-family: open_sanssemibold_italic;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/opensans-semibolditalic-webfont.5e71d8a0.eot");
	src: url("/ext/build/fonts/opensans-semibolditalic-webfont.5e71d8a0.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/opensans-semibolditalic-webfont.c85637f7.woff2") format("woff2"), url("/ext/build/fonts/opensans-semibolditalic-webfont.22f0475e.woff") format("woff"), url("/ext/build/fonts/opensans-semibolditalic-webfont.19adcd4c.ttf") format("truetype"), url("/ext/build/images/opensans-semibolditalic-webfont.aa3fa779.svg#open_sanssemibold_italic") format("svg");
}

.b-ext .level2 {
	font-size: 16px;
}

.b-ext .level2,
.b-ext .level3 {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.b-ext .level3 {
	font-size: 21px;
}

.b-ext .h1,
.b-ext .h2,
.b-ext .h3,
.b-ext h1,
.b-ext h2,
.b-ext h3 {
	color: #333;
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	margin-top: 25px;
}

.b-ext .h1 em,
.b-ext .h1 i,
.b-ext .h2 em,
.b-ext .h2 i,
.b-ext .h3 em,
.b-ext .h3 i,
.b-ext h1 em,
.b-ext h1 i,
.b-ext h2 em,
.b-ext h2 i,
.b-ext h3 em,
.b-ext h3 i {
	font-family: "noto_serifitalic", Arial, Helvetica, sans-serif;
}

.b-ext .h1 b,
.b-ext .h1 em b,
.b-ext .h1 em strong,
.b-ext .h1 i b,
.b-ext .h1 i strong,
.b-ext .h1 strong,
.b-ext .h2 b,
.b-ext .h2 em b,
.b-ext .h2 em strong,
.b-ext .h2 i b,
.b-ext .h2 i strong,
.b-ext .h2 strong,
.b-ext .h3 b,
.b-ext .h3 em b,
.b-ext .h3 em strong,
.b-ext .h3 i b,
.b-ext .h3 i strong,
.b-ext .h3 strong,
.b-ext h1 b,
.b-ext h1 em b,
.b-ext h1 em strong,
.b-ext h1 i b,
.b-ext h1 i strong,
.b-ext h1 strong,
.b-ext h2 b,
.b-ext h2 em b,
.b-ext h2 em strong,
.b-ext h2 i b,
.b-ext h2 i strong,
.b-ext h2 strong,
.b-ext h3 b,
.b-ext h3 em b,
.b-ext h3 em strong,
.b-ext h3 i b,
.b-ext h3 i strong,
.b-ext h3 strong {
	font-weight: 700;
}

.b-ext .h1 b em,
.b-ext .h1 b i,
.b-ext .h1 strong em,
.b-ext .h1 strong i,
.b-ext .h2 b em,
.b-ext .h2 b i,
.b-ext .h2 strong em,
.b-ext .h2 strong i,
.b-ext .h3 b em,
.b-ext .h3 b i,
.b-ext .h3 strong em,
.b-ext .h3 strong i,
.b-ext h1 b em,
.b-ext h1 b i,
.b-ext h1 strong em,
.b-ext h1 strong i,
.b-ext h2 b em,
.b-ext h2 b i,
.b-ext h2 strong em,
.b-ext h2 strong i,
.b-ext h3 b em,
.b-ext h3 b i,
.b-ext h3 strong em,
.b-ext h3 strong i {
	font-family: "noto_serifitalic", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media (max-width:767px) {
	.b-ext h1 {
		font-size: calc(var(--font-size) * 3.3);
	}
}

.b-ext b,
.b-ext strong {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.b-ext b em,
.b-ext b i,
.b-ext strong em,
.b-ext strong i {
	font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
}

.b-ext em,
.b-ext i {
	font-family: open_sansitalic, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.b-ext em b,
.b-ext em strong,
.b-ext i b,
.b-ext i strong {
	font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
}

.b-ext .widget-video {
	display: block;
	position: relative;
}

.b-ext .widget-video-play {
	height: 48px;
	left: 50%;
	margin-left: -34px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	width: 68px;
}

.b-ext .widget-video:hover .ytp-large-play-button-bg {
	fill: red;
	fill-opacity: 1;
}

.b-ext .content-page {
	clear: both;
	overflow: hidden;
}

.b-ext .content-page.locate-page {
	margin-top: 0;
}

.b-ext .content-page.noMargin {
	margin: 0;
}

.b-ext .content-page a {
	color: #3498db;
}

.b-ext .content-page a:active,
.b-ext .content-page a:focus,
.b-ext .content-page a:hover {
	background-color: transparent;
	color: #515151;
}

.b-ext .content-page a:active.btn-primary,
.b-ext .content-page a:active.btn-revert,
.b-ext .content-page a:active.readMore,
.b-ext .content-page a:focus.btn-primary,
.b-ext .content-page a:focus.btn-revert,
.b-ext .content-page a:focus.readMore,
.b-ext .content-page a:hover.btn-primary,
.b-ext .content-page a:hover.btn-revert,
.b-ext .content-page a:hover.readMore {
	background-color: #2571a4;
	border-color: #2571a4;
	color: #fff;
}

.b-ext .btn {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.b-ext .btn-primary,
.b-ext .content-page .btn-primary {
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	color: #fff;
	line-height: 24px;
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 8px 30px;
	text-transform: uppercase;
	white-space: normal;
}

.b-ext .btn-primary:focus,
.b-ext .btn-primary:hover,
.b-ext .content-page .btn-primary:focus,
.b-ext .content-page .btn-primary:hover {
	-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.b-ext .btn-primary:focus,
.b-ext .btn-primary:hover,
.b-ext .content-page .btn-primary:focus,
.b-ext .content-page .btn-primary:hover,
.b-ext .content-page .content-page .btn-primary:focus,
.b-ext .content-page .content-page .btn-primary:hover,
.b-ext .page .btn-primary:focus,
.b-ext .page .btn-primary:hover,
.b-ext .page .content-page .btn-primary:focus,
.b-ext .page .content-page .btn-primary:hover {
	color: #fff;
}

.b-ext .btn-primary.btn-pdf,
.b-ext .content-page .btn-primary.btn-pdf {
	padding: 8px 15px;
}

.b-ext .btn.btn-liseret {
	background: url("/ext/build/images/liseret_mobile.472b60ba.png") no-repeat 50% 100% transparent;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #515151;
	display: block;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	text-transform: uppercase;
	white-space: normal;
	width: 100%;
}

.b-ext .btn.btn-plus.collapsed .ico {
	background-image: url("/ext/build/images/btn_bonus_18.2d11a75c.png");
}

.b-ext .btn.btn-plus .ico {
	background-image: url("/ext/build/images/btn_minus_18.1274e5d9.png");
	height: 18px;
	width: 18px;
}

.b-ext .btn.btn-big {
	display: block;
	font-size: 16px;
	padding: 8px 10px;
}

@media (min-width:768px) {
	.b-ext .btn.btn-big {
		display: inline-block;
		padding: 8px 40px;
	}
}

.b-ext .btn-link {
	color: #515151;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
}

.b-ext .btn-link:focus,
.b-ext .btn-link:hover {
	color: #3498db;
}

.b-ext .btn-formules,
.b-ext .btn-formules:active,
.b-ext .btn-formules:focus,
.b-ext .btn-formules:hover {
	background: url("/ext/build/images/btn_minus_24.d24916ba.png") no-repeat 100% 50% transparent;
	color: #333;
	min-height: 24px;
	padding: 0 30px 0 0;
}

.b-ext .btn-formules.collapsed,
.b-ext .btn-formules:active.collapsed,
.b-ext .btn-formules:focus.collapsed,
.b-ext .btn-formules:hover.collapsed {
	background: url("/ext/build/images/btn_bonus_24.5b343deb.png") no-repeat 100% 50% transparent;
	margin-bottom: 0;
}

.b-ext .btn.active,
.b-ext .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext .btn-revert {
	background: transparent;
	border: 1px solid #3498db;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #3498db;
	line-height: 24px;
	padding: 8px 30px;
	text-transform: uppercase;
	white-space: normal;
}

.b-ext .btn-revert:focus,
.b-ext .btn-revert:hover {
	background-color: #2571a4;
	border-color: #2571a4;
	color: #fff;
}

.b-ext .btn-info {
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	padding: 8px 12px;
	white-space: normal;
}

.b-ext .btn-info:focus,
.b-ext .btn-info:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.b-ext .readMore {
	font-size: 14px;
}

.b-ext .btn-default:focus,
.b-ext .btn-default:hover {
	background-color: #2571a4;
	color: #fff;
}

.b-ext .retour {
	line-height: 1em;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

@media (max-width:1199px) {
	.b-ext .retour {
		padding: 0;
	}
}

.b-ext .retour-ico {
	background: #3498db;
	display: inline-block;
	height: 28px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	width: 28px;
}

@media (min-width:1200px) {
	.b-ext .retour-ico {
		margin-right: 10px;
	}
}

.b-ext .retour span {
	display: inline-block;
	vertical-align: middle;
}

.b-ext .bgWhite {
	background: #fff;
	color: #1d1d1d;
}

.b-ext .bgLightGrey {
	background: #ebebeb;
	color: #1d1d1d;
}

.b-ext .borderContentNav {
	float: left;
	margin: 25px auto 14px;
	min-height: 1px;
	position: relative;
	width: 100%;
}

.b-ext .scroll-bar .ico {
	overflow: hidden;
}

.b-ext .scroll-bar .ico.top {
	background-position: -166px -36px;
}

.b-ext .scroll-bar .ico.share {
	background-position: -332px -36px;
}

.b-ext .scroll-bar .ico.mail {
	background-position: -277px -36px;
}

.b-ext .scroll-bar .ico.fb {
	background-position: -55px -36px;
}

.b-ext .scroll-bar .ico.twitter {
	background-position: -221px -36px;
}

.b-ext .scroll-bar .ico.viadeo {
	background-position: 0 -36px;
}

.b-ext .scroll-bar .ico.google {
	background-position: -111px -36px;
}

.b-ext .scroll-bar .ico.linkedin {
	background-position: -391px -36px;
}

.b-ext .scroll-bar .btn:active .ico.top,
.b-ext .scroll-bar .btn:focus .ico.top,
.b-ext .scroll-bar .btn:hover .ico.top,
.b-ext .scroll-bar a:focus .ico.top,
.b-ext .scroll-bar a:hover .ico.top {
	background-position: -166px -99px;
}

.b-ext .scroll-bar .btn:active .ico.share,
.b-ext .scroll-bar .btn:focus .ico.share,
.b-ext .scroll-bar .btn:hover .ico.share,
.b-ext .scroll-bar a:focus .ico.share,
.b-ext .scroll-bar a:hover .ico.share {
	background-position: -332px -99px;
}

.b-ext .scroll-bar .btn:active .ico.mail,
.b-ext .scroll-bar .btn:focus .ico.mail,
.b-ext .scroll-bar .btn:hover .ico.mail,
.b-ext .scroll-bar a:focus .ico.mail,
.b-ext .scroll-bar a:hover .ico.mail {
	background-position: -277px -99px;
}

.b-ext .scroll-bar .btn:active .ico.fb,
.b-ext .scroll-bar .btn:focus .ico.fb,
.b-ext .scroll-bar .btn:hover .ico.fb,
.b-ext .scroll-bar a:focus .ico.fb,
.b-ext .scroll-bar a:hover .ico.fb {
	background-position: -55px -99px;
}

.b-ext .scroll-bar .btn:active .ico.twitter,
.b-ext .scroll-bar .btn:focus .ico.twitter,
.b-ext .scroll-bar .btn:hover .ico.twitter,
.b-ext .scroll-bar a:focus .ico.twitter,
.b-ext .scroll-bar a:hover .ico.twitter {
	background-position: -221px -99px;
}

.b-ext .scroll-bar .btn:active .ico.viadeo,
.b-ext .scroll-bar .btn:focus .ico.viadeo,
.b-ext .scroll-bar .btn:hover .ico.viadeo,
.b-ext .scroll-bar a:focus .ico.viadeo,
.b-ext .scroll-bar a:hover .ico.viadeo {
	background-position: 0 -99px;
}

.b-ext .scroll-bar .btn:active .ico.google,
.b-ext .scroll-bar .btn:focus .ico.google,
.b-ext .scroll-bar .btn:hover .ico.google,
.b-ext .scroll-bar a:focus .ico.google,
.b-ext .scroll-bar a:hover .ico.google {
	background-position: -111px -99px;
}

.b-ext .scroll-bar .btn:active .ico.linkedin,
.b-ext .scroll-bar .btn:focus .ico.linkedin,
.b-ext .scroll-bar .btn:hover .ico.linkedin,
.b-ext .scroll-bar a:focus .ico.linkedin,
.b-ext .scroll-bar a:hover .ico.linkedin {
	background-position: -391px -99px;
}

@media (min-width:768px) {
	.b-ext .scroll-bar .ico.top {
		background-position: -166px -154px;
	}

	.b-ext .scroll-bar .ico.share {
		background-position: -332px -154px;
	}

	.b-ext .scroll-bar .ico.mail {
		background-position: -277px -154px;
	}

	.b-ext .scroll-bar .ico.fb {
		background-position: -55px -154px;
	}

	.b-ext .scroll-bar .ico.twitter {
		background-position: -221px -154px;
	}

	.b-ext .scroll-bar .ico.viadeo {
		background-position: 0 -153px;
	}

	.b-ext .scroll-bar .ico.google {
		background-position: -111px -154px;
	}

	.b-ext .scroll-bar .ico.linkedin {
		background-position: -391px -154px;
	}

	.b-ext .scroll-bar .btn:active .ico.top,
	.b-ext .scroll-bar .btn:focus .ico.top,
	.b-ext .scroll-bar .btn:hover .ico.top,
	.b-ext .scroll-bar a:focus .ico.top,
	.b-ext .scroll-bar a:hover .ico.top {
		background-position: -166px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.share,
	.b-ext .scroll-bar .btn:focus .ico.share,
	.b-ext .scroll-bar .btn:hover .ico.share,
	.b-ext .scroll-bar a:focus .ico.share,
	.b-ext .scroll-bar a:hover .ico.share {
		background-position: -332px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.mail,
	.b-ext .scroll-bar .btn:focus .ico.mail,
	.b-ext .scroll-bar .btn:hover .ico.mail,
	.b-ext .scroll-bar a:focus .ico.mail,
	.b-ext .scroll-bar a:hover .ico.mail {
		background-position: -277px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.fb,
	.b-ext .scroll-bar .btn:focus .ico.fb,
	.b-ext .scroll-bar .btn:hover .ico.fb,
	.b-ext .scroll-bar a:focus .ico.fb,
	.b-ext .scroll-bar a:hover .ico.fb {
		background-position: -55px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.twitter,
	.b-ext .scroll-bar .btn:focus .ico.twitter,
	.b-ext .scroll-bar .btn:hover .ico.twitter,
	.b-ext .scroll-bar a:focus .ico.twitter,
	.b-ext .scroll-bar a:hover .ico.twitter {
		background-position: -221px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.viadeo,
	.b-ext .scroll-bar .btn:focus .ico.viadeo,
	.b-ext .scroll-bar .btn:hover .ico.viadeo,
	.b-ext .scroll-bar a:focus .ico.viadeo,
	.b-ext .scroll-bar a:hover .ico.viadeo {
		background-position: 0 -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.google,
	.b-ext .scroll-bar .btn:focus .ico.google,
	.b-ext .scroll-bar .btn:hover .ico.google,
	.b-ext .scroll-bar a:focus .ico.google,
	.b-ext .scroll-bar a:hover .ico.google {
		background-position: -111px -216px;
	}

	.b-ext .scroll-bar .btn:active .ico.linkedin,
	.b-ext .scroll-bar .btn:focus .ico.linkedin,
	.b-ext .scroll-bar .btn:hover .ico.linkedin,
	.b-ext .scroll-bar a:focus .ico.linkedin,
	.b-ext .scroll-bar a:hover .ico.linkedin {
		background-position: -390px -216px;
	}
}

.b-ext .no-margin-top {
	margin-top: 0;
}

.b-ext .no-margin,
.b-ext .no-margin-bottom {
	margin-bottom: 0;
}

.b-ext .no-margin {
	margin-top: 0;
}

.b-ext .bloc {
	text-align: center;
}

.b-ext .bloc,
.b-ext .bloc img {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.b-ext .bloc .bloc .img {
		display: block;
		position: relative;
	}

	.b-ext .bloc .bloc .img:after {
		content: " ";
		height: 20px;
		position: absolute;
		width: 95%;
		z-index: -10;
	}
}

.b-ext input {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext input:-webkit-autofill,
.b-ext input:-webkit-autofill:active,
.b-ext input:-webkit-autofill:focus,
.b-ext input:-webkit-autofill:hover,
.b-ext textarea:-webkit-autofill,
.b-ext textarea:-webkit-autofill:active,
.b-ext textarea:-webkit-autofill:focus,
.b-ext textarea:-webkit-autofill:hover {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

.b-ext a {
	text-decoration: none;
}

.b-ext .ico.ico-macro {
	-webkit-khtml-opacity: 1;
	-moz-khtml-opacity: 1;
	-ms-khtml-opacity: 1;
	-o-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
}

.b-ext .link-plus {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat -1174px -600px transparent;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 22px;
}

@-moz-document url-prefix() {
	.b-ext fieldset {
		display: table-cell;
	}
}

.b-ext .btn-formules {
	white-space: normal;
}

.b-ext .btn,
.b-ext .btn.active:focus,
.b-ext .btn:active:focus,
.b-ext .btn:focus,
.b-ext a,
.b-ext a.active:focus,
.b-ext a:active:focus,
.b-ext a:focus,
.b-ext button,
.b-ext button.active:focus,
.b-ext button:active,
.b-ext button:focus {
	outline: none;
	outline-offset: 0;
}

.b-ext h3 {
	margin-top: 0;
}

.b-ext h3.title3 {
	text-align: center;
}

.b-ext h4 {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.b-ext p.noM {
	margin: 0;
}

.b-ext p.mtb25 {
	margin-bottom: 25px;
}

.b-ext p.mt25,
.b-ext p.mtb25 {
	margin-top: 25px;
}

.b-ext .mb25,
.b-ext p.mb25 {
	margin-bottom: 25px;
}

.b-ext .mb40 {
	padding-bottom: 40px;
}

.b-ext .object-left {
	clear: left;
	float: left;
}

.b-ext .object-right {
	clear: right;
	float: right;
}

.b-ext .object-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.b-ext .bloc-shadow img {
	-moz-box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	-ms-box-shadow: 0 8px 6px -6px #666;
	-o-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px, #666;
	box-shadow: 0 8px 6px -6px, #666;
}

.b-ext svg {
	height: auto;
	max-width: 100%;
}

.b-ext .image-svg,
.b-ext svg {
	display: block;
}

.b-ext .align-center .image-svg,
.text-center .image-svg {
	margin-left: auto;
	margin-right: auto;
}

.b-ext .align-left .image-svg,
.text-left .image-svg {
	margin-left: unset;
}

.text-right .image-svg {
	float: right;
}

@media (max-width:767px) {
	.b-ext .align-left .image-svg {
		margin-left: auto;
		margin-right: auto;
	}
}

.b-ext .ezrichtext-field a,
.b-ext .ezxmltext-field a {
	color: #515151;
	text-decoration: underline;
}

.b-ext .ezrichtext-field a:active,
.b-ext .ezrichtext-field a:focus,
.b-ext .ezrichtext-field a:hover,
.b-ext .ezxmltext-field a:active,
.b-ext .ezxmltext-field a:focus,
.b-ext .ezxmltext-field a:hover {
	color: #3498db;
}

.b-ext .ezrichtext-field a.btn-primary,
.b-ext .ezrichtext-field a.btn-primary:focus,
.b-ext .ezrichtext-field a.btn-primary:hover,
.b-ext .ezrichtext-field a.readMore,
.b-ext .ezrichtext-field a.readMore:focus,
.b-ext .ezrichtext-field a.readMore:hover,
.b-ext .ezxmltext-field a.btn-primary,
.b-ext .ezxmltext-field a.btn-primary:focus,
.b-ext .ezxmltext-field a.btn-primary:hover,
.b-ext .ezxmltext-field a.readMore,
.b-ext .ezxmltext-field a.readMore:focus,
.b-ext .ezxmltext-field a.readMore:hover {
	color: #fff;
	text-decoration: none;
}

.b-ext .ezrichtext-field .align-left.ez-embed-type-image,
.b-ext .ezxmltext-field .align-left.ez-embed-type-image {
	clear: left;
	float: left;
}

.b-ext .ezrichtext-field .align-left.ez-embed-type-image img,
.b-ext .ezxmltext-field .align-left.ez-embed-type-image img {
	height: auto;
	max-width: 100%;
}

.b-ext .ezrichtext-field .align-right.ez-embed-type-image,
.b-ext .ezxmltext-field .align-right.ez-embed-type-image {
	clear: right;
	float: right;
}

.b-ext .ezrichtext-field .align-right.ez-embed-type-image img,
.b-ext .ezxmltext-field .align-right.ez-embed-type-image img {
	height: auto;
	max-width: 100%;
}

.b-ext .ezrichtext-field .btn,
.b-ext .ezxmltext-field .btn {
	text-decoration: none;
}

.ezrichtext-field .bg-border,
.ezxmltext-field .bg-border {
	background: #3498db;
}

.ezrichtext-field .bg-border-content,
.ezxmltext-field .bg-border-content {
	background: hsla(0, 0%, 100%, .93);
	border-left: 3px solid #3498db;
	padding: 30px;
}

.night .ezrichtext-field .bg-border-content,
.night .ezrichtext-field .bg-border-content a,
.night .ezrichtext-field .bg-border-content div,
.night .ezrichtext-field .bg-border-content p,
.night .ezxmltext-field .bg-border-content,
.night .ezxmltext-field .bg-border-content a,
.night .ezxmltext-field .bg-border-content div,
.night .ezxmltext-field .bg-border-content p {
	color: #515151;
}

.ezrichtext-field .bg-border-content :last-child,
.ezxmltext-field .bg-border-content :last-child {
	margin-bottom: 0;
}

.b-ext sup {
	top: -.15em;
}

.b-ext .form {
	clear: both;
}

.b-ext .grabbing {
	cursor: pointer;
}

.b-ext .logo-page {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.b-ext .logo-page img {
		float: right;
	}
}

.b-ext .alert {
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.b-ext .alert.alert-error {
	color: #3498db;
}

.b-ext .alert.alert-success {
	background: none;
	border: none;
	color: #3498db;
}

.b-ext .modal-content {
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 5px 10px, rgba(0, 0, 0, .25);
	box-shadow: 0 5px 10px, rgba(0, 0, 0, .25);
}

.b-ext .title2 {
	font-size: 16px;
}

.b-ext .title2,
.b-ext .title3 {
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.b-ext .title3 {
	font-size: 22px;
}

.b-ext .panel-group .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}

.b-ext .panel-group .panel .panel-heading p a {
	display: block;
	text-decoration: none;
}

.b-ext .panel-group .panel+.panel {
	margin: 0;
}

.b-ext .list-group-form {
	background-color: #fff;
	margin: 0;
	min-height: 40px;
	padding: 0;
}

.b-ext .list-group-form .list-group-item {
	background: url("/ext/build/images/arrow_left_h.6eca853e.png") no-repeat 93% 50% #fff;
	border-left: #cfcfcf;
	border-color: #cfcfcf #cfcfcf currentcolor;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: #cfcfcf;
	border-top: #cfcfcf;
	color: #000;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 40px 0 10px;
	text-transform: uppercase;
	width: 40%;
}

.b-ext .confirmation .alert {
	background-color: #fff;
	border: 1px solid;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 25px;
	padding: 1em 0;
	text-align: center;
}

.b-ext .confirmation .alert.alert-success {
	border-color: #6c0;
	color: #6c0;
}

.b-ext .confirmation .alert.alert-danger,
.b-ext .confirmation .alert.alert-success {
	padding-left: 50px;
	padding-right: 15px;
	position: relative;
}

.b-ext .confirmation .alert.alert-danger {
	border-color: #d32f2f;
	color: #d32f2f;
}

.b-ext .confirmation .alert .checked {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat -65px -360px transparent;
	display: block;
	height: 32px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	width: 32px;
}

.b-ext .no-svg .confirmation .alert .checked {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

.b-ext .confirmation .alert .unchecked {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat -116px -360px transparent;
	display: block;
	height: 32px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	width: 32px;
}

.b-ext .no-svg .confirmation .alert .unchecked {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

@media (min-width:768px) {
	.b-ext .mb40 {
		padding-bottom: 0;
	}

	.b-ext .confirmation .alert .checked {
		top: 8px;
	}

	.b-ext .confirmation .alert.alert-danger,
	.b-ext .confirmation .alert.alert-success {
		padding-right: 50px;
	}
}

.b-ext li.bullet_1 {
	background: url("/ext/build/images/puce-01.fb0c40df.png") no-repeat scroll left 8px transparent;
}

.b-ext li.bullet_1,
.b-ext li.bullet_2 {
	list-style: none outside none;
	padding-left: 10px;
}

.b-ext li.bullet_2 {
	background: url("/ext/build/images/puce-02.7510f93e.png") no-repeat scroll left 8px transparent;
}

.b-ext li.bullet_3 {
	background: url("/ext/build/images/puce-03.198d70b4.png") no-repeat scroll left 8px transparent;
	list-style: none outside none;
	padding-left: 10px;
}

.b-ext .list-check,
.b-ext .list-number {
	list-style: none;
}

.b-ext .list-check,
.b-ext .list-check li,
.b-ext .list-number,
.b-ext .list-number li {
	position: relative;
}

@media (max-width:767px) {

	.b-ext .widget-content .ezrichtext-field .list-check,
	.b-ext .widget-content .ezrichtext-field .list-check li,
	.b-ext .widget-content .ezrichtext-field .list-number,
	.b-ext .widget-content .ezrichtext-field .list-number li,
	.b-ext .widget-content .ezxmltext-field .list-check,
	.b-ext .widget-content .ezxmltext-field .list-check li,
	.b-ext .widget-content .ezxmltext-field .list-number,
	.b-ext .widget-content .ezxmltext-field .list-number li {
		padding-left: 0;
	}
}

.b-ext .widget-content.align-center .ezrichtext-field .list-check,
.b-ext .widget-content.align-center .ezrichtext-field .list-check li,
.b-ext .widget-content.align-center .ezrichtext-field .list-number,
.b-ext .widget-content.align-center .ezrichtext-field .list-number li,
.b-ext .widget-content.align-center .ezxmltext-field .list-check,
.b-ext .widget-content.align-center .ezxmltext-field .list-check li,
.b-ext .widget-content.align-center .ezxmltext-field .list-number,
.b-ext .widget-content.align-center .ezxmltext-field .list-number li,
.b-ext .widget-content.align-right .ezrichtext-field .list-check,
.b-ext .widget-content.align-right .ezrichtext-field .list-check li,
.b-ext .widget-content.align-right .ezrichtext-field .list-number,
.b-ext .widget-content.align-right .ezrichtext-field .list-number li,
.b-ext .widget-content.align-right .ezxmltext-field .list-check,
.b-ext .widget-content.align-right .ezxmltext-field .list-check li,
.b-ext .widget-content.align-right .ezxmltext-field .list-number,
.b-ext .widget-content.align-right .ezxmltext-field .list-number li {
	padding-left: 0;
}

.b-ext .list-check li:before,
.b-ext .list-check:before,
.b-ext .list-number li:before,
.b-ext .list-number:before {
	left: 0;
	position: absolute;
}

.b-ext .widget .ezrichtext-field .list-check li:before,
.b-ext .widget .ezrichtext-field .list-check:before,
.b-ext .widget .ezrichtext-field .list-number li:before,
.b-ext .widget .ezrichtext-field .list-number:before,
.b-ext .widget .ezxmltext-field .list-check li:before,
.b-ext .widget .ezxmltext-field .list-check:before,
.b-ext .widget .ezxmltext-field .list-number li:before,
.b-ext .widget .ezxmltext-field .list-number:before {
	margin-left: 0;
	margin-right: 0;
	position: absolute;
}

@media (max-width:767px) {

	.b-ext .widget .ezrichtext-field .list-check li:before,
	.b-ext .widget .ezrichtext-field .list-check:before,
	.b-ext .widget .ezrichtext-field .list-number li:before,
	.b-ext .widget .ezrichtext-field .list-number:before,
	.b-ext .widget .ezxmltext-field .list-check li:before,
	.b-ext .widget .ezxmltext-field .list-check:before,
	.b-ext .widget .ezxmltext-field .list-number li:before,
	.b-ext .widget .ezxmltext-field .list-number:before {
		display: inline-block;
		margin-right: 10px;
		position: static;
		vertical-align: middle;
	}
}

.b-ext .widget-content.align-center .ezrichtext-field .list-check li:before,
.b-ext .widget-content.align-center .ezrichtext-field .list-check:before,
.b-ext .widget-content.align-center .ezrichtext-field .list-number li:before,
.b-ext .widget-content.align-center .ezrichtext-field .list-number:before,
.b-ext .widget-content.align-center .ezxmltext-field .list-check li:before,
.b-ext .widget-content.align-center .ezxmltext-field .list-check:before,
.b-ext .widget-content.align-center .ezxmltext-field .list-number li:before,
.b-ext .widget-content.align-center .ezxmltext-field .list-number:before {
	display: inline-block;
	margin-right: 10px;
	position: static;
	vertical-align: middle;
}

.b-ext .widget-content.align-right .ezrichtext-field .list-check li:before,
.b-ext .widget-content.align-right .ezrichtext-field .list-check:before,
.b-ext .widget-content.align-right .ezrichtext-field .list-number li:before,
.b-ext .widget-content.align-right .ezrichtext-field .list-number:before,
.b-ext .widget-content.align-right .ezxmltext-field .list-check li:before,
.b-ext .widget-content.align-right .ezxmltext-field .list-check:before,
.b-ext .widget-content.align-right .ezxmltext-field .list-number li:before,
.b-ext .widget-content.align-right .ezxmltext-field .list-number:before {
	left: inherit;
	right: 0;
}

.b-ext .list-check,
.b-ext .list-check li {
	padding-left: 22px;
}

.b-ext .widget-content.align-right .ezrichtext-field .list-check,
.b-ext .widget-content.align-right .ezrichtext-field .list-check li,
.b-ext .widget-content.align-right .ezxmltext-field .list-check,
.b-ext .widget-content.align-right .ezxmltext-field .list-check li {
	padding-right: 22px;
}

.b-ext .list-check li:before,
.b-ext .list-check:before {
	background: url("/ext/build/images/check-list.1078e251.svg") no-repeat 0;
	content: "";
	height: 8px;
	top: 8px;
	width: 12px;
}

.b-ext .widget .ezrichtext-field .list-check li:before,
.b-ext .widget .ezrichtext-field .list-check:before,
.b-ext .widget .ezxmltext-field .list-check li:before,
.b-ext .widget .ezxmltext-field .list-check:before {
	content: "";
}

.b-ext .no-svg .list-check,
.b-ext .no-svg .list-check li {
	background-image: url("/ext/build/images/check-list.0cc00541.png");
}

.b-ext .list-number,
.b-ext .list-number li {
	counter-increment: step-counter;
	margin-bottom: 20px;
	padding-left: 42px;
}

.b-ext .widget-content.align-right .ezrichtext-field .list-number,
.b-ext .widget-content.align-right .ezrichtext-field .list-number li,
.b-ext .widget-content.align-right .ezxmltext-field .list-number,
.b-ext .widget-content.align-right .ezxmltext-field .list-number li {
	padding-right: 42px;
}

.b-ext .list-number li:before,
.b-ext .list-number:before {
	border: 1px solid #3498db;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #3498db;
	content: counter(step-counter);
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	top: -4px;
	width: 32px;
}

.b-ext .widget .ezrichtext-field .list-number li:before,
.b-ext .widget .ezrichtext-field .list-number:before,
.b-ext .widget .ezxmltext-field .list-number li:before,
.b-ext .widget .ezxmltext-field .list-number:before {
	content: counter(step-counter);
	font-size: calc(var(--font-size) * 1.2);
}

.b-ext .widget-content.align-right .ezrichtext-field ol.list-check,
.b-ext .widget-content.align-right .ezrichtext-field ol.list-number,
.b-ext .widget-content.align-right .ezrichtext-field ul.list-check,
.b-ext .widget-content.align-right .ezrichtext-field ul.list-number,
.b-ext .widget-content.align-right .ezxmltext-field ol.list-check,
.b-ext .widget-content.align-right .ezxmltext-field ol.list-number,
.b-ext .widget-content.align-right .ezxmltext-field ul.list-check,
.b-ext .widget-content.align-right .ezxmltext-field ul.list-number,
.b-ext ol.list-check,
.b-ext ol.list-number,
.b-ext ul.list-check,
.b-ext ul.list-number {
	padding: 0;
}

@media (max-width:767px) {

	.b-ext .widget .ezrichtext-field ol.list-check:before,
	.b-ext .widget .ezrichtext-field ol.list-number:before,
	.b-ext .widget .ezrichtext-field ul.list-check:before,
	.b-ext .widget .ezrichtext-field ul.list-number:before,
	.b-ext .widget .ezxmltext-field ol.list-check:before,
	.b-ext .widget .ezxmltext-field ol.list-number:before,
	.b-ext .widget .ezxmltext-field ul.list-check:before,
	.b-ext .widget .ezxmltext-field ul.list-number:before {
		display: none;
	}
}

.b-ext .widget-content.align-center .ezrichtext-field ol.list-check:before,
.b-ext .widget-content.align-center .ezrichtext-field ol.list-number:before,
.b-ext .widget-content.align-center .ezrichtext-field ul.list-check:before,
.b-ext .widget-content.align-center .ezrichtext-field ul.list-number:before,
.b-ext .widget-content.align-center .ezxmltext-field ol.list-check:before,
.b-ext .widget-content.align-center .ezxmltext-field ol.list-number:before,
.b-ext .widget-content.align-center .ezxmltext-field ul.list-check:before,
.b-ext .widget-content.align-center .ezxmltext-field ul.list-number:before,
.b-ext ol.list-check:before,
.b-ext ol.list-number:before,
.b-ext ul.list-check:before,
.b-ext ul.list-number:before {
	display: none;
}

.b-ext ol.list-check,
.b-ext ul.list-check {
	background: none;
}

.b-ext ol.list-number,
.b-ext ul.list-number {
	counter-increment: none;
}

.b-ext ol.noPadding,
.b-ext ul.noPadding {
	list-style-position: outside;
	padding-left: 15px;
}

.b-ext ol.bullet_1 li,
.b-ext ul.bullet_1 li {
	background: url("/ext/build/images/puce-01.fb0c40df.png") no-repeat scroll left 8px transparent;
	list-style: none outside none;
	padding-left: 10px;
}

.b-ext ol.bullet_1 li ul li,
.b-ext ul.bullet_1 li ul li {
	background-image: url("/ext/build/images/puce-02.7510f93e.png");
}

.b-ext ol.bullet_1 li ul li ul li,
.b-ext ul.bullet_1 li ul li ul li {
	background-image: url("/ext/build/images/puce-03.198d70b4.png");
}

.b-ext ol.bullet_2 li,
.b-ext ul.bullet_2 li {
	background: url("/ext/build/images/puce-02.7510f93e.png") no-repeat scroll left 8px transparent;
	list-style: none outside none;
	padding-left: 10px;
}

.b-ext ol.bullet_2 li ul li,
.b-ext ul.bullet_2 li ul li {
	background-image: url("/ext/build/images/puce-03.198d70b4.png");
}

.b-ext ol.bullet_3 li,
.b-ext ul.bullet_3 li {
	background: url("/ext/build/images/puce-03.198d70b4.png") no-repeat scroll left 8px transparent;
	list-style: none outside none;
	padding-left: 10px;
}

.b-ext .ico-search {
	background: url("/ext/build/images/sprite_search.a71d07fb.svg") no-repeat 0 -1px transparent;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	width: 26px;
}

.b-ext .ico-search-hover {
	background-position: -26px -1px;
}

.b-ext .no-svg .ico-search {
	background-image: url("/ext/build/images/sprite_search.d22fe1ac.png");
}

.b-ext .ico {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat 0 0 transparent;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.b-ext .no-svg .ico {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

.b-ext .ico-cross {
	background-position: -1251px -34px;
}

.b-ext .ico-cross,
.b-ext .ico.ico-macro {
	height: 16px;
	width: 16px;
}

.b-ext .ico.ico-macro.close {
	background-position: -1200px -34px;
	width: 17px;
}

.b-ext .ico.ico-macro.see {
	background-image: url("/ext/build/images/see.9b790f21.png");
	width: 29px;
}

.b-ext .ico.meta {
	height: 5px;
	margin: 0 0 0 5px;
	overflow: hidden;
	width: 10px;
}

.b-ext .ico.meta.arrow {
	background-position: -50px -445px;
}

.b-ext .ico-pdf {
	background-image: url("/ext/build/images/pdf-icon.abf465ab.png");
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 22px;
}

.b-ext .ico.pdf_old {
	background-image: url("/ext/build/images/pdf_36_old.329a6b56.png");
	height: 36px;
	width: 36px;
}

.b-ext .ico.secure {
	background-position: -280px -366px;
	height: 20px;
	width: 20px;
}

.b-ext .ico.arrow.w_bottom {
	background-image: url("/ext/build/images/w_b_23.6ee4bd4e.png");
	height: 23px;
	margin: 0 10px;
	width: 23px;
}

.b-ext .ico.arrow.w_top {
	background-image: url("/ext/build/images/w_t_23.4025f33b.png");
	height: 23px;
	margin: 0 10px;
	width: 23px;
}

.b-ext .ico.no-arrow.menu {
	height: 5px;
	margin: 0 0 0 5px;
	width: 10px;
}

.b-ext .ico.ico-middle {
	height: 34px;
	width: 34px;
}

.b-ext .ico.ico-middle.tele {
	background-position: -173px -358px;
}

.b-ext .ico.ico-mini {
	height: 24px;
	width: 24px;
}

.b-ext .ico.ico-mini.news {
	background-position: -234px -366px;
	height: 25px;
	width: 34px;
}

.b-ext .ico.ico-mini.info {
	background-position: -1000px -706px;
	height: 25px;
	width: 25px;
}

.b-ext .ico.ico-mini.next-b {
	background-image: url("/ext/build/images/slides_right_w.e5a348ad.png");
}

.b-ext .ico.ico-mini.prev {
	background-image: url("/ext/build/images/slides_left.1621386b.png");
}

.b-ext .ico.ico-mini.telPhone {
	background-image: url("/ext/build/images/tel_w.2236e474.png");
	width: 17px;
}

.b-ext .ico.ico-mini.message_h {
	background-image: url("/ext/build/images/message_25_w.316ad7ca.png");
	width: 25px;
}

.b-ext .ico.ico-mini.auto {
	background-image: url("/ext/build/images/auto.2cd56a28.png");
	width: 29px;
}

.b-ext .ico.ico-mini.call {
	background-image: url("/ext/build/images/call.c1d36a87.png");
	width: 28px;
}

.b-ext .ico.ico-little {
	height: 26px;
	width: 26px;
}

.b-ext .ico.ico-little.tel {
	background-position: -120px -494px;
}

.b-ext .ico.ico-little.mes {
	background-position: -120px -609px;
}

.b-ext .ico.ico-little.courrier {
	background-position: -120px -551px;
}

.b-ext .ico.ico-little.address {
	background-position: -170px -724px;
}

.b-ext .ico.ico-big {
	display: block;
	height: 50px;
	margin: 10px auto 0;
	width: 60px;
}

.b-ext .ico.ico-big.secure {
	background-image: url("/ext/build/images/secure_o_33.5dd57e32.png");
	background-position: 6px 6px;
	height: 48px;
	margin: 0;
	width: 48px;
}

.b-ext .icoCharteV2 {
	background: no-repeat 0 0 transparent;
	display: inline-block;
	vertical-align: middle;
}

.b-ext .icoCharteV2-share-big {
	background-size: cover;
	height: 26px;
	width: 26px;
}

.b-ext .icoCharteV2-share-small {
	background-size: cover;
	height: 20px;
	width: 20px;
}

.b-ext .icoCharteV2-share-icofb {
	background-image: url("/ext/build/images/logo-facebook.c8dc9c13.svg");
}

.b-ext .icoCharteV2-share-icotwitter {
	background-image: url("/ext/build/images/logo-x-twitter.8881bde9.svg");
}

.b-ext .icoCharteV2-share-icolinkedin {
	background-image: url("/ext/build/images/logo-linkedin.17b8130c.svg");
}

.b-ext .icoCharteV2-share-icoinsta {
	background-image: url("/ext/build/images/logo-instagram.50d3e58f.svg");
}

.b-ext .icoCharte {
	background: url("/ext/build/images/sprite_charte.9325da27.svg") no-repeat 0 0 transparent;
	display: inline-block;
	vertical-align: middle;
}

.b-ext .no-svg .icoCharte {
	background-image: url("/ext/build/images/sprite_charte.4da84546.png");
}

.b-ext .icoCharte-angle-right {
	background-position: -79px -19px;
	height: 8px;
	width: 5px;
}

.b-ext .icoCharte-author {
	background-position: -93px -99px;
	height: 15px;
	width: 14px;
}

.b-ext .icoCharte-arrow {
	background-position: -122px -1px;
	height: 8px;
	width: 14px;
}

.b-ext .icoCharte-back {
	background-position: -81px -133px;
	height: 21px;
	width: 19px;
}

.b-ext .icoCharte-carret {
	height: 10px;
	width: 6px;
}

.b-ext .icoCharte-carret-right {
	background-position: -54px -19px;
}

.b-ext .icoCharte-carret-right-grey {
	background-position: -93px -1px;
	height: 8px;
	width: 5px;
}

.b-ext .icoCharte-carret-left {
	background-position: -61px -19px;
}

.b-ext .icoCharte-carret-left-blue {
	background-position: -20px -41px;
}

.b-ext .icoCharte-carret-top {
	background-position: -70px -19px;
	height: 4px;
	width: 8px;
}

.b-ext .icoCharte-carret-blue {
	background-position: -70px -24px;
	height: 4px;
	width: 8px;
}

.b-ext .icoCharte-check {
	background-position: -35px -1px;
	height: 12px;
	width: 14px;
}

.b-ext .icoCharte-chevron {
	height: 12px;
	width: 8px;
}

.b-ext .icoCharte-chevron-white-bottom {
	background-position: -112px -47px;
	height: 8px;
	width: 12px;
}

.b-ext .icoCharte-chevron-white-left {
	background-position: -74px -1px;
}

.b-ext .icoCharte-chevron-white-right {
	background-position: -83px -1px;
}

.b-ext .icoCharte-chrome {
	background-position: -1px -63px;
	height: 34px;
	width: 34px;
}

.b-ext .icoCharte-clock {
	background-position: -112px -58px;
	height: 20px;
	width: 20px;
}

.b-ext .icoCharte-collapse {
	background-position: -91px -53px;
	height: 18px;
	width: 18px;
}

.b-ext .icoCharte-connect {
	background-position: -56px -1px;
	height: 16px;
	width: 16px;
}

.b-ext a:hover .icoCharte-connect {
	background-position: -74px -99px;
}

.b-ext .icoCharte-connect-full {
	background-position: -152px -1px;
	height: 14px;
	width: 14px;
}

.b-ext a:hover .icoCharte-connect-full {
	background-position: -152px -18px;
}

.b-ext .icoCharte-contact {
	background-position: -129px -128px;
	height: 20px;
	width: 29px;
}

.b-ext .icoCharte-contact-blue {
	background-position: -125px -84px;
	height: 20px;
	width: 29px;
}

.b-ext .icoCharte-cross {
	background-position: -1px -35px;
	height: 12px;
	width: 12px;
}

.b-ext .icoCharte-date {
	background-position: -93px -82px;
	height: 15px;
	width: 14px;
}

.b-ext .icoCharte-download {
	background-position: -104px -1px;
	height: 15px;
	width: 15px;
}

.b-ext .icoCharte-download-arrow {
	background-position: -35px -22px;
	height: 15px;
	width: 16px;
}

.b-ext .icoCharte-error {
	background-position: -50px -1px;
	height: 13px;
	width: 4px;
}

.b-ext .icoCharte-firefox {
	background-position: -38px -63px;
	height: 34px;
	width: 32px;
}

.b-ext .icoCharte-ie {
	background-position: -39px -99px;
	height: 34px;
	width: 31px;
}

.b-ext .icoCharte-pager {
	height: 7px;
	width: 16px;
}

.b-ext .icoCharte-pager-next {
	background-position: -86px -14px;
}

.b-ext .icoCharte-pager-prev {
	background-position: -86px -22px;
}

.b-ext .icoCharte-pdf {
	background-position: -105px -18px;
	height: 28px;
	width: 21px;
}

.b-ext .icoCharte-phone {
	background-position: -130px -106px;
	height: 21px;
	width: 21px;
}

.b-ext .icoCharte-postal {
	background-position: -1px -49px;
	height: 11px;
	width: 16px;
}

.b-ext .icoCharte-safari {
	background-position: -1px -99px;
	height: 34px;
	width: 34px;
}

.b-ext .icoCharte-search {
	background-position: -54px -32px;
	height: 18px;
	width: 18px;
}

.b-ext a:hover .icoCharte-search {
	background-position: -36px -39px;
}

.b-ext .icoCharte-select {
	background-position: -36px -15px;
	height: 6px;
	width: 10px;
}

.b-ext .icoCharte-share-big {
	height: 32px;
	width: 32px;
}

.b-ext .icoCharte-share-big-fb {
	background-position: 0 -154px;
}

.b-ext .icoCharte-share-big-twitter {
	background-position: -32px -154px;
}

.b-ext .icoCharte-share-big-linkedin {
	background-position: -64px -154px;
}

.b-ext .icoCharte-share-big-google {
	background-position: -96px -154px;
}

.b-ext .icoCharte-share-small {
	height: 20px;
	width: 20px;
}

.b-ext .icoCharte-share-small-fb {
	background-position: 0 -134px;
}

.b-ext .icoCharte-share-small-twitter {
	background-position: -20px -134px;
}

.b-ext .icoCharte-share-small-linkedin {
	background-position: -40px -134px;
}

.b-ext .icoCharte-share-small-google {
	background-position: -60px -134px;
}

.b-ext .icoCharte-tel {
	background-position: -74px -117px;
	height: 15px;
	width: 15px;
}

.b-ext .icoCharte-video {
	background-position: -129px -150px;
	height: 36px;
	width: 50px;
}

.b-ext .icoCharte-xls {
	background-position: -101px -119px;
	height: 24px;
	width: 27px;
}

.b-ext .icoCharte-backspace {
	background-position: -140px -35px;
	height: 29px;
	width: 38px;
}

.b-ext .icoCharte-backspace-mobile {
	background-position: -157px -66px;
	height: 23px;
	width: 29px;
}

.b-ext .ico-contact {
	height: 44px;
	width: 44px;
}

.b-ext .ico-contact.client {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat 0 -706px transparent;
	margin: 0 10px 0 0;
}

.b-ext .lt-ie9 .ico-contact.client {
	margin-right: 10px;
}

.b-ext .no-svg .ico-contact.client {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

.b-ext .ico-contact.agences {
	background-position: 0 -556px;
}

.b-ext .ico-contact.question {
	background-position: 0 -631px;
}

.b-ext .customtag-picto {
	background-image: url("/ext/build/images/check.f5f984fa.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	margin: 0 auto;
	position: relative;
	top: 7px;
	width: 27px;
}

.b-ext .customtag-picto.plus {
	background: url("/ext/build/images/black_btn.13e4d383.png");
	display: block;
	height: 22px;
	margin: 10px auto 0;
	width: 22px;
}

.b-ext .customtag-picto.check-grey {
	background-position: 0 -48px;
}

.b-ext .customtag-picto.check-yellow {
	background-position: 0 -72px;
}

.b-ext .customtag-picto.check-black {
	background-position: 0 -24px;
}

@media (max-width:1199px) {
	.b-ext.open .page:before {
		display: block;
	}

	.b-ext.open,
	.b-ext.open body {
		height: 100%;
		overflow-y: hidden;
	}
}

.b-ext.open-nav {
	height: 100%;
	overflow: hidden;
}

.b-ext.open-nav .header {
	position: relative;
	z-index: none;
}

.b-ext.open-nav .second-menu {
	z-index: -1;
}

.b-ext.open-nav body {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.b-ext a:hover .icoCharte-search {
	background-position: unset;
}

.b-ext .page:before {
	background: rgba(0, 0, 0, .5);
	content: "";
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.b-ext span.twitter-typeahead {
	width: 100%;
}

@media (max-width:1199px) {
	.b-ext span.twitter-typeahead .form-control {
		margin-bottom: 0;
	}
}

.b-ext span.twitter-typeahead .tt-dropdown-menu {
	background-color: #fff;
	-webkit-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 2px 6px #9d9d9d;
	-webkit-box-shadow: 0 2px 6px #9d9d9d;
	-ms-box-shadow: 0 2px 6px #9d9d9d;
	-o-box-shadow: 0 2px 6px #9d9d9d;
	box-shadow: 0 2px 6px #9d9d9d;
	-webkit-box-shadow: 0 2px 6px, #9d9d9d;
	box-shadow: 0 2px 6px, #9d9d9d;
	margin-top: 1px;
	width: 100%;
}

@media (min-width:1200px) {
	.b-ext span.twitter-typeahead .tt-dropdown-menu {
		margin-top: 2px;
	}
}

.b-ext span.twitter-typeahead .tt-dropdown-menu .tt-suggestion {
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	font-family: open_sanssemibold;
	font-size: 14px;
	margin: 0;
	padding: 10px 15px;
}

.b-ext span.twitter-typeahead .tt-dropdown-menu .tt-suggestion:last-child {
	border-bottom: none;
}

.b-ext span.twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
	margin: 0;
}

.b-ext span.twitter-typeahead .tt-dropdown-menu .tt-suggestion:hover {
	background: #efefef;
}

.b-ext .header .header-content .header-item.header-nav-client a {
	color: #000;
}

.b-ext .header .header-content .header-item.header-nav-client a .icoCharte {
	background: url("/ext/build/images/user_black.f0e2f840.svg") no-repeat 0 0 transparent;
	vertical-align: baseline;
}

@media (max-width:1199px) {
	.b-ext .header .header-content .header-item.header-nav-client a .icoCharte {
		vertical-align: middle;
	}
}

.b-ext .header .header-content .header-item.header-nav-client a:hover {
	color: #000;
}

.b-ext .header .header-content .header-item.header-nav-client a:hover .icoCharte {
	background: url("/ext/build/images/user_black.f0e2f840.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-content .header-item.header-nav-client a:focus {
	color: #000;
}

.b-ext .header .header-nav-client-mobile {
	display: none;
}

@media (max-width:1199px) {
	.b-ext .header .header-nav-client-mobile {
		border-bottom: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
		display: block;
		margin: 20px 0 10px;
	}

	.b-ext .header .header-nav-client-mobile a {
		color: #6b6b6b;
	}

	.b-ext .header .header-nav-client-mobile a .icoCharte {
		background: url("/ext/build/images/user_black.f0e2f840.svg") no-repeat 0 0 transparent;
		vertical-align: baseline;
	}

	.b-ext .header .header-nav-client-mobile a:hover {
		color: #6b6b6b;
	}

	.b-ext .header .header-nav-client-mobile a:hover .icoCharte {
		background: url("/ext/build/images/user_black.f0e2f840.svg") no-repeat 0 0 transparent;
	}

	.b-ext .header .header-nav-client-mobile a:focus {
		color: #6b6b6b;
	}

	.b-ext .header .header-nav-client-mobile a .icoCharte-connect-full {
		background-position: unset;
		height: 14px;
		width: 14px;
	}

	.b-ext .header .header-nav-client-mobile a span {
		color: #6b6b6b;
		margin: 0 10px;
	}
}

@media (min-width:335px) {
	.b-ext .header-logo img {
		max-width: 200px;
	}
}

.b-ext .header-bar {
	background: #fff;
	padding: 0;
}

@media (max-width:1199px) {
	.b-ext .header-bar {
		position: relative;
		z-index: 1030;
	}
}

.b-ext .header-content {
	overflow: hidden;
}

@media (max-width:1199px) {
	.b-ext .header-content {
		align-items: center;
		border-bottom: 2px solid #e1e1e1;
		display: flex;
		height: 50px;
		position: relative;
		width: 100%;
		z-index: 100;
	}
}

.b-ext .header-content .navbar-toggle {
	color: #3498db;
	float: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.b-ext .header-content .navbar-toggle .icon-bar {
	background-color: #3498db;
}

@media (max-width:1199px) {
	.b-ext .header-content .navbar-toggle {
		display: block;
	}
}

.b-ext .header-item {
	padding: 0 100px 0 15px;
}

@media (max-width:1199px) {
	.b-ext .header-nav {
		background-color: #fff;
		border: none;
		display: flex;
		flex-direction: column;
		font-size: 13px;
		left: -400px;
		padding-top: 0 !important;
		position: fixed;
		top: 50px;
		transition: left .15s ease;
		width: 400px;
		z-index: 99;
	}

	.b-ext .header-nav .icoCharte-angle-right,
	.b-ext .header-nav .icoCharte-carret-top {
		display: none;
	}
}

@media (max-width:767px) {
	.b-ext .header-nav {
		left: -250px;
		width: 250px;
	}

	.b-ext .header-nav>.header-nav-content {
		overflow-y: auto;
	}
}

@media (max-width:1199px) {
	.b-ext .header-nav.in {
		left: 0;
	}
}

.b-ext .header-nav-btn {
	font-size: 8px;
	line-height: 1;
}

.b-ext .header-nav-btn.collapsed .navbar-toggle {
	color: #000;
}

.b-ext .header-nav-btn.collapsed .icon-bar {
	background-color: #000;
}

.header-nav-btn .text-menu {
	display: block;
	line-height: 1;
	margin-top: 4px;
}

.b-ext .header-nav ul {
	margin: 0;
	padding: 0;
}

.b-ext .header-nav a {
	position: relative;
}

@media (max-width:1199px) {
	.b-ext .header-nav a {
		color: #6b6b6b;
	}

	.b-ext .header-nav .navbar-open>.nav>.header-nav-item>a,
	.b-ext .header-nav a .sub-title {
		display: none;
	}
}

.b-ext .header-nav .navbar-nav {
	display: block;
	width: 100%;
}

@media (max-width:1199px) {
	.b-ext .header-nav .navbar-nav {
		overflow: auto;
	}

	.b-ext .header-nav .navbar-nav .header-nav-item {
		position: static;
	}

	.b-ext .header-nav .navbar-nav li {
		width: 100%;
	}

	.b-ext .header-nav .navbar-nav li a {
		padding-left: 20px;
	}
}

.b-ext .header-nav .dropdown .icoCharte-arrow {
	margin-left: 5px;
}

.b-ext .header-nav .dropdown-menu {
	background: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.b-ext .header-nav .dropdown-menu li {
	position: relative;
}

.b-ext .header-nav .dropdown-menu li a {
	cursor: pointer;
	display: block;
	padding: 10px 15px 10px 20px;
	white-space: normal;
}

.b-ext .header-nav .dropdown-menu li a.header-nav-item-generic {
	line-height: 25px;
	min-height: 45px;
	padding-left: 55px;
}

.b-ext .header-nav .dropdown-menu li a:hover {
	color: #3498db;
	text-decoration: none;
}

.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon circle,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon ellipse,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon image,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon line,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon path,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon polygon,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon polyline,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon rect,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon text,
.b-ext .header-nav .dropdown-menu li a:hover .header-nav-item-icon use {
	fill: #3498db;
	stroke: #3498db;
}

@media (max-width:1199px) {
	.b-ext .header-nav .dropdown-menu {
		display: block;
		font-size: 13px;
		height: 100%;
		left: -400px;
		position: absolute;
		top: 0;
		transition: left .5s ease;
		width: 400px;
	}

	.b-ext .header-nav .dropdown-menu a.back,
	.b-ext .header-nav .dropdown-menu li.back {
		border-bottom: 1px solid #e1e1e1;
		cursor: pointer;
		line-height: 20px;
		padding: 10px 15px 10px 55px;
		position: relative;
	}

	.b-ext .header-nav .dropdown-menu a.back span,
	.b-ext .header-nav .dropdown-menu li.back span {
		border-right: 1px solid #e1e1e1;
		height: 100%;
		left: 0;
		padding: 15px 20px;
		position: absolute;
		top: 0;
	}

	.b-ext .header-nav .dropdown-menu a.back .icoCharte,
	.b-ext .header-nav .dropdown-menu li.back .icoCharte {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width:767px) {
	.b-ext .header-nav .dropdown-menu {
		left: -250px;
		width: 250px;
	}
}

@media (max-width:1199px) {
	.b-ext .header-nav .dropdown.open>.dropdown-menu {
		left: 0;
		position: absolute;
		width: 400px;
	}

	.b-ext .header-nav .dropdown.open>.dropdown-menu .dropdown-menu {
		left: -400px;
		position: absolute;
		width: 400px;
	}

	.b-ext .header-nav .dropdown.open>.dropdown-menu .open .dropdown-menu {
		left: 0;
		width: 400px;
	}
}

@media (max-width:767px) {
	.b-ext .header-nav .dropdown.open>.dropdown-menu {
		background: #fff;
		left: 0;
		width: 250px;
	}

	.b-ext .header-nav .dropdown.open>.dropdown-menu .dropdown-menu {
		left: -250px;
		width: 250px;
	}

	.b-ext .header-nav .dropdown.open>.dropdown-menu .open .dropdown-menu {
		left: 0;
		width: 250px;
	}
}

@media (max-width:1199px) {
	.b-ext .header-nav-content {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		position: relative;
		width: 100%;
		z-index: 999;
	}

	.b-ext .header-nav-content.element-open {
		overflow-y: auto;
	}
}

.b-ext .header-nav-item-icon {
	height: 25px;
	left: 20px;
	line-height: 25px;
	margin-top: -12.5px;
	position: absolute;
	top: 50%;
	width: 25px;
}

.b-ext .header-nav-item-icon svg {
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
}

.b-ext .header-nav-item-icon path,
.b-ext .header-nav-item-icon svg {
	max-height: 25px;
	max-width: 25px;
}

.b-ext .header-nav-item-icon circle,
.b-ext .header-nav-item-icon ellipse,
.b-ext .header-nav-item-icon image,
.b-ext .header-nav-item-icon line,
.b-ext .header-nav-item-icon path,
.b-ext .header-nav-item-icon polygon,
.b-ext .header-nav-item-icon polyline,
.b-ext .header-nav-item-icon rect,
.b-ext .header-nav-item-icon text,
.b-ext .header-nav-item-icon use {
	fill: #333;
}

.b-ext .header-nav-item .icoCharte-carret-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

@media (max-width:1199px) {
	.b-ext .header-nav-client {
		margin-left: auto;
	}
}

.b-ext .header-nav-client .icoCharte {
	vertical-align: sub;
}

@media (min-width:1200px) {
	.b-ext .header-nav-client .icoCharte {
		margin-left: 10px;
	}
}

.b-ext .header-nav-client a {
	color: #3498db;
	font-family: open_sansbold;
	font-size: 14px;
	text-transform: uppercase;
}

.b-ext .header-nav-client a:hover {
	color: #2571a4;
	text-decoration: none;
}

.b-ext .header-nav-search .header-search {
	cursor: pointer;
}

.b-ext .header-nav-search .icoCharte {
	background: url("/ext/build/images/search_black.6801f951.svg") no-repeat 0 0 transparent;
}

.b-ext .header-nav-search.icoCharte-search,
.b-ext .header-nav-search.icoCharte-search:hover {
	background-position: unset;
}

@media (max-width:1199px) {
	.b-ext .header-search {
		background: #fff;
		position: relative;
		z-index: 1000;
	}

	.b-ext .header-search_content {
		padding: 50px 15px 0;
	}

	.b-ext .header-search-bar.dropdown-menu {
		height: 100%;
		padding-top: 50px;
		z-index: 1000;
	}

	.b-ext .header-search-bar.dropdown-menu .back {
		-webkit-khtml-opacity: .6;
		-moz-khtml-opacity: .6;
		-ms-khtml-opacity: .6;
		-o-khtml-opacity: .6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-khtml-opacity: .6;
		opacity: .6;
		top: 67px;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group {
		width: 100%;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group-btn {
		display: block;
		margin-top: 25px;
		width: 100%;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group-btn .btn {
		display: block;
		width: 100%;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group .icoCharte-search {
		left: 0;
		top: 0;
	}

	.b-ext .header-search-bar.dropdown-menu .form-control {
		padding-left: 23px;
	}
}

.b-ext .header-search-bar.dropdown-menu .back {
	-webkit-khtml-opacity: .6;
	-moz-khtml-opacity: .6;
	-ms-khtml-opacity: .6;
	-o-khtml-opacity: .6;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	opacity: .6;
	position: absolute;
	right: 15px;
}

.b-ext .header-search-bar.dropdown-menu .form-control {
	border-left: none;
	border-right: none;
	border-top: none;
	height: 25px;
}

.b-ext .header-search-bar.dropdown-menu .icoCharte-search {
	position: absolute;
	z-index: 3;
}

@media (max-width:1199px) {
	.b-ext .header .second-menu {
		z-index: 90;
	}
}

@media (min-width:1200px) {
	.b-ext .img-logo-fiducial {
		display: block;
	}

	.b-ext .img-logo-fiducial-simple {
		display: none;
	}
}

@media (max-width:1200px) {
	.b-ext .img-logo-fiducial {
		display: none;
	}

	.b-ext .img-logo-fiducial-simple {
		display: block;
	}

	.b-ext .header-content {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.b-ext .header-content .header-item {
		flex: 1 1 33%;
		padding: 0 15px;
	}

	.b-ext .header-content .header-item.header-logo {
		width: 100%;
	}

	.b-ext .header-content .header-item.header-logo img {
		margin: 0 auto;
	}
}

@media (min-width:1200px) {

	.b-ext .header-bar,
	.b-ext .header-content,
	.b-ext .header-nav {
		display: flex;
	}

	.b-ext .header-bar {
		align-items: center;
		border-bottom: 2px solid #e1e1e1;
		position: relative;
		width: 100%;
	}

	.b-ext .header-content {
		width: 230px;
	}

	.b-ext .header-nav {
		align-items: center;
		display: flex;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		height: auto;
		padding-right: 16.66666667%;
	}

	.b-ext .header-nav .icoCharte-carret-right {
		display: none;
	}

	.b-ext .header-nav a {
		font-size: 14px;
	}

	.b-ext .header-nav a .sub-title {
		color: #666;
		font-size: calc(var(--font-size) * 1.2);
	}

	.b-ext .header-nav-btn {
		display: none;
	}

	.b-ext .header-nav-search {
		border-right: 1px solid #e1e1e1;
	}

	.b-ext .header-nav-search li {
		position: static;
	}

	.b-ext .header-nav-search a:hover {
		text-decoration: none;
	}

	.b-ext .header-nav .navbar-nav>.header-nav-item {
		border-left: 1px solid #e1e1e1;
	}

	.b-ext .header-nav .navbar-nav>.header-nav-item.open>.dropdown-toggle,
	.b-ext .header-nav .navbar-nav>.header-nav-item.selected>.dropdown-toggle {
		color: #2571a4;
	}

	.b-ext .header-nav .navbar-nav>.header-nav-item.open .icoCharte-carret-top,
	.b-ext .header-nav .navbar-nav>.header-nav-item.selected .icoCharte-carret-top {
		background-position: -70px -24px;
	}

	.b-ext .header-nav .navbar-nav>.header-nav-item>a {
		padding: 15px;
	}

	.b-ext .header-nav .dropdown-menu {
		font-size: 14px;
	}

	.b-ext .header-nav .dropdown-menu .header-nav-item-lang .dropdown-toggle {
		display: none;
	}

	.b-ext .header-nav-content {
		height: auto;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>a {
		color: #606067;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>a .icoCharte-carret-top {
		margin-left: 10px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu {
		font-size: calc(var(--font-size) * 1.2);
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu_content .dropdown-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu_content .tools+li {
		break-inside: avoid-column;
		float: left;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu li {
		margin-bottom: 5px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu a {
		color: #666;
		font-size: calc(var(--font-size) * 1.2);
		padding: 0 0 0 15px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu a .icoCharte-angle-right {
		margin-right: 5px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-actu>.dropdown-menu .dropdown-menu a:hover {
		color: #3498db;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-firme>.dropdown-menu .dropdown-menu_content {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		padding-right: 405px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.menu-firme>.dropdown-menu .dropdown-menu_content .header-nav-item-lang {
		position: absolute;
		right: 0;
		top: 15px;
		width: 33.33333333%;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu {
		display: block;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		width: 100%;
		z-index: -1;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu.category-container:has(.category-container__title) {
		display: flex;
		gap: 60px;
		height: 250px;
		padding-left: calc(var(--font-size) * 15);
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu a {
		color: #333;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu a:hover {
		color: #3498db;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu {
		background: none;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		display: block;
		position: relative;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu_content {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		margin: 0 auto;
		padding: 15px;
		width: 1170px;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu_content.category-list:has(.category-container__title) {
		column-count: auto;
		column-gap: 60px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu_content.category-list:has(.category-container__title) li {
		width: auto;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu_content>li {
		display: inline-block;
		width: 100%;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item>.dropdown-menu .dropdown-menu_content>li.back {
		display: none;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.open {
		position: static;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.open>.dropdown-menu {
		border-top: 1px solid #e1e1e1;
		margin-top: -1px;
		opacity: 1;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		visibility: visible;
		z-index: 99;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.open>.dropdown-menu .category-container__title {
		padding: calc(var(--font-size) * 1.5) calc(var(--font-size) * 3) 0;
	}

	.b-ext .header-nav-content>.nav>.header-nav-item.hover .dropdown-menu {
		-webkit-transition: none;
		transition: none;
	}

	.b-ext .header-nav-client {
		font-size: 14px;
		line-height: 52px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.b-ext .header-nav-client a {
		color: #000;
		font-family: open_sansbold;
		text-transform: uppercase;
	}

	.b-ext .header-nav-client a:hover {
		color: #000;
		text-decoration: none;
	}

	.b-ext .header-nav-menu .back {
		display: none;
	}

	.b-ext .header-search {
		cursor: pointer;
	}

	.b-ext .header-search_content {
		padding: 7px 15px 0 45px;
	}

	.b-ext .header-search-bar.dropdown-menu {
		border-right: 1px solid #e1e1e1;
		bottom: 2px;
		height: 100%;
		left: 231px;
		padding-top: 2px;
		top: inherit;
		width: 66.666667%;
	}

	.b-ext .header-search-bar.dropdown-menu form {
		padding-right: 40px;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group {
		position: static;
	}

	.b-ext .header-search-bar.dropdown-menu .back {
		top: 17px;
	}

	.b-ext .header-search-bar.dropdown-menu .btn-primary {
		height: 39px;
		line-height: 23px;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group-btn {
		padding-left: 10px;
	}

	.b-ext .header-search-bar.dropdown-menu .input-group .icoCharte-search {
		left: 15px;
		top: 20px;
	}

	.b-ext .header-search-bar.dropdown-menu .form-control {
		margin-top: 7px;
		padding-left: 0;
	}

	.b-ext.openLg .page {
		position: relative;
	}

	.b-ext.openLg .page:before {
		display: block;
	}

	.b-ext span.twitter-typeahead {
		position: static !important;
	}
}

.b-ext #footer {
	background: #333;
	clear: both;
	z-index: 9999;
}

@media (min-width:768px) {
	.b-ext #footer {
		margin-top: 25px;
	}
}

.b-ext #footer .menuBottom ul {
	margin-bottom: 0;
	padding: 10px 0;
	position: relative;
}

@media (max-width:767px) {
	.b-ext #footer .menuBottom ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		-webkit-column-rule: 1px solid #fff;
		-moz-column-rule: 1px solid #fff;
		column-rule: 1px solid #fff;
	}
}

@media (min-width:992px) {
	.b-ext #footer .menuBottom ul {
		align-items: center;
		display: flex;
		justify-content: center;
		overflow: hidden;
		text-align: center;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.b-ext #footer .menuBottom ul {
		text-align: center;
	}
}

.b-ext #footer .menuBottom ul li {
	color: #fff;
	display: inline-block;
	position: relative;
}

@media (max-width:767px) {
	.b-ext #footer .menuBottom ul li {
		font-size: calc(var(--font-size) * 1.2);
		padding: 0 15px;
		width: 100%;
	}
}

@media (min-width:768px) {
	.b-ext #footer .menuBottom ul li {
		border-right: 1px solid #fff;
		font-size: 14px;
		padding: 0 12px;
	}

	.b-ext #footer .menuBottom ul li:last-child {
		border: none;
	}
}

@media (max-width:992px) {
	.b-ext #footer .menuBottom ul li.last {
		margin-top: 13px;
	}
}

.b-ext #footer .menuBottom ul li a,
.b-ext #footer .menuBottom ul li a:hover {
	color: #fff;
}

.b-ext #copyright {
	font-size: calc(var(--font-size) * 1.2);
	text-align: center;
}

.b-ext #copyright p {
	margin: 15px 0;
}

.b-ext.tc-modal-open {
	bottom: auto !important;
	position: static !important;
	top: auto !important;
}

.b-ext .modal-dialog {
	align-items: center;
	display: flex;
	margin: 120px auto;
}

@media (max-width:767px) {
	.b-ext .modal-dialog {
		margin: 0 auto;
	}
}

.b-ext .modal-content {
	border: none;
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .modal-parent-ie .modal-body {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.b-ext .modal-parent-ie .modal-body p {
	font-size: 14px;
}

.b-ext .modal-parent-ie .modal-media i {
	display: block;
	margin: 20px auto 10px;
}

.b-ext .modal-parent-ie .modal-media p {
	font-size: 10px;
	margin-bottom: 20px;
}

.b-ext .modalVideo .modal-header {
	background: none;
	border: none;
	padding: 0;
}

.b-ext .modalVideo .modal-header .close {
	top: 10px;
}

.b-ext .modal-lead .modal-dialog {
	z-index: 10500;
}

@media (min-width:420px) {
	.b-ext .modal-lead .modal-dialog {
		width: 400px;
	}
}

.b-ext .modal-lead .modal-dialog .form-btn .btn-primary {
	margin-bottom: 0;
}

.b-ext .modal-backdrop {
	z-index: 1040;
}

.b-ext .modal-app .list-group-item {
	font-size: 16px;
}

.b-ext .modal-header {
	background-color: #2571a4;
	border: none;
	padding: 15px 10px;
	position: relative;
}

.b-ext .modal-header p {
	margin: 0;
}

.b-ext .modal-header .close {
	-webkit-khtml-opacity: 1;
	-moz-khtml-opacity: 1;
	-ms-khtml-opacity: 1;
	-o-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	font-size: calc(var(--font-size) * 1.2);
	margin: 0;
	-khtml-opacity: 1;
	opacity: 1;
	padding: 0 16px;
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 2;
}

.b-ext .modal-header .close .cross {
	background: url("/ext/build/images/s_site.ca159fa4.svg") no-repeat -1251px -34px transparent;
	display: block;
	height: 16px;
	width: 16px;
}

.b-ext .modal-title {
	color: #fff;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	text-align: center;
}

.b-ext .modal-title>span {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}

.b-ext .modal-title-picto {
	max-height: 40px;
	max-width: 50px;
}

.b-ext .modal-title-picto circle,
.b-ext .modal-title-picto ellipse,
.b-ext .modal-title-picto image,
.b-ext .modal-title-picto line,
.b-ext .modal-title-picto path,
.b-ext .modal-title-picto polygon,
.b-ext .modal-title-picto polyline,
.b-ext .modal-title-picto rect,
.b-ext .modal-title-picto svg,
.b-ext .modal-title-picto text,
.b-ext .modal-title-picto use {
	fill: #fff;
}

.b-ext .modal-body {
	color: #515151;
	z-index: 1;
}

.b-ext .modal-body p {
	font-size: 16px;
	margin: 0;
}

.b-ext .modal-body p.legalMention {
	font-family: open_sansitalic, Arial, Helvetica, sans-serif;
	font-size: calc(var(--font-size) * 1.2);
}

.b-ext .modal-body p.title {
	margin-bottom: 0;
}

.b-ext .modal-body p+form {
	margin-top: .8em;
}

.b-ext .modal-body form .btn-default {
	margin-top: 10px;
	width: 100%;
}

.b-ext .modal-default {
	overflow: auto;
}

.b-ext .modal-default.modal-mobile {
	display: block;
	height: 100%;
	margin: 20px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 10;
}

.b-ext .modal-default.modal-mobile .close {
	display: none;
}

.b-ext .modal-default.modal-mobile .modal-dialog {
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
}

.b-ext .modal-default.modal-mobile .modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext .modal-default.modal-mobile .modal-body form {
	margin-left: -15px;
	margin-right: -15px;
}

.b-ext .modal-default#modal_tlm .modal-body p {
	font-size: 16px;
	margin: 10px 0;
}

.b-ext .modal-default#modal_tlm .modal-body p:first-child {
	margin-top: 0;
}

.b-ext .modal-parent-ie7 .modal-body {
	padding: 25px;
}

.b-ext .modal-parent-ie7 .modal-body p.content {
	color: #666;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	margin: 25px 0;
}

.b-ext .modal-parent-ie7 .modal-body p.content:first-child {
	margin-top: 0;
}

.b-ext .modal-parent-ie7 .modal-body p.content:last-child {
	margin-bottom: 0;
}

.b-ext .modal-parent-ie7 .modal-body .media-ie7 {
	display: block;
	width: 100%;
}

.b-ext .modal-parent-ie7 .modal-body .media-ie7+.media-ie7 {
	margin: 20px 0;
}

.b-ext .modal-parent-ie7 .modal-body .media-img {
	float: left;
}

.b-ext .modal-parent-ie7 .modal-body .media-text {
	color: #666;
	font-size: 16px;
}

.b-ext .modal-parent-ie7 .modal-body .media-title {
	color: #000;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.b-ext .modal-parent-ie7 .modal-body .media-title span {
	font-family: open_sanslight_italic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.b-ext .form-chosen {
	font-size: 14px;
	margin-bottom: 20px;
}

.b-ext .touch .form-chosen {
	font-size: 16px;
}

.b-ext .select-chosen {
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.b-ext .select-chosen .select-mobile {
	background: #dcdcdc;
	-webkit-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.b-ext .select-chosen label {
	color: #737373;
	cursor: pointer;
	display: block;
	font-weight: 400;
	left: 1px;
	line-height: 38px;
	margin: 0;
	outline: 2px solid transparent;
	overflow: visible;
	padding: 0 15px;
	position: absolute;
	text-align: left;
	top: 1px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.b-ext .select-chosen.open {
	z-index: 9;
}

.b-ext .select-chosen.error .chosen-default,
.b-ext .select-chosen.error .chosen-single {
	border-color: #d32f2f;
}

.b-ext .select-chosen.error .error-content {
	bottom: -12px;
	top: inherit;
}

.b-ext .select-chosen .icoCharte-check,
.b-ext .select-chosen .icoCharte-error {
	right: 40px;
}

.b-ext .select-chosen.active {
	background-color: transparent;
}

.b-ext .select-chosen.active .chosen-single {
	background-color: #fff;
}

.b-ext .select-chosen.active .chosen-single div {
	background-color: #999;
}

.b-ext .select-chosen.active label {
	background: #fff;
	cursor: text;
	display: inline-block;
	font-size: 11px;
	height: 20px;
	left: 8px;
	line-height: 1;
	padding: 0 7px;
	top: -7px;
	width: auto;
	z-index: 3;
}

.b-ext .select-chosen.active .select-mobile {
	background-color: #3498db;
}

.b-ext .select-chosen.active select {
	border-color: #3498db;
}

.b-ext .select-chosen select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	z-index: 99;
}

.b-ext .select-chosen select,
.b-ext .select-chosen select option {
	color: #333;
	font-size: 16px;
}

.b-ext .select-chosen select:focus {
	outline: 0;
}

.b-ext .select-chosen.select-disabled select {
	background-color: #dcdcdc;
	color: #737373;
}

.b-ext .select-chosen.select-disabled .chosen-disabled {
	cursor: not-allowed;
}

.b-ext .select-chosen.select-disabled .chosen-disabled .chosen-default,
.b-ext .select-chosen.select-disabled .chosen-disabled .chosen-single {
	background-color: #dcdcdc;
	color: #737373;
}

.b-ext .chosen-container {
	position: relative;
	z-index: 2;
}

.b-ext .chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-ext .chosen-container .chosen-drop {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	border-top: 0;
	-webkit-box-shadow: 0 3px 5px 0 #c8c8c8;
	box-shadow: 0 3px 5px 0 #c8c8c8;
	display: none;
	left: -9999px;
	min-width: 100%;
	padding: 0;
	position: absolute;
	top: 100%;
	width: auto;
	z-index: 1010;
}

.b-ext .chosen-container a {
	cursor: pointer;
}

.b-ext .chosen-container-single .chosen-single {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	white-space: nowrap;
}

.b-ext .chosen-container-single .chosen-single span {
	display: block;
	height: 39.875px;
	line-height: 39.875px;
	margin-right: 40px;
	overflow: hidden;
	padding-left: 15px;
	text-overflow: ellipsis;
}

.b-ext .chosen-container-single .chosen-single div {
	background-color: #dcdcdc;
	-webkit-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	display: block;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 32px;
}

.b-ext .chosen-container-single .chosen-single div b {
	background: url("/ext/build/images/sprite_charte.9325da27.svg") no-repeat -36px -15px transparent;
	display: inline-block;
	height: 6px;
	width: 10px;
}

.b-ext .no-svg .chosen-container-single .chosen-single div b {
	background-image: url("/ext/build/images/sprite_charte.4da84546.png");
}

.b-ext .chosen-with-drop.chosen-container-single .chosen-single div {
	background-color: #3498db;
}

.b-ext .chosen-disabled.chosen-container-single .chosen-single {
	cursor: default;
}

.b-ext .chosen-container-single .chosen-drop .chosen-results {
	width: 100%;
}

.b-ext .chosen-container-single .chosen-drop .chosen-results .active-result {
	display: block;
	text-overflow: ellipsis;
}

.b-ext .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	left: -9999px;
	position: absolute;
}

.b-ext .chosen-container .chosen-results {
	-webkit-overflow-scrolling: touch;
	background-color: #f4f4f4;
	margin-bottom: 0;
	margin-top: -1px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px;
}

.b-ext .chosen-container .chosen-results li {
	word-wrap: break-word;
	-webkit-touch-callout: none;
	border-top: 1px solid #dcdcdc;
	color: #333;
	display: none;
	list-style: none;
	margin: 0;
	padding: 13px 0;
	white-space: nowrap;
}

.b-ext .chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: block;
}

.b-ext .chosen-container .chosen-results li.disabled-result {
	color: #333;
	cursor: default;
	display: list-item;
}

.b-ext .chosen-container .chosen-results li.no-results {
	background: #dcdcdc;
	color: #333;
	display: list-item;
}

.b-ext .chosen-container .chosen-results li.group-result {
	cursor: default;
	display: list-item;
	font-weight: 700;
}

.b-ext .chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.b-ext .chosen-container .chosen-results li:hover {
	color: #3498db;
}

.b-ext .chosen-container-active .chosen-drop {
	display: block;
	left: 0;
	overflow-x: hidden;
}

.b-ext .chosen-container-active .chosen-single {
	border-color: #3498db;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.b-ext .chosen-container-active .chosen-single div {
	background: #3498db;
	-webkit-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.b-ext .select-chosen-container {
	position: relative;
}

.b-ext .select-chosen-container~.select-chosen-container {
	margin-top: 10px;
}

.b-ext form {
	margin: 0;
}

.b-ext form .tooltip .error {
	padding-bottom: 20px;
}

.b-ext form .tooltip .error-content {
	bottom: 3px;
	right: 8px;
}

.b-ext form .cp {
	width: 50%;
}

.b-ext form .form-group.secure {
	margin: 0 0 25px;
}

.b-ext form .form-group.secure .input-group-addon {
	background: none;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

.b-ext form .form-group.secure input {
	border-color: #c4c4c4;
	border-left: none;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 65%;
}

@media (max-width:767px) {
	.b-ext form .form-group.secure input {
		width: 82%;
	}
}

.b-ext form .form-group.form-info-btn {
	float: right;
	position: inherit;
	width: 25px;
}

.b-ext form .form-group.form-info .CheckBox span.text {
	width: 90%;
}

.b-ext form textarea.form-control {
	line-height: 1.6;
	min-height: 100px;
	padding: 10px 35px 10px 15px;
	resize: none;
}

.b-ext form .input-group .form-control {
	-webkit-border-radius: 2px 0 2px 0;
	-o-border-radius: 2px 0 2px 0;
	-ms-border-radius: 2px 0 2px 0;
	-moz-border-radius: 2px 0 2px 0;
	border-radius: 2px 0 2px 0;
}

.b-ext form .input-group-btn .btn {
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.b-ext form .input-group-btn .btn.inscription {
	padding-left: 30px;
	padding-right: 30px;
}

.b-ext form .radios {
	padding-bottom: 14px;
}

.b-ext form .CheckBox {
	cursor: pointer;
	font-family: open_sanssemibold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 19px;
	white-space: normal;
	width: 100%;
}

.b-ext form .CheckBox input {
	display: none;
}

.b-ext form .CheckBox span {
	background: url("/ext/build/images/s_site.ca159fa4.svg") -1124px -232px no-repeat scroll;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	position: relative;
	top: 2px;
	width: 20px;
}

.b-ext .no-svg form .CheckBox span {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

.b-ext form .CheckBox span.text {
	background: none;
	display: block;
	float: right;
	height: auto;
	position: relative;
	text-align: justify;
	top: 0;
	width: 90%;
}

.b-ext form .CheckBox .error-content {
	clear: both;
}

.b-ext form .CheckBox.check span {
	background-position: -1124px -182px;
}

.b-ext form .CheckBox.check span.text {
	background: none;
}

.b-ext form .CheckBox.check.disabled {
	color: inherit;
}

.b-ext form .CheckBox.check.disabled span {
	background-position: -1124px -132px;
}

.b-ext form .CheckBox.check.disabled span.text {
	background: none;
}

.b-ext form .CheckRadio,
.b-ext form .CheckRadio_t2 {
	cursor: pointer;
	font-family: open_sanssemibold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	white-space: normal;
	width: 100%;
}

.b-ext form .CheckRadio .error-content,
.b-ext form .CheckRadio_t2 .error-content {
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-weight: 400;
	left: 20px;
	right: inherit;
}

.b-ext form .CheckRadio.not-active,
.b-ext form .CheckRadio_t2.not-active {
	cursor: not-allowed;
	opacity: .5;
}

.b-ext form .CheckRadio.not-active span,
.b-ext form .CheckRadio_t2.not-active span {
	cursor: not-allowed;
}

.b-ext form .CheckRadio input,
.b-ext form .CheckRadio_t2 input {
	display: none;
}

.b-ext form .CheckRadio span,
.b-ext form .CheckRadio_t2 span {
	background: url("/ext/build/images/s_site.ca159fa4.svg") -1250px -236px no-repeat scroll;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	position: relative;
	top: 2px;
	width: 15px;
}

.b-ext .no-svg form .CheckRadio span,
.b-ext .no-svg form .CheckRadio_t2 span {
	background-image: url("/ext/build/images/s_site.a3d77347.png");
}

.b-ext form .CheckRadio span.text,
.b-ext form .CheckRadio_t2 span.text {
	background: none;
	display: block;
	float: right;
	height: auto;
	position: relative;
	text-align: justify;
	top: 0;
	width: 90%;
}

.b-ext form .CheckRadio.check span,
.b-ext form .CheckRadio_t2.check span {
	background-position: -1250px -186px;
}

.b-ext form .CheckRadio.check span.text,
.b-ext form .CheckRadio_t2.check span.text {
	background: none;
}

.b-ext form .CheckRadio.check.disabled,
.b-ext form .CheckRadio_t2.check.disabled {
	color: inherit;
}

.b-ext form .CheckRadio.check.disabled span,
.b-ext form .CheckRadio_t2.check.disabled span {
	background-position: -1250px -136px;
}

.b-ext form .CheckRadio.check.disabled span.text,
.b-ext form .CheckRadio_t2.check.disabled span.text {
	background: none;
}

.b-ext form.loading,
.b-ext form.loading .CheckRadio,
.b-ext form.loading .CheckRadio span,
.b-ext form.loading .CheckRadio_t2,
.b-ext form.loading .CheckRadio_t2 span {
	cursor: not-allowed;
}

.b-ext form .btn-link,
.b-ext form .btn-link:focus {
	background: url("/ext/build/images/s_link.8613bee1.svg") 0 -50px no-repeat scroll;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 0;
	text-align: left;
	white-space: normal;
}

.b-ext .no-svg form .btn-link,
.b-ext .no-svg form .btn-link:focus {
	background-image: url("/ext/build/images/s_link.45d1841c.png");
}

.b-ext form .form-control,
.b-ext form input,
.b-ext form select,
.b-ext form textarea {
	font-size: 14px;
}

.b-ext .touch form .form-control,
.b-ext .touch form input,
.b-ext .touch form select,
.b-ext .touch form textarea {
	font-size: 16px;
}

.b-ext form .legal {
	margin: 0;
	text-align: right;
}

.b-ext form .legal,
.b-ext form .legalMention {
	font-family: open_sansitalic, Arial, Helvetica, sans-serif;
}

.b-ext form .legalMention {
	color: #666;
	font-size: calc(var(--font-size) * 1.2);
	text-align: justify;
}

.b-ext form .input-group-btn {
	vertical-align: top;
}

.b-ext form div.error input,
.b-ext form div.error textarea {
	border-color: #d32f2f;
}

.b-ext form div.error label {
	border: none;
}

.b-ext form .error-content {
	color: #d32f2f;
	font-size: 10px;
	line-height: 1;
	margin-top: -17px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 100%;
}

.b-ext form.newsletterCustomer .CheckBox span.text {
	text-align: left;
}

.b-ext form.ajax .loader {
	background-image: url("/ext/build/images/loader_32_ff.5762cc54.gif");
	display: none;
	height: 32px;
	width: 32px;
}

.b-ext .modal-body form.ajax .loader {
	position: relative;
	top: 10px;
}

.b-ext form#formContactNonConnete .loader {
	background-image: url("/ext/build/images/loader_32_eb.fef7265b.gif");
}

.b-ext .icoCharte-check,
.b-ext .icoCharte-error {
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 4;
}

.b-ext .form-btn {
	margin-bottom: 0;
}

.b-ext .form-btn-picto {
	display: block;
	height: auto;
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

.b-ext .form-btn-content {
	display: inline-block;
	padding-left: 21px;
	position: relative;
	width: auto;
}

.b-ext .form-btn .btn .icoCharte {
	margin-right: 5px;
}

.b-ext .form-btn .btn circle,
.b-ext .form-btn .btn ellipse,
.b-ext .form-btn .btn image,
.b-ext .form-btn .btn line,
.b-ext .form-btn .btn path,
.b-ext .form-btn .btn polygon,
.b-ext .form-btn .btn polyline,
.b-ext .form-btn .btn rect,
.b-ext .form-btn .btn svg,
.b-ext .form-btn .btn text,
.b-ext .form-btn .btn use {
	fill: #fff;
}

.b-ext .form-btn .btn-primary {
	margin-top: 0;
}

.b-ext .form-group {
	margin-bottom: 0;
	padding-bottom: 19px;
	position: relative;
	z-index: 1;
}

.b-ext .form-group:last-child {
	padding-bottom: 0;
}

.b-ext .form-group.textarea label {
	min-height: 100px;
}

.b-ext .form-group.textarea .icoCharte {
	right: 20px;
}

.b-ext .form-group.disabled {
	background: transparent;
}

.b-ext .form-group.disabled .form-control {
	background: #dcdcdc;
	color: #737373;
}

.b-ext .form-group label {
	color: #737373;
	cursor: text;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 38px;
	margin: 0;
	outline: 2px solid transparent;
	overflow: visible;
	padding: 0 15px;
	position: absolute;
	text-align: left;
	top: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}

.b-ext .touch .form-group label {
	font-size: 16px;
}

.b-ext .form-group label.CheckBox {
	line-height: 1.6;
	margin-bottom: 19px;
	position: static;
	white-space: normal;
}

.b-ext .form-group.active label {
	background: #fff;
	display: inline-block;
	font-size: 11px;
	height: 15px;
	left: 8px;
	line-height: 1;
	min-height: 15px;
	padding: 0 7px;
	top: -7px;
	width: auto;
	z-index: 4;
}

.b-ext .form-group.active .form-control {
	border-color: #999;
}

.b-ext .form-group.active .form-control:focus {
	border-color: #3498db;
}

.b-ext .form-group .input-group-btn {
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 4;
}

.b-ext .form-group.error .form-control,
.b-ext .form-group.error .form-control:focus,
.b-ext .form-group.error textarea,
.b-ext .form-group.error textarea:focus,
.b-ext .form-group.error.active .form-control,
.b-ext .form-group.error.active .form-control:focus,
.b-ext .form-group.error.active textarea,
.b-ext .form-group.error.active textarea:focus {
	border-color: #d32f2f;
}

.b-ext .form-control {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 40px;
	padding: 0 25px 0 15px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.b-ext .touch .form-control {
	font-size: 16px;
}

.b-ext .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext .bg .title {
	margin-bottom: 0;
}

.b-ext .bg .title>span {
	display: block;
}

.b-ext .bg .title>span.title-picto {
	display: block;
	margin: 20px auto;
	max-height: 50px;
	max-width: 50px;
}

.b-ext .bg .title>span.title-picto circle,
.b-ext .bg .title>span.title-picto ellipse,
.b-ext .bg .title>span.title-picto image,
.b-ext .bg .title>span.title-picto line,
.b-ext .bg .title>span.title-picto path,
.b-ext .bg .title>span.title-picto polygon,
.b-ext .bg .title>span.title-picto polyline,
.b-ext .bg .title>span.title-picto rect,
.b-ext .bg .title>span.title-picto svg,
.b-ext .bg .title>span.title-picto text,
.b-ext .bg .title>span.title-picto use {
	fill: #fff;
}

.b-ext .bg .chapo {
	margin-top: .8em;
}

.b-ext .sCompletion,
.b-ext div.mcm-completion {
	background-color: #fff;
	border: 1px solid #3498db !important;
	max-height: 300px !important;
	overflow: auto;
	padding: 0;
	position: absolute;
	text-align: left;
	z-index: 2010 !important;
}

.b-ext .sCompletion .category-header,
.b-ext div.mcm-completion .category-header {
	background-color: #3498db;
	color: #fff;
	padding: calc(var(--font-size) * .5) calc(var(--font-size) * 1);
}

.b-ext .sCompletion .category-list,
.b-ext div.mcm-completion .category-list {
	list-style-type: none;
	padding: 0;
}

.b-ext .sCompletion .category-list li,
.b-ext div.mcm-completion .category-list li {
	color: #1d1d1d;
	cursor: pointer;
}

.b-ext .sCompletion .category-list li>span,
.b-ext div.mcm-completion .category-list li>span {
	color: #1d1d1d;
	font-size: calc(var(--font-size) * 1.2);
	line-height: calc(var(--font-size) * 3);
	padding-left: calc(var(--font-size) * 1.5);
	text-align: left;
	white-space: nowrap;
}

.b-ext .sCompletion .liste_suggest,
.b-ext div.mcm-completion .liste_suggest {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.b-ext .sCompletion .selected,
.b-ext .sCompletion .selected td,
.b-ext div.mcm-completion .selected,
.b-ext div.mcm-completion .selected td {
	background-color: #fff !important;
}

.b-ext .sCompletion .selected td span.match,
.b-ext div.mcm-completion .selected td span.match {
	background-color: inherit;
	color: #3498db !important;
	font-size: calc(var(--font-size) * 1.2) !important;
}

.b-ext .sCompletion .match,
.b-ext div.mcm-completion .match {
	color: #3498db !important;
}

.b-ext .sCompletion .vmapi-completion-grouping-title,
.b-ext div.mcm-completion .vmapi-completion-grouping-title {
	background-color: #fff !important;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

@media (min-width:768px) {
	.b-ext form .cp {
		width: 70%;
	}

	.b-ext .lt-ie9 form .cp {
		font-size: 14px;
		line-height: 30px;
	}

	.b-ext form .btn-link {
		text-align: center;
	}

	.b-ext form .form-group input {
		font-size: 14px;
	}

	.b-ext form .form-group.secure span {
		top: 2px;
	}

	.b-ext form .form-group.secure span.text {
		top: 0;
	}

	.b-ext .lt-ie9 form .form-group.secure input {
		line-height: 50px;
	}

	.b-ext form .CheckBox {
		font-size: 14px;
	}

	.b-ext .lt-ie9 form .CheckBox span {
		top: 4px;
	}

	.b-ext form .CheckRadio,
	.b-ext form .CheckRadio_t2 {
		font-size: 14px;
	}

	.b-ext form .CheckRadio span.text,
	.b-ext form .CheckRadio_t2 span.text {
		width: 96%;
	}

	.b-ext form .form-control,
	.b-ext form input,
	.b-ext form select,
	.b-ext form textarea {
		font-size: 14px;
	}
}

@media (min-width:992px) {
	.b-ext form .cp {
		width: 50%;
	}

	.b-ext form .CheckBox span {
		top: 0;
	}

	.b-ext form .CheckBox span.text {
		width: 93%;
	}
}

.b-ext .title+.form,
.b-ext .title+form {
	margin-top: 20px;
}

@media (min-width:768px) and (max-width:1199px) {

	.chapo.hidden-sm+.form,
	.chapo.hidden-sm+form {
		margin-top: 20px;
	}
}

.b-ext .rgpd-mention,
.b-ext .rgpd-mention-modal {
	color: #737373;
	font-family: Open sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.b-ext .rgpd-mention #politique-confidentialite,
.b-ext .rgpd-mention-modal #politique-confidentialite {
	color: #737373;
	text-decoration: underline;
}

.b-ext .rgpd-mention-modal {
	padding-top: 10px;
}

.b-ext .rgpd-mention {
	margin-top: -15px;
	padding-bottom: 20px;
}

.b-ext .widget-1-column,
.b-ext .widget-columns {
	margin-bottom: 25px;
	margin-top: 25px;
}

.b-ext .widget-1-column figure,
.b-ext .widget-columns figure {
	margin: 25px auto;
}

.b-ext .widget-1-column .wigdet-content,
.b-ext .widget-1-column .wigdet-heading>h2,
.b-ext .widget-columns .wigdet-content {
	margin-bottom: 0;
	margin-top: 0;
}

.b-ext .content-page .widget-1-column {
	margin-top: 0;
}

.b-ext .widget-columns img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.b-ext .widget-columns .panel-group {
	overflow: hidden;
}

.b-ext .widget-columns .panel-group .panel {
	margin-bottom: 25px;
}

.b-ext .widget-columns .panel-group .panel,
.b-ext .widget-columns .panel-group .panel+.panel {
	margin-top: 0;
}

.b-ext .widget-columns .panel-group .panel-heading {
	text-align: center;
}

@media (min-width:768px) {
	.b-ext .widget-columns .panel-group .panel-heading a {
		background: none;
		cursor: text;
	}
}

.b-ext .widget-columns .panel-group .panel-heading p {
	margin-bottom: 0;
	margin-top: 0;
}

@media (min-width:768px) {
	.b-ext .widget-columns .panel-group .panel-heading p.title3 {
		text-transform: none;
	}
}

.b-ext .widget-columns .panel-group .panel-heading p.title {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.b-ext .widget-columns .panel-group .panel-heading p.title a {
	background: none;
	color: #333;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	white-space: normal;
}

.b-ext .widget-columns .panel-group .panel-heading p.title a .ico {
	height: 18px;
	position: absolute;
	right: -30px;
	top: 10px;
	width: 18px;
}

@media (min-width:768px) {
	.b-ext .widget-columns .panel-group .panel-heading p.title a .ico {
		display: none;
	}

	.b-ext .widget-columns .panel-group .panel-collapse .content.ready {
		position: relative;
	}

	.b-ext .widget-columns .panel-group .panel-collapse .content.ready .btn-primary {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: fit-content;
	}
}

.b-ext .widget-columns .panel-group .panel-collapse p.title {
	color: #333;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 25px;
	position: relative;
	text-align: center;
}

.b-ext .widget-columns .panel-group .panel-collapse h3 {
	font-size: 16px;
	text-transform: none;
}

@media (min-width:768px) {
	.b-ext .widget-columns .panel-group figure {
		margin: 10px auto 20px;
	}
}

.b-ext .widget-columns.widget_15_85_text_picture p.title {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: left;
}

.widget-columns.widget_15_85_text_picture .col-xs-4 {
	float: none;
	vertical-align: middle;
}

.widget-columns.widget_15_85_text_picture .col-xs-4 figure {
	margin: 0 auto;
}

.widget-columns.widget_15_85_text_picture .col-xs-8 {
	width: 65%;
}

@media (max-width:767px) {
	.b-ext .widget-columns.widget_15_85_text_picture .wigdet-content {
		margin-top: 25px;
	}

	.widget-columns.widget_15_85_text_picture .col-xs-4,
	.b-ext .widget-columns.widget_15_85_text_picture .widget-heading {
		display: inline-block;
	}

	.b-ext .widget-columns.widget_15_85_text_picture .widget-heading {
		float: none !important;
		vertical-align: middle;
	}
}

@media (min-width:768px) {
	.widget-columns.widget_15_85_text_picture .col-xs-4 {
		display: inline-block;
	}

	.widget-columns.widget_15_85_text_picture .widget-content .col-sm-10.widget-heading {
		padding: 0;
		width: 100%;
	}

	.b-ext .widget-columns.widget_15_85_text_picture p.title {
		margin: 0 auto .8em;
	}

	.widget-columns.widget_15_85_text_picture .col-sm-10 {
		width: 82%;
	}

	.b-ext .widget-columns figure {
		margin: 0 auto;
	}

	.b-ext .widget-columns .wigdet-content h2,
	.b-ext .widget-columns .wigdet-content h3 {
		margin: 0 0 10px;
	}

	.widget-columns .col-sm-4.col-md-6,
	.b-ext .widget-columns .widget-media,
	.b-ext .widget-columns .wigdet-content {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}

	.widget-columns .col-sm-4.col-md-6.col-sm-8,
	.widget-columns .widget-media.col-sm-8,
	.widget-columns .wigdet-content.col-sm-8 {
		width: 65.5%;
	}

	.widget-columns .col-sm-4.col-md-6.col-sm-10,
	.widget-columns .widget-media.col-sm-10,
	.widget-columns .wigdet-content.col-sm-10 {
		width: 82%;
	}

	.widget-columns .col-sm-4.col-md-6.col-sm-6,
	.widget-columns .widget-media.col-sm-6,
	.widget-columns .wigdet-content.col-sm-6 {
		width: 49.6%;
	}
}

@media (min-width:992px) {

	.widget-columns .col-sm-4.col-md-6.col-md-6,
	.widget-columns .widget-media.col-md-6,
	.widget-columns .wigdet-content.col-md-6 {
		width: 49.6%;
	}
}

.b-ext .embed-responsive {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.b-ext .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.b-ext .embed-responsive.border {
	border: 2px solid #fff;
}

.b-ext .embed-responsive .embed-responsive-item {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.b-ext .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: none;
	margin-bottom: 1.6em;
	padding: 0 15px;
}

.b-ext .breadcrumb>li {
	display: inline-block;
}

.b-ext .breadcrumb>li+li:before {
	color: #737373;
	content: "> ";
	padding: 0 5px;
}

.b-ext .breadcrumb>.active {
	color: #737373;
}

.b-ext .breadcrumb {
	font-size: 11px;
	margin: 20px 0 0;
	width: 100%;
}

.b-ext .breadcrumb li.active,
.b-ext .breadcrumb>li+li:before {
	content: ">";
	margin-right: 1px;
}

.b-ext .breadcrumb a,
.b-ext .page .breadcrumb a:hover {
	color: #737373;
}

.b-ext .lt-ie8 .breadcrumb li {
	display: inline;
}

.b-ext .lt-ie8 .breadcrumb li+li {
	margin-left: 5px;
}

.b-ext [data-fiduanimate].fiduanim-slide-out {
	opacity: 0;
	visibility: hidden;
}

.b-ext [data-fiduanimate].fiduanim-slide-in {
	opacity: 1;
	visibility: visible;
}

.b-ext.open-modal {
	height: 100%;
	overflow: hidden;
}

.b-ext.open-modal .header {
	position: relative;
	z-index: 1050;
}

.b-ext.open-modal body {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.b-ext .banner-lead {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 300px;
	padding-bottom: 25px;
	padding-top: 25px;
}

@media (min-width:767px) {

	.b-ext .banner-lead .banner-lead-bg.desktop-none,
	.b-ext .banner-lead .img-desktop-none {
		display: none;
	}
}

@media (max-width:767px) {

	.b-ext .banner-lead .banner-lead-bg.responsive-none,
	.b-ext .banner-lead .img-responsive-none {
		display: none;
	}
}

.b-ext .banner-lead.visual-small {
	height: 300px;
}

@media (max-width:767px) {
	.b-ext .banner-lead.visual-small {
		padding: 0;
	}

	.b-ext .banner-lead.visual-small>.row {
		width: 100%;
	}

	.b-ext .banner-lead.visual-small>.row .banner-lead-text {
		height: 300px;
	}
}

.b-ext .banner-lead.visual-big {
	height: 500px;
}

@media (max-width:767px) {
	.b-ext .banner-lead.visual-big {
		padding: 0;
	}

	.b-ext .banner-lead.visual-big>.row {
		width: 100%;
	}

	.b-ext .banner-lead.visual-big>.row .banner-lead-text {
		height: 500px;
	}
}

.b-ext .banner-lead.visual-full {
	height: 100vh;
}

@media (max-width:767px) {
	.b-ext .banner-lead.visual-full {
		padding: 0;
	}

	.b-ext .banner-lead.visual-full>.row {
		width: 100%;
	}

	.b-ext .banner-lead.visual-full>.row .banner-lead-text {
		height: 100vh;
	}
}

.b-ext .banner-lead.visual-expertise-small {
	height: calc(var(--font-size) * 63);
	max-height: 630px;
}

@media (max-width:767px) {
	.b-ext .banner-lead.visual-expertise-small {
		height: auto;
		max-height: none;
		padding: 0;
	}

	.b-ext .banner-lead.visual-expertise-small>.row {
		width: 100%;
	}

	.b-ext .banner-lead.visual-expertise-small>.row .banner-lead-text {
		min-height: 100vh;
	}
}

.b-ext .banner-lead.visual-expertise-big {
	height: calc(var(--font-size) * 71);
	max-height: 710px;
}

@media (max-width:767px) {
	.b-ext .banner-lead.visual-expertise-big {
		height: auto;
		max-height: none;
		padding: 0;
	}

	.b-ext .banner-lead.visual-expertise-big>.row {
		width: 100%;
	}

	.b-ext .banner-lead.visual-expertise-big>.row .banner-lead-text {
		min-height: 100vh;
	}

	.b-ext .banner-lead.parallax .banner-lead-bg {
		background-attachment: fixed;
	}
}

.b-ext .banner-lead-bg {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.b-ext .banner-lead-side-img {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	max-height: 80%;
	position: absolute;
	right: 0;
	width: 50%;
}

.b-ext .banner-lead-side-img .img-max-width {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media (max-width:767px) {
	.b-ext .banner-lead-side-img {
		display: none;
	}
}

.b-ext .banner-lead.media-bottom_left,
.b-ext .banner-lead.media-bottom_right {
	align-items: bottom;
}

@media (min-width:768px) {
	.b-ext .banner-lead>.row>.container>.row {
		align-items: center;
		display: flex;
	}

	.b-ext .media-bottom_left .banner-lead>.row>.container>.row,
	.b-ext .media-bottom_right .banner-lead>.row>.container>.row {
		align-items: bottom;
	}
}

@media (max-width:767px) {
	.b-ext .banner-lead-text {
		margin-bottom: calc(var(--font-size) * 2);
	}
}

.b-ext .banner-lead-text figure,
.b-ext .banner-lead-text h1,
.b-ext .banner-lead-text p {
	margin-bottom: 0;
	margin-top: calc(var(--font-size) * 1.5);
}

.b-ext .banner-lead-text figure:first-child,
.b-ext .banner-lead-text h1:first-child,
.b-ext .banner-lead-text p:first-child {
	margin-top: 0;
}

.b-ext .banner-lead-text .btn-primary {
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-ext .blog-border-left,
.b-ext .orange-border-left {
	border-left: 2px solid #e6574d;
}

.b-ext .pop-in-btn-group .btn-primary,
.b-ext .pop-in-btn-group .btn-revert {
	font-weight: 300;
}

.b-ext .pop-in-btn-group .btn-revert {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.b-ext .pop-in-btn-group .btn-revert:focus,
.b-ext .pop-in-btn-group .btn-revert:hover {
	background-color: #2571a4 !important;
	border: 1px solid #fff !important;
}

.b-ext .pop-in--paragraph {
	font-size: calc(var(--font-size) * 5.2);
	font-weight: 600;
	line-height: 1.1;
}

.b-ext .pop-in--blog-title,
.b-ext .pop-in--title {
	font-size: calc(var(--font-size) * 2.6);
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: calc(var(--font-size) * 2.5) !important;
	margin-top: calc(var(--font-size) * 2.5) !important;
	padding-left: calc(var(--font-size) * 1);
}

.b-ext .tab-bar-form {
	background-color: #3498db;
	border: none;
	bottom: 0;
	position: fixed;
	text-align: center;
	z-index: 9;
}

.b-ext .form-success .tab-bar-form {
	display: none;
}

.b-ext .tab-bar-form-close {
	cursor: pointer;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
}

.b-ext .tab-bar-form-content {
	text-align: center;
}

.b-ext .tab-bar-form-btn {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px;
	padding: 6px 25px;
	position: relative;
	text-transform: inherit;
	z-index: 1;
}

.b-ext .tab-bar-form .tab-bar-form-btn:focus,
.b-ext .tab-bar-form .tab-bar-form-btn:hover {
	color: #3498db;
}

.b-ext .widget {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.b-ext .widget .widget-content-bg {
	background: #fff;
}

.b-ext .widget .widget-content-bg-transparent {
	background: hsla(0, 0%, 100%, .5);
}

.b-ext .widget-border {
	display: inline-block;
	height: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.b-ext .widget-border path,
.b-ext .widget-border rect {
	stroke: none;
}

.b-ext .widget.parallax {
	background-attachment: fixed;
}

.b-ext .widget-no-parallax {
	display: inline-block;
	line-height: 1.6;
	vertical-align: middle;
	width: 100%;
}

.b-ext .widget-title {
	margin-bottom: calc(var(--font-size) * 2);
}

.b-ext .widget.night .widget-content-bg {
	background: #000;
}

.b-ext .widget.night .widget-content-bg-transparent {
	background: rgba(0, 0, 0, .5);
}

.b-ext .widget.night a,
.b-ext .widget.night div,
.b-ext .widget.night h1,
.b-ext .widget.night h2,
.b-ext .widget.night h3,
.b-ext .widget.night h4,
.b-ext .widget.night h5,
.b-ext .widget.night h6,
.b-ext .widget.night p {
	color: #fff;
}

.b-ext .widget.night a:focus,
.b-ext .widget.night a:hover {
	color: #2571a4;
}

.b-ext .widget.night .btn-primary,
.b-ext .widget.night .btn-radius {
	background-color: #fff;
	color: #3498db;
}

.b-ext .widget.night .btn-primary:active:focus,
.b-ext .widget.night .btn-primary:active:hover,
.b-ext .widget.night .btn-primary:focus,
.b-ext .widget.night .btn-primary:hover,
.b-ext .widget.night .btn-radius:active:focus,
.b-ext .widget.night .btn-radius:active:hover,
.b-ext .widget.night .btn-radius:focus,
.b-ext .widget.night .btn-radius:hover {
	background-color: #2571a4;
	color: #fff;
}

.b-ext .widget.night .btn-link {
	color: #fff;
	text-decoration: underline;
}

.b-ext .widget.night .btn-link:focus,
.b-ext .widget.night .btn-link:hover {
	color: #2571a4;
	text-decoration: underline;
}

.b-ext .widget-content {
	overflow: hidden;
	padding: calc(var(--font-size) * 3) 0;
}

.b-ext .widget .ezrichtext-field div,
.b-ext .widget .ezrichtext-field p,
.b-ext .widget .ezrichtext-field ul,
.b-ext .widget .ezxmltext-field div,
.b-ext .widget .ezxmltext-field p,
.b-ext .widget .ezxmltext-field ul {
	margin-top: calc(var(--font-size) * 1);
}

.b-ext .widget .ezrichtext-field div:first-child,
.b-ext .widget .ezrichtext-field p:first-child,
.b-ext .widget .ezrichtext-field ul:first-child,
.b-ext .widget .ezxmltext-field div:first-child,
.b-ext .widget .ezxmltext-field p:first-child,
.b-ext .widget .ezxmltext-field ul:first-child {
	margin-top: 0;
}

.b-ext .widget .ezrichtext-field div+div,
.b-ext .widget .ezrichtext-field p+div,
.b-ext .widget .ezrichtext-field ul+div,
.b-ext .widget .ezxmltext-field div+div,
.b-ext .widget .ezxmltext-field p+div,
.b-ext .widget .ezxmltext-field ul+div {
	margin-top: calc(var(--font-size) * 1);
}

.b-ext .widget .ezrichtext-field .btn,
.b-ext .widget .ezxmltext-field .btn {
	margin: 0;
}

.b-ext .widget picture {
	display: block;
}

.b-ext .widget .embed-responsive,
.b-ext .widget .video,
.b-ext .widget .widget-link,
.b-ext .widget figure,
.b-ext .widget h2,
.b-ext .widget h3,
.b-ext .widget h4,
.b-ext .widget ol,
.b-ext .widget p,
.b-ext .widget picture,
.b-ext .widget ul {
	margin-bottom: 0;
	margin-top: 15px;
}

.b-ext .widget .embed-responsive:first-child,
.b-ext .widget .video:first-child,
.b-ext .widget .widget-link:first-child,
.b-ext .widget figure:first-child,
.b-ext .widget h2:first-child,
.b-ext .widget h3:first-child,
.b-ext .widget h4:first-child,
.b-ext .widget ol:first-child,
.b-ext .widget p:first-child,
.b-ext .widget picture:first-child,
.b-ext .widget ul:first-child {
	margin-top: 0;
}

.b-ext .widget .embed-responsive .widget-link,
.b-ext .widget .embed-responsive ol,
.b-ext .widget .embed-responsive ul,
.b-ext .widget .embed-responsive+.embed-responsive,
.b-ext .widget .embed-responsive+.ezrichtext-field,
.b-ext .widget .embed-responsive+.ezxmltext-field,
.b-ext .widget .embed-responsive+.video,
.b-ext .widget .embed-responsive+figure,
.b-ext .widget .embed-responsive+h2,
.b-ext .widget .embed-responsive+h3,
.b-ext .widget .embed-responsive+h4,
.b-ext .widget .embed-responsive+picture,
.b-ext .widget .video .widget-link,
.b-ext .widget .video ol,
.b-ext .widget .video ul,
.b-ext .widget .video+.embed-responsive,
.b-ext .widget .video+.ezrichtext-field,
.b-ext .widget .video+.ezxmltext-field,
.b-ext .widget .video+.video,
.b-ext .widget .video+figure,
.b-ext .widget .video+h2,
.b-ext .widget .video+h3,
.b-ext .widget .video+h4,
.b-ext .widget .video+picture,
.b-ext .widget .widget-link .widget-link,
.b-ext .widget .widget-link ol,
.b-ext .widget .widget-link ul,
.b-ext .widget .widget-link+.embed-responsive,
.b-ext .widget .widget-link+.ezrichtext-field,
.b-ext .widget .widget-link+.ezxmltext-field,
.b-ext .widget .widget-link+.video,
.b-ext .widget .widget-link+figure,
.b-ext .widget .widget-link+h2,
.b-ext .widget .widget-link+h3,
.b-ext .widget .widget-link+h4,
.b-ext .widget .widget-link+picture,
.b-ext .widget figure .widget-link,
.b-ext .widget figure ol,
.b-ext .widget figure ul,
.b-ext .widget figure+.embed-responsive,
.b-ext .widget figure+.ezrichtext-field,
.b-ext .widget figure+.ezxmltext-field,
.b-ext .widget figure+.video,
.b-ext .widget figure+figure,
.b-ext .widget figure+h2,
.b-ext .widget figure+h3,
.b-ext .widget figure+h4,
.b-ext .widget figure+picture,
.b-ext .widget h2 .widget-link,
.b-ext .widget h2 ol,
.b-ext .widget h2 ul,
.b-ext .widget h2+.embed-responsive,
.b-ext .widget h2+.ezrichtext-field,
.b-ext .widget h2+.ezxmltext-field,
.b-ext .widget h2+.video,
.b-ext .widget h2+figure,
.b-ext .widget h2+h2,
.b-ext .widget h2+h3,
.b-ext .widget h2+h4,
.b-ext .widget h2+picture,
.b-ext .widget h3 .widget-link,
.b-ext .widget h3 ol,
.b-ext .widget h3 ul,
.b-ext .widget h3+.embed-responsive,
.b-ext .widget h3+.ezrichtext-field,
.b-ext .widget h3+.ezxmltext-field,
.b-ext .widget h3+.video,
.b-ext .widget h3+figure,
.b-ext .widget h3+h2,
.b-ext .widget h3+h3,
.b-ext .widget h3+h4,
.b-ext .widget h3+picture,
.b-ext .widget h4 .widget-link,
.b-ext .widget h4 ol,
.b-ext .widget h4 ul,
.b-ext .widget h4+.embed-responsive,
.b-ext .widget h4+.ezrichtext-field,
.b-ext .widget h4+.ezxmltext-field,
.b-ext .widget h4+.video,
.b-ext .widget h4+figure,
.b-ext .widget h4+h2,
.b-ext .widget h4+h3,
.b-ext .widget h4+h4,
.b-ext .widget h4+picture,
.b-ext .widget ol .widget-link,
.b-ext .widget ol ol,
.b-ext .widget ol ul,
.b-ext .widget ol+.embed-responsive,
.b-ext .widget ol+.ezrichtext-field,
.b-ext .widget ol+.ezxmltext-field,
.b-ext .widget ol+.video,
.b-ext .widget ol+figure,
.b-ext .widget ol+h2,
.b-ext .widget ol+h3,
.b-ext .widget ol+h4,
.b-ext .widget ol+picture,
.b-ext .widget p .widget-link,
.b-ext .widget p ol,
.b-ext .widget p ul,
.b-ext .widget p+.embed-responsive,
.b-ext .widget p+.ezrichtext-field,
.b-ext .widget p+.ezxmltext-field,
.b-ext .widget p+.video,
.b-ext .widget p+figure,
.b-ext .widget p+h2,
.b-ext .widget p+h3,
.b-ext .widget p+h4,
.b-ext .widget p+picture,
.b-ext .widget picture .widget-link,
.b-ext .widget picture ol,
.b-ext .widget picture ul,
.b-ext .widget picture+.embed-responsive,
.b-ext .widget picture+.ezrichtext-field,
.b-ext .widget picture+.ezxmltext-field,
.b-ext .widget picture+.video,
.b-ext .widget picture+figure,
.b-ext .widget picture+h2,
.b-ext .widget picture+h3,
.b-ext .widget picture+h4,
.b-ext .widget picture+picture,
.b-ext .widget ul .widget-link,
.b-ext .widget ul ol,
.b-ext .widget ul ul,
.b-ext .widget ul+.embed-responsive,
.b-ext .widget ul+.ezrichtext-field,
.b-ext .widget ul+.ezxmltext-field,
.b-ext .widget ul+.video,
.b-ext .widget ul+figure,
.b-ext .widget ul+h2,
.b-ext .widget ul+h3,
.b-ext .widget ul+h4,
.b-ext .widget ul+picture {
	margin-top: 15px;
}

.b-ext .widget .media-left+.media-body {
	margin-top: calc(var(--font-size) * 2);
}

@media (min-width:768px) {
	.b-ext .widget .media-left+.media-body {
		margin-top: 0;
	}

	.b-ext .widget .media-left,
	.b-ext .widget .media>.pull-left {
		padding-right: 15px;
	}
}

.b-ext .widget .embed-responsive+.ezrichtext-field,
.b-ext .widget .embed-responsive+.ezxmltext-field,
.b-ext .widget .embed-responsive+.video,
.b-ext .widget .embed-responsive+.widget-link,
.b-ext .widget .embed-responsive+figure,
.b-ext .widget .embed-responsive+h2,
.b-ext .widget .embed-responsive+h3,
.b-ext .widget .embed-responsive+h4,
.b-ext .widget .embed-responsive+ol,
.b-ext .widget .embed-responsive+p,
.b-ext .widget .embed-responsive+picture,
.b-ext .widget .embed-responsive+script+.ezrichtext-field,
.b-ext .widget .embed-responsive+script+.ezxmltext-field,
.b-ext .widget .embed-responsive+script+.video,
.b-ext .widget .embed-responsive+script+.widget-link,
.b-ext .widget .embed-responsive+script+figure,
.b-ext .widget .embed-responsive+script+h2,
.b-ext .widget .embed-responsive+script+h3,
.b-ext .widget .embed-responsive+script+h4,
.b-ext .widget .embed-responsive+script+ol,
.b-ext .widget .embed-responsive+script+p,
.b-ext .widget .embed-responsive+script+picture,
.b-ext .widget .embed-responsive+script+ul,
.b-ext .widget .embed-responsive+ul {
	margin-top: 15px;
}

.b-ext .widget .widget-link {
	margin-bottom: 0;
	margin-top: 15px;
}

.b-ext .widget .widget-link .btn {
	margin: 0;
}

.b-ext .widget .widget-link-global {
	margin-bottom: calc(var(--font-size) * .5);
	margin-top: calc(var(--font-size) * 2);
}

.b-ext .widget .media-body .btn-primary {
	margin-bottom: 7px;
}

.b-ext .widget.child .widget-content {
	padding-top: 0;
}

@media (max-width:767px) {
	.b-ext .widget-child+.widget-child {
		margin-top: calc(var(--font-size) * 5);
	}
}

.b-ext .widget .btn-link:hover {
	color: #515151;
}

.b-ext .widget .ezrichtext-field ul li,
.b-ext .widget .ezxmltext-field ul li {
	list-style: none;
}

.b-ext .widget .ezrichtext-field ul li:before,
.b-ext .widget .ezxmltext-field ul li:before {
	content: "•";
	font-size: 18px;
	margin-left: -17px;
	margin-right: 10px;
	position: relative;
}

.b-ext .widget .align-left {
	text-align: left;
}

@media (min-width:768px) {
	.b-ext .widget .align-left .center-block {
		margin-left: unset;
	}
}

.b-ext .widget .align-center {
	text-align: center;
}

.b-ext .widget .align-center .center-block {
	margin-left: auto;
}

.b-ext .widget .align-right {
	text-align: left;
}

.b-ext .widget .align-right .center-block {
	margin-left: unset;
}

@media (min-width:768px) {
	.b-ext .widget .align-right {
		text-align: right;
	}

	.b-ext .widget .align-right .center-block {
		margin-left: auto;
		margin-right: unset;
	}
}

@media (max-width:768px) {
	.b-ext .widget .no-padding-bottom-mobile {
		padding: 0;
	}
}

.b-ext .owl-carousel {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.b-ext .owl-carousel .owl-stage {
	-moz-backface-visibility: hidden;
	position: relative;
	-ms-touch-action: pan-Y;
}

.b-ext .owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.b-ext .owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
}

.b-ext .owl-carousel .owl-item,
.b-ext .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.b-ext .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
}

.b-ext .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.b-ext .owl-carousel .owl-dots .disabled,
.b-ext .owl-carousel .owl-dots.disabled,
.b-ext .owl-carousel .owl-nav .disabled,
.b-ext .owl-carousel .owl-nav.disabled {
	display: none;
}

.b-ext .owl-carousel .owl-dot,
.b-ext .owl-carousel .owl-nav .owl-next,
.b-ext .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-ext .owl-carousel.owl-loaded {
	display: block;
}

.b-ext .owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.b-ext .owl-carousel.owl-hidden {
	opacity: 0;
}

.b-ext .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.b-ext .owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-ext .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.b-ext .owl-carousel.owl-rtl {
	direction: rtl;
}

.b-ext .owl-carousel.owl-rtl .owl-item {
	float: right;
}

.b-ext .no-js .owl-carousel {
	display: block;
}

.b-ext .owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.b-ext .owl-carousel .owl-animated-in {
	z-index: 0;
}

.b-ext .owl-carousel .owl-animated-out {
	z-index: 1;
}

.b-ext .owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.b-ext .owl-height {
	transition: height .5s ease-in-out;
}

.b-ext .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.b-ext .owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.b-ext .owl-nav {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-ext .owl-nav .owl-next,
.b-ext .owl-nav .owl-prev {
	cursor: pointer;
}

.b-ext .owl-nav button,
.b-ext .owl-nav div {
	background: none;
	border: none;
	filter: none;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
}

.b-ext .widget-onglet {
	margin-top: calc(var(--font-size) * 1);
}

@media (max-width:767px) {
	.b-ext .widget-onglet-parent {
		background-size: cover;
	}
}

.b-ext .widget-onglet .nav-tabs {
	border-bottom: 1px solid #3498db;
	margin: 0 auto calc(var(--font-size) * 2);
	position: relative;
}

@media (max-width:767px) {
	.b-ext .widget-onglet .nav-tabs {
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-ext .widget-onglet .nav-tabs li {
		font-size: 14px;
	}

	.b-ext .widget-onglet .nav-tabs span {
		cursor: pointer;
		display: block;
		padding: 5px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-onglet .nav-tabs-item {
		display: block;
		padding: 15px 0;
	}
}

.b-ext .widget-onglet .nav-tabs.owl-loaded+.tab-content {
	display: block;
}

.b-ext .widget-onglet .nav-tabs.owl-loaded .owl-item {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

@media (min-width:768px) {
	.b-ext .widget-onglet .nav-tabs.owl-loaded .owl-stage {
		display: table;
	}
}

@media (max-width:767px) {
	.b-ext .widget-onglet .nav-tabs .owl-item {
		white-space: nowrap;
	}
}

.b-ext .widget-onglet .nav-tabs .owl-item.after~.owl-item li.active:after {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}

.b-ext .widget-onglet .nav-tabs li {
	cursor: pointer;
}

@media (min-width:768px) {
	.b-ext .widget-onglet .nav-tabs li {
		display: block;
	}
}

.b-ext .widget-onglet .nav-tabs li:after {
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
	transition: color .1s, transform .2s ease-out;
	width: 100%;
}

.b-ext .widget-onglet .nav-tabs li.active:after {
	background-color: #3498db;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
}

.b-ext .widget-onglet .tab-content {
	display: none;
	position: relative;
}

.b-ext .widget-onglet .media {
	margin-top: 15px;
	overflow: hidden;
}

@media (min-width:768px) {
	.b-ext .widget-onglet .media {
		display: none;
	}

	.b-ext .widget-onglet .media.active {
		display: block;
	}
}

.b-ext .widget-separator {
	height: 0;
	position: relative;
	top: -.5px;
}

.b-ext .widget-separator-contribution {
	display: table;
	width: 100%;
}

.b-ext .widget-separator-contribution .widget-separator {
	width: 42px;
}

.b-ext .widget-separator-contribution .widget-separator,
.b-ext .widget-separator-contribution .widget-separator-after,
.b-ext .widget-separator-contribution .widget-separator-before {
	display: table-cell;
	vertical-align: middle;
}

.b-ext .widget-separator-contribution .widget-separator-after,
.b-ext .widget-separator-contribution .widget-separator-before {
	border-top: 1px solid transparent;
}

.b-ext .widget-separator-contribution .separator_color,
.b-ext .widget-separator-contribution .separator_color_arrow {
	left: 0;
	margin: 0 auto;
	right: 0;
}

.b-ext .separator {
	margin: 0;
}

.b-ext .separator,
.b-ext .separator_arrow {
	border-top: 1px solid transparent;
}

.b-ext .separator_arrow {
	position: relative;
}

.b-ext .separator_arrow+.widget.child .widget-content {
	padding-top: calc(var(--font-size) * 2.813);
}

.b-ext .separator_color {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	bottom: -15px;
	content: "";
	height: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
	z-index: 8;
}

.b-ext .separator_color,
.b-ext .separator_color_arrow {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.b-ext .separator_color_arrow {
	border: solid transparent;
	border-width: 21px 21px 0;
	height: 0;
	top: -1px;
	width: 0;
	z-index: 2;
}

.b-ext .widget .icoChevron {
	background: url("/ext/build/images/sprite_charte.4da84546.png") no-repeat;
	display: inline-block;
	height: 19px;
	width: 12px;
}

.b-ext .widget .icoChevron-left {
	background-position: -77px -78px;
}

.b-ext .widget .icoChevron-right {
	background-position: -77px -57px;
}

.b-ext .widget .owl-next,
.b-ext .widget .owl-prev {
	height: 19px;
	margin-top: -9.5px;
	top: 50%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.b-ext .widget-picto {
	clear: both;
}

@media (min-width:768px) {
	.b-ext .widget-picto-parent .widget-content {
		overflow: visible;
	}
}

.b-ext .widget-picto-content {
	padding: 0 15px;
}

@media (min-width:768px) {
	.b-ext .widget-picto-content {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
}

.b-ext .widget-picto-title {
	color: #333;
	font-size: 22px;
}

@media (max-width:767px) {
	.b-ext .widget-picto-title {
		margin-bottom: 20px;
	}
}

.b-ext .widget-picto-title+.widget-picto-carousel .owl-stage {
	margin: 0;
}

.b-ext .widget-picto-carousel {
	padding: 0;
}

@media (min-width:768px) {
	.b-ext .widget-picto-carousel {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.b-ext .widget-picto-carousel .owl-carousel .owl-dots {
	display: none;
}

@media (min-width:768px) {
	.b-ext .widget-picto-carousel .owl-carousel {
		padding: 0 30px;
	}
}

@media (max-width:767px) {
	.b-ext .widget-picto-carousel .owl-carousel.owl-loaded {
		padding: 0 10px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-picto-carousel .owl-carousel.owl-loaded {
		padding: 0 25px;
	}
}

.b-ext .widget-picto-carousel .owl-carousel.owl-loaded .owl-item {
	display: flex;
}

.b-ext .widget-picto-carousel .owl-carousel.owl-loaded .owl-item .widget-slider-content {
	display: flex;
	margin: 0;
	width: 100%;
}

.b-ext .widget-picto-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item {
	position: static;
}

.b-ext .widget-picto-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item img {
	width: auto;
}

.b-ext .widget-picto-carousel .owl-carousel.owl-loaded .owl-stage {
	display: flex;
	justify-content: flex-start;
}

@media (min-width:768px) {
	.b-ext .widget-picto-carousel .owl-stage {
		margin: 0 auto 5px;
	}
}

.b-ext .widget-picto-carousel .owl-stage-outer {
	padding: 5px;
}

.b-ext .widget-picto-carousel .owl-item a img {
	-webkit-khtml-opacity: 1;
	-moz-khtml-opacity: 1;
	-ms-khtml-opacity: 1;
	-o-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: auto;
}

.b-ext .widget-picto-carousel .owl-item a:hover img {
	-webkit-khtml-opacity: .5 !important;
	-moz-khtml-opacity: .5 !important;
	-ms-khtml-opacity: .5 !important;
	-o-khtml-opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	-khtml-opacity: .5 !important;
	opacity: .5 !important;
}

.b-ext .widget-picto-carousel .owl-next,
.b-ext .widget-picto-carousel .owl-prev {
	height: 100%;
	margin: 0;
	top: 0;
	width: 20px;
}

.b-ext .widget-picto-carousel .owl-next .icoChevron,
.b-ext .widget-picto-carousel .owl-prev .icoChevron {
	height: 19px;
	margin-top: -9.5px;
	position: absolute;
	top: 50%;
}

.b-ext .widget-picto-carousel .owl-prev {
	border-right: 1px solid #dcdcdc;
	left: 0;
	text-align: left;
}

.b-ext .widget-picto-carousel .owl-prev .icoChevron {
	left: 0;
}

.b-ext .widget-picto-carousel .owl-next {
	border-left: 1px solid #dcdcdc;
	right: 0;
	text-align: right;
}

.b-ext .widget-picto-carousel .owl-next .icoChevron {
	right: 0;
}

.b-ext .widget-slider-container {
	display: flex;
}

@media (max-width:767px) {
	.b-ext .widget-slider {
		padding: 0 30px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-slider {
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	.b-ext .widget-slider.owl-carousel.owl-loaded {
		padding: 0 0 0 15px;
	}

	.b-ext .widget-slider.owl-carousel.owl-loaded.owl-resize {
		padding: 0 30px;
	}

	.b-ext .widget-slider.owl-carousel.owl-loaded .owl-item.active+.owl-item {
		left: -15px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-slider.owl-carousel.owl-loaded {
		display: flex;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width:767px) {

	.b-ext .widget-slider.owl-carousel .owl-next,
	.b-ext .widget-slider.owl-carousel .owl-prev {
		display: none;
	}
}

@media (min-width:768px) {
	.b-ext .widget-slider-link {
		align-self: center;
	}
}

.widget-slider-content.col-xs-12 {
	margin: 0;
}

@media (min-width:768px) {
	.b-ext .widget-slider-content.widget-slider-5 {
		width: 20%;
	}
}

@media (max-width:767px) {
	.b-ext .widget-slider-content+.widget-slider-content {
		margin-top: calc(var(--font-size) * 2);
	}
}

@media (min-width:768px) {
	.b-ext .widget-slider-content {
		display: flex;
		float: left;
		margin: 0 15px;
	}

	.b-ext .owl-item .widget-slider-content {
		width: 100%;
	}
}

.b-ext .widget-picto:has(.widget-slider-event) {
	margin-bottom: calc(var(--font-size) * 2);
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-nav {
	bottom: 0;
	position: absolute;
	width: 12%;
	z-index: 2;
}

@media (max-width:767px) {
	.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-nav {
		align-items: center;
		display: flex;
		gap: calc(var(--font-size) * 12);
		justify-content: center;
		width: 28%;
	}
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-next,
.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-prev {
	bottom: auto;
	display: initial;
	margin-top: calc(var(--font-size) * .4);
	top: auto;
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-next.disabled,
.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-prev.disabled {
	display: none;
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-dots {
	align-items: center;
	bottom: calc(var(--font-size) * -2);
	display: flex;
	justify-content: center;
	position: absolute;
	width: 10%;
}

@media (max-width:768px) {
	.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-dots {
		width: 100%;
	}
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-dot {
	background: none;
	border: none;
	margin: 0 calc(var(--font-size) * .2);
	padding: 0;
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-dot.active span:after {
	background-color: #133860;
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel .owl-dot span:after {
	background: #7b90a5;
	border-radius: 50%;
	content: "\A";
	cursor: pointer;
	display: inline-block;
	height: calc(var(--font-size) * 1);
	width: calc(var(--font-size) * 1);
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel.owl-loaded {
	display: flex;
	float: none;
	margin: 0 auto;
}

@media (min-width:767px) {
	.b-ext .widget-big-screen-text {
		padding-left: calc(var(--font-size) * 3);
		width: 30%;
	}

	.b-ext .widget-big-screen-text-title {
		font-weight: 600;
		text-align: left;
	}

	.b-ext .widget-big-screen-text-body {
		color: #000;
		text-align: left;
	}

	.b-ext .widget-big-screen-slide-img {
		height: 100%;
	}

	.b-ext .widget-big-screen-image {
		display: flex;
		height: 100%;
		justify-content: center;
		width: 100%;
	}

	.b-ext .widget-big-screen-image picture img {
		height: 100%;
		object-fit: contain;
	}

	.b-ext .widget-big-screen-md-height,
	.b-ext .widget-big-screen-md-height picture {
		height: 75vh;
	}

	.b-ext .widget-big-screen-lg-height,
	.b-ext .widget-big-screen-lg-height picture {
		height: 80vh;
	}
}

.b-ext .widget-big-screen-carousel {
	padding: 0;
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-carousel {
		margin-left: calc(var(--font-size) * -1);
		margin-right: calc(var(--font-size) * -1);
	}
}

@media (max-width:767px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded {
		padding: 0 calc(var(--font-size) * .7);
	}
}

.b-ext .widget-big-screen-carousel .owl-nav {
	margin-right: calc(var(--font-size) * 8);
	margin-top: calc(var(--font-size) * -5);
}

@media (max-width:767px) {

	.b-ext .widget-big-screen-carousel .owl-nav .owl-next,
	.b-ext .widget-big-screen-carousel .owl-nav .owl-prev {
		display: none;
	}
}

.b-ext .widget-h3 h4 {
	font-size: 14px;
}

@media (max-width:767px) {
	.b-ext .widget-h3 h3 {
		margin-bottom: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-annonce {
	position: relative;
}

@media (max-width:767px) {
	.b-ext .widget-annonce-item {
		padding: 15px 30px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-annonce-item {
		display: table-cell;
		padding: 15px;
		vertical-align: middle;
		width: auto;
	}
}

.b-ext .widget-annonce-noMargin .widget-content {
	padding: 0;
}

.b-ext .widget-annonce-carousel {
	position: static;
}

@media (min-width:768px) {
	.b-ext .widget-annonce-carousel {
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	.b-ext .widget-annonce-carousel .owl-item .widget-annonce-item {
		padding: 15px 45px;
	}

	.b-ext .widget-annonce-carousel .owl-item .widget-annonce-btn {
		padding-top: 0;
	}
}

@media (min-width:768px) {
	.b-ext .widget-annonce-carousel .owl-item {
		display: table-cell;
		float: none;
		position: relative;
		vertical-align: middle;
	}

	.b-ext .widget-annonce-carousel .owl-item .widget-annonce-content {
		position: static;
	}
}

.b-ext .widget-annonce-carousel .owl-prev {
	left: 15px;
}

.b-ext .widget-annonce-carousel .owl-next {
	right: 15px;
}

.b-ext .widget-annonce-content .widget-annonce-accroche p {
	font-weight: 700;
}

@media (min-width:768px) {
	.b-ext .widget-annonce-content {
		display: table;
		position: relative;
		width: 100%;
	}

	.b-ext .widget-annonce-content-one {
		width: 25%;
	}

	.b-ext .widget-annonce-text {
		padding: 15px 35px 15px 50px;
	}
}

.b-ext .widget-annonce-accroche {
	text-align: center;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.b-ext .widget-annonce-accroche {
		background: hsla(0, 0%, 100%, .2);
	}
}

@media (min-width:768px) {
	.b-ext .widget-annonce-accroche {
		padding: 30px 15px;
		width: 25%;
	}

	.b-ext .widget-annonce-content-one .widget-annonce-accroche {
		width: 100%;
	}

	.b-ext .widget-annonce-accroche:after {
		background: hsla(0, 0%, 100%, .2);
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 25%;
		z-index: 1;
	}

	.b-ext .widget-annonce-accroche p {
		position: relative;
		z-index: 2;
	}
}

@media (max-width:767px) {
	.b-ext .widget-annonce-btn {
		text-align: center;
	}
}

@media (min-width:768px) {
	.b-ext .widget-annonce-btn {
		padding: 15px;
	}
}

@media (max-width:767px) {
	.b-ext .widget-annonce-btn .btn-primary {
		display: block;
	}
}

@media (min-width:768px) {
	.b-ext .widget-annonce-btn .btn-primary {
		white-space: nowrap;
	}
}

.b-ext .widget-chiffres .widget-title+.widget-chiffres-content {
	margin-top: calc(var(--font-size) * 2);
}

@media (min-width:992px) {
	.b-ext .widget-chiffres .widget-chiffres-content {
		display: flex;
		gap: calc(var(--font-size) * 2);
		justify-content: center;
	}
}

@media (max-width:767px) {
	.b-ext .widget-chiffres-item+.widget-chiffres-item {
		margin-top: calc(var(--font-size) * 4);
	}
}

@media (min-width:768px) {
	.b-ext .widget-chiffres-item {
		display: inline-block;
		vertical-align: top;
		width: 24.5%;
	}
}

.b-ext .widget-chiffres-number {
	color: #2571a4;
	font-size: 70px;
	line-height: 1;
}

@media (max-width:767px) {
	.b-ext .widget-collapse-media+.widget-collapse-content {
		margin-top: 15px;
	}
}

.b-ext .widget-collapse-group {
	border-top: 1px solid #dcdcdc;
}

.b-ext .widget-collapse-panel {
	border-bottom: 1px solid #dcdcdc;
}

.b-ext .widget-collapse-heading {
	cursor: pointer;
	position: relative;
}

.b-ext .widget-collapse-title {
	color: #2571a4;
	padding: 20px 30px 20px 0;
}

.b-ext .widget-content.align-center .widget-collapse-title {
	padding-left: 30px;
}

.b-ext .widget.night .widget-collapse-title {
	color: #2571a4;
}

.b-ext .widget.night .widget-collapse-title.collapsed {
	color: #fff;
}

.b-ext .widget-collapse-title.collapsed {
	color: #515151;
}

.b-ext .widget-collapse-title .ico-collapse {
	background: url("/ext/build/images/collapse.9dc3526b.svg") no-repeat 0 -15px;
	display: block;
	height: 7px;
	margin-top: -3px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
}

.b-ext .widget.night .widget-collapse-title .ico-collapse {
	background-position: -15px -15px;
}

.b-ext .collapsed.widget-collapse-title .ico-collapse {
	background-position: 0 0;
	height: 14px;
	margin-top: -7px;
	width: 14px;
}

.b-ext .widget.night .collapsed.widget-collapse-title .ico-collapse {
	background-position: -15px 0;
}

.b-ext .widget-collapse-body {
	background: rgba(52, 152, 219, .15);
	overflow: hidden;
}

.b-ext .widget-collapse-body .ezrichtext-field,
.b-ext .widget-collapse-body .ezxmltext-field {
	font-size: 14px;
	padding: 20px;
}

@media (min-width:768px) {
	.b-ext .widget-cards .widget-content {
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-ext .widget-cards-min .widget-content {
		margin-left: -30px;
		margin-right: -30px;
	}

	.b-ext .widget-cards-container {
		display: flex;
		float: none;
		margin: 0 auto;
	}
}

.b-ext .widget-cards-container .widget-cards-item {
	background: #ededed;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 4px solid #3498db;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	padding: 0;
}

@media (max-width:767px) {
	.b-ext .widget-cards-container .widget-cards-item+.widget-cards-item {
		margin-top: calc(var(--font-size) * 2);
	}
}

@media (min-width:768px) {
	.b-ext .widget-cards-container .widget-cards-item {
		margin: 0 15px;
	}
}

.b-ext .widget-cards .widget-cards-height {
	margin-top: 0;
}

@media (min-width:1200px) {
	.b-ext .widget-cards .widget-cards-height img {
		width: 100%;
	}
}

.b-ext .widget-cards-text {
	padding: calc(var(--font-size) * 2) 15px;
}

@media (min-width:768px) {
	.b-ext .widget-cards-carousel {
		float: left;
		padding: 0 30px;
	}
}

.b-ext .widget-cards-carousel .owl-item {
	background: #ededed;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 4px solid #3498db;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
}

.b-ext .widget-cards-carousel .owl-stage {
	display: flex;
	padding: 5px;
}

.b-ext .widget-cards-carousel .owl-prev {
	left: 0;
}

.b-ext .widget-cards-carousel .owl-next {
	right: 0;
}

.b-ext .widget-cards-carousel,
.b-ext .widget-cards-container {
	margin-bottom: 1px;
}

.b-ext .night .widget-transparent-blocs-picto circle,
.b-ext .night .widget-transparent-blocs-picto ellipse,
.b-ext .night .widget-transparent-blocs-picto image,
.b-ext .night .widget-transparent-blocs-picto line,
.b-ext .night .widget-transparent-blocs-picto path,
.b-ext .night .widget-transparent-blocs-picto polygon,
.b-ext .night .widget-transparent-blocs-picto polyline,
.b-ext .night .widget-transparent-blocs-picto rect,
.b-ext .night .widget-transparent-blocs-picto text,
.b-ext .night .widget-transparent-blocs-picto use {
	fill: #fff;
}

.b-ext .widget-blocs-picto {
	width: 100%;
}

@media (max-width:767px) {
	.b-ext .widget-blocs-picto {
		padding: 0 15px;
	}

	.b-ext .widget-blocs-picto+.widget-blocs-picto .widget-blocs-picto-item:first-child {
		margin-top: calc(var(--font-size) * 3);
	}
}

.b-ext .widget-blocs-picto-parent .align-left {
	text-align: left;
}

.b-ext .widget-blocs-picto-parent .align-center .widget-blocs-picto-item>div {
	display: inline-block;
	position: relative;
	width: auto;
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto {
		border-spacing: 30px 0;
		display: table;
	}

	.b-ext .widget-blocs-picto-row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-ext .align-center .widget-blocs-picto.medium,
	.b-ext .align-center .widget-blocs-picto.small {
		margin: 0 auto;
	}

	.b-ext .widget-blocs-picto.medium+.medium,
	.b-ext .widget-blocs-picto.medium+.small,
	.b-ext .widget-blocs-picto.small+.medium,
	.b-ext .widget-blocs-picto.small+.small {
		margin: calc(var(--font-size) * 2) 0 0;
	}
}

@media (min-width:768px) and (min-width:768px) {
	.b-ext .widget-blocs-picto.small-1 {
		width: 16.66666667%;
	}

	.b-ext .widget-blocs-picto.small-1 .widget-blocs-picto-item {
		width: 100%;
	}

	.b-ext .widget-blocs-picto.small-2 {
		width: 33.33333333%;
	}

	.b-ext .widget-blocs-picto.small-2 .widget-blocs-picto-item,
	.b-ext .widget-blocs-picto.small-3 {
		width: 50%;
	}

	.b-ext .widget-blocs-picto.small-3 .widget-blocs-picto-item {
		width: 33.33333333%;
	}

	.b-ext .widget-blocs-picto.small-4 {
		width: 66.66666667%;
	}

	.b-ext .widget-blocs-picto.small-4 .widget-blocs-picto-item {
		width: 25%;
	}

	.b-ext .widget-blocs-picto.small-5 {
		width: 83.33333333%;
	}

	.b-ext .widget-blocs-picto.small-5 .widget-blocs-picto-item {
		width: 20%;
	}

	.b-ext .widget-blocs-picto.small-6 .widget-blocs-picto-item {
		width: 16.66666667%;
	}
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto.medium-1 {
		width: 218px;
	}

	.b-ext .widget-blocs-picto.medium-1 .widget-blocs-picto-item {
		width: 100%;
	}
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto.medium-1 {
		width: 273px;
	}
}

@media (min-width:1200px) {
	.b-ext .widget-blocs-picto.medium-1 {
		width: 323px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto.medium-2 {
		width: 406px;
	}

	.b-ext .widget-blocs-picto.medium-2 .widget-blocs-picto-item {
		width: 50%;
	}
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto.medium-2 {
		width: 516px;
	}
}

@media (min-width:1200px) {
	.b-ext .widget-blocs-picto.medium-2 {
		width: 616px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto.medium-3 {
		width: 594px;
	}

	.b-ext .widget-blocs-picto.medium-3 .widget-blocs-picto-item {
		width: 33.33333333%;
	}
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto.medium-3 {
		width: 759px;
	}
}

@media (min-width:1200px) {
	.b-ext .widget-blocs-picto.medium-3 {
		width: 909px;
	}
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto.medium-4 .widget-blocs-picto-item {
		width: 25%;
	}
}

@media (max-width:767px) {
	.b-ext .widget-blocs-picto-item {
		margin-top: calc(var(--font-size) * 3);
	}
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto-item {
		display: table-cell;
		float: none;
		padding: 0;
		vertical-align: top;
	}
}

.b-ext .widget-blocs-picto-item:first-child {
	margin-top: 0;
}

.b-ext .widget-blocs-picto-content h2,
.b-ext .widget-blocs-picto-content h3 {
	font-size: 20px;
}

.b-ext .widget-blocs-picto-link {
	cursor: pointer;
}

.b-ext .widget-blocs-picto-link a:focus,
.b-ext .widget-blocs-picto-link a:hover {
	text-decoration: none;
}

.b-ext .night .widget-blocs-picto-link:focus,
.b-ext .night .widget-blocs-picto-link:focus a,
.b-ext .night .widget-blocs-picto-link:focus h2,
.b-ext .night .widget-blocs-picto-link:focus h3,
.b-ext .night .widget-blocs-picto-link:focus p,
.b-ext .night .widget-blocs-picto-link:hover,
.b-ext .night .widget-blocs-picto-link:hover a,
.b-ext .night .widget-blocs-picto-link:hover h2,
.b-ext .night .widget-blocs-picto-link:hover h3,
.b-ext .night .widget-blocs-picto-link:hover p {
	color: #3498db;
	text-decoration: none;
}

.b-ext .widget-blocs-picto-link:focus circle,
.b-ext .widget-blocs-picto-link:focus ellipse,
.b-ext .widget-blocs-picto-link:focus image,
.b-ext .widget-blocs-picto-link:focus line,
.b-ext .widget-blocs-picto-link:focus path,
.b-ext .widget-blocs-picto-link:focus polygon,
.b-ext .widget-blocs-picto-link:focus polyline,
.b-ext .widget-blocs-picto-link:focus rect,
.b-ext .widget-blocs-picto-link:focus svg,
.b-ext .widget-blocs-picto-link:focus text,
.b-ext .widget-blocs-picto-link:focus use,
.b-ext .widget-blocs-picto-link:hover circle,
.b-ext .widget-blocs-picto-link:hover ellipse,
.b-ext .widget-blocs-picto-link:hover image,
.b-ext .widget-blocs-picto-link:hover line,
.b-ext .widget-blocs-picto-link:hover path,
.b-ext .widget-blocs-picto-link:hover polygon,
.b-ext .widget-blocs-picto-link:hover polyline,
.b-ext .widget-blocs-picto-link:hover rect,
.b-ext .widget-blocs-picto-link:hover svg,
.b-ext .widget-blocs-picto-link:hover text,
.b-ext .widget-blocs-picto-link:hover use {
	fill: #3498db;
}

.b-ext .widget-blocs-picto-top .picture {
	height: 60px;
	line-height: 40px;
}

.b-ext .widget-blocs-picto-top .picture img {
	display: inline-block;
	max-height: 40px;
	width: auto;
}

.b-ext .widget-blocs-picto-top svg {
	display: inline-block;
	height: 40px;
}

.b-ext .widget-blocs-picto-left {
	min-height: 40px;
	position: relative;
}

@media (max-width:767px) {
	.b-ext .widget-blocs-picto-left .picture {
		height: auto;
		line-height: inherit;
	}
}

.b-ext .widget-blocs-picto-left .widget-blocs-picture {
	left: 15px;
	position: absolute;
	top: 0;
	width: 40px;
}

.b-ext .widget-blocs-picto-left .widget-blocs-picto-content-picture {
	padding-left: 70px;
}

.b-ext .widget-blocs-picto-chevron {
	position: absolute;
}

.b-ext .widget-blocs-picto-chevron,
.b-ext .widget-blocs-picto-chevron circle,
.b-ext .widget-blocs-picto-chevron ellipse,
.b-ext .widget-blocs-picto-chevron image,
.b-ext .widget-blocs-picto-chevron line,
.b-ext .widget-blocs-picto-chevron path,
.b-ext .widget-blocs-picto-chevron polygon,
.b-ext .widget-blocs-picto-chevron polyline,
.b-ext .widget-blocs-picto-chevron rect,
.b-ext .widget-blocs-picto-chevron text,
.b-ext .widget-blocs-picto-chevron use,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron circle,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron ellipse,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron image,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron line,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron path,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron polygon,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron polyline,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron rect,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron text,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron use {
	fill: #3498db;
}

.b-ext .night .widget-blocs-picto-chevron,
.b-ext .night .widget-blocs-picto-chevron circle,
.b-ext .night .widget-blocs-picto-chevron ellipse,
.b-ext .night .widget-blocs-picto-chevron image,
.b-ext .night .widget-blocs-picto-chevron line,
.b-ext .night .widget-blocs-picto-chevron path,
.b-ext .night .widget-blocs-picto-chevron polygon,
.b-ext .night .widget-blocs-picto-chevron polyline,
.b-ext .night .widget-blocs-picto-chevron rect,
.b-ext .night .widget-blocs-picto-chevron text,
.b-ext .night .widget-blocs-picto-chevron use,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron circle,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron ellipse,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron image,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron line,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron path,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron polygon,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron polyline,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron rect,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron text,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover .widget-blocs-picto-chevron use {
	fill: #fff;
}

.b-ext .widget-blocs-picto-chevron-right {
	margin-top: -5px;
	right: -20px;
	top: 50%;
}

.b-ext .night .widget-cards-picto a,
.b-ext .night .widget-cards-picto div,
.b-ext .night .widget-cards-picto h2,
.b-ext .night .widget-cards-picto h3,
.b-ext .night .widget-cards-picto p {
	color: #515151;
}

.b-ext .widget-cards-picto .widget-blocs-picture {
	top: 40px;
}

.b-ext .widget-cards-picto .widget-blocs-picto-left .widget-blocs-picto-content-picture {
	padding-left: 55px;
}

.b-ext .widget-cards-picto-item {
	background: #fff;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .24);
	box-shadow: 0 4px 3px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .24);
	-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover:before {
	background: rgba(52, 152, 219, .15);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover a,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover h2,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover h3,
.b-ext .night .widget-cards-picto-item.widget-blocs-picto-link:hover p,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover a,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover h2,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover h3,
.b-ext .widget-cards-picto-item.widget-blocs-picto-link:hover p {
	color: #515151;
}

.b-ext .widget-cards-picto-item circle,
.b-ext .widget-cards-picto-item ellipse,
.b-ext .widget-cards-picto-item image,
.b-ext .widget-cards-picto-item line,
.b-ext .widget-cards-picto-item path,
.b-ext .widget-cards-picto-item polygon,
.b-ext .widget-cards-picto-item polyline,
.b-ext .widget-cards-picto-item rect,
.b-ext .widget-cards-picto-item svg,
.b-ext .widget-cards-picto-item text,
.b-ext .widget-cards-picto-item use {
	fill: #3498db;
}

.b-ext .widget-cards-picto-item>div {
	padding: 40px 15px;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover .widget-content {
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-ext .widget-cards-hover-container {
		display: flex;
		float: none;
		margin: 0 auto;
	}
}

.b-ext .widget-cards-hover-container .widget-cards-hover-item {
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-container .widget-cards-hover-item {
		float: left;
		margin: 0 15px;
	}
}

.b-ext .widget-cards-hover-item {
	display: flex;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

@media (max-width:767px) {
	.b-ext .widget-cards-hover-item {
		margin-bottom: calc(var(--font-size) * 3);
	}

	.b-ext .widget-cards-hover-item:last-child {
		margin-bottom: 0;
	}
}

.b-ext .widget-cards-hover-item figure,
.b-ext .widget-cards-hover-item picture {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.b-ext .widget-cards-hover-item img {
	max-width: inherit;
	min-width: 100%;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-item .widget-cards-hover-text {
		padding: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform .35s ease-out;
		-moz-transition: -moz-transform .35s ease-out;
		-o-transition: -o-transform .35s ease-out;
		transition: transform .35s ease-out;
	}

	.b-ext .widget-cards-hover-item .widget-cards-hover-text .widget-cards-hover-title {
		background: rgba(51, 51, 51, .8);
		position: relative;
	}
}

@media (max-width:1200px) {
	.b-ext .widget-cards-hover-item .widget-cards-hover-text>div {
		overflow-y: scroll;
	}
}

.b-ext .widget-cards-hover-text {
	background: rgba(51, 51, 51, .8);
	min-height: 395px;
	position: relative;
	width: 100%;
	z-index: 2;
}

@media (max-width:767px) {
	.b-ext .widget-cards-hover-text {
		line-height: 395px;
		padding: calc(var(--font-size) * 2) 15px;
	}

	.b-ext .widget-cards-hover-text-content {
		display: inline-block;
		line-height: 1.6;
		vertical-align: middle;
	}
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-text {
		height: 100%;
	}
}

.b-ext .widget-cards-hover-text,
.b-ext .widget-cards-hover-text .btn-revert,
.b-ext .widget-cards-hover-text h2,
.b-ext .widget-cards-hover-text h3 {
	color: #fff;
}

.b-ext .widget-cards-hover-text :first-child {
	margin-top: 0;
}

.b-ext .widget-cards-hover-text :first-child .widget-border {
	margin-top: calc(var(--font-size) * 2);
}

.b-ext .widget-cards-hover-text .infos {
	display: inline-block;
	line-height: 1.6;
	vertical-align: middle;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-text .infos {
		padding: calc(var(--font-size) * 2) 15px;
	}
}

.b-ext .widget-cards-hover-text h2,
.b-ext .widget-cards-hover-text h3 {
	margin: 0;
}

.b-ext .widget-cards-hover-text h2 {
	font-size: calc(var(--font-size) * 2.2);
}

.b-ext .widget-cards-hover-title+div {
	margin-top: 15px;
}

.b-ext .widget-cards-hover-link-cursor {
	cursor: pointer;
	transform: translateZ(0);
}

.b-ext .widget-cards-hover-link-cursor:after {
	background-image: radial-gradient(circle, #fff 10%, transparent 100%);
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: scale(10);
	transition: transform .5s, opacity 1s;
	width: 100%;
}

.b-ext .widget-cards-hover-link-cursor:active:after {
	opacity: .2;
	transform: scale(0);
	transition: 0s;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-link:hover .widget-cards-hover-text {
		display: table;
		height: 100%;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		width: 100%;
	}

	.b-ext .widget-cards-hover-link:hover .widget-cards-hover-text .widget-cards-hover-title {
		background: none;
		height: auto !important;
		line-height: inherit !important;
		margin-bottom: 0;
		padding: 0;
		top: 0 !important;
	}

	.b-ext .widget-cards-hover-link:hover .widget-cards-hover-text .widget-cards-hover-title .infos {
		padding: 0;
	}

	.b-ext .widget-cards-hover-link:hover .widget-cards-hover-text-content {
		display: table-cell;
		padding: calc(var(--font-size) * 2) 15px;
		position: relative;
		vertical-align: middle;
	}
}

.b-ext .page .widget-cards-hover-link .btn-revert {
	border-color: #fff;
	color: #fff;
}

.b-ext .page .widget-cards-hover-link .btn-revert:focus,
.b-ext .page .widget-cards-hover-link .btn-revert:hover {
	background: #fff;
	color: #3498db;
}

@media (min-width:768px) {
	.b-ext .widget-cards-hover-carousel {
		padding: 0 30px;
	}
}

.b-ext .widget-cards-hover-carousel .owl-item {
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	overflow: hidden;
}

.b-ext .widget-cards-hover-carousel .owl-item .widget-cards-hover-item {
	position: static;
}

.b-ext .widget-cards-hover-carousel .owl-stage {
	display: flex;
	padding: 5px;
}

.b-ext .widget-cards-hover-carousel .owl-prev {
	left: 0;
}

.b-ext .widget-cards-hover-carousel .owl-next {
	right: 0;
}

.b-ext .widget-cards-hover-carousel .owl-dots {
	display: none;
}

.b-ext .widget-cards-hover-carousel,
.b-ext .widget-cards-hover-container {
	margin-bottom: 1px;
}

.b-ext .icoWidget {
	background-image: url("/ext/build/images/social-media2021.bb6775aa.png");
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}

.b-ext .icoWidget-facebook {
	background-position: 0 0;
}

.b-ext .icoWidget-twitter {
	background-position: -32px 0;
}

.b-ext .icoWidget-linkedin {
	background-position: -64px 0;
}

.b-ext .icoWidget-instagram {
	background-position: -96px 0;
}

.b-ext .icoWidget-youtube {
	background-position: -128px 0;
}

.b-ext .widget-social-media .widget-content {
	padding-top: calc(var(--font-size) * 1);
}

.b-ext .widget-social-media-item {
	font-family: "noto_serifregular";
	font-size: 22px;
	padding: calc(var(--font-size) * 2) 15px 0;
}

@media (min-width:768px) {
	.b-ext .widget-social-media-item {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.b-ext .widget-social-media-item.list-inline {
		margin: 0;
	}

	.b-ext .widget-social-media-item.list-inline,
	.b-ext .widget-social-media-item.list-inline a,
	.b-ext .widget-social-media-item.list-inline li {
		line-height: 1;
	}

	.b-ext .widget-social-media-item.list-inline a {
		display: block;
	}
}

.b-ext .widget-social-media-item li:first-child {
	padding-left: 0;
}

.b-ext .widget-social-media-item li:last-child {
	padding-right: 0;
}

.b-ext .widget-social-media-item li:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.b-ext .widget-timeline {
	position: relative;
}

.b-ext .widget-timeline-top {
	clear: both;
	padding: 20px 18%;
	text-align: center;
}

.b-ext .widget-timeline-top h2 {
	font-size: 22px;
}

.b-ext .widget-timeline-top p {
	color: #333;
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.b-ext .widget-timeline-content {
	margin: auto;
	padding: 0 18%;
}

@media (max-width:992px) {
	.b-ext .widget-timeline-content {
		padding: 0 15px;
	}
}

.b-ext .widget-timeline-content ul {
	list-style-type: none;
	padding: 0;
}

.b-ext .widget-timeline-content ul li a {
	cursor: pointer;
	text-decoration: none;
}

.b-ext .widget-timeline-content-item {
	display: flex;
	flex-direction: row;
	margin-bottom: calc(var(--font-size) * .4);
}

@media (max-width:992px) {
	.b-ext .widget-timeline-content-item {
		flex-direction: row-reverse;
	}
}

.b-ext .widget-timeline-content-item__reverse {
	flex-direction: row-reverse;
}

.b-ext .widget-timeline-content-item-center .bottom,
.b-ext .widget-timeline-content-item-center .top {
	border-left: calc(var(--font-size) * .4) dotted #000;
	height: calc(50% - 20px);
	margin-left: auto;
	margin-right: 0;
	transform: translateX(calc(var(--font-size) * -.2));
	width: 50%;
}

.b-ext .widget-timeline-content-item-center .middle {
	display: flex;
	height: 40px;
	padding: 11px 0;
}

.b-ext .widget-timeline-content-item-center .middle .dot {
	background-color: #e6574d;
	border-radius: 50%;
	height: 18px;
	margin: auto;
	width: 18px;
}

.b-ext .widget-timeline-content-item-right {
	margin: auto 0;
}

@media (max-width:992px) {
	.b-ext .widget-timeline-content-item-right {
		display: none;
	}
}

.b-ext .widget-timeline-content-item-right .image-svg {
	margin: 0 auto;
	max-width: 120px;
}

.b-ext .widget-timeline-content-item-left {
	padding: 0 0 30px;
}

.b-ext .widget-timeline-content-item-left h3 {
	text-align: left;
}

.b-ext .widget-timeline-content-item-left h2 {
	font-size: 18px;
}

.b-ext .widget-timeline-content-item-left .ezrichtext-field {
	font-size: 14px;
	text-align: left;
}

.b-ext .widget-timeline-content .widget-timeline-content-item:not(.slide-in)>div {
	opacity: 0;
	visibility: hidden;
}

.b-ext .widget-timeline-content .widget-timeline-content-item:not(.slide-in) .top {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}

.b-ext .widget-timeline-content .widget-timeline-content-item.slide-in>div {
	opacity: 1;
	transition: all ease-out;
	visibility: visible;
}

.b-ext .widget-timeline-content .widget-timeline-content-item.slide-in .top {
	max-height: 100%;
	opacity: 1;
	transition: all ease-out;
	visibility: visible;
}

.b-ext .widget-timeline-content .widget-timeline-content-item-center {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.b-ext .widget-timeline-content .widget-timeline-content-item-center .bottom,
.b-ext .widget-timeline-content .widget-timeline-content-item-center .top {
	border-left: calc(var(--font-size) * .4) dotted #000;
	left: 50%;
	position: absolute;
}

.b-ext .widget-timeline-content .widget-timeline-content-item-center .top.first {
	top: 0;
}

.b-ext .widget-timeline-content .widget-timeline-content-item-center .bottom {
	bottom: 0;
}

.b-ext .widget-timeline-bottom {
	clear: both;
	padding: 20px 18%;
	text-align: center;
}

.b-ext .widget-timeline-bottom h4 {
	font-size: 20px;
}

.b-ext .widget-timeline-bottom p {
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

@font-face {
	font-family: Glyphicons Halflings;
	src: url("/ext/build/fonts/glyphicons-halflings-regular.5be1347c.eot");
	src: url("/ext/build/fonts/glyphicons-halflings-regular.5be1347c.eot#iefix") format("embedded-opentype"), url("/ext/build/fonts/glyphicons-halflings-regular.82b1212e.woff") format("woff"), url("/ext/build/fonts/glyphicons-halflings-regular.4692b9ec.ttf") format("truetype"), url("/ext/build/images/glyphicons-halflings-regular.060b2710.svg#glyphicons_halflingsregular") format("svg");
}

.b-ext .glyphicon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: Glyphicons Halflings, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
}

.b-ext .glyphicon-asterisk:before {
	content: "*";
}

.b-ext .glyphicon-plus:before {
	content: "+";
}

.b-ext .glyphicon-euro:before {
	content: "€";
}

.b-ext .glyphicon-minus:before {
	content: "−";
}

.b-ext .glyphicon-cloud:before {
	content: "☁";
}

.b-ext .glyphicon-envelope:before {
	content: "✉";
}

.b-ext .glyphicon-pencil:before {
	content: "✏";
}

.b-ext .glyphicon-glass:before {
	content: "";
}

.b-ext .glyphicon-music:before {
	content: "";
}

.b-ext .glyphicon-search:before {
	content: "";
}

.b-ext .glyphicon-heart:before {
	content: "";
}

.b-ext .glyphicon-star:before {
	content: "";
}

.b-ext .glyphicon-star-empty:before {
	content: "";
}

.b-ext .glyphicon-user:before {
	content: "";
}

.b-ext .glyphicon-film:before {
	content: "";
}

.b-ext .glyphicon-th-large:before {
	content: "";
}

.b-ext .glyphicon-th:before {
	content: "";
}

.b-ext .glyphicon-th-list:before {
	content: "";
}

.b-ext .glyphicon-ok:before {
	content: "";
}

.b-ext .glyphicon-remove:before {
	content: "";
}

.b-ext .glyphicon-zoom-in:before {
	content: "";
}

.b-ext .glyphicon-zoom-out:before {
	content: "";
}

.b-ext .glyphicon-off:before {
	content: "";
}

.b-ext .glyphicon-signal:before {
	content: "";
}

.b-ext .glyphicon-cog:before {
	content: "";
}

.b-ext .glyphicon-trash:before {
	content: "";
}

.b-ext .glyphicon-home:before {
	content: "";
}

.b-ext .glyphicon-file:before {
	content: "";
}

.b-ext .glyphicon-time:before {
	content: "";
}

.b-ext .glyphicon-road:before {
	content: "";
}

.b-ext .glyphicon-download-alt:before {
	content: "";
}

.b-ext .glyphicon-download:before {
	content: "";
}

.b-ext .glyphicon-upload:before {
	content: "";
}

.b-ext .glyphicon-inbox:before {
	content: "";
}

.b-ext .glyphicon-play-circle:before {
	content: "";
}

.b-ext .glyphicon-repeat:before {
	content: "";
}

.b-ext .glyphicon-refresh:before {
	content: "";
}

.b-ext .glyphicon-list-alt:before {
	content: "";
}

.b-ext .glyphicon-lock:before {
	content: "";
}

.b-ext .glyphicon-flag:before {
	content: "";
}

.b-ext .glyphicon-headphones:before {
	content: "";
}

.b-ext .glyphicon-volume-off:before {
	content: "";
}

.b-ext .glyphicon-volume-down:before {
	content: "";
}

.b-ext .glyphicon-volume-up:before {
	content: "";
}

.b-ext .glyphicon-qrcode:before {
	content: "";
}

.b-ext .glyphicon-barcode:before {
	content: "";
}

.b-ext .glyphicon-tag:before {
	content: "";
}

.b-ext .glyphicon-tags:before {
	content: "";
}

.b-ext .glyphicon-book:before {
	content: "";
}

.b-ext .glyphicon-bookmark:before {
	content: "";
}

.b-ext .glyphicon-print:before {
	content: "";
}

.b-ext .glyphicon-camera:before {
	content: "";
}

.b-ext .glyphicon-font:before {
	content: "";
}

.b-ext .glyphicon-bold:before {
	content: "";
}

.b-ext .glyphicon-italic:before {
	content: "";
}

.b-ext .glyphicon-text-height:before {
	content: "";
}

.b-ext .glyphicon-text-width:before {
	content: "";
}

.b-ext .glyphicon-align-left:before {
	content: "";
}

.b-ext .glyphicon-align-center:before {
	content: "";
}

.b-ext .glyphicon-align-right:before {
	content: "";
}

.b-ext .glyphicon-align-justify:before {
	content: "";
}

.b-ext .glyphicon-list:before {
	content: "";
}

.b-ext .glyphicon-indent-left:before {
	content: "";
}

.b-ext .glyphicon-indent-right:before {
	content: "";
}

.b-ext .glyphicon-facetime-video:before {
	content: "";
}

.b-ext .glyphicon-picture:before {
	content: "";
}

.b-ext .glyphicon-map-marker:before {
	content: "";
}

.b-ext .glyphicon-adjust:before {
	content: "";
}

.b-ext .glyphicon-tint:before {
	content: "";
}

.b-ext .glyphicon-edit:before {
	content: "";
}

.b-ext .glyphicon-share:before {
	content: "";
}

.b-ext .glyphicon-check:before {
	content: "";
}

.b-ext .glyphicon-move:before {
	content: "";
}

.b-ext .glyphicon-step-backward:before {
	content: "";
}

.b-ext .glyphicon-fast-backward:before {
	content: "";
}

.b-ext .glyphicon-backward:before {
	content: "";
}

.b-ext .glyphicon-play:before {
	content: "";
}

.b-ext .glyphicon-pause:before {
	content: "";
}

.b-ext .glyphicon-stop:before {
	content: "";
}

.b-ext .glyphicon-forward:before {
	content: "";
}

.b-ext .glyphicon-fast-forward:before {
	content: "";
}

.b-ext .glyphicon-step-forward:before {
	content: "";
}

.b-ext .glyphicon-eject:before {
	content: "";
}

.b-ext .glyphicon-chevron-left:before {
	content: "";
}

.b-ext .glyphicon-chevron-right:before {
	content: "";
}

.b-ext .glyphicon-plus-sign:before {
	content: "";
}

.b-ext .glyphicon-minus-sign:before {
	content: "";
}

.b-ext .glyphicon-remove-sign:before {
	content: "";
}

.b-ext .glyphicon-ok-sign:before {
	content: "";
}

.b-ext .glyphicon-question-sign:before {
	content: "";
}

.b-ext .glyphicon-info-sign:before {
	content: "";
}

.b-ext .glyphicon-screenshot:before {
	content: "";
}

.b-ext .glyphicon-remove-circle:before {
	content: "";
}

.b-ext .glyphicon-ok-circle:before {
	content: "";
}

.b-ext .glyphicon-ban-circle:before {
	content: "";
}

.b-ext .glyphicon-arrow-left:before {
	content: "";
}

.b-ext .glyphicon-arrow-right:before {
	content: "";
}

.b-ext .glyphicon-arrow-up:before {
	content: "";
}

.b-ext .glyphicon-arrow-down:before {
	content: "";
}

.b-ext .glyphicon-share-alt:before {
	content: "";
}

.b-ext .glyphicon-resize-full:before {
	content: "";
}

.b-ext .glyphicon-resize-small:before {
	content: "";
}

.b-ext .glyphicon-exclamation-sign:before {
	content: "";
}

.b-ext .glyphicon-gift:before {
	content: "";
}

.b-ext .glyphicon-leaf:before {
	content: "";
}

.b-ext .glyphicon-fire:before {
	content: "";
}

.b-ext .glyphicon-eye-open:before {
	content: "";
}

.b-ext .glyphicon-eye-close:before {
	content: "";
}

.b-ext .glyphicon-warning-sign:before {
	content: "";
}

.b-ext .glyphicon-plane:before {
	content: "";
}

.b-ext .glyphicon-calendar:before {
	content: "";
}

.b-ext .glyphicon-random:before {
	content: "";
}

.b-ext .glyphicon-comment:before {
	content: "";
}

.b-ext .glyphicon-magnet:before {
	content: "";
}

.b-ext .glyphicon-chevron-up:before {
	content: "";
}

.b-ext .glyphicon-chevron-down:before {
	content: "";
}

.b-ext .glyphicon-retweet:before {
	content: "";
}

.b-ext .glyphicon-shopping-cart:before {
	content: "";
}

.b-ext .glyphicon-folder-close:before {
	content: "";
}

.b-ext .glyphicon-folder-open:before {
	content: "";
}

.b-ext .glyphicon-resize-vertical:before {
	content: "";
}

.b-ext .glyphicon-resize-horizontal:before {
	content: "";
}

.b-ext .glyphicon-hdd:before {
	content: "";
}

.b-ext .glyphicon-bullhorn:before {
	content: "";
}

.b-ext .glyphicon-bell:before {
	content: "";
}

.b-ext .glyphicon-certificate:before {
	content: "";
}

.b-ext .glyphicon-thumbs-up:before {
	content: "";
}

.b-ext .glyphicon-thumbs-down:before {
	content: "";
}

.b-ext .glyphicon-hand-right:before {
	content: "";
}

.b-ext .glyphicon-hand-left:before {
	content: "";
}

.b-ext .glyphicon-hand-up:before {
	content: "";
}

.b-ext .glyphicon-hand-down:before {
	content: "";
}

.b-ext .glyphicon-circle-arrow-right:before {
	content: "";
}

.b-ext .glyphicon-circle-arrow-left:before {
	content: "";
}

.b-ext .glyphicon-circle-arrow-up:before {
	content: "";
}

.b-ext .glyphicon-circle-arrow-down:before {
	content: "";
}

.b-ext .glyphicon-globe:before {
	content: "";
}

.b-ext .glyphicon-wrench:before {
	content: "";
}

.b-ext .glyphicon-tasks:before {
	content: "";
}

.b-ext .glyphicon-filter:before {
	content: "";
}

.b-ext .glyphicon-briefcase:before {
	content: "";
}

.b-ext .glyphicon-fullscreen:before {
	content: "";
}

.b-ext .glyphicon-dashboard:before {
	content: "";
}

.b-ext .glyphicon-paperclip:before {
	content: "";
}

.b-ext .glyphicon-heart-empty:before {
	content: "";
}

.b-ext .glyphicon-link:before {
	content: "";
}

.b-ext .glyphicon-phone:before {
	content: "";
}

.b-ext .glyphicon-pushpin:before {
	content: "";
}

.b-ext .glyphicon-usd:before {
	content: "";
}

.b-ext .glyphicon-gbp:before {
	content: "";
}

.b-ext .glyphicon-sort:before {
	content: "";
}

.b-ext .glyphicon-sort-by-alphabet:before {
	content: "";
}

.b-ext .glyphicon-sort-by-alphabet-alt:before {
	content: "";
}

.b-ext .glyphicon-sort-by-order:before {
	content: "";
}

.b-ext .glyphicon-sort-by-order-alt:before {
	content: "";
}

.b-ext .glyphicon-sort-by-attributes:before {
	content: "";
}

.b-ext .glyphicon-sort-by-attributes-alt:before {
	content: "";
}

.b-ext .glyphicon-unchecked:before {
	content: "";
}

.b-ext .glyphicon-expand:before {
	content: "";
}

.b-ext .glyphicon-collapse-down:before {
	content: "";
}

.b-ext .glyphicon-collapse-up:before {
	content: "";
}

.b-ext .glyphicon-log-in:before {
	content: "";
}

.b-ext .glyphicon-flash:before {
	content: "";
}

.b-ext .glyphicon-log-out:before {
	content: "";
}

.b-ext .glyphicon-new-window:before {
	content: "";
}

.b-ext .glyphicon-record:before {
	content: "";
}

.b-ext .glyphicon-save:before {
	content: "";
}

.b-ext .glyphicon-open:before {
	content: "";
}

.b-ext .glyphicon-saved:before {
	content: "";
}

.b-ext .glyphicon-import:before {
	content: "";
}

.b-ext .glyphicon-export:before {
	content: "";
}

.b-ext .glyphicon-send:before {
	content: "";
}

.b-ext .glyphicon-floppy-disk:before {
	content: "";
}

.b-ext .glyphicon-floppy-saved:before {
	content: "";
}

.b-ext .glyphicon-floppy-remove:before {
	content: "";
}

.b-ext .glyphicon-floppy-save:before {
	content: "";
}

.b-ext .glyphicon-floppy-open:before {
	content: "";
}

.b-ext .glyphicon-credit-card:before {
	content: "";
}

.b-ext .glyphicon-transfer:before {
	content: "";
}

.b-ext .glyphicon-cutlery:before {
	content: "";
}

.b-ext .glyphicon-header:before {
	content: "";
}

.b-ext .glyphicon-compressed:before {
	content: "";
}

.b-ext .glyphicon-earphone:before {
	content: "";
}

.b-ext .glyphicon-phone-alt:before {
	content: "";
}

.b-ext .glyphicon-tower:before {
	content: "";
}

.b-ext .glyphicon-stats:before {
	content: "";
}

.b-ext .glyphicon-sd-video:before {
	content: "";
}

.b-ext .glyphicon-hd-video:before {
	content: "";
}

.b-ext .glyphicon-subtitles:before {
	content: "";
}

.b-ext .glyphicon-sound-stereo:before {
	content: "";
}

.b-ext .glyphicon-sound-dolby:before {
	content: "";
}

.b-ext .glyphicon-sound-5-1:before {
	content: "";
}

.b-ext .glyphicon-sound-6-1:before {
	content: "";
}

.b-ext .glyphicon-sound-7-1:before {
	content: "";
}

.b-ext .glyphicon-copyright-mark:before {
	content: "";
}

.b-ext .glyphicon-registration-mark:before {
	content: "";
}

.b-ext .glyphicon-cloud-download:before {
	content: "";
}

.b-ext .glyphicon-cloud-upload:before {
	content: "";
}

.b-ext .glyphicon-tree-conifer:before {
	content: "";
}

.b-ext .glyphicon-tree-deciduous:before {
	content: "";
}

.b-ext .rating-loading {
	background: transparent url("/ext/build/images/loading.0c63e069.gif") 0 0 no-repeat;
	border: none;
	color: #fff;
	font-size: 0;
	height: 25px;
	width: 25px;
}

.b-ext .rating-container .rating-stars {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

.b-ext .rating-container .rating-input {
	background: none;
	border: none;
	bottom: 0;
	cursor: pointer;
	font-size: 1px;
	height: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.b-ext .rating-container .star {
	display: inline-block;
	margin: 0 3px 0 0;
	text-align: center;
}

.b-ext .rating-container .empty-stars {
	color: #aaa;
}

.b-ext .rating-container .clear-rating {
	color: #aaa;
	cursor: not-allowed;
	display: inline-block;
	font-size: 60%;
	padding-right: 5px;
	vertical-align: middle;
}

.b-ext .rating-container .caption {
	color: #999;
	display: inline-block;
	font-size: 60%;
	margin-left: 5px;
	margin-right: 0;
	margin-top: -.6em;
	vertical-align: middle;
}

.b-ext .rating-container .caption .label {
	border-radius: calc(var(--font-size) * .25);
	display: inline-block;
	line-height: 1;
	padding: .25em .4em;
	text-align: center;
	vertical-align: baseline;
}

.b-ext .rating-container .filled-stars {
	color: #f49e00;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.b-ext .rating-disabled .rating-input,
.b-ext .rating-disabled .rating-stars {
	cursor: not-allowed;
}

.b-ext .rating-rtl {
	float: right;
}

.b-ext .rating-rtl .filled-stars {
	left: auto;
	right: 0;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0);
	transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0);
}

.b-ext .rating-rtl.is-star .filled-stars {
	right: .06em;
}

.b-ext .rating-rtl.is-heart .empty-stars {
	margin-right: .07em;
}

.b-ext .rating-rtl .caption {
	margin-left: 0;
	margin-right: 5px;
}

.b-ext .rating-label {
	font-size: 12px;
}

.b-ext .rating-label-count {
	font-size: 10px;
}

.b-ext .rating-form,
.b-ext .rating-label {
	display: inline-block;
	vertical-align: middle;
}

.b-ext .rating-animate .filled-stars {
	transition: width .25s ease;
	-o-transition: width .25s ease;
	-moz-transition: width .25s ease;
	-webkit-transition: width .25s ease;
}

.b-ext .rating-xl {
	font-size: 4.89em;
}

.b-ext .rating-lg {
	font-size: 3.91em;
}

.b-ext .rating-sm {
	font-size: 2.5em;
}

.b-ext .rating-xs {
	font-size: 2em;
}

.b-ext .clear-rating-active {
	cursor: pointer;
}

.b-ext .clear-rating-active:hover {
	color: #843534;
}

@media print {
	.b-ext .rating-container .clear-rating {
		display: none;
	}
}

.b-ext .widget-content.align-left .widget-avis-content-bottom {
	justify-content: unset;
}

.b-ext .widget-avis a {
	text-decoration: none !important;
}

.b-ext .widget-avis-content {
	padding: 30px;
}

@media (min-width:768px) {
	.b-ext .widget-avis-content {
		padding: 5% 15%;
	}
}

.b-ext .widget-avis-content-middle {
	margin-bottom: calc(var(--font-size) * 3);
}

.b-ext .widget-avis-content-middle .ezstring-field {
	font-size: 24px;
	font-style: italic;
}

@media (min-width:768px) {
	.b-ext .widget-avis-content-middle .ezstring-field {
		font-size: 30px;
	}
}

.b-ext .widget-avis-content-middle span {
	font-size: 24px;
	font-weight: 600;
}

@media (min-width:768px) {
	.b-ext .widget-avis-content-middle span {
		font-size: 30px;
	}
}

.b-ext .widget-avis-content-middle span.left {
	margin: 0 2px 0 0;
}

.b-ext .widget-avis-content-middle span.right {
	margin: 0 0 0 6px;
}

.b-ext .widget-avis-content-bottom {
	align-items: center;
	display: flex;
	font-size: 18px;
	justify-content: center;
	position: relative;
	text-align: center;
}

@media (min-width:768px) {
	.b-ext .widget-avis-content-bottom {
		font-size: 20px;
	}
}

.b-ext .widget-avis-content-bottom .middle {
	margin: 0 5px;
}

.b-ext .widget-avis .rating-container {
	margin-bottom: 15px;
}

.b-ext .widget-avis .rating-container.rating-sm {
	font-size: 30px;
}

.b-ext .widget-avis .rating-container .glyphicon-star-empty:before {
	content: "";
}

.b-ext .widget-form .form-content {
	padding: calc(var(--font-size) * 6);
}

@media (max-width:768px) {
	.b-ext .widget-form .form-content {
		padding: calc(var(--font-size) * 3);
	}
}

.b-ext .widget-form .form-content .title {
	font-size: 30px;
}

.b-ext .widget-form .form-content form {
	padding: calc(var(--font-size) * 2) 0 0;
}

.b-ext .widget-form .form-content form div.active {
	padding: calc(var(--font-size) * 1);
}

.b-ext .widget-form .form-content form .form-group.active label {
	background: transparent;
}

.b-ext .widget-form .form-content form .form-group label {
	padding-left: 0;
}

.b-ext .widget-form .form-content form .form-group input {
	border: none;
	border-bottom: 1px solid #869aad;
}

.b-ext .widget-form .form-content form .error-content {
	color: #d32f2f;
	top: auto;
}

.b-ext .widget-form .form-content .form-btn button {
	margin-left: 0;
}

.b-ext .widget-form .form-content .rgpd-mention {
	margin-top: calc(var(--font-size) * 2);
	text-align: center;
}

@media (min-width:992px) {
	.b-ext .widget-form .container:first-child {
		padding-left: 20%;
		width: 100%;
	}

	.b-ext .widget-form .form-content {
		padding-right: 20%;
	}

	.b-ext .widget-form .form-content button.btn-block {
		width: auto;
	}

	.b-ext .widget-form .form-content .rgpd-mention {
		text-align: left;
	}
}

@media (max-width:768px) {
	.b-ext .widget-form .col-child {
		padding-top: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-montre .widget-content {
	overflow: initial;
}

.b-ext .widget-montre .widget-link-global {
	position: absolute;
	top: calc(var(--font-size) * 50);
	width: 100%;
}

@media (max-width:768px) {
	.b-ext .widget-montre .widget-link-global {
		top: calc(var(--font-size) * 60);
	}
}

.b-ext .widget-montre-content {
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 0 18%;
}

@media (max-width:992px) {
	.b-ext .widget-montre-content {
		padding: 0 calc(var(--font-size) * 1.5);
	}
}

@media (max-width:768px) {
	.b-ext .widget-montre-content {
		text-align: center;
	}
}

.b-ext .widget-montre-titles {
	position: absolute;
	top: calc(var(--font-size) * 2);
	width: 100%;
}

.b-ext .widget-montre-sticky-container {
	padding: 0;
	position: sticky;
	top: 20%;
	width: 100%;
}

@media (max-width:768px) {
	.b-ext .widget-montre-sticky-container {
		top: 10%;
	}
}

.b-ext .widget-montre-sticky-container a {
	cursor: pointer;
	text-decoration: none;
}

.b-ext .widget-montre-slide {
	align-items: center;
	display: flex;
	height: calc(var(--font-size) * 25);
	justify-content: space-between;
	margin-top: calc(var(--font-size) * 5);
	opacity: 0;
	position: absolute;
	top: calc(var(--font-size) * 18);
	transform: none;
	transition: all .3s;
	width: 100%;
}

@media (max-width:768px) {
	.b-ext .widget-montre-slide {
		flex-direction: column-reverse;
		gap: calc(var(--font-size) * 2);
		height: calc(var(--font-size) * 38);
	}
}

.b-ext .widget-montre-slide.animated-appear {
	opacity: 1;
	transform: translateY(0) !important;
	z-index: 1;
}

@media (max-width:768px) {
	.b-ext .widget-montre-slide.animated-appear {
		padding: 0 calc(var(--font-size) * 1.4);
	}
}

.b-ext .widget-montre-slide.animated-shift-up {
	transform: translateY(calc(var(--font-size) * -20));
}

.b-ext .widget-montre-slide.animated-shift-down {
	transform: translateY(calc(var(--font-size) * 20));
}

.b-ext .widget-montre-slide-right {
	height: 100%;
	padding: 0;
}

@media (max-width:768px) {
	.b-ext .widget-montre-slide-right {
		height: calc(var(--font-size) * 25);
		padding-top: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-montre-slide-right picture {
	height: 100%;
}

.b-ext .widget-montre-slide-right img {
	height: 100%;
	object-fit: contain;
}

@media (max-width:768px) {
	.b-ext .widget-montre-slide-right img {
		object-fit: cover;
	}
}

.b-ext .widget-montre-slide-left {
	padding: 0;
}

@media (max-width:768px) {
	.b-ext .widget-montre-slide-left {
		text-align: center;
		width: 100%;
	}
}

.b-ext .widget-montre-slide-left h3 {
	font-size: 30px;
}

.b-ext .widget-montre-slide-left .ezrichtext-field {
	font-size: 14px;
}

.b-ext .widget-slider-testimony {
	padding: calc(var(--font-size) * 3);
}

.b-ext .widget-slider-testimony .testimony-header {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-bottom: calc(var(--font-size) * 3);
}

.b-ext .widget-slider-testimony .testimony-header .testimony-img img {
	height: calc(var(--font-size) * 7);
	margin-right: calc(var(--font-size) * 3);
	object-fit: cover;
	width: calc(var(--font-size) * 7);
}

.b-ext .widget-slider-testimony .testimony-header .testimony-rating .rating-container.rating-sm {
	font-size: calc(var(--font-size) * 1.6);
}

.b-ext .widget-slider-testimony .testimony-header .testimony-rating .rating-container .rating-stars {
	cursor: auto;
}

.b-ext .widget-slider-testimony .testimony-content__title {
	margin-bottom: calc(var(--font-size) * 2.5);
}

.b-ext .widget-picto:has(.widget-slider-event) .widget-slider.owl-carousel.owl-loaded {
	justify-content: center;
}

.b-ext .widget-picto:has(.widget-slider-event) .widget-content .owl-stage-outer {
	margin-bottom: 0;
	padding: 0;
	width: calc(var(--font-size) * 110);
}

.b-ext .widget-picto:has(.widget-slider-event) .widget-picto-title {
	padding: 0;
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-item {
	max-width: calc(var(--font-size) * 110);
}

.b-ext .widget-picto:has(.widget-slider-event) .owl-stage {
	justify-content: space-between !important;
	padding-right: 0 !important;
}

@media (max-width:992px) {
	.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel-slider .owl-dots {
		bottom: calc(var(--font-size) * -2);
	}

	.b-ext .widget-picto:has(.widget-slider-event) .owl-carousel-slider .owl-nav {
		bottom: 0;
	}
}

.b-ext .widget-picto:has(.widget-slider-event) .widget-slider-content {
	max-width: calc(var(--font-size) * 110);
}

.b-ext .widget-picto:has(.widget-slider-event) .widget-slider-container {
	justify-content: center;
}

.b-ext .widget-slider-event .event-header__content__description .ezrichtext-field,
.b-ext .widget-slider-event .event-header__content__description .ezrichtext-field p,
.b-ext .widget-slider-event .event-header__content__description .ezstring-field {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.b-ext .widget-slider-event .event-content {
	font-size: 16px;
}

.b-ext .widget-slider-event .event-content__p {
	font-family: inherit;
}

.b-ext .widget-slider-event .event-content__p .ezrichtext-field,
.b-ext .widget-slider-event .event-content__p .ezrichtext-field p,
.b-ext .widget-slider-event .event-content__p .ezstring-field,
.b-ext .widget-slider-event .event-content__p-strong .ezrichtext-field,
.b-ext .widget-slider-event .event-content__p-strong .ezrichtext-field p,
.b-ext .widget-slider-event .event-content__p-strong .ezstring-field {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.b-ext .widget-2-blocs-text .block-row {
	display: flex;
	width: 100%;
}

@media (max-width:768px) {
	.b-ext .widget-2-blocs-text .block-row {
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
}

.b-ext .widget-2-blocs-text .column-1,
.b-ext .widget-2-blocs-text .column-2 {
	align-items: center;
	display: flex;
}

.b-ext .widget-2-blocs-text .column-1 {
	border-right: calc(var(--font-size) * .4) solid;
	font-size: calc(var(--font-size) * 2);
	padding: calc(var(--font-size) * 2.5) calc(var(--font-size) * 6) calc(var(--font-size) * 2.5) 0;
}

@media (max-width:768px) {
	.b-ext .widget-2-blocs-text .column-1 {
		border-bottom: calc(var(--font-size) * .2) solid;
		border-right: none;
		width: 90vw;
	}

	.b-ext .widget-2-blocs-text .column-1.xs-left {
		padding-left: 0 !important;
	}

	.b-ext .widget-2-blocs-text .column-1:after,
	.b-ext .widget-2-blocs-text .column-1:before {
		content: "";
		position: absolute;
	}

	.b-ext .widget-2-blocs-text .column-1:after {
		border-bottom: none;
	}
}

@media (min-width:768px) {
	.b-ext .widget-2-blocs-text .column-1 {
		justify-content: flex-end;
		text-align: right;
	}
}

.b-ext .widget-2-blocs-text .column-2 {
	padding: calc(var(--font-size) * 2.5) 0 calc(var(--font-size) * 2.5) calc(var(--font-size) * 6);
}

.b-ext .widget-2-blocs-text .column-1-title {
	font-weight: 450;
}

@media (max-width:480px) {
	.b-ext .widget-2-blocs-text .column-1-title {
		text-align: left;
	}
}

.b-ext .widget-text-cards .widget-link-global {
	display: none;
}

.b-ext .widget-text-cards:has(+.clearfix+.widget-text-cards) .widget-content {
	padding-bottom: 0;
}

.b-ext .widget-text-cards:has(+.clearfix+.widget-text-cards)+.clearfix+.widget-text-cards .widget-text-cards-row:not(.center-button) {
	margin-top: 0;
}

@media (min-width:992px) {
	.b-ext .widget-text-cards .widget-content {
		margin: 0 calc(var(--font-size) * -3);
	}
}

.b-ext .widget-text-cards-wrapper {
	padding: 0;
}

.b-ext .widget-text-cards-container {
	display: flex;
	gap: calc(var(--font-size) * 5);
	justify-content: center;
	margin: auto;
	max-width: 100%;
	text-align: left;
}

@media (max-width:992px) {
	.b-ext .widget-text-cards-container {
		flex-wrap: wrap;
		gap: calc(var(--font-size) * 8);
		max-width: 90vw;
	}
}

.widget-text-cards-container .text-cards-col {
	display: flex;
	flex: 1 1 50%;
	flex-direction: column;
}

@media (min-width:992px) {
	.widget-text-cards-container .text-cards-col.card-1 {
		padding-left: calc(var(--font-size) * 3);
	}

	.widget-text-cards-container .text-cards-col.card-2 {
		padding-right: calc(var(--font-size) * 3);
	}
}

.widget-text-cards-container .text-cards-col .text-cards-surtitre {
	color: #fff;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: lighter;
	letter-spacing: 0;
	position: relative;
	text-transform: uppercase;
}

@media (max-width:992px) {
	.widget-text-cards-container .text-cards-col .text-cards-surtitre {
		height: auto;
		margin-bottom: calc(var(--font-size) * 1.2);
	}
}

.widget-text-cards-container .text-cards-col .text-cards-surtitre .surtitre-text {
	bottom: 0;
	padding-bottom: calc(var(--font-size) * 2);
}

@media (max-width:992px) {
	.widget-text-cards-container .text-cards-col .text-cards-surtitre .surtitre-text {
		position: inherit;
	}
}

.widget-text-cards-container .text-cards-col .text-cards-card {
	background-color: #fff;
	border-radius: calc(var(--font-size) * .4);
	color: #133860;
	flex-shrink: 100;
	height: 100%;
}

.widget-text-cards-container .text-cards-col .text-cards-card:hover {
	box-shadow: 1px 1px 19px 4px rgba(0, 0, 0, .5);
}

.widget-text-cards-container .text-cards-col .text-cards-card-link {
	color: #133860;
	display: block;
	height: 100%;
	padding: calc(var(--font-size) * 1.8) calc(var(--font-size) * 2.8);
	text-decoration: none;
	width: 100%;
}

.widget-text-cards-container .text-cards-col .text-cards-card-link__text {
	color: #133860;
	margin-top: calc(var(--font-size) * 1);
}

.widget-text-cards-container .text-cards-col .text-cards-card-link:active,
.widget-text-cards-container .text-cards-col .text-cards-card-link:focus,
.widget-text-cards-container .text-cards-col .text-cards-card-link:hover,
.widget-text-cards-container .text-cards-col .text-cards-card-link:visited {
	color: #133860;
	text-decoration: none;
}

.widget-text-cards-container .text-cards-col .text-cards-card-title {
	font-size: calc(var(--font-size) * 2.2);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .5;
	margin-bottom: calc(var(--font-size) * 1);
}

@media (min-width:992px) {
	.b-ext .widget-text-cards .widget-text-cards-row {
		margin-top: calc(var(--font-size) * 8);
	}
}

.b-ext .widget-text-cards .widget-text-cards-row.center-button {
	margin-top: calc(var(--font-size) * 5);
	text-align: center;
}

@media (min-width:992px) {
	.b-ext .widget-text-cards .widget-text-cards-row.center-button .widget-link {
		display: inline;
		margin-right: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-text-cards .btn {
	border-radius: calc(var(--font-size) * .4);
	color: #fff;
	font-size: calc(var(--font-size) * 1.8);
	margin: 0 auto;
	padding: calc(var(--font-size) * 1) calc(var(--font-size) * 2);
	transition: color .15s ease-in-out, background-color .15s;
}

.b-ext .widget-text-cards .btn-card-1 {
	background: #e8574d;
	border: calc(var(--font-size) * .1) solid #e8574d;
	color: #fff;
}

.b-ext .widget-text-cards .btn-card-1:focus,
.b-ext .widget-text-cards .btn-card-1:hover {
	background: #d45148;
	border: calc(var(--font-size) * .1) solid #d45148;
}

.b-ext .widget-text-cards .btn-card-2 {
	background-color: transparent;
	border: calc(var(--font-size) * .1) solid #fff;
	color: #fff;
	margin: 0 auto;
}

.b-ext .widget-text-cards .btn-card-2:focus,
.b-ext .widget-text-cards .btn-card-2:hover {
	background-color: #2571a4;
	border: calc(var(--font-size) * .1) solid #2571a4;
}

.b-ext .bulle-question {
	position: relative;
}

@media (max-width:768px) {
	.b-ext .bulle-question {
		position: static;
	}
}

.b-ext .bulle-question-bubble {
	background: #e6574d;
	border-radius: 50%;
	color: #fff;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 500;
	height: calc(var(--font-size) * 3.5);
	position: absolute;
	right: 0;
	text-align: center;
	width: calc(var(--font-size) * 3.5);
}

@media (max-width:768px) {
	.b-ext .bulle-question-bubble {
		margin-right: calc(var(--font-size) * 2);
		top: calc(var(--font-size) * -5);
	}
}

.b-ext .bulle-question-text {
	display: none;
	height: 100%;
	padding: 0 calc(var(--font-size) * 8);
	position: absolute;
	width: 100%;
	z-index: 3;
}

@media (max-width:768px) {
	.b-ext .bulle-question-text {
		height: auto;
		left: 0;
		margin: calc(var(--font-size) * .2) 0 0;
		min-height: 50vh;
		padding: calc(var(--font-size) * .2) 0;
		position: fixed;
		top: calc(var(--font-size) * 8);
		width: 100%;
		z-index: 3;
	}

	.b-ext .bulle-question-text.higher-margin {
		margin: calc(var(--font-size) * 6.2) 0 0;
	}
}

.b-ext .bulle-question-text .ezrichtext-field {
	background-color: #f5f5f5;
	-webkit-box-shadow: calc(var(--font-size) * .2) calc(var(--font-size) * .1) calc(var(--font-size) * 2) #e8e8e8;
	box-shadow: calc(var(--font-size) * .2) calc(var(--font-size) * .1) calc(var(--font-size) * 2) #e8e8e8;
	padding: calc(var(--font-size) * 5);
	text-align: left;
}

.b-ext .bulle-question-text .ezrichtext-field h1,
.b-ext .bulle-question-text .ezrichtext-field h2,
.b-ext .bulle-question-text .ezrichtext-field h3,
.b-ext .bulle-question-text .ezrichtext-field h4,
.b-ext .bulle-question-text .ezrichtext-field p {
	color: inherit !important;
}

@media (max-width:768px) {
	.b-ext .bulle-question-text .ezrichtext-field {
		padding: calc(var(--font-size) * 2);
	}
}

.b-ext .bulle-question-container {
	margin-left: calc(var(--font-size) * 15);
	position: relative;
}

.b-ext .bulle-question-container-close {
	text-align: right;
}

@media (min-width:768px) {
	.b-ext .bulle-question-container-close {
		display: none;
	}
}

.b-ext .bulle-question-close {
	height: calc(var(--font-size) * 1.2);
	width: calc(var(--font-size) * 1.2);
}

@media (min-width:768px) {
	.b-ext .bulle-question-avis-container {
		top: calc(var(--font-size) * -11.5);
	}

	.b-ext .bulle-question-avis-container .ezrichtext-field {
		margin-top: calc(var(--font-size) * 4);
	}

	.b-ext .widget_slider_v2 .widget-surtitle {
		pointer-events: none;
	}

	.b-ext .widget_slider_v2 .bulle-question-bubble {
		right: calc(var(--font-size) * -4);
	}
}

.b-ext .widget-hover-image .view-hover-image {
	margin: auto;
}

.b-ext .widget-hover-image .view-hover-image img,
.b-ext .widget-hover-image .view-hover-image svg {
	height: calc(var(--font-size) * 60);
	padding-top: calc(var(--font-size) * 5);
}

@media (max-width:992px) {

	.b-ext .widget-hover-image .view-hover-image img,
	.b-ext .widget-hover-image .view-hover-image svg {
		height: calc(var(--font-size) * 25);
		padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5) 0;
	}
}

.b-ext .widget-hover-image-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width:992px) {
	.b-ext .widget-hover-image-content {
		gap: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-hover-image-content-item {
	display: flex;
	width: 100%;
}

.b-ext .widget-hover-image-content-item-card {
	padding: calc(var(--font-size) * 3);
	position: relative;
	width: 100%;
}

@media (max-width:992px) {
	.b-ext .widget-hover-image-content-item-card {
		padding: calc(var(--font-size) * 1.5);
	}
}

.b-ext .widget-hover-image-content-item-card__image {
	display: none;
}

.b-ext .widget-hover-image-content-item-card p {
	text-align: left;
}

.b-ext .widget-hover-image .cards-hover-image {
	display: flex;
	gap: calc(var(--font-size) * 2);
	margin-bottom: calc(var(--font-size) * 6);
	padding-left: 0;
}

@media (max-width:992px) {
	.b-ext .widget-hover-image .cards-hover-image {
		flex-direction: column;
		gap: 0;
		padding: 0 calc(var(--font-size) * 2);
	}
}

.b-ext .widget-blog .widget-content {
	overflow: visible;
}

.b-ext .widget-blog .widget-picto>h4 {
	text-align: center;
}

@media (min-width:992px) {
	.b-ext .widget-blog .widget-picto>h4 {
		margin-bottom: calc(var(--font-size) * 1.5);
		text-align: left;
	}
}

.b-ext .widget-blog .widget-picto h3 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
	padding: 0 calc(var(--font-size) * 1.5);
	text-align: center;
}

@media (min-width:992px) {
	.b-ext .widget-blog .widget-picto h3 {
		margin-bottom: calc(var(--font-size) * 1.5);
		padding-left: 20%;
		text-align: left;
	}
}

.b-ext .widget-blog .widget-slider .owl-next,
.b-ext .widget-blog .widget-slider .owl-prev {
	border: none !important;
}

.b-ext .widget-blog .widget-slider .widget-slider-item--short__container {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.b-ext .widget-blog .widget-slider .widget-slider-item--short__img figure,
.b-ext .widget-blog .widget-slider .widget-slider-item--short__img img {
	height: 100%;
	object-fit: cover;
	width: calc(var(--font-size) * 15) !important;
}

.b-ext .widget-blog .widget-slider .widget-slider-item--short__content {
	justify-content: flex-start;
	padding: calc(var(--font-size) * 1.5);
	text-align: left;
}

.b-ext .widget-blog .widget-slider .widget-slider-item--short__content h4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	margin-top: calc(var(--font-size) * .5);
	max-height: calc(var(--font-size) * 10);
	overflow: hidden;
}

.b-ext .widget-blog .widget-slider .widget-slider-item--short__content .h5,
.b-ext .widget-blog .widget-slider .widget-slider-item--short__content h5 {
	margin-bottom: 0;
}

.b-ext .widget-podcast-container {
	width: 100%;
}

@media (min-width:992px) {
	.b-ext .widget-podcast-container {
		column-gap: calc(var(--font-size) * 3);
		display: flex;
	}
}

@media (max-width:992px) {

	.b-ext .widget-podcast-container .mobile-content,
	.b-ext .widget-podcast-container__left,
	.b-ext .widget-podcast-container__right {
		padding: 0 calc(var(--font-size) * 2.3);
	}
}

@media (min-width:992px) {

	.b-ext .widget-podcast-container__left,
	.b-ext .widget-podcast-container__right {
		height: 100%;
		position: relative;
		width: 50%;
	}
}

@media (max-width:992px) {

	.b-ext .widget-podcast-container__left .widget-podcast-accroche,
	.b-ext .widget-podcast-container__left .widget-surtitle {
		text-align: center !important;
	}
}

.b-ext .widget-podcast-container__left .widget-podcast-texte {
	margin-top: calc(var(--font-size) * 2.5);
}

@media (max-width:992px) {
	.b-ext .widget-podcast-container__left .widget-podcast-texte {
		display: none;
	}
}

.b-ext .widget-podcast-container__right img {
	width: 100%;
}

.b-ext .widget-podcast-container .podcast-mobile-date {
	display: block;
	margin-top: calc(var(--font-size) * -5);
	max-width: calc(var(--font-size) * 12);
	position: absolute;
	right: calc(var(--font-size) * 4);
}

@media (min-width:992px) {
	.b-ext .widget-podcast-container .podcast-mobile-date {
		display: none;
	}
}

.b-ext .widget-podcast-container .podcast-other-content {
	align-items: center;
	column-gap: calc(var(--font-size) * 3);
	display: flex;
	font-size: calc(var(--font-size) * 1.4);
	justify-content: space-between;
	margin-top: calc(var(--font-size) * 1.5);
}

@media (max-width:992px) {
	.b-ext .widget-podcast-container .podcast-other-content:not(.podcast-other-content__mobile) {
		display: none;
	}
}

@media (max-width:1200px) {
	.b-ext .widget-podcast-container .podcast-other-content:not(.podcast-other-content__mobile) {
		column-gap: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-podcast-container .podcast-other-content a {
	align-items: center;
	column-gap: calc(var(--font-size) * 1.5);
	display: flex;
}

.b-ext .widget-podcast-container .podcast-other-content .widget-podcast-date {
	margin-right: calc(var(--font-size) * 6);
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) {
		align-items: start;
		flex-direction: column;
		margin-top: calc(var(--font-size) * .5);
		row-gap: calc(var(--font-size) * 3);
	}
}

.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .audio-image,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .audio-text-content__wrapper,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .back-button,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .close,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .forward-button,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .start-button,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .volume-wrapper,
.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) audio {
	display: none;
}

.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .play-pause-container {
	border-radius: calc(var(--font-size) * .4);
	column-gap: calc(var(--font-size) * 1.5);
	margin-right: calc(var(--font-size) * 4);
	padding: calc(var(--font-size) * 1) calc(var(--font-size) * 2);
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .play-pause-container {
		margin-left: 0;
		order: 2;
	}
}

.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .play-pause-container .play-pause-button {
	height: calc(var(--font-size) * 3.4);
	width: calc(var(--font-size) * 3.4);
}

.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .play-pause-container .play-pause__text {
	display: block;
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player:not(.floating-player):not(.audio_player--full) .player {
		margin: 0;
		order: 1;
		width: 100%;
	}
}

.b-ext .widget-podcast .audio_player.floating-player {
	background: #fff;
	bottom: calc(var(--font-size) * 1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	column-gap: calc(var(--font-size) * 1.5);
	margin: 0 auto;
	padding: calc(var(--font-size) * 1.4) calc(var(--font-size) * 1.6);
	right: 50%;
}

@media (min-width:992px) {
	.b-ext .widget-podcast .audio_player.floating-player {
		border-radius: calc(var(--font-size) * .8);
	}
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player.floating-player {
		justify-content: space-between;
	}
}

.b-ext .widget-podcast .audio_player.floating-player img {
	border-radius: calc(var(--font-size) * .4);
	height: calc(var(--font-size) * 4.8);
	object-fit: cover;
	width: calc(var(--font-size) * 4.8);
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player.floating-player .audio-image {
		display: block;
	}
}

.b-ext .widget-podcast .audio_player.floating-player .audio-text-content__wrapper {
	width: calc(var(--font-size) * 27);
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio_player.floating-player .audio-text-content__wrapper {
		max-width: calc(var(--font-size) * 14);
	}
}

.b-ext .widget-podcast .audio_player.floating-player .audio-track-wrapper {
	align-items: center;
	flex-direction: row;
}

.b-ext .widget-podcast .audio_player.floating-player .audio-track-wrapper .times-wrapper {
	column-gap: calc(var(--font-size) * .5);
	line-height: 0;
	margin-right: calc(var(--font-size) * .5);
}

.b-ext .widget-podcast .audio_player.floating-player .audio-track-wrapper .times-wrapper span:first-of-type:after {
	content: "/";
	margin-left: calc(var(--font-size) * .5);
}

.b-ext .widget-podcast .audio_player.floating-player .play-pause {
	border-radius: 50% !important;
	padding: 0 !important;
}

.b-ext .widget-podcast .audio_player.floating-player .play-pause-button .pause-icon,
.b-ext .widget-podcast .audio_player.floating-player .play-pause-button .play-icon {
	fill: #fff;
}

.b-ext .widget-podcast .audio_player.floating-player .audio-text-content__title {
	font-size: calc(var(--font-size) * 1.8);
	font-weight: 500;
}

.b-ext .widget-podcast .audio_player.floating-player .podcast-button:not(.forward-button) {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width:992px) {
	.b-ext .widget-podcast .audio_player.floating-player .podcast-button:not(.forward-button) {
		margin-right: calc(var(--font-size) * .7);
	}
}

@media (max-width:992px) {

	.b-ext .widget-podcast .audio_player.floating-player .audio-track-wrapper,
	.b-ext .widget-podcast .audio_player.floating-player .podcast-button:not(.play-pause),
	.b-ext .widget-podcast .audio_player.floating-player .volume-wrapper {
		display: none;
	}
}

.b-ext .widget-podcast .audio_player.floating-player .forward-button {
	margin-left: calc(var(--font-size) * .7);
}

.b-ext .widget-podcast .audio_player.floating-player .audio-text-content__description {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.b-ext .widget-podcast .mobile-content {
	margin-top: calc(var(--font-size) * 4.5);
}

@media (min-width:992px) {
	.b-ext .widget-podcast .mobile-content {
		display: none;
	}
}

.b-ext .widget-podcast .mobile-content .podcast-other-content {
	margin-top: calc(var(--font-size) * 6);
}

@media (max-width:992px) {
	.b-ext .widget-podcast .audio-image {
		display: none;
	}
}

.b-ext .widget-podcast .audio-image.audio-image__mobile {
	display: block;
	margin-top: calc(var(--font-size) * 3);
}

@media (min-width:992px) {
	.b-ext .widget-podcast .audio-image.audio-image__mobile {
		display: none;
	}
}

.b-ext .widget-podcast .audio-image.audio-image__mobile img {
	width: 100%;
}

.b-ext .widget-podcast.night .audio_player.floating-player div {
	color: #515151;
}

.b-ext .widget-podcast.night .podcast-other-content a:hover {
	color: #fff;
}

.b-ext .widget-podcast.night .podcast-other-content svg path {
	fill: #fff;
}

.b-ext #footer {
	margin-top: 0;
}

.b-ext .content_page>.widget:first-child {
	margin-top: 20px;
}

.b-ext .content_page>.widget.no-bg {
	margin-top: 0;
}

.b-ext .widget.night .owl-nav .icoChevron-left {
	background-position: -87px -30px;
}

.b-ext .widget.night .owl-nav .icoChevron-right {
	background-position: -74px -30px;
}

.b-ext .widget .btn-link {
	color: #3498db;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.b-ext .widget-chiffres-number {
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
}

.b-ext .widgets-summary {
	border: 2px solid #f1f7f9;
	margin: calc(var(--font-size) * 3) 0;
	max-height: 100%;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 2.5);
	position: relative;
	width: 100%;
}

.b-ext .widgets-summary__ul {
	padding-left: calc(var(--font-size) * 2);
}

.b-ext .widgets-summary__ul__li {
	margin-top: calc(var(--font-size) * 1);
}

.b-ext .widgets-summary__ul__li a {
	color: #2a5073;
}

.b-ext .widgets-summary__ul__li::marker {
	color: #2a5073;
}

.b-ext .widgets-summary__ul__li:not(:has(a)) {
	display: none;
}

.b-ext .widgets-summary__title {
	align-items: center;
	color: #2a5073;
	display: flex;
	font-size: calc(var(--font-size) * 2.4);
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.b-ext .widgets-summary .svg-minus,
.b-ext .widgets-summary .svg-plus {
	opacity: 1;
	position: absolute;
	right: calc(var(--font-size) * 2.5);
	top: calc(var(--font-size) * 2.5);
	transition: all .15s linear;
}

.b-ext .widgets-summary .svg-v2 {
	top: calc(var(--font-size) * 3);
}

.b-ext .widgets-summary:has(.in) .svg-plus {
	opacity: 0;
}

.b-ext .widget-slider-item {
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	width: 100%;
}

.b-ext .widget-slider-item .page-editoriale-form {
	padding: 0;
	text-align: center;
}

.b-ext .widget-slider-item .page-editoriale-form .confirmation {
	padding: 0 30px 20px;
}

.b-ext .widget-slider-item .page-editoriale-form .confirmation .alert {
	border: none;
}

.b-ext .widget-slider-item .page-editoriale-form .confirmation .alert-success {
	color: #515151;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: left;
}

.b-ext .widget-slider-item .page-editoriale-form .confirmation .alert-success .checked {
	display: none;
}

.b-ext .widget-slider-item .page-editoriale-form figure {
	margin: 0;
}

.b-ext .widget-slider-item .page-editoriale-form .title {
	background-color: #2571a4;
	color: #fff;
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	padding: 15px;
}

@media (min-width:768px) and (max-width:991px) {
	.b-ext .widget-slider-item .page-editoriale-form .title+.ezimage-field {
		margin-bottom: 20px;
	}
}

.b-ext .widget-slider-item .page-editoriale-form .chapo,
.b-ext .widget-slider-item .page-editoriale-form form {
	padding-left: 30px;
	padding-right: 30px;
}

.b-ext .widget-slider-item .bg {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	line-height: normal;
	width: 100%;
}

.b-ext .widget-slider-item .bg .chapo+form {
	margin-top: .8em;
}

.b-ext .widget-slider-item .bg .title {
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.b-ext .widget-slider-item .bg .title>span.title-picto {
	display: none;
}

.b-ext .widget-slider-item .bg .form {
	align-self: center;
}

.b-ext .widget-slider-item-icon {
	display: block;
	z-index: 3;
}

.b-ext .widget-slider-item-icon.metier {
	height: 36px;
	line-height: 1;
	margin: 0 auto 20px;
	position: relative;
	width: 36px;
}

.b-ext .widget-slider-item-icon.metier circle,
.b-ext .widget-slider-item-icon.metier ellipse,
.b-ext .widget-slider-item-icon.metier image,
.b-ext .widget-slider-item-icon.metier line,
.b-ext .widget-slider-item-icon.metier path,
.b-ext .widget-slider-item-icon.metier polygon,
.b-ext .widget-slider-item-icon.metier polyline,
.b-ext .widget-slider-item-icon.metier rect,
.b-ext .widget-slider-item-icon.metier text,
.b-ext .widget-slider-item-icon.metier use {
	fill: #fff;
}

.b-ext .widget-slider-item-icon.editoriale {
	bottom: 20px;
	left: 15px;
	position: absolute;
}

.b-ext .widget-slider-item-icon.article {
	background-color: #3498db;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.b-ext .widget-slider-item-form {
	background: #fff;
}

.b-ext .widget-slider-item-form-text {
	display: flex;
	height: 100%;
	width: 100%;
}

.b-ext .widget-slider-item-form .chapo {
	font-size: 14px;
}

.b-ext .widget-slider-item-link-global {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	z-index: 3;
}

.b-ext .widget-slider-default {
	background: #fff;
	position: relative;
}

.b-ext .editorial .widget-slider-default-graphic {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.b-ext .widget-slider-default-video {
	height: 200px;
	width: auto;
}

.b-ext .widget-slider-default-img {
	left: 50%;
	position: relative;
	top: 0;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.b-ext .owl-carousel .owl-item .widget-slider-default-img {
	width: auto;
}

.b-ext .widget-slider-default.publication figure {
	background-color: #eaeaea;
	padding-top: 10px;
}

@media (min-width:768px) {
	.b-ext .widget-slider-default.publication figure {
		align-items: flex-end;
		display: grid;
		height: 200px;
		overflow: hidden;
		width: 100%;
	}
}

.b-ext .widget-slider-default.publication figure img {
	display: flex;
	max-height: 200px;
	width: auto;
}

.b-ext .widget-slider-default.editorial {
	display: grid;
	grid-template-rows: 200px 1fr;
}

.b-ext .widget-slider-default.editorial .infos {
	display: inline-block;
	line-height: 1.6;
	vertical-align: middle;
}

.b-ext .widget-slider-default.editorial:focus h3,
.b-ext .widget-slider-default.editorial:hover h3 {
	color: #3498db;
}

.b-ext .widget-slider-default-text {
	align-self: center;
	position: relative;
	text-align: center;
	z-index: 2;
}

.b-ext .editorial .widget-slider-default-text .infos {
	padding: 20px 15px;
}

@media (min-width:768px) {

	.b-ext .widget-slider-default-text .infos h3,
	.b-ext .widget-slider-default-text .infos p {
		color: #333;
	}
}

.b-ext .commercial .widget-slider-default-text .infos h3,
.b-ext .commercial .widget-slider-default-text .infos p {
	color: #fff;
}

.b-ext .widget-slider-default-text .infos h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.b-ext .widget-slider-default-text .infos h3+p {
	margin-top: 15px;
}

.b-ext .widget-slider-default-text .infos p {
	font-size: .85em;
}

.b-ext .widget-slider-default-text .infos p:last-child {
	margin-bottom: 0;
}

.b-ext .widget-slider-default .widget-cards-height {
	background: #fff;
	position: relative;
}

.b-ext .widget-slider-default.commercial {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 20px 15px;
}

.b-ext .widget-slider-default.commercial .bg {
	background-color: rgba(37, 113, 164, .85);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.b-ext .widget-slider-default.commercial figure,
.b-ext .widget-slider-default.commercial picture {
	height: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.b-ext .widget-slider-default.commercial figure img,
.b-ext .widget-slider-default.commercial picture img {
	max-width: inherit;
	min-height: 100%;
	min-width: 100%;
}

.b-ext .page .widget-slider-default.commercial:focus .btn-revert,
.b-ext .page .widget-slider-default.commercial:focus .btn-revert:focus,
.b-ext .page .widget-slider-default.commercial:focus .btn-revert:hover,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert:focus,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3498db;
}

.b-ext .page .widget-slider-default.commercial:focus .btn-revert.link-color,
.b-ext .page .widget-slider-default.commercial:focus .btn-revert:focus.link-color,
.b-ext .page .widget-slider-default.commercial:focus .btn-revert:hover.link-color,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert.link-color,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert:focus.link-color,
.b-ext .page .widget-slider-default.commercial:hover .btn-revert:hover.link-color {
	color: inherit !important;
}

.b-ext .widget-slider-default.commercial .btn-revert {
	border-color: #fff;
	margin-top: 20px;
	position: relative;
	z-index: 3;
}

.b-ext .page .widget-slider-default.commercial .btn-revert {
	color: #fff;
}

.b-ext .page .widget-slider-default.commercial .btn-revert.link-color {
	color: #fff !important;
}

.b-ext .widget-slider-content>div {
	display: flex;
	width: 100%;
}

.b-ext .widget-picto-title {
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
}

.b-ext .navbar-relative-top .second-menu {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1030;
}

.b-ext .second-menu {
	background: #3498db;
	border: none;
}

@media (min-width:1200px) {
	.b-ext .second-menu {
		background: rgba(52, 152, 219, .9);
	}
}

.b-ext .second-menu .dropdown-title,
.b-ext .second-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
}

.b-ext .second-menu .btn-primary {
	text-transform: none !important;
}

.b-ext .second-menu-title {
	font-family: open_sansbold;
	font-size: 14px;
	text-transform: uppercase;
}

.b-ext .second-menu-title a {
	line-height: 25px;
	position: relative;
}

.b-ext .second-menu>.owl-carousel.list-unstyled {
	z-index: 2;
}

@media (max-width:1199px) {
	.b-ext .second-menu>.owl-carousel.list-unstyled {
		overflow: hidden;
	}
}

.b-ext .second-menu>.owl-carousel.list-unstyled:not(.owl-loaded) {
	max-height: calc(var(--font-size) * 6.5);
}

.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-stage {
	display: flex;
}

@media (max-width:1199px) {
	.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-stage {
		position: static;
	}
}

.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-stage-outer {
	overflow: visible;
}

.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-item {
	display: flex;
}

.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-item>li {
	align-items: center;
	display: flex;
}

@media (max-width:1199px) {
	.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-item {
		position: static;
	}
}

@media (min-width:1200px) {
	.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-item .dropdown {
		position: static;
	}

	.b-ext .second-menu>.owl-carousel.list-unstyled.owl-loaded .owl-item:first-child {
		text-align: left;
	}
}

.b-ext .second-menu .owl-carousel {
	margin-bottom: 0;
}

.b-ext .second-menu .owl-carousel li a {
	padding: 20px 15px;
	text-decoration: none;
}

.b-ext .second-menu .owl-carousel.owl-loaded .owl-item {
	display: flex;
	white-space: nowrap;
}

@media (max-width:1199px) {

	.b-ext .second-menu .owl-item li.active,
	.b-ext .second-menu .owl-item li.open {
		background: hsla(0, 0%, 100%, .1);
	}
}

@media (min-width:1200px) {

	.b-ext .second-menu .owl-item li.active,
	.b-ext .second-menu .owl-item li:hover {
		background: hsla(0, 0%, 100%, .1);
	}
}

.b-ext .second-menu .owl-nav .owl-next,
.b-ext .second-menu .owl-nav .owl-prev {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	text-align: center;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 20px;
	z-index: 1004;
}

.b-ext .second-menu .owl-nav .owl-next .icoCharte,
.b-ext .second-menu .owl-nav .owl-prev .icoCharte {
	margin-top: 26px;
}

.b-ext .second-menu .owl-nav .owl-next.disabled,
.b-ext .second-menu .owl-nav .owl-prev.disabled {
	display: none;
}

.b-ext .second-menu .owl-nav .owl-prev {
	left: 0;
}

.b-ext .second-menu .owl-nav .owl-next {
	right: 0;
}

@media (min-width:1200px) {
	.b-ext .is-hidden .second-menu {
		background: #3498db;
	}
}

.b-ext .page a.btn-primary:focus,
.b-ext .page a.btn-primary:hover {
	color: #fff;
}

.b-ext .banner-lead {
	background-color: #666;
	position: relative;
}

@media (max-width:767px) {
	.b-ext .banner-lead {
		padding-top: 0;
	}
}

.b-ext .banner-lead.bg {
	padding-bottom: 0;
	padding-top: 0;
}

.b-ext .banner-lead-bg-container {
	position: static;
}

.b-ext .banner-lead-bg-text {
	margin: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}

@media (min-width:768px) {
	.b-ext .banner-lead-bg-text {
		position: static;
	}

	.b-ext .banner-lead-bg-text+.banner-lead-form {
		padding-bottom: 25px;
		padding-top: 25px;
	}
}

.b-ext .banner-lead-bg-text .banner-lead-text-content {
	position: relative;
}

@media (min-width:768px) {

	.b-ext .banner-lead.media-bottom_left,
	.b-ext .banner-lead.media-bottom_right {
		padding-bottom: 0;
	}
}

.b-ext .banner-lead.night a,
.b-ext .banner-lead.night h1,
.b-ext .banner-lead.night h2,
.b-ext .banner-lead.night p {
	color: #fff;
}

.b-ext .banner-lead.night .modal-body a,
.b-ext .banner-lead.night .modal-body p {
	color: inherit;
}

.b-ext .banner-lead.night a circle,
.b-ext .banner-lead.night a ellipse,
.b-ext .banner-lead.night a image,
.b-ext .banner-lead.night a line,
.b-ext .banner-lead.night a path,
.b-ext .banner-lead.night a polygon,
.b-ext .banner-lead.night a polyline,
.b-ext .banner-lead.night a rect,
.b-ext .banner-lead.night a svg,
.b-ext .banner-lead.night a text,
.b-ext .banner-lead.night a use {
	fill: #fff;
}

.b-ext .banner-lead.night a:focus,
.b-ext .banner-lead.night a:hover {
	color: #2571a4;
}

.b-ext .banner-lead.night a:focus circle,
.b-ext .banner-lead.night a:focus ellipse,
.b-ext .banner-lead.night a:focus image,
.b-ext .banner-lead.night a:focus line,
.b-ext .banner-lead.night a:focus path,
.b-ext .banner-lead.night a:focus polygon,
.b-ext .banner-lead.night a:focus polyline,
.b-ext .banner-lead.night a:focus rect,
.b-ext .banner-lead.night a:focus svg,
.b-ext .banner-lead.night a:focus text,
.b-ext .banner-lead.night a:focus use,
.b-ext .banner-lead.night a:hover circle,
.b-ext .banner-lead.night a:hover ellipse,
.b-ext .banner-lead.night a:hover image,
.b-ext .banner-lead.night a:hover line,
.b-ext .banner-lead.night a:hover path,
.b-ext .banner-lead.night a:hover polygon,
.b-ext .banner-lead.night a:hover polyline,
.b-ext .banner-lead.night a:hover rect,
.b-ext .banner-lead.night a:hover svg,
.b-ext .banner-lead.night a:hover text,
.b-ext .banner-lead.night a:hover use {
	fill: #2571a4;
}

.b-ext .banner-lead.night .btn-revert {
	color: #3498db;
}

.b-ext .banner-lead.night .btn-revert circle,
.b-ext .banner-lead.night .btn-revert ellipse,
.b-ext .banner-lead.night .btn-revert image,
.b-ext .banner-lead.night .btn-revert line,
.b-ext .banner-lead.night .btn-revert path,
.b-ext .banner-lead.night .btn-revert polygon,
.b-ext .banner-lead.night .btn-revert polyline,
.b-ext .banner-lead.night .btn-revert rect,
.b-ext .banner-lead.night .btn-revert svg,
.b-ext .banner-lead.night .btn-revert text,
.b-ext .banner-lead.night .btn-revert use {
	fill: #3498db;
}

.b-ext .banner-lead.night .btn-revert:focus,
.b-ext .banner-lead.night .btn-revert:hover {
	color: #ebebeb;
}

.b-ext .banner-lead.night .btn-revert:focus circle,
.b-ext .banner-lead.night .btn-revert:focus ellipse,
.b-ext .banner-lead.night .btn-revert:focus image,
.b-ext .banner-lead.night .btn-revert:focus line,
.b-ext .banner-lead.night .btn-revert:focus path,
.b-ext .banner-lead.night .btn-revert:focus polygon,
.b-ext .banner-lead.night .btn-revert:focus polyline,
.b-ext .banner-lead.night .btn-revert:focus rect,
.b-ext .banner-lead.night .btn-revert:focus svg,
.b-ext .banner-lead.night .btn-revert:focus text,
.b-ext .banner-lead.night .btn-revert:focus use,
.b-ext .banner-lead.night .btn-revert:hover circle,
.b-ext .banner-lead.night .btn-revert:hover ellipse,
.b-ext .banner-lead.night .btn-revert:hover image,
.b-ext .banner-lead.night .btn-revert:hover line,
.b-ext .banner-lead.night .btn-revert:hover path,
.b-ext .banner-lead.night .btn-revert:hover polygon,
.b-ext .banner-lead.night .btn-revert:hover polyline,
.b-ext .banner-lead.night .btn-revert:hover rect,
.b-ext .banner-lead.night .btn-revert:hover svg,
.b-ext .banner-lead.night .btn-revert:hover text,
.b-ext .banner-lead.night .btn-revert:hover use {
	fill: #ebebeb;
}

.b-ext .banner-lead.night .btn-primary:focus,
.b-ext .banner-lead.night .btn-primary:hover {
	color: #fff;
}

.b-ext .banner-lead.night .btn-primary:focus circle,
.b-ext .banner-lead.night .btn-primary:focus ellipse,
.b-ext .banner-lead.night .btn-primary:focus image,
.b-ext .banner-lead.night .btn-primary:focus line,
.b-ext .banner-lead.night .btn-primary:focus path,
.b-ext .banner-lead.night .btn-primary:focus polygon,
.b-ext .banner-lead.night .btn-primary:focus polyline,
.b-ext .banner-lead.night .btn-primary:focus rect,
.b-ext .banner-lead.night .btn-primary:focus svg,
.b-ext .banner-lead.night .btn-primary:focus text,
.b-ext .banner-lead.night .btn-primary:focus use,
.b-ext .banner-lead.night .btn-primary:hover circle,
.b-ext .banner-lead.night .btn-primary:hover ellipse,
.b-ext .banner-lead.night .btn-primary:hover image,
.b-ext .banner-lead.night .btn-primary:hover line,
.b-ext .banner-lead.night .btn-primary:hover path,
.b-ext .banner-lead.night .btn-primary:hover polygon,
.b-ext .banner-lead.night .btn-primary:hover polyline,
.b-ext .banner-lead.night .btn-primary:hover rect,
.b-ext .banner-lead.night .btn-primary:hover svg,
.b-ext .banner-lead.night .btn-primary:hover text,
.b-ext .banner-lead.night .btn-primary:hover use {
	fill: #fff;
}

.b-ext .banner-lead form .btn {
	width: 100%;
}

.b-ext .media-bottom_left .banner-lead-text,
.b-ext .media-bottom_right .banner-lead-text {
	padding-bottom: 25px;
}

.b-ext .banner-lead-text-frame {
	background: rgba(0, 0, 0, .5);
	padding: 15px;
}

.b-ext .banner-lead-text-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.b-ext .banner-lead-form-content .btn-primary circle,
.b-ext .banner-lead-form-content .btn-primary ellipse,
.b-ext .banner-lead-form-content .btn-primary image,
.b-ext .banner-lead-form-content .btn-primary line,
.b-ext .banner-lead-form-content .btn-primary path,
.b-ext .banner-lead-form-content .btn-primary polygon,
.b-ext .banner-lead-form-content .btn-primary polyline,
.b-ext .banner-lead-form-content .btn-primary rect,
.b-ext .banner-lead-form-content .btn-primary svg,
.b-ext .banner-lead-form-content .btn-primary text,
.b-ext .banner-lead-form-content .btn-primary use,
.b-ext .banner-lead-form-content .btn-primary:hover circle,
.b-ext .banner-lead-form-content .btn-primary:hover ellipse,
.b-ext .banner-lead-form-content .btn-primary:hover image,
.b-ext .banner-lead-form-content .btn-primary:hover line,
.b-ext .banner-lead-form-content .btn-primary:hover path,
.b-ext .banner-lead-form-content .btn-primary:hover polygon,
.b-ext .banner-lead-form-content .btn-primary:hover polyline,
.b-ext .banner-lead-form-content .btn-primary:hover rect,
.b-ext .banner-lead-form-content .btn-primary:hover svg,
.b-ext .banner-lead-form-content .btn-primary:hover text,
.b-ext .banner-lead-form-content .btn-primary:hover use {
	fill: #fff;
}

.b-ext .banner-lead-form-content form.ajax .loader {
	left: 0;
	margin: 0 auto;
	position: inherit;
	right: 0;
}

@media (max-width:767px) {
	.b-ext .banner-lead-form-content {
		padding: 0;
	}
}

.b-ext .banner-lead-form>.row>.pull-right>.bg {
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13), 0 1px 3px 0 rgba(0, 0, 0, .22);
}

.b-ext .banner-lead-form .bg {
	background: #fff;
}

.b-ext .banner-lead-form .title {
	background: #2571a4;
	color: #fff;
	font-family: "noto_serifregular", Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 0;
	padding: 15px 30px;
	text-align: center;
}

@media (max-width:767px) {
	.b-ext .banner-lead-form .title {
		margin-bottom: 20px;
		position: relative;
	}

	.b-ext .banner-lead-form .title:before {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #2571a4;
		content: "";
		display: block;
		height: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 100%;
		width: 0;
	}
}

.b-ext .banner-lead-form .chapo {
	padding: 0 30px;
	text-align: center;
}

.b-ext .night .banner-lead-form .chapo {
	color: #515151;
}

.b-ext .banner-lead-form form {
	padding: 0 30px;
}

.b-ext .banner-lead-hangs {
	font-size: 18px;
	margin-top: calc(var(--font-size) * 1.5);
}

.b-ext .banner-lead-hangs p {
	display: inline;
	position: relative;
	width: auto;
}

.banner-lead.text-left .banner-lead-hangs p {
	display: inline-block;
}

.b-ext .banner-lead-hangs-picto {
	display: inline-block;
	height: 25px;
	left: 0;
	line-height: 25px;
	top: 1px;
	width: 25px;
}

.b-ext .banner-lead-hangs-picto img,
.b-ext .banner-lead-hangs-picto svg {
	display: inline-block;
	max-height: 25px;
	vertical-align: middle;
}

.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) circle,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) ellipse,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) image,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) line,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) path,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) polygon,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) polyline,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) rect,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) svg,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) text,
.b-ext .night .banner-lead-hangs-picto:not(.banner-lead-hangs-picto__pointex) use {
	fill: #fff;
}

.b-ext .banner-lead-hangs-picto+span {
	display: inline;
	padding-left: 35px;
}

.banner-lead.text-left .banner-lead-hangs-picto+span {
	display: inline-block;
}

.b-ext .banner-lead-label {
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-size: calc(var(--font-size) * 1.2);
	text-transform: uppercase;
}

.b-ext .banner-lead-label span {
	border: 1px solid #515151;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
}

.b-ext .night .banner-lead-label span {
	border-color: #fff;
}

.b-ext .banner-lead-btn {
	margin-top: calc(var(--font-size) * 1.5);
}

.b-ext .banner-lead-btn-both {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
}

.text-center .banner-lead-btn-both {
	justify-content: center;
}

.text-right .banner-lead-btn-both {
	justify-content: flex-end;
}

.b-ext .banner-lead-btn-both .banner-lead-btn-item {
	margin: 15px 15px 0;
}

.b-ext .banner-lead-btn a {
	position: relative;
	text-decoration: underline;
}

.b-ext .banner-lead-btn a>span {
	display: inline-block;
	position: relative;
}

.b-ext .banner-lead-btn a:hover circle,
.b-ext .banner-lead-btn a:hover ellipse,
.b-ext .banner-lead-btn a:hover image,
.b-ext .banner-lead-btn a:hover line,
.b-ext .banner-lead-btn a:hover path,
.b-ext .banner-lead-btn a:hover polygon,
.b-ext .banner-lead-btn a:hover polyline,
.b-ext .banner-lead-btn a:hover rect,
.b-ext .banner-lead-btn a:hover svg,
.b-ext .banner-lead-btn a:hover text,
.b-ext .banner-lead-btn a:hover use {
	fill: #3498db;
}

.b-ext .banner-lead-btn a circle,
.b-ext .banner-lead-btn a ellipse,
.b-ext .banner-lead-btn a image,
.b-ext .banner-lead-btn a line,
.b-ext .banner-lead-btn a path,
.b-ext .banner-lead-btn a polygon,
.b-ext .banner-lead-btn a polyline,
.b-ext .banner-lead-btn a rect,
.b-ext .banner-lead-btn a svg,
.b-ext .banner-lead-btn a text,
.b-ext .banner-lead-btn a use {
	fill: #515151;
}

.b-ext .banner-lead-btn a.btn {
	text-decoration: none;
}

.b-ext .banner-lead-btn .btn-primary {
	margin: 0;
	position: relative;
}

.b-ext .banner-lead-btn .btn-primary circle,
.b-ext .banner-lead-btn .btn-primary ellipse,
.b-ext .banner-lead-btn .btn-primary image,
.b-ext .banner-lead-btn .btn-primary line,
.b-ext .banner-lead-btn .btn-primary path,
.b-ext .banner-lead-btn .btn-primary polygon,
.b-ext .banner-lead-btn .btn-primary polyline,
.b-ext .banner-lead-btn .btn-primary rect,
.b-ext .banner-lead-btn .btn-primary svg,
.b-ext .banner-lead-btn .btn-primary text,
.b-ext .banner-lead-btn .btn-primary use,
.b-ext .banner-lead-btn .btn-primary:hover circle,
.b-ext .banner-lead-btn .btn-primary:hover ellipse,
.b-ext .banner-lead-btn .btn-primary:hover image,
.b-ext .banner-lead-btn .btn-primary:hover line,
.b-ext .banner-lead-btn .btn-primary:hover path,
.b-ext .banner-lead-btn .btn-primary:hover polygon,
.b-ext .banner-lead-btn .btn-primary:hover polyline,
.b-ext .banner-lead-btn .btn-primary:hover rect,
.b-ext .banner-lead-btn .btn-primary:hover svg,
.b-ext .banner-lead-btn .btn-primary:hover text,
.b-ext .banner-lead-btn .btn-primary:hover use {
	fill: #fff;
}

.b-ext .banner-lead-btn .btn-revert {
	background: #ebebeb;
	border-color: #ebebeb;
	color: #3498db;
}

.b-ext .banner-lead-btn .btn-revert circle,
.b-ext .banner-lead-btn .btn-revert ellipse,
.b-ext .banner-lead-btn .btn-revert image,
.b-ext .banner-lead-btn .btn-revert line,
.b-ext .banner-lead-btn .btn-revert path,
.b-ext .banner-lead-btn .btn-revert polygon,
.b-ext .banner-lead-btn .btn-revert polyline,
.b-ext .banner-lead-btn .btn-revert rect,
.b-ext .banner-lead-btn .btn-revert svg,
.b-ext .banner-lead-btn .btn-revert text,
.b-ext .banner-lead-btn .btn-revert use {
	fill: #3498db;
}

.b-ext .banner-lead-btn .btn-revert:focus,
.b-ext .banner-lead-btn .btn-revert:hover {
	background: #2571a4;
	border-color: #2571a4;
	color: #ebebeb;
}

.b-ext .banner-lead-btn .btn-revert:focus circle,
.b-ext .banner-lead-btn .btn-revert:focus ellipse,
.b-ext .banner-lead-btn .btn-revert:focus image,
.b-ext .banner-lead-btn .btn-revert:focus line,
.b-ext .banner-lead-btn .btn-revert:focus path,
.b-ext .banner-lead-btn .btn-revert:focus polygon,
.b-ext .banner-lead-btn .btn-revert:focus polyline,
.b-ext .banner-lead-btn .btn-revert:focus rect,
.b-ext .banner-lead-btn .btn-revert:focus svg,
.b-ext .banner-lead-btn .btn-revert:focus text,
.b-ext .banner-lead-btn .btn-revert:focus use,
.b-ext .banner-lead-btn .btn-revert:hover circle,
.b-ext .banner-lead-btn .btn-revert:hover ellipse,
.b-ext .banner-lead-btn .btn-revert:hover image,
.b-ext .banner-lead-btn .btn-revert:hover line,
.b-ext .banner-lead-btn .btn-revert:hover path,
.b-ext .banner-lead-btn .btn-revert:hover polygon,
.b-ext .banner-lead-btn .btn-revert:hover polyline,
.b-ext .banner-lead-btn .btn-revert:hover rect,
.b-ext .banner-lead-btn .btn-revert:hover svg,
.b-ext .banner-lead-btn .btn-revert:hover text,
.b-ext .banner-lead-btn .btn-revert:hover use {
	fill: #ebebeb;
}

.b-ext .banner-lead-btn-picto,
.b-ext .banner-lead-responsive-picto,
.b-ext .page .btn-primary .banner-lead-btn-picto,
.b-ext .page .btn-primary .banner-lead-responsive-picto,
.b-ext .page .btn-primary:focus .banner-lead-btn-picto,
.b-ext .page .btn-primary:focus .banner-lead-responsive-picto,
.b-ext .page .btn-primary:hover .banner-lead-btn-picto,
.b-ext .page .btn-primary:hover .banner-lead-responsive-picto,
.b-ext .page .btn-revert .banner-lead-btn-picto,
.b-ext .page .btn-revert .banner-lead-responsive-picto {
	display: block;
	height: 24px;
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	width: 24px;
}

.b-ext .banner-lead-btn-picto img,
.b-ext .banner-lead-btn-picto svg,
.b-ext .banner-lead-responsive-picto img,
.b-ext .banner-lead-responsive-picto svg {
	display: inline-block;
	max-height: 24px;
	vertical-align: middle;
}

.b-ext .banner-lead-btn-picto+span,
.b-ext .banner-lead-responsive-picto+span {
	display: block;
	padding-left: 30px;
}

.b-ext .banner-lead-responsive-btn {
	display: inline-block;
	position: relative;
}

.b-ext .banner-lead-responsive-content .btn-primary circle,
.b-ext .banner-lead-responsive-content .btn-primary ellipse,
.b-ext .banner-lead-responsive-content .btn-primary image,
.b-ext .banner-lead-responsive-content .btn-primary line,
.b-ext .banner-lead-responsive-content .btn-primary path,
.b-ext .banner-lead-responsive-content .btn-primary polygon,
.b-ext .banner-lead-responsive-content .btn-primary polyline,
.b-ext .banner-lead-responsive-content .btn-primary rect,
.b-ext .banner-lead-responsive-content .btn-primary svg,
.b-ext .banner-lead-responsive-content .btn-primary text,
.b-ext .banner-lead-responsive-content .btn-primary use,
.b-ext .banner-lead-responsive-content .btn-primary:hover circle,
.b-ext .banner-lead-responsive-content .btn-primary:hover ellipse,
.b-ext .banner-lead-responsive-content .btn-primary:hover image,
.b-ext .banner-lead-responsive-content .btn-primary:hover line,
.b-ext .banner-lead-responsive-content .btn-primary:hover path,
.b-ext .banner-lead-responsive-content .btn-primary:hover polygon,
.b-ext .banner-lead-responsive-content .btn-primary:hover polyline,
.b-ext .banner-lead-responsive-content .btn-primary:hover rect,
.b-ext .banner-lead-responsive-content .btn-primary:hover svg,
.b-ext .banner-lead-responsive-content .btn-primary:hover text,
.b-ext .banner-lead-responsive-content .btn-primary:hover use {
	fill: #fff;
}

.b-ext .second-menu-title img,
.b-ext .second-menu-title svg {
	max-height: 25px;
	max-width: 25px;
	position: absolute;
	top: 20px;
}

@media (max-width:1199px) {

	.b-ext .second-menu-title img,
	.b-ext .second-menu-title svg {
		left: 0;
	}
}

@media (min-width:1200px) {

	.b-ext .second-menu-title img,
	.b-ext .second-menu-title svg {
		left: 15px;
	}
}

.b-ext .second-menu-title img,
.b-ext .second-menu-title img circle,
.b-ext .second-menu-title img ellipse,
.b-ext .second-menu-title img image,
.b-ext .second-menu-title img line,
.b-ext .second-menu-title img path,
.b-ext .second-menu-title img polygon,
.b-ext .second-menu-title img polyline,
.b-ext .second-menu-title img rect,
.b-ext .second-menu-title img text,
.b-ext .second-menu-title img use,
.b-ext .second-menu-title svg,
.b-ext .second-menu-title svg circle,
.b-ext .second-menu-title svg ellipse,
.b-ext .second-menu-title svg image,
.b-ext .second-menu-title svg line,
.b-ext .second-menu-title svg path,
.b-ext .second-menu-title svg polygon,
.b-ext .second-menu-title svg polyline,
.b-ext .second-menu-title svg rect,
.b-ext .second-menu-title svg text,
.b-ext .second-menu-title svg use {
	fill: #fff;
	max-height: 25px;
	max-width: 25px;
	vertical-align: middle;
}

@media (max-width:1199px) {
	.b-ext .second-menu>.dropdown-menu.owl-carousel.owl-loaded {
		border-top: 1px solid hsla(0, 0%, 100%, .6);
		display: block;
		margin-top: -1px;
		z-index: 1;
	}

	.b-ext .second-menu>.dropdown-menu.owl-carousel.owl-loaded .owl-nav {
		display: none;
	}
}

.b-ext .second-menu .dropdown-menu {
	border: none;
	margin: 0 auto;
	padding: 0;
}

@media (max-width:991px) {
	.b-ext .second-menu .dropdown-menu {
		position: relative;
		width: 100%;
	}

	.b-ext .second-menu .dropdown-menu.owl-loaded {
		display: none;
	}
}

@media (min-width:1200px) {
	.b-ext .second-menu .dropdown-menu {
		background: rgba(52, 152, 219, .85);
		min-width: 200px;
		position: absolute;
	}
}

@media (max-width:1199px) {
	.b-ext .second-menu .dropdown-menu li {
		background: none;
	}
}

@media (min-width:1200px) {
	.b-ext .second-menu .dropdown-menu li {
		background: hsla(0, 0%, 100%, .2);
		border-bottom: 1px solid hsla(0, 0%, 86%, .3);
		display: block;
		text-align: left;
	}

	.b-ext .second-menu .dropdown-menu li.last {
		border: none;
	}

	.b-ext .second-menu .dropdown-menu li a {
		white-space: normal;
	}

	.b-ext .second-menu .dropdown-menu li a:hover {
		text-decoration: none;
	}
}

@media (min-width:1200px) and (min-width:1200px) {
	.b-ext .second-menu .dropdown-menu li a:hover {
		background: rgba(52, 152, 219, .4);
	}
}

.b-ext .second-menu .dropdown-menu li a {
	color: #fff;
}

.b-ext .second-menu .dropdown-menu .owl-stage-outer {
	background: hsla(0, 0%, 100%, .1);
}

.b-ext .second-menu .dropdown-menu.open .arrow-up:after {
	border-bottom-color: #3498db;
}

@media (max-width:1199px) {
	.b-ext .second-menu .owl-stage {
		padding: 0 15px;
	}
}

.b-ext .second-menu .owl-item .dropdown .dropdown-title {
	padding: 20px 40px 20px 15px;
	position: relative;
	z-index: 1002;
}

@media (min-width:1200px) {
	.b-ext .second-menu .owl-item .dropdown.open .dropdown-menu {
		display: none;
	}
}

@media (max-width:1199px) {
	.b-ext .second-menu .owl-item .dropdown.open .dropdown-title {
		font-family: open_sansbold, Arial, Helvetica, sans-serif;
	}
}

.b-ext .second-menu .owl-item .dropdown.open a {
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:after,
.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:before,
.b-ext .second-menu .owl-item .dropdown.open .arrow-up:after,
.b-ext .second-menu .owl-item .dropdown.open .arrow-up:before {
	border: solid transparent;
	bottom: -2px;
	content: " ";
	height: 0;
	left: 0;
	margin: 0 auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 0;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up:after,
.b-ext .second-menu .owl-item .dropdown.open .arrow-up:before {
	z-index: 1;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up:before {
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
	border-width: 8px;
	margin: 0 auto;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up:after {
	border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #3498db;
	border-width: 7px;
	margin: 0 auto;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:after,
.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:before {
	z-index: 1002;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:after {
	border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) hsla(0, 0%, 100%, .1);
	border-width: 7px;
	margin: 0 auto;
}

.b-ext .second-menu .owl-item .dropdown.open .arrow-up-border:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 8px;
	margin: 0 auto;
}

.b-ext .second-menu .owl-item .dropdown .icoCharte-select {
	margin-top: -3px;
	position: absolute;
	right: 15px;
	top: 50%;
}

@media (max-width:1199px) {
	.b-ext .second-menu .owl-item .dropdown .icoCharte-select {
		right: 20px;
	}

	.b-ext .second-menu .owl-item .dropdown {
		position: static;
	}
}

@media (min-width:1200px) {

	.b-ext .second-menu .owl-item:hover .dropdown-menu,
	.b-ext .second-menu .owl-item:hover .open .dropdown-menu {
		display: block;
	}
}

@media (max-width:1199px) {
	.b-ext .second-menu .owl-item .second-menu-title-picto {
		padding: 20px 15px 20px 40px;
	}
}

@media (min-width:1200px) {
	.b-ext .second-menu .owl-item .second-menu-title-picto {
		padding: 20px 15px 20px 55px;
	}
}

.b-ext .map-department-dropdown .ico-collapse {
	background: url("/ext/build/images/collapse.9dc3526b.svg") no-repeat -15px -15px;
	display: block;
	height: 7px;
	margin-top: -3px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
}

.b-ext .map-department-dropdown .collapsed .ico-collapse {
	background-position: -15px 0;
	height: 14px;
	margin-top: -7px;
	width: 14px;
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover .widget-content {
		padding-left: calc(var(--font-size) * 3);
		padding-right: calc(var(--font-size) * 3);
	}
}

.b-ext .widget-cards-hover-container {
	margin-bottom: calc(var(--font-size) * 3);
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-container {
		column-gap: calc(var(--font-size) * 7);
		padding: 0;
	}
}

.b-ext .widget-cards-hover:not(.no-bg) .widget-cards-hover-item {
	box-shadow: none;
}

.b-ext .widget-cards-hover-item {
	border-radius: calc(var(--font-size) * .4);
	flex-direction: column;
	height: calc(var(--font-size) * 50);
	transition: box-shadow .3s ease-in-out;
}

@media (min-width:768px) and (max-width:992px) {
	.b-ext .widget-cards-hover-item {
		height: calc(var(--font-size) * 55);
	}
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-item {
		margin: 0 !important;
	}
}

@media (max-width:768px) {
	.b-ext .widget-cards-hover-item {
		height: auto;
	}
}

.b-ext .widget-cards-hover-item figure,
.b-ext .widget-cards-hover-item picture {
	height: 175%;
	position: static;
}

.b-ext .widget-cards-hover-item img {
	object-fit: cover;
}

@media (max-width:768px) {
	.b-ext .widget-cards-hover-item img {
		max-height: calc(var(--font-size) * 20);
		min-height: auto;
	}
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-item img {
		height: calc(var(--font-size) * 20);
	}
}

.b-ext .widget-cards-hover-text-v2 {
	background: #fff;
	display: flex;
	flex-direction: column;
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
	height: 100%;
	justify-content: space-between;
	transition: height .5s ease-in-out;
	z-index: 2;
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-text-v2 {
		bottom: 0;
		height: 60%;
		position: absolute;
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.b-ext .widget-cards-hover-text-v2 {
		overflow-y: auto;
	}
}

.b-ext .widget-cards-hover-text-v2 .infos h3 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 700;
	margin-bottom: calc(var(--font-size) * .5);
}

@media (max-width:768px) {
	.b-ext .widget-cards-hover-text-v2 .infos h3 {
		font-family: fieldwork-hum, sans-serif;
		font-size: calc(var(--font-size) * 1.6);
		font-weight: 700;
		margin-bottom: calc(var(--font-size) * .5);
	}
}

.b-ext .widget-cards-hover-text-v2.expanded {
	height: 90%;
}

@media (max-width:768px) {
	.b-ext .widget-cards-hover-text-v2.expanded {
		height: 100%;
	}
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-text-v2.expanded .widget-cards-hover-text-content-v2 .ezrichtext-field {
		-webkit-line-clamp: none;
		-webkit-box-orient: initial;
		display: initial;
		max-height: calc(var(--font-size) * 50);
		overflow: hidden;
	}
}

@media (max-width:768px) {
	.b-ext .widget-cards-hover-text-v2.expanded .widget-cards-hover-text-content-v2 .ezrichtext-field:not(.widget-cards-hover-title-v2) {
		display: block;
	}
}

.b-ext .widget-cards-hover-text-v2.expanded .widget-link {
	display: flex;
}

.b-ext .widget-cards-hover-text-v2.expanded .icon-cross {
	transform: rotate(45deg);
}

.b-ext .widget-cards-hover-text-content-v2 {
	padding: calc(var(--font-size) * 3) calc(var(--font-size) * 3) calc(var(--font-size) * 3) calc(var(--font-size) * 2);
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-text-content-v2 .ezrichtext-field {
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		max-height: calc(var(--font-size) * 8);
		overflow: hidden;
		transition: max-height 1.5s ease-in;
	}
}

.b-ext .widget-cards-hover-expand {
	display: flex;
	justify-content: flex-end;
	padding: 0 calc(var(--font-size) * 2) calc(var(--font-size) * 1.7);
}

.b-ext .widget-cards-hover-expand .icon-cross {
	transition: all .3s ease-in;
}

@media (min-width:768px) and (max-width:992px) {
	.b-ext .widget-cards-hover-expand {
		padding: 0 calc(var(--font-size) * 2) calc(var(--font-size) * 2);
	}
}

@media (min-width:992px) {
	.b-ext .widget-cards-hover-expand {
		display: none;
	}
}

.b-ext .widget-cards-hover .widget-cards-height {
	margin-bottom: calc(var(--font-size) * 1);
}

.b-ext .widget-cards-hover .widget-link {
	display: none;
	margin-top: calc(var(--font-size) * 4);
}

.b-ext .widget-cards-hover .widget-link .btn-primary {
	margin: 0 auto;
}

.b-ext .widget-cards-hover .effect-hover-disabled .widget-link {
	display: inherit;
}

.b-ext .widget-cards-hover .owl-dots {
	display: none;
}

@media (min-width:992px) {
	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover {
		height: 90%;
	}

	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-link {
		display: flex;
	}

	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .icon-cross {
		transform: rotate(45deg);
	}
}

@media (min-width:992px) and (max-width:768px) {
	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover {
		height: 100%;
	}
}

@media (min-width:992px) and (min-width:992px) {
	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-cards-hover-text-content-v2 .ezrichtext-field {
		-webkit-line-clamp: none;
		-webkit-box-orient: initial;
		display: initial;
		max-height: calc(var(--font-size) * 50);
		overflow: hidden;
	}
}

@media (min-width:992px) and (max-width:768px) {
	.b-ext :not(.template.a)>.widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-cards-hover-text-content-v2 .ezrichtext-field:not(.widget-cards-hover-title-v2) {
		display: block;
	}
}

@media (max-width:1200px) and (hover:none) {
	.b-ext .template.a .widget-cards-hover .widget-cards-hover-expand {
		display: flex;
	}

	.b-ext .template.a .widget-cards-hover .widget-cards-hover-text-v2 {
		overflow-y: auto;
	}
}

@media (min-width:992px) and (hover:hover) {
	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover {
		height: 90%;
	}

	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-link {
		display: flex;
	}

	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .icon-cross {
		transform: rotate(45deg);
	}
}

@media (min-width:992px) and (hover:hover) and (max-width:768px) {
	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover {
		height: 100%;
	}
}

@media (min-width:992px) and (hover:hover) and (min-width:992px) {
	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-cards-hover-text-content-v2 .ezrichtext-field {
		-webkit-line-clamp: none;
		-webkit-box-orient: initial;
		display: initial;
		max-height: calc(var(--font-size) * 50);
		overflow: hidden;
	}
}

@media (min-width:992px) and (hover:hover) and (max-width:768px) {
	.b-ext .template.a .widget-cards-hover .widget-cards-hover-item:not(.effect-hover-disabled) .widget-cards-hover-text-v2:hover .widget-cards-hover-text-content-v2 .ezrichtext-field:not(.widget-cards-hover-title-v2) {
		display: block;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.b-ext .template.a .widget-cards-hover:has(.btn-link) .widget-cards-hover-text-v2 {
		overflow-y: auto;
	}
}

.b-ext .template.a .widget-cards-hover:has(.btn-link) .widget-cards-hover-text-content-v2 {
	display: flex;
	flex-direction: column;
}

.b-ext .template.a .widget-cards-hover:has(.btn-link) .widget-link {
	align-items: flex-end;
	align-self: flex-end;
	display: flex;
	flex: 1;
}

.b-ext .template.a .widget-cards-hover:has(.btn-link) .widget-link .btn-link {
	font-family: fieldwork-hum, sans-serif !important;
	font-weight: 400 !important;
	text-decoration: none;
	text-transform: none;
}

.b-ext .template.a .widget-cards-hover:has(.btn-link) .widget-link .btn-link:after {
	background: url("/ext/build/images/chevron-orange.7c6cd011.svg") no-repeat;
	content: "";
	display: inline-block;
	height: calc(var(--font-size) * 1.1);
	margin-left: calc(var(--font-size) * .5);
	vertical-align: middle;
	width: calc(var(--font-size) * .6);
}

.b-ext .header .header-bar {
	background-color: #051426;
	border-bottom: none !important;
	z-index: 1051;
}

.b-ext .header .header-logo img {
	filter: invert(100%);
}

.b-ext .header .header-nav-content {
	background-color: #051426;
}

@media (max-width:1200px) {
	.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile {
		margin: 10px 0;
	}
}

.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile a {
	color: #fff !important;
	margin-top: 0;
	padding-bottom: 6px;
	padding-top: 2px;
}

.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile a .icoCharte {
	background: url("/ext/build/images/user_white.f7ec8f33.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile a:hover {
	color: #fff;
}

.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile a:hover .icoCharte {
	background: url("/ext/build/images/user_white.f7ec8f33.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-content .header-nav-item.header-nav-client-mobile a span {
	color: #fff !important;
	margin-left: 10px;
}

@media (max-width:1200px) {
	.b-ext .header .header-nav-content .header-nav-item.header-nav-locate a {
		padding-bottom: 70px;
	}
}

.b-ext .header .header-nav-content .header-nav-item a {
	color: #fff;
}

.b-ext .header .header-nav-content .header-nav-item a .icoCharte {
	background: url("/ext/build/images/arrow_white.56fe09ec.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-content .header-nav-item a:hover {
	color: #9cd3e1;
}

.b-ext .header .header-nav-content .header-nav-item a:hover .icoCharte {
	background: url("/ext/build/images/arrow_blue.45b47600.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a,
.b-ext .header .header-nav-content .header-nav-item a:focus {
	color: #fff;
}

.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a path,
.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a polygon {
	fill: #fff !important;
}

.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a:hover {
	color: #9cd3e1;
}

.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a:hover path,
.b-ext .header .header-nav-content .header-nav-item .dropdown-menu_content a:hover polygon {
	fill: #9cd3e1 !important;
}

.b-ext .header .header-nav-content .header-nav-item-generic img {
	filter: invert();
}

.b-ext .header .category-container__title {
	color: #fff;
}

.b-ext .header .header-nav-client a .icoCharte {
	background: url("/ext/build/images/user_white.f7ec8f33.svg") no-repeat 0 0 transparent !important;
}

.b-ext .header .header-nav-search .icoCharte {
	background: url("/ext/build/images/search_white.0dd8e1d7.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-search .ico-cross {
	background: url("/ext/build/images/cross_white.e8ef21dc.svg") no-repeat 0 0 transparent;
}

.b-ext .header .header-nav-search .header-search-bar.dropdown-menu .form-control {
	color: #fff;
}

@media (min-width:1200px) {
	.b-ext .header .img-logo-fiducial {
		display: block;
	}

	.b-ext .header .img-logo-fiducial-simple {
		display: none;
	}

	.b-ext .header .header-row {
		align-items: center;
		display: flex;
		flex-direction: row;
		height: calc(var(--font-size) * 4.4);
	}

	.b-ext .header .header-logo img {
		width: calc(var(--font-size) * 13.5);
	}

	.b-ext .header .header-nav {
		background-color: #051426;
		padding: 0;
	}

	.b-ext .header .header-nav .navbar-nav .header-nav-item>a {
		padding: 0 15px;
	}

	.b-ext .header .header-nav-content .header-nav-item a {
		font-family: MontserratRegular, sans-serif;
		font-size: calc(var(--font-size) * 1.2);
		padding: calc(var(--font-size) * 1);
	}

	.b-ext .header .header-nav-content .header-nav-item.open a.dropdown-toggle {
		color: #9cd3e1;
	}

	.b-ext .header .header-nav-content .header-nav-item.menu-actu .dropdown-menu_content .dropdown-menu li a {
		color: #fff;
	}

	.b-ext .header .header-nav-content .header-nav-item.menu-actu .dropdown-menu_content .dropdown-menu li a:hover {
		color: #9cd3e1;
	}

	.b-ext .header .header-nav-content .header-nav-item {
		border: none;
	}

	.b-ext .header .header-nav-client-desktop {
		display: block;
	}

	.b-ext .header .header-nav-client-mobile {
		display: none;
	}

	.b-ext .header .header-nav-client {
		line-height: calc(var(--font-size) * 4.4);
		margin-left: auto;
		padding: 0;
		position: relative;
	}

	.b-ext .header .header-nav-client a {
		color: #fff;
		font-family: MontserratSemiBold, sans-serif;
		font-size: calc(var(--font-size) * 1.1);
	}

	.b-ext .header .header-nav-search,
	.b-ext .header .header-nav-search .header-nav-search-item {
		border: none;
	}

	.b-ext .header .header-nav-search .header-search-bar.dropdown-menu {
		border: none;
		bottom: calc(var(--font-size) * .6);
		left: 0;
		margin: 0 auto;
		padding-top: calc(var(--font-size) * .6);
		right: 0;
		width: calc(var(--font-size) * 80);
	}

	.b-ext .header .header-search_content {
		padding: calc(var(--font-size) * .3) calc(var(--font-size) * 1.5) 0 calc(var(--font-size) * 4.5);
	}
}

@media (max-width:1200px) {
	.b-ext .header .img-logo-fiducial {
		display: none;
	}

	.b-ext .header .img-logo-fiducial-simple {
		display: block;
	}

	.b-ext .header .header-nav-client-desktop {
		display: none;
	}

	.b-ext .header .header-nav-client-mobile {
		border: none;
		display: block;
	}

	.b-ext .header .header-nav-client-mobile a span {
		color: #fff;
		font-family: MontserratSemiBold, sans-serif;
		font-size: 11px;
		line-height: 37px;
	}

	.b-ext .header .container {
		margin: 0;
		width: 100%;
	}

	.b-ext .header .header-bar {
		border-bottom: 1px solid #e1e1e1;
	}

	.b-ext .header .header-bar .navbar-toggle {
		padding: calc(var(--font-size) * .7) 0;
	}

	.b-ext .header .header-bar .header-content {
		align-items: flex-end;
		background-color: #051426;
		border-bottom: none;
		height: calc(var(--font-size) * 8.5);
		justify-content: space-between;
		padding-bottom: calc(var(--font-size) * 2.2);
	}

	.b-ext .header .header-nav-content .header-nav-item a {
		border-bottom: 1px solid hsla(0, 0%, 100%, .25);
		margin: 0 calc(var(--font-size) * 2);
	}

	.b-ext .header .header-nav-content .header-nav-item .dropdown-menu.header-nav-content {
		display: none;
	}

	.b-ext .header .header-nav-content .header-nav-item .dropdown-menu.header-nav-content.element-open {
		display: block;
		overflow-x: hidden;
		padding-left: calc(var(--font-size) * 1.5);
	}

	.b-ext .header .header-nav {
		border-top: 1px solid #e1e1e1;
		height: calc(100vh - calc(var(--font-size) * 8.5)) !important;
		transition: top .15s ease;
	}

	.b-ext .header .header-nav.in {
		top: calc(var(--font-size) * 8.5);
	}

	.b-ext .header .header-nav .navbar-nav {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.b-ext .header .header-nav .navbar-nav .header-nav-item {
		position: relative;
	}

	.b-ext .header .header-nav .header-nav-content {
		overflow-y: auto;
	}

	.b-ext .header .header-nav .dropdown.open .dropdown-menu {
		position: relative;
	}

	.b-ext .header .header-nav .dropdown-menu {
		transition: none;
	}

	.b-ext .header .header-nav .dropdown.open a>.icoCharte:not(.icoCharte-search) {
		margin-top: calc(var(--font-size) * -.5);
		transform: rotate(180deg);
	}

	.b-ext .header .header-nav .dropdown a>.icoCharte:not(.icoCharte-search) {
		transform: rotate(0deg);
	}

	.b-ext .header .header-nav .dropdown-menu li.back {
		display: none;
	}

	.b-ext .header .header-nav .dropdown-menu>ul {
		margin-right: calc(var(--font-size) * 1.5);
	}

	.b-ext .header .header-nav-btn .icon-bar {
		background-color: #fff;
	}

	.header .header-nav-btn .text-menu {
		display: none;
	}

	.b-ext .header .header-nav-search {
		background-color: #051426;
		cursor: pointer;
		flex: 1 1 auto;
		margin-top: -1px;
		padding-top: 4px;
	}

	.b-ext .header .header-nav-search .navbar-nav {
		overflow: hidden;
	}

	.b-ext .header .header-nav-search .navbar-nav .header-nav-item {
		position: inherit;
	}

	.b-ext .header .header-nav-search .navbar-nav .header-nav-item .header-search-bar {
		position: absolute;
		top: 0;
	}

	.b-ext .header .header-nav-search a.header-search,
	.b-ext .header .header-nav-search a.header-search:hover {
		background-color: #051426;
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn .icon-bar {
		margin-top: calc(var(--font-size) * -.2);
		transition: all .3s ease;
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn .icon-bar:first-child {
		transform: rotate(45deg);
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn .icon-bar:nth-child(2) {
		display: none;
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn .icon-bar:nth-child(3) {
		transform: rotate(-45deg);
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn.collapsed .icon-bar {
		margin-top: calc(var(--font-size) * .4);
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn.collapsed .icon-bar:first-child {
		transform: rotate(0deg);
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn.collapsed .icon-bar:nth-child(2) {
		display: block;
	}

	.b-ext .header .offer_page_v2_menu .header-nav-btn.collapsed .icon-bar:nth-child(3) {
		transform: rotate(0deg);
	}
}

@media (max-width:1200px) and (max-width:992px) {
	.b-ext .header .header-bar .header-content .header-logo img {
		max-width: calc(var(--font-size) * 2.6);
	}
}

@media (max-width:768px) {
	.b-ext .header .header-content {
		padding: 0 calc(var(--font-size) * 1.5) calc(var(--font-size) * 2.2);
	}

	.b-ext .header .header-item {
		padding: 0;
	}

	.b-ext .header .header-nav {
		left: -100%;
		width: 100%;
	}

	.b-ext .header .header-nav.in {
		left: 0;
	}

	.b-ext .header .header-nav .header-nav-content .dropdown-menu.header-nav-content.element-open {
		background-color: #051426;
		width: 100%;
	}

	.b-ext .header .header-nav .header-nav-content .dropdown-menu.header-nav-content.element-open li>a {
		color: #fff;
	}

	.b-ext .header .header-nav .header-nav-search .dropdown.open .dropdown-menu {
		background-color: #051426;
		width: 100%;
	}

	.b-ext .header .header-nav-client {
		margin: 0;
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.b-ext .header .header-nav-client {
		margin: -6px 0;
	}
}

.b-ext #footer {
	background: transparent linear-gradient(90deg, #26a38d, #207a9f 53%, #9f2a70) 0 0 no-repeat padding-box;
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

@media (min-width:992px) {
	.b-ext #footer:has(form) {
		margin-top: calc(var(--font-size) * 37);
	}
}

.b-ext #footer .container .row {
	padding: calc(var(--font-size) * 7) calc(var(--font-size) * 3.5) calc(var(--font-size) * 2);
}

@media (min-width:992px) {
	.b-ext #footer .container .row {
		padding: calc(var(--font-size) * 6) 0 calc(var(--font-size) * 4.5);
	}
}

.b-ext #footer .img-responsive {
	filter: brightness(0) invert(1);
	margin-bottom: calc(var(--font-size) * 6);
}

.b-ext #footer #footer-form .bg {
	background-color: #e4eff3;
}

@media (min-width:992px) {
	.b-ext #footer .form-row {
		display: flex;
	}

	.b-ext #footer .form-row>nav {
		width: 55%;
	}

	.b-ext #footer .form-row>div {
		width: 45%;
	}

	.b-ext #footer .form-row #footer-form {
		margin-bottom: calc(var(--font-size) * -47);
		transform: translateY(calc(var(--font-size) * -47));
	}
}

.b-ext #footer .menuBottom {
	margin-bottom: calc(var(--font-size) * 2);
}

@media (min-width:992px) {
	.b-ext #footer .menuBottom {
		margin-bottom: calc(var(--font-size) * 6);
	}
}

.b-ext #footer .menuBottom ul {
	display: flex;
	flex-direction: column;
	row-gap: calc(var(--font-size) * 1.5);
}

@media (min-width:992px) {
	.b-ext #footer .menuBottom ul {
		align-items: stretch;
		column-gap: calc(var(--font-size) * 2);
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.b-ext #footer .menuBottom ul li {
	border-right: none;
	font-size: calc(var(--font-size) * 1.4);
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.b-ext #footer .menuBottom ul li {
		width: 25%;
	}

	.b-ext #footer .footer-bottom-wrapper {
		padding-right: calc(var(--font-size) * 6);
	}
}

.b-ext #footer .footer-bottom {
	align-items: center;
	border-top: calc(var(--font-size) * .1) solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: calc(var(--font-size) * 2);
}

@media (min-width:992px) {
	.b-ext #footer .footer-bottom {
		align-items: normal;
		flex-direction: row;
	}
}

.b-ext #footer .footer-bottom .social-media-list {
	column-gap: calc(var(--font-size) * 3.5);
	display: flex;
	margin: 0;
}

.b-ext #footer .footer-bottom .social-media-list li {
	padding: 0;
}

.b-ext #footer .footer-bottom .social-media-list svg path,
.b-ext #footer .footer-bottom .social-media-list svg rect {
	fill: #fff;
}

.b-ext #footer #copyright {
	align-items: flex-end;
	display: flex;
}

@media (max-width:992px) {
	.b-ext #footer #copyright {
		margin-top: calc(var(--font-size) * 7);
	}
}

.b-ext #footer #copyright p {
	color: #fff;
	line-height: calc(var(--font-size) * 1);
	margin: 0;
}

.b-ext .footer-form-mobile .bg {
	background-color: #e4eff3;
}

.b-ext .banner-lead-form.footer-form-desktop,
.b-ext .editorial-v2.footer-form-desktop,
.b-ext .offer_page_v2.template.b .modal-lead.footer-form-desktop,
.b-ext .template.footer-form-desktop {
	display: none;
}

@media (min-width:992px) {

	.b-ext .banner-lead-form.footer-form-desktop,
	.b-ext .editorial-v2.footer-form-desktop,
	.b-ext .offer_page_v2.template.b .modal-lead.footer-form-desktop,
	.b-ext .template.footer-form-desktop {
		display: block;
	}

	.b-ext .banner-lead-form.footer-form-mobile,
	.b-ext .editorial-v2.footer-form-mobile,
	.b-ext .offer_page_v2.template.b .modal-lead.footer-form-mobile,
	.b-ext .template.footer-form-mobile {
		display: none;
	}
}

.b-ext .banner-lead-form:not(:has(#pop-up-exit)) .bg,
.b-ext .editorial-v2:not(:has(#pop-up-exit)) .bg,
.b-ext .offer_page_v2.template.b .modal-lead:not(:has(#pop-up-exit)) .bg,
.b-ext .template:not(:has(#pop-up-exit)) .bg {
	border-radius: calc(var(--font-size) * .4);
	padding-top: calc(var(--font-size) * 2);
}

@media (min-width:992px) {

	.b-ext .banner-lead-form:not(:has(#pop-up-exit)) .bg,
	.b-ext .editorial-v2:not(:has(#pop-up-exit)) .bg,
	.b-ext .offer_page_v2.template.b .modal-lead:not(:has(#pop-up-exit)) .bg,
	.b-ext .template:not(:has(#pop-up-exit)) .bg {
		padding: calc(var(--font-size) * 2.5) calc(var(--font-size) * 10) calc(var(--font-size) * 3);
	}
}

.b-ext .banner-lead-form .title,
.b-ext .editorial-v2 .title,
.b-ext .offer_page_v2.template.b .modal-lead .title,
.b-ext .template .title {
	background: transparent;
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 3.4);
	font-weight: 600;
	padding: 0;
}

@media (min-width:992px) {

	.b-ext .banner-lead-form .title,
	.b-ext .editorial-v2 .title,
	.b-ext .offer_page_v2.template.b .modal-lead .title,
	.b-ext .template .title {
		font-size: calc(var(--font-size) * 4.8);
	}
}

.b-ext .banner-lead-form .title:before,
.b-ext .editorial-v2 .title:before,
.b-ext .offer_page_v2.template.b .modal-lead .title:before,
.b-ext .template .title:before {
	content: none;
}

@media (min-width:992px) {

	.b-ext .banner-lead-form form,
	.b-ext .editorial-v2 form,
	.b-ext .offer_page_v2.template.b .modal-lead form,
	.b-ext .template form {
		padding: 0;
	}
}

.b-ext .banner-lead-form form .error-content,
.b-ext .editorial-v2 form .error-content,
.b-ext .offer_page_v2.template.b .modal-lead form .error-content,
.b-ext .template form .error-content {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
	left: calc(var(--font-size) * 1.5);
	margin-top: calc(var(--font-size) * -1.2);
	right: unset;
}

.b-ext .banner-lead-form .form-group,
.b-ext .editorial-v2 .form-group,
.b-ext .offer_page_v2.template.b .modal-lead .form-group,
.b-ext .template .form-group {
	background: #fff;
	margin-bottom: calc(var(--font-size) * 2);
	padding-bottom: 0;
}

.b-ext .banner-lead-form .form-group~div:not(.form-group),
.b-ext .editorial-v2 .form-group~div:not(.form-group),
.b-ext .offer_page_v2.template.b .modal-lead .form-group~div:not(.form-group),
.b-ext .template .form-group~div:not(.form-group) {
	display: flex;
}

.b-ext .banner-lead-form .form-group.active label,
.b-ext .editorial-v2 .form-group.active label,
.b-ext .offer_page_v2.template.b .modal-lead .form-group.active label,
.b-ext .template .form-group.active label {
	color: #7b90a5;
	font-size: calc(var(--font-size) * 1);
	top: calc(var(--font-size) * -1.5);
}

.b-ext .banner-lead-form .form-group label,
.b-ext .editorial-v2 .form-group label,
.b-ext .offer_page_v2.template.b .modal-lead .form-group label,
.b-ext .template .form-group label {
	background: none;
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 1.6);
	font-weight: 300;
	line-height: calc(var(--font-size) * 5);
}

.b-ext .banner-lead-form .form-group .form-control,
.b-ext .editorial-v2 .form-group .form-control,
.b-ext .offer_page_v2.template.b .modal-lead .form-group .form-control,
.b-ext .template .form-group .form-control {
	height: calc(var(--font-size) * 5);
}

.b-ext .banner-lead-form .form-group input,
.b-ext .editorial-v2 .form-group input,
.b-ext .offer_page_v2.template.b .modal-lead .form-group input,
.b-ext .template .form-group input {
	border: none;
	font-size: calc(var(--font-size) * 1.6);
	padding-top: calc(var(--font-size) * .3);
}

.b-ext .banner-lead-form .form-btn,
.b-ext .editorial-v2 .form-btn,
.b-ext .offer_page_v2.template.b .modal-lead .form-btn,
.b-ext .template .form-btn {
	margin: 0 auto;
}

.b-ext .banner-lead-form .form-btn .btn-primary,
.b-ext .editorial-v2 .form-btn .btn-primary,
.b-ext .offer_page_v2.template.b .modal-lead .form-btn .btn-primary,
.b-ext .template .form-btn .btn-primary {
	text-transform: capitalize !important;
}

.b-ext .banner-lead-form .rgpd-mention,
.b-ext .banner-lead-form .rgpd-mention-modal,
.b-ext .editorial-v2 .rgpd-mention,
.b-ext .editorial-v2 .rgpd-mention-modal,
.b-ext .offer_page_v2.template.b .modal-lead .rgpd-mention,
.b-ext .offer_page_v2.template.b .modal-lead .rgpd-mention-modal,
.b-ext .template .rgpd-mention,
.b-ext .template .rgpd-mention-modal {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 1);
	font-weight: 300;
	margin-top: calc(var(--font-size) * 2);
	padding-bottom: 0;
	text-align: center;
}

@media (max-width:992px) {

	.b-ext .editorial-v2 .modal-lead .modal-dialog,
	.b-ext .offer_page_v2.template.b .modal-lead .modal-dialog,
	.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-dialog,
	.b-ext .template .modal-lead .modal-dialog {
		max-width: calc(var(--font-size) * 40);
	}
}

@media (min-width:992px) {

	.b-ext .editorial-v2 .modal-lead .modal-dialog,
	.b-ext .offer_page_v2.template.b .modal-lead .modal-dialog,
	.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-dialog,
	.b-ext .template .modal-lead .modal-dialog {
		width: calc(var(--font-size) * 50);
	}
}

.b-ext .editorial-v2 .modal-lead .modal-content,
.b-ext .editorial-v2 .modal-lead .modal-header,
.b-ext .offer_page_v2.template.b .modal-lead .modal-content,
.b-ext .offer_page_v2.template.b .modal-lead .modal-header,
.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-content,
.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-header,
.b-ext .template .modal-lead .modal-content,
.b-ext .template .modal-lead .modal-header {
	background-color: #e4eff3;
	border-radius: calc(var(--font-size) * .4);
}

.b-ext .editorial-v2 .modal-lead .banner-lead-form .modal-title,
.b-ext .offer_page_v2.template.b .modal-lead .banner-lead-form .modal-title,
.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .banner-lead-form .modal-title,
.b-ext .template .modal-lead .banner-lead-form .modal-title {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 3.8);
	font-weight: 600;
}

.b-ext .editorial-v2 .modal-lead .modal-body,
.b-ext .offer_page_v2.template.b .modal-lead .modal-body,
.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-body,
.b-ext .template .modal-lead .modal-body {
	padding: calc(var(--font-size) * 2);
}

@media (min-width:992px) {

	.b-ext .editorial-v2 .modal-lead .modal-body,
	.b-ext .offer_page_v2.template.b .modal-lead .modal-body,
	.b-ext .popin-zc-v2 .banner-lead-form .modal-lead .modal-body,
	.b-ext .template .modal-lead .modal-body {
		padding: calc(var(--font-size) * 2) calc(var(--font-size) * 10);
	}
}

@media (max-width:768px) {

	.b-ext .editorial-v2 .banner-lead-btn-both,
	.b-ext .editorial-v2 .template.b .modal-lead .form-btn,
	.b-ext .offer_page_v2.template.b .banner-lead-btn-both,
	.b-ext .offer_page_v2.template.b .template.b .modal-lead .form-btn,
	.b-ext .popin-zc-v2 .banner-lead-form .banner-lead-btn-both,
	.b-ext .popin-zc-v2 .banner-lead-form .template.b .modal-lead .form-btn,
	.b-ext .template .banner-lead-btn-both,
	.b-ext .template .template.b .modal-lead .form-btn {
		align-items: flex-start;
		flex-direction: column;
	}

	.b-ext .banner-lead-text {
		padding: 0 calc(var(--font-size) * 1.5) calc(var(--font-size) * 3);
	}
}

@media (min-width:768px) {
	.b-ext .banner-lead.bg {
		padding: calc(var(--font-size) * 6) 0;
	}

	.b-ext .banner-lead-text {
		padding: 0;
	}

	.b-ext .banner-lead-text+.banner-lead-form {
		padding: calc(var(--font-size) * 4) 0 0 calc(var(--font-size) * 7);
	}

	.b-ext .banner-lead-text+.banner-lead-form .banner-lead-form-content {
		padding: 0;
	}

	.b-ext .banner-lead>.row>.container>.row {
		align-items: center;
	}
}

.b-ext .banner-lead-form .title {
	font-size: calc(var(--font-size) * 3.8);
}

.b-ext .banner-lead-form .btn-primary span {
	text-transform: none;
}

.b-ext .banner-lead-text-content .commercial_hook {
	border-left: calc(var(--font-size) * .3) solid #e6574d;
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 400;
	margin-top: calc(var(--font-size) * 4);
	padding-left: calc(var(--font-size) * 1.6);
}

@media (max-width:768px) {
	.b-ext .banner-lead-text-content .commercial-buttons {
		display: flex;
		flex-direction: column;
	}
}

.b-ext .banner-lead-text-content .btn-primary {
	text-transform: unset !important;
}

.b-ext .banner-lead-text-content .btn-youtube {
	margin-top: calc(var(--font-size) * 7.5);
}

@media (max-width:768px) {
	.b-ext .banner-lead-text-content .btn-youtube {
		margin-left: 0;
		margin-top: calc(var(--font-size) * 1.5);
	}
}

.b-ext .banner-lead-text-content .btn-revert {
	border-color: #fff;
	color: #fff !important;
	text-transform: capitalize;
}

@media (min-width:768px) {
	.b-ext .banner-lead-text-content .btn-revert {
		background-color: #e6574d;
		border: none;
	}
}

.b-ext .banner-lead #formAppearButton,
.b-ext .banner-lead .disappear-cross {
	display: none;
}

@media (max-width:768px) {
	.b-ext .banner-lead #formAppearButton {
		display: initial;
		margin-left: 0;
		margin-top: calc(var(--font-size) * 3);
	}
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-content {
	padding: calc(var(--font-size) * 6.5);
}

@media (max-width:768px) {
	.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-content {
		padding: calc(var(--font-size) * 7) calc(var(--font-size) * 1.5);
	}
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto {
	border-bottom: 1px solid rgba(123, 144, 165, .5);
	column-gap: calc(var(--font-size) * 5);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: calc(var(--font-size) * 5.5);
	row-gap: calc(var(--font-size) * 4);
}

@media (max-width:768px) {
	.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto {
		column-gap: 0;
		flex-direction: column;
		padding: 0 0 calc(var(--font-size) * 6.5);
		row-gap: calc(var(--font-size) * 2.5);
	}
}

@media (min-width:768px) {
	.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto-item {
		width: calc(33% - calc(var(--font-size) * 3.3));
	}
}

@media (max-width:768px) {
	.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto-item>div {
		display: flex;
	}
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto .ezrichtext-field {
	text-align: left;
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picture {
	height: calc(var(--font-size) * 6) !important;
	width: calc(var(--font-size) * 6) !important;
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-blocs-picto-left .widget-blocs-picto-content-picture {
	padding-left: calc(var(--font-size) * 10.5);
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-border {
	display: none;
}

.b-ext div:not(.content_page)>.widget-blocs-picto-parent .widget-surtitle {
	margin-bottom: 0;
}

.b-ext #second-menu {
	background: hsla(0, 0%, 100%, .8);
	box-shadow: 0 0 calc(var(--font-size) * .5) rgba(0, 0, 0, .12);
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
	z-index: 1050;
}

.b-ext #second-menu.navbar-fixed-top:before {
	backdrop-filter: saturate(150%) blur(calc(var(--font-size) * 4));
	bottom: 0;
	content: "";
	display: initial;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.b-ext #second-menu.navbar-fixed-top .dropdown-menu {
	backdrop-filter: saturate(150%) blur(calc(var(--font-size) * 4));
	background: inherit;
	background-clip: initial;
	box-shadow: none;
}

.b-ext #second-menu .second-menu__logo {
	align-content: center;
	max-width: calc(var(--font-size) * 14);
}

@media (max-width:768px) {
	.b-ext #second-menu .second-menu__logo {
		display: block;
		height: 0;
		width: 0;
	}
}

.b-ext #second-menu .list-unstyled {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.b-ext #second-menu .list-unstyled {
		margin: 0 auto;
		width: 750px;
	}
}

@media (min-width:992px) {
	.b-ext #second-menu .list-unstyled {
		flex-direction: row;
		width: 970px;
	}
}

@media (min-width:1200px) {
	.b-ext #second-menu .list-unstyled {
		width: calc(var(--font-size) * 110);
	}
}

.b-ext #second-menu .list-unstyled li a {
	display: flex;
	gap: calc(var(--font-size) * 1.5);
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5);
}

.b-ext #second-menu .list-unstyled li a .image-svg,
.b-ext #second-menu .list-unstyled li a span {
	display: flex;
	flex: 1;
	max-width: calc(var(--font-size) * 2.5);
}

.b-ext #second-menu .list-unstyled .dropdown {
	cursor: default;
}

@media (max-width:992px) {
	.b-ext #second-menu .list-unstyled .dropdown.open .dropdown-menu {
		box-shadow: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.b-ext #second-menu .list-unstyled .dropdown.open .dropdown-menu li>a {
		padding: 0 calc(var(--font-size) * 1.5) calc(var(--font-size) * 2);
	}

	.b-ext #second-menu .list-unstyled .dropdown.open .dropdown-menu li>a .dropdown-item-text {
		text-wrap: initial;
		display: flex;
		flex: 1;
		padding-top: calc(var(--font-size) * .5);
	}
}

@media (min-width:992px) {
	.b-ext #second-menu .list-unstyled .dropdown:hover .dropdown-menu {
		display: block;
	}

	.b-ext #second-menu .list-unstyled .dropdown:hover .dropdown-menu li>a .dropdown-item-text {
		text-wrap: initial;
		display: flex;
		flex: 1;
	}
}

.b-ext #second-menu .list-unstyled .dropdown .dropdown-title {
	align-items: center;
	display: flex;
	gap: calc(var(--font-size) * 1);
	justify-content: space-between;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 2) calc(var(--font-size) * 2) calc(var(--font-size) * 1.5);
	position: relative;
}

.b-ext #second-menu .list-unstyled .dropdown .dropdown-title svg {
	height: calc(var(--font-size) * 1);
}

.b-ext #second-menu .second-menu-title {
	display: none;
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

@media (min-width:992px) {
	.b-ext #second-menu .second-menu-title {
		display: flex;
	}
}

.b-ext #second-menu .second-menu-title a:not(:hover) {
	color: #000 !important;
}

.b-ext #second-menu .second-menu-title-phone {
	color: #000;
	display: flex;
	line-height: calc(var(--font-size) * 2.5);
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5);
}

.b-ext #second-menu .second-menu-title-phone img {
	margin: calc(var(--font-size) * .6) calc(var(--font-size) * .8) 0;
	max-height: calc(var(--font-size) * 1);
	max-width: calc(var(--font-size) * 1);
	position: static;
}

.b-ext #second-menu .second-menu-title-mobile {
	display: block;
	padding: calc(var(--font-size) * 1.8) calc(var(--font-size) * 1.5);
	position: relative;
	width: 100%;
}

.b-ext #second-menu .second-menu-title-mobile .mobile-dropdown-justify-content {
	display: flex;
	justify-content: space-between;
}

@media (max-width:992px) {
	.b-ext #second-menu .second-menu-title-mobile .mobile-dropdown-justify-content svg {
		max-width: calc(var(--font-size) * 10);
	}
}

.b-ext #second-menu .second-menu-title-mobile .mobile-phone-block {
	padding-top: calc(var(--font-size) * .5);
}

@media (max-width:992px) {
	.b-ext #second-menu .second-menu-title-mobile .mobile-phone-block a {
		display: initial;
	}

	.b-ext #second-menu .second-menu-title-mobile .mobile-phone-block img {
		margin: 0 calc(var(--font-size) * .2) calc(var(--font-size) * .4) 0;
		max-height: calc(var(--font-size) * 1);
		max-width: calc(var(--font-size) * 1);
		position: static;
	}
}

.b-ext #second-menu .second-menu-title-mobile-item {
	display: block;
	padding: 0;
	position: relative;
}

.b-ext #second-menu .second-menu-title-mobile .mobile-title-block {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.b-ext #second-menu .second-menu-title-mobile .mobile-title-block path,
.b-ext #second-menu .second-menu-title-mobile .mobile-title-block svg {
	fill: #000;
	position: static;
}

@media (min-width:992px) {
	.b-ext #second-menu .second-menu-title-mobile {
		display: none;
	}
}

.b-ext #second-menu .mobile-hidden-navlinks {
	display: flex;
	flex-direction: column;
}

@media (max-width:992px) {
	.b-ext #second-menu .mobile-hidden-navlinks>li {
		backdrop-filter: saturate(150%) blur(calc(var(--font-size) * 4));
		background: inherit;
		background-clip: initial;
		box-shadow: none;
		position: relative;
	}

	.b-ext #second-menu .mobile-hidden-navlinks>li:before {
		border-bottom: calc(var(--font-size) * .1) solid #051426;
		content: "";
		height: calc(var(--font-size) * .1);
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 92%;
	}
}

@media (min-width:992px) {
	.b-ext #second-menu .mobile-hidden-navlinks {
		align-items: center;
		flex-direction: row;
	}
}

.b-ext #second-menu .dropdown-menu {
	background: #fff;
}

@media (max-width:992px) {
	.b-ext #second-menu .dropdown-menu li {
		width: 50%;
	}
}

.b-ext #second-menu .dropdown-menu li a {
	white-space: normal;
}

.b-ext #second-menu .dropdown-menu li a:hover {
	background: hsla(0, 0%, 100%, .4);
}

.b-ext #second-menu .dropdown-title,
.b-ext #second-menu .second-menu-title-mobile,
.b-ext #second-menu a:not(.btn-primary) {
	color: #000;
}

.b-ext .btn-plus {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: calc(var(--font-size) * 3.3);
	justify-content: center;
	padding: 0;
	width: calc(var(--font-size) * 3.3);
}

.b-ext .btn-primary,
.b-ext .btn-revert {
	border-radius: calc(var(--font-size) * .4);
	font-size: calc(var(--font-size) * 1.8);
	margin: 0 auto;
	padding: calc(var(--font-size) * 1.2) calc(var(--font-size) * 2);
	text-transform: capitalize !important;
}

.b-ext .btn-primary,
.b-ext .btn-primary span,
.b-ext .btn-revert,
.b-ext .btn-revert span {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

.b-ext .btn-primary {
	border: none !important;
}

.b-ext .widget h1,
.b-ext .widget h2,
.b-ext .widget h3,
.b-ext .widget h4,
.b-ext .widget h5,
.b-ext .widget h6 {
	margin: 0;
}

.b-ext .widget .widget-surtitle {
	margin-bottom: calc(var(--font-size) * 2);
}

.b-ext .widget .widget-surtitle p {
	color: #7b90a5;
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 300;
	text-transform: uppercase;
}

.b-ext .widget.night span>p {
	color: inherit;
}

.b-ext .widget.night .widget-surtitle p {
	color: #fff;
}

.b-ext .widget-content {
	padding: calc(var(--font-size) * 10) 0;
}

@media (min-width:768px) {
	.b-ext .widget-content {
		padding: calc(var(--font-size) * 7) 0;
	}
}

.b-ext .widget-content h2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

.b-ext .widget-content>div:not(.widget-title)>h2 {
	margin-bottom: calc(var(--font-size) * 2.5);
}

.b-ext .widget-content .widget-title {
	margin-bottom: calc(var(--font-size) * 6.5);
}

.b-ext .widget .owl-dot:has(.hidden-dot) {
	display: none;
}

@media (min-width:480px) {
	.b-ext .widget .hide-dots .owl-dots {
		display: none !important;
	}
}

@media (min-width:768px) {
	.b-ext .widget-avis {
		padding-bottom: calc(var(--font-size) * 13);
	}
}

.b-ext .widget-avis.no-bg .widget-content {
	background: #f4f9fa;
	transition: box-shadow .3s ease-in-out;
}

.b-ext .widget-avis.no-bg .widget-content:hover {
	box-shadow: 0 0 calc(var(--font-size) * 4.5) #d6d6d6;
}

.b-ext .widget-avis-content {
	padding: 0 15%;
}

@media (max-width:768px) {
	.b-ext .widget-avis-content {
		padding: 0 calc(var(--font-size) * 1.5);
	}
}

.b-ext .widget-avis-content-middle .ezstring-field,
.b-ext .widget-avis-content-middle span {
	font-family: stix-two-text, sans-serif;
	font-style: italic;
	font-weight: 300;
}

@media (min-width:768px) {

	.b-ext .widget-avis-content-middle .ezstring-field,
	.b-ext .widget-avis-content-middle span {
		font-size: calc(var(--font-size) * 4.2);
	}
}

.b-ext .widget-avis-content-bottom {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

@media (min-width:768px) {
	.b-ext .widget-avis-content-bottom {
		font-size: calc(var(--font-size) * 2.8);
	}
}

.b-ext .widget-avis-content-bottom .middle {
	margin: 0 calc(var(--font-size) * 2);
}

.b-ext .widget-avis .rating-container .empty-stars {
	color: #bce0fd;
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent+.clearfix+.widget-blocs-picto-parent .widget-content {
		padding-top: 0;
	}
}

.b-ext .widget-blocs-picto-parent+.clearfix+.widget-blocs-picto-parent .widget-content:has(.picto-card) {
	padding: 0 0 calc(var(--font-size) * 10);
}

.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent) .blocs-picto-items:has(.picto-card) {
	margin-bottom: 0;
}

.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent) .blocs-picto-items:has(.picto-card) .row {
	margin-bottom: 0;
}

.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent) .widget-content {
	padding-bottom: calc(var(--font-size) * 2);
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent) .widget-content {
		padding-bottom: 0;
	}

	.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent) .widget-content:has(.widget-title) {
		padding-top: calc(var(--font-size) * 7);
	}
}

.b-ext .widget-blocs-picto-parent:has(+.clearfix+.widget-blocs-picto-parent .widget-title) .widget-content:has(.picto-card) {
	margin-bottom: calc(var(--font-size) * 7);
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container {
		display: flex;
		flex-direction: column;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-2,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-3,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-5,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-6 {
	flex: 1 1 0;
}

@media (max-width:992px) {

	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-2:not(:last-child),
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-3:not(:last-child),
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4:not(:last-child),
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-5:not(:last-child),
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-6:not(:last-child) {
		margin-bottom: calc(var(--font-size) * 2);
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-2 .picto-content,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-3 .picto-content,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4 .picto-content,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-5 .picto-content,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-6 .picto-content {
	display: flex;
	flex-direction: column;
	gap: calc(var(--font-size) * 2);
	max-width: calc(var(--font-size) * 30);
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-4 {
	margin: 0 auto;
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-4 {
		width: 594px;
	}
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-4 {
		width: 759px;
	}
}

@media (min-width:1200px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-4 {
		width: 909px;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-6 {
	margin: 0 auto;
	width: 100%;
}

@media (min-width:1200px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container_lg1-6 {
		width: 50%;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .row {
	display: flex;
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .row {
		justify-content: space-between;
	}

	.b-ext .widget-blocs-picto-parent .blocs-picto-items:last-child {
		margin-bottom: calc(var(--font-size) * 3);
	}
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .row {
		flex-direction: column;
		gap: calc(var(--font-size) * 2);
		margin-bottom: 0;
		padding: 0 calc(var(--font-size) * 1);
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-3 .picto-item {
	margin: 0 auto;
	max-width: calc(var(--font-size) * 22);
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-3 .picto-item {
		max-width: none;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4:nth-child(odd) .picto-left {
	margin-left: 0;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4:nth-child(2n) .picto-left {
	margin-right: 0;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4 .picto-item {
	margin: 0 auto;
	max-width: calc(var(--font-size) * 30);
}

@media (max-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .columns-type-4 .picto-item {
		max-width: none;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-card {
	background: #fff 0 0 no-repeat padding-box;
	border-radius: calc(var(--font-size) * 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	padding: calc(var(--font-size) * 3) calc(var(--font-size) * 6);
}

@media (min-width:992px) {
	.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-card .picto-image {
		align-self: center;
	}

	.b-ext .widget-blocs-picto-parent .blocs-picto-items.container .row:has(.picto-card) {
		gap: calc(var(--font-size) * 2) !important;
	}
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-item {
	align-items: flex-start;
	display: flex;
	height: 100%;
	justify-content: flex-start;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-item.picto-left {
	flex-direction: row;
	justify-content: flex-start;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-item.picto-top {
	align-items: center;
	flex-direction: column;
	gap: calc(var(--font-size) * 2);
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-item.picto-top .picto-img .image-svg SVG,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-item.picto-top .picto-img picture img {
	height: 100%;
	max-height: calc(var(--font-size) * 6);
	width: auto;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-content {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-content-description {
	line-height: calc(var(--font-size) * 2.3);
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto- .picto-img,
.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-left .picto-img {
	margin-right: calc(var(--font-size) * 1.5);
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-img img {
	min-width: calc(var(--font-size) * 6);
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .picto-img .picto-img-size {
	height: 60px;
	width: 60px;
}

.b-ext .widget-blocs-picto-parent .blocs-picto-items .widget-blocs-picto-chevron-right {
	right: calc(var(--font-size) * -1);
	z-index: 2;
}

.b-ext .widget-timeline {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

.b-ext .widget-timeline-top h2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

.b-ext .widget-timeline-content ul li a {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

.b-ext .widget-timeline-content-item-left h2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 700;
}

.b-ext .widget-timeline-bottom h4,
.b-ext .widget-timeline-bottom p,
.b-ext .widget-timeline-top p {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 400;
}

.b-ext .widget-timeline-bottom p,
.b-ext .widget-timeline-top p {
	margin-top: 0;
}

.b-ext .widget-plie-deplie-v2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
	position: relative;
}

.b-ext .widget-plie-deplie-v2 .widget-content-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.b-ext .widget-plie-deplie-v2 .widget-content-flex>div {
	order: 2;
}

.b-ext .widget-plie-deplie-v2 .widget-content-flex .left {
	order: 1;
}

.b-ext .widget-plie-deplie-v2 .widget-content-flex .right {
	order: 3;
}

@media (max-width:768px) {
	.b-ext .widget-plie-deplie-v2 .widget-content-flex {
		flex-direction: column;
	}

	.b-ext .widget-plie-deplie-v2 .widget-content-flex .right {
		order: 1;
	}
}

.b-ext .widget-plie-deplie-v2-content {
	display: inline-block;
}

.b-ext .widget-plie-deplie-v2-content-centered {
	margin: auto;
}

.b-ext .widget-plie-deplie-v2-content-title {
	background-image: url("/ext/build/images/question.77121aef.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: auto;
	position: relative;
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .widget-plie-deplie-v2-content-title {
		justify-content: center;
	}
}

.b-ext .widget-plie-deplie-v2-content-title h2 {
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	font-size: calc(var(--font-size) * 3.8);
	order: 2;
}

.b-ext .widget-plie-deplie-v2-content-title .ezxmltext-field p {
	font-size: calc(var(--font-size) * 1.8);
	margin: 0;
}

.b-ext .widget-plie-deplie-v2-content-title .widget-surtitle {
	margin-bottom: calc(var(--font-size) * 1);
}

@media (max-width:768px) {

	.b-ext .widget-plie-deplie-v2-content-title .widget-surtitle,
	.b-ext .widget-plie-deplie-v2-content-title .widget-title,
	.b-ext .widget-plie-deplie-v2-content-title .widget-title-colored {
		padding: 0 !important;
	}
}

.b-ext .widget-plie-deplie-v2-content-image {
	display: block;
	position: relative;
}

.b-ext .widget-plie-deplie-v2-content-image img {
	width: 100%;
}

.b-ext .widget-plie-deplie-v2-items h2 {
	font-size: calc(var(--font-size) * 3.8);
}

.b-ext .widget-plie-deplie-v2-items .ezrichtext-field p {
	font-size: calc(var(--font-size) * 1.4);
	margin: 0;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-group {
	border: none;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-panel {
	border-bottom: calc(var(--font-size) * .1) solid #01203d;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-panel:last-child {
	border-bottom: none;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-panel.open .widget-plie-deplie-v2-item-header-icon {
	background-position: 0 calc(var(--font-size) * -1.5);
	height: calc(var(--font-size) * .7);
	width: calc(var(--font-size) * 1.2);
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-body {
	background: #e4eff3;
	font-size: calc(var(--font-size) * 1.4);
	text-align: justify;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-title:not(.collapsed) .widget-collapse-heading_title {
	font-weight: 600;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-title:not(.collapsed) .widget-collapse-heading_subtitle {
	visibility: hidden;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-heading {
	position: relative;
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-heading_title {
	color: inherit;
	font-size: inherit;
	font-weight: 400;
	margin-top: 0;
	padding-right: calc(var(--font-size) * 4);
}

.b-ext .widget-plie-deplie-v2 .widget-collapse-heading_subtitle {
	color: #6f8faf;
	font-size: calc(var(--font-size) * 1.4);
	margin-top: 0;
	padding-right: calc(var(--font-size) * 4);
}

.b-ext .widget-cards-v2 .widget-cards-carousel .owl-item {
	background: #fff;
	border: none;
	box-shadow: 2px 1px 20px rgba(0, 0, 0, .16);
}

.b-ext .widget-cards-v2 .owl-item:has(.widget-cards-item-pseudo) {
	display: none;
}

.b-ext .widget-cards-v2 .widget-cards-carousel .owl-stage {
	position: relative;
	z-index: 2;
}

.b-ext .widget-cards-v2 .widget-cards-height img {
	object-fit: cover;
	width: 100%;
}

.b-ext .widget-cards-v2 .widget-title {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 400;
}

.b-ext .widget-cards-v2 .widget-title .ezrichtext-field {
	margin: 0 auto;
	max-width: calc(var(--font-size) * 82.3);
}

.b-ext .widget-cards-v2 .widget-cards-text {
	background: #fff;
	overflow: hidden;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5) calc(var(--font-size) * 5);
	transition: max-height .5s ease-out;
	width: inherit;
}

.b-ext .widget-cards-v2 .widget-cards-text h3 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 700;
	text-align: left;
}

.b-ext .widget-cards-v2 .widget-cards-text .ezrichtext-field {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

.b-ext .widget-cards-v2 .widget-cards-text .widget-cards-text_right {
	height: 100%;
	position: absolute;
	right: calc(var(--font-size) * 2.4);
}

.b-ext .widget-cards-v2 .widget-cards-text.close-card {
	max-height: calc(var(--font-size) * 10);
}

.b-ext .widget-cards-v2 .widget-cards-text.close-card-text .ezrichtext-field p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b-ext .widget-cards-v2 .widget-cards-text.open-card {
	box-shadow: 2px 10px 20px rgba(0, 0, 0, .16);
}

.b-ext .widget-cards-v2 .widget-cards-text.open-card .picto-plus {
	bottom: calc(var(--font-size) * 8.5);
	transform: translateY(100%) rotate(45deg);
}

.b-ext .widget-cards-v2 .widget-cards-text .picto-plus {
	border-radius: 50%;
	bottom: calc(var(--font-size) * 5.5);
	cursor: pointer;
	display: flex;
	height: calc(var(--font-size) * 3);
	justify-content: center;
	position: absolute;
	right: 0;
	transition: max-height .5s ease-out;
	width: calc(var(--font-size) * 3);
}

.b-ext .widget-cards-v2 .widget-cards-text .widget-link {
	display: flex;
	justify-content: center;
}

.b-ext .widget-cards-v2 .widget-content .widget-cards-carousel {
	float: unset;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-nav {
	margin-top: calc(var(--font-size) * 3);
	position: relative;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-next,
.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-prev {
	bottom: auto;
	margin-top: calc(var(--font-size) * .4);
	top: auto;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-next.disabled,
.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-prev.disabled {
	display: none;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-dots {
	align-items: center;
	display: flex;
	justify-content: center;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-dot {
	margin: 0 calc(var(--font-size) * .2);
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-dot.active span:after {
	background: #133860;
}

.b-ext .widget-cards-v2 .widget-content .owl-widget-cards-carousel .owl-dot span:after {
	background: #7b90a5;
	border-radius: 50%;
	content: "\A";
	cursor: pointer;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.b-ext .widget-cards-v2 .widget-content .widget-link-global {
	margin-top: calc(var(--font-size) * 5);
}

@media (min-width:992px) {
	.b-ext .widget-cards-v2 .container:first-child {
		width: 100%;
	}

	.b-ext .widget-cards-v2 .owl-stage-outer {
		padding-left: 20%;
	}

	.b-ext .widget-cards-v2 .widget-content {
		overflow: initial;
	}

	.b-ext .widget-cards-v2 .widget-cards-item {
		margin-bottom: calc(var(--font-size) * 10);
		width: calc(33.33333vw - calc(var(--font-size) * 3));
	}

	.b-ext .widget-cards-v2 .widget-cards-height img {
		height: calc(var(--font-size) * 34.1) !important;
	}

	.b-ext .widget-cards-v2 .widget-cards-text {
		position: absolute;
	}

	.b-ext .widget-cards-v2 .widget-cards-text.close-card {
		min-height: calc(var(--font-size) * 10);
	}
}

@media (max-width:992px) {
	.b-ext .widget-cards-v2 .widget-cards-text {
		position: relative;
	}

	.b-ext .widget-cards-v2 .widget-cards-height img {
		height: calc(var(--font-size) * 22.5) !important;
	}

	.b-ext .widget-cards-v2 .widget-cards-text.close-card {
		box-shadow: 2px 10px 20px rgba(0, 0, 0, .16);
	}

	.b-ext .widget-cards-v2 .widget-cards-carousel .owl-item {
		box-shadow: none;
	}

	.b-ext .widget-cards-v2 .widget-cards-height {
		box-shadow: 2px 10px 20px rgba(0, 0, 0, .16);
	}
}

@media (max-width:992px) and (max-width:992px) {
	.b-ext .widget-cards-v2 .widget-cards-carousel .owl-item {
		height: fit-content;
	}
}

@media (max-width:480px) {
	.b-ext .widget-cards-v2 .widget-cards-text.close-card {
		min-height: calc(var(--font-size) * 13);
	}

	.b-ext .widget-cards-v2 .widget-cards-text.close-card .widget-link {
		transform: translateY(0);
		transition: .25s;
		transition-timing-function: ease-out;
		visibility: hidden;
	}

	.b-ext .widget-cards-v2 .widget-cards-text .picto-plus {
		bottom: calc(var(--font-size) * 4);
		right: calc(var(--font-size) * -1);
	}
}

.b-ext .widget-2-blocs-v2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

.b-ext .widget-2-blocs-v2 h2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

.b-ext .widget-2-blocs-v2 .media .colonne-title {
	margin-bottom: calc(var(--font-size) * 2);
}

.b-ext .widget-2-blocs-v2 .media .colonne-title :is(h2, .b-ext h3) {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
}

.b-ext .widget-2-blocs-v2 .media .colonne-link {
	margin-top: calc(var(--font-size) * 5);
}

.b-ext .widget-2-blocs-v2 .media-body.col-sm-pull-4 {
	padding-right: calc(var(--font-size) * 13);
}

@media (max-width:768px) {
	.b-ext .widget-2-blocs-v2 .media-body.col-sm-pull-4 {
		padding-right: calc(var(--font-size) * 1.5);
	}

	.b-ext .column-1 {
		border-right: none;
		flex-direction: column;
	}

	.b-ext .column-1:after {
		border-bottom: calc(var(--font-size) * .2) solid;
		border-bottom-color: inherit;
		content: "";
		display: block;
		margin-top: calc(var(--font-size) * 2);
		width: 50%;
	}
}

.b-ext .widget-blog .widget-picto>h4 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
	padding: 0 calc(var(--font-size) * 1.5);
}

@media (min-width:992px) {
	.b-ext .widget-blog .widget-picto>h4 {
		padding-left: 20%;
	}
}

.b-ext .widget-blog.widget_slider_v2 .widget-slider-item--short__content {
	justify-content: flex-start;
	padding: calc(var(--font-size) * 3) calc(var(--font-size) * 1) calc(var(--font-size) * 3) calc(var(--font-size) * 2);
}

.b-ext .widget-blog .widget-blog-more-items {
	margin: calc(var(--font-size) * 8) auto 0;
	width: calc(var(--font-size) * 60);
}

@media (max-width:480px) {
	.b-ext .widget-blog .widget-blog-more-items {
		width: 95vw;
	}
}

.b-ext .widget-blog .widget-blog-more-items ul {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	list-style-type: none;
	padding: 0;
}

.b-ext .widget-blog .widget-blog-more-items ul li {
	padding: calc(var(--font-size) * 1.5) calc(var(--font-size) * 2);
}

.b-ext .widget-blog .widget-blog-more-items ul li:not(:last-child) {
	border-bottom: 1px solid #d6d6d6;
}

.b-ext .widget-blog .articles-collapse {
	align-items: center;
	border-bottom: calc(var(--font-size) * .1) solid #133860;
	display: flex;
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 1.6);
	font-weight: 300;
	justify-content: flex-start;
	position: relative;
	width: calc(var(--font-size) * 60);
}

@media (max-width:480px) {
	.b-ext .widget-blog .articles-collapse {
		width: 95vw;
	}
}

.b-ext .widget-blog .articles-collapse:hover {
	color: #133860;
}

.b-ext .widget-blog .articles-collapse .ico-collapse {
	background: url("/ext/build/images/collapse.9dc3526b.svg") no-repeat -15px -15px;
	background-position: 0 0;
	display: block;
	height: calc(var(--font-size) * 1.4);
	margin-top: calc(var(--font-size) * -.7);
	position: absolute;
	right: calc(var(--font-size) * 1.5);
	top: 50%;
	width: calc(var(--font-size) * 1.4);
}

.b-ext .widget-form .form-content .title {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 4.8);
	font-weight: 900;
}

.b-ext .widget-form .form-content .form-group label {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

.b-ext .widget-form .form-content .form-btn .btn-primary span {
	text-transform: none;
}

.b-ext .widget-form .form-content .rgpd-mention {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

.b-ext .widget-form.night form .form-group input,
.b-ext .widget-form.night form .form-group label {
	color: #fff;
}

.b-ext .widget-form.night form .form-group input {
	border-color: #fff !important;
}

.b-ext .widget-form.night form .form-btn .btn-primary {
	color: #fff;
}

.b-ext .widget_slider_v2 {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

.b-ext .widget_slider_v2 .widget-content h2:first-child {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 4.8);
	font-weight: 600;
}

@media (max-width:768px) {
	.b-ext .widget_slider_v2 .widget-content h2:first-child {
		font-size: calc(var(--font-size) * 3.4);
	}
}

.b-ext .widget_slider_v2 .widget-content .widget-border {
	display: none;
}

.b-ext .widget_slider_v2 .widget-picto-title {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 400;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-nav {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-next,
.b-ext .widget_slider_v2 .owl-carousel-slider .owl-prev {
	bottom: auto;
	margin-top: calc(var(--font-size) * .4);
	top: auto;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-next.disabled,
.b-ext .widget_slider_v2 .owl-carousel-slider .owl-prev.disabled {
	display: none;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-dots {
	align-items: center;
	bottom: calc(var(--font-size) * -2);
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-dot {
	margin: 0 calc(var(--font-size) * .2);
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-dot.active span:after {
	background: #133860;
}

.b-ext .widget_slider_v2 .owl-carousel-slider .owl-dot span:after {
	background: #7b90a5;
	border-radius: 50%;
	content: "\A";
	cursor: pointer;
	display: inline-block;
	height: calc(var(--font-size) * 1);
	width: calc(var(--font-size) * 1);
}

.b-ext .widget_slider_v2 .widget-picto {
	margin-bottom: calc(var(--font-size) * 5);
}

.b-ext .widget_slider_v2 .widget-content .owl-stage-outer {
	margin-bottom: calc(var(--font-size) * 11);
}

.b-ext .widget_slider_v2 .widget-slider-item--short__content {
	padding: calc(var(--font-size) * 3) calc(var(--font-size) * 1) calc(var(--font-size) * 3) calc(var(--font-size) * 2);
	width: 100%;
}

.b-ext .widget_slider_v2 .widget-slider-item {
	border-radius: calc(var(--font-size) * .4);
	box-shadow: calc(var(--font-size) * .2) calc(var(--font-size) * .1) calc(var(--font-size) * 2) #e8e8e8;
	margin: calc(var(--font-size) * 2) calc(var(--font-size) * 2) 0 0;
}

@media (max-width:992px) {
	.b-ext .widget_slider_v2 .widget-slider-item {
		width: 94vw !important;
	}
}

@media (min-width:992px) {
	.b-ext .widget_slider_v2 .container:first-child {
		width: 100%;
	}

	.b-ext .widget_slider_v2 .widget-content {
		overflow: hidden;
	}

	.b-ext .widget_slider_v2 .widget-content>div:not(.widget-picto) {
		padding: 0 20%;
	}

	.b-ext .widget_slider_v2 .widget-content .owl-stage-outer,
	.b-ext .widget_slider_v2 .widget-picto-title {
		padding-left: 20%;
	}

	.b-ext .widget_slider_v2 .widget-content .owl-stage {
		padding-right: 40%;
	}

	.b-ext .widget_slider_v2 .widget-slider-item--short__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0 0 calc(var(--font-size) * 3);
	}
}

@media (max-width:992px) {
	.b-ext .widget_slider_v2 .widget-picto {
		margin-bottom: calc(var(--font-size) * 2);
	}

	.b-ext .widget_slider_v2 .owl-carousel-slider .owl-nav {
		bottom: calc(var(--font-size) * -5);
	}

	.b-ext .widget_slider_v2 .owl-carousel-slider .owl-dots {
		bottom: calc(var(--font-size) * -6.9);
	}

	.b-ext .widget_slider_v2 .widget-slider.owl-carousel .owl-next,
	.b-ext .widget_slider_v2 .widget-slider.owl-carousel .owl-prev {
		display: initial;
	}

	.b-ext .widget_slider_v2 .owl-carousel-slider .owl-next.disabled,
	.b-ext .widget_slider_v2 .owl-carousel-slider .owl-prev.disabled {
		display: none;
	}
}

@media (max-width:767px) {
	.b-ext .widget-slider.owl-carousel.owl-loaded {
		margin-left: calc(var(--font-size) * 3.5) !important;
		margin-right: calc(var(--font-size) * 1) !important;
		padding: 0 26px 0 1px !important;
	}
}

.b-ext .widget-slider--few-items {
	padding: 0 20%;
}

.b-ext .widget-headband-bg {
	background: transparent linear-gradient(90deg, #fff, red) !important;
	background-position: center calc(var(--font-size) * 47) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 30vh !important;
}

.b-ext .widget-big-screen {
	clear: both;
}

@media (min-width:767px) {
	.b-ext .widget-big-screen-text {
		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.b-ext .widget-big-screen-text-title {
		font-weight: 600;
		text-align: left;
	}

	.b-ext .widget-big-screen-text-body {
		color: #000;
		display: inline-block;
		text-align: left;
	}

	.b-ext .widget-big-screen-slide-img {
		height: 100%;
	}

	.b-ext .widget-big-screen-image {
		display: flex;
		height: 100%;
		justify-content: center;
		width: 100%;
	}

	.b-ext .widget-big-screen-image picture img {
		height: 100%;
		object-fit: contain;
	}

	.b-ext .widget-big-screen-sm-height,
	.b-ext .widget-big-screen-sm-height picture {
		height: 55vh;
	}

	.b-ext .widget-big-screen-md-height {
		height: 55vh;
		position: relative;
	}

	.b-ext .widget-big-screen-md-height picture {
		height: 60vh;
	}

	.b-ext .widget-big-screen-lg-height,
	.b-ext .widget-big-screen-lg-height picture {
		height: 75vh;
	}
}

@media (min-width:767px) and (min-width:992px) {
	.b-ext .widget-big-screen-md-height {
		width: calc(var(--font-size) * 250);
	}
}

@media (min-width:767px) and (min-width:992px) and (height:1366px) {
	.b-ext .widget-big-screen-md-height {
		width: unset;
	}
}

.b-ext .widget-big-screen-content {
	align-items: center;
	display: flex;
}

@media (max-width:767px) {
	.b-ext .widget-big-screen-content {
		padding: 0 calc(var(--font-size) * 1);
	}
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-content {
		padding: 0 calc(var(--font-size) * .3);
	}
}

@media (max-width:767px) {
	.b-ext .widget-big-screen-content.owl-carousel.owl-loaded {
		padding: 0 0 0 calc(var(--font-size) * 1);
	}

	.b-ext .widget-big-screen-content.owl-carousel.owl-loaded.owl-resize {
		padding: 0 calc(var(--font-size) * 2);
	}

	.b-ext .widget-big-screen-content.owl-carousel.owl-loaded .owl-item.active+.owl-item {
		left: calc(var(--font-size) * -1);
	}
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-content.owl-carousel.owl-loaded {
		display: flex;
		float: none;
		margin: 0 auto;
	}
}

.b-ext .widget-big-screen-carousel {
	padding-bottom: calc(var(--font-size) * 10);
}

.b-ext .widget-big-screen-carousel .owl-stage-outer .owl-stage {
	align-items: center;
	display: flex;
}

@media (max-width:1200px) {
	.b-ext .widget-big-screen-carousel {
		margin-left: calc(var(--font-size) * -1);
		margin-right: calc(var(--font-size) * -1);
		padding-bottom: 0;
	}
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-carousel .owl-carousel {
		padding: 0 calc(var(--font-size) * 1.3);
	}
}

@media (max-width:767px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded {
		padding: 0 calc(var(--font-size) * .7);
		top: calc(var(--font-size) * -2);
	}
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded {
		padding: 0 calc(var(--font-size) * 1);
	}
}

.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item {
	display: flex;
}

.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-big-screen-content {
	display: flex;
	margin: 0;
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-big-screen-content {
		display: inline;
		margin: 0;
		width: 100%;
	}
}

@media (min-width:992px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-big-screen-content {
		display: flex;
	}
}

@media (min-width:992px) and (height:1366px) {
	.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-big-screen-content {
		display: inline;
	}
}

.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item {
	position: static;
}

.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item img {
	width: auto;
}

.b-ext .widget-big-screen-carousel .owl-carousel.owl-loaded .owl-stage {
	display: flex;
	justify-content: flex-start;
}

.b-ext .widget-big-screen-carousel .owl-carousel .hide-dots .owl-dots {
	display: none !important;
}

@media (min-width:768px) {
	.b-ext .widget-big-screen-carousel .owl-stage {
		margin: 0 auto calc(var(--font-size) * .3);
	}
}

.b-ext .widget-big-screen-carousel .owl-stage-outer {
	padding: calc(var(--font-size) * .3);
}

.b-ext .widget-big-screen-carousel .owl-nav {
	display: flex;
	gap: calc(var(--font-size) * 1);
	justify-content: flex-end;
	margin-right: calc(var(--font-size) * 11);
	margin-top: calc(var(--font-size) * -15);
	position: inherit;
	z-index: 99;
}

@media (max-width:1199px) {
	.b-ext .widget-big-screen-carousel .owl-nav {
		display: flex;
		justify-content: center;
		margin-top: calc(var(--font-size) * 1);
		width: 100%;
	}
}

@media (max-width:767px) {
	.b-ext .widget-big-screen-carousel .owl-nav {
		display: flex;
		justify-content: center;
		margin-top: calc(var(--font-size) * 3);
		width: 100%;
	}
}

.b-ext .widget-big-screen-carousel .owl-nav .owl-next,
.b-ext .widget-big-screen-carousel .owl-nav .owl-prev {
	align-content: center;
	align-items: center;
	background-color: #9aaec2;
	border: none;
	border-radius: calc(var(--font-size) * 2);
	display: flex;
	height: calc(var(--font-size) * 2.5);
	justify-content: center;
	margin-top: 0;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5);
	position: inherit;
	top: 50%;
}

.b-ext .widget-big-screen-carousel .owl-nav .owl-next .icoChevron,
.b-ext .widget-big-screen-carousel .owl-nav .owl-prev .icoChevron {
	filter: brightness(0) invert(1);
}

.b-ext .widget-big-screen-carousel .owl-nav .owl-next:hover,
.b-ext .widget-big-screen-carousel .owl-nav .owl-prev:hover {
	background-color: #133860;
}

.b-ext .widget-big-screen-carousel .owl-nav .disabled {
	background-color: #e8edee !important;
	cursor: auto;
}

.b-ext .widget-big-screen-carousel .owl-item a img {
	-webkit-khtml-opacity: 1;
	-moz-khtml-opacity: 1;
	-ms-khtml-opacity: 1;
	-o-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: auto;
}

.b-ext .widget-big-screen-carousel .owl-item a:hover img {
	-webkit-khtml-opacity: .5;
	-moz-khtml-opacity: .5;
	-ms-khtml-opacity: .5;
	-o-khtml-opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	opacity: .5;
}

@media (max-width:480px) {
	.b-ext .widget-big-screen-carousel .owl-item:first-child {
		left: calc(var(--font-size) * -1);
	}

	.b-ext .widget-big-screen-carousel .owl-item:last-child {
		top: calc(var(--font-size) * -4);
	}
}

.b-ext .widget-big-screen-text .slide-picto {
	height: calc(var(--font-size) * 12);
	width: calc(var(--font-size) * 12);
}

.b-ext .widget-big-screen-text-body {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

@media (max-width:1199px) {
	.b-ext .widget-big-screen-text-body {
		color: #000 !important;
	}
}

@media (max-width:480px) {
	.b-ext .widget-big-screen-text {
		align-items: center;
		display: flex;
		flex-direction: column;
		position: relative;
		top: calc(var(--font-size) * 2);
	}

	.b-ext .widget-big-screen-text-body {
		padding-bottom: calc(var(--font-size) * 2);
		width: 75% !important;
	}
}

@media (min-width:992px) {
	.b-ext .widget-big-screen-text .slide-picto {
		filter: invert(1);
	}
}

@media (min-width:992px) and (height:1366px) {
	.b-ext .widget-big-screen-text .slide-picto {
		filter: invert(0);
	}
}

@media (max-width:768px) {
	.b-ext .widget-big-screen-carousel {
		padding-bottom: calc(var(--font-size) * 4) !important;
	}

	.b-ext .widget-big-screen-text-body {
		color: #000 !important;
		width: 50%;
	}
}

@media (max-width:480px) {
	.b-ext .widget-big-screen-carousel {
		padding-bottom: unset !important;
	}
}

.b-ext .widget-link-global {
	margin-top: calc(var(--font-size) * 7) !important;
}

@media (min-width:767px) {
	.widget-content:has(.widget-big-screen-carousel) .col-xs-12 {
		padding: 0 15%;
	}
}

@media (max-width:767px) {
	.b-ext .widget-big-screen {
		gap: calc(var(--font-size) * 2);
	}

	.b-ext .widget-big-screen,
	.b-ext .widget-big-screen-content {
		display: flex;
		flex-direction: column;
	}
}

.b-ext .widget-slider-item--short {
	background-color: #fff;
	height: calc(var(--font-size) * 25);
	overflow: hidden;
}

.b-ext .widget-slider-item--short img {
	height: calc(var(--font-size) * 25);
	object-fit: cover;
}

@media (min-width:992px) {
	.b-ext .widget-slider-item--short img {
		width: calc(var(--font-size) * 20) !important;
	}
}

@media (max-width:768px) {
	.b-ext .widget-slider-item--short img {
		border-radius: calc(var(--font-size) * 3);
		height: calc(var(--font-size) * 18);
		object-fit: contain;
		padding: calc(var(--font-size) * 1);
	}
}

.b-ext .widget-slider-item--short h4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
}

.b-ext .widget-slider-item--short .h5,
.b-ext .widget-slider-item--short h5 {
	color: #7b90a5;
	font-size: calc(var(--font-size) * 1.4);
	text-transform: uppercase;
}

.b-ext .widget-slider-item--short .h6,
.b-ext .widget-slider-item--short h6 {
	color: #7b90a5;
	font-size: calc(var(--font-size) * 1.3);
	margin-top: calc(var(--font-size) * 2);
}

.b-ext .widget-slider-item--short a {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 700;
	text-decoration: none !important;
}

.b-ext .widget-slider-item--short__container {
	display: flex;
	flex-direction: column;
}

@media (min-width:992px) {
	.b-ext .widget-slider-item--short__container {
		flex-direction: row;
		text-align: left;
	}
}

@media (max-width:992px) {
	.b-ext .widget-slider-item--short {
		height: calc(var(--font-size) * 40);
	}

	.b-ext .widget-slider-item--short .white-book_container {
		height: 100%;
	}

	.b-ext .widget-slider-item--short .white-book_img img {
		height: calc(var(--font-size) * 17.5);
	}

	.b-ext .widget-slider-item--short .white-book_content {
		margin-top: auto;
		padding: 0 0 calc(var(--font-size) * 3) calc(var(--font-size) * 2);
	}
}

.b-ext .owl-item:has(.widget-slider-testimony) {
	max-width: calc(var(--font-size) * 30);
}

.b-ext .owl-stage:has(.widget-slider-testimony) {
	justify-content: center;
}

.b-ext .widget-slider-testimony {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 400;
}

.b-ext .widget-slider-testimony .testimony-header .testimony-date {
	color: #7b90a5;
}

.b-ext .widget-slider-testimony .testimony-content {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 1.6);
	font-weight: 300;
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .widget-slider.owl-carousel.owl-loaded {
	justify-content: center;
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .widget-content .owl-stage-outer {
	margin-bottom: 0;
	padding: 0;
	width: calc(var(--font-size) * 110);
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .widget-picto-title {
	padding: 0;
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .owl-item {
	max-width: calc(var(--font-size) * 110);
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .owl-stage {
	justify-content: space-between !important;
	padding-right: 0 !important;
}

@media (max-width:992px) {
	.b-ext .widget_slider_v2:has(.widget-slider-event) .owl-carousel-slider .owl-dots {
		bottom: calc(var(--font-size) * -2);
	}

	.b-ext .widget_slider_v2:has(.widget-slider-event) .owl-carousel-slider .owl-nav {
		bottom: 0;
	}
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .widget-slider-content {
	max-width: calc(var(--font-size) * 110);
}

.b-ext .widget_slider_v2:has(.widget-slider-event) .widget-slider-container {
	justify-content: center;
}

.b-ext .widget-slider-event {
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	gap: calc(var(--font-size) * 3);
	margin: calc(var(--font-size) * 2) !important;
	padding: calc(var(--font-size) * 3);
}

.b-ext .widget-slider-event .event-header {
	color: #133860;
}

.b-ext .widget-slider-event .event-header__title {
	color: #133860;
	font-size: calc(var(--font-size) * 3);
	font-weight: 700;
	margin-bottom: calc(var(--font-size) * 5);
}

.b-ext .widget-slider-event .event-header__content {
	align-items: center;
	display: flex;
	gap: calc(var(--font-size) * 3);
	justify-content: space-around;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-header__content {
		flex-direction: column;
	}
}

.b-ext .widget-slider-event .event-header__content__img {
	display: flex;
	justify-content: center;
	width: 30%;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-header__content__img {
		width: 100%;
	}
}

.b-ext .widget-slider-event .event-header__content__img img {
	height: auto;
	max-height: calc(var(--font-size) * 9);
	max-width: 100%;
}

.b-ext .widget-slider-event .event-header__content hr {
	border-right: 1px solid #e6574d;
	height: calc(var(--font-size) * 9);
	margin: 0;
	width: 1px;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-header__content hr {
		border-bottom: 1px solid #e6574d;
		border-right: none;
		height: 1px;
		margin: 0;
		width: 100%;
	}
}

.b-ext .widget-slider-event .event-header__content__description {
	color: #133860;
	font-weight: 600;
	text-align: left;
	width: 55%;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-header__content__description {
		width: 100%;
	}
}

.b-ext .widget-slider-event .event-content {
	display: flex;
	flex-direction: row;
	font-size: calc(var(--font-size) * 1.6);
	justify-content: space-evenly;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-content {
		flex-direction: column;
		gap: calc(var(--font-size) * 3);
	}
}

.b-ext .widget-slider-event .event-content__p {
	color: #133860;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-content__p {
		text-align: left;
	}
}

.b-ext .widget-slider-event .event-content__p-strong {
	font-weight: 600;
}

@media (min-width:992px) {
	.b-ext .widget-slider-event .event-content img {
		margin-bottom: calc(var(--font-size) * 2);
		max-height: calc(var(--font-size) * 5.3);
		width: auto;
	}
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-content img {
		height: auto;
		max-width: calc(var(--font-size) * 5.3);
	}
}

.b-ext .widget-slider-event .event-content__info-box {
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (max-width:992px) {
	.b-ext .widget-slider-event .event-content__info-box {
		align-items: flex-start;
	}
}

.b-ext .widget-slider-event .event-content__custom-field,
.b-ext .widget-slider-event .event-content__date,
.b-ext .widget-slider-event .event-content__location,
.b-ext .widget-slider-event .event-content__stand {
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (max-width:992px) {

	.b-ext .widget-slider-event .event-content__custom-field,
	.b-ext .widget-slider-event .event-content__date,
	.b-ext .widget-slider-event .event-content__location,
	.b-ext .widget-slider-event .event-content__stand {
		flex-direction: row;
		gap: calc(var(--font-size) * 2);
		justify-content: flex-start;
	}
}

.b-ext .widget-slider-event .event-footer {
	align-items: center;
	display: flex;
	justify-content: center;
}

.b-ext .faq-bubble-container {
	bottom: calc(var(--font-size) * 2);
	box-sizing: border-box;
	margin-bottom: calc(var(--font-size) * 2.5);
	padding: calc(var(--font-size) * 2.3) calc(var(--font-size) * .8) 0;
	position: fixed;
	z-index: 99999;
}

@media (min-width:480px) {
	.b-ext .faq-bubble-container {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.b-ext .faq-bubble-container {
		max-width: 70%;
		right: calc(var(--font-size) * 2);
	}
}

@media (min-width:992px) {
	.b-ext .faq-bubble-container {
		max-width: 40%;
		right: calc(var(--font-size) * 2);
	}
}

@media (min-width:1600px) {
	.b-ext .faq-bubble-container {
		max-width: 30%;
		right: calc(var(--font-size) * 2);
	}
}

.b-ext .faq-bubble-container .elements-container {
	display: none;
}

.b-ext .faq-bubble-container .answer-link {
	background-color: #e4eff3;
	border-radius: calc(var(--font-size) * 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	color: #051426;
	padding: calc(var(--font-size) * 1.2);
	text-decoration: none;
}

.b-ext .faq-bubble-container .answer-link:hover {
	background: #051426;
	color: #fff;
}

.b-ext .faq-bubble-container .bubble {
	background: #051426;
	border-radius: 100%;
	box-sizing: border-box;
	float: right;
	height: calc(var(--font-size) * 7);
	padding: calc(var(--font-size) * .2);
	width: calc(var(--font-size) * 7);
	z-index: 99999;
}

@media (max-width:480px) {
	.b-ext .faq-bubble-container .bubble {
		height: calc(var(--font-size) * 5);
		width: calc(var(--font-size) * 5);
	}
}

.b-ext .faq-bubble-container .bubble.question {
	background: none;
	float: left;
	height: calc(var(--font-size) * 3.5);
	padding: calc(var(--font-size) * .2);
	width: calc(var(--font-size) * 3.5);
}

@media (max-width:480px) {
	.b-ext .faq-bubble-container .bubble.question {
		height: calc(var(--font-size) * 2.5);
		width: calc(var(--font-size) * 3.5);
	}
}

.b-ext .faq-bubble-container .bubble.faq-close {
	background: #7b90a5;
	color: #fff;
	display: flex;
	height: calc(var(--font-size) * 2.5);
	justify-content: center;
	padding: calc(var(--font-size) * .2);
	width: calc(var(--font-size) * 2.5);
}

.b-ext .faq-bubble-container .bubble.faq-close:hover {
	background: #d45148;
}

.b-ext .faq-bubble-container .bubble.faq-close img {
	max-width: 100%;
}

@media (max-width:480px) {
	.b-ext .faq-bubble-container .bubble.faq-close img {
		max-width: 100%;
	}
}

.b-ext .faq-bubble-container .display-end {
	display: flex;
	justify-content: flex-end;
	margin-bottom: calc(var(--font-size) * 1.5);
}

@media (max-width:480px) {
	.b-ext .faq-bubble-container .display-end:last-child {
		width: 95vw;
	}
}

.b-ext .faq-bubble-container .tri-right.left-in:after {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: calc(var(--font-size) * .6);
	bottom: auto;
	content: " ";
	height: 0;
	left: calc(var(--font-size) * -1);
	position: absolute;
	right: auto;
	top: calc(var(--font-size) * 1.5);
	width: 0;
}

.b-ext .faq-bubble-container .speech-bubble {
	background-color: #fff;
	border-radius: calc(var(--font-size) * 1.5);
	box-shadow: -1px 0 18px 2px rgba(0, 0, 0, .3);
	height: auto;
	margin: 0 0 calc(var(--font-size) * 1.2) calc(var(--font-size) * 1.2) !important;
	padding: calc(var(--font-size) * .5) calc(var(--font-size) * 1.5);
	position: relative;
}

.b-ext .faq-bubble-container .talktext {
	padding: calc(var(--font-size) * .3);
	text-align: left;
}

.b-ext .faq-bubble-container .talktext p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

.b-ext .faq-bubble-container .bubble-chevron {
	display: none;
}

.b-ext .audio_player {
	align-items: center;
	display: flex;
	margin-top: calc(var(--font-size) * 6);
}

.b-ext .audio_player audio {
	width: 100%;
}

.b-ext .audio_player .play-pause-container {
	align-items: center;
	border-radius: 50%;
	column-gap: calc(var(--font-size) * 1.5);
	display: flex;
	padding: 0;
}

.b-ext .audio_player .play-pause-container .play-pause-button {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: calc(var(--font-size) * 5.2);
	justify-content: center;
	width: calc(var(--font-size) * 5.2);
	z-index: 2;
}

.b-ext .audio_player .play-pause-container .play-pause__text {
	display: none;
}

.b-ext .audio_player .times-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.b-ext .audio_player .audio-track-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.b-ext .audio_player .player {
	--seek-before-width: 0%;
	--volume-before-width: 100%;
	--buffered-width: 0%;
	align-items: center;
	display: flex;
}

@media (min-width:992px) {
	.b-ext .audio_player .player {
		flex: auto;
		margin-left: calc(var(--font-size) * 2);
	}
}

.b-ext .audio_player .player .volume-wrapper {
	margin: 0 calc(var(--font-size) * 4);
	position: relative;
	width: calc(var(--font-size) * 1.8);
}

.b-ext .audio_player .player .volume-wrapper .volume-controls {
	align-items: center;
	background: #f5f5f5;
	border-radius: calc(var(--font-size) * .4);
	bottom: calc(var(--font-size) * 5.5);
	display: none;
	height: 40px;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 1.5);
	position: absolute;
	right: 50%;
	transform: translateX(50%) rotate(-90deg);
	width: 100px;
}

.b-ext .audio_player .player .volume-wrapper .volume-controls.shown {
	display: flex;
}

.b-ext .audio_player .player>a {
	height: calc(var(--font-size) * 4);
	width: calc(var(--font-size) * 4);
}

.b-ext .audio_player .player .volume-slider:before {
	width: var(--volume-before-width);
}

.b-ext .audio_player.audio_player--full {
	background: #fff;
	border-radius: calc(var(--font-size) * .8);
	bottom: calc(var(--font-size) * 1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	column-gap: calc(var(--font-size) * 1.5);
	margin: 0 auto;
	padding: calc(var(--font-size) * 1.4) calc(var(--font-size) * 1.6);
	right: 50%;
}

.b-ext .audio_player.audio_player--full .audio-track-wrapper {
	align-items: center;
	flex-direction: row;
}

.b-ext .audio_player.audio_player--full .audio-track-wrapper .times-wrapper {
	column-gap: calc(var(--font-size) * .5);
	line-height: 0;
	margin-right: calc(var(--font-size) * .5);
}

.b-ext .audio_player.audio_player--full .audio-track-wrapper .times-wrapper span:first-of-type:after {
	content: "/";
	margin-left: calc(var(--font-size) * .5);
}

.b-ext .audio_player.audio_player--full img {
	border-radius: calc(var(--font-size) * .4);
	height: calc(var(--font-size) * 4.8);
	width: calc(var(--font-size) * 4.8);
}

.b-ext .audio_player.audio_player--full .audio-text-content__wrapper {
	max-width: calc(var(--font-size) * 22);
}

@media (max-width:992px) {
	.b-ext .audio_player.audio_player--full .audio-text-content__wrapper {
		max-width: calc(var(--font-size) * 14);
	}
}

.b-ext .audio_player.audio_player--full .play-pause-button .pause-icon,
.b-ext .audio_player.audio_player--full .play-pause-button .play-icon {
	fill: #fff;
}

@media (max-width:992px) {

	.b-ext .audio_player.audio_player--full .audio-track-wrapper,
	.b-ext .audio_player.audio_player--full .volume-wrapper {
		display: none;
	}
}

.b-ext .audio_player.audio_player--full .podcast-button:not(.forward-button) {
	margin-left: 0;
	margin-right: calc(var(--font-size) * .7);
}

@media (max-width:992px) {
	.b-ext .audio_player.audio_player--full .podcast-button:not(.play-pause) {
		display: none;
	}
}

.b-ext .audio_player.audio_player--full .forward-button {
	margin-left: calc(var(--font-size) * .7);
}

.b-ext .audio_player.audio_player--full .audio-text-content__description {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.b-ext .audio_player.floating-player {
	max-width: calc(var(--font-size) * 97);
	position: fixed;
	transform: translateX(50%);
	width: 100%;
	z-index: 2;
}

.b-ext .audio_player input[type=range] {
	-webkit-appearance: none;
	background: transparent;
	height: calc(var(--font-size) * 1);
	position: relative;
}

.b-ext .audio_player input[type=range]::-webkit-slider-runnable-track {
	background: #ccced6;
	border-radius: calc(var(--font-size) * 2);
	cursor: pointer;
	height: calc(var(--font-size) * .6);
	width: 100%;
}

.b-ext .audio_player input[type=range]:before {
	border-radius: calc(var(--font-size) * 2);
	content: "";
	cursor: pointer;
	height: calc(var(--font-size) * .6);
	left: 0;
	position: absolute;
	top: calc(var(--font-size) * .1);
	width: var(--seek-before-width);
}

.b-ext .audio_player input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-sizing: content-box;
	cursor: pointer;
	height: 15px;
	margin: -6px 0 0;
	position: relative;
	width: 15px;
}

.b-ext .audio_player input[type=range]:active::-webkit-slider-thumb {
	transform: scale(1.2);
}

.b-ext .pop-up {
	align-items: center;
	background-color: #fff;
	border-radius: calc(var(--font-size) * .4);
	box-shadow: calc(var(--font-size) * .2) calc(var(--font-size) * .1) calc(var(--font-size) * 2) rgba(0, 0, 0, .16);
	color: #133860;
	display: flex;
	flex-direction: column;
	height: 97vh;
	left: 50%;
	overflow: auto;
	padding: calc(var(--font-size) * 1);
	position: fixed;
	top: calc(var(--font-size) * 33);
	transform: translate(-50%, -50%);
	width: 95vw;
	z-index: 99999;
}

@media (min-width:768px) {
	.b-ext .pop-up {
		flex-direction: row;
		height: auto;
		justify-content: center;
		max-width: 830px;
		top: calc(var(--font-size) * 35);
	}
}

@media (min-width:992px) {
	.b-ext .pop-up {
		flex-direction: row;
		height: auto;
		justify-content: center;
		max-width: 830px;
		top: calc(var(--font-size) * 35);
	}
}

.b-ext .pop-up__container {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: calc(var(--font-size) * 1);
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .pop-up__container {
		max-width: 50%;
		padding: 0 calc(var(--font-size) * 1) 0 0;
	}
}

.b-ext .pop-up__title {
	padding: 0 calc(var(--font-size) * 2) 0 calc(var(--font-size) * 2.5);
	width: 100%;
}

@media (min-width:992px) {
	.b-ext .pop-up__title {
		padding: 0 calc(var(--font-size) * 4) 0 calc(var(--font-size) * 5);
	}
}

.b-ext .pop-up__title--main {
	color: #133860;
	font-size: calc(var(--font-size) * 3.5);
	margin: calc(var(--font-size) * 1) 0 0;
	padding: 0;
	text-align: left;
}

.b-ext .pop-up__title--surtitle {
	font-size: calc(var(--font-size) * 1.6);
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.b-ext .pop-up__default-text {
	font-size: calc(var(--font-size) * 1.6);
}

.b-ext .pop-up__indicator {
	padding: 0 calc(var(--font-size) * 2) 0 calc(var(--font-size) * 2.5);
	width: 100%;
}

@media (min-width:992px) {
	.b-ext .pop-up__indicator {
		padding: 0 calc(var(--font-size) * 4) 0 calc(var(--font-size) * 5);
	}
}

.b-ext .pop-up__indicator--title {
	color: #133860;
	font-size: calc(var(--font-size) * 2.8);
	margin: 0 0 calc(var(--font-size) * 1);
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.b-ext .pop-up__indicator--title:hover {
		animation: blink .5s 1;
	}

	.b-ext .pop-up__indicator--title:hover .icoChevron {
		margin-left: calc(var(--font-size) * 3);
	}
}

@keyframes blink {
	0% {
		color: #133860;
	}

	50% {
		color: #7b90a5;
	}

	to {
		color: #133860;
	}
}

.b-ext .pop-up__indicator .icoChevron {
	background: url("/ext/build/images/sprite_charte.4da84546.png") no-repeat;
	display: inline-block;
	filter: invert(16%) sepia(15%) saturate(5728%) hue-rotate(188deg) brightness(43%) contrast(80%);
	height: 19px;
	margin-left: calc(var(--font-size) * 1.5);
	transform: rotate(90deg);
	transition: all .3s ease;
	width: 12px;
}

.b-ext .pop-up__indicator .icoChevron-right {
	background-position: -77px -57px;
}

@media (min-width:768px) {
	.b-ext .pop-up__indicator .icoChevron {
		transform: none;
	}
}

.b-ext .pop-up__content {
	display: flex;
	flex-direction: column;
	gap: calc(var(--font-size) * 2);
	max-width: 100%;
	padding: calc(var(--font-size) * 2) calc(var(--font-size) * 4) calc(var(--font-size) * 2) calc(var(--font-size) * 3);
}

@media (min-width:992px) {
	.b-ext .pop-up__content {
		padding: 0 calc(var(--font-size) * 8) 0 calc(var(--font-size) * 6);
	}
}

.b-ext .pop-up__info-slots {
	align-items: center;
	display: -webkit-box;
	gap: calc(var(--font-size) * 2);
}

.b-ext .pop-up__info-slots .img-responsive {
	width: calc(var(--font-size) * 3.5);
}

.b-ext .pop-up__info-slots p {
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
}

.b-ext .pop-up__form {
	width: 100%;
}

@media (min-width:768px) {
	.b-ext .pop-up__form {
		max-width: 50%;
	}
}

.b-ext .pop-up__form--content {
	display: flex;
	padding: calc(var(--font-size) * 1);
}

.b-ext .pop-up__form .bg {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.b-ext .pop-up__form .bg .chapo,
.b-ext .pop-up__form .bg .title {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 80%;
}

.b-ext .pop-up__form .bg .title {
	padding: calc(var(--font-size) * 2.5) 0 calc(var(--font-size) * 1);
}

.b-ext .pop-up__form .bg .chapo {
	margin-top: 0;
	padding: 0 0 calc(var(--font-size) * 1.5);
}

.b-ext .pop-up__form .bg form {
	margin: 0;
}

.b-ext .pop-up__form .bg form div .row {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.pop-up__form .bg form div .row .col-md-8 .form-group,
.pop-up__form .bg form div .row .col-sm-10 .form-group {
	background: none;
}

.pop-up__form .bg form div .row .col-md-8 .form-group label,
.pop-up__form .bg form div .row .col-sm-10 .form-group label {
	color: #fff;
	text-align: center;
	transition: all .3s ease;
	white-space: nowrap;
	width: 100%;
}

.pop-up__form .bg form div .row .col-md-8 .form-group input,
.pop-up__form .bg form div .row .col-sm-10 .form-group input {
	border: none;
	border-bottom: calc(var(--font-size) * .1) solid #fff;
	width: 100%;
}

.pop-up__form .bg form div .row .col-md-8 .form-group input:-webkit-autofill,
.pop-up__form .bg form div .row .col-md-8 .form-group input:-webkit-autofill:active,
.pop-up__form .bg form div .row .col-md-8 .form-group input:-webkit-autofill:focus,
.pop-up__form .bg form div .row .col-md-8 .form-group input:-webkit-autofill:hover,
.pop-up__form .bg form div .row .col-sm-10 .form-group input:-webkit-autofill,
.pop-up__form .bg form div .row .col-sm-10 .form-group input:-webkit-autofill:active,
.pop-up__form .bg form div .row .col-sm-10 .form-group input:-webkit-autofill:focus,
.pop-up__form .bg form div .row .col-sm-10 .form-group input:-webkit-autofill:hover {
	transition: all 0s 500s;
}

.pop-up__form .bg form div .row .col-md-8 .form-group .error-content,
.pop-up__form .bg form div .row .col-sm-10 .form-group .error-content {
	margin-top: 5px;
	top: auto;
}

.pop-up__form .bg form div .row .col-md-8 .form-group:last-child,
.pop-up__form .bg form div .row .col-sm-10 .form-group:last-child {
	margin-bottom: 0;
	padding-bottom: calc(var(--font-size) * 1.5);
	position: relative;
	z-index: 1;
}

.pop-up__form .bg form div .row .col-md-8 .form-group.active label,
.pop-up__form .bg form div .row .col-sm-10 .form-group.active label {
	background: transparent;
	color: hsla(0, 0%, 100%, .5);
	font-size: calc(var(--font-size) * 1);
	left: 0;
	line-height: 39.8px;
	max-width: 30%;
	padding: 0;
	top: 0;
	width: fit-content;
}

.pop-up__form .bg form div .row .col-md-8 .form-group.active input,
.pop-up__form .bg form div .row .col-sm-10 .form-group.active input {
	background: transparent;
	padding-left: 30%;
	width: 100%;
}

.pop-up__form .bg form div .row .col-md-8 div .form-btn .btn,
.pop-up__form .bg form div .row .col-sm-10 div .form-btn .btn {
	background-color: #e6574d;
	width: fit-content;
}

.pop-up__form .bg form div .row .col-md-8 div .form-btn .loader,
.pop-up__form .bg form div .row .col-sm-10 div .form-btn .loader {
	border-radius: 50%;
}

.pop-up__form .bg form div .row .col-md-8 .rgpd-mention,
.pop-up__form .bg form div .row .col-sm-10 .rgpd-mention {
	color: #fff;
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
	margin-top: calc(var(--font-size) * 1);
}

.pop-up__form .bg form div .row .col-md-8 .rgpd-mention #politique-confidentialite,
.pop-up__form .bg form div .row .col-sm-10 .rgpd-mention #politique-confidentialite {
	color: #fff;
	font-size: calc(var(--font-size) * 1.4);
}

.pop-up__form .bg form div .row .col-md-8:last-child,
.pop-up__form .bg form div .row .col-sm-10:last-child {
	margin-top: calc(var(--font-size) * 1.5);
}

.b-ext .pop-up__form .pop-up__close {
	border: 0;
	cursor: pointer;
	filter: invert(16%) sepia(15%) saturate(5728%) hue-rotate(188deg) brightness(43%) contrast(80%);
	font-size: calc(var(--font-size) * 1.4);
	padding: calc(var(--font-size) * .5) calc(var(--font-size) * 1);
	position: absolute;
	right: calc(var(--font-size) * 2);
	top: calc(var(--font-size) * 2);
	width: calc(var(--font-size) * 3.5);
	z-index: 1;
}

@media (min-width:768px) {
	.b-ext .pop-up__form .pop-up__close {
		filter: none;
	}
}

.b-ext .widget-2-blocs-text .column-1 {
	font-size: calc(var(--font-size) * 3);
	padding: calc(var(--font-size) * 1.5) calc(var(--font-size) * 4.5) calc(var(--font-size) * 1.5) 0;
}

@media (max-width:768px) {
	.b-ext .widget-2-blocs-text .column-1 {
		font-size: calc(var(--font-size) * 2);
		padding: 0 calc(var(--font-size) * 1.5) calc(var(--font-size) * 4.5);
	}
}

.b-ext .widget-2-blocs-text .column-2 {
	padding: calc(var(--font-size) * 1.5) 0 calc(var(--font-size) * 1.5) calc(var(--font-size) * 4.5);
}

@media (max-width:768px) {
	.b-ext .widget-2-blocs-text .column-2 {
		padding: calc(var(--font-size) * 4.5) calc(var(--font-size) * 1.5) 0;
	}

	.b-ext .widget-montre-sticky-container {
		position: static;
		top: auto;
	}

	.b-ext .widget-montre-sticky-container .widget-link-global {
		position: relative;
		top: auto;
	}

	.b-ext .widget-montre-content {
		padding: 0;
	}

	.b-ext .widget-montre-slide-left {
		padding: 0 calc(var(--font-size) * 1.5);
	}

	.b-ext .widget-montre-titles {
		position: static;
		top: auto;
	}

	.b-ext .widget-montre-slide {
		gap: calc(var(--font-size) * 4);
		height: auto;
		margin-top: calc(var(--font-size) * 4);
		opacity: 1;
		position: static;
	}

	.b-ext .widget-montre-slide .widget-montre-slide-right {
		height: auto;
	}

	.b-ext .widget-montre-slide .widget-montre-slide-right picture>img {
		height: auto;
		max-width: 90vw;
	}

	.b-ext .widget-montre-slide-left h3 {
		font-size: calc(var(--font-size) * 2.2);
	}

	.b-ext .widget-montre .widget-montre-titles>div:not(.widget-title)>h2 {
		margin-bottom: calc(var(--font-size) * 2.5);
	}
}

@media (min-width:992px) {
	.b-ext .widget-montre .btn-top-higher .widget-link-global {
		top: calc(var(--font-size) * 52);
	}

	.b-ext .widget-montre .btn-top-extra-higher .widget-link-global {
		top: calc(var(--font-size) * 54);
	}

	.b-ext .slide-justify-content {
		gap: calc(var(--font-size) * 1);
		justify-content: flex-end;
	}

	.b-ext .content-no-padding {
		margin: 0 0 calc(var(--font-size) * 5);
		padding: 0;
	}

	.b-ext .content-no-padding .widget-montre-sticky-container>.image-height-large {
		height: 60vh;
	}

	.b-ext .content-no-padding .widget-montre-sticky-container>.image-height-large .widget-montre-slide-right>picture>img {
		height: 100%;
		max-width: 50vw;
	}

	.b-ext .content-no-padding .slide-image-large {
		top: 0;
	}

	.b-ext .content-no-padding .slide-image-large .limit-max-height {
		max-height: 58vh;
		top: calc(var(--font-size) * 19);
	}

	.b-ext .content-no-padding .slide-image-large .widget-link-global {
		position: absolute;
		top: 85vh;
		width: 100%;
	}

	.b-ext .content-no-padding .slide-image-large .widget-montre-titles {
		top: calc(var(--font-size) * 6);
	}

	.b-ext .extra-margin-global-button {
		margin: 0 0 calc(var(--font-size) * 15);
	}

	.b-ext .center-image {
		display: flex;
		justify-content: center;
	}

	.b-ext .slide-top-higher {
		top: calc(var(--font-size) * 20);
	}

	.b-ext .slide-top-extra-higher {
		top: calc(var(--font-size) * 24);
	}

	.text-left-side .widget-montre-slide-left,
	.text-right-side .widget-montre-slide-left {
		display: flex;
		flex-direction: column;
	}

	.text-left-side .widget-montre-slide-right>picture>img,
	.text-right-side .widget-montre-slide-right>picture>img {
		position: absolute;
	}

	.text-right-side .widget-montre-slide-left {
		order: 2;
	}

	.text-right-side .widget-montre-slide-right {
		order: 1;
	}

	.text-right-side .widget-montre-slide-right picture>img {
		right: 0;
	}

	.text-left-side .widget-montre-slide-left {
		order: 1;
	}

	.text-left-side .widget-montre-slide-right {
		order: 2;
	}

	.text-left-side .widget-montre-slide-right picture>img {
		left: 0;
	}
}

.b-ext .container:has(.widget-partners-carousel) {
	width: 100%;
}

.b-ext .widget-partners {
	clear: both;
}

.b-ext .widget-partners-content {
	align-items: center;
	display: flex;
	height: 90px;
	width: 200px;
}

.b-ext .widget-partners-content img {
	height: 90px;
	object-fit: contain;
}

.b-ext .widget-partners-content-container {
	display: flex;
}

@media (max-width:767px) {
	.b-ext .widget-partners-content {
		padding: 0 calc(var(--font-size) * 1);
	}
}

@media (min-width:768px) {
	.b-ext .widget-partners-content {
		padding: 0 calc(var(--font-size) * .3);
	}
}

@media (max-width:767px) {
	.b-ext .widget-partners-content.owl-carousel.owl-loaded {
		padding: 0 0 0 calc(var(--font-size) * 1);
	}

	.b-ext .widget-partners-content.owl-carousel.owl-loaded.owl-resize {
		padding: 0 calc(var(--font-size) * 2);
	}

	.b-ext .widget-partners-content.owl-carousel.owl-loaded .owl-item.active+.owl-item {
		left: calc(var(--font-size) * -1);
	}
}

@media (min-width:768px) {
	.b-ext .widget-partners-content.owl-carousel.owl-loaded {
		display: flex;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width:767px) {

	.b-ext .widget-partners-content.owl-carousel .owl-next,
	.b-ext .widget-partners-content.owl-carousel .owl-prev {
		display: none;
	}
}

@media (min-width:768px) {
	.b-ext .widget-partners-content-link {
		align-self: center;
	}
}

.widget-partners-content-content.col-xs-12 {
	margin: 0;
}

@media (min-width:768px) {
	.b-ext .widget-partners-content-content.widget-slider-5 {
		width: 20%;
	}
}

@media (max-width:767px) {
	.b-ext .widget-partners-content-content+.widget-partners-content {
		margin-top: calc(var(--font-size) * 2);
	}
}

@media (min-width:768px) {
	.b-ext .widget-partners-content-content {
		display: flex;
		float: left;
		margin: 0 calc(var(--font-size) * .7);
	}

	.b-ext .owl-item .widget-partners-content-content {
		width: 100%;
	}
}

.b-ext .widget-partners-carousel {
	padding: 0;
}

.b-ext .widget-partners-carousel .owl-stage-outer .owl-stage {
	align-items: center;
	display: flex;
}

@media (min-width:768px) {
	.b-ext .widget-partners-carousel {
		margin-left: calc(var(--font-size) * -1);
		margin-right: calc(var(--font-size) * -1);
	}

	.b-ext .widget-partners-carousel .owl-carousel {
		padding: 0 calc(var(--font-size) * 1.3);
	}
}

.widget-partners-carousel .owl-carousel .justify-content-center {
	justify-content: center;
}

@media (max-width:767px) {
	.b-ext .widget-partners-carousel .owl-carousel.owl-loaded {
		padding: 0 calc(var(--font-size) * .7);
	}
}

@media (min-width:768px) {
	.b-ext .widget-partners-carousel .owl-carousel.owl-loaded {
		padding: 0 calc(var(--font-size) * 1);
	}
}

.b-ext .widget-partners-carousel .owl-carousel.owl-loaded .owl-item {
	display: flex;
}

.b-ext .widget-partners-carousel .owl-carousel.owl-loaded .owl-item .widget-partners-content {
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.b-ext .widget-partners-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item {
	position: static;
}

.b-ext .widget-partners-carousel .owl-carousel.owl-loaded .owl-item .widget-cards-hover-item img {
	width: auto;
}

.b-ext .widget-partners-carousel .owl-carousel.owl-loaded .owl-stage {
	display: flex;
}

.b-ext .widget-partners-carousel .owl-carousel .hide-dots .owl-dots {
	display: none !important;
}

@media (min-width:768px) {
	.b-ext .widget-partners-carousel .owl-stage {
		margin: 0 auto calc(var(--font-size) * .3);
	}
}

.b-ext .widget-partners-carousel .owl-stage-outer {
	padding: calc(var(--font-size) * .3);
}

.b-ext .widget-partners-carousel .owl-item a img {
	-webkit-khtml-opacity: 1;
	-moz-khtml-opacity: 1;
	-ms-khtml-opacity: 1;
	-o-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: auto;
}

.b-ext .widget-partners-carousel .owl-item a:hover img {
	-webkit-khtml-opacity: .5 !important;
	-moz-khtml-opacity: .5 !important;
	-ms-khtml-opacity: .5 !important;
	-o-khtml-opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	-khtml-opacity: .5 !important;
	opacity: .5 !important;
}

.b-ext .editorial-v2 #footer .banner-lead-form .title,
.b-ext .editorial-v2 .footer-form-mobile .title {
	background-color: inherit !important;
}

@media (min-width:768px) {
	.b-ext .editorial-v2 #footer:has(#footer-form) {
		margin-top: calc(var(--font-size) * 47) !important;
	}
}

.b-ext .editorial-v2 h3 {
	margin-top: calc(var(--font-size) * 2.5);
}

@font-face {
	font-family: MontserratRegular;
	font-style: normal;
	font-weight: 400;
	src: url("/ext/build/fonts/MontserratRegular.85f511d6.eot");
	src: url("/ext/build/fonts/MontserratRegular.85f511d6.eot") format("embedded-opentype"), url("/ext/build/fonts/MontserratRegular.d9c9a032.woff2") format("woff2"), url("/ext/build/fonts/MontserratRegular.3730291f.woff") format("woff"), url("/ext/build/fonts/MontserratRegular.5f824f61.ttf") format("truetype"), url("/ext/build/images/MontserratRegular.ca7c9761.svg#MontserratRegular") format("svg");
}

@font-face {
	font-family: MontserratSemiBold;
	font-style: normal;
	font-weight: 600;
	src: url("/ext/build/fonts/MontserratSemiBold.baffb382.eot");
	src: url("/ext/build/fonts/MontserratSemiBold.baffb382.eot") format("embedded-opentype"), url("/ext/build/fonts/MontserratSemiBold.fde01fe6.woff2") format("woff2"), url("/ext/build/fonts/MontserratSemiBold.d3d57dfe.woff") format("woff"), url("/ext/build/fonts/MontserratSemiBold.fce9ddf7.ttf") format("truetype"), url("/ext/build/images/MontserratSemiBold.c8d7d411.svg#MontserratSemiBold") format("svg");
}

.b-ext {
	font-family: fieldwork-hum, sans-serif;
	font-weight: 300;
}

.b-ext p {
	margin: 0;
}

.b-ext h1 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 5.6);
	font-weight: 600;
	line-height: 1.1;
}

@media (max-width:768px) {
	.b-ext h1 {
		font-size: calc(var(--font-size) * 3.8);
	}
}

.b-ext h2 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 4.8);
	font-weight: 600;
	line-height: 1;
}

@media (max-width:768px) {
	.b-ext h2 {
		font-size: calc(var(--font-size) * 3.4);
	}
}

.b-ext h3 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 3);
	font-weight: 700;
	line-height: 1.2;
}

@media (max-width:768px) {
	.b-ext h3 {
		font-size: calc(var(--font-size) * 2.2);
	}
}

.b-ext h4 {
	font-family: fieldwork-hum, sans-serif;
	font-size: calc(var(--font-size) * 2.4);
	font-weight: 500;
}

@media (max-width:768px) {
	.b-ext h4 {
		font-size: calc(var(--font-size) * 2.2);
	}
}

@media (min-width:1200px) {
	.b-ext .container {
		width: calc(var(--font-size) * 110);
	}
}

@media (max-width:768px) {
	.b-ext .container.content_page {
		display: none;
	}
}

.b-ext .breadcrumb {
	margin: calc(var(--font-size) * 1.5) 0 calc(var(--font-size) * 3);
}

.b-ext .noscroll {
	overflow: hidden;
}

.b-ext .client-link {
	color: inherit;
	display: block;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	margin: 20px 0;
	text-align: center;
	text-decoration: underline;
}

.b-ext .client-link-modal {
	margin: -20px 0 20px;
}

.b-ext .client-link-widget {
	text-align: left;
}

.b-ext .banner-lead.night a.client-link:focus,
.b-ext .banner-lead.night a.client-link:hover,
.b-ext .client-link:focus,
.b-ext .client-link:hover {
	color: inherit;
}

.b-ext .footer-form-desktop .client-link {
	color: inherit;
	margin-top: 5px;
}

.b-ext .template.a #footer .client-link,
.b-ext .template.b #footer .client-link {
	color: #515151 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

html.open {
	height: 100%;
	overflow: hidden;
}