@charset "UTF-8";
/* COLORS */
/** shades of grey **/
/** basics colors **/
/** backgrounds colors **/
/** texts colors **/
/** overlays colors **/
/** specifics colors **/
/* overrides materializecss color */
/* FONTS */
/*** MARGINS AND PADDINGS ***/
/**** BORDER RADIUS ****/
/**** CUSTOM ****/
/**** SHADOWS ****/
/***** MEDIA QUERIES ******/
/*** font color depending on bg color ***/
/*
@mixin gradientSass () {
  background-color: rgba(252,240,244,1);
  background: @include filter-gradient(#fcf0f4, #6b418f, horizontal);
  // IE9 SVG, needs conditional override of 'filter' to 'none'
  $experimental-support-for-svg: true;
  background: @include background-image(linear-gradient(left, rgba(252,240,244,1) 0%, rgba(252,240,244,1) 14%, rgba(217,193,219,1) 14%, rgba(217,193,219,1) 28%, rgba(198,168,204,1) 28%, rgba(198,168,204,1) 42%, rgba(183,147,191,1) 42%, rgba(183,147,191,1) 56%, rgba(151,120,179,1) 56%, rgba(151,120,179,1) 70%, rgba(130,89,155,1) 70%, rgba(130,89,155,1) 85%, rgba(107,65,143,1) 85%, rgba(107,65,143,1) 100%));
}
*/
.banner.profile > .content {
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .banner.profile > .content {
    flex-direction: row !important;
    min-height: 700px;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile > .content {
    min-height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile > .content {
    flex-direction: column !important;
    overflow: hidden;
    min-height: unset;
  }
}
.banner.profile .confirmation-modification-account p {
  color: #008859;
}
.banner.profile .profile-menu {
  width: 26%;
  min-width: 367px;
  background: #F9F9FB;
  padding: 68px 80px;
}
@media screen and (max-width: 1175px) {
  .banner.profile .profile-menu {
    padding: 68px 60px;
    min-width: 327px;
  }
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-menu {
    padding: 48px 40px;
    min-width: 287px;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-menu {
    width: 100%;
    min-width: unset;
    padding: 22px 0 22px 24px;
    overflow: auto;
  }
  .banner.profile .profile-menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-menu ul {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}
.banner.profile .profile-menu ul li {
  font-size: 18px;
  padding-bottom: 28px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-menu ul li {
    padding-bottom: 0;
    margin-right: 32px;
    font-size: 14px;
    color: #1C2D37;
  }
  .banner.profile .profile-menu ul li:last-child {
    margin-right: 24px;
  }
}
.banner.profile .profile-menu ul li.active {
  font-weight: bold;
}
.banner.profile .profile-menu ul li:hover {
  font-weight: bold;
}
.banner.profile .profile-data {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data {
    width: 100%;
  }
}
.banner.profile .profile-data .help {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  margin-top: 100px !important;
}
@media screen and (max-width: 1175px) {
  .banner.profile .profile-data .help {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data .help {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data .help {
    margin-top: 32px !important;
  }
}
.banner.profile .profile-data .help.js-load {
  min-height: unset;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data .step-title h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 0 !important;
  }
}
.banner.profile .profile-data--step {
  margin: 75px 80px 20px 80px;
}
@media screen and (max-width: 1175px) {
  .banner.profile .profile-data--step {
    margin: 60px 60px 20px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data--step {
    margin: 60px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step {
    margin: 32px 20px 20px !important;
  }
}
.banner.profile .profile-data--step.empty .help.js-load {
  text-align: left !important;
  margin-top: 30px !important;
}
.banner.profile .profile-data--step.empty .help.js-load > p {
  text-align: left !important;
}
.banner.profile .profile-data--step.empty .help.js-load > p button {
  justify-content: flex-start;
}
.banner.profile .profile-data--step .button,
.banner.profile .profile-data--step button {
  height: auto;
  font-size: 17px;
  line-height: 1.53;
}
.banner.profile .profile-data--step .empty-list div:first-child {
  font-size: 18px;
  padding-bottom: 18px;
}
.banner.profile .profile-data--step .list-title {
  font-size: 18px;
  line-height: 34px;
  font-family: "BNPPSans-Light", "Open Sans";
  color: #1C2D37;
  position: relative;
}
.banner.profile .profile-data--step .list-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EBEDEF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner.profile .profile-data--step .list-title span {
  background: #FFF;
  padding-right: 16px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search, .banner.profile .profile-data--step[data-name=profile-last-search] .list-alert, .banner.profile .profile-data--step[data-name=profile-alert] .list-last-search, .banner.profile .profile-data--step[data-name=profile-alert] .list-alert {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search, .banner.profile .profile-data--step[data-name=profile-last-search] .list-alert, .banner.profile .profile-data--step[data-name=profile-alert] .list-last-search, .banner.profile .profile-data--step[data-name=profile-alert] .list-alert {
    margin-top: 24px;
  }
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details, .banner.profile .profile-data--step[data-name=profile-alert] .list-details {
  margin: 0;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card {
  padding: 36px;
  border-bottom: 1px solid #EBEDEF !important;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card {
    padding: 32px;
    border-bottom: none !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card:last-child, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card:last-child {
  border-bottom: none !important;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card.tempo-hidden, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card.tempo-hidden {
  opacity: 0;
  transition: all 0.5s;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card .remove-search .link-black, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card .remove-search .link-black {
  color: #727579 !important;
  background-color: transparent;
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.86;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card .remove-search .link-black:hover, .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card .remove-search .link-black:focus, .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card .remove-search .link-black:active, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card .remove-search .link-black:hover, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card .remove-search .link-black:focus, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card .remove-search .link-black:active {
  color: #1C2D37 !important;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-header .badge, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-header .badge {
  line-height: 23px !important;
  background: #434F57 !important;
  color: #FFF !important;
  padding: 0 8px;
  font-size: 13px;
  margin-left: 12px;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-header .badge, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-header .badge {
    min-width: unset;
  }
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-header--type .icon, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-header--type .icon {
  font-size: 24px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-header .name, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-header .name {
  padding-top: 3px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content {
  padding: 16px 0 16px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-localisation div, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-localisation div {
  margin-right: 6px;
  font-size: 18px;
  line-height: 34px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-localisation div:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-localisation div:after {
  content: ",";
  margin-left: 2px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-localisation div:last-child:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-localisation div:last-child:after {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-localisation div.designation:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-localisation div.designation:after {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts {
  margin-top: 4px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span {
  font-family: "BNPPSans-Light", "Open Sans";
  font-size: 13px;
  line-height: 1.85;
  color: #1C2D37;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div:after,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div:after,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span:after {
  content: "|";
  margin-left: 12px;
  margin-right: 12px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div:last-child:after,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span:last-child:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div:last-child:after,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span:last-child:after {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div.designation,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span.designation, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div.designation,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span.designation {
  margin-right: 4px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div.other-options:after, .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div.more-options:after, .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts div.designation:after,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span.other-options:after,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span.more-options:after,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .more-options span.designation:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div.other-options:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div.more-options:after, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts div.designation:after,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span.other-options:after,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span.more-options:after,
.banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .more-options span.designation:after {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-content-technical-elts .other-options .more-options, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-content-technical-elts .other-options .more-options {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .show-tablet, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .show-tablet {
  display: none;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .show-tablet, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .show-tablet {
    display: block;
  }
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .btn-tertiary, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .btn-tertiary {
  padding: 0 14px;
  height: 36px;
  line-height: 1.6;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #727579;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .btn-tertiary:hover, .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .btn-tertiary:focus, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .btn-tertiary:hover, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .btn-tertiary:focus {
  color: #1C2D37;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .alert-annonce button:first-child, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .alert-annonce button:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-last-search] .list-details .card-footer .alert-annonce button:first-child, .banner.profile .profile-data--step[data-name=profile-alert] .list-details .card-footer .alert-annonce button:first-child {
    margin-right: 12px;
  }
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search {
  margin-top: 0;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search .card-header--type img {
  width: 24px;
}
.banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search .card-header--type .type-value,
.banner.profile .profile-data--step[data-name=profile-last-search] .list-last-search .card-header--type .nature-value {
  line-height: 16px;
  padding-top: 2px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert {
  margin-top: 10px !important;
}
@media screen and (min-width: 1175px) {
  .banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card {
    overflow: unset;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card {
    border-bottom: none !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-header span.picto img {
  width: 24px;
  height: 24px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-header span.picto i {
  font-size: 22px;
  display: flex;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-header .remove-search a {
  line-height: 31px !important;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-footer .switch-alert-mobile {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EBEDEF;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-footer .switch-alert-mobile .switch {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card-footer .alert-mail {
  display: none;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field {
  display: flex;
  flex-direction: column;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field input,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field input,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn {
  padding: 0 12px;
  width: 280px;
  color: #434F57;
  font-size: 14px;
  line-height: normal;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .label,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field label,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .label,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field label {
  position: relative;
  font-size: 14px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  display: inline;
  transform: unset !important;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn {
  position: relative;
  height: 44px;
  background: #F0F1F5;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn .picto i,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn .picto i {
  font-size: 22px;
  color: #1C2D37;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn .picto i:before,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn .picto i:before {
  margin: 0;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn > span span,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn > span span {
  margin-right: 4px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn i.icon,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn i.icon {
  position: absolute;
  right: 12px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn i.icon:before,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn i.icon:before {
  transition-duration: 0.4s;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn img,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn img {
  width: 24px;
  height: 24px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .input-field .select-btn.active i.icon:before,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .input-field .select-btn.active i.icon:before {
  transform: rotate(-180deg);
  transition-duration: 0.4s;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin {
  position: absolute;
  background: #FFF;
  border: 1px solid #EBEDEF;
  top: calc(100% + 4px);
  width: 100%;
  z-index: 1;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content {
  padding: 14px 24px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array {
  flex-grow: 1;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array > div,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array > div {
  font-size: 14px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array .nature-header i,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array .nature-header i {
  margin-right: 8px;
  font-size: 18px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array .nature-header i:before,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array .nature-header i:before {
  margin: 0;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array .type-content,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array .type-content {
  cursor: pointer;
  font-size: 14px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  padding-bottom: 6px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array .type-content:last-child,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array .type-content:last-child {
  padding-bottom: 0;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal .popin-content--array .type-array .type-content .type-name,
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .sidenav .popin-content--array .type-array .type-content .type-name {
  margin-right: 14px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal {
  top: 50% !important;
  transform: translateY(-50%) !important;
  max-height: unset;
  overflow: visible;
  min-height: 367px;
}
@media screen and (min-width: 1175px) {
  .banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal {
    left: 0;
    position: absolute;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal {
    position: fixed;
    max-width: 90%;
    width: 100% !important;
    top: 30% !important;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal {
    top: 40% !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal-footer {
  padding: 0;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal-footer > div:not(.switch) {
  display: inherit;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal-footer button.modal-close {
  display: inline-block;
  padding: 11px 18px 7px 18px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .list-alert-container .card .modal-footer a {
  padding: 9px 18px 5px 18px;
  margin: 0;
}
.banner.profile .profile-data--step[data-name=profile-alert] .switch .black-text {
  font-size: 14px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  line-height: 24px;
}
.banner.profile .profile-data--step[data-name=profile-alert] .switch .lever {
  top: 0;
  margin: 0 0 0 8px !important;
}
.banner.profile .profile-data--step[data-name=profile-alert] .error-delete {
  display: none;
  color: #F44336;
  margin-top: 25px;
}
.banner.profile .profile-data--step[data-name=profile-account] .step-wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-account] .step-wrapper {
    flex-direction: column;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .step-wrapper > div {
  width: 43%;
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data--step[data-name=profile-account] .step-wrapper > div {
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-account] .step-wrapper > div {
    width: 100%;
  }
  .banner.profile .profile-data--step[data-name=profile-account] .step-wrapper > div.profile-security {
    margin-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .step-wrapper .sub-step-title h3 {
    margin-bottom: 25px !important;
    font-size: 24px;
    line-height: 34px;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .js-form-item-job .dropdown-content {
  max-height: 240px;
  width: 100% !important;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info > div div:not(.label) {
  font-family: "BNPPSans-Light", "Open Sans";
  font-size: 13px;
  line-height: 1.85;
  color: #1C2D37;
  margin-bottom: 20px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info > div div:not(.label) span {
  margin-left: 4px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info .button-switch {
  padding-top: 16px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info .button-switch button {
  padding: 8px 18px 6px 18px;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-account--info .button-switch button {
    width: 100%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer {
  padding-top: 11px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer button,
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .button {
  padding: 8px 18px 6px 18px;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer button {
    width: 50%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .submit {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .submit {
    width: 50%;
  }
  .banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .submit .button {
    width: 100%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info button {
  padding: 8px 18px 6px 18px;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info button {
    width: 100%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer {
  padding-top: 11px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer button,
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .button {
  padding: 8px 18px 6px 18px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer button:disabled, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer button[disabled],
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .button:disabled,
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .button[disabled] {
  background-color: #99D3BD !important;
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer button {
    width: 50%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .submit {
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .submit {
    width: 50%;
  }
  .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .submit .button {
    width: 100%;
  }
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .account.loading input, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .account.loading input {
  padding: 8px 46px 6px 18px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader {
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader.display, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader.display {
  display: inline-block;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .loadingio-spinner-spin-6whddfth6ph, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .loadingio-spinner-spin-6whddfth6ph {
  width: 20px;
  height: 20px;
  z-index: 1;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div > div {
  width: 3px;
  height: 3px;
  background: #FFF;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(1) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(1) > div {
  left: 15px;
  top: 8px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(1), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(1) {
  transform-origin: 16px 10px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(2) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(2) > div {
  left: 13px;
  top: 12px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(2), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(2) {
  transform-origin: 14px 14px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(3) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(3) > div {
  left: 9px;
  top: 15px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(3), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(3) {
  transform-origin: 11px 16px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(4) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(4) > div {
  left: 5px;
  top: 14px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(4), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(4) {
  transform-origin: 6px 15px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(5) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(5) > div {
  left: 4px;
  top: 11px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(5), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(5) {
  transform-origin: 4px 12px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(6) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(6) > div {
  left: 4px;
  top: 5px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(6), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(6) {
  transform-origin: 4px 7px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(7) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(7) > div {
  left: 5.5px;
  top: 3px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(7), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(7) {
  transform-origin: 6px 4px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(8) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(8) > div {
  left: 10px;
  top: 1px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(8), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(8) {
  transform-origin: 11px 3px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(9) > div, .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 div:nth-child(9) > div {
  left: 13px;
  top: 4px;
}
.banner.profile .profile-data--step[data-name=profile-account] .profile-account--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(9), .banner.profile .profile-data--step[data-name=profile-account] .profile-security--info-modify--footer .loader .ldio-36c6yzt7vt2 > div:nth-child(9) {
  transform-origin: 14px 5px;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header {
  padding-bottom: 0px;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header {
    flex-direction: column !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header h2 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 0 !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .select-wrapper {
  min-width: 200px;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details {
  margin: 24px 0 9px 0;
  display: flex;
  gap: 20px;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
  width: 33.33%;
  padding: 0 !important;
  margin-bottom: 36px;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
    width: 100%;
  }
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li.tempo-hidden {
  opacity: 0;
  transition: all 0.5s;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li.tempo-hidden-modal {
  opacity: 0;
  transition: all 0.6s;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider {
  overflow: hidden;
  height: 214px !important;
}
@media screen and (max-width: 960px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider {
    height: 292px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider {
    height: 214px !important;
  }
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-arrow.slick-prev:before,
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-arrow.slick-next:before {
  position: absolute;
  padding: 11px 0;
  width: 50%;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-arrow.slick-next:before {
  left: 4px;
}
@media screen and (max-width: 1024px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-arrow.slick-next:before {
    left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-arrow.slick-next:before {
    right: 0;
    left: unset;
  }
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track,
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide,
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide > div,
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide > div img {
  height: 100% !important;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide {
  position: relative;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide > div > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-img.slider .slick-track .slick-slide > div img {
  width: auto !important;
  height: auto !important;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-content {
  padding: 19px 16px !important;
}
.banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-content .btn.btn-icon.fav.active span:before {
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .banner.profile .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li .odb-surface {
    padding-bottom: 6px !important;
  }
}
.banner.profile .profile-data--step .inline-items {
  display: flex;
}
.banner.profile .profile-data--step .inline-items button,
.banner.profile .profile-data--step .inline-items > div:first-child {
  margin-right: 16px;
}
.banner.profile .profile-data--step #edit-gender--wrapper {
  display: none;
}
.banner.profile .profile-data--step .form-item {
  position: relative;
  margin-bottom: 0;
}
.banner.profile .profile-data--step .form-item label {
  display: block;
  color: #1C2D37;
  font-size: 14px;
  padding-bottom: 9px;
  font-family: "BNPPSans", "Open Sans";
  line-height: normal;
}
.banner.profile .profile-data--step .form-item input {
  margin-bottom: 25px !important;
  font-size: 14px;
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: bold;
  color: #434F57;
  padding: 0 12px;
  background: #F0F1F5;
  height: 3rem !important;
  box-sizing: border-box;
  border-bottom: none;
}
.banner.profile .profile-data--step .form-item .select-wrapper {
  margin-bottom: 25px !important;
  font-size: 14px;
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: bold;
  color: #434F57;
}
.banner.profile .profile-data--step .form-item .helper-text {
  position: absolute;
  top: 100%;
  margin-top: -23px;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: #F44336;
}
.banner.profile .profile-data--step .form-item .show-pwd {
  margin-top: 0;
}
.banner.profile .profile-data--step .form-item.invalid input, .banner.profile .profile-data--step .form-item.invalid-regex input {
  box-shadow: 0 1px 0 0 #F44336;
}
.banner.profile .profile-data--step .form-item.valid input {
  box-shadow: 0 1px 0 0 #008859;
}
.banner.profile .profile-data--step .show-label div.label {
  position: relative !important;
  overflow: unset;
  clip: unset;
  width: auto;
  height: auto;
  font-size: 15px;
  font-family: "BNPPSans", "Open Sans";
  line-height: normal;
  margin-bottom: 4px;
  color: #1C2D37;
}
.banner.profile .profile-data--step.profile-user-alert .list-details {
  margin-top: -38px;
}
.banner.profile.out-connexion .profile-data {
  width: 100%;
}
.banner.profile.out-connexion .profile-data--step {
  margin: 75px 80px 30px 80px;
}
@media screen and (max-width: 1024px) {
  .banner.profile.out-connexion .profile-data--step {
    margin: 75px 20px 30px 20px;
  }
}
.banner.profile.out-connexion .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .banner.profile.out-connexion .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
    width: 33.33%;
  }
}
@media screen and (max-width: 960px) {
  .banner.profile.out-connexion .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile.out-connexion .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .list-details li {
    width: 100%;
  }
}
.banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .step-title,
.banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .list-alert-container {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .step-title,
  .banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .list-alert-container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .step-title,
  .banner.profile.out-connexion .profile-data--step[data-name=profile-alert] .list-alert-container {
    width: 100%;
  }
}

button.user-button,
.btn.user-button {
  display: inline-block;
  padding: 7px 18px;
  border: 2px solid #008859;
  background: #FFF;
  color: #008859 !important;
}
button.user-button:hover,
.btn.user-button:hover {
  border: 2px solid #04AF6E;
  background: #04AF6E;
  color: #FFF !important;
}

.user-page div[data-drupal-messages] {
  display: none;
}

div[data-drupal-messages] {
  display: none;
}

.alert-editor-form .delete-link {
  color: #777e83 !important;
  font-size: 14px !important;
  border: 0;
  padding: 0;
  background: transparent !important;
}

.alert-editor-modal * {
  font-family: "BNPPSans", "Open Sans" !important;
  font-size: 15px !important;
}
.alert-editor-modal .ui-dialog-titlebar {
  display: none;
}
.alert-editor-modal .alert-editor-form {
  padding-top: 35px;
}
.alert-editor-modal .alert-editor-form .delete-link {
  position: absolute;
  top: 20px;
  right: 20px;
}
.alert-editor-modal .alert-editor-form .input-field {
  max-width: 280px;
  margin-bottom: 48px;
  position: relative;
}
.alert-editor-modal .alert-editor-form .input-field .suffix {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.alert-editor-modal .alert-editor-form .input-field > label {
  transform-origin: 0 0;
}
.alert-editor-modal .alert-editor-form .input-field > label .input-field {
  margin-bottom: 0;
}
.alert-editor-modal .alert-editor-form label {
  font-size: 18px !important;
  font-weight: 700;
}
.alert-editor-modal .alert-editor-form .bnpre-input {
  color: #434F57 !important;
}
.alert-editor-modal .alert-editor-form input[type=text] {
  background-color: #F0F1F5 !important;
}
.alert-editor-modal .alert-editor-form .property-location-wrapper, .alert-editor-modal .alert-editor-form .surface-price-criterias-wrapper {
  display: flex;
}
.alert-editor-modal .alert-editor-form .actions-container {
  display: flex;
  align-items: center;
}
.alert-editor-modal .alert-editor-form .actions-container .status-switch {
  margin-left: auto;
}
.alert-editor-modal .alert-editor-form .actions-container .status-switch .form-item-status {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.alert-editor-modal .alert-editor-form .actions-container .status-switch .form-item-status label {
  font-size: 14px !important;
  font-weight: bold;
  color: #1c2d37;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector,
.alert-editor-modal .alert-editor-form .form-item-location-selector,
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector,
.alert-editor-modal .alert-editor-form .form-item-price-selector,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector {
  position: relative;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-location-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-price-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .selector-container {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #fff;
  z-index: 4;
  max-width: 90vw;
  border: 1px solid #eaeaea;
  padding: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector.open .selector-container,
.alert-editor-modal .alert-editor-form .form-item-location-selector.open .selector-container,
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector.open .selector-container,
.alert-editor-modal .alert-editor-form .form-item-price-selector.open .selector-container,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector.open .selector-container {
  display: block;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector {
  position: relative;
  flex: 0 0 280px;
  margin-right: 20px;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .selector-container {
  width: 644px;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item {
  flex: 0 1 calc(33% - 20px);
  height: 110px;
  margin: 10px;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9F9FB;
  font-size: 15px;
  cursor: pointer;
  color: #1C2D37;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item label .icon {
  margin-bottom: 12px;
  font-size: 24px !important;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item label:hover {
  color: #00915A;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item input[type=radio]:checked + label {
  color: #00915A;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper {
  margin-top: 8px;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div {
  display: flex;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div label {
  line-height: normal;
  padding: 9px 12px;
  background-color: #FFF;
  border: 2px solid #434F57;
  color: #434F57;
  margin-right: 10px;
  font-size: 17px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div input[type=radio]:checked + label {
  background-color: #434F57;
  color: #FFF;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: initial;
}
.alert-editor-modal .alert-editor-form .form-item-property-type-selector .field-confirm {
  margin-left: auto !important;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector {
  flex: auto;
  max-width: 100%;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .current-locations-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F0F1F5;
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6.5px 10px 0;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .current-locations-wrapper:before {
  content: "à :";
  text-transform: uppercase;
  margin-right: 8px;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results-wrapper {
  position: relative;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow: auto;
  background-color: #fff;
  z-index: 4;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results .current-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6.5px 10px 0;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results ul {
  margin-top: 0;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results ul h5:first-child {
  margin-top: 0;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location-results ul li {
  cursor: pointer;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location {
  height: 32px;
  margin: 0 4px 6px;
  padding: 6px 4px 8px 13px;
  border-radius: 16px;
  border: 1px solid #EBEDEF;
  background-color: #fff;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .location .remove-location {
  color: inherit;
  margin-left: 6px;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector .form-item-location-search {
  margin-bottom: 0;
  max-width: 100%;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector.open .current-locations-wrapper {
  display: none;
}
.alert-editor-modal .alert-editor-form .form-item-location-selector.open .location-results {
  display: block;
}
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector,
.alert-editor-modal .alert-editor-form .form-item-price-selector,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector {
  margin-right: 36px;
}
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-price-selector .selector-container,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .selector-container {
  width: 400px;
  padding-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  top: 32px;
}
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector .selector-container > .input-field,
.alert-editor-modal .alert-editor-form .form-item-price-selector .selector-container > .input-field,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .selector-container > .input-field {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
  margin-bottom: 0px;
}
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector .surface-area-summary, .alert-editor-modal .alert-editor-form .form-item-surface-area-selector .price-summary, .alert-editor-modal .alert-editor-form .form-item-surface-area-selector .criteria-summary,
.alert-editor-modal .alert-editor-form .form-item-price-selector .surface-area-summary,
.alert-editor-modal .alert-editor-form .form-item-price-selector .price-summary,
.alert-editor-modal .alert-editor-form .form-item-price-selector .criteria-summary,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .surface-area-summary,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .price-summary,
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criteria-summary {
  height: 32px;
  margin: 0 4px 6px;
  padding: 6px 13px 8px 13px;
  border-radius: 16px;
  border: 1px solid #EBEDEF;
  background-color: #fff;
  line-height: 23px;
  margin: 0;
}
.alert-editor-modal .alert-editor-form .form-item-surface-area-selector.open .selector-container,
.alert-editor-modal .alert-editor-form .form-item-price-selector.open .selector-container {
  display: flex;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .selector-container {
  padding-top: 20px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper {
  flex: 1;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset legend, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset legend {
  margin-bottom: 10px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset legend .fieldset-legend, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset legend .fieldset-legend {
  font-size: 18px !important;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset legend .fieldset-legend:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset legend .fieldset-legend:before {
  content: "\e866";
  font-family: "bnpre-icons";
  display: inline-block;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  background-color: #EBEDEF;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  color: #777E83;
  font-size: 15px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper {
  margin-bottom: 20px;
  display: none;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper label, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper label {
  font-weight: 400;
  color: #333333;
  margin-right: auto;
  margin-left: 47px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper > .form-item, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper > .form-item {
  position: relative;
  margin-bottom: 5px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper > .form-item .styled-checkbox, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper > .form-item .styled-checkbox {
  position: absolute;
  top: 0;
  right: 0;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper > .form-item input + span:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset .fieldset-wrapper > .form-item input + span:after, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper > .form-item input + span:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset .fieldset-wrapper > .form-item input + span:after {
  box-sizing: content-box;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.open legend .fieldset-legend:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.open legend .fieldset-legend:before {
  content: "\e862";
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.open .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.open .fieldset-wrapper {
  display: block;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.minmax-wrapper > legend, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.minmax-wrapper > legend {
  display: none;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.minmax-wrapper > .fieldset-wrapper > .minmax > .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.minmax-wrapper > .fieldset-wrapper > .minmax > .fieldset-wrapper {
  display: flex;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.minmax-wrapper > .fieldset-wrapper > .minmax > .fieldset-wrapper .form-item:not(:last-child), .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.minmax-wrapper > .fieldset-wrapper > .minmax > .fieldset-wrapper .form-item:not(:last-child) {
  margin-right: 20px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.minmax legend .fieldset-legend:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.transport-options legend .fieldset-legend:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.minmax legend .fieldset-legend:before, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.transport-options legend .fieldset-legend:before {
  display: none;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.minmax .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.transport-options .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.minmax .fieldset-wrapper, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.transport-options .fieldset-wrapper {
  display: initial;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.transport-options, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.transport-options {
  margin-bottom: 15px;
}
.alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .criterias-wrapper fieldset.transport-options .icon-close, .alert-editor-modal .alert-editor-form .form-item-other-criteria-selector .transport-wrapper fieldset.transport-options .icon-close {
  cursor: pointer;
}
.alert-editor-modal .alert-editor-form div.bnpre-input {
  height: 45px;
  line-height: 45px;
  background-color: #F0F1F5;
  padding-left: 12px;
}
.alert-editor-modal .alert-editor-form div.bnpre-input .icon {
  font-size: 23px !important;
}
@media screen and (max-width: 767px) {
  .alert-editor-modal .alert-editor-form .property-location-wrapper, .alert-editor-modal .alert-editor-form .surface-price-criterias-wrapper {
    display: block;
  }
  .alert-editor-modal .alert-editor-form .form-item-property-type-selector .property-type-options > .fieldset-wrapper > div > .form-item {
    flex: 0 1 calc(50% - 20px);
  }
  .alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div {
    flex-wrap: wrap;
  }
  .alert-editor-modal .alert-editor-form .form-item-property-type-selector .offer-type-options > .fieldset-wrapper > div .form-item-offer-type {
    margin-bottom: 10px;
  }
  .alert-editor-modal .alert-editor-form .form-item-property-type-selector .field-confirm {
    margin-left: 0 !important;
  }
  .alert-editor-modal .alert-editor-form .actions-container {
    flex-wrap: wrap;
  }
  .alert-editor-modal .alert-editor-form .actions-container .status-switch {
    order: -1;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.profile-user-favorite--content .odb.card {
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.1);
}
.profile-user-favorite--content .odb.card:hover {
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.4);
}
.profile-user-favorite--content .bookmark {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  background-color: #FFF;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.profile-user-favorite--content .bookmark svg {
  top: 0;
  width: 26px;
  height: 26px;
}
.profile-user-favorite--content .odb-surface {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 24px;
  font-weight: bold;
  color: #1C2D37;
  line-height: 34px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .profile-user-favorite--content .odb-surface {
    font-size: 18px;
  }
}
.profile-user-favorite--content .odb-surface .divisible {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #434F57;
}
.profile-user-favorite--content .odb-price {
  font-family: BNPPSans;
  font-size: 14px;
  color: #1C2D37;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-user-favorite--content .odb-price .price-value {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #008859;
}
.profile-user-favorite--content .odb-price .starting-price {
  font-size: 14px;
  font-weight: 400;
  color: #008859;
  margin-right: 4px;
}
.profile-user-favorite--content .odb-price .no-price {
  line-height: 36px;
}
.profile-user-favorite--content .odb-price .price-info {
  font-size: 14px;
  font-weight: 400;
  color: #434F57;
}
/*# sourceMappingURL=maps/page-user-profile.css.map */
