body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #053740;
	color: rgba(255, 255, 255, 0.5);
	width: 100% !important;
	height: 100% !important;
}

h1 {
	font-weight: 400;
}

h2 {
	line-height: 20px;
	margin: 0;
	color: #25BAD0;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}

h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 17px;
}

p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #fff;
}

a:hover, a:focus {
	text-decoration: none;
	color: #25BAD0;
}

ul, ol {
	list-style: none;
}

.simple-h2 {
	line-height: 20px;
	margin: 0;
	color: #25BAD0;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 400;
	text-transform: none !important;
	padding-bottom: 10px;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.col-margin-left {
	margin-left: 10px;
}

.one-col-paragraph {
	display: inline-block;
	text-align: left;
	padding: 10px;
}

.dark-bgcolor {
	background-color: #03252b;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu a.navbar-brand i.fa {
	color: #25BAD0;
}

.menu-link {
	text-transform: none;
	color: #03252b !important;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

.menu-link:hover {
	color: #25BAD0 !important;
}

.on {
	background-color: #FDF2E9 !important;
	padding: 0 !important;
}

.navbar-right {
	margin-right: 0px;
	margin-top: 8px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #25BAD0 !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #25BAD0;
	border-color: #25BAD0;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFFFFF;
}

.navbar-collapse.in {
	background-color: #FFFFFF;
}

.navbar-header {
	width: 100% !important;
}

.navbar-collapse>ul {
	float: none !important;
	display: inline-block;
}

.logoE2B {
	width: 210px;
	height: 60px;
}

.btn-default {
	color: #25BAD0;
	background-color: transparent;
	border: 2px solid #25BAD0;
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
	.btn-default.active {
	color: #053740;
	background-color: #25BAD0;
	border-color: #25BAD0;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus,
	.btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* ****************** APP STYLES ****************** */
.form-title {
	text-align: center;
	text-transform: none !important;
	color: #0FA1B7;
}

.form-comment {
	text-align: center;
	color: #D95347;
	font-size: 24px;
}

.wrapper-logo {
	float: left;
}

.wrapper-lang {
	float: left;
	margin: 25px 0 0 25px;
	color: #03252b;
}

.current-link {
	background-color: #0FA1B7;
	padding: 3px;
}

.current-link>a {
	color: white !important;
}

.hris-link {
	font-size: 18px;
	text-decoration: underline;
	color: #F6A837;
	font-weight: bold;
}

.btn-radius-blue {
	background-color: #0D8CA0 !important;
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 15px !important;
	border-radius: 15px;
	padding: 15px !important;
	text-transform: uppercase;
}

.btn-radius-blue:hover {
	background-color: white !important;
	color: #03252B !important;
}

.btn-radius-dark {
	background-color: #03252B !important;
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 15px !important;
	border-radius: 15px;
	padding: 15px !important;
	text-transform: uppercase;
}

.btn-radius-dark:hover {
	background-color: white !important;
	color: #03252B !important;
}

.btn-orange {
	background-color: #F6A837 !important;
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 15px !important;
	border-radius: 3px;
	padding: 20px;
}

.btn-pink {
	background-color: #FF6699 !important;
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 15px !important;
	border-radius: 3px;
	padding: 20px;
}

.btn-dark {
	background-color: #053740 !important;
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 15px !important;
	border-radius: 3px;
	padding: 20px;
}

.login-link {
	float: left;
	margin: 25px 0 0 25px;
	text-decoration: underline;
	color: #03252B !important;
	display: inline-block;
	font-weight: bold;
}

.login-link:hover {
	color: #0D8CA0 !important;
}

.orange-link {
	color: #FD8127 !important;
}

.orange-link:hover {
	color: #03252b !important;
	text-decoration: underline !important;
}

.btn-app {
	padding: 20px;
	display: inline-block;
	color: #fff;
	background-color: #0D8CA0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	min-width: 234px;
}

.btn-app:hover {
	background-color: #03252b;
	color: #0FA1B7;
}

.bloc-title {
	color: white;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.bloc-sub-title {
	color: #25BAD0 !important;
	text-transform: uppercase;
}

.margin-less {
	margin: 0px;
}

.border-img {
	border: 3px solid #0FA1B7;
}

.page-th {
	text-align: center;
	background-color: #053740;
	border: 1px solid #f9f9f9;
	color: white;
	padding: 15px;
	font-weight: bold;
}

.page-td {
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #ffffff;
	color: #03252b;
	padding: 15px;
}

.feature-th {
	text-align: center;
	background-color: #053740;
	border: 1px solid #f9f9f9;
	color: white;
	padding: 15px;
	font-weight: bold;
}

.feature-td {
	text-align: center;
	border: 1px solid #ffffff;
	color: #03252b;
	padding: 15px;
}

.feature-tr-gray {
	background-color: #f9f9f9;
}

.feature-tr-white {
	background-color: #ffffff;
}

/* ****************** HOME SECTION ****************** */
#header {
	height: 100%;
}

.intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: url(../../images/keyboard.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

.intro .overlay {
	padding: 100px 0;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.section-title {
	padding: 25px;
}

.intro H1 {
	font-size: 50px;
	letter-spacing: 2px;
	color: #FD8127;
	font-weight: 700;
}

.intro H2 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.9);
}

.intro .brand {
	color: #0D8CA0;
	font-weight: 700;
	font-size: 54px;
}

.intro .intro-text p {
	font-size: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.9);
}

.intro .intro-text {
	padding-top: 80px;
	padding-bottom: 10px;
}

.intro-btn {
	padding: 70px 100px;
}

/* ****************** SVG Section ****************** */
.svg-top-empty {
	height: 180px;
	background-color: #FDF2E9;
}

.svg-container {
	width: 100% !important;
	overflow: hidden;
}

.svg-section {
	position: relative;
	z-index: 1;
	padding: 0;
}

.svg-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.the-svg {
	position: relative;
	height: 100%;
}

.z-indexed {
	position: relative;
	z-index: 99;
}

.row-marged-4 {
	margin-top: 4%;
}

.row-marged-8 {
	margin-top: 8%;
}

/* ****************** About Section ****************** */
#about {
	padding: 60px 0 30px 0;
	background-color: #053740;
	color: rgba(255, 255, 255, 0.7);
}

#about h2 {
	color: white;
	margin-top: 2px;
	margin-bottom: 8px;
	text-transform: none;
}
#about .about-text {
	font-size: 22px;
	margin-top: 2px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.7);
}

/* ****************** Product Icon Section ****************** */
#product-icon {
	padding: 0 0 110px 0;
	background-color: white;
}
#product-icon h4 {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 24px;
}
#product-icon p {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #03252b;
}

#product-icon i.fa {
	font-size: 32px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #053740;
	width: 100px;
	height: 100px;
	padding: 33px 0;
	border: 1px solid #25BAD0;
	background: #25BAD0;
	border-radius: 50%;
}

.show-cursor {
	cursor: pointer;
}
/* ****************** --- ****************** */
.dark-check-symbol {
	color: #FF6699;
	font-weight: bold;
	font-size: 50px;
	margin-right: 15px;
}

.orange-check-symbol {
	color: #F6A837;
	font-weight: bold;
	font-size: 50px;
	margin-right: 15px;
}

.blue-check-symbol {
	color: #25BAD0;
	font-weight: bold;
	font-size: 50px;
	margin-right: 15px;
}

.check-text {
	position: relative;
	top: -10px;
	font-size: 22px;
}

.bull-symbol {
	color: #25BAD0;
	font-weight: bold;
	font-size: 22px;
}

.container-info {
	padding: 0 8%;
}

.th-info {
	background-color: #25BAD0;
	color: #03252b;
	margin-bottom: 1px;
	font-weight: bold;
}

.td-info {
	background-color: #03252b;
	color: white;
	margin-bottom: 1px;
}

.td-contact {
	background-color: white;
	margin-bottom: 1px;
}

.td-contact a {
	color: #03252b;
}

p.text-showcase {
	padding: 100px 10px 30px 0;
}

.empty-svg {
	height: 200px;
	background-color: white;
}

.empty-svg .container {
	height: 100%;
}

/* ****************** TRACKING Section ****************** */
#tracking {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}

/* ****************** Why Section ****************** */
#why {
	padding: 20px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#why h2 {
	color: #F6A837;
	text-transform: uppercase;
	line-height: normal;
}

#why p {
	color: #03252b;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.8;
}

/* ****************** LEAVE Section ****************** */
#leave {
	padding: 10px 0;
	background: #053740;
	color: rgba(255, 255, 255, 0.7);
}

#leave h2.main-leave {
	color: #25BAD0;
	text-transform: uppercase;
	line-height: normal;
}

#leave h2.sub-leave {
	color: #25BAD0;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	display: inline;
}

#leave h4 {
	color: #25BAD0;
	text-transform: uppercase;
}

#leave p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

/* ****************** Activity Section ****************** */
#activity {
	padding: 20px 0 40px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#activity h2.main-activity {
	color: #03252b;
	text-transform: uppercase;
	line-height: normal;
}

#activity h2.sub-activity {
	color: #03252b;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	display: inline;
}

#activity p {
	color: #03252b;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

/* ****************** Project Section ****************** */
#project {
	padding: 90px 0 70px 0;
	color: rgba(255, 255, 255, 0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32, 166, 187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb',
		endColorstr='#25bad0', GradientType=0); /* IE6-9 */
}

#project h2 {
	color: rgba(255, 255, 255, 0.8);
	line-height: normal;
}

#project p {
	color: #03252b;
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
}

/* ****************** TRUST Section ****************** */
#trust {
	padding: 90px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#trust h2 {
	color: #03252b;
	line-height: normal;
}

/* ****************** Contact Section ****************** */
#contact {
	background: url(../../images/contact-bg.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

#contact .overlay {
	padding: 50px 0 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
	background: -moz-linear-gradient(top, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740',
		endColorstr='#bf053740', GradientType=0); /* IE6-9 */
}

#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#contact form {
	padding: 20px 0;
}

#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}

#contact .text-danger {
	color: #ff6600;
	text-align: left;
}

#contact span {
	font-size: 22px;
}

#contact .flag-bzh {
	margin-top: -18px;
}

label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.form-control:-moz-placeholder {
	color: #ccc;
}

.form-control::-moz-placeholder {
	color: #ccc;
}

.form-control:-ms-input-placeholder {
	color: #ccc;
}

#contact .btn {
	margin-top: 20px;
}

#contact .social {
	margin-top: 80px;
}

#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}

#contact .social i.fa:hover {
	color: #25BAD0;
}

/******************** Section *******************/
.page-section {
	padding: 70px 30px;
	background-color: #ffffff;
	color: #03252b;
}

.page-section h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

.orange-sub-title {
	font-weight: bold;
	color: #F6A837;
}

.link-in-text {
	font-weight: bold;
	color: #0FA1B7;
	font-size: 22px;
}

/* ****************** Footer Section ****************** */
#footer {
	position: relative;
	z-index: 39999;
	background: #03252b;
	padding: 25px 0 20px 0;
}

#footer a {
	color: #aaa;
	font-size: 18px;
	text-decoration: underline;
}

#footer a:hover {
	color: #25BAD0;
}

#footer .footer-title {
	font-size: 24px;
	color: #25BAD0;
	text-transform: uppercase;
	line-height: normal;
	margin: 10px;
}

.footer-hr {
	width: 100%;
	height: 1px;
	background-color: #F6A837;
}

.href-customer {
	padding: 10px ! important;
	text-decoration: none !important;
}

#footer .guide {
	color: #F6A837;
	font-size: 18px !important;
	text-decoration: none !important;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	font-size: 18px;
}

#footer p.links-practical {
	margin: 0;
}

/* ****************** Media Queries ****************** */
@media ( max-width : 1024px) {
	.intro H1 {
		font-size: 42px;
	}
	header .intro-text {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#about img {
		margin-bottom: 20px;
	}
}

#checkCGVU {
	display: inline-block !important;
}

#stayLoggedIn {
	display: inline-block !important;
}

/* ZOOM IMAGE */
#menu {
	z-index: 199999;
}

input[type=checkbox] {
	display: none;
}

.wrapimage label {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 188888;
}

.wrapimage img {
	margin: 100px 0;
	transition: transform 0.25s ease;
	cursor: zoom-in;
}

input[type=checkbox]:checked ~ label>img {
	transform: scale(2);
	cursor: zoom-out;
}

/* **************** SIMULATOR PANEL **************** */
.full-container {
	width: 100% !important;
}

#simulator .container {
	width: auto !important;
	background-color: #03252b;
	color: white;
	padding: 10px;
}

#simulator .the-title {
	font-size: 28px;
	font-weight: bold;
	color: #25BAD0;
	text-transform: uppercase;
}

.links-simulator {
	text-align: left;
}

.a-link-simulator span {
	color: #25BAD0 !important;
}

.a-link-simulator a {
	color: white;
	font-size: 20px !important;
}

.a-link-simulator a:hover {
	color: #25BAD0;
}

#linkshare .container {
	margin-top: 50px;
}

#linkshare .container {
	width: auto !important;
	background-color: white;
	color: white;
	padding: 10px;
}

/* **************** WRAP-VIDEO PANEL **************** */
.wrapvideo {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.wrapvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-title {
	font-weight: bold;
	font-size: 48px;
	color: white;
	padding-top: 20%;
	display: block;
	text-align: center;
}

/** **************** DROPDOWN MENU STYLES **************** **/
.dropdown-link {
	display: inline-block;
	color: #03252b;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	font-size: 18px;
}

.dropdown-link:hover {
	color: #25BAD0;
}

.modal {
	z-index: 899999 !important;
}

.modal-title {
	color: #0FA1B7 !important;
}

.modal-close {
	font-size: 52px !important;
}

.modal-fullscreen {
	padding: 5% !important;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.modal-content {
	height: auto;
	min-height: 100%;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}

.product-menu {
	left: 50% !important;
	right: auto !important;
	text-align: center;
	transform: translate(-40%, 0);
	z-index: 49999 !important;
}

.navbar-nav>.open>a {
	background-color: #25BAD0 !important;
	color: white !important;
}

.product-menu>.container {
	background-color: white;
}

.product-category {
	color: #0FA1B7;
	font-weight: bold;
	display: block;
	margin: 25px;
	font-size: 20px;
	height: 50px;
	text-align: center;
}

.simul-category {
	color: #F6A837;
	font-weight: bold;
	display: block;
	margin: 25px;
	font-size: 20px;
	height: 50px;
	text-align: center;
}

.btn-open-modal {
	margin-bottom: 0.5em;
	cursor: pointer;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

i.fa-tracking {
	font-size: 14px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: #053740;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	background: #25BAD0;
	border-radius: 50%;
}

i.fa-working {
	font-size: 14px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: white;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	background: #03252b;
	border-radius: 50%;
}

i.fa-planning {
	font-size: 14px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: white;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	background: #F6A837;
	border-radius: 50%;
}

i.fa-simul {
	font-size: 14px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: white;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	background: #999999;
	border-radius: 50%;
}

i.fa-video {
	font-size: 14px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: white;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	background: #D95347;
	border-radius: 50%;
}

i.fa-brochure {
	font-size: 20px;
	margin-bottom: 9px;
	transition: all 0.5s;
	color: white;
	width: 40px;
	height: 40px;
	padding: 10px 0;
	background: #25BAD0;
	border-radius: 50%;
}

.wrap-simul-items {
	background: #f0f0f0;
	margin-right: 5px;
}

/* **************** LINKER PANEL **************** */
#linker {
	z-index: 29999 !important;
	width: 350px;
	right: 0;
	margin: 5px;
	float: right;
}
#linker .container {
	width: auto !important;
	background-color: #f0f0f0;
	color: #03252b;
	padding: 10px;
	text-align: center;
}
#linker .the-title {
	font-size: 28px;
	font-weight: bold;
	color: #25BAD0;
}
.links-linker {
	text-align: left;
}
.a-link-linker a {
	color: #03252b;
	font-size: 18px !important;
	text-align: center;
}
.a-link-linker a:hover {
	color: #25BAD0;
}
.bg-gray {
	background: #f0f0f0 !important;
}
.orange-color {
	color: #F6A837 !important;
}
.blue-color {
	color: #25BAD0 !important;
}
.brochure-linker{
	background-color: #fff !important;
	margin: 0px !important;
}
.wrapper-brochure #product-linker-title{
	font-size: 20px !important;
	font-weight: bold;
	color : #FF6699 !important;
}

/** **************** BROCHURE **************** **/

.wrapper-brochure{
	margin: 20px 0 15px 50px;
	text-align: left;
}
.wrapper-brochure #product-orange-title {
	font-size: 28px !important;
	font-weight: bold;
	color: #FD8127 !important;
}
.wrapper-brochure a {
	display: inline-block !important;
	padding: 5px !important;
	font-size: 20px !important;
}

.wrapper-link-feature {
	font-size: 18px;
	font-weight: bold;
}

.wrapper-additional-module {
	background-color: #e7e7e7;
	color: #03252b;
	border-radius: 15px;
	padding: 10px;
}
.wrapper-brochure #product-pink-title{
	font-size: 28px !important;
	font-weight: bold;
	color : #FF6699 !important;
}
.dark-bgcolor{
	background-color: #053740  !important;
}

/** **************** TABLE OF CONTENT **************** **/
.link-table-of-contents{
	color: #0FA1B7;
	font-size: 18px !important;
	font-weight: bold;
	display: block;
	margin: 8px;
}
.link-table-of-contents:hover{
	color: #0FA1B7;
	font-size: 18px !important;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}
.ul-content{
	display: inline-block;
	font-size: 20px !important;
	text-align: left;
	padding: 10px;
}

/** SPINNER LOADER **/
.loader {
	display: inline-block;
	border: 16px solid #e7e7e7;
	border-radius: 50%;
	border-top: 16px solid #0FA1B7;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/** END SPINNER **/

.padding-10 {
	padding: 0px; !important;
}

.privacy-panel{
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 2147483611;
}
.privacy-center{
	background-color: #25bad0;
	color: #03252b;	
	text-align: center;
}
.privacy-center p a{
	color:white !important;
}
.privacy-center button{
	padding: 10px !important;
}

.comparator-detail div a {
	color: #0FA1B7 !important;
}