@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,900,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,900,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
.btn-primary {
  background: #5B2B6F;
  border-color: #47175b;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #47175b !important;
    border-color: #512165 !important; }

.btn-primary-outline {
  border-color: #47175b;
  color: #47175b; }
  .btn-primary-outline:hover {
    border-color: #47175b;
    background: #47175b; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  z-index: 50;
  background: #fff;
  color: #bbb;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 50px; }
  .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
    line-height: 50px;
    font-size: 25px; }
.owl-carousel .owl-nav .owl-prev {
  left: -10px;
  transition: all 300ms; }
  .owl-carousel .owl-nav .owl-prev:hover {
    padding-right: 10px; }
.owl-carousel .owl-nav .owl-next {
  right: -10px;
  transition: all 300ms; }
  .owl-carousel .owl-nav .owl-next:hover {
    padding-left: 10px; }

.owl-nav--top .owl-prev, .owl-nav--top .owl-next {
  top: 15px !important; }

.owl-nav--center .owl-prev, .owl-nav--center .owl-next {
  top: 35%; }

.ns-infos-list {
  margin: 0;
  padding: 0; }
  .ns-infos-list .ns-information {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    list-style: none; }
    .ns-infos-list .ns-information:last-child {
      border-bottom: none; }
    .ns-infos-list .ns-information .information__headline {
      font-size: 1.4rem;
      margin-top: 0; }
    .ns-infos-list .ns-information .information__excerpt {
      margin-bottom: 5px; }

.ns-link-list ul {
  padding: 0;
  margin: 0; }
  .ns-link-list ul li {
    list-style: none; }
    .ns-link-list ul li .ns-link {
      margin-bottom: 10px;
      line-height: 1.3; }
      .ns-link-list ul li .ns-link .link__name {
        font-weight: 600; }
      .ns-link-list ul li .ns-link .link__url {
        font-size: 0.9rem; }

.ns-office .office__name {
  font-size: 1rem;
  font-weight: 600; }
.ns-office .office__actions {
  margin-top: 15px;
  margin-bottom: 15px; }

.c__signature {
  background: #fafafa;
  margin: 15px 0;
  padding: 5px;
  padding-left: 20px;
  border-left: 3px solid #2C5B8A; }
  .c__signature p {
    margin: 0;
    padding: 0; }
  .c__signature .signature__author {
    font-weight: 600; }

.c__sharing ul {
  margin: 0;
  padding: 0; }
  .c__sharing ul li {
    display: inline;
    list-style: none;
    margin: 0 2px; }
    .c__sharing ul li a {
      color: #2C5B8A; }

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

.ns-article {
  background: #fff;
  margin-bottom: 15px; }
  .ns-article .article__image {
    background: #fff;
    height: 200px; }
    .ns-article .article__image img {
      display: block;
      width: auto;
      height: 200px;
      margin: 0 auto;
      border: 1px solid #ccc; }
  .ns-article .article__title {
    font-size: 1.2rem;
    position: relative;
    z-index: 900; }
  .ns-article .article__paragraph {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    line-height: 140%;
    color: #555; }
  .ns-article .article__actions {
    margin: 10px 0;
    /*text-align: right;*/ }

.ns-page {
  position: relative;
  z-index: 1000;
  background: #fff;
  padding: 55px 75px;
  padding-top: 25px;
  margin-top: -50px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .ns-page {
      padding: 10px; } }
  .ns-page .page__title {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    .ns-page .page__title:after {
      content: ' ';
      position: relative;
      display: block;
      width: 50px;
      height: 5px;
      margin-top: 10px;
      background: #5B2B6F; }
    .ns-page .page__title .label-custom {
      border-radius: 7px;
      background: #fafafa;
      color: #aaa;
      font-size: 0.9rem;
      font-weight: 300;
      letter-spacing: 2px; }
  .ns-page .page__subtitle {
    font-size: 1.4rem; }
  .ns-page .page__content {
    font-size: 1.2rem; }
    .ns-page .page__content h2 {
      font-size: 1.4rem;
      font-weight: 600; }

.avis-google {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05); }
  .avis-google .avis-google-content {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .avis-google .avis-google-content {
        flex-wrap: wrap; } }
  .avis-google .avis-left {
    text-align: center;
    width: 50%; }
    @media (max-width: 767px) {
      .avis-google .avis-left {
        width: 100%; } }
  .avis-google .avis-right {
    width: 50%; }
    @media (max-width: 767px) {
      .avis-google .avis-right {
        width: 100%; } }
  .avis-google .avis-title {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    .avis-google .avis-title::after {
      content: ' ';
      position: relative;
      display: block;
      width: 50px;
      height: 5px;
      margin-top: 10px;
      background: #59A93F; }
  .avis-google .avis-subtitle {
    font-size: 1rem;
    font-weight: 600; }
  .avis-google .avis-star {
    color: #5B2B6F;
    font-size: 3rem;
    text-align: center;
    padding-top: 16px; }
  .avis-google .avis-card {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
    .avis-google .avis-card .avis-card-header-star {
      color: #5B2B6F;
      font-size: 2rem; }
    .avis-google .avis-card .avis-card-guillemet img {
      width: 15%;
      margin: 0 auto; }
    .avis-google .avis-card .avis-card-text {
      height: 100px;
      overflow: auto;
      font-size: 1rem; }
    .avis-google .avis-card .avis-card-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 16px; }
      .avis-google .avis-card .avis-card-bottom .user-google {
        display: flex;
        align-items: center;
        width: 50%; }
        .avis-google .avis-card .avis-card-bottom .user-google img {
          width: 100px; }
        .avis-google .avis-card .avis-card-bottom .user-google .test {
          width: 100%; }
        .avis-google .avis-card .avis-card-bottom .user-google .google-name {
          margin: 0; }
        .avis-google .avis-card .avis-card-bottom .user-google .google-date {
          margin: 0;
          font-style: italic;
          font-size: .87rem; }
      .avis-google .avis-card .avis-card-bottom .logo-google img {
        width: 50px; }

.avis-google-1 {
  margin-top: 50px;
  margin-bottom: 50px; }
  .avis-google-1 .avis-google-content {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .avis-google-1 .avis-google-content {
        flex-wrap: wrap; } }
  .avis-google-1 .avis-left {
    text-align: center;
    width: 45%; }
    @media (max-width: 767px) {
      .avis-google-1 .avis-left {
        width: 100%; } }
  .avis-google-1 .avis-right {
    width: 55%; }
    @media (max-width: 767px) {
      .avis-google-1 .avis-right {
        width: 100%; } }
  .avis-google-1 .avis-title {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    .avis-google-1 .avis-title::after {
      content: ' ';
      position: relative;
      display: block;
      width: 50px;
      height: 5px;
      margin-top: 10px;
      background: #59A93F; }
  .avis-google-1 .avis-subtitle {
    font-size: 1rem;
    font-weight: 600; }
  .avis-google-1 .avis-star {
    color: #5B2B6F;
    font-size: 2.3rem;
    text-align: center;
    padding-top: 16px; }
  .avis-google-1 .avis-card {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
    .avis-google-1 .avis-card .avis-card-header-star {
      color: #5B2B6F;
      font-size: 2rem; }
    .avis-google-1 .avis-card .avis-card-guillemet img {
      width: 15%;
      margin: 0 auto; }
    .avis-google-1 .avis-card .avis-card-text {
      height: 100px;
      overflow: auto;
      font-size: 1rem; }
    .avis-google-1 .avis-card .avis-card-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 16px; }
      .avis-google-1 .avis-card .avis-card-bottom .user-google {
        display: flex;
        align-items: center;
        width: 50%; }
        .avis-google-1 .avis-card .avis-card-bottom .user-google img {
          width: 50px; }
        .avis-google-1 .avis-card .avis-card-bottom .user-google .test {
          width: 100%; }
        .avis-google-1 .avis-card .avis-card-bottom .user-google .google-name {
          margin: 0; }
        .avis-google-1 .avis-card .avis-card-bottom .user-google .google-date {
          margin: 0;
          font-style: italic;
          font-size: .87rem; }
      .avis-google-1 .avis-card .avis-card-bottom .logo-google img {
        width: 40px; }

.avis-sticky {
  z-index: 99999;
  height: 115px;
  width: 92px;
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 5px; }
  @media (max-width: 767px) {
    .avis-sticky {
      right: 75px; } }
  .avis-sticky .t-star {
    font-size: .87rem;
    display: flex;
    justify-content: center; }
  .avis-sticky .t-nbAvis {
    text-align: center;
    font-size: 1.323rem;
    font-weight: bolder; }
  .avis-sticky .t-lien {
    text-align: center;
    font-size: .658rem; }
  .avis-sticky .t-number {
    display: flex;
    align-content: center;
    justify-content: space-around;
    padding: 4px; }
  .avis-sticky .googleNb {
    font-size: .572rem; }
  .avis-sticky .google-img {
    width: 15px; }

.ns-sidebar {
  position: relative;
  z-index: 2000;
  top: 30px; }
  @media (max-width: 767px) {
    .ns-sidebar {
      top: 0; } }

.ns-teamlist ul {
  margin: 0;
  padding: 0; }
.ns-teamlist li {
  list-style: none;
  margin-bottom: 15px; }
.ns-teamlist .avatar {
  max-height: 100px;
  margin-right: 10px; }
.ns-teamlist .coworker .coworker__name {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  border-left: 5px solid #2C5B8A;
  padding-left: 10px; }
.ns-teamlist .coworker .coworker__details .details__job {
  display: inline;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600; }

.ns-widget {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px; }
  .ns-widget .widget__headline {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .ns-widget .widget__headline:after {
      content: ' ';
      position: relative;
      display: block;
      width: 50px;
      height: 5px;
      margin-top: 10px;
      background: #5B2B6F; }

.w-mag .ill {
  position: relative;
  width: 358px;
  height: 290px; }
  .w-mag .ill .page {
    position: absolute;
    z-index: 500; }
    .w-mag .ill .page.p {
      opacity: 0.6; }
    .w-mag .ill .page.cover {
      left: 0px;
      top: 10px;
      z-index: 500;
      width: 210px;
      height: 299px;
      background-size: cover; }

.s-showcase {
  position: relative; }

.ns-navigation {
  background: none; }
  .ns-navigation .breadcrumb {
    background: none;
    padding-left: 0 !important; }
  .ns-navigation .pagination {
    margin: 0;
    float: right; }
    .ns-navigation .pagination .page-item.active .page-link {
      background: #5B2B6F;
      color: #ffffff; }
    .ns-navigation .pagination .page-link {
      background: none;
      border: none;
      text-decoration: none;
      color: #2C5B8A; }
      .ns-navigation .pagination .page-link:hover {
        background: #2C5B8A;
        color: #ffffff; }

.font, body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif; }

.font-head, h1, h2, h3, h4 {
  font-family: 'Oxygen', sans-serif; }

.font, body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif; }

.font-head, h1, h2, h3, h4 {
  font-family: 'Oxygen', sans-serif; }

html {
  font-size: 1em; }

body {
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #000000; }

p {
  font-size: 1em;
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .font_small {
  font-size: 0.75em; }

a {
  color: #5B2B6F; }
  a:hover, a:focus {
    color: #2C5B8A; }

.card-shadow, .ns-page, .ns-footer {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 200ms; }

.fs8 {
  font-size: 8px !important; }

.fs10 {
  font-size: 10px !important; }

.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.fs26 {
  font-size: 26px !important; }

.fs28 {
  font-size: 28px !important; }

.fs30 {
  font-size: 30px !important; }

.fs32 {
  font-size: 32px !important; }

.fs34 {
  font-size: 34px !important; }

.fs36 {
  font-size: 36px !important; }

.fs38 {
  font-size: 38px !important; }

.fs40 {
  font-size: 40px !important; }

.fs42 {
  font-size: 42px !important; }

.fs44 {
  font-size: 44px !important; }

.fs46 {
  font-size: 46px !important; }

.fs48 {
  font-size: 48px !important; }

.fs50 {
  font-size: 50px !important; }

.fs52 {
  font-size: 52px !important; }

.fs54 {
  font-size: 54px !important; }

.fs56 {
  font-size: 56px !important; }

.fs58 {
  font-size: 58px !important; }

.fs60 {
  font-size: 60px !important; }

.fs62 {
  font-size: 62px !important; }

.fs64 {
  font-size: 64px !important; }

.fs66 {
  font-size: 66px !important; }

.fs68 {
  font-size: 68px !important; }

.fs70 {
  font-size: 70px !important; }

.fs72 {
  font-size: 72px !important; }

.fs74 {
  font-size: 74px !important; }

.fs76 {
  font-size: 76px !important; }

.fs78 {
  font-size: 78px !important; }

.fs80 {
  font-size: 80px !important; }

.fs82 {
  font-size: 82px !important; }

.fs84 {
  font-size: 84px !important; }

.fs86 {
  font-size: 86px !important; }

.fs88 {
  font-size: 88px !important; }

.fs90 {
  font-size: 90px !important; }

.fs92 {
  font-size: 92px !important; }

.fs94 {
  font-size: 94px !important; }

.fs96 {
  font-size: 96px !important; }

.fs98 {
  font-size: 98px !important; }

.fs100 {
  font-size: 100px !important; }

.ttn {
  text-transform: none !important; }

.ttu {
  text-transform: uppercase !important; }

.ttl {
  text-transform: lowercase !important; }

.ttc {
  text-transform: capitalize !important; }

.tdn {
  text-decoration: none !important; }

.tdo {
  text-decoration: overline !important; }

.tdl {
  text-decoration: line-through !important; }

.tdu {
  text-decoration: underline !important; }

.ls1 {
  letter-spacing: 1px !important; }

.ls2 {
  letter-spacing: 2px !important; }

.ls3 {
  letter-spacing: 3px !important; }

.ls4 {
  letter-spacing: 4px !important; }

.ls5 {
  letter-spacing: 5px !important; }

.ws1 {
  word-spacing: 1em !important; }

.ws2 {
  word-spacing: 2em !important; }

.ws3 {
  word-spacing: 3em !important; }

.ws4 {
  word-spacing: 4em !important; }

.ws5 {
  word-spacing: 5em !important; }

.fw1 {
  font-weight: 100 !important; }

.fw2 {
  font-weight: 200 !important; }

.fw3 {
  font-weight: 300 !important; }

.fw4 {
  font-weight: 400 !important; }

.fw5 {
  font-weight: 500 !important; }

.fw6 {
  font-weight: 600 !important; }

.fw7 {
  font-weight: 700 !important; }

.fw8 {
  font-weight: 800 !important; }

.fw9 {
  font-weight: 900 !important; }

.lh1 {
  line-height: 1 !important; }

.p0 {
  padding: 0 !important; }

.w-sm {
  width: 25% !important; }

.w-md {
  width: 50% !important; }

.w-lg {
  width: 75% !important; }

.w-full {
  width: 100% !important; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-f {
  position: fixed !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-a {
  margin: 5px !important; }

.m-t {
  margin-top: 5px !important; }

.m-r {
  margin-right: 10px !important; }

.m-b {
  margin-bottom: 5px !important; }

.m-l {
  margin-left: 10px !important; }

.m-x {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-md {
  margin: 7.5px !important; }

.m-t-md {
  margin-top: 7.5px !important; }

.m-r-md {
  margin-right: 7.5px !important; }

.m-b-md {
  margin-bottom: 7.5px !important; }

.m-l-md {
  margin-left: 7.5px !important; }

.m-x-md {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.m-y-md {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important; }

.m-a-lg {
  margin: 15px !important; }

.m-t-lg {
  margin-top: 15px !important; }

.m-r-lg {
  margin-right: 15px !important; }

.m-b-lg {
  margin-bottom: 15px !important; }

.m-l-lg {
  margin-left: 15px !important; }

.m-x-lg {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-lg {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-a {
  padding: 5px !important; }

.p-t {
  padding-top: 5px !important; }

.p-r {
  padding-right: 10px !important; }

.p-b {
  padding-bottom: 5px !important; }

.p-l {
  padding-left: 10px !important; }

.p-x {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-a-md {
  padding: 7.5px !important; }

.p-t-md {
  padding-top: 7.5px !important; }

.p-r-md {
  padding-right: 7.5px !important; }

.p-b-md {
  padding-bottom: 7.5px !important; }

.p-l-md {
  padding-left: 7.5px !important; }

.p-x-md {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.p-y-md {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important; }

.p-a-lg {
  padding: 15px !important; }

.p-t-lg {
  padding-top: 15px !important; }

.p-r-lg {
  padding-right: 15px !important; }

.p-b-lg {
  padding-bottom: 15px !important; }

.p-l-lg {
  padding-left: 15px !important; }

.p-x-lg {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.tac {
  text-align: center !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.taj {
  text-align: justify !important; }

.dn {
  display: none !important; }

.db {
  display: block !important; }

.di {
  display: inline !important; }

.dib {
  display: inline-block !important; }

.voffset1 {
  height: 10px; }

.voffset2 {
  height: 20px; }

.voffset3 {
  height: 30px; }

.voffset4 {
  height: 40px; }

.voffset5 {
  height: 50px; }

.passing {
  animation: passing 4s linear infinite; }

@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0; }
  25% {
    transform: translateX(0%);
    opacity: 1; }
  50% {
    transform: translateX(50%);
    opacity: 0; }
  100% {
    transform: translateX(50%);
    opacity: 0; } }
.ns-top {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 8888;
  width: 100%;
  height: auto; }
  .ns-top .s-contact {
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.4);
    background: #584FC6;
    color: #fff;
    font-size: 12px; }
  .ns-top .s-identity {
    padding: 15px 0;
    width: 100%;
    height: auto;
    background: #ffffff; }
    .ns-top .s-identity .w-img {
      width: 100%;
      height: auto; }
      .ns-top .s-identity .w-img img {
        display: block; }
  .ns-top .s-menu {
    width: 100%;
    height: auto;
    background: #584FC6;
    background: linear-gradient(to right, #584FC6, #6c63da); }
    .ns-top .s-menu ul {
      margin: 0;
      padding: 0; }
      .ns-top .s-menu ul li {
        display: inline;
        font-size: 0; }
        .ns-top .s-menu ul li a {
          display: inline-block;
          padding: 15px 30px;
          color: #ffffff;
          text-decoration: none;
          font-size: 16px;
          border-bottom: 3px solid transparent; }
          .ns-top .s-menu ul li a:hover {
            background: rgba(255, 255, 255, 0.05); }
          .ns-top .s-menu ul li a.active {
            background: rgba(255, 255, 255, 0.1); }
          @media (max-width: 991px) {
            .ns-top .s-menu ul li a {
              padding: 15px 10px; } }

.ns-mobile-menu {
  padding-top: 60px;
  background: #000;
  background: linear-gradient(#2C5B8A, #2c3c8a); }
  .ns-mobile-menu ul {
    margin: 0;
    padding: 0; }
    .ns-mobile-menu ul li {
      list-style: none; }
      .ns-mobile-menu ul li a {
        display: block;
        color: #ffffff;
        padding: 10px 20px;
        text-decoration: none; }
        .ns-mobile-menu ul li a:hover {
          background: rgba(255, 255, 255, 0.2); }

.ns-footer {
  position: relative;
  z-index: 9000;
  background: #54677D;
  background: linear-gradient(to right, #54677D, #687b91);
  padding-top: 25px;
  color: #ffffff;
  border-top: 1px solid #405369; }
  .ns-footer .category {
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    font-size: 1rem; }
  .ns-footer .footerElementMarianne img {
    width: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    padding: 5px; }
  .ns-footer .contact td {
    font-size: 16px;
    padding: 5px 25px;
    color: #ffffff; }
    .ns-footer .contact td a {
      text-decoration: none;
      color: #ffffff; }
  .ns-footer .social {
    display: inline;
    margin: 0;
    padding: 0; }
    .ns-footer .social li {
      display: inline;
      list-style: none; }
      .ns-footer .social li a {
        padding: 7px 10px;
        color: #ffffff; }
        .ns-footer .social li a:hover {
          background: #5e7187;
          color: #5B2B6F; }
  .ns-footer .links {
    text-align: center;
    border-top: 1px solid #4a5d73;
    margin: 0;
    padding-top: 5px;
    margin-top: 35px;
    margin-bottom: 5px; }
    .ns-footer .links a {
      list-style: none;
      color: #ffffff;
      text-decoration: none;
      margin: 0; }
      .ns-footer .links a::after {
        content: "\2022";
        padding: 0 0.4rem 0 0.8rem; }
      .ns-footer .links a:last-child::after {
        content: "";
        padding: 0 0.4rem 0 0.8rem; }
      .ns-footer .links a:hover {
        color: #5B2B6F; }
        .ns-footer .links a:hover::after {
          color: #ffffff; }

.ns-copyright {
  background: #54677D;
  border-top: 1px solid #405369;
  color: #ffffff;
  padding: 10px 0; }
  .ns-copyright p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center; }

.ns-breadcrumb {
  margin-bottom: 20px; }
  .ns-breadcrumb .breadcrumb {
    background: none;
    padding: 0; }
    .ns-breadcrumb .breadcrumb li {
      padding: 0;
      margin: 0;
      color: #aaa;
      font-weight: 300;
      font-size: 0.9rem; }
      .ns-breadcrumb .breadcrumb li h6 {
        display: inline;
        font-size: 0.9rem; }

.ns-menu {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px; }
  .ns-menu.ns-menu--wb {
    border: none; }
  .ns-menu ul {
    padding: 0;
    text-align: center; }
    .ns-menu ul li {
      display: inline;
      list-style: none; }
      @media (max-width: 991px) {
        .ns-menu ul li {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          text-align: right; } }
      .ns-menu ul li a {
        background: #eee;
        color: #000;
        text-decoration: none;
        padding: 4px 15px;
        margin-left: 3px;
        border-radius: 30px; }
        .ns-menu ul li a:hover {
          background: #f4f4f4; }
      .ns-menu ul li.active a {
        background: #5B2B6F;
        color: #ffffff; }

.ns-search-form {
  position: relative;
  top: 80px;
  width: 100%;
  height: 65px;
  text-align: left; }
  .ns-search-form .sf__criterion label {
    margin: 10px 10px;
    margin-left: 0;
    text-shadow: 0 0 5px #000; }
  .ns-search-form .sf__criterion input[type=checkbox] {
    margin-right: 5px; }
  .ns-search-form .m-center {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.2); }
  .ns-search-form .part {
    position: relative;
    float: left;
    border-right: 1px solid #eee; }
    .ns-search-form .part .this_label {
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 15;
      color: #bbb;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 300; }
    @media (max-width: 767px) {
      .ns-search-form .part {
        width: 100%; } }
  .ns-search-form .ms-drop {
    position: relative; }
    @media (max-width: 767px) {
      .ns-search-form .ms-drop {
        width: auto !important; } }
    .ns-search-form .ms-drop ul li {
      padding: 0;
      margin: 0;
      cursor: pointer !important; }
      .ns-search-form .ms-drop ul li.selected {
        text-shadow: none; }
        .ns-search-form .ms-drop ul li.selected label:before {
          content: '\2713';
          font-weight: 800;
          font-size: 0.7rem;
          display: inline-block;
          width: 20px;
          height: 20px;
          color: #fff;
          line-height: 20px;
          background: #5B2B6F;
          text-align: center;
          border-radius: 100%; }
      .ns-search-form .ms-drop ul li input[type=checkbox] {
        visibility: hidden; }
      .ns-search-form .ms-drop ul li input[type=radio] {
        visibility: hidden; }
      .ns-search-form .ms-drop ul li label {
        background: #fff;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 2px 15px; }
        .ns-search-form .ms-drop ul li label:hover {
          position: relative;
          z-index: 15; }
        .ns-search-form .ms-drop ul li label:before {
          content: '\2713';
          font-weight: 800;
          font-size: 0.7rem;
          display: inline-block;
          width: 20px;
          height: 20px;
          color: transparent;
          line-height: 20px;
          text-align: center;
          border-radius: 100%; }
  .ns-search-form .sf__localities {
    background: #fff;
    width: 35%;
    color: #000;
    height: 100%; }
    .ns-search-form .sf__localities.full {
      width: 50%; }
    .ns-search-form .sf__localities select {
      width: 100%;
      height: 100%;
      background: transparent !important;
      border: none; }
    .ns-search-form .sf__localities button {
      width: 100%;
      border: none;
      height: 65px;
      line-height: 65px;
      outline: none; }
    @media (max-width: 767px) {
      .ns-search-form .sf__localities {
        width: 80% !important; } }
  .ns-search-form .sf__radius {
    background: #fff;
    width: 15%;
    height: 100%; }
    .ns-search-form .sf__radius.disabled {
      display: none; }
    .ns-search-form .sf__radius select {
      width: 100%;
      height: 100%;
      background: transparent !important;
      border: none; }
    .ns-search-form .sf__radius button {
      width: 100%;
      border: none;
      height: 65px;
      line-height: 65px;
      outline: none; }
    @media (max-width: 767px) {
      .ns-search-form .sf__radius {
        width: 20% !important; } }
  .ns-search-form .sf__typeofsale {
    background: #fff;
    width: 15%;
    height: 65px; }
    .ns-search-form .sf__typeofsale button {
      width: 100%;
      border: none;
      height: 65px;
      line-height: 65px;
      outline: none; }
    @media (max-width: 767px) {
      .ns-search-form .sf__typeofsale {
        width: 80% !important; } }
  .ns-search-form .sf__price-max {
    position: relative;
    width: 15%; }
    .ns-search-form .sf__price-max input {
      border: none;
      outline: none;
      width: 100%;
      height: 65px;
      color: #000;
      padding-left: 10px; }
    .ns-search-form .sf__price-max .devise {
      position: absolute;
      top: 0;
      right: 5%;
      color: #000;
      line-height: 65px;
      font-weight: 400;
      color: #5B2B6F;
      font-size: 20px; }
    @media (max-width: 767px) {
      .ns-search-form .sf__price-max {
        width: 20% !important; } }
  .ns-search-form .sf__submit {
    float: right;
    border-right: none;
    width: 20%;
    height: 100%; }
    .ns-search-form .sf__submit input {
      background: #5B2B6F;
      color: #ffffff;
      border: none;
      width: 100%;
      height: 100%;
      text-transform: uppercase;
      outline: none !important; }
      .ns-search-form .sf__submit input:hover {
        background: #653579; }
    @media (max-width: 767px) {
      .ns-search-form .sf__submit {
        width: 100% !important; }
        .ns-search-form .sf__submit input {
          background: #2C5B8A;
          color: #ffffff; } }
  .ns-search-form .sf__advanced {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0;
    transition: all 0.2s;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-shadow: 0 0 5px #000; }
    .ns-search-form .sf__advanced:hover {
      background: rgba(0, 0, 0, 0.2); }
  .ns-search-form .m-center--advanced {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s; }
    .ns-search-form .m-center--advanced .sf__adv {
      position: relative;
      width: 15%;
      border-right: 1px solid rgba(0, 0, 0, 0.3);
      text-shadow: 0 0 5px #000; }
      .ns-search-form .m-center--advanced .sf__adv .this_label {
        color: #fff; }
      .ns-search-form .m-center--advanced .sf__adv input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        height: 65px;
        color: #fff;
        padding-left: 10px;
        text-shadow: 0 0 5px #000; }
      .ns-search-form .m-center--advanced .sf__adv .devise {
        position: absolute;
        top: 0;
        right: 5%;
        color: #000;
        line-height: 65px;
        font-weight: 400;
        color: #fff;
        font-size: 20px; }
      @media (max-width: 767px) {
        .ns-search-form .m-center--advanced .sf__adv {
          width: 30% !important; } }
  .ns-search-form .tt-dataset {
    background: #fff; }
    .ns-search-form .tt-dataset .tt-suggestion {
      width: 300px;
      padding: 5px; }
      .ns-search-form .tt-dataset .tt-suggestion.tt-cursor {
        background: #5B2B6F;
        color: #ffffff; }
      .ns-search-form .tt-dataset .tt-suggestion:hover {
        background: #eee; }

.w-slider {
  position: relative;
  background: #fff;
  height: 400px; }
  @media (max-width: 767px) {
    .w-slider {
      height: auto;
      min-height: 400px;
      background: #5B2B6F !important; }
      .w-slider .content {
        padding-top: 40px !important; } }
  .w-slider.slider-min {
    height: 200px; }
  .w-slider .skippr-nav-container {
    display: none; }
  .w-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    color: #fff;
    text-align: center; }
    .w-slider .content.content-immo {
      z-index: 2000; }
    .w-slider .content .content__headline {
      position: relative;
      z-index: 700;
      display: inline-block;
      padding: 0;
      margin: 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      font-size: 2.3rem;
      font-weight: 600; }
      @media (max-width: 767px) {
        .w-slider .content .content__headline {
          font-size: 1.3rem; } }
    .w-slider .content .content__subheadline {
      position: relative;
      z-index: 700;
      padding: 0;
      margin: 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      font-size: 2rem;
      font-weight: 300; }
      @media (max-width: 767px) {
        .w-slider .content .content__subheadline {
          font-size: 1rem; } }
    .w-slider .content .content__layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      width: 100%;
      height: 100%; }
    .w-slider .content .content__logo {
      position: relative;
      z-index: 900;
      width: 80px;
      margin: 0 auto;
      margin-top: 50px;
      margin-bottom: 15px; }

.ns-immo-home .s-subsearch {
  padding-top: 20px;
  padding-bottom: 20px;
  background: white; }

/*
    Immobilier liste--card*/
.ns-property-card {
  position: relative;
  z-index: 100;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  transition: all 0.23s; }
  .ns-property-card a {
    text-decoration: none;
    outline: none; }
  .ns-property-card:hover {
    z-index: 6000;
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1); }
  .ns-property-card .nogutter {
    margin: 0;
    padding: 0; }
  .ns-property-card .prop__image__count {
    position: absolute;
    top: 0px;
    right: -1px;
    z-index: 500;
    color: #555;
    padding: 5px 5px;
    font-size: 12px;
    background: #fff; }
    .ns-property-card .prop__image__count i {
      margin-right: 5px; }
  .ns-property-card .prop__reference {
    padding-top: 4px;
    color: #777;
    font-size: 12px; }
  .ns-property-card .prop__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff; }
    .ns-property-card .prop__slider .nothing-to-see {
      display: block;
      width: 100%;
      background: #eee;
      text-align: center;
      line-height: 225px;
      font-size: 3rem;
      color: #bbb; }
    .ns-property-card .prop__slider:hover .owl-nav {
      opacity: 1 !important; }
    .ns-property-card .prop__slider .controls__layer {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 800;
      width: 40px;
      height: 100%;
      background: #fff;
      transition: all 1s;
      opacity: 0; }
    .ns-property-card .prop__slider .owl-controls {
      position: absolute;
      bottom: 5px;
      right: 0%;
      left: 0%;
      z-index: 200; }
      .ns-property-card .prop__slider .owl-controls .owl-dots {
        position: relative;
        width: 100%;
        text-align: center; }
        .ns-property-card .prop__slider .owl-controls .owl-dots .owl-dot {
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background: #fff;
          margin-right: 5px; }
          .ns-property-card .prop__slider .owl-controls .owl-dots .owl-dot.active {
            background: #fff; }
    .ns-property-card .prop__slider .slider-properties .slayer {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 30px;
      transition: all 400ms;
      opacity: 1;
      height: 30px; }
      .ns-property-card .prop__slider .slider-properties .slayer:hover {
        opacity: 1;
        height: 30px; }
    .ns-property-card .prop__slider .slider-properties .media {
      position: relative;
      display: block;
      max-height: 225px; }
      .ns-property-card .prop__slider .slider-properties .media .layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 150;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center; }
        .ns-property-card .prop__slider .slider-properties .media .layer span {
          display: block;
          line-height: 225px;
          font-size: 15px; }
      .ns-property-card .prop__slider .slider-properties .media img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        max-height: 225px;
        transition: all 800ms; }
  .ns-property-card .prop__head {
    padding-bottom: 5px; }
  .ns-property-card .prop__head--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 2px 5px; }
    .ns-property-card .prop__head--mobile .c__type, .ns-property-card .prop__head--mobile .c__price b, .ns-property-card .prop__head--mobile small {
      color: #000 !important;
      text-shadow: 1px 0 0 rgba(255, 255, 255, 0.4); }
    .ns-property-card .prop__head--mobile .c__type {
      padding-top: 3px;
      color: #222; }
  .ns-property-card .prop__location--mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    width: 100%;
    background: #000;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px 5px;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3); }
  .ns-property-card .c__price {
    text-align: right;
    line-height: 1;
    max-width: 200px;
    margin-left: 5px; }
    .ns-property-card .c__price b {
      font-size: 22px;
      color: #5B2B6F;
      font-weight: 600; }
    .ns-property-card .c__price small {
      font-size: 12px;
      color: #aaa; }
    .ns-property-card .c__price .price__down {
      color: #098396;
      padding-right: 5px;
      cursor: help; }
  .ns-property-card .prop__content {
    position: relative;
    z-index: 600;
    padding: 5px;
    padding-bottom: 0;
    color: #222; }
    .ns-property-card .prop__content .c__type {
      text-transform: uppercase;
      font-size: 14px; }
    .ns-property-card .prop__content .c__location {
      margin-top: 5px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      color: #222; }
    .ns-property-card .prop__content .c__excerpt {
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 13px;
      overflow: hidden;
      margin-top: 5px;
      line-height: 1.3;
      color: #222;
      min-height: 40px; }

.detail-energy {
  margin: 0;
  padding: 0; }
  .detail-energy li {
    display: inline; }

.qi__energy {
  padding: 5px 0;
  display: inline-block; }
  .qi__energy .this__color {
    opacity: 0;
    display: inline-block;
    width: 6.18047px;
    height: 10px;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    transition: all 1s; }
  .qi__energy:hover .this__color {
    opacity: 1; }
  .qi__energy .qi__dpe--A .this__color {
    background: #2ecc3c; }
  .qi__energy .qi__dpe--B .this__color {
    background: #54cc2e; }
  .qi__energy .qi__dpe--C .this__color {
    background: #89cc2e; }
  .qi__energy .qi__dpe--D .this__color {
    background: #becc2e; }
  .qi__energy .qi__dpe--E .this__color {
    background: #cca62e; }
  .qi__energy .qi__dpe--F .this__color {
    background: #cc712e; }
  .qi__energy .qi__dpe--G .this__color {
    background: #cc3c2e; }
  .qi__energy .qi__ges--A .this__color {
    background: #ffccff; }
  .qi__energy .qi__ges--B .this__color {
    background: #ffaeff; }
  .qi__energy .qi__ges--C .this__color {
    background: #ff90ff; }
  .qi__energy .qi__ges--D .this__color {
    background: #e572ff; }
  .qi__energy .qi__ges--E .this__color {
    background: #c754ff; }
  .qi__energy .qi__ges--F .this__color {
    background: #a936ff; }
  .qi__energy .qi__ges--G .this__color {
    background: #8b18e2; }
  .qi__energy .qi__dpe:before {
    content: 'DPE';
    font-size: 14px;
    color: #aaaaaa;
    padding-right: 5px; }
  .qi__energy .qi__ges:before {
    content: 'GES';
    font-size: 14px;
    color: #aaaaaa;
    padding-right: 5px; }

.c__quickinfos {
  position: absolute;
  bottom: 0;
  left: 3px;
  z-index: 15;
  margin: 0;
  padding: 0; }
  .c__quickinfos .qi__content {
    display: inline-block;
    line-height: 0.9;
    vertical-align: middle;
    line-height: 1; }
  .c__quickinfos ul {
    padding: 0;
    margin: 0; }
    .c__quickinfos ul li {
      position: relative;
      display: block;
      text-align: center;
      float: left;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      margin: 2px 0;
      margin-right: 2px;
      font-size: 13px;
      color: #000; }
      .c__quickinfos ul li.qi__bubble {
        padding: 0 4px; }
      .c__quickinfos ul li i {
        color: #777 !important;
        font-size: 10px; }
      .c__quickinfos ul li b {
        font-weight: 600;
        font-size: 13px; }

/*
Immobilier details */
.p-properties-details .ns-sidebar {
  margin-top: -80px; }
  @media (max-width: 767px) {
    .p-properties-details .ns-sidebar {
      top: 0; } }
.p-properties-details .prop-detail__headline {
  font-size: 1.6rem; }

.property-slider {
  position: relative;
  overflow: hidden;
  height: auto !important;
  background: #eee;
  margin-top: 25px; }
  .property-slider .slide {
    position: relative;
    height: auto !important; }
    .property-slider .slide img {
      display: block;
      margin: 0 auto;
      width: auto;
      max-width: 100% !important;
      height: auto;
      max-height: 500px; }
    .property-slider .slide .image__note {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 800;
      background: #000;
      color: #fff;
      padding: 2px 10px; }
    .property-slider .slide .image__number {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 800;
      background: white;
      background: white;
      color: #000;
      padding: 2px 10px; }
  .property-slider:hover .owl-controls .owl-dots {
    opacity: 1; }
  .property-slider .owl-controls {
    position: absolute;
    z-index: 850;
    top: 0%;
    right: 0%;
    left: 0%;
    transition: opacity 200ms; }
    .property-slider .owl-controls .owl-dots {
      position: relative;
      top: 420px;
      width: 100%;
      text-align: center;
      opacity: 0; }
      .property-slider .owl-controls .owl-dots .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        margin-right: 5px; }
        .property-slider .owl-controls .owl-dots .owl-dot.active {
          background: #fff; }
    .property-slider .owl-controls .owl-nav {
      position: relative;
      top: 190px;
      width: 100%;
      z-index: 300; }
      .property-slider .owl-controls .owl-nav .owl-prev, .property-slider .owl-controls .owl-nav .owl-next {
        display: block;
        position: absolute;
        font-size: 30px;
        transition: all 300ms;
        color: #2C5B8A;
        background: #fff; }
        .property-slider .owl-controls .owl-nav .owl-prev.off, .property-slider .owl-controls .owl-nav .owl-next.off {
          display: none; }
      .property-slider .owl-controls .owl-nav .owl-prev {
        left: 0; }
      .property-slider .owl-controls .owl-nav .owl-next {
        right: 0; }
  @media (max-width: 600px) {
    .property-slider .slide img {
      max-height: 250px !important; } }

.gallery-slider-list {
  position: relative;
  z-index: 600;
  margin: 0 auto;
  margin-top: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888; }
  .gallery-slider-list .gsl__label {
    display: block;
    width: 100%; }
  .gallery-slider-list .slide {
    position: relative;
    width: 35px;
    height: 45px;
    margin-right: 5px;
    cursor: pointer; }
    .gallery-slider-list .slide .layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      background: #ddd;
      border-radius: 100%;
      width: 100%;
      height: 35px;
      color: #999;
      text-align: center;
      line-height: 35px;
      font-weight: 600;
      font-size: 20px; }
    .gallery-slider-list .slide img {
      border-radius: 100%;
      width: 35px;
      height: 35px;
      margin-top: 3px;
      transition: all 0.3s; }
      .gallery-slider-list .slide img:hover {
        margin-top: 0px; }

.gallery-slider {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 100px; }
  .gallery-slider .slide {
    opacity: 0.7;
    transition: opacity 400ms; }
    .gallery-slider .slide:hover {
      opacity: 1; }
    .gallery-slider .slide img {
      width: auto;
      height: 100px; }
  .gallery-slider .owl-controls {
    position: absolute;
    z-index: 850;
    top: 10%;
    right: -1px;
    left: 0%; }
    .gallery-slider .owl-controls .owl-nav {
      position: relative;
      top: 8px;
      width: 100%;
      z-index: 300; }
      .gallery-slider .owl-controls .owl-nav .owl-prev, .gallery-slider .owl-controls .owl-nav .owl-next {
        display: block;
        position: absolute;
        font-size: 30px;
        transition: all 300ms;
        color: #2C5B8A;
        background: #fff; }
        .gallery-slider .owl-controls .owl-nav .owl-prev.off, .gallery-slider .owl-controls .owl-nav .owl-next.off {
          display: none; }
      .gallery-slider .owl-controls .owl-nav .owl-prev {
        left: 0; }
      .gallery-slider .owl-controls .owl-nav .owl-next {
        right: 0; }

.s-house-showcase {
  background: #ccc; }
  .s-house-showcase .ng {
    padding: 0;
    margin: 0; }
  .s-house-showcase img {
    display: block;
    width: 100%; }

/*
 Detail hero.. */
.subHeader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px; }
  .subHeader .w-grid {
    position: relative !important;
    overflow: hidden;
    z-index: 15;
    width: 120%;
    height: auto;
    margin-top: 0px;
    background: #222 !important; }
    .subHeader .w-grid .grid-sh {
      overflow: hidden; }
      .subHeader .w-grid .grid-sh .grid-sizer, .subHeader .w-grid .grid-sh .grid-item {
        width: 12%; }
      .subHeader .w-grid .grid-sh .grid-item {
        position: relative;
        float: left;
        padding: 4px; }
        .subHeader .w-grid .grid-sh .grid-item .layer {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 15;
          width: 100%;
          height: 100%; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--1 {
            background: rgba(0, 0, 0, 0.1); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--2 {
            background: rgba(0, 0, 0, 0.2); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--3 {
            background: rgba(0, 0, 0, 0.3); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--4 {
            background: rgba(0, 0, 0, 0.4); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--5 {
            background: rgba(0, 0, 0, 0.5); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--6 {
            background: rgba(0, 0, 0, 0.6); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--7 {
            background: rgba(0, 0, 0, 0.7); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--8 {
            background: rgba(0, 0, 0, 0.8); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--9 {
            background: rgba(0, 0, 0, 0.9); }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--10 {
            background: black; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--11 {
            background: black; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--12 {
            background: black; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--13 {
            background: black; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--14 {
            background: black; }
          .subHeader .w-grid .grid-sh .grid-item .layer.layer--15 {
            background: black; }
        .subHeader .w-grid .grid-sh .grid-item .noimage {
          width: 100%;
          height: 200px;
          background: #5B2B6F; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--1 {
            background: #653579; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--2 {
            background: #6f3f83; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--3 {
            background: #79498d; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--4 {
            background: #835397; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--5 {
            background: #8d5da1; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--6 {
            background: #9767ab; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--7 {
            background: #a171b5; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--8 {
            background: #ab7bbf; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--9 {
            background: #b585c9; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--10 {
            background: #bf8fd3; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--11 {
            background: #c999dd; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--12 {
            background: #d3a3e7; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--13 {
            background: #ddadf1; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--14 {
            background: #e7b7fb; }
          .subHeader .w-grid .grid-sh .grid-item .noimage.noimage--15 {
            background: #f1c1ff; }
        .subHeader .w-grid .grid-sh .grid-item img {
          display: block;
          width: 100%; }
        .subHeader .w-grid .grid-sh .grid-item.size--2 {
          width: 24%; }
          .subHeader .w-grid .grid-sh .grid-item.size--2 .w-img {
            position: relative;
            width: auto;
            height: 300px; }
      .subHeader .w-grid .grid-sh:after {
        content: '';
        display: block;
        clear: both; }
  .subHeader .accent-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)); }
    .subHeader .accent-bar .ab__previous {
      display: block;
      color: #fff;
      padding: 0 10px;
      height: 80px;
      margin-right: 25px;
      line-height: 80px;
      transition: all 0.4s; }
      .subHeader .accent-bar .ab__previous span {
        color: #fff;
        text-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        text-transform: uppercase; }
      .subHeader .accent-bar .ab__previous:hover {
        background: linear-gradient(#5B2B6F, #5B2B6F); }
        .subHeader .accent-bar .ab__previous:hover span {
          transform: scale(1.2) translateX(-5px);
          text-shadow: 6px 0 5px rgba(0, 0, 0, 0.4); }
    .subHeader .accent-bar .ab__location {
      color: #fff;
      margin: 0;
      padding: 15px 0;
      font-size: 23px;
      line-height: 27px;
      line-height: 1; }
      .subHeader .accent-bar .ab__location .street {
        font-weight: 400;
        font-size: 18px; }
        .subHeader .accent-bar .ab__location .street i {
          margin-right: 5px; }
      .subHeader .accent-bar .ab__location .city {
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase; }
      @media (max-width: 991px) {
        .subHeader .accent-bar .ab__location {
          font-size: 20px;
          line-height: 24px; } }
    .subHeader .accent-bar .w-views {
      color: #fff;
      margin: 0;
      padding: 15px 0;
      float: right;
      font-size: 25px;
      line-height: 1; }
      .subHeader .accent-bar .w-views .counter {
        font-weight: 600; }
    .subHeader .accent-bar h1 {
      display: inline-block;
      position: absolute;
      top: 40%;
      padding: 0px 10px 0px 10px;
      color: #fff; }

.colorSpecificElements span {
  color: #aaaaaa; }
.colorSpecificElements .colorSpecificElement {
  color: #333;
  font-weight: bold;
  font-size: 18px; }

.colorSpecificInformations {
  color: #aaaaaa;
  font-size: 14px;
  font-style: italic; }

/*
 * DBO <dbonnefond@immonot.com>
 * 2018 
 */
.i-gauge {
  position: relative;
  display: inline-flex;
  justify-content: stretch;
  width: 100%;
  padding-bottom: space(md);
  margin: space(lg) 0;
  margin-top: space(lg); }

.i-gauge-level {
  position: relative;
  flex: 1;
  color: #fff;
  line-height: 21.42857px;
  text-align: center;
  font-size: ms(-1);
  font-weight: bold;
  margin-right: 2px;
  border-radius: 2px; }

.i-gauge-about-min {
  position: absolute;
  top: -17px;
  left: 0;
  text-transform: uppercase;
  font-size: ms(-3); }

.i-gauge-about-max {
  position: absolute;
  top: -17px;
  right: 0;
  text-transform: uppercase;
  font-size: ms(-3); }

.i-gauge-current {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 21.42857px;
  height: 21.42857px;
  transform: translateX(-50%) scale(1.5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
  border-radius: 50%;
  border: 1px solid #FFF; }

.i-gauge-value {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 15;
  color: grey(9);
  text-align: center; }

.i-gauge--dpe .i-gauge-level:nth-child(1), .i-gauge--dpe .i-gauge-level:nth-child(2), .i-gauge--dpe .i-gauge-level:nth-child(3), .i-gauge--dpe .i-gauge-level:nth-child(4) {
  color: #000; }
.i-gauge--dpe .i-gauge-level:nth-child(1) {
  background: #00ff02; }
.i-gauge--dpe .i-gauge-level:nth-child(2) {
  background: #4eff00; }
.i-gauge--dpe .i-gauge-level:nth-child(3) {
  background: #afff02; }
.i-gauge--dpe .i-gauge-level:nth-child(4) {
  background: #feff02; }
.i-gauge--dpe .i-gauge-level:nth-child(5) {
  background: #fdb402; }
.i-gauge--dpe .i-gauge-level:nth-child(6) {
  background: #fe4d00; }
.i-gauge--dpe .i-gauge-level:nth-child(7) {
  background: #fe0000; }

.i-gauge--ges .i-gauge-level:nth-child(1), .i-gauge--ges .i-gauge-level:nth-child(2), .i-gauge--ges .i-gauge-level:nth-child(3), .i-gauge--ges .i-gauge-level:nth-child(4) {
  color: #000; }
.i-gauge--ges .i-gauge-level:nth-child(1) {
  background: #f6edfe; }
.i-gauge--ges .i-gauge-level:nth-child(2) {
  background: #e0c2f9; }
.i-gauge--ges .i-gauge-level:nth-child(3) {
  background: #d4a9f5; }
.i-gauge--ges .i-gauge-level:nth-child(4) {
  background: #cb95f3; }
.i-gauge--ges .i-gauge-level:nth-child(5) {
  background: #ba72ef; }
.i-gauge--ges .i-gauge-level:nth-child(6) {
  background: #a74deb; }
.i-gauge--ges .i-gauge-level:nth-child(7) {
  background: #8a18df; }

.i-gauge.i-gauge--null .i-gauge-level {
  background: grey(1);
  color: grey(9); }

.DPE-estimation ._title {
  background: #5B2B6F;
  color: #fff;
  font-size: ms(1);
  font-weight: bold;
  padding-left: space(md); }
.DPE-estimation ._chapo {
  font-size: ms(-2);
  font-weight: lighter;
  color: #333333; }
.DPE-estimation .DPE-cochon {
  display: flex;
  justify-content: center; }
  .DPE-estimation .DPE-cochon img {
    width: 50%; }

.c-card .i-gauge {
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  border-bottom: none; }
  .c-card .i-gauge .i-gauge-value {
    color: #333; }
  .c-card .i-gauge .i-gauge-about-min,
  .c-card .i-gauge .i-gauge-about-max {
    top: -20px;
    font-size: .658rem;
    padding: 16px; }

.w-description {
  background-color: #FFF;
  padding: 10px 0; }

.flex-diag {
  display: flex; }
  @media screen and (max-width: 991px) {
    .flex-diag {
      display: block; } }
  .flex-diag .i-gauge {
    padding: 16px;
    opacity: 1; }

.diag-text {
  text-align: center; }
  .diag-text p {
    font-size: 22px; }
    .diag-text p span {
      font-weight: bold;
      text-decoration: underline;
      color: #2C5B8A; }

.dpeTitle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -25px; }
  @media screen and (max-width: 303px) {
    .dpeTitle {
      bottom: -45px; } }

.gesTitle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -25px; }

.diag-mention {
  text-align: center;
  font-style: italic; }

.opacity {
  display: none; }

.s-contact {
  background: #fff;
  border-left: 4px solid #5B2B6F;
  padding: 15px; }
  @media (max-width: 767px) {
    .s-contact {
      border: none; } }
  .s-contact .w-img {
    border-radius: 100%;
    background: #ccc;
    width: 50px;
    height: 50px; }
    .s-contact .w-img img {
      display: block;
      width: 100%;
      border-radius: 100%; }
  .s-contact .contact__name {
    font-size: 1rem;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .s-contact .btn-bar .btn {
      width: 100%;
      margin-bottom: 10px; } }

.s-property-details {
  padding-top: 20px;
  padding-bottom: 20px; }
  .s-property-details .price {
    color: #2C5B8A;
    font-size: 30px;
    font-weight: 600;
    margin: 0; }
  .s-property-details .price-detail {
    color: #888;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px; }
  .s-property-details .details tr > td:first-child {
    font-weight: 300; }
  .s-property-details .details tr > td:last-child {
    font-weight: 600;
    padding-left: 10px; }
  .s-property-details .w-description .mention {
    font-size: 1rem;
    border-left: 3px solid #2C5B8A;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-left: 5px; }

.s-selection {
  background: #74776F;
  background: linear-gradient(to right, #74776F, #888b83); }
  .s-selection a {
    text-decoration: none; }
  .s-selection .owl-selection {
    z-index: 10; }
  .s-selection .this__headline {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #ffffff;
    font-size: 2rem; }
  .s-selection .this__badge {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 4;
    color: rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-top: 50px; }
    .s-selection .this__badge .w-i {
      position: relative;
      margin: 0 auto;
      width: 20%;
      text-align: center; }
      .s-selection .this__badge .w-i i {
        font-size: 190px; }
  .s-selection .part {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all 400ms; }
    .s-selection .part .w-img {
      position: relative;
      overflow: hidden;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%; }
      .s-selection .part .w-img img {
        display: block;
        width: 100%;
        height: auto;
        margin: auto; }
      .s-selection .part .w-img .selection {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background: rgba(255, 255, 255, 0.8);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); }
        .s-selection .part .w-img .selection .type {
          display: inline-block;
          float: left;
          font-size: 13px;
          line-height: 1;
          text-align: right;
          text-transform: uppercase;
          color: #555;
          padding: 5px 15px;
          padding-left: 5px;
          margin: 0; }
        .s-selection .part .w-img .selection .price {
          display: inline-block;
          float: right;
          font-size: 22px;
          line-height: 1;
          font-weight: 600;
          text-align: right;
          color: #333;
          padding-right: 10px;
          margin: 0; }
    .s-selection .part .content {
      padding: 8px;
      background: #fafafa; }
      .s-selection .part .content .dep, .s-selection .part .content .city {
        color: #000; }
      .s-selection .part .content .dep {
        text-transform: uppercase;
        font-size: 13px; }
    .s-selection .part:hover {
      transform: translateY(-8px); }

.detail-contact-form {
  background: #fff;
  padding: 30px 0; }
  .detail-contact-form h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 30px; }
  .detail-contact-form textarea {
    border: 1px solid #ccc; }
  .detail-contact-form .ns-office {
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-left: 3px solid #5B2B6F; }
    .detail-contact-form .ns-office img {
      display: block;
      width: 100px;
      margin: 15px auto;
      margin-top: 0; }

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