/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

body {
	font-size: 1.125rem;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1b9cdc;
}

.display-1, .display-2, .display-3, .display-4, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-weight: 500;
	letter-spacing: -.02em;
}

.display-1, .display-2, .display-3, .display-4 {
	line-height: 1.2;
	text-transform: uppercase;
}

.display-1 {
	font-size: 6rem;
}

.display-2 {
	font-size: 5rem;
}

.display-3 {
	font-size: 4rem;
}

.display-4 {
	font-size: 3rem;
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

p {
	margin-bottom: 2rem;
}

h1~p:last-child, h2~p:last-child, h3~p:last-child, h4~p:last-child, h5~p:last-child, h6~p:last-child, [class^="display-"]~p:last-child {
	margin: 0;
}

.lead {
	/* font-size: 1.125rem; */
}

ol, ul, dl {
	margin-bottom: 2rem;
}

a {
	color: #0091d6;
	font-weight: 600;
}

a:hover {
	color: #0070a3;
}

.links-white a:not(:hover) {
	color: #fff;
}

.links-white a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.container, .container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

.row {
	margin-right: -20px;
	margin-left: -20px;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-right: 20px;
	padding-left: 20px;
}

.btn {
	border-radius: 100px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary {
	color: #fff;
	background-color: #0091d6;
	border-color: #0091d6;
	box-shadow: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0081bd;
	border-color: #0081bd;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: none, 0 0 0 0.2rem rgba(78, 94, 106, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0081bd;
	border-color: #0081bd;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0081bd;
	border-color: #0081bd;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(70, 127, 241, 0.5);
}

.btn-link {
	color: #0091d6;
	font-weight: 700;
	text-decoration: none;
}

.btn-link:hover {
	color: #0081bd;
	text-decoration: none;
}

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

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

.bg-primary {
	background-color: #0091d6 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #0091d6 !important;
}

.menu-single {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.fixed-height-puce {
	height: 30px;
}

.highlight-selected .carousel-cell .caption {
	display: block;
	opacity: 0;
	padding: 10px 100px 0;
	transform: translate(0, -20px);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.highlight-selected .carousel-cell.is-selected .caption {
	opacity: 1;
	transform: translate(0, 0);
}

.bg-light {
	background-color: #f2f2f2 !important;
}

.bg-primary-3 {
	background-color: #515151 !important;
}

svg.bg-primary path:not([fill="none"]) {
	fill: #2568EF;
}

svg.bg-secondary path:not([fill="none"]) {
	fill: #EAEDF2;
}

svg.bg-success path:not([fill="none"]) {
	fill: #28a745;
}

svg.bg-info path:not([fill="none"]) {
	fill: #17a2b8;
}

svg.bg-warning path:not([fill="none"]) {
	fill: #ffc107;
}

svg.bg-danger path:not([fill="none"]) {
	fill: #dc3545;
}

svg.bg-light path:not([fill="none"]) {
	fill: #F7F9FC;
}

svg.bg-dark path:not([fill="none"]) {
	fill: #2C3038;
}

svg.bg-primary-2 path:not([fill="none"]) {
	fill: #FF564F;
}

svg.bg-primary-3 [stroke]:not([stroke="none"]) {
	stroke: #515151 !important;
}

svg.bg-primary-3 [fill]:not([fill="none"]) {
	fill: #515151 !important;
}

svg.bg-primary-3 path:not([fill="none"]) {
	fill: #515151 !important;
}

svg.bg-white path:not([fill="none"]) {
	fill: #fff;
}

footer {
	font-size: .875rem;
	padding: 3.5rem 0;
}

@media (min-width: 768px) {
	footer {
		padding: 4rem 0;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 4.5rem 0;
	}
}

footer .logo {
	max-width: 350px;
}

/* Mark */

mark {
	color: inherit;
	padding: 0;
	background: none;
	background-image: linear-gradient(120deg, rgba(255, 191, 0, .87) 0%, rgba(255, 191, 0, .87) 100%);
	background-repeat: no-repeat;
	background-size: 0% .1em;
	background-position: 0 90%;
	position: relative;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.text-primary mark {
	background-image: linear-gradient(120deg, rgba(255, 191, 0, .87) 0%, rgba(255, 191, 0, .87) 100%);
}

mark[data-aos="highlight-text"].aos-animate {
	background-size: 100% .1em;
}

mark:not([data-aos="highlight-text"]) {
	background-size: 100% .1em;
}

/* Accordions */

.card>[data-toggle="collapse"][aria-expanded="false"]:hover h6, .card>[data-toggle="collapse"][aria-expanded="true"] h6 {
	color: #0070a3;
}

.card>[data-toggle="collapse"][aria-expanded="false"]:hover .icon [fill]:not([fill="none"]), .card>[data-toggle="collapse"][aria-expanded="true"] .icon [fill]:not([fill="none"]) {
	fill: #0070a3;
}

/* Burger Icon Styles */

.burger {
	height: 3em;
	width: 3em;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
	-webkit-tap-highlight-color: transparent;
}

.burger:after {
	content: '';
	display: block;
	position: absolute;
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%;
}

.burger .burger-lines {
	top: 50%;
	margin-top: -0.125em;
}

.burger .burger-lines:after {
	left: 0;
	top: -1em;
}

.burger .burger-lines:before {
	left: 1em;
	top: 1em;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
	pointer-events: none;
	display: block;
	content: '';
	width: 100%;
	border-radius: 0.25em;
	background-color: black;
	height: 0.25em;
	position: absolute;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
	-webkit-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
	-o-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
	transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
}

.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
	width: 2em;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before, .navbar-toggled-show .burger.burger-squeeze .burger-lines, .navbar-toggled-show .burger.burger-squeeze .burger-lines:after, .navbar-toggled-show .burger.burger-squeeze .burger-lines:before {
	-webkit-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
	-o-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
	transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
}

.burger.burger-squeeze.open .burger-lines, .navbar-toggled-show .burger.burger-squeeze .burger-lines {
	background-color: transparent;
}

.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after, .navbar-toggled-show .burger.burger-squeeze .burger-lines:before, .navbar-toggled-show .burger.burger-squeeze .burger-lines:after {
	left: 0.5em;
	top: 0px;
}

.burger.burger-squeeze.open .burger-lines:before, .navbar-toggled-show .burger.burger-squeeze .burger-lines:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines:after, .navbar-toggled-show .burger.burger-squeeze .burger-lines:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}