.hm-slider {
  position: relative; }
  .hm-slider .pannel {
    width: 100%;
    height: 320px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; }
    .hm-slider .pannel .container {
      position: relative; }
    .hm-slider .pannel .pannel-content {
      position: absolute;
      top: 20px;
      right: 10px;
      z-index: 100;
      padding: 40px 25px 0;
      width: 200px;
      height: 280px;
      background: url(https://media.nexity.fr/nfr2014/image_home/pannel-content-bg.png);
      -webkit-transition: right 0.4s;
      -o-transition: right 0.4s;
      transition: right 0.4s; }
      @media all and (max-width: 1110px) {
        .hm-slider .pannel .pannel-content {
          right: 50px; } }
      .hm-slider .pannel .pannel-content .pannel-title {
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: 'Johan','Trebuchet MS',sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 1.625rem;
        color: white; }
        .hm-slider .pannel .pannel-content .pannel-title strong {
          display: block; }
      .hm-slider .pannel .pannel-content p {
        margin-bottom: 35px;
        font-family: 'Johan','Trebuchet MS',sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: white; }
  .hm-slider .rslides_nav {
    position: absolute;
    z-index: 10;
    top: 0;
    opacity: 0;
    width: 50px;
    height: 320px;
    font-size: 0.01px;
    font-size: 0rem;
    background-color: transparent;
    background-image: url(https://media.nexity.fr/nfr2014/image_home/icons/slider-nav.png);
    background-size: 200px 32px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
    .ie8 .hm-slider .rslides_nav {
      background-image: url(https://media.nexity.fr/nfr2014/image_home/icons/slider-nav-ie8.png); }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .hm-slider .rslides_nav {
        opacity: 1; } }
    @media all and (max-width: 768px) {
      .hm-slider .rslides_nav {
        opacity: 1; } }
  .hm-slider:hover .rslides_nav {
    opacity: 1; }
  .hm-slider .prev {
    left: 0;
    background-position: 0 center; }
    .hm-slider .prev:hover {
      background-position: -100px center; }
  .hm-slider .next {
    right: 50px;
    background-position: -50px center; }
    .hm-slider .next:hover {
      background-position: -150px center; }
  .hm-slider .btn {
    display: inline-block;
    padding: 0 35px 0 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    color: white;
    background: #d01c34;
    border: 0;
    vertical-align: middle;
    -webkit-transition: background 0.15s;
    -moz-transition: background 0.15s;
    -ms-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s; }
    .hm-slider .btn:hover {
      background: #4b5055; }
/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
