filialehtml, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: 'Exo', Arial, sans-serif;
    font-size: 10px;
}

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

* {
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

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

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

img {
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

a,
button,
.img-hover {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

a.surrounded {
    border: 1px solid #fff;
    padding: 9px 38px;
}

a.a-hover:hover,
.img-hover:hover,
.btn-hover:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

form {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.hidden-row {
    display: none;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-3 {
    width: 25%;
    margin-bottom: 10px;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-6 {
    width: 50%;
}

.col-md-12 {
    width: 100%;
}

.only-mobile,
.only-mobile-992 {
    display: none;
}

.centerfy {
    text-align: center;
}

.go-to-top {
    margin-top: 40px;
}

.go-to-top a {
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    color: #00afec;
}

.table-produit {
    width: 90% !important;
    border: 0;
}

.table-produit th,
.table-produit td {
    padding: 5px !important;
    vertical-align: middle !important;
    border: 0 !important;
    border-bottom: 1px solid #00afec !important;
}

.table-produit tr:first-child th,
.table-produit tr:first-child td {
    background-color: #00afec !important;
}

.table-produit tr:first-child th *,
.table-produit tr:first-child td * {
    color: #fff !important;
}

/***************/
/* Selectboxit */
/***************/

.selectboxit-constraint {
    width: 300px;
    display: inline-block;
}

.selectboxit-constraint .selectboxit-list {
    max-width: 300px;
}

.selectboxit-constraint .selectboxit-text {
    max-width: 260px !important;
}

.selectboxit-constraint .selectboxit-container {
    width: 100%;
}

.selectboxit-constraint .selectboxit-container .selectboxit {
    width: 100% !important;
}

.selectboxit-container * {
    font-family: 'Exo', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.9em;
    color: #00afec;
}

.selectboxit-container .selectboxit {
    border-radius: 0;
}

.selectboxit-container .selectboxit-options a, .selectboxit-container span {
    height: 50px;
    line-height: 50px;
}

.selectboxit-btn {
    background: 0;
    border: 1px solid #00afec;
}

.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
    background-color: #f7f7f7;
}

.selectboxit .selectboxit-arrow-container {
    width: 45px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 35%;
}

.selectboxit .icon-select-arrow-down {
    background: url(../img/select-arrow-down.png) 0 0 no-repeat;
    width: 24px;
    height: 12px;
}

.selectboxit .icon-select-lang-arrow-down {
    background: url(../img/header/lang-arrow-down.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
}

.selectboxit.dropup .icon-select-lang-arrow-down {
    background: url(../img/header/lang-arrow-up.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
}

.selectboxit-container .selectboxit-options {
    border-radius: 0;
}

.selectboxit-list {
    border: 1px solid #00afec;
}

.selectboxit-list .selectboxit-option-anchor {
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    background: #eee;
    color: #00afec;
}

#menu-lang-container .selectboxit-container .selectboxit {
    width: 110px;
}

#menu-lang-container .selectboxit-container .selectboxit-options a,
#menu-lang-container .selectboxit-container span {
    height: 25px;
    line-height: 25px;
}

#menu-lang-container .selectboxit .selectboxit-arrow-container {
    width: 25px;
}

#menu-lang-select-container-mobile .selectboxit-container,
#menu-lang-select-container-mobile .selectboxit-container .selectboxit,
.wnews-container .selectboxit-container,
.wnews-container .selectboxit-container .selectboxit {
    width: 100%;
}

.wnews-container .selectboxit-container {
    margin-bottom: 20px;
}

/**********/
/* Header */
/**********/

.header,
.footer {
    background-color: #0d1732;
}

.header {
    padding-top: 15px;
    text-align: center;
    position: relative;
}

.header-top-right {
    text-align: right;
}

.header-top-right * {
    color: #00afec;
    font-weight: 400;
    font-size: 11px;
}

.header-top-right .header-top-right-links a {
    text-transform: uppercase;
    margin-right: 11px;
    line-height: 25px;
}

.header-top-right .header-top-right-links a:hover {
    color: #ff9600;
}

#menu-lang-container {
    display: inline;
    padding-left: 7px;
}

.header .search-container {
    display: inline-block;
    position: relative;
}

#search {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

#search-input-container {
    position: absolute;
    top: 30px;
    right: 38px;
    display: none;
}

#search-input-container input {
    width: 0;
    height: 30px;
    border: 1px solid #00afec;
    background-color: transparent;
    padding: 2px 5px;
}

.header .logo {
    display: inline-block;
    margin-bottom: 20px;
}

.header-sep {
    background-color: #ff9600;
    height: 3px;
}

/*******/
/* Nav */
/*******/

#nav {
    margin: 20px -15px 0;
}

#nav>li {
    float: left;
    text-align: center;
}

#nav>li:first-child {
    text-align: left;
    padding-left: 15px;
}

#nav>li:last-child {
    text-align: right;
    padding-right: 15px;
}

#nav>li>.nav-main-item {
    position: relative;
}

#nav>li>.nav-main-item>a {
    text-transform: uppercase;
    color: #00afec;
    font-size: 1.6em;
    display: block;
    padding: 10px 0;
}

#nav>li>.nav-main-item:hover>a,
#nav>li>.nav-main-item>a:hover,
#nav>li>.nav-main-item>a.selected {
    color: #ff9600;
}

#nav-hover {
    position: relative;
    z-index: 1;
}

#nav-hover .nav-hover {
    display: none;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ff9600;
    padding-top: 3px;
}

#nav-hover .nav-hover-inside {
    background-color: #e3e4e4;
    padding: 30px 0 27px;
}

#nav-hover .nav-hover-col {
    float: left;
}

#nav-hover .nav-hover-title {
    position: relative;
    width: 22%;
    min-height: 100px;
    font-size: 20px;
    font-weight: 500;
    color: #0d1732;
    text-align: center;
    text-transform: uppercase;
}

#nav-hover .nav-hover-title>div {
    padding: 0 30px;
}

#nav-hover .nav-hover-sub-menu {
    width: 32%;
    border-left: 1px solid #ff9600;
}

#nav-hover .nav-hover-sub-menu li {
    padding: 10px 0;
}

#nav-hover .nav-hover-sub-menu li:first-child {
    padding-top: 0;
}

#nav-hover .nav-hover-sub-menu li:last-child {
    padding-bottom: 0;
}

#nav-hover .nav-hover-sub-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0d1732;
}

#nav-hover .nav-hover-sub-menu li a:hover,
#nav-hover .nav-hover-sub-menu li a.selected {
    color: #ff9600;
}

#nav-hover .nav-hover-sub-sub-menu {
    display: none;
    position: relative;
    width: 46%;
    min-height: 100px;
    border-left: 1px solid #ff9600;
}

#nav-hover .nav-hover-sub-sub-menu>div {
    padding: 0 60px;
}

#nav-hover .nav-hover-sub-sub-menu-li {
    float: left;
    width: 50%;
    padding: 7px 5px;
}

#nav-hover .nav-hover-sub-sub-menu-li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0d1732;
}

#nav-hover .nav-hover-sub-sub-menu-li a:hover,
#nav-hover .nav-hover-sub-sub-menu-li a.selected {
    color: #ff9600;
}

#nav-hover .nav-hover-title>div,
#nav-hover .nav-hover-sub-sub-menu>div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#nav-hover .nav-hover-sub-menu {
    padding: 0 60px;
}

#nav-hover .nav-hover-sub-sub-menu>div {
    padding: 0 55px;
}

/********************/
/* Nav (responsive) */
/********************/

#navbar-toggle-container {
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 10002;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

#navbar-toggle {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 22px;
    vertical-align: top;
    margin-top: 1px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#navbar-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background-color: #00afec;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#navbar-toggle-container:hover #navbar-toggle span {
	background-color: #fff;
}

#navbar-toggle span:nth-child(1) {
	top: 0px;
}

#navbar-toggle span:nth-child(2),
#navbar-toggle span:nth-child(3) {
	top: 8px;
}

#navbar-toggle span:nth-child(4) {
	top: 16px;
}

#navbar-toggle.open span:nth-child(1),
#navbar-toggle.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

#navbar-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navbar-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-mobile,
.menu-lang-mobile {
    display: none;
    position: absolute;
}

.search-mobile {
    bottom: 18px;
    right: 70px;
}

.menu-lang-mobile {
    bottom: 20px;
    right: 30px;
    font-size: 2em;
    color: #00afec;
    text-transform: uppercase;
}

#search-input-container-mobile,
#menu-lang-select-container-mobile {
    display: none;
}

#search-input-container-mobile input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ff9600;
    padding: 8px 5px;
    font-size: 1.3em;
    color: #0d1732;
}

#menu-lang-select-container-mobile select {
    width: 100%;
}

#nav-main {
    display: none;
}

.nav-mobile {
	display: none;
	position: absolute;
	width: 100%;
/*	top: 150px;*/
	left: -992px;
	background-color: #0d1732;
	z-index: 10001;
	height: 100%;
    box-shadow: 0 0 20px #555;
}

.nav-mobile ul {
    padding: 20px 40px;
}

.nav-mobile li {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-mobile li a {
    text-decoration: none;
    display: block;
    width: 100% !important;
    height: auto !important;
    position: relative;
    color: #fff;
}

#nav-main li a {
    font-size: 2em;
    line-height: 2em;
    color: #00afec;
}

#nav-main li a:hover,
.nav-mobile li a:hover,
.nav-mobile li.selected a {
/*    color: #009ede;*/
    color: #ff9600;
}

.nav-mobile .nav-mobile-arrow-right {
    position: absolute;
    right: -20px;
    top: 0;
    color: #fff;
    font-size: 1.5em;
}

.nav-mobile .nav-mobile-arrow-left {
    position: absolute;
    left: 20px;
    top: 14px;
    color: #fff;
    font-size: 1.5em;
}

.headline,
.headline:hover {
    color: #ff9600;
    display: block;
    padding: 20px 40px;
    width: 100%;
    font-size: 2em;
    text-align: center;
}

.nav-second ul {
    background-color: #00afec;
}

.nav-second>ul>li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-second li a {
    font-size: 2em;
}

.nav-second>ul>li>a {
    text-transform: uppercase;
}

.nav-second ul.subMenu {
    padding: 5px 0 10px;
}

.nav-second ul.subMenu li a {
    font-size: 1.6em;
}

.nav-second ul.subMenu li.third-level a {
    font-size: 1.4em;
    font-style: italic;
}

.nav-second li.toggleSubMenu.open>a {
    color: #ff9600;
}

.nav-second li.first-level.toggleSubMenu.open {
    border-left: 2px solid #ff9600;
    border-right: 2px solid #ff9600;
}

a.footer-mobile {
    display: block;
    background-color: #f8f8f8;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8em;
    color: #00afec;
}

a.footer-mobile.footer-solutions,
a.footer-mobile.footer-contact {
    border-top: 1px solid #00afec;
}

a.footer-mobile span.text {
    display: block;
    position: relative;
    max-width: 340px;
    margin: auto;
}

a.footer-mobile .arrow-right {
    position: absolute;
    right: 0;
    top: -11px;
    font-size: 2em;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

a.footer-mobile:hover .arrow-right {
    right: -2px;
}

/**********************/
/* Section actualités */
/**********************/

#section-updates {
    margin: 0 auto 20px;
    padding: 4px 5px;
    border-top: 1px solid #00afec;
    border-bottom: 1px solid #00afec;
    font-size: 1.4em;
}

#section-updates .updates-title {
    float: left;
    width: 220px;
}

#section-updates .marquee-container {
    overflow: hidden;
    margin-left: 220px;
}

#section-updates .marquee a {
    color: #808080;
}

#section-updates .updates-title,
#section-updates .marquee-container,
#section-updates .marquee a:hover {
    color: #00afec;
}

/**********************/
/* Section newsletter */
/**********************/

#section-newsletter {
    background-color: #00afec;
}

#section-newsletter .container {
    padding-top: 11px;
    padding-bottom: 7px;
}

#section-newsletter .newsletter-title {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 70px;
    color: #fff;
}

#section-newsletter .newsletter-title-top {
    font-size: 1.8em;
    text-transform: uppercase;
}

#section-newsletter .newsletter-title-bottom {
    font-size: 1.4em;
}

#section-newsletter .newsletter-form {
    float: left;
    width: 65%;
}

input.surrounded,
#section-newsletter input[type="submit"],
#formEmailMobile input[type="submit"] {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    height: 40px;
    padding: 5px 10px;
    font-size: 1.4em;
    letter-spacing: .01em;
}

#section-newsletter input.field {
    width: 300px;
    margin-right: 10px;
    font-family: 'Exo', Arial, sans-serif;
}

#section-newsletter input[type="submit"] {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

#section-newsletter input[type="submit"]:hover,
#section-newsletter input[type="submit"]:focus,
#section-newsletter input[type="submit"]:active {
    background-color: rgba(13,23,50,.15);
}

#section-newsletter #section-newsletter-error {
    display: none;
    margin-top: 10px;
    font-size: 1.6em;
    color: #0d1732;
}

/**********/
/* Footer */
/**********/

.footer {
    border-top: 5px solid #ff9600;
    padding: 40px 0 60px;
    color: #00afec;
}

.footer .footer-left {
    width: 275px;
    float: left;
    text-align: center;
}

.footer .footer-left .logo {
    margin: auto;
}

.footer .footer-left a.surrounded {
    border-color: #00afec;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    display: inline-block;
    font-size: 1.6em;
    color: #00afec;
    text-transform: uppercase;
    min-width: 180px;
}

.footer .footer-left a.surrounded:hover {
    background-color: rgba(0,175,236,.1);
    color: #00afec;
}

.footer .footer-left .social-networks {
    margin-top: 20px;
}

.footer .footer-center {
    margin: 0 175px 0 290px;
}

.footer .footer-center .footer-center-row {
    max-width: 600px;
    margin: 0 auto;
}

.footer .footer-center li {
    margin-bottom: 20px;
}

.footer .footer-center li a {
    font-size: 1.6em;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #00afec;
}

.footer .footer-center li a:hover {
    color: #ff9600;
}

.footer .footer-right {
    width: 160px;
    float: right;
    text-align: right;
}

.footer .footer-right ul {
    margin-bottom: 35px;
}

.footer .footer-right li {
    margin-bottom: 5px;
}

.footer .footer-right li a {
    font-size: 1.4em;
    color: #fff;
}

.footer .footer-right a:hover {
    color: #ff9600;
}

.footer .footer-right p {
    margin: 3px 0 0;
    font-size: 1.2em;
    letter-spacing: .01em;
}

.footer .footer-right p a {
    color: #00afec;
}

/********/
/* Home */
/********/

#home .section-slideshow .container {
    padding-left: 0;
    padding-right: 0;
}

#home .section-slideshow .slideshow-container {
    position: relative;
}

#home .section-slideshow .slideshow-container .caption {
    display: none;
}

#home .section-slideshow .slideshow-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00afec;
}

#home .section-slideshow.slideshow-one-slide .slideshow-progress-bar {
    display: none;
}

.bx-wrapper {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

#home .section-slideshow .bx-wrapper .bx-pager {
    bottom: 10px;
}

#home .section-presentation .bx-wrapper .bx-pager {
    bottom: -40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
}

#home .section-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active,
#home .section-slideshow .bx-wrapper .bx-pager.bx-default-pager a:focus,
#home .section-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #00afec;
}

#home .section-presentation .bx-wrapper .bx-pager.bx-default-pager a.active,
#home .section-presentation .bx-wrapper .bx-pager.bx-default-pager a:focus,
#home .section-presentation .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #ff9600;
}

#home .section-slideshow .slideshow-caption {
    background-color: #0d1732;
    min-height: 64px;
    position: relative;
}

#home .section-slideshow .slideshow-caption p {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #00afec;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;

    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 8px 10px 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .section-slideshow.slideshow-one-slide .slideshow-caption p {
    filter: alpha(opacity=100);
    opacity: 1;
}

.section-solutions .container {
    background: url(../img/home/solutions.jpg) center 0 no-repeat;
    min-height: 550px;
    padding-bottom: 50px;
}

#find_solution .section-solutions .container {
    background-position: center -30px;
    min-height: 450px;
}

.section-solutions .title {
    font-size: 3.15em;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: .01em;
    color: #0d1732;
    margin: 0;
    padding-top: 195px;
    text-align: center;
}

#find_solution .section-solutions .title {
    margin-bottom: 40px;
}

#formSolution2 {
    display: none;
}

#home .section-solutions #applications {
    max-width: 680px;
    margin: 45px auto 40px;
    text-align: center;
}

#home .section-solutions #applications img {
    margin: 0 auto;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#home .section-solutions #applications img:hover {
    margin: 0 auto;
    filter: alpha(opacity=80);
    opacity: .8;
}

.section-solutions .subtitle {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: .01em;
    color: #808080;
    margin: 0;
    text-align: center;
}

.section-solutions .select-application-market {
    margin: 0 auto;
    text-align: center;
    max-width: 624px;
}

.section-solutions .selectboxit-constraint-application {
    margin: 7px 10px 5px 0;
}

.section-solutions .selectboxit-constraint-market {
    margin: 7px 0 5px 10px;
}

#find_solution .view_results {
    padding: 15px 15px 50px;
    max-width: 930px;
}

#find_solution .view_results .col-result {
    width: 300px;
    float: left;
    margin: auto;
    padding: 0 25px;
}

#find_solution .view_results h3 {
    font-family: 'Exo', Arial, sans-serif;
    margin: 0 0 15px 14px;
    font-size: 16px;
    font-weight: normal;
    color: #0d1732;
    text-transform: uppercase;
}

#find_solution .view_results .col-result-container {
    text-align: center;
}

#find_solution .view_results .col-result-inside {
    float: left;
    margin: 0 0 45px;
    width: 50%;
}

#find_solution .view_results .col-result-inside-100 {
    width: 100%;
}

#find_solution .view_results .col-result-inside img {
    max-width: 98px;
}

#find_solution .view_results .case-study-row {
    margin: 15px auto 0;
    max-width: 800px;
}

#find_solution .view_results .case-study-col {
    float: left;
}

#find_solution .view_results .case-study-container {
    max-width: 300px;
    margin: 0 auto 30px;
}

#find_solution .view_results .case-study-inside {
    border-top: 4px solid #d5e0eb;
    border-bottom: 4px solid #d5e0eb;
    padding: 10px 0;
}

#find_solution .view_results a.case-study-download {
    float: right;
}

#find_solution .view_results .case-study-title {
    width: 250px;
    font-family: 'Exo', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.select-application-market .reset {
    float: right;
}

.select-application-market .reset a {
    font-size: 1.2em;
    letter-spacing: .01em;
    color: #00afec;
}

.select-application-market .reset a:hover {
    color: #ff9600;
}

#home .section-presentation {
    text-align: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 60px;
}

#home .section-presentation.slideshow-presentation-one-slide {
    padding-bottom: 30px;
}

#home .section-presentation h1,
#home .section-presentation h2 {
    font-size: 4em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 5px;
}

#home .section-presentation p {
    font-size: 2.5em;
    line-height: 1.8em;
    margin: 0 auto;
    max-width: 1000px;
}

#home .section-presentation a.surrounded {
    font-size: 2em;
    line-height: 1em;
    margin-top: 30px;
    display: inline-block;
}

#home .section-presentation a.surrounded:hover {
    background-color: rgba(13,23,50,.15);
}

#home .section-presentation {
    background-color: #00afec;
}

#home .section-markets h2,
#home .section-flash h2 {
    color: #0d1732;
    font-size: 3.15em;
    font-weight: 400;
    margin: 30px 0 15px;
}

#home .section-markets h2 {
    text-align: center;
}

#home h2 a {
    color: #0d1732;
}

#home h2 a:hover {
    color: #ff9600;
}

#home .section-markets .section-markets-row {
    margin: auto;
}

#home .section-markets .col-3 {
    float: left;
    background-color: #000;
    max-width: 300px;
    width: 25%;
}

#home .section-markets .section-markets-row-3-cols .col-3:first-child {
    margin-left: 12.5%;
}

#home .section-markets .section-markets-row-3-cols .col-3:last-child {
    margin-right: 12.5%;
}

#home .section-markets .section-markets-row-2-cols .col-3:first-child {
    margin-left: 25%;
}

#home .section-markets .section-markets-row-2-cols .col-3:last-child {
    margin-right: 25%;
}

#home .section-markets .section-markets-row-1-col .col-3 {
    margin-left: 37.5%;
    margin-right: 37.5%;
}

/*
#home .section-markets .col-3.col-3-first-3-columns {
    margin-left: 12.5%;
}

#home .section-markets .col-3.col-3-last-3-columns {
    margin-right: 12.5%;
}

#home .section-markets .col-3.col-3-first-2-columns {
    margin-left: 25%;
}

#home .section-markets .col-3.col-3-last-2-columns {
    margin-right: 25%;
}

#home .section-markets .col-3-1-column {
    margin-left: 37.5%;
    margin-right: 37.5%;
}
*/

#home .section-markets .section-markets-row a {
    position: relative;
    display: block;
    overflow: hidden;
}

#home .section-markets .section-markets-row a img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#home .section-markets .section-markets-row a:hover img {
    filter: alpha(opacity=40);
    opacity: .4;
}

#home .section-markets .section-markets-row a>span {
    display: block;
    position: absolute;
    top: -100%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .section-markets .section-markets-row a>span>span {
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 2.5em;
    display: inline-block;
    margin: 0 5px;
}

#home .section-flash {
    padding: 20px 0 40px;
}

#home .section-flash h2 {
    margin-top: 60px;
}

#home .section-flash h3 {
    margin: 15px 0 2px;
}

#home .section-flash h3 a {
    color: #00afec;
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
}

#home .section-flash h3 a:hover {
    color: #ff9600;
}

#home .section-flash p {
    margin: 0;
}

#home .section-flash p a {
    font-family: Arial, sans-serif;
    color: #808080;
    font-size: 1.6em;
    line-height: 1.625em;
    font-weight: 400;
}

/********/
/* Page */
/********/

.page-2-cols,
.wacost,
.wnews-unsubscribe {
    margin-bottom: 140px;
}

#railroad {
    margin-top: 7px;
    margin-bottom: 70px;
    font-size: 1.2em;
    color: #0d1732;
    font-weight: bolder;
}

#railroad div {
    display: inline;
}

#railroad a {
    color: #0d1732;
}

#railroad a:hover {
    color: #ff9600;
}

#railroad .date {
    float: right;
}

.aside {
    width: 250px;
    padding-top: 5px;
    float: left;
}

.aside h2 {
    font-size: 2.2em;
    font-weight: 400;
    color: #0d1732;
    letter-spacing: .01em;
    margin: 0 0 10px;
}

.aside .aside-wnews h2 {
    color: #199ddd;
}

.aside .aside-wnews h2 span {
    font-weight: 500;
}

.aside p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #808080;
    letter-spacing: .01em;
    margin: 0 0 12px;
}

.aside .aside-solutions {
    margin-bottom: 30px;
}

.aside .selectboxit-container * {
    font-size: 14px;
}

.aside #select-applicationSelectBoxItContainer {
    margin-bottom: 10px;
}

.aside #select-marketSelectBoxItContainer {
    margin-bottom: 3px;
}

.aside .selectboxit-container .selectboxit {
    width: 250px;
}

.aside .selectboxit .selectboxit-arrow-container {
    width: 35px;
}

.aside .selectboxit-container .selectboxit-list {
    max-width: 250px;
}

.aside .aside-contact {
    margin-bottom: 40px;
}

.aside .aside-wnews {
    margin-bottom: 50px;
}

.aside #aside-wnews-list {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.aside #aside-wnews-list #aside-wnews-list-up,
.aside #aside-wnews-list #aside-wnews-list-down {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.aside #aside-wnews-list #aside-wnews-list-up {
    top: -30px;
    display: none;
}

.aside #aside-wnews-list #aside-wnews-list-down {
    bottom: -30px;
}

.aside #aside-wnews-list #aside-wnews-list-up img,
.aside #aside-wnews-list #aside-wnews-list-down img {
    cursor: pointer;
}

.aside #aside-wnews-list ul li {
    border-bottom: 1px solid #c3c3c3;
}

.aside #aside-wnews-list ul li:last-child {
    border-bottom: 0;
}

.aside #aside-wnews-list ul li a {
    display: block;
    color: #199ddd;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.9em;
}

.aside #aside-wnews-list ul li a:hover,
.aside #aside-wnews-list ul li.selected a {
    color: #ff9600;
}

input.styled[type="text"],
input.styled[type="email"],
textarea.styled {
    width: 100%;
    font-family: Arial, sans-serif;
    color: #808080;
}

input.styled,
textarea.styled {
    font-size: 1.6em;
}

.aside .aside-wnews form {
    margin-bottom: 15px;
}

.aside .aside-contact input.styled,
.aside .aside-contact textarea.styled,
.aside .aside-wnews input.styled,
.aside .aside-wnews textarea.styled {
    font-size: 1.2em;
}

.aside .aside-wnews>div {
    text-align: center;
}

.aside .aside-wnews a {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #1a9edd;
    text-decoration: underline;
}

.aside .aside-wnews a:hover {
    color: #ff9600;
}

input.styled[type="checkbox"] {
    display: block;
    float: left;
}

input.styled[type="text"],
input.styled[type="email"] {
    border: 0;
    border-bottom: 1px solid #009ede;
    line-height: 2em;
    margin-bottom: 20px;
}

#select-countrySelectBoxItContainer {
    margin-top: 15px;
    margin-bottom: 20px;
}

.aside .aside-contact #select-countrySelectBoxItContainer {
    margin-top: 5px;
}

textarea.styled {
    border: 1px solid #009ede;
    padding: 5px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.contact-information {
    margin: 20px 0 30px;
}

#contact-form .selectboxit-container .selectboxit {
    width: 280px;
}

#contact-form .g-recaptcha {
    float: left;
}

label.styled {
    font-size: 1.2em;
    font-weight: 500;
    color: #00afec;
    display: block;
    margin-left: 30px;
    padding-top: 3px;
    cursor: pointer;
}

input[type="submit"] {
    border: 0;
    font-family: 'Exo', Arial, sans-serif;
    font-size: 1.6em;
    color: #fff;
    background-color: #00afec;
    padding: 13px 29px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.aside .aside-contact input[type="submit"] {
    font-size: 1.2em;
    color: #00afec;
    background-color: transparent;
    float: right;
    padding: 0;
}

.aside .aside-contact input[type="submit"]:hover {
    color: #ff9600;
}

.aside #sidebar_wnews_confirm,
.aside #sidebar_wnews_error,
.aside #sidebar_contact_confirm,
.aside #sidebar_contact_error {
    display: none;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    color: #00afec;
    margin: 20px 0;
}

.aside #sidebar_contact_confirm {
    display: block;
}

.aside #sidebar_wnews_error,
.aside #sidebar_contact_error {
    color: #ff9600;
}

.aside .aside-wnews input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4em !important;
    font-weight: 700;
    letter-spacing: .08em
}

.aside .img-banner {
    margin-bottom: 10px;
}

#contact-form input[type="submit"] {
    float: right;
    margin-top: 29px;
}

#contact-form input[type="submit"]:disabled {
    cursor: not-allowed;
}

.contact-confirm {
    font-size: 1.6em;
    font-weight: 500;
    color: #808080;
    letter-spacing: .01em;
    margin-top: 23px;
}

.page-2-cols .main {
    float: right;
    width: 950px;
    padding-left: 30px;
}

.page-2-cols.breaking-details .main {
    float: left;
    max-width: 700px;
}

.page-2-cols.breaking .col-flash {
    float: left;
    width: 50%;
    margin-bottom: 50px;
}

.page-2-cols.breaking .col-flash-left {
    padding-right: 70px;
}

.page-2-cols.breaking .col-flash-right {
    padding-left: 70px;
}

.main h1,
.wacost .main .contact-information-container h2 {
    font-size: 3.5em;
    font-weight: 300;
    color: #ff9600;
    line-height: 1.3em;
    margin: 0 0 17px;
}

.page-2-cols.markets .main h1,
.page-2-cols.breaking .main h1,
.implantations .main h1,
.page-2-cols.filiale .main h1 {
    margin-bottom: 25px;
}

.page-2-cols.breaking .main h1 img {
    margin-left: 3px;
}

.page-2-cols.search .main h1 {
    margin-bottom: 65px;
}

.page-2-cols.search.search-no-results .main h1 img {
    display: block;
    float: right;
    margin-top: 6px;
}

.page-2-cols.wnews .main h1 {
    text-align: center;
    color: #00afec;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 auto 60px;
}

.wnews .main h1 img {
    margin: auto;
}

.main h2,
.main h3,
.main h4,
.breaking .main .date {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: .02em;
    margin: 0 0 .2em;
}

.main h2,
.main h3,
.main h4,
.main h2 a,
.main h3 a,
.main h4 a,
.breaking .main .date,
.breaking .main .date a {
    color: #00afec;
}

.main h2 a:hover,
.main h3 a:hover,
.main h4 a:hover,
.breaking .main .date a:hover {
    color: #ff9600;
}

.page-2-cols.breaking-details .main .flash-title {
    margin-bottom: 10px;
}

.page-2-cols.breaking .main .date {
    font-weight: 300;
    margin-bottom: 0;
}

.page-2-cols.breaking .main .col-flash img {
    margin-bottom: 20px;
}

.page-2-cols.breaking-details .main .date {
    margin-top: 35px;
}

.page-2-cols .main .main-content-editor ul {
    list-style: disc;
    padding-left: 40px;
    margin: .7em 0;
}

.page-2-cols .main .main-content-editor h3,
.page-2-cols .main .main-content-editor h4 {
    font-size: 16px;
    color: #0d1732;
}

.page-2-cols .main .main-content-editor h4 {
    color: #ff9600;
}

.page-2-cols .main .main-content div,
.page-2-cols .main .main-content p,
.page-2-cols .main .main-content-editor {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9em;
    color: #808080;
}

.page-2-cols .main .main-content-editor h2,
.page-2-cols .main .main-content-editor h3,
.page-2-cols .main .main-content-editor h4 {
    font-family: 'Exo', Arial, sans-serif;
}

.page-2-cols .main .main-content p a {
    color: #808080;
}

.page-2-cols.breaking-details .main .main-content a {
    text-decoration: underline;
    color: #808080;
}

.page-2-cols.markets .main .main-content .col-md-6 {
    margin-bottom: 20px;
}

.page-2-cols.markets .main .main-content h3 {
    font-family: 'Exo', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.page-2-cols.markets .main .main-content h3 a {
    color: #00afec;
}

.page-2-cols.markets .main .main-content a:hover {
    color: #ff9600;
}

a.btn-default {
    display: inline-block;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: .01em;
    color: #fff;
    background-color: #00afec;
    padding: 13px 29px;
}

a.btn-default:hover,
.aside .aside-wnews input[type="submit"]:hover {
	filter: alpha(opacity=85);
	opacity: .85;
}

.page-2-cols.breaking .main a.btn-default,
.page-2-cols.search .main a.btn-default {
    margin: 80px auto 0;
}

.page-2-cols.pressroom .main a.btn-default {
    margin: 50px auto 0;
}

.page-2-cols.pressroom h1 {
    float: left;
    margin-bottom: 22px;
    padding-right: 20px;
}

.page-2-cols.search h1,
.page-2-cols.search .form-search {
    display: inline-block;
}

.page-2-cols.search .form-search {
    border: 1px solid #ff9600;
    margin-left: 25px;
    padding-left: 10px;
}

.page-2-cols.search .form-search input[type="text"] {
    font-family: 'Exo', Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #ff9600;
    border: 0;
    line-height: 48px;
    height: 48px;
    width: 250px;
    padding: 0;
}

.page-2-cols.search .form-search input[type="image"] {
    vertical-align: bottom;
}

/*********************/
/* Section pressroom */
/*********************/

.page-2-cols.pressroom .switcher-container {
    display: inline-block;
    padding-top: 13px;
}

.page-2-cols.pressroom label {
    font-size: 1.6em;
    font-weight: 500;
    color: #888888;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    padding-top: 4px;
}

.page-2-cols.pressroom label.active {
    color: #00afec;
}

.switcher {
    background: #fff;
    display: inline-block;
    width: 52px;
    height: 25px;
    border: 1px solid #00afec;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 2px 15px 0;
    cursor: pointer;
}

.switcher .tip {
    position: relative;
    width: 33px;
    height: 33px;
    background: url(../img/toggle-left.png) center center no-repeat;
    display: block;
    top: -5px;
    left: -5px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.switcher.enabled .tip {
	left: 23px;
    background-image: url(../img/toggle-right.png);
}

table {
    width: 100%;
    border-spacing: 0;
}

table th,
table td {
    text-align: left;
    vertical-align: top;
    padding: 0 0 10px;
}

table th {
    font-size: 20px;
    font-weight: 500;
    color: #00afec;
}

table td a {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

table tr:hover a {
    color: #ff9600;
}

.page-2-cols.pressroom h1 {
    min-width: 200px;
}
.col-press-date {
    width: 200px;
}

#press-review .col-press-name {
    padding-right: 70px;
}

table .col-press-category {
    width: 222px;
}

table td.col-press-category {
    padding-left: 12px;
}

table .col-press-category .selectboxit-container * {
    font-size: 14px;
}

table .col-press-category .selectboxit-container .selectboxit-options a,
table .col-press-category .selectboxit-container span {
    height: 30px;
    line-height: 30px;
}

table .col-press-category .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 25%;
}

/******************/
/* Section search */
/******************/

.page-2-cols.search .row-search {
    margin: 0 -5px 35px;
    padding: 5px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.page-2-cols.search .row-search:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.search .row-search:hover h2 a {
    color: #ff9600;
}

/******************/
/* Section W News */
/******************/

.page-2-cols.wnews .main .wnews-container {
    max-width: 700px;
    margin: auto;
}

.wnews .main .img-news-small {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.wnews .main h2 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.3em;
    margin: .3em 0 .2em;
}

.wnews .main h3 {
    margin: 1em 0 .2em;
}

.wnews .main p.category {
    margin: .6em 0 0;
    font-size: 2em;
    font-weight: 300;
    color: #ff9600;
}

.wnews .main p.category a {
    color: #ff9600;
}

.wnews #formEmailMobile {
    background-color: #00afec;
    padding: 15px 20px;
    margin-bottom: 40px;
}

.wnews #formEmailMobile p {
    color: #fff;
    font-size: 2.2em;
    margin-bottom: 5px;
}

.wnews #formEmailMobile input {
    width: 100%;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.wnews #formEmailMobile input[type="text"],
.wnews #formEmailMobile input[type="email"],
.wnews #formEmailMobile input[type="submit"]:hover {
    background-color: #fff;
    color: #00afec;
}

#wnews-mobile-error,
#wnews-mobile-confirm {
    font-family: 'Exo', Arial, sans-serif;
    font-size: 1.6em;
    color: #000;
    margin: 20px 0;
}

.page-2-cols.wnews .main .row-wnews {
    margin: 0 -15px;
}

.page-2-cols.wnews .main .row-wnews .col-md-6,
.page-2-cols.wnews .main .row-wnews .col-md-12 {
    margin-bottom: 60px;
}

.page-2-cols.wnews .main .main-content p {
    line-height: 1.7em;
}

.page-2-cols.wnews .main a.read-more {
    color: #00afec;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-block;
    margin-top: 10px;
}

.page-2-cols.wnews .main a.read-more:hover {
    color: #ff9600;
}

.wnews-unsubscribe .wnews-unsubscribe-container {
    max-width: 380px;
    margin: auto;
    text-align: center;
}

.wnews-unsubscribe .main h1 {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #00afec;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1.4em;
    margin: 0 auto 50px;
}

.wnews-unsubscribe input[type="text"] {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    color: #808080;
    border: 1px solid #00afec;
    width: 100%;
    padding: 5px 10px;
}

.wnews-unsubscribe input[type="submit"] {
    color: #00afec;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: .05em;
    background-color: transparent;
    float: right;
    padding: 0;
    margin-top: 10px;
}

.wnews-unsubscribe input[type="submit"]:hover {
    color: #ff9600;
}

.wnews-unsubscribe #wnews-unsubscribe-error {
    display: none;
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #ff9600;
}

.wnews-unsubscribe p {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 500;
    color: #808080;
    margin: 0;
}

/*******************/
/* Section WA Cost */
/*******************/

.wacost .wacost-container {
    max-width: 760px;
    margin: auto;
}

.wacost .main h1 {
    margin-bottom: 25px;
}

.wacost .wacost-row {
    margin-bottom: 35px;
}

.wacost .main h2 {
    font-size: 2em;
    margin-bottom: .4em;
}

.wacost .main .wacost-row .wacost-row-option {
    margin-bottom: 10px;
}

.wacost .main .wacost-row input[type="text"] {
    padding: 2px 5px;
    border: 1px solid #00afec;
    width: 300px;
}

.wacost .main .wacost-row .wacost-row-field input[type="text"] {
    width: 325px;
}

.wacost .main .wacost-row input,
.wacost .main .wacost-row label {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 500;
    color: #808080;
    margin: 0;
}

.wacost .main .wacost-row .wacost-row-option input[type="text"],
.wacost .main .wacost-row label {
    margin-left: 12px;
}

.wacost .contact-information-container {
    margin-top: 60px;
}

.wacost .contact-information-container input[type="text"],
.wacost .contact-information-container input[type="email"] {
    max-width: 430px;
    display: block;
}

.wacost .contact-information-container input[type="submit"] {
    display: block;
    margin-top: 50px;
    font-weight: 500;
}

.wacost-row.wacost-error {
    border: 1px dashed #ff9600;
    padding: 5px;
}

input.wacost-error {
    border: 1px dashed #ff9600 !important;
    padding: 0 5px;
}

#select-countrySelectBoxIt.wacost-error {
    border: 1px dashed #ff9600 !important;
}

.wacost p.confirm {
    font-size: 1.6em;
    color: #0d1732;
    margin: 30px 0 0;
}

/*********************************/
/* Section implantations/filiale */
/*********************************/

#mapcanvas {
    width:100%;
    height: 500px;
    margin-bottom: 20px;
}

.filiale .title {
    position: relative;
}

.filiale h1 {
    display: inline-block;
}

.filiale a.back-link {
    float: right;
	font-size: 16px;
    font-weight: 400;
    border: 1px solid #00afec;
    padding: 8px 18px;
    margin: 0 0 30px 15px;
}

.filiale a.back-link span:first-child {
	font-size: 24px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 15px;
}

.filiale a.back-link,
.filiale a.back-link:hover,
.filiale a.back-link:visited,
.filiale a.back-link:focus,
.filiale a.back-link:active {
	color: #00afec;
	text-decoration: none;
}

.filiale a.back-link:hover,
.filiale a.back-link:focus,
.filiale a.back-link:active {
	color: #ff9600;
    border-color: #ff9600;
}

.filiale .large_picture {
    margin-bottom: 30px;
}

.filiale .col-72 {
    width: 72%;
}

.filiale .main-content {
    float: left;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9em;
    color: #808080;
}

.filiale .filiale-col-right {
    width: 28%;
    float: left;
}

.filiale .filiale-col-right {
    text-align: right;
}

.filiale .filiale-col-right-certification {
    margin-bottom: 50px;
}

.filiale .filiale-col-right p {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
}

.filiale .filiale-col-right-certification p {
    color: #1b8adc;
}

.filiale .filiale-col-right-specification p {
    color:#0056a3;
}

.filiale .cartouche {
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 2px 3px 2px;
	font-size: 11px;
	font-family: sans-serif;
	line-height: 18px;
	margin-bottom: 7px;
	text-align: center;
	width: 114px;
	overflow: hidden;
}

.filiale .filiale-col-right-certification .cartouche {
    color: #1b8adc;
    border-color: #1b8adc;
}

.filiale .filiale-col-right-specification .cartouche {
    color: #0056a3;
    border-color: #0056a3;
}

.filiale .filiale-col-right .cartouche img {
    vertical-align: middle;
}

.filiale .block-address {
    margin-top: 50px;
}

.filiale .block-address h2 {
    margin-bottom: 20px;
}

.filiale .block-address-left {
    float: left;
    width: 174px;
}

.filiale .block-address-right {
    float: left;
    padding-left: 30px;
}

.filiale .filiale-contact-col2-address p {
    float: left;
}

.filiale .filiale-contact-col2-address a {
    display: inline-block;
    margin: 10px 0 0 10px;
}

.filiale .filiale-contact-col2-address p,
.filiale p.filiale-contact-col2-coord {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #808080;
}

.filiale p.filiale-contact-col2-coord,
.filiale p.filiale-contact-col2-coord a,
.filiale p.filiale-contact-col2-coord a:visited {
    color: #00afec;
}

.filiale p.filiale-contact-col2-coord a:hover,
.filiale p.filiale-contact-col2-coord a:active,
.filiale p.filiale-contact-col2-coord a:focus {
	color: #ff9600;
	text-decoration: underline;
}

/***************/
/* Section 404 */
/***************/

.section-404 .section-404-content {
    background-color: #0d1732;
    border-top: 3px solid #00afec;
    padding: 10px 20px;
}

.section-404 .section-404-content-col {
    float: left;
}

.section-404 .section-404-content-left {
    float: left;
    text-align: center;
    color: #ff9600;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    border-right: 1px solid #00afec;
    padding: 2px 12px 0 0;
}

.section-404 .section-404-content-left span {
    font-size: 23px;
}

.section-404 .section-404-content-text {
    display: inline-block;
}

.section-404 .section-404-content-text p {
    padding-left: 12px;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 300;
    color: #00afec;
}

.section-404 .section-404-content-buttons {
    float: right;
}

.section-404 .section-404-content-buttons a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 4px;
}

.section-404 .section-404-content-buttons a,
.section-404 .section-404-content-buttons a:visited {
    color: #fff;
}

.section-404 .section-404-content-buttons a:hover,
.section-404 .section-404-content-buttons a:focus,
.section-404 .section-404-content-buttons a:active {
    color: #ff9600;
    border-color: #ff9600;
}

/**************/
/* Responsive */
/**************/

@media screen and (max-width: 1230px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    input.surrounded,
    input[type="submit"] {
        font-size: 1.4em !important;
    }
    .header-sep.container {
        max-width: 100%;
    }
    .page-2-cols.pressroom h1 {
        min-width: 180px;
    }
    .col-press-date {
        width: 180px;
    }
    .page-2-cols.pressroom .switcher-container {
        padding-top: 10px;
    }
    table th {
        font-size: 18px;
    }
    table td a {
        font-size: 14px;
    }
    #nav>li>.nav-main-item>a {
        font-size: 1.3em;
    }
    #nav-hover .nav-hover-title>div {
        padding: 0 15px;
    }
    #nav-hover .nav-hover-sub-menu {
        padding: 0 20px;
    }
    #nav-hover .nav-hover-sub-sub-menu>div {
        padding: 0 15px;
    }
    #nav-hover .nav-hover-title {
        font-size: 18px;
    }
    #nav-hover .nav-hover-sub-menu li a {
        font-size: 15px;
    }
    #nav-hover .nav-hover-sub-sub-menu-li a {
        font-size: 13px;
    }
    #section-newsletter .newsletter-title,
    #section-newsletter .newsletter-form {
        float: none;
        width: auto;
    }
    #section-newsletter .newsletter-title {
        text-align: center;
        padding-right: 0;
        margin-bottom: 15px;
    }
    #section-newsletter .newsletter-form {
        max-width: 670px;
        margin: 0 auto 5px;
    }
    #home .section-markets .section-markets-row a>span>span {
        font-size: 2em;
    }
    #home .section-flash h3 a {
        font-size: 1.8em;
    }
    #home .section-flash p a {
        font-size: 1.5em;
    }
    .main h1,
    .wacost .main .contact-information-container h2 {
        font-size: 3em;
        margin-bottom: 24px;
    }
    .page-2-cols.markets .main h1,
    .page-2-cols.breaking .main h1,
    .implantations .main h1,
    .page-2-cols.filiale .main h1 {
        margin-bottom: 31px;
    }
    .page-2-cols.pressroom h1 {
        margin-bottom: 28px;
    }
    .page-2-cols.pressroom label {
        font-size: 1.4em;
        padding-top: 6px;
    }
    .main h2,
    .main h3,
    .main h4,
    .breaking .main .date {
        font-size: 18px;
    }
    .page-2-cols .main {
        width: 76%;
    }
    .page-2-cols .main .main-content-editor h3,
    .page-2-cols .main .main-content-editor h4 {
        font-size: 14px;
    }
    .wnews .main h2 {
        font-size: 2.5em;
    }
    .wnews .main p.category {
        font-size: 1.8em;
    }
    .wacost .main h2 {
        font-size: 1.8em;
    }
    .page-2-cols .main .main-content div,
    .page-2-cols .main .main-content p,
    .page-2-cols .main .main-content-editor {
        font-size: 14px;
    }
    .page-2-cols.breaking .col-flash {
    }
    .page-2-cols.breaking .col-flash-left {
        padding-right: 40px;
    }
    .page-2-cols.breaking .col-flash-right {
        padding-left: 40px;
    }
    #contact-form .g-recaptcha {
        float: none;
    }
    #contact-form input[type="submit"] {
        float: none;
        margin-top: 29px;
    }
    .page-2-cols.search .form-search input[type="text"] {
        font-size: 1.8em;
    }
    .page-2-cols.search.search-no-results .main h1 img {
        margin-top: 2px;
    }
    .page-2-cols.markets .main .main-content h3 {
        font-size: 16px;
    }
    .filiale .main-content {
        font-size: 14px;
    }
    .filiale a.back-link,
    .filiale .filiale-contact-col2-address p,
    .filiale p.filiale-contact-col2-coord {
        font-size: 14px;
    }
    .section-404 .section-404-content-left {
        padding-top: 0;
    }
    .section-404 .section-404-content-left,
    .section-404 .section-404-content-text p {
        font-size: 16px;
    }
    .section-404 .section-404-content-left span {
        font-size: 20px;
    }
    .section-404 .section-404-content-buttons a {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .footer .footer-left {
        width: 185px;
    }
    .footer .footer-center {
        margin-left: 240px;
    }
    .footer .footer-center .footer-center-row {
        max-width: 700px;
    }
    .footer .footer-center li a {
        font-size: 1.2em;
    }
    .footer .footer-right li a {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 993px) {
    #search-input-container-mobile,
    #menu-lang-select-container-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .page-2-cols .main {
        width: 74%;
    }
}

@media screen and (max-width: 992px) {
    .only-mobile-992 {
        display: block;
    }
    .center-only-mobile {
        text-align: center;
    }
    a.btn-default {
        font-size: 1.4em;
    }
    .page-2-cols.pressroom .main a.btn-default,
    .page-2-cols.breaking .main a.btn-default,
    .page-2-cols.search .main a.btn-default {
        margin-top: 40px;
    }
    .header-top-right,
    #nav {
        display: none;
    }
    #railroad .date,
    .aside,
    #section-updates {
        display: none;
    }
    .page-2-cols .main {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .page-2-cols.breaking-details .main {
        max-width: none;
    }
    .main h1 {
        margin-bottom: .45em;
    }
    .page-2-cols.pressroom label {
        font-size: 1em;
        padding-top: 8px;
    }
    .page-2-cols .main-content img {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .page-2-cols.markets .main .main-content h3 {
        text-align: center;
    }
    .page-2-cols.wnews .main .row-wnews img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .wnews .main .img-news-small {
        float: none;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    #home .section-slideshow .slideshow-caption p {
        font-size: 1.4em;
    }
    #home .section-presentation h1,
    #home .section-presentation h2 {
        font-size: 3em;
    }
    #home .section-presentation p {
        font-size: 2em;
    }
    #home .section-presentation a.surrounded {
        font-size: 1.5em;
    }
    #home .section-markets .section-markets-row a>span>span {
        font-size: 1.6em;
    }
    #home .section-flash h3 a {
        font-size: 1.6em;
    }
    #home .section-flash p a {
        font-size: 1.4em;
    }
    #find_solution .view_results .col-result,
    #find_solution .view_results .case-study-col {
        float: none;
    }
    #find_solution .view_results,
    #find_solution .view_results .case-study-row {
        max-width: none;
    }
    #find_solution .view_results .col-result {
        margin-bottom: 20px;
        width: auto;
        max-width: 300px;
    }
    #find_solution .view_results .col-result-inside.col-result-inside-alone {
        width: 100% !important;
    }
    #find_solution .view_results h3 {
        text-align: center;
        margin-left: 0;
    }
    #find_solution .view_results .col-result-inside {
        margin-bottom: 20px;
    }
    #find_solution .view_results .case-study-col {
        width: 100% !important;
    }
    .filiale .col-72 {
        width: auto;
    }
    .filiale a.back-link,
    .filiale a.back-link:hover,
    .filiale a.back-link:visited,
    .filiale a.back-link:focus,
    .filiale a.back-link:active {
        top: 0;
    }
    .filiale .main-content {
        float: none;
    }
    .filiale .filiale-col-right-2 {
        margin-top: 40px;
        float: right;
        max-width: 290px;
    }
    .filiale .filiale-col-right {
        text-align: center;
    }
    .filiale .filiale-col-right-certification,
    .filiale .filiale-col-right-specification {
        float: left !important;
        width: 145px !important;
        margin-bottom: 0 !important;
    }
    .filiale .filiale-col-right p {
        font-size: 14px;
    }
    .section-404 .section-404-content-col {
        float: none;
        max-width: 500px;
        margin: auto;
    }
    .section-404 .section-404-content-text {
        margin-left: 50px;
        display: block;
    }
    .section-404 .section-404-content-left,
    .section-404 .section-404-content-text p {
        font-size: 14px;
    }
    .section-404 .section-404-content-left span {
        font-size: 18px;
    }
    .section-404 .section-404-content-buttons {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .footer .footer-left {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .footer .footer-left a.surrounded {
        font-size: 1.4em;
    }
    .footer .footer-center {
        margin: 0 auto 20px;
        max-width: 600px;
    }
    .footer .footer-center .footer-center-row {
        max-width: 100%;
    }
    .footer .footer-center .footer-center-row .col-md-4 {
        text-align: center;
    }
    .footer .footer-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .footer-right ul {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .only-mobile {
        display: block;
    }
    .go-to-top a {
        font-size: 1.2em;
    }
/*
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
*/
    .selectboxit-constraint {
        width: 100%;
    }
    .selectboxit-container * {
        font-size: 14px;
    }
    .col-md-6 {
        float: none;
        width: 100%;
    }
    a.btn-default {
        font-size: 1.2em;
    }
    input.styled,
    textarea.styled {
        font-size: 1.4em;
    }
    input.surrounded,
    input[type="submit"] {
        font-size: 1.2em !important;
    }
    .page-2-cols.pressroom h1 {
        float: none;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .page-2-cols.pressroom .switcher-container {
        margin-bottom: 20px;
    }
    .switcher {
        width: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .switcher.enabled .tip {
        left: 10px;
    }
    .page-2-cols.pressroom table {
        margin-top: 20px;
    }
    table th.col-press-date,
    table th.col-press-name {
        display: none;
    }
    table td {
        display: block;
    }
    .col-press-date,
    #press-review .col-press-name {
        padding: 0 0 2px;
    }
    .col-press-date a,
    .col-press-name a {
        color: #00afec;
    }
    .col-press-date a {
        font-weight: 600;
    }
    table th.col-press-category,
    table td.col-press-category {
        padding: 5px 0 30px;
        width: auto;
    }
    #press-release .col-press-name {
        padding-bottom: 30px;
    }
    #section-newsletter .newsletter-title-bottom {
        font-size: 1.2em;
    }
    #section-newsletter .newsletter-form {
        max-width: 300px;
    }
    #section-newsletter input,
    #section-newsletter input.field {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    #section-newsletter #section-newsletter-error {
        font-size: 1.4em;
        text-align: center;
    }
    #home .section-slideshow .slideshow-caption p {
        font-size: 1.2em;
    }
    .section-solutions .title,
    #home .section-markets h2,
    #home .section-flash h2 {
        font-size: 2.5em;
    }
    .section-solutions .subtitle {
        font-size: 1.4em;
    }
    #home .section-solutions #applications {
        max-width: 300px;
        margin: 30px auto 20px;
    }
    #home .section-solutions .col-md-3 {
        width: 50%;
    }
    .section-solutions .select-application-market {
        max-width: 300px;
    }
    .section-solutions .selectboxit-constraint-application,
    .section-solutions .selectboxit-constraint-market {
        margin: 7px 0 5px 0;
        display: block;
    }
    .select-application-market .reset {
        float: none;
    }
    #home .section-presentation h1,
    #home .section-presentation h2 {
        font-size: 2em;
    }
    #home .section-presentation p {
        font-size: 1.5em;
    }
    #home .section-presentation a.surrounded {
        font-size: 1.2em;
    }
    #home .section-markets .section-markets-row {
        max-width: 600px;
    }
    #home .section-markets .col-3 {
        width: 50%;
    }
    #home .section-markets .section-markets-row-3-cols .col-3:first-child,
    #home .section-markets .section-markets-row-2-cols .col-3:first-child,
    #home .section-markets .section-markets-row-2-cols .col-3:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    #home .section-markets .section-markets-row-3-cols .col-3:last-child,
    #home .section-markets .section-markets-row-1-col .col-3 {
        margin-left: 25%;
        margin-right: 25%;
    }
/*
    #home .section-markets .col-3.col-3-first-3-columns,
    #home .section-markets .col-3.col-3-first-2-columns,
    #home .section-markets .col-3.col-3-last-2-columns {
        margin-left: 0;
        margin-right: 0;
    }
    #home .section-markets .col-3.col-3-last-3-columns,
    #home .section-markets .col-3-1-column {
        margin-left: 25%;
        margin-right: 25%;
    }
*/
    #home .section-markets .section-markets-row a>span>span {
        font-size: 1.2em;
    }
    #home .section-flash h2 {
        text-align: center;
    }
    #home .section-flash .row {
        margin: auto;
        max-width: 300px;
    }
    #home .section-flash .col-md-4 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #home .section-flash h3 {
        margin-top: 10px;
    }
    #home .section-flash h3 a {
        font-size: 1.4em;
    }
    #home .section-flash p a {
        font-size: 1.2em;
    }
    .page-2-cols {
        margin-bottom: 50px;
    }
    #railroad {
        margin-bottom: 40px;
        font-size: 1em;
    }
    .main h1,
    .wacost .main .contact-information-container h2 {
        font-size: 2.3em;
    }
    .main h2,
    .main h3,
    .main h4,
    .breaking .main .date {
        font-size: 15px;
    }
    .page-2-cols .main .main-content-editor h3,
    .page-2-cols .main .main-content-editor h4 {
        font-size: 12px;
    }
    .page-2-cols.wnews .main h1 {
        max-width: 220px;
        font-size: 1.5em;
    }
    .wnews .main h2 {
        font-size: 1.7em;
    }
    .wnews .main p.category {
        font-size: 1.5em;
    }
    .wnews #formEmailMobile p {
        font-size: 2em;
    }
    .wacost .main h2 {
        font-size: 1.6em;
    }
    .wacost .main .wacost-row input,
    .wacost .main .wacost-row label {
        font-size: 1.4em;
    }
    .wacost .main .wacost-row-field label {
        display: block;
        margin: 5px 0 0;
    }
    .wacost p.confirm {
        font-size: 1.4em;
    }
    .page-2-cols.wnews .main a.read-more {
        font-size: 1.1em;
    }
    .wnews-unsubscribe .main h1 {
        font-size: 2em;
    }
    .wnews-unsubscribe #wnews-unsubscribe-error,
    .wnews-unsubscribe p {
        font-size: 1.4em;
    }
    .wnews-unsubscribe input[type="text"],
    .wnews-unsubscribe input[type="submit"] {
        font-size: 1.4em;
    }
    .page-2-cols.breaking .main .col-flash img {
        margin-bottom: 15px;
    }
    .page-2-cols .main .main-content div,
    .page-2-cols .main .main-content p,
    .page-2-cols .main .main-content-editor {
        font-size: 12px;
    }
    .page-2-cols.breaking .col-flash {
        float: none;
        width: 100%;
    }
    .page-2-cols.breaking .col-flash-left,
    .page-2-cols.breaking .col-flash-right {
        padding-left: 0;
        padding-right: 0;
    }
    .page-2-cols.search .main h1 {
        display: block;
        margin-bottom: 20px;
    }
    .page-2-cols.search.search-no-results .main h1 {
        display: inline-block;
    }
    .page-2-cols.search.search-no-results .main h1 img {
        display: inline-block;
        float: none;
        width: 20px;
        margin: 0;
    }
    .page-2-cols.search .form-search {
        margin: 0 0 50px 0;
    }
    .page-2-cols.search .form-search input[type="text"] {
        width: 220px;
        font-size: 1.4em;
    }
    .page-2-cols.markets .main .main-content h3 {
        font-size: 14px;
    }
    #find_solution .view_results h3 {
        font-size: 14px;
    }
    #find_solution .view_results .case-study-title {
        font-size: 12px;
    }
    .footer .footer-left {
        margin-bottom: 20px;
    }
    .footer .footer-left a.surrounded {
        font-size: 1.2em;
    }
    .footer .footer-center .footer-center-row .col-md-4 {
        float: none;
        width: 100%;
    }
    .footer .footer-center li {
        margin-bottom: 5px;
    }
    .table-produit,
    .table-responsive {
        width: auto !important;
    }
    .table-produit td {
        display: table-cell;
    }
    .table-responsive td {
        border: 0 !important;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .video-container {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	height: 0;
    	overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    .filiale a.back-link,
    .filiale .main-content,
    .filiale .filiale-contact-col2-address p,
    .filiale p.filiale-contact-col2-coord {
        font-size: 12px;
    }
    .filiale a.back-link {
        padding: 4px 8px;
    }
    .filiale .block-address-left,
    .filiale .block-address-right {
        float: none;
    }
    .filiale .block-address-right {
        padding: 10px 0 0;
    }
    .filiale .filiale-contact-col2-address p {
        float: none;
    }
    .filiale .filiale-contact-col2-address a {
        margin: 0 0 20px;
    }
    .filiale .filiale-contact-col2-address img {
        width: 50px;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .header .logo img {
        width: 90px;
    }
    #home .section-slideshow .slideshow-caption p {
        font-size: 1.1em;
        line-height: 1.4em;
    }
    a.footer-mobile {
        font-size: 1.4em;
    }
    a.footer-mobile .arrow-right {
        top: -10px;
    }
}

@media screen and (max-width: 400px) {
    #navbar-toggle-container {
        left: 15px;
    }
    .search-container-mobile {
        right: 55px;
    }
    .menu-lang-container-mobile {
        right: 15px;
    }
    #home .section-markets .section-markets-row a>span>span {
        font-size: 1em;
    }
    .wacost .main .wacost-row input[type="text"] {
        width: 250px;
    }
    .wacost .main .wacost-row .wacost-row-field input[type="text"] {
        width: 275px;
    }
}
