/*-------------------------------------
FEUILLE DE STYLE PAP.FR
---------------------------------------
*/
/* HELPERS */
/* main: ../styles.scss*/
/* Adds a browser prefix to the property */
/* Border radius */
/* Border radius separate */
/* Box shadow */
/* Text shadow */
/* Rotate */
/* Transition */
/* Clearfix */
/* Icon icomoon */
/* Text truncate */
/* main: ../styles.scss*/
/* Fonts */
/* Page wrapper width */
/* Breakpoint */
/* UI color settings */
/* Colors */
/* STYLES */
/* Autres */
.prix-m2-map .mappy-marker {
  padding: 0;
  color: white;
  font-weight: bold;
  text-align: center;
}
.prix-m2-map .mappy-marker-commune {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: #2409f1;
  border-radius: 15px;
}
.prix-m2-map .mappy-marker-exemple {
  padding: 1px 3px;
  margin: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  background: #2409f1;
}
.prix-m2-map .mappy-marker-annonce {
  padding: 1px 3px;
  margin: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  background: #5eae46;
}
.prix-m2-map .item-map {
  position: relative;
  height: 500px;
}
.prix-m2-map .item-map .mappy-marker-popup {
  min-width: 250px;
}
.prix-m2-map .item-map .mappy-marker-popup .btn {
  padding: 5px 10px;
  margin-top: 10px;
  color: white;
}
.prix-m2-map .item-map .mappy-marker-popup div {
  position: relative;
  display: block;
  clear: both;
}
.prix-m2-map .item-map .mappy-marker-popup div .label {
  display: block;
  float: left;
  width: 75px;
  font-weight: bold;
}
.prix-m2-map .item-map .mappy-marker-popup .title {
  padding-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.prix-m2-map .item-map .item-filters {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  height: 43px;
  margin-top: 0 !important;
  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;
}
.prix-m2-map .item-map .form-group {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  border-right: 1px solid #838383;
}
.prix-m2-map .item-map .form-group:last-child {
  border: 0;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  margin-top: 2px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  background: none !important;
  border: none !important;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont span {
  padding-right: 0;
  padding-left: 6px;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont span.placeholder {
  color: white;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont label {
  right: auto;
  left: 0;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont label i {
  margin-top: 7px;
  font-style: normal;
  background: none;
  opacity: 1;
}
.prix-m2-map .item-map .SumoSelect .CaptionCont label i:before {
  font-family: "brownie-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "m";
}
.prix-m2-map .item-map .options-group {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 11px;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.prix-m2-map .item-map .options-group .option {
  margin-right: 0;
}
.prix-m2-map .item-map .options-group .option label {
  font-weight: bold;
}
.prix-m2-map .item-legende {
  margin-top: 20px;
  text-align: right;
}
.prix-m2-map .item-legende li {
  display: inline-block;
  margin-left: 20px;
}
.prix-m2-map .item-legende li .mappy-marker {
  display: inline-block;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  #souscrire .edit-photo-box {
    float: left;
    width: 25% !important;
    min-height: 80px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  #souscrire .edit-photo-box .item-thumb {
    min-height: 80px;
  }
  #souscrire .edit-photo-box .item-thumb a {
    height: 80px;
  }
  #souscrire .edit-photo-box .item-tools {
    display: none;
  }
  #souscrire .edit-no-photo-box {
    float: left;
    width: 25% !important;
    min-height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #souscrire .edit-photo-box-grab:before {
    display: none;
  }
  #souscrire .photo-sortable-handler {
    font-family: "brownie-icon-set" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
    top: 7px;
    right: -7px;
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    content: "N";
    cursor: grab;
  }
}

/* Homepage cover */
.homepage-cover .item-title {
  background-color: #indigo;
}
.homepage-cover .item-title h1,
.homepage-cover .item-title p {
  color: white;
}
.homepage-cover .item-tampon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 125px;
  height: 125px;
  content: "";
  background-image: url(/vendor/brownie/images/logos/logo-pap-tampon-light.svg);
  background-repeat: no-repeat;
}
.homepage-cover .item-form form {
  padding: 12px;
  margin-bottom: 14px;
}
.homepage-cover .item-form a {
  color: white;
}

/* Homepage cover desktop only */
@media only screen and (min-width: 1024px) {
  .homepage-cover {
    position: relative;
    height: 440px;
    background-color: #2409f1;
    background-position: center center;
    background-size: cover;
  }
  .homepage-cover::before, .homepage-cover::after {
    position: absolute;
    top: 220px;
    right: 0;
    width: 220px;
    height: 220px;
    content: "";
    background: #fce300;
  }
  .homepage-cover::after {
    top: 0;
    right: 0;
    background-color: #2409f1;
    mix-blend-mode: multiply;
  }
  .homepage-cover .wrapper {
    position: relative;
  }
  .homepage-cover .item-title {
    height: 440px;
    padding-top: 80px;
  }
  .homepage-cover .item-form {
    position: absolute;
    right: 20px;
    bottom: 35px;
    left: 20px;
  }
  .homepage-cover-1 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-1.jpg);
  }
  .homepage-cover-2 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-2.jpg);
  }
  .homepage-cover-3 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-3.jpg);
  }
  .homepage-cover-4 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-4.jpg);
  }
  .homepage-cover-5 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-5.jpg);
  }
  .homepage-cover-6 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-6.jpg);
  }
  .homepage-cover-7 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-7.jpg);
  }
  .homepage-cover-8 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-8.jpg);
  }
  .homepage-cover-9 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-9.jpg);
  }
  .homepage-cover-10 {
    background-image: url(/images/visuels/homepage/visuel-homepage-desktop-10.jpg);
  }
}
/* Homepage cover mobile only */
@media only screen and (max-width: 1024px) {
  .homepage-cover {
    position: relative;
    height: inherit;
    padding-top: 148px;
    padding-bottom: 15px;
    background-color: #2409f1;
  }
  .homepage-cover::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 128px;
    content: "";
    background-position: center center;
    background-size: cover;
  }
  .homepage-cover::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 128px;
    content: "";
    background-color: #2409f1;
    mix-blend-mode: multiply;
  }
  .homepage-cover .item-tampon {
    width: 88px;
    height: 88px;
  }
  .homepage-cover .item-title {
    background: none;
  }
  .homepage-cover .item-title h1 {
    margin-bottom: 18px;
    font-size: 1.4em;
    line-height: 1.3em;
  }
  .homepage-cover-1::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-1.jpg);
  }
  .homepage-cover-1::after {
    background-color: #fce300;
    mix-blend-mode: normal;
  }
  .homepage-cover-2::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-2.jpg);
  }
  .homepage-cover-2::after {
    background-color: #fce300;
    mix-blend-mode: normal;
  }
  .homepage-cover-3::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-3.jpg);
  }
  .homepage-cover-3::after {
    background-color: #fce300;
    mix-blend-mode: normal;
  }
  .homepage-cover-4::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-4.jpg);
  }
  .homepage-cover-4::after {
    background-color: #fce300;
    mix-blend-mode: normal;
  }
  .homepage-cover-5::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-5.jpg);
  }
  .homepage-cover-6::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-6.jpg);
  }
  .homepage-cover-7::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-7.jpg);
  }
  .homepage-cover-8::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-8.jpg);
  }
  .homepage-cover-9::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-9.jpg);
  }
  .homepage-cover-10::before {
    background-image: url(/images/visuels/homepage/visuel-homepage-mobile-10.jpg);
  }
}
.landing-pass-avant-premiere .bg-slate-100 {
  background-color: #F1F5F9;
}
.landing-pass-avant-premiere .text-5xl {
  font-size: 3.4em;
  line-height: 1.2em;
}
.landing-pass-avant-premiere .text-3xl {
  font-size: 2em;
  line-height: 1.2em;
}
.landing-pass-avant-premiere .text-2xl {
  font-size: 1.6em;
  line-height: 1.2em;
}
.landing-pass-avant-premiere .text-l {
  font-size: 1.1em;
  line-height: 1.3em;
}
.landing-pass-avant-premiere .text-bold {
  font-weight: 700;
}
.landing-pass-avant-premiere .text-muted {
  color: #64748B;
}
.landing-pass-avant-premiere .btn {
  font-size: 1.1em;
  text-align: center;
}
.landing-pass-avant-premiere .price-table tr:first-child,
.landing-pass-avant-premiere .price-table-alt tr:first-child {
  vertical-align: bottom;
}
.landing-pass-avant-premiere .price-table tr:nth-child(even),
.landing-pass-avant-premiere .price-table-alt tr:nth-child(even) {
  background: #FFF;
}
.landing-pass-avant-premiere .price-table td,
.landing-pass-avant-premiere .price-table-alt td {
  padding: 28px;
  border: 0;
}
.landing-pass-avant-premiere .price-table .item,
.landing-pass-avant-premiere .price-table-alt .item {
  margin: 0;
  vertical-align: bottom;
  font-size: 1.1em;
  position: relative;
}
.landing-pass-avant-premiere .price-table .item .icon,
.landing-pass-avant-premiere .price-table-alt .item .icon {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 32px;
  line-height: 32px;
}
.landing-pass-avant-premiere .price-table .item-positive,
.landing-pass-avant-premiere .price-table .item-negative,
.landing-pass-avant-premiere .price-table-alt .item-positive,
.landing-pass-avant-premiere .price-table-alt .item-negative {
  padding-left: 42px;
}
.landing-pass-avant-premiere .price-table .item-positive,
.landing-pass-avant-premiere .price-table-alt .item-positive {
  color: #2409f1;
}
.landing-pass-avant-premiere .price-table .item-positive .icon,
.landing-pass-avant-premiere .price-table-alt .item-positive .icon {
  color: #22C55E;
}
.landing-pass-avant-premiere .price-table .item-negative .icon,
.landing-pass-avant-premiere .price-table-alt .item-negative .icon {
  color: #EF4444;
}
.landing-pass-avant-premiere .price-table .b-flex,
.landing-pass-avant-premiere .price-table-alt .b-flex {
  margin: 0;
  align-items: center;
}
.landing-pass-avant-premiere .price-table-alt {
  border-radius: 8px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.landing-pass-avant-premiere .price-table-alt .item {
  margin: 20px 30px 20px 0;
}
.landing-pass-avant-premiere .accordion-box {
  border: 0;
}
.landing-pass-avant-premiere .accordion-box .ui-accordion-header {
  border-radius: 8px;
  background: #FAF5FF;
  color: #9333EA;
  border: 0;
  padding: 28px 56px 28px 28px;
  font-size: 1.2em;
}
.landing-pass-avant-premiere .accordion-box .ui-accordion-header .ui-accordion-header-icon {
  color: #D8B4FE;
  right: 28px;
}
.landing-pass-avant-premiere .accordion-box .ui-accordion-header.ui-state-default {
  margin-bottom: 20px;
}
.landing-pass-avant-premiere .accordion-box .ui-accordion-content {
  border: 0;
  padding-top: 0;
}
.landing-pass-avant-premiere .accordion-box .ui-accordion-content p {
  padding: 0 28px;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.4em;
}

@media only screen and (max-width: 1024px) {
  .landing-pass-avant-premiere .text-5xl {
    font-size: 2.8em;
  }
}
