@charset "utf-8";

/* === Base Responsive ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

html,
body {
  font-size: 100%; }

/*img,*/
img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

img {
  display: inline-block;
  vertical-align: middle; }
/*
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	*zoom: 1;
}*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

/* === Main style ========================================================================== */
html { overflow-y: scroll; }
body { color: #000; font-family: Arial, sans-serif; position: relative; }

.goog-te-menu-frame { z-index: 999; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; color: #999; font-weight: normal !important; }
h1 { font-size: 30px; margin-top: 0; line-height: 30px; }
h2 { font-size: 21px; }
h3 { font-size: 16px; margin-top: 30px; }
h3 .subtitle { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 13px; font-family: Arial, sans-serif; text-transform: none; }

th { font-weight: normal !important; }

p { font-size: 13px; line-height: 20px; }
ul li { font-size: 13px; line-height: 20px; }

a { color: #0079c2; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

a.anchor { display: block; position: relative; visibility: hidden; top: -140px; }

.ellipsis { white-space: nowrap; overflow: hidden; width:100px; text-overflow: ellipsis; }

nav ul { list-style: none; margin: 0; padding: 0; }
nav ul li { float: left; }

/* Header */
.site-header-wrapper {
	background: rgb(116,125,130); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(116,125,130,1) 0%, rgba(175,186,192,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(116,125,130,1)), color-stop(100%,rgba(175,186,192,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(116,125,130,1) 0%,rgba(175,186,192,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(116,125,130,1) 0%,rgba(175,186,192,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(116,125,130,1) 0%,rgba(175,186,192,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(116,125,130,1) 0%,rgba(175,186,192,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747d82', endColorstr='#afbac0',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
	box-shadow:         0 2px 5px 0 rgba(0, 0, 0, .2);
}
.site-header {
	min-width: 900px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
	height: 170px;
	position: relative;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 1px rgba(34,34,34,0.3);
}
.header-container {
	max-width: 720px;
}
.logo { position: absolute; top: 78px; width: 120px; right: 30px; }
.logo img { max-width: 100%; }
.logo.collapsed { display: none; }
.top-bar { }
.top-bar.collapsed { display: none; }

/* Header - Secondary navigation */
.secondary-nav { position: relative; margin-top: 15px; float: left; }
.secondary-nav > ul > li { margin-left: 20px; position: relative; }
.secondary-nav > ul > li:first-child { margin-left: 0; }
.secondary-nav > ul > li a { font-size: 12px; color: #000; line-height: 22px; }
.secondary-nav > ul > li a:hover { text-decoration: none; }

/* Header - Customer services */
.link-customer-support { margin-right: 20px; }

/* Header - Social navigation */
.social-nav { margin-top: 15px; padding-left: 20px; float: left; line-height: 18px; }
.social-nav ul { float: left; }
.social-nav ul li { margin-left: 10px; }
.social-nav { padding: 0px 0px 0px 10px; }
.social-nav .social-label { display: none;  }
.social-nav a { text-indent: 100%; white-space: nowrap;	overflow: hidden; width: 20px; height: 20px; display: block; }
.link-facebook { background: url(../image/icon-facebook.png) top left no-repeat; }
.link-youtube { background: url(../image/icon-youtube.png) top left no-repeat; }
.link-linkedin { background: url(../image/icon-linkedin.png) top left no-repeat; }
.link-twitter { background: url(../image/icon-twitter.png) top left no-repeat; }
.social-nav a:hover { background-position: left bottom; }

/* Header - Login navigation */
.login-nav {  margin-left:15px; border-left: solid 1px #000; margin-top: 15px; padding-left: 20px; float: left; line-height: 18px; }
.login-nav ul { float: left; }
.login-nav > ul > li { margin-left: 20px; position: relative; }
.login-nav > ul > li:first-child { margin-left: 0; }
.login-nav > ul > li a { color: #000; font-size: 12px; line-height: 22px; }
.login-nav > ul > li a:hover { color: #000; text-decoration: none; }

.login-nav .link-dealer-access-lock:hover { background-color: #e5e5e5; }
.link-dealer-access a { background: url(../image/icon-lock-not-hover.png) right 3px no-repeat; padding-right: 12px; }
.link-dealer-access a:hover { background: url(../image/icon-lock-hover.png) right 3px no-repeat; }
.link-dealer-access-lock { padding-right: 5px; }
.link-dealer-access-lock a { background: url(../image/icon-lock-not-hover.png) right 10px no-repeat; }
.link-dealer-access-lock a:hover { background: url(../image/icon-lock-hover.png) right 10px no-repeat; }

/* Header - Navigation submenu */
.has-submenu > div a { background: url(../image/icon-arrow-down.png) right 6px no-repeat; padding-right: 16px;}
.has-submenu > div a:hover { background-position: right -49px; }
.submenu { display: none; position: absolute; top: 100%; width:auto; background: #ffffff; z-index: 999; white-space:nowrap; left: 0px;}
.has-submenu:hover .submenu { display: block; }
.submenu li { float: none; display: block; }
.submenu li a { color: #999; display: inline-block; padding: 4px 10px; width: 100%; }
.submenu li.selected-language a, .submenu li a:hover { background-color: #e5e5e5; color: #000000; }

.header-arrow-my-account, .footer-arrow-my-account { background: url(../image/icon-arrow-down.png) right 6px no-repeat; width: 10px; margin-top: 3px;}
.header-arrow-my-account:hover, .footer-arrow-my-account:hover { background-position: right -49px; }

/* Header - Main navigation */
.main-nav { clear: both; float: left; margin-left: 200px; padding-top: 30px; }
.main-nav li { margin-left: 30px; }
.main-nav li:first-child { margin-left: 0; }
.main-nav a { font-family: Arial, sans-serif; font-size: 15px; color: #000; text-decoration: none; display: inline-block; padding-bottom: 20px; }
/* Header - Solutions Megamenu */
.megamenu-wrapper {
    display: none;
    width: 100%;
    background: #e5e5e5;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), inset 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow:         0 2px 5px 0 rgba(0, 0, 0, .2), inset 0 2px 5px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 999;
}
.megamenu { max-width: 940px; margin: 0 auto; padding: 25px 0 30px 0; height: 145px; }
.megamenu ul { list-style: none; margin: 0; padding: 0;  }
.megamenu > ul { border-left: 1px solid rgba(0,0,0,0.2); width: 737px; overflow: hidden; margin: 5px; }
.megamenu > ul > li { width: 240px; padding: 0 20px; float: left; border-left: 1px solid #fff;  border-right: 1px solid rgba(0,0,0,0.2); }
.megamenu ul ul { width: 100%; }
.megamenu ul ul li { margin-bottom: 10px; }
.megamenu a { font-family: Arial, sans-serif; font-size: 15px; color: #000; text-decoration: none; }

/* Header - Search Form */
.site-search-form { position: absolute; left: 0px; top:130px; }
.site-search-input { padding: 2px 6px 2px 6px; margin: 0; border: solid 1px #999999; color: #000; background: #fff; font-size: 12px; width: 150px; }
.tt-hint { margin: 0; background-image: none !important; width: 220px; font-size: 12px; padding: 5px 2px 6px 27px; }
.tt-dropdown-menu { border-left: solid 1px #999999; border-right: solid 1px #999999; border-bottom: solid 1px #999999; background: #fff; width: 220px; padding: 0 9px 60px 9px; }
.tt-dropdown-menu h3 { color: #000; font-size: 16px; font-family: Arial, sans-serif; margin: 18px 0 0 0; padding: 0 5px; }
.tt-suggestion { border-bottom: solid 1px #e6e6e6; padding: 9px 5px; }
.tt-suggestion p { margin: 0; }
.tt-is-under-cursor { background: #eee; color: #000; }
.show-all-results { position: absolute; bottom: 22px; left: 10px; font-size: 13px; color: #0079c2; }

.collapsed-header { height: 60px; padding-top: 0px; }
.collapsed-header .main-nav { padding-top: 20px;}
.collapsed-header .site-search-form { top: 20px; }

/* Layout */
.content { width: 768px; padding: 0px 34px 0 34px; margin: 0 auto; min-height: 1200px; position: relative; }
.content:before, .content:after { content: " "; display: table; }
.content:after { clear: both; }

.sidebar { position: absolute; top: 115px; left: 34px; bottom: 36px; }
.sidebar-inner { width: 220px; position: fixed; }

.main { float: left; width: 460px; padding-top: 40px; margin-left: 240px; }

.tab-pane .sidebar { top: 165px; }
.tab-pane .main { padding-top: 0; }

/* Content - Homepage */
.slideshow-wrapper { height: 450px; width: 100%; background: #069; }
.slideshow-wrapper+.content { padding-top: 0; }

.home-slider-section, .product-slider-section { width: 700px; }
.home-slider-wrapper, .product-slider-wrapper { margin-left: -34px; margin-right: -34px; width: 768px; }
.cycle-slideshow { width: 100% }
.slide { position: relative; width: 100%; height: auto }
.slide div { background-color: rgba(0, 0, 0, 0.75); width: 100%; position: absolute; bottom: 0;	padding: 14px 0 14px 34px; }
.slide h4 {	font-size: 18px; margin: 0; color: #fff; }
.slide p { font-size: 13px; color: #0079c2;	margin: 0; font-family: Arial, sans-serif; font-weight: bold; }
.slide a:hover p { color: #31b1ff; }

/* Content - Homepage - Slider */
.home-slider-nav { float: right; overflow: auto; padding: 20px 0;  }
.home-slider-nav a { float: left; margin-left: 10px; display: block; width: 20px; height: 20px; background: url(../image/slider-nav-buttons.png) top left no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; cursor: pointer; }
.home-slider-nav a:first-child { margin-left: 0; }
.home-slider-nav a:hover { background-position: bottom left; }
.home-slider-nav a.cycle-pager-active { background-position: bottom left; cursor: default; }

.whatwedo-section { padding: 40px 0; border-top: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6;}
.whatwedo-intro { width: 100%; margin-bottom: 36px;}
.whatwedo-intro h2 { margin-top: 0; }

.product-categories-row { margin-left: -20px; }
.product-category { float: left; width: 220px; margin-bottom: 20px; margin-left: 20px;  }
.product-category a { text-decoration: none; }
.product-category a h3 { font-size: 16px; color: #000; padding: 0; margin: 0; -webkit-font-smoothing: antialiased; text-shadow: 0 1px 1px rgba(34,34,34,0.3); }
.product-category a:hover h3 { text-decoration: none; color: #000; }
.product-category-name { padding: 10px; background: #A5A5A5; height: 60px; }

.brochure-thumbnail-section {text-align: center}

.promo-section { padding: 10px 0;}
.promo-items { margin-left: -20px;  }
.promo-item { float: left; width: 220px; margin: 0 0 20px 20px; }
.promo-item img { border: solid 1px #ccc; }
.promo-item:hover img { border: solid 1px #aaa; }

/* Content - Standard Page */
article section { padding-bottom: 20px; border-bottom: solid 1px #e6e6e6; margin-bottom: 36px; clear: both; }
article section:before, article section:after { content: " "; display: table; }
article section:after { clear: both; }
.last-section { border-bottom: none; }
article.product section { border-bottom: none; }
article .row { margin-bottom: 20px; }
article .row:before, article .row:after { content: " "; display: table; }
article .row:after { clear: both; }
.column { width: 220px; position: relative; float: left; margin-right: 20px; }
.column2 { width: 460px; }
.last-column { margin-right: 0; }

article img { border: solid 1px #e6e6e6; }
article img.no-border { border: none; }
article li { margin-bottom: 8px;  }

table { width: 100%;  }
th { text-align: left; color: #000; font-family: "Helvetica", Helvetica, Arial, sans-serif; font-size: 13px; padding-bottom: 13px; width: 240px; }
th.last { width: 220px; }
tbody tr { border-top: solid 1px #e6e6e6; }
td { font-family: "Helvetica", Helvetica, Arial, sans-serif; font-size: 13px; padding: 13px 0; }

/* Form Styles */
.btn { display: block; width: 210px; font-size: 15px; line-height: 15px; color: #fff; font-family: Arial, sans-serif; padding: 13px 0; margin: 0 20px 10px 0; background: #000; text-align: center; border: 0; border-radius: 0px !important; }
.btn:hover,
.selected-btn { background: #0079c2; color: #fff; text-decoration: none; }
.small-btn { width: 130px; padding: 9px 0; border-radius: 0px !important;}
.disabled-btn,
button[disabled],
.disabled-btn:hover,
button[disabled]:hover { background: #ccc; color: #fff;}
.secondary-btn { background: #e5e5e5; color: #000; border: solid 1px #e5e5e5; padding: 12px 0; border-radius: 0px; width: auto; padding-left: 15px; padding-right: 15px;}
.secondary-btn:hover,
.secondary-btn.selected-btn { background: #ddd; border: solid 1px #ccc; color: #000; }
.secondary-btn.disabled-btn,
.secondary-btn[disabled],
.secondary-btn.disabled-btn:hover,
.secondary-btn[disabled]:hover { background: #e5e5e5; border: solid 1px #e5e5e5; color: #ccc; }
.alt-btn { background: #fff; color: #0079c2; border: solid 1px #e6e6e6; padding: 12px 0; }
.alt-btn:hover,
.alt-btn.selected-btn { background: #eee; border: solid 1px #ccc; color: #000; }
.alt-btn.disabled-btn,
.alt-btn[disabled],
.alt-btn.disabled-btn:hover,
.alt-btn[disabled]:hover { background: #fff; border: solid 1px #eee; color: #ccc; }

label { display: block; font-size: 13px; line-height: 15px; margin-bottom: 15px; }
.header-label { font-size: 15px; font-family: Arial, sans-serif; color: #000; }
.content input[type="text"],
.content select,
.content textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000;
	width: 95%;
	margin: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.content input[type="text"] { padding: 6px; }
.content input[type="text"]:focus,
.content select:focus,
.content textarea:focus {
	background: #fff;
	border-color: #aaa;
	outline: none;
	color: #000;
}

.dialog-box input[type="text"],
.dialog-box select,
.dialog-box textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000;
	margin: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.dialog-box input[type="text"] { padding: 6px; }
.dialog-box input[type="text"]:focus,
.dialog-box select:focus,
.dialog-box textarea:focus {
	background: #fff;
	border-color: #aaa;
	outline: none;
	color: #000;
}

.checkbox,
.radio { clear: both; float: left; margin-right: 6px; }
.checkbox-label,
.radio-label { float: left; margin-bottom: 15px; }
input[type="checkbox"]:checked + label { color: #000; }
input[type="radio"]:checked + label { color: #000; }

.partners-gallery { overflow: auto; margin-left: -20px; margin-bottom: 30px; }
.partner { float: left; margin-left: 20px; margin-bottom: 20px; }
.partner a img { display: block; }
.partner a:hover img { display: block; border: solid 1px #ccc; }

/* Sidebar - Standard Page */
.sidebar-nav { margin-bottom: 30px; }
.sidebar-nav ul { list-style: none; padding: 0; margin: 0; }
.sidebar-nav a { display: block; text-decoration: none; padding: 12px 30px 12px 10px; background: #e5e5e5 url(../image/sidebar-nav-shadow.png) top left repeat-x; font-family: Arial, sans-serif; color: #000; font-size: 16px; border-bottom: solid 1px #e5e5e5; position: relative; }
.sidebar-nav li:last-child a { border-bottom: none; }
.sidebar-nav a span { display: block; position: absolute; top: 19px; right: 10px; background: url(../image/sidebar-nav-arrow.png) top left no-repeat; width: 5px; height: 9px; }
.sidebar-nav .current a,
.sidebar-nav a:hover { color: #000; background: #ddd; }

.sidebar-sharing { border-bottom: solid 1px #e6e6e6; padding-bottom: 20px; }
.sidebar-sharing h3 { font-size: 13px; color: #000; margin-top: 20px; }

/* Solutions - Product List */
.solutions-filter-nav h3 { margin-top: 0; }
.solutions-filter-nav label { display: block; font-size: 12px; line-height: 15px; color: #999; margin-bottom: 15px; }
.solutions-filter-nav select { margin: 0; padding: 3px 5px; background: #fff; border: 1px solid #aaa; color: #000; font-size: 12px; width: 100%;}
.solutions-found { background: #e5e5e5; padding: 20px 10px; /*border-bottom: solid 1px #cdcdcd;*/ }
.solutions-found h2 { margin: 0; }
.solutions-found span { font-size: 15px; line-height: 20px; color: #000; font-family: Arial, sans-serif; }

.solutions-filter { background: #e5e5e5 url(../image/sidebar-nav-shadow.png) top left repeat-x; border-top: solid 1px #cdcdcd; padding: 15px 10px; clear: both; overflow: auto;}
.solutions-filter-active { background: #ddd url(../image/sidebar-nav-shadow-active.png) top left repeat-x; border-top: solid 1px #ccc; }
.solutions-subcat label { float: left; width: 170px; }

.solutions-list { margin-left: -20px; }
.solution { width: 220px; float: left; margin-bottom: 20px; margin-left: 20px; white-space: normal; }
.solution a { text-decoration: none; display: block; }
.solution a:hover { text-decoration: none; }
.solution-info { padding: 15px 9px; border-left: solid 1px #e6e6e6; border-right: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6; min-height: 112px; }
.solution a:hover { -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2); }
.solution-title { font-family: Arial, sans-serif; font-size: 15px; text-decoration: none; color: #000; padding-bottom: 4px; }
.solution a:hover .solution-title { color: #0079c2; }
.solution-product-number { font-size: 13px; color: #888; }

.solutions-results-pagination { clear: both; float: right; overflow: auto; padding: 40px 0; margin-left: -5px; font-size: 13px;  }
.solutions-results-pagination a { display: block; float: left; width: 28px; height: 28px; line-height: 28px; border: solid 1px #e6e6e6; text-align: center; text-decoration: none; margin-left: 5px; }
.solutions-results-pagination a.current-page,
.solutions-results-pagination a:hover { border: solid 1px #ccc; background: #eee; color: #000; }
.solutions-results-pagination span { width: 28px; height: 28px; display: block; border: solid 1px #fff; float: left; margin-left: 5px; text-align: center; }

/* Solutions - Product Page */
.product-slider-nav { float: right; overflow: auto; padding: 20px 0;  }
.product-slider-nav a { float: left; margin-left: 10px; display: block; width: 20px; height: 20px; background: url(../image/slider-nav-buttons.png) top left no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; cursor: pointer; }
.product-slider-nav a:first-child { margin-left: 0; }
.product-slider-nav a:hover { background-position: bottom left; }
.product-slider-nav a.cycle-pager-active { background-position: bottom left; cursor: default; }

.product-content-wrapper { border-top: solid 1px #e6e6e6; margin-bottom: 40px; position: relative;  }

.product-sidebar { /*float: left;*/ width: 220px; padding-top: 20px; position: absolute;  }
.product-sidebar-inner { }

.product-main { float: left; width: 460px; border-left: solid 1px #e6e6e6; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; margin-left: 220px; }

a.back-to-solutions { padding-left: 20px; font-size: 13px; background: url(../image/icon-arrow-back.png) center left no-repeat; display: inline-block; margin-bottom: 18px;  }

.sidebar-actions { padding-bottom: 10px; border-bottom: solid 1px #e6e6e6; }
.sidebar-actions a.sidebar-button { display: block; width: 210px; font-size: 15px; line-height: 15px; color: #000; font-family: Arial, sans-serif; padding: 13px 20px 13px 55px; margin-bottom: 10px; margin-right: 20px; }
.sidebar-actions a.sidebar-button:hover { text-decoration: none; background-color: #ddd}
.sidebar-actions a.sidebar-link { display: block; font-size: 13px; }
.link-request-information
{
	background: #e5e5e5 url(../image/icon-information.png) 13px 13px no-repeat;
	margin-top: 0px !important;
	border: none; width: 220px;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #000000 !important;
	font-family: Arial, sans-serif !important;
	text-align: left !important;
	padding-left: 55px !important;
}
.link-request-information:hover { text-decoration: none; background-color: #ddd; }

.link-download-data-sheet
{
	background: #e5e5e5 url(../image/icon-download.png) 13px 13px no-repeat;
	margin-top: 0px !important;
	border: none;
	width: 210px;
	border-radius: 0px !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #000000 !important;
	font-family: Arial, sans-serif !important;
	text-align: left !important;
	padding-left: 55px !important;
	white-space: pre-wrap;
	height: 56px;
	margin-bottom: 10px;
}
.link-download-data-sheet:hover { text-decoration: none; background-color: #ddd}

.link-add-quote
{
	background: #e5e5e5 url(../image/icon-cart.png) 13px 13px no-repeat;
	margin-top: 0px !important;
	border: none;
	width: 210px;
	border-radius: 0px !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #000000 !important;
	font-family: Arial, sans-serif !important;
	text-align: left !important;
	padding-left: 55px !important;
	white-space: pre-wrap;
}
.link-add-quote:hover { text-decoration: none; background-color: #ddd}
.link-add-quote { height: 56px; }

.product-header h1 { margin: 0; }
.product-header .product-number { font-size: 16px; color: #888; font-family: Arial, sans-serif;}
.product-header { padding-bottom: 24px; border-bottom: solid 1px #e6e6e6; }

/* Ajout section "Downloads" dans la fiche produit - 13 septembre 2013 */
.dl-list {
	margin-left: -10px;
	margin-right: -10px;
}
.dl-column { float: left; width: 218px; padding: 0; margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
}
.dl-list:before, .dl-list:after {
    content: " ";
    display: table;
}
.dl-list:after { clear: both; }

.dl-column li { list-style: none; border-top: solid 1px #e6e6e6; padding: 5px 0; margin-bottom: 0; min-height: 52px; }

.dl-block-list {
	margin-left: -10px;
	margin-right: -10px;
}
.dl-block-list:before, .dl-block-list:after {
    content: " ";
    display: table;
}
.dl-block-list:after { clear: both; }
.dl-block {
	width: 218px;
	border: solid 1px #e6e6e6;
	float: left;
	padding: 12px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	color: #000;
}
.dl-block p {
	margin-top: 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.dl-block ul {
	padding-left: 18px;
	margin: 0;
}

.dl-table-list td {
	vertical-align: top;
}
/* Fin Ajout section "Downloads" */

/* Modifications carousel - 20 aoÃ»t 2013 */
.related-solutions { border-top: solid 1px #e6e6e6; padding: 40px 0; clear: both; }
.related-solutions-carousel { position: relative; }
.related-solutions-carousel .solution { margin: 0; }
.carousel-prev,
.carousel-next { width: 40px; height: 280px; background: #000; background: rgba(0, 0 , 0, 0.75); position: absolute; opacity: 0; filter:alpha(opacity=0);
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
/* Fin Modifications carousel - 20 aoÃ»t 2013 */
.carousel-prev { top: 0; left: 0; }
.carousel-next { top: 0; right: 0; }
.carousel-prev:hover,
.carousel-next:hover { cursor: pointer; background: #5a5a5a; background: rgba(90, 90, 90, 0.75); opacity: 1; }
.carousel-prev span { position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -6px; width: 11px; height: 20px; display: block; background: url(../image/carousel-left-arrow.png) top left no-repeat; background: url(../image/carousel-left-arrow.png) top left no-repeat; }
.carousel-next span { position: absolute; top: 50%; right: 50%; margin-top: -10px; margin-right: -6px; width: 11px; height: 20px; display: block; background: url(../image/carousel-left-arrow.png) top left no-repeat; background: url(../image/carousel-right-arrow.png) top left no-repeat; }

/* Search Results */
.search-results-content { padding-top: 40px; }
.search-results-title { margin-left: 240px; font-size: 21px; }
.search-results-content .nav-tabs { margin-left: 240px; padding-left: 0; }
.search-results-content .nav-tabs a { font-size: 15px; font-family: Arial, sans-serif; padding-left: 40px; padding-right: 40px; }
.other-search-result { margin-bottom: 24px; }
.other-search-result h3 { margin: 0; }
.other-search-result p { margin-top: 0; }

/* Dealer Locator */
.locator-filter-nav h3 { margin-top: 0; }
.locator-filter-nav label { display: block; font-size: 12px; line-height: 15px; color: #999; margin-bottom: 15px; }
.locator-filter-nav select { margin: 0; padding: 3px 5px; background: #fff; border: 1px solid #aaa; color: #000; font-size: 12px; width: 100%;}

.locator-filter { padding: 15px 10px; clear: both; overflow: auto;}
.locator-filter-active { background: #ddd url(../image/sidebar-nav-shadow-active.png) top left repeat-x; border-top: solid 1px #ccc; }

.locator-filter-country { border-top: 0; }

.dealer-locator-header { border-bottom: solid 1px #e6e6e6; padding-bottom: 24px; }
.map-container { overflow: auto; padding-top: 30px; }
.dealer-map { float: left; margin-bottom: 30px; margin-right: 20px;}
#map-canvas { width: 460px; height: 345px; border: solid 1px #e6e6e6; }
.dealer-info { margin-bottom: 30px; }
.dealer-info h2 { margin-top: 0; line-height: 1; }

/* Footer */
.site-footer-wrapper {
	width: 100%;
	background: rgb(77,87,97);
	background: -moz-linear-gradient(left,  rgba(77,87,97,1) 0%, rgba(121,135,148,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(77,87,97,1)), color-stop(100%,rgba(121,135,148,1)));
	background: -webkit-linear-gradient(left,  rgba(77,87,97,1) 0%,rgba(121,135,148,1) 100%);
	background: -o-linear-gradient(left,  rgba(77,87,97,1) 0%,rgba(121,135,148,1) 100%);
	background: -ms-linear-gradient(left,  rgba(77,87,97,1) 0%,rgba(121,135,148,1) 100%);
	background: linear-gradient(to right,  rgba(77,87,97,1) 0%,rgba(121,135,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5761', endColorstr='#798794',GradientType=1 );
	clear: both; -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1); box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.site-footer { margin: 0 auto;	width: 768px; padding-top: 32px; height: 165px; }

/* Footer - Main Navigation */
.footer-main-nav { clear: both; }
.footer-main-nav li { margin-left: 30px; }
.footer-main-nav li:first-child { margin-left: 0; }
.footer-main-nav a { font-family: Arial, sans-serif; font-size: 15px; color: #888; text-decoration: none; font-weight: bold; }
.footer-main-nav a:hover { color: #000; }

/* Footer - Secondary Navigation */
.footer-secondary-nav { position: relative; margin-top: 23px; float: left; }
.footer-secondary-nav > ul > li { margin-left: 20px; position: relative; }
.footer-secondary-nav > ul > li:first-child { margin-left: 0; }
.footer-secondary-nav > ul > li a { font-size: 12px; color: #ffffff; line-height: 22px; }
.footer-secondary-nav > ul > li a:hover { color: #ffffff; text-decoration: none; }
.footer-secondary-nav .has-submenu a:hover { background-position: right -19px; }
.footer-secondary-nav .submenu { top: auto; bottom: 100%; width: 110px; background: #fff; }
.footer-secondary-nav .submenu li.selected-language a,
.footer-secondary-nav .submenu li a:hover { background-color: #e5e5e5; color: #ffffff; }

/* Footer - Social Navigation */
.footer-social-nav { border-left: solid 1px #ccc; margin-top: 23px; padding-left: 20px; float: left; line-height: 18px; margin-left: 20px; }
.footer-social-nav ul { float: left; }
.footer-social-nav ul li { margin-left: 10px; }
.footer-social-nav .social-label { float: left; font-size: 12px; line-height: 23px; color: #fff; }
.footer-social-nav a { text-indent: 100%; white-space: nowrap;	overflow: hidden; width: 25px; height: 25px; display: block; }
.footer-social-nav .link-facebook { background: url(../image/icon-facebook-large.png) top left no-repeat; }
.footer-social-nav .link-youtube { background: url(../image/icon-youtube-large.png) top left no-repeat; }
.footer-social-nav .link-linkedin { background: url(../image/icon-linkedin-large.png) top left no-repeat; }
.footer-social-nav .link-twitter { background: url(../image/icon-twitter-large.png) top left no-repeat; }
.footer-social-nav a:hover { background-position: left bottom; }

/* Footer - Login Navigation */
.footer-login-nav { position: relative; border-left: solid 1px #ccc; margin-top: 23px; padding-left: 20px; float: left; line-height: 18px; margin-left: 20px; }
.footer-login-nav > ul > li { margin-left: 20px; position: relative; }
.footer-login-nav > ul > li:first-child { margin-left: 0; }
.footer-login-nav > ul > li a { font-size: 12px; color: #fff; line-height: 22px; }
.footer-login-nav > ul > li a:hover { color: #fff; text-decoration: none; }
.footer-login-nav .link-dealer-access-lock:hover { background-color: #e5e5e5; }
.footer-login-nav .submenu { top: auto; bottom: 100%; width:auto; background: #fff; }
.footer-login-nav .submenu li a { color: #000000; }
.footer-login-nav .submenu li.selected-language a,
.footer-login-nav .submenu li a:hover { background-color: #e5e5e5; color: #000000; }

/* Footer copyrights */
.copyright { clear: both; font-size: 12px; padding-top: 14px; color: #fff; }

.messageBox {
	 padding: 20px 20px 20px 60px;
	 margin-bottom: 20px;
	 background: #ddd url(../image/warning.png) no-repeat 20px center;
	position: relative;
 }

.messageBox a.closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: x-small;
}

/* === Media Queries ========================================================================== */
@media only screen and (min-width: 960px),
only screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)  {

    body { min-width:1024px; }

    /* Header */
	.site-header { width: 940px; }
	.header-container {
		max-width: 985px;
	}
	.logo { top: 123px; width: 140px; right: 0; }
	.logo.collapsed { display: block; top: 18px; width: 120px; } /* On laisse le logo visible en fullscreen mais on le r�duit */
	.main-nav { margin-left: 250px; padding-top: 25px; }
	.site-search-form { left: 0px; top: 125px; }
	.site-search-input { width: 190px; }
    /* Footer */
    .site-footer { width: 940px; padding-left: 0; padding-right: 0;}
    .bottom-bar { clear: both;  }
    .copyright { clear: none; padding-top: 24px; line-height: 39px;  }

	/* Content */
    .content { width: 940px; padding: 0px; }

	/* Content - Homepage */
    .home-slider-section { width: 940px; }
	.home-slider-wrapper { width: 980px; margin-left: -20px; margin-right: -20px; }
	.product-categories	{ width: 715px; float: left; padding-top: 15px; padding-left: 12px; border-left: 1px solid #ccc;}
	.whatwedo-intro { width: 215px; margin-right: 10px; float: left; }
	.promo-item { width: 300px; }
	.whatwedo-section { padding-bottom: 0px; padding-top: 0px; width: 940px !important; }

    /* Content - Page */
    .main { width: 700px; }
	.sidebar { left: 0; }

    /* Content - Product */
    .product-slider-section { width: 940px; }
    .product-slider-wrapper { width: 980px; margin-left: -20px; margin-right: -20px; }

    .product-main { width: 720px; }

	/* Ajout section "Downloads" dans la fiche produit - 13 septembre 2013 */
	.dl-column {
		width: 339px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.dl-block {
		margin-left: 10px;
		margin-right: 10px;
	}

}

/* Widescreen */
@media only screen and (min-width: 1140px) {
    .home-slider-wrapper { margin-left: -130px; margin-right: -130px; width: 1200px; }
    .product-slider-wrapper { margin-left: -130px; margin-right: -130px; width: 1200px; }
	.header-container {
		max-width: 1200px;
	}
	.site-search-input { width: 200px; }
}

@charset "utf-8";

a:hover
{
	cursor: pointer;
}

.content {
	min-height: 850px;
}

.printHeader {
	display: none;
	visibility: hidden;
}

/* Content - Homepage */
.home-slider-section { width: 700px; }
.home-slider-wrapper { width: 768px; height: 245px; }
.slideshow-wrapper, .beauty-shot { min-width: 768px; height: 245px; }
.slideshow-wrapper { background: none; margin-bottom: 40px; }

.tab-pane .sidebar { top: 115px !important; }

.sidebar-actions a {
	cursor: pointer;
}

article.product section {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.product-main h3 {
	margin-top: 20px;
}

.product-benefits ul {
	padding-left: 10px;
	margin-left: 10px;
}

.product-topics ul {
	padding-left: 10px;
	margin-left: 10px;
}

.product-downloads ul,
.product-product-fixes ul {
	padding-left: 10px;
	margin-left: 10px;
}

.product-downloads .title,
.product-product-fixes .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.product-downloads .description,
.product-product-fixes .description {
	margin-bottom: 5px;
}

.product-downloads .downloads ul,
.product-product-fixes .downloads ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.product-downloads .downloads li,
.product-product-fixes .downloads li {
	margin: 0px 20px 0px 0px;
	display: inline;
	padding: 0px;
}

.youtube-video-thumbnail {
	width: 220px;
	height: 165px;
	z-index: 1;
}

.product-thumbnail {
    width: 220px;
    height: 165px;
    z-index: 1;
}

.media-thumbnail {
	position: relative;
	cursor: pointer;
}

.gallery-carousel .carousel-prev,
.gallery-carousel .carousel-next { height: 167px; }

.partners-carousel .carousel-prev,
.partners-carousel .carousel-next { height: 218px; }

.partners-carousel { position: relative; }

.carousel-prev:hover,
.carousel-next:hover { filter:alpha(opacity=75);}

/* Modifications carousel - 20 aoÃ»t 2013 */
.gallery-carousel { position: relative; }
.gallery-carousel .media { margin: 0; }

.redstar {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}

.error {
	color: red;
	display: block;
}

a.back-to-solutions { display: none;  }


.solution {
	border: solid 1px #e6e6e6;
}

.solution-info {
	border: none;
}

.solution-thumbnail {
	text-align: center;
	height: 165px;
	width: 220px;
	line-height: 165px;
	white-space: nowrap;
}

.partners-thumbnail {
	text-align: center;
	height: 218px;
	width: 218px;
	line-height: 218px;
	white-space: nowrap;
}


/* Hack pour faire fonctionner le vertical align middle */
.solution-thumbnail::after {
	content: ".";
	visibility: hidden;
}

.solution-thumbnail img {
	max-width: 208px; /* margin de 5px + 2px de border */
	margin: 5px;
}

.solution-info {
	overflow: hidden;
	height: 112px;
}

.tableau-listOfEquipment th {
	padding-right: 20px;
	white-space: nowrap;
}

.tableau-listOfEquipment td {
	padding-right: 20px;
}

.site-footer { padding-top: 16px; height: 140px; }

.copyright { font-size: 12px; text-align: center;  margin-top: 30px;}

.content input[type="password"] {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000;
	width: 95%;
	margin: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

.link-request-information { height: 56px; }

.product-sidebar
{
	position: absolute;
	position: fixed\9;
	margin-top: -20px;
}

.slideshow-wrapper {
	z-index: -5 !important;
}

.product {
	margin: -20px !important;
	padding: 20px !important;
}

.sidebar-inner {
	position: absolute;
	position: fixed\9;
}
.link-remove-search-param { text-indent: 100%; white-space: nowrap;	overflow: hidden; display: block; width: 14px; height: 14px; background: url(../image/removeKeywords.png) top left no-repeat; }
a:hover.link-remove-search-param  { background-position: bottom left; }

.site-footer-wrapper .error-footer { padding: 20px; }
.fixed-bottom { position: fixed; bottom: 0px; left: 0px; }
.sidebar-sharing { border-bottom: none !important; }

.tab-content{overflow: hidden !important;}
.nav-tabs {margin-left: 0px !important;}
.search-results-content {padding-top: 0px !important;}
.transparent {
   filter:progid:DXImageTransform.Microsoft.gradient(StartColorStr='#80000000', EndColorStr='#80000000');
   zoom: 1;
}


.product {
	background-color: white !important;
}

.locator-filter {
	width: 300px;
	display: inline;
	background-color: transparent !important;
	border: none !important;

}

.contact {
	width: 200px;
	min-height: 180px;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 5px 10px 0px;
}

.map-container {
	width: 500px;
}

.contact h4 {
	margin-top: 0px;
}

.dealer-locator-header { border-bottom: none !important; }

.community-article { margin-bottom: 40px; }
.community-article-image-wrapper { text-align: center; float: left; width: 220px; margin-right: 20px; }
.community-article-link { float: right; }

.link-add { background: url(../image/icon-add.png) top left no-repeat; width: 20px; height: 20px; }
.link-add-load { background: url(../image/loading.gif) top left no-repeat; width: 71px; height: 24px; background-size: 71px 24px; }
.link-add:hover { background: url(../image/icon-add.png) bottom left no-repeat; width: 20px; height: 20px; }
.link-remove { background: url(../image/icon-remove.png) top left no-repeat; width: 20px; height: 20px; }
.link-remove:hover { background: url(../image/icon-remove.png) bottom left no-repeat; width: 20px; height: 20px; }
.link-comments { background: url(../image/icon-comments.png) top left no-repeat; width: 20px; height: 20px; }
.link-comments:hover { background: url(../image/icon-comments.png) bottom left no-repeat; width: 20px; height: 20px; }
.link-warning { background: url(../image/icon-warning.png) top left no-repeat; width: 20px; height: 20px; }
.link-warning:hover { background: url(../image/icon-warning.png) bottom left no-repeat; width: 20px; height: 20px; }
.link-fullarrow-right-down { background: url(../image/icon-fullarrow-right.png) top left no-repeat; width: 20px; height: 20px; }
.link-fullarrow-right-down:hover { background: url(../image/icon-fullarrow-down.png) bottom left no-repeat; width: 20px; height: 20px; }
.link-fullarrow-down-right { background: url(../image/icon-fullarrow-down.png) top left no-repeat; width: 20px; height: 20px; }
.link-fullarrow-down-right:hover { background: url(../image/icon-fullarrow-right.png) bottom left no-repeat; width: 20px; height: 20px; }

table.sortable td { padding-left: 5px; padding-right: 5px; min-width: 100px; }
table.sortable th { padding-bottom: 0px;}
table.sortable th span { padding-left: 15px; }
table.sortable th.header { background-image: url(../image/sort.png); background-repeat: no-repeat; background-position: left; }
table.sortable th.headerSortUp { background-image: url(../image/sort-asc.png)  }
table.sortable th.headerSortDown { background-image: url(../image/sort-desc.png)  }

/* Override du css du widget de Google Translate */
.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }
.goog-te-gadget-simple { background-color: #ffffff !important; border: none !important; }
.goog-te-menu2-item > div, .goog-te-menu2-item-selected > div { background-color: #ffffff !important; border: none !important; color: #000000 !important; padding-left:4px !important; padding-right: 4px !important;}
.goog-te-menu-value { color: #000000 !important; }
.goog-te-menu-value span { border: none !important; }
.goog-te-menu2-item > div:hover { color: #000 !important; background-color: #e5e5e5 !important;}
.choiceLanguages { display:none; position:fixed; min-width:50px; z-index: 999; }
.choiceLanguages li { float:none; }
.goog-te-menu2-item-selected > div { color: #000 !important; font-family: arial !important; font-size: 10pt !important; padding-left:0px !important; padding-right: 0px !important;}

.goog-te-menu-frame { box-shadow: none !important;}

#dialogRequestMoreInformations { max-height: 400px; overflow-y: scroll; }

.highlighted
{
	color: #1fabfb;
	font-weight:bold;
	font-size:medium;
}

.link-category-container, .link-documentType-container { margin-bottom: 10px; }
.link-category, .link-documentType { color: #000; }
.link-category:hover, .link-documentType:hover { text-decoration: none; }

@media only screen and (min-width: 960px),
only screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .home-slider-section { width: 940px; }
	.home-slider-wrapper { width: 980px; margin-left: -20px; margin-right: -20px; height: 320px; }
	.slideshow-wrapper, .beauty-shot { width: 980px; height: 300px; }
	.slideshow-wrapper { margin-left: -20px; margin-right: -20px; }

	.social-nav {  padding: 0px 0px 0px 20px;  }
	.social-nav .social-label { display: inline; float: left; font-size: 12px; line-height: 23px; }
}

/* Widescreen */
@media only screen and (min-width: 1140px) {
	.sidebar-inner {position: absolute;}
	.product-sidebar {position: absolute;}
    .home-slider-wrapper { width: 1200px; height: 390px; }
    .slideshow-wrapper, .beauty-shot { width: 1200px; height: 300px; }
    .map-container {
		width: 100%;
	}

	.social-nav {  padding: 0px 0px 0px 20px;  }
	.social-nav .social-label { display: inline; float: left; font-size: 12px; line-height: 23px; }
}

@media only screen and (min-height: 700px) {
		#dialogRequestMoreInformations { max-height: none; overflow-y: visible; }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation: portrait)
{
	.logo
	{
		top: 75px;
		right: 0px;
		position: absolute;
	}

	.logo.collapsed { display: none; }

	.site-header
{
		width: 768px;
		min-width:768px;
	}
}
