/*-------------------------------------
www.pap.fr
FEUILLE DE STYLE PRINCIPALE
---------------------------------------

SOMMAIRE

	1. COLOR VARIABLES SASS
	2. MIXINS SASS
	3. CUSTOM DONUTS
	4. GENERAL, LAYOUT, WRAPPERS, OBJECTS
	5. HEADER
	6. FOOTER
	7. HOMEPAGE
	8. LISTE ANNONCES
	9. DETAILS ANNONCE
	10. RESPONSIVE

-------------------------------------*/
/* 1. COLOR VARIABLES SASS
-------------------------------------*/
/* 2. MIXINS SASS
-------------------------------------*/
/* Adds a browser prefix to the property */
/* Background radient */
/* Border radius */
/* Box shadow */
/* Opacity */
/* Rotate */
/* Text shadow */
/* Transition */
/* 3. CUSTOM DONUTS
-------------------------------------*/
/* Layout */
body {
  min-width: 1120px;
  /* Fix for non-responsive website */
  font-size: 0.85em; }

.wrapper {
  width: 1120px; }

/* Text */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #272727;
  font-family: 'Playfair Display', serif;
  font-weight: bold; }

h1, .h1 {
  font-size: 2.8em; }

h2, .h2 {
  font-size: 2em; }

h3, .h3 {
  font-size: 1.4em; }

a {
  color: #05b2be;
  text-decoration: none; }
  a:hover {
    color: #04959f;
    text-decoration: underline; }

/* Buttons */
.btn {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold; }
  .btn:hover {
    text-decoration: none; }

.btn-shadow {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.btn-type-1 {
  background: #03c3d0;
  border: 1px solid #03c3d0 !important;
  color: white !important; }
  .btn-type-1:hover {
    background: #05b2be;
    border: 1px solid #05b2be !important;
    color: white !important; }

.btn-type-2 {
  background: #c8b297;
  border: 1px solid #c8b297 !important;
  color: white !important; }
  .btn-type-2:hover {
    background: #b89f81;
    border: 1px solid #b89f81 !important;
    color: white !important; }

.btn-type-3 {
  background: white;
  color: #05b2be !important;
  border: 1px solid #05b2be !important; }
  .btn-type-3:hover {
    background: #05b2be;
    border: 1px solid #05b2be !important;
    color: white !important; }

.btn-type-4 {
  background: white;
  color: #b89f81 !important;
  border: 1px solid #b89f81 !important; }
  .btn-type-4:hover {
    background: #b89f81;
    border: 1px solid #b89f81 !important;
    color: white !important; }

.btn-type-5 {
  background: white;
  color: #535353 !important;
  border: 1px solid #dbdbdb !important;
  font-weight: normal;
  text-transform: inherit; }
  .btn-type-5:hover {
    background: white;
    color: #04959f !important;
    border: 1px solid #03c3d0 !important; }

.btn-type-6 {
  font-weight: normal;
  text-transform: inherit; }

/* Liste a puce classique */
ul.bullet-list li {
  color: #03c3d0; }

/* Navbar */
.navbar, .navbar-dropdown, .navbar li a:hover, .navbar li.active a {
  background: #272727; }

.navbar {
  text-align: center; }
  .navbar li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    height: 45px; }
    .navbar li a {
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }

.navbar-dropdown > li > a {
  color: white; }

.navbar-dropdown > li:hover > a {
  background: #03c3d0;
  color: white; }

/* Breadcrumb */
.breadcrumb {
  font-size: 0.95em; }

.breadcrumb li:after {
  color: #ababab; }

.breadcrumb li span {
  color: #848484; }

.breadcrumb li a span:hover {
  color: #04959f !important; }

.breadcrumb li h1 {
  color: #848484;
  font-size: inherit;
  font-family: inherit;
  margin: inherit;
  font-weight: inherit;
  display: inline; }

/* Pagination */
.pagination ul li a {
  background: white;
  border: 1px solid #dbdbdb;
  color: #848484; }

.pagination ul li a:hover {
  background: #03c3d0;
  border: 1px solid #03c3d0; }

.pagination ul li span.active {
  background: #03c3d0;
  border: 1px solid #03c3d0; }

/* Image gallery */
.overlay-zoom-photo a:after {
  background: rgba(0, 0, 0, 0.5) url("/images/bg-overlay-zoom-photo.png") no-repeat center center; }

/* ui Dialog */
.ui-dialog .ui-widget-header {
  background: #c8b297; }

/* ui Datepicker */
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker-header {
  background: #272727 !important; }

/* ui Accordion */
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {
  background: white;
  color: #272727; }
.ui-accordion .ui-icon-triangle-1-e {
  background: url("/images/jquery-ui/icon-dark-arrow-1-e.png"); }
.ui-accordion .ui-icon-triangle-1-s {
  background: url("/images/jquery-ui/icon-dark-arrow-1-s.png"); }
.ui-accordion .ui-accordion-content {
  box-shadow: none; }

/* Forms */
form ::-webkit-input-placeholder {
  color: #787878; }
form :-ms-input-placeholder {
  color: #787878; }

input[type="text"], input[type="password"], textarea {
  border-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

/* jQuery Sumo select */
.SumoSelect:focus .CaptionCont,
.SumoSelect:hover .CaptionCont,
.SumoSelect.open .CaptionCont {
  border-color: white !important;
  box-shadow: none; }

.SumoSelect {
  width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .SumoSelect .CaptionCont {
    border-color: white !important;
    line-height: 1.8em; }
    .SumoSelect .CaptionCont:hover {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      border-color: white !important; }
    .SumoSelect .CaptionCont span.placeholder {
      color: #787878; }
    .SumoSelect .CaptionCont label i {
      background: white url("../images/arrow-select.png") 5px 1px; }
  .SumoSelect .optWrapper label {
    margin-bottom: 0 !important; }
  .SumoSelect .optWrapper .options li.opt {
    padding-top: 10px;
    padding-bottom: 10px; }
    .SumoSelect .optWrapper .options li.opt:hover {
      color: #535353; }
  .SumoSelect .optWrapper .options li.opt.selected {
    background-color: #03c3d0; }
    .SumoSelect .optWrapper .options li.opt.selected:hover {
      background-color: #03c3d0; }
    .SumoSelect .optWrapper .options li.opt.selected span i {
      background-color: #03c3d0 !important; }
  .SumoSelect .optWrapper.multiple li.opt.selected:hover {
    color: #04959f; }

/* 4. GENERAL, LAYOUT, WRAPPERS, OBJECTS
-----------------------------------------*/
.section-bg-dark {
  background: #272727;
  padding: 25px 0; }
  .section-bg-dark p, .section-bg-dark a,
  .section-bg-dark h1, .section-bg-dark .h1,
  .section-bg-dark h2, .section-bg-dark .h2,
  .section-bg-dark h3, .section-bg-dark .h3,
  .section-bg-dark h4, .section-bg-dark .h4,
  .section-bg-dark h5, .section-bg-dark .h5,
  .section-bg-dark h6, .section-bg-dark .h6 {
    color: white; }
  .section-bg-dark hr {
    border-color: rgba(255, 255, 255, 0.2); }

.section-bg-light {
  background: #f2f2f2;
  padding: 25px 0; }

.form-bg-light {
  background: #f2f2f2;
  padding: 20px; }

.icon-big {
  color: #03c3d0;
  font-size: 8em;
  margin: 0;
  padding: 0; }

.tooltipster-html {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: white;
  color: #535353;
  width: 200px; }

.tooltipster-html .tooltipster-content {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 10px;
  overflow: hidden;
  text-align: center; }
  .tooltipster-html .tooltipster-content span {
    color: #535353;
    font-weight: bold;
    text-transform: uppercase; }
  .tooltipster-html .tooltipster-content span.promo {
    color: #03c3d0;
    font-weight: bold;
    text-transform: uppercase; }

/* FIN GENERAL, LAYOUT, WRAPPERS, OBJECTS */
/* 5. HEADER
-------------------------------------*/
header {
  padding: 40px 0 30px 0;
  background-color: #272727; }
  header .header-logo img {
    height: 40px;
    margin-bottom: 10px; }
  header .header-logo + h1, header .header-logo + span {
    margin: 0;
    color: #848484;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    display: block; }
  header .header-toolbox {
    position: absolute;
    top: -20px;
    right: 0; }
    header .header-toolbox .item {
      font-size: 0.85em;
      text-align: right;
      margin: 0 0 10px 30px;
      padding-top: 10px;
      color: #848484; }
      header .header-toolbox .item a {
        color: #848484; }
        header .header-toolbox .item a:hover {
          color: #04959f; }
      header .header-toolbox .item img {
        margin-left: 10px; }

.cookie-banner {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  .cookie-banner .wrapper {
    position: relative; }
  .cookie-banner p {
    font-size: 0.85em;
    margin-bottom: 0;
    margin-right: 40px; }
  .cookie-banner .btn {
    position: absolute;
    top: 3px;
    right: 0;
    color: #848484;
    font-size: 0.9em;
    -webkit-transition: all 0.1s ease-in-out;
    -khtml-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .cookie-banner .btn:hover {
      color: #04959f; }

/* FIN HEADER */
/* 6. FOOTER */
.footer {
  font-size: 0.85em;
  margin-top: 0;
  padding: 40px 0;
  background: #272727;
  color: white; }
  .footer ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 30px; }
    .footer ul li a {
      padding: 0px 20px;
      text-decoration: none;
      color: white; }
      .footer ul li a:hover {
        color: #05b2be; }
    .footer ul li:last-child a {
      border: none; }

/* FIN FOOTER */
/* 7. HOMEPAGE
-------------------------------------*/
.homepage-search-form {
  position: relative;
  height: 645px; }
  .homepage-search-form .wrapper {
    height: 1px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .homepage-search-form form {
    margin-top: 90px;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.4);
    width: 35%; }
    .homepage-search-form form .form-group > label {
      color: white; }
  .homepage-search-form .owl-carousel {
    position: relative; }
    .homepage-search-form .owl-carousel .owl-stage-outer {
      height: 645px; }
  .homepage-search-form .home-carousel-item .btn {
    margin: 540px 20px 0 0;
    border-color: white !important;
    background: rgba(0, 0, 0, 0.3); }
    .homepage-search-form .home-carousel-item .btn:hover {
      background: rgba(0, 0, 0, 0.5); }
  .homepage-search-form .home-carousel-item .item-image {
    height: 645px; }

.homepage-content {
  padding-top: 30px; }
  .homepage-content h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 2.6em;
    font-weight: normal; }
  .homepage-content .category-item {
    position: relative; }
    .homepage-content .category-item > .h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      margin: 0;
      padding: 15px 20px;
      -webkit-transition: all 0.1s ease-in-out;
      -khtml-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      color: white;
      font-size: 1.8em; }
    .homepage-content .category-item .item-content-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 340px;
      display: table; }
      .homepage-content .category-item .item-content-wrapper .item-content {
        display: table-cell;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0.5);
        padding: 40px;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -khtml-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        color: white; }
        .homepage-content .category-item .item-content-wrapper .item-content .h3 {
          color: white;
          font-size: 1.8em; }
          .homepage-content .category-item .item-content-wrapper .item-content .h3:after {
            content: "";
            display: block;
            width: 30%;
            height: 1px;
            background: rgba(255, 255, 255, 0.5);
            margin-top: 15px; }
    .homepage-content .category-item .item-image {
      height: 340px; }
    .homepage-content .category-item:hover > .h3 {
      opacity: 0; }
    .homepage-content .category-item:hover .item-content-wrapper .item-content {
      opacity: 1; }
  .homepage-content .product-item {
    margin-bottom: 40px; }
    .homepage-content .product-item .thumb {
      height: 320px;
      margin-bottom: 15px; }
    .homepage-content .product-item a {
      text-decoration: none; }
      .homepage-content .product-item a .h3 {
        margin: 0 0 10px 0;
        font-size: 1.4em;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .homepage-content .product-item a .h3:after {
          content: "";
          display: block;
          width: 30%;
          height: 1px;
          background: rgba(255, 255, 255, 0.2);
          margin-top: 15px; }
      .homepage-content .product-item a:hover .h3 {
        color: #04959f; }
    .homepage-content .product-item > p {
      min-height: 65px;
      overflow: hidden; }

.keyword-cloud {
  padding-right: 80px; }
  .keyword-cloud li {
    margin-bottom: 10px; }
    .keyword-cloud li:nth-child(even) {
      text-align: right; }
    .keyword-cloud li a {
      font-size: 2em;
      color: #535353; }
      .keyword-cloud li a:hover {
        color: #03c3d0;
        text-decoration: none; }
  .keyword-cloud li:nth-child(5n+1) a {
    font-family: 'Playfair Display', serif;
    font-weight: bold; }
  .keyword-cloud li:nth-child(5n+2) a {
    font-family: 'Playfair Display', serif; }
  .keyword-cloud li:nth-child(5n+3) a {
    font-weight: bold; }
  .keyword-cloud li:nth-child(5n+4) a {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic; }
  .keyword-cloud li:nth-child(5n+5) a {
    font-style: italic; }

/* FIN HOMEPAGE */
/* 8. LISTE ANNONCES
-------------------------------------*/
.search-results-form {
  background: #f2f2f2;
  padding: 25px 0;
  margin-bottom: 25px; }
  .search-results-form .form-inline .form-group {
    margin-right: 20px; }
  .search-results-form .form-inline .form-group:last-child {
    margin-top: 24px;
    margin-right: 0; }
    .search-results-form .form-inline .form-group:last-child input[type="submit"] {
      width: 170px;
      margin-right: 10px;
      background: #272727;
      border: 1px solid #272727 !important; }
      .search-results-form .form-inline .form-group:last-child input[type="submit"]:hover {
        background: #03c3d0;
        border: 1px solid #03c3d0 !important; }
    .search-results-form .form-inline .form-group:last-child a[href="#plus_de_criteres"] {
      font-style: italic;
      color: #848484; }
      .search-results-form .form-inline .form-group:last-child a[href="#plus_de_criteres"]:hover {
        text-decoration: underline;
        color: #04959f; }

a[href="#dialog-box-search-form"] {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none; }

.search-results-wrapper h1 {
  margin: 5px 0 10px 0;
  font-size: 1.6em; }
.search-results-wrapper .search-result-counter {
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #848484;
  font-size: 1.2em;
  margin-left: 5px; }
.search-results-wrapper .search-results-item {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb; }
  .search-results-wrapper .search-results-item .thumb {
    height: 220px;
    margin-bottom: 15px; }
  .search-results-wrapper .search-results-item a .h2 {
    margin: 0 0 10px 0;
    font-size: 1.4em;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-results-wrapper .search-results-item a:hover {
    text-decoration: none; }
    .search-results-wrapper .search-results-item a:hover .h2 {
      color: #04959f; }
  .search-results-wrapper .search-results-item p {
    height: 86px;
    overflow: hidden; }
.search-results-wrapper .seo-content {
  margin-bottom: 20px; }
  .search-results-wrapper .seo-content h2 {
    font-size: 1.2em;
    color: #535353; }
  .search-results-wrapper .seo-content p {
    font-size: 0.9em;
    color: #848484; }

/* FIN LISTE ANNONCES */
/* 9. DETAILS ANNONCE
-------------------------------------*/
.details-annonce .wrapper {
  width: 1024px !important; }
.details-annonce .owl-carousel-details {
  position: relative;
  background: #f2f2f2; }
  .details-annonce .owl-carousel-details .item-carousel-details {
    text-align: center;
    min-height: 350px;
    line-height: 350px; }
    .details-annonce .owl-carousel-details .item-carousel-details img {
      width: inherit !important;
      max-height: 682px;
      margin: 0 auto;
      vertical-align: middle;
      display: inline; }
  .details-annonce .owl-carousel-details .owl-item iframe {
    width: 100%; }
  .details-annonce .owl-carousel-details .owl-prev, .details-annonce .owl-carousel-details .owl-next {
    position: absolute;
    width: 100px;
    height: 100%;
    cursor: pointer;
    z-index: 100;
    top: 0;
    text-indent: -10000px;
    -webkit-transition: all 0.1s ease-in-out;
    -khtml-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0;
    padding: 0; }
  .details-annonce .owl-carousel-details .owl-prev {
    left: 0;
    background: transparent url("/images/arrow-image-slider-prev.png") no-repeat center center;
    opacity: 0.8; }
    .details-annonce .owl-carousel-details .owl-prev:hover {
      opacity: 1;
      background: transparent url("/images/arrow-image-slider-prev.png") no-repeat center center; }
  .details-annonce .owl-carousel-details .owl-next {
    right: 0;
    background: transparent url("/images/arrow-image-slider-next.png") no-repeat center center;
    opacity: 0.8; }
    .details-annonce .owl-carousel-details .owl-next:hover {
      background: transparent url("/images/arrow-image-slider-next.png") no-repeat center center;
      opacity: 1; }
  .details-annonce .owl-carousel-details .owl-nav {
    margin-top: 0; }
  .details-annonce .owl-carousel-details .owl-dots {
    display: none; }
.details-annonce .btn-back-list {
  color: #848484;
  text-decoration: none; }
.details-annonce .item-description {
  min-height: 540px; }
  .details-annonce .item-description h1 {
    font-size: 1.8em; }
    .details-annonce .item-description h1 .item-title-price, .details-annonce .item-description h1 .item-title-summary, .details-annonce .item-description h1 .item-title-ref {
      display: block;
      font-family: 'Open Sans', serif;
      font-weight: normal; }
    .details-annonce .item-description h1 .item-title-price {
      color: #272727;
      font-size: 1.1em;
      margin: 5px 0; }
    .details-annonce .item-description h1 .item-title-summary {
      color: #848484;
      font-size: 0.55em;
      margin-bottom: 5px; }
    .details-annonce .item-description h1 .item-title-ref {
      color: #848484;
      font-size: 0.55em; }
  .details-annonce .item-description p {
    color: #535353;
    margin-bottom: 30px; }
  .details-annonce .item-description .h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #272727; }
  .details-annonce .item-description .h3 {
    margin: 15px 0 10px 0;
    font-family: 'Open Sans', serif;
    font-weight: normal;
    font-size: 1.2em; }
  .details-annonce .item-description .bullet-list li {
    float: left;
    width: 30%;
    margin-bottom: 5px; }
.details-annonce .contact-proprietaire-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  z-index: 1; }
  .details-annonce .contact-proprietaire-box .box-header {
    background-color: #272727;
    height: 60px;
    text-align: center;
    font-size: 1.6em;
    padding-top: 12px; }
  .details-annonce .contact-proprietaire-box .btn-display-phone {
    font-size: 1em;
    padding: 0;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #535353; }
    .details-annonce .contact-proprietaire-box .btn-display-phone:hover {
      color: #04959f; }
  .details-annonce .contact-proprietaire-box .tel-wrapper {
    font-size: 1.9em;
    text-align: center; }

.tarifs-dispos .h2 {
  font-size: 1.6em; }

.calendriers {
  margin-top: 30px; }
  .calendriers .owl-carousel {
    padding: 0 40px; }
  .calendriers .owl-item {
    overflow: hidden; }
  .calendriers .owl-prev, .calendriers .owl-next {
    position: absolute;
    width: 40px;
    height: 100%;
    cursor: pointer;
    z-index: 100;
    top: 0;
    text-indent: -10000px;
    -webkit-transition: all 0.1s ease-in-out;
    -khtml-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0;
    padding: 0; }
  .calendriers .owl-prev {
    left: 0;
    background: #f2f2f2 url("/images/arrow-image-slider-prev.png") no-repeat center center;
    background-size: 30px;
    opacity: 0.3; }
    .calendriers .owl-prev:hover {
      opacity: 1;
      background: #f2f2f2 url("/images/arrow-image-slider-prev.png") no-repeat center center;
      background-size: 30px; }
  .calendriers .owl-next {
    right: 0;
    background: #f2f2f2 url("/images/arrow-image-slider-next.png") no-repeat center center;
    background-size: 30px;
    opacity: 0.3; }
    .calendriers .owl-next:hover {
      background: #f2f2f2 url("/images/arrow-image-slider-next.png") no-repeat center center;
      background-size: 30px;
      opacity: 1; }
  .calendriers table {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
    .calendriers table th {
      font-weight: normal;
      padding: 5px; }
    .calendriers table td {
      cursor: pointer;
      text-align: center;
      padding-left: 3px;
      padding-right: 3px; }
      .calendriers table td span {
        display: block;
        color: #03c3d0;
        font-size: 0.7em;
        font-weight: bold; }
    .calendriers table td.normal {
      background: white; }
      .calendriers table td.normal:hover {
        background: #03c3d0;
        color: white; }
        .calendriers table td.normal:hover span {
          color: white; }
    .calendriers table td.date-passee {
      color: rgba(0, 0, 0, 0.3); }
    .calendriers table td.reserved {
      background: #ffd1be;
      color: #c64613; }
    .calendriers table td.reserved_debut {
      background: url("/images/bg-calendrier-debut.png") no-repeat top right; }
    .calendriers table td.reserved_fin {
      background: #ffd1be url("/images/bg-calendrier-fin.png") no-repeat top right; }
  .calendriers .legende .item {
    margin-right: 18px;
    font-size: 0.85em; }
    .calendriers .legende .item:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border: 1px solid #dbdbdb; }
  .calendriers .legende .item-reserve:before {
    background: #ffd1be; }
  .calendriers .legende .item-dispo:before {
    background: white; }

.tarifs {
  font-size: 0.9em;
  margin-bottom: 20px; }
  .tarifs .row {
    margin-bottom: 0 !important; }
  .tarifs .item {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .tarifs .label-promotion {
    background: #03c3d0;
    color: white;
    font-weight: bold;
    margin-right: 4px;
    padding: 2px 6px;
    font-size: 1em; }

.dialog-box-contact-proprietaire .btn-display-phone {
  font-size: 1em;
  padding: 0;
  margin-top: 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #535353; }
  .dialog-box-contact-proprietaire .btn-display-phone:hover {
    color: #04959f; }
.dialog-box-contact-proprietaire .tel-wrapper {
  font-size: 1.9em;
  text-align: center; }

/* FIN DETAILS ANNONCE */
/* 10. RESPONSIVE
-------------------------------------*/
/* mMenu */
.mm-slideout {
  z-index: inherit !important; }

a[href="#responsive_menu"] {
  background-color: transparent !important;
  background-image: url("/images/icon-hamburger-2x.png");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  border: none;
  text-indent: -10000px;
  box-shadow: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: 10px;
  display: none; }

.mm-menu {
  background: #272727;
  color: white;
  z-index: 100000 !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.mm-navbar {
  height: 52px;
  padding: 0 52px 0 20px; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: white; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -7px; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: #03c3d0; }

.mm-navbar > .mm-title {
  padding: 16px 0; }

.mm-navbar > .mm-prev {
  padding: 26px 0; }

.mm-listview .mm-next:before {
  border: 0; }

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: white; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 0; }

.mm-menu > .mm-navbar {
  background: transparent;
  height: 0;
  position: absolute;
  top: 0;
  right: 0; }

.mm-close:after, .mm-close:before {
  border: none; }

.mm-close {
  background: #272727 url("/images/icon-close-2x.png") no-repeat center center;
  background-size: 24px;
  width: 52px;
  height: 52px;
  left: auto !important;
  right: 0 !important;
  top: 0; }

/* Fin mMenu */
@media only screen and (max-width: 768px) {
  a[href="#responsive_menu"] {
    display: block; }

  a[href="#dialog-box-search-form"] {
    display: block; }

  header {
    padding: 10px 0 10px 40px; }
    header .header-logo {
      margin: 0 auto;
      background: url("/images/logo-dc-2x.png") no-repeat center center;
      background-size: 100% auto;
      height: 40px; }
      header .header-logo img {
        display: none; }

  .footer {
    padding-bottom: 100px; }
    .footer ul li {
      display: block;
      margin-bottom: 10px; }
      .footer ul li a {
        padding: 0;
        border-right: 0;
        text-decoration: underline; }
      .footer ul li:last-child {
        margin-bottom: 20px; }

  .homepage-search-form {
    background: url("/images/data-tmp/visuel-maison-1.png") no-repeat center center;
    background-size: cover;
    height: 400px; }
    .homepage-search-form form {
      margin-top: 30px;
      width: 100%; }

  .keyword-cloud {
    padding: 0 50px; }

  .search-results-wrapper {
    padding-top: 20px; }
    .search-results-wrapper h1 {
      margin-bottom: 20px; }
    .search-results-wrapper .search-result-counter {
      display: block;
      margin: 10px 0 20px 0;
      text-align: center; }
    .search-results-wrapper .row > div {
      margin-bottom: 0 !important; }

  .owl-carousel-details .owl-item {
    height: 280px; }
    .owl-carousel-details .owl-item img,
    .owl-carousel-details .owl-item iframe {
      max-height: 280px; }
  .owl-carousel-details .item-carousel-details {
    height: 300px;
    line-height: 300px; }
    .owl-carousel-details .item-carousel-details img {
      max-height: 300px; }

  .details-annonce .row:first-child .col-2-3 {
    margin-top: 20px !important; }
  .details-annonce .row:first-child .col-1-3 {
    margin-top: 0 !important; }
  .details-annonce .owl-carousel-details .item-carousel-details {
    text-align: center;
    min-height: 300px;
    line-height: 300px !important; }
    .details-annonce .owl-carousel-details .item-carousel-details img {
      max-height: 300px; }
  .details-annonce .item-description .bullet-list li {
    width: 50%; }
  .details-annonce .tarifs .item .col-2-3 {
    margin: 10px 0 !important;
    padding-top: 0 !important; }
  .details-annonce .tarifs .item .col-1-3 {
    margin-bottom: 10px !important;
    text-align: left !important; }
  .details-annonce .tarifs .item .sm-col-1-3 {
    margin-bottom: 0 !important; }
  .details-annonce .contact-proprietaire-box {
    top: 0;
    margin-top: 20px;
    position: inherit; }
  .details-annonce .btn[href="#dialog-box-contact-proprietaire"] {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
    z-index: 1000; } }
/* FIN RESPONSIVE */
