/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2025 | 09:37:53 */
:root {
  --wd-dropdown-padding: 5px;
  --btn-transform: inherit;
  --wd-header-el-transform: inherit;
  --wd-header-el-font-weight: 400;
  --wd-header-el-font-size: 14px;
}
.gf_login_links {
  display: none !important;
}
.gf_login_links a {
  display: none;
}
.portago {
  font-family: var(--wd-title-font);
}
.portago .title {
  font-family: var(--wd-title-font);
}
.portago .title h2, .portago .title h3, .portago .title h4, .portago .title h5, .portago .title h6 {
  font-family: var(--wd-title-font);
}
.title_28 h2 {
  font-size: 28px;
}
.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
  margin-top: 10px !important;
}
.sidebar-right {
  border-left: 1px dashed #4B4F54;
  padding-left: 30px;
}
.wd-nav {
  margin-bottom: 0;
}
.wd-nav > li > a {
  text-transform: inherit;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--wd-text-font);
}
.wd-nav .wd-dropdown-menu {
  background-color: #303030;
}
.wd-nav .wd-dropdown-menu .wd-sub-menu {
  padding: 0 10px 10px 0px;
  margin-top: 6px;
  --sub-menu-color: #aaa !important;
  --sub-menu-color-hover: white !important;
}
.wd-nav .wd-dropdown-menu .wd-sub-menu > li {
  margin: 0 !important;
  padding: 0 6px;
  width: 300px;
}
.wd-nav .wd-dropdown-menu .wd-sub-menu > li a {
  padding: 4px 20px 4px 5px !important;
  line-height: 21px !important;
  --sub-menu-color: #aaa !important;
  --sub-menu-color-hover: white !important;
}
.wd-nav .wd-dropdown-menu .wd-sub-menu:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #303030;
  transition: border-color 0.3s;
}
.wd-nav.wd-layout-drilldown > li [class*="sub-menu"] > .menu-item > a {
  font-weight: 400;
  text-transform: inherit;
}
.home .wpml-ls-link, .page-template-periode_salariale .wpml-ls-link {
  color: white;
}
.home .wpml-ls-link:hover, .page-template-periode_salariale .wpml-ls-link:hover {
  color: white;
}
.home .wd-nav, .page-template-periode_salariale .wd-nav {
  margin-bottom: 0;
}
.home .wd-nav > li > a, .page-template-periode_salariale .wd-nav > li > a {
  color: white;
  text-transform: inherit;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--wd-text-font);
}
.home .wd-nav .wd-dropdown-menu, .page-template-periode_salariale .wd-nav .wd-dropdown-menu {
  background-color: white;
}
.home .wd-nav .wd-dropdown-menu .wd-sub-menu, .page-template-periode_salariale .wd-nav .wd-dropdown-menu .wd-sub-menu {
  --sub-menu-color: #888 !important;
  --sub-menu-color-hover: #555 !important;
}
.home .wd-nav .wd-dropdown-menu .wd-sub-menu > li, .page-template-periode_salariale .wd-nav .wd-dropdown-menu .wd-sub-menu > li {
  margin: 0 !important;
  padding: 0 6px;
  width: 300px;
}
.home .wd-nav .wd-dropdown-menu .wd-sub-menu > li a, .page-template-periode_salariale .wd-nav .wd-dropdown-menu .wd-sub-menu > li a {
  --sub-menu-color: #888 !important;
  --sub-menu-color-hover: #555 !important;
  font-family: var(--wd-text-font);
}
.home .wd-nav .wd-dropdown-menu .wd-sub-menu:after, .page-template-periode_salariale .wd-nav .wd-dropdown-menu .wd-sub-menu:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  transition: border-color 0.3s;
}
.home .article-body-container h3 a, .page-template-periode_salariale .article-body-container h3 a {
  font-size: 20px;
}
.intro-banner {
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .intro-banner {
    background-size: 100%;
    background-position: top center;
  }
}
.intro-banner.dark-overlay:before {
  content: "";
  mix-blend-mode: multiply;
  background-color: rgba(200, 200, 200, 0.65);
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.intro-banner.dark-overlay .title_home h1.title {
  text-transform: uppercase;
}
.intro-banner.dark-overlay .title_home .title-subtitle {
  font-weight: 400 !important;
}
.categories-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}
.categories-container .new-category-box {
  width: calc(100% - 20px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 10px;
  text-align: left;
  padding: 25px;
  border-radius: 4px;
  transition: 0.35s;
  background: #f8f8f8;
  margin: 10px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .categories-container .new-category-box {
    width: calc(33% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .categories-container .new-category-box {
    width: calc(25% - 20px);
  }
}
.categories-container .new-category-box:hover {
  background: #43b02a;
  box-shadow: 0 4px 12px rgba(67, 176, 42, 0.35);
  color: #fff;
}
.categories-container .new-category-box:hover .category-box-counter {
  color: #fff;
}
.categories-container .new-category-box:hover h3 {
  color: white !important;
}
.categories-container .new-category-box .category-box-counter {
  color: #909090;
  margin: 0 auto 0 0;
  margin-bottom: 0px;
  transition: 0.35s;
  margin-bottom: 18px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  background: 0 0 !important;
  font-size: 48px;
  opacity: 0.18;
  font-weight: 500;
  transform: translateY(-50%);
}
.categories-container .new-category-box .category-box-content {
  position: static;
  width: auto;
}
.categories-container .new-category-box .category-box-content h3 {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
  transition: 0.35s;
  padding-right: 18px;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .categories-container .new-category-box .category-box-content h3 {
    padding-right: 90px;
  }
}
.information-icon {
  margin-left: 10px;
}
:is(.breadcrumbs, .yoast-breadcrumb) :is(a, span) {
  text-transform: inherit !important;
  font-weight: 400;
  font-size: 13px;
}
.yoast-breadcrumb > span > span > a {
  color: var(--wd-alternative-color);
}
.wd-tabs-header {
  margin-bottom: 3.5rem !important;
}
.page-title {
  margin-block: 0 30px !important;
}
@media screen and (max-width: 767px) {
  .page-title {
    --wd-title-sp: 40px !important;
  }
}
.page-title:before {
  background-color: unset !important;
}
.pemsa .gform_wrapper .description, .pemsa .gform_wrapper .gfield_description, .pemsa .gform_wrapper .gsection_description, .pemsa .gform_wrapper .instruction, .pemsa .gform_wrapper .gform_required_legend {
  color: white;
}
.pemsa .gform_wrapper .gfield_required {
  color: black;
  font-weight: bold;
}
.pemsa .gform_wrapper .gfield_label {
  color: white;
}
.pemsa .gform_wrapper #gform_submit_button_1 {
  background: black;
}
.pemsa .gform_wrapper #gform_submit_button_1:hover {
  background: white;
  color: black;
}
.pemsa .gform_wrapper .gform_drop_area:before {
  color: #4B4F54;
}
.pemsa .gform_wrapper .gform_drop_area .gform_button_select_files {
  background-color: #4B4F54 !important;
}
.pemsa .gform_wrapper .gform_drop_area .gform_button_select_files:hover {
  background-color: black !important;
}
.wp-grid-builder .wpgb-card-1 .wpgb-card-body .trade_picture img {
  height: 235px;
  max-width: 450px;
  bottom: 0;
  position: absolute;
  top: 0;
  display: block;
  right: -80px;
}
.wp-grid-builder .wpgb-card-1 .wpgb-card-footer {
  z-index: 99;
}
.home .wpgb-facet .wpgb-facet-title {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 22px;
  transform: translateY(calc(-100% - 15px));
  cursor: default;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.home .wpgb-facet .wpgb-select, .home .wpgb-facet .wpgb-input {
  border-color: white;
}
.home .wpgb-facet fieldset {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home #search .wpb_column {
    margin: 25px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .home #search .wpb_column.search_input {
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  .home #search .wpb_column.search_input .vc_column-inner {
    background-color: unset;
  }
}
.home #search .wpb_column .vc_column-inner {
  background-color: white;
}
.home #search .wpb_column .vc_column-inner .wpb_raw_code {
  padding: 10px 12px;
  margin-bottom: 0 !important;
  max-height: 60px;
}
.wpgb-apply {
  margin: 0 !important;
}
.btn_pg {
  box-shadow: 0 4px 12px rgba(229, 0, 81, 0.25) !important;
  padding: 12px 18px;
  line-height: 22px;
  text-transform: unset;
  font-size: 14px;
  font-weight: 500;
}
.btn_pg:hover {
  box-shadow: 0 4px 12px rgba(30, 30, 30, 0.25) !important;
}
.flip-banner {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 999;
}
.flip-banner:after {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 100;
  transition: all 0.6s;
}
.flip-banner:hover:after {
  opacity: 0.6;
}
.flip-banner:hover .flip-banner-content .flip-hidden {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.flip-banner:hover .flip-banner-content .flip-visible {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-150%);
}
.flip-banner .flip-banner-content {
  position: relative;
  top: 50%;
  z-index: 200;
}
.flip-banner .flip-banner-content h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: block;
}
.flip-banner .flip-banner-content h1, .flip-banner .flip-banner-content h2, .flip-banner .flip-banner-content h3, .flip-banner .flip-banner-content h4, .flip-banner .flip-banner-content h5, .flip-banner .flip-banner-content h6 {
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
}
.flip-banner .flip-banner-content .flip-visible, .flip-banner .flip-banner-content .flip-hidden {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.flip-banner .flip-banner-content .flip-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.flip-banner .flip-banner-content .flip-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150%);
}
.flip-banner .flip-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #333;
  opacity: 0.4;
  background-size: cover;
}
.white {
  color: white !important;
}
@media screen and (max-width: 499px) {
  #agency_list .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#agency_list .cq-coveranimation {
  max-height: 398px;
}
@media screen and (min-width: 1440px) {
  #agency_list .cq-coveranimation {
    max-height: 422px;
  }
}
#agency_list .cq-coveranimation .cq-coveranimation-img {
  width: 500px;
  height: 500px;
}
#agency_list .templatera_shortcode .vc_row.wpb_row {
  margin: 15px 0;
}
.counter_pg .counter-value {
  color: #4B4F54;
}
#history .wd-autoheight .wd-carousel-wrap {
  align-items: center !important;
}
#history .wd-autoheight .wd-carousel-wrap h2 {
  font-size: 24px;
}
#history .wd-autoheight .wd-carousel-wrap h3 {
  font-family: var(--wd-title-font);
}
#history .wd-autoheight .wd-carousel-wrap h3 u {
  font-family: var(--wd-title-font);
}
#history .wd-arrow-inner {
  color: white;
}
#map h2.title {
  /* font-size: 3em;
    		color: #ffffff; */
}
#map .hotspot-content {
  width: 330px;
}
#map h4 {
  color: #4B4F54;
}
#map .btn-flex {
  display: flex;
  flex-direction: row;
  align-content: space-evenly;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
  min-width: 280px;
}
#map .btn-flex .agence.button, #map .btn-flex .map.button {
  line-height: 10px;
  padding: 12px;
  font-weight: 500;
  font-size: 14px;
  min-height: unset;
  text-transform: unset;
  background-color: #4B4F54;
  color: white;
  width: 140px;
}
.agency_address h4 {
  color: black;
  margin-bottom: 5px;
}
.agency_address h5 {
  color: black;
}
.custom-html-widget .widget-box {
  background-color: #f8f8f8;
  padding: 32px 35px;
}
.custom-html-widget .widget-box .contact-informations li {
  margin: 6px 0;
  padding: 0;
}
.custom-html-widget .widget-box .contact-informations li i {
  float: left;
  margin: 4px 7px 0 0;
  color: #888;
}
.custom-html-widget .widget-box .contact-informations li a {
  color: #4B4F54;
}
.custom-html-widget .widget-box .contact-informations.second {
  margin-top: 25px;
}
@media (min-width: 1025px) {
  .wd-tabs.tabs-design-simple .wd-tabs-header {
    justify-content: space-between;
  }
}
.entry-meta {
  display: none;
}
.entry-meta.wd-entry-meta {
  display: none;
}
.hovered-social-icons, .read-more-section {
  display: none;
}
.post-single-page .meta-post-categories {
  display: none;
}
.post-single-page .wd-post-cat.wd-style-with-bg {
  background-color: black;
}
.post-single-page .post-title {
  line-height: 1.2em !important;
  font-size: 36px !important;
  text-align: left;
  color: #4B4F54 !important;
}
.meta-categories-wrapp {
  display: none;
}
.single-post .wd-single-footer {
  display: none;
}
.single-post .wd-page-nav {
  border: none;
}
.single-post .wd-page-nav .wd-page-nav-btn .wd-entities-title {
  font-family: unset !important;
}
.single-post .wd-page-nav .wd-page-nav-btn .wd-label {
  display: none !important;
}
.single-post .wd-page-nav .back-to-archive {
  display: none;
}
.single-post .wd-meta-author, .single-post .wd-meta-reply {
  display: none;
}
.single-post .wd-meta-date {
  margin-bottom: 10px;
}
#metier-select {
  display: inline-block;
  width: fit-content;
}
#agency-list {
  display: inline-block;
}
#agency-list #agency-select {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #agency-list #agency-select {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #job-content-iframe {
    height: 90vh !important;
  }
}
footer .menu a {
  font-size: 14px;
}
.iti__dropdown-content, .iti--fullscreen-popup.iti--container {
  z-index: 9999 !important;
}
#chart_stat {
  margin: 35px auto;
}
.double_stat {
  width: 100%;
}
.double_stat .first {
  width: 65%;
}
.double_stat .last {
  margin-left: 2%;
  width: 30%;
}
.center-left-mobile {
  text-align: center;
}
@media screen and (max-width: 499px) {
  .center-left-mobile {
    text-align: left;
  }
}
h2.center-left-mobile {
  padding-top: 15px;
  padding-bottom: 10px;
}
.subtitle.center-left-mobile {
  opacity: 0.5;
}
#marques_groupe .box-icon-wrapper {
  text-align: center;
}
#marques_groupe .wd-info-box {
  height: 530px;
}
#marques_groupe .info-box-content {
  margin: 70px 0 50px;
}
@media screen and (min-width: 1024px) {
  .title-size-large .title {
    font-size: 2em !important;
  }
}
.wd-tab-content.wd-active {
  display: block !important;
}
