body {
  background: #E6E6E6 url("../img/gradient-body.png") repeat-x 0 100px;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #515151;
}
a {
  color: #007EB6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #007EB6;
  text-decoration: underline;
}
p {
  margin: 0 0 0.75em;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #BCBCBC;
}
h1 {
  font-size: 3em;
  line-height: 40px;
}
h2 {
  font-size: 2.5em;
  line-height: 40px;
}
h3 {
  font-size: 2em;
  line-height: 40px;
}
h4 {
  font-size: 1.5em;
  line-height: 20px;
}
h5 {
  font-size: 1.167em;
  line-height: 20px;
}
h6 {
  font-size: 1em;
  line-height: 20px;
}
h1 small {
  font-size: 2em;
}
h2 small {
  font-size: 1.5em;
}
h3 small {
  font-size: 1.167em;
}
h4 small {
  font-size: 1.167em;
}
table {
  background: #fff;
  border: 1px solid #BCBCBC;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}
table thead,
table tbody {
  border: none;
}
table th,
table td {
  background: #fff;
  border: 1px solid #BCBCBC;
  padding: 0.5em 1em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.75em 0;
}
ul.ui-helper-reset,
ol.ui-helper-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.5em;
}
dl {
  margin-bottom: 1.5em;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.75em;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #BCBCBC;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5em;
  border-left: 5px solid #EBEBEB;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875em;
}
blockquote small {
  display: block;
  line-height: 1.5em;
  color: #BCBCBC;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EBEBEB;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.5em;
  font-style: normal;
  line-height: 1.5em;
}
html body.admin-menu {
  margin-top: 31px !important;
}
iframe.gtm {
  display: none;
  height: 0;
  visibility: hidden;
  width: 0;
}
#container-fluid {
  /*min-width: 980px;*/
  position: relative;
}
#header {
  background: #fff;
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 0 4px 4px rgba(81, 81, 81, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(81, 81, 81, 0.2);
  box-shadow: 0 4px 4px rgba(81, 81, 81, 0.2);
  *zoom: 1;
}
#header:before,
#header:after {
  display: table;
  content: "";
  line-height: 0;
}
#header:after {
  clear: both;
}
#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
#header ul:before,
#header ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#header ul:after {
  clear: both;
}
#header li {
  float: left;
  margin: 0;
  padding: 0;
}
#header #skip-links ul {
  display: inline;
}
#header #skip-links a {
  background: #000;
  color: #fff;
  display: inline-block;
  left: -7777px;
  padding: 10px 20px;
  position: absolute;
  top: -7777px;
  z-index: 10;
}
#header #skip-links a:focus {
  left: 0;
  top: 0;
}
#sub-wrap .you-are-welcome {
  background: #E96C1C;
  border-bottom: 1px solid #EBEBEB;
  padding: 1em 30px;
}
#sub-wrap .you-are-welcome p {
  font-size: 1.167em;
  margin: 0;
  padding: 0;
  color: white;
}
#sub-wrap .you-are-welcome a {
  /*display: inline-block;
  margin-left: 10px;*/
  color: white;
  text-decoration: underline;
}
#header .logo {
  font-size: 1.167em;
  float: left;
  margin: 0;
  padding: 23px 0 0 0;
  position: relative;
  margin-left: 25px;
  margin-top: 0;
  z-index: 1;
}
#header .logo a {
  color: #3C3C3C;
  display: inline-block;
  height: 60px;
  white-space: nowrap;
}
#header .logo a:hover,
#header .logo a:focus {
  text-decoration: none;
}
#header .logo a:hover span,
#header .logo a:focus span {
  color: #000;
  text-decoration: underline;
}
#header .logo img {
  display: inline-block;
  padding-right: 20px;
  vertical-align: text-bottom;
}
#header .logo .slogan {
  color: #6D6D6D;
  display: none;
  font-size: 0.857em;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
#header .global-nav #button-global-nav {
  display: none;
}
#header .part-1 {
  padding: 2.5em 0 0 0;
  position: relative;
}
#header .item-2 {
  text-align: right;
}
#header .fast-links {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  *display: inline;
  *zoom: 1;
}
#header .fast-links li {
  border-right: 1px solid #EBEBEB;
}
#header .fast-links li.active-trail {
  color: #007EB6;
}
#header .fast-links a {
  color: #3C3C3C;
  display: block;
  padding: 0 10px;
}
#header .fast-links a:hover,
#header .fast-links a:focus {
  text-decoration: underline;
}
#header .fast-links-2 {
  margin-left: -4px;
  top: -5px;
  position: relative;
}
#header .fast-links-2 li {
  border-right: none;
}
#header .part-2 {
  margin-right: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1em;
  *zoom: 1;
}
#header .part-2:before,
#header .part-2:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .part-2:after {
  clear: both;
}
#header .part-2 form {
  display: inline-block;
}
.ui-mobile #header .part-2 {
  top: 0;
}
#header .main-nav {
  float: right;
  margin: 30px 0 0 0;
  position: relative;
  text-align: right;
  *zoom: 1;
}
#header .main-nav:before,
#header .main-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .main-nav:after {
  clear: both;
}
#header .main-nav > ul {
  float: right;
  *zoom: 1;
}
#header .main-nav > ul:before,
#header .main-nav > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .main-nav > ul:after {
  clear: both;
}
#header .main-nav > ul > li.active-trail > a {
  color: #007EB6;
  text-decoration: none;
  position: relative;
}
#header .main-nav > ul > li > a {
  color: #3C3C3C;
  display: block;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 25px 0 0;
  min-height: 40px;
  padding: 0;
  text-transform: uppercase;
}
#header .main-nav > ul > li > a:hover,
#header .main-nav > ul > li > a:focus,
#header .main-nav > ul > li > a.active,
#header .main-nav > ul > li > a.hover {
  color: #007EB6;
  text-decoration: none;
  position: relative;
}
#header .main-nav > ul > li > a.hover:after {
  bottom: 0;
  border: solid transparent;
  border-bottom-color: #3C3C3C;
  border-width: 7px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  margin-left: -7px;
}
#header .main-nav .sub-nav {
  background: #3C3C3C;
  display: none;
  left: auto !important;
  padding: 5px;
  position: absolute;
  right: 0 !important;
  top: 40px !important;
  z-index: 1;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  border-bottom-left-radius: 14px;
  -webkit-box-shadow: 0 4px 4px #515151;
  -moz-box-shadow: 0 4px 4px #515151;
  box-shadow: 0 4px 4px #515151;
  *zoom: 1;
}
#header .main-nav .sub-nav:before,
#header .main-nav .sub-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .main-nav .sub-nav:after {
  clear: both;
}
#header .main-nav .sub-nav.opened {
  display: block;
}
#header .main-nav .sub-nav .item {
  background: #fff;
  border: 5px solid #EBEBEB;
  display: block;
  float: left;
  margin: 5px;
  min-height: 185px;
  padding: 15px 15px 0;
  text-align: left;
  width: 160px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#header .main-nav .sub-nav .item:hover,
#header .main-nav .sub-nav .item:focus {
  text-decoration: none;
}
#header .main-nav .sub-nav .item .header {
  position: relative;
  word-wrap: break-word;
}
#header .main-nav .sub-nav .item .header a {
  color: #007EB6;
  display: block;
  min-height: 70px;
}
#header .main-nav .sub-nav .item .header a:hover,
#header .main-nav .sub-nav .item .header a:focus {
  color: #008BC7;
  text-decoration: none;
}
#header .main-nav .sub-nav .item .header img {
  float: left;
  max-height: 58px;
  max-width: 40px;
  position: relative;
  top: -5px;
}
#header .main-nav .sub-nav .item .header .title {
  display: block;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  padding-left: 50px;
  padding-right: 20px;
}
#header .main-nav .sub-nav .item .header .icon {
  background: url('../img/icons-small.png') no-repeat 0 -560px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
#header .main-nav .sub-nav .item .header a:hover .icon,
#header .main-nav .sub-nav .item .header a:focus .icon {
  background-position: 0 -700px;
}
#header .main-nav .sub-nav .item .item-list {
  min-height: 77px;
}
#header .main-nav .sub-nav .item ul {
  border-top: 1px solid #EBEBEB;
  padding: 5px 0;
}
#header .main-nav .sub-nav .item ul li {
  float: none;
}
#header .main-nav .sub-nav .item ul a {
  color: #007EB6;
  display: block;
  overflow: hidden;
  padding: 2px 0;
  white-space: nowrap;
}
#header .main-nav .sub-nav .item .more {
  border-top: 1px solid #EBEBEB;
}
#header .main-nav .sub-nav .item .more a {
  display: block;
  padding: 9px 0;
  position: relative;
}
#header .main-nav .sub-nav .item .more .icon {
  background: url('../img/icons-small.png') no-repeat 0 -680px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
}
#header .main-nav .sub-nav .item-more {
  background: #3C3C3C;
  border-color: #515151;
}
#header .main-nav .sub-nav .item-more:hover,
#header .main-nav .sub-nav .item-more:focus {
  border-color: #BCBCBC;
}
#header .main-nav .sub-nav .item-more:hover .header .icon,
#header .main-nav .sub-nav .item-more:focus .header .icon {
  background-position: 0 -820px;
}
#header .main-nav .sub-nav .item-more .header .title {
  color: #BCBCBC;
  padding: 66px 25px 68px 5px;
  text-transform: uppercase;
}
#header .main-nav .sub-nav .item-more .header .icon {
  background-position: 0 -800px;
}
#header .main-nav .sub-nav .item-mini {
  min-height: 75px;
}
#header .main-nav .sub-nav .item-mini.item-more {
  min-height: 75px;
}
#header .main-nav .sub-nav .item-mini.item-more .header .title {
  padding-top: 12px;
  padding-bottom: 12px;
}
#header .main-nav .sub-nav .item-mini .item-list,
#header .main-nav .sub-nav .item-mini .more {
  display: none;
}
#header .nav-level-2 {
  clear: both;
  *zoom: 1;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #6D6D6D, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6D6D6D), to(#000));
  background-image: -webkit-linear-gradient(top, #6D6D6D, #000);
  background-image: -o-linear-gradient(top, #6D6D6D, #000);
  background-image: linear-gradient(to bottom, #6D6D6D, #000);
  background-repeat: repeat-x;
}
#header .nav-level-2:before,
#header .nav-level-2:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .nav-level-2:after {
  clear: both;
}
#header .nav-level-2 ul {
  float: right;
  margin-right: 7px;
}
#header .nav-level-2 li {
  padding-left: 1px;
}
#header .nav-level-2 li.active-trail a,
#header .nav-level-2 li.active-trail a:hover,
#header .nav-level-2 li.active-trail a:focus {
  background: #000;
  text-decoration: none;
}
#header .nav-level-2 a {
  color: white;
  display: block;
  float: left;
  font-weight: bold;
  padding: 10px 14px;
  position: relative;
}
#header .nav-level-2 a:hover,
#header .nav-level-2 a:focus,
#header .nav-level-2 a.active {
  background: #000;
  text-decoration: none;
}
#header .nav-level-2 a.active:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #000;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
#header #search-form {
  margin: 0 15px;
  position: relative;
  top: -7px;
}
#header #search-form label {
  background: url('../img/icons-small.png') no-repeat 0 -780px;
  display: block;
  height: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-indent: -777em;
  top: 1px;
  width: 20px;
}
#header #search-form input[type="search"],
#header #search-form input[type="text"] {
  background: none;
  border-width: 0 0 1px 0;
  color: #515151;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  margin: 0 0 0 24px;
  padding: 4px 2.5em 2px 0;
  width: 13em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
#header #search-form input[type="search"]:-moz-placeholder,
#header #search-form input[type="text"]:-moz-placeholder {
  color: #515151;
}
#header #search-form input[type="search"]:-ms-input-placeholder,
#header #search-form input[type="text"]:-ms-input-placeholder {
  color: #515151;
}
#header #search-form input[type="search"]::-webkit-input-placeholder,
#header #search-form input[type="text"]::-webkit-input-placeholder {
  color: #515151;
}
#header #search-form input[type="search"]:focus,
#header #search-form input[type="text"]:focus {
  border-color: #009EE0;
  width: 23em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
#header #search-form input.form-submit {
  background: none;
  border: none;
  color: #007EB6;
  display: inline-block;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.833em;
  font-weight: bold;
  right: 0;
  text-transform: uppercase;
  padding: 4px 2px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *display: inline;
  *zoom: 1;
}
#header #search-form input.form-submit:active {
  color: #009EE0;
}
#menu-overlay {
  background: #EBEBEB;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 499;
}
.nav-sidebar {
  float: left;
  width: 220px;
}
.nav-sidebar .nav-level-3 {
  margin: 0 20px 20px 0;
}
.nav-sidebar .nav-level-3 > ul {
  border-bottom: 1px solid #D3D3D3;
  margin: 0;
  padding: 0;
}
.nav-sidebar .nav-level-3 li {
  border-top: 1px solid #D3D3D3;
  list-style-type: none;
}
.nav-sidebar .nav-level-3 li.has-children {
  position: relative;
}
.nav-sidebar .nav-level-3 li.has-children.active-trail > a:before {
  background: url('../img/map-application-open-close.png') no-repeat 0 0;
  content: "";
  height: 20px;
  left: -4px;
  margin-top: -10px;
  position: absolute;
  top: 26px;
  width: 16px;
}
.nav-sidebar .nav-level-3 li.has-children.active-trail > a:hover:before,
.nav-sidebar .nav-level-3 li.has-children.active-trail > a:focus:before {
  background-position: 0 -80px;
}
.nav-sidebar .nav-level-3 li.has-children > a:before {
  background: url('../img/map-application-open-close.png') no-repeat 0 -16px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 16px;
}
.nav-sidebar .nav-level-3 li.has-children > a:hover:before,
.nav-sidebar .nav-level-3 li.has-children > a:focus:before {
  background-position: 0 -96px;
}
.nav-sidebar .nav-level-3 li.has-children ul {
  border-top: 1px solid #D3D3D3;
  margin: 0;
  padding: 5px 0;
}
.nav-sidebar .nav-level-3 li.has-children ul li {
  border-top: none;
}
.nav-sidebar .nav-level-3 li.has-children ul a {
  font-size: 1em;
  padding: 5px 36px 5px 20px;
}
.nav-sidebar .nav-level-3 li.has-children ul a.active:after {
  top: 5px;
}
.nav-sidebar .nav-level-3 a {
  color: #515151;
  display: block;
  font-size: 1.167em;
  padding: 10px 36px 10px 12px;
  position: relative;
}
.nav-sidebar .nav-level-3 a:hover,
.nav-sidebar .nav-level-3 a:focus {
  color: #007EB6;
  text-decoration: none;
}
.nav-sidebar .nav-level-3 a.active:after {
  background: url("../img/icons-small.png") no-repeat 0 -700px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 20px;
}
.nav-sidebar .nav-level-3 .has-children a .icon {
  background: url("../img/map-application-open-close.png") no-repeat 4px -18px;
  height: 16px;
  left: -5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.nav-sidebar .nav-level-3 .has-children.active-trail a .icon {
  background-position: 2px 6px;
}
.main-not-front {
  background: url("../img/habillage.png") no-repeat center top;
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.main-not-front:before,
.main-not-front:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-not-front:after {
  clear: both;
}
.main-not-front .main-title {
  margin: 50px auto 36px auto;
  padding: 0 20px;
  position: relative;
  width: 940px;
  *zoom: 1;
}
.main-not-front .main-title:before,
.main-not-front .main-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-not-front .main-title:after {
  clear: both;
}
.main-not-front .main-title .picture {
  float: left;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.main-not-front .main-title h1 {
  color: #007EB6;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.5em;
  margin: 0;
}
.main-not-front .main-title .breadcrumb {
  margin: 2px 0 0 0;
  padding: 0;
}
.main-not-front .main-title .breadcrumb ol {
  list-style-type: none;
}
.main-not-front .main-title .breadcrumb li {
  display: inline-block;
  padding-right: 21px;
  position: relative;
}
.main-not-front .main-title .breadcrumb li:after {
  background: url('../img/icons-small.png') no-repeat 0 -840px;
  content: "";
  height: 5px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 5px;
}
.main-not-front .main-title .breadcrumb li:last-child {
  padding-right: 0;
}
.main-not-front .main-title .breadcrumb li:last-child:after {
  background: none;
  display: none;
}
.main-not-front .main-title .flux-twitter {
  background: #f5f9fa;
  padding: 15px 15px 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}
.main-not-front .main-title .flux-twitter:after {
  background: url("../img/icons-normal.png") no-repeat 0 -290px;
  content: "";
  height: 34px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 42px;
}
.main-not-front .main-title .flux-twitter .tweet {
  overflow: hidden;
  margin-bottom: 10px;
}
.main-not-front .main-title .flux-twitter .tweet p {
  padding-left: 15px;
  width: 420px;
  float: left;
}
.main-not-front .main-title .flux-twitter .tweet img {
  float: left;
}
.main-not-front .main-title.solo-title h1 {
  text-transform: uppercase;
}
.main-not-front .main-title .more-infos {
  position: absolute;
  right: 20px;
  top: 38px;
}
.main-not-front .main-title .more-infos span {
  vertical-align: middle;
}
.main-not-front .main-title .more-infos .terminus-text {
  display: inline-block;
  text-indent: -777em;
}
.main-not-front .main-title .more-infos .correspondance-text {
  display: inline-block;
}
.main-not-front .main-title .more-infos .correspondance-text .line {
  background: url("../img/icons-small.png") no-repeat 0 20px;
  display: inline-block;
  height: 20px;
  text-indent: -777em;
  width: 20px;
}
.main-not-front .main-title .more-infos .correspondance-text .line-id-1 {
  background-position: 0 -60px;
}
.main-not-front .main-title .more-infos .correspondance-text .line-id-2 {
  background-position: 0 -80px;
}
.main-not-front .main-title .more-infos .correspondance-text .line-id-4 {
  background-position: 0 -100px;
}
.main-not-front .main-title .more-infos .correspondance-text .line-id-5 {
  background-position: 0 -120px;
}
.main-not-front .container {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 940px;
  *zoom: 1;
}
.main-not-front .container:before,
.main-not-front .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-not-front .container:after {
  clear: both;
}
.sidebar-first .main-not-front .content,
.sidebar-second .main-not-front .content,
.two-sidebars .main-not-front .content,
.no-sidebars .main-not-front .content.content-hub {
  float: left;
  margin: 0;
  width: 700px;
}
.no-sidebars .main-not-front .content {
  float: none;
  margin: 0;
  width: auto;
}
.main-not-front .nav-sidebar,
.main-not-front .aside-sidebar {
  float: left;
}
.main-not-front .nav-sidebar {
  margin-right: 20px;
  width: 220px;
}
.main-not-front .content.content-classic .content-block {
  background: #fff;
  border: 5px solid #EBEBEB;
  min-height: 300px;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px #AAA;
  -moz-box-shadow: 0 2px 4px #AAA;
  box-shadow: 0 2px 4px #AAA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#plan-metro .main-not-front .content.content-classic .content-block {
  min-height: 200px
}
.main-not-front .content.content-classic .content-block section.item {
  border-top: 1px solid #D3D3D3;
  padding: 20px 0;
}
.main-not-front .content.content-classic .content-block section.item:first-child {
  border-top: none;
}
.main-not-front .content.content-classic.content-no-margin .content-block {
  padding: 0;
}
.main-not-front .aside-sidebar {
  background: #fff;
  border: 3px solid #EBEBEB;
  clear: none;
  display: block;
  float: left;
  margin-left: 20px;
  padding: 0;
  width: 214px;
  -webkit-box-shadow: 0 2px 4px #AAA;
  -moz-box-shadow: 0 2px 4px #AAA;
  box-shadow: 0 2px 4px #AAA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.main-not-front .aside-sidebar .block {
  border-bottom: 1px solid #EBEBEB;
  border-left: 0;
  display: block;
  padding: 25px 20px;
  width: auto;
}
.main-not-front .aside-sidebar .block:last-child {
  border-bottom: none;
}
.main-not-front .aside-sidebar h2 {
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.333em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.main-not-front .aside-sidebar h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.167em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 20px 0 0 0;
}
.main-not-front .aside-sidebar p {
  margin: 0;
  padding: 20px 0 0 0;
}
.main-not-front .aside-sidebar .center {
  text-align: center;
}
.main-not-front .aside-sidebar .right {
  text-align: right;
}
.main-not-front .aside-sidebar ul {
  border-top: 1px solid #EBEBEB;
  margin: 20px 0 0 0;
  padding: 0;
}
.main-not-front .aside-sidebar ul li {
  list-style-type: none;
}
.main-not-front .aside-sidebar ul li.twitter a:before {
  background: url('../img/icons-small.png') no-repeat 0 -1220px;
  content: "";
  display: inline-block;
  height: 20px;
  padding-right: 6px;
  vertical-align: middle;
  width: 20px;
}
.main-not-front .aside-sidebar ul li.twitter a:after {
  display: none;
}
.main-not-front .aside-sidebar ul li.rss a:before {
  background: url('../img/icons-small.png') no-repeat 0 -1240px;
  content: "";
  display: inline-block;
  height: 20px;
  padding-right: 6px;
  vertical-align: middle;
  width: 20px;
}
.main-not-front .aside-sidebar ul li.rss a:after {
  display: none;
}
.main-not-front .aside-sidebar ul li.linkedin a:before {
  background: url('../img/icons-small.png') no-repeat 0 -1280px;
  content: "";
  display: inline-block;
  height: 20px;
  padding-right: 6px;
  vertical-align: middle;
  width: 20px;
}
.main-not-front .aside-sidebar ul li.linkedin a:after {
  display: none;
}
.main-not-front .aside-sidebar ul li a {
  border-bottom: 1px solid #EBEBEB;
  color: #515151;
  display: block;
  padding: 10px 4px;
  position: relative;
}
.main-not-front .aside-sidebar ul li a:after {
  background: url('../img/icons-small.png') no-repeat 0 -820px;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
.main-not-front .aside-sidebar ul li a:hover,
.main-not-front .aside-sidebar ul li a:focus {
  color: #009EE0;
  text-decoration: none;
}
.main-not-front .aside-sidebar ul li a:hover:after,
.main-not-front .aside-sidebar ul li a:focus:after {
  background-position: 0 -700px;
}
.main-not-front .aside-sidebar time {
  margin: 0 0 0.25em 0;
  display: block;
  font-style: italic;
}
.main-not-front .aside-sidebar article {
  margin: 1.5em 0;
}
.main-not-front .aside-sidebar article img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-not-front .aside-sidebar article h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
}
.main-not-front .aside-sidebar form {
  display: block;
  margin: 1em 0;
}
.main-not-front .aside-sidebar label {
  margin-bottom: 0.5em;
}
.main-not-front .aside-sidebar input.btn {
  margin-top: 1em;
}
.two-sidebars .main-not-front .aside-sidebar {
  border: none;
  clear: both;
  float: none;
  margin: 0 0 20px 240px;
  padding: 0;
  display: table;
  padding-left: 0;
  padding-right: 0;
  width: 700px;
}
.two-sidebars .main-not-front .aside-sidebar .block {
  border-left: 1px solid #D3D3D3;
  display: table-cell;
  padding: 30px;
  vertical-align: top;
  width: 33%;
}
.two-sidebars .main-not-front .aside-sidebar .block:first-child {
  border-left: none;
}
.main-not-front .content.content-services .content-block {
  background: #fff;
  border: 5px solid #EBEBEB;
  margin: 0 0 20px 0;
  min-height: 300px;
  padding: 10px 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px #AAA;
  -moz-box-shadow: 0 2px 4px #AAA;
  box-shadow: 0 2px 4px #AAA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check-display-zone {
  padding-bottom: 20px;
  border-bottom: 2px solid #EBEBEB;
  display: none;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check-display-zone .item {
  border: 2px solid #D3D3D3;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 95px 20px 95px;
  position: relative;
  color: #515151;
  margin-bottom: 15px;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check-display-zone .item.error {
  border-color: #e82111;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check-display-zone .item p {
  padding: 0;
  margin-bottom: 10px;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check .item {
  display: none;
  border: 1px solid #e82111;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 20px 20px 0;
  padding: 15px 15px 0 40px;
  position: relative;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check .line-number {
  font-weight: bold;
  margin: 0 10px 0px 0px;
}
.main-not-front .content.content-services .content-block div#status-bus-to-check .direction {
  display: block;
  font-weight: bold;
}
.main-not-front .content.content-services .content-block section.item {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0;
  position: relative;
}
.main-not-front .content.content-services .content-block section.item.item-elevator:last-child {
  border-bottom: none;
}
.main-not-front .content.content-services .content-block section.item.item-elevator:before {
  background: url('../img/map-service-state.png') no-repeat 0 0;
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 38px;
}
.main-not-front .content.content-services .content-block section.item.line-1 {
  background: url('../img/global-alert-2.png') no-repeat 20px 0;
}
.main-not-front .content.content-services .content-block section.item.line-2 {
  background: url('../img/global-alert-2.png') no-repeat 20px -300px;
}
.main-not-front .content.content-services .content-block section.item.line-4 {
  background: url('../img/global-alert-2.png') no-repeat 20px -600px;
}
.main-not-front .content.content-services .content-block section.item.line-5 {
  background: url('../img/global-alert-2.png') no-repeat 20px -900px;
}
.main-not-front .content.content-services .content-block section.item.item-message p {
  padding: 0;
}
.main-not-front .content.content-services .content-block section.item.item-message .more {
  margin-top: 10px;
  text-align: right;
}
.main-not-front .content.content-services .content-block section.item.item-message .more a {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.main-not-front .content.content-services .content-block section.item.item-message .more a:before {
  background: url("../img/icons-small.png") no-repeat scroll 0 -680px transparent;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 20px;
}
.main-not-front .content.content-services .content-block .icon {
  position: absolute;
  right: 0;
  top: 24px;
}
.main-not-front .content.content-services .content-block h2 {
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.333em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 65px;
}
.main-not-front .content.content-services .content-block section.item-bus {
  border-bottom: none;
  padding: 0;
}
.main-not-front .content.content-services .content-block section.item-bus h2 {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 26px;
  padding-bottom: 26px;
}
.main-not-front .content.content-services .content-block section.item-bus:before {
  background: url('../img/bus-icons-big.png') no-repeat 0 47px;
  content: "";
  height: 47px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 47px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-local:before {
  background-position: 0 0;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-express:before {
  background-position: 0 -47px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-dedicated:before {
  background-position: 0 -94px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-night:before {
  background-position: 0 -141px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-shuttleOr:before {
  background-position: 0 -282px;
}
.main-not-front .content.content-services .content-block section.item-bus h3 {
  padding-left: 23px;
  position: relative;
}
.main-not-front .content.content-services .content-block section.item-bus h3:before {
  background: url('../img/bus-icons-mini.png') no-repeat 0 20px;
  content: "";
  height: 20px;
  left: -7px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-local h3:before {
  background-position: 0 0;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-express h3:before {
  background-position: 0 -21px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-dedicated h3:before {
  background-position: 0 -42px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-night h3:before {
  background-position: 0 -63px;
}
.main-not-front .content.content-services .content-block section.item-bus .tenmax h3:before {
  background-position: 0 -84px;
}
.main-not-front .content.content-services .content-block section.item-bus.bus-shuttleOr h3:before {
  background-position: 0 -126px;
}
.main-not-front .content.content-services .content-block .sub-item {
  border-bottom: 1px solid #EBEBEB;
  margin: 0 0 0 65px;
  padding: 20px 0;
}
.main-not-front .content.content-services .content-block .sub-item:last-child {
  border-bottom: none;
}
.main-not-front .content.content-services .content-block .sub-item h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 6px 0;
}
.main-not-front .content.content-services .content-block .sub-item h3 strong {
  font-size: 1.167em;
  padding-right: 2px;
}
.main-not-front .content.content-services .content-block .sub-item p {
  margin: 0;
  padding: 0;
}
.main-not-front .content.content-services .content-block p {
  margin: 0;
  padding: 10px 65px 0 65px;
}
.main-not-front .content.content-services .content-block .non-functional p,
.main-not-front .content.content-services .content-block .line-alert p {
  color: #e82111;
}
.main-not-front .content.content-services .content-block .line-all p {
  padding-left: 0;
}
.main-not-front .content.content-services .content-block .all-clean {
  padding: 110px 0 0 0;
  text-align: center;
}
.main-not-front .content.content-services .content-block .updated {
  color: #6D6D6D;
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: right;
}
.main-not-front .content.content-services-updates .content-block h2 {
  clear: both;
  color: #009EE0;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 1.5em 0 1em 0;
  padding: 0;
  font-weight: bold;
}
.main-not-front .content.content-services-updates .content-block h2:first-child,
.main-not-front .content.content-services-updates .content-block h2.no-border {
  border-top: none;
  margin-top: 0;
}
.main-not-front .content.content-services-updates .content-block h2 a {
  color: #009EE0;
}
.main-not-front .content.content-services-updates .content-block h5.direction {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
}
.main-not-front .content.content-services-updates .content-block input[type="search"] {
  width: 60%;
}
.main-not-front .content.content-services-updates .content-block p.label--copy {
  width: 60%;
  margin: 10px 0 0 0;
  padding: 0 40% 20px 0;
  border-bottom: 2px #EBEBEB solid;
  font-size: 14px;
}
.main-not-front .content.content-services-updates .content-block p.label--copy a {
  font-weight: bold;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service {
  display: none;
  border: 2px solid #e82111;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 15px 15px 0 40px;
  position: relative;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service.proposition {
  border: 2px solid #009EE0;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service.proposition .icon {
  background-position: 0 -440px;
  top: 14px;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service.error .icon {
  background-position: 0 -220px;
  margin-top: -10px;
  top: 50%;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service .icon {
  background: url(/sites/all/themes/stm/img/icons-small.png) no-repeat 0 0;
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 20px;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service p {
  margin-bottom: 15px;
  padding: 0;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service ul {
  list-style: none;
  max-height: 90px;
  overflow: auto;
  margin-bottom: 15px;
}
.main-not-front .content.content-services-updates .content-block .search-alert-service ul li {
  padding-bottom: 5px;
}
.main-not-front .content.content-services-updates .content-block #status-bus-result-title {
  display: none;
  margin-top: 17px;
  font-weight: bold;
}
.main-not-front .content.content-services-updates .content-block .bus_infos {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  right: auto;
  left: -37px;
  background: url('../img/bus-icons-mini.png') no-repeat 0 20px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.local {
  background-position: 0 0;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.express {
  background-position: 0 -21px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.dedicated {
  background-position: 0 -42px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.night {
  background-position: 0 -63px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.tenmax {
  background-position: 0 -84px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.shuttleOr {
  background-position: 0 -126px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .icon.error {
  background: url('../img/icons-small.png') no-repeat 0 -1400px;
  top: -3px;
  left: -60px;
}
.main-not-front .content.content-services-updates .content-block .bus_infos .line-number {
  font-weight: bold;
  padding-right: 5px;
}
.main-not-front .content.content-hub .content-block {
  margin-left: -14px;
  overflow: visible !important;
}
.main-not-front .content.content-hub .block-hub {
  background: #fff;
  border: 5px solid #EBEBEB;
  float: left;
  margin-bottom: 14px;
  margin-left: 14px;
  min-height: 175px;
  padding: 20px 25px;
  width: 283px;
  -webkit-box-shadow: 0 2px 4px #AAA;
  -moz-box-shadow: 0 2px 4px #AAA;
  box-shadow: 0 2px 4px #AAA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.main-not-front .content.content-hub .block-hub.no-image {
  min-height: 0;
}
.main-not-front .content.content-hub header a {
  color: #007EB6;
  display: block;
  position: relative;
}
.main-not-front .content.content-hub header a:hover,
.main-not-front .content.content-hub header a:focus {
  color: #008BC7;
  text-decoration: none;
}
.main-not-front .content.content-hub header a:after {
  background: url('../img/icons-small.png') no-repeat 0 -860px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 20px;
}
.main-not-front .content.content-hub header a:hover:after,
.main-not-front .content.content-hub header a:focus:after {
  background-position: 0 -880px;
}
.main-not-front .content.content-hub header h2 {
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.833em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 40px 0 0;
}
.main-not-front .content.content-hub header img {
  bottom: -141px;
  left: 16px;
  position: absolute;
}
.main-not-front .content.content-hub ul {
  list-style-type: none;
}
.main-not-front .content.content-hub ul,
.main-not-front .content.content-hub p {
  border-left: 1px solid #EBEBEB;
  margin: 30px 0 0 130px;
  min-height: 116px;
  padding: 0 0 0 20px;
}
.main-not-front .content.content-hub .no-picture ul,
.main-not-front .content.content-hub .no-picture p {
  border-left: none;
  margin-left: 0;
  min-height: 0;
  padding-left: 0;
}
.main-not-front .content.content-hub li {
  margin: 0;
  padding: 5px 0;
}
.main-not-front .content.content-hub li a {
  display: inline-block;
}
.main-not-front .content.content-buttons .content-block {
  position: relative;
}
.main-not-front .content.content-buttons .buttons-list a {
  background: #fff;
  border: 5px solid #EBEBEB;
  color: #515151;
  display: block;
  margin-bottom: 14px;
  margin-left: 14px;
  min-height: 85px;
  padding: 25px 25px 25px 130px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px #AAA;
  -moz-box-shadow: 0 2px 4px #AAA;
  box-shadow: 0 2px 4px #AAA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.main-not-front .content.content-buttons .buttons-list a:hover,
.main-not-front .content.content-buttons .buttons-list a:focus {
  border-color: #009EE0;
  text-decoration: none;
}
.main-not-front .content.content-buttons .buttons-list a:hover h2,
.main-not-front .content.content-buttons .buttons-list a:focus h2 {
  color: #009EE0;
}
.main-not-front .content.content-buttons .buttons-list a:before {
  background: url('../img/bus-icons-super-big.png') no-repeat 0 100px;
  content: "";
  height: 100px;
  left: 20px;
  position: absolute;
  top: -9px;
  width: 79px;
}
.main-not-front .content.content-buttons .buttons-list a.local:before {
  background-position: 0 0;
}
.main-not-front .content.content-buttons .buttons-list a.express:before {
  background-position: 0 -100px;
}
.main-not-front .content.content-buttons .buttons-list a.dedicated:before {
  background-position: 0 -200px;
}
.main-not-front .content.content-buttons .buttons-list a.night:before {
  background-position: 0 -300px;
}
.main-not-front .content.content-buttons .buttons-list a.shuttleOr:before {
  background-position: 0 -400px;
}
.main-not-front .content.content-buttons .buttons-list a.taxi:before {
  background-position: 0 -500px;
}
.main-not-front .content.content-buttons .buttons-list a:after {
  background: url('../img/icons-small.png') no-repeat 0 -860px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20px;
}
.main-not-front .content.content-buttons .buttons-list a:hover:after,
.main-not-front .content.content-buttons .buttons-list a:focus:after {
  background-position: 0 -880px;
}
.main-not-front .content.content-buttons h2 {
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.833em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  padding: 0 40px 0 0;
}
.main-not-front .content.content-buttons p {
  margin: 0;
  padding: 0;
}
.main-not-front .go-top {
  background: url('../img/go-top.png') no-repeat 0 0;
  bottom: 20px;
  display: block;
  height: 38px;
  left: -82px;
  position: absolute;
  text-indent: -777em;
  width: 36px;
}
.main-not-front .go-top:hover,
.main-not-front .go-top:focus {
  background-position: 0 100%;
}
#footer {
  position: relative;
  z-index: 2;
  *zoom: 1;
}
#footer:before,
#footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer:after {
  clear: both;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer li {
  float: left;
  margin: 0;
  padding: 0;
}
#footer .part-1 {
  min-height: 120px;
  position: relative;
  -webkit-box-shadow: 0 8px 4px -4px #3C3C3C inset;
  -moz-box-shadow: 0 8px 4px -4px #3C3C3C inset;
  box-shadow: 0 8px 4px -4px #3C3C3C inset;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #6D6D6D, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6D6D6D), to(#000));
  background-image: -webkit-linear-gradient(top, #6D6D6D, #000);
  background-image: -o-linear-gradient(top, #6D6D6D, #000);
  background-image: linear-gradient(to bottom, #6D6D6D, #000);
  background-repeat: repeat-x;
  *zoom: 1;
}
#footer .part-1:before,
#footer .part-1:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .part-1:after {
  clear: both;
}
#footer .services {
  margin-right: 200px;
}
#footer .services h2 {
  display: none;
}
#footer .services ul {
  font-size: 0.833em;
  text-align: center;
  text-transform: uppercase;
  *zoom: 1;
}
#footer .services ul:before,
#footer .services ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .services ul:after {
  clear: both;
}
#footer .services li {
  width: 120px;
  padding: 0 10px;
  word-wrap: break-word;
}
#footer .services a {
  background: url('../img/footer-services-sprite.png') no-repeat 120px 0;
  color: #BCBCBC;
  display: block;
  min-height: 34px;
  padding: 76px 0 10px 0;
}
#footer .services a.sondages {
  background-position: 0 0;
}
#footer .services a.accessibilite {
  background-position: -120px 0;
}
#footer .services a.blogue {
  background-position: -240px 0;
}
#footer .services a.horaires {
  background-position: -360px 0;
}
#footer .services a.service {
  background-position: -480px 0;
}
#footer .services a.merci {
  background-position: -600px 0;
}
#footer .services a:hover,
#footer .services a:focus {
  color: #fff;
  text-decoration: none;
}
#footer .services a:hover.sondages,
#footer .services a:focus.sondages {
  background-position: 0 -240px;
}
#footer .services a:hover.accessibilite,
#footer .services a:focus.accessibilite {
  background-position: -120px -240px;
}
#footer .services a:hover.blogue,
#footer .services a:focus.blogue {
  background-position: -240px -240px;
}
#footer .services a:hover.horaires,
#footer .services a:focus.horaires {
  background-position: -360px -240px;
}
#footer .services a:hover.service,
#footer .services a:focus.service {
  background-position: -480px -240px;
}
#footer .services a:hover.merci,
#footer .services a:focus.merci {
  background-position: -600px -240px;
}
#footer .social {
  color: #fff;
  margin: 39px 39px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
#footer .social ul {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#footer .social ul:before,
#footer .social ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .social ul:after {
  clear: both;
}
#footer .social li {
  float: left;
  padding: 0;
}
#footer .social a {
  background: url('../img/icons-social-small.png') no-repeat 0 40px;
  border: 2px solid #424242;
  display: block;
  height: 40px;
  margin-left: 4px;
  text-indent: -777em;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer .social a.facebook {
  background-color: #37569b;
  background-position: 0 0;
}
#footer .social a.twitter {
  background-color: #3daedb;
  background-position: 0 -40px;
}
#footer .social a.youtube {
  background-color: #b2311a;
  background-position: 0 -80px;
}
#footer .social a.instagram {
  background-color: #96be0d;
  background-position: 0 -125px;
}
#footer .social a:hover,
#footer .social a:focus {
  border: 2px solid #323232;
}
#footer .part-2 {
  position: relative;
  background-color: #027eb2;
  background-image: -moz-linear-gradient(top, #047eaf, #007EB6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#047eaf), to(#007EB6));
  background-image: -webkit-linear-gradient(top, #047eaf, #007EB6);
  background-image: -o-linear-gradient(top, #047eaf, #007EB6);
  background-image: linear-gradient(to bottom, #047eaf, #007EB6);
  background-repeat: repeat-x;
  *zoom: 1;
}
#footer .part-2:before,
#footer .part-2:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .part-2:after {
  clear: both;
}
#footer .more-infos {
  float: left;
  position: relative;
}
#footer .more-infos .legals {
  color: #fff;
  display: inline-block;
  left: 0;
  padding: 20px;
  top: 0;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#footer .more-infos .links {
  color: #fff;
  display: inline-block;
  padding: 20px 0;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#footer .more-infos .links ul {
  *zoom: 1;
}
#footer .more-infos .links ul:before,
#footer .more-infos .links ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .more-infos .links ul:after {
  clear: both;
}
#footer .more-infos .links li {
  padding: 0 10px 0 0;
}
#footer .more-infos .links a {
  color: #fff;
  white-space: nowrap;
}
#footer .infolettre {
  color: #fff;
  float: right;
  margin: 15px 20px;
  padding-top: 5px;
}
#footer .infolettre label {
  display: inline-block;
}
#footer .infolettre input[type='email'] {
  margin: 0 6px;
  padding: 4px 10px;
  width: 170px;
}
#footer .infolettre input[type='email']:-moz-placeholder {
  color: #515151;
}
#footer .infolettre input[type='email']:-ms-input-placeholder {
  color: #515151;
}
#footer .infolettre input[type='email']::-webkit-input-placeholder {
  color: #515151;
}
#footer .infolettre a {
  color: #fff;
}
#footer .infolettre .form-submit {
  border: none;
  padding: 6px;
  text-shadow: 1px 1px 1px #6D6D6D;
  background-color: #0392d2;
  background-image: -moz-linear-gradient(top, #019de2, #0582b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#019de2), to(#0582b9));
  background-image: -webkit-linear-gradient(top, #019de2, #0582b9);
  background-image: -o-linear-gradient(top, #019de2, #0582b9);
  background-image: linear-gradient(to bottom, #019de2, #0582b9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #3FC5FE inset;
  -moz-box-shadow: 0 1px 1px #3FC5FE inset;
  box-shadow: 0 1px 1px #3FC5FE inset;
}
#footer .infolettre .form-submit:hover,
#footer .infolettre .form-submit:focus {
  -webkit-box-shadow: 0 1px 1px #666 inset;
  -moz-box-shadow: 0 1px 1px #666 inset;
  box-shadow: 0 1px 1px #666 inset;
}
#footer .infolettre .form-submit:active {
  -webkit-box-shadow: 0 1px 2px #666 inset;
  -moz-box-shadow: 0 1px 2px #666 inset;
  box-shadow: 0 1px 2px #666 inset;
}
.next-passages-contentpage {
  border: 2px solid #007EB6;
  margin: 20px 0;
  padding: 10px 15px 7px 15px;
  position: relative;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.next-passages-contentpage .label.not-accessible {
  display: block;
  width: 50%;
  text-align: center;
  font-weight: bold;
  margin: 2px 0 10px 0;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .next-passages-contentpage .label.not-accessible {
    width: 100%;
    margin-top: 30px;
  }
}
.next-passages-contentpage .label.request-hours {
  display: block;
  font-size: 1em;
  text-align: right;
  padding: 4px 37px 17px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.next-passages-contentpage .label.accessible {
  display: none;
  width: 50%;
  text-align: center;
  font-weight: bold;
  margin: 2px 0 10px 0;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .next-passages-contentpage .label.accessible {
    width: 100%;
    margin-top: 30px;
  }
}
.next-passages-contentpage .btn.refresh-search {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  padding: 0;
  z-index: 18;
}
.next-passages-contentpage .btn.refresh-search span.icon {
  background: url('../img/icons-small.png') no-repeat 0 -1335px;
  height: 14px;
  left: 1px;
  margin-top: -7px;
  padding: 0;
  position: absolute;
  top: 47%;
  width: 20px;
}
.next-passages-contentpage .btn.refresh-search span.text {
  text-indent: -777em;
}
.next-passages-contentpage .about-real-time {
  border-top: 1px solid #D3D3D3;
  padding-top: 15px;
}
.next-passages-contentpage.only-accessible .label.not-accessible {
  display: none;
}
.next-passages-contentpage.only-accessible .label.accessible {
  display: block;
}
.next-passages-contentpage.only-accessible .micro-alert {
  display: block;
  margin: -10px 0 7px 0;
  position: static;
}
.next-passages-contentpage.only-accessible .micro-alert .icon-accessible {
  background: url(../img/icons-small.png) no-repeat 0 -1002px;
  display: inline-block;
  height: 18px;
  width: 20px;
}
.next-passages-contentpage p.night-message {
  width: 50%;
  margin-top: -10px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .next-passages-contentpage p.night-message {
    width: 100%;
  }
}
.next-passages-contentpage .micro-alert {
  position: absolute;
  left: 11px;
  bottom: 6px;
  display: none;
}
.next-passages-contentpage .micro-alert .icon {
  display: none;
}
.next-passages-contentpage .congestion-alert {
  margin: 30px -15px 30px -15px;
}
.next-passages-contentpage .date-list {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .next-passages-contentpage .date-list {
    width: 100%;
  }
}
.next-passages-contentpage .date-list.loading {
  background: url('../img/ajax-loader-big.gif') no-repeat 50% 50%;
  display: block;
  margin: 10px 0;
  min-height: 10px;
  text-indent: -777em;
}
.next-passages-contentpage .date-list li {
  display: block;
  font-size: 0.917em;
  font-weight: bold;
  padding-left: 0;
}
.next-passages-contentpage .date-list li:before {
  display: none;
}
.next-passages-contentpage .notes-list-container {
  width: 50%;
  float: left;
  margin-top: 80px;
}
.next-passages-contentpage .notes-list-container.loading {
  display: none;
}
@media (max-width: 767px) {
  .next-passages-contentpage .notes-list-container {
    width: 100%;
    margin-top: 20px;
  }
}
.next-passages-contentpage .more {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 4px;
}
.next-passages-contentpage .more .btn {
  padding: 10px 0 0 0;
}
.next-passages-contentpage .more .btn:hover,
.next-passages-contentpage .more .btn:focus {
  text-decoration: underline;
}
.next-passages-about {
  margin: 8px 20px 0 0;
  text-align: right;
}
#map-service-state,
#status-bus-page-list {
  display: table;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 -4px 4px rgba(81, 81, 81, 0.2);
  -moz-box-shadow: 0 -4px 4px rgba(81, 81, 81, 0.2);
  box-shadow: 0 -4px 4px rgba(81, 81, 81, 0.2);
  *zoom: 1;
}
#map-service-state.plan-metro {
  width: 940px;
  overflow: hidden;
}
#map-service-state:before,
#status-bus-page-list:before,
#map-service-state:after,
#status-bus-page-list:after {
  display: table;
  content: "";
  line-height: 0;
}
#map-service-state:after,
#status-bus-page-list:after {
  clear: both;
}
.no-js #map-service-state,
.no-js #status-bus-page-list {
  display: none;
}
#map-service-state .status-services,
#status-bus-page-list .status-services {
  background: #fff;
  display: table-cell;
  position: static;
  width: 75%;
}
#map-service-state.plan-metro .status-services {
  width: 100%;
}
#map-service-state .status-services .tabs-list,
#status-bus-page-list .status-services .tabs-list {
  min-height: 18px;
}
#map-service-state .status-services .tab,
#status-bus-page-list .status-services .tab {
  float: left;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  min-height: 18px;
  text-transform: uppercase;
  width: 33%;
  background-color: #5c5c5c;
  background-image: -moz-linear-gradient(top, #727272, #3C3C3C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#727272), to(#3C3C3C));
  background-image: -webkit-linear-gradient(top, #727272, #3C3C3C);
  background-image: -o-linear-gradient(top, #727272, #3C3C3C);
  background-image: linear-gradient(to bottom, #727272, #3C3C3C);
  background-repeat: repeat-x;
}
#map-service-state.plan-metro ul {
  border-radius: 14px;
}
#map-service-state.plan-metro ul li {
  padding: 0;
}
#map-service-state.plan-metro ul li::before {
  content: "";
}
#map-service-state .status-services .tab.ui-tabs-active,
#status-bus-page-list .status-services .tab.ui-tabs-active {
  text-decoration: none;
}
#map-service-state .status-services .tab:focus,
#status-bus-page-list .status-services .tab:focus {
  background: #000 !important;
}
#map-service-state .status-services .tab:last-child,
#status-bus-page-list .status-services .tab:last-child {
  width: 34%;
}
#map-service-state .status-services .tab a,
#status-bus-page-list .status-services .tab a {
  border-right: 1px solid #6D6D6D;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  min-height: 18px;
  padding: 10px 20px 10px 50px;
  position: relative;
}
#map-service-state.plan-metro .status-services .tab a {
  font-size: 12px;
  line-height: 18px;
}
#map-service-state .status-services .tab a:hover,
#status-bus-page-list .status-services .tab a:hover,
#map-service-state .status-services .tab a:focus,
#status-bus-page-list .status-services .tab a:focus,
#map-service-state .status-services .tab a:active,
#status-bus-page-list .status-services .tab a:active {
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #515151, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#000));
  background-image: -webkit-linear-gradient(top, #515151, #000);
  background-image: -o-linear-gradient(top, #515151, #000);
  background-image: linear-gradient(to bottom, #515151, #000);
  background-repeat: repeat-x;
  text-decoration: none;
}
#map-service-state .status-services .tab .icon,
#status-bus-page-list .status-services .tab .icon {
  background: url('../img/map-service-state.png') no-repeat 0 0;
  display: block;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 20px;
}
#map-service-state .status-services .tab .icon.icon-metro,
#status-bus-page-list .status-services .tab .icon.icon-metro {
  background-position: 0 -89px;
}
#map-service-state .status-services .tab .icon.icon-bus,
#status-bus-page-list .status-services .tab .icon.icon-bus {
  background-position: -20px -89px;
}
#map-service-state .status-services .tab .icon.icon-elevator,
#status-bus-page-list .status-services .tab .icon.icon-elevator {
  background-position: -40px -89px;
}
#map-service-state .status-services .tab-blocks,
#status-bus-page-list .status-services .tab-blocks {
  border-right: 1px solid #EBEBEB;
  display: none;
  margin-bottom: 2.5em;
}
#map-service-state.plan-metro .status-services .tab-blocks {
  border-right: none;
}
#map-service-state .status-services .status-metro,
#status-bus-page-list .status-services .status-metro {
  padding: 25px 15px 0 15px;
  *zoom: 1;
}
#map-service-state.plan-metro .status-services .status-metro {
  padding: 20px 20px 0 20px;
}
#map-service-state .status-services .status-metro:before,
#status-bus-page-list .status-services .status-metro:before,
#map-service-state .status-services .status-metro:after,
#status-bus-page-list .status-services .status-metro:after {
  display: table;
  content: "";
  line-height: 0;
}
#map-service-state .status-services .status-metro:after,
#status-bus-page-list .status-services .status-metro:after {
  clear: both;
}
#map-service-state .status-services .status-metro .line,
#status-bus-page-list .status-services .status-metro .line {
  background: url('../img/line-metro.png') no-repeat 0 0;
  float: left;
  min-height: 80px;
  margin: 0 2%;
  padding: 0 0 15px 0;
  width: 21%;
  *zoom: 1;
}
#map-service-state .status-services .status-metro .line:before,
#status-bus-page-list .status-services .status-metro .line:before,
#map-service-state .status-services .status-metro .line:after,
#status-bus-page-list .status-services .status-metro .line:after {
  display: table;
  content: "";
  line-height: 0;
}
#map-service-state .status-services .status-metro .line:after,
#status-bus-page-list .status-services .status-metro .line:after {
  clear: both;
}
#map-service-state .status-services .status-metro .block,
#status-bus-page-list .status-services .status-metro .block {
  padding: 0 15px 0 30px;
  position: relative;
}
#map-service-state .status-services .status-metro .title-name,
#status-bus-page-list .status-services .status-metro .title-name {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
  color: rgb(81, 81, 81);
}
#map-service-state .status-services .status-metro .global-alert,
#status-bus-page-list .status-services .status-metro .global-alert {
  background: url('../img/global-alert.png') no-repeat 30px -110px;
  color: #e82111;
  min-height: 80px;
  padding: 0 0 15px 200px;
}
#map-service-state .status-services .status-metro .line-1,
#status-bus-page-list .status-services .status-metro .line-1 {
  background-position: 0 -1600px;
}
#map-service-state .status-services .status-metro .line-2,
#status-bus-page-list .status-services .status-metro .line-2 {
  background-position: 0 -2000px;
}
#map-service-state .status-services .status-metro .line-4,
#status-bus-page-list .status-services .status-metro .line-4 {
  background-position: 0 -2400px;
}
#map-service-state .status-services .status-metro .line-5,
#status-bus-page-list .status-services .status-metro .line-5 {
  background-position: 0 -2800px;
}
#map-service-state .status-services .status-metro .icon-alert,
#status-bus-page-list .status-services .status-metro .icon-alert {
  left: 30px;
  position: absolute;
  top: -2px;
}
#map-service-state .status-services .status-metro p,
#status-bus-page-list .status-services .status-metro p {
  margin: 0;
  padding: 0;
}
#map-service-state.plan-metro .status-services .status-metro p {
  font-size: 1em;
  line-height: 1.2em;
}
#map-service-state .status-services .status-metro .line-alert p,
#status-bus-page-list .status-services .status-metro .line-alert p {
  color: #e82111;
  text-indent: 30px;
}
#map-service-state .status-services .status-bus,
#status-bus-page-list .status-services .status-bus {
  padding: 20px;
  *zoom: 1;
}
#map-service-state.plan-metro .status-services .status-bus {
  padding: 0 20px;
}
#map-service-state .status-services .status-bus:before,
#status-bus-page-list .status-services .status-bus:before,
#map-service-state .status-services .status-bus:after,
#status-bus-page-list .status-services .status-bus:after {
  display: table;
  content: "";
  line-height: 0;
}
#map-service-state .status-services .status-bus:after,
#status-bus-page-list .status-services .status-bus:after {
  clear: both;
}
#map-service-state .status-services .status-bus .messages_bus--title,
#status-bus-page-list .status-services .status-bus .messages_bus--title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  color: rgb(81, 81, 81);
}
#map-service-state.plan-metro .status-services .status-bus .messages_bus--title {
  padding: 0;
}
#map-service-state .status-services .status-bus ul,
#status-bus-page-list .status-services .status-bus ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#map-service-state .status-services .status-bus li,
#status-bus-page-list .status-services .status-bus li {
  display: inline-block;
  min-width: 24px;
  text-align: right;
  *display: inline;
  *zoom: 1;
}
#map-service-state .status-services .status-bus li .icon-ok,
#status-bus-page-list .status-services .status-bus li .icon-ok {
  position: relative;
  text-align: left;
  text-indent: -777em;
}
#map-service-state .status-services .status-bus li a,
#status-bus-page-list .status-services .status-bus li a {
  background: #F7F7F7;
  color: #515151;
  font-size: 14px;
  margin: 0 7px 7px 0;
  display: block;
  min-width: 36px;
  padding: 7px 0;
  text-align: center;
}
#map-service-state .status-services .status-bus li a:hover,
#status-bus-page-list .status-services .status-bus li a:hover {
  color: #007EB6;
  font-weight: bold;
  text-decoration: none;
}
#map-service-state .status-services .status-bus h2,
#status-bus-page-list .status-services .status-bus h2 {
  font-size: 1.5em;
}
#map-service-state .status-services .status-bus h3,
#status-bus-page-list .status-services .status-bus h3 {
  font-size: 1.35em;
  font-weight: normal;
  margin-top: 0;
}
#map-service-state .status-services .status-bus .blocks.blocks_day,
#status-bus-page-list .status-services .status-bus .blocks.blocks_day {
  width: 60%;
  float: left;
}
#map-service-state .status-services .status-bus .blocks.blocks_night,
#status-bus-page-list .status-services .status-bus .blocks.blocks_night {
  width: 30%;
  float: right;
}
#map-service-state .status-services .status-bus .blocks span.title,
#status-bus-page-list .status-services .status-bus .blocks span.title {
  margin-right: 14px;
}
#map-service-state .status-services .status-bus .blocks span.icon,
#status-bus-page-list .status-services .status-bus .blocks span.icon,
#map-service-state .status-services .status-bus .blocks h2.icon,
#status-bus-page-list .status-services .status-bus .blocks h2.icon {
  background: url('../img/bus-icons-mini.png') no-repeat 0 20px;
  height: 20px;
  margin: 0;
  margin-top: 6px;
  position: absolute;
  width: 20px;
}
#map-service-state .status-services .status-bus .blocks span.icon.local,
#status-bus-page-list .status-services .status-bus .blocks span.icon.local,
#map-service-state .status-services .status-bus .blocks h2.icon.local,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.local {
  background-position: 0 0;
}
#map-service-state .status-services .status-bus .blocks span.icon.express,
#status-bus-page-list .status-services .status-bus .blocks span.icon.express,
#map-service-state .status-services .status-bus .blocks h2.icon.express,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.express {
  background-position: 0 -21px;
}
#map-service-state .status-services .status-bus .blocks span.icon.dedicated,
#status-bus-page-list .status-services .status-bus .blocks span.icon.dedicated,
#map-service-state .status-services .status-bus .blocks h2.icon.dedicated,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.dedicated {
  background-position: 0 -42px;
}
#map-service-state .status-services .status-bus .blocks span.icon.night,
#status-bus-page-list .status-services .status-bus .blocks span.icon.night,
#map-service-state .status-services .status-bus .blocks h2.icon.night,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.night {
  background-position: 0 -63px;
}
#map-service-state .status-services .status-bus .blocks span.icon.tenmax,
#status-bus-page-list .status-services .status-bus .blocks span.icon.tenmax,
#map-service-state .status-services .status-bus .blocks h2.icon.tenmax,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.tenmax {
  background-position: 0 -84px;
}
#map-service-state .status-services .status-bus .blocks span.icon.shuttleOr,
#status-bus-page-list .status-services .status-bus .blocks span.icon.shuttleOr,
#map-service-state .status-services .status-bus .blocks h2.icon.shuttleOr,
#status-bus-page-list .status-services .status-bus .blocks h2.icon.shuttleOr {
  background-position: 0 -126px;
}
#map-service-state .status-services .status-bus .blocks span.icon,
#status-bus-page-list .status-services .status-bus .blocks span.icon {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
#map-service-state .status-services .status-elevator,
#status-bus-page-list .status-services .status-elevator {
  padding: 20px 20px 20px 80px;
}
#map-service-state.plan-metro .status-services .status-elevator {
  padding: 0 20px 0 80px;
}
#map-service-state .status-services .status-elevator .icon-elevator,
#status-bus-page-list .status-services .status-elevator .icon-elevator {
  background: url('../img/map-service-state.png') no-repeat 0 0;
  height: 44px;
  left: 20px;
  position: absolute;
  top: 48px;
  width: 38px;
}
#map-service-state.plan-metro .status-services .status-elevator .icon-elevator {
  top: 54px;
}
#map-service-state .status-services .status-elevator ul,
#status-bus-page-list .status-services .status-elevator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#map-service-state .status-services .status-elevator li,
#status-bus-page-list .status-services .status-elevator li {
  display: inline-block;
  margin: 0 20px 10px 0;
  *display: inline;
  *zoom: 1;
}
#map-service-state .status-services .status-elevator li:last-child,
#status-bus-page-list .status-services .status-elevator li:last-child {
  margin-right: 0;
}
#map-service-state .status-services .status-elevator li .non-functional,
#status-bus-page-list .status-services .status-elevator li .non-functional {
  border-bottom: 1px dotted #e82111;
  color: #e82111;
}
#map-service-state .status-services .status-elevator li .non-functional:hover,
#status-bus-page-list .status-services .status-elevator li .non-functional:hover,
#map-service-state .status-services .status-elevator li .non-functional:focus,
#status-bus-page-list .status-services .status-elevator li .non-functional:focus {
  border-bottom-style: solid;
}
#map-service-state .status-services .status-elevator li .non-functional .icon-alert,
#status-bus-page-list .status-services .status-elevator li .non-functional .icon-alert {
  margin-right: 4px;
}
#map-service-state .status-services .status-elevator li .functional .icon-ok,
#status-bus-page-list .status-services .status-elevator li .functional .icon-ok {
  margin-right: 1px;
}
#map-service-state .status-services .status-elevator li .message,
#status-bus-page-list .status-services .status-elevator li .message {
  left: -777em;
  position: absolute;
  top: -777em;
}
#map-service-state .status-services .more,
#status-bus-page-list .status-services .more {
  border-top: 1px solid #EBEBEB;
  bottom: 0;
  display: none;
  left: 0;
  margin: 0 1%;
  padding: 6px 0 4px 0;
  position: absolute;
  text-align: right;
  width: 73%;
}
#map-service-state.plan-metro .status-services .more {
  display: block;
  bottom: 5px;
  margin: 0 2%;
  padding: 6px 0;
  width: 96%;
}
#map-service-state .status-services .more a,
#status-bus-page-list .status-services .more a {
  display: inline-block;
  vertical-align: middle;
}
#map-service-state .status-services .more .icon,
#status-bus-page-list .status-services .more .icon {
  background: url('../img/icons-small.png') no-repeat 0 -620px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#map-service-state .status-messages,
#status-bus-page-list .status-messages {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #EBEBEB, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#fff));
  background-image: -webkit-linear-gradient(top, #EBEBEB, #fff);
  background-image: -o-linear-gradient(top, #EBEBEB, #fff);
  background-image: linear-gradient(to bottom, #EBEBEB, #fff);
  background-repeat: repeat-x;
  display: table-cell;
  position: static;
  vertical-align: top;
  width: 25%;
}
#map-service-state.plan-metro .status-messages {
  display: none;
}
#map-service-state .status-messages .tab,
#status-bus-page-list .status-messages .tab {
  background-color: #5c5c5c;
  background-image: -moz-linear-gradient(top, #727272, #3C3C3C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#727272), to(#3C3C3C));
  background-image: -webkit-linear-gradient(top, #727272, #3C3C3C);
  background-image: -o-linear-gradient(top, #727272, #3C3C3C);
  background-image: linear-gradient(to bottom, #727272, #3C3C3C);
  background-repeat: repeat-x;
  color: #fff;
  cursor: pointer;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
#map-service-state .status-messages .tab-blocks,
#status-bus-page-list .status-messages .tab-blocks {
  display: none;
  margin-bottom: 2.5em;
}
#map-service-state .status-messages .tab-blocks .box,
#status-bus-page-list .status-messages .tab-blocks .box {
  padding: 25px 20px 20px 20px;
}
#map-service-state .status-messages .tab-blocks .box a,
#status-bus-page-list .status-messages .tab-blocks .box a {
  text-decoration: underline;
}
#map-service-state .status-messages .tab-blocks .box a:hover,
#status-bus-page-list .status-messages .tab-blocks .box a:hover,
#map-service-state .status-messages .tab-blocks .box a:focus,
#status-bus-page-list .status-messages .tab-blocks .box a:focus {
  text-decoration: none;
}
#map-service-state .status-messages .sub-block:hover .switch,
#status-bus-page-list .status-messages .sub-block:hover .switch {
  background-position: -60px -45px;
}
#map-service-state .status-messages .sub-block:hover .switch:focus .icon,
#status-bus-page-list .status-messages .sub-block:hover .switch:focus .icon {
  background-position: 0 -200px;
}
#map-service-state .status-messages .sub-block:hover .tab,
#status-bus-page-list .status-messages .sub-block:hover .tab {
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #515151, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#000));
  background-image: -webkit-linear-gradient(top, #515151, #000);
  background-image: -o-linear-gradient(top, #515151, #000);
  background-image: linear-gradient(to bottom, #515151, #000);
  background-repeat: repeat-x;
}
#map-service-state .status-messages .more,
#status-bus-page-list .status-messages .more {
  border-top: 1px solid #EBEBEB;
  bottom: 0;
  display: none;
  margin: 0 1%;
  padding: 6px 0 4px 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 23%;
}
#map-service-state .status-messages .more a,
#status-bus-page-list .status-messages .more a {
  display: inline-block;
  vertical-align: middle;
}
#map-service-state .status-messages .more .icon,
#status-bus-page-list .status-messages .more .icon {
  background: url('../img/icons-small.png') no-repeat 0 -640px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#map-service-state .status-messages .switch,
#status-bus-page-list .status-messages .switch {
  background: url('../img/map-service-state.png') no-repeat 0 -45px;
  border: none;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: -10px;
  width: 53px;
  z-index: 1;
}
#map-service-state .status-messages .switch .icon,
#status-bus-page-list .status-messages .switch .icon {
  background: url('../img/map-application-open-close.png') no-repeat 0 -40px;
  display: block;
  height: 5px;
  left: 22px;
  position: absolute;
  top: 11px;
  width: 9px;
}
#map-service-state .status-messages .switch:hover .icon,
#status-bus-page-list .status-messages .switch:hover .icon {
  background-position: 0 -320px;
}
#map-service-state .status-messages .switch:focus .icon,
#status-bus-page-list .status-messages .switch:focus .icon {
  background-position: 0 -80px;
}
#map-service-state.opened .tabs-list .tab.ui-tabs-active,
#status-bus-page-list.opened .tabs-list .tab.ui-tabs-active {
  position: relative;
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #515151, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#000));
  background-image: -webkit-linear-gradient(top, #515151, #000);
  background-image: -o-linear-gradient(top, #515151, #000);
  background-image: linear-gradient(to bottom, #515151, #000);
  background-repeat: repeat-x;
}
#map-service-state.opened .tabs-list .tab.ui-tabs-active:after,
#status-bus-page-list.opened .tabs-list .tab.ui-tabs-active:after {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
  top: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#map-service-state.opened .tabs-list .tab.ui-tabs-active a,
#status-bus-page-list.opened .tabs-list .tab.ui-tabs-active a {
  cursor: default;
}
#map-service-state.opened .tabs-list .ui-state-focus,
#status-bus-page-list.opened .tabs-list .ui-state-focus {
  text-decoration: underline !important;
}
#map-service-state.opened .status-messages .tab-blocks,
#status-bus-page-list.opened .status-messages .tab-blocks,
#map-service-state.opened .status-services .tab-blocks,
#status-bus-page-list.opened .status-services .tab-blocks {
  display: block;
}
#map-service-state.plan-metro .status-services .tab-blocks {
  margin-bottom: 3.5em;
}
#map-service-state.opened .status-messages .tab,
#status-bus-page-list.opened .status-messages .tab {
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #515151, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#000));
  background-image: -webkit-linear-gradient(top, #515151, #000);
  background-image: -o-linear-gradient(top, #515151, #000);
  background-image: linear-gradient(to bottom, #515151, #000);
  background-repeat: repeat-x;
  cursor: auto;
}
#map-service-state.opened .status-messages .tab:hover,
#status-bus-page-list.opened .status-messages .tab:hover,
#map-service-state.opened .status-messages .tab:focus,
#status-bus-page-list.opened .status-messages .tab:focus {
  color: #fff;
}
#map-service-state.opened .status-messages .switch,
#status-bus-page-list.opened .status-messages .switch {
  background-position: -60px -45px;
}
#map-service-state.opened .status-messages .switch .icon,
#status-bus-page-list.opened .status-messages .switch .icon {
  background-position: 0 -160px;
}
#map-service-state.opened .status-messages .switch:hover .icon,
#status-bus-page-list.opened .status-messages .switch:hover .icon {
  background-position: 0 -360px;
}
#map-service-state.opened .status-messages .switch:focus .icon,
#status-bus-page-list.opened .status-messages .switch:focus .icon {
  background-position: 0 -200px;
}
#status-bus-page-list {
  display: block;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#status-bus-page-list .status-services .status-bus {
  padding: 0;
}
#status-bus-page-list .status-services .status-bus h2.messages_bus--title {
  font-size: 1.65em;
  margin: 30px 0 5px 0;
}
#status-bus-page-list .status-services .status-bus h3 {
  font-weight: 400;
  font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5em;
}
#status-bus-page-list .status-services .status-bus h3 .icon {
  top: 0;
}
#status-bus-page-list .status-services .status-bus .blocks.blocks_day {
  width: 100%;
}
#status-bus-page-list .status-services .status-bus .blocks.blocks_night {
  width: 100%;
  float: none;
}
#status-bus-page-list .status-services .status-bus .blocks span.icon {
  top: -2px;
}
.congestion-alert {
  border-top: 1px #D3D3D3 solid;
  border-bottom: 1px #D3D3D3 solid;
  padding: 15px 15% 15px 9%;
  margin: 0 -10px 30px -10px;
  display: none;
}

.congestion-alert .congestion-alert--content {
  display: inline-block;
  font-size: 1.167em;
  line-height: 1.2em;
  font-weight: bold;
  color: #007EB6;
  text-transform: uppercase;
  position: relative;
  margin-left: 40px;
}
.congestion-alert .congestion-alert--icone {
  display: inline-block;
  font-size: 1.167em;
  line-height: 1.2em;
  font-weight: bold;
  color: #007EB6;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-left: 40px;
}

.congestion-alert .congestion-alert--icone:before {
  content: '';
  display: block;
  width: 9px;
  height: 13px;
  background: url('../img/icons-congestion.png');
  position: absolute;
  left:0px;
}
.aside-sidebar .status-services .status-metro .line-1 .block {
  background: url('../img/ligne_verte.png');
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

.aside-sidebar .status-services .status-metro .line-2 .block {
  background: url('../img/ligne_orange.png');
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

.aside-sidebar .status-services .status-metro .line-4 .block {
  background: url('../img/ligne_jaune.png');
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

.aside-sidebar .status-services .status-metro .line-5 .block {
  background: url('../img/ligne_bleue.png');
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

.aside-sidebar .status-services .status-metro .line .block {
  padding: 70px 0px 0px 10px;
}

.aside-sidebar .status-services .status-metro .line-alert span {
  float: left;
}

.aside-sidebar .status-services .status-metro .line-alert p {
  color: #e82111;
  padding: 3px 0px 0px 0px;
  text-indent: 5px;
}

.aside-sidebar .status-services .status-metro .more {
  padding: 30px 0px 0px 0px;
}

.aside-sidebar .status-services .status-metro .line h2 {
  font-size: 14px;
}

.aside-sidebar .status-services .status-elevators .item-elevator {
  margin-top: 20px;
}

.aside-sidebar .status-services .status-elevators .item-elevator span {
  float: left;
}

.aside-sidebar .status-services .status-elevators .item-elevator h2 {
  padding: 3px 0px 0px 0px;
  text-indent: 5px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: normal;
}

.aside-sidebar .status-services .status-elevators .item-elevator.non-functional h2,
.aside-sidebar .status-services .status-elevators .item-elevator.non-functional p {
  color: #e82111;
}

.page-infos-reseaux-bus span.periode-weekly,
.page-info-networks-bus span.periode-weekly
{
      font-size: 1.167em;
    line-height: 1.4em;
    margin: 0;
    padding: 1em 0;
    float:right;
}
#plan-metro .content-block {
  width: 940px;
}
#plan-metro .nav-sidebar {
  float: none;
  margin-right: 0;
  width: auto;
}
#plan-metro .nav-sidebar .nav-level-3 {
  margin-right: 0;
}
#plan-metro .nav-sidebar .nav-level-3 > ul {
  margin: 0 0 3em 0;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li {
  border-top: none;
  display: inline-block;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li > a {
  margin-top: 3px;
  padding: 10px 20px;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li > a:hover,
#plan-metro .nav-sidebar .nav-level-3 > ul > li > a:focus {
  background: #f7f7f7;
  color: #007eb6;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li > a:before,
#plan-metro .nav-sidebar .nav-level-3 > ul > li > a:after {
  display: none;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li.active-trail a {
  background: #f7f7f7;
  color: #007eb6;
}
#plan-metro .nav-sidebar .nav-level-3 > ul > li.has-children ul {
  display: none;
}
