@charset "UTF-8";
* {
  position: relative;
  margin: 0;
  outline: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  list-style: none;
  color: inherit;
  -webkit-appearance: none; }

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

a.more {
  display: inline-block;
  font-size: 1.4rem;
  color: #585858; }
  a.more:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #EB5368;
    background-image: url("../img/tiny-arrow.png");
    background-repeat: no-repeat;
    background-position: center center; }

h1 {
  font-family: "Great Vibes";
  color: #EB5368; }

html {
  font-family: "Times", serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #222325; }
  html body.fixed h2 {
    margin-bottom: 2rem; }
  html body.fixed nav.main {
    z-index: 999;
    position: fixed;
    top: 0.5rem;
    width: 100%; }
  html body header {
    margin: 4.2rem 0 0 0;
    text-align: center; }
    html body header h1 {
      font-size: 14rem; }
    html body header h2 {
      padding: 0 0 5rem 0;
      font-size: 1.7rem;
      color: #95969A; }
    html body header nav.main {
      position: absolute;
      padding: 1rem;
      outline: 0.5rem solid #EB5368;
      border-top: 1px dashed #FFFFFF;
      border-bottom: 1px dashed #FFFFFF;
      width: 100%;
      font-size: 2rem;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      background-color: #EB5368; }
      html body header nav.main ul li {
        display: inline-block; }
        html body header nav.main ul li:not(:first-child):before {
          content: "•";
          display: inline-block;
          width: 4rem;
          color: #F298A2;
          text-shadow: none; }
    html body header div#player {
      margin: 50px auto 0 auto;
      width: 1170px; }
      html body header div#player nav {
        z-index: 2;
        position: absolute;
        left: 0;
        bottom: -23px;
        width: 100%;
        text-align: center; }
        html body header div#player nav a {
          display: inline-block;
          width: 46px;
          height: 46px;
          border-radius: 23px;
          background-color: #FFFFFF;
          background-image: url("../img/arrows.png"); }
          html body header div#player nav a:hover {
            background-color: #EB5368; }
          html body header div#player nav a[href="#left"] {
            background-position: left top; }
            html body header div#player nav a[href="#left"]:hover {
              background-position: left bottom; }
          html body header div#player nav a[href="#right"] {
            background-position: right top; }
            html body header div#player nav a[href="#right"]:hover {
              background-position: right bottom; }
      html body header div#player div.images {
        width: 100%;
        transition: left 1s;
        overflow: hidden; }
        html body header div#player div.images ul {
          white-space: nowrap; }
          html body header div#player div.images ul li {
            display: inline-block;
            width: 100%; }
            html body header div#player div.images ul li img {
              display: block;
              width: 100%;
              height: auto; }
  html body main {
    margin-top: 90px; }
    html body main h3 {
      margin: 90px auto 30px auto;
      width: 1170px;
      font-size: 3rem;
      font-weight: lighter;
      text-align: center;
      letter-spacing: 1px;
      color: #FFFFFF; }
    html body main p.presentation,
    html body main p.details {
      margin: 0 auto;
      width: 1170px;
      font-size: 1.5rem;
      line-height: 2.5rem;
      text-align: center; }
    html body main p.presentation {
      color: #999999; }
    html body main p.details {
      margin: 35px auto 0 auto;
      color: #FFFFFF; }
    html body main section#infos {
      width: 1170px;
      padding-top: 75px;
      margin: 0 auto 0 auto;
      text-align: center; }
      html body main section#infos > div {
        display: table;
        float: left;
        vertical-align: top;
        width: 390px;
        height: 390px;
        background-color: #FFFFFF;
        background-size: cover; }
        html body main section#infos > div .title {
          display: block;
          font-size: 2.5rem;
          line-height: 7rem;
          text-align: center;
          background-color: #EB5368;
          color: #FFFFFF; }
        html body main section#infos > div .subtitle {
          display: block;
          margin: 33px 33px 30px 33px;
          font-size: 2.7rem;
          text-align: left;
          color: #EB5368; }
        html body main section#infos > div p {
          margin: 0 33px;
          font-size: 1.7rem;
          line-height: 2rem;
          text-align: left;
          color: #000000; }
        html body main section#infos > div.news {
          background-image: url("../img/news_background.png"); }
        html body main section#infos > div.galery {
          background-image: url("../img/galery_background.jpg"); }
          html body main section#infos > div.galery a {
            display: block;
            margin: 115px auto 0 auto;
            width: 98px;
            height: 98px;
            font-size: 5.5rem;
            line-height: 98px;
            text-align: center;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            border-radius: 49px;
            color: #EB5368;
            background-color: rgba(255, 255, 255, 0.5); }
          html body main section#infos > div.galery .title {
            position: absolute;
            bottom: 0;
            width: 100%; }
        html body main section#infos > div.gold-book {
          background-image: url("../img/gold-book_background.png"); }
          html body main section#infos > div.gold-book a.add {
            display: block;
            position: absolute;
            top: 18px;
            right: 30px;
            width: 30px;
            height: 30px;
            background-image: url("../img/icone-livre-d-or.png");
            background-repeat: no-repeat;
            background-size: 100% auto; }
          html body main section#infos > div.gold-book ul li {
            opacity: 0;
            position: absolute;
            transition: opacity 0.3s; }
            html body main section#infos > div.gold-book ul li.active {
              opacity: 1; }
            html body main section#infos > div.gold-book ul li .subtitle:before,
            html body main section#infos > div.gold-book ul li .subtitle:after {
              content: '"'; }
    html body main section#massages {
      border-bottom: 4px solid #313234;
      margin-top: 55px;
      padding-top: 55px;
      background-image: url("../img/noise-background.jpg"); }
      html body main section#massages ul {
        margin: 0 auto;
        width: 1200px;
        -webkit-perspective: 500px; }
        html body main section#massages ul li {
          float: left;
          margin: 0 15px 30px 15px;
          padding-bottom: 27px;
          width: 570px;
          min-height: 207px;
          box-sizing: border-box;
          background-color: #FFFFFF;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: auto 100%;
          outline: 1px solid transparent;
          transition: outline 0.3s;
          cursor: pointer; }
          html body main section#massages ul li:hover {
            outline: 1px solid #EB5368; }
          html body main section#massages ul li.open {
            z-index: 2;
            position: absolute; }
          html body main section#massages ul li span.close {
            z-index: 10;
            cursor: pointer;
            position: absolute;
            display: none;
            top: -15px;
            right: -15px;
            width: 30px;
            height: 30px;
            text-align: center;
            font-size: 1.4rem;
            line-height: 30px;
            border-radius: 15px;
            color: #FFFFFF;
            background-color: #000000; }
          html body main section#massages ul li div.visual {
            position: absolute;
            width: 188px;
            height: 100%;
            background-position: center center;
            background-size: auto 100%; }
          html body main section#massages ul li h4 {
            display: block;
            padding: 30px 55px 0 243px;
            color: #EB5368;
            font-size: 2rem; }
          html body main section#massages ul li span.subtitle {
            display: block;
            padding: 20px 55px 0 243px;
            font-size: 1.6rem;
            color: #7A7A7A; }
          html body main section#massages ul li span.details {
            display: block;
            padding: 12px 55px 0 243px;
            font-size: 1.4rem;
            color: #C7C7C7; }
          html body main section#massages ul li span.more-details {
            display: none;
            padding: 12px 55px 0 243px;
            font-size: 1.4rem;
            color: #C7C7C7; }
          html body main section#massages ul li a.more {
            padding: 12px 55px 0 243px; }
          html body main section#massages ul li div.infos {
            position: absolute;
            padding-left: 188px;
            width: 100%;
            bottom: 0;
            box-sizing: border-box;
            font-size: 1rem;
            text-align: center;
            color: #000000; }
            html body main section#massages ul li div.infos div {
              float: left;
              border-top: 1px solid #F2F2F2;
              width: 50%;
              box-sizing: border-box; }
              html body main section#massages ul li div.infos div:first-child {
                border-right: 1px solid #F2F2F2; }
              html body main section#massages ul li div.infos div span {
                display: inline-block;
                padding: 0 0 0 15px;
                line-height: 26px;
                background-position: left center;
                background-repeat: no-repeat; }
                html body main section#massages ul li div.infos div span.time {
                  background-image: url("../img/clock.jpg"); }
                html body main section#massages ul li div.infos div span.price {
                  background-image: url("../img/euro.jpg"); }
  html body footer {
    margin: 0 auto;
    padding: 110px 0 78px 0;
    width: 1170px; }
    html body footer div {
      width: 390px;
      float: left; }
      html body footer div h5 {
        margin: 0 0 4rem 0;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 2rem; }
      html body footer div#career p {
        font-family: sans-serif;
        font-weight: lighter;
        font-size: 1.5rem;
        line-height: 2rem; }
        html body footer div#career p img {
          float: left;
          margin: 0 30px 25px 0;
          vertical-align: top; }
        html body footer div#career p strong {
          display: block;
          margin: 0 0 4rem 0;
          font-family: serif;
          font-size: 2rem; }
        html body footer div#career p.more-details {
          display: none; }
      html body footer div#career a.more {
        margin: 1rem 0 0 0;
        color: #EB5368; }
      html body footer div#links {
        width: 240px;
        margin-left: 130px; }
        html body footer div#links ul li {
          margin: 1rem 0;
          font-size: 1.5rem; }
          html body footer div#links ul li:before {
            content: "";
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: middle;
            width: 11px;
            height: 11px;
            border-radius: 6px;
            background-color: #EB5368;
            background-image: url("../img/tiny-arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
      html body footer div#localisation {
        width: 240px;
        margin-left: 130px; }
        html body footer div#localisation h1 {
          font-size: 5rem; }
        html body footer div#localisation p.contact {
          padding-bottom: 30px;
          border-bottom: 1px solid #666666; }
          html body footer div#localisation p.contact span {
            display: block;
            font-size: 1.6rem;
            line-height: 2.3rem; }
        html body footer div#localisation a[href^="mailto:"] {
          display: block;
          padding: 35px 0 0 30px;
          font-size: 1.65rem;
          color: #EB5368;
          background-image: url("../img/mailto.jpg");
          background-repeat: no-repeat;
          background-position: left bottom; }
  html body #popOver {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    html body #popOver > div {
      display: none;
      position: absolute;
      left: 0;
      width: 100%; }
      html body #popOver > div.galery span.close {
        z-index: 2;
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        color: #FFFFFF;
        background-color: #EB5368;
        cursor: pointer; }
        html body #popOver > div.galery span.close:before {
          content: "×";
          display: block;
          width: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 20px; }
      html body #popOver > div.galery .active {
        margin: 0 auto;
        width: 500px;
        height: 100%; }
        html body #popOver > div.galery .active img {
          margin-top: 50%;
          width: 500px;
          height: auto;
          border-radius: 2px;
          transform: translateY(-50%); }
      html body #popOver > div.galery .list {
        position: absolute;
        width: 100%;
        height: 120px;
        padding: 0 20px;
        box-sizing: border-box;
        bottom: 10px; }
        html body #popOver > div.galery .list a[href="#left"] {
          z-index: 2;
          position: absolute;
          top: 30px;
          left: 10px;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 20px;
          border-radius: 20px;
          text-align: center;
          background-color: #EB5368; }
        html body #popOver > div.galery .list a[href="#right"] {
          z-index: 2;
          position: absolute;
          top: 30px;
          right: 10px;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 20px;
          border-radius: 20px;
          text-align: center;
          background-color: #EB5368; }
        html body #popOver > div.galery .list ul {
          position: absolute;
          width: 100%;
          height: 100px;
          white-space: nowrap; }
          html body #popOver > div.galery .list ul li {
            display: inline-block;
            margin: 0 10px;
            width: 100px;
            background-color: #555555;
            cursor: pointer; }
            html body #popOver > div.galery .list ul li img {
              display: block;
              width: 100%;
              height: auto;
              border-radius: 2px; }

/*# sourceMappingURL=main.css.map */
