@charset "UTF-8";
/*
Theme Name: Starter Template
Theme URI: https://underscores.me/
Author: Sébastien Mougeot
Author URI: https://www.sebastienmougeot.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Starter Template is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* FONT FACE */
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/fonts/SourceSerif4.woff2") format("woff2");
}
/* VARIABLES */
html, body, #masthead #site-navigation #primary-menu, #colophon #footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
blockquote > :first-child, .bloc > :first-child {
  margin-top: 0;
}
blockquote > :last-child, .bloc > :last-child {
  margin-bottom: 0;
}
/* GLOBAL */
html {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #1F2A44;
  background-color: #f3f4f7;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #ff6900;
  transition: 0.2s;
}
a:not(.btn):hover {
  color: #cc5400;
}
h1, .h1 {
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media (max-width: 780px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 57px;
  }
}
h2, .h2 {
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin: 0.75em 0 0.5em;
}
@media (max-width: 780px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
h3, .h3 {
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
@media (max-width: 780px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
h4, .h4 {
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 1em 0 0.5em;
}
h5, .h5 {
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 1em 0 0.5em;
}
p, li {
  font-size: 16px;
  line-height: 26px;
}
p.subtitle, li.subtitle {
  font-size: 22px;
  line-height: 36px;
}
p.subtitle.alt, li.subtitle.alt {
  font-size: 20px;
  line-height: 32px;
}
blockquote {
  margin: 0.5em 0;
  padding: 32px;
  background-color: #1F2A44;
  border-radius: 8px;
}
@media (max-width: 780px) {
  blockquote {
    padding: 16px;
  }
}
blockquote * {
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border: none;
  background-color: #f3f4f7;
  height: 1px;
  margin: 2em 0;
}
table {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
table th, table td {
  border-color: #f3f4f7;
  padding: 10px 14px;
  text-align: left;
}
table th.actions, table td.actions {
  width: 50px;
  text-align: center;
}
table th.center, table td.center {
  text-align: center;
}
table th.right, table td.right {
  text-align: right;
}
table th.stripe .btn, table td.stripe .btn {
  margin-top: 8px;
}
table th {
  color: #ffffff;
  background-color: #1F2A44;
}
table tr:nth-child(odd) {
  background-color: #f3f4f7;
}
@media (max-width: 600px) {
  #transactions {
    overflow-x: auto;
  }
  #transactions table {
    min-width: 420px;
  }
}
/* WORDPRESS */
.gallery {
  display: flex;
  flex-flow: row wrap;
}
.gallery figure {
  margin: 5px;
}
.gallery a {
  display: block;
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 2em 2em 2em 0;
}
.alignleft {
  float: left;
}
.alignnone, .aligncenter {
  display: block;
  margin: 2em auto 2em auto;
}
.alignright, .wp-caption.alignright {
  margin: 2em 0 2em 2em;
}
.alignright {
  float: right;
}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1365px;
  max-width: 94%;
  margin: 0 auto;
}
.bloc {
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  padding: 24px;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  .bloc {
    padding: 12px;
  }
}
.bloc h2 {
  text-align: center;
}
.backs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.back {
  font-size: 0.7em;
}
/* MESSAGE */
#message {
  position: fixed;
  z-index: 2000;
  width: 90%;
  max-width: 500px;
  background-color: #1F2A44;
  border-radius: 10px;
  bottom: -200px;
  left: 20px;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-sizing: border-box;
  padding: 20px 45px 20px 25px;
}
@media (max-width: 780px) {
  #message {
    padding: 10px 45px 10px 12px;
  }
}
#message * {
  color: #ffffff;
}
#message.open {
  bottom: 20px;
}
#message.error {
  background-color: #ff6900;
}
#message span.message_close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("assets/img/close.svg");
  transition: 0.2s;
}
#message span.message_close:hover {
  transform: scale(1.1);
}
/* BTN */
.btn, .button {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
  background-color: #ff6900;
  padding: 10px 16px;
  border: none;
  transition: 0.3s;
  box-sizing: border-box;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn:hover, .button:hover {
  background-color: #cc5400;
}
.btn.reverse, .button.reverse {
  background-color: #1F2A44;
}
.btn.reverse:hover, .button.reverse:hover {
  background-color: #0f1421;
}
.btn[disabled], .button[disabled] {
  background-color: #662a00;
  cursor: not-allowed;
}
.btn[disabled].reverse, .button[disabled].reverse {
  background-color: black;
}
.btn.loading, .button.loading {
  color: transparent;
  background-image: url("assets/img/loading-white.svg");
}
.btn.loading .emoji, .button.loading .emoji {
  opacity: 0;
}
.btn.buyed, .button.buyed {
  background-color: black;
}
.btn + .btn {
  margin-left: 16px;
}
/* FORM */
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), select, textarea {
  border: 1px solid rgba(31, 42, 68, 0.1);
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  transition: 0.3s;
  width: 100%;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus, select:focus, textarea:focus {
  border-color: rgba(255, 105, 0, 0.3);
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[disabled], select[disabled], textarea[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
input[type="radio"], input[type="checkbox"] {
  accent-color: #ff6900;
  transform: scale(1.5);
  vertical-align: middle;
  margin-right: 8px;
}
label {
  padding-left: 16px;
  padding-bottom: 4px;
  font-size: 0.8em;
}
label i {
  color: #ff6900;
  font-style: normal;
}
form .form_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
form .form_flex > span {
  width: calc(50% - 6px);
  display: block;
}
@media (max-width: 600px) {
  form .form_flex > span {
    width: 100%;
  }
}
form .form_flex.form_flex_1_3 > span:first-child {
  width: calc(34% - 6px);
}
@media (max-width: 600px) {
  form .form_flex.form_flex_1_3 > span:first-child {
    width: 100%;
  }
}
form .form_flex.form_flex_1_3 > span:last-child {
  width: calc(66% - 6px);
}
@media (max-width: 600px) {
  form .form_flex.form_flex_1_3 > span:last-child {
    width: 100%;
  }
}
form .form_dual input + input {
  margin-top: 12px;
}
form .form_checkbox_label {
  display: inline-block;
  width: calc(100% - 42px);
  vertical-align: text-top;
  line-height: 1.4em;
}
/* PAGINATION */
.pagination .nav-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #ff6900;
  padding: 3px 8px;
  transition: 0.3s;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #cc5400;
}
.pagination .nav-links .page-numbers.current {
  background-color: #1F2A44;
}
.pagination .nav-links .page-numbers.dots {
  background-color: transparent;
  color: #1F2A44;
  padding: 3px 0;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#masthead {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1360px) {
  #masthead {
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#masthead .custom-logo-link {
  display: block;
}
#masthead .custom-logo-link .custom-logo {
  display: block;
  width: 200px;
  height: auto;
}
@media (max-width: 1360px) {
  #masthead .custom-logo-link .custom-logo {
    width: auto;
    height: 58px;
  }
}
@media (max-width: 780px) {
  #masthead .custom-logo-link .custom-logo {
    height: 36px;
  }
}
#masthead #burger-menu {
  height: 46px;
  width: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/img/menu.svg");
  background-position: center center;
  display: none;
  cursor: pointer;
}
@media (max-width: 1360px) {
  #masthead #burger-menu {
    display: block;
  }
}
@media (max-width: 780px) {
  #masthead #burger-menu {
    height: 36px;
    width: 36px;
  }
}
#masthead #burger-menu.active {
  background-image: url("assets/img/menu-close.svg");
  background-size: 80% auto;
}
#masthead #site-navigation {
  width: 100%;
}
@media (max-width: 1360px) {
  #masthead #site-navigation {
    display: none;
    order: 10;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
  }
}
#masthead #site-navigation #primary-menu {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
#masthead #site-navigation #primary-menu li {
  width: 100%;
}
#masthead #site-navigation #primary-menu li.compte, #masthead #site-navigation #primary-menu li.credits {
  position: relative;
  margin-top: 32px;
}
#masthead #site-navigation #primary-menu li.compte:before, #masthead #site-navigation #primary-menu li.credits:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 1px;
  background-color: rgba(31, 42, 68, 0.1);
}
#masthead #site-navigation #primary-menu li.dashboard a {
  background-image: url("assets/img/home.svg");
}
#masthead #site-navigation #primary-menu li.marketplace a {
  background-image: url("assets/img/cart.svg");
}
#masthead #site-navigation #primary-menu li.leads a {
  background-image: url("assets/img/leads.svg");
}
#masthead #site-navigation #primary-menu li.ciblage a {
  background-image: url("assets/img/ciblage.svg");
}
#masthead #site-navigation #primary-menu li.credits a {
  background-image: url("assets/img/wallet.svg");
}
#masthead #site-navigation #primary-menu li.factures a {
  background-image: url("assets/img/invoice.svg");
}
#masthead #site-navigation #primary-menu li.compte a {
  background-image: url("assets/img/parametres.svg");
}
#masthead #site-navigation #primary-menu li.contact a {
  background-image: url("assets/img/contact.svg");
}
#masthead #site-navigation #primary-menu li.faq a {
  background-image: url("assets/img/faq.svg");
}
#masthead #site-navigation #primary-menu li.deconnexion a {
  background-image: url("assets/img/logout.svg");
}
#masthead #site-navigation #primary-menu a {
  display: block;
  padding: 8px 16px 8px 46px;
  font-weight: 600;
  color: #1F2A44;
  border-radius: 8px;
  position: relative;
  background-size: 20px auto;
  background-position: 16px center;
  background-repeat: no-repeat;
}
#masthead #site-navigation #primary-menu a:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  bottom: 8px;
  right: 8px;
  width: 4px;
  border-radius: 3px;
}
#masthead #site-navigation #primary-menu a:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.1);
}
#masthead #site-navigation #primary-menu .current-menu-item a, #masthead #site-navigation #primary-menu .current-menu-ancestor a {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.1);
}
#masthead #site-navigation #primary-menu .current-menu-item a:after, #masthead #site-navigation #primary-menu .current-menu-ancestor a:after {
  background-color: #ff6900;
}
#masthead #site-navigation #primary-menu .sub-menu {
  display: none;
}
@media (max-width: 1360px) {
  body.admin-bar #masthead {
    top: var(--wp-admin--admin-bar--height) !important;
  }
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#page {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1360px) {
  #page {
    margin-top: 46px;
  }
}
@media (max-width: 780px) {
  #page {
    margin-top: 24px;
  }
}
#page #masthead {
  width: 250px;
  position: static;
  margin-top: 64px;
  margin-right: 24px;
}
@media (max-width: 1360px) {
  #page #masthead {
    position: fixed;
    width: 94%;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 0;
    z-index: 2000;
    background-color: #f3f4f7;
    border-radius: 0 0 8px 8px;
    padding: 12px 24px;
    top: 0;
  }
}
#page #content {
  width: calc(100% - 250px - 24px);
  border-radius: 8px;
  background-color: #ffffff;
  margin: 36px 0 62px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
  overflow: hidden;
  min-height: 80vh;
}
@media (max-width: 1360px) {
  #page #content {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 600px) {
  #page #content {
    margin-bottom: 24px;
  }
}
#page #content .entry-header {
  padding: 32px;
  background-color: #1F2A44;
  color: #ffffff;
  position: relative;
}
@media (max-width: 600px) {
  #page #content .entry-header {
    text-align: center;
    padding: 16px;
  }
}
#page #content .entry-header .entry-title {
  margin: 0;
}
#page #content .entry-header .credits {
  position: absolute;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #3f558a;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  right: 32px;
  top: 37px;
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
}
@media (max-width: 780px) {
  #page #content .entry-header .credits {
    top: 30px;
  }
}
@media (max-width: 600px) {
  #page #content .entry-header .credits {
    position: static;
    padding: 4px 8px;
  }
}
#page #content .entry-header .credits .credit_nbr {
  margin-right: 3px;
  font-size: 24px;
}
@media (max-width: 600px) {
  #page #content .entry-header .credits .credit_nbr {
    font-size: 18px;
  }
}
#page #content .entry-header .credits .credit_tag {
  font-size: 0.7em;
}
#page #content .entry-header .credits:hover {
  background-color: #ff6900;
}
#page #content .entry-content {
  padding: 32px;
}
@media (max-width: 600px) {
  #page #content .entry-content {
    padding: 16px;
  }
}
#page #content .entry-content > :first-child {
  margin-top: 0;
}
body.search #content hr:last-of-type, body.archive #content hr:last-of-type {
  display: none;
}
body.search #content article h2, body.archive #content article h2 {
  margin-top: 0;
}
/*--------------------------------------------------------------
CONNEXION
--------------------------------------------------------------*/
#inscription, #lostpsswd {
  display: none;
}
.loginsforms .bloc {
  margin: 0 auto;
  max-width: 480px;
}
.loginsforms .bloc .button, .loginsforms .bloc .btn {
  width: 100%;
}
/*--------------------------------------------------------------
MARKETPLACE & MES LEADS & MES LEADS ARCHIVES
--------------------------------------------------------------*/
#marketplace .filter, #mesleads .filter, #mesleadsarchives .filter {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #f3f4f7;
}
#marketplace .filter select, #mesleads .filter select, #mesleadsarchives .filter select {
  width: 25%;
}
@media (max-width: 780px) {
  #marketplace .filter select, #mesleads .filter select, #mesleadsarchives .filter select {
    width: calc(50% - 6px);
  }
}
@media (max-width: 600px) {
  #marketplace .filter select, #mesleads .filter select, #mesleadsarchives .filter select {
    width: 100%;
  }
}
#marketplace .filter #filter, #mesleads .filter #filter, #mesleadsarchives .filter #filter {
  margin-left: auto;
}
#marketplace .leads, #mesleads .leads, #mesleadsarchives .leads {
  margin-top: 48px;
}
#marketplace .leads .lead, #mesleads .leads .lead, #mesleadsarchives .leads .lead {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 12px;
  margin-bottom: 24px;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 1080px) {
  #marketplace .leads .lead, #mesleads .leads .lead, #mesleadsarchives .leads .lead {
    flex-flow: row wrap;
  }
}
#marketplace .leads .lead:hover, #mesleads .leads .lead:hover, #mesleadsarchives .leads .lead:hover {
  background-color: #f3f4f7;
}
#marketplace .leads .lead .elem .title, #mesleads .leads .lead .elem .title, #mesleadsarchives .leads .lead .elem .title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 4px 0 3px;
}
@media (max-width: 1080px) {
  #marketplace .leads .lead .elem, #mesleads .leads .lead .elem, #mesleadsarchives .leads .lead .elem {
    width: auto !important;
  }
}
#marketplace .leads .lead .elem.type, #marketplace .leads .lead .elem.date, #mesleads .leads .lead .elem.type, #mesleads .leads .lead .elem.date, #mesleadsarchives .leads .lead .elem.type, #mesleadsarchives .leads .lead .elem.date {
  width: 160px;
}
#marketplace .leads .lead .elem.place, #mesleads .leads .lead .elem.place, #mesleadsarchives .leads .lead .elem.place {
  width: 250px;
}
#marketplace .leads .lead .elem.surface, #mesleads .leads .lead .elem.surface, #mesleadsarchives .leads .lead .elem.surface {
  width: 80px;
}
#marketplace .leads .lead .elem .text, #mesleads .leads .lead .elem .text, #mesleadsarchives .leads .lead .elem .text {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left 4px;
}
#marketplace .leads .lead .elem.type .text, #mesleads .leads .lead .elem.type .text, #mesleadsarchives .leads .lead .elem.type .text {
  background-image: url("assets/img/type.svg");
}
#marketplace .leads .lead .elem.place .text, #mesleads .leads .lead .elem.place .text, #mesleadsarchives .leads .lead .elem.place .text {
  background-image: url("assets/img/place.svg");
}
#marketplace .leads .lead .elem.surface .text, #mesleads .leads .lead .elem.surface .text, #mesleadsarchives .leads .lead .elem.surface .text {
  background-image: url("assets/img/surface.svg");
}
#marketplace .leads .lead .elem.date .text, #mesleads .leads .lead .elem.date .text, #mesleadsarchives .leads .lead .elem.date .text {
  background-image: url("assets/img/date.svg");
}
#marketplace .leads .lead .buy, #mesleads .leads .lead .buy, #mesleadsarchives .leads .lead .buy {
  margin-left: auto;
}
#marketplace .leads .lead .buy .note, #mesleads .leads .lead .buy .note, #mesleadsarchives .leads .lead .buy .note {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  display: block;
  margin-top: 1px;
}
#marketplace .leads .no_result, #mesleads .leads .no_result, #mesleadsarchives .leads .no_result {
  display: none;
}
#mesleads .filter select, #mesleadsarchives .filter select {
  width: 20%;
}
@media (max-width: 780px) {
  #mesleads .filter select, #mesleadsarchives .filter select {
    width: calc(50% - 6px);
  }
}
@media (max-width: 600px) {
  #mesleads .filter select, #mesleadsarchives .filter select {
    width: 100%;
  }
}
#mesleads .leads .lead, #mesleadsarchives .leads .lead {
  display: block;
}
@media (max-width: 1080px) {
  #mesleads .leads .lead, #mesleadsarchives .leads .lead {
    padding-top: 46px;
    position: relative;
  }
}
#mesleads .leads .lead .line, #mesleadsarchives .leads .lead .line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  #mesleads .leads .lead .line, #mesleadsarchives .leads .lead .line {
    flex-flow: row wrap;
  }
}
#mesleads .leads .lead .line:last-child, #mesleadsarchives .leads .lead .line:last-child {
  margin-bottom: 0;
}
#mesleads .leads .lead .line .elem.email, #mesleads .leads .lead .line .elem.place, #mesleadsarchives .leads .lead .line .elem.email, #mesleadsarchives .leads .lead .line .elem.place {
  width: 40%;
}
#mesleads .leads .lead .line .elem.nom, #mesleads .leads .lead .line .elem.type, #mesleads .leads .lead .line .elem.date, #mesleadsarchives .leads .lead .line .elem.nom, #mesleadsarchives .leads .lead .line .elem.type, #mesleadsarchives .leads .lead .line .elem.date {
  width: 22%;
}
#mesleads .leads .lead .line .elem.nom .text, #mesleadsarchives .leads .lead .line .elem.nom .text {
  background-image: url("assets/img/name.svg");
}
#mesleads .leads .lead .line .elem.phone .text, #mesleadsarchives .leads .lead .line .elem.phone .text {
  background-image: url("assets/img/phone.svg");
}
#mesleads .leads .lead .line .elem.achat .text, #mesleadsarchives .leads .lead .line .elem.achat .text {
  background-image: url("assets/img/wallet.svg");
}
#mesleads .leads .lead .line .elem.email .text, #mesleadsarchives .leads .lead .line .elem.email .text {
  background-image: url("assets/img/email.svg");
}
#mesleads .leads .lead .line .etiquette, #mesleadsarchives .leads .lead .line .etiquette {
  margin-left: auto;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #1F2A44;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 1080px) {
  #mesleads .leads .lead .line .etiquette, #mesleadsarchives .leads .lead .line .etiquette {
    position: absolute;
    top: 12px;
    right: 49px;
  }
}
#mesleads .leads .lead .line .etiquette.prospect, #mesleadsarchives .leads .lead .line .etiquette.prospect {
  background-color: #6466fb;
}
#mesleads .leads .lead .line .etiquette.contacte, #mesleadsarchives .leads .lead .line .etiquette.contacte {
  background-color: #ff6900;
}
#mesleads .leads .lead .line .etiquette.proposition, #mesleadsarchives .leads .lead .line .etiquette.proposition {
  background-color: #fac215;
}
#mesleads .leads .lead .line .etiquette.negociation, #mesleadsarchives .leads .lead .line .etiquette.negociation {
  background-color: #1ea5ff;
}
#mesleads .leads .lead .line .etiquette.signe, #mesleadsarchives .leads .lead .line .etiquette.signe {
  background-color: #26cb94;
}
#mesleads .leads .lead .line .menu, #mesleadsarchives .leads .lead .line .menu {
  position: absolute;
  top: 43px;
  right: 12px;
  height: 25px;
  width: 25px;
  background-color: #333333;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
  background-image: url("assets/img/more.svg");
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  #mesleads .leads .lead .line .menu, #mesleadsarchives .leads .lead .line .menu {
    top: 12px;
  }
}
#mesleads .leads .lead .line .menu.loading, #mesleadsarchives .leads .lead .line .menu.loading {
  color: transparent;
  background-image: url("assets/img/loading-white.svg");
  background-size: 66% auto;
}
#mesleads .leads .lead .line .menu:hover, #mesleadsarchives .leads .lead .line .menu:hover {
  background-color: #ff6900;
}
#mesleads .leads .lead .line .menu .content, #mesleadsarchives .leads .lead .line .menu .content {
  position: absolute;
  top: 0;
  right: 32px;
  background-color: #ffffff;
  padding: 3px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.1);
  z-index: -1;
  border: 1px solid #f3f4f7;
  opacity: 0;
  transition: 0.2s;
}
#mesleads .leads .lead .line .menu .content.active, #mesleadsarchives .leads .lead .line .menu .content.active {
  z-index: 100;
  opacity: 1;
}
#mesleads .leads .lead .line .menu .content a, #mesleadsarchives .leads .lead .line .menu .content a {
  display: block;
  white-space: nowrap;
  color: #1F2A44;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 12px;
}
#mesleads .leads .lead .line .menu .content a.archive, #mesleadsarchives .leads .lead .line .menu .content a.archive {
  color: #722020;
}
#mesleads .leads .lead .line .menu .content a:hover, #mesleadsarchives .leads .lead .line .menu .content a:hover {
  color: #ff6900;
}
#mesleadsarchives .leads .lead .line .menu {
  top: 12px;
}
/*--------------------------------------------------------------
CIBLAGE & NOTIFICATIONS
--------------------------------------------------------------*/
#ciblage .add_ciblage {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #f3f4f7;
}
#ciblage .add_ciblage select {
  width: 25%;
}
@media (max-width: 780px) {
  #ciblage .add_ciblage select {
    width: calc(50% - 6px);
  }
}
@media (max-width: 600px) {
  #ciblage .add_ciblage select {
    width: 100%;
  }
}
#ciblage .add_ciblage label.checkbox {
  white-space: nowrap;
}
#ciblage .add_ciblage #add_ciblage {
  margin-left: auto;
}
#ciblage .ciblages {
  margin-top: 48px;
}
#ciblage .ciblages .ciblage {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 12px;
  margin-bottom: 24px;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 1080px) {
  #ciblage .ciblages .ciblage {
    flex-flow: row wrap;
  }
}
#ciblage .ciblages .ciblage:hover {
  background-color: #f3f4f7;
}
#ciblage .ciblages .ciblage .elem .title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 4px 0 3px;
}
@media (max-width: 1080px) {
  #ciblage .ciblages .ciblage .elem {
    width: auto !important;
  }
}
#ciblage .ciblages .ciblage .elem.place, #ciblage .ciblages .ciblage .elem.type {
  width: 250px;
}
#ciblage .ciblages .ciblage .elem .text {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left 4px;
}
#ciblage .ciblages .ciblage .elem.notification {
  width: 100px;
}
#ciblage .ciblages .ciblage .elem.notification .text {
  padding-left: 0;
}
#ciblage .ciblages .ciblage .elem.notification .text span.email, #ciblage .ciblages .ciblage .elem.notification .text span.sms, #ciblage .ciblages .ciblage .elem.notification .text span.price {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#ciblage .ciblages .ciblage .elem.notification .text span.email.email, #ciblage .ciblages .ciblage .elem.notification .text span.sms.email, #ciblage .ciblages .ciblage .elem.notification .text span.price.email {
  background-image: url("assets/img/email.svg");
}
#ciblage .ciblages .ciblage .elem.notification .text span.email.sms, #ciblage .ciblages .ciblage .elem.notification .text span.sms.sms, #ciblage .ciblages .ciblage .elem.notification .text span.price.sms {
  background-image: url("assets/img/phone.svg");
}
#ciblage .ciblages .ciblage .elem.notification .text span.email.price, #ciblage .ciblages .ciblage .elem.notification .text span.sms.price, #ciblage .ciblages .ciblage .elem.notification .text span.price.price {
  background-image: url("assets/img/price-drop.svg");
}
#ciblage .ciblages .ciblage .elem.type .text {
  background-image: url("assets/img/type.svg");
}
#ciblage .ciblages .ciblage .elem.place .text {
  background-image: url("assets/img/place.svg");
}
#ciblage .ciblages .ciblage .remove {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 25px;
  width: 25px;
  background-color: #333333;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
  background-image: url("assets/img/close-white.svg");
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#ciblage .ciblages .ciblage .remove.loading {
  color: transparent;
  background-image: url("assets/img/loading-white.svg");
  background-size: 66% auto;
}
#ciblage .ciblages .ciblage .remove:hover {
  background-color: #ff6900;
}
#ciblage .ciblages .no_result {
  display: none;
}
/*--------------------------------------------------------------
ACHATS & STRIPE
--------------------------------------------------------------*/
#achat-credits h2 {
  text-align: center;
}
#achat-credits .credits-packs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 40px 0 80px;
}
@media (max-width: 780px) {
  #achat-credits .credits-packs {
    flex-flow: row wrap;
  }
}
#achat-credits .credits-packs:last-child {
  margin-bottom: 0;
}
#achat-credits .credits-packs.credits-unit .bloc {
  width: 100%;
}
#achat-credits .credits-packs.credits-unit .bloc:hover {
  transform: none;
}
#achat-credits .credits-packs .bloc {
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 780px) {
  #achat-credits .credits-packs .bloc {
    width: 100%;
  }
}
#achat-credits .credits-packs .bloc h3 {
  color: #ff6900;
}
#achat-credits .credits-packs .bloc h3 #credits_unite_nbr {
  display: inline-block;
  width: 120px;
  -moz-appearance: textfield;
  text-align: right;
}
#achat-credits .credits-packs .bloc h3 #credits_unite_nbr::-webkit-outer-spin-button, #achat-credits .credits-packs .bloc h3 #credits_unite_nbr::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#achat-credits .credits-packs .bloc p {
  margin: 0.5em 0;
}
#achat-credits .credits-packs .bloc p.info {
  color: #333333;
  font-size: 0.8em;
  opacity: 0.6;
}
#achat-credits .credits-packs .bloc p.price {
  font-weight: 700;
  font-size: 36px;
}
#achat-credits .credits-packs .bloc p.price small {
  font-size: 0.4em;
}
#achat-credits .credits-packs .bloc.populaire {
  background-color: #1F2A44;
  color: #ffffff;
  transform: scale(1.1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 780px) {
  #achat-credits .credits-packs .bloc.populaire {
    transform: none;
  }
}
#achat-credits .credits-packs .bloc.populaire h3 {
  margin-top: 16px;
}
#achat-credits .credits-packs .bloc.populaire .populaire_tag {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #ff6900;
  border-radius: 0 0 0 4px;
}
#achat-credits .credits-packs .bloc.populaire p.info {
  color: #ffffff;
}
#achat-credits .credits-packs .bloc:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
}
#achat-credits .credits-packs .bloc:hover.populaire {
  transform: scale(1.13);
}
/*--------------------------------------------------------------
DASHBOARD
--------------------------------------------------------------*/
#dashboard .blocs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 36px;
}
@media (max-width: 780px) {
  #dashboard .blocs {
    flex-flow: row-reverse wrap;
    gap: 12px;
  }
}
#dashboard .blocs .bloc {
  width: calc(50% - 18px);
}
@media (max-width: 780px) {
  #dashboard .blocs .bloc {
    width: 100%;
  }
}
#dashboard .leads {
  margin-top: 0 !important;
}
#dashboard .credits {
  background-color: #1F2A44;
  color: #ffffff;
  text-align: center;
}
#dashboard .credits .credits_big {
  font-weight: 700;
  font-size: 58px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Source Serif 4", "Times New Roman", sans-serif;
}
#dashboard .credits .credits_big .credit_tag {
  font-size: 0.5em;
}
#dashboard .credits .credits_big img {
  height: 0.5em !important;
  width: 0.5em !important;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  background-color: #ffffff;
  border-radius: 8px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 2px 14px;
  position: fixed;
  bottom: 0;
  right: 0;
  gap: 2px 16px;
  transform: translateY(36px);
  transition: 0.3s;
}
@media (max-width: 600px) {
  #colophon {
    width: 100%;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    justify-content: center;
    transform: none !important;
    position: static;
  }
}
#colophon.show {
  transform: none;
}
#colophon #copyright {
  font-size: 0.7em;
  margin: 0;
}
#colophon #footer-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 12px;
}
@media (max-width: 600px) {
  #colophon #footer-menu {
    flex-flow: row wrap;
    justify-content: center;
  }
}
#colophon #footer-menu a {
  font-size: 0.7em;
}
#colophon #footer-menu a:hover {
  text-decoration: underline dotted;
}
#colophon #footer-menu .sub-menu {
  display: none;
}
