@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helvetica.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-bold';
  src: url('../fonts/Helvetica-bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heebo-bold';
  src: url('../fonts/Heebo-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heebo-black';
  src: url('../fonts/Heebo-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heebo-extra-bold';
  src: url('../fonts/Heebo-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heebo-medium';
  src: url('../fonts/Heebo-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heebo';
  src: url('../fonts/Heebo-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'Heebo', sans-serif;
}
.article-content .article-title {
  color: black;
  font-size: 1.2rem;
  font-family: "heebo-extra-bold";
  letter-spacing: 0.2pt;
}
.article-content .article-img {
  width: 100%;
}
.big-article {
  margin-top: 15px;
  margin-bottom: 25px;
}
.big-article .filter-color {
  height: 20rem;
  position: relative;
  overflow: hidden;
}
.big-article .filter-color .degrade {
  height: 20rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.big-article .filter-color a {
  position: initial;
  top: 0;
  left: 0;
}
.big-article .article-title {
  color: white !important;
}
.big-article .text-content {
  position: absolute;
  bottom: 30%;
  right: 45px;
  width: 45%;
  overflow: hidden;
  z-index: 1;
}
.big-article .text-content .label-category {
  font-size: 0.9rem;
  letter-spacing: 0.5pt;
  padding-bottom: 1px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: heebo-extra-bold;
}
.big-article .text-content h2 {
  word-wrap: break-word;
  font-size: 1.8rem;
  text-shadow: 0 1px 1px black;
  font-family: heebo-medium;
  margin-top: 10px;
  letter-spacing: 0.5pt;
  line-height: 2rem;
}
.big-article .text-content a {
  color: white;
}
.big-article .article-body {
  margin-top: 15px;
  font-weight: 700;
  font-size: 0.9rem;
  color: black;
  letter-spacing: 0.2pt;
  font-family: heebo-bold;
  line-height: 1.2rem;
}
.small-article .article-title {
  font-size: 0.8em !important;
  /* overflow: hidden; */
  word-break: break-word;
  line-height: 1rem;
  font-family: 'heebo-bold';
  //height: 35px;
  letter-spacing: 0.2pt;
}
@media (max-width: 574px) {
  .small-article .article-title {
    font-size: 1rem !important;
  }
}
.small-article .label-category-simple {
  margin-bottom: 0px;
  font-family: 'heebo-extra-bold';
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.medium-article {
  height: auto;
}
.medium-article .search-date-wrapper {
  float: right;
  color: #CCC;
  font-size: 12px;
  font-family: Heebo;
  margin-top: 10px;
}
.medium-article.truncated-article {
  height: auto;
}
.medium-article .article-title {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 574px) {
  .medium-article .article-title {
    font-size: 1rem !important;
  }
}
.medium-article img {
  max-height: 174px;
}
.medium-article .article-body {
  overflow: hidden;
  max-height: 120px;
}
.medium-article .label-category-simple {
  margin-top: 10px;
  font-family: heebo-bold;
  letter-spacing: 0.5pt;
  font-size: 0.9rem;
}
.article-content .icon-alert {
  height: 15px;
  margin-bottom: -8px;
}
.article-content .stats-wrapper {
  margin-bottom: 15px;
  height: 35px;
}
.article-content .stats-wrapper .big-share {
  width: auto;
  border-radius: 2px;
  font-size: 0.8rem;
  font-family: 'heebo-medium';
  color: white;
  padding: 5px 10px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  letter-spacing: 0.2pt;
}
.article-content .stats-wrapper .share-count {
  color: #CCC;
  text-transform: uppercase;
}
.article-content .stats-wrapper .share-count .share-count-element {
  font-size: 1.1rem;
  margin-top: 2px;
}
.article-content .stats-wrapper .share-count span {
  font-family: heebo;
  color: #757575;
  font-size: 0.8rem;
  margin-left: -2px;
}
.listing-article {
  height: auto;
}
@media (max-width: 574px) {
  .listing-article .article-title {
    font-size: 1rem !important;
  }
}
.listing-article .stats-wrapper {
  margin-bottom: 10px;
}
.listing-article .stats-wrapper .share-count {
  font-size: 14px;
}
.listing-article .stats-wrapper .share-count .share-count-element {
  font-size: 1rem;
  font-family: heebo-bold;
  margin-left: 4px;
}
.listing-article .article-body {
  color: #222;
}
.listing-article hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.listing-article .sponsored-indicator {
  color: #CCC;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  letter-spacing: 1.2pt;
  float: right;
  font-size: 0.6rem;
}
.article-content .col-md-4 {
  padding-left: 0;
}
.article-content .col-md-8 {
  padding: 0;
}
.article-content .article-title {
  color: black;
}
.full-article-page .full-article {
  padding-left: 4px;
  padding-right: 4px;
}
.full-article-page .full-article table {
  width: 100%!important;
}
.full-article-page .full-article h2 {
  margin-top: 8px;
  font-size: 1.2rem;
  font-family: heebo-bold;
  margin-bottom: 28px;
  display: inline-block;
}
.full-article-page .full-article h3 {
  font-size: 1rem;
  font-family: heebo-bold;
  margin-bottom: 20px;
}
.full-article-page .full-article iframe {
  max-width: 100% !important;
}
.full-article-page .full-article li {
  margin-left: 16px;
  margin-bottom: 14px;
}
.full-article-page .full-article .info {
  margin-top: 0.5rem;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0.2pt;
  font-weight: normal;
  margin-left: 0;
}
.full-article-page .full-article .info .comment-wrapper .fa {
  height: 18px;
}
.full-article-page .full-article .article-body {
  margin-top: 20px;
  text-align: justify;
  color: #222;
}
.full-article-page .full-article .article-body img {
  max-width: 100%;
  height: auto !important;
}
.full-article-page .full-article .img-legend {
  text-align: right;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: #666666;
}
.full-article-page .full-article .article-h1 {
  font-size: 1.9em;
  letter-spacing: 0.5pt;
  color: black;
  line-height: 1.9rem;
  padding-bottom: 10px;
}
.full-article-page .full-article .label-category {
  font-size: 1rem;
  letter-spacing: 0.8pt;
  margin-right: 15px;
}
.full-article-page .full-article img {
  max-width: 100%;
}
.full-article-page .full-article .wp-post-image {
  margin-top: 5px;
  /*
      max-height: 90px;
      */
  width: 100%;
}
.full-article-page .full-article .alignleft {
  float: left;
}
.full-article-page .full-article .alignright {
  float: right;
}
.full-article-page .full-article .stats-wrapper {
  /*border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;*/
  margin: 15px 0;
  /*padding: 10px 0;*/
  height: auto;
}
.full-article-page .full-article .stats-wrapper .share-count {
  font-size: 14px;
}
.full-article-page .full-article .stats-wrapper .share-count .share-count-element {
  font-size: 1rem;
  color: #666666;
  font-family: heebo-bold;
}
@media (max-width: 570px) {
  .full-article-page .full-article .stats-wrapper {
    margin-left: 0px;
    margin-top: -40px;
  }
}
.full-article-page .full-article .article-body table td:first-child {
  border-left: 1px solid black;
}
.full-article-page .full-article .article-body table th {
  text-align: left;
}
.full-article-page .full-article .article-body table td {
  text-align: center;
}
.full-article-page .full-article .article-body table td:last-child {
  border-right: 1px solid black;
}
.full-article-page .full-article .article-body table {
  border: 1px solid black;
}
.full-article-page .full-article .article-body table th:nth-child(even),
.full-article-page .full-article .article-body table td:nth-child(even) {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.full-article-page .full-article .article-body table tr:first-child {
  border-top: 1px solid black;
}
.full-article-page .full-article .article-body table tr:last-child {
  border-bottom: 1px solid black;
}
.full-article-page .full-article .article-body table tr:nth-child(odd) {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.full-article-page .full-article .article-body a {
  text-decoration: underline;
  text-underline-position: under;
  color: #ff4c3c;
}
.full-article-page .full-article .article-body .similar-article-ajax {
  margin: 15px 0;
  text-decoration: none;
  font-family: heebo-bold;
}
.full-article-page .full-article .subtitle-article-orange {
  margin: 15px 0;
  font-size: 16px;
}
.full-article-page .full-article.mobilite .subtitle-article-orange {
  color: #a82d77 !important;
}
.full-article-page .full-article.mobilite a {
  color: #a82d77;
}
.full-article-page .full-article.societe .subtitle-article-orange {
  color: #8f91c0 !important;
}
.full-article-page .full-article.societe a {
  color: #8f91c0;
}
.full-article-page .full-article.sante .subtitle-article-orange {
  color: #00a286 !important;
}
.full-article-page .full-article.sante a {
  color: #00a286;
}
.full-article-page .full-article.fiscalite .subtitle-article-orange {
  color: #cf1209 !important;
}
.full-article-page .full-article.fiscalite a {
  color: #cf1209;
}
.full-article-page .full-article.emploi .subtitle-article-orange {
  color: #3182b5 !important;
}
.full-article-page .full-article.emploi a {
  color: #3182b5;
}
.full-article-page .full-article.famille .subtitle-article-orange {
  color: #f8c320 !important;
}
.full-article-page .full-article.famille a {
  color: #f8c320;
}
.full-article-page .full-article .colored-text {
  color: black !important;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.full-article-page .full-article .summary {
  font-size: 15px;
  margin: 10px 0 20px 0;
}
.full-article-page .full-article p {
  line-height: 1.5rem;
  margin: 0 0 20px;
}
.full-article-page .full-article p strong {
  font-family: Helvetica-bold;
}
.full-article-page .full-article li strong {
  font-family: Helvetica-bold;
}
.full-article-page .full-article .article-excerpt {
  font-size: 17px;
  color: #222;
  text-align: justify;
}
.full-article-page .full-article .report-link {
  color: #ff4c3c;
}
.full-article-page .full-article .top-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: black;
  margin-bottom: -4px;
  padding-left: 0;
}
.full-article-page .full-article .external-post .ads-client {
  font-size: 10px;
  font-weight: bold;
}
.full-article-page .full-article .external-post .title {
  display: table-cell;
  line-height: 16px;
  padding-top: 10px;
}
.full-article-page .full-article .comments-info {
  font-family: "heebo-extra-bold";
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.full-article-page .full-article .comments-info .icon {
  height: 22px;
  margin-right: 3px;
  margin-top: -8px;
}
.full-article-page .full-article .comments-info .comment-anchor {
  color: #ff4c3c;
  margin-right: 30px;
}
.full-article-page .full-article .comments-info .comment-counts {
  color: #666666;
}
.full-article-page .full-article .fiscalite,
.full-article-page .full-article .finanzen {
  color: #cf1209 !important;
}
.full-article-page .full-article .societe,
.full-article-page .full-article .gesellschaft {
  color: #8f91c0 !important;
}
.full-article-page .full-article .sante,
.full-article-page .full-article .gesundheit {
  color: #00a286 !important;
}
.full-article-page .full-article .emploi,
.full-article-page .full-article .arbeit {
  color: #3182b5 !important;
}
.full-article-page .full-article .default {
  color: #ff4c3c !important;
}
.full-article-page .full-article .mobilite,
.full-article-page .full-article .mobilitat {
  color: #a82d77 !important;
}
.full-article-page .full-article .famille,
.full-article-page .full-article .familie {
  color: #f8c320 !important;
}
.full-article-page .full-article .entente,
.full-article-page .full-article .detente {
  color: #b2a78c !important;
}
.full-article-page .full-article .share-count-phone {
  color: #395997;
}
.full-article-page .similar-article-ajax {
  display: none;
}
@media (max-width: 570px) {
  .full-article-page .ifc-launcher-welcome-box {
    display: none;
  }
}
#popular-widget {
  margin: 0;
  margin-top: 30px;
}
#popular-widget .block-title-wrapper h2 {
  font-size: 20px;
  font-family: heebo-extra-bold;
  margin-left: 8px;
}
#popular-widget .widget-article {
  margin: 15px 0;
  padding: 0 8px;
}
#popular-widget .widget-article .article-title {
  font-size: 20px;
  margin-top: 10px;
}
#popular-widget .widget-article .label-category {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 570px) {
  .single-post #onesignal-bell-container {
    display: none;
  }
  .single-post .ifc-launcher-button {
    display: none !important;
  }
  .full-article {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .full-article .article-body {
    overflow: scroll;
    text-align: inherit !important;
  }
  .full-article .article-body p {
    text-align: inherit !important;
  }
  .full-article .single-img-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  .full-article table {
    overflow: scroll;
    max-width: 100%;
    width: 100%;
  }
  .full-article .comment-form-wrapper {
    padding: 0 !important;
  }
  .full-article .article-comment .small-badge {
    left: -22px;
    bottom: 15px;
  }
  .post-annonces-wrapper .article-img {
    height: 110px !important;
  }
}
.sponsored-phone .label-category-simple {
  display: block;
}
.sponsored-phone .sponsored-indicator {
  margin-left: 15px;
}
.big-share {
  width: auto;
  border-radius: 2px;
  font-size: 0.8rem;
  font-family: 'heebo-medium';
  color: white;
  padding: 5px 10px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  letter-spacing: 0.2pt;
}
.big-fb-share {
  background-color: #395997;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #395997;
}
.big-fb-share:hover {
  background-color: white;
  color: #395997 !important;
}
.big-whaps-share {
  background-color: #25D366;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #25D366;
}
.big-whaps-share:hover {
  background-color: white;
  color: #25D366 !important;
}
.big-twitter-share {
  background-color: #03abed;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #03abed;
}
.big-twitter-share:hover {
  background-color: white;
  color: #03abed !important;
}
.big-linkedin-share {
  background-color: #4875B4;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #4875B4;
}
.big-linkedin-share:hover {
  background-color: white;
  color: #4875B4 !important;
}
.big-messenger-share {
  background-color: #0084FF;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #0084FF;
}
.big-messenger-share:hover {
  background-color: white;
  color: #0084FF !important;
}
.big-message-share {
  background-color: #ff4c3c;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #ff4c3c;
}
.big-message-share:hover {
  background-color: white;
  color: #ff4c3c !important;
}
.big-newsletter {
  background-color: #747474;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #747474;
}
.big-newsletter:hover {
  background-color: white;
  color: #747474 !important;
}
.sticky-share a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.ad-listing {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px !important;
}
.ad-listing img {
  padding-left: 4px;
  height: auto;
}
.search-results .medium-article {
  height: 430px;
  overflow: hidden;
}
.single-article-newsletter-link {
  font-size: 0.9rem;
}
.post-annonces-wrapper .wp-post-image {
  height: 90px;
}
.comments-lists {
  margin-bottom: 30px;
}
.fm-form-container.fm-theme1 {
  width: 100% !important;
}
.medium-article-box .sponsored-indicator {
  color: #CCC;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  letter-spacing: 1.2pt;
  float: right;
  font-size: 0.7rem;
  margin-top: 12px;
}
.article-comment-counts {
  position: absolute;
  top: 43%;
  right: 16px;
  padding: 1px 3px;
  font-size: 14px;
  color: white;
  background-color: black;
}
.article-comment-counts .fa {
  height: 21px;
}
.medium-comment-counts {
  top: 140px;
}
@media (max-width: 1200px) and (min-width: 800px) {
  .medium-comment-counts {
    top: 120px;
  }
}
​ .small-comment-counts {
  top: 44%;
  right: 13px;
}
@media (max-width: 1200px) and (min-width: 700px) {
  .article-comment-counts {
    top: 34%;
  }
}
​ .big-comment-counts {
  top: 76%;
  z-index: 2;
  right: 19px;
  font-size: 16px;
}
​ .big-comment-counts .fa {
  height: 24px;
}
.listing-comment-counts {
  top: 75%;
  right: 22px;
}
@media (max-width: 570px) {
  .full-article-page .iflychat-popup {
    display: none !important;
  }
}
.full-article .reply-link .fa-edit {
  margin-right: 6px;
  margin-left: 4px;
  font-size: 16px;
}
.comment-bottom-links .login-link {
  cursor: pointer;
}
.widget {
  margin: 15px 10px;
}
.widget a:hover {
  color: white;
}
.widget .content {
  border: 1px solid #CCC;
  padding: 15px;
}
.widget .img-wrapper {
  margin-bottom: 15px;
}
.widget h2 {
  font-family: heebo-extra-bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.widget .logo {
  width: 100%;
}
.footer-links {
  padding: 0px 30px;
  margin-bottom: 15px;
  margin: 5px;
  line-height: 10px;
}
.footer-links .footer-link-item {
  text-transform: capitalize;
  font-size: 0.6rem;
  color: #666666;
}
#forum-widget {
  margin-top: 15px;
}
#forum-widget .content {
  padding-bottom: 0;
}
#forum-widget .nav-tabs {
  border: none !important;
}
#forum-widget .content {
  padding-top: 10px;
}
#forum-widget .topic-title,
#forum-widget .toggle-link {
  color: #CCC;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2pt;
}
#forum-widget .author-name {
  font-size: 15px;
  display: inline !important;
  color: inherit;
}
#forum-widget .forum-nav li {
  padding: 0;
  margin-bottom: 8px !important;
}
#forum-widget .forum-nav .active {
  color: #222;
  border-bottom: #ff4c3c 2px solid;
}
#forum-widget .posts-wrapper {
  padding: 10px 0;
  overflow: hidden;
}
#forum-widget .posts-wrapper a {
  display: block;
}
#forum-widget .posts-wrapper .key,
#forum-widget .posts-wrapper .title {
  font-family: heebo-extra-bold;
  padding: 0;
  text-transform: none !important;
  line-height: 1rem;
}
#forum-widget .posts-wrapper .title {
  color: #222;
  font-family: heebo-extra-bold;
  padding: 0;
  text-transform: none !important;
  line-height: 1rem;
}
#forum-widget .posts-wrapper .title:hover {
  color: #666666;
}
#forum-widget .posts-wrapper .key {
  color: #ff4c3c;
  width: 10px;
}
#forum-widget .posts-wrapper .author-name {
  font-size: 12px;
}
#forum-widget .posts-wrapper:hover {
  text-decoration: underline;
}
#forum-widget .posts-wrapper .date {
  text-align: right;
  font-size: 12px;
  color: #888;
  float: right;
  margin-top: 4px;
}
#forum-widget .posts-wrapper:not(:last-child ) {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}
#concours-widget .main-title {
  margin-top: 0px;
}
#concours-widget .article-title {
  text-transform: none!important;
}
#concours-widget,
#sondage-widget {
  margin: 24px 24px;
  border: 1px solid #CCC;
  padding: 5px;
  border-top: 5px solid #ff4c3c;
}
#concours-widget .one-widget-item,
#sondage-widget .one-widget-item {
  margin-bottom: 15px;
}
#concours-widget h2,
#sondage-widget h2 {
  font-family: heebo-bold;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-top: 10px;
  color: #222;
  letter-spacing: 0.1pt;
}
#concours-widget img,
#sondage-widget img {
  border: 1px solid #CCC;
}
#concours-widget .col-sm-12,
#sondage-widget .col-sm-12 {
  padding: 15px;
}
#concours-widget .title,
#sondage-widget .title {
  color: #ff4c3c;
}
#concours-widget .mj-w-btn,
#sondage-widget .mj-w-btn {
  margin-top: 15px;
}
#emplois_page .category-select,
#emplois_page .query-input {
  flex:1;
  height: 33px;
  border: 1px solid #4a4a4a;
}
#emplois_page .category-select {
  padding: 2px;
}
#emplois_page .btn {
  
}
#emplois_page .jobs-list ul {
  list-style-type: none;
  margin: 0;
}
#emplois_page .jobs-list .job-item {
  height: auto;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  padding: 10px;
  position: relative;
}
#emplois_page .jobs-list .job-item a {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
#emplois_page .jobs-list .job-item span {
  color: #4a4a4a;
  display: block;
}
#emplois_page .jobs-list .job-item span.job-date-publi {
  font-size: 12px;
}
#emplois_page .jobs-list .job-item:hover{
  /*background-color: #F5F5F5;*/
  box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
#emplois_page .jobs-list .job-image,
#emplois_page .jobs-list .job-description,
#emplois_page .jobs-list .job-date-premium {
  display: inline-table;
}
#emplois_page .jobs-list .job-image {
  text-align: center;
  max-width: 65px;
}
#emplois_page .jobs-list .job-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emplois_page .jobs-list .job-image img {
  vertical-align: middle;
}
#emplois_page .jobs-list .job-description {
  /*width: calc(100% - 230px);*/
  flex:1;
}
#emplois_page .jobs-list .job-description span {
  display: block;
  color: #4a4a4a;
}
#emplois_page .jobs-list .job-description span.job-contract-type, #emplois_page .jobs-list .job-description span.job-localisations {
font-size: 14px;
}
#emplois_page .jobs-list .job-title-company {
  font-weight: bold;
}
#emplois_page .jobs-list .job-date-premium .job-premium {
  background: #f13cff;
  color: white;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  right: 0;
  top:0;
}
#flash-widget {
  margin-top: 15px !important;
}
#flash-widget .alert-icon {
  width: 18px;
  margin-bottom: 4px;
  height: 18px;
  margin-right: 4px;
  color: #ffffff;
}
#flash-widget .article-title {
  border-left: 4px solid #ff4c3c;
  padding-left: 5px;
  font-size: 16px !important;
  line-height: 18px;
  margin-top: 10px;
}
#flash-widget .label-category {
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
}
#flash-widget .block-title-wrapper h2 {
  font-size: 20px;
  font-family: heebo-extra-bold;
  margin-left: 8px;
}
#flash-widget .widget-article {
  margin: 15px 0;
  padding: 0 8px;
}
#toolbox-widget .toolboox-link {
  color: black;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: heebo-medium;
  margin-top: 4px;
  letter-spacing: 0.01rem;
  font-family: heebo-bold;
}
#toolbox-widget .toolboox-link:hover {
  text-decoration: underline;
}
#vendor-widget {
  padding-left: 15px;
  padding-right: 15px;
}
#vendor-widget .hide-phone .btn {
  font-size: 10px !important;
  padding: 10px;
}
#vendor-widget .hide-phone .send-message-btn {
  background: url(../../../../uploads/lesfrontaliers/mail_white.svg) 5% no-repeat #ff4c3c !important;
}
#vendor-widget .hide-phone .send-message-btn:hover {
  background: url(../../../../uploads/lesfrontaliers/mail_orange.svg) 5% no-repeat white !important;
}
#vendor-widget .hide-phone .send-direct-message-btn {
  background: url(../../../../uploads/lesfrontaliers/message-square_white.svg) 5% no-repeat #ff4c3c !important;
}
#vendor-widget .hide-phone .send-direct-message-btn:hover {
  background: url(../../../../uploads/lesfrontaliers/message-square_orange.svg) 5% no-repeat white !important;
}
#vendor-widget .hide-phone .show-number {
  background: url(../../../../uploads/lesfrontaliers/phone_white.svg) 5% no-repeat #ff4c3c !important;
}
#vendor-widget .hide-phone .show-number:hover {
  background: url(../../../../uploads/lesfrontaliers/phone_orange.svg) 5% no-repeat white !important;
}
.newsletter-content .bottom-wrapper {
  margin-bottom: 1px solid #CCC;
}
.newsletter-content .mj-w-btn {
  background-color: #ff4c3c;
  width: 96%;
}
.newsletter-content .text {
  padding: 10px 0;
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.newsletter-content .btn-wrapper .twitter {
  background-color: #03abed;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #03abed;
}
.newsletter-content .btn-wrapper .twitter:hover {
  background-color: white;
  color: #03abed !important;
}
.newsletter-content .btn-wrapper .facebook {
  background-color: #395997;
  transition: all 0.2s ease;
  color: white !important;
  border: 1px solid #395997;
}
.newsletter-content .btn-wrapper .facebook:hover {
  background-color: white;
  color: #395997 !important;
}
.newsletter-content .btn-wrapper .big-share {
  width: 47%;
  height: 35px;
  float: right;
}
#topad-widget .top-ad-location {
  font-size: 0.85rem;
  font-family: Helvetica;
}
#immotop-widget {
  color: #8E2E3C;
}
#immotop-widget h2 {
  color: #222 !important;
}
#immotop-widget .content {
  padding: 0px !important;
  border: 1px solid #8E2E3C;
}
#immotop-widget .btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 6px;
}
#immotop-widget a {
  width: 80%;
  background-color: #8E2E3C;
  border-color: #8E2E3C !important;
  border-radius: 2px !important;
}
#immotop-widget a:hover {
  color: #8E2E3C !important;
  background-color: white !important;
}
#immotop-widget a:first-child {
  margin-bottom: 8px;
}
#athome-widget {
  color: #e4002b;
}
#athome-widget h2 {
  color: #222 !important;
}
#athome-widget .content {
  padding: 0px !important;
  border: 1px solid #e4002b;
}
#athome-widget .btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 6px;
}
#athome-widget .logo {
  padding: 15px;
  padding-bottom: 0px;
  height: 66px;
}
#athome-widget .btn {
  width: 90%;
  background-color: #e4002b;
  border-color: #e4002b !important;
}
#athome-widget .btn:hover {
  color: #8E2E3C !important;
  background-color: white !important;
}
#athome-widget a:first-child {
  margin-bottom: 8px;
}
#athome-widget .btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 6px;
}
#immotop-widget .btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 6px;
}
#immotop-widget a:first-child {
  margin-bottom: 8px;
}
.block-title-wrapper-full h2 {
  font-size: 20px;
  font-family: heebo-extra-bold;
  margin-left: 20px;
  margin-top: 5px;
}
.wpforo-content .comments .comment-details,
#mainContainer .comments .comment-details {
  text-align: right;
}
.wpforo-content .comments .article-comment:nth-child(odd),
#mainContainer .comments .article-comment:nth-child(odd) {
  background-color: #f7f9f9;
}
.wpforo-content .comments .article-comment:nth-child(odd) .quote,
#mainContainer .comments .article-comment:nth-child(odd) .quote {
  background-color: white;
}
.wpforo-content .comments .article-comment:nth-child(even),
#mainContainer .comments .article-comment:nth-child(even) {
  background-color: white;
}
.wpforo-content .comments .article-comment:nth-child(even) .quote,
#mainContainer .comments .article-comment:nth-child(even) .quote {
  background-color: #f7f9f9;
}
.wpforo-content .comments .quote,
#mainContainer .comments .quote {
  padding: 15px;
}
.wpforo-content .comments .comment-text,
#mainContainer .comments .comment-text {
  margin-bottom: 0;
}
.wpforo-content .comments .comment-text p:first-letter,
#mainContainer .comments .comment-text p:first-letter {
  text-transform: capitalize;
}
.wpforo-content .comments .article-comment,
#mainContainer .comments .article-comment {
  padding: 15px 0 15px 0;
}
.wpforo-content .comments .article-comment a,
#mainContainer .comments .article-comment a {
  color: #666666;
}
.wpforo-content .comments .article-comment a img,
#mainContainer .comments .article-comment a img {
  width: 80px;
  height: 80px;
}
.wpforo-content .comments .article-comment .comment-author,
#mainContainer .comments .article-comment .comment-author {
  text-transform: capitalize;
  font-size: 18px;
  color: #222;
}
.wpforo-content .comments .article-comment .date,
#mainContainer .comments .article-comment .date {
  margin-right: 15px;
}
.wpforo-content .comments .article-comment .comment-bottom-part,
#mainContainer .comments .article-comment .comment-bottom-part {
  padding: 15px;
  font-size: 16px;
}
.wpforo-content .comments .article-comment .comment-bottom-part .wp_ulike_btn,
#mainContainer .comments .article-comment .comment-bottom-part .wp_ulike_btn {
  top: -2px;
  display: inline;
  margin-left: 10px;
  padding: 0;
  margin-right: 15px;
  background-color: transparent !important;
}
.wpforo-content .comments .article-comment .comment-bottom-part .count-box,
#mainContainer .comments .article-comment .comment-bottom-part .count-box {
  background-color: inherit !important;
  box-shadow: inherit !important;
  margin: 0 1rem 0 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
}
.wpforo-content .comments .article-comment .comment-bottom-part .count-box:before,
#mainContainer .comments .article-comment .comment-bottom-part .count-box:before {
  content: none !important;
}
.wpforo-content .comments .article-comment .comment-bottom-part .reply-link,
#mainContainer .comments .article-comment .comment-bottom-part .reply-link {
  font-size: 13px;
}
.wpforo-content .comments .article-comment .comment-bottom-part .reply-link img,
#mainContainer .comments .article-comment .comment-bottom-part .reply-link img {
  width: 20px;
}
.wpforo-content .comments .article-comment .icon,
#mainContainer .comments .article-comment .icon {
  margin-top: -5px;
  margin-right: 5px;
}
.wpforo-content .comments .article-comment .top-part,
#mainContainer .comments .article-comment .top-part {
  height: 50px;
  font-size: 14px;
  color: #666666;
}
.wpforo-content .comments .article-comment .top-part .online-indicator,
#mainContainer .comments .article-comment .top-part .online-indicator {
  line-height: inherit;
  font-weight: bold;
  font-size: 10px;
}
.wpforo-content .comments .article-comment .top-part .online-indicator i,
#mainContainer .comments .article-comment .top-part .online-indicator i {
  padding-bottom: 0.25rem;
}
.wpforo-content .comments .article-comment .reply-link,
#mainContainer .comments .article-comment .reply-link {
  cursor: pointer;
}
.wpforo-content .anonymous-votes,
#mainContainer .anonymous-votes {
  margin-right: 15px;
  background-color: #e0e0e0;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.wpforo-content .anonymous-votes span,
#mainContainer .anonymous-votes span{
 font-size:20px;
}
.wpforo-content .comment-form-wrapper,
#mainContainer .comment-form-wrapper {
  padding: 0px !important;
}
.wpforo-content .comment-form-wrapper textarea,
#mainContainer .comment-form-wrapper textarea {
  padding: 14px;
  width: 100%;
  min-height: 200px;
  border: solid 1px #CCC;
}
.wpforo-content .comment-form-wrapper .icon,
#mainContainer .comment-form-wrapper .icon {
  margin-right: 5px;
}
.wpforo-content .wpulike-message,
#mainContainer .wpulike-message {
  display: none !important;
}
.full-article .article-comment blockquote,
.full-article .comment-form blockquote {
  display: block;
  margin: 5px 0px 15px 0px;
  width: 90%;
  padding: 10px;
  font-size: 13px;
  border: #999999 1px dotted;
  background: #e6e6e6;
}
select,
input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}
#wpforo-wrap {
  padding: 0 4px !important;
}
@media (max-width: 574px) {
  #wpforo-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#wpforo-wrap .wpforo-content {
  width: 75%;
}
#wpforo-wrap .wpforo-content .btn-default {
  color: white !important;
  font-size: 13px !important;
  background-color: #ff4c3c !important;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase !important;
  border: 1px solid #ff4c3c;
  -webkit-border-radius: 0.15rem !important;
  -moz-border-radius: 0.15rem !important;
  border-radius: 1px !important;
}
#wpforo-wrap .wpforo-content .btn-default:hover {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
#wpforo-wrap .wpforo-content .forum-header {
  padding-top: 0px;
  padding: 15px 0;
}
#wpforo-wrap .wpforo-content .forum-header .header-text {
  font-size: 16px;
  line-height: 20px;
}
#wpforo-wrap .wpforo-content .forum-header .header-text h1 {
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 14px;
  letter-spacing: 0.5pt;
}
@media (max-width: 768px) {
  #wpforo-wrap .wpforo-content .forum-header .top-action #category-select,
  #wpforo-wrap .wpforo-content .forum-header .top-action .btn {
    margin-bottom: 10px;
  }
  #wpforo-wrap .wpforo-content .forum-header .top-action .search-input {
    width: 92% !important;
  }
}
#wpforo-wrap .wpforo-content .forum-header .action-buttons {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
#wpforo-wrap .wpforo-content .forum-header .bottom-action .menu-link {
  font-size: 14px;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  letter-spacing: 0.2pt;
  cursor: pointer;
  color: #222;
}
#wpforo-wrap .wpforo-content .forum-header .bottom-action .menu-link a {
  color: #222 !important;
  margin-right: 4px;
  margin-left: 4px;
}
#wpforo-wrap .wpforo-content .forum-header .bottom-action .menu-link .active {
  color: #ff4c3c !important;
}
#wpforo-wrap .wpforo-content .forum-header #category-select {
  font-family: heebo-extra-bold;
  color: #222;
  size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  width: inherit;
  letter-spacing: 0.4pt;
}
#wpforo-wrap .wpforo-content .forum-header .new-btn {
  width: 100%;
  padding: 4px;
}
#wpforo-wrap .wpforo-content .forum-header #forum-home {
  padding: 15px 0;
  display: inline-block;
}
#wpforo-wrap .wpforo-content .forum-header .right-part {
  text-align: right;
}
#wpforo-wrap .wpforo-content .forum-header .right-part .search-input {
  width: 270px;
  padding-left: 5px;
  font-family: heebo-extra-bold;
  color: #CCC;
}
#wpforo-wrap .wpforo-content .forum-header .right-part .separator {
  color: #CCC;
}
#wpforo-wrap .wpforo-content .forum-header .right-part .fa-search {
  color: white;
  padding: 5px;
  padding-top: 6px;
  font-size: 19px;
  background-color: #CCC;
  margin-left: -6px;
  cursor: pointer;
}
#wpforo-wrap .wpforo-content .topic-listing {
  margin-bottom: 15px;
}
@media (max-width: 574px) {
  #wpforo-wrap .wpforo-content .topic-listing {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#wpforo-wrap .wpforo-content .topic-listing .main-content {
  margin-right: 7%;
}
#wpforo-wrap .wpforo-content .topic-listing .main-content .parent-link:hover {
  color: #666666;
}
#wpforo-wrap .wpforo-content .topic-listing .avatar-wrapper {
  height: 60px;
  width: 60px;
}
#wpforo-wrap .wpforo-content .topic-listing .avatar-wrapper img {
  height: inherit;
  width: inherit;
}
@media (max-width: 574px) {
  #wpforo-wrap .wpforo-content .topic-listing .avatar-wrapper {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  #wpforo-wrap .wpforo-content .topic-listing .top-action #category-select,
  #wpforo-wrap .wpforo-content .topic-listing .top-action .btn {
    margin-bottom: 10px;
  }
  #wpforo-wrap .wpforo-content .topic-listing .main-content {
    float: right !important;
  }
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element {
  padding: 15px;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element img {
  margin-left: -10px;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .topic-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .post-info {
  color: #666666;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .post-info a {
  color: inherit;
  text-transform: capitalize;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .post-info a:hover {
  text-decoration: underline;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .parent-info {
  display: inline-block;
  color: #CCC;
  text-transform: uppercase;
  font-size: 12px;
  font-family: heebo-extra-bold;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .parent-info a {
  color: #CCC;
  margin-left: 5px;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .answer-wrapper {
  border-right: 1px solid #CCC;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .stats-wrapper {
  color: #CCC;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element .stats-wrapper .stat-count {
  font-size: 18px;
  display: block;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element {
  background-color: white;
}
#wpforo-wrap .wpforo-content .topic-listing .topic-listing-element.odd {
  background-color: #f7f9f9;
}
#wpforo-wrap .wpforo-content .custom-paginator {
  margin: 15px 0;
}
#wpforo-wrap .wpforo-content .custom-paginator .paginator-link img {
  opacity: 0.5;
}
#wpforo-wrap .wpforo-content .custom-paginator .paginator-link:hover img {
  opacity: 1;
}
#wpforo-wrap .wpforo-content .custom-paginator .icon {
  background: #f7f9f9;
  padding: 3px;
}
#wpforo-wrap .wpforo-content .custom-paginator .number {
  color: #666666;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  padding-top: 2px;
  min-width: 25px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
#wpforo-wrap .wpforo-content .custom-paginator .number.active {
  color: white;
  background-color: #ff4c3c;
}
#wpforo-wrap .wpforo-content .custom-paginator .middle-part {
  text-align: center;
}
#wpforo-wrap .wpforo-content .custom-paginator .right-part {
  text-align: right;
}
#wpforo-wrap .wpforo-content .wpf-head-bar {
  color: #666666;
  font-size: 14px;
  padding-top: 15px !important;
}
#wpforo-wrap .wpforo-content .wpf-head-bar .parent-link {
  color: #666666;
  font-size: 14px;
}
#wpforo-wrap .wpforo-content .wpf-head-bar .parent-link:hover {
  border-bottom: 1px solid #666666;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create {
  padding: 0;
  border: none;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #wp-postbody-editor-tools,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #wp-postbody-editor-tools,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #wp-postbody-editor-tools,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #wp-postbody-editor-tools {
  display: none !important;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create form,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create form,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create form,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create form {
  background-color: white;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .form-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .form-body,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .form-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .form-body {
  border: 1px solid #CCC;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .button-primary,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .button-primary,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .button-primary,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .button-primary {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .button-primary:hover,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .button-primary:hover,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .button-primary:hover,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .button-primary:hover,
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .button-primary.active,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .button-primary.active,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .button-primary.active,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .button-primary.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_7-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_7-body,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_7-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_7-body,
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_5,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_5,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_5,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_5,
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .mce-toolbar-grp,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .mce-toolbar-grp,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .mce-toolbar-grp,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .mce-toolbar-grp,
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_6-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_6-body,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_6-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_6-body {
  background-color: #f7f9f9;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_7-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_7-body,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_7-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_7-body {
  padding: 0px 15px;
  padding-top: 20px;
  margin-top: -19px;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .mce-top-part::before,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .mce-top-part::before,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .mce-top-part::before,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .mce-top-part::before {
  box-shadow: none;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_4-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_4-body,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_4-body,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_4-body {
  padding-bottom: 0 !important;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_9,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_9,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_9,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_9 {
  border: 1px solid #CCC;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create #mceu_10,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create #mceu_10,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create #mceu_10,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create #mceu_10 {
  display: none;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .mce-btn,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .mce-btn,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .mce-btn,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .mce-btn {
  margin-right: 10px;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .mce-toolbar-grp,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .mce-toolbar-grp,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .mce-toolbar-grp,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .mce-toolbar-grp {
  background-color: white;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .wpforo-wrap .wpf-extra-fields,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .wpforo-wrap .wpf-extra-fields,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .wpforo-wrap .wpf-extra-fields,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .wpforo-wrap .wpf-extra-fields {
  border-bottom: none;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .wpf_formbutton,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .wpf_formbutton,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .wpf_formbutton,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .wpf_formbutton {
  border: 1px solid #ff4c3c;
}
.wpforo #mainContainer #wpforo-wrap #wpf-post-create .wpf_formbutton:hover,
.wpforo #mainContainer .new-forum-wrapper #wpf-post-create .wpf_formbutton:hover,
.wpforo #mainContainer #wpforo-wrap #wpf-topic-create .wpf_formbutton:hover,
.wpforo #mainContainer .new-forum-wrapper #wpf-topic-create .wpf_formbutton:hover {
  border: 1px solid #ff4c3c;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap,
.wpforo #mainContainer .new-forum-wrapper .post-wrap {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post .bottom,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post .bottom {
  padding-left: 6px;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap.wpfp-first,
.wpforo #mainContainer .new-forum-wrapper .post-wrap.wpfp-first {
  border: 1px solid #CCC;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content {
  min-height: inherit;
  color: black;
  padding-left: 15px;
  margin-top: 70px;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content p,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content p {
  margin-bottom: 14px;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content p strong,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content p strong {
  font-family: Helvetica-bold;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content p:first-letter,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content p:first-letter {
  text-transform: capitalize;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content-top,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content-top,
.wpforo #mainContainer #wpforo-wrap .post-wrap .bottom,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .bottom {
  border-bottom: none;
  border-top: none;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content-top .bottom-btn,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content-top .bottom-btn,
.wpforo #mainContainer #wpforo-wrap .post-wrap .bottom .bottom-btn,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .bottom .bottom-btn {
  height: 20px;
  color: #ff4c3c;
  align-items: baseline;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-post-content-top .bottom-btn a,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-post-content-top .bottom-btn a,
.wpforo #mainContainer #wpforo-wrap .post-wrap .bottom .bottom-btn a,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .bottom .bottom-btn a {
  color: #ff4c3c;
  margin-right: 5px;
  background: url(../../../../uploads/lesfrontaliers/thumbs-up_orange.svg ) no-repeat !important;
  padding-left: 25px;
  padding-top: 3px;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpforo-reply,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpforo-reply {
  font-weight: bold;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .wpf-action,
.wpforo #mainContainer .new-forum-wrapper .post-wrap .wpf-action {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
}
.wpforo #mainContainer #wpforo-wrap .wpf-left,
.wpforo #mainContainer .new-forum-wrapper .wpf-left {
  width: 100px;
  padding-top: 0;
}
.wpforo #mainContainer #wpforo-wrap .wpf-left .avatar,
.wpforo #mainContainer .new-forum-wrapper .wpf-left .avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid white;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right,
.wpforo #mainContainer .new-forum-wrapper .wpf-right {
  margin-left: 100px;
  width: auto;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .top-part,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .top-part {
  padding: 0 15px 15px 15px;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .top-part .author-posts,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .top-part .author-posts {
  color: #CCC;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .top-part .post-stat,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .top-part .post-stat {
  text-align: right;
  color: #CCC;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .wpf-clear,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .wpf-clear {
  display: none;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .online-indicator,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .online-indicator {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.wpforo #mainContainer #wpforo-wrap .wpf-right .author-name a,
.wpforo #mainContainer .new-forum-wrapper .wpf-right .author-name a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  color: black !important;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap:nth-child(odd) .wpforo-post,
.wpforo #mainContainer .new-forum-wrapper .post-wrap:nth-child(odd) .wpforo-post {
  background-color: white;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap:nth-child(even) .wpforo-post,
.wpforo #mainContainer .new-forum-wrapper .post-wrap:nth-child(even) .wpforo-post {
  background-color: #f7f9f9;
}
.avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid white;
}
#new-forum-wrapper {
  padding-left: 15px;
}
#new-forum-wrapper .page-title {
  color: #ff4c3c;
  font-size: 30px;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
}
#new-forum-wrapper .wpf-topic-create {
  display: block;
  background-color: white;
}
#new-forum-wrapper .wpf-topic-create p,
#new-forum-wrapper .wpf-topic-create input {
  margin-bottom: 5px;
  margin-top: 10px;
}
#new-forum-wrapper .wpf-topic-create .wpf-subject {
  border: 1px solid #CCC;
  padding: 5px !important;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
#new-forum-wrapper .category-select {
  font-family: heebo-extra-bold;
  color: #222;
  size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.forum-nav li {
  padding: 7px;
  margin-bottom: 15px;
}
.wpft-post #wpforo-title {
  color: black !important;
}
.wpf-action-link .btn {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}
@media (max-width: 570px) {
  #forum-home .new-btn {
    width: 100% !important;
  }
  #forum-home .right-part .search-input {
    width: 91% !important;
  }
}
.forum-action .wp_ulike_btn {
  top: -2px;
  display: inline;
  margin-left: 10px;
  padding: 0;
  margin-right: 15px;
  background-color: transparent !important;
}
.forum-action .count-box {
  background-color: inherit !important;
  box-shadow: inherit !important;
  margin: 0 1rem 0 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
}
.forum-action .count-box:before {
  content: none !important;
}
.register-wrap .form {
  margin-top: 15px;
}
.register-wrap .right-part {
  border-left: 1px solid #CCC;
}
.register-wrap .nsl-button {
  width: 325px;
}
.register-wrap .left-part,
.register-wrap .right-part {
  padding: 15px;
}
.register-wrap .left-part .block-wrapper,
.register-wrap .right-part .block-wrapper {
  margin-bottom: 15px;
}
.register-wrap .left-part .block-wrapper .subtile,
.register-wrap .right-part .block-wrapper .subtile {
  color: #ff4c3c;
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.2pt;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
}
.register-wrap .left-part .block-wrapper .subtile .content-text,
.register-wrap .right-part .block-wrapper .subtile .content-text {
  margin-left: -3px;
}
.register-wrap .left-part .block-wrapper .subtitle-text,
.register-wrap .right-part .block-wrapper .subtitle-text {
  color: #666666;
  font-size: 16px;
  padding-left: 25px;
}
.register-wrap .left-part div.nsl-container .nsl-button-default,
.register-wrap .right-part div.nsl-container .nsl-button-default {
  border-radius: 1px !important;
}
.register-wrap h2 {
  font-family: heebo-bold;
  font-size: 1.6rem;
  color: #666666;
  margin-bottom: 22px;
  letter-spacing: 0.5pt;
  line-height: 1.8rem;
}
.register-wrap .top-text {
  color: #666666;
  font-size: 16px;
  width: 80%;
  margin-bottom: 15px;
}
.register-wrap .form-check {
  padding-left: 0;
  margin-bottom: 8px;
}
.register-wrap .register-btn {
  font-size: 0.85rem;
  width: 100%;
}
.register-wrap .form-control {
  border-radius: 0;
}
.form-group.has-error input {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.popup-con #login-form .forgotten-link {
  margin-left: 15px;
  margin-top: 5px;
}
.popup-con #login-form .nsl-button-default {
  width: 545px;
}
.awpcp-page .button {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.awpcp-page .button:hover {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.awpcp-page #adpostform h1,
.awpcp-page .awpcp-order-form h1 {
  color: #ff4c3c;
}
.awpcp-page #adpostform input,
.awpcp-page .awpcp-order-form input {
  border-color: #CCC;
}
.awpcp-page #adpostform h2,
.awpcp-page .awpcp-order-form h2 {
  font-size: 24px;
  font-family: heebo-extra-bold;
}
.awpcp-page #adpostform h3,
.awpcp-page .awpcp-order-form h3 {
  font-size: 22px;
  font-family: heebo-extra-bold;
}
.awpcp-page #adpostform select,
.awpcp-page .awpcp-order-form select {
  padding-left: 5px;
  border-color: #CCC;
  margin-right: 0;
}
.awpcp-page #adpostform .multiple-region,
.awpcp-page .awpcp-order-form .multiple-region {
  width: 360px;
}
.awpcp-page #adpostform #awpcp-immo_type,
.awpcp-page .awpcp-order-form #awpcp-immo_type {
  width: 200px;
}
.awpcp-page #adpostform #awpcp-immo_dpe_energie,
.awpcp-page .awpcp-order-form #awpcp-immo_dpe_energie,
.awpcp-page #adpostform #awpcp-immo_dpe_ges,
.awpcp-page .awpcp-order-form #awpcp-immo_dpe_ges {
  width: 150px;
}
.annonce-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}
.annonce-wrapper .extra-fields .separator {
  margin-left: 15px;
}
.single-reply-wrapper .awpcp-classifieds-search-bar,
.single-reply-wrapper .awpcp-classifieds-menu {
  display: none !important;
}
.single-reply-wrapper .awpcp-classifieds-search-bar p strong,
.single-reply-wrapper .awpcp-classifieds-menu p strong {
  display: inline-block !important;
}
@media (max-width: 570px) {
  .btn-sm {
    width: 100%;
  }
  .list-PA {
    padding: 0 !important;
  }
  .list-PA .media {
    padding-left: 0;
  }
}
.list-PA-wrap {
  margin-right: 0;
  margin-left: 0;
}
.list-PA-wrap .list-PA {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #CCC;
}
.list-PA-wrap .list-PA:hover {
  border-color: #222;
}
.list-PA-wrap .list-PA .filter-annonce {
  background-color: #E5E5E5;
}
.list-PA-wrap .list-PA .filter-annonce.empty-image {
  background-color: white;
}
.list-PA-wrap .list-PA .filter-annonce img {
  max-height: 9rem;
}
.list-PA-wrap .list-PA .price {
  height: 30px;
}
.list-PA-wrap .list-PA a {
  color: #222;
}
.list-PA-wrap .list-PA a:hover {
  text-decoration: none;
  color: #222;
}
.list-PA-wrap .list-PA .container-photo {
  height: 11rem;
  width: 15rem;
}
.list-PA-wrap .list-PA .total-photo {
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 3px;
  opacity: 0.5;
  background-color: black;
  border-radius: 2px;
  color: white;
  font-size: 0.8rem;
}
.list-PA-wrap .list-PA .total-photo i {
  margin-left: 3px;
  margin-right: 3px;
  bottom: 5px;
  left: 5px;
}
.list-PA-wrap .list-PA .counter-view {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.2pt;
  color: #a8a8a8;
  text-transform: uppercase;
}
.list-PA-wrap .list-PA .counter-view img {
  height: 18px;
  width: 18px;
  color: #a8a8a8;
  opacity: 0.5;
  margin-bottom: 1px;
}
.list-PA-wrap .list-PA:hover {
  background-color: #f7f9f9;
  border-color: #222;
}
.small-annonce a {
  color: #222;
}
.small-annonce a:hover {
  color: #222;
}
.small-annonce .main-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2pt;
}
.small-annonce .details {
  margin-top: 15px;
}
.small-annonce .img-wrap {
  max-height: 10rem;
}
.small-annonce .img-wrap-phone {
  max-height: 9rem;
}
.small-annonce .font-orange {
  font-size: 1.2rem;
}
#ad-form .main-category,
#immo-form .main-category {
  margin-left: 13px;
  font-size: 18px;
}
#ad-form .cat-mobile,
#immo-form .cat-mobile {
  margin-bottom: 15px !important;
}
#ad-form .extra-fields-wrapper,
#immo-form .extra-fields-wrapper {
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
}
#ad-form .extra-fields-wrapper .extra-field-hidden,
#immo-form .extra-fields-wrapper .extra-field-hidden {
  display: none;
}
#ad-form .extra-fields-wrapper label,
#immo-form .extra-fields-wrapper label {
  display: block;
}
#ad-form .extra-fields-wrapper .field-wrapper,
#immo-form .extra-fields-wrapper .field-wrapper {
  padding-left: 7px;
}
#ad-form .extra-fields-wrapper .integer,
#immo-form .extra-fields-wrapper .integer,
#ad-form .extra-fields-wrapper .number,
#immo-form .extra-fields-wrapper .number {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
}
#ad-form .extra-fields-wrapper .inputbox,
#immo-form .extra-fields-wrapper .inputbox {
  border-color: #CCC;
  border-radius: 0.2rem;
}
#ad-form .extra-fields-wrapper select,
#immo-form .extra-fields-wrapper select {
  text-transform: capitalize;
  padding: 5px;
  width: 80%;
}
#ad-form .extra-fields-wrapper select option,
#immo-form .extra-fields-wrapper select option {
  text-transform: capitalize;
}
#ad-form .secondary-label p,
#immo-form .secondary-label p {
  display: inline;
}
.order-ad .separator {
  margin-right: 5px;
  margin-left: 5px;
}
.order-ad .sub-switch {
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.2pt;
}
.order-ad .sub-switch.active {
  color: #ff4c3c;
}
#vendor-widget .vendor {
  text-transform: capitalize;
  color: black;
}
#vendor-widget .vendorhover {
  color: black;
}
#vendor-widget .vendor-avatar {
  height: 60px;
}
#vendor-widget .content {
  display: table;
}
#vendor-widget .btn {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-annonce .container-carousel {
  margin-top: 15px;
}
.single-annonce .border-bottom {
  border-bottom: 1px solid #CCC;
}
.single-annonce .slick-slider {
  display: grid;
}
.single-annonce .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}
.single-annonce .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem;
}
.single-annonce .breadcrumb-item a:hover {
  text-decoration: underline;
}
.single-annonce .description-content p {
  font-family: Helvetica, Arial, serif;
  margin-bottom: 14px;
}
.single-annonce .description-content strong {
  font-family: heebo-extra-bold;
}
.annonces-wrapper,
.page-wrapper {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 15px;
}
.annonces-wrapper .main-title,
.page-wrapper .main-title {
  font-family: heebo-extra-bold;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
}
.awpcp-reply-to-ad-form {
  margin-bottom: 15px;
}
#ad-form .cat-listing h4,
#immo-form .cat-listing h4 {
  border: 1px solid #ff4c3c;
  border-radius: 3px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
}
#ad-form .cat-listing .option,
#immo-form .cat-listing .option {
  font-size: 14px;
}
.same-vendor .annonce-phone-size {
  margin-bottom: 15px;
}
.awpcp-place-ad #showawpcpadpage {
  display: none;
}
.awpcp-place-ad .awpcp-classifieds-search-bar {
  display: none;
}
.awpcp-place-ad .awpcp-classifieds-menu .awpcp-clearfix {
  display: none;
}
.awpcp-place-ad .awpcp-extra-field-particulier_professionnel .secondary-label {
  text-transform: capitalize;
}
.awpcp-place-ad .awpcp-uploaded-file-toggle-action {
  display: none !important;
}
.awpcp-page h1 {
  font-family: heebo-extra-bold;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
  color: #ff4c3c;
  text-transform: uppercase !important;
  margin-bottom: 1rem;
}
.awpcp-page h2 {
  display: none;
}
.awpcp-page h3 {
  font-family: heebo-medium;
  font-size: 1rem;
  margin: 20px 0 20px 0;
}
.awpcp-page .awpcp-form-spacer {
  margin-bottom: 20px !important;
}
.awpcp-page .awpcp-media-uploader .awpcp-hide-if-js {
  display: none;
}
.awpcp-page .awpcp-media-manager .awpcp-uploaded-file-change-status-action {
  display: none;
}
.awpcp-page .awpcp-uploaded-file-delete-action a,
.awpcp-page .awpcp-media-center .awpcp-uploaded-file-delete-action a {
  background-image: url("../../../../uploads/lesfrontaliers/x-circle_black.svg") !important;
}
.awpcp-page .awpcp-uploaded-file-delete-action a:hover,
.awpcp-page .awpcp-media-center .awpcp-uploaded-file-delete-action a:hover {
  background-image: url("../../../../uploads/lesfrontaliers/x-circle_orange.svg") !important;
}
.awpcp-page .awpcp-uploaded-file-set-as-primary-action a,
.awpcp-page .awpcp-media-center .awpcp-uploaded-file-set-as-primary-action a {
  background-image: url("../../../../uploads/lesfrontaliers/star_black.svg") !important;
}
.awpcp-page .is-primary .awpcp-uploaded-file-set-as-primary-action a,
.awpcp-page .awpcp-media-center .is-primary .awpcp-uploaded-file-set-as-primary-action a {
  background-image: url("../../../../uploads/lesfrontaliers/star_orange.svg") !important;
}
.awpcp-place-ad .awpcp-classifieds-menu {
  display: none !important;
}
.awpcp-place-ad .awpcp-end-message {
  margin-top: 2rem;
  font-size: 16px;
  font-family: heebo-bold;
}
.single-reply-wrapper p {
  margin-bottom: 10px;
}
.single-reply-wrapper p a {
  color: #222;
}
.same-vendor-single .small-annonce-single {
  flex: 0 0 30% !important;
  max-width: 30% !important;
}
.awpcp-edit-ad #classiwrapper {
  display: none;
}
.awpcp-page .awpcp-details-form label,
.awpcp-page .awpcp-order-form label {
  font-family: heebo-bold;
  margin-bottom: 8px;
}
.awpcp-page .awpcp-details-form .characters-left,
.awpcp-page .awpcp-order-form .characters-left {
  display: none;
}
.awpcp-page .awpcp-details-form .awpcp-extra-field select,
.awpcp-page .awpcp-order-form .awpcp-extra-field select {
  min-width: 150px;
}
.immo-wrapper {
  padding-left: 15px;
}
.immo-wrapper .search-title {
  text-transform: none !important;
}
.immo-wrapper .immo-result .img-result {
  width: 100%;
}
.immo-wrapper .immo-tri {
  float: right;
  width: 185px !important;
}
.athome-check .custom-checkbox {
  display: inline;
  margin-right: 15px;
}
#container-buttonAdPayment {
  padding: 15px;
}
.popup-con {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup-con .close-popup {
  position: absolute;
  left: 93%;
  top: 1%;
}
.popup-inner-con {
  width: 500px;
  padding: 30px;
  max-width: 75%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-img-con,
.popup-img-con img {
  float: left;
  width: 100%;
  position: relative;
}
.popup-img-con::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.message-overlay-con {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.popup-img-con .message {
  display: block;
  color: #eee;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}
.popup-img-con .nothanks {
  display: inline-block;
  color: #ccc;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
}
.popup-img-con .nothanks:hover {
  color: #fff;
  cursor: pointer;
}
.popup-inner-con .gform_wrapper {
  padding: 25px;
}
.popup-inner-con div.gform_wrapper label.gfield_label {
  display: none;
}
.popup-inner-con div.gform_wrapper .gform_footer .gform_button,
.popup-inner-con div.gform_wrapper .gform_page_footer .button {
  width: 100%;
  background-color: #da842b;
  padding: 10px;
  font-size: 24px;
}
.popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
.popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
  background-color: #ec9840;
}
.popup-inner-con div.gform_wrapper input[type="email"],
.popup-inner-con div.gform_wrapper input[type="text"],
.popup-inner-con div.gform_wrapper select {
  background-color: transparent;
  border: 2px solid #ccc;
  color: #777;
  padding: 15px;
  border-radius: 5px;
}
.popup-inner-con .gform_confirmation_message {
  color: #fff;
  border: none;
  background-color: #538594;
}
#ad-pop {
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
#ad-pop .popup-inner-con {
  width: 50%;
  height: 65%;
}
#ad-pop .popup-inner-con .login-title {
  margin: 8% 0;
  font-family: heebo-extra-bold;
  color: #ff4c3c;
}
#ad-pop .popup-inner-con .yes-btn {
  margin-left: 5%;
}
#login-pop legend {
  font-size: 19px;
}
#login-pop div.nsl-container .nsl-button {
  width: 440px !important;
  border-radius: 1px !important;
}
@media (max-width: 570px) {
  #login-pop div.nsl-container .nsl-button {
    width: 235px !important;
  }
  #login-pop div.nsl-container .nsl-button span {
    font-size: 13px;
  }
}
.bp-user #buddypress #public-personal-li,
.bp-user #buddypress .profile-group-title {
  display: none;
}
.bp-user #buddypress .user-registered {
  font-size: 0.8rem;
}
.bp-user #buddypress #header-cover-image {
  height: 300px;
}
.bp-user #buddypress #item-header-cover-image #item-header-avatar {
  margin-top: 157px;
  padding: 0;
}
.bp-user #buddypress #item-header-cover-image #item-header-avatar a {
  display: flex;
  justify-content: center;
  position: relative;
}
.bp-user #buddypress #item-header-cover-image #item-header-avatar a .avatar {
  width: 90px;
  height: 90px;
  margin: 0;
}
.bp-user #buddypress #item-header-cover-image #item-header-avatar a .small-badge {
  position: absolute;
  left: 60px;
  height: 28px;
  width: 28px;
}
.bp-user #buddypress #item-header-cover-image #item-header-content {
  margin-top: -88px !important;
  padding-left: 0;
  margin-left: 111px !important;
}
.bp-user #buddypress #item-header-cover-image #item-header-content .item-meta {
  margin: 7px 0 5px 2px;
}
.bp-user #buddypress #item-header-cover-image #item-header-content .item-meta .online-indicator {
  color: white !important;
}
.bp-user #buddypress #item-header-cover-image #item-header-content .item-meta .online-indicator i {
  padding-bottom: 0.25rem;
}
@media (max-width: 782px) {
  .bp-user #buddypress #item-header-cover-image #item-header-avatar {
    width: inherit !important;
  }
  .bp-user #buddypress #item-header-cover-image #item-header-content {
    width: inherit!important;
    text-align: inherit !important;
  }
}
.bp-user #buddypress .member-front-page {
  border: 1px solid #CCC;
  padding: 15px;
}
.bp-user #buddypress .member-front-page .information {
  font-size: 1.2rem;
}
.bp-user #buddypress .member-front-page .add-information {
  font-size: 0.9rem;
}
.bp-user #buddypress .member-front-page h2 {
  text-transform: uppercase;
  letter-spacing: 0.2pt;
}
@media (max-width: 574px) {
  .bp-user #buddypress .member-front-page h2 {
    margin: 0.8rem 0;
  }
}
.bp-user #buddypress .member-front-page .member-description .member-bio {
  margin-left: 0 !important ;
}
.bp-user #buddypress .member-front-page .elements-wrapper {
  padding-left: 0;
  display: table;
}
.bp-user #buddypress .member-front-page .elements-wrapper .profile-item {
  padding-left: 0;
}
.bp-user #buddypress .member-front-page .elements-wrapper .profile-item .label {
  font-weight: bold;
}
.bp-user #buddypress .member-front-page .annonces-wrapper {
  margin-top: 15px;
  border-top: 1px solid #CCC;
  padding: 15px 0;
}
.bp-user #buddypress .member-front-page .small-annonce {
  float: left;
}
.bp-user #buddypress .member-front-page .small-annonce a {
  display: block;
  font-size: 14px;
}
.bp-user #buddypress .member-front-page .small-annonce .main-title {
  font-size: 16px;
}
.bp-user #cover-image-container .activity {
  word-break: break-word;
  word-wrap: break-word;
  width: 120px;
}
.bp-user #cover-image-container #item-header-content p,
.bp-user #cover-image-container #item-header-content span {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  color: white;
  letter-spacing: 0.2pt;
}
.bp-user #cover-image-container #item-header-content .username {
  font-family: heebo-medium;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.bp-user #cover-image-container .header-actions {
  position: absolute;
  right: 30px;
}
@media (min-width: 1200px) {
  .bp-user #cover-image-container .header-actions {
    bottom: 18px;
  }
}
@media (max-width: 1200px) {
  .bp-user #cover-image-container .header-actions {
    top: 30px;
  }
}
.bp-user #cover-image-container .header-actions .btn-edit-profile {
  background: url(../../../../uploads/lesfrontaliers/edit2_white.svg) 2% no-repeat #ff4c3c !important;
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: heebo-medium;
  margin-bottom: 1rem;
}
.bp-user #cover-image-container .header-actions .btn-edit-profile:hover {
  background: url(../../../../uploads/lesfrontaliers/edit2_orange.svg) 2% no-repeat #fff !important;
}
.bp-user #cover-image-container .header-actions .btn-message {
  background: url(../../../../uploads/lesfrontaliers/mail_white.svg) 2% no-repeat #ff4c3c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: heebo-medium;
  font-size: 11px;
  padding: 5px;
  padding-left: 35px;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.bp-user #cover-image-container .header-actions .btn-message:hover {
  background: url(../../../../uploads/lesfrontaliers/mail_orange.svg) 2% no-repeat #fff !important;
}
.bp-user #cover-image-container .header-actions #post-mention {
  display: none;
}
.bp-user #cover-image-container .header-actions .member-header-actions {
  margin-left: 15px;
  float: left;
}
.bp-user #cover-image-container .header-actions div .friendship-button {
  margin: 0;
}
.bp-user #cover-image-container .header-actions div .friendship-button .not_friends {
  background: url(../../../../uploads/lesfrontaliers/user-plus_white.svg) 4% no-repeat transparent !important;
  color: white;
  margin: 0;
  border: 1px solid white;
  display: flex;
  font-family: heebo-extra-bold;
  align-items: center;
  justify-content: center;
  padding: 5px;
  padding-left: 35px;
  line-height: 18px;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
}
.bp-user #cover-image-container .header-actions div .friendship-button .pending_friend {
  background: url(../../../../uploads/lesfrontaliers/clock_white.svg) 4% no-repeat transparent !important;
  color: white;
  margin: 0;
  border: 1px solid white;
  display: flex;
  font-family: heebo-extra-bold;
  align-items: center;
  justify-content: center;
  padding: 5px;
  padding-left: 35px;
  line-height: 18px;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
}
.bp-user #cover-image-container .header-actions div .friendship-button .is_friend {
  background: url(../../../../uploads/lesfrontaliers/user-minus_white.svg) 4% no-repeat transparent !important;
  color: white;
  margin: 0;
  border: 1px solid white;
  display: flex;
  font-family: heebo-extra-bold;
  align-items: center;
  justify-content: center;
  padding: 5px;
  padding-left: 35px;
  line-height: 18px;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
}
.bp-user #cover-image-container h2 {
  text-transform: uppercase;
}
.bp-user #profile-group-edit-submit,
.bp-user #submit,
.bp-user #delete-account-button {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.bp-user #profile-group-edit-submit:hover,
.bp-user #submit:hover,
.bp-user #delete-account-button:hover,
.bp-user #profile-group-edit-submit.active,
.bp-user #submit.active,
.bp-user #delete-account-button.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.bp-user .buddypress-wrap .profile.edit {
  border: 1px solid #CCC;
  padding: 15px;
}
.bp-user .buddypress-wrap .profile.edit .screen-heading {
  font-family: heebo-extra-bold;
  text-transform: uppercase;
}
.bp-user .buddypress-wrap .profile.edit .editfield {
  background: none;
  margin: 0 !important;
  padding: 0! important;
  border: none;
}
.bp-user .buddypress-wrap .profile.edit .editfield legend {
  color: #222;
  text-align: left;
}
.bp-user .buddypress-wrap .profile.edit .editfield select {
  min-width: 200px;
}
.bp-user .buddypress-wrap .profile.edit .editfield .checkbox-options {
  display: flex;
  justify-content: space-between;
}
.bp-user .buddypress-wrap .profile.edit .editfield .checkbox-options .option-label {
  display: inline-block;
}
.member #buddypress .bp-subnavs {
  display: none !important;
}
.profile .bp-avatar-nav .avatar-nav-item a {
  color: black;
}
.profile .bp-avatar-nav .current a {
  color: #ff4c3c;
}
.profile .bp-uploader-window {
  height: 450px;
}
.profile .bp-uploader-window .drag-drop .drag-drop-inside {
  padding: 20px 0;
}
.badges-wrapper.profile-listing .badge-item {
  width: 150px;
  margin-bottom: 15px;
  padding-left: 0;
  margin-right: 15px;
}
.badges-wrapper.profile-listing .badge-item .title-wrapper {
  color: #666;
  margin-left: 15px;
  font-size: 0.8rem;
  display: table;
  height: 43px;
  width: 75px;
  line-height: 0.9rem;
}
.badges-wrapper.profile-listing .badge-item .title-wrapper span {
  font-size: 0.8rem;
  display: table-cell;
  vertical-align: middle;
}
.badges-wrapper.profile-listing .badge-item img {
  border-radius: 2rem;
}
.badges-wrapper.profile-listing .badge-item .img-wrapper {
  width: 50px;
}
.badges-wrapper.self-listing .badge-item {
  width: 100%;
}
.badges-wrapper.self-listing .badge-item .title-wrapper {
  margin-right: 15px;
}
.badges-wrapper.self-listing .badge-selector {
  color: white;
}
.member #buddypress {
  padding: 15px 4px 0 4px;
}
.member #buddypress .community-header .community-title {
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  margin: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
  margin-top: 0px;
  margin-bottom: 10px;
}
.member #buddypress .community-header .community-subtitle .count {
  color: #ff4c3c;
}
.member #buddypress .bp-dir-search-form {
  display: flex;
  align-items: center;
}
.member #buddypress .bp-dir-search-form input {
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  font-size: 13px;
  width: 85%;
  padding: 3px 0 3px 3px;
}
.member #buddypress .bp-dir-search-form button {
  margin-bottom: 5px;
  padding: 0;
  width: 15%;
}
.member #buddypress .members-type-navs {
  margin-left: 1px;
  border: none !important;
  box-shadow: none !important;
  margin-top: 30px;
}
.member #buddypress .members-type-navs .members-nav li {
  background-color: #ff4c3c;
  margin-right: 15px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  width: 115px;
  font-family: heebo-extra-bold;
}
.member #buddypress .members-type-navs .members-nav li:first-child {
  width: auto;
}
.member #buddypress .members-type-navs .members-nav li a {
  color: white;
}
.member #buddypress .members-type-navs .members-nav li:hover,
.member #buddypress .members-type-navs .members-nav li.selected {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
.member #buddypress .members-type-navs .members-nav li:hover a,
.member #buddypress .members-type-navs .members-nav li.selected a {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
.member #buddypress #members-order-by {
  font-size: 13px;
  margin-bottom: 1px;
  text-transform: uppercase;
  font-family: 'heebo-extra-bold';
  padding-left: 5px;
  text-indent: 0px;
}
.member #members-list {
  border: none;
}
@media (max-width: 770px) {
  .member #members-list .item-block {
    height: initial !important;
  }
  .member #members-list .item-block .members-meta,
  .member #members-list .item-block .friends-meta {
    right: 30%;
    top: 0 !important;
    float: right !important;
    display: inline-block !important;
    height: auto !important;
    margin: 5px 0 5px 0!important;
  }
  .member #members-list .item-block .members-meta .friendship-button,
  .member #members-list .item-block .friends-meta .friendship-button {
    justify-content: center;
    margin-right: 5px;
  }
  .member #members-list .item-block .members-meta .friendship-button .profile-send-btn,
  .member #members-list .item-block .friends-meta .friendship-button .profile-send-btn {
    margin-right: inherit !important;
  }
  .member #members-list .item-block .members-meta li.friendship-button,
  .member #members-list .item-block .friends-meta li.friendship-button {
    margin-right: 7px !important;
  }
  .member #members-list .item-block .members-meta button.friendship-button,
  .member #members-list .item-block .friends-meta button.friendship-button {
    margin: 0 !important;
  }
  .member #members-list .item-block .online-indicator {
    float: none !important;
    text-align: center !important;
    justify-content: center;
  }
  .member #members-list .item-avatar {
    margin-left: inherit !important;
  }
}
.member #members-list .odd {
  background-color: #f7f9f9;
}
.member #members-list .odd a {
  background-color: #f7f9f9;
}
.member #members-list .even {
  background-color: white;
}
.member #members-list .is-current-user {
  display: none;
}
.member #members-list .item-entry {
  padding: 0;
  margin: 0;
}
.member #members-list .item-entry .item-block {
  width: 100%;
  height: 8rem;
  padding-right: 5px;
}
.member #members-list .item-entry .item-block .members-meta,
.member #members-list .item-entry .item-block .friends-meta {
  float: right;
  top: -55px;
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.member #members-list .item-entry .item-block .online-indicator {
  float: left;
  text-align: left;
  clear: left;
  margin-top: -10px;
  font-size: 11px;
}
.member #members-list .item-entry .item-avatar {
  margin-top: 1rem;
  margin-left: 2%;
}
.member #members-list .item-entry .list-title {
  font-family: heebo-bold;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  text-transform: capitalize;
}
.member #members-list .item-entry .friendship-button {
  margin: 0;
  padding: 0;
  display: flex;
}
.member #members-list .item-entry .friendship-button .not_friends {
  background: url(../../../../uploads/lesfrontaliers/user-plus_white.svg) 50% no-repeat #3182b5 !important;
  padding: 25px;
  font-size: 0;
  border-color: #3182b5;
  border-radius: 1000px;
}
.member #members-list .item-entry .friendship-button .not_friends:hover {
  background: url(../../../../uploads/lesfrontaliers/user-plus_bleue.svg) 50% no-repeat white !important;
}
.member #members-list .item-entry .friendship-button .is_friend {
  background: url(../../../../uploads/lesfrontaliers/user-minus_white.svg) 50% no-repeat #cf1209 !important;
  padding: 25px;
  font-size: 0;
  border-color: #cf1209;
  border-radius: 1000px;
}
.member #members-list .item-entry .friendship-button .is_friend:hover {
  background: url(../../../../uploads/lesfrontaliers/user-minus_red.svg) 50% no-repeat white !important;
}
.member #members-list .item-entry .friendship-button .is_friend.remove {
  background: url(../../../../uploads/lesfrontaliers/user-minus_white.svg) 50% no-repeat #ff4c3c !important;
  border-color: #ff4c3c !important;
}
.member #members-list .item-entry .friendship-button .pending_friend {
  background: url(../../../../uploads/lesfrontaliers/clock_white.svg) 50% no-repeat #666 !important;
  padding: 25px;
  font-size: 0;
  border-color: #666;
  border-radius: 1000px;
}
.member #members-list .item-entry .friendship-button .pending_friend:hover {
  background: url(../../../../uploads/lesfrontaliers/clock_grey.svg) 50% no-repeat white !important;
}
.member #members-list .item-entry .friendship-button .awaiting_response_friend {
  padding: 13px;
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: black;
}
.member #members-list .item-entry .member-name a {
  color: #222;
}
.member #members-list .profile-send-btn {
  position: relative;
  border: 1px solid #18b781;
  border-radius: 1000px;
  background: url(../../../../uploads/lesfrontaliers/mail_white.svg) 50% no-repeat #18b781 !important;
  padding: 25px;
}
.member #members-list .profile-send-btn:hover {
  background: url(../../../../uploads/lesfrontaliers/mail_green.svg) 50% no-repeat white !important;
}
.member .pagination-block {
  width: 100%;
  text-align: center;
}
.btn-profile-edit {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.25rem;
}
.cover-editor .nav-carousel {
  display: none;
}
.cover-listing .slick-track {
  height: 270px;
}
#item-header-cover-image {
  background-size: cover;
  padding: 25px 25px;
}
.cover-form {
  display: flex;
  justify-content: center;
}
.cover-form button {
  background-color: #ff4c3c !important;
  margin-top: 35px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem !important;
  letter-spacing: 0.5pt;
  width: 100% !important;
}
.cover-form button:hover,
.cover-form button.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
.lf-members-list .item-entry .avatar {
  width: 90px !important;
  height: 90px !important;
}
#settings-form .danger {
  color: #c9302c;
  font-size: 0.8rem;
}
.community-btn {
  margin-top: 15px;
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: black;
}
.community-btn .text-separator {
  margin: 0 10px;
}
.community-btn .register-btn {
  color: #ff4c3c;
  border: 1px solid #ff4c3c;
  padding: 2px 8px;
}
.community-btn .login-btn {
  letter-spacing: 0.1pt;
}
#send-private-message {
  display: none;
}
.my-messages #bp-messages-next-page {
  padding: 7px !important;
}
.my-messages #bp-messages-next-page:before {
  content: "" !important;
}
.my-messages .item-body {
  margin-top: 0 !important;
}
.my-messages #item-header {
  display: none;
}
.my-messages .message-title {
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0 !important;
}
.my-messages .bp-messages-feedback {
  display: none;
}
.my-messages #thread-preview {
  display: none;
}
.my-messages #message-threads .thread-from .user-link {
  font-size: 0.8rem;
  font-family: Helvetica;
  color: black;
}
.my-messages #message-threads .thread-content .thread-subject {
  font-size: 0.8rem;
  font-family: Helvetica;
}
.my-messages #message-threads .thread-content .thread-subject a {
  color: black !important;
}
.my-messages #bp-message-thread-list li:nth-child(even) {
  background-color: #f7f9f9;
}
.my-messages #bp-message-thread-list li:nth-child(odd) {
  background-color: #fff;
}
.my-messages #bp-message-thread-list li {
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.my-messages #bp-message-thread-list li .message-metadata {
  box-shadow: none;
  border-bottom: none;
  font-family: heebo-extra-bold;
}
.my-messages #bp-message-thread-list li .message-metadata strong {
  color: black !important;
}
.my-messages #bp-message-thread-list li .message-content {
  font-family: Helvetica;
}
.my-messages #send-reply .avatar-box {
  font-family: heebo-extra-bold;
  color: black;
}
.my-messages #send-reply input {
  background-color: #ff4c3c !important;
  margin-top: 35px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem !important;
  letter-spacing: 0.5pt;
}
.my-messages #send-reply input:hover,
.my-messages #send-reply input.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
.my-messages #bp-messages-send {
  background-color: #ff4c3c !important;
  margin-top: 35px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem !important;
  letter-spacing: 0.5pt;
}
.my-messages #bp-messages-send:hover,
.my-messages #bp-messages-send.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
@media (max-width: 768px) {
  .btn-profile-edit {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 55em) {
  .buddypress-wrap form.bp-dir-search-form,
  .buddypress-wrap form.bp-invites-search-form,
  .buddypress-wrap form.bp-messages-search-form {
    width: 18em;
  }
}
.my-friends .item-body {
  margin-top: 0 !important;
}
.my-friends .bp-pagination {
  display: none;
}
.my-friends #item-header {
  display: none;
}
.my-friends .message-title {
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0 !important;
}
.my-friends .screen-heading {
  color: #ff4c3c;
}
.my-friends .item-avatar img {
  width: 90px;
  height: 90px;
}
.my-friends .item-title {
  font-family: heebo-extra-bold;
  font-size: 20px;
}
.my-friends .item-title a {
  color: black;
}
.my-friends .item-meta {
  margin-top: 0 !important;
}
.my-friends .friends-meta .accept {
  padding: 13px;
  padding-left: 3rem;
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: #f7f9f9;
  background: url(../../../../uploads/lesfrontaliers/check-circle_white.svg) 16% no-repeat #18b781;
  background-size: 24px 24px;
  border: 1px solid #18b781 !important;
  border-radius: 5px;
}
.my-friends .friends-meta .accept:hover {
  color: #18b781;
  background: url(../../../../uploads/lesfrontaliers/check-circle_green.svg) 16% no-repeat white;
  background-size: 24px 24px;
}
.my-friends .friends-meta .reject {
  padding: 13px;
  padding-left: 3rem;
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: #f7f9f9;
  background: url(../../../../uploads/lesfrontaliers/x-circle_white.svg) 16% no-repeat #ff4c3c;
  background-size: 24px 24px;
  border: 1px solid #ff4c3c !important;
  border-radius: 5px;
}
.my-friends .friends-meta .reject:hover {
  color: #ff4c3c;
  background: url(../../../../uploads/lesfrontaliers/x-circle_orange.svg) 16% no-repeat white;
  background-size: 24px 24px;
}
@media (max-width: 770px) {
  .my-friends .online-indicator {
    float: none !important;
    text-align: center !important;
  }
}
.my-friends .online-indicator {
  float: left;
  text-align: left;
  clear: left;
  margin-top: -10px;
  font-size: 11px;
}
.my-friends .info {
  border-radius: 5px !important;
}
.my-friends .info .bp-icon {
  border-radius: 5px 0 0 5px;
  background-color: #ff4c3c !important;
}
.my-friends .info p {
  color: black;
  font-family: 'heebo-bold';
  margin-top: 4px !important;
}
.subscriptions-wrapper h2 {
  text-transform: uppercase;
}
.subscriptions-wrapper .section-title {
  margin: 15px 0 !important;
  font-size: 18px;
  font-family: heebo-extra-bold;
}
.subscriptions-wrapper .sub-element {
  color: black;
}
.subscriptions-wrapper .cat-name {
  text-transform: uppercase;
}
.subscriptions-wrapper .sub-link {
  color: #666;
  margin-left: 5px;
}
div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
  position: relative;
  padding-left: 55px !important;
  border-radius: 2px;
  background-color: inherit !important;
}
div.bp-avatar-status p.success:before,
div.bp-cover-image-status p.success:before {
  width: 45px;
  background: #591;
  height: 45px;
  content: url(../../../../uploads/lesfrontaliers/check_white.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.message-link-wrapper {
  font-size: 14px;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  letter-spacing: 0.2pt;
  margin-top: 15px;
  cursor: pointer;
  color: #222;
}
.message-link-wrapper .active {
  color: #ff4c3c !important;
}
.message-link-wrapper .message-link {
  color: #222;
  margin-right: 4px;
  margin-left: 4px;
}
#message-threads {
  overflow-x: inherit !important;
  overflow-y: inherit !important;
  max-height: inherit !important;
}
#message-threads li {
  height: 7rem;
  padding: 0px 16px !important;
}
#message-threads li .thread-to,
#message-threads li .thread-from {
  flex: 1 2 30% !important;
  align-self: center;
}
#message-threads li .thread-to .user-link,
#message-threads li .thread-from .user-link {
  display: flex;
}
#message-threads li .thread-to .user-link .avatar,
#message-threads li .thread-from .user-link .avatar {
  float: none;
  width: 70px;
  margin: 0 10px 0 0;
  align-self: center;
}
#message-threads li .thread-to .user-link .user-name,
#message-threads li .thread-from .user-link .user-name {
  align-self: center;
  font-size: 0.8rem;
  color: black;
  text-transform: capitalize;
  font-family: Helvetica;
}
#message-threads li .thread-to .num-recipients,
#message-threads li .thread-from .num-recipients {
  display: none;
}
#message-threads li .thread-content {
  flex: 1 2 50% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#message-threads li .thread-content .thread-subject .subject {
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
}
#message-threads li .thread-content .thread-subject .thread-count {
  display: none;
}
#message-threads li .thread-content .subject .excerpt {
  text-align: left;
}
#message-threads .selected .user-name {
  font-weight: bold;
}
.profile-annonces .small-annonce {
  margin-bottom: 15px ;
  height: 265px;
  overflow: hidden;
}
.profile-annonces .small-annonce .media-wrap {
  background-color: #E5E5E5;
}
.profile-annonces .small-annonce .img-wrap {
  height: 8rem;
}
.post-wrap .wpforo-post .wpforo-post-content span {
  font-family: Helvetica, Arial, serif !important;
  font-size: 14px !important;
}
.friend-requests #friend-list {
  border-top: none;
}
.friend-requests #friend-list li {
  border-top: 1px solid #eaeaea;
  padding: 1rem 0;
}
.friend-requests #friend-list li .item .item-title {
  font-family: heebo-bold;
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  text-transform: capitalize;
}
.friend-requests #friend-list li .friends-meta {
  display: flex;
  align-items: center;
}
.community-footer {
  font-family: Helvetica;
}
.community-footer strong {
  font-family: Helvetica-bold;
}
.section-trafic #main-content table,
.section-parkings #main-content table,
.section-radars #main-content table {
  width: 100%;
}
#page-parkings #details-parkings table img,
#page-trafic-parkings #details-parkings table img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
@media (max-width: 365px) {
  #page-parkings #details-parkings table img,
  #page-trafic-parkings #details-parkings table img {
    display: none;
  }
}
.select-wrapper {
  padding: 15px;
}
.section-trafic #selectParcours {
  max-width: 100%;
}
.section-trafic #details-delays .ad-cita img {
  width: 100%;
  max-width: 220px;
}
.section-trafic #details-delays .timeDisplay li {
  margin: 15px;
}
@media screen and (max-width: 991px) {
  .section-trafic #details-delays .timeDisplay li {
    display: block;
  }
}
.section-trafic #details-delays ul {
  margin-top: 10px;
}
.section-trafic #details-delays .badge {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
}
.section-trafic #details-delays i.delay-high {
  color: #ae0000;
}
.section-trafic #details-delays i.delay-medium {
  color: orange;
}
.section-trafic #details-delays i.delay-low {
  color: green;
}
.section-trafic #details-delays .badge.delay-high {
  background-color: #ae0000;
}
.section-trafic #details-delays .badge.delay-medium {
  background-color: orange;
}
.section-trafic #details-delays .badge.delay-low {
  background-color: green;
}
/* Form. alertes trafic */
#cita-service-validation-form #edit-resend,
#cita-service-validation-form #edit-cancel {
  display: block;
  margin-top: 5px;
}
/* Cameras */
#details-cameras .camsDisplayWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
#details-cameras .camsDisplay {
  text-align: center;
  left: 0;
  width: 5500px;
  position: relative;
  display: block;
}
#details-cameras .camsDisplay .hmedia {
  display: block;
  margin-right: 5px;
  float: left;
  width: 202px;
}
@media (min-width: 1125px) and (max-width: 1199px) {
  #details-cameras .camsDisplay .hmedia {
    width: 233px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-cameras .camsDisplay .hmedia {
    width: 153px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  #details-cameras .camsDisplay .hmedia {
    width: 175px;
  }
  #details-cameras .camsDisplayWrapper {
    width: 535px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  /* 2 photos */
  #details-cameras .camsDisplay .hmedia {
    width: 170px;
  }
  #details-cameras .camsDisplayWrapper {
    width: 345px;
    margin: auto;
  }
}
@media (max-width: 380px) {
  #details-cameras .camsDisplayWrapper {
    margin-left: -7px;
    width: 100%;
  }
}
#details-cameras .camsDisplay .hmedia .contributordesc {
  display: none;
}
#alertestraficservice_img .content a {
  font-weight: bold;
}
.camsDisplayWrapper .prev,
.camsDisplayWrapper .next {
  position: absolute;
  z-index: 800;
  top: 50%;
  margin-top: -28px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.camsDisplayWrapper .next {
  right: 0;
}
/* <tr> des parkings */
.carpark,
.tr-radar,
.tr-fix-radar {
  height: 24px;
  cursor: pointer;
}
.carpark:hover,
.tr-radar:hover,
.tr-fix-radar:hover {
  background-color: #dcdcdc;
}
.tr-fix-radar:hover img {
  display: block !important;
}
.carousel-cams {
  height: 140px;
  overflow: hidden;
}
.map-switch {
  display: inline-block;
  font-weight: bold;
  padding-top: 1px;
  padding-right: 5px;
}
.legend-delays {
  color: #5fbe1f;
}
.legend-cameras {
  color: #f17900;
}
.legend-radars {
  color: #717171;
}
.section-trafic h2 {
  margin-top: 30px;
}
.section-trafic .carousel-control {
  width: 4%;
}
.section-trafic .carousel-control.left,
.section-trafic .carousel-control.right {
  background-image: none;
}
@media (max-width: 767px) {
  .section-trafic .carousel-inner .active.left {
    left: -100%;
  }
  .section-trafic .carousel-inner .next {
    left: 100%;
  }
  .section-trafic .carousel-inner .prev {
    left: -100%;
  }
  .section-trafic .active > div {
    display: none;
  }
  .section-trafic .active > div:first-child {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .section-trafic .carousel-inner .active.left {
    left: -50%;
  }
  .section-trafic .carousel-inner .next {
    left: 50%;
  }
  .section-trafic .carousel-inner .prev {
    left: -50%;
  }
  .section-trafic .active > div {
    display: none;
  }
  .section-trafic .active > div:first-child {
    display: block;
  }
  .section-trafic .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .section-trafic .carousel-inner .active.left {
    left: -16.7%;
  }
  .section-trafic .carousel-inner .next {
    left: 16.7%;
  }
  .section-trafic .carousel-inner .prev {
    left: -16.7%;
  }
}
/* MAIN */
#salairoscope {
  /* ONE */
}
#salairoscope a {
  color: black;
}
#salairoscope .salairoscope-intro {
  margin-bottom: 2rem;
}
#salairoscope .salairoscope-search {
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCC;
}
#salairoscope .salairoscope-categ-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#salairoscope .salairoscope-categ {
  margin-top: 0.5rem;
  border-bottom: 1px solid #CCC;
}
#salairoscope li {
  list-style: none;
}
#salairoscope .salairoscope-job {
  padding-left: 2rem;
  font-family: heebo-medium;
  font-size: 15px;
}
#salairoscope .salairoscope-job-others {
  padding-left: 4rem;
  font-family: Helvetica;
  font-size: 15px;
}
#salairoscope h3 {
  margin-bottom: 1rem;
}
#salairoscope .job-details {
  margin-top: 1rem;
}
#salairoscope .job-details img {
  width: 100%;
  margin-bottom: 2rem;
}
#salairoscope .job-details .adv-car,
#salairoscope .job-details .adv-others {
  margin-bottom: 2rem;
}
#salairoscope .job-details .adv-car li,
#salairoscope .job-details .adv-others li {
  list-style: none;
}
#salairoscope .job-details .adv-car .percents-hundred,
#salairoscope .job-details .adv-others .percents-hundred {
  display: inline-block;
  border: 1px solid #CCC;
  margin-right: 2rem;
}
#salairoscope .job-details .adv-car .percents-hundred .percents-value,
#salairoscope .job-details .adv-others .percents-hundred .percents-value {
  line-height: 18px;
}
#salairoscope .job-details .adv-car p,
#salairoscope .job-details .adv-others p {
  display: inline-block;
}
#salairoscope .job-details .adv-car {
  margin-top: 1rem;
}
#salairoscope .job-details .adv-car .percents-value {
  background: linear-gradient(to left, #a82d77, white);
}
#salairoscope .job-details .adv-others .percents-value {
  background: linear-gradient(to left, #3182b5, white);
}
#salairoscope .new-entry {
  padding-top: 1rem;
  margin-top: 4rem;
  border-top: 1px solid #CCC;
}
#salairoscope .job-vote {
  margin-top: 5rem;
}
#salairoscope .job-vote .fieldset {
  display: flex;
  justify-content: space-between;
}
#salairoscope #salairoscope-submit {
  margin-bottom: 5rem;
}
#calc-fisc-intro,
.salairoscope-intro {
  font-family: 'helvetica';
}
#calc-fisc-intro p strong,
.salairoscope-intro p strong {
  font-family: Helvetica-bold;
}
.salairoscope-list h5 {
  background: url(../../../../uploads/lesfrontaliers/plus-circle_black.svg) 1% no-repeat white;
  background-size: 20px 20px;
  padding: 5px;
  margin-bottom: 5px;
  transition: all 0.1s linear;
}
.salairoscope-list h5 a {
  font-size: 15px;
  font-family: 'heebo-bold';
  color: black;
  padding-left: 30px;
}
.salairoscope-list h5:hover {
  background: url(../../../../uploads/lesfrontaliers/plus-circle_orange.svg) 1% no-repeat white;
  background-size: 20px 20px;
}
.salairoscope-list h5:hover a {
  color: #ff4c3c !important;
}
#div-family-calculator-page #accordion {
  cursor: pointer;
}
#div-family-calculator-page h5 {
  margin-top: 2rem;
}
#div-family-calculator-page #form-calculate-family {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid lightgrey;
}
#div-family-calculator-page .children-table {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#div-family-calculator-page .children-table tr {
  height: 3rem;
  width: 100%;
}
#div-family-calculator-page .children-table tr td {
  width: 20%;
  text-align: center;
}
#div-family-calculator-page .children-table tr td:first-child {
  width: 80%;
}
#div-family-calculator-page #calculator-results {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid lightgrey;
}
#div-family-calculator-page #calculator-results h5 {
  margin-bottom: 2rem;
}
#div-family-calculator-page #calculator-results .text-data-wrapper,
#div-family-calculator-page #calculator-results .difference-chart-wrapper {
  margin-top: 1rem;
}
#div-family-calculator-page #calculator-results .right-chart-column {
  margin-bottom: 3rem;
}
#div-family-calculator-page #calculator-results .chart-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#div-family-calculator-page #calculator-results #calculator-cbx {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
#div-family-calculator-page #calculator-results .text-data {
  width: 100%;
}
#div-family-calculator-page #calculator-results .text-data td {
  padding-right: 1rem;
}
#div-family-calculator-page #calculator-results .text-data .row-one-child > td {
  font-style: italic;
}
#div-family-calculator-page #calculator-results .text-data .row-one-child > td:first-child {
  padding-left: 2rem;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
div {
  /*border-radius: 0 !important;*/
}
body {
  /*font-family: 'helvetica';*/
}
h1,
.label-category {
  font-family: 'heebo-extra-bold';
  letter-spacing: 0.025em;
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.btn {
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}
#full-container {
  background-color: #f7f9f9;
}
#mainContainer,
#bottom-menu {
  background-color: white;
}
#mainContainer {
  padding-top: 15px;
  min-height: 800px;
}
.color-inherit {
  color: inherit !important;
}
.label-category {
  text-transform: uppercase;
  font-weight: 600;
}
.cat-title {
  margin-top: 15px;
  padding-left: 0;
  color: #ff4c3c;
  font-size: 1.8rem;
  font-family: heebo-medium;
}
.cat-title.title-fiscalite,
.cat-title.title-finanzen {
  color: #cf1209;
}
.cat-title.title-societe,
.cat-title.title-gesellschaft {
  color: #8f91c0;
}
.cat-title.title-sante,
.cat-title.title-gesundheit {
  color: #00a286;
}
.cat-title.title-emploi,
.cat-title.title-arbeit {
  color: #3182b5;
}
.cat-title.title-default {
  color: #ff4c3c;
}
.cat-title.title-mobilite,
.cat-title.title-mobilitat {
  color: #a82d77;
}
.cat-title.title-famille,
.cat-title.title-familie {
  color: #f8c320;
}
.cat-title.title-detente,
.cat-title.title-familie {
  color: #b2a78c;
}
.btn-default {
  background-color: #ff4c3c!important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem!important;
  letter-spacing: 0.5pt!important;
}
.btn-default:hover,
.btn-default.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF!important;
}
.label-category-simple {
  display: inline-block;
  background-color: #ff4c3c;
  color:#fff !important;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 16px;
  margin-top:16px;
}
.label-category-simple.label-fiscalite,
.label-category-simple.label-finanzen {
  background-color: #cf1209 !important;
  color:#fff !important;
}
.label-category-simple.label-societe,
.label-category-simple.label-gesellschaft {
  background-color: #8f91c0 !important;
  color:#fff !important;
}
.label-category-simple.label-sante,
.label-category-simple.label-gesundheit {
  background-color: #00a286 !important;
  color:#fff !important;
}
.label-category-simple.label-emploi,
.label-category-simple.label-arbeit {
  background-color: #3182b5 !important;
  color:#fff !important;
}
.label-category-simple.label-default {
  background-color: #ff4c3c !important;
  color:#fff !important;
}
.label-category-simple.label-mobilite,
.label-category-simple.label-mobilitat {
  background-color: #a82d77 !important;
  color:#fff !important;
}
.label-category-simple.label-famille,
.label-category-simple.label-familie {
  background-color: #f8c320 !important;
  color:#fff !important;
}
.label-category-simple.label-dentente,
.label-category-simple.label-detente {
  background-color: #b2a78c !important;
  color:#fff !important;
}
.wrapper-mobile-ad .mobile-ad {
  background-color: #222;
  padding-left: 0px;
  padding-right: 0px;
}
.label-category-full {
  padding: 5px 10px 1px 10px;
  color: white;
  font-family: 'heebo-bold';
  font-size: 0.8rem;
  margin-right: 5px;
  background-color: #ff4c3c;
  letter-spacing: 0.5pt;
}
.label-category-full:hover {
  color: white;
}
.label-category-full.label-fiscalite,
.label-category-full.label-finanzen {
  background-color: #cf1209;
}
.label-category-full.label-societe,
.label-category-full.label-gesellschaft {
  background-color: #8f91c0;
}
.label-category-full.label-sante,
.label-category-full.label-gesundheit {
  background-color: #00a286;
}
.label-category-full.label-emploi,
.label-category-full.label-arbeit {
  background-color: #3182b5;
}
.label-category-full.label-default {
  background-color: #ff4c3c;
}
.label-category-full.label-mobilite,
.label-category-full.label-mobilitat {
  background-color: #a82d77;
}
.label-category-full.label-famille,
.label-category-full.label-familie {
  background-color: #f8c320;
}
.label-category-full.label-detente,
.label-category-full.label-dentente {
  background-color: #b2a78c;
}
.label-category-full.label-black {
  background-color: black;
}
.regular-link {
  color: #ff4c3c;
  text-decoration: underline;
  text-align: right;
  margin-top: 5px;
  display: block;
  margin-right: 25px;
  font-size: 0.8rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  padding-left: 5px;
  background: url(../../../../uploads/lesfrontaliers/chevron_orange.svg) 100% no-repeat #fff !important;
}
.article-h1 {
  font-family: heebo-extra-bold;
  font-size: 28px;
  color: #ff4c3c;
}
@media (max-width: 370px) {
  .mobile-header .col-6 {
    flex: inherit;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 574px) {
  .open-user-menu {
    display: none;
  }
  .phone-menu {
    display: none;
  }
  /* .mobile-ad-custom {
    display: none;
  }*/
  .user-phone-menu-drop {
    display: none;
  }
  .phone-menu-drop {
    display: none;
  }
  .plus-critere-drop {
    display: none;
  }
  .big-article section:not(.hide-phone) {
    display: none;
  }
  .logo-header {
    height: 4rem;
    width: 13rem;
  }
  .logo-sticky {
    height: 3rem;
    width: 7rem;
  }
  .reduce {
    font-size: 9.5px;
  }
  .reduce-sticky {
    font-size: 9.5px;
  }
  .nav-bottom-menu {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .dg-size {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .small-article section:not(.hide-phone) {
    display: none ;
  }
  .medium-article section:not(.hide-phone) {
    display: none;
  }
  .listing-article section:not(.hide-phone) {
    display: none;
  }
  .sticky-share {
    display: none;
  }
  .share-count-phone {
    display: none;
  }
  .vendor-info-phone {
    display: none;
  }
  /*#mainContainer {
    padding-top: 0;
  }*/
  #mainContainer .main-column {
    margin-bottom: 75px;
    /*padding-left: 11px;
    padding-right: 0px;*/
  }
  .sticky-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 574px) {
  #full-container {
    background-color: white;
  }
  .external-post {
    cursor: pointer;
    max-height: unset!important;
    margin-bottom: 5px !important;
  }
  #mainContainer {
    /*padding-left: 0;
    padding-right: 0;
    margin-top: 150px;*/
  }
  #mainContainer .main-column {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  #mainContainer.index-wrapper {
    margin-top: 130px;
  }
  #mainContainer .sidebar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #mainContainer .sidebar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .member #buddypress {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .mobile-ad {
    position: fixed;
    z-index: 200;
  }
  .open-user-menu {
    display: block;
  }
  .phone-menu {
    display: block;
  }
  /*.mobile-ad-custom {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }*/
  .mobile-center {
    text-align: center;
  }
  .user-phone-menu-drop {
    display: block;
  }
  .phone-menu-drop {
    display: block;
  }
  .hide-phone {
    display: none !important;
  }
  .sticky-menu {
    display: none !important;
  }
  .search-bar {
    display: none !important;
  }
  .nav-carousel {
    display: none !important;
  }
  .container-carousel {
    margin-left: -5px;
    margin-right: -5px;
  }
  .form-PA .input-group-text:not(.selector) {
    color: white !important;
    background-color: #ff4c3c !important;
  }
  .form-PA .input-group-text {
    color: white !important;
    background-color: #666 !important;
  }
  .form-PA select {
    background: url(../../../../uploads/lesfrontaliers/chevron-regular-down-grey.svg) 95% no-repeat #fff !important;
  }
  .form-PA .between {
    display: flex;
    justify-content: space-between;
  }
  .custom-paginator .icon {
    padding: 1px !important;
  }
  .list-PA .title {
    font-size: 16px;
  }
  .list-PA .categorie,
  .list-PA .date {
    font-size: 12px;
  }
  .list-PA .media-body {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .list-PA img {
    align-self: self-start !important;
  }
  .logo-header {
    height: 4.5rem !important;
  }
  .big-article section:not(.hide-phone) {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .listing-article .label-category-full {
    margin-top: 5px;
  }
  #category-select {
    margin: inherit !important;
    margin-bottom: 1rem !important;
  }
  .medium-article {
    height: inherit !important;
  }
  .listing-article {
    height: inherit !important;
  }
  /*.sticky-share {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }*/
  .share-count-phone {
    display: block;
  }
  .vendor-info-phone {
    display: block;
  }
  .annonces-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .list-PA-wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  #item-header {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 769px) {
  .single-annonce .breadcrumb {
    background-color: inherit !important;
    font-size: 0.8rem;
  }
  .single-annonce .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
  }
  .single-annonce .price-menu {
    margin-top: 0 !important;
    padding-right: 0.2rem;
  }
  .single-annonce .infos-wrapper {
    font-family: heebo;
    font-size: 0.8rem;
  }
  .single-annonce .infos-wrapper .consulted-count {
    font-family: heebo-bold;
  }
  .single-annonce .btn-wrapper {
    display: block !important;
  }
  .single-annonce .btn-wrapper .btn {
    display: block !important;
  }
  .single-annonce .btn-wrapper .big-share {
    margin-bottom: 10px;
    width: 100%;
  }
  .field-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .field-wrapper .awpcp-extra-field {
    width: 100%;
    margin-bottom: 5px;
  }
  .list-PA .counter-view {
    bottom: 10px;
    font-size: 0.8rem;
  }
  .list-PA .counter-view img {
    margin-top: -3px;
    width: 16px;
    height: 16px;
  }
  .mega-menu {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .logo-header {
    height: 4.5rem;
  }
  .logo-sticky {
    height: 3rem;
  }
  .reduce {
    font-size: 9.5px;
  }
  .reduce-sticky {
    font-size: 9.5px;
  }
  .nav-bottom-menu {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .dg-size {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sticky-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 991px) {
  .icon-disconnect {
    display: none;
  }
  .sticky-plus {
    display: none;
  }
  .logo-header {
    height: 5.5rem;
  }
  .logo-sticky {
    height: 4rem;
    width: 9rem;
  }
  .reduce {
    font-size: 11px;
  }
  .reduce-sticky {
    font-size: 9px;
  }
  .nav-bottom-menu {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .dg-size {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .annonce-phone-size {
    display: none;
  }
  .sticky-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #mainContainer {
    padding-top: 0;
  }
  #mainContainer .main-column {
    padding-left: 11px;
    padding-right: 0px;
  }
}
@media (max-width: 990px) {
  .offline-connection div:not(.icon-disconnect) {
    display: none;
  }
  .icon-disconnect {
    display: block;
    margin-right: 25px !important;
  }
  .sticky-plus {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
  .big-article .text-content {
    top: 40%;
  }
  .big-article .text-content .label-category {
    font-size: 15px;
  }
  .big-article .text-content h2 {
    font-size: 18px;
  }
  .annonce-md-size {
    display: none;
  }
  .annonce-phone-size {
    display: block;
  }
  /*.widget .content{
    display: none;
  }*/
}
@media (min-width: 1200px) {
  .mega-menu-md-size {
    display: none;
  }
  .logo-header {
    height: 7rem;
  }
  .logo-sticky {
    height: 5rem;
  }
  .reduce {
    font-size: 14px;
  }
  .reduce-sticky {
    font-size: 12px;
  }
  .nav-bottom-menu {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
  .dg-size {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #mainContainer {
    padding-top: 15px;
  }
  #mainContainer .main-column {
    padding-left: 26px;
    padding-right: 0px;
  }
  .sticky-menu {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1199px) {
  .mega-menu-md-size {
    display: block;
  }
  .mega-menu-xl-size {
    display: none;
  }
}
.font-helvetica {
  font-family: Helvetica, Arial, serif;
}
.font-heebo-medium {
  font-family: heebo-medium;
}
.font-heebo-extra-bold {
  font-family: 'heebo-extra-bold';
}
.font-heebo {
  font-family: 'heebo-bold';
}
.font-heebo-regular {
  font-family: 'heebo-regular';
}
.w-9rem {
  width: 9rem;
}
.w-17rem {
  width: 17rem;
}
.w-15 {
  width: 15%;
}
.h-18px {
  height: 18px !important;
  vertical-align: sub !important;
}
.h-20px {
  height: 20px !important;
}
.h-auto {
  height: auto;
}
.h-15 {
  height: 15%;
}
.h-1demirem {
  height: auto;
  line-height: 1.2rem;
}
.h-2rem {
  height: 2rem;
}
.h-3rem {
  height: 3rem;
}
.h-4rem {
  height: 4rem;
}
.h-5rem {
  height: 5rem;
}
.h-13rem {
  height: 13rem;
}
.line-h-1rem {
  line-height: 1rem;
}
.line-h-2rem {
  line-height: 2rem;
}
.line-h-2plus-rem {
  line-height: 2.5rem;
}
.line-h-3rem {
  line-height: 3rem;
}
.line-h-4rem {
  line-height: 4rem;
}
.line-h-5rem {
  line-height: 5rem;
}
.small-icon {
  height: 1.5rem !important;
}
.small-font {
  font-size: 1.5rem !important;
}
.font-menu {
  font-size: 0.8rem;
  letter-spacing: 0.2pt;
}
.font-phone-menu {
  font-size: 1.6rem;
  letter-spacing: 0.5pt;
}
.font-disclaimer {
  font-size: 0.7rem;
  line-height: 1rem;
  letter-spacing: 0.5pt;
  margin-bottom: 0.2pt;
}
.font-speciale {
  font-size: 0.8rem;
  letter-spacing: 0.2pt;
}
.font-2rem {
  font-size: 2rem;
}
.font-9px {
  font-size: 9px;
}
.font-10px {
  font-size: 10px;
}
.font-12px {
  font-size: 12px;
}
.font-14px {
  font-size: 14px;
}
.font-15px {
  font-size: 15px;
}
.font-16px {
  font-size: 16px;
}
.font-20px {
  font-size: 20px;
}
.font-25px {
  font-size: 25px;
}
.l-spacing-05px {
  letter-spacing: 0.5px;
}
.l-spacing-05pt {
  letter-spacing: 0.5pt;
}
.l-spacing-003rem {
  letter-spacing: 0.03rem;
}
.font-orange {
  color: #ff4c3c;
}
.font-black {
  color: black !important;
}
.font-grey {
  color: #666;
}
.font-white {
  color: #f7f9f9;
}
.font-light-grey {
  color: #CCC !important;
}
.hidden {
  display: none;
}
.link-white {
  color: white;
  font-family: heebo-medium;
}
.link-white:hover {
  color: white;
}
.link-black {
  color: black;
}
.link-black:hover {
  color: black !important;
}
.sticky {
  position: fixed;
  top: 56px;
  right: 421px;
}
.top-menu,
.mega-menu-content,
.phone-menu-drop,
.sticky-menu,
.sticky-drop,
.footer {
  background-color: #222;
  color: #f7f9f9;
}
.menu-link {
  letter-spacing: 0.8pt;
}
.background-grey {
  background-color: #666;
}
.background-black {
  background-color: black !important;
}
.border-top-grey {
  border-top: 2px solid #666;
}
.border-bottom-grey {
  border-bottom: 2px solid #666 !important;
}
.border-left-sante {
  border-left: 3px solid #00a286;
  padding-left: 1rem;
}
.border-left-societe {
  border-left: 3px solid #8f91c0;
  padding-left: 1rem;
}
.border-left-nouvel-arrivant {
  border-left: 3px solid #ff7f0d;
  padding-left: 1rem;
}
.cursor-pointer {
  cursor: pointer;
}
.box {
  border: 1px solid white;
}
.box-white {
  position: relative;
  color: #ff4c3c !important;
  border-color: #ff4c3c;
  background-color: white;
  transition: all 0.3s ease;
}
.contentHover {
  transition: all 200ms ease-out;
}
.contentHover .button-link {
  height: inherit;
  display: block;
}
.contentHover:hover {
  background-color: #3b3b3b;
  opacity: 35%;
}
.contentHover:hover .up-down {
  animation: floating 1.5s ease-out infinite;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.centered-elem-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.centered-elem-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes left-wave {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(-7px, -50%);
  }
  100% {
    transform: translate(0px -50%);
  }
}
@keyframes right-wave {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(7px, -50%);
  }
  100% {
    transform: translate(0px -50%);
  }
}
@keyframes tilt {
  35% {
    transform: rotate(-20deg);
  }
  70% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.noTouch {
  background-color: grey;
  color: white;
  opacity: 0.5;
  cursor: not-allowed;
}
.language-chooser {
  position: relative;
}
.language-chooser .language-mini-dropdown {
  list-style: none;
  padding-left: 0.7rem;
  margin-bottom: 0;
  margin-top: 1rem;
  width: 4rem;
}
.language-chooser .language-mini-dropdown a {
  color: inherit;
}
.language-chooser .language-mini-dropdown li:not(:first-child) {
  visibility: hidden;
  color: #CCC;
}
.language-chooser .language-mini-dropdown li:not(:first-child):hover {
  color: #fff;
}
.language-chooser .fa-sort-down {
  position: absolute;
  top: 0.9rem;
  left: 2.6rem;
  transform: rotate(90deg);
  transition: all 200ms ease-out;
}
.language-chooser:hover .fa-sort-down {
  transform: rotate(0deg) translateY(-0.3rem);
}
.language-chooser:hover .language-mini-dropdown {
  background-color: black;
  border-radius: 5px;
}
.language-chooser:hover .language-mini-dropdown li:not(:first-child) {
  visibility: visible;
}
.phone-links .emploi,
.mega-menu-content .emploi,
.phone-links .arbeit,
.mega-menu-content .arbeit {
  color: #3182b5;
}
.phone-links .fiscalité,
.mega-menu-content .fiscalité,
.phone-links .fiscalite,
.mega-menu-content .fiscalite,
.phone-links .finanzen,
.mega-menu-content .finanzen {
  color: #cf1209;
}
.phone-links .mobilité,
.mega-menu-content .mobilité,
.phone-links .mobilite,
.mega-menu-content .mobilite,
.phone-links .mobilitat,
.mega-menu-content .mobilitat {
  color: #a82d77;
}
.phone-links .famille,
.mega-menu-content .famille,
.phone-links .familie,
.mega-menu-content .familie {
  color: #f8c320;
}
.phone-links .santé,
.mega-menu-content .santé,
.phone-links .sante,
.mega-menu-content .sante,
.phone-links .gesundheit,
.mega-menu-content .gesundheit {
  color: #00a286;
}
.phone-links .société,
.mega-menu-content .société,
.phone-links .societe,
.mega-menu-content .societe,
.phone-links .gesellschaft,
.mega-menu-content .gesellschaft {
  color: #8f91c0;
}
.phone-links .detente,
.mega-menu-content .detente,
.phone-links .unterhaltung,
.mega-menu-content .unterhaltung {
  color: #b2a78c;
}
.phone-links .nouvel-arrivant,
.mega-menu-content .nouvel-arrivant,
.phone-links .neuankoemmling,
.mega-menu-content .neuankoemmling {
  color: #ff7f0d;
}
input {
  border-radius: 0;
}
.nav-emploi .mega-menu,
.nav-arbeit .mega-menu {
  border-bottom: 5px solid #3182b5;
}
.nav-emploi .mega-menu a:hover,
.nav-arbeit .mega-menu a:hover {
  color: #3182b5;
}
.nav-emploi .mega-menu h6,
.nav-arbeit .mega-menu h6 {
  color: #3182b5;
}
.nav-emploi .mega-menu .h-2rem > .link-white:hover,
.nav-arbeit .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #3182b5 underline;
}
.nav-emploi .mega-menu .mega-menu-md-size:hover,
.nav-arbeit .mega-menu .mega-menu-md-size:hover {
  background-color: #3182b5;
}
.nav-emploi::after,
.nav-arbeit::after {
  border-bottom: 5px solid #3182b5;
}
.nav-detente .mega-menu,
.nav-unterhaltung .mega-menu {
  border-bottom: 5px solid #b2a78c;
}
.nav-detente .mega-menu a:hover,
.nav-unterhaltung .mega-menu a:hover {
  color: #b2a78c;
}
.nav-detente .mega-menu h6,
.nav-unterhaltung .mega-menu h6 {
  color: #b2a78c;
}
.nav-detente .mega-menu .h-2rem > .link-white:hover,
.nav-unterhaltung .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #b2a78c underline;
}
.nav-detente .mega-menu .mega-menu-md-size:hover,
.nav-unterhaltung .mega-menu .mega-menu-md-size:hover {
  background-color: #b2a78c;
}
.nav-detente::after,
.nav-unterhaltung::after {
  border-bottom: 5px solid #b2a78c;
}
.nav-fiscalite .mega-menu,
.nav-finanzen .mega-menu {
  border-bottom: 5px solid #cf1209;
}
.nav-fiscalite .mega-menu a:hover,
.nav-finanzen .mega-menu a:hover {
  color: #cf1209;
}
.nav-fiscalite .mega-menu h6,
.nav-finanzen .mega-menu h6 {
  color: #cf1209;
}
.nav-fiscalite .mega-menu .h-2rem > .link-white:hover,
.nav-finanzen .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #cf1209 underline;
}
.nav-fiscalite .mega-menu .mega-menu-md-size:hover,
.nav-finanzen .mega-menu .mega-menu-md-size:hover {
  background-color: #cf1209;
}
.nav-fiscalite::after,
.nav-finanzen::after {
  border-bottom: 5px solid #cf1209;
}
.nav-mobilite .mega-menu,
.nav-mobilitat .mega-menu {
  border-bottom: 5px solid #a82d77;
}
.nav-mobilite .mega-menu a:hover,
.nav-mobilitat .mega-menu a:hover {
  color: #a82d77;
}
.nav-mobilite .mega-menu h6,
.nav-mobilitat .mega-menu h6 {
  color: #a82d77;
}
.nav-mobilite .mega-menu .h-2rem > .link-white:hover,
.nav-mobilitat .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #a82d77 underline;
}
.nav-mobilite .mega-menu .mega-menu-md-size:hover,
.nav-mobilitat .mega-menu .mega-menu-md-size:hover {
  background-color: #a82d77;
}
.nav-mobilite::after,
.nav-mobilitat::after {
  border-bottom: 5px solid #a82d77;
}
.nav-famille .mega-menu,
.nav-familie .mega-menu {
  border-bottom: 5px solid #f8c320;
}
.nav-famille .mega-menu a:hover,
.nav-familie .mega-menu a:hover {
  color: #f8c320;
}
.nav-famille .mega-menu h6,
.nav-familie .mega-menu h6 {
  color: #f8c320;
}
.nav-famille .mega-menu .h-2rem > .link-white:hover,
.nav-familie .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #f8c320 underline;
}
.nav-famille .mega-menu .mega-menu-md-size:hover,
.nav-familie .mega-menu .mega-menu-md-size:hover {
  background-color: #f8c320;
}
.nav-famille::after,
.nav-familie::after {
  border-bottom: 5px solid #f8c320;
}
.nav-sante .mega-menu,
.nav-gesundheit .mega-menu {
  border-bottom: 5px solid #00a286;
}
.nav-sante .mega-menu a:hover,
.nav-gesundheit .mega-menu a:hover {
  color: #00a286;
}
.nav-sante .mega-menu h6,
.nav-gesundheit .mega-menu h6 {
  color: #00a286;
}
.nav-sante .mega-menu .h-2rem > .link-white:hover,
.nav-gesundheit .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #00a286 underline;
}
.nav-sante .mega-menu .mega-menu-md-size:hover,
.nav-gesundheit .mega-menu .mega-menu-md-size:hover {
  background-color: #00a286;
}
.nav-sante::after,
.nav-gesundheit::after {
  border-bottom: 5px solid #00a286;
}
.nav-societe .mega-menu,
.nav-gesellschaft .mega-menu {
  border-bottom: 5px solid #8f91c0;
}
.nav-societe .mega-menu a:hover,
.nav-gesellschaft .mega-menu a:hover {
  color: #8f91c0;
}
.nav-societe .mega-menu h6,
.nav-gesellschaft .mega-menu h6 {
  color: #8f91c0;
}
.nav-societe .mega-menu .h-2rem > .link-white:hover,
.nav-gesellschaft .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #8f91c0 underline;
}
.nav-societe .mega-menu .mega-menu-md-size:hover,
.nav-gesellschaft .mega-menu .mega-menu-md-size:hover {
  background-color: #8f91c0;
}
.nav-societe::after,
.nav-gesellschaft::after {
  border-bottom: 5px solid #8f91c0;
}
.nav-nouvel-arrivant .mega-menu,
.nav-neuankoemmling .mega-menu {
  border-bottom: 5px solid #ff7f0d;
}
.nav-nouvel-arrivant .mega-menu a:hover,
.nav-neuankoemmling .mega-menu a:hover {
  color: #ff7f0d;
}
.nav-nouvel-arrivant .mega-menu h6,
.nav-neuankoemmling .mega-menu h6 {
  color: #ff7f0d;
}
.nav-nouvel-arrivant .mega-menu .h-2rem > .link-white:hover,
.nav-neuankoemmling .mega-menu .h-2rem > .link-white:hover {
  text-decoration: #ff7f0d underline;
}
.nav-nouvel-arrivant .mega-menu .mega-menu-md-size:hover,
.nav-neuankoemmling .mega-menu .mega-menu-md-size:hover {
  background-color: #ff7f0d;
}
.nav-nouvel-arrivant::after,
.nav-neuankoemmling::after {
  border-bottom: 5px solid #ff7f0d;
}
.nav-bottom-menu .menu-cat-title {
  text-transform: uppercase;
  color: black;
}
.nav-bottom-menu::after {
  display: block;
  content: '';
  margin-top: -5px;
  transform: scaleX(0);
}
.nav-bottom-menu:hover::after {
  transform: scaleX(1);
  transition: transform 325ms ease-in-out;
}
.background-grey input {
  width: 100%;
  height: 2.5rem;
  border: solid white;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.background-grey img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-110%);
}
.background-grey ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  color: black;
  font-family: 'heebo-bold';
  letter-spacing: 1px;
}
.background-grey ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: black;
  font-family: 'heebo-bold';
  letter-spacing: 1px;
}
.background-grey :-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  color: black;
  font-family: 'heebo-bold';
  letter-spacing: 1px;
}
.background-grey :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: black;
  font-family: 'heebo-bold';
  letter-spacing: 1px;
}
.phone-menu-drop,
.sticky-drop,
.search-bar,
.extra-fields-wrapper,
.user-phone-menu-drop {
  overflow: hidden;
  z-index: 100;
  height: auto;
  max-height: 0;
  transition: all 0.7s ease;
}
.mega-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  left: 0;
  text-align: left;
  transition: 0.3s ease-in;
  transition-property: max-height, visibility;
  //transition-delay: 0.2s;
}
.mega-menu-content {
  min-height: 14rem;
}
.mega-menu-content .link-white {
  font-size: 15px;
}
.top-header {
  margin: 18px 0px !important;
}
.mega-menu-xl-size {
  padding-right: 4px !important;
}
.mega-menu-xl-size img {
  width: 100%;
  max-height: 7rem;
}
.mega-menu-xl-size:hover img {
  opacity: 0.8;
}
.mega-menu-md-size {
  height: auto;
}
.mega-menu-md-size img {
  width: 100%;
  height: 7rem;
  opacity: 0.5 !important;
}
.mega-menu-md-size:hover img {
  opacity: 0.25;
}
.mega-menu-open {
  visibility: visible;
  max-height: 14rem;
}
.mega-menu-active {
  z-index: 110;
}
.sticky-menu {
  position: fixed;
  top: -5rem;
  z-index: 9999 !important;
  transition: top 0.3s linear;
  width: 100%;
}
.sticky-plus {
  position: relative;
}
.sticky-drop {
  position: absolute;
  width: 12rem;
  text-align: left;
}
.sticky-drop a {
  display: block;
  margin-left: 1rem;
  line-height: 1.5rem;
}
.search-icon {
  width: 30px;
  height: 30px;
}
.search-icon:hover {
  animation: tilt 1s linear infinite;
}
.search-field {
  border: none;
  padding-right: 12rem;
}
.search-field:focus {
  outline: none;
}
.search-field + input {
  position: absolute;
  right: 0;
  margin-right: 4rem;
  top: 0.5rem;
  color: #f7f9f9;
  background-color: #ff4c3c;
  border: none;
  font-family: Helvetica;
  font-size: 11.5px;
  padding: 8px 8px 8px 8px;
}
.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCC;
  font-family: Helvetica;
  font-size: 24px;
}
.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC;
  font-family: Helvetica;
  font-size: 24px;
}
.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCC;
  font-family: Helvetica;
  font-size: 24px;
}
.search-field-moz-placeholder {
  /* Firefox 18- */
  color: #CCC;
  font-family: Helvetica;
  font-size: 24px;
}
#mainContainer .mce-tinymce {
  box-shadow: none;
  margin-bottom: 15px;
  background-color: #fcfdfd;
}
#mainContainer .mce-tinymce .mce-toolbar-grp,
#mainContainer .mce-tinymce .mce-btn {
  background-color: #f7f9f9;
}
.breadcrumb {
  background-color: inherit !important;
}
.online-indicator.online {
  color: #18b781 !important;
}
.gpe #A {
  background-color: #f6eeff;
}
.gpe #B {
  background-color: #efceff;
}
.gpe #C {
  background-color: #d2adf1;
}
.gpe #D {
  background-color: #b77ae9;
}
.gpe #E {
  background-color: #b77ae9;
}
.gpe #F {
  background-color: #a658e9;
}
.gpe #G {
  background-color: #8835da;
}
.dpe #A {
  background-color: #379932;
}
.dpe #B {
  background-color: #39cc31;
}
.dpe #C {
  background-color: #cefd34;
}
.dpe #D {
  background-color: #fcea49;
}
.dpe #E {
  background-color: #fccc2f;
}
.dpe #F {
  background-color: #fc9c35;
}
.dpe #G {
  background-color: #fa1c20;
}
.dpe .btn,
.gpe .btn {
  font-size: 0.8rem;
  line-height: 0.6rem;
  padding: 0.2rem 0.3rem;
}
.dpe .active,
.gpe .active {
  transform: scale(1.2);
  border-radius: 5px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  box-shadow: none !important;
}
.container-carousel {
  background-color: #f7f9f9;
  position: relative;
}
.container-carousel .carousel .slick-track {
  display: flex;
  align-items: center;
}
.container-carousel .carousel .slick-track .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-carousel .carousel .img-fluid {
  margin: auto;
  max-height: 30rem;
}
.container-carousel .carousel .slick-arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  background-color: black;
  border-radius: 5px;
}
.container-carousel .carousel .slick-arrow i {
  width: auto;
  color: white;
  font-size: 1.5rem;
}
.container-carousel .carousel .arrow-right {
  right: 0;
}
.container-carousel .carousel .arrow-right:hover {
  animation: right-wave 0.8s ease-out infinite;
}
.container-carousel .carousel .arrow-left:hover {
  animation: left-wave 0.8s ease-out infinite;
}
.container-carousel .nav-carousel div {
  height: 7rem;
}
.container-carousel .slick-dots li button:before {
  font-size: 2rem;
}
.container-carousel .total-photo {
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  top: 70%;
  opacity: 0.5;
  background-color: black;
  border-radius: 2px;
  color: white;
}
.container-carousel .total-photo i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.contact i {
  font-size: 1rem;
}
fieldset {
  border-top: 1px solid #666666;
  padding: 5px;
}
fieldset legend {
  color: #666666;
  text-align: center;
  width: 17%;
  font-size: 18px;
}
.form-PA {
  background-color: #f7f9f9;
}
.form-PA .input-group-text {
  background-color: white;
  color: #ff4c3c;
}
.form-PA select > option {
  color: initial;
  text-transform: initial;
}
.form-PA input {
  color: black;
  letter-spacing: 0.5px;
  background-color: white;
}
.form-PA input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #CCC;
  letter-spacing: 0.8px;
  font-family: heebo-extra-bold;
}
.form-PA input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #CCC;
  letter-spacing: 0.8px;
  font-family: heebo-extra-bold;
}
.form-PA input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  color: #CCC;
  letter-spacing: 0.8px;
  font-family: heebo-extra-bold;
}
.form-PA input-moz-placeholder {
  /* Firefox 18- */
  ctext-transform: uppercase;
  color: #CCC;
  letter-spacing: 0.8px;
  font-family: heebo-extra-bold;
}
.selector-option {
  position: absolute;
  border: 1px solid black;
  background-color: white;
  z-index: 101;
}
.selector-option .option:hover {
  cursor: pointer;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 1rem;
  width: 1rem;
  z-index: 2;
}
.custom-checkbox input + label {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background: #f7f9f9;
  border: 1px solid currentColor;
  z-index: 1;
}
.custom-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%);
  color: currentColor;
  background-color: currentColor;
  width: 0.4rem;
  height: 0.4rem;
}
.select-tri {
  border: none;
}
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 27px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.2pt;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -22px;
}
label.css-label {
  background-image: url(../../../../uploads/lesfrontaliers/custom-checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-paginator {
  font-family: heebo-medium;
  margin: 15px 0;
}
.custom-paginator .paginator-link img {
  opacity: 0.5;
}
.custom-paginator .paginator-link:hover img {
  opacity: 1;
}
.custom-paginator .icon {
  background: #f7f9f9;
  padding: 3px;
}
.custom-paginator .number,
.custom-paginator .page-numbers {
  color: #666666;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  padding-top: 2px;
  min-width: 25px;
  font-size: 15px !important;
  font-weight: bold;
}
.custom-paginator .number.active,
.custom-paginator .page-numbers.active,
.custom-paginator .number.current,
.custom-paginator .page-numbers.current {
  color: white;
  background-color: #ff4c3c;
}
.custom-paginator .middle-part {
  text-align: center;
}
.custom-paginator .right-part {
  text-align: right;
}
.address-wrapper a {
  display: block;
}
.ad-widget {
  text-align: center;
  margin-top: 8px;
}
.post-annonces-wrapper {
  background-color: #f7f9f9;
  border-top: 1px solid #CCC;
  margin-bottom: 15px;
  cursor: pointer;
}
.post-annonces-wrapper .top-title {
  padding: 15px;
  font-family: heebo-extra-bold;
  color: black;
}
.post-annonces-wrapper .external-post .img {
  border: 1px solid #CCC;
}
.post-annonces-wrapper .external-post .title {
  color: black !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
}
.post-annonces-wrapper .external-post p {
  color: black;
  margin-bottom: 15px;
}
.external-post {
  cursor: pointer;
  max-height: 160px;
  margin-bottom: 20px;
  padding: 0 0.4rem;
}
.in {
  opacity: 0.9;
}
.sigle-euro {
  position: relative;
  background: url(../../../../uploads/lesfrontaliers/euro.svg) no-repeat right center;
  padding-right: 20px;
}
#calculatrice-fiscale-page .form-control {
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#calculatrice-fiscale-page small {
  font-size: 0.75rem;
  font-family: Helvetica;
}
#result .legende.text-right li {
  height: 50px;
}
#result .legende a {
  font-size: 11px;
}
#result .legende ul {
  list-style: square;
}
#result .legende ul span {
  color: #000;
  font-size: 13px;
}
#cookie-notice {
  z-index: 10000000000 !important;
  padding: 8px 0;
  background-color: white !important;
  color: black !important;
}
#cookie-notice .btn {
  background-color: #00a286 !important;
  color: #FFFFFF !important;
  text-transform: uppercase!important;
  border: 1px solid #00a286 !important;
}
.chat-wrapper .main-title {
  margin: 15px 0;
}
.chat-wrapper #ifc-app {
  border: 1px solid #CCC;
}
.chat-wrapper #ifc-app .ifc-chat-window-header,
.chat-wrapper #ifc-app .ifc-chat-list-header {
  background-color: white !important;
  color: black !important;
}
.chat-wrapper #ifc-app .ifc-chat-window-header-parent-component,
.chat-wrapper #ifc-app .ifc-chat-window-content,
.chat-wrapper #ifc-app .ifc-chat-list-roster {
  background-color: white !important;
}
.chat-wrapper #ifc-app .ifc-chat-list-container {
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
.chat-wrapper #ifc-app .ifc-chat-list-roster-header {
  margin: 15px 0 !important;
}
.chat-wrapper #ifc-app .ifc-chat-list-roster-header span {
  opacity: 1 !important;
  font-weight: bold !important;
}
.chat-wrapper #ifc-app .ifc-chat-list-roster-item {
  padding-right: 15px !important;
}
.chat-wrapper #ifc-app .ifc-chat-list-search-group {
  top: 15px !important;
  bottom: inherit !important;
  background-color: white !important;
  width: 75% !important;
  margin-left: 2% !important;
  border: 1px solid #CCC;
}
.chat-wrapper #ifc-app .ifc-chat-list-search-group .ifc-search-bar input {
  font-family: heebo-extra-bold;
  text-transform: uppercase;
  font-size: 16px !important;
  color: #CCC;
}
.chat-wrapper #ifc-app .ifc-chat-list .ifc-chat-list-roster {
  top: 48px !important;
}
.chat-wrapper #ifc-app .ifc-chat-list-user-profile {
  display: none!important;
}
.chat-wrapper #ifc-app .ifc-chat-window-content .ifc-chat-window-message {
  margin-bottom: 5px !important;
}
.chat-wrapper #ifc-app .ifc-chat-window-content .ifc-chat-window-message-body-message {
  width: auto !important;
  padding: 6px !important;
  font-size: 15px;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}
.chat-wrapper #ifc-app .ifc-chat-window-message-body-username,
.chat-wrapper #ifc-app .ifc-chat-window-message-body-top {
  display: none !important;
}
.chat-wrapper #ifc-app .ifc-window-message-self .ifc-chat-window-message-body-message {
  background-color: #00a286 !important;
  color: white !important;
}
.chat-wrapper #ifc-app .ifc-window-message-received .ifc-chat-window-message-body-message {
  color: black !important;
  background-color: #f7f9f9;
}
.custom-map {
  height: 645px;
}
.badges-wrapper .badge-item img {
  width: 40px;
  height: 40px;
}
.small-badge {
  width: 40px;
  height: 40px;
  background-color: white;
  position: relative;
  border: 2px solid white;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 2rem;
  left: -58px;
}
.login-wrapper {
  padding: 15px;
}
.login-wrapper .login-title {
  font-family: heebo-medium;
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}
.login-wrapper .btn {
  width: 100%;
}
.login-wrapper .register-link {
  color: #ff4c3c;
  text-decoration: underline;
}
.login-wrapper fieldset {
  padding: 0;
}
footer a {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: white;
  font-family: "heebo";
  font-size: 0.8rem;
}
footer a:hover {
  color: white;
}
.footer .media-web {
  font-size: 0.5rem;
  letter-spacing: 0.2pt;
}
.os-social-bar {
  display: none !important;
}
.fm-form .button-submit,
.fm-form .button-reset {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  font-family: heebo-extra-bold;
}
.fm-form .button-submit:hover,
.fm-form .button-reset:hover,
.fm-form .button-submit.active,
.fm-form .button-reset.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.void {
  background-color: #f7f9f9;
}
.vendor-avatar .small-badge,
.topic-listing-element .small-badge {
  width: 20px;
  height: 20px !important;
  left: 40px;
  bottom: 55px;
}
.forum-avatar .small-badge {
  width: 25px;
  height: 25px;
  left: 30px;
  bottom: 80px;
}
.article-comment .small-badge {
  left: 50px;
  width: 25px;
  height: 25px;
  bottom: 80px;
}
.topic-listing-element .badge-wrapper {
  width: 20px;
  height: 20px !important;
}
.topic-listing-element .small-badge {
  left: -32px;
  bottom: 5px;
  margin-left: 0 !important;
}
.msg-count {
  background-color: #ff4c3c;
  border-radius: 12px;
  color: white;
  padding: 1px 6px;
  font-size: 10px;
  position: relative;
  right: 8px;
  bottom: 10px;
}
.ifc-branding {
  display: none;
}
.mobile-header,
.phone-links-wrapper,
.mobile-footer {
  padding: 15px;
}
.user-phone-menu-drop {
  background-color: #3b3b3b;
  color: white;
}
.user-phone-menu-drop i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.user-phone-menu-drop a {
  color: white;
}
.user-phone-menu-drop .btn {
  background-color: #18b781;
  color: white;
}
.user-phone-menu-drop .closing {
  background-color: #222;
}
.custom-ad-widget {
//  margin-left: 23px;
}
.text-center {
  text-align: center;
}
.dossier-link {
  letter-spacing: 0.5pt;
}
.avatar-menu .avatar {
  width: 32px !important;
  height: 32px !important;
}
.ui-dialog {
  border-radius: 5px !important;
}
.ui-dialog .ui-widget-header {
  background-color: #ff4c3c !important;
}
.ui-dialog .ui-widget-header span.ui-dialog-title {
  text-align: center;
  font-family: heebo-bold !important;
  letter-spacing: 0.3pt;
  width: 100%;
}
.ui-dialog input {
  text-align: center !important;
  font-family: heebo-medium;
}
.ui-dialog input[type="submit"] {
  background-color: #ff4c3c !important;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.ui-dialog input[type="submit"]:hover,
.ui-dialog input[type="submit"].active {
  color: #ff4c3c !important;
  background-color: #FFFFFF !important;
}
.ui-widget-overlay {
  background-color: grey;
}
.close-ad img,
.close-ad-footer img {
  width: 20px;
  height: 20px;
}
.close-ad-footer {
  left: 96%;
  bottom: 80%;
  position: fixed;
  z-index: 1000;
  display: none;
}
.g-recaptcha {
  margin-bottom: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*.wp-editor-area {
    display: block !important;
    visibility: visible !important;
  }*/
}
#wpf-msg-box,
.wpulike-notification {
  display: none !important;
}
#lostpasswordform h1 {
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  margin: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
  margin-top: 0px;
  margin-bottom: 10px;
}
#lostpasswordform p {
  margin: 10px 0 !important;
}
.som-password-sent-message {
  margin-bottom: 50px;
  padding: 15px;
  border: 2px solid #ff4c3c !important;
  border-radius: 4px;
  background-color: white !important;
  color: #ff4c3c !important;
  position: relative;
  display: table;
  width: 100%;
}
.wpforo #mainContainer #wpforo-wrap .post-wrap .bottom .bottom-btn a:not(:first-child) {
  background: none!important;
  padding-left: 2px !important;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
.base-title {
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 14px;
  letter-spacing: 0.5pt;
}
#bp-messages-reset {
  display: none;
}
.search-title {
  font-size: 1.4rem;
}
.wp-polls {
  font-family: Helvetica;
}
.wp-polls p {
  text-align: left !important;
}
.wp-polls ul {
  padding: 0 !important;
}
.wp-polls ul li {
  margin-left: 0px !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #ff4c3c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ff4c3c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#wp-message_content-wrap #mceu_2-button {
  display: none;
}
.footer-element {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  margin-top: 25px;
  z-index: 200;
}
.medium-ad-listing-wrapper {
  margin-bottom: 10px;
}
.forum-ad-listing {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-nouvel-arrivant .col-xl-3,
  .nav-neuankoemmling .col-xl-3,
  .new-nav .col-xl-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .nav-nouvel-arrivant .mega-menu-content .link-white,
  .nav-neuankoemmling .mega-menu-content .link-white,
  .new-nav .mega-menu-content .link-white {
    font-size: 12px !important;
  }
}
@media (min-width: 800px) {
  .nav-nouvel-arrivant .mega-menu-content .link-white,
  .nav-neuankoemmling .mega-menu-content .link-white,
  .new-nav .mega-menu-content .link-white {
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  .nav-nouvel-arrivant .mega-menu-content .link-white,
  .nav-neuankoemmling .mega-menu-content .link-white,
  .new-nav .mega-menu-content .link-white {
    font-size: 10px;
  }
}
.fake-topper {
  width: 100%;
  height: 150vh;
  top: 60px;
  background-position: center;
  background-position-y: top;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  display: none;
}
.base-footer {
  background-color: #222;
}
#search-wrapper .no-results {
  margin-top: 15px;
  font-size: 18px;
  color: #666;
}
#search-wrapper .new-search-form {
  background-color: white;
}
#search-wrapper .new-search-form .custom-checkbox {
  display: inline;
  margin-right: 15px;
}
#search-wrapper .new-search-form .custom-checkbox label {
  margin-left: 3px;
  font-weight: bolder;
}
#search-wrapper .search-header {
  padding: 15px 0;
  color: #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 15px;
}
#search-wrapper .search-header .select-tri {
  width: 125px;
  margin-top: -3px;
}
#search-wrapper .search-header .order-span {
  color: black;
  font-size: 15px;
}
#search-wrapper .search-title {
  text-transform: uppercase;
  font-family: heebo-extra-bold;
  color: #ff4c3c;
  margin: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
  margin-top: 0px;
  margin-bottom: 10px;
}
#search-wrapper .search-result {
  padding-top: 30px;
}
#search-wrapper .search-result em {
  font-weight: bolder;
  font-style: initial;
  font-family: Helvetica-bold;
}
#search-wrapper .search-result .title-link {
  color: #222;
  text-decoration: underline;
}
#search-wrapper .search-result .title-link h2 {
  font-size: 1.2rem;
}
#search-wrapper .search-result .regular-link {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}
#search-wrapper .search-result .regular-link:hover {
  color: #ff4c3c;
  text-decoration: none;
}
#search-wrapper .search-result .img-link {
  margin-right: 15px;
}
#search-wrapper .search-result .reduced-abstract {
  width: 80%;
}
#search-wrapper .search-result .img-link {
  width: 15%;
}
#search-wrapper .search-result .img-link img {
  width: 100%;
}
.immo-form .extra-fields-wrapper {
  max-height: 500px !important;
}
.ad-home-wrapper {
  width: 100%;
  text-align: center;
}
.ad-home-wrapper .medium-banner {
  margin-bottom: 30px;
}
@media (max-width: 574px) {
  .ad-home-wrapper .medium-banner {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
#login-form-full fieldset {
  width: 82%;
}
#login-form-full .nsl-button {
  width: 440px !important;
}
@media (max-width: 574px) {
  #login-form-full .nsl-button {
    max-width: 100%;
  }
}
#login-form-full .regular-link {
  text-align: left !important;
  margin-bottom: 15px;
}
.font-black {
  color: #222 !important;
}
.reset-wrapper {
  margin-top: 30px;
  margin-left: 19%;
}
.reset-wrapper #somfrp_user_info,
.reset-wrapper button {
  width: 100%;
}
.reset-wrapper button {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.reset-wrapper button:hover,
.reset-wrapper button.active {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.reset-wrapper fieldset legend {
  width: 61%;
}
.overflow-hide {
  overflow: hidden;
}
#pcvlcxv254 {
  z-index: 3000000000;
  background-color: rgba(0, 0, 0, 0.95);
}
#pcvlcxv254 .close-popup {
  left: 95% !important;
}
#pcvlcxv254 .popup-inner-con {
  width: 700px;
}
#pcvlcxv254 .popup-inner-con .main-btn {
  width: 50%;
  color: white;
  margin-top: 15px;
}
.custom-ad-right {
  margin-top: 15px;
}
.awpcp-message.error {
  display: none !important;
}
.mobile-ad .close-ad {
  position: absolute;
  left: -3px;
  top: -6px;
}
.sixt-iframe {
  width: 700px;
  height: 900px;
}
div.content.newsletter-content {
  padding: 1rem;
}
@media (max-width: 574px) {
  .sixt-iframe {
    width: 350px !important;
    height: 900px;
  }
  div.content.newsletter-content {
    padding: 0.5rem;
  }
}
#sixt-widget {
  margin-left: 25px !important;
}
.page-sixt #sixt-widget,
.postid-1111753 #sixt-widget,
.postid-10033169 #sixt-widget {
  display: none !important;
}
.page-sixt .custom-ad-widget,
.postid-1111753 .custom-ad-widget,
.postid-10033169 .custom-ad-widget {
  margin-top: 15px;
}
.page-sixt .sx-js-res-login-state-txt sx-js-res-login-state-upd,
.postid-1111753 .sx-js-res-login-state-txt sx-js-res-login-state-upd,
.postid-10033169 .sx-js-res-login-state-txt sx-js-res-login-state-upd {
  display: none !important;
}
.currentUserIsPro .iflychat-popup {
  display: none !important;
}
.asp_all_buttons_container {
  padding: 7px 0;
}
.Checkout.is-desktop .Header-purchaseDescription .u-textTruncate {
  display: none !important;
}
.add-child {
  background-color: #ff4c3c;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #ff4c3c !important;
  border-radius: 1px !important;
  font-family: heebo-medium;
  font-size: 0.8rem;
  letter-spacing: 0.5pt;
}
.add-child:hover {
  color: #ff4c3c !important;
  background-color: #FFFFFF;
}
.immo-icon {
  font-size: 17px;
  margin-right: 12px;
}
.black-link {
  color: black;
}
.black-link:hover {
  color: black;
}
.Header-purchaseDescription {
  display: none !important;
}
.asp_product_custom_field_input_container {
  display: none !important;
}
.awpcp-extra-field-particulier_professionnel {
  display: none !important;
}
.awpcp-page .awpcp-order-form select {
  min-width: 40%;
}
#mockup_annonceAlaUne {
  max-width: 100%;
}
.btn-paymentUniform {
  width: 25rem !important;
  margin-bottom: 15px;
}
@media (max-width: 574px) {
  .pa-mobile,
  .info-p {
    padding: 15px;
  }
  .btn-paymentUniform,
  #btnNoEnAvant {
    min-width: 100%;
    max-width: 100%;
    font-size: 13px !important;
  }
  button#btnNoEnAvant {
    font-size: 9px !important;
  }
  a.btnOwnerAd {
    float: none !important;
  }
  a.btnOwnerAdMEA {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .awpcp-page .awpcp-order-form select {
    min-width: 100% !important;
    margin-bottom: 10px !important;
  }
}
.headerWidgetMail {
  background-color: #f94a15;
  padding: 0.5rem;
  font-size: 1.5rem;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
.pb-05 {
  margin-bottom: 0.5rem;
}
.mj-embeddedWidgetMailInline,
.mj-embeddedWidgetMail {
  font-family: "heebo";
}
.bodyWidgetMail {
  padding: 0.5rem;
}
.background-orange {
  background-color: #f94a15;
}
.input-newsletter {
  border: 2px solid #f94a15;
  padding: 0.3rem;
}
.buttonWidgetNewsletter {
  font-size: 1.5rem;
  margin-top: 5px;
}
.inputCheckBoxWidgetNewsletter {
  margin-right: 0.5rem;
}
.mj-submit_button {
  display: none !important;
}
.linkWidget {
  color: black;
  font-weight: bold;
}
.linkWidget:hover {
  color: black !important;
  text-decoration: underline !important;
}
.newsletter-content .btn-wrapper .big-share {
  width: 46%;
  height: 35px;
  float: right;
}
.formWidgetMail.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.w-preview-field-tableWidgetMail {
  padding: 0;
  padding-right: 0.2rem;
}
.labelCheckBoxWidgetNewsletter {
  font-size: 0.8rem !important;
}
a.twitterWidgetMail {
  margin-right: 0 !important;
}
.mj-embedded-titleWidgetMail {
  font-size: 1.2rem;
}
.textIntroFooterWidget {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  div.divButtonWidgetMail,
  .subButtonWidgetMail.row,
  .subButtonContentWidgetMail {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .subButtonWidgetMail-button.row,
  a.fbWidgetMail,
  a.twitterWidgetMail {
    margin: 0 !important;
  }
  .w-preview-field-tableWidgetMail {
    padding: 0;
  }
  .w-preview-field-tableWidgetMail,
  .divButtonWidgetMail,
  a.fbWidgetMail {
    margin-bottom: 0.5rem !important;
  }
}
.mj-embeddedWidgetMailInline {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.buttonWidgetNewsletterInline {
  color: #ff4c3c;
  font-size: 2rem;
}
.input-newsletterInline {
  border: 2px solid #f94a15;
  padding: 0.3rem;
  width: 100%;
}
.subButtonWidgetMailInline {
  background-color: #f94a15;
}
.subButtonWidgetMailInline:hover,
.subButtonContentWidgetMail:hover {
  cursor: pointer;
}
.subButtonContentWidgetMailInline {
  color: white;
  width: 100%;
}
.w-preview-consentWidgetMailInline {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .w-preview-fields-content-cellWidgetMailInline {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.icon-messenger {
  max-height: 70% !important;
  max-width: 100% !important;
  width: auto !important;
}
#classiwrapper div.awpcp-updated:not(:nth-child(2)) {
  display: none !important;
}
#labelCGVsubpayment a {
  color: black;
}
#labelCGVsubpayment a:hover {
  text-decoration: underline;
}
.buttonAdPayment.disabled {
  pointer-events: none;
}
.buttonAdPayment {
  opacity: 0.65;
}
.small-form-control {
  float: left;
  width: 50%;
  margin-right: 15px;
}
.btn-tva {
  margin-top: 3px;
  padding: 6px !important;
  border-radius: 0.25rem;
}
.custom-start .awpcp-error {
  display: none !important;
}
#noImageAnnonce .modal-dialog {
  top: 150px;
}
@media (min-width: 574px) {
  .notifyjs-corner {
    top: 125px !important;
    left: 38% !important;
  }
}
@media (max-width: 574px) {
  .notifyjs-corner {
    top: 125px !important;
    left: 0% !important;
  }
  .notifyjs-corner span {
    font-size: 11px;
  }
}
.category-jeux-concours #concours-widget {
  display: none;
}
.padding-10 {
  padding: 11px !important;
}
.thanks-after-inscription-jeu {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.75);
}
.sub-confirmation-page b {
  font-family: heebo-extra-bold;
}
.mj-w-res-iframe {
  padding: 15px 20px !important;
}
.widget-dg-iframe {
  padding: 0px !important;
}
.mobile-wrapper {
  position: fixed;
  top: 0;
  z-index: 200;
}
.fake-topper {
  cursor: pointer;
}
.disclaimer strong {
  font-family: 'heebo-bold';
}
.asp_product_custom_field_input_container {
  display: none !important;
}
.small-mobile-body #mainContainer {
  min-height: 77vh !important;
}
.small-mobile-body .container-footer {
  display: none !important;
}
.register-mobile #mainContainer {
  margin-top: 15px !important;
}
.register-mobile .register-wrap .right-part {
  border: none !important;
}
.register-mobile .form-check {
  margin-bottom: 20px !important;
}
.register-mobile .subtitle-text {
  padding-left: 5px !important;
}
.register-mobile .register-wrap .nsl-button {
  width: 255px !important;
}
.register-mobile .g-recaptcha {
  max-width: 100%;
  margin-left: -21px;
}
.login-help {
  width: 82%;
}
#card-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
@media (max-width: 574px) {
  .newsletter-full {
    margin-top: 0px;
  }
  .newsletter-full #mainContainer {
    margin-top: 50px;
  }
  .newsletter-full h1 {
    font-size: 1.5rem;
  }
}
.newsletter-full .full-iframe {
  overflow: hidden;
  margin-top: 30px;
  padding-left: 0 !important;
}
.newsletter-full .newsletter-full-container {
  padding: 15px;
}
.newsletter-full .newsletter-full-container .w-preview-consent {
  text-align: left !important;
}
.mobile-search-btn {
  position: relative;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url(https://www.lesfrontaliers.lu/wp-content/uploads/lesfrontaliers/searchbar_black.svg);
  background-size: 21px 21px;
  background-position: 18px 5px;
  padding: 22px 38px;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 83%;
  top: -33px;
}
.custom-in-ad video,
.custom-in-ad a {
  max-width: 640px;
  max-height: 360px;
  /* min-width: 640px;
    min-height: 360px; */
  position: relative;
}
.custom-in-ad .video-container {
  max-width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.custom-in-ad #video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-in-ad #unmute,
.custom-in-ad #mute {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.custom-in-ad .invisible {
  display: none;
}
/*# sourceMappingURL=main.css.map */

#search-magni{
  cursor: pointer;
  cursor: hand;
}

/* Exenrtriq */
#header-wrapper{
	position: fixed !important;
    width: 100% !important;
    z-index: 100 !important;
}

.space-menu{
    height: 113px;
}

.col-sm-12 .home-header .row .sticky-menu {
	display: none !important;
}



/* EXENTRIQ MENU CHANGE */

.top-menu{
	background-color: #f5f5f5;
	padding: 4px 0px;
}
.top-menu a{
	color: #222;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.top-menu a:hover{
	color: #222;
}

.container-top-menu-exeq{
	
}

.inner-container-top-menu-exeq{
	display: flex;
    justify-content: flex-end;
}

#bottom-menu{
	background-color: #222;
	position: relative;
}

#bottom-menu .mega-menu{
	top:73px;
}

.logocontainerexeq a {
	display: inline-block;
}

#bottom-menu a{
	color:#fff;
}
#bottom-menu a:hover{
	color: #fff !important;
}

.language-chooser .language-mini-dropdown a, .language-chooser .fa-sort-down{
	color: #222;
}

.language-chooser:hover .language-mini-dropdown a, .language-chooser:hover .fa-sort-down{
	color: #fff;
}

.contentHover:hover{
	background-color: none;
	opacity: 1;
	color: #fff;
}

.contentHover:hover a{
	color: #fff;
}

.bottommenuwhole{
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 0px;
}

.logoheaderexeq{
	max-width: 150px;
}

.nav-bottom-menu{
	padding-left: 0;
	padding-right: 0;
}
.categories-menu-container{
    display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 0px 32px;	
}

.language-chooser .language-mini-dropdown {
	margin-top: 0 !important;
}

.language-switcher-exeq{
	color: #000;
}

#mainContainer{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.contentHoverExeq:hover{
	text-decoration: underline;
}
.contentHoverExeq:hover a img{
	animation: floating 1.5s ease-out infinite;
}

.signup-exeq{
	background-color: #222;
	color: #fff !important;
}

.signin-exeq{
	background-color: #F94A15;
	color: #fff !important;
}
.signup-exeq:hover{
	opacity: 0.9;
    text-decoration: none !important;
}
.signin-exeq:hover{
	opacity: 0.8;
	text-decoration: none !important;
}

.search-container-exeq{
	background-color: #fff;
	box-shadow: 2px 2px 10px rgb(0,0,0,0.10);
	width: 100%;
}

.full-width-exeq{
	width: 100%;
}

.search-bar{
	display: flex;
	align-items: center;
}

.search-bar form.search-form{
	display: flex;
	align-items: center;
	padding: 8px 0px;
}

.search-bar .btn-default:hover, .search-bar .btn-default.active {
color: #FFFFFF !important;
background-color: #F94A15;
opacity: 0.8;
}

.search-field + input {
  position: relative;
  right: 0;
  margin-right: 0;
  top: 0;
  color: #f7f9f9;
  background-color: #F94A15;
  border: none;
  font-family: Helvetica;
  font-size: 12px;
  padding: 8px 8px 8px 8px;
  cursor: pointer;
  cursor: hand;
  letter-spacing:0.8pt;
  font-family: 'heebo-medium';
  font-weight: 600;
}

.search-field {
	padding-right: 0px !important;
    border-bottom: 1px solid #CCC;
    margin-right: 15px;
    padding: 5px 0px;
}

.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCC;
  font-family: inherit;
  font-size: 16px;
}
.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC;
  font-family: Helvetica;
  font-size: 16px;
}
.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCC;
  font-family: inherit;
  font-size: 16px;
}
.search-field-moz-placeholder {
  /* Firefox 18- */
  color: #CCC;
  font-family: inherit;
  font-size: 16px;
}

.mega-menu{
	background-color: #222;
}

.mega-menu-content{
	justify-content: space-between;
}

.avatar{
	border: 2px solid #F94A15;
}

.avatar-menu{
	position: relative;
	margin-left: 0.5rem;
}
.avatar-menu:hover .dropdownexeqprofile{
	display:flex;
}

.dropdownexeqprofile{
	position: absolute;
    background-color: #fff;
    z-index: 130;
    color: #222;
    right: 0;
    min-width: 148px;
    box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.15);
    display: none;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.dropdownexeqprofile:hover{
	display: block;
}	

.dropdownexeqprofile .dropdownexeqitem{
	padding: 10px 8px;
    width: 100%;
    border-bottom: 1px solid #EEE;
}

.dropdownexeqprofile .dropdownexeqitem a{
	display: flex;
	align-items: center;
}

.dropdownexeqitem img{
	max-width: 20px;
	margin-right: 8px;
}

.dropdownexeqprofile .dropdownexeqitem:hover {
   background-color: #F5F5F5;
}
.container-link-logged{
	display: none;
}

@media only screen and (min-width:767px){
 #playerExeq #cont-jwp{
  width: 35vw;
  max-width: 533px;
 }
}
@media only screen and (max-width:1200px){
	
	.wp-admin-bar-query-monitor{
		display: none;
	}
	
	.top-menu{
		background-color: #222;
		border-bottom: 1px solid #fff;
	}
	
	.phone-menu{
		padding-right: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 62px;
	}
	
	.phone-menu-drop{
		left: 0;
		display: block;
		margin-left: -90%;
		max-height: none !important;
		position: fixed;
		z-index: 1000;
		width: 90%;
		height: calc(100% - 71px);
		overflow-y: auto;
	}
	
	.phone-menu-drop-exeq{
       margin-left: 0 !important;
       width: 90%;	
    }
    
    .container-left-exeq-phone{
	    display: flex;
	    align-items: center;
    }
    
    .container-left-exeq-phone .phone img {
	    max-width: 150px;
    }
    
    #mainContainer {
        box-shadow: none;
    }
	.signin-exeq{
		font-size: 12px;
		padding-right: 0.25rem;
	}
	.space-menu{
	  height: 71px;	
	}
	
	.container-link-logged{
    display: none;
    position: absolute;
    right: 0;
    background-color: #f7f7f7;
    z-index: 999;
    width: 46%;
    max-width: 186px;
    padding: 2%;
    box-shadow: 2px 2px 10px rgb(0,0,0,0.15);
	}
	.dropdownexeqitem{
		width: 100%;
		position: relative;
		padding: 4px 0px 4px 0px;
		border-bottom: 1px solid #EEE;
	}
	#open-menu img{
		width: 32px;
	}
	
	.mobile-header, .phone-links-wrapper{
		padding: 12px;
	}
	.font-speciale{
		font-size: 0.7rem;
	}
	#bottom-menu.hide-phone,{
		display: none;
	}
	
	.wrapper-mobile-ad .mobile-ad{
		background-color: #fff;
	}
	#bottom-menu{
		display: none !important;
	}
	.inner-container-top-menu-exeq .align-items-center{
		display: none !important;
	}
	.background-grey input {
    width: 100%;
    height: 2.5rem;
    border: solid white;
    border-radius: 2px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-shadow: none !important;
    }
    .mobile-search-btn {
         position: relative;
         -webkit-appearance: none;
         border: none;
         outline: none;
         background-image: url(/wp-content/uploads/lesfrontaliers/searchwhite.svg) !important;
         background-size: 21px 21px;
         background-position: center;
         padding: 0px;
         background-repeat: no-repeat;
         cursor: pointer;
         left: auto;
         top: auto;
         width: 100px;
         background-color: #F94B15;
         margin-left: 8px;
         border-radius: 2px;
         }
    form#mobile-search span{
	    display: flex;
    }
    .top-header-ad{
	    overflow: hidden;
    }
    
    #mobile-search input {
	padding-right: 0px !important;
    border-bottom: 1px solid #CCC;
    margin-right: 15px;
    padding: 5px 0px;
    }
    #mobile-search input[type="text"]{
	    padding-left: 8px;
	    padding-right: 8px;
    }

    #mobile-search input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #CCC;
      font-family: inherit;
      font-size: 16px;
      text-align: left;
    }
    #mobile-search input::-moz-placeholder {
      /* Firefox 19+ */
      color: #CCC;
      font-family: Helvetica;
      font-size: 16px;
      text-align: left;
    }
    #mobile-search input:-ms-input-placeholder {
      /* IE 10+ */
      color: #CCC;
      font-family: inherit;
      font-size: 16px;
      text-align: left;
    }
    #mobile-search input-moz-placeholder {
      /* Firefox 18- */
      color: #CCC;
      font-family: inherit;
      font-size: 16px;
      text-align: left;
    }
     
}

@media only screen and (max-width:767px){
	/*#mainContainer {
		margin-top:71px !important;
	}*/
	.space-menu{
	  height: 71px;	
	}
  #playerExeq{
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 574px){
   #mainContainer.index-wrapper {
      margin-top: 0px;
   }
}	

@media only screen and (max-width:480px){
	/*#mainContainer{
	   margin-top: 110px !important;	
	}*/
	
}

/* Profile Page */

.member #buddypress {
  padding: 0px;
  background-color: #f5f5f5;
}

.member #buddypress #item-header-cover-image {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.member #buddypress #item-header-cover-image a {
  position: absolute;
  right: 16px;
  top: 16px;
}

.member #buddypress .container-section-title #item-header-avatar a.changeAvatarShort {
  width: 35px;
  height: 35px;
  background-color: #ff4c3c;
  border-radius: 100%;
  position: absolute;
  border: 3px solid #fff;
  right: 10px;
  bottom: 0px;
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member #buddypress .container-section-title #item-header-avatar a.changeAvatarShort i {
  color: #ffffff;
}

.member #buddypress .container-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: -100px;
  z-index: 10;
}

.member #buddypress .container-section-title #item-header-avatar {
  margin-top: 0px;
  position: relative;
}

.member #buddypress .container-section-title #item-header-avatar a {
  display: block;
}

.member #buddypress .container-section-title #item-header-avatar a img.avatar {
  float: none;
  margin: 0;
  width: 150px;
  height: 150px;
  border: 7px solid #f5f5f5;
}

.member #buddypress .container-section-title #item-header-content {
  float: none !important;
  margin-top: 0px! important;
  margin-left: 0px!important;
  padding: 0px;
}

.member #buddypress .container-section-title #item-header-content p.username {
  text-align: center;
  text-shadow: none;
  color: #222222;
  font-size: 26px;
}

.member #buddypress .container-section-title #item-header-content p.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.member #buddypress .container-section-title #item-header-content p.country span {
  text-align: center;
  text-shadow: none;
  color: #222222;
  font-size: 14px;
  margin-left: 8px;
}

.member #buddypress .container-section-title #item-header-content .item-meta {
  margin: 0px;
}

.member #buddypress .container-section-title #item-header-content .item-meta p.online-indicator {
  text-shadow: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-transform: capitalize !important;
}

.member #buddypress .container-section-title .header-actions {
  position: relative;
  right: 0;
  bottom: 0;
}

.member #buddypress .container-section-title .header-actions a.btn-edit-profile {
  margin-bottom: 0px;
  width: 100%;
}

.member #buddypress .bp-wrap #item-body {
  margin-top: 0px;
}

.member #buddypress .bp-wrap #item-body .custom-homepage-info {
  display: none;
}

.member #buddypress .bp-wrap #item-body .member-front-page {
  border: none;
  padding: 0px 16px;
}

.member #buddypress .bp-wrap #item-body .member-front-page h2.information {
  color: #909090;
  font-size: 16px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper {
  padding: 16px;
  background-color: #ffffff;
  margin-bottom: 16px;
  width: 100%;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper h2.add-information {
  margin-top: 0px;
  color: #FF4C3B !important;
  font-size: 18px;
  text-transform: capitalize;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.accountType p {
  margin-bottom: 8px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.notCompletedProfile .customElement {
  margin-bottom: 8px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.notCompletedProfile .customElement span.label {}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.notCompletedProfile .customElement span.value {}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.notCompletedProfile .customElement.descriptionUser {
  margin-top: 16px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper h3.section-title {
  font-family: heebo-regular !important;
  margin: 0px !important;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper span.line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: #4a4a4a;
  margin-left: 10px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper .titleSubjectForum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper .containerTopic {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper .containerTopic span.cat-name {
  font-size: 14px;
  color: #888888;
  text-align: right;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper .containerTopic a.sub-element span.topic-title {
  color: #ff4c3c;
  text-decoration: underline;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.subscriptions-wrapper .containerTopic a.sub-element span.topic-title:hover {
  opacity: 0.8;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item span.label {
  font-family: heebo-extra-bold !important;
  color: #212529;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item form#tva-form .form-group {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item form#tva-form .form-group input {
  float: left;
  width: calc(100% - 125px);
  height: 33px;
  margin-right: 0px;
  border: none;
  border-bottom: 2px solid #888;
  border-radius: 0px;
  padding: 0px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item form#tva-form .form-group button.btn-tva {
  margin-top: 0px;
  margin-left: 4px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myStatistics .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myStatistics .profile-item span.label {
  font-family: heebo-extra-bold !important;
  color: #212529;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper {
  border: none;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .containerLinkViewAll a {
  text-decoration: underline;
  display: block;
  text-align: left;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .containerLinkViewAll a:hover {
  color: #ff4c3c !important;
  opacity: 0.8;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce a.main-title {
  height: 100%;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce .imageContainer {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce {
  float: none;
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce .media-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0px !important;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper .same-vendor-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
}

.change-avatar .member #buddypress #item-body .profile.edit,
.delete-account .member #buddypress #item-body .profile.edit,
.profile-edit .member #buddypress #item-body .profile.edit,
.change-cover-image .member #buddypress #item-body .profile.edit,
.change-cover-image .member #buddypress #item-body .profile.change-cover-image,
.general .member #buddypress #item-body .profile.edit {
  margin-top: 0px !important;
  border: none !important;
  padding: 0px 15px;
}

.member #buddypress #item-body .profile.edit input {
  border: none;
  border-bottom: 2px solid #888888;
}

.member #buddypress #item-body .profile.edit input:active,
.member #buddypress #item-body .profile.edit input:focus {
  border-bottom: 2px solid #ff4c3c;
}

.member #buddypress #item-body .profile.edit .backToProfile {
  margin-bottom: 16px;
}

.member #buddypress #item-body .profile.edit .backToProfile i {
  margin-right: 8px;
}

.profile-edit .member #buddypress .container-section-title .header-actions a.btn-edit-profile {
  display: none !important;
}

.profile-edit .member #buddypress #item-body .editProfileContainer {
  margin-top: 0px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .leftSideContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 8px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-family: 'heebo-regular';
  font-size: 14px;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit.active {
  color: #ff4c3c;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .rightSideContent {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-left: 16px;
}

.member #buddypress #item-body .editProfileContainer .rightSideContent button.visibility-toggle-link {
  color: #ff4c3c !important;
  text-decoration: underline !important;
}

.member #buddypress #item-body .editProfileContainer .rightSideContent a {
  color: #ff4c3c !important;
  text-decoration: underline !important;
}

.member #buddypress #item-body .editProfileContainer .rightSideContent span.current-visibility-level {
  font-family: heebo-extra-bold !important;
  color: #4a4a4a;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .rightSideContent h2.edit-profile-screen {
  margin-top: 0px !important;
  font-size: 16px;
  color: #909090 !important;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset {
  padding: 8px 0px;
}

.profile-edit .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset legend {
  width: 100%;
  color: #ff4c3c;
}

.buddypress-wrap .standard-form .field-visibility-settings legend,
.buddypress-wrap .standard-form .field-visibility-settings-header {
  font-style: normal !important;
}

.general .member #buddypress .container-section-title .header-actions a.btn-edit-profile {
  display: none !important;
}

.general .member #buddypress #item-body .editProfileContainer {
  margin-top: 0px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.general .member #buddypress #item-body .editProfileContainer #message{
  width: 100%;
  margin-bottom: 16px;
  background-color: #FFF;
  padding: 8px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 5px !important;
}
.general .member #buddypress #item-body .editProfileContainer .leftSideContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.general .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 8px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-family: 'heebo-regular';
  font-size: 14px;
}

.general .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit.active {
  color: #ff4c3c;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-left: 16px;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent h2 {
  margin-top: 0px !important;
  font-size: 16px;
  color: #909090 !important;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset {
  padding: 8px 0px;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset legend {
  width: 100%;
  color: #ff4c3c;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent form label {
  color: #ff4c3c;
}

.general .member #buddypress #item-body .editProfileContainer .rightSideContent .deleteAccount {
  font-size: 16px;
  text-decoration: underline;
  margin-top: 32px;
  display: block;
}

.delete-account .member #buddypress .container-section-title .header-actions a.btn-edit-profile {
  display: none !important;
}

.delete-account .member #buddypress #item-body .editProfileContainer {
  margin-top: 0px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delete-account .member #buddypress #item-body .editProfileContainer .leftSideContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.delete-account .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 8px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-family: 'heebo-regular';
  font-size: 14px;
}

.delete-account .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit.active {
  color: #ff4c3c;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-left: 16px;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent h2 {
  margin-top: 0px !important;
  font-size: 16px;
  color: #909090 !important;
  font-family: heebo-extra-bold;
  text-transform: uppercase;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset {
  padding: 8px 0px;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset legend {
  width: 100%;
  color: #ff4c3c;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent form label {
  color: #4a4a4a;
}

.delete-account .member #buddypress #item-body .editProfileContainer .rightSideContent .deleteAccount {
  font-size: 16px;
  text-decoration: underline;
  margin-top: 32px;
  display: block;
}

.delete-account #buddypress aside.bp-feedback {
  margin: 0px 0px;
}

.buddypress-wrap .bp-feedback.warning .bp-icon {
  height: 100%;
  position: absolute;
}


/*.change-avatar .member #buddypress .container-section-title .header-actions a.btn-edit-profile{
  display: none !important;
}*/

.change-avatar .member #buddypress #item-body .profile.change-avatar {
  margin-top: 0px !important;
}

.change-avatar .member #buddypress #item-body .editProfileContainer {
  margin-top: 0px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .leftSideContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 8px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-family: 'heebo-regular';
  font-size: 14px;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .leftSideContent a.btn-profile-edit.active {
  color: #ff4c3c;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .rightSideContent {
  width: 100%;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .rightSideContent h2.change-avatar-screen {
  margin-top: 0px !important;
  font-size: 16px;
  color: #909090 !important;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset {
  padding: 8px 0px;
}

.change-avatar .member #buddypress #item-body .editProfileContainer .rightSideContent fieldset legend {
  width: 100%;
  color: #ff4c3c;
}

.change-avatar .member #buddypress #item-body .profile .editProfileContainer .bp-uploader-window {
  height: auto;
}

#buddypress .bp-feedback {
  border-radius: 35px!important;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#buddypress aside.bp-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 15px;
  border: none;
}

#buddypress aside.bp-feedback p {
  padding: 4px 8px;
  padding-left: 50px;
}

#buddypress aside.bp-feedback.success .bp-icon {
  background-color: #18b781;
}

.bp-user .buddypress-wrap .profile.edit .editfield .checkbox-options .option-label {
  font-size: 14px;
}


/*.change-cover-image .member #buddypress .container-section-title .header-actions a.btn-edit-profile{
  display: none !important;
}*/

.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close {
  background-color: #ff4c3c;
  color: #ffffff;
  border: none;
}

.change-cover-image .member #buddypress #item-body .editProfileContainer .rightSideContent h2.change-cover-image-screen {
  margin-top: 0px !important;
  font-size: 16px;
  color: #909090 !important;
}

a.linkLesFrontaliers {
  color: #ff4c3c;
  text-decoration: underline !important;
}

.containerBadgesProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.badges-wrapper.profile-listing .badge-item {
  width: 175px;
  margin-bottom: 0px;
  padding-left: 0;
  margin-right: 0px;
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  padding: 8px;
  margin-right: 12px;
  border-radius: 12px!important;
}

@media (max-width:1200px) {
  .member #buddypress .container-section-title .header-actions {
    top: 0px !important;
  }
}

@media (max-width:768px) {
  .member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper .same-vendor-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.annonces-wrapper .small-annonce .media-wrap {
    min-height: 125px;
  }
}

@media (max-width:575px) {
  .change-avatar .member #buddypress #item-body .profile.edit,
  .profile-edit .member #buddypress #item-body .profile.edit,
  .change-cover-image .member #buddypress #item-body .profile.edit,
  .change-cover-image .member #buddypress #item-body .profile.change-cover-image,
  .general .member #buddypress #item-body .profile.edit {
    margin-top: 0px !important;
    border: none !important;
    padding: 0px 0px;
  }
  .member #buddypress #item-body .editProfileContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member #buddypress #item-body .editProfileContainer .rightSideContent {
    padding-left: 0px;
    margin-top: 16px;
  }
  .member #buddypress .bp-wrap #item-body .member-front-page {
    padding: 0px;
  }
  .member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item.myVatNumber {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .member #buddypress .bp-wrap #item-body .member-front-page .elements-wrapper.myCredits .profile-item.myVatNumber span.label {
    margin-bottom: 4px;
  }
}


/*----Allocation------*/

form#form-calculate-family .text-enfants {
  margin-bottom: 15px;
}

form#form-calculate-family #table-before-reform {
  margin-bottom: 0px;
}

form#form-calculate-family .column-wrapper .well {
  padding: 15px;
  background-color: #f5f5f5;
}

#table-after-reform,
#table-before-reform {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

#div-family-calculator-page .children-table {
  margin-top: 1rem;
  margin-bottom: 0px;
}

#div-family-calculator-page #calculator-results #calculator-cbx {
  padding-left: 0px;
  margin-bottom: 1rem;
}

button#calculator-submit {
  margin-top: 16px;
}

#div-family-calculator-page #calculator-results {
  padding-top: 0px;
}

#calculator-cbx h6 {
  margin-bottom: 8px;
}

#calculator-cbx label {
  font-family: 'heebo';
}

#calculator-results .right-chart-column {
  background-color: #f5f5f5;
  padding: 15px;
}

#calculator-results .chart-title {
  line-height: 26px;
}

#calculator-results .difference-chart-wrapper,
#calculator-results .text-data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#table-after-reform td,
#table-before-reform td {
  padding: 0px 8px;
}

#table-after-reform td select,
#table-before-reform td select {
  padding: 6px;
  width: 95%;
  margin-right: auto;
  border-radius: 0px;
}

#table-before-reform td.td-handicap label,
#table-after-reform td.td-handicap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#div-family-calculator-page .children-table tr {
  border-bottom: 2px solid #f5f5f5;
}


/* BOX FORUM REPORT */

.bgReportForum {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.bgReportForum .containerReportForum {
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
}

.bgReportForum .containerReportForum .headerModal {
  padding: 8px 16px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bgReportForum .containerReportForum .headerModal span {
  color: #ff4c3c;
  text-transform: uppercase;
  font-family: 'heebo-bold';
}

.bgReportForum .containerReportForum .headerModal a {
  height: 32px;
  cursor: pointer;
  padding: 4px;
  border-radius: 100px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bgReportForum .containerReportForum .headerModal a:hover {
  background-color: #f5f5f5;
}

.bgReportForum .containerReportForum form {
  padding: 16px;
}

.forumPostTitleSent,
.forumPostIDSent,
.forumPostURLSent,
.forumPostAuthor {
  display: none;
}

.bgReportForum #mceu_16-body {
  border: 1px solid #ccc;
}

.bgReportForum #mceu_17 {
  background-color: #f5f5f5;
}

.bgReportForum .wpforms-submit {
  text-transform: uppercase !important;
  border: none !important;
  background-color: #FF4C3C !important;
  color: #FFF !important;
  font-family: 'heebo-bold' !important;
}

.bgReportForum #wpforms-1144632-field_13 {
  max-width: 100%;
}


/* FB */

.item-meta p.offline {
  color: #F3565D !important;
}

.bp-user #cover-image-container .header-actions div .friendship-button .not_friends,
.bp-user #cover-image-container .header-actions div .friendship-button .pending_friend {
  background-color: #FF4C3C !important;
  border: 1px solid #FF4C3C;
}

.bp-user #cover-image-container .header-actions div .friendship-button .not_friends:hover,
.bp-user #cover-image-container .header-actions div .friendship-button .pending_friend:hover {
  background-color: #FFF !important;
  border: 1px solid #FF4C3C;
  color: #FF4C3C !important;
}

/* Droit Salaries */
#droitSalarieListe .containerSingleListSalarie {
   width: 100%;
   display: block;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 16px 0px;
   border-bottom: 1px solid #dddddd;
   }
   #droitSalarieListe .imageContainerSalarie {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   }
   #droitSalarieListe .imageContainerSalarie img {
   max-width: 350px;
   width: 100%;
   height: auto;
   }
   #droitSalarieListe .textContainerSalarie {
   -webkit-box-flex: 2;
   -ms-flex: 2;
   flex: 2;
   margin-left: 16px;
   }
   #droitSalarieListe .textContainerSalarie a {
   color: #ff4c3c;
   }
   #droitSalarieListe .textContainerSalarie h3 {
   margin-top: 0px;
   margin-bottom: 8px;
   font-size: 18px;
   }
   #droitSalarieListe .textContainerSalarie p {
   margin-top: 0px;
   margin-bottom: 0px;
   }
   @media(max-width: 520px) {
   #droitSalarieListe .containerSingleListSalarie {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   }
   #droitSalarieListe .imageContainerSalarie img {
   max-width: 100%;
   margin-bottom: 16px;
   }
   }
   
   /* New Message */
   .page-id-1147951 .bp-messages-wrap .threads-list .thread.unread .unread-count{
     font-weight: 700;
     background-color: #ff4c3c;
     border-radius: 300px;
     color: #fff;
     font-size: 14px;
     padding: 6px;
   }
   
   .page-id-1147951 .bp-messages-wrap .chat-header .new-message{
     background-color: #ff4b3b;
     color: #fff !important;
   }
   
   .page-id-1147951 .bp-messages-wrap .chat-header .new-message i{
     color: #fff !important;
   }
   
   .page-id-1147951 .bp-messages-wrap .threads-list .thread.unread{
     background-color: rgba(255, 76, 60, 0.10);
   }
   
   .page-id-1147951 .bp-messages-wrap .threads-list .thread.unread:hover>*{
     background-color: rgba(255, 76, 60, 0.11);
   }
   
   /* end new messages */
/* Fix forum */
 .bp-nouveau .tmce-active .quicktags-toolbar {
 display: none !important;
 }

/* FIX ANNOUNCES */
.annonce-phone-size{
  display: none !important;
}

/*FIX JOBS MOVIJOB*/
.listjobsMovi{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resultcounter{
  margin-top: 32px;
  color:#4a4a4a;
  font-weight: 500;
  font-size:20px;
}
.formJobsSearch{
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 15px;
}
.selectFilters{
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.selectFilters select{
  width: 50%;
}
@media(max-width: 640px){
.formJobsSearch{
 flex-direction: column;
}
#emplois_page .btn {
width: 100%;
}
#emplois_page .category-select, #emplois_page .query-input {
width: 100%;
height: 36px;
flex: none;
color: #4a4a4a;
}
.selectFilters{
  flex-direction: column;
}
.selectFilters select{
  width: 100%;
  height: 36px;
}
}
@media(max-width: 480px){
#emplois_page .jobs-list .job-image{
display:none;
}
}

/*NEW INFO FLASH*/
.infoFlashRow{
  display: flex;flex-direction: row;justify-content:space-between;border: 1px solid #ff4c3c;box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);align-items: center;padding: 10px;gap:16px;cursor: pointer;margin-bottom: 15px;
}
.infoFlashImage span{
  width: 24px;height: 24px;background: #ff4c3c;display: flex;border-radius: 100%;background-position:center;background-image: url('https://talk.exentriq.com/file-upload/CZHpZpaYFNs6uGtoP/logofront.png');background-repeat: no-repeat;background-size: 14px;animation: 2s linear infinite fadein;
}
.infoFlashTitle{
  text-align: left;
}
.infoFlashTitle h6.infoFlashMainTitle{
color:#ff4c3c;font-weight: 500;font-family: heebo-medium;
}
.infoFlashTitle h6.infoFlashRealTitle{
color:#4a4a4a;font-size: 14px;font-family: 'heebo';max-width: 482px;
}
.infoFlashButton a{
  color:#fff;text-decoration: none;background: #ff4c3c;padding: 6px 24px; font-family: heebo-medium; font-size: 14px;
}
.infoFlashContainerElements{
  display: flex;
  gap: 15px;
  align-items: center;
}

@keyframes fadein{
    0% { opacity:1; }
    100% { opacity:0; }
    50% { opacity:1; }
    75% { opacity:0; }
    100% { opacity:1; }
}

@media(max-width: 640px){
  .addMarginTopFix{
    margin-top: 75px;
  }
  .infoFlashTitle h6.infoFlashRealTitle{
    width: auto;
    max-width: 100%;
  }
  .infoFlashButton{
    display: none;
  }
}

/* NEW MOST VIEWED */
.MostViewed7Days{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: left;
      align-content: left;
}
.block-title-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.block-title-wrapper h2{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-bottom: 10px;
  font-family: heebo-extra-bold;
}
.FiveMostViewedArticles{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px;
  border: 1px solid #ccc;
  max-width: 300px;
}
.articleMostViewed{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleMostViewed:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.articleMostViewedImage img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
}
.articleMostViewedTitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.articleMostViewedTitle a, .articleMostViewedTitle  p{
  margin: 0;
}
.articleMostViewedTitle p{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: heebo-bold;
  letter-spacing: 0.5pt;
}
.articleMostViewedTitle p.sante{
  color: #00a286
}
.articleMostViewedTitle p.mobilite{
  color: #a82d77;
}
.articleMostViewedTitle p.societe{
  color: #8f91c0;
}
.articleMostViewedTitle p.emploi{
  color: #3182b5;
}
.articleMostViewedTitle p.detente{
  color: #b2a78c;
}
.articleMostViewedTitle p.fiscalite{
  color: #cf1209;
}
.articleMostViewedTitle p.famille{
  color: #f8c320;
}
.articleMostViewedTitle p.nouvellearrivant{
  color: #ff7f0d;
}
.articleMostViewedTitle a{
  text-decoration: none;
  font-size: 12px;
  color: #222;
  font-family: heebo-extra-bold;
  padding: 0;
  text-transform: none !important;
  line-height: 1rem;
}
.articleMostViewedTitle a:hover{
  color: #4a4a4a;
}

/** NEW HOME **/
:root {
     --primary: #F94A16;
     --grey: #222222;
     --textColor: #4a4a4a;
     --whiteBgBlack: #ffffff;
     --white: #ffffff;
     --whiteTagColor: #ffffff;
     --blacktransparency: linear-gradient(180deg, rgba(0,0,0,0.00) 43%, #000000 100%);
     --bgGreyArticle: #f5f5f5;

     --emploie:#3182b5;
     --fiscalite:#cf1209;
     --mobilite:#a82d77;
     --famille:#f8c320;
     --sante:#00a286;
     --societe:#8f91c0;
     --nouvelarrivant:#ff7f0d;
     --detente:#b2a78c;
     --autres:#4a4a4a;
     
     --spacer: 16px;
     --spacerMobile: 8px;
     --lineHeight: 135%;
     --borderRadius: 2px;
}
 
 .emploiTag{
     background-color: var(--emploie);
     color: var(--whiteTagColor);
}
 .fiscaliteTag{
     background-color: var(--fiscalite);
     color: var(--whiteTagColor);
}
 .mobiliteTag{
     background-color: var(--mobilite);
     color: var(--whiteTagColor);
}
 .familleTag{
     background-color: var(--famille);
     color: var(--whiteTagColor);
}
 .santeTag{
     background-color: var(--sante);
     color: var(--whiteTagColor);
}
 .societeTag{
     background-color: var(--societe);
     color: var(--whiteTagColor);
}
 .nouvel-arrivantTag{
     background-color: var(--nouvelarrivant);
     color: var(--whiteTagColor);
}
 .detenteTag{
     background-color: var(--detente);
     color: var(--whiteTagColor);
}
.autresTag{
  color: var(--whiteTagColor);
  background-color: var(--autres);
}
 .titleTopArticle{
     font-size: 28px;
     margin-bottom: calc(var(--spacer) / 2);
     font-weight: 700;
     color: var(--whiteBgBlack);
     line-height: var(--lineHeight);
}
 .textTopArticle{
     font-size: 16px;
     color: var(--whiteBgBlack);
     line-height: var(--lineHeight);
}
 .titleArticle{
     font-size: 16px;
     margin-bottom: calc(var(--spacer) / 2);
     font-weight: 700;
     line-height: var(--lineHeight);
}
 .textArticle{
     font-size: 14px;
     line-height: var(--lineHeight);
     color: var(--textColor);
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
     white-space: pre-wrap;
}
 .commentArticle{
     position: absolute;
     top: var(--spacer);
     right: var(--spacer);
     background-color: var(--grey);
     padding: 4px 8px;
     color: var(--white);
     border-radius: var(--borderRadius);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 8px;
}
 .containerImgArticle{
     position: relative;
}
 .sponsoredArticle{
     background-image: var(--blacktransparency);
     height: 100%;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     position: absolute;
     top: 0px;
}
 .sponsoredArticle .containerTextSpons{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 16px;
     gap: 16px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .commentArticle span.styleBubble{
     font-size: 12px;
}
.commentArticle span.numberMessage{
     font-size: 14px;
}
 section.onearticle, section.twoarticles, section.threearticles{
     margin-top: var(--spacer);
}
 section.headerFull{
     background-size: cover;
     background-position: center;
     position: relative;
     overflow: hidden;
}
.linkHeaderFull{
  width: 100%;
}
section.headerFull a, section.threearticles a, section.twoarticles a, section.onearticle a{
  color: inherit;
}
 section.headerFull img.bgFirstArticle{
     width: 100%;
     height: 400px;
     object-fit:cover;
}
 section.headerFull .bgBlack{
     background-image: var(--blacktransparency);
     height: 100%;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     position: absolute;
     top: 0px;
}
 section.headerFull .bgBlack .containerHeroText{
     padding: var(--spacer);
}
 section.headerFull .bgBlack .containerHeroText .categoryArticle{
     margin-bottom: calc(var(--spacer) / 2);
     padding: calc( var(--spacer) / 4) calc(var(--spacer) / 2);
     border-radius: var(--borderRadius);
     text-transform: uppercase;
     display: inline-block;
     font-size:12px;
     font-weight: 700;
}
 section.threearticles{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: var(--spacer);
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 section.threearticles .singleArticle{
     -webkit-box-flex: calc(33.333333% - var(--spacer));
     -ms-flex: calc(33.333333% - var(--spacer));
     flex: calc(33.333333% - var(--spacer));
     background-color: var(--bgGreyArticle);
     position: relative;
}
 section.threearticles .singleArticle .containerInfoArticle{
     padding: var(--spacer);
}
 section.threearticles .singleArticle img.articleImage{
     width: 100%;
     height: 150px;
     object-fit: cover;
}
 section.threearticles .singleArticle .containerInfoArticle .categoryArticle{
     margin-bottom: calc(var(--spacer) / 2);
     padding: calc( var(--spacer) / 4) calc(var(--spacer) / 2);
     border-radius: var(--borderRadius);
     text-transform: uppercase;
     display: inline-block;
     font-size: 12px;
     font-weight: 700;
}
 section.threearticles .sponsoredArticle .containerTextSpons span{
     color: var(--white);
     font-size: 10px;
     width: 100%;
     text-align: right;
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
 section.threearticles .sponsoredArticle .containerTextSpons img{
     width: 40%;
}
 section.twoarticles{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: var(--spacer);
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 section.twoarticles .singleArticle{
     -webkit-box-flex: calc(50% - var(--spacer));
     -ms-flex: calc(50% - var(--spacer));
     flex: calc(50% - var(--spacer));
     background-color: var(--bgGreyArticle);
     position: relative;
}
#newTwoArticles div:nth-child(5) a, section.twoarticles div:nth-child(5) a{
flex-direction:row;
align-items:center;
display:flex;
}
section.twoarticles div.twoarticlesserie10B a{
    flex-direction: row;
    align-items: center;
    display: flex;
}
section.twoarticles div.twoarticlesserie10B a .containerImgArticle{
  flex:2;
}
section.twoarticles div.twoarticlesserie10B a .containerInfoArticle{
  flex:3;
}
section.twoarticles div.twoarticlesserie10B a .containerImgArticle img{
  width: 100%;
  height: 225px;
  object-fit: cover;
}
 section.twoarticles .singleArticle .containerInfoArticle{
     padding: var(--spacer);
}
 section.twoarticles .singleArticle img.articleImage{
     width: 100%;
     height: 250px;
     object-fit: cover;
}
 section.twoarticles .singleArticle .containerInfoArticle .categoryArticle{
     margin-bottom: calc(var(--spacer) / 2);
     padding: calc( var(--spacer) / 4) calc(var(--spacer) / 2);
     border-radius: var(--borderRadius);
     text-transform: uppercase;
     display: inline-block;
     font-size:12px;
     font-weight: 700;
}
 section.twoarticles .sponsoredArticle .containerTextSpons span{
     color: var(--white);
     font-size: 14px;
     width: 100%;
     text-align: right;
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
 section.twoarticles .sponsoredArticle .containerTextSpons img{
     width: 45%;
}
 section.onearticle{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: var(--spacer);
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 section.onearticle .singleArticle{
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-color: var(--bgGreyArticle);
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 section.onearticle .singleArticle .containerInfoArticle{
     padding: var(--spacer);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-flex: 3;
     -ms-flex: 3;
     flex: 3;
}
 section.onearticle .singleArticle .containerImgArticle{
     -webkit-box-flex: 2;
     -ms-flex: 2;
     flex: 2;
}
 section.onearticle .singleArticle img.articleImage{
     width: 100%;
     height: 225px;
     -o-object-fit: cover;
     object-fit: cover;
}
 section.onearticle .singleArticle .containerInfoArticle .categoryArticle{
     margin-bottom: calc(var(--spacer) / 2);
     padding: calc( var(--spacer) / 4) calc(var(--spacer) / 2);
     border-radius: var(--borderRadius);
     text-transform: uppercase;
     display: inline-block;
     font-size: 12px;
     font-weight: 700;
}
 section.onearticle .sponsoredArticle .containerTextSpons span{
     color: var(--white);
     font-size: 12px;
     width: 100%;
     text-align: right;
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
 section.onearticle .sponsoredArticle .containerTextSpons img{
     width: 45%;
}
 @media(max-width:768px){
   section.twoarticles div.twoarticlesserie10 a{
   flex-direction: column;
   }
   section.twoarticles div.twoarticlesserie10 a .containerInfoArticle{
   flex:1 !important;
   }
     section.threearticles .singleArticle .containerInfoArticle .categoryArticle{
         font-size: 12px;
         margin-bottom: var(--spacerMobile);
    }
    section.twoarticles div.twoarticlesserie10 a .containerImgArticle img{
     height: 100%;
    }
    section.twoarticles div.twoarticlesserie10B a{
      display:block;
    }
     .titleArticle{
         font-size: 16px;
         margin-bottom: var(--spacerMobile);
    }
     .textArticle{
         font-size: 14px;
         margin-bottom: var(--spacerMobile);
    }
     section.onearticle, section.twoarticles, section.threearticles{
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-wrap: unset;
         flex-wrap: unset;
    }
     section.onearticle .singleArticle, section.twoarticles .singleArticle, section.threearticles .singleArticle{
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: column;
    }
     section .singleArticle .containerImgArticle{
         max-width: none !important;
         -webkit-box-flex: 2 !important;
         -ms-flex: 2 !important;
         flex: 2 !important;
         overflow: hidden;
    }
     section .singleArticle .containerImgArticle img.articleImage{
         -o-object-fit: cover;
         object-fit: cover;
         height: 100%;
    }
     section .singleArticle .containerInfoArticle{
         -webkit-box-flex: 3 !important;
         -ms-flex: 3 !important;
         flex: 3 !important;
    }
}
@media(max-width:768px){
  #playerExeq video{
  width:100%;
  max-width:300px;
  }
}

/* AilleurWeb */
.post-annonces-wrapper-new{
  background-color: #f5f5f5;
  max-width: 734px;
  border: 1px solid #f5f5f5;
}

.post-annonces-wrapper-new .title-article-c{
    font-size: 20px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-weight: 700;
    color: #F94A15;
    padding: 16px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.containerAilleurWeb{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    padding: 16px;
}

.containerAilleurWeb .external-post-new{
    min-width: 200px;
    flex: 1;
    max-width: calc(33.33333% - 10px);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

.containerTextAilleur{
flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.containerAilleurWeb .external-post-new a{
  display:block;
}

.containerAilleurWeb .external-post-new img{
  width: 100%;
}

.containerAilleurWeb .external-post-new p.ads-client-new{
  margin-top: 16px;
  margin-bottom: 0px !important;
  background-color: #eee;
  color: #222;
  padding: 0px 8px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
}

.containerAilleurWeb .external-post-new a.title-article-new{
  font-size: 14px;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}
.image-aw-new{
  margin-top:0px !important;
}

/* new comments */
.containerComments{
  margin-bottom: 32px;
  max-width: 734px;
  border: 1px solid #f5f5f5;
  padding: 0px;
  width: 100%;
}

.containerComments .article-comment {
  padding: 16px;
  position: relative;
}


.containerComments a.reply-link-new{
  color: #F94A15;
  text-decoration: underline;
  cursor: pointer;
}


.containerComments .article-comment:nth-child(odd){
      background-color: #f5f5f5;
}

.containerComments .article-comment:nth-child(even){
      background-color: #ffffff;
}


.containerComments .containerName{
  display: flex;
  align-items: center;
  gap: 15px;
}

.containerComments .containerName a{
  display: inline-block;
  position: relative;
}
.containerComments .containerName a img.small-badge{
position: absolute;
top: 0;
right: -5px;
left: auto;
width: 20px;
height: 20px;
}
.containerComments .containerName .top-part-new a{
  text-decoration: none;
  color: #4a4a4a;
}

.containerComments .containerName .top-part-new a:hover{
  color: #F94A15;
}

.containerComments .containerName .top-part-new a h5{
  font-size: 20px;
  margin: 0px;
  text-decoration: none;
}

.containerComments .containerName img{
  border-radius: 50px;
  border: none;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.containerComments .containerName .top-part-new .author-details-new{
  font-size: 12px;
  color: #666666;
}

.containerComments .heroComms{
      display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
        padding: 0px 16px;
        padding-top: 16px;
}


.containerComments .heroComms .com-title{
    font-size: 20px;
    margin-top: 0px;
    font-weight: 600;
    color: #F94A15;
    text-transform: uppercase;
}

.containerComments .heroComms .com-number{
      font-size: 14px;
    color: #666666;
}


.containerComments .article-comment .heroContainer{
      display: flex;
    justify-content: space-between;
}

.containerComments .article-comment span.date{
font-size: 12px;
display: block;
text-align: right;
color: #666666;
}


.containerComments .article-comment .comment-bottom-part-new .comment-content-new blockquote{
  margin: 16px 0px;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.10);
  border-style: none !important;
  width: 100%;
}

.containerComments .article-comment .comment-bottom-part-new .comment-content-new blockquote p{
  margin: 0px;
  font-size: 14px;
  color: #212529;
}

.containerComments .comment-details-new{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.containerComments .comment-details-new .zeno-comments-report-link a.report{
text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: -2px;
}

.containerComments .comment-details-new .zeno-comments-report-link a.report span{
  color: #4a4a4a;
}

.containerComments .comment-details-new .zeno-comments-report-link a.report span:hover{
  color: #F94A15;
}

.containerComments .wp_ulike_general_class{
  /*margin-top: 16px;*/
}

.containerComments .comment-text-new p{
  margin:16px 0px;
}
.containerComments .wpulike{
  padding: 0px !important;
}
.containerComments .comment-bottom-links .reply-link, .containerComments .comment-bottom-links .login-link{
  display: flex;
  align-items: center;
  gap: 8px;
}
.containerComments .comment-bottom-links .reply-link:hover,.containerComments .comment-bottom-links .login-link:hover{
 cursor:pointer;
}
.containerComments .comment-bottom-links .reply-link span,.containerComments .comment-bottom-links .login-link span{
font-size: 16px;
}
span.zeno-comments-report-link {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #cf1209;
}
.newPostCommentForm{
  padding: 16px;
  display: flex;
  padding-top: 0px;
}

.zeno-comments-report-link a.report{
display:inline-block;
}
.zeno-comments-report-link a.report span.material-symbols-outlined{
font-size:18px;
}

.divfootercomment{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.zeno-comments-report-link a.report span.material-symbols-outlined{
  color:#4a4a4a;
}
#tinymce blockquote.quote{
  margin: 0 !important;
  padding: 8px !important;
  border: 1px dashed #eee !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05) !important;
}
@media(min-width:992px) and (max-width:1200px){
  .containerAilleurWeb .external-post-new{
  max-width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .containerAilleurWeb .external-post-new{
  max-width: calc(100% - 10px);
  }
  .containerComments .containerName .top-part-new .author-details-new{
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 380px) {
  .divfootercomment{
   display: block;
  }
  .divfootercomment .zeno-comments-report-link{
   text-align: left;
   margin-top: 8px;
  }
}