/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.arrow-pulse {
	-webkit-animation-name: arrow-pulse;
	animation-name: arrow-pulse;
}

.arrow-pulse-reverse {
	-webkit-animation-name: arrow-pulse-reverse;
	animation-name: arrow-pulse-reverse;
}

.accordion-popuper-even,
.accordion-popuper {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.t3.full .accordion-popuper-even:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #606365;
	background: #d6d8d8;
	font: 28px/1.3 "interstate", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #008cd1;
}

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

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #606365;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #606365;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #606365;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #606365;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #606365;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #606365;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "interstate";
	src: url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate.eot");
	src: url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate.eot?") format("embedded-opentype"), url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate.woff") format("woff"), url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "interstateBC";
	src: url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate-black-comp.eot");
	src: url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate-black-comp.eot?") format("embedded-opentype"), url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate-black-comp.woff") format("woff"), url("https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/fonts/interstate-black-comp.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.mob-warning {
	display: none;
	text-align: center;
	padding: 20px;
	font-size: 16px;
}

.mob-warning .aligncenter {
	max-width: 200px;
	margin-bottom: 20px;
}

.mob-warning .logo {
	float: none;
	width: 60%;
	margin-bottom: 20px;
	max-width: 200px;
}

.alignleft {
	float: left;
}

.alignleft + .text {
	overflow: hidden;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

#wrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 15px;
}

.w1 {
	position: relative;
}

.header,
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 32;
	padding: 4.4% 4.9% 10px;
}

.logo {
	float: left;
	width: 26.8%;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	max-width: none;
}

.logo-shine {
	float: right;
	width: 14.2%;
}

.logo-shine a {
	display: block;
}

.logo-shine img {
	width: 100%;
	max-width: none;
}

.intro-box {
	margin: 0 auto;
	text-align: center;
	color: #007bcd;
	width: 38%;
	line-height: 1.47;
	padding-right: 7.8%;
}

.intro-box .text {
	overflow: hidden;
	margin: 0 0 27px;
}

.intro-box p {
	margin: 0 0 9px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font: 31px/1.2 "interstateBC", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	background: #007bcd;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 18px rgba(96, 99, 101, .75);
	padding: 3px 16px 4px 24px;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 1px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.btn span {
	font-size: 25px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
}

.btn:hover {
	background: #0f648c;
}

.start-screen {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 200;
	background-size: cover;
	padding-top: 18.1%;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility 0s linear 0s, z-index 0s linear 0s;
	transition: opacity .3s linear, transform .3s linear, visibility 0s linear 0s, z-index 0s linear 0s;
}

.product-check .start-screen {
	opacity: 0;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	visibility: hidden;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility 0s linear .3s, z-index 0s linear .3s;
	transition: opacity .3s linear, transform .3s linear, visibility 0s linear .3s, z-index 0s linear .3s;
}

.start-screen #header {
	padding: 3.1% 2.3% 10px 5.2%;
}

.start-screen .logo {
	padding-top: 1.5%;
}

.start-screen .logo-bottom {
	bottom: 1.6%;
	right: 1.4%;
	width: 14.74%;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
	position: relative;
}

.carousel .slide .img-wrap img {
	width: 100%;
	max-width: none;
}

a.btn-prev-opener,
.btn-prev,
.btn-next {
	position: absolute;
    bottom: 5.2%;
    right: 49%;
	text-decoration: none;
	line-height: 1;
	color: #005074;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 70px 5px 0;
	margin-right: -9px;
	-webkit-transition: opacity .5s ease 0s, z-index 0s ease .5s;
	transition: opacity .5s ease 0s, z-index 0s ease .5s;
	font-weight: normal;
	font-size: 28px;
}

a.btn-prev-opener.disabled,
.btn-prev.disabled,
.btn-next.disabled {
	opacity: 0;
	z-index: -1;
}

a.btn-prev-opener span,
.btn-prev span,
.btn-next span {
	opacity: .65;
}

a.btn-prev-opener:hover,
.btn-prev:hover,
.btn-next:hover {
	text-decoration: none !important;
}

a.btn-prev-opener:hover span,
.btn-prev:hover span,
.btn-next:hover span {
	text-decoration: none;
	opacity: .5;
}

a.btn-prev-opener:after,
.btn-prev:after,
.btn-next:after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	right: 0;
	top: -5px;
	background: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/arrow-l.png) no-repeat;
	background-size: contain;
	width: 57px;
	height: 74px;
}

.btn-next {
	margin-right: -20px;
}

.btn-next:after {
	background-image: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/arrow-r.png);
	background-size: contain;
}

a.btn-prev-opener {
	bottom: 5.2%;
	color: #fff;
	font-size: 28px;
	z-index: 21;
}

a.btn-prev-opener span {
	opacity: .4;
}

a.btn-prev-opener:hover span {
	opacity: .65;
}

a.btn-prev-opener:after {
	background-image: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/arrow-l2.png);
	background-size: contain;
}

.t11.full a.btn-prev-opener {
	color: #005074;
	margin-right: -63px;
}

.t11.full a.btn-prev-opener:hover span {
	opacity: .4;
}

.t11.full a.btn-prev-opener span {
	opacity: .65;
}

.t11.full a.btn-prev-opener:after {
	background-image: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/arrow-l.png);
}

.slide-heading {
	font-size: 48px;
    position: absolute;
    left: 3.2%;
    top: 6%;
	z-index: 20;
	color: #007bcd;
	font-weight: normal;
	opacity: 1;
	margin: 0;
	letter-spacing: -1px;
}

.slide2 .slide-heading {
	right: 3.9%;
}

.t3.full .slide-heading {
	right: 22.5%;
	top: 5.7%;
}

.t11.full .slide-heading {
	right: 5.7%;
	top: 5.7%;
}

.logo-over {
	background: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/bg-glow2.png) no-repeat;
	background-size: 100% auto;
	width: 54.95%;
	height: 643px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo-b-over {
	background: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/bg-glow1.png) no-repeat 100% 100%;
	background-size: 100% auto;
	width: 32.8%;
	height: 291px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.accordion-popuper-even,
.accordion-popuper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.accordion-popuper-even li,
.accordion-popuper li {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
	width: 2.1100917431%;
	height: 3.8333333333%;
}

.accordion-popuper-even li .popup-wrap:before,
.accordion-popuper-even li:before,
.accordion-popuper li .popup-wrap:before,
.accordion-popuper li:before {
	content: "";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	border-radius: 2px;
	border: 2px solid #aeb1b1;
	box-shadow: 5px 5px 10px rgba(34, 25, 26, .35);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
}

.accordion-popuper-even li .popup-wrap:after,
.accordion-popuper-even li:after,
.accordion-popuper li .popup-wrap:after,
.accordion-popuper li:after {
	z-index: 3;
	content: "";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 43px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	opacity: 0;
	z-index: -5;
	-webkit-transition: none;
	transition: none;
	visibility: hidden;
}

.accordion-popuper-even li.activate .popup-wrap:before,
.accordion-popuper-even li.activate .popup-wrap:after,
.accordion-popuper-even li.activate:before,
.accordion-popuper-even li.activate:after,
.accordion-popuper-even li.active:after,
.accordion-popuper-even li.active:before,
.accordion-popuper li.activate .popup-wrap:before,
.accordion-popuper li.activate .popup-wrap:after,
.accordion-popuper li.activate:before,
.accordion-popuper li.activate:after,
.accordion-popuper li.active:after,
.accordion-popuper li.active:before {
	z-index: 2;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s linear .3s, visibility 0s linear 0s;
	transition: opacity .3s linear .3s, visibility 0s linear 0s;
}

.accordion-popuper-even li.bottom .popup-wrap:before,
.accordion-popuper-even li.bottom .popup-wrap:after,
.accordion-popuper-even li.bottom:after,
.accordion-popuper-even li.bottom:before,
.accordion-popuper li.bottom .popup-wrap:before,
.accordion-popuper li.bottom .popup-wrap:after,
.accordion-popuper li.bottom:after,
.accordion-popuper li.bottom:before {
	top: 22px;
	left: 38%;
	margin: 0 0 0 -18px;
}

.accordion-popuper-even li.bottom .popup-wrap:before,
.accordion-popuper-even li.bottom:after,
.accordion-popuper li.bottom .popup-wrap:before,
.accordion-popuper li.bottom:after {
	top: 36px;
	margin: 0 0 0 -26px;
	border-bottom: 11px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	height: 0;
	width: 63px;
	border-radius: 0;
	background: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-popuper-even li.top:before,
.accordion-popuper-even li.top:after,
.accordion-popuper li.top:before,
.accordion-popuper li.top:after {
	bottom: 20px;
	top: auto;
	left: 50%;
	margin: 0 0 0 -19px;
}

.accordion-popuper-even li.top:after,
.accordion-popuper li.top:after {
	bottom: 22px;
	margin: 0 0 0 -17px;
	border-radius: 100% 0 0 0;
}

.accordion-popuper-even li.top .popup-wrap:before,
.accordion-popuper-even li.top .popup-wrap:after,
.accordion-popuper li.top .popup-wrap:before,
.accordion-popuper li.top .popup-wrap:after {
	bottom: 54px;
	top: auto;
	width: 39px;
	height: 39px;
	left: 50%;
	margin: 0 0 0 -24px;
}

.accordion-popuper-even li.top .popup-wrap:after,
.accordion-popuper li.top .popup-wrap:after {
	bottom: 56px;
	width: 35px;
	height: 35px;
	margin: 0 0 0 -22px;
	border-radius: 100% 0 0 0;
}

.accordion-popuper-even li.left .popup-wrap:before,
.accordion-popuper-even li.left .popup-wrap:after,
.accordion-popuper-even li.left:after,
.accordion-popuper-even li.left:before,
.accordion-popuper li.left .popup-wrap:before,
.accordion-popuper li.left .popup-wrap:after,
.accordion-popuper li.left:after,
.accordion-popuper li.left:before {
	top: 50%;
	left: auto;
	right: 23px;
	margin: -22px 0 0 0;
}

.accordion-popuper-even li.left .popup-wrap:after,
.accordion-popuper-even li.left:after,
.accordion-popuper li.left .popup-wrap:after,
.accordion-popuper li.left:after {
	border-radius: 0 0 0 100%;
	right: 26px;
	height: 43px;
	margin: -20px 0 0 0;
}

.accordion-popuper-even li.right .popup-wrap:before,
.accordion-popuper-even li.right .popup-wrap:after,
.accordion-popuper-even li.right:after,
.accordion-popuper-even li.right:before,
.accordion-popuper li.right .popup-wrap:before,
.accordion-popuper li.right .popup-wrap:after,
.accordion-popuper li.right:after,
.accordion-popuper li.right:before {
	top: 104%;
	left: 41px;
    margin: -45px 0 0 0;
}

.accordion-popuper-even li.right .popup-wrap:after,
.accordion-popuper-even li.right:after,
.accordion-popuper li.right .popup-wrap:after,
.accordion-popuper li.right:after {
	border-radius: 0 100% 0 0;
	left: 43px;
	height: 43px;
	margin: -43px 0 0 0;
}

.accordion-popuper-even li.active,
.accordion-popuper li.active {
	z-index: 22;
}

.accordion-popuper-even li.active .popup-slider,
.accordion-popuper-even li.active .popup-slide,
.accordion-popuper li.active .popup-slider,
.accordion-popuper li.active .popup-slide {
	z-index: 2;
}

.accordion-popuper-even li.active .activate,
.accordion-popuper li.active .activate {
	z-index: 22;
}

.accordion-popuper-even li.active .activate .popup-slider,
.accordion-popuper-even li.active .activate .popup-slide,
.accordion-popuper li.active .activate .popup-slider,
.accordion-popuper li.active .activate .popup-slide {
	z-index: 2;
}

.accordion-popuper-even li.t1,
.accordion-popuper li.t1 {
    left: 40.5%;
    top: 11.8%;
}

.accordion-popuper-even li.t2,
.accordion-popuper li.t2 {
	left: 20.6%;
	top: 43.5%;
}

.accordion-popuper-even li.t3,
.accordion-popuper li.t3 {
	position: static;
}

.accordion-popuper-even li.t3:before,
.accordion-popuper-even li.t3:after,
.accordion-popuper li.t3:before,
.accordion-popuper li.t3:after {
	display: none;
}

.accordion-popuper-even li.t3 > .opener,
.accordion-popuper li.t3 > .opener {
	position: absolute;
    left: 36.7%;
    top: 16%;
	width: 2.1100917431%;
	height: 3.8333333333%;
	z-index: 2;
}

.accordion-popuper-even li.t3.active .popup-slide,
.accordion-popuper li.t3.active .popup-slide {
	z-index: 30;
}

.accordion-popuper-even li.t4,
.accordion-popuper li.t4 {
	left: 39.5%;
    top: 62.6%;
}

.accordion-popuper-even li.t5,
.accordion-popuper li.t5 {
    left: 45.3%;
    top: 28.3%;
}

.accordion-popuper-even li.t6,
.accordion-popuper li.t6 {
	left: 44.2%;
    top: 40%;
}

.accordion-popuper-even li.t7,
.accordion-popuper li.t7 {
	left: 50.5%;
    top: 67.9%;
}

.accordion-popuper-even li.t8,
.accordion-popuper li.t8 {
	left: 22.2%;
    top: 23.3%;
}

.accordion-popuper-even li.t9,
.accordion-popuper li.t9 {
	left: 25.7%;
    top: 32%;
}

.accordion-popuper-even li.t10,
.accordion-popuper li.t10 {
	left: 55.7%;
    top: 24.9%;
}

.accordion-popuper-even li.t11,
.accordion-popuper li.t11 {
	position: static;
}

.accordion-popuper-even li.t11:before,
.accordion-popuper-even li.t11:after,
.accordion-popuper li.t11:before,
.accordion-popuper li.t11:after {
	display: none;
}

.accordion-popuper-even li.t11 > .opener,
.accordion-popuper li.t11 > .opener {
	position: absolute;
	left: 80.8%;
	top: 28.4%;
	width: 2.1100917431%;
	height: 3.8333333333%;
	z-index: 2;
}

.accordion-popuper-even li.t11.active .popup-slide,
.accordion-popuper li.t11.active .popup-slide {
	z-index: 30;
}

.accordion-popuper-even li.t12,
.accordion-popuper li.t12 {
	left: 81.4%;
    top: 43.3%;
}

.accordion-popuper-even li.t13,
.accordion-popuper li.t13 {
	left: 10.1%;
	top: 24.7%;
}

.accordion-popuper-even li.t14,
.accordion-popuper li.t14 {
	left: 20.8%;
	top: 32.8%;
}

.accordion-popuper-even li.t15,
.accordion-popuper li.t15 {
	left: 27.9%;
	top: 32.4%;
}

.accordion-popuper-even li.t16,
.accordion-popuper li.t16 {
	left: 38.3%;
	top: 53.5%;
}

.accordion-popuper-even li.t17,
.accordion-popuper li.t17 {
	left: 44.5%;
	top: 32.5%;
}

.accordion-popuper-even li.t18,
.accordion-popuper li.t18 {
	left: 56.3%;
	top: 47.6%;
}

.accordion-popuper-even li.t19,
.accordion-popuper li.t19 {
	left: 80.6%;
	top: 36.5%;
}

.accordion-popuper-even li.t20,
.accordion-popuper li.t20 {
    left: 48%;
    top: 23%;
}

.accordion-popuper-even li.t05,
.accordion-popuper li.t05 {
	left: 20.5%;
	top: 33.1%;
}

.accordion-popuper-even li.t06,
.accordion-popuper li.t06 {
	left: 42.5%;
    top: 58.4%;
}

.accordion-popuper-even li.t07,
.accordion-popuper li.t07 {
	left: 39.7%;
    top: 44.5%;
}

.accordion-popuper-even li.t08,
.accordion-popuper li.t08 {
	left: 28.5%;
    top: 21.9%;
}

.accordion-popuper-even li .popup-wrap > .opener-even,
.accordion-popuper-even li > .opener-even,
.accordion-popuper-even li > .opener,
.accordion-popuper li .popup-wrap > .opener-even,
.accordion-popuper li > .opener-even,
.accordion-popuper li > .opener {
	display: block;
	border-radius: 100%;
	position: relative;
	border: 2px solid #0f648c;
	background: #0f648c;
	opacity: .5;
	outline: none;
	width: 100%;
	height: 100%;
	color: #fff;
}

.accordion-popuper-even li .popup-wrap > .opener-even.even,
.accordion-popuper-even li > .opener-even.even,
.accordion-popuper-even li > .opener.even,
.accordion-popuper li .popup-wrap > .opener-even.even,
.accordion-popuper li > .opener-even.even,
.accordion-popuper li > .opener.even {
	opacity: .85;
}

.accordion-popuper-even li .popup-wrap > .opener-even:before,
.accordion-popuper-even li .popup-wrap > .opener-even:after,
.accordion-popuper-even li > .opener-even:before,
.accordion-popuper-even li > .opener-even:after,
.accordion-popuper-even li > .opener:before,
.accordion-popuper-even li > .opener:after,
.accordion-popuper li .popup-wrap > .opener-even:before,
.accordion-popuper li .popup-wrap > .opener-even:after,
.accordion-popuper li > .opener-even:before,
.accordion-popuper li > .opener-even:after,
.accordion-popuper li > .opener:before,
.accordion-popuper li > .opener:after {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	border: 1px solid #0f648c;
	content: "";
	clear: both;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.accordion-popuper-even li .popup-wrap > .opener-even:after,
.accordion-popuper-even li > .opener-even:after,
.accordion-popuper-even li > .opener:after,
.accordion-popuper li .popup-wrap > .opener-even:after,
.accordion-popuper li > .opener-even:after,
.accordion-popuper li > .opener:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.t3.full .accordion-popuper-even {
	position: static;
	padding: 9.7% 4.8% 0 6%;
	width: 50.5%;
	text-align: center;
}

.t3.full .accordion-popuper-even li {
	position: static;
	float: left;
	width: 25%;
	height: auto;
}

.t3.full .accordion-popuper-even li:before,
.t3.full .accordion-popuper-even li:after {
	display: none !important;
}

.t3.full .accordion-popuper-even li.activate .popuper-img {
	opacity: 1;
	z-index: 5;
}

.accordion-popuper-even .popup-wrap {
	position: relative;
    width: 50px;
    height: 50px;
}

.accordion-popuper-even .popup-wrap a.opener-even {
	width: 40px;
	height: 40px;
}

.accordion-popuper-even .popuper-img {
	position: absolute;
	right: 24.5%;
    top: 30.1%;
	opacity: 0;
	z-index: -2;
	width: 16.8%;
	-webkit-transition: opacity .3s linear, z-index 0s linear .3s;
	transition: opacity .3s linear, z-index 0s linear .3s;
}

.accordion-popuper-even .t03 .popuper-img {
	right: 24.3%;
    top: 29.5%;
    width: 17.3%;
}

.popup-slider,
.popup-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0;
	display: block !important;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	visibility: hidden;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility 0s linear .3s, z-index 0s linear .3s;
	transition: opacity .3s linear, transform .3s linear, visibility 0s linear .3s, z-index 0s linear .3s;
}

li.activate .popup-slider,
li.active > .popup-slider,
li.activate
  .popup-slide,
li.active > .popup-slide {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility 0s linear 0s, z-index 0s linear 0s;
	transition: opacity .3s linear, transform .3s linear, visibility 0s linear 0s, z-index 0s linear 0s;
}

.popup-slider .slide-content,
.popup-slide .slide-content {
	z-index: 5;
	background: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 5px 5px 10px rgba(34, 25, 26, .35);
	background: #fff;
	border-radius: 2px;
	border: 2px solid #aeb1b1;
}

.t1 > .popup-slider,
.t1 > .popup-slide {
	width: 1494.043478%;
    left: -716.086957%;
	top: 41px;
}

.t1 > .popup-slider > .slide-content,
.t1 > .popup-slide > .slide-content {
	padding: 15px;
}

.t1 > .popup-slider .alignleft,
.t1 > .popup-slide .alignleft {
	margin: 4px 19px 5px 6px;
}

.t4 > .popup-slider,
.t4 > .popup-slide {
    width: 1574.347826%;
    left: -770.869565%;
	top: 41px;
}

.t4 > .popup-slider > .slide-content,
.t4 > .popup-slide > .slide-content {
	padding: 15px 22px 72px 18px;
}

.t4 > .popup-slider .alignleft,
.t4 > .popup-slide .alignleft {
	margin: 4px -6px 5px 0;
}

.t5 > .popup-slider,
.t5 > .popup-slide {
	width: 1750.478261%;
    left: -849%;
	top: 41px;
}

.t5 > .popup-slider > .slide-content,
.t5 > .popup-slide > .slide-content {
	padding: 13px 11px 14px;
}

.t5 > .popup-slider .alignleft,
.t5 > .popup-slide .alignleft {
	margin: 5px 2px 5px 6px;
	max-width: 46%;
}

.t5 p,
.t6 p {
	margin-top: 5px !important;
}

.t5 > .popup-slider h2,
.t5 > .popup-slide h2 {
	color: #007bcd;
}

.t6 > .popup-slider,
.t6 > .popup-slide {
    width: 1676.086957%;
    left: -711.73913%;
	top: 41px;
}

.t6 > .popup-slider > .slide-content,
.t6 > .popup-slide > .slide-content {
	padding: 18px 24px 16px;
}

.t6 > .popup-slider h2,
.t6 > .popup-slide h2 {
	color: #007bcd;
}

.t7 > .popup-slider,
.t7 > .popup-slide {
    width: 1688%;
    left: -820.608696%;
	top: 41px;
}

.t6 img {
	margin-right: 8px;
	max-width: 48%;
}


.t7 img {
	max-width: 42%;
	margin-right: 8px;
}


.popup-slider h2,
.popup-slide h2 {
	font: 40px/1 "interstateBC", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.popup-slider a,
.popup-slide a {
	text-decoration: none;
}

.popup-slider a:hover,
.popup-slide a:hover {
	text-decoration: underline;
}

.popup-slider p,
.popup-slide p {
	margin: 0;
}

.popup-slider p b,
.popup-slide p b {
	color: #007bcd;
	font-weight: normal;
}

.ico-wifi {
	position: absolute;
	right: 45.4%;
	top: 18px;
    background: url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/ico1.png) no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
}

.logo-bottom {
	position: absolute;
	bottom: 3.4%;
	right: 1.5%;
	z-index: 21;
}

.logo-bottom a {
	display: block;
}

.logo-bottom img {
	width: 100%;
	max-width: none;
}

.slideshow {
	position: relative;
	width: 59%;
	float: right;
}

.slideshow .slide-pop {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow .slide-pop.active {
	z-index: 2;
}



@media (max-width: 1920px) {
	body {
		font-size: 16px;
	}

	.btn {
		font-size: 26px;
	}
	
	.popup-slider h2, .popup-slide h2 {
		font-size: 30px;
	}
	
	.t1 > .popup-slider, .t1 > .popup-slide {
    	width: 1709.043478%;
    }
    

	
	a.btn-prev-opener:after, .btn-prev:after, .btn-next:after {
	    width: 33px;
		height: 48px;
		top: 0;
	}	
	
	a.btn-prev-opener, .btn-prev, .btn-next {
		padding: 5px 43px 5px 0;
	}
	
	.alignleft {
/* 		float: none; */
/* 		display: block; */
/* 		margin: 0 auto 5px !important; */
		max-width: 43%;
	}

	.aligncenter {
		max-width: 60%;
	}

	.btn {
		font-size: 22px;
	}

	.btn span {
		font-size: 20px;
	}

	.start-screen {
		padding-top: 13%;
		font-size: 12px;
	}

	a.btn-prev-opener,
	.btn-prev,
	.btn-next {
	    bottom: 4.2%;
	    font-size: 18px;
	}

	a.btn-prev-opener {
		bottom: 3%;
		font-size: 18px;
	}

	.slide-heading {
		font-size: 30px;
	}

	.t3.full .accordion-popuper-even {
		padding: 8.7% 4.8% 0 6%;
	}
	
	.t3.full .accordion-popuper-even {
    	width: 60.5%;
	}

	.t1 > .popup-slider > .slide-content,
	.t1 > .popup-slide > .slide-content {
		padding: 12px;
	}

	.t2 > .popup-slider > .slide-content,
	.t2 > .popup-slide > .slide-content {
		padding: 18px;
	}

	.t2 > .popup-slider .alignleft,
	.t2 > .popup-slide .alignleft {
/* 		display: none; */
	}

	.t3 > .popup-slider > .slide-content,
	.t3 > .popup-slide > .slide-content {
		font-size: 18px;
	}

	.t3 > .popup-slider h2,
	.t3 > .popup-slide h2 {
		font-size: 30px;
	}

	.t4 > .popup-slider > .slide-content,
	.t4 > .popup-slide > .slide-content {
		padding: 15px;
	}
	
	.t4 .popup-slide .slide-content img {
	    max-width: 43% !important;
	}

	.t4 > .popup-slider > .slide-content:after,
	.t4 > .popup-slide > .slide-content:after {
		left: 5px;
		right: 5px;
	}
	
	.t4 > .popup-slider, .t4 > .popup-slide {
	    width: 2014.347826%;
	    left: -850.869565%;
	}
	
	.t5 > .popup-slider > .slide-content,
	.t5 > .popup-slide > .slide-content {
		padding: 14px;
	}

	.t6 > .popup-slider > .slide-content,
	.t6 > .popup-slide > .slide-content {
		padding: 14px;
	}

	.t7 > .popup-slider > .slide-content,
	.t7 > .popup-slide > .slide-content {
	    padding: 15px;
	}

	.t7 > .popup-slider, 
	.t7 > .popup-slide {
    	width: 1654%;
	}
	
	.t7 .t7img1 {
	    max-width: 100%;
		width: 54%;
	}


	
	.accordion-popuper-even li.bottom .popup-wrap:before, .accordion-popuper-even li.bottom .popup-wrap:after, .accordion-popuper-even li.bottom:after, .accordion-popuper-even li.bottom:before, .accordion-popuper li.bottom .popup-wrap:before, .accordion-popuper li.bottom .popup-wrap:after, .accordion-popuper li.bottom:after, .accordion-popuper li.bottom:before {
	    left: 29%;
	}
	
	.accordion-popuper-even li.right .popup-wrap:before, .accordion-popuper-even li.right .popup-wrap:after, .accordion-popuper-even li.right:after, .accordion-popuper-even li.right:before, .accordion-popuper li.right .popup-wrap:before, .accordion-popuper li.right .popup-wrap:after, .accordion-popuper li.right:after, .accordion-popuper li.right:before {
		top: 139%;
		left: 21px;
	}
	
	.accordion-popuper-even li.right .popup-wrap:after, .accordion-popuper-even li.right:after, .accordion-popuper li.right .popup-wrap:after, .accordion-popuper li.right:after {
		left: 23px;
	}
	
	.accordion-popuper-even li.top .popup-wrap:after, .accordion-popuper li.top .popup-wrap:after {
		margin: 0 0 0 -20px;
	}
	
	.accordion-popuper-even li.top .popup-wrap:before, .accordion-popuper-even li.top .popup-wrap:after, .accordion-popuper li.top .popup-wrap:before, .accordion-popuper li.top .popup-wrap:after {
		margin: 0 0 0 -20px;
	}
	
	.ico-wifi {
	    width: 100px;
	    height: 100px;
	}
	
	.logo-bottom {
	    bottom: 2.4%;
	    right: -5.5%;
	}
	
	.logo-bottom img {
		width: 66%;
	}
	
	
	.accordion-popuper-even li.top .popup-wrap:before,
	.accordion-popuper-even li.top .popup-wrap:after,
	.accordion-popuper li.top .popup-wrap:before,
	.accordion-popuper li.top .popup-wrap:after {
		margin: 0 0 0 -24px;
	}
	

}

@media (max-width: 767px) {
	.mob-warning {
		display: block;
	}

	.w1 {
		display: none;
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		border-width: 2px;
	}

	33% {
		opacity: 1;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		border-width: 0;
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		border-width: 2px;
	}

	33% {
		opacity: 1;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		border-width: 0;
	}
}

@-webkit-keyframes arrow-pulse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20%,
	40%,
	60%,
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
}

@keyframes arrow-pulse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20%,
	40%,
	60%,
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
}

@-webkit-keyframes arrow-pulse-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}

	20%,
	40%,
	60%,
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes arrow-pulse-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	20%,
	40%,
	60%,
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


.featherlight:last-of-type {
	background: #d6d8d8;
}

.featherlight .featherlight-content {
	margin: 0;
	width: 1084px;
	height: 608px;
	background: #d6d8d8;
}

.featherlight .featherlight-close-icon {
	background:url(https://fr-ca.ecolab.com/sdecolab/dwebstage/eht/images/closeicon.png) no-repeat 0 0;
	background-size: contain;
	text-indent: -9999px;
	top: 6px;
    right: 6px;
    line-height: 40px;
    width: 40px;
}