@charset "UTF-8";
@font-face {
  font-family: 'roboto_slabbold';
  src: url("RobotoSlab-Bold-webfont.eot");
  src: url("RobotoSlab-Bold-webfont.eot@") format("embedded-opentype"), url("RobotoSlab-Bold-webfont.woff") format("woff"), url("RobotoSlab-Bold-webfont.ttf") format("truetype"), url("RobotoSlab-Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_light';
  src: url("bundles/roboto-light-webfont.eot");
  src: url("bundles/roboto-light-webfont.eot@") format("embedded-opentype"), url("bundles/roboto-light-webfont.woff") format("woff"), url("bundles/roboto-light-webfont.ttf") format("truetype"), url("bundles/roboto-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans_condensedbold';
  src: url("OpenSans-CondBold-webfont.eot");
  src: url("OpenSans-CondBold-webfont.eot@") format("embedded-opentype"), url("bundles/OpenSans-CondBold-webfont.woff") format("woff"), url("OpenSans-CondBold-webfont.ttf") format("truetype"), url("OpenSans-CondBold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans_condensedLight';
  src: url("bundles/opensans-condlight-webfont.eot");
  src: url("bundles/opensans-condlight-webfont.eot@") format("embedded-opentype"), url("bundles/opensans-condlight-webfont.woff") format("woff"), url("bundles/opensans-condlight-webfont.ttf") format("truetype"), url("bundles/opensans-condlight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 81.3%; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }
#ma
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *
 * Custom Version by Jonathan Houdet @houd
 */
html {
  overflow-y: scroll; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.538em;
  color: #000;
  background-color: #f0f0ed; }

a {
  color: #00538c;
  text-decoration: none; }

a:hover,
a:focus {
  color: #0077c9; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

a:hover img {
  box-shadow: 0 3px 0 #dddddd; }

.row {
  margin-left: -20px;
  *zoom: 1; }

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  /*width: 940px;*/
  width: 1000px; }

.span12 {
  width: 940px; }

.span9 {
  width: 700px; }

.span6 {
  width: 460px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0; }

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

.container-fluid:after {
  clear: both; }

/***************
style typographique deplacé dans bootstrap-typo.css
***************/
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

pre.prettyprint {
  margin-bottom: 20px; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999; }

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.label:empty,
.badge:empty {
  display: none; }

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label-important,
.badge-important {
  background-color: #b94a48; }

.label-important[href],
.badge-important[href] {
  background-color: #953b39; }

.label-warning,
.badge-warning {
  background-color: #f89406; }

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605; }

.label-success,
.badge-success {
  background-color: #468847; }

.label-success[href],
.badge-success[href] {
  background-color: #356635; }

.label-info,
.badge-info {
  background-color: #3a87ad; }

.label-info[href],
.badge-info[href] {
  background-color: #2d6987; }

.label-inverse,
.badge-inverse {
  background-color: #333333; }

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table th {
  font-weight: bold; }

.table thead th {
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0; }

.table tbody tr.success > td {
  background-color: #dff0d8; }

.table tbody tr.error > td {
  background-color: #f2dede; }

.table tbody tr.warning > td {
  background-color: #fcf8e3; }

.table tbody tr.info > td {
  background-color: #d9edf7; }

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc; }

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc; }

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 20px;
  color: #555555;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

.jonathan.houdet {
  display: author; }

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

.controls-row {
  *zoom: 1; }

.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0; }

.controls-row:after {
  clear: both; }

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0; }

.form-actions:after {
  clear: both; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top; }

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2; }

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 15px;
  *zoom: 1; }

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }

.form-horizontal .controls:first-child {
  *padding-left: 180px; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }

.form-horizontal .form-actions {
  padding-left: 180px; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border: 0;
  *margin-left: .3em; }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:first-child {
  *margin-left: 0; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear; }

.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0; }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  /**background-color: #003bb3;*/ }

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9; }

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505; }

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a; }

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9; }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249; }

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0; }

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

/***************
    NAV
***************/
.navbar, .toolbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
  *zoom: 1; }

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-inner:after {
  clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff; }

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

.navbar-link {
  color: #777777; }

.navbar-link:hover,
.navbar-link:focus {
  color: #333333; }

.navbar .divider-vertical {
  height: 30px;
  margin: 0 9px;
  /*border-left: 1px solid #f2f2f2;*/
  border-right: 1px solid #333333; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-form:after {
  clear: both; }

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px; }

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0; }

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px; }

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap; }

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }
  .lt-ie7 .navbar-fixed-top, .lt-ie7
  .navbar-fixed-bottom {
    position: absolute; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1000px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.toolbar-link {
  float: left; }

.toolbar-link > a {
  float: none;
  /*padding: 10px 15px 10px;*/
  line-height: 30px;
  padding: 0 8px;
  color: #fff;
  text-decoration: none; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.toolbar-link > a:focus,
.toolbar-link > a:hover {
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed; }

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9; }

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.toolbar-link > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

.toolbar-link > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .pull-right > li > .dropdown-menu,
.toolbar-link > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar .pull-right > li > .dropdown-menu:before,
.toolbar-link > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px; }

.navbar .pull-right > li > .dropdown-menu:after,
.toolbar-link > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px; }

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.toolbar-link > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b; }

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff; }

.navbar-inverse .brand {
  color: #999999; }

.navbar-inverse .navbar-text {
  color: #999999; }

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff; }

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111; }

.navbar-inverse .navbar-link {
  color: #999999; }

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff; }

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff; }

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0; }

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e; }

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000; }

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9; }

@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.hidden-desktop {
  display: none !important; }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-desktop {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {

  .hidden-print {
    display: none !important; } }
@media (max-width: 767px) {
  /*  body {
      padding-left: 20px;
      padding-right: 20px;
    }*/
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }

  .container-fluid {
    padding: 0; }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }

  .dl-horizontal dd {
    margin-left: 0; }

  .container {
    width: auto; }

  .row-fluid {
    width: 100%; }

  .row,
  .thumbnails {
    margin-left: 0; }

  .thumbnails > li {
    float: none;
    margin-left: 0; }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }

  .modal.fade {
    top: -100px; }

  .modal.fade.in {
    top: 20px; } }
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }

  .page-header h1 small {
    display: block;
    line-height: 20px; }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }

  .form-horizontal .controls {
    margin-left: 0; }

  .form-horizontal .control-list {
    padding-top: 0; }

  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }

  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }

  .media-object {
    margin-right: 0;
    margin-left: 0; }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }

  .modal-header .close {
    padding: 10px;
    margin: -10px; }

  .carousel-caption {
    position: static; } }
@media (min-width: 768px) and (max-width: 999px) {
  .row {
    margin-left: -20px;
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0; }

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%; }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%; }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%; }

  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%; }

  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%; }

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%; }

  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%; }

  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%; }

  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%; }

  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%; }

  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%; }

  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%; }

  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%; }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%; }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%; }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%; }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%; }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%; }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%; }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%; }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%; }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%; }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%; }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%; }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%; }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%; }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; } }
@media (max-width: 999px) {
  body {
    padding-top: 0; }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }

  .navbar-fixed-top {
    margin-bottom: 20px; }

  .navbar-fixed-bottom {
    margin-top: 20px; }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }

  .navbar .container {
    width: auto;
    padding: 0; }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }

  .nav-collapse {
    clear: both; }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }

  .nav-collapse .nav > li {
    float: none; }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }

  .nav-collapse .nav > .divider-vertical {
    display: none; }

  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none; }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2; }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999; }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .nav-collapse .open > .dropdown-menu {
    display: block; }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }

  .nav-collapse .dropdown-menu .divider {
    display: none; }

  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }

  .navbar .btn-navbar {
    display: block; }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 1000px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #00538c; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

.open {
  *z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.close {
  float: right;
  font-size: 1.53846em;
  font-weight: bold;
  line-height: 1.53846em;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* Original hacks by Jonathon Joyce (edited) */
.lt-ie7 .row {
  margin: 0;
  margin-left: -20px; }

.lt-ie7 .span1, .lt-ie7 .span2, .lt-ie7 .span3, .lt-ie7 .span4, .lt-ie7 .span5, .lt-ie7 .span6, .lt-ie7 .span7, .lt-ie7 .span8, .lt-ie7 .span9, .lt-ie7 .span10, .lt-ie7 .span11, .lt-ie7 .span12 {
  float: left;
  display: inline; }

.lt-ie7 .last-child {
  margin-right: 0; }

.lt-ie7 .margin-left-20 {
  float: left;
  margin-left: 20px; }

/* rajout de règles supprimées @janest */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success h4 {
  color: #468847; }

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.control-group.error ul li {
  color: #B94A48;
  list-style-type: none; }

/* END rajout de règles supprimées */
::-moz-selection {
  background: rgba(0, 82, 140, 0.5);
  color: #fff;
  text-shadow: none; }

::selection {
  background: rgba(0, 82, 140, 0.5);
  color: #fff;
  text-shadow: none; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999999; }

a.muted:hover, a.muted:focus {
  color: gray; }

.text-warning {
  color: #c09853; }

a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover, a.text-error:focus {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover, a.text-info:focus {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:hover, a.text-success:focus {
  color: #356635; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

h1,
.pseudo-h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  /*font-weight: bold;*/
  font-weight: 400;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase; }

h1 small,
.pseudo-h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1,
.pseudo-h1,
h2,
h3 {
  line-height: 40px; }

h1, h1 a,
h2, h2 a,
h3, h3 a,
.pseudo-h1, .pseudo-h1 a {
  color: #00406d; }

h1 {
  /*font-size: 2.31em;*/
  /*30px*/ }

/****************
Liste des elements font-face
*****************/
.title-article,
.article h1,
.article .pseudo-h1,
.article h2,
.article h3,
.title-river,
.river .h1-like,
.news-category,
.author-name,
.author-article-head,
.title-page,
.sub-header,
.legend-title,
.diapo-side-title,
.blog-title-wrappin,
.blog-title,
.blog-author .author-function,
.list-blog-title,
.abonnezvous .bloc-content,
.indice,
.indice-list,
.bloc-sub-title,
.connexion-name {
  font-family: "roboto_slabbold";
  text-transform: none;
  text-rendering: optimizelegibility; }

.image-wrapper .label-cat,
.title-encart, .label-encart,
.bloc-title,
.bloc-tab,
.title-comment,
.title-form,
.title-newsletter,
.title-author-name,
.title-modal,
.sub-title-modal,
.release {
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  letter-spacing: -0.04em;
  text-rendering: optimizelegibility; }

legend,
.nl-theme,
.blog-name,
.blog-author .author-name,
.edition-prez,
.header-edition,
.nl_preview dt {
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  text-rendering: optimizelegibility; }

.title-encart,
.title-form,
.title-comment,
.title-newsletter,
.title-author-name {
  font-size: 1.615em;
  line-height: 1.238em;
  color: #00538c;
  margin-top: 0; }

.title-encart {
  color: #dc0000; }
  .encart-blog .title-encart {
    color: #333; }

/*titre riviere*/
.title-river,
.river .h1-like {
  font-size: 1.76923em;
  line-height: 104.3%;
  position: relative; }

.title-page {
  font-size: 2.15385em;
  line-height: 1.429em;
  color: #e3a500;
  white-space: nowrap;
  margin: 10px 0 40px;
  border-bottom: 5px solid #f0f0ed;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  display: block; }
  .article .title-page {
    margin-left: 0; }
  .leseditions .title-page {
    margin-left: 16px; }
  .diaporama .title-page {
    color: #000;
    margin-bottom: 20px; }
  .top-blog .title-page {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    color: #00538c;
    border: 0; }

.sub-title-page {
  color: #000;
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccccc5;
  line-height: 1em; }

.title-page-icon {
  color: #000;
  font-style: normal; }

.title-modal {
  font-size: 1.46154em; }

/*.article{font-size: 1.154em;} */
h2 {
  font-size: 28px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

.dl-horizontal {
  *zoom: 1; }

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0; }

.dl-horizontal:after {
  clear: both; }

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dl-horizontal dd {
  margin-left: 180px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999; }

blockquote small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 20px; }

/******************
SNIPPETS
******************/
/* BULLE NOMBRE DE COMMENTAIRES */
.nb-comment {
  display: inline-block;
  padding: 0 8px 0 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  white-space: nowrap;
  background: url("sprite-icons.png") #d4d4d2 no-repeat; }

.nb-comment,
.nb-comment a {
  color: #666; }

.nb-comment:empty {
  display: none; }

a.nb-comment:hover,
a.nb-comment:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #666; }

/* IMAGES ARTICLES */
.image-wrapper {
  margin: 0 20px 0 0;
  position: relative;
  float: left;
  *zoom: 1; }
  .image-wrapper img {
    /*width: 218px;*/
    height: auto;
    /* A checker */
    /* A checker */ }
    .lt-ie9 .image-wrapper img {
      width: auto; }

.label-cat {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  padding: 0 5px;
  background: #5da9de;
  color: #fff;
  font-family: "open_sans_condensedbold";
  letter-spacing: -0.04em;
  text-rendering: optimizelegibility;
  text-transform: uppercase; }

.label-cat.exclu {
  background: #dc0000; }

.label-cat.protected {
  background: #cb9400; }

.title-protected {
  text-indent: 25px;
  background: url("www-latribune-fr.fox411.net/bundles/block/abonne/block-editions_ico-lock.html") no-repeat left top; }
  .title-protected a {
    color: #000; }
    .title-protected a:hover {
      color: #444; }

.title-protected-little {
  text-indent: 22px;
  background: url("www-latribune-fr.fox411.net/bundles/block/abonne/block-editions_ico-lock-little.html") no-repeat left top; }
  .title-protected-little a {
    color: #000; }
    .title-protected-little a:hover {
      color: #444; }

.chapo {
  margin-left: 238px;
  /*largeur de l'image + marge*/
  line-height: 16px;
  color: #666; }

.author {
  display: block;
  padding: 3px 0 2px 20px;
  background: url("sprite-icons.png") 1px -47px no-repeat;
  color: #666;
  font-size: 0.846em;
  font-weight: bold;
  line-height: 16px;
  margin: 5px 0 4px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .lt-ie7 .author {
    /*white-space: normal;*/
    height: 16px;
    width: 90%; }

                           /*
.protected {
  .label-cat {
    background:$color-abo; /*CB9400* /
  }
  .chapo {
    a {
      color:#000;
    }
    a:hover {
      color:#444;
    }
  }
}
.label-protected {
  background:$color-abo;
  color: #FFFFFF;
  font-size: 11px;
  padding:2px 3px;
}*/
.comment-button {
  float: right;
  margin-top: 7px; }

.btn {
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  color: #fff;
  background-color: #666666;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 3px 12px; }
  .btn:hover, .btn:active, .btn:focus {
    background: #888;
    color: #fff; }

.btn-primary {
  background: #dc0000; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: red; }

.btn-abo {
  background-color: #cb9400; }
  .btn-abo:hover, .btn-abo:active, .btn-abo:focus {
    background-color: #eabc40; }

.cta-more {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  font-size: 1.15385em;
  padding: 0 3px; }
  .cta-more :hover {
    background-color: #ddd;
    text-decoration: none; }
  .encart .cta-more, .edition .cta-more:hover {
    color: #333; }
  .diaporama-side .cta-more {
    color: #fff; }
  .edition .cta-more {
    color: #000; }

.cta-icon {
  display: inline-block;
  height: 23px;
  width: 23px;
  line-height: 18px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  background-color: #dc0000;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cta-more .cta-icon {
    margin-left: -3px; }
  .encart .cta-icon {
    color: #fff; }

.cta-more,
.cta-icon {
  transition: background-color .4s ease;
  -webkit-transition: background -color 0.4s ease;
  -moz-transition: background -color 0.4s ease;
  -ms-transition: background -color 0.34s ease;
  -o-transition: background -color 0.4s ease; }

.cta-more:hover .cta-icon,
.cta-icon:hover {
  background-color: red;
  color: #fff;
  text-decoration: none; }

.cta-more.pull-right {
  margin: 10px 0; }

.encart .cta-more,
.encart > .cta-icon {
  float: right;
  margin: 7px -16px -15px 0; }

.cta-abo-color .cta-icon {
  background-color: #cb9400; }
.cta-abo-color:hover .cta-icon, .cta-abo-color:active .cta-icon, .cta-abo-color:focus .cta-icon {
  background-color: #eabc40; }

.cta-abo-color-full {
  background-color: #cb9400;
  color: #fff; }
  .cta-abo-color-full:hover {
    color: #fff; }

.cta-abo-color-full,
.cta-abo-color-full.pull-right {
  margin-bottom: 0;
  margin-left: 0; }

.pdf-icon {
  background: url("sprite-icons.png") #dc0000 50% -605px no-repeat; }

.pdf-icon,
.cta-icon:empty {
  position: relative;
  top: 5px; }

.button-group {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f0f0ed; }
  .button-group .pull-right {
    margin: 0; }
  .button-group .cta-more:first-child {
    margin-right: 15px; }

.cta-abo,
.espace-abo .cta-abo,
.cta-twitter {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: 0;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 8px 19px;
  font-family: "roboto_slabbold"; }

.cta-twitter {
  margin-left: 5px;
  font-size: 0.92308em;
  line-height: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 2px 5px 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); }
  .cta-twitter .icon-twitter {
    background: url("sprite-article.png") 0 -400px no-repeat;
    width: 20px; }

.cta-abo:hover,
.cta-abo:focus,
.cta-abo:active,
.cta-abo.active,
.cta-abo.disabled,
.cta-abo[disabled],
.espace-abo .cta-abo:hover,
.espace-abo .cta-abo:focus,
.espace-abo .cta-abo:active,
.espace-abo .cta-abo.active,
.espace-abo .cta-abo.disabled,
.espace-abo .cta-abo[disabled],
.cta-twitter:hover,
.cta-twitter:focus,
.cta-twitter:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.cta-abo:active,
.cta-abo.active,
.espace-abo .cta-abo:active,
.espace-abo .cta-abo.active {
  background-color: #cccccc \9; }

.cta-abo:first-child {
  *margin-left: 0; }

.cta-abo:hover,
.cta-abo:focus,
.espace-abo .cta-abo:hover,
.espace-abo .cta-abo:focus,
.cta-twitter:hover,
.cta-twitter:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.cta-abo:focus,
.cta-twitter:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.cta-abo.active,
.espace-abo .cta-abo:active,
.cta-twitter:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.espace-abo .cta-abo {
  margin-top: 190px; }

.login,
.login:hover,
.toolbar .login,
.toolbar .login:hover {
  color: #000;
  background: 0;
  text-decoration: underline;
  font-size: 0.84615em;
  margin-top: 10px;
  text-shadow: none; }

.espace-abo .login:hover {
  color: #00538c; }

.bottom-line {
  overflow: hidden; }

.bottom-line span {
  display: inline-block;
  position: relative;
  line-height: 1em; }

.bottom-line span:after {
  content: "";
  position: absolute;
  height: 100%;
  border-bottom: 1px solid #666;
  width: 600px;
  left: 100%;
  margin-left: 15px;
  bottom: 2px; }

.bandeau, .release, .sharelinks {
  position: absolute;
  left: 0;
  margin-left: -10px; }
  .bandeau:after, .release:after, .sharelinks:after {
    content: "";
    position: absolute;
    border-bottom: 10px solid transparent;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #cdcdc4;
    top: 100%;
    right: 100%;
    margin-right: -10px; }

/******************
BOTSTRAP ELEMENT
******************/
.pull-right {
  float: right; }

.pull-left {
  float: left; }

/******************
    HEADER
******************/
.header {
  margin-bottom: 20px;
  position: relative;
  z-index: 200; }
  .header ul {
    margin: 0; }
  .header li {
    margin-left: 0;
    list-style-type: none; }

.menu-wrapper {
  min-height: 116px;
  _height: 116px;
  /* Bug IE */
  background: #00528c;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.4);
  position: relative;
  z-index: 2; }

.cotation-wrapper {
  min-height: 30px;
  background: #e1e1d9;
  opacity: .99; }

.global {
  width: 1000px;
  margin: auto; }

.logo-wrapper {
  font-size: inherit;
  width: 11.92308em;
  float: left; }

h1.logo-wrapper {
  margin: 0; }

.headerImgActeurs {
  float: right;
  margin-top: -77px;
  margin-right: -11px; }

.headerImgMap {
  float: right;
  margin-top: -80px;
  margin-right: -86px; }

.logo-header {
  margin-top: 47px; }
  a:focus .logo-header, a:active .logo-header {
    margin-top: 48px; }
  a:hover .logo-header {
    box-shadow: none; }

.header-title {
  float: right;
  font-family: "roboto_slabbold";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 49px; }
  .header-title span {
    float: right;
    background: #fff;
    color: #00538c;
    font-family: "open_sans_condensedbold";
    font-size: 13px;
    height: 20px;
    letter-spacing: 1px;
    margin-left: 7px;
    margin-top: -1px;
    padding: 0 10px 0 17px;
    position: relative; }
    .header-title span:before {
      border-color: white #00538c;
      border-style: solid;
      border-width: 0 0 20px 10px;
      content: "";
      left: 0;
      position: absolute;
      top: 0; }

.main-nav {
  margin-left: 11.92308em;
  padding-top: 72px; }

.main-nav > ul {
  float: right;
  margin: 0; }

.nav-link-wrapper {
  background: rgba(255,255,255,.35);
  list-style-type: none;
  display: inline; }

.nav-link {
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  letter-spacing: -0.01em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAlCAMAAABfwciYAAAAYFBMVEUCccgCdM4BZbEAU40AQH0BXaIBaLYASoUAWJYCccYBYqsAVJAATYgCcssBYKcASIQAUYsAVpMCc8wAPXsCdM0AR4MATIcAUIoARYEBa7wBbsIAT4kAWpsAPnsAQn8AP3zaQVuvAAAAVElEQVR42g2NSRKAIBADW8EF910ElP//0lTlMJNKOhjD0nOvxJaYGBJXRTMxd5wlvsY/fFLAOjLkkXfjPdgLJB16ZWaHDYoprJa6IogjmpiCa0JDPxdxBRdr2ldzAAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAlCAMAAABfwciYAAAAYFBMVEUCccgCdM4BZbEAU40AQH0BXaIBaLYASoUAWJYCccYBYqsAVJAATYgCcssBYKcASIQAUYsAVpMCc8wAPXsCdM0AR4MATIcAUIoARYEBa7wBbsIAT4kAWpsAPnsAQn8AP3zaQVuvAAAAVElEQVR42g2NSRKAIBADW8EF910ElP//0lTlMJNKOhjD0nOvxJaYGBJXRTMxd5wlvsY/fFLAOjLkkXfjPdgLJB16ZWaHDYoprJa6IogjmpiCa0JDPxdxBRdr2ldzAAAAAElFTkSuQmCC);
  background-repeat: no-repeat, no-repeat;
  background-position: -1px 0, 100% 0;
  white-space: nowrap;
  color: #fff;
  font-size: 1.30769em;
  float: left;
  padding: 10px 9px 14px 8px;
  position: relative;
  margin-bottom: -1px;
  margin-left: -1px;
  z-index: 3; }
  .lt-ie9 .nav-link {
    background: url("main-nav-separator-2.png") no-repeat; }

.nav-link-hover, .nav-link :hover,
.nav-link :focus, .nav-link-wrapper:hover .nav-link {
  background: #fff;
  color: #333;
  text-decoration: none;
  box-shadow: 3px 0 3px -3px #aaa inset, 1px 0 0 0 #002f4f, -1px 0 0 0 #002f4f;
  z-index: 10;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.nav-link-first {
  background-position: -200% 0, 100% 0; }
  .lt-ie9 .nav-link-first {
    background: 0; }

.nav-link-last {
  background-position: -1px 0, 200% 0; }

.toolbar li {
  border-left: 1px solid #333;
  list-style-type: none; }

.toolbar .nav {
  border-right: 1px solid #333;
  position: static; }

.toolbar-link a {
  display: block;
  color: #eee; }

.toolbar-link a:hover, .toolbar-link a:focus {
  background-color: #555;
  color: #fff; }

.text-link a {
  font-size: 0.92308em; }

.social-icon a {
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .lt-ie8 .social-icon a {
    overflow: visible;
    text-indent: -200%; }

.toolbar .icon-chevron-down {
  background-position: 0 -396px;
  margin-left: 4px; }

.toolbar .nav {
  margin: 0; }
  .toolbar .nav > a:hover, .toolbar .nav > a:focus {
    height: 29px;
    margin-top: 1px; }

.facebook a {
  background-position: 50% -420px; }
  .facebook a:hover {
    background-color: #3b5999; }

.twitter a {
  background-position: 50% -450px; }
  .twitter a:hover {
    background-color: #00aced; }

.googleplus a {
  background-position: 50% -480px; }
  .googleplus a:hover {
    background-color: #a42a1d; }

.mobile a {
  background-position: 50% -510px; }
  .mobile a:hover {
    background-color: #efae00; }

.subscription-site a {
  background-position: 50% -510px; }
  .subscription-site a:hover {
    background-color: #78ef00; }

.espace-abo a,
.espace-abo-link a,
.connexion a {
  font-family: "roboto_slabbold";
  font-size: 1.07692em;
  text-shadow: 1px 1px 0 #111; }

.espace-abo > a,
.espace-abo-link > a {
  background-color: #cb9400;
  background-position: 100% -570px;
  padding: 0 8px;
  display: block; }
  .espace-abo > a:hover, .espace-abo > a:focus,
  .espace-abo-link > a:hover,
  .espace-abo-link > a:focus {
    background-color: #f4b200; }
  .espace-abo > a:active,
  .espace-abo-link > a:active {
    background-position: 100% -569px; }

.connexion > a {
  background-color: #333;
  background-position: 100% -540px;
  padding: 0 12px; }
  .connexion > a:active {
    background-position: 100% -539px; }

.sub-nav a,
.social-icon a,
.toolbar .icon-chevron-down {
  background-image: url("sprite-icons.png");
  background-repeat: no-repeat; }

.header .row-custom,
.toolbar .container {
  position: relative; }

.sub-menu {
  display: none;
  background: #fff;
  border-top: 1px solid #002f4f;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 1px 0 #bbb; }
  .toolbar-link .sub-menu {
    border-top: 0; }
  .nav-link-wrapper.hover .sub-menu, .nav-link-wrapper:hover .sub-menu, .espace-abo:hover .sub-menu, .espace-abo-link:hover .sub-menu {
    display: block; }

.sub-menu .image-wrapper {
  float: none;
  margin: 0; }
  .sub-menu .image-wrapper > a {
    display: block;
    min-height: 1em; }

.sub-menu .title-river {
  font-size: 1.30769em;
  margin: 10px 0; }

.sub-nav-article-wrapper {
  padding: 20px; }

.sub-nav {
  padding: 20px 0 20px 20px; }

.sub-menu .sub-nav {
  border-right: 1px solid #ddd;
  min-height: 280px; }
  .lt-ie8 .sub-menu .sub-nav {
    width: 19%; }

.sub-nav ul {
  margin: 0; }

.sub-nav li {
  list-style-type: none;
  margin-bottom: 6px;
  line-height: 18px; }

.sub-nav a {
  font-family: "open_sans_condensedbold";
  font-size: 1.23077em;
  color: #000;
  padding-left: 15px;
  background-position: -40px -344px;
  display: block; }

.sub-nav a:hover {
  color: #666;
  background-position: -39px -344px; }

.sub-nav-article-wrapper {
  border-left: 1px solid #ddd;
  margin-left: -1px !important; }
  .lt-ie8 .sub-nav-article-wrapper {
    width: 72%; }
    .lt-ie8 .sub-nav-article-wrapper .title-river {
      zoom: 1; }

.full-filter {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-height: 3500px;
  background: #000;
  opacity: .2;
  z-index: -1; }
  .lt-ie9 .full-filter {
    filter: alpha(opacity=20); }

.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu li {
  border-left: 0; }

.sub-nav li {
  /*
    position: relative;
    */ }

.sub-nav li:hover {
  background: #F0F0ED; }

.sub-nav-article-wrapper {
  /*
    position: relative;
    */ }

.sub-sub-menu {
  display: none;
  position: absolute;
  background: #F0F0ED;
  display: none;
  width: 250px;
  height: 278px;
  left: 233px;
  z-index: 99;
  top: 0px;
  border: 1px solid #ddddee; }

.sub-sub-nav {
  padding: 20px; }
  .sub-sub-nav > ul > li {
    list-style-type: none;
    margin-bottom: 6px;
    line-height: 18px; }
    .sub-sub-nav > ul > li > a {
      font-family: "open_sans_condensedbold";
      font-size: 1.23077em;
      color: #666666;
      padding-left: 15px;
      background-image: url("sprite-icons.png");
      background-repeat: no-repeat;
      background-position: -40px -344px;
      display: block; }
    .sub-sub-nav > ul > li > a:hover {
      color: #666;
      background-position: -39px -344px; }

.service-abo {
  border-right: 1px solid #ddd;
  margin-right: -1px;
  background: url("sprite-abo.jpg") 50% 0 no-repeat;
  padding-top: 190px;
  color: #666;
  line-height: 17px; }

.service-abo p {
  margin: 0 20px 20px; }

.service-abo strong {
  display: block;
  font-family: "roboto_slabbold";
  color: #333; }

.service-quotidien {
  background-position: 50% -325px; }

.service-num {
  background-position: 50% -650px; }

.service-hebdo {
  background: url("MINI_ABO_HEBDO.png") 50% 0 no-repeat; }

.espace-abo .service-abo-links {
  position: relative;
  padding-top: 35px;
  text-align: center;
  min-height: 240px;
  overflow: hidden; }
  .lt-ie9 .espace-abo .service-abo-links {
    min-height: 205px; }
  .espace-abo .service-abo-links strong {
    font-family: "roboto_slabbold";
    font-weight: normal;
    line-height: 0.92308em; }

.abo-links-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("www-latribune-fr.fox411.net/bundles/popin/offre.html") 0 60px no-repeat; }

.row-fluid .span-search {
  margin-left: 0;
  width: 25.53196%; }
  @media (max-width: 767px) {
    .row-fluid .span-search {
      width: 100%; } }

#custom-search-form {
  margin: 0;
  padding: 0.53846em 0.30769em 0.38462em 0.38462em;
  background: #c7c7c7;
  border: 1px solid #b4b4b4;
  border-width: 0 1px; }
  @media (max-width: 767px) {
    #custom-search-form {
      border-width: 0; } }

#custom-search-form form {
  margin: 0; }

#custom-search-form .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 0;
  width: 96%;
  border: 1px solid #b4b4b4; }

#custom-search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#search-content button {
  z-index: 3; }

.value-wrapper {
  display: table !important;
  width: 100%;
  table-layout: fixed; }
  .lt-ie8 .value-wrapper {
    margin-left: 0; }

.value-item {
  font-family: "roboto_slabbold";
  border-left: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 14.5%;
  line-height: 12px;
  display: table-cell;
  vertical-align: middle; }
  .value-item a {
    display: block;
    overflow: hidden;
    padding: 6px 0.61538em 7px; }
  .lt-ie8 .value-item {
    display: block;
    width: 108px;
    float: left;
    line-height: 1.23077em; }
    .lt-ie8 .value-item a {
      padding-top: 2px; }
  .value-item a:hover {
    background: #f0f0ed; }

.value-name {
  display: block;
  color: #333;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .lt-ie8 .value-name {
    margin-bottom: 2px; }

.value-number {
  color: #666;
  float: left; }

.value-compare {
  float: right;
  font-size: 1.15385em;
  margin-right: 3px; }

#button-menu-responsive {
  margin-top: 40px;
  float: right;
  cursor: pointer; }

#button-sharedlinks-responsive {
  margin-top: 40px;
  float: right;
  margin-right: 10px;
  display: none;
  cursor: pointer; }

#menu-responsive {
  display: none;
  clear: both;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px; }

#sharedlinks-responsive {
  display: none; }

/******************
    FOOTER
******************/
.footer {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAMAAAASwVXLAAAAKlBMVEUyMjIcHBwkJCQmJiYpKSkXFxcuLi4eHh4UFBQhISEsLCwwMDAWFhYZGRlCXhdNAAAAIUlEQVR42g3FtwEAIAwAIKyx/v+usuAajvZPwpQV1dJtHgcUAGm1/51DAAAAAElFTkSuQmCC) #333333 0 0 repeat-x;
  color: #fff; }
  .lt-ie8 .footer {
    background-image: url("footer-bg.png"); }

.footer-top {
  height: 90px;
  background: #00538c;
  color: #fff;
  line-height: 1.23077em;
  opacity: .99;
  margin-top: 30px; }
  .lt-ie9 .footer-top {
    position: relative;
    z-index: 2; }

.footer-service {
  margin-top: -25px;
  margin-left: 0;
  padding-top: 25px;
  padding-left: 30px;
  overflow: hidden; }

.footer-top-head {
  font-family: "roboto_slabbold";
  margin: 10px 0 5px; }

.footer-service .img-wrapper {
  float: left;
  height: 110px;
  box-shadow: 0px 50px 10px #000;
  margin: -20px 10px 0 -15px;
  overflow: hidden;
  -webkit-transition: all 25s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.footer-service:hover .img-wrapper {
  margin-top: -23px;
  height: 113px; }

.footer-cta {
  background: url("footer-cta-bg.jpg") #cb9400 50% 0 repeat-x;
  height: 75px;
  text-align: center;
  padding: 15px 5px 0; }

.footer-cta .cta-abo {
  margin-bottom: 10px; }

.footer-cta .login {
  color: #000; }

.head-footer {
  overflow: hidden;
  text-align: center;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  font-size: 1.46154em;
  font-size: 1.53846em;
  margin: 1.15385em 20px;
  overflow: hidden; }

.head-footer span {
  display: inline-block;
  position: relative; }

.head-footer span:before,
.head-footer span:after {
  content: "";
  position: absolute;
  height: 100%;
  border-bottom: 1px solid #666;
  width: 600px;
  bottom: 0.46154em; }

.head-footer span:before {
  right: 100%;
  margin-right: 15px; }

.head-footer span:after {
  left: 100%;
  margin-left: 15px; }

.footer ul {
  margin: 0; }

.title-list-footer {
  font-family: "roboto_slabbold";
  color: #999;
  text-transform: uppercase;
  line-height: 3.07692em;
  font-size: 1.15385em; }

.list-footer {
  list-style-type: none;
  background: url("sprite-icons.png") -40px -349px no-repeat;
  padding-left: 20px;
  line-height: 1.23077em;
  margin-bottom: 10px;
  font-weight: bold; }

.list-footer a {
  color: #fff; }

.list-footer a:hover {
  color: #8cd0ff; }

.footer-credit {
  clear: both;
  background: #000;
  font-size: 0.92308em;
  line-height: 124%;
  padding: 7px 16px;
  font-weight: 100;
  letter-spacing: .03em; }

.footer-credit,
.footer-credit a {
  color: #fff; }

.footer-credit p {
  margin: 0; }

.credits {
  float: left; }

.footer-credits-link {
  float: right; }

/******************
    GRID
******************/
body.content-abo {
  background-color: #494949; }

.main-container {
  background: #fff;
  margin-bottom: 20px; }

.col-centrale,
.sidebar {
  float: left; }

.col-centrale {
  width: 672px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 10px; }

.article, nav.fil-ariane {
  margin: 0 21px 30px 60px;
  overflow: hidden; }

.article-link {
  margin: 0 16px 40px; }

#bottom,
.author-large-desc,
.OUTBRAIN,
.article-wrapper {
  *zoom: 1; }
  #bottom:before, #bottom:after,
  .author-large-desc:before,
  .author-large-desc:after,
  .OUTBRAIN:before,
  .OUTBRAIN:after,
  .article-wrapper:before,
  .article-wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  #bottom:after,
  .author-large-desc:after,
  .OUTBRAIN:after,
  .article-wrapper:after {
    clear: both; }

/******************
RIVIERE
******************/
.homepage .title-page {
  color: #000;
  margin-bottom: 20px;
  margin: 10px 16px 20px; }

.article-wrapper {
  margin: 0 16px 40px; }

.article-wrapper .title-river {
  margin-top: 0;
  margin-bottom: 5px; }

.article-wrapper p {
  margin-bottom: 0; }

/*ARTICLE LARGE*/
.article-large .image-wrapper img {
  /*width: 310px; /* A checker */ }
  .lt-ie9 .article-large .image-wrapper img {
    width: auto;
    /* A checker */ }

.article-large .chapo {
  margin-left: 330px;
  /*largeur de l'image + marge*/ }

#popover_content_wrapper {
  top: 70px;
  background-color: #E6E6E6;
  width: 150px;
  padding: 5px; }

.popover.bottom .arrow:after {
  border-bottom-color: #FFFFFF;
  border-top-width: 0;
  right: -75px; }

.kiosque-daily article {
  margin: 0 21px 30px 60px;
  position: relative;
  border-top: 5px solid #F0F0ED;
  padding-top: 30px; }
  .kiosque-daily article img {
    float: left;
    box-shadow: 3px 5px 7px 3px #555;
    -webkit-box-shadow: 3px 5px 7px 3px #555;
    -moz-box-shadow: 3px 5px 7px 3px #555; }
  .kiosque-daily article .linksBox {
    margin: -5px 0 0 205px; }
    .kiosque-daily article .linksBox a.title {
      font-family: "roboto_slabbold";
      font-size: 22px;
      line-height: 23px;
      color: #000;
      margin-bottom: 17px;
      display: inline-block; }
    .kiosque-daily article .linksBox h2 {
      font-family: "open_sans_condensedLight";
      font-size: 20px;
      letter-spacing: 4px;
      margin: 0; }
      .kiosque-daily article .linksBox h2 a {
        color: #000; }
        .kiosque-daily article .linksBox h2 a:hover {
          font-family: "open_sans_condensedbold"; }
    .kiosque-daily article .linksBox ul {
      font-size: 18px;
      margin-left: 20px;
      margin-top: 20px; }
      .kiosque-daily article .linksBox ul li {
        margin-bottom: 3px; }
        .kiosque-daily article .linksBox ul li a {
          color: #000;
          font-family: "roboto_light";
          font-size: 14px; }
          .kiosque-daily article .linksBox ul li a:hover {
            font-family: "roboto_slabbold"; }
  .kiosque-daily article .button-group {
    margin-left: 198px;
    margin-top: 18px;
    padding-top: 14px; }
    .kiosque-daily article .button-group a {
      color: #000; }
      .kiosque-daily article .button-group a:hover {
        color: #444; }
    .kiosque-daily article .button-group .plus-icon {
      background: #000; }
      .kiosque-daily article .button-group .plus-icon:hover {
        background: #444; }
  .kiosque-daily article .release:after {
    border-top-color: #C08A00;
    border-width: 9px 0 10px 10px; }
  .kiosque-daily article .release-number {
    background-color: #cb9400; }
  .kiosque-daily article.last-edition {
    border-top: none;
    padding-top: 0; }
    .kiosque-daily article.last-edition .linksBox {
      margin-left: 285px; }
      .kiosque-daily article.last-edition .linksBox ul {
        margin-top: 0; }
    .kiosque-daily article.last-edition .button-group {
      margin-left: 288px; }

.edition-highlight {
  width: auto;
  margin: 0 16px 30px; }
  .edition-highlight a {
    color: #000; }

.well-edition {
  background: #f0f0ed;
  border: 1px solid #ccccc5;
  padding: 0 10px; }

.img-edition {
  width: 172px;
  height: 243px;
  padding: 5px 25px 15px;
  background: url("well-edition-bg.jpg") no-repeat;
  margin: 0 auto 10px; }

.header-edition,
.sub-header {
  color: #00538c;
  font-size: 1.61538em; }

.sub-header {
  font-size: 1.15385em; }

.release {
  width: 51px;
  text-align: center;
  color: #fff;
  background: #000;
  margin-left: -70px; }
  .release:after {
    border-top-color: #2e2e2e; }
  .supermax .release {
    margin-left: -10px;
    z-index: 10;
    margin-top: 70px; }

.hebdo .release {
  background: #cb9400; }
  .hebdo .release:after {
    border-top-color: #c38e00; }

.release-date {
  display: block;
  background: #000;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap; }

.release-day {
  display: block;
  font-size: 1.84615em;
  overflow: hidden;
  white-space: nowrap; }

.release-number {
  font-size: 1.38462em;
  display: block;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap; }

/******************
SUPERMAX & GROUPE D'ARTICLE
******************/
.article-group,
.article-group-river {
  margin: 0 16px 30px;
  *zoom: 1; }

.article-group .image-wrapper {
  float: none;
  margin: 0 auto;
  min-height: 1em; }

.article-group p {
  margin-bottom: 0; }

.article-group .title-river {
  border-bottom: 0; }

.article-group .cta-more {
  margin-top: -18px; }

.thematic-group {
  border-top: 5px solid #f0f0ed; }

.leseditions .supermax {
  border-bottom: 5px solid #f0f0ed; }

.leseditions .thematic-group {
  border: 0;
  border-bottom: 5px solid #f0f0ed;
  padding-bottom: 20px;
  margin-top: -25px; }

.title-thematic-group {
  font-size: 1.615em;
  text-transform: uppercase;
  padding-left: 20px;
  background: url("sprite-icons.png") 0 -187px no-repeat; }
  .lesplus .title-thematic-group {
    color: #e3a500; }

.title-thematic-river {
  margin-left: 16px;
  margin-right: 16px; }

.region-group .title-thematic-group {
  background-position: 0 -240px;
  padding-left: 30px; }

.thematic-group .bottom-line span:after {
  border-color: #f0f0ed; }

.article-group .chapo {
  margin-left: 0; }

.article-group-river .article-wrapper {
  margin-left: 0;
  margin-right: 0; }

.main-article {
  margin-right: 20px;
  width: 310px;
  float: left;
  display: inline; }
  .supermax .main-article {
    width: 402px; }
  .main-article .title-protected {
    background-position: left 5px; }

.main-article .image-wrapper img {
  /*width: 402px; /* A checker */ }
  .lt-ie9 .main-article .image-wrapper img {
    width: auto;
    /* A checker */ }

.main-article .title-river {
  font-size: 1.615em; }
  .supermax .main-article .title-river {
    font-size: 2.15em; }

.main-article .chapo {
  line-height: 1.615em; }

/*plus d'aricle*/
.more-article {
  margin-top: 6px; }
  .more-article h3 {
    margin-bottom: -2px; }

.more-article-title {
  font-family: "roboto_slabbold";
  font-size: 12px;
  line-height: 2.500em;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  display: table;
  white-space: nowrap; }

.more-article-title:after {
  content: "";
  display: table-cell;
  background: linear-gradient(#cccccc, #cccccc) repeat-x left center;
  background-size: 1px 1px;
  width: 100%; }

.more-article-title span {
  padding: 0 10px 0 0;
  background: #fff; }
  .lt-ie9 .more-article-title span {
    background: url("grey-pixel-1.gif") 0 50% repeat-x;
    /*hack IE pour liseret gris*/ }

.more-article ul {
  margin: 0 0 10px; }

.more-article li {
  list-style-type: none; }

.more-article-link {
  font-size: 13px;
  line-height: 1.38462em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 16px;
  background: url("sprite-icons.png") 0 -95px no-repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none; }
  .lt-ie7 .more-article-link {
    width: 386px; }

.secondary-article {
  /* margin-left: 330px; */
  overflow: hidden; }

.supermax .secondary-article {
  margin-left: 422px;
  width: 218px; }

/* col de droite */
.secondary-article {
  overflow: hidden; }
  .supermax .secondary-article {
    width: 218px; }
  .lt-ie7 .secondary-article {
    width: 215px;
    overflow: hidden;
    position: relative; }

.secondary-article .image-wrapper {
  margin: 0 5px 0 0; }
  .supermax .secondary-article .image-wrapper {
    margin: 0 0 10px; }
  .secondary-article .image-wrapper img {
    width: auto; }

.secondary-article .article-wrapper {
  margin: 0 0 20px; }

.secondary-article .title-river {
  font-size: 1.154em;
  line-height: 1.2em;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .article-group .main-article {
    width: 55%; }

  .article-group .secondary-article {
    width: 40%;
    margin-left: 60%; }

  .article-group,
  .article-wrapper {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 499px) {
  .chapo, .article-large .chapo {
    margin-left: 0; }

  .article-group .main-article, .article-group .secondary-article {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    float: none; }

  /*a tester sans cette ligne sur mobile*/
  .main-article {
    margin-bottom: 30px; }

  .secondary-article .title-river {
    font-size: 1.77em; }

  .image-wrapper {
    float: none;
    margin-bottom: 10px; } }
/******************
ENCART / CAROUSELS HOME
******************/
.encart-android {
  width: 100%;
  height: 74px;
  background-color: #FFF;
  display: none; }
  .encart-android #android-icon {
    background: url("www-latribune-fr.fox411.net/bundles/mobile/logo.html") no-repeat;
    width: 42px;
    height: 28px;
    float: left;
    margin-left: 16px;
    margin-top: 23px; }
  .encart-android .android-stars-on {
    display: block;
    float: left;
    margin-left: 2px;
    background: url("www-latribune-fr.fox411.net/bundles/mobile/etoile_on.html") no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 5px; }
  .encart-android .android-stars-off {
    display: block;
    float: left;
    margin-left: 2px;
    background: url("www-latribune-fr.fox411.net/bundles/mobile/etoile_off.html") no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 5px; }
  .encart-android #android-title {
    background: white;
    width: 100px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .encart-android #android-title-container {
    float: left;
    margin-left: 22px;
    margin-top: 17px; }
  .encart-android #android-button {
    background: red;
    width: 94px;
    height: 31px;
    float: right;
    text-align: center;
    padding-top: 10px;
    margin-top: 17px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .encart-android #android-button-container {
    width: 150px;
    max-width: 100px;
    float: left;
    height: 100%; }
  .encart-android a {
    text-decoration: none; }
  .encart-android #android-close {
    cursor: pointer;
    background: url("www-latribune-fr.fox411.net/bundles/mobile/croix.html") no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    margin-top: 6px;
    margin-right: 6px; }

.encart {
  margin: 0 0 30px;
  padding: 15px 16px;
  position: relative;
  overflow: hidden; }

.title-encart-wrapper {
  position: relative; }

/*.lt-ie8 .title-encart {display: inline;}*/
.encart ul {
  margin: 0;
  display: block;
  overflow: hidden;
  margin-left: -20px;
  width: 660px; }

.encart li {
  display: inline;
  list-style-type: none;
  line-height: 124%;
  *zoom: 1; }

.encart a {
  color: #333333; }

.encart .encart-item {
  background: #fff;
  width: 146px;
  float: left;
  margin-left: 19px;
  color: #333333;
  position: relative; }
  .encart .encart-item .lt-ie7 {
    zoom: 1;
    display: inline; }

.label-encart {
  font-size: 1.077em;
  line-height: 1em;
  color: #dc0000;
  text-align: center;
  margin: 0 8px; }

.title-article-encart {
  font-size: 1em;
  line-height: 124%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 4px 8px; }

.icon-encart {
  display: block;
  background: url("www-latribune-fr.fox411.net/bundles/homepage/sprite-icon-rdv.html") black;
  width: 30px;
  height: 30px;
  margin: -15px auto 6px;
  position: relative;
  z-index: 2; }

.icon-encart-author {
  display: block;
  background: url("www-latribune-fr.fox411.net/bundles/homepage/fond_zone_opinion.html") 0 0 repeat;
  width: 130px;
  height: 30px;
  margin: -15px auto 6px;
  position: relative;
  z-index: 2; }
  .icon-encart-author > span {
    color: white;
    line-height: 30px;
    margin: 0 3px;
    text-align: center; }
    .icon-encart-author > span > i {
      width: 14px;
      height: 14px;
      display: inline-block;
      margin-top: 1px;
      background: url("www-latribune-fr.fox411.net/bundles/homepage/picto_plume.html") 0 0 no-repeat; }

.icon-unusual {
  background-position: 0 0; }

.icon-figure {
  background-position: 0 -40px; }

.icon-tweet {
  background-position: 0 -80px; }

.icon-quote {
  background-position: 0 -120px; }

.icon-portrait {
  background-position: 0 -160px; }

.icon-polemics {
  background-position: 0 -200px; }

.icon-story {
  background-position: 0 -240px; }

.icon-idea {
  background-position: 0 -280px; }

.icon-favorite {
  background-position: 0 -320px; }

.icon-sentence {
  background-position: 0 -360px; }

.icon-comments {
  background-position: 0 -400px; }

.icon-gaffe {
  background-position: 0 -440px; }

.icon-edito {
  background-position: 0 -480px; }

.icon-investigation {
  background-position: 0 -520px; }

.icon-interview {
  background-position: 0 -560px; }

.icon-chronicle {
  background-position: 0 -600px; }

.icon-backstage {
  background-position: 0 -640px; }

.icon-tribune {
  background-position: 0 -680px; }

.icon-down,
.icon-flop {
  background-position: 0 -720px; }

.icon-up {
  background-position: 0 -760px; }

.icon-analyse {
  background-position: 0 -800px; }

.icon-acquisition {
  background-position: 0 -840px; }

.icon-company {
  background-position: 0 -880px; }

.icon-man-otd {
  background-position: 0 -920px; }

.icon-infographic {
  background-position: 0 -960px; }

.icon-map {
  background-position: 0 -1000px; }

.icon-conference {
  background-position: 0 -1040px; }

.icon-woman-otd {
  background-position: 0 -1080px; }

.icon-performance {
  background-position: 0 -1120px; }

.icon-photo {
  background-position: 0 -1160px; }

.icon-start-up {
  background-position: 0 -1200px; }

.icon-video {
  background-position: 0 -1240px; }

.icon-buzz {
  background-position: 0 -1280px; }

.icon-decrypt {
  background-position: 0 -1320px; }

.icon-deal {
  background-position: 0 -1360px; }

.icon-debate {
  background-position: 0 -1400px; }

.icon-diaporamas {
  background-position: 0 -1440px; }

.icon-diaporamas {
  background-position: 0 -1440px; }

.icon-howto {
  background-position: 0 -1480px; }

.icon-palmares {
  background-position: 0 -1520px; }

.icon-opinion {
  background-position: 0 -1560px; }

.media-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.media-icon-camera {
  background: url("camera.png") black; }

.media-icon-video {
  background: url("video.png") black; }

.encart .blog-author {
  overflow: hidden;
  padding-top: 7px;
  font-weight: bold;
  color: #000; }

.encart .author-pic {
  float: left;
  margin: 0 7px 0 0; }

.encart,
.blog-author {
  background: #d0d0ca;
  display: block; }

.number-encart {
  display: table;
  width: 100%;
  background: #333333; }

.number-encart strong {
  display: table-cell;
  vertical-align: middle;
  height: 73px;
  color: #fff;
  text-align: center;
  font-size: 1.92308em;
  font-family: "open_sans_condensedbold";
  line-height: 90%; }

/* Hack IE6 */
.lt-ie7 .encart-blog li img {
  width: 145px; }

.lt-ie7 .encart-multimedia li img,
.lt-ie7 .encart-bestof li img {
  width: 200px; }

.lt-ie7 .encart-blog li .author-pic {
  width: auto; }

/* Nom du blog en hover */
.blog-name-encart {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease, opacity .3s ease .1s;
  -moz-transition: all .3s ease, opacity .3s ease .1s;
  -ms-transition: all .3s ease, opacity .3s ease .1s;
  -o-transition: all .3s ease, opacity .3s ease .1s;
  transition: all .3s ease, opacity .3s ease .1s; }
  a:hover .blog-name-encart {
    top: 0;
    height: 140px;
    opacity: 1;
    display: block; }

.blog-name-encart span {
  background: #666;
  background: rgba(0, 0, 0, 0.7);
  font-family: "roboto_slabbold";
  color: #fff;
  display: table-cell;
  height: 131px;
  vertical-align: middle;
  width: 146px;
  text-align: center; }
  .lt-ie8 .blog-name-encart span {
    display: block;
    padding-top: 45px; }

.encart-rdvjour .title-article-encart {
  height: 50px; }
  .encart-rdvjour .title-article-encart .ellipsis {
    overflow: hidden;
    height: 50px;
    line-height: 124%; }
  .encart-rdvjour .title-article-encart .ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 50px; }
  .encart-rdvjour .title-article-encart .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }
  .encart-rdvjour .title-article-encart .ellipsis:after {
    content: "\02026";
    float: right;
    position: relative;
    bottom: 18px;
    left: 100%;
    width: 80px;
    margin-left: -80px;
    padding-right: 5px;
    text-align: center;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30%, white); }

.encart-multimedia .title-article-encart {
  height: 50px; }

.encart-blog .title-article-encart {
  height: 50px;
  color: #000000; }
  .encart-blog .title-article-encart .ellipsis {
    overflow: hidden;
    height: 50px;
    line-height: 124%; }
  .encart-blog .title-article-encart .ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 50px; }
  .encart-blog .title-article-encart .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }
  .encart-blog .title-article-encart .ellipsis:after {
    content: "\02026";
    float: right;
    position: relative;
    bottom: 17px;
    left: 100%;
    width: 80px;
    margin-left: -80px;
    padding-right: 5px;
    text-align: center;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30%, white); }

.encart-bestof .title-article-encart {
  height: 50px; }

/* best-of */
.encart-bestof .encart-item {
  width: 200px;
  margin-left: 20px; }

/* Multimédia */
.encart-multimedia {
  background: url("texture-multimedia.jpg") #2d2f2e; }

.encart-multimedia .title-encart-wrapper {
  border: 0; }

.encart-multimedia .encart-item {
  width: 200px;
  margin-left: 20px;
  color: #fff;
  background: none; }

.encart-multimedia .title-encart {
  position: relative;
  padding-left: 30px;
  color: #fff;
  background: url("sprite-icons.png") transparent 0 -147px no-repeat; }

.encart-multimedia .title-article-encart {
  margin-right: 0;
  margin-left: 0;
  font-family: "roboto_slabbold";
  font-size: 1.154em;
  color: #fff; }

/* Pour le carousel */
.carousel-active .title-encart {
  margin-right: 90px; }

.nav-carousel {
  font-size: 1.30769em;
  line-height: 1em;
  width: 86px;
  text-align: center;
  font-family: "roboto_slabbold";
  position: absolute;
  right: 0;
  top: 5px; }

.bloc-diaporama .nav-carousel2 .nav-carousel-pagination-white {
  width: 50px; }

.bloc-diaporama .nav-carousel2 {
  width: 105px; }

.bloc-diaporama .nav-carousel2 .nav-carousel-pagination-white {
  width: 55px; }

.nav-carousel2 {
  font-size: 1.30769em;
  line-height: 1em;
  width: 86px;
  text-align: center;
  font-family: "roboto_slabbold";
  margin: 10px; }
  .nav-carousel2 .nav-carousel-pagination-white {
    color: #ffffff;
    display: inline-block;
    width: 38px;
    margin: 0 4px 0 0;
    text-align: center; }
    .nav-carousel2 .nav-carousel-pagination-white .red {
      color: #df0000; }
  .nav-carousel2 .nav-carousel-prev-white,
  .nav-carousel2 .nav-carousel-next-white {
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: transparent; }
  .nav-carousel2 .nav-carousel-prev-white {
    background: url("arrows-pagination.png") 0 -17px no-repeat; }
  .nav-carousel2 .nav-carousel-next-white {
    background: url("arrows-pagination.png") -17px -17px no-repeat; }

.nav-zone-media {
  position: absolute;
  right: 0;
  top: -4px; }

.nav-carousel-pagination {
  display: inline-block;
  width: 38px;
  margin: 0 4px 0 0;
  text-align: center; }

.nav-carousel-prev,
.nav-carousel-next {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: transparent; }

.nav-carousel-prev {
  background: url("arrows-pagination.png") 0 0 no-repeat; }

.nav-carousel-next {
  background: url("arrows-pagination.png") -17px 0 no-repeat; }

.encart-daily {
  background: #d0d0ca;
  overflow: visible;
  position: relative; }
  .encart-daily a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  .encart-daily .title-encart-wrapper h2 {
    color: #000;
    margin-bottom: 20px; }
    .encart-daily .title-encart-wrapper h2 span {
      color: #cb9400; }
      .encart-daily .title-encart-wrapper h2 span:after {
        border-bottom: 1px solid #8b8b8b; }
  .encart-daily .release {
    margin-left: -10px;
    width: 42px;
    font-size: 11px;
    letter-spacing: 0; }
    .encart-daily .release .release-date {
      background: #cb9400;
      padding: 3px;
      line-height: 16px; }
    .encart-daily .release .release-day {
      font-size: 19px;
      line-height: 17px; }
    .encart-daily .release:after {
      border-width: 10px 0 10px 11px; }
  .encart-daily a .img-encart, .encart-daily a:hover .img-encart {
    float: left;
    margin: 0 30px 0 39px;
    width: 160px;
    box-shadow: 6px 7px 7px 0 #555;
    -webkit-box-shadow: 6px 7px 7px 0 #555;
    -moz-box-shadow: 6px 7px 7px 0 #555; }
  .encart-daily .encart-daily-focuses > div {
    margin-bottom: 5px;
    padding-top: 10px;
    height: 55px; }
    .encart-daily .encart-daily-focuses > div img {
      width: 100px;
      float: left;
      margin-right: 10px; }
    .encart-daily .encart-daily-focuses > div div {
      line-height: 17px; }
      .encart-daily .encart-daily-focuses > div div a {
        color: #000;
        font-size: 14px;
        font-family: "roboto_slabbold"; }
        .encart-daily .encart-daily-focuses > div div a:hover {
          color: #444; }
    .encart-daily .encart-daily-focuses > div p {
      font-weight: bold;
      color: #666;
      font-size: 11px;
      margin-bottom: 0; }
  .encart-daily .clearfix {
    clear: both; }
    .encart-daily .clearfix a.cta-more {
      margin: -6px 0;
      color: #000; }
      .encart-daily .clearfix a.cta-more:hover {
        color: #444444; }

@media (max-width: 767px) {
  .encart li a {
    width: 23%;
    margin-left: 2.66%;
    margin-bottom: 2%; }

  .encart ul,
  .encart li:first-child a {
    margin-left: 0; } }
@media (max-width: 550px) {
  .encart li a {
    width: 48%;
    margin-left: 4%; }

  .encart li:nth-child(2n-1) a {
    margin-left: 0;
    clear: both; } }
/*********
Pagination
*********/
ul.pagination {
  list-style: none;
  padding: 0;
  text-align: center; }

ul.pagination li {
  display: inline-block;
  margin: 0 5px; }

ul.pagination li.current {
  font-weight: bold; }

ul.pagination.pages li,
ul.pagination.years li {
  padding: 4px 12px;
  border: 1px solid #DDDDDD;
  margin: 0 0 0 -1px; }

/******************
ribbon GRANDE METROPOLE
******************/
.region-group .main-article,
.region-group .secondary-article {
  margin-bottom: 20px; }

.ribbon {
  background: #00538c;
  margin: 0 0 0 -25px;
  height: 71px;
  position: relative;
  clear: both; }

.metropole-title {
  color: #fff;
  font-size: 1.692em;
  line-height: 124%;
  text-transform: uppercase;
  background: url("metropole-title.gif") #5da9de no-repeat 100% 50%;
  width: 132px;
  padding: 7px 0px 0 73px;
  margin: 0;
  float: left;
  height: 64px; }

.metropole-title:before {
  content: "";
  position: absolute;
  border-bottom: 9px solid transparent;
  border-right: 0px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9px solid #3d7aa5;
  margin-top: 64px;
  margin-left: -73px; }

.metropole-links {
  margin: 7px 0 0 225px; }

.metropole-links li {
  list-style-type: none;
  float: left;
  width: 22%;
  padding-left: 2%;
  border-left: 1px solid #0062a5;
  line-height: 19px; }

.metropole-links a {
  color: #fff;
  font-weight: bold; }

.ribbon .cta-icon {
  position: absolute;
  bottom: 0;
  right: 0; }

/******************
PAGES LIBRES
******************/
.static-content {
  padding: 15px; }
  .static-content h1.title-page {
    color: #000000;
    margin: 10px 0 20px; }

/******************
PAGE CONTACT
******************/
.contacts-persons {
  padding: 15px; }
  .contacts-persons ul {
    list-style-type: none; }
    .contacts-persons ul li {
      margin-top: 20px; }

/********************
FIX RESPONSIVE
*********************/
.article-group.thematic-group .image-wrapper {
  width: auto; }

.article-group.thematic-group .secondary-article .image-wrapper {
  float: left;
  max-width: 100%; }

.article-group.thematic-group .image-wrapper img {
  margin-bottom: 14px; }

.article-group.thematic-group .chapo .title-river {
  margin-top: 0px; }

.article-group.thematic-group .secondary-article .chapo .title-river {
  float: left;
  max-width: 135px; }

@media (max-width: 500px) {
  .article-group.thematic-group .secondary-article .chapo .title-river {
    float: left;
    max-width: 100%; } }
/******************
UTILS
******************/
.mt30 {
  margin-top: 30px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt-20 {
  margin-top: -20px; }

.mb10 {
  margin-bottom: 10px; }

.mb10imp {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px; }

.ml10 {
  margin-left: 10px; }

.m-only-b3 {
  margin: 0 0 3px 0 !important; }

.ml-15 {
  margin-left: -15px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.p15 {
  padding: 15px; }

.p10 {
  padding: 10px; }

.pb5 {
  padding-bottom: 5px; }

.pb15 {
  padding-bottom: 15px; }

.pb0 {
  padding-bottom: 0; }

.pr10 {
  padding-right: 10px; }

.pl10 {
  padding-left: 10px; }

.ml-5 {
  margin-left: -5px; }

.mr-5 {
  margin-right: -5px; }

.br-l3 {
  border-radius: 0 3px 3px 0; }

.br-r3 {
  border-radius: 3px 0 0 3px; }

.br0 {
  border-radius: 0; }

.br4 {
  border-radius: 4px; }

.ta-c {
  text-align: center; }

.ta-l {
  text-align: left; }

.inline-block {
  display: inline-block; }

.bg-light-grey {
  background: #F0F0ED; }

.bg-dark-grey {
  background: #333; }

.w-small-river {
  width: 218px; }

.w-big-river {
  width: 310px; }

.w-little-minibloc {
  width: 170px; }

.important {
  color: #dc0000; }

/******************
SIDEBAR - COLONNE DE DROITE
******************/
/* Style generique blocs colonne */
.sidebar {
  width: 328px;
  background: #e1e1d9;
  padding-top: 15px; }

.bloc {
  width: 300px;
  margin: 0 auto 30px;
  background: #fff; }

.bloc.trans {
  background: transparent; }

.bloc ul {
  margin-left: 0; }

.bloc li {
  list-style-type: none;
  line-height: 1.231em; }

.bloc a:hover img {
  box-shadow: none; }

.bloc .carousel-inner .item {
  display: none; }

.bloc-title {
  display: block;
  margin-bottom: 10px;
  padding: 4px 7px;
  font-size: 1.462em;
  line-height: 124%;
  letter-spacing: normal;
  color: #fff;
  background: #00528c; }
  


.block-title-color {
  background: #00528c; }

.block-title-black {
  background: #000; }

  .block-title-red {
  background: #ff0000; }
  
.block-title-abo {
  background: #cb9400; }

.bloc-sub-title {
  font-size: 1.154em;
  text-transform: uppercase;
  margin: 10px 0;
  border-top: 5px solid #e1e1d9;
  padding-top: 7px; }

/* Onglets */
.bloc-tab {
  background: #666;
  margin: -10px 0 15px; }

.bloc-tab li {
  display: block;
  float: left;
  line-height: 33px;
  width: 50%;
  text-align: center;
  color: #fff; }

.minibloc_bourse .bloc-tab li {
  width: 33%; }

/* <-- BOURSE */
.minibloc_bourse .bloc-tab .first {
  width: 34%; }

/* <-- BOURSE */
.bloc-tab .active,
.bloc-tab .active:hover {
  background: url("sprite-icons.png") #5da9de 50% -272px no-repeat; }

.bloc-tab li:hover {
  background: #777; }

/* Bourse */
.minibloc_bourse .tab {
  margin: 0 10px 10px; }

.indice {
  font-size: 1.385em;
  line-height: 1em;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap; }

.points {
  color: #000;
  float: left; }

.variation {
  float: right; }

.indice-name {
  text-transform: uppercase; }

.up {
  color: #2c8300; }

.down {
  color: #b94a48; }

.graph {
  margin-bottom: 15px; }

/* Tableaux */
.minibloc_bourse .table-cotation {
  text-align: left;
  width: 100%;
  margin: 0 0 10px -10px;
  min-width: 300px; }

.table-cotation th {
  line-height: 1em; }

.minibloc_bourse .table-cotation .odd {
  background: #eef6fc; }

.minibloc_bourse .table-cotation th:first-child,
.minibloc_bourse .table-cotation td:first-child {
  padding-left: 10px; }

.minibloc_bourse ul li:hover {
  cursor: pointer; }

.minibloc_bourse .table-cotation a {
  color: black; }

.devises {
  font-size: 0.846em;
  line-height: 124%; }

.devises td {
  border-left: 1px solid #dddddd;
  text-align: center; }

.devises th {
  vertical-align: top;
  text-align: center; }

.main-indices {
  margin-bottom: 10px; }

.main-indices a {
  display: block;
  float: left;
  width: 25%;
  font-size: 0.846em;
  line-height: 124%;
  background-repeat: repeat-x; }

.main-indices .name {
  font-weight: bold; }

.bloc-media .bloc-title {
  margin-bottom: 0; }

.bloc-actus .item {
  width: 300px; }

.bloc-actus .item li {
  border-bottom: 1px solid #f0f0ed;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 10px; }

.bloc-actus .item li a {
  color: black; }
  

.bloc-actus .time {
  color: #666; }

.bloc-actus .carousel-indicators {
  display: block;
  float: left;
  margin: 5px 10px; }

.bloc-actus .carousel-indicators li {
  display: inline; }

.bloc-actus .cta-more {
  margin-right: 10px;
  margin-top: 6px; }
  
  
  
  
.bloc-iphone .item {
  width: 300px; }

.bloc-iphone .item li {
  border-bottom: 1px solid #f0f0ed;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 10px; }

.bloc-iphone .item li a {
  color: red; }
  

.bloc-iphone .time {
  color: #666; }

.bloc-iphone .carousel-indicators {
  display: block;
  float: left;
  margin: 5px 10px; }

.bloc-iphone .carousel-indicators li {
  display: inline; }

.bloc-iphone .cta-more {
  margin-right: 10px;
  margin-top: 6px; }

/* TOP ARTICLES */
.top-article-bloc .toparticle-bloc-content {
  margin-top: -5px; }

.top-article-bloc .toparticle-bloc-content li {
  list-style-type: decimal;
  padding: 0;
  margin-left: 30px;
  font-family: "roboto_slabbold";
  color: #666;
  font-size: 1.308em; }

.top-article-bloc .toparticle-bloc-content li a {
  border-bottom: 1px solid #f0f0ed;
  display: block;
  margin-left: -30px;
  padding: 8px 8px 8px 30px;
  font-size: 0.765em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 123.1%; }

.bloc-content {
  display: block; }

.bloc .author-small-desc {
  color: #888888; }
.bloc .blog-author-section {
  border-bottom: 1px solid #ccccc5;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.bloc .author-name {
  color: #000;
  letter-spacing: 0;
  font-size: 1.38462em;
  margin: 0 0 10px;
  line-height: 20px; }
.bloc .author-function {
  font-size: 1.15385em;
  color: #00406d; }
.bloc .left-col,
.bloc .right-col {
  display: block;
  margin-top: -10px; }
.bloc .left-col {
  width: 149px;
  float: left;
  border-right: 1px solid #ccccc5;
  text-align: center;
  margin-top: -10px; }
  .bloc .left-col .cta-more {
    margin-right: -1px; }
.bloc .right-col {
  float: right;
  width: 150px;
  text-align: center; }
.bloc iframe {
  display: block;
  margin-bottom: -1px; }
.bloc #lessOneAuthorName {
  font-size: 1.15385em; }
.bloc #lessAuthorName {
  font-size: 1em;
  margin-left: 115px; }
.bloc #positionBy {
  color: #999;
  font-size: 0.76923em; }

a:hover .download {
  color: #00538c; }

.download {
  color: #000;
  line-height: 30px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  background: url("sprite-icons.png") 0 -708px no-repeat; }

.bloc-perso {
  background: #333333; }
  .bloc-perso .bloc-content {
    margin: 10px 15px;
    color: #fff; }
  .bloc-perso .connexion-name-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px; }
  .bloc-perso .connexion-name {
    font-size: 1.15385em;
    display: inline-block;
    margin-right: 15px; }
  .bloc-perso .deconnexion {
    color: #666666;
    font-size: 0.84615em;
    text-decoration: underline; }
    .bloc-perso .deconnexion:hover {
      color: #ccccc5; }
  .bloc-perso a {
    color: #fff; }
  .bloc-perso li a {
    display: inline;
    float: left;
    padding-left: 30px;
    margin: 5px 20px 5px 0;
    background: url("sprite-icons.png") no-repeat; }
    .bloc-perso li a:hover {
      margin-left: 1px;
      padding-left: 29px; }
    .bloc-perso li a:focus, .bloc-perso li a:active {
      margin-top: 6px;
      margin-bottom: 4px; }
  .bloc-perso .personal-space {
    background-position: 0 -809px; }
  .bloc-perso .personal-account {
    background-position: 0 -750px; }
  .bloc-perso .personal-newsletter {
    background-position: 0 -777px; }

.last-comment .bloc-content {
  position: relative;
  margin: 10px 15px;
  line-height: 1.38462em; }
  .last-comment .bloc-content:after {
    right: 100%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #fff;
    border-width: 11px;
    margin-top: 20px;
    margin-right: 15px; }
  .last-comment .bloc-content p:first-child {
    border-bottom: 1px solid #f0f0ed;
    padding-bottom: 10px; }
.last-comment .commentPseudo {
  background-image: url("sprite-article.png");
  background-position: 0 -358px; }

.abonnezvous .bloc-content {
  text-align: center; }
.abonnezvous p {
  font-size: 1.23077em; }

.edition-prez {
  margin: 10px 0 5px; }

.mobile-img {
  min-height: 130px;
  margin: 15px auto 10px; }

.download-android-store,
.download-apple-store {
  background: url("download-app.png") no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  margin: 0 auto 10px; }

.download-apple-store {
  background-position: 50% 0; }

.download-android-store {
  background-position: 50% -51px; }

.blog-author .bloc-content {
  margin: 10px 20px; }

.blog-about .bloc-content {
  background: url("blog-about.png") -200px 0 no-repeat, url("bundles/blog-about.png") 200px 100% no-repeat;
  padding: 15px 20px;
  margin-top: -10px; }
  .lt-ie9 .blog-about .bloc-content {
    background: url("blog-about-ie.png") 50% 50% no-repeat; }

.list-blog .bloc-content {
  margin: 10px 20px; }
.list-blog .author-small-desc {
  margin-bottom: 10px; }
.list-blog .author-small-desc .all-blogs-pos {
  margin-bottom: 3px; }

.list-blog-item {
  border-top: 1px solid #ccccc5;
  padding-top: 20px;
  clear: both; }
  .list-blog-item .all-blogs-item {
    padding-top: 10px; }

.list-blog-item img {
  display: block;
  margin: 0 auto; }
  .list-blog-item img .all-blogs-item {
    margin-top: 5px; }

.list-blog-item:first-child {
  border: 0;
  padding-top: 10px; }

.blocAllBlogs .list-blog-item:first-child {
  padding-top: 0px; }

.blocAllBlogs .list-blog-item {
  padding-top: 10px; }

.list-blog-title {
  font-size: 1.15385em;
  margin: 7px 0 20px; }

.enterprise-quoted .bloc-content {
  margin: 10px 15px; }
.enterprise-quoted .indice,
.enterprise-quoted .indice-list {
  border-top: 5px solid #f0f0ed;
  padding-top: 10px; }
.enterprise-quoted .indice {
  font-size: 1.15385em; }
.enterprise-quoted .indice:first-child,
.enterprise-quoted .indice-list:first-child {
  border: 0;
  padding-top: 0; }
.enterprise-quoted .indice-desc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }

.indice-list .indice-name {
  font-size: 1.15385em; }

.bloc-event .bloc-content {
  margin: 20px 20px 15px 20px;
  min-height: 180px; }
.bloc-event section {
  margin-top: 22px;
  padding-bottom: 10px; }
.bloc-event img {
  margin-bottom: 10px; }
.bloc-event .event-title {
  font-size: 1.30769em;
  font-family: "roboto_slabbold";
  text-transform: none;
  display: block; }
.bloc-event .event-desc {
  display: block;
  color: black;
  line-height: 15px;
  margin-top: 5px;
  margin-bottom: 5px; }
.bloc-event a {
  border-bottom: 1px solid #f0f0ed;
  padding-bottom: 10px; }
.bloc-event a.last {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.diaporama-side {
  background: url("texture-multimedia.jpg") #2d2f2e;
  color: #fff; }
  .diaporama-side .bloc-content {
    margin: 10px 15px;
    min-height: 180px; }
  .diaporama-side .cta-more {
    margin-right: 20px; }
  .diaporama-side .nav-carousel2 {
    margin-left: 20px; }
  .diaporama-side section {
    margin-top: 22px; }

.diapo-side {
  margin: 20px auto 0;
  width: 277px; }

.diapo-side-item {
  position: relative;
  width: 257px;
  height: 182px;
  margin: 0 20px; }
  .diapo-side-item figure {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ccc; }
    .diapo-side-item figure .legend {
      margin: 0;
      padding: 3px 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      border: 0;
      color: #999; }

.diapo-side img {
  width: 257px;
  height: 127px; }

.diapo-side-title {
  font-size: 1.30769em;
  color: #ffffff;
  opacity: 1; }
  .cycle-slide-active .diapo-side-title {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.diapo-nav-left, .diapo-nav-right {
  width: 23px;
  height: 23px;
  display: block;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background: url("sprite-article.png") no-repeat 50% -233px black;
  position: absolute;
  top: 52px;
  z-index: 1000; }

.diapo-nav-left {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 10px; }

.diapo-nav-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 264px; }

.bloc-video {
  background: url("texture-multimedia.jpg") #2d2f2e;
  overflow: hidden; }
  .bloc-video .bloc-content {
    margin: 20px;
    color: #fff;
    min-height: 180px; }
  .bloc-video .video-title {
    display: block;
    font-family: "roboto_slabbold";
    font-size: 1.154em;
    margin-top: 10px; }
  .bloc-video .video-sub-title {
    color: #ccccc5; }
  .bloc-video figure {
    position: relative; }
  .bloc-video .play-icon {
    width: 30px;
    height: 30px;
    background: url("sprite-icons.png") black 0 -840px no-repeat;
    position: absolute;
    top: 0;
    right: 0; }

.bloc-newsletter .bloc-content {
  margin: 10px 15px; }
.bloc-newsletter .small-title {
  font-family: "open_sans_condensedbold";
  font-size: 1.15385em;
  display: inline-block;
  color: #00406d;
  text-transform: uppercase;
  float: left;
  background: url("sprite-icons.png") 100% -877px no-repeat;
  padding-right: 22px; }
.bloc-newsletter input {
  border-right: 0; }

.follow-link-wrapper {
  margin: 5px -15px;
  padding: 5px 15px;
  border-top: 1px solid #f0f0ed;
  overflow: hidden;
  position: relative;
  /* Pas besoin de bordure de séparation si il n'y a rien au dessus */ }
  .follow-link-wrapper .small-title {
    background: 0;
    padding-right: 0; }
  .follow-link-wrapper:first-child {
    border-top: none; }

.follow-link {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background: url("sprite-icons.png") #666666 no-repeat; }
  .follow-link:active, .follow-link:focus {
    margin-top: 1px; }

.follow-facebook {
  background-color: #365b98;
  background-position: 50% -900px; }

.follow-twitter {
  background-color: #00b7ea;
  background-position: 50% -935px; }

.follow-googleplus {
  background-color: #e34932;
  background-position: 50% -970px; }

.partner .bloc-title,
.diaporama-side .bloc-title {
  background: #000; }
  
  .partner .bloc-iphone,
.diaporama-side .bloc-iphone {
  background: #ff0000; }

.partner-name {
  background: #eef6fc;
  text-align: center;
  line-height: 26px;
  clear: both; }

.partner-logo-bottom {
  height: 22px;
  width: 60px;
  background: url("sprite-logo-partner.png");
  display: inline-block;
  margin: 8px 3px -8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.bloc-service {
  overflow: hidden; }
  .bloc-service .bloc-title {
    margin-bottom: 0; }
	
	.bloc-service {
  overflow: hidden; }
  .bloc-service .bloc-iphone {
    margin-bottom: 0; }

.bloc-service-item {
  color: #000;
  float: left;
  width: 110px;
  padding: 0 0 0 40px;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  margin-right: -1px;
  border-bottom: 1px solid #f0f0ed;
  border-right: 1px solid #f0f0ed;
  background: url("logos-service.png") no-repeat; }
  .bloc-service-item:hover {
    background-color: #f0f0ed; }
  .bloc-service-item > span {
    line-height: 1em;
    vertical-align: middle;
    display: inline-block; }

.service-item-house {
  background-position: 0 -192px; }

.service-item-building {
  background-position: 0 0; }

.service-item-calc {
  background-position: 0 -48px; }

.service-item-hammer {
  background-position: 0 -144px; }

.service-item-key {
  background-position: 0 -240px; }

.service-item-open {
  background-position: 0 -288px; }

.service-item-sringe {
  background-position: 0 -384px; }

.service-item-tie {
  background-position: 0 -432px; }

.service-item-plane {
  background-position: 0 -336px; }

.service-item-car {
  background-position: 0 -96px; }

.service-item-wifi {
  background-position: 0 -480px; }

.partner-logo-nestoria {
  background-position: 0 -50px;
  width: 101px; }

.partner-logo-stepstone {
  background-position: 0 0;
  width: 60px; }

.partner-logo-planetveo {
  background-position: 0 -100px;
  width: 84px; }

.partner-logo-gymenglish {
  background-position: 0 -150px;
  width: 62px; }

.partner-logo-observatoire {
  background-position: 0 -200px;
  width: 51px; }

.partner-logo-diagorim {
  background-position: 0 -250px;
  width: 30px; }

.partner-logo-acteurseco {
  background-position: 0 -300px;
  width: 81px; }

.partner-logo-erdf {
  background-position: 0 -350px;
  width: 63px; }

.partner-logo-decideurs {
  background-position: 0 -400px;
  width: 120px; }

span.grey {
  color: #888888; }

/******************
    ARTICLE
******************/
.contenu-article,
#body-article {
  margin-bottom: 40px; }

.title-article,
.article h1, .article .pseudo-h1 {
  font-size: 2.308em;
  line-height: 36px;
  margin-bottom: 20px; }

.contenu-article h2 {
  font-size: 1.308em;
  line-height: 1.294em;
  margin-bottom: 8px;
  margin-top: 24px; }

.contenu-article h3 {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase; }

.contenu-article p,
.contenu-article li,
.contenu-article blockquote p,
.chapeau {
  font-size: 1.154em;
  line-height: 1.6em;
  margin-bottom: 16px; }

blockquote p {
  font-style: italic; }

.chapeau {
  font-weight: bold; }

.article-picture {
  position: relative;
  min-height: 1em; }

.legend {
  color: #666666;
  display: block;
  padding: 10px 12px 10px;
  font-size: 0.92308em;
  line-height: 1.38462em;
  font-style: italic;
  margin-bottom: 10px;
  background: #f0f0ed;
  border-bottom: 1px solid #ccccc5; }
  .legend span {
    font-style: normal; }

.article li {
  margin-bottom: 4px; }

.signature {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0ed;
  color: #666666;
  font-size: 1em; }
  .diaporama .signature {
    border: 0;
    padding-bottom: 5px; }

.signature .author {
  display: inline-block;
  overflow: visible;
  margin: 0 5px 0 0;
  font-size: 1em; }

.content_widget > iframe, .content_widget > div {
  margin: auto !important; }

.title-form,
.title-comment,
.commentPseudo,
.title-newsletter {
  background: url("sprite-article.png") no-repeat;
  padding-left: 25px; }

.commentPseudo {
  font-weight: bold;
  color: #00538c;
  background-position: 0 -78px; }
  .commentBlocContent .commentPseudo {
    font-size: 1.30769em; }

.title-form {
  background-position: 0 3px;
  margin: 15px 0; }
  .title-form span:after {
    border-bottom-color: #ccccc5; }

.title-comment {
  background-position: 0 -21px;
  margin: 0 20px 5px;
  padding-top: 15px; }
  .title-comment span:after {
    border-bottom-color: #ccccc5; }

.title-newsletter {
  background-position: 0 -114px;
  margin: 0 0 5px;
  display: block;
  font-size: 20px;
  padding-left: 28px; }

.title-author-name {
  letter-spacing: 0;
  padding-left: 21px;
  background: url("sprite-icons.png") 1px -45px no-repeat;
  margin-bottom: 15px; }
  .title-author-name span:after {
    border-bottom-color: #ccccc5; }

.img-links-wrapper {
  width: 40%;
  margin-left: 5%;
  margin-bottom: 1em;
  float: right; }

.img-links {
  margin-bottom: 10px;
  border: 1px solid #ccccc5;
  background: #f0f0ed; }
  .img-links .bloc-title {
    margin: -1px -1px 0; }
  .img-links ul {
    margin: 0;
    padding: 0; }
  .img-links li {
    list-style-type: none;
    font-size: 1em;
    padding: 5px 7px 5px 30px;
    line-height: 1.23077em;
    background: url("sprite-icons.png") -30px -342px no-repeat;
    margin-bottom: 0; }
    .img-links li:first-child {
      padding-top: 15px;
      background-position: -30px -333px; }
    .img-links li:hover {
      background-color: #fff; }
  .img-links a {
    color: #333333; }

.newsletter {
  padding: 10px; }
  .newsletter form {
    margin-bottom: 0;
    margin-top: 5px; }

.news-category {
  font-size: 1.1em;
  padding-bottom: 5px; }

.diaporama .cta-more {
  margin-bottom: 40px; }

.diapo-wrapper {
  background: url("texture-multimedia.jpg") #2d2f2e;
  margin: 10px 0 0;
  padding: 20px;
  position: relative; }
  .diapo-wrapper .legend {
    background: #000;
    border: 0;
    font-style: normal;
    font-size: 1em;
    line-height: 1.23077em;
    color: #ccccc5; }
  .diapo-wrapper .legend-title {
    font-size: 1.30769em;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.23077em;
    margin-top: 0; }
  .diapo-wrapper .article-picture {
    text-align: center;
    background-color: #333; }
    .diapo-wrapper .article-picture img {
      max-width: 551px;
      display: block;
      margin: auto; }
    .diapo-wrapper .article-picture figcaption {
      text-align: left; }

.diapo-counter {
  float: right;
  font-weight: bold; }

.diapo-thumb-wrapper {
  position: relative; }

.diapo-thumb-list {
  overflow: hidden;
  width: 538px;
  height: 67px;
  margin: auto;
  position: relative; }

.diapo-group {
  width: 536px;
  height: 63px;
  padding: 1px 1px 3px; }

.diapo-thumb {
  float: left;
  margin: 0 5px;
  width: 124px;
  height: 63px; }

.diapo-selected img,
.diapo-selected:hover img {
  box-shadow: 0 0 0 1px #000, 0 3px 0 1px #000; }

.cycle-nav {
  background: url("arrow-diapo.png") black no-repeat;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  text-align: center;
  color: #fff;
  border: 0;
  opacity: .7;
  filter: alpha(opacity=70);
  cursor: pointer;
  text-indent: 200%;
  overflow: hidden;
  z-index: 101;
  color: transparent; }
  .cycle-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .cycle-nav:focus, .cycle-nav:active {
    margin-top: 1px; }

.diapo-next,
.diapo-prev {
  width: 40px;
  height: 40px;
  top: 128px; }

.diapo-next {
  right: -10px;
  background-position: -60px 0; }

.diapo-prev {
  left: -10px;
  background-position: 0 0; }

.diapo-thumb-next,
.diapo-thumb-prev {
  top: 23px; }

.diapo-thumb-next,
.diapo-side-next {
  right: 0;
  background-position: -60px -60px; }

.diapo-thumb-prev,
.diapo-side-prev {
  left: 0;
  background-position: 0 -60px; }

.diapo-side-next,
.diapo-side-prev {
  top: 55px; }

.no-js .diapo-thumb-next,
.no-js .diapo-thumb-prev,
.no-js .diapo-side-next,
.no-js .diapo-side-prev {
  display: none; }

.pseudo-h1 {
  margin: 10px 0;
  font-family: inherit;
  /*font-weight: bold;*/
  font-weight: 400;
  line-height: 20px;
  text-rendering: optimizelegibility;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase; }

.hidden_element {
  display: none; }

.article_comments_part {
  border-bottom: 0;
  border-top: 5px solid #f0f0ed;
  clear: both; }

.bloc_comment_art {
  background: #f0f0ed;
  padding: 20px;
  border: 1px solid #ccccc5; }

.article_post_Comments {
  border: 1px solid #ccccc5;
  border-top: 0;
  margin-bottom: 50px; }

.commentBlocContent {
  padding: 20px 0 10px;
  margin: 0 20px;
  border-bottom: 1px solid #ccccc5;
  background: #fff; }
  .commentBlocContent p {
    margin-bottom: 7px; }

.subcomment {
  padding: 20px; }

.bg2 {
  background: white; }

.subcomment {
  background: #f0f0ed;
  margin-bottom: 3px; }

.commentBlocContent .subcomment:nth-of-type(1) {
  position: relative;
  margin-top: 15px; }

.commentBlocContent .subcomment:nth-of-type(1):before {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f0f0ed;
  bottom: 100%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 5%; }

.commentBlocContent p:first-child,
.subcomment p:first-child {
  font-size: 1em;
  color: #666666; }

.article_post_Comments .ancre {
  display: block;
  text-align: right;
  padding: 35px 20px 15px; }

.author-large-desc {
  clear: both; }
  .author-large-desc p {
    margin-bottom: 7px; }

.author-large-desc-wrapper {
  background: #f0f0ed;
  border: 1px solid #ccccc5;
  padding: 20px;
  width: auto;
  position: relative;
  min-height: 75px;
  *height: 75px; }

.author-small-desc {
  padding-left: 60px; }
  .lt-ie8 .author-small-desc {
    width: 160px; }
  .author-small-desc .btn {
    position: absolute;
    bottom: 20px; }

.author-pic {
  margin-left: -60px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  float: left; }

.author-large-desc .author-name {
  color: #666666;
  font-size: 1.30769em;
  line-height: 1.23077em; }

.author-article-head {
  display: block;
  text-transform: uppercase;
  margin: 0 0 10px 20px;
  color: #666666; }

.author-large-desc .author-function {
  font-size: 1em; }

.author-large-desc .author-twitter a {
  font-size: 0.84615em;
  font-style: italic;
  padding-left: 22px;
  background: url("sprite-article.png") 0 -400px no-repeat; }

.author-article-wrapper {
  border-left: 1px solid #ccccc5; }
  .author-article-wrapper ul {
    margin: 0; }

.author-large-desc {
  display: block;
  color: #00538c;
  margin: 0 0 10px 20px; }

.author-large-desc .author-article-link {
  list-style-type: none;
  background: #000;
  background: url("sprite-icons.png") -40px -346px no-repeat;
  padding-left: 20px;
  margin: 0 0 5px 20px;
  font-size: 1em;
  line-height: 1.30769em; }
  .author-large-desc .author-article-link a {
    color: black; }

.col-centrale {
  position: relative; }

.sharelinks {
  padding: 10px 10px 1px;
  background: #e1e1d9;
  top: 30px;
  z-index: 110; }
  .sharelinks.fixed {
    top: 40px;
    left: 50%;
    bottom: auto;
    position: fixed;
    margin-left: -510px; }
  .sharelinks.fixed-bottom {
    top: auto;
    bottom: 100px; }
  .sharelinks ul {
    margin: 0;
    list-style-type: none; }
    .sharelinks ul li.mail div a, .sharelinks ul li.print div a, .sharelinks ul li.go-top div a {
      font-weight: bold;
      color: black; }
    .sharelinks ul li div {
      display: none;
      vertical-align: top;
      margin-left: 5px; }
  .sharelinks .tools a.picture {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #00538c;
    background-image: url("sprite-article.png");
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%; }
    .lt-ie8 .sharelinks .tools a.picture {
      overflow: visible;
      text-indent: -200%; }
  .sharelinks .facebook a.picture, .sharelinks .twitter a.picture, .sharelinks .googleplus a.picture {
    background-image: url("sprite-icons.png"); }
  .sharelinks .facebook div, .sharelinks .twitter div, .sharelinks .googleplus div, .sharelinks .linkedin div {
    padding-top: 2px; }
  .sharelinks .facebook div a, .sharelinks .twitter div a, .sharelinks .googleplus div a, .sharelinks .linkedin div a {
    display: inline-block;
    height: 20px;
    background: url("sprite-sharelinks.png") no-repeat; }
  .sharelinks .facebook div p, .sharelinks .twitter div p, .sharelinks .googleplus div p, .sharelinks .linkedin div p {
    display: none;
    position: relative;
    padding-right: 7px;
    line-height: 19px;
    margin: 0; }
    .sharelinks .facebook div p b, .sharelinks .twitter div p b, .sharelinks .googleplus div p b, .sharelinks .linkedin div p b {
      background: url("sprite-sharelinks.png") no-repeat 0 -125px;
      position: absolute;
      right: 0;
      top: 0;
      height: 20px;
      width: 7px; }
    .sharelinks .facebook div p span, .sharelinks .twitter div p span, .sharelinks .googleplus div p span, .sharelinks .linkedin div p span {
      display: inline-block;
      background: url("sprite-sharelinks.png") no-repeat 0 -100px;
      height: 20px;
      padding-left: 11px; }
    .sharelinks .facebook div p em, .sharelinks .twitter div p em, .sharelinks .googleplus div p em, .sharelinks .linkedin div p em {
      font-size: 10px;
      font-style: normal;
      color: #666; }
  .sharelinks .facebook a {
    background-position: 50% -423px; }
  .sharelinks .facebook div a {
    width: 69px;
    background-position: 0 0; }
  .sharelinks .facebook:hover a.picture {
    background-color: #3b5999; }
  .sharelinks .twitter a {
    background-position: 50% -453px; }
  .sharelinks .twitter div a {
    width: 65px;
    background-position: 0 -25px; }
  .sharelinks .twitter p span em:hover {
    text-decoration: underline;
    cursor: pointer; }
  .sharelinks .twitter:hover a.picture {
    background-color: #00aced; }
  .sharelinks .googleplus a {
    background-position: 50% -484px; }
  .sharelinks .googleplus div a {
    width: 32px;
    background-position: 0 -50px; }
  .sharelinks .googleplus:hover a.picture {
    background-color: #a42a1d; }
  .sharelinks .linkedin a {
    background-position: 50% -277px; }
  .sharelinks .linkedin div a {
    width: 59px;
    background-position: 0 -75px; }
  .sharelinks .linkedin:hover a.picture {
    background-color: #0977b5; }
  .sharelinks .mail a {
    background-position: 50% -155px; }
  .sharelinks .print a {
    background-position: 50% -197px; }
  .sharelinks .go-top {
    display: block;
    padding-top: 8px;
    border-top: 1px solid #ccccc5; }
  .sharelinks .go-top a {
    background-position: 50% -233px; }
  .sharelinks .mail a.picture, .sharelinks .print a.picture, .sharelinks .go-top a.picture {
    background-color: #666666; }

.sharelinks:hover ul li div {
  display: inline-block; }

.sharelinks-mobile .tools {
  display: inline-block;
  margin: 0 10px;
  width: 100px;
  vertical-align: top; }

.sharelinks-mobile .tools a {
  background: none; }

#sharedlinks-responsive {
  position: absolute;
  top: 80px;
  right: 0;
  border: 5px solid #00538c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  #sharedlinks-responsive .sharelinks {
    position: static;
    margin: 0;
    padding: 10px 10px 4px; }
    #sharedlinks-responsive .sharelinks:after {
      display: none; }
    #sharedlinks-responsive .sharelinks ul li div {
      display: inline-block; }
    #sharedlinks-responsive .sharelinks ul .go-top {
      display: none; }

.OUTBRAIN {
  margin-bottom: 35px; }

.fil-ariane a {
  font-family: "open_sans_condensedbold";
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-size: 11.9px; }

/******************
    BLOGS
******************/
.blog {
  padding-top: 30px; }

.top-blog {
  padding-top: 15px;
  margin-bottom: 0; }
  .top-blog h1 {
    font-size: 1.07692em;
    display: inline;
    line-height: 1em;
    font-family: "roboto_slabbold";
    text-rendering: optimizelegibility;
    text-transform: none; }

.blog-bandeau-large-wrapper {
  margin: 0 -10px;
  position: relative; }
  .blog-bandeau-large-wrapper:before, .blog-bandeau-large-wrapper:after {
    content: "";
    position: absolute;
    border-bottom: 10px solid transparent;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000;
    top: 100%; }
  .blog-bandeau-large-wrapper:before {
    right: 100%;
    margin-right: -10px; }
  .blog-bandeau-large-wrapper:after {
    left: 100%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 0 solid transparent;
    border-top: 10px solid #000; }

.blog-bandeau-large {
  background: #333333; }

.blog-bandeau-home {
  background: #5da9de; }

.blog-title-wrapper {
  display: table;
  width: auto;
  float: left;
  width: 666px;
  height: 122px; }

.blog-title-wrappin {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .lt-ie8 .blog-title-wrappin {
    padding-top: 15px; }
  .lt-ie8 .blog-bandeau-home .blog-title-wrappin {
    padding-top: 25px; }

.blog-title {
  color: #fff;
  margin: 0 0 5px;
  font-size: 2.46154em;
  line-height: 1em; }

.blog-sub-title {
  color: #999;
  font-size: 1.15385em;
  text-transform: uppercase; }

.blog-banner {
  float: right; }

.blog-name-position {
  display: table;
  margin: auto;
  clear: both; }

.blog-name-position .blog-name {
  font-size: 1.4em; }

.all-blogs-pos {
  margin-top: 4px; }

.all-blogs-pos img {
  display: block;
  margin-left: 50px;
  margin-right: 10px; }

.blog-name {
  display: block;
  color: #5da9de;
  letter-spacing: 0;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.07692em;
  background: url("sprite-icons.png") 0 -633px no-repeat; }

#blockAllBlogsCarousel .cycle-slide-active {
  margin-left: auto;
  margin-right: auto;
  width: 260px; }
#blockAllBlogsCarousel .blog-name-position {
  margin-bottom: 10px; }
#blockAllBlogsCarousel span#positionOneAuthor {
  color: #999;
  font-size: 0.76923em; }
#blockAllBlogsCarousel .author-name {
  margin-top: 6px; }

/******************
    ARTICLE
******************/
.modal-abo {
  font-size: 0.92308em;
  border: 1px solid #ccccc5;
  clear: both; }
  .modal-abo .description {
    font-size: 15px;
    margin: 10px 0 20px; }
    .modal-abo .description.newsletter-only {
      color: #dc0000; }
      .modal-abo .description.newsletter-only div {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding: 0 20px 0 10px;
        display: block;
        font-size: 13px; }
    .modal-abo .description p {
      font-family: "open_sans_condensedbold";
      background: url("cadenas.png") no-repeat scroll right top rgba(0, 0, 0, 0);
      display: inline-block;
      padding: 0 20px 0 10px;
      font-size: 15px;
      margin-bottom: 0; }
    .modal-abo .description div {
      display: none; }

.modal-abo,
.modal {
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .modal-abo .btn,
  .modal .btn {
    clear: both;
    margin-top: 10px; }

.form-inline .btn {
  margin-top: 0; }

.title-modal {
  background: #000;
  color: #fff;
  margin: -10px -10px 10px;
  padding: 6px 10px; }
  .modal-abo .title-modal {
    margin: -11px -11px 10px; }
  .title-modal .close {
    font-size: 20px;
    line-height: 16px; }

.sub-title-modal {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccccc5;
  font-size: 1.15385em;
  color: #00538c; }

.sabonner img {
  margin: auto;
  display: block;
  text-align: center; }

.modal .modal-message-top {
  margin-bottom: 12px; }

.hide {
  display: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.modal {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  /* IE6-7 */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal.fade.in {
  top: 20%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-login-only {
  width: 300px;
  margin-left: -150px; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  top: -11px; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

/******************
NEWSLETTER
******************/
.form-newsletter {
  margin: 0 60px; }
  .form-newsletter .title-page {
    margin-left: 0;
    color: #000; }

.control-optin {
  margin-top: 30px; }

label.required:not(.radio)::after {
  content: "*";
  color: #DC0000; }

.select-newsletter {
  margin-right: 20px;
  margin-left: 20px; }
  .select-newsletter .title-page {
    margin-left: 0;
    color: #000; }
  .select-newsletter ul {
    margin-left: 0; }
  .select-newsletter li {
    list-style-type: none; }
  .select-newsletter .btn {
    margin-right: 10px;
    margin-top: 15px; }

.nl-header-title {
  position: relative;
  overflow: hidden; }

.nl-connexion {
  position: absolute;
  top: 25px;
  right: 0;
  line-height: 1em;
  text-align: right;
  font-weight: bold; }

.nl-theme {
  font-size: 1.15385em;
  margin: 10px 10px 5px 0;
  padding-top: 10px;
  border-top: 1px solid #ccccc5; }
  .nl-theme:first-child {
    border-top: 0;
    padding-top: 0; }

.nl-inputEmail {
  margin-bottom: 25px; }

.nl-select {
  width: 43%;
  float: left;
  opacity: .99; }
  .nl-select label {
    padding: 5px 0 5px 25px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-right: 0;
    width: 100%; }

.nl-select label:hover,
.nl-select .nl-label-selected {
  background: #f0f0ed;
  margin-right: -1px;
  border: 1px solid #ccccc5;
  border-right: 0; }

.nl-previsu {
  width: 57%;
  float: left; }

.nl-previsu .newsletter-1 {
  color: #d48d55; }

.nl_preview {
  background: #f0f0ed;
  border: 1px solid #ccccc5;
  padding: 20px; }
  .nl_preview img {
    display: block;
    margin: 0 auto; }
  .nl_preview p {
    margin: 15px 0 5px; }
  .nl_preview .well {
    margin-bottom: 15px; }
  .nl_preview .header-edition {
    display: block;
    margin-bottom: 15px; }

.form-horizontal .control-group.event-optin {
  margin-bottom: 0; }

.event-form-action {
  text-align: center;
  margin-top: 40px; }

.control-group.error ul {
  margin: 0 0 10px; }

@media (max-width: 1000px) {
  .col-centrale {
    width: auto;
    float: none; }

  .sidebar {
    width: auto;
    float: none; }

  .logo-header {
    margin-top: 25px; }

  a:focus .logo-header, a:active .logo-header {
    margin-top: 25px; }

  .menu-wrapper {
    min-height: 110px; }

  .navbar, .main-nav, .footer-top, footer {
    display: none; }

  .thematic-group .secondary-article .image-wrapper {
    float: left; }

  .menu-social-responsive {
    display: none; }

  .displayNone {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .bloc {
    float: left;
    margin: 0 31px 20px; }

  .supermax .secondary-article {
    float: none; }

  .thematic-group .secondary-article .image-wrapper {
    float: left; }

  .menu-social-responsive {
    display: none; } }
@media (max-width: 768px) {
  .container, .cotation-wrapper {
    margin-right: 10px;
    margin-left: 10px; }

  .cotation-wrapper, .col-centrale {
    padding-left: 10px;
    padding-right: 10px; }

  .bloc {
    width: auto;
    max-width: 300px; }

  .article {
    margin-right: 0;
    margin-left: 0; }

  .thematic-group .secondary-article .image-wrapper {
    float: none; } }
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  float: right;
  position: relative;
  top: 0;
  margin-right: 0 !important; }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  float: right;
  position: relative;
  top: 0;
  margin-right: 0 !important; }
/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5){
  float:right;position:relative;top:0;margin-right:0!important;
}*/
@media (max-width: 480px) {
  #appli-ad {
    width: 100%;
    height: 100px;
    display: none;
    background-color: red; }

  .img-links li {
    padding: 6px 10px;
    background: 0; }

  .cotation-wrapper {
    display: none; }

  .pub {
    display: none; }

  .region-group {
    display: none; }

  .sidebar {
    display: none; } }
.page-404 .ta-c {
  text-align: center; }
.page-404 .ml20 {
  margin-left: 20px; }
  .page-404 .ml20 h3 {
    font-size: 1.154em;
    line-height: 1.2em; }
.page-404 .w50pct {
  width: 50%; }
.page-404 .fl {
  float: left; }
.page-404 .btn-home-404 {
  background: url("btn-home-404.png") 0 -4px no-repeat #dc0000;
  padding-left: 35px;
  margin-left: 100px; }
.page-404 .btn-bourse-404 {
  background: url("btn-bourse-404.png") 0 -4px no-repeat #dc0000;
  padding-left: 35px;
  margin-left: 30px; }
.page-404 .btns-404 {
  margin: 25px 0; }

.monster-header {
  margin: 0 16px 30px 16px; }
  .monster-header > .monster-titre {
    width: 100%;
    font-family: "roboto_slabbold";
    font-size: 1.4em;
    margin-bottom: 15px; }
    .monster-header > .monster-titre > div {
      float: left;
      width: 50%; }
      .monster-header > .monster-titre > div:last-of-type {
        text-align: right; }
  .monster-header > .monster-search {
    background: #00548B;
    color: white;
    margin-bottom: 15px; }
    .monster-header > .monster-search > form > div > .field {
      float: left;
      width: 45%;
      padding: 10px 13px 0 13px;
      overflow: hidden;
      font-size: 13px; }
      .monster-header > .monster-search > form > div > .field > label > input {
        width: 100%; }
    .monster-header > .monster-search > form > .submit {
      text-align: center;
      font-size: 11px; }
      .monster-header > .monster-search > form > .submit > input {
        color: #00548B;
        margin: 0;
        margin-top: 10px;
        border: 1px solid #BBBBBB;
        font-weight: bold;
        line-height: 16px;
        padding: 5px 8px;
        margin-bottom: 10px; }
      .monster-header > .monster-search > form > .submit > p > a {
        color: white;
        text-decoration: underline; }

.theme nav.fil-ariane {
  margin: 0 21px 30px 16px; }
.theme h1.title-page {
  background: url("theme-ico.jpg") no-repeat left 7px;
  padding-left: 49px;
  text-transform: uppercase;
  white-space: initial;
  font-size: 31px;
  margin: 10px 16px; }
.theme p.pageNumber {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 16px;
  margin: -11px 0 27px; }
.theme nav.subMenu {
  border-bottom: 5px solid #f0f0ed;
  margin: 0 16px 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: bold; }
  .theme nav.subMenu h2 {
    font-size: 18px;
    line-height: 29px; }
  .theme nav.subMenu p {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 25px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 196px; }
    .theme nav.subMenu p:nth-child(3n+1) {
      padding: 0; }

.img-links.associatedTheme {
  padding: 10px; }
  .img-links.associatedTheme span.title {
    display: block;
    margin: 0 0 5px;
    background: url("theme-ico-pt.png") no-repeat left center;
    padding-left: 27px;
    color: #00538c;
    font-size: 20px;
    line-height: 1.238em;
    font-family: "open_sans_condensedbold";
    letter-spacing: -0.04em;
    text-rendering: optimizelegibility;
    text-transform: uppercase; }
  .img-links.associatedTheme div {
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: bold; }
    .img-links.associatedTheme div a {
      color: #00538c;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 183px;
      float: left;
      margin-right: 10px; }
      .img-links.associatedTheme div a:hover {
        color: #0077c9; }
      .img-links.associatedTheme div a:nth-child(3n) {
        margin-right: 0; }
  .img-links.associatedTheme.summary div {
    margin-top: 0; }
    .img-links.associatedTheme.summary div a {
      width: 216px; }

.kiosk a {
  cursor: pointer; }
.kiosk.kiosk-home .edition-wrapper:nth-child(2) .edition-links {
  margin-left: 290px; }
  .kiosk.kiosk-home .edition-wrapper:nth-child(2) .edition-links .button-group {
    width: 300px; }
.kiosk .edition-wrapper {
  margin: 0 21px 30px 60px;
  position: relative;
  border-top: 5px solid #f0f0ed;
  padding-top: 30px; }
  .kiosk .edition-wrapper .image-wrapper img {
    width: auto; }
  .kiosk .edition-wrapper:nth-child(2) {
    border-top: 0;
    padding-top: 0; }
  .kiosk .edition-wrapper .release:after {
    border-width: 9px 0 10px 10px; }
  .kiosk .edition-wrapper .release.release-with-number:after {
    border-top-color: #C08A00; }
  .kiosk .edition-wrapper .release-number {
    background-color: #cb9400; }
  .kiosk .edition-wrapper .edition-title {
    border-bottom: 1px solid #f0f0ed;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 104.3%;
    position: relative;
    font-family: "roboto_slabbold";
    text-rendering: optimizelegibility;
    text-transform: none; }
  .kiosk .edition-wrapper .edition-links {
    margin-left: 200px;
    padding-bottom: 50px; }
    .kiosk .edition-wrapper .edition-links h2 {
      margin-top: 0; }
    .kiosk .edition-wrapper .edition-links ul {
      margin: 0; }
    .kiosk .edition-wrapper .edition-links li {
      background: url("sprite-icons.png") -40px -347px no-repeat;
      list-style-type: none;
      padding-left: 20px;
      margin-bottom: 10px;
      line-height: 18px; }
    .kiosk .edition-wrapper .edition-links p {
      margin-top: 20px; }
    .kiosk .edition-wrapper .edition-links .button-group {
      position: absolute;
      right: 0;
      text-align: right;
      width: 390px;
      bottom: 0; }

.block-kiosk {
  background: #d0d0ca; }
  .block-kiosk header.bloc-title {
    /*background: $color-abo;*/
    margin-bottom: 0; }
  .block-kiosk section.bloc-content {
    border-bottom: 1px solid #9e9e95;
    padding-top: 10px;
    position: relative; }
    .block-kiosk section.bloc-content .bloc-content-title {
      color: #fff;
      font-size: 20px;
      padding: 0 40px;
      text-align: center;
      text-transform: uppercase;
      font-family: "open_sans_condensedbold"; }
      .block-kiosk section.bloc-content .bloc-content-title a {
        color: #000;
        line-height: 25px; }
        .block-kiosk section.bloc-content .bloc-content-title a:hover {
          color: #000; }
    .block-kiosk section.bloc-content .release {
      margin-left: -10px;
      margin-top: 5px;
      width: 42px;
      font-size: 11px;
      letter-spacing: 0; }
      .block-kiosk section.bloc-content .release .release-date {
        padding: 3px;
        line-height: 16px; }
      .block-kiosk section.bloc-content .release .release-day {
        font-size: 19px;
        line-height: 17px; }
      .block-kiosk section.bloc-content .release:after {
        border-width: 10px 0 10px 11px; }
    .block-kiosk section.bloc-content .bloc-content-image {
      margin: 0 auto 20px;
      width: 225px;
      height: 289px;
      -webkit-box-shadow: 6px 7px 7px 0 #555;
      -moz-box-shadow: 6px 7px 7px 0 #555;
      box-shadow: 6px 7px 7px 0 #555;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .block-kiosk section.bloc-content .bloc-content-image.daily {
        background: url("www-latribune-fr.fox411.net/bundles/block/abonne/block-editions_background-quotidien.html") no-repeat; }
        .block-kiosk section.bloc-content .bloc-content-image.daily img {
          width: 177px;
          height: 235px;
          margin-top: 24px;
          margin-left: 24px; }
      .block-kiosk section.bloc-content .bloc-content-image.weekly {
        width: 210px;
        height: 280px; }
        .block-kiosk section.bloc-content .bloc-content-image.weekly img {
          width: 210px;
          height: 280px; }
    .block-kiosk section.bloc-content .bloc-content-sup {
      text-align: center;
      text-transform: uppercase;
      font-family: "open_sans_condensedbold";
      font-size: 12px;
      color: #000;
      margin: 5px 0 15px; }
      .block-kiosk section.bloc-content .bloc-content-sup span {
        padding-right: 61px;
        padding-top: 9px;
        background: url("www-latribune-fr.fox411.net/bundles/block/abonne/block-editions_ico-quotidien.html") no-repeat right top; }
  .block-kiosk section.bloc-link {
    text-align: center;
    padding: 15px 0;
    font-family: "open_sans_condensedbold";
    text-align: center;
    text-transform: uppercase; }
    .block-kiosk section.bloc-link p {
      font-size: 23px;
      margin-bottom: 15px; }
    .block-kiosk section.bloc-link a {
      background: #cb9400;
      color: #fff;
      font-size: 20px;
      padding: 1px 57px; }
	  .mobile-dvlr {
    color: #4d4d4d;
    font-size: 12px;
    padding-top: 15px;
}
.dvlr .date,
.dvlr .views,
.dvlr .likes, 
.dvlr .rtime,
.mobile-dvlr .views,
.mobile-dvlr .likes,
.mobile-dvlr .rtime {
    float: left;
}
.dvlr .date {
    padding-right: 10px;
}
.dvlr .rtime,
.mobile-dvlr .rtime {
    font-style: italic;
    padding: 0px;
}
.dvlr .views,
.dvlr .likes,
.mobile-dvlr .views,
.mobile-dvlr .likes {
    padding: 0 10px 0 0;
}
.dvlr .rtime span,
.mobile-dvlr .rtime span {
    background: url("clock104.svg") no-repeat transparent;
}
.dvlr .likes span,
.mobile-dvlr .likes span {
    background: url("favorite21.svg") no-repeat transparent;
}
.dvlr .views span,
.mobile-dvlr .views span {
    background: url("eye110.svg") no-repeat transparent;
}
.dvlr .likes span,
.dvlr .views span,
.dvlr .rtime span,
.mobile-dvlr .likes span,
.mobile-dvlr .views span,
.mobile-dvlr .rtime span {
    background-size: cover;
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    margin-top: -2px;
    width: 14px;
}
.mobile-dvlr {
    padding: 15px 0;
}.main .img-left {
  margin: 10px 0;
  width: 100%; }
  .main .img-left2 {
  margin: 0px 0;
  width: 100%; }
  .xsmall-8 {
    width: 100% !important;
  }