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

SOMMAIRE

	1. COLOR VARIABLES SASS
	2. MIXINS SASS
	3. EDITO
	4. PRIX M2

-------------------------------------*/
/* 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. EDITO
-------------------------------------*/
.edito-rubrique-container .item-text {
  padding: 10px 0 0 0; }
  .edito-rubrique-container .item-text > a {
    font-size: 1.4em;
    text-decoration: none; }
  .edito-rubrique-container .item-text p {
    padding-top: 5px;
    font-size: 0.95em; }
.edito-rubrique-container .grid-display {
  overflow: hidden; }
  .edito-rubrique-container .grid-display .grid-wrapper {
    margin: -15px 0 0 -20px; }
  .edito-rubrique-container .grid-display .item {
    width: 350px;
    margin-left: 20px;
    float: left;
    padding: 15px 0;
    border-top: 1px dashed #d5d5d5; }
    .edito-rubrique-container .grid-display .item .thumb {
      height: 220px; }
.edito-rubrique-container .list-display {
  padding-top: 20px;
  border-top: 1px dashed #d5d5d5; }
  .edito-rubrique-container .list-display .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d5d5d5;
    position: relative;
    min-height: 140px; }
    .edito-rubrique-container .list-display .item .thumb {
      width: 120px;
      height: 120px;
      position: absolute;
      top: 0;
      left: 0; }
    .edito-rubrique-container .list-display .item .item-text {
      margin-left: 140px; }

.edito-article-container .sharebar ul {
  margin-bottom: 0 !important; }
.edito-article-container .article h2, .edito-article-container .article .h2 {
  font-size: 1.4em;
  font-weight: bold; }
  .edito-article-container .article h2 .chiffre-bulle, .edito-article-container .article .h2 .chiffre-bulle {
    width: 28px;
    height: 28px;
    line-height: 28px; }
  .edito-article-container .article h2 .icon, .edito-article-container .article .h2 .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: inline-block;
    vertical-align: top; }
  .edito-article-container .article h2 .icon-thin-thumbs-up, .edito-article-container .article .h2 .icon-thin-thumbs-up {
    color: #28c4e0; }
  .edito-article-container .article h2 .icon-thin-thumbs-down, .edito-article-container .article .h2 .icon-thin-thumbs-down {
    color: #e2007a; }
.edito-article-container .article h3, .edito-article-container .article .h3 {
  color: #28c4e0;
  font-size: 1.3em;
  font-weight: bold; }
  .edito-article-container .article h3 .chiffre-bulle, .edito-article-container .article .h3 .chiffre-bulle {
    width: 24px;
    height: 24px;
    line-height: 24px; }
.edito-article-container .article p {
  line-height: 1.8em;
  margin-bottom: 22px; }
  .edito-article-container .article p a {
    text-decoration: none;
    border-bottom: 1px dotted; }
  .edito-article-container .article p .btn-type-1, .edito-article-container .article p input[type="submit"].btn-type-1 {
    border: 1px solid #d5d5d5; }
  .edito-article-container .article p .btn-type-2, .edito-article-container .article p input[type="submit"].btn-type-2 {
    border-bottom: 2px solid #04859c; }
  .edito-article-container .article p .btn-type-3, .edito-article-container .article p input[type="submit"].btn-type-3 {
    border-bottom: 2px solid #172732; }
  .edito-article-container .article p .btn-type-4, .edito-article-container .article p input[type="submit"].btn-type-4 {
    border-bottom: 2px solid #b50062; }
  .edito-article-container .article p .btn-type-5, .edito-article-container .article p input[type="submit"].btn-type-5 {
    border-bottom: 2px solid #f76d15; }
  .edito-article-container .article p .btn-type-6, .edito-article-container .article p input[type="submit"].btn-type-6 {
    border-bottom: none; }
.edito-article-container .article .chiffre-bulle {
  background: #28c4e0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: white;
  text-align: center;
  margin-right: 5px; }
.edito-article-container .article ul.grosse-liste, .edito-article-container .article ul.petite-liste, .edito-article-container .article ul {
  padding-left: 20px; }
  .edito-article-container .article ul.grosse-liste li, .edito-article-container .article ul.petite-liste li, .edito-article-container .article ul li {
    margin-bottom: 12px;
    line-height: 1.8em; }
  .edito-article-container .article ul.grosse-liste li:before, .edito-article-container .article ul.petite-liste li:before, .edito-article-container .article ul li:before {
    content: "";
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #28c4e0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .edito-article-container .article ul.grosse-liste:last-child, .edito-article-container .article ul.petite-liste:last-child, .edito-article-container .article ul:last-child {
    margin-bottom: 0; }
  .edito-article-container .article ul.grosse-liste a, .edito-article-container .article ul.petite-liste a, .edito-article-container .article ul a {
    text-decoration: underline; }
.edito-article-container .article ul.liste-numero li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px; }
  .edito-article-container .article ul.liste-numero li .chiffre-bulle {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0; }
.edito-article-container .article ul.liste-numero li:before {
  content: none; }
.edito-article-container .article ul.liste-numero a {
  text-decoration: underline; }
.edito-article-container .article ul.grosse-liste-numero li {
  padding-left: 40px;
  margin-bottom: 16px;
  font-size: 1.4em;
  color: #005ea8; }
  .edito-article-container .article ul.grosse-liste-numero li .chiffre-bulle {
    width: 28px;
    height: 28px;
    line-height: 28px; }
.edito-article-container .article form ul {
  margin-bottom: 0; }
  .edito-article-container .article form ul li {
    margin-bottom: 0; }
  .edito-article-container .article form ul li:before {
    content: inherit;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    display: inherit;
    vertical-align: inherit;
    margin-right: inherit;
    padding: inherit; }
.edito-article-container .article .note {
  padding: 10px 15px 10px 42px;
  margin: 20px 0;
  position: relative;
  background: #e0f0f3;
  color: #005ea8; }
  .edito-article-container .article .note a:hover {
    color: #005ea8; }
  .edito-article-container .article .note :last-child {
    margin-bottom: 0; }
.edito-article-container .article .note:before {
  font-family: "donuts-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 26px;
  height: 26px;
  font-size: 26px;
  position: absolute;
  top: 12px;
  left: 8px;
  content: "$"; }
.edito-article-container .article .important {
  padding: 10px 15px 10px 42px;
  margin: 20px 0;
  position: relative;
  background: #fef2f8;
  color: #e2007a; }
  .edito-article-container .article .important a, .edito-article-container .article .important a:hover {
    color: #e2007a; }
  .edito-article-container .article .important :last-child {
    margin-bottom: 0; }
.edito-article-container .article .important:before {
  font-family: "donuts-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 26px;
  height: 26px;
  font-size: 26px;
  position: absolute;
  top: 12px;
  left: 8px;
  content: "8"; }
.edito-article-container .article .note .grosse-liste li, .edito-article-container .article .note .petite-liste li,
.edito-article-container .article .important .grosse-liste li, .edito-article-container .article .important .petite-liste li {
  margin-bottom: 0; }
.edito-article-container .article .important .grosse-liste li:before, .edito-article-container .article .important .petite-liste li:before {
  background: #e2007a; }
.edito-article-container .article .telecharger-word {
  margin-bottom: 20px; }
  .edito-article-container .article .telecharger-word a {
    background: url("/images/picto-docword.png") no-repeat;
    background-size: 36px;
    display: inline-block;
    padding: 7px 10px 0 50px;
    height: 36px; }
.edito-article-container .article .exemple {
  padding-left: 20px;
  border-left: 3px solid #2982c6; }
  .edito-article-container .article .exemple:before {
    content: "Exemple :";
    display: block;
    font-weight: bold;
    color: #005ea8;
    margin-bottom: 5px; }
.edito-article-container .edito-carousel {
  margin-bottom: 20px; }
  .edito-article-container .edito-carousel .item {
    position: relative;
    text-align: center; }
  .edito-article-container .edito-carousel img {
    max-height: 480px;
    width: 720px;
    width: inherit !important;
    display: inline-block !important; }
  .edito-article-container .edito-carousel .caption {
    color: #005ea8;
    background: rgba(255, 255, 255, 0.85);
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-right: 10px; }
.edito-article-container .buimage {
  margin-bottom: 20px; }
  .edito-article-container .buimage img {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .edito-article-container .buimage .bucredit, .edito-article-container .buimage .bulegende {
    font-size: 0.75em;
    padding-top: 3px;
    display: block;
    text-align: center; }
.edito-article-container .big-image, .edito-article-container .small-image {
  margin-bottom: 20px; }
  .edito-article-container .big-image img, .edito-article-container .small-image img {
    max-width: 720px; }
  .edito-article-container .big-image .credit, .edito-article-container .small-image .credit {
    font-size: 0.75em;
    padding-top: 3px;
    display: block;
    text-align: center; }
  .edito-article-container .big-image .caption, .edito-article-container .small-image .caption {
    font-size: 0.9em;
    padding-top: 3px;
    display: block;
    text-align: center; }
.edito-article-container .small-image {
  margin-bottom: 20px;
  text-align: center; }
  .edito-article-container .small-image img {
    max-width: 400px; }
.edito-article-container .float-left-image, .edito-article-container .float-right-image {
  max-width: 280px;
  float: left;
  margin: 0 20px 10px 0; }
  .edito-article-container .float-left-image img, .edito-article-container .float-right-image img {
    max-width: 280px; }
  .edito-article-container .float-left-image .credit, .edito-article-container .float-right-image .credit {
    font-size: 0.75em;
    padding-top: 3px;
    display: block;
    text-align: right; }
.edito-article-container .float-right-image {
  float: right;
  margin: 0 0 10px 20px; }
.edito-article-container ul {
  margin-bottom: 20px; }
.edito-article-container .sommaire {
  background: #f2f2f2; }
  .edito-article-container .sommaire .h3 {
    color: white;
    font-size: 1.3em;
    margin: 15px 0 0 15px;
    background: #2982c6;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    display: inline-block;
    padding: 6px 14px;
    -webkit-transform: rotate(-3deg);
    -khtml-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .edito-article-container .sommaire ol {
    padding: 0 15px 10px 15px; }
    .edito-article-container .sommaire ol li {
      font-size: 1.1em;
      padding-bottom: 0x;
      margin-bottom: 0;
      margin-left: 20px;
      border-bottom: 1px dashed #d5d5d5;
      color: #7f7f7f; }
      .edito-article-container .sommaire ol li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
      .edito-article-container .sommaire ol li a {
        display: block;
        padding: 6px 0;
        text-decoration: none; }
    .edito-article-container .sommaire ol li.current a {
      color: #e2007a; }
.edito-article-container .signature {
  text-align: right;
  font-size: 0.9em; }

.more-box {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 35px 15px 15px 15px;
  position: relative;
  margin-top: 30px; }
  .more-box .h3 {
    color: white;
    text-transform: uppercase;
    font-size: 0.95em;
    margin: 0 0 15px 0;
    background: #28c4e0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 0;
    padding: 4px 8px;
    font-weight: bold;
    -webkit-transform: rotate(-3deg);
    -khtml-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    position: absolute;
    top: -10px;
    left: 4px; }
  .more-box .item {
    position: relative;
    margin-bottom: 20px;
    height: 96px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white; }
    .more-box .item:last-child {
      margin-bottom: 0; }
  .more-box .thumb {
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0; }
  .more-box .item-text {
    margin-left: 110px;
    padding: 13px 15px 0 0; }
    .more-box .item-text a {
      margin-bottom: 6px;
      font-size: 1.2em;
      display: block;
      max-width: 490px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none; }
    .more-box .item-text p {
      font-size: 0.9em; }
  .more-box ul {
    margin-left: -40px; }
    .more-box ul li {
      margin: 0 0 5px 40px;
      width: 330px; }
      .more-box ul li a {
        color: #535353; }
      .more-box ul li a:hover {
        color: #e2007a; }

.btn-word {
  margin-bottom: 20px; }
  .btn-word .icon {
    background: url("/images/picto-docword.png") no-repeat;
    width: 48px;
    height: 48px; }

.modele-lettre-wrapper {
  -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);
  padding: 40px;
  background-image: url("/images/bg-modele-lettre-top-right.png"), url("/images/bg-modele-lettre-bottom-left.png");
  background-position: top right, bottom left;
  background-repeat: no-repeat; }
  .modele-lettre-wrapper p {
    margin-bottom: 30px; }
  .modele-lettre-wrapper i {
    color: #2982c6; }

/* FIN EDITO */
/* 4. PRIX M2
-------------------------------------*/
/* Carte des prix au m2 */
#prix_m2_map {
  width: 610px;
  height: 610px; }

.mappy-marker {
  padding: 0;
  border: 2px solid white;
  text-align: center;
  font-weight: bold;
  color: white; }

.mappy-marker-commune {
  margin: -15px 0 0 -15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #2982c6; }

.mappy-marker-exemple {
  margin: -8px 0 0 -8px;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background: #2982c6; }

.mappy-marker-annonce {
  margin: -8px 0 0 -8px;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background: #24e151; }

.leaflet-container a.btn-type-1 {
  color: #005ea8; }

.leaflet-container a.btn-type-2 {
  color: white; }

.mappy-marker-popup {
  min-width: 250px; }
  .mappy-marker-popup .btn {
    margin-top: 10px; }
  .mappy-marker-popup div {
    display: block;
    clear: both;
    position: relative; }
    .mappy-marker-popup div .label {
      float: left;
      display: block;
      width: 75px;
      font-weight: bold; }
  .mappy-marker-popup .title {
    font-weight: bold;
    font-size: 1.3em;
    color: #005ea8;
    padding-bottom: 10px; }

.prix-m2-map-wrapper {
  width: 720px;
  background: aqua;
  height: 610px;
  position: relative; }
  .prix-m2-map-wrapper .filters {
    background: #8C8C8C;
    background: rgba(102, 102, 102, 0.6);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border: 1px solid #838383;
    border-radius: 3px;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px; }
  .prix-m2-map-wrapper .form-group {
    border-right: 1px solid #838383;
    margin-right: 0; }
    .prix-m2-map-wrapper .form-group:last-child {
      border: 0; }
  .prix-m2-map-wrapper .ui-multiselect {
    background: none !important;
    height: 37px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border: none !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .prix-m2-map-wrapper .ui-multiselect span.ui-icon {
      float: left;
      background: none;
      text-indent: 0;
      margin-left: 0;
      margin-right: 3px;
      padding-top: 2px; }
      .prix-m2-map-wrapper .ui-multiselect span.ui-icon:before {
        font-family: "donuts-fontastic" !important;
        content: "?"; }
  .prix-m2-map-wrapper .ui-multiselect:hover {
    border: none !important;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
    .prix-m2-map-wrapper .ui-multiselect:hover span.ui-icon {
      color: #64d600; }
  .prix-m2-map-wrapper .options-group {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .prix-m2-map-wrapper .options-group .option {
      margin-right: 0; }
    .prix-m2-map-wrapper .options-group input[type=checkbox] {
      vertical-align: middle; }

.prix-m2-legende {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px; }
  .prix-m2-legende li {
    display: inline-block;
    margin-left: 20px; }
    .prix-m2-legende li .mappy-marker {
      margin: 0;
      vertical-align: bottom;
      display: inline-block; }

.prix-m2-annonces-last .h2 {
  color: #e2007a;
  font-size: 1.4em; }
.prix-m2-annonces-last .item {
  border: 1px solid #dbdbdb;
  height: 194px; }
  .prix-m2-annonces-last .item .thumb {
    display: block;
    height: 146px; }
  .prix-m2-annonces-last .item a {
    display: block;
    height: 194px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0; }
  .prix-m2-annonces-last .item .tag-avendre {
    background: white;
    color: #e2007a;
    font-size: 1.2em;
    font-weight: bold;
    left: 0;
    padding: 2px 6px;
    position: absolute;
    top: 10px; }
  .prix-m2-annonces-last .item .price {
    background: rgba(65, 97, 119, 0.8);
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    top: 120px; }
  .prix-m2-annonces-last .item .details {
    padding-top: 152px;
    width: 224px; }
    .prix-m2-annonces-last .item .details span {
      color: #005ea8;
      display: block;
      font-size: 0.9em;
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .prix-m2-annonces-last .item .location {
    font-weight: bold; }
.prix-m2-annonces-last .item:hover .location, .prix-m2-annonces-last .item:hover .summary {
  color: #e2007a; }
