@import "https://fonts.googleapis.com/css?family=Raleway:300,700";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import url(threesixty_lib.css);
.ui-loader {
  display: none !important; }

.container.anim {
  padding: 0;
  margin: 0 auto; }

@media (max-width: 1170px) {
  .container.anim {
    width: 100%; } }
#threesixty_container {
  position: relative;
  cursor: url("../img/curseur.png") 15 6, default;
  min-height: 100px;
  border-bottom: 5px solid #0071ba;
  font-family: 'Raleway', sans-serif; }
  #threesixty_container .all_images {
    display: none; }
  #threesixty_container .loader span,
  #threesixty_container .spinner {
    display: block;
    width: 60px;
    height: 30px;
    margin: 25% auto 0 auto;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #threesixty_container .loader span,
  #threesixty_container .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px; }
  #threesixty_container .spinner {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -30px;
    margin-top: 0 !important; }
  #threesixty_container .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
  #threesixty_container .threesixty_items li a {
    cursor: pointer;
    position: absolute;
    display: block;
    padding: 0 0 0 35px;
    height: 30px;
    margin: -15px 0 0 -15px;
    text-decoration: none;
    z-index: 100; }
    #threesixty_container .threesixty_items li a:before {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.3) url(../img/point_interet.png) no-repeat center center;
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      transition: all 150ms ease-in-out;
      border-radius: 50px; }
    #threesixty_container .threesixty_items li a.not-loaded:before {
      content: "";
      position: absolute;
      background: transparent url("../img/point_interet_gris.png") no-repeat center center;
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      transition: all 150ms ease-in-out;
      cursor: wait; }
    #threesixty_container .threesixty_items li a div.content {
      overflow: hidden; }
      #threesixty_container .threesixty_items li a div.content span {
        position: relative;
        top: 0;
        display: block;
        opacity: 0;
        width: 0px;
        left: -250px;
        transition: left 200ms ease-in-out; }
        #threesixty_container .threesixty_items li a div.content span.name {
          color: #fff;
          text-shadow: 0px 0px 6px #000;
          font-size: 24px;
          line-height: 26px;
          font-weight: bold; }
        #threesixty_container .threesixty_items li a div.content span.subtitle {
          color: #fff;
          text-shadow: 0px 0px 3px #000000;
          font-weight: bold;
          font-size: 13px;
          line-height: 12px; }
    #threesixty_container .threesixty_items li a:not(.not-loaded):hover {
      z-index: 110;
      height: auto; }
      #threesixty_container .threesixty_items li a:not(.not-loaded):hover:before {
        background: rgba(0, 0, 0, 0.3) url("../img/point_interet_hover.png") no-repeat;
        background-size: 30px 30px;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg); }
      #threesixty_container .threesixty_items li a:not(.not-loaded):hover div.content {
        width: 250px; }
        #threesixty_container .threesixty_items li a:not(.not-loaded):hover div.content span {
          opacity: 1;
          width: 250px;
          left: 0; }
    #threesixty_container .threesixty_items li a:not(.not-loaded).left {
      padding: 0 35px 0 0;
      margin: -13.5px 0 0 0px; }
      #threesixty_container .threesixty_items li a:not(.not-loaded).left:before {
        left: auto;
        right: 0; }
      #threesixty_container .threesixty_items li a:not(.not-loaded).left div.content span {
        left: auto;
        right: -250px;
        transition: right 200ms ease-in-out;
        text-align: right; }
      #threesixty_container .threesixty_items li a:not(.not-loaded).left:hover:before {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg); }
      #threesixty_container .threesixty_items li a:not(.not-loaded).left:hover div.content {
        width: 250px;
        margin-left: -250px; }
        #threesixty_container .threesixty_items li a:not(.not-loaded).left:hover div.content span {
          right: 0; }
  #threesixty_container .threesixty_items img.previous-image + .points {
    display: none; }
  #threesixty_container ul.anim {
    list-style-type: none;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: default; }
    #threesixty_container ul.anim li {
      position: absolute;
      display: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      #threesixty_container ul.anim li.active {
        display: block; }
      #threesixty_container ul.anim li img {
        width: 100%;
        height: 100%; }
  #threesixty_container .fade_block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default; }
    #threesixty_container .fade_block,
    #threesixty_container .fade_block img {
      width: 100%;
      height: 100%; }
  #threesixty_container a.btn-return {
    display: block;
    display: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 6000; }
  #threesixty_container a.btn-details {
    display: block;
    display: none;
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: transparent url("../img/point_info_hover.gif") no-repeat center center;
    background-size: 50px 50px; }
    #threesixty_container a.btn-details img.btn_close {
      display: none; }
    #threesixty_container a.btn-details.active {
      background: none; }
      #threesixty_container a.btn-details.active img.btn_close {
        display: block; }
  #threesixty_container div.details_block {
    position: absolute;
    top: 0;
    transform: translateX(200%);
    height: 100%;
    width: 50%;
    background: rgba(0, 54, 99, 0.9);
    border-left: 4px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    cursor: default;
    transition: transform 150ms ease-in-out; }
    #threesixty_container div.details_block .content {
      text-align: justify; }
      #threesixty_container div.details_block .content * {
        color: #fff; }
      #threesixty_container div.details_block .content h3 {
        margin: 30px 0 20px;
        font-size: 19px;
        text-transform: none;
        font-weight: bold; }
        #threesixty_container div.details_block .content h3:first-of-type {
          margin-top: 0; }
      #threesixty_container div.details_block .content p {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 19px;
        font-weight: 300;
        text-transform: none; }
    #threesixty_container div.details_block.active {
      transform: translateX(100%); }
  #threesixty_container .images_loader {
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 5000;
    text-align: center; }
    #threesixty_container .images_loader p {
      text-transform: capitalize;
      font-style: italic;
      font-size: 10px;
      font-weight: bold; }
