@font-face {
	font-family: "Poppins";
	src: url("/js/gladys_website/css/fonts/Poppins-Regular.eot");
	src: url("/js/gladys_website/css/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
	url("/js/gladys_website/css/fonts/Poppins-Regular.woff") format("woff"),
	url("/js/gladys_website/css/fonts/Poppins-Regular.ttf") format("truetype"),
	url("/js/gladys_website/css/fonts/Poppins-Regular.svg#fontcustom") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

body {
	line-height: 1.6;
	font-family: "Poppins", "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #8b8e93;
}

p,
.paragraph {
	font-weight: 400;
	color: #8b8e93;
	font-size: 15px;
	line-height: 1.6;
	font-family: "Poppins", "Open Sans", sans-serif;
}

@media (max-width: 575px) {

	p,
	.paragraph {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242f3e;
	font-family: "Poppins", sans-serif;
	text-transform: inherit;
	font-weight: 500;
	line-height: 1.2;
	transition: 0.2s ease;
}

h1,
.h1 {
	font-size: 60px;
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 44px;
	}
}

@media (max-width: 575px) {

	h1,
	.h1 {
		font-size: 38px;
	}
}

h2,
.h2 {
	font-size: 40px;
}

@media (max-width: 575px) {

	h2,
	.h2 {
		font-size: 30px;
	}
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

.btn {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	text-transform: inherit;
	padding: 14px 45px;
	border-radius: 45px;
	font-weight: 500;
	border: 1px solid;
	position: relative;
	z-index: 1;
	transition: 0.3s ease-in;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.btn {
		padding: 10px 45px;
	}
}

.btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.btn:active {
	box-shadow: none;
}

.btn-lg {
	padding: 20px 40px;
}

.btn-sm {
	padding: 5px 20px;
}

.btn-primary {
	border: 0;
	color: #fff;
}

.btn-primary:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	z-index: -1;
	transition: ease 0.3s;
}

.btns-bottom {
	position: absolute;
	bottom: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.btn-white {
	background: #fff;
	color: #0097d5;
	border: 1px solid #fff;
}

.btn-white:hover {
	color: #0097d5;
	background: #fff;
}

.btn-light {
	background: #edeff2;
	color: #242f3e;
	border: 0;
	transition: none;
}

.btn-light:hover {
	color: #fff;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
}

.btn-outline-primary {
	color: #00e0d8;
	border: 2px solid #00e0d8;
}

.btn-outline-primary:hover {
	color: #fff !important;
	background: none;
	border: 2px solid #00e0d8;
}

.btn-outline-primary:hover i {
	color: #fff !important;
}

.btn-outline-primary:hover:after {
	left: 0;
}

.btn-outline-primary.active {
	background: none;
}

.btn-outline-primary:after {
	content: "";
	position: absolute;
	top: 0;
	left: -102%;
	width: 102%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	z-index: -1;
	transition: ease 0.3s;
}

.btn-outline-primary.btn-bottom {
	position: absolute;
	bottom: 15px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.btn-outline-white {
	color: #fff;
	border: 1px solid #fff;
}

.btn-outline-white:hover {
	color: #0097d5;
	background: #fff;
}

.btn img {
	width: 30px;
	height: 30px;
}

.btn i {
	font-size: 30px;
	vertical-align: middle;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	box-shadow: none;
}

a,
button,
select {
	cursor: pointer;
	transition: 0.3s ease;
}

a:focus,
button:focus,
select:focus {
	outline: 0;
}

a.text-color:hover,
a.text-dark:hover,
a.text-light:hover {
	color: #007ac7 !important;
}

.text-color {
	color: #8b8e93;
}

.text-light {
	color: #d4dae3 !important;
}

.text-dark {
	color: #242f3e !important;
}

.text-secondary {
	color: #00e0d8 !important;
}

.bg-gradient-primary {
	background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
}

.bg-gradient-secondary {
	background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
}

.btn-primary-gradient {
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
}

.bg-gradient-purple {
	background: linear-gradient(180deg, rgb(98, 90, 255) 20%, rgb(176, 37, 239) 100%);
}

.border-gray {
	border-color: rgb(137, 96, 212) !important;
}

.bg-gray {
	background: #8b8e93;
}

.bg-gray-light {
	background: #f5f6f7;
}

.bg-secondary {
	background: #15192b !important;
}

.badge-light {
	background: #edeff2;
}

.border-color {
	border-color: #2d3041 !important;
}

.overflow-hidden {
	overflow: hidden;
}

.shadow,
.subscription-wrapper::before {
	box-shadow: 0px 15px 15px 0px rgba(8, 18, 109, 0.1) !important;
}

.shadow-sm {
	box-shadow: 0px 5px 15px 0px rgba(51, 77, 128, 0.12) !important;
}

.zindex-1 {
	z-index: 1;
}

.overlay {
	position: relative;
}

.overlay::before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	content: "";
	opacity: 0.7;
	border-radius: inherit;
}

.overlay-gradient {
	position: relative;
}

.overlay-gradient::before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
	content: "";
	opacity: 0.7;
	border-radius: inherit;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0E1E2F;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader img {
	max-width: 500px;
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.rounded-xl {
	border-radius: 45px;
}

.rounded-lg {
	border-radius: 20px;
}

.rounded-sm,
.icon-bg-square::after {
	border-radius: 15px;
}

.rounded-xs {
	border-radius: 10px;
}

.rounded-bottom-xs {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.rounded-top-xs {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.rounded-top-sm {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.rounded-top-lg {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.font-weight-medium {
	font-weight: 500;
}

.transition,
.card-border-bottom:after,
.hover-bg-primary::before,
.pricing-table:before,
.pricing-table:after,
.social-icons li a i {
	transition: ease 0.3s;
}

.pricing-table h3{
	font-size: 18px;
}

.main-footer h3{
	font-size: 22px;
}

.section {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (max-width: 991px) {
	.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.section-lg {
	padding-top: 250px;
	padding-bottom: 250px;
}

.section-lg-bottom {
	padding-bottom: 250px;
}

@media (max-width: 991px) {
	.section-lg-bottom {
		padding-bottom: 100px;
	}
}

.section-sm {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-title {
	margin-bottom: 38px;
}

.subtitle {
	text-transform: inherit;
	font-size: 18px;
	color: #8b8e93;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-100 {
	margin-top: 100px;
}

.translate-top {
	transform: translateY(-200px);
}

@media (max-width: 767px) {
	.translate-top {
		transform: translateY(-150px);
	}
}

.mobile-height {
	min-height: 400px;
}

.sticky-top {
	top: 100px;
}

.fw-bold {
	font-weight: 700;
}

.pulse-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pulse-box svg.pulse-svg {
	overflow: visible;
}

.pulse-box svg.pulse-svg .first-circle {
	fill: #fff;
	transform: scale(0.1);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
}

.pulse-box svg.pulse-svg .second-circle {
	fill: #fff;
	transform: scale(0.1);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
	animation-delay: 1s;
}

.pulse-box svg.pulse-svg .third-circle {
	fill: #fff;
	transform: scale(0.1);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
	animation-delay: 2s;
}

.pulse-box .pulse-css {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	position: relative;
}

.pulse-box .pulse-css:before,
.pulse-box .pulse-css:after {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: scale(0.5);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
}

.pulse-box .pulse-css:after {
	animation-delay: 2s;
}

@keyframes pulse-me {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.1;
	}

	70% {
		opacity: 0.09;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}
}

.slick-slide {
	outline: 0;
}

.nextarrow {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: -77px;
	right: 20px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.nextarrow {
		display: none;
	}
}

.nextarrow:hover:before {
	left: calc(60% + 10px);
	border-color: #00e0d8;
}

.nextarrow:hover:after {
	width: 25px;
	background: #00e0d8;
}

.nextarrow::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: transparent;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	left: calc(60% + 5px);
	transition: 0.2s ease;
}

.nextarrow::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #e5e5e5;
	transition: 0.2s ease;
	left: 40%;
}

.prevarrow {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: -77px;
	right: 55px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.prevarrow {
		display: none;
	}
}

.prevarrow:hover:before {
	right: calc(40% + 10px);
	border-color: #00e0d8;
}

.prevarrow:hover:after {
	width: 25px;
	background: #00e0d8;
}

.prevarrow::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: transparent;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	right: calc(40% + 5px);
	transition: 0.2s ease;
}

.prevarrow::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #e5e5e5;
	transition: 0.2s ease;
	right: 20%;
}

.social-icons li a i {
	width: 46px;
	height: 46px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border: 2px solid #2d3041;
	display: block;
	border-radius: 50%;
	font-size: 18px;
}

.social-icons li a i:hover {
	background-color: #007ac7;
	border: 2px solid #007ac7;
}

.list-styled {
	padding-left: 0;
}

.list-styled li {
	position: relative;
	padding-left: 20px;
	list-style-type: none;
}

.list-styled li::before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #007ac7;
	transition: 0.3s ease;
}

.list-styled li:hover::before {
	color: #007ac7 !important;
}

.list-styled li.text-light::before {
	color: #d4dae3;
}

.list-styled.style-check li::before {
	content: "\f00c";
	color: #00e0d8;
	top: 10px;
	transform: 0;
}

.list-hover-underline li a:hover {
	text-decoration: underline;
}

.list-bordered li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.page-title {
	padding: 220px 0 100px;
}

@media (max-width: 575px) {
	.page-title {
		padding: 180px 0 80px;
	}
}

.page-title-overlay {
	position: relative;
}

.page-title-overlay::before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
	content: "";
	opacity: 0.9;
}

.page-title-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-title h1 {
	font-size: 45px;
}

.page-title p {
	opacity: 0.72;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: inherit;
}

.form-control {
	border: 0;
	height: 60px;
	padding: 0 25px;
	border-radius: 45px;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

textarea.form-control {
	height: 150px;
	padding: 25px;
}

.naviagtion {
	padding: 45px 0;
}

@media (max-width: 991px) {
	.naviagtion {
		background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
		padding: 15px 0;
	}
}

.naviagtion.nav-bg {
	background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
	padding: 15px 0;
}

.naviagtion.naviagtion-white.nav-bg {
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.naviagtion.naviagtion-white.nav-bg .btn {
	color: #007ac7 !important;
}

.naviagtion.naviagtion-white.nav-bg .btn:hover {
	color: #fff !important;
}

@media (max-width: 991px) {
	.naviagtion.naviagtion-white {
		background: #fff;
	}

	.naviagtion.naviagtion-white .btn {
		color: #007ac7 !important;
	}

	.naviagtion.naviagtion-white .btn:hover {
		color: #fff !important;
	}
}

.naviagtion.naviagtion-white .dropdown-menu {
	background: #fff;
}

.naviagtion.naviagtion-white .dropdown-item {
	color: #242f3e;
}

.navbar .nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
	padding: 20px 22px;
	font-family: "Poppins", sans-serif;
	transition: all ease 0.3s;
}

.navbar .btn.btn-outline-primary {
	padding: 5px 15px;
}

@media (max-width: 1200px) {
	.navbar .nav-item .nav-link {
		padding: 20px 15px;
	}
}

.navbar .nav-item .nav-link.active {
	color: #00e0d8;
}

.navbar .nav-item .nav-link:hover {
	color: #00e0d8 !important;
}

.navbar .dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: scaleX(1);
}

.navbar .dropdown-menu {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
	padding: 15px;
	border: 0;
	top: 50px;
	left: -20px;
	border-radius: 0;
	display: block;
	visibility: hidden;
	transition: 0.3s ease;
	opacity: 0;
	transform: scale(0.8);
	border-radius: 0 30px 0 30px;
}

@media (max-width: 991px) {
	.navbar .dropdown-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		transform-origin: unset;
	}
}

.navbar .dropdown-menu.show {
	visibility: hidden;
}

@media (max-width: 991px) {
	.navbar .dropdown-menu.show {
		visibility: visible;
		display: block;
	}
}

.navbar .dropdown-item {
	position: relative;
	color: #000;
	transition: 0.2s ease;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
	.navbar .dropdown-item {
		text-align: center;
	}
}

.navbar .dropdown-item:not(:last-child) {
	margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
	color: #00e0d8 !important;
	background: transparent;
}

.navbar .navbar-brand img {
	background-color: #2ba6cb;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.navbar .navbar-brand .title-website {
	display: inline-block;
	float: right;
	font-size: 1.35rem;
	padding-top: 7px;
	padding-left: 10px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	text-transform: inherit;
	font-weight: 500;
	line-height: 1.2;
	transition: .2s ease;
	margin-top: 0;
}

.first_fonctionnalite {
	padding: 200px 0 100px;
}

.other_fonctionnalite {
	padding: 0px 0 100px;
}

.hero-area {
	padding: 200px 0 260px;
}

@media (max-width: 1650px) {
	.hero-area {
		padding: 150px 0 260px;
	}
}

@media (max-width: 767px) {
	.hero-area {
		padding: 150px 0;
	}
}

@media (max-width: 400px) {
	.hero-area {
		padding: 190px 0 100px;
	}
}

.hero-area p {
	opacity: 0.7;
}

.hero-area h1 {
	line-height: 68px;
	z-index: 1;
}

@media (max-width: 575px) {
	.hero-area h1 {
		line-height: 50px;
	}
}

.hero-area .bg-shape-1 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

.hero-area .bg-shape-2 {
	position: absolute;
	left: 0;
	top: 185px;
	z-index: -1;
}

.hero-area .bg-shape-3 {
	position: absolute;
	left: -40px;
	bottom: -50px;
	z-index: -1;
}

.hero-area .bg-shape-4 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

@media (max-width: 1650px) {
	.hero-area .bg-shape-4 {
		max-width: 770px;
		right: -100px;
	}
}

@media (max-width: 1200px) {
	.hero-area .bg-shape-4 {
		max-width: 700px;
	}
}

@media (max-width: 575px) {
	.hero-area .bg-shape-4 {
		max-width: 500px;
	}
}

.hero-area-lg {
	overflow: hidden;
}

.hero-area-lg .row {
	margin-right: -25%;
}
@media (max-width: 1500px) {
	.hero-area-lg .row {
		margin-right: -15%;
	}
}
@media (max-width: 991px) {
	.hero-area-lg .row {
		margin-right: -15px;
	}
}

.watermark {
	position: absolute;
	opacity: 0.07;
	top: 20px;
	left: 0;
	font-size: 8rem;
	font-weight: 600;
	z-index: -1;
	color: inherit;
}

@media (max-width: 575px) {
	.watermark {
		top: 0;
		font-size: 80px;
	}
}

.watermark-sm {
	position: absolute;
	opacity: 0.07;
	top: -40px;
	left: 0;
	font-size: 110px;
	font-weight: 600;
	color: inherit;
}

@media (max-width: 575px) {
	.watermark-sm {
		top: 0;
		font-size: 100px;
	}
}

.video-thumb {
	min-height: 400px;
}

.bg-shape-triangles {
	position: relative;
}

.bg-shape-triangles::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/skin/static/images/website/front/testimonial-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.pricing-table {
	overflow: hidden;
}

.pricing-table .h1.text-dark {
	height: 70px;
	line-height: 70px;
}

.pricing-table:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 70px;
	top: 0;
	right: 40px;
	transform: rotate(45deg) translate(-60px);
	background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
}

.pricing-table:before {
	content: "";
	position: absolute;
	width: 95px;
	height: 80px;
	top: 0;
	right: -45px;
	transform: rotate(45deg) translate(-60px);
	background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 224, 216) 100%);
}

.pricing-table .list-unstyled .my-3 {
	text-align: left;
}

.pricing-table .icon-sm {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
}

.price-title {
	background: #0030cc;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
}

.feature-bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.process-bg-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.floating-video {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.play-icon {
	font-size: 18px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
}

.icon-center {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.process-steps li:not(:last-child) {
	margin-bottom: 50px;
}

.process-steps li:nth-child(odd) {
	margin-left: 70px;
}

@media (max-width: 991px) {
	.process-steps li:nth-child(odd) {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.process-steps li:nth-child(odd) {
		margin-left: 70px;
	}
}

.step-number {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 35px;
}

.bg-triangles {
	position: relative;
}

.bg-triangles::before {
	position: absolute;
	content: "";
	background: url(/skin/static/images/website/front/shape/triangle-double.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	height: 230px;
	width: 25%;
}

.bg-triangles::after {
	position: absolute;
	content: "";
	background: url(/skin/static/images/website/front/shape/triangle-double.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
	height: 230px;
	width: 25%;
	transform: rotate(180deg);
}

.bg-quote {
	position: relative;
}

.bg-quote::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 70px;
	height: 50px;
	transform: translateX(-50%);
	background: url(/skin/static/images/website/front/quetesion.png);
	background-repeat: no-repeat;
}

.icon-sm {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
}

.feature-bg-shape-1 {
	position: absolute;
	left: -150px;
	top: -400px;
	z-index: -1;
}

.feature-bg-shape-2 {
	position: absolute;
	left: 0px;
	top: -200px;
	z-index: -1;
}

.bg-map {
	position: relative;
}

.bg-map::before {
	position: absolute;
	background-image: url(/skin/static/images/website/front/background/map.png);
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 10%;
	height: 80%;
	width: 50%;
}

@media (max-width: 767px) {
	.bg-map::before {
		width: 100%;
		height: 40%;
	}
}

.testimonial-slider-single .slick-arrow {
	top: 100%;
}

.card {
	border: 0;
}

.card-img-sm {
	max-width: 60px;
	max-height: 60px;
}

.card-date {
	padding-left: 40px;
	position: relative;
}

.card-date::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 30px;
	background: #8b8e93;
	left: 0;
	top: 12px;
}

.card-active {
	background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
}

.card-active * {
	color: #fff;
}

.hover-bg-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
	z-index: -1;
	opacity: 0;
}

.hover-bg-primary .btn {
	transition: 0.2s ease;
}

.hover-bg-primary:hover {
	background: transparent;
}

.hover-bg-primary:hover:before {
	opacity: 1;
}

.hover-bg-primary:hover * {
	color: #fff !important;
}

.card-border-bottom:hover:after {
	width: 94%;
	border-radius: 0 0 20px 20px;
}

.card-border-bottom:after {
	content: "";
	position: absolute;
	width: 170px;
	height: 4px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 45px;
	background: linear-gradient(45deg, #003cff, #008fbf);
}

.icon-quote {
	border: 4px solid #e5e6e8;
	height: 40px;
	width: 40px;
	line-height: 37px;
	border-radius: 10px;
	font-size: 20px;
}

.icon {
	font-size: 25px;
}

.icon-lg {
	font-size: 50px;
}

.icon-bg-circle {
	position: relative;
}

.icon-bg-circle::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 68px;
	top: -35px;
	left: 15px;
	border-radius: 50%;
	background: inherit;
	opacity: 0.1;
}

.icon-bg-circle.icon-half::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	top: -20px;
	left: 0px;
	border-radius: 50%;
	background: inherit;
	opacity: 0.1;
}

.icon-bg-circle::before {
	z-index: 1;
	position: relative;
}

.fi.icon-bg-circle::before {
	top: -14px;
}

.fi.icon-bg-circle.icon-half::before {
	top: 0px;
}

.fa.fa-rotate-270.icon-bg-circle::after {
	top: 15px;
}

.fa.fa-rotate-270.icon-bg-circle.icon-half::after {
	top: 0px;
}

.icon-bg-square {
	position: relative;
}

.icon-bg-square::after {
	content: "";
	position: absolute;
	top: -55px;
	left: 73%;
	width: 75px;
	height: 75px;
	transform: rotate(50deg) scale(0.8) skew(-1deg, -15deg) translateX(16px) translateY(97px);
	background: #f5f6f7;
}

.icon-bg-square::before {
	z-index: 1;
	position: relative;
}

.icon-primary {
	color: #062caf;
}

.icon-yellow {
	color: #f6a622;
}

.icon-purple {
	color: #7952f5;
}

.icon-cyan {
	color: #02d0a1;
}

.icon-red {
	color: #ff4949;
}

.icon-orange {
	color: #ff7c17;
}

.icon-green {
	color: #66cc33;
}

.icon-blue {
	color: #3682ff;
}

.icon-bg-primary::after {
	background: #062caf;
}

.icon-bg-yellow::after {
	background: #f6a622;
}

.icon-bg-purple::after {
	background: #7952f5;
}

.icon-bg-cyan::after {
	background: #02d0a1;
}

.icon-bg-red::after {
	background: #ff4949;
}

.icon-bg-green::after {
	background: #66cc33;
}

.icon-bg-orange::after {
	background: #ff7c17;
}

.icon-bg-blue::after {
	background: #3682ff;
}

.team-member {
	position: relative;
}

.team-member:hover .team-member-content::before {
	height: 100%;
	transition: 0.3s ease;
}

.team-member:hover .team-member-name,
.team-member:hover .team-member-designation {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.team-member:hover .team-member-social {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	transition-delay: 0.4s;
}

.team-member-content {
	position: absolute;
	height: 40%;
	width: 80%;
	left: 10%;
	bottom: 10%;
	z-index: 1;
}

.team-member-content::before {
	position: absolute;
	content: "";
	height: 0;
	width: 100%;
	transition: 0.5s ease;
	background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
	bottom: 0;
	border-radius: 10px;
	left: 0;
	z-index: -1;
}

.team-member-name {
	transform: translateY(100px);
	opacity: 0;
	transition: 0.4s ease;
	transition-delay: 0s;
}

.team-member-designation {
	transform: translateY(100px);
	opacity: 0;
	transition: 0.4s ease;
	transition-delay: 0s;
}

.team-member-social {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	transition-delay: 0s;
}

.category-slider .slick-slide {
	margin-bottom: 40px;
}

.category-slider .nextarrow::before {
	left: calc(60% + 10px);
	border-color: #00e0d8;
}

.category-slider .nextarrow::after {
	width: 25px;
	background: #00e0d8;
}

.blog-slider .arrow-left,
.blog-slider .arrow-right {
	position: absolute;
	top: -80px;
	right: 0;
	cursor: pointer;
}

.blog-slider .arrow-right {
	right: 17px;
}

.blog-slider .arrow-left {
	right: 77px;
	z-index: 1;
}

.widget {
	padding: 40px 30px 0;
}

.search-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
}

.tag-list li a {
	padding: 12px 15px;
	display: block;
	border-radius: 40px;
}

.tag-list li a:hover {
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	color: #fff !important;
}

blockquote {
	box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.596);
	padding: 34px 40px 37px 40px;
	background-image: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
	border-radius: 10px;
	margin: 40px 0;
}

blockquote p {
	position: relative;
	font-style: italic;
	color: #fff;
}

blockquote h6 {
	color: #fff;
}

.media img {
	height: 75px;
	width: 75px;
}

.media .reply-btn {
	font-size: 16px;
	font-weight: 500;
}

form textarea {
	height: 180px;
}

.footer {
	margin-top: 140px;
	padding-top: 140px;
}

@media (max-width: 991px) {
	.footer {
		padding-top: 0;
		margin-top: 0;
	}
}

footer .logo-footer {
	background-color: #2ba6cb;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

footer h2.footer-title-website {
	display: inline-block;
	font-size: 1.7rem;
	padding-top: 5px;
	padding-left: 10px;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 1.5rem !important;
}

footer h3 a {
	color: #fff;
}

footer .list-hover-underline.submenu_footer h4{
	font-size: 15px;
}

.subscription {
	position: absolute;
	width: 100%;
}

.subscription .ask_demo{
	font-size: 25px;
	font-family: Poppins,sans-serif;
	text-transform: inherit;
	font-weight: 500;
	line-height: 1.2;
	transition: .2s ease;
}

@media (max-width: 991px) {
	.subscription {
		background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
		position: static;
	}
}

.subscription.bg-white {
	background: none !important;
}

.subscription.bg-white .subscription-wrapper::before {
	background: #fff;
}

@media (max-width: 991px) {
	.subscription.bg-white {
		background: #fff;
	}
}

.subscription.bg-white .form-control {
	border: 1px solid #ebebeb !important;
}

.subscription-wrapper {
	position: relative;
	top: -40px;
}

@media (max-width: 991px) {
	.subscription-wrapper {
		top: 0;
		padding: 50px 0;
	}
}

.subscription-wrapper::before {
	position: absolute;
	content: "";
	border-radius: 0 30px 0 30px;
	width: 100%;
	height: 200px;
	left: 0;
	background: linear-gradient(80deg, rgb(0, 48, 204) 0%, rgb(0, 164, 219) 100%);
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.subscription-wrapper::before {
		display: none;
	}
}

.subscription-wrapper .form-control {
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 45px;
}

.subscription-wrapper .form-control:focus {
	background: rgba(255, 255, 255, 0.1);
	outline: 0;
	box-shadow: none;
}

.subscription-wrapper .form-control::-moz-placeholder {
	color: #8b8e93;
}

.subscription-wrapper .form-control::placeholder {
	color: #8b8e93;
}

.subscription-wrapper .form-control.text-white::-moz-placeholder {
	color: #fff;
}

.subscription-wrapper .form-control.text-white::placeholder {
	color: #fff;
}

.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
	display: block;
}

.row.equal-cols>[class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.item-solution h3{
	font-size: 18px;
}

.item-solution.actif .fa {
	background-color: #00e0d8 !important;
	color: #fff !important;
}

.bloc-benefice {
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
}

.bloc-benefice .card-body {
	padding: 0rem;
}

.bloc-benefice .bloc-image-benefice {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	width: 100%;
	display: inline-block;
}

.bloc-benefice .bloc-image-benefice .number {
	display: inline-block;
	float: left;
	width: 40%;
}

.bloc-benefice .bloc-image-benefice .image {
	display: inline-block;
	float: left;
	width: 60%;
	text-align: center;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bloc-benefice .bloc-content-benefice {
	background-color: #fff;
	padding: 1rem;
	clear: both;
}

.bloc-benefice.pt-5 {
	padding-top: 1.5rem !important;
}

.carousel-client .slide .p-2 {
	padding: 3rem !important;
}

.vbox-close {
	display: none;
}

.close_popup {
	display: inline-block;
	vertical-align: middle;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
}


.close_popup .close_modal {
	display: inline-block;
	text-align: center;
	color: #00e0d8;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	cursor: pointer;
}

.close_popup .close_modal .icon-close {
	font-size: 26px;
}

/*.close_popup .close_modal:hover{
   transform: rotate(225deg);
}*/

.items_fonctionnalite.fi {
	line-height: 68px;
}

.items_fonctionnalite.fg {
	line-height: 68px;
}


#faq.accordion .accordion-item {
	border-bottom: 1px solid #00e0d8;
}

#faq.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #00e0d8;
}

#faq.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #8b8e93;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

#faq.accordion button:hover,
#faq.accordion button:focus {
	cursor: pointer;
	color: #00e0d8;
}

#faq.accordion button:hover::after,
#faq.accordion button:focus::after {
	cursor: pointer;
	color: #00e0d8;
	border: 1px solid #00e0d8;
}

#faq.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}

#faq.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

#faq.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}

#faq.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

#faq.accordion button[aria-expanded='true'] {
	color: #242f3e;
}

#faq.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}

#faq.accordion button[aria-expanded='true']+.accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

#faq.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

#faq.accordion .accordion-content p {
	font-size: 1rem;
	margin: 2em 0;
	color: #242f3e;
	font-weight: 400;
}


figure {
	align-items: center;
	align-self: flex-start;
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: center;
	top: 8rem;
}

@media screen and (min-width: 35rem) {
	figure {
		position: sticky;
	}
}

@media (max-width: 767px) {
	.solutions .order-last-solution {
		-ms-flex-order: 13;
		order: 13;
	}

	.figure-solution {
		padding-bottom: 30px;
	}

	#benefices .block-img img {
		width: 58% !important;
	}
}

#benefices .block-img {
	height: 130px;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
}

#benefices .block-key {
	display: inline-block;
	float: left;
	width: 40%;
}

#benefices .block-key .key {
	color: #fff;
	font-size: 1.6rem;
	padding: 1.25rem;
}

#benefices .img {
	text-align: center;
	display: inline-block;
	float: left;
	width: 60%;
}

#benefices .block-img img {
	width: 86%;
	padding: 1.25rem;
	transition: 0.3s ease;
	transform: scale(0.8);
	background: #fff;
	border-radius: 0 30px 0 30px;
	box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 12%);

}

#benefices .block-content {
	height: 220px;
}

@media (max-width: 991px) {
	.navbar .nav-item .nav-link {
		padding: 10px 15px;
		text-align: right;
	}

	.navbar .dropdown-menu {
		background-color: inherit;
		border: 0;
		box-shadow: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar .dropdown-item {
		text-align: right;
		color: #fff;
	}

	.navbar .dropdown-item:not(:last-child) {
		margin-bottom: 0px;
	}

	.navbar .btn-outline-primary {
		border: 0;
		width: 100%;
		margin: 0;
		margin-left: 0rem !important;
		padding: 15px 15px !important;
		text-align: right;
	}

	.navbar .btn-outline-primary.signup {
		padding-top: 10px !important;
	}


}


.gdpr-cookie-notice {
	position: fixed;
	background: #333;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: all ease 1s;
	transform: translateY(100%);
	z-index: 9997;
}

@media (max-width: 768px) {
	.gdpr-cookie-notice {
		flex-direction: column;
	}
}

.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
	transform: translateY(0);
	z-index: 99999;
}

.gdpr-cookie-notice-description {
	margin: 0;
	padding: 0 16px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

@media (max-width: 768px) {
	.gdpr-cookie-notice-description {
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 18px;
	}
}

.gdpr-cookie-notice-nav {
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 70px;
}

.gdpr-cookie-notice-nav-item {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	white-space: nowrap;
	color: #fff;

	font-size: 14px;
	font-family: "Poppins", sans-serif;
	text-transform: inherit;
	padding: 14px 20px;
	border-radius: 45px !important;
	font-weight: 500;
	border: 1px solid;
	position: relative;
	z-index: 1;
	transition: 0.3s ease-in;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #00e0d8;
}


.gdpr-cookie-notice-nav-item:hover {
	text-decoration: none;
	color: #fff;
}

.gdpr-cookie-notice-nav-item-btn {
	background: #00bcd4;
	border-radius: 3px;
	margin-left: 10px;
}


.gdpr-cookie-notice-nav-item-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	z-index: -1;
	transition: ease 0.3s;
}

.gdpr-cookie-notice-nav-item-settings:hover {
	color: #fff !important;
	background: none;
	border: 2px solid #00e0d8;
}

.gdpr-cookie-notice-nav-item-settings:after {
	content: "";
	position: absolute;
	top: 0;
	left: -102%;
	width: 102%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	z-index: -1;
	transition: ease 0.3s;
}

.gdpr-cookie-notice-nav-item-settings:hover:after {
	left: 0;
}

.gdpr-cookie-notice-nav-item-btn:hover {
	color: #fff !important;
}

.gdpr-cookie-notice-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: rgba(1, 0, 0, 0.5);
	overflow: auto;
	align-items: center;
	padding: 20px 10px;
	display: none;
}

.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
	display: flex;
	z-index: 9999;
}

.gdpr-cookie-notice-modal-content {
	width: 470px;
	border-radius: 6px;
	background: #fff;
	margin: auto;
}

.gdpr-cookie-notice-modal-header {
	display: flex;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f4f5f7;
	width: 100%;
	height: 65px;
	font-size: 0px;
	position: relative;
	z-index: 2;
	padding: 4px 20px 4px 20px;
	background: #fff;
	-webkit-box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
	box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 12px, 12px, 0px, 0px;
	-moz-border-radius: 12px, 12px, 0px, 0px;
	border-radius: 12px, 12px, 0px, 0px;
}

.gdpr-cookie-notice-modal-title {
	color: #00e0d8 !important;
	line-height: 18px;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 18px;
	font-family: "Poppins", "Open Sans", sans-serif;
	padding: 14px 0px;
	line-height: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	max-width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gdpr-cookie-notice-modal-close {
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	position: relative;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
}

.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
	width: 18px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #00e0d8;
}

.gdpr-cookie-notice-modal-close:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.gdpr-cookie-notice-modal-close:hover {
	transform: rotate(225deg);
	opacity: 1;
}

.gdpr-cookie-notice-modal-close:hover:before,
.gdpr-cookie-notice-modal-close:hover:after {
	background: #00bcd4;
}

.gdpr-cookie-notice-modal-cookies {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
	margin: 0;
	max-width: initial;
	-webkit-transition: 100%;
	-moz-transition: 100%;
	-ms-transition: 100%;
	-o-transition: 100%;
	transition: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.gdpr-cookie-notice-modal-cookie {
	display: block;
	border-bottom: 1px solid #f4f5f7;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.gdpr-cookie-notice-modal-cookie-row {
	display: flex;
	align-items: center;
	padding: 12px 16px;
}

.gdpr-cookie-notice-modal-cookie-title {
	font-weight: 300;
	font-size: 15px;
	color: #8b8e93;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.gdpr-cookie-notice-modal-cookie-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #8b8e93 transparent transparent transparent;
	content: '';
	display: block;
	position: absolute;
	right: -17px;
	top: 50%;
	margin-top: -2px;
	transition: all ease 0.3s;
}

.open .gdpr-cookie-notice-modal-cookie-title:after {
	transform: rotate(180deg);
}

.gdpr-cookie-notice-modal-cookie-state {
	color: #8b8e93;
	margin-left: auto;
	font-size: 15px;
}

.gdpr-cookie-notice-modal-cookie-input {
	opacity: 0;
}

.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch {
	background: #8b8e93;
	box-shadow: inset 0px 0px 0px 1px #8b8e93;
}

.gdpr-cookie-notice-modal-cookie-input-switch {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: inset 0px 0px 0px 1px #bdbdbd;
	margin: 0 0 0 auto;
	position: relative;
	transition: all ease 0.3s;
	cursor: pointer;
}

.gdpr-cookie-notice-modal-cookie-input-switch:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url('data:image/svg+xml; utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
	content: '';
	display: block;
}

.gdpr-cookie-notice-modal-cookie-info {
	margin: 0;
	padding: 0 16px 12px 16px;
	font-size: 13px;
	color: #8b8e93;
	line-height: 16px;
	display: none;
}

.open .gdpr-cookie-notice-modal-cookie-info {
	display: block;
}

.gdpr-cookie-notice-modal-footer {
	background: #f4f5f7;
	display: inline-block;
	text-align: right;
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 50px;
	font-size: 0px;
	position: relative;
	z-index: 2;
	padding: 12px 12px 6px 20px;
	background: #fff;
	-webkit-box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
	box-shadow: 0px, 0px, 6px, 0px, rgba(0, 0, 0, 0.24);
}

.gdpr-cookie-notice-modal-footer-item {
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	margin: 0;
	position: relative;
	display: block;
	position: initial;
	width: auto;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: none;
	display: inline-block;
	color: #fff;
	font-family: "Poppins", "Open Sans", sans-serif;
	padding: 19px 0px;
	margin-left: 20px;
	text-transform: uppercase;
	background: none;
	font-size: 13px;
	text-transform: inherit;
	padding: 0px 45px;
	border-radius: 45px !important;
	font-weight: 500;
	border: 1px solid;
	position: relative;
	z-index: 1;
	transition: 0.3s ease-in;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #00e0d8;
}

.gdpr-cookie-notice-modal-footer-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 168, 244) 0%, rgb(2, 209, 161) 100%);
	z-index: -1;
	transition: ease 0.3s;
}

.gdpr-cookie-notice-modal-footer-item:hover {
	color: #fff;
}

.gdpr-cookie-notice-modal-footer-item-statement {
	margin-left: 0px;
}

.gdpr-cookie-notice-modal-footer-item-btn {
	padding: 0 16px;
	color: #fff;
	position: relative;
}

.gdpr-cookie-notice-modal-footer-item-btn span {
	transition: all ease 0.3s;
}

.gdpr-cookie-notice-modal-footer-item-btn.saved span {
	opacity: 0;
}

.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
	opacity: 1;
}

.gdpr-cookie-notice-modal-footer-item:hover {
	text-decoration: none;
	opacity: 1;
}

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

.mention-policiy h2 {
	font-size: 24px;
	text-align: left;
}

.mention-policiy p {
	text-align: left;
}


.box:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .1);
	font-size: 0;
	padding: 0;
	border-width: 3px;
	line-height: 200px;
	opacity: 1;
	transform: scale(1.2);
	z-index: 2;
}

.box:hover [class*="loader-"] {
	font-size: 70px;
	line-height: 200px;
}

.website_offline_2022:not(.no_preloader) [class*="loader-"]{
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	color: inherit;
	vertical-align: middle;
	pointer-events: none;
}

.loader-icone {
	background-color: currentcolor;
	border-radius: 50%;
	animation: loader-icone 1s infinite ease-in-out;
}

@keyframes loader-icone {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.solutions .image-solutions {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 280px;
}

.title-solution{
	padding-top: 0rem!important;
	font-size: 18px;
}

.clients .title-client {
	padding-top: 30px;
}

.solutions .bloc-solution img {
	height: 200px;
}

.solutions .bloc-solution .description {
	min-height: 75px;
}

.img-client{
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 60px;
}

#benefices {
	padding-top: 230px;
}

@media (max-width: 991px) {
	#benefices {
		padding-top: 50px;
	}
}

.modal-plan {
	padding-top: 50px;
	padding-bottom: 10px;
}

.modal-plan .table#plans .titre td {
	font-weight: 600;
	font-size: 16px;
}

.modal-plan.fonctionnalite .card-body {
	padding: 0;
}

.modal-plan.fonctionnalite .card-body .icon {
	display: inline-block;
	float: left;
	width: 20%;
	height: 80px;
	vertical-align: middle;
}

.modal-plan.fonctionnalite .card-body .title {
	display: inline-block;
	float: left;
	width: 80%;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
}

.modal-plan.fonctionnalite .card-body .title h4 {
	vertical-align: middle;
	height: 80px;
	text-align: left;
	padding-left: 15px;
}

.modal-plan.fonctionnalite .card-body .description {
	text-align: justify;
}

.section-fonctionnalites .description {
	text-align: justify;
}

.condition {
	padding-top: 140px;
}

.prices .price {
	font-size: 35px;
}

.prices .btns-bottom .bloc-links {
	display: inline-block;
	float: left;
	width: 50%;
}

.prices .btns-bottom .bloc-links .onboarding {
	padding: 5px 15px;
}

.prices .btns-bottom .details {
	display: inline-block;
	float: left;
	width: 50%;
}

.prices .btns-bottom .details .link-fonctionnalite {
	padding: 5px 15px;
}

.main-footer {
	padding-bottom: 40px;
	padding-top: 0px;
}

.main-footer.with_demo {
	padding-top: 140px;
}

#benefices h3.mt-4 {
	min-height: 50px;
	line-height: 25px;
	font-size: 22px;
}

#content.custom1 {
	margin-top: 95px;
}

.section-video {
	padding-top: 100px;
	padding-bottom: 100px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

/* L'enfant */
.videoWrapper #video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_opaque::after {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
	content: "";
	opacity: 0.3;
	border-radius: inherit;
}

@media (max-width: 991px) {
	.navbar .btn-outline-primary.signin::after {
		display: none;
	}

	.navbar .btn-outline-primary.signup::after {
		display: none;
	}

	.main-footer {
		padding-bottom: 40px;
		padding-top: 30px;
	}

	.main-footer.with_demo {
		padding-top: 30px;
	}

	.naviagtion .navbar .navbar-collapse .navbar-nav.mx-auto {
		margin-bottom: 0px;
	}
}

footer .border-address {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.switch-container {
	width: 50px;
	height: 26px;
	margin: 0 5px;
	border: 2px solid #ced4da;
	border-radius: 100px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.switch-container--box {
	width: 20px;
	height: 20px;
	background: #5599ff;
	border-radius: 50%;
	margin: 0 3px;
	transition: transform 300ms;
}

.switch-container--box--move {
	transform: translateX(100%);
}

.price-switch {
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", "Open Sans", sans-serif;
}


.bloc_question_users {
	display: flex;
	justify-content: right;
	align-items: center;
}

.bloc_question_users label {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.bloc_question_users {
		text-align: center !important;
	}
}

.bloc_user {
	position: relative;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-top: 25px;
}

.bloc_user #nb_users {
	height: 30px;
	padding: 0 10px;
}

.bloc_user i {
	position: absolute;
	right: 12px;
	top: 25px;
	color: gray;
}


.naviguation_buttons {
	position: absolute;
	bottom: 15px;
	top: inherit;
	right: 20px;
}


.vbox-overlay .vbox-next {
	display: none;
}

.vbox-overlay .vbox-prev {
	display: none;
}


.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/skin/static/images/website/video/poster.webp');
	background-size: 100%;
	border: none;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.videoPoster:hover {
	cursor: pointer;
}

.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background-color: rgba(255, 255, 255, 0.79);
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}

.videoPoster:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -23px 0 0 -14px;
	border-left: 40px solid #00e0d8;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
	border-color: #00e0d8;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
	border-left-color: #00e0d8;
}

.videoPoster:focus {
	outline-offset: -2px;
}

.videoPoster:focus:before {
	border-radius: 100%;
}

.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}

.section.solution_complet {
	padding-top: 240px;
}

.section.best_solution .first_row {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section.custom_success_program .list-unstyled .d-flex .fa {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.section.custom_success_program .list-unstyled .d-flex h5 {
	height: 35px;
	vertical-align: middle;
}

.section.custom_success_program .block_btn {
	padding-top: 20px;
}
