@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: url('../../images/background.jpg') center;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f0212b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b80c15;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: url('../../images/background.jpg') center;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f0ee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Regular", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 720px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #f0212b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d00e17;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #f0212b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d00e17;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f1f0ee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 720px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f1f0ee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f1f0ee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 720px) {
  .container {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 982px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 720px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: url('../../images/background.jpg') center;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #f0212b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 33, 43, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f1f0ee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 720px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 720px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 720px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 720px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #f0212b;
  border-color: #e8101a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #d00e17;
  border-color: #70080d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d00e17;
  border-color: #af0c14;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d00e17;
  border-color: #af0c14;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #af0c14;
  border-color: #70080d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f0212b;
  border-color: #e8101a;
}
.btn-primary .badge {
  color: #f0212b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #f0212b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b80c15;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -moz-transition: -moz-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 720px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 719px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 719px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../../fonts/roboto_regular/Roboto-Regular-webfont.eot');
  src: url('../../fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'), url('../../fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'), url('../../fonts/roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Black';
  src: url('../../fonts/roboto_black/Roboto-Black-webfont.eot');
  src: url('../../fonts/roboto_black/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_black/Roboto-Black-webfont.woff') format('woff'), url('../../fonts/roboto_black/Roboto-Black-webfont.ttf') format('truetype'), url('../../fonts/roboto_black/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../../fonts/roboto_light/Roboto-Light-webfont.eot');
  src: url('../../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_light/Roboto-Light-webfont.woff') format('woff'), url('../../fonts/roboto_light/Roboto-Light-webfont.ttf') format('truetype'), url('../../fonts/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Thin';
  src: url('../../fonts/roboto_thin/Roboto-Thin-webfont.eot');
  src: url('../../fonts/roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_thin/Roboto-Thin-webfont.woff') format('woff'), url('../../fonts/roboto_thin/Roboto-Thin-webfont.ttf') format('truetype'), url('../../fonts/roboto_thin/Roboto-Thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../../fonts/roboto_bold/Roboto-Bold-webfont.eot');
  src: url('../../fonts/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_bold/Roboto-Bold-webfont.woff') format('woff'), url('../../fonts/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'), url('../../fonts/roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../../fonts/roboto_medium/Roboto-Medium-webfont.eot');
  src: url('../../fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto_medium/Roboto-Medium-webfont.woff') format('woff'), url('../../fonts/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'), url('../../fonts/roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../fonts/flexslider/flexslider-icon.eot');
  src: url('../../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* sprite for all GUI styling */
/*csslint zero-units:false */
/*csslint zero-units:false */
/* Override fonction that define col */
html {
  height: 100%;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  height: 100%;
  background: url('../../images/background.jpg') center;
  font-family: "Roboto Regular", Arial, sans-serif !important;
  position: relative;
}
@media screen and (max-width: 480px) {
  body {
    background: #ded9d8;
  }
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 720px) {
  .navbar.container {
    max-width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 952px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 994px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 720px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 720px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #b94a48;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #b94a48;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #b94a48;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #b94a48;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #696969;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #f0212b;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f1f0ee #ddd #f1f0ee #f1f0ee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f1f0ee #f1f0ee #f1f0ee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 720px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #356635;
}
.alert-info a {
  color: #2d6987;
}
.alert-warning a {
  color: #a47e3c;
}
.alert-danger a {
  color: #953b39;
}
.atom-align-right {
  float: right;
  margin-left: 20px;
}
.atom-align-left {
  float: left;
  margin-right: 20px;
}
.atom-align-center {
  margin: 0 auto;
  display: table;
}
.page-home .sharethis-bar {
  overflow: hidden;
  width: 325px;
  float: right;
}
.page-home .sharethis-bar.collapsible .sharethis-wrapper {
  left: 314px;
  width: 314px;
  position: relative;
  display: block;
}
.page-home .sharethis-bar .sharethis-share {
  background: url('../../images/sharethis_buttons.png') 0px -45px no-repeat;
  display: inline-block;
  width: 45px;
  height: 45px;
  /*float: right;*/
  cursor: pointer;
}
.page-home .sharethis-bar.virality .sharethis-share {
  background: url('../../images/sharethis_buttons.png') top left no-repeat;
}
.page-home .sharethis-bar .sharethis-wrapper {
  height: 45px;
}
.page-home .sharethis-bar .sharethis-wrapper span {
  float: right;
  background-color: white;
}
.page-home .sharethis-bar .sharethis-wrapper span .stButton {
  margin: 0;
}
.page-home .sharethis-bar .sharethis-wrapper span .stButton span.stLarge {
  width: 45px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
}
.page-home .sharethis-bar .sharethis-wrapper span.st_facebook_large span.stLarge {
  background: url('../../images/sharethis_buttons.png') -45px 0px no-repeat !important;
}
.page-home .sharethis-bar .sharethis-wrapper span.st_twitter_large span.stLarge {
  background: url('../../images/sharethis_buttons.png') -90px 0px no-repeat !important;
}
.page-home .sharethis-bar .sharethis-wrapper span.st_googleplus_large span.stLarge {
  background: url('../../images/sharethis_buttons.png') -135px 0px no-repeat !important;
}
.page-home .sharethis-bar .sharethis-wrapper span.st_print_large span.stLarge {
  background: url('../../images/sharethis_buttons.png') -45px -45px no-repeat !important;
}
.pager {
  margin-top: 0;
  text-align: left;
}
.pager li.pager-show-more-next {
  border: 0;
  width: 100%;
}
.pager li.pager-show-more-next > a,
.pager li.pager-show-more-next > span {
  border: 0;
  border-radius: 0;
  line-height: 26px;
  color: #333;
  width: 100%;
  padding: 10px;
  padding-left: 45%;
  background-color: white;
  background: white;
  box-shadow: 0px 0px 40px 0px #cccccc;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pager li.pager-show-more-next > a,
  .pager li.pager-show-more-next > span {
    padding-left: 40%;
  }
}
.pager li.pager-show-more-next > a:before,
.pager li.pager-show-more-next > span:before {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  content: ' ';
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 60.31128405% 30.08298755% !important;
  background-size: 2076.92307692% 3807.69230769% !important;
  margin-right: 10px;
}
.pager li.pager-show-more-next > a:hover,
.pager li.pager-show-more-next > span:hover {
  color: #f0212b;
  background-color: white;
}
.pager li.pager-show-more-next > a:hover:before,
.pager li.pager-show-more-next > span:hover:before {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 60.31128405% 34.23236515% !important;
  background-size: 2076.92307692% 3807.69230769% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .pager li.pager-show-more-next > a:before,
  .pager li.pager-show-more-next > span:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.31128405% 30.08298755% !important;
    background-size: 2076.92307692% 3807.69230769% !important;
  }
  .pager li.pager-show-more-next > a:hover:before,
  .pager li.pager-show-more-next > span:hover:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.31128405% 30.08298755% !important;
    background-size: 2076.92307692% 3807.69230769% !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: 0px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#top-page {
  background-color: #696969;
  color: white;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  #top-page {
    display: none;
  }
}
#top-page .social-media-links {
  float: right;
  margin: 0;
  height: 37px;
  overflow: hidden;
}
#top-page .social-media-links li {
  padding: 0;
}
#top-page .social-media-links li a {
  height: 37px;
  width: 37px;
  float: left;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#top-page .social-media-links li a:hover {
  background-position: 0px -48px !important;
}
#top-page #block-search-form {
  width: 188px;
  float: right;
}
#top-page #block-search-form .form-group {
  margin-bottom: 0;
}
#top-page #block-search-form input[type="text"] {
  height: 37px;
  width: 150px;
  font-size: 14px;
  color: #696969;
  font-weight: normal;
  border-radius: 0;
  border: 0 none;
  outline: 0;
  background-color: #f1f0ee;
}
#top-page #block-search-form input[type="text"]:focus {
  outline: 0;
}
#top-page #block-search-form input[type="text"] *:focus {
  outline: 0;
}
#top-page #block-search-form button[type="submit"] {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 91.45129225% 30.43022036% !important;
  background-size: 1459.45945946% 2675.67567568% !important;
  border: 0 none;
  cursor: pointer;
  font-size: 0;
  height: 37px;
  width: 37px;
  border-radius: 0;
}
#top-page #block-search-form button[type="submit"]:hover,
#top-page #block-search-form button[type="submit"]:focus,
#top-page #block-search-form button[type="submit"]:active {
  outline: none;
  border: none;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 91.45129225% 35.67681007% !important;
  background-size: 1459.45945946% 2675.67567568% !important;
}
#header {
  min-width: 400px;
  background-color: white;
  height: 70px;
  border-bottom: 1px solid #E8E8E8;
}
#header.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
#header.sticky + .main-container {
  margin-top: 71px;
}
#header .navbar-header {
  float: left;
}
#header .navbar-header h1 {
  float: left;
}
#header .navbar-header a.logo {
  display: block;
  margin-top: 17px;
  width: 245px;
  height: 37px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 3.38983051% 1.04931794% !important;
  background-size: 220.40816327% 2675.67567568% !important;
  text-indent: -999px;
}
#header .navbar-header .menu-icon {
  float: left;
  padding: 20px 40px 20px 0px;
  margin: 0;
}
#header .navbar-header .menu-icon a {
  display: block;
  width: 40px;
  height: 30px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 61.63021869% 43.65904366% !important;
  background-size: 1459.45945946% 3535.71428571% !important;
}
#header .navbar-header .menu-icon a:hover {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 61.63021869% 47.81704782% !important;
  background-size: 1459.45945946% 3535.71428571% !important;
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
    height: 55px;
  }
  #header .navbar-header {
    max-width: 200px;
  }
  #header .navbar-header a.logo {
    width: 140px;
    height: 21px;
    background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 3.38983051% 1.04931794% !important;
    background-size: 220.40816327% 2675.67567568% !important;
  }
  #header .navbar-header .menu-icon {
    float: left;
    padding: 20px 15px 20px 25px;
    margin: 0;
  }
  #header .navbar-header .menu-icon a {
    width: 20px;
    height: 16px;
  }
}
#header .right-header {
  position: relative;
  /*.collapsed {
      opacity: 1;
    }*/
}
#header .right-header .share-buttons {
  background-color: white;
  line-height: 54px;
  position: absolute;
  right: 10px;
  opacity: 0;
}
@media screen and (min-width: 480px) {
  #header .right-header .share-buttons {
    line-height: 68px;
  }
}
@media screen and (min-width: 992px) {
  #header .right-header .share-buttons {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  #top-page .social-media-links li a:hover {
    background-position: 0px -96px !important;
  }
  #top-page #block-search-form button[type="submit"] {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 91.45129225% 30.43022036% !important;
    background-size: 1459.45945946% 2675.67567568% !important;
  }
  ploP #top-page #block-search-form button[type="submit"]:hover,
  #top-page #block-search-form button[type="submit"]:focus,
  #top-page #block-search-form button[type="submit"]:active {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 91.45129225% 35.67681007% !important;
    background-size: 1459.45945946% 2675.67567568% !important;
  }
  #header .navbar-header a.logo {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 3.38983051% 1.04931794% !important;
    background-size: 220.40816327% 2675.67567568% !important;
  }
  #header #menu-icon a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 61.63021869% 43.65904366% !important;
    background-size: 1459.45945946% 3535.71428571% !important;
  }
  #header #menu-icon a:hover {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 61.63021869% 47.81704782% !important;
    background-size: 1459.45945946% 3535.71428571% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 480px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {
  #header .navbar-header a.logo {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 3.38983051% 1.04931794% !important;
    background-size: 220.40816327% 2675.67567568% !important;
  }
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}
.container .main-container {
  min-width: 240px;
}
/* ---- grid ---- */
.view-test {
  max-width: 1200px;
}
.view-test:after {
  content: '';
  display: block;
  clear: both;
}
.view-display-id-block_1 {
  margin-bottom: 20px;
}
.view-display-id-block_1 .field-name-field-image {
  width: 100%;
  overflow: hidden;
}
.view-display-id-block_1 .field-name-field-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
}
.view-display-id-block_1 .field-name-field-image:hover {
  overflow: hidden;
}
.view-display-id-block_1 .field-name-field-image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
     -moz-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
/* Node page */
.page-node .main-container {
  padding: 0;
}
.page-node .main-container > section {
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0px 0px 40px 0px #cccccc;
}
.page-node .main-container .region-content {
  padding: 0;
}
/* Node page */
.page-atom .main-container.context-rfi_musique_full_page,
.dnd-widget-wrapper.context-rfi_musique_full_page {
  width: 100%;
}
.page-atom .main-container.context-rfi_musique_half_page,
.dnd-widget-wrapper.context-rfi_musique_half_page {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .page-atom .main-container.context-rfi_musique_half_page,
  .dnd-widget-wrapper.context-rfi_musique_half_page {
    width: 100%;
  }
}
.page-atom .main-container.context-rfi_musique_third_page,
.dnd-widget-wrapper.context-rfi_musique_third_page {
  width: 31%;
}
@media screen and (max-width: 480px) {
  .page-atom .main-container.context-rfi_musique_third_page,
  .dnd-widget-wrapper.context-rfi_musique_third_page {
    width: 100%;
  }
}
.page-atom .main-container.context-rfi_musique_portrait,
.dnd-widget-wrapper.context-rfi_musique_portrait {
  max-width: 400px;
}
.page-atom .main-container .field-name-field-scald-title-to-display,
.dnd-widget-wrapper .field-name-field-scald-title-to-display {
  font-size: 36px;
  line-height: 36px;
  font-family: "Roboto Thin";
  padding-bottom: 20px;
}
.page-atom .main-container a img,
.dnd-widget-wrapper a img {
  width: 100%;
  overflow: hidden;
}
.page-atom .main-container a img img,
.dnd-widget-wrapper a img img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
}
.page-atom .main-container a img:hover,
.dnd-widget-wrapper a img:hover {
  overflow: hidden;
}
.page-atom .main-container a img:hover img,
.dnd-widget-wrapper a img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
     -moz-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.page-atom .main-container iframe,
.dnd-widget-wrapper iframe {
  max-width: 100%;
}
.page-gestion-contenu {
  background: #fff;
}
/*.fb-comments > span {
  display: none !important;
  
  @media (min-width: @screen-sm-min) {
    display: block !important;
    width: (@container-sm-content - @grid-gutter-width) !important;
  }
  @media (min-width: @screen-md-min) {
    display: block !important;
    width:(@container-md-content - @grid-gutter-width) !important;
  }
  @media (min-width: @screen-lg-min) {
    display: block !important;
    width: (@container-lg-content - @grid-gutter-width) !important;
  }

  iframe {
    width: 100% !important;
  }
}*/
#block-search-menu {
  display: none;
}
@media screen and (max-width: 992px) {
  #block-search-menu {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  #block-search-menu input[type="text"] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 28px;
    padding: 0 50px 0 10px;
    border-color: #888;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #block-search-menu button[type="submit"] {
    position: absolute;
    right: -55px;
    top: -16px;
    display: block;
    width: 30px;
    height: 28px;
    padding: 0;
    border: none;
    margin-top: 19px;
    /* margin-top + border-width */
    margin-right: 5px;
    /* border-width */
    background: transparent;
    color: #888;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  #block-search-menu button[type="submit"]:focus,
  #block-search-menu button[type="submit"]:active {
    outline: none;
    border: none;
  }
}
.mm-panel .top_menu {
  display: block;
  margin-bottom: 30px;
  color: #999;
  height: 30px;
  font-family: "Roboto Light", Arial, sans-serif;
  margin-top: 25px;
}
.mm-panel .top_menu .mmenu-close {
  cursor: pointer;
  float: right;
  padding: 0;
  height: 30px;
  width: 30px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 100% 11.45833333% !important;
  background-size: 1800% 3300% !important;
}
.mm-panel .top_menu .mmenu-close:hover {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 100% 15.625% !important;
  background-size: 1800% 3300% !important;
}
.mm-panel .leaf {
  font-family: "Roboto Light", Arial, sans-serif;
  margin-bottom: 18px;
}
.mm-panel .leaf .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.mm-panel .leaf a {
  margin: 0;
  background-color: black;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  width: 80%;
}
.mm-panel .leaf:hover a {
  color: white;
}
.mm-panel .menu-home .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 2% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-home a {
  color: #ffffff;
}
.mm-panel .menu-article .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 12% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-article a {
  color: #ffffff;
}
.mm-panel .menu-article:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 12% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-artiste .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 22% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-artiste a {
  color: #ffffff;
}
.mm-panel .menu-artiste:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 22% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-sound .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 32% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-sound a {
  color: #ffffff;
}
.mm-panel .menu-sound:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 32% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-video .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 42% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-video a {
  color: #ffffff;
}
.mm-panel .menu-video:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 42% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-talent .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 52% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-talent a {
  color: #ffffff;
}
.mm-panel .menu-talent:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 52% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-discovery .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 62% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-discovery a {
  color: #ffffff;
}
.mm-panel .menu-discovery:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 62% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-styles .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 72% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-styles a {
  color: #ffffff;
}
.mm-panel .menu-styles:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 72% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-agenda .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 82% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-agenda a {
  color: #ffffff;
}
.mm-panel .menu-agenda:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 82% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-network .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 92% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.mm-panel .menu-network a {
  color: #ffffff;
}
.mm-panel .menu-network:hover .icon {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 92% 16.84210526% !important;
  background-size: 1350% 2475% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  #block-search-menu button[type="submit"] {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 90.19607843% 78.125% !important;
    background-size: 1800% 3300% !important;
  }
  #block-search-menu button[type="submit"]:focus,
  #block-search-menu button[type="submit"]:active {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 90.19607843% 78.125% !important;
    background-size: 1800% 3300% !important;
  }
  .mm-panel .top_menu .mmenu-close {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 100% 11.45833333% !important;
    background-size: 1800% 3300% !important;
  }
  .mm-panel .top_menu .mmenu-close:hover {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 100% 15.625% !important;
    background-size: 1800% 3300% !important;
  }
  .leaf .icon {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 3.57142857% 11.57894737% !important;
    background-size: 207.69230769% 2475% !important;
  }
  .menu-home .icon {
    background-position: -20px -220px;
  }
  .menu-article .icon {
    background-position: -120px -220px;
  }
  .menu-article .icon:hover {
    background-position: -120px -320px;
  }
  .menu-artiste .icon {
    background-position: -220px -220px;
  }
  .menu-artiste .icon:hover {
    background-position: -220px -320px;
  }
  .menu-sound .icon {
    background-position: -320px -220px;
  }
  .menu-sound .icon:hover {
    background-position: -320px -320px;
  }
  .menu-video .icon {
    background-position: -420px -220px;
  }
  .menu-video .icon:hover {
    background-position: -420px -320px;
  }
  .menu-discovery .icon {
    background-position: -320px -220px;
  }
  .menu-discovery .icon:hover {
    background-position: -320px -320px;
  }
  .menu-talent .icon {
    background-position: -620px -220px;
  }
  .menu-talent:hover {
    background-position: -620px -320px;
  }
  .menu-styles .icon {
    background-position: -620px -220px;
  }
  .menu-styles .icon:hover {
    background-position: -620px -320px;
  }
  .menu-agenda .icon {
    background-position: -620px -220px;
  }
  .menu-agenda .icon:hover {
    background-position: -620px -320px;
  }
  .menu-network .icon {
    background-position: -820px -220px;
  }
  .menu-network .icon:hover {
    background-position: -820px -320px;
  }
}
/*
	Menu - positioning and sizing
*/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -moz-transition: -moz-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  clear: both;
  position: relative;
}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: transparent;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px 0px;
}
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: black;
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(0, 0, 1, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  z-index: 0;
  display: block;
}
.mm-menu {
  width: 275px;
  z-index: 100;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(275px, 0);
  -moz-transform: translate(275px, 0);
  -ms-transform: translate(275px, 0);
  transform: translate(275px, 0);
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  padding-left: 40px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -moz-transition-property: -moz-transform, left, right;
  transition-property: left, right, -webkit-transform;
  -moz-transition-property: transform, left, right, -moz-transform;
  transition-property: transform, left, right;
  transition-property: transform, left, right, -webkit-transform, -moz-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  right: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  display: none;
  padding: 0 40px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 20px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.field-calendar {
  width: 356px;
  background-color: #EF8266;
}
.field-calendar .view-header .date-nav-wrapper {
  margin: 0;
}
.field-calendar .view-header .date-nav-wrapper .date-nav {
  height: 35px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid white;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .date-heading h3 {
  height: 35px;
  line-height: 35px;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager {
  margin: 0;
  font-family: monospace;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-prev {
  left: 18px;
  right: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-prev a {
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  height: 35px;
  line-height: 35px;
  color: white;
  text-align: center;
  width: 28px;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-prev a:hover {
  opacity: 0.6;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-next {
  right: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-next a {
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  height: 35px;
  line-height: 35px;
  color: white;
  width: 28px;
  text-align: center;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.field-calendar .view-header .date-nav-wrapper .date-nav .pager .date-next a:hover {
  opacity: 0.6;
}
.field-calendar .view-content .calendar-calendar .month-view table.full thead tr {
  height: 31px;
  background-color: #EF8266;
}
.field-calendar .view-content .calendar-calendar .month-view table.full thead tr th {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 13.200000000000001px;
  font-size: 1.32rem;
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  line-height: 31px;
  padding: 0 8px;
  font-weight: normal;
}
.field-calendar .view-content .calendar-calendar .month-view table.full thead tr th:first-child {
  padding-left: 18px;
}
.field-calendar .view-content .calendar-calendar .month-view table.full thead tr th:last-child {
  padding-right: 18px;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody {
  background-color: #f1f0ee;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box {
  background-color: transparent;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td {
  background: transparent;
  border: none;
  padding: 0;
  height: 48px;
  vertical-align: middle;
  font-size: 13.200000000000001px;
  font-size: 1.32rem;
  color: #958c87;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td .inner .day {
  float: none;
  width: 28px;
  padding: 0;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  margin: 0 auto;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.empty {
  color: #c7c2bf;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.has-events {
  cursor: pointer;
  color: white;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.has-events .inner .day {
  background-color: #EF8266;
  opacity: 0.6;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.has-events .inner .day:hover,
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.has-events .inner .day.active {
  opacity: 1;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.date-box td.today .inner .day {
  color: black;
}
.field-calendar .view-content .calendar-calendar .month-view table.full tbody tr.single-day {
  display: none;
}
.field-calendar .events-infos {
  padding: 14px 28px;
}
.field-calendar .events-infos ul li {
  color: white;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.field-calendar .events-infos ul li a {
  color: white;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
/* sprite for all GUI styling (zoom l'image lorsque le conteneur est plus petit que l'image et de même ratio W/H */
/*csslint zero-units:false */
/*csslint zero-units:false */
/* sprite for GUI styling (centre l'image si le conteneur est plus grand que l'image) */
/* WARNING: nécessite un espacement important entre chaque image */
/*csslint zero-units:false */
/*csslint zero-units:false */
.FFRobotoThin {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoThinItalic {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: italic;
}
.FFRobotoLight {
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoLightItalic {
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: italic;
}
.FFRoboto {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoItalic {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: italic;
}
.FFRobotoMedium {
  font-family: 'Roboto Medium', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoMediumItalic {
  font-family: 'Roboto Medium', Arial, sans-serif;
  font-style: italic;
}
.FFRobotoBold {
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoBoldItalic {
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: italic;
}
.FFRobotoBlack {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
}
.FFRobotoBlackItalic {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: italic;
}
html {
  font-size: 62.5%;
}
.reset {
  margin: 0;
  padding: 0;
}
.hideonload {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.title-big-thin {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #E2001A;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus {
  outline: none;
}
figure.ratio16x9 {
  position: relative;
  overflow: hidden;
}
figure.ratio16x9:after {
  display: block;
  content: '';
  padding-top: 56%;
}
figure.ratio16x9 img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
figure.ratio1x1 {
  position: relative;
  overflow: hidden;
}
figure.ratio1x1:after {
  display: block;
  content: '';
  padding-top: 100%;
}
figure.ratio1x1 img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
figure.ratio4x3 {
  position: relative;
  overflow: hidden;
}
figure.ratio4x3:after {
  display: block;
  content: '';
  padding-top: 75%;
}
figure.ratio4x3 img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
figure.blurred .img-responsive {
  background-color: #efeeec;
}
figure.blurred img {
  width: 100%;
  height: auto;
}
figure.blurred img.img-responsive {
  visibility: hidden;
}
figure.image-chronique {
  position: absolute;
  overflow: hidden;
}
figure.image-chronique:after {
  display: block;
  content: '';
  padding-top: 56.25%;
}
figure.image-chronique img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#block-rfi-musique-advertising-outbrain-pub,
#block-rfi-musique-advertising-actu-video-pub,
#block-rfi-musique-advertising-partner-pub,
#block-rfi-musique-advertising-ligatus-pub {
  width: 100%;
  overflow: hidden;
  background-color: white;
}
.ban-desktop,
.ban-mobile,
.ban-desktop-retina,
.ban-mobile-retina {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  display: none;
}
.ban-desktop img,
.ban-mobile img,
.ban-desktop-retina img,
.ban-mobile-retina img {
  display: inline;
}
.ban-desktop {
  display: block;
}
@media only screen and (max-width: 719px) {
  .ban-desktop {
    display: none;
  }
  .ban-mobile {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ban-desktop {
    display: none;
  }
  .ban-desktop-retina {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 719px), only screen and (min-resolution: 2dppx) and (max-width: 719px) {
  .ban-mobile,
  .ban-desktop-retina {
    display: none;
  }
  .ban-mobile-retina {
    display: block;
  }
}
.block-entete {
  min-height: 74px;
}
.block-entete .supertag {
  display: block;
  float: left;
  margin-right: 15px;
}
.block-entete .title {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 40px;
  color: black;
  margin-bottom: 15px;
}
.block-entete .category {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 30px;
  height: 27px;
}
.block-entete .category + .title {
  line-height: 35px;
}
.block-entete.agenda .category,
.block-entete.agenda-concert .category {
  color: #FFA133;
}
.block-entete.network .category {
  color: #23DFD4;
}
.tags-list {
  margin-bottom: 28px;
}
.tags-list > div {
  margin-bottom: 10px;
}
.tags-list > div .picto-ref-bundle-artiste {
  display: inline-block;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 11.71875% 30.14553015% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
  margin-right: 7px;
  width: 28px;
  height: 28px;
  vertical-align: bottom;
}
.tags-list > div .picto-ref-bundle-country,
.tags-list > div .picto-ref-bundle-tags-thematiques,
.tags-list > div .picto-ref-bundle-genre-musical {
  display: inline-block;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.484375% 30.14553015% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
  margin-right: 7px;
  width: 28px;
  height: 28px;
  vertical-align: bottom;
}
.tags-list > div a {
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #F0431B;
  display: inline-block;
  width: auto;
}
.tags-list > div a:first-letter {
  text-transform: uppercase;
}
.tags-list > div a:hover {
  text-decoration: underline;
}
.block-same-subject {
  background-color: #f1efef;
  padding: 20px;
  margin-bottom: 28px;
}
.block-same-subject .block-title {
  float: left;
  width: 130px;
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: black;
  line-height: 1.3;
}
.block-same-subject .list-articles {
  float: none;
  margin-left: 130px;
}
.block-same-subject .list-articles .article-same-subject {
  position: relative;
  float: left;
  width: 25%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 10px;
}
.block-same-subject .list-articles .article-same-subject a {
  color: black;
  text-decoration: none;
}
.block-same-subject .list-articles .article-same-subject a:hover {
  text-decoration: none;
  color: #F0431B;
}
.block-same-subject .list-articles .article-same-subject figure {
  margin-bottom: 10px;
}
.block-same-subject .list-articles .article-same-subject figure .infos {
  display: none;
}
.block-same-subject .list-articles .article-same-subject h2 {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 4px;
}
.block-same-subject .list-articles .article-same-subject .intro {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.block-same-subject .list-articles .article-same-subject .supertag {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .block-same-subject .block-title {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }
  .block-same-subject .list-articles {
    margin-left: 0;
  }
  .block-same-subject .list-articles .article-same-subject {
    width: 33%;
    padding-right: 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .block-same-subject .list-articles .article-same-subject .supertag {
    right: 15px;
  }
  .block-same-subject .list-articles .article-same-subject:nth-child(4n) {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .block-same-subject {
    margin-bottom: 20px;
  }
  .block-same-subject .block-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .block-same-subject .list-articles .article-same-subject {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .block-same-subject .list-articles .article-same-subject .supertag {
    right: 0;
  }
}
.block-talent-propos-hide {
  background-color: white;
  padding: 20px;
}
#block-menu-menu-artiste-menu h2.block-title,
#block-menu-menu-prix-decouvertes h2.block-title,
#block-menu-menu-rfi-talent h2.block-title,
#block-menu-menu-videos h2.block-title,
#block-menu-menu-lire h2.block-title {
  display: none;
}
.block-deezer {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 20px;
}
.block-deezer .title {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #E2001A;
  margin-bottom: 20px;
}
.block-deezer .title .logo {
  display: inline-block;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 72.94117647% 52.84974093% !important;
  background-size: 469.56521739% 3960% !important;
  width: 115px;
  height: 25px;
  margin-left: 20px;
}
.block-socialtabs {
  width: 32%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 22px;
}
.block-socialtabs .quicktabs-tabs:before,
.block-socialtabs .quicktabs-tabs:after {
  content: " ";
  display: table;
}
.block-socialtabs .quicktabs-tabs:after {
  clear: both;
}
.block-socialtabs .quicktabs-tabs:before,
.block-socialtabs .quicktabs-tabs:after {
  content: " ";
  display: table;
}
.block-socialtabs .quicktabs-tabs:after {
  clear: both;
}
.block-socialtabs .quicktabs-tabs li {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #c7bfba;
}
.block-socialtabs .quicktabs-tabs li a {
  text-decoration: none;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-transform: uppercase;
}
.block-socialtabs .quicktabs-tabs li a:hover {
  text-decoration: none;
}
.block-socialtabs .quicktabs-tabs li.active {
  background-color: #2ab5c6;
}
.block-socialtabs .blaster {
  height: 34px;
}
.block-socialtabs .quicktabs_main {
  border: 1px solid #2ab5c6;
  position: relative;
  width: 100%;
  padding-top: 111%;
  overflow: hidden;
}
.block-socialtabs .quicktabs_main .quicktabs-tabpage {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.page-node .main-container {
  padding: 0;
}
.page-node .page__corps {
  padding: 20px;
}
.block-entete-with-submenu {
  margin-bottom: 32px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px #cccccc;
}
.block-entete-with-submenu .block-entete {
  min-height: 56px;
  margin-bottom: 10px;
}
.block-entete-with-submenu .block-entete .title {
  line-height: 54px;
}
.submenu {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 20px;
}
.submenu ul {
  list-style: none;
}
.submenu ul li {
  margin: 0;
  padding: 0;
  padding-right: 14px;
  float: left;
}
.submenu ul li a {
  display: inline-block;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 6px solid white;
}
.submenu ul li a:hover,
.submenu ul li a.active {
  border-bottom: 6px solid #e2001a;
  background-color: transparent;
}
@media (max-width: 991px) {
  .submenu ul li {
    padding-top: 10px;
  }
}
.pagination {
  margin: 10px 0 20px;
}
.pagination li {
  display: block;
  float: left;
  margin: 0 2px;
}
.pagination li:first-child > a,
.pagination li:last-child > a,
.pagination li:first-child span,
.pagination li:last-child span {
  border-radius: 0;
}
.pagination li a {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background-color: transparent;
  color: black;
  border: none;
  padding: 0 7px;
  border-radius: 0;
}
.pagination li a:hover {
  color: white;
  background-color: #e2001a;
}
.pagination li.active span,
.pagination li.active span:hover {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: white;
  background-color: #e2001a;
  border: none;
  padding: 0 7px;
}
.pagination li.pager-first a {
  font-size: 0;
  padding: 0;
  width: 22px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 66.6023166% 29.49380165% !important;
  background-size: 2454.54545455% 4500% !important;
}
.pagination li.pager-last a {
  font-size: 0;
  padding: 0;
  width: 22px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 78.18532819% 29.49380165% !important;
  background-size: 2454.54545455% 4500% !important;
}
.pagination li.prev a {
  font-size: 0;
  padding: 0;
  width: 18px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 69.82758621% 29.49380165% !important;
  background-size: 3000% 4500% !important;
}
.pagination li.next a {
  font-size: 0;
  padding: 0;
  width: 18px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 73.65900383% 29.49380165% !important;
  background-size: 3000% 4500% !important;
}
#sidebar #block-search-menu .glyphicon-search:before {
  content: "";
}
.no-link button.show-more {
  display: none;
}
.show-more {
  display: block;
  width: 100%;
  box-shadow: 0 5px 10px 0 #bbb;
  height: 50px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: black;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  background-color: white;
  padding: 13px 0;
}
.show-more span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 60.19417476% 30.05181347% !important;
  background-size: 2160% 3960% !important;
  margin-right: 10px;
  vertical-align: middle;
}
.show-more:hover {
  color: #e2001a;
}
.show-more:hover span {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 60.19417476% 34.19689119% !important;
  background-size: 2160% 3960% !important;
}
div.rfi-alpha-pagination {
  min-height: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  text-align: center;
  padding-top: 5px;
  border-top: 2px solid #f0eeed;
}
div.rfi-alpha-pagination ul {
  display: inline-block;
  min-height: 22px;
  padding-bottom: 6px;
}
div.rfi-alpha-pagination ul > li {
  display: inline-block;
  border: none;
  margin: 0 5px;
  padding: 0;
  width: 22px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 22px;
  color: black;
}
div.rfi-alpha-pagination ul > li.inactive {
  opacity: 0.3;
}
div.rfi-alpha-pagination ul > li a {
  display: inline-block;
  color: black;
  height: 22px;
  width: 22px;
  text-align: center;
}
div.rfi-alpha-pagination ul > li a:hover {
  color: white;
  background-color: #F0431B;
}
div.rfi-alpha-pagination ul > li.active a {
  color: white;
  background-color: #F0431B;
}
div.rfi-alpha-pagination ul > li:last-child {
  display: none;
}
.edition-podcast {
  margin-bottom: 20px;
}
.edition-podcast .edition-list-podcast {
  list-style: none;
}
.edition-podcast .edition-list-podcast:before,
.edition-podcast .edition-list-podcast:after {
  content: " ";
  display: table;
}
.edition-podcast .edition-list-podcast:after {
  clear: both;
}
.edition-podcast .edition-list-podcast:before,
.edition-podcast .edition-list-podcast:after {
  content: " ";
  display: table;
}
.edition-podcast .edition-list-podcast:after {
  clear: both;
}
.edition-podcast .edition-list-podcast li {
  display: block;
  float: left;
}
.edition-podcast .edition-list-podcast li a {
  display: inline-block;
  margin-right: 12px;
}
.edition-podcast .edition-list-podcast li a span {
  display: inline-block;
  text-indent: -9999px;
  direction: ltr;
}
.edition-podcast .edition-list-podcast li.podcast-rss span {
  width: 21px;
  height: 21px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 59.73025048% 93.91124871% !important;
  background-size: 2571.42857143% 4714.28571429% !important;
}
.edition-podcast .edition-list-podcast li.podcast-itunes a {
  position: relative;
  top: -5px;
}
.edition-podcast .edition-list-podcast li.podcast-itunes span {
  width: 30px;
  height: 30px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 66.66666667% 94.79166667% !important;
  background-size: 1800% 3300% !important;
}
.edition-podcast .edition-list-podcast li.podcast-deezer a {
  position: relative;
  top: -2px;
  margin-right: 0;
}
.edition-podcast .edition-list-podcast li.podcast-deezer span {
  width: 33px;
  height: 23px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 74.95069034% 94.10548087% !important;
  background-size: 1636.36363636% 4304.34782609% !important;
}
.block-facebook-comments-block {
  padding: 20px 28px;
  background-color: white;
}
.block-facebook-comments-block .block-title {
  background-color: #aea29c;
  color: white;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  height: 36px;
  line-height: 34px;
  padding-left: 10px;
  display: block;
  width: 100%;
  text-align: left;
  border-top: 2px solid #aea29c;
}
.block-facebook-comments-block .block-title:after {
  content: '';
  display: block;
  float: right;
  width: 34px;
  height: 21px;
  margin: 8px 10px 0 0;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.73913043% 67.07946336% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.block-facebook-comments-block.opened .block-title:after {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 31.62055336% 67.07946336% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.block-facebook-comments-block > .content {
  position: relative;
  overflow: hidden;
  border: 1px solid #aea29c;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 0px;
  -moz-transition: height 300ms ease;
  transition: height 300ms ease;
}
.block-facebook-comments-block > .content .fb-comments.fb_iframe_widget {
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.block-facebook-comments-block > .content .fb-comments.fb_iframe_widget > span {
  width: 100% !important;
  max-width: 100%;
}
.block-facebook-comments-block > .content .fb-comments.fb_iframe_widget > span > iframe {
  width: 100% !important;
  max-width: 100%;
}
@media only screen and (max-width: 719px) {
  .block-facebook-comments-block {
    padding: 20px;
  }
  .block-facebook-comments-block .block-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .tags-list > div .picto-ref-bundle-artiste {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.71875% 30.14553015% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .tags-list > div .picto-ref-bundle-genre-musical {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.484375% 30.14553015% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .block-deezer .title .logo {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 72.94117647% 52.84974093% !important;
    background-size: 469.56521739% 3960% !important;
  }
  .block-facebook-comments-block .block-title:after {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.73913043% 67.07946336% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .block-facebook-comments-block.opened .block-title:after {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 31.62055336% 67.07946336% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .pagination li.pager-first a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 66.6023166% 29.49380165% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.pager-last a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 78.18532819% 29.49380165% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.prev a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.82758621% 29.49380165% !important;
    background-size: 3000% 4500% !important;
  }
  .pagination li.next a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 73.65900383% 29.49380165% !important;
    background-size: 3000% 4500% !important;
  }
  .show-more span {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.19417476% 30.05181347% !important;
    background-size: 2160% 3960% !important;
  }
  .show-more:hover span {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.19417476% 34.19689119% !important;
    background-size: 2160% 3960% !important;
  }
  .edition-podcast .edition-list-podcast li.podcast-rss span {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 59.73025048% 93.91124871% !important;
    background-size: 2571.42857143% 4714.28571429% !important;
  }
  .edition-podcast .edition-list-podcast li.podcast-itunes span {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 66.66666667% 94.79166667% !important;
    background-size: 1800% 3300% !important;
  }
  .edition-podcast .edition-list-podcast li.podcast-deezer span {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 74.95069034% 94.10548087% !important;
    background-size: 1636.36363636% 4304.34782609% !important;
  }
}
.content-search .container-inline div.input-group {
  display: table;
}
.messages em.placeholder {
  font-weight: bold;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left .image div.picto-sound a {
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  background: #EF8265 url('../../images/sprite-rfi-musique.png') no-repeat 62.34567901% 38.78205128% !important;
  background-size: 1000% 1833.33333333% !important;
  margin-bottom: 10px;
}
.supertag {
  display: inline-block;
}
.supertag.supertag-big {
  height: 40px;
  width: 40px;
}
.supertag.supertag-big.supertag-article {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 12% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-artiste {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 22% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-sound {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 32% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-video {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 42% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-talent {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 52% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-discovery {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 62% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-styles {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 72% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-agenda,
.supertag.supertag-big.supertag-agenda-concert {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 82% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big.supertag-sur-les-réseaux,
.supertag.supertag-big.supertag-network {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 92% 11.57894737% !important;
  background-size: 1350% 2475% !important;
}
.supertag.supertag-big-white {
  width: 56px;
  height: 56px;
}
.supertag.supertag-big-white.supertag-article {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 10.74380165% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-artiste {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 21.07438017% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-sound {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 31.40495868% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-video {
  background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 41.73553719% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-talent {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 52.0661157% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-discovery {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 62.39669421% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-styles {
  background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 72.72727273% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-agenda,
.supertag.supertag-big-white.supertag-agenda-concert {
  background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 83.05785124% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-sur-les-réseaux,
.supertag.supertag-big-white.supertag-network {
  background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 93.38842975% 16.27408994% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-big-white.supertag-pagetag {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 93.38842975% 49.46466809% !important;
  background-size: 964.28571429% 1767.85714286% !important;
}
.supertag.supertag-medium-white {
  width: 36px;
  height: 36px;
}
.supertag.supertag-medium-white.supertag-article {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 11.01190476% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-artiste {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 20.93253968% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-sound {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 30.8531746% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-video {
  background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 40.77380952% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-talent {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 50.69444444% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-discovery {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 60.61507937% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-styles {
  background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 70.53571429% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-agenda,
.supertag.supertag-medium-white.supertag-agenda-concert {
  background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 80.45634921% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-medium-white.supertag-sur-les-réseaux,
.supertag.supertag-medium-white.supertag-network {
  background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 90.37698413% 21.5408805% !important;
  background-size: 1500% 2750% !important;
}
.supertag.supertag-small-white {
  width: 28px;
  height: 28px;
}
.supertag.supertag-small-white.supertag-article {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 11.03515625% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-artiste {
  background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 20.80078125% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-sound {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 30.56640625% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-video {
  background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 40.33203125% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-talent {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 50.09765625% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-discovery {
  background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 59.86328125% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-styles {
  background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 69.62890625% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-agenda,
.supertag.supertag-small-white.supertag-agenda-concert {
  background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 79.39453125% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
.supertag.supertag-small-white.supertag-sur-les-réseaux,
.supertag.supertag-small-white.supertag-network {
  background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 89.16015625% 25.62370062% !important;
  background-size: 1928.57142857% 3535.71428571% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .supertag.supertag-big.supertag-article {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 12% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-artiste {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 22% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-sound {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 32% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-video {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 42% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-talent {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 52% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-discovery {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 62% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-styles {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 72% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-agenda,
  .supertag.supertag-big.supertag-agenda-concert {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 82% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big.supertag-sur-les-réseaux,
  .supertag.supertag-big.supertag-network {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 92% 11.57894737% !important;
    background-size: 1350% 2475% !important;
  }
  .supertag.supertag-big-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 10.74380165% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.07438017% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 31.40495868% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 41.73553719% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 52.0661157% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 62.39669421% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 72.72727273% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-agenda,
  .supertag.supertag-big-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 83.05785124% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-sur-les-réseaux,
  .supertag.supertag-big-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 93.38842975% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-big-white.supertag-pagetag {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 93.38842975% 49.46466809% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .supertag.supertag-medium-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.01190476% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.93253968% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 30.8531746% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 40.77380952% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 50.69444444% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.61507937% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 70.53571429% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-agenda,
  .supertag.supertag-medium-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 80.45634921% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-medium-white.supertag-sur-les-réseaux,
  .supertag.supertag-medium-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 90.37698413% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .supertag.supertag-small-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.03515625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.80078125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 30.56640625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 40.33203125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 50.09765625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 59.86328125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.62890625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-agenda,
  .supertag.supertag-small-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 79.39453125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .supertag.supertag-small-white.supertag-sur-les-réseaux,
  .supertag.supertag-small-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 89.16015625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
}
.sharethis-buttons .sharethis-bar {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  height: 45px;
  background-color: #aea29c;
  float: right;
}
.sharethis-buttons .sharethis-bar:after {
  content: '';
  display: block;
  float: right;
  height: 45px;
  width: 45px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 52.52525253% 62.43386243% !important;
  background-size: 1200% 2200% !important;
  -moz-transition: width 300ms ease;
  transition: width 300ms ease;
  width: 0;
  /* A SUPPRIMER POUR REACTIVER L'EFFET SHOW/HIDE */
}
.sharethis-buttons .sharethis-bar .floatleft {
  display: block;
  float: left;
}
.sharethis-buttons .sharethis-bar .floatright {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-share {
  height: 45px;
  padding: 0 10px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  line-height: 45px;
  color: white;
  float: left;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper {
  float: left;
  height: 45px;
  overflow: hidden;
  width: 90px;
  width: 135px;
  /* A SUPPRIMER POUR REACTIVER L'EFFET SHOW/HIDE */
  -moz-transition: width 300ms ease;
  transition: width 300ms ease;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .sharethis-innerwrapper {
  width: 135px;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .stButton {
  margin: 0;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .stButton .stLarge {
  height: 45px;
  width: 45px;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_googleplus_large {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_googleplus_large .stButton .stLarge {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 22.22222222% 62.43386243% !important;
  background-size: 1200% 2200% !important;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_print_large {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_print_large .stButton .stLarge {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 42.42424242% 62.43386243% !important;
  background-size: 1200% 2200% !important;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_facebook_large {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_facebook_large .stButton .stLarge {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 2.02020202% 62.43386243% !important;
  background-size: 1200% 2200% !important;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_twitter_large {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_twitter_large .stButton .stLarge {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 12.12121212% 62.43386243% !important;
  background-size: 1200% 2200% !important;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_whatsapp_large {
  display: block;
  float: right;
}
.sharethis-buttons .sharethis-bar .sharethis-wrapper .st_whatsapp_large .stButton .stLarge {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 32.32323232% 62.43386243% !important;
  background-size: 1200% 2200% !important;
}
.sharethis-buttons .sharethis-bar.opened:after,
.sharethis-buttons .sharethis-bar:hover:after {
  width: 0;
}
.sharethis-buttons .sharethis-bar.opened .sharethis-wrapper,
.sharethis-buttons .sharethis-bar:hover .sharethis-wrapper {
  width: 135px;
}
.sharethis-light .sharethis-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sharethis-light .sharethis-buttons:before {
  content: '';
  display: block;
  float: left;
  height: 45px;
  width: 45px;
  background: white url('../../images/sprite-rfi-musique.png') no-repeat 20.4040404% 56.19047619% !important;
  background-size: 1200% 2200% !important;
  cursor: pointer;
  -moz-transition: width 300ms ease;
  transition: width 300ms ease;
}
.sharethis-light .sharethis-buttons .sharethis-bar .sharethis-share {
  display: none;
}
.sharethis-light .sharethis-buttons .sharethis-bar:after {
  display: none;
}
.sharethis-light .sharethis-buttons .sharethis-bar .sharethis-wrapper {
  width: 0;
}
.sharethis-light .sharethis-buttons:hover:before {
  width: 0;
}
.sharethis-light .sharethis-buttons:hover .sharethis-bar .sharethis-wrapper {
  width: 90px;
}
@media only screen and (max-width: 992px) {
  .sharethis-buttons {
    position: relative;
  }
  .sharethis-buttons .sharethis-bar,
  .sharethis-buttons .sharethis-bar.opened,
  .sharethis-buttons .sharethis-bar:hover {
    float: none;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center;
    position: static;
    background-color: white;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper,
  .sharethis-buttons .sharethis-bar.opened .sharethis-wrapper,
  .sharethis-buttons .sharethis-bar:hover .sharethis-wrapper {
    display: inline-block;
    width: auto;
    float: none;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .sharethis-innerwrapper,
  .sharethis-buttons .sharethis-bar.opened .sharethis-wrapper .sharethis-innerwrapper,
  .sharethis-buttons .sharethis-bar:hover .sharethis-wrapper .sharethis-innerwrapper {
    width: auto;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_print_large,
  .sharethis-buttons .sharethis-bar.opened .sharethis-wrapper .st_print_large,
  .sharethis-buttons .sharethis-bar:hover .sharethis-wrapper .st_print_large {
    display: none;
  }
  .sharethis-buttons .sharethis-bar:after,
  .sharethis-buttons .sharethis-bar.opened:after,
  .sharethis-buttons .sharethis-bar:hover:after {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .sharethis-innerwrapper > span,
  .sharethis-buttons .sharethis-bar.opened .sharethis-wrapper .sharethis-innerwrapper > span,
  .sharethis-buttons .sharethis-bar:hover .sharethis-wrapper .sharethis-innerwrapper > span {
    margin: 0 10px;
  }
  .masonry-processed .sharethis-light,
  .page-artistes .sharethis-light {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sharethis-buttons .sharethis-bar:after {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 52.52525253% 62.43386243% !important;
    background-size: 1200% 2200% !important;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_googleplus_large .stButton .stLarge {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 22.22222222% 62.43386243% !important;
    background-size: 1200% 2200% !important;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_print_large {
    display: none;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_facebook_large .stButton .stLarge {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 2.02020202% 62.43386243% !important;
    background-size: 1200% 2200% !important;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_twitter_large .stButton .stLarge {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 12.12121212% 62.43386243% !important;
    background-size: 1200% 2200% !important;
  }
  .sharethis-buttons .sharethis-bar .sharethis-wrapper .st_whatsapp_large .stButton .stLarge {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 32.32323232% 62.43386243% !important;
    background-size: 1200% 2200% !important;
  }
  .sharethis-light .sharethis-buttons:before {
    background: white url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.4040404% 56.19047619% !important;
    background-size: 1200% 2200% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sharethis-light .sharethis-buttons .sharethis-bar .sharethis-wrapper {
    display: inline-block;
    width: auto;
    float: none;
  }
  .sharethis-light .sharethis-buttons .sharethis-bar .sharethis-wrapper .sharethis-innerwrapper {
    width: auto;
  }
  .sharethis-light .sharethis-buttons .sharethis-bar:after {
    width: 0;
  }
  .sharethis-light .sharethis-buttons:before {
    width: 0;
  }
  .node-front-page .field-name-field-front-page-list .masonry-item article .infos {
    padding-bottom: 25px;
  }
}
.masonry-processed {
  -moz-transition: height 200ms ease;
  transition: height 200ms ease;
}
.masonry-processed .views-gutter-sizer {
  width: 2%;
}
.masonry-processed .views-row-sizer {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .masonry-processed .views-row-sizer {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .masonry-processed .views-row-sizer {
    width: 32%;
  }
}
.masonry-item {
  outline: none;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .masonry-item {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .masonry-item {
    width: 32%;
  }
}
.masonry-item.hideme {
  display: none;
}
.masonry-item.advertising,
.masonry-item .block-rfi-musique-advertising {
  text-align: center;
  /*background-color: white;
    	padding: 10px 0;*/
}
.masonry-item .advertising {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}
@media screen and (min-width: 992px) {
  .masonry-item .advertising {
    padding: 10px 0;
  }
}
.masonry-item .advertising img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 314px;
  width: 100%;
  height: auto;
}
.masonry-item article {
  position: relative;
  background: white;
  box-shadow: 0px 0px 40px 0px #cccccc;
}
.masonry-item article a {
  color: black;
}
.masonry-item article figure {
  width: 100%;
  overflow: hidden;
}
.masonry-item article figure img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
}
.masonry-item article figure:hover {
  overflow: hidden;
}
.masonry-item article figure:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
     -moz-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.masonry-item article figure .sticker {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  z-index: 1;
}
.masonry-item article .entete {
  height: 36px;
  width: 100%;
}
.masonry-item article .entete .supertag {
  position: absolute;
  top: 0;
  right: 0;
}
.masonry-item article .entete .category {
  padding-left: 15px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
}
.masonry-item article .entete .category a {
  color: white;
}
.masonry-item article .entete .title {
  display: none;
}
.masonry-item article .infos {
  padding: 12px 10px 20px 16px;
}
.masonry-item article .infos .title {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
.masonry-item article .infos .title + .intro,
.masonry-item article .infos .title + .date {
  margin-top: 8px;
}
.masonry-item article .infos .intro {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.masonry-item article .infos .intro + .date {
  margin-top: 15px;
}
.masonry-item article .infos .date {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #989898;
  padding-top: 5px;
}
.masonry-item article figure.image-chronique {
  top: 36px;
}
.masonry-item article figure.image-chronique img {
  height: 100%;
  width: auto;
}
.masonry-item article figure.blurred {
  background-color: #efeeec;
}
@media (max-width: 719px) {
  .masonry-item article figure.image-chronique {
    position: static;
  }
  .masonry-item article figure.image-chronique:after {
    display: none;
  }
}
.masonry-item article.article .entete {
  background-color: #F0431B;
}
.masonry-item article.article .infos a:hover {
  color: #F0431B;
}
.masonry-item article.article figure .sticker {
  background-color: #F0431B;
}
.masonry-item article.artiste .entete {
  background-color: #F0431B;
}
.masonry-item article.artiste .infos a:hover {
  color: #F0431B;
}
.masonry-item article.artiste figure .sticker {
  background-color: #F0431B;
}
.masonry-item article.sound .entete {
  background-color: #EF8266;
}
.masonry-item article.sound .infos a:hover {
  color: #EF8266;
}
.masonry-item article.sound figure .sticker {
  background-color: #EF8266;
}
.masonry-item article.video .entete {
  background-color: #E2001A;
}
.masonry-item article.video .infos a:hover {
  color: #E2001A;
}
.masonry-item article.video figure .sticker {
  background-color: #E2001A;
}
.masonry-item article.talent .entete {
  background-color: #882100;
}
.masonry-item article.talent .infos a:hover {
  color: #882100;
}
.masonry-item article.talent figure .sticker {
  background-color: #882100;
}
.masonry-item article.discovery .entete {
  background-color: #882100;
}
.masonry-item article.discovery .infos a:hover {
  color: #882100;
}
.masonry-item article.discovery figure .sticker {
  background-color: #882100;
}
.masonry-item article.styles .entete {
  background-color: #FF6633;
}
.masonry-item article.styles .infos a:hover {
  color: #FF6633;
}
.masonry-item article.styles figure .sticker {
  background-color: #FF6633;
}
.masonry-item article.agenda .entete,
.masonry-item article.agenda-concert .entete {
  background-color: #FFA133;
}
.masonry-item article.agenda .infos a:hover,
.masonry-item article.agenda-concert .infos a:hover {
  color: #FFA133;
}
.masonry-item article.agenda figure .sticker,
.masonry-item article.agenda-concert figure .sticker {
  background-color: #FFA133;
}
.masonry-item article.network .entete {
  background-color: #23DFD4;
}
.masonry-item article.network .embed-content {
  position: relative;
  width: 100%;
  padding-bottom: 123%;
  overflow: hidden;
  max-height: 1px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.masonry-item article.network .embed-content.facebook {
  max-height: none;
  padding-bottom: 0;
  height: 500px;
}
.masonry-item article.network .embed-content.facebook .fb-page {
  width: 100% !important;
  text-align: center;
}
.masonry-item article.network .embed-content.facebook .fb-page span {
  width: 100% !important;
}
.masonry-item article.network .embed-content.facebook .fb-page span iframe {
  max-width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.masonry-item article.network .embed-content iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.masonry-item article.network figure .sticker {
  background-color: #23DFD4;
}
@media screen and (min-width: 992px) {
  .not-front .no-link .masonry-item.masonry-item-2 {
    width: 66%;
  }
  .not-front .no-link .masonry-item.masonry-item-2 article .infos .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .not-front .no-link .masonry-item,
  .not-front .no-link div > .masonry-item {
    width: 32%;
  }
  .not-front .no-link .masonry-item article .infos .title,
  .not-front .no-link div > .masonry-item article .infos .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .not-front .masonry-item:first-child {
    width: 100%;
  }
  .not-front .masonry-item:first-child article .infos .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .not-front .masonry-item:first-child {
    width: 66%;
  }
}
.not-front .masonry-item article figure.image-chronique {
  top: 0;
}
@media (max-width: 719px) {
  .not-front .masonry-item article figure.image-chronique {
    position: absolute;
    overflow: hidden;
  }
  .not-front .masonry-item article figure.image-chronique:after {
    display: block;
    content: '';
    padding-top: 56.25%;
  }
}
.not-front .page-masonry-pagetag .masonry-item article figure.image-chronique {
  top: 36px;
}
@media only screen and (min-width: 720px) {
  .not-front .view-rfi-taxonomy-term .masonry-item:first-child {
    width: 49%;
  }
  .not-front .view-rfi-taxonomy-term .masonry-item:first-child article .infos .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .not-front .view-rfi-taxonomy-term .masonry-item:first-child {
    width: 32%;
  }
}
#footer {
  background-color: black;
}
#footer .top-footer-wrapper {
  padding: 20px;
}
#footer .top-footer-wrapper .logo-rfi-musique {
  width: 245px;
  height: 37px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 3.4965035% 6.29590766% !important;
  background-size: 212.5984252% 2675.67567568% !important;
  display: inline-block;
  margin-right: 190px;
  margin-bottom: 15px;
}
#footer .top-footer-wrapper .block-rfi-musique-advertising {
  float: right;
}
#footer .top-footer-wrapper .block-rfi-musique-social-links {
  float: right;
  margin-left: 37px;
}
#footer .top-footer-wrapper .block-rfi-musique-social-links .rfi-musique-social-link {
  float: none;
}
#footer .top-footer-wrapper .footer-mobile,
#footer .top-footer-wrapper .footer-mobile h2 {
  display: none;
}
#footer .top-footer-wrapper .block-menu-list {
  display: block;
  float: left;
  margin-right: 42px;
  padding-top: 30px;
  min-height: 250px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#footer .top-footer-wrapper .block-menu-list .menu-list-title {
  color: #e2001a;
  text-transform: uppercase;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .top-footer-wrapper .block-menu-list ul {
  list-style: none;
}
#footer .top-footer-wrapper .block-menu-list ul li {
  margin-bottom: 5px;
}
#footer .top-footer-wrapper .block-menu-list ul li a {
  padding: 1px 5px;
  margin-left: -5px;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#footer .top-footer-wrapper .block-menu-list ul li a:hover {
  background-color: #e2001a;
}
#footer .footer-red-menu {
  background-color: #e2001a;
}
#footer .footer-red-menu h2 {
  display: none;
}
#footer .footer-red-menu .block-menu-list ul {
  list-style: none;
  padding: 5px 0;
}
#footer .footer-red-menu .block-menu-list ul li {
  display: inline-block;
  padding: 0px 20px;
  line-height: 20px;
}
#footer .footer-red-menu .block-menu-list ul li a {
  color: white;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
}
#footer .footer-red-menu .block-menu-list ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: white;
}
#bottom-page {
  background-color: #2E2E2E;
  padding: 20px;
  clear: both;
  color: #f1f0ee;
}
#bottom-page .f-partner {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
#bottom-page .f-partner a {
  margin-right: 17px;
}
@media (max-width: 1199px) {
  #footer .top-footer-wrapper .logo-rfi-musique {
    margin-right: 150px;
  }
  #footer .top-footer-wrapper .block-menu-list {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  #footer .top-footer-wrapper .logo-rfi-musique {
    margin-right: 0;
    margin-bottom: 35px;
    float: left;
  }
  #footer .top-footer-wrapper .block-rfi-musique-social-links {
    display: block;
    float: right;
    margin-bottom: 35px;
    margin-left: 74px;
  }
}
@media (max-width: 719px) {
  #footer .top-footer-wrapper .logo-rfi-musique {
    margin-bottom: 20px;
    margin-left: 8px;
    width: 203px;
    height: 30px;
    float: none;
    background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 3.4965035% 6.29590766% !important;
    background-size: 212.5984252% 2675.67567568% !important;
  }
  #footer .top-footer-wrapper .block-rfi-musique-advertising {
    display: none;
  }
  #footer .top-footer-wrapper .block-rfi-musique-social-links {
    margin-bottom: 0;
    margin-left: 0;
    float: none;
  }
  #footer .top-footer-wrapper .block-rfi-musique-social-links .icon-social-links {
    margin-bottom: 15px;
  }
  #footer .top-footer-wrapper .block-menu-list {
    display: none;
  }
  #footer .top-footer-wrapper .footer-mobile {
    display: block;
    margin-bottom: 10px;
  }
  #footer .top-footer-wrapper .footer-mobile ul {
    list-style: none;
  }
  #footer .top-footer-wrapper .footer-mobile ul > li {
    margin-bottom: 10px;
  }
  #footer .top-footer-wrapper .footer-mobile ul > li > a {
    padding: 0 8px;
    font-family: 'Roboto Light', Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem;
    color: white;
  }
  #footer .top-footer-wrapper .footer-mobile ul > li > a:hover,
  #footer .top-footer-wrapper .footer-mobile ul > li > a:focus,
  #footer .top-footer-wrapper .footer-mobile ul > li > a:active {
    background-color: transparent;
  }
  #footer .footer-red-menu {
    display: none;
  }
  #bottom-page {
    background-color: black;
  }
  #bottom-page .content .f-partner:last-child {
    display: none;
  }
}
@media (max-width: 350px) {
  #footer .top-footer-wrapper .block-rfi-musique-social-links .rfi-musique-social-link {
    max-width: 280px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  #footer .top-footer-wrapper .logo-rfi-musique {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 3.4965035% 6.29590766% !important;
    background-size: 212.5984252% 2675.67567568% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 719px), only screen and (min-resolution: 2dppx) and (max-width: 719px) {
  #footer .top-footer-wrapper .logo-rfi-musique {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 3.4965035% 6.29590766% !important;
    background-size: 212.5984252% 2675.67567568% !important;
  }
}
.page-admin-rfi-musique-prix-decouverte .prix_decouverte_message,
.page-prix-decouvertes .prix_decouverte_message {
  margin: 0 20px;
  font-size: 1.1em;
}
.page-admin-rfi-musique-prix-decouverte .prix_decouverte_file,
.page-prix-decouvertes .prix_decouverte_file {
  font-size: 1.1em;
  margin: 20px 10px 0 20px;
  text-align: right;
}
.page-admin-rfi-musique-prix-decouverte .messages,
.page-prix-decouvertes .messages {
  padding: 10px 30px !important;
}
.page-admin-rfi-musique-prix-decouverte form .form-control,
.page-prix-decouvertes form .form-control {
  width: auto;
}
.page-admin-rfi-musique-prix-decouverte form .form-item.form-type-radio.radio,
.page-prix-decouvertes form .form-item.form-type-radio.radio {
  display: inline-block;
  line-height: 26px;
  margin-right: 20px;
}
.page-admin-rfi-musique-prix-decouverte form .container-inline-date,
.page-prix-decouvertes form .container-inline-date,
.page-admin-rfi-musique-prix-decouverte form .form-item.form-group,
.page-prix-decouvertes form .form-item.form-group {
  display: inline-table;
  height: auto;
  margin: 10px 20px;
  overflow: hidden;
  table-layout: fixed;
  width: 45%;
}
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .form-item.form-group,
.page-prix-decouvertes form .container-inline-date .form-item.form-group,
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .date-padding,
.page-prix-decouvertes form .container-inline-date .date-padding {
  margin: 0;
  width: 100%;
}
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .form-item.form-group .form-item.form-group,
.page-prix-decouvertes form .container-inline-date .form-item.form-group .form-item.form-group,
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .date-padding .form-item.form-group,
.page-prix-decouvertes form .container-inline-date .date-padding .form-item.form-group {
  margin: 0;
  width: 100%;
}
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .date-padding,
.page-prix-decouvertes form .container-inline-date .date-padding {
  margin: 0;
  float: none;
}
.page-admin-rfi-musique-prix-decouverte form .container-inline-date .date-padding label,
.page-prix-decouvertes form .container-inline-date .date-padding label {
  display: none;
}
.page-admin-rfi-musique-prix-decouverte form span.form-required,
.page-prix-decouvertes form span.form-required {
  color: #e2001a;
}
.page-admin-rfi-musique-prix-decouverte form .btn.form-submit,
.page-prix-decouvertes form .btn.form-submit {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: auto;
  padding: 5px 50px;
  text-align: center;
  text-transform: uppercase;
}
.page-admin-rfi-musique-prix-decouverte form .candidate-picture .btn.form-submit,
.page-prix-decouvertes form .candidate-picture .btn.form-submit {
  font-size: 12px;
  height: 34px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote,
.page-prix-decouvertes form.prix-decouvert-vote {
  margin-bottom: 20px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .form-control,
.page-prix-decouvertes form.prix-decouvert-vote .form-control {
  width: 100%;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .title,
.page-prix-decouvertes form.prix-decouvert-vote .title,
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .description,
.page-prix-decouvertes form.prix-decouvert-vote .description {
  margin-bottom: 20px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .dezzer,
.page-prix-decouvertes form.prix-decouvert-vote .dezzer {
  display: table;
  margin: 0 auto 20px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes {
  text-align: center;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote {
  display: inline-block;
  width: -moz-calc(88%);
  width: calc(88%);
  margin: 10px;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  min-width: 160px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote > div,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote > div {
  padding: 0 10px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .picture-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .picture-vote {
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .picture-vote img,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .picture-vote img {
  margin: 0 auto;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote {
  margin-bottom: 20px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote .firstname-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote .firstname-vote {
  text-transform: capitalize;
  word-wrap: break-word;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote .name-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .identity-vote .name-vote {
  text-transform: uppercase;
  word-wrap: break-word;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .title1-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .title1-vote,
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .title2-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .info-vote .title2-vote {
  text-align: left;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote .radio-vote,
.page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote .radio-vote {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .container-form-infos,
.page-prix-decouvertes form.prix-decouvert-vote .container-form-infos {
  display: none;
  margin: 0 auto;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .container-form-infos .form-item-email,
.page-prix-decouvertes form.prix-decouvert-vote .container-form-infos .form-item-email {
  display: block;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .container-form-infos .form-item.form-group,
.page-prix-decouvertes form.prix-decouvert-vote .container-form-infos .form-item.form-group {
  display: block;
  width: auto;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .container-form-infos .captcha,
.page-prix-decouvertes form.prix-decouvert-vote .container-form-infos .captcha {
  margin: 10px 20px;
  display: table;
  margin: 0 auto;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .container-form-infos button.form-submit,
.page-prix-decouvertes form.prix-decouvert-vote .container-form-infos button.form-submit {
  margin: 10px auto;
}
.page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .no-result,
.page-prix-decouvertes form.prix-decouvert-vote .no-result {
  text-align: center;
  margin-bottom: 20px;
  color: #ff0000;
}
.page-admin-rfi-musique-prix-decouverte form.no-result .captcha,
.page-prix-decouvertes form.no-result .captcha {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 679px) {
  .page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote,
  .page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote {
    width: -moz-calc(38%);
    width: calc(38%);
  }
}
@media screen and (min-width: 680px) {
  .page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote,
  .page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote {
    width: -moz-calc(13%);
    width: calc(13%);
  }
}
@media screen and (min-width: 998px) {
  .page-admin-rfi-musique-prix-decouverte form.prix-decouvert-vote .candidates-votes .radios-info-vote,
  .page-prix-decouvertes form.prix-decouvert-vote .candidates-votes .radios-info-vote {
    width: -moz-calc(16%);
    width: calc(16%);
  }
}
.node-type-artiste .artiste__entete .category {
  color: #F0431B;
}
.node-type-artiste .artiste__entete .artiste__title {
  padding-left: 71px;
}
.node-type-artiste .block-top-sharer .sharethis-buttons .sharethis-bar {
  position: absolute;
  right: 0;
}
.node-type-artiste .artiste__image figure {
  width: 100%;
}
.node-type-artiste .artiste__image figure .credit {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-shadow: 1px 1px #000000;
}
.node-type-artiste .artiste__ad {
  float: right;
  width: 332px;
  padding: 16px 16px 0 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.node-type-artiste .artiste-passport {
  min-height: 266px;
  background-color: #F0431B;
  margin-right: 332px;
  overflow: hidden;
  color: white;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
  margin-bottom: 50px;
}
.node-type-artiste .artiste-passport .title-passport {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  width: 165px;
  float: left;
}
.node-type-artiste .artiste-passport .info-passport {
  margin-left: 185px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  overflow: hidden;
}
.node-type-artiste .artiste-passport .info-passport .field-label {
  font-weight: normal;
}
.node-type-artiste .artiste-passport .info-passport .field-content {
  font-family: 'Roboto Medium', Arial, sans-serif;
  font-style: normal;
}
.node-type-artiste .artiste-passport .info-passport .field-content a {
  text-decoration: underline;
  color: white;
}
.node-type-artiste .artiste-passport .info-passport .field-content a:hover {
  text-decoration: none;
  color: white;
}
.node-type-artiste h2.title {
  margin-left: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  color: black;
  line-height: 1.2;
}
.node-type-artiste .artiste__intro {
  padding: 5px 20px 20px 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  line-height: 1.6;
  border-bottom: 2px solid #f9f8f8;
}
.node-type-artiste .artiste__intro .artiste__intro_chapo {
  font-weight: bold;
}
.node-type-artiste .artiste__corps {
  padding: 10px 20px 26px 20px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 15px;
}
.node-type-artiste .artiste__corps .artiste-bio .bio-title {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #E2001A;
  margin-bottom: 15px;
}
.node-type-artiste .artiste__corps .artiste-bio .bio-content {
  overflow: hidden;
  -moz-transition: height 500ms ease;
  transition: height 500ms ease;
}
.node-type-artiste .artiste__corps .artiste-bio .bio-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 10px;
}
.node-type-artiste .artiste__corps .artiste-bio .bio-content h4.section-title {
  font-weight: bold;
}
.node-type-artiste .artiste__corps .artiste-bio button {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F0431B;
  line-height: 21px;
  margin-top: 5px;
}
.node-type-artiste .artiste__corps .artiste-bio button:before {
  display: block;
  content: '';
  width: 34px;
  height: 21px;
  float: left;
  margin-right: 7px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.73913043% 72.23942208% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.node-type-artiste .artiste__corps .artiste-bio button .text-collapse {
  display: none;
}
.node-type-artiste .artiste__corps .artiste-bio button .text-uncollapse {
  display: inline;
}
.node-type-artiste .artiste__corps .artiste-bio.opened button:before {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 31.62055336% 72.23942208% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.node-type-artiste .artiste__corps .artiste-bio.opened button .text-collapse {
  display: inline;
}
.node-type-artiste .artiste__corps .artiste-bio.opened button .text-uncollapse {
  display: none;
}
.node-type-artiste .artiste__discographie {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 0 30px 20px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 15px;
}
.node-type-artiste .artiste__discographie .title {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #E2001A;
  margin-bottom: 15px;
}
.node-type-artiste .artiste__discographie .disque-list:before,
.node-type-artiste .artiste__discographie .disque-list:after {
  content: " ";
  display: table;
}
.node-type-artiste .artiste__discographie .disque-list:after {
  clear: both;
}
.node-type-artiste .artiste__discographie .disque-list:before,
.node-type-artiste .artiste__discographie .disque-list:after {
  content: " ";
  display: table;
}
.node-type-artiste .artiste__discographie .disque-list:after {
  clear: both;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item {
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 20%;
  padding-right: 20px;
  margin-bottom: 20px;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item:nth-child(5n+5):after {
  clear: both;
  content: '';
  display: table;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item a {
  color: black;
  text-decoration: none;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item a:hover {
  text-decoration: none;
  color: #F0431B;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item .disque__image {
  margin-bottom: 8px;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item .disque-text-wrapper {
  min-height: 80px;
  /* 96 if not enough */
}
.node-type-artiste .artiste__discographie .disque-list .disque-item .disque-text-wrapper .disque-title {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 2px;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item .disque-text-wrapper .disque__info {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.node-type-artiste .artiste__discographie .disque-list .disque-item .disque-text-wrapper .disque__info div {
  display: inline-block;
}
@media (max-width: 991px) {
  .node-type-artiste .artiste__discographie .disque-list .disque-item {
    width: 25%;
  }
  .node-type-artiste .artiste__discographie .disque-list .disque-item .disque-text-wrapper .disque-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.node-type-artiste .artiste__discographie .more-link a {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F0431B;
  line-height: 21px;
}
.node-type-artiste .artiste__discographie .more-link a:before {
  display: block;
  content: '';
  width: 34px;
  height: 21px;
  float: left;
  margin-right: 7px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.73913043% 72.23942208% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.node-type-artiste .artiste__discographie .more-link.opened a:before {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 31.62055336% 72.23942208% !important;
  background-size: 1588.23529412% 4714.28571429% !important;
}
.node-type-artiste .artiste__about {
  margin-bottom: 12px;
}
.node-type-artiste .artiste__about .title {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #E2001A;
  margin-bottom: 15px;
  margin-left: 18px;
  color: #F0431B;
}
.node-type-artiste .artiste__about .title strong {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.node-type-artiste .artiste__about .flexslider {
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 64px;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li {
  padding: 0 4px 0 9px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article a {
  color: black;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article a:hover {
  color: #F0431B;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article .article-read-about-image {
  position: relative;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article .article-read-about-image .supertag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article .article-read-about-image figure {
  margin-bottom: 6px;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article .article-read-about-image figure .atom-image-information {
  display: none;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article h3 {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.node-type-artiste .artiste__about .flexslider .flex-viewport .slides li article .article-read-about__category {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav a {
  display: inline-block;
  width: 21px !important;
  height: 34px !important;
  padding-left: 21px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  opacity: 1;
  position: relative;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav a:before {
  display: none;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav a.flex-next {
  right: 0;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: 21px;
  width: 21px;
  height: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-prev a {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 1.92678227% 73.22175732% !important;
  background-size: 2571.42857143% 2911.76470588% !important;
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: 21px;
  width: 21px;
  height: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-next a {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 11.56069364% 73.22175732% !important;
  background-size: 2571.42857143% 2911.76470588% !important;
}
.node-type-artiste .artiste__artiste {
  padding-left: 20px;
}
.node-type-artiste .block-bottom-sharer {
  height: 45px;
  margin-bottom: 30px;
}
.node-type-artiste .block-bottom-sharer .sharethis-buttons .sharethis-bar {
  float: left;
}
.node-type-artiste .artiste__network {
  margin-bottom: 50px;
}
.node-type-artiste .artiste__network:before,
.node-type-artiste .artiste__network:after {
  content: " ";
  display: table;
}
.node-type-artiste .artiste__network:after {
  clear: both;
}
.node-type-artiste .artiste__network:before,
.node-type-artiste .artiste__network:after {
  content: " ";
  display: table;
}
.node-type-artiste .artiste__network:after {
  clear: both;
}
.node-type-artiste .artiste__network .block-deezer {
  float: left;
  width: 68%;
}
.node-type-artiste .artiste__network .block-deezer .deezer-wrapper {
  padding-top: 49.3%;
  width: 100%;
  position: relative;
}
.node-type-artiste .artiste__network .block-deezer .deezer-wrapper iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.node-type-artiste .artiste__network .block-socialtabs {
  float: right;
  width: 32%;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .node-type-artiste .artiste-passport .title-passport {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .node-type-artiste .artiste-passport .info-passport {
    margin-left: 0;
  }
  .node-type-artiste .artiste__network .block-socialtabs {
    width: 300px;
  }
  .node-type-artiste .artiste__network .block-deezer {
    width: 380px;
  }
  .node-type-artiste .artiste__network .block-deezer .deezer-wrapper {
    padding-top: 86%;
  }
}
@media only screen and (max-width: 719px) {
  .node-type-artiste .block-entete {
    margin-bottom: 80px;
  }
  .node-type-artiste .block-entete .title {
    padding-left: 8px;
  }
  .node-type-artiste .block-top-sharer .sharethis-buttons .sharethis-bar {
    width: 100%;
    position: absolute;
    right: 50%;
    top: -60px;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .node-type-artiste .artiste__ad {
    display: none;
  }
  .node-type-artiste .artiste-passport {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .node-type-artiste .artiste__discographie {
    display: none;
  }
  .node-type-artiste .artiste__network .block-deezer {
    float: none;
    width: 100%;
  }
  .node-type-artiste .artiste__network .block-deezer .deezer-wrapper {
    padding-top: 100%;
  }
  .node-type-artiste .artiste__network .block-socialtabs {
    display: none;
  }
  .node-type-artiste .article__crosslinking .block-same-subject {
    background-color: #f1efef;
    padding: 10px;
    margin-bottom: 28px;
  }
  .node-type-artiste .article__crosslinking .block-same-subject .block-title {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .node-type-artiste .article__crosslinking .block-same-subject .list-articles {
    margin-left: 0;
  }
  .node-type-artiste .article__crosslinking .block-same-subject .list-articles .article-same-subject {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .node-type-artiste .block-bottom-sharer {
    text-align: center;
  }
  .node-type-artiste .block-bottom-sharer .sharethis-buttons .sharethis-bar {
    float: none;
  }
  .node-type-artiste .artiste__about .title {
    line-height: 1;
    margin-right: 18px;
  }
  .node-type-artiste .artiste__about .title strong:before {
    content: '';
    clear: both;
    display: block;
  }
  .node-type-artiste .artiste__about .flexslider {
    padding: 0 44px;
  }
  .node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-prev {
    left: 15px;
  }
  .node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-next {
    right: 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .node-type-artiste .artiste__entete:before {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.07438017% 16.27408994% !important;
    background-size: 964.28571429% 1767.85714286% !important;
  }
  .node-type-artiste .artiste__corps .artiste-bio button:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.73913043% 72.23942208% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .node-type-artiste .artiste__corps .artiste-bio.opened button:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 31.62055336% 72.23942208% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .node-type-artiste .artiste__discographie .more-link a:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.73913043% 72.23942208% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .node-type-artiste .artiste__discographie .more-link.opened a:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 31.62055336% 72.23942208% !important;
    background-size: 1588.23529412% 4714.28571429% !important;
  }
  .node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-prev a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 0.96339114% 36.61087866% !important;
    background-size: 2571.42857143% 2911.76470588% !important;
  }
  .node-type-artiste .artiste__about .flexslider .flex-direction-nav .flex-nav-next a {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 5.78034682% 36.61087866% !important;
    background-size: 2571.42857143% 2911.76470588% !important;
  }
}
.node-type-emission .main-container > section {
  background-color: transparent;
  box-shadow: none;
}
.node-type-emission .main-container > section .emission-entete {
  background-color: white;
  box-shadow: 0px 0px 40px 0px #cccccc;
}
.node-type-emission .main-container > section .emission-entete .submenu ul li a:hover,
.node-type-emission .main-container > section .emission-entete .submenu ul li a.active {
  border-bottom: 6px solid #EF8266;
}
.node-type-emission .main-container > section article.emission {
  position: relative;
  background-color: white;
  padding-bottom: 45px;
}
.node-type-emission .main-container > section article.emission .emission {
  -moz-transition: height 1300ms ease;
  transition: height 1300ms ease;
  overflow: hidden;
}
.node-type-emission .main-container > section article.emission .toggle-btn {
  position: absolute;
  left: 25%;
  bottom: 0;
  color: #EF8266;
  height: 35px;
  line-height: 35px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.node-type-emission .main-container > section article.emission .toggle-btn .fermer {
  display: none;
}
.node-type-emission .main-container > section article.emission .toggle-btn:before {
  content: '';
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.68316832% 77.80104712% !important;
  background-size: 1542.85714286% 2828.57142857% !important;
}
.node-type-emission .main-container > section article.emission.opened .toggle-btn .fermer {
  display: inline;
}
.node-type-emission .main-container > section article.emission.opened .toggle-btn .ouvrir {
  display: none;
}
.node-type-emission .main-container > section article.emission.opened .toggle-btn:before {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 31.58415842% 77.80104712% !important;
  background-size: 1542.85714286% 2828.57142857% !important;
}
.node-type-emission .main-container > section article.emission .emission__media {
  text-align: center;
}
.node-type-emission .main-container > section article.emission .emission__media img {
  width: 90%;
  margin-top: 20px;
  display: inline-block;
}
.node-type-emission .main-container > section article.emission h1 {
  margin-top: 34px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  color: #e2001a;
  text-transform: uppercase;
}
.node-type-emission .main-container > section article.emission .emission__auteur {
  margin-bottom: 15px;
}
.node-type-emission .main-container > section article.emission .emission__auteur a {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  color: black;
  line-height: 1.2;
  text-transform: uppercase;
}
.node-type-emission .main-container > section article.emission .emission__auteur a:hover {
  color: #e2001a;
}
.node-type-emission .main-container > section article.emission .emission__auteur a:not(:last-child):after {
  content: " -";
}
.node-type-emission .main-container > section article.emission .emission__auteur a:hover {
  color: #e2001a;
}
.node-type-emission .main-container > section article.emission .emission__intro,
.node-type-emission .main-container > section article.emission .emission__contenu {
  margin-right: 22px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.node-type-emission .main-container > section article.emission .emission__intro a,
.node-type-emission .main-container > section article.emission .emission__contenu a {
  color: #EF8266;
}
.node-type-emission .main-container > section article.emission .emission__intro a:hover,
.node-type-emission .main-container > section article.emission .emission__contenu a:hover {
  text-decoration: underline;
}
.node-type-emission .main-container > section article.emission .emission__intro p,
.node-type-emission .main-container > section article.emission .emission__contenu p {
  margin-bottom: 15px;
}
.node-type-emission .main-container > section article.emission .emission__intro {
  background-color: transparent;
  margin-bottom: 15px;
}
.node-type-emission .main-container > section article.emission .emission__contenu {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.node-type-emission .main-container > section article.emission .emission__more-info {
  margin-right: 22px;
  padding-bottom: 20px;
}
.node-type-emission .main-container > section article.emission .emission__more-info:before,
.node-type-emission .main-container > section article.emission .emission__more-info:after {
  content: " ";
  display: table;
}
.node-type-emission .main-container > section article.emission .emission__more-info:after {
  clear: both;
}
.node-type-emission .main-container > section article.emission .emission__more-info:before,
.node-type-emission .main-container > section article.emission .emission__more-info:after {
  content: " ";
  display: table;
}
.node-type-emission .main-container > section article.emission .emission__more-info:after {
  clear: both;
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left button {
  margin-bottom: 22px;
  background-color: #EF8266;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  color: white;
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left button:before {
  content: '';
  display: block;
  float: left;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 80.7% 38.26315789% !important;
  background-size: 1350% 2475% !important;
  height: 40px;
  width: 40px;
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .emission__schedule {
  margin-right: 60px;
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .emission__schedule .schedule-title {
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  color: #EF8266;
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .emission__schedule .schedule-content p {
  margin: 0;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
}
@media only screen and (min-width: 992px) {
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left {
    float: left;
    width: 365px;
  }
}
.node-type-emission .main-container > section article.emission .emission__more-info .emission-info-right {
  display: none;
}
@media only screen and (min-width: 992px) {
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-right {
    display: block;
    float: right;
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .node-type-emission .main-container > section article.emission .emission__calendar-social {
    display: block;
    padding-bottom: 10px;
    margin-right: 22px;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social:before,
  .node-type-emission .main-container > section article.emission .emission__calendar-social:after {
    content: " ";
    display: table;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social:after {
    clear: both;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social:before,
  .node-type-emission .main-container > section article.emission .emission__calendar-social:after {
    content: " ";
    display: table;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social:after {
    clear: both;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .calendar {
    float: left;
    width: 365px;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .block-socialtabs {
    float: right;
    width: 300px;
    padding-right: 0;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .block-socialtabs .quicktabs-wrapper .quicktabs_main {
    padding-top: 130%;
  }
}
.node-type-emission .pagination li a:hover {
  background-color: #EF8266;
}
.node-type-emission .pagination li.active span,
.node-type-emission .pagination li.active span:hover {
  background-color: #EF8266;
}
.node-type-emission .pagination li.pager-first a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 66.6023166% 31.55991736% !important;
  background-size: 2454.54545455% 4500% !important;
}
.node-type-emission .pagination li.pager-last a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 78.18532819% 31.55991736% !important;
  background-size: 2454.54545455% 4500% !important;
}
.node-type-emission .pagination li.prev a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 69.82758621% 31.55991736% !important;
  background-size: 3000% 4500% !important;
}
.node-type-emission .pagination li.next a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 73.65900383% 31.55991736% !important;
  background-size: 3000% 4500% !important;
}
@media only screen and (max-width: 991px) {
  .node-type-emission .main-container > section article.emission .emission__media figure {
    margin: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .node-type-emission .main-container > section article.emission .emission__media:before,
  .node-type-emission .main-container > section article.emission .emission__media:after {
    display: none;
  }
  .node-type-emission .main-container > section article.emission .sharethis-buttons {
    float: right;
  }
  .node-type-emission .main-container > section article.emission .title {
    line-height: 1;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .calendar {
    width: 100%;
    margin-bottom: 30px;
  }
  .node-type-emission .main-container > section article.emission .block-socialtabs {
    width: 324px;
  }
}
@media only screen and (max-width: 719px) {
  .node-type-emission .main-container > section article.emission .col-sm-3 {
    margin-top: 60px;
  }
  .node-type-emission .main-container > section article.emission .col-sm-9 {
    position: static;
  }
  .node-type-emission .main-container > section article.emission .emission__media {
    position: relative;
    padding-bottom: 52.65%;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }
  .node-type-emission .main-container > section article.emission .emission__media img {
    width: 80%;
    margin: 20px 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .node-type-emission .main-container > section article.emission .sharethis-buttons {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .node-type-emission .main-container > section article.emission h1 {
    margin: 0 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .node-type-emission .main-container > section article.emission .emission__auteur {
    margin: 0 20px 10px;
  }
  .node-type-emission .main-container > section article.emission .emission__auteur a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .node-type-emission .main-container > section article.emission .emission__intro,
  .node-type-emission .main-container > section article.emission .emission__contenu {
    margin: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-emission .main-container > section article.emission .emission__intro a,
  .node-type-emission .main-container > section article.emission .emission__contenu a {
    color: #EF8266;
  }
  .node-type-emission .main-container > section article.emission .emission__intro a:hover,
  .node-type-emission .main-container > section article.emission .emission__contenu a:hover {
    text-decoration: underline;
  }
  .node-type-emission .main-container > section article.emission .emission__intro p,
  .node-type-emission .main-container > section article.emission .emission__contenu p {
    margin-bottom: 15px;
  }
  .node-type-emission .main-container > section article.emission .emission__contenu {
    padding-bottom: 10px;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info {
    margin: 0 20px;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .edition-podcast {
    margin-bottom: 10px;
    text-align: center;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .edition-podcast .edition-list-podcast {
    display: inline-block;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .edition-podcast .edition-list-podcast li a {
    margin: 0 15px;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .emission__schedule .schedule-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left .emission__schedule .schedule-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .calendar {
    display: none;
  }
  .node-type-emission .main-container > section article.emission .emission__calendar-social .block-socialtabs {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .node-type-emission .main-container > section article.emission .toggle-btn:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 21.68316832% 77.80104712% !important;
    background-size: 1542.85714286% 2828.57142857% !important;
  }
  .node-type-emission .main-container > section article.emission.opened .toggle-btn:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 31.58415842% 77.80104712% !important;
    background-size: 1542.85714286% 2828.57142857% !important;
  }
  .node-type-emission .main-container > section article.emission .emission__more-info .emission-info-left button:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 80.7% 38.26315789% !important;
    background-size: 1350% 2475% !important;
  }
  .pagination li.pager-first a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 66.6023166% 31.55991736% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.pager-last a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 78.18532819% 31.55991736% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.prev a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.82758621% 31.55991736% !important;
    background-size: 3000% 4500% !important;
  }
  .pagination li.next a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 73.65900383% 31.55991736% !important;
    background-size: 3000% 4500% !important;
  }
}
.node-type-edition .main-container > section {
  background-color: transparent;
  box-shadow: none;
}
.node-type-edition .main-container > section .block-entete-with-submenu {
  background-color: white;
  box-shadow: 0px 0px 40px 0px #cccccc;
}
.node-type-edition .main-container > section .block-entete-with-submenu .submenu ul li a:hover,
.node-type-edition .main-container > section .block-entete-with-submenu .submenu ul li a.active-trail,
.node-type-edition .main-container > section .block-entete-with-submenu .submenu ul li a.active {
  border-bottom: 6px solid #EF8266;
}
.node-type-edition .main-container > section article.edition {
  position: relative;
  background-color: white;
  padding-bottom: 45px;
}
.node-type-edition .main-container > section article.edition a {
  color: #EF8266;
}
.node-type-edition .main-container > section article.edition .field-calendar .events-infos ul li a {
  color: #ffffff;
}
.node-type-edition .main-container > section article.edition .edition-emission {
  background-color: #f1f0ee;
  margin-bottom: 30px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission {
  -moz-transition: height 1300ms ease;
  transition: height 1300ms ease;
  overflow: hidden;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__media img {
  width: 90%;
  top: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .title {
  margin-top: 15px;
  margin-bottom: 12px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .title a {
  line-height: 1.2;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  color: #e2001a;
  text-transform: uppercase;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__auteur {
  margin-bottom: 10px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__auteur a {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  color: black;
  text-transform: uppercase;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-link-to-open-mobile {
  display: none;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__intro,
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__contenu {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 12px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__intro p,
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__contenu p {
  margin-bottom: 12px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission__contenu {
  margin-bottom: 35px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 {
  margin-bottom: 10px;
  padding-right: 30px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .use-ajax {
  color: #EF8266;
  line-height: 35px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .use-ajax .fermer {
  display: none;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .use-ajax:before {
  content: '';
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 31.58415842% 77.80104712% !important;
  background-size: 1542.85714286% 2828.57142857% !important;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info {
  margin-right: 22px;
  padding-bottom: 20px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:before,
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:before,
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-left .emission__schedule {
  margin-bottom: 20px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-left .emission__schedule .schedule-title {
  font-family: 'Roboto Light', Arial, sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  color: #EF8266;
  margin-bottom: 15px;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-left .emission__schedule .schedule-content p {
  margin: 0;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
}
@media only screen and (min-width: 992px) {
  .node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-left {
    float: left;
    width: 250px;
    max-width: 350px;
  }
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-right {
  float: none;
}
.node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-right .field-calendar {
  border: 1px solid #dad9d9;
}
@media only screen and (min-width: 992px) {
  .node-type-edition .main-container > section article.edition .edition-emission .emission .emission-more-info .emission-info-right {
    display: block;
    float: right;
    width: 356px;
  }
}
.node-type-edition .main-container > section article.edition .edition-emission .emission.teaser .use-ajax:before {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 21.68316832% 77.80104712% !important;
  background-size: 1542.85714286% 2828.57142857% !important;
}
.node-type-edition .main-container > section article.edition .edition__entete {
  padding-left: 20px;
  margin-bottom: 20px;
}
.node-type-edition .main-container > section article.edition .edition__entete .edition__title {
  line-height: 1.2;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  color: black;
  margin-right: 280px;
}
.node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons {
  float: right;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast {
  margin-right: 320px;
  padding: 0 20px;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast:before,
.node-type-edition .main-container > section article.edition .edition__sound_podcast:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast:before,
.node-type-edition .main-container > section article.edition .edition__sound_podcast:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast .edition-podcast {
  float: right;
  margin-top: 20px;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link a {
  display: inline-block;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  line-height: 54px;
  background-color: #EF8266;
  padding-right: 15px;
}
.node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link a:before {
  content: '';
  display: block;
  float: left;
  width: 54px;
  height: 54px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 62.34567901% 38.78205128% !important;
  background-size: 1000% 1833.33333333% !important;
}
.node-type-edition .main-container > section article.edition .edition__image {
  padding: 0 20px;
  margin-bottom: 22px;
}
.node-type-edition .main-container > section article.edition .edition__image:before,
.node-type-edition .main-container > section article.edition .edition__image:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition__image:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition__image:before,
.node-type-edition .main-container > section article.edition .edition__image:after {
  content: " ";
  display: table;
}
.node-type-edition .main-container > section article.edition .edition__image:after {
  clear: both;
}
.node-type-edition .main-container > section article.edition .edition__image figure {
  width: auto;
  margin-right: 0;
  position: relative;
  max-width: 664px;
  float: left;
}
.node-type-edition .main-container > section article.edition .edition__image figure img {
  width: 100%;
  height: auto;
}
.node-type-edition .main-container > section article.edition .edition__image figure .infos {
  color: #989898;
  font-size: 12px;
  padding-top: 4px;
  position: relative;
}
.node-type-edition .main-container > section article.edition .edition__image figure .infos .titre {
  text-transform: uppercase;
}
.node-type-edition .main-container > section article.edition .edition__image figure .infos .credit {
  position: absolute;
  color: white;
  right: 10px;
  top: -20px;
  text-shadow: 1px 1px #000;
}
.node-type-edition .main-container > section article.edition .edition__image figure .infos .legende {
  display: block;
  height: 1.5em;
}
.node-type-edition .main-container > section article.edition .edition__image .edition__ad {
  float: right;
  width: 300px;
}
.node-type-edition .main-container > section article.edition .edition__date {
  padding: 0 20px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
  margin-bottom: 25px;
}
.node-type-edition .main-container > section article.edition .edition__intro {
  padding: 0 20px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 25px;
  font-weight: bold;
}
.node-type-edition .main-container > section article.edition .edition__corps {
  padding: 0 20px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 20px;
}
.node-type-edition .main-container > section article.edition .edition__corps p {
  margin-bottom: 15px;
}
.node-type-edition .main-container > section article.edition .edition__corps a {
  color: #EF8266;
}
.node-type-edition .main-container > section article.edition .edition__corps figure {
  position: relative;
}
.node-type-edition .main-container > section article.edition .edition__corps figure .titre {
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 0.5em 0;
}
.node-type-edition .main-container > section article.edition .edition__corps figure .infos {
  color: #989898;
  font-size: 0.8em;
  padding-top: 4px;
}
.node-type-edition .main-container > section article.edition .edition__corps figure .infos .titre {
  text-transform: uppercase;
}
.node-type-edition .main-container > section article.edition .edition__corps figure .infos .credit {
  position: absolute;
  color: white;
  right: 10px;
  bottom: 25px;
  text-shadow: 2px 2px 5px #000;
}
.node-type-edition .main-container > section article.edition .edition__corps figure .infos .legende {
  display: block;
  height: 1.5em;
}
.node-type-edition .main-container > section article.edition .edition__auteur {
  padding: 20px 20px 0;
  clear: both;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
  margin-bottom: 20px;
  font-weight: bold;
}
.node-type-edition .main-container > section article.edition .edition__artiste {
  padding: 0 20px;
  margin-bottom: 25px;
}
.node-type-edition .main-container > section article.edition .sharethis-bottom {
  float: left;
}
.node-type-edition .region-content-next {
  background-color: white;
  padding-bottom: 25px;
}
.node-type-edition .region-content-next:before,
.node-type-edition .region-content-next:after {
  content: " ";
  display: table;
}
.node-type-edition .region-content-next:after {
  clear: both;
}
.node-type-edition .region-content-next:before,
.node-type-edition .region-content-next:after {
  content: " ";
  display: table;
}
.node-type-edition .region-content-next:after {
  clear: both;
}
.node-type-edition .region-content-next .block-quicktabs {
  width: 32%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 22px;
  float: right;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:before,
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:after {
  content: " ";
  display: table;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:after {
  clear: both;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:before,
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:after {
  content: " ";
  display: table;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs:after {
  clear: both;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs li {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #c7bfba;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs li a {
  text-decoration: none;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-transform: uppercase;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs li a:hover {
  text-decoration: none;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs-tabs li.active {
  background-color: #2ab5c6;
}
.node-type-edition .region-content-next .block-quicktabs .blaster {
  height: 34px;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs_main {
  border: 1px solid #2ab5c6;
  position: relative;
  width: 100%;
  padding-top: 111%;
  overflow: hidden;
}
.node-type-edition .region-content-next .block-quicktabs .quicktabs_main .quicktabs-tabpage {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.node-type-edition .region-content-next .block-quicktabs .block-title {
  display: none;
}
.node-type-edition .region-content-next .block-edition-next .block-title {
  font-weight: normal;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  color: #EF8266;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 16px;
  padding-left: 20px;
}
.node-type-edition .region-content-next .block-edition-next .block-title .thin {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
}
.node-type-edition .region-content-next .block-edition-next .edition-next {
  width: 66%;
  float: left;
  background-color: white;
  padding-left: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 50px;
}
.node-type-edition .region-content-next .block-edition-next .edition-next a {
  color: black;
}
.node-type-edition .region-content-next .block-edition-next .edition-next a .edition__date {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.node-type-edition .region-content-next .block-edition-next .edition-next a .edition-content-left {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: left;
  width: 46%;
  padding-top: 10px;
}
.node-type-edition .region-content-next .block-edition-next .edition-next a .edition-content-left .ratio4x3 {
  margin-right: 12px;
}
.node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: right;
  width: 54%;
  padding-left: 14px;
  padding-right: 15px;
}
.node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right a .title {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 16px;
  line-height: 1.4;
}
.node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right .intro {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.node-type-edition .region-content-bottom {
  background-color: #f1efef;
  padding-top: 12px;
}
.node-type-edition .region-content-bottom .pagination li a:hover {
  background-color: #EF8266;
}
.node-type-edition .region-content-bottom .pagination li.active span,
.node-type-edition .region-content-bottom .pagination li.active span:hover {
  background-color: #EF8266;
}
.node-type-edition .region-content-bottom .pagination li.pager-first a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 66.6023166% 31.55991736% !important;
  background-size: 2454.54545455% 4500% !important;
}
.node-type-edition .region-content-bottom .pagination li.pager-last a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 78.18532819% 31.55991736% !important;
  background-size: 2454.54545455% 4500% !important;
}
.node-type-edition .region-content-bottom .pagination li.prev a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 69.82758621% 31.55991736% !important;
  background-size: 3000% 4500% !important;
}
.node-type-edition .region-content-bottom .pagination li.next a:hover {
  background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 73.65900383% 31.55991736% !important;
  background-size: 3000% 4500% !important;
}
.masonry-item.masonry-item-2 figure .infos,
.view .views-row-first figure .infos {
  display: block !important;
  position: absolute;
  right: 10px;
  bottom: -10px;
  color: #989898;
  font-size: 0.8em;
}
.masonry-item.masonry-item-2 figure .infos .credit,
.view .views-row-first figure .infos .credit {
  color: white;
  text-shadow: 2px 2px 5px #000;
}
.masonry-item figure .infos,
.view .views-row figure .infos,
.view .row figure .infos,
.view .artiste-liste figure .infos,
.view .article-read-about figure .infos {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .node-type-edition .main-container > section article.edition .edition__image figure {
    max-width: 620px;
  }
}
@media only screen and (max-width: 991px) {
  .node-type-edition .main-container > section article.edition .edition-emission .emission .emission-link-to-open {
    display: none;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .emission-link-to-open-mobile {
    display: inline;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .title a {
    line-height: 1;
  }
  .node-type-edition .main-container > section article.edition .edition__entete {
    position: relative;
  }
  .node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons {
    position: absolute;
    bottom: -70px;
    right: 20px;
  }
  .node-type-edition .main-container > section article.edition .edition__entete .edition__title {
    margin-right: 20px;
  }
  .node-type-edition .main-container > section article.edition .edition__image figure {
    margin: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .node-type-edition .main-container > section article.edition .edition__image:before,
  .node-type-edition .main-container > section article.edition .edition__image:after {
    display: none;
  }
  .node-type-edition .main-container > section article.edition .edition__image .edition__ad {
    margin-left: 30px;
  }
  .node-type-edition .main-container > section article.edition .edition__intro {
    line-height: 1.4;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast {
    margin-right: 0;
    margin-right: 200px;
  }
  .node-type-edition .region-content-next {
    padding: 0 20px 30px;
  }
  .node-type-edition .region-content-next .block-quicktabs {
    width: 300px;
    padding: 0;
  }
  .node-type-edition .region-content-next .block-edition-next {
    width: 320px;
    float: left;
  }
  .node-type-edition .region-content-next .block-edition-next .block-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0;
  }
  .node-type-edition .region-content-next .block-edition-next .edition-next {
    width: 100%;
    padding: 0;
    float: none;
  }
  .node-type-edition .region-content-next .block-edition-next .edition-next a .edition-content-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right a .title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .node-type-edition .main-container > section article.edition {
    padding-bottom: 30px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission {
    padding-top: 60px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .emission__media {
    position: relative;
    padding-bottom: 52.65%;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 {
    padding: 0;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .title {
    margin: 0 20px 10px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .title a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission__auteur {
    margin: 0 20px 10px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission__auteur a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission__intro {
    margin: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission-link-to-open-mobile {
    padding: 0 20px;
    display: inline-block;
    line-height: 1;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission-link-to-open-mobile:before {
    vertical-align: bottom;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission .col-sm-9 .emission-link-to-open-mobile span {
    line-height: 35px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .use-ajax.ajax-processed {
    padding: 0 20px;
    display: inline-block;
    line-height: 1;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .use-ajax.ajax-processed:before {
    vertical-align: bottom;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .use-ajax.ajax-processed span {
    line-height: 35px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .emission__contenu {
    margin: 0 20px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .emission-more-info {
    padding-bottom: 0;
    margin: 0 20px;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .emission-more-info .emission-info-left .emission__schedule .schedule-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .emission-more-info .emission-info-left .emission__schedule .schedule-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-edition .main-container > section article.edition .edition-emission .emission.emission-opened .col-sm-9 .emission-more-info .emission-info-right .field-calendar {
    display: none;
  }
  .node-type-edition .main-container > section article.edition .edition__entete {
    padding-left: 0;
    position: static;
  }
  .node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons {
    position: absolute;
    top: 15px;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons .sharethis-bar,
  .node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons .sharethis-bar.opened,
  .node-type-edition .main-container > section article.edition .edition__entete .sharethis-buttons .sharethis-bar:hover {
    background-color: #f1f0ee;
  }
  .node-type-edition .main-container > section article.edition .edition__entete .edition__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 20px;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast {
    margin: 0 20px;
    padding: 0;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link {
    margin-bottom: 15px;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link a {
    padding: 2px;
    line-height: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link a:before {
    width: 30px;
    height: 30px;
    margin: 4px;
    background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 62% 38.94736842% !important;
    background-size: 1350% 2475% !important;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast .player-link a .btn-label {
    display: none;
  }
  .node-type-edition .main-container > section article.edition .edition__sound_podcast .edition-podcast {
    margin: 10px 0;
  }
  .node-type-edition .main-container > section article.edition .edition__image .edition__ad {
    display: none;
  }
  .node-type-edition .main-container > section article.edition .sharethis-bottom {
    float: none;
  }
  .node-type-edition .region-content-next .block-quicktabs {
    width: 100%;
  }
  .node-type-edition .region-content-next .block-edition-next {
    width: 280px;
  }
  .node-type-edition .region-content-next .block-edition-next .edition-next .edition-content-right a .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .pagination li.pager-first a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 66.6023166% 31.55991736% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.pager-last a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 78.18532819% 31.55991736% !important;
    background-size: 2454.54545455% 4500% !important;
  }
  .pagination li.prev a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.82758621% 31.55991736% !important;
    background-size: 3000% 4500% !important;
  }
  .pagination li.next a:hover {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 73.65900383% 31.55991736% !important;
    background-size: 3000% 4500% !important;
  }
}
.node-type-article .article__entete .category {
  color: #F0431B;
}
.node-type-article .article__entete .article__title {
  padding-left: 71px;
  padding-right: 140px;
  line-height: 1.1;
}
.node-type-article .block-top-sharer .sharethis-buttons .sharethis-bar {
  position: absolute;
  right: 0;
}
.node-type-article .article__image {
  position: relative;
  margin-bottom: 10px;
}
.node-type-article .article__image figure {
  width: 100%;
  position: relative;
}
.node-type-article .article__image figure .infos {
  padding: 10px 20px;
  color: #989898;
  line-height: 1.2;
  height: 45px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.node-type-article .article__image figure .infos .titre {
  text-transform: uppercase;
}
.node-type-article .article__image figure .infos .credit {
  position: absolute;
  bottom: 55px;
  right: 10px;
  color: white;
  text-shadow: 1px 1px #000000;
}
.node-type-article .article__image figure.image-chronique {
  position: absolute;
  top: 0;
}
.node-type-article .article__date {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  color: black;
  margin-bottom: 40px;
  padding: 0 20px;
}
.node-type-article .article__ad {
  float: right;
  width: 332px;
  padding: 0 16px 20px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.node-type-article .article__intro {
  padding: 0 20px;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.node-type-article .article__intro p {
  margin-bottom: 0;
}
.node-type-article .article__intro p:last-child {
  margin-bottom: 16px;
}
.node-type-article .article__corps {
  padding: 0 20px;
  margin-bottom: 25px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.node-type-article .article__corps p {
  margin-bottom: 16px;
}
.node-type-article .article__corps a {
  color: #F0431B;
}
.node-type-article .article__corps iframe {
  max-width: 100% !important;
}
.node-type-article .article__artiste {
  padding: 0 20px;
}
.node-type-article .article__auteur {
  padding: 0 20px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
  margin-bottom: 20px;
  font-weight: bold;
}
.node-type-article .article__auteur a {
  color: black;
}
.node-type-article .block-bottom-sharer {
  height: 45px;
  margin-bottom: 30px;
}
.node-type-article .block-bottom-sharer .sharethis-buttons .sharethis-bar {
  float: left;
}
.node-type-article .has-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.node-type-article .has-video .video-container iframe,
.node-type-article .has-video .video-container object,
.node-type-article .has-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .node-type-article .article__entete {
    margin-bottom: 20px;
  }
  .node-type-article .block-entete .title {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.1;
  }
  .node-type-article .article__ad {
    display: none;
  }
  .node-type-article .block-top-sharer,
  .node-type-article .block-bottom-sharer {
    margin-bottom: 15px;
  }
  .node-type-article .block-top-sharer .sharethis-buttons .sharethis-bar,
  .node-type-article .block-bottom-sharer .sharethis-buttons .sharethis-bar {
    float: none;
    position: static;
    right: auto;
  }
  .node-type-article .article__date {
    margin-bottom: 20px;
  }
  #rfi-musique-player #data {
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .node-type-article .has-video .block-top-sharer {
    margin-bottom: 15px;
  }
  .node-type-article .has-video .block-top-sharer .sharethis-buttons .sharethis-bar {
    float: none;
    position: static;
    right: auto;
  }
  .has-video .sharethis-buttons .sharethis-bar .sharethis-wrapper .sharethis-innerwrapper > span {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .node-type-article .has-video .block-top-sharer {
    margin-top: 15px;
    float: left;
  }
  .node-type-article .has-video .block-entete.article__entete {
    float: left;
  }
}
.node-type-front-page .main-container > section {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 720px) {
  .node-type-front-page .container {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .node-type-front-page .container {
    width: 982px;
  }
}
@media (min-width: 1200px) {
  .node-type-front-page .container {
    width: 1024px;
  }
}
.node-front-page .article-top-home {
  margin-bottom: 28px;
}
.node-front-page .flexslider {
  padding-bottom: 40px;
}
.node-front-page .flexslider .flex-control-nav {
  bottom: 6px;
}
@media (max-width: 719px) {
  .node-front-page .article-top-home {
    margin-bottom: 10px;
  }
  .node-front-page .article-top-home article {
    position: relative;
  }
}
@media (min-width: 720px) {
  .node-front-page .content > div:first-child article {
    position: relative;
    background: white;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px 0 #bbb;
  }
  .node-front-page .content > div:first-child article .entete {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    background-color: transparent;
    z-index: 1;
  }
  .node-front-page .content > div:first-child article .entete .supertag {
    position: absolute;
    top: 0;
    left: 0;
  }
  .node-front-page .content > div:first-child article .entete .category {
    display: inline-block;
    padding-left: 68px;
    padding-right: 15px;
    color: black;
    background-color: white;
    line-height: 1.8;
  }
  .node-front-page .content > div:first-child article .entete .category a {
    text-transform: uppercase;
    color: black;
  }
  .node-front-page .content > div:first-child article .entete .title {
    display: block;
    padding-left: 68px;
    font-size: 31px;
    font-size: 3.1rem;
    color: black;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Roboto Black', Arial, sans-serif;
    font-style: normal;
  }
  .node-front-page .content > div:first-child article .entete .title span {
    background-color: white;
    line-height: 1.2;
    box-shadow: 20px 0 0 white, -68px 0 0 white;
    padding-bottom: 5px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
  .node-front-page .content > div:first-child article .infos {
    display: none;
  }
  .node-front-page .content > div:first-child article .image {
    margin: 0;
  }
  .node-front-page .content > div:first-child article .image .infos {
    display: block;
  }
  .node-front-page .content > div:first-child article .image .infos .credit {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    color: white;
    text-shadow: 1px 1px #000000;
  }
  .node-front-page .content > div:first-child article .blurred {
    background-color: #efeeec;
  }
  .node-front-page .content > div:first-child article .image-chronique {
    position: static;
  }
  .node-front-page .content > div:first-child article .image-chronique img {
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .node-front-page .content > div:first-child article .image-chronique:after {
    display: none;
  }
  .node-front-page .content > div:first-child article .sharethis-buttons {
    top: 0;
    height: 45px;
  }
}
@media (max-width: 720px) {
  .node-front-page .content article .block-top {
    position: relative;
  }
  .node-front-page .content article .sharethis-buttons {
    display: none;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white {
    width: 36px;
    height: 36px;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 11.01190476% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 20.93253968% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 30.8531746% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 40.77380952% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 50.69444444% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 60.61507937% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 70.53571429% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-agenda,
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 80.45634921% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-sur-les-réseaux,
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 90.37698413% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
}
@media (max-width: 719px) {
  .node-front-page .content {
    padding: 0 10px;
  }
  .node-front-page .content > div:first-child article .entete {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: auto;
  }
  .node-front-page .content > div:first-child article .entete .supertag {
    left: 0;
    position: absolute;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white {
    width: 28px;
    height: 28px;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 11.03515625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 20.80078125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 30.56640625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 40.33203125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 50.09765625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 59.86328125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 69.62890625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-agenda,
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 79.39453125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-sur-les-réseaux,
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 89.16015625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .category {
    font-size: 10.5px;
    font-size: 1.05rem;
    line-height: 28px;
    padding-left: 33px;
    padding-right: 10px;
    color: white;
    text-transform: uppercase;
  }
  .node-front-page .content > div:first-child article .entete .category a {
    color: white;
    text-transform: uppercase;
  }
  .node-front-page .content > div:first-child article .entete .title {
    display: none;
  }
  .node-front-page .content > div:first-child article figure.image-chronique {
    position: static;
  }
  .node-front-page .content > div:first-child article figure.image-chronique:after {
    display: none;
  }
  .node-front-page .content > div:first-child article figure.blurred {
    background-color: #efeeec;
  }
  .node-front-page .content > div:first-child article.article .entete {
    background-color: #F0431B;
  }
  .node-front-page .content > div:first-child article.artiste .entete {
    background-color: #F0431B;
  }
  .node-front-page .content > div:first-child article.sound .entete {
    background-color: #EF8266;
  }
  .node-front-page .content > div:first-child article.video .entete {
    background-color: #E2001A;
  }
  .node-front-page .content > div:first-child article.talent .entete {
    background-color: #882100;
  }
  .node-front-page .content > div:first-child article.discovery .entete {
    background-color: #882100;
  }
  .node-front-page .content > div:first-child article.styles .entete {
    background-color: #FF6633;
  }
  .node-front-page .content > div:first-child article.agenda .entete,
  .node-front-page .content > div:first-child article.agenda-concert .entete {
    background-color: #FFA133;
  }
  .node-front-page .content > div:first-child article.network .entete {
    background-color: #23DFD4;
  }
  .node-front-page .content > div:first-child article .image .infos {
    display: none;
  }
  .node-front-page .content > div:first-child article .sharethis-buttons {
    display: none;
  }
  .node-front-page .content > div:first-child article .infos {
    display: block;
    padding: 10px;
    background-color: white;
  }
  .node-front-page .content > div:first-child article .infos .title {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Roboto Black', Arial, sans-serif;
    font-style: normal;
    color: black;
  }
  .node-front-page .content > div:first-child article .infos .intro,
  .node-front-page .content > div:first-child article .infos .date {
    display: none;
  }
  .node-front-page .content .masonry-item {
    margin-bottom: 10px;
  }
  .node-front-page .content article .entete {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 28px;
  }
  .node-front-page .content article .entete .category {
    padding-left: 33px;
    padding-right: 10px;
    font-size: 10.5px;
    font-size: 1.05rem;
    line-height: 28px;
  }
  .node-front-page .content article .entete .supertag {
    left: 0;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white {
    width: 28px;
    height: 28px;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 11.03515625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique.png') no-repeat 20.80078125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique.png') no-repeat 30.56640625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique.png') no-repeat 40.33203125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 50.09765625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique.png') no-repeat 59.86328125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique.png') no-repeat 69.62890625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-agenda,
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique.png') no-repeat 79.39453125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-sur-les-réseaux,
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique.png') no-repeat 89.16015625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .infos {
    padding: 10px;
  }
  .node-front-page .content article .infos .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .node-front-page .content article .infos .intro,
  .node-front-page .content article .infos .date {
    display: none;
  }
  .node-front-page .content article.network .entete {
    display: none;
  }
  .node-front-page .content .block-rfi-musique-advertising .content {
    padding: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 720px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 720px), only screen and (min-resolution: 2dppx) and (max-width: 720px) {
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.01190476% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.93253968% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 30.8531746% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 40.77380952% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 50.69444444% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 60.61507937% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 70.53571429% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-agenda,
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 80.45634921% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-sur-les-réseaux,
  .node-front-page .content article .entete .supertag.supertag-big-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 90.37698413% 21.5408805% !important;
    background-size: 1500% 2750% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 719px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 719px), only screen and (min-resolution: 2dppx) and (max-width: 719px) {
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.03515625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.80078125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 30.56640625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 40.33203125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 50.09765625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 59.86328125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.62890625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-agenda,
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 79.39453125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-sur-les-réseaux,
  .node-front-page .content > div:first-child article .entete .supertag.supertag-big-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 89.16015625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-article {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 11.03515625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-artiste {
    background: #F0431B url('../../images/sprite-rfi-musique-2x.png') no-repeat 20.80078125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-sound {
    background: #EF8266 url('../../images/sprite-rfi-musique-2x.png') no-repeat 30.56640625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-video {
    background: #E2001A url('../../images/sprite-rfi-musique-2x.png') no-repeat 40.33203125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-talent {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 50.09765625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-discovery {
    background: #882100 url('../../images/sprite-rfi-musique-2x.png') no-repeat 59.86328125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-styles {
    background: #FF6633 url('../../images/sprite-rfi-musique-2x.png') no-repeat 69.62890625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-agenda,
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-agenda-concert {
    background: #FFA133 url('../../images/sprite-rfi-musique-2x.png') no-repeat 79.39453125% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-sur-les-réseaux,
  .node-front-page .content article .entete .supertag.supertag-medium-white.supertag-network {
    background: #23DFD4 url('../../images/sprite-rfi-musique-2x.png') no-repeat 89.16015625% 25.62370062% !important;
    background-size: 1928.57142857% 3535.71428571% !important;
  }
}
.page-list .view-header,
.page-list-without-masonry .view-header {
  background-color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-list .view-header .block-entete .title,
.page-list-without-masonry .view-header .block-entete .title {
  line-height: 56px;
}
.page-list .view-header .submenu,
.page-list-without-masonry .view-header .submenu {
  margin-left: 56px;
}
.page-list .view-header .submenu ul li,
.page-list-without-masonry .view-header .submenu ul li {
  line-height: 2.2em;
}
.page-list .view-header .submenu ul li a:hover,
.page-list-without-masonry .view-header .submenu ul li a:hover,
.page-list .view-header .submenu ul li a.active,
.page-list-without-masonry .view-header .submenu ul li a.active {
  border-bottom: 6px solid #F0431B;
}
.page-list .view-header .submenu ul li.active-trail a:hover,
.page-list-without-masonry .view-header .submenu ul li.active-trail a:hover,
.page-list .view-header .submenu ul li.active-trail a,
.page-list-without-masonry .view-header .submenu ul li.active-trail a {
  border-bottom: 6px solid #F0431B;
}
.page-list .view-header .submenu .menu-secondary .leaf a,
.page-list-without-masonry .view-header .submenu .menu-secondary .leaf a {
  font-weight: bold;
  font-size: 1.2rem;
}
.page-artistes .page-list .block-entete-with-submenu {
  box-shadow: none;
}
.page-list-without-masonry .view-content article,
.block-archive-list .view-content article {
  margin: 0 auto 20px;
  width: 90%;
  min-width: 300px;
  position: relative;
  background-color: white;
  min-height: 250px;
  box-shadow: 0px 0px 20px 0px #cccccc;
}
.page-list-without-masonry .view-content article figure .sticker,
.block-archive-list .view-content article figure .sticker {
  position: absolute;
  background-color: #F0431B;
  bottom: 0;
  left: 0;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  z-index: 1;
}
.page-list-without-masonry .view-content article .block-title,
.block-archive-list .view-content article .block-title {
  position: relative;
  padding-bottom: 25.2%;
  width: auto;
  overflow: hidden;
  margin: 0 14px;
}
.page-list-without-masonry .view-content article .block-title .title,
.block-archive-list .view-content article .block-title .title {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  padding: 0;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  color: black;
}
.page-list-without-masonry .view-content article.artiste-liste .block-title,
.block-archive-list .view-content article.artiste-liste .block-title {
  padding-bottom: 20%;
}
.page-list-without-masonry .view-content article a:hover .block-title .title,
.block-archive-list .view-content article a:hover .block-title .title {
  color: #F0431B;
}
.page-list-without-masonry .view-content article .date,
.block-archive-list .view-content article .date {
  margin-left: 14px;
  margin-bottom: 15px;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #989898;
}
@media only screen and (min-width: 720px) {
  .page-list-without-masonry .view-content article,
  .block-archive-list .view-content article {
    float: left;
    width: 48.5%;
    margin: 0 3% 20px 0;
  }
  .page-list-without-masonry .view-content article:nth-child(2n),
  .block-archive-list .view-content article:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-list-without-masonry .view-content article,
  .block-archive-list .view-content article {
    float: left;
    width: 32%;
    margin: 0 2% 20px 0;
  }
  .page-list-without-masonry .view-content article:nth-child(2n),
  .block-archive-list .view-content article:nth-child(2n) {
    margin: 0 2% 20px 0;
  }
  .page-list-without-masonry .view-content article:nth-child(3n),
  .block-archive-list .view-content article:nth-child(3n) {
    margin: 0 0 20px 0;
  }
}
.block-archives {
  background-color: #f1efef;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 12px 21px;
  position: relative;
}
.block-archives:before,
.block-archives:after {
  content: " ";
  display: table;
}
.block-archives:after {
  clear: both;
}
.block-archives:before,
.block-archives:after {
  content: " ";
  display: table;
}
.block-archives:after {
  clear: both;
}
.block-archives h2 {
  font-weight: normal;
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  color: black;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 16px;
}
.block-archives h2 .thin {
  font-family: 'Roboto Thin', Arial, sans-serif;
  font-style: normal;
}
.block-archives .content .text-center {
  text-align: right;
}
.block-archives .top-pager {
  position: absolute;
  top: 10px;
  right: 21px;
}
article.video span.player-video {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  right: 20px;
  bottom: 20px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 89.66861598% 61.26687435% !important;
  background-size: 2000% 3666.66666667% !important;
}
@media only screen and (max-width: 719px) {
  .page-list-without-masonry .view-content article,
  .block-archive-list .view-content article {
    min-height: auto;
  }
  .page-list-without-masonry .view-content article .block-title,
  .block-archive-list .view-content article .block-title {
    padding-bottom: 0;
  }
  .page-list-without-masonry .view-content article .block-title .title,
  .block-archive-list .view-content article .block-title .title {
    position: static;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.2;
  }
  .page-list-without-masonry .view-content article.artiste-liste .block-title,
  .block-archive-list .view-content article.artiste-liste .block-title {
    padding-bottom: 0;
  }
  .block-archives {
    padding: 12px 10px;
  }
  .block-archives .top-pager {
    display: none;
  }
  .not-front .masonry-processed {
    margin: 0 10px;
  }
  .not-front .show-more-link {
    margin: 0 10px;
  }
  .not-front .pager-show-more {
    margin: 0 10px 20px;
  }
}
#rfi-musique-player .main-content .main-container .embed_player {
  padding: 15px 25px;
}
#rfi-musique-player .main-content .main-container .deezer-widget-player-mobile {
  display: table;
  margin: 0 auto;
}
#rfi-musique-player .main-content #header-player .menu li.active-trail a:hover,
#rfi-musique-player .main-content #header-player .menu li.active-trail a {
  border-bottom: 6px solid #EF8266;
}
#rfi-musique-player .player-content.content-information-edition {
  padding: 15px 25px;
}
#rfi-musique-player .player-content.content-information-edition h1 {
  font-family: 'Roboto Black', Arial, sans-serif;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
  color: #e2001a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#rfi-musique-player .player-content.content-information-edition .content-edition-image {
  width: 50%;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission {
  float: right;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 20px;
  padding-top: 5px;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission ul {
  list-style: none;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission ul li {
  margin-bottom: 10px;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission ul li a {
  position: relative;
  font-family: 'Roboto Medium', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  padding-left: 35px;
  line-height: 1.3;
  padding-top: 3px;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission ul li a:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 89.66861598% 61.26687435% !important;
  background-size: 2000% 3666.66666667% !important;
}
#rfi-musique-player .player-content.content-information-edition .list-other-emission ul li a:hover {
  color: #EF8266;
}
#rfi-musique-player .player-content.content-information-edition .player-data {
  margin-top: 26px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher {
  margin: 10px 10px 0 0;
  width: 59px;
  height: 59px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher div.play-track div {
  width: 59px;
  height: 59px;
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 74.84407484% 70.8915145% !important;
  background-size: 915.25423729% 1677.96610169% !important;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher div.play-track div.playing {
  background: transparent url('../../images/sprite-rfi-musique.png') no-repeat 74.84407484% 63.37271751% !important;
  background-size: 915.25423729% 1677.96610169% !important;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher #bowlG {
  height: 59px;
  width: 59px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher #bowl_ringG {
  height: 59px;
  width: 59px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher .ball_holderG {
  height: 56px;
  left: 28px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #launcher .ballG {
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #data {
  margin: 0 0 0 72px;
}
#rfi-musique-player .player-content.content-information-edition .player-data #data .title {
  color: black;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
}
#rfi-musique-player .player-content.content-information-edition .player-data #data .info .author {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-style: normal;
  color: black;
}
#rfi-musique-player .player-content.content-information-edition .player-data #data .info .diff-date {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  color: black;
}
#rfi-musique-player #player {
  padding-top: 22px;
}
#rfi-musique-player #player .pl-current-block .pl-line {
  float: none;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer {
  padding: 0;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box {
  padding-bottom: 0;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:before,
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:after {
  content: " ";
  display: table;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:after {
  clear: both;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:before,
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:after {
  content: " ";
  display: table;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box:after {
  clear: both;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell {
  display: block;
  padding: 0;
  float: left;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #amountCurrent,
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #amountTotal {
  font-family: 'Roboto Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  height: 15px;
  line-height: 15px;
  padding-right: 15px;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #seek-range {
  width: 580px;
  margin-right: 6px;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #seek-range .ui-slider {
  height: 10px;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #seek-range .ui-slider-handle {
  border-radius: 18px !important;
  height: 18px !important;
  width: 18px !important;
  margin-top: 0 !important;
  margin-left: -9px;
  top: -2px !important;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume {
  width: 60px;
  height: 28px;
  top: -6px;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #pl-volume {
  margin: 0;
  -webkit-transform: scale(0.5) translateX(-50%);
     -moz-transform: scale(0.5) translateX(-50%);
      -ms-transform: scale(0.5) translateX(-50%);
          transform: scale(0.5) translateX(-50%);
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #volume {
  opacity: 0;
  width: 100px;
  left: 0;
  top: 11px;
  height: 5px;
  padding-top: 0;
  margin-left: 0;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #volume #volume-range {
  width: 80px !important;
  height: 5px !important;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #volume #volume-range .ui-slider-handle {
  border-radius: 10px !important;
  height: 10px !important;
  width: 10px !important;
  z-index: 1;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #volume #volume-range #VolumeDiv {
  float: none;
  right: 0;
  position: absolute;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume:hover #pl-volume {
  opacity: 0;
}
#rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume:hover #volume {
  opacity: 1;
}
#rfi-musique-player #audio-player-mobile {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  #rfi-musique-player .main-content #header-player .menu li {
    padding-right: 40px;
  }
  #rfi-musique-player .player-content.content-information-edition {
    padding: 5px 10px;
  }
  #rfi-musique-player .player-content.content-information-edition h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #rfi-musique-player .player-content.content-information-edition .content-edition-image {
    width: 100%;
  }
  #rfi-musique-player .player-content.content-information-edition .list-other-emission {
    float: none;
  }
  #rfi-musique-player .player-content.content-information-edition .player-data {
    margin-top: 20px;
  }
  #rfi-musique-player .player-content.content-information-edition .player-data #data .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  #rfi-musique-player #player {
    padding-top: 15px;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #seek-range {
    width: 200px;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #amountCurrent,
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #amountTotal {
    padding-right: 10px;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell #amountTotal {
    padding-left: 10px;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume {
    width: 180px;
    top: 20px;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume #volume {
    width: auto;
    opacity: 1;
    float: left;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell .pl-volume:hover #pl-volume {
    opacity: 1;
  }
  #rfi-musique-player #player .pl-current-block .pl-line #pl-timer .pl-box .pl-box-cell:last-child {
    float: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  #rfi-musique-player .player-content.content-information-edition .list-other-emission ul li a:before {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 89.66861598% 61.26687435% !important;
    background-size: 2000% 3666.66666667% !important;
  }
  #rfi-musique-player .player-content.content-information-edition .player-data #launcher div.play-track div {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 74.84407484% 70.8915145% !important;
    background-size: 915.25423729% 1677.96610169% !important;
  }
  #rfi-musique-player .player-content.content-information-edition .player-data #launcher div.play-track div.playing {
    background: transparent url('../../images/sprite-rfi-musique-2x.png') no-repeat 74.84407484% 63.37271751% !important;
    background-size: 915.25423729% 1677.96610169% !important;
  }
}
.page-list.page-list-vos-styles .view-header .block-entete .title {
  line-height: 1.1;
}
