/*
	Theme Name:Styléo Child Theme
	Theme URI:http://styleo.fr
	Description:Child theme Styléo
	Author:Styléo
	Theme URI: http://styleo.fr
	Template:roots
	Version:7.0
*/

/*******************
  *      GLOBAL
  *******************/

@font-face {
  font-family: "Barlow-Regular";
  src: url("../../plugins/styleo-admin/assets/fonts/barlow/Barlow-Regular.ttf");
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../../plugins/styleo-admin/assets/fonts/barlow/Barlow-Medium.ttf");
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../../plugins/styleo-admin/assets/fonts/barlow/Barlow-SemiBold.ttf");
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("../../plugins/styleo-admin/assets/fonts/barlow/Barlow-Bold.ttf");
}

body {
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Barlow-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  /* padding: 0;
  margin: 0; */
}
h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 32px;
  font-family: "Barlow-Bold", sans-serif;
}
h3,
.h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}

a {
  color: #f36f21;
  transition: color 0.3s ease, background-color 0.3s ease;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
.minheight-400 {
  min-height: 400px;
}
.uc {
  text-transform: uppercase;
}
.ftn20 {
  font-size: 20px;
}
.ftn32 {
  font-size: 32px;
}
.h2-sous-titre {
  margin: 0 0 10px;
  line-height: 1.3;
}
/*******************
  *      TITRES
  *******************/
.main-title {
  font-size: 32px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  margin: 0 0 6px;
  font-weight: 400;
}
.h2-title {
  font-size: 26px;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0 0 6px;
  font-weight: 400;
}
.pre-title {
  font-size: 16px;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0 0 6px;
  font-weight: 400;
}
.sub-title {
  font-size: 18px;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0 0 6px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 38px;
  }
  .h2-title {
    font-size: 32px;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0 0 6px;
    font-weight: 400;
  }
  .pre-title {
    font-size: 18px;
  }
  .sub-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .main-title {
    font-size: 42px;
  }
  .h2-title {
    font-size: 38px;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0 0 6px;
    font-weight: 400;
  }
  .pre-title {
    font-size: 20px;
  }
  .sub-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .main-title {
    font-size: 50px;
  }
  .h2-title {
    font-size: 40px;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0 0 6px;
    font-weight: 400;
  }
  .pre-title {
    font-size: 22px;
  }
  .sub-title {
    font-size: 30px;
  }
}
/*
// Exception uniquement si police extravagante
@media (min-width:1600px) {
	.main-title {font-size:60px;}
	.sub-title {font-size:30px;}
}
*/

/*******************
  *      BOUTONS
  *******************/
.btn-std {
  display: inline-block;
  line-height: 1;
  background-color: #fafafa;
  border: 1px solid #ececec;
  color: #000000;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none !important;
}
.btn-std:hover,
.btn-std:active,
.btn-std:focus {
  background-color: #ececec;
  color: #000000;
}
.btn-std.block {
  display: block;
}
.btn-std.uc {
  text-transform: uppercase;
}
.btn-std.noborder {
  border: none !important;
}

.btn--round {
  border: 1px solid white;
  border-radius: 35px;
  padding: 20px 40px;
}

/* size */
.btn-std.xs {
  padding: 6px 10px;
  font-size: 14px;
}
.btn-std.md {
  padding: 10px 20px;
  font-size: 18px;
}
.btn-std.lg {
  padding: 12px 25px;
  font-size: 20px;
}

/* colors */
.btn-std.white {
  background-color: #ffffff;
  border: 1px solid #ececec;
  color: #000000;
}
.btn-std.white:hover,
.btn-std.white:active,
.btn-std.white:focus {
  background-color: #ececec;
  color: #000000;
}

.btn-std.black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-std.black:hover,
.btn-std.black:active,
.btn-std.black:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.btn-std.red {
  background-color: #ffd9d9;
  border: 1px solid #ff9999;
  color: #000000;
}
.btn-std.red:hover,
.btn-std.red:active,
.btn-std.red:focus {
  background-color: #ff9999;
  color: #000000;
}

.btn-std.blue {
  background-color: #1e3d82;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-std.blue:hover,
.btn-std.blue:active,
.btn-std.blue:focus {
  background-color: #3566d1;
  color: #ffffff;
}

.btn-std.purple {
  background-color: #a64cff;
  border: 1px solid #7300e5;
  color: #ffffff;
}
.btn-std.purple:hover,
.btn-std.purple:active,
.btn-std.purple:focus {
  background-color: #a687ff;
  color: #ffffff;
}

.btn-round {
  padding: 7px 30px;
  text-transform: uppercase;
  color: #58585a;
  display: inline-block;
}
.btn-round.brd-orange {
  border: 1px solid #f36f21;
  border-radius: 22px;
  background-color: transparent;
  transition: 0.3s;
}
.btn-round.brd-orange:hover {
  border: 1px solid #f36f21;
  border-radius: 22px;
  background-color: #f36f21;
  color: #ffffff;
}
/*******************
  *      BACKGROUNDS
  *******************/
.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.bg-pattern {
  background: url(./images/pattern-1.jpg) repeat center top transparent;
}
.bg-pattern.repeatx {
  background-repeat: repeat-x;
}
.bg-pattern.repeaty {
  background-repeat: repeat-y;
}
.bg-pattern.cover {
  background-size: cover;
}
.bg-pattern.contain {
  background-size: contain;
}

.bg--black {
  background-color: #000000;
}
.bg--light-black {
  background-color: #222222;
}
.bg--grey {
  background-color: #d8d8d8;
}
.bg--transparent {
  background-color: transparent;
}
.bg--white {
  background-color: #fff;
}
.bg--light-grey {
  background-color: #f8f8f8;
}
.bg--light-grey2 {
  background-color: #ebebeb;
}
.bg--design-architect-white {
  background: url("./images/bg-archi-blanc.png") no-repeat center bottom / cover;
}
.bg--design-architect-grey {
  background: url("./images/bg-archi-grey.png") no-repeat center bottom / cover;
}

/*******************
  *     GLOBAL CSS OVERRIDE
  *******************/

p {
  color: #58585a;
}
.grey {
  color: #222222;
}
.lightgrey {
  color: #c2c2c2;
}
.orange {
  color: #f36f21;
  fill: #f36f21;
}
.black,
.black p {
  color: #222222;
}
.white {
  color: #fff;
}
.another_grey {
  color: #f1e5da;
}
.barlow-r {
  font-family: "Barlow-Regular", sans-serif;
}
.barlow-m {
  font-family: "Barlow-Medium", sans-serif;
}
.barlow-sb {
  font-family: "Barlow-SemiBold", sans-serif;
}
.barlow-b {
  font-family: "Barlow-Bold", sans-serif;
}
@media (min-width: 991px) {
  .center-content {
    width: 50%;
    margin: 0 auto;
  }
}
.justify-center {
  justify-content: center;
}
.flex_content_section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.flex_content_section_nj {
  align-items: center;
  display: flex;
}

.position-relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

.mb-auto {
  margin-bottom: auto;
}
.mt-auto {
  margin-top: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.xs-mr-2 {
  margin-right: 20px;
}

.col-xs-padding-top-05 {
  padding-top: 5px;
}

.col-xs-padding-right-12 {
  padding-right: 12px;
}

.orange_bubble {
  background-color: #f36f21;
  border-radius: 22px;
  padding: 7px 20px;
  text-align: center;
}
.newsletter-hide {position: absolute; top: 0; opacity: 0; z-index: -1;}
.main-footerV2 .orange_bubble {
  padding: 10px 30px;
  width: max-content;
  margin: auto;
  display: block;
  transition: 0.3s;
  border: 1px solid #f36f21;
  color: white;
}
.main-footerV2 .orange_bubble:hover {
  padding: 10px 30px;
  width: max-content;
  margin: auto;
  display: block;
  background-color: transparent;
  color: white;
}
.transparent_bubble {
  background-color: transparent;
  border-radius: 22px;
  padding: 5px 30px;
  text-align: center;
  border: 1px solid #f36f21;
  transition: 0.3s;
  color: white;
  width: max-content;
  margin: auto;
  display: block;
}
.transparent_bubble:hover {
  background-color: #f36f21;
  color: white;
}
.black_bubble {
  background-color: #222222;
  border-radius: 22px;
  padding: 5px 20px;
  text-align: center;
  border: none;
}
.main-headerV2 .white_bubble:not(.btn-link-offers),
.main-headerV2 .black_bubble {
  padding: 12px 32px;
}
.main-headerV2 .white_bubble:hover,
.main-headerV2 .black_bubble:hover {
  color: #f36f21;
}

.search_form_offers_container .white_bubble:hover,
.search_form_offers_container .black_bubble:hover {
  color: white;
  background-color: #000000;
  transition: background-color 0.5s ease;
}
.white_bubble:hover .icon-nfi-building.orange,
.white_bubble:hover .icon-nfi-local.orange,
.white_bubble:hover .icon-nfi-terrain.orange {
  color: white;
}

button.black_bubble {
  border: 0px;
}
.one_post_container_first_section .white_bubble {
  color: white;
  background-color: #58585a;
  border-radius: 22px;
  padding: 7px 20px;
  text-align: center;
  margin-top: 15px;
}
.one_post_container_first_section .orange_bubble{
  margin-top: 15px;
}
@media (min-width: 500px) {
  .one_post_container_first_section .white_bubble {
    color: #58585a;
    background-color: white;
    margin-top: 0px;
  }
}
.white_bubble {
  color: #58585a;
  background-color: white;
  border-radius: 22px;
  padding: 12px 30px;
  text-align: center;
}
.white_bubble.bordered {
  border: 1px solid #d8d8d8;
}
.lined_blank {
  display: flex;
  align-items: center;
}
.blank_bubble {
  width: 34px;
  height: 18px;
  border-radius: 22px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.blank_bubble.cube_blank {
  display: flex;
  height: 34px;
  border-radius: 12px;
}
.blank_bubble.cube_blank span {
  margin: auto;
  color: #ffffff;
  font-family: "Barlow-SemiBold", sans-serif;
}
@media (min-width: 500px) {
  .blank_bubble {
    width: 44px;
  }
  .blank_bubble.cube_blank {
    height: 44px;
  }
}
.blank_bubble.en_blank:nth-child(1) {
  background-color: #808080;
}
.blank_bubble.en_blank:nth-child(2) {
  background-color: #8c8c8c;
}
.blank_bubble.en_blank:nth-child(3) {
  background-color: #a5a5a5;
}
.blank_bubble.en_blank:nth-child(4) {
  background-color: #dedede;
}
.blank_bubble.en_blank:nth-child(5) {
  background-color: #bcbcbc;
}
.blank_bubble.en_blank:nth-child(6) {
  background-color: #9a9a9a;
}
.blank_bubble.en_blank:nth-child(7) {
  background-color: #343434;
}
.blank_bubble.gz_blank:nth-child(1) {
  background-color: #d1d1d1;
}
.blank_bubble.gz_blank:nth-child(2) {
  background-color: #adadad;
}
.blank_bubble.gz_blank:nth-child(3) {
  background-color: #8e8e8e;
}
.blank_bubble.gz_blank:nth-child(4) {
  background-color: #6e6e6e;
}
.blank_bubble.gz_blank:nth-child(5) {
  background-color: #535353;
}
.blank_bubble.gz_blank:nth-child(6) {
  background-color: #373737;
}
.blank_bubble.gz_blank:nth-child(7) {
  background-color: #1f1f1f;
}
button.orange_bubble {
  border: 1px solid #f36f21;
  padding: 5px 30px;
}
/*******************
  *      HEADER
  *******************/
.main-header {
  background-color: #ebebeb;
  position: relative;
}
.main-header.main-headerV2 nav {
  padding: 30px 50px;
  position: relative;
}

.main-header .wrapper-logo {
  padding: 15px 0;
}
.main-header .wrapper-logo a,
.main-header .wrapper-logo img {
  display: inline-block;
}

/*  Main menu - mobile button  */
.st-burgermenu {
  position: absolute;
  top: 25px;
  left: 30px;
  background: none;
  padding: 18px;
  border: none;
  margin: 0;
  border-radius: 0;
  line-height: 1;
  z-index: 1100;
}

.st-burgermenu .st-burger {
  display: inline-block;
}
.st-burgermenu .st-burger .icon-bar {
  height: 3px;
  margin-bottom: 5px;
  background-color: #ffffff;
  position: relative;
  border-radius: 0;
  display: block;
  transition: background-color 0.3s ease;
}
.st-burgermenu .st-burger .icon-bar:before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.st-burgermenu .st-burger .icon-bar,
.st-burgermenu .st-burger .icon-bar:before {
  width: 26px;
}
.st-burgermenu .st-burger .icon-bar.v2 {
  width: 18px;
  transition: width 0.4s ease;
}
.st-burgermenu .st-burger .icon-bar.v3 {
  width: 9px;
  margin-bottom: 0;
  transition: width 0.4s ease;
}
.st-burgermenu:hover .st-burger .icon-bar,
.st-burgermenu:focus .st-burger .icon-bar {
  width: 26px;
  background-color: #ffffff;
}

.st-burgermenu .st-text {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  margin-left: 6px;
  text-transform: uppercase;
}
.st-burgermenu:hover .st-text,
.st-burgermenu:focus .st-text {
  color: #ffffff;
}

.single-offres .st-burgermenu .st-burger .icon-bar {
  background-color: #000000;
}

/** Menu mobile **/

.logo-menu img {
  position: relative;
  z-index: 1100;
}

#menu {
  background-color: #000000;
  position: fixed;
  display: flex !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  visibility: hidden;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}
#menu .menu-mobile {
  padding-top: 100px;
  margin-top: auto;
}

#menu .main-menu > li {
  width: fit-content;
  margin: auto;
  text-align: center;
}

#menu .bouton-contact-header {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#menu .social_link {
  margin-left: auto;
  margin-right: auto;
}

#menu .social_link a {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_copy_part2 {
  margin-top: auto;
  background-color: #000000;
}

#menu .footer_copy_part2 ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#menu .footer_copy_part2 li {
  width: fit-content;
  position: relative;
  display: inline-block;
}

#menu .footer_copy_part2 li a {
  padding-left: 5px;
  padding-right: 5px;
}

#menu .footer_copy_part2 li:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 3px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
}
#menu .footer_copy_part2 li:last-child::before {
  display: none;
}

#menu.show {
  visibility: visible;
  transform: none;
}

#menu.show + div.wrapper-main-menu .st-burgermenu,
#menu.show + div.wrapper-main-menu + nav.wrapper-main-menu {
  position: fixed;
}

.menu-mobile_tel {
  position: absolute;
  display: flex;
  top: 20px;
  right: 30px;
  color: #f36f21;
  margin: 18px;
  background-color: #ffffff;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  z-index: 1100;
}
.menu-mobile_tel span {
  margin: auto;
}

@media (min-width: 992px) {
  .menu-mobile_tel {
    display: none;
  }
}

/*  Main menu  & dropdown menu   */
.navbar-static-top {
  border-bottom: none;
}
.wrapper-main-menu {
  border: none;
}
.wrapper-main-menu .main-menu {
  margin: auto;
  display: block;
  width: 100%;
}
.wrapper-main-menu .main-menu > li > a,
#menu .main-menu li > a {
  float: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Barlow-SemiBold", sans-serif;
  line-height: 1;
  padding: 15px;
  min-width: 120px;
}
.wrapper-main-menu .main-menu > li,
#menu .main-menu > li {
  padding-left: 7px;
  padding-right: 7px;
}

.wrapper-main-menu .main-menu .dropdown-menu > li > a {
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Barlow-SemiBold", sans-serif;
  padding: 15px;
}
.wrapper-main-menu .main-menu .dropdown-menu {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.wrapper-main-menu .main-menu > .active > a,
.wrapper-main-menu .main-menu > .active > a:hover,
.wrapper-main-menu .main-menu > li > a:hover,
.wrapper-main-menu .main-menu > li > a:focus,
.wrapper-main-menu .main-menu .dropdown-menu > li > a:hover,
.wrapper-main-menu .main-menu .dropdown-menu > li > a:focus,
.wrapper-main-menu .main-menu .dropdown-menu > .active > a,
.wrapper-main-menu .main-menu .dropdown-menu > .active > a:hover,
.wrapper-main-menu .main-menu .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff !important;
  background-color: #ad1b20 !important;
}
.wrapper-main-menu .main-menu .dropdown-menu {
  border: none;
  border-radius: 0;
}
.main-header.main-headerV2 .wrapper-main-menu.bg--transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 30;
}
@media (min-width: 992px) {
  .wrapper-main-menu .main-menu {
    float: none;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    width: initial;
  }
  .wrapper-main-menu .main-menu > li > a {
    padding: 10px 5px;
  }
  .wrapper-main-menu .main-menu .dropdown-menu {
    padding: 0;
    background-color: rgba(14, 0, 47, 0.8);
  }
  .wrapper-main-menu .main-menu .dropdown-menu > li > a {
    text-align: left;
    color: #ffffff;
    padding: 10px 15px 10px 25px;
  }
}
@media (min-width: 1282px) {
  .wrapper-main-menu .main-menu > li > a {
    padding: 10px 14px;
  }
}
.wrapper-main-menu.bg--lightgrey .main-menu > li > a {
  color: #222222;
}

/*******************
  *      SUBHEADER
  *******************/
.subheader {
  background: #ececec;
}
.subheader.fullheight,
.fullheight {
  height: 100vh;
  min-height: 600px;
}

.min-banner {
  min-height: 500px;
}

.halfheight {
  height: 60vh;
  min-height: 500px;
}

/*******************
  *      FOOTER
  *******************/
.main-footer {
  padding: 20px 0;
}
.main-footer .logo-site {
  display: inline-block;
  width: initial;
  margin-right: 20px;
}
.main-footer.main-footerV2 {
  padding: 0;
  background-image: url("../../uploads/2022/08/nfi-consulting-bg-footer.jpg");
  background-attachment: fixed;
  position: relative;
}
.main-footer.main-footerV2:before {
  content: "";
  background-image: url("../../uploads/2022/09/background_footer.png");
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: -2px;
  width: 100%;
  height: calc(100% - 60px);
}

/** footer filter gris **/
.page-template-page-liste-actus-v2-sidebar .main-footer.main-footerV2:before,
.single-post .main-footer.main-footerV2:before,
.archive .main-footer.main-footerV2:before,
.category .main-footer.main-footerV2:before,
.page-template-page-reference .main-footer.main-footerV2:before {
  content: "";
  background-image: url("../../uploads/2022/09/footer-gris.png");
}
.main-footer.main-footerV2 h2 {
  color: white;
}
.main-footer.main-footerV2 h2 span {
  color: #f36f21;
}
.footer_logo_container {
  text-align: center;
  margin-top: 50px;
}
.footer_part1,
.footer_part2 {
  text-align: center;
}
.links_footer_container {
  margin-top: 50px;
  padding-bottom: 55px;
}
.agency_container_footer h3 {
  text-transform: capitalize;
}
.agency_container_footer .ulist_footer li {
  position: relative;
}
.ulist_footer li {
  margin-bottom: 10px;
}
.useful_links_container .ulist_footer li a:hover,
.agency_container_footer .ulist_footer li a:hover {
  color: #f36f21;
}
.agency_container_footer .ulist_footer li p {
  position: relative;
  color: #f1e5da;
}
.agency_container_footer .ulist_footer li span {
  position: absolute;
  left: -25px;
  top: 0;
}
.agency_container_footer .transparent_bubble {
  text-align: left;
  margin: 0;
  margin-top: 30px;
}
.ulist_footer {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  list-style: none;
}
.useful_links_container .ulist_footer {
  padding-left: 0px;
}
.useful_links_container .ulist_footer li a {
  padding-top: 10px;
}
.useful_links_container .ulist_footer li a:focus {
  color: #f36f21;
}
.social_container_footer a span:before {
  font-size: 30px;
}
.footer_copy_part {
  padding: 20px 0;
}
.footer_copy_part2 {
  text-align: right;
}
.footer_copy_part2 a {
  color: white;
  transition: 0.3s;
  padding-right: 15px;
}
.footer_copy_part2 a:hover {
  color: #f36f21;
}

@media (max-width: 768px) {
  .footer_copy_part,
  .footer_copy_part2 li {
    text-align: center;
  }
}

.social_link_container_footer a:first-of-type {
  padding-right: 20px;
}

.main-footer .footer-links {
  padding: 0;
  list-style-type: none;
}
.main-footer .footer-links li {
  display: block;
  margin-bottom: 0;
}
.main-footer:not(.main-footerV2) .footer-links li a {
  padding: 8px 15px;
  display: block;
  margin-bottom: 6px;
}
.main-footer:not(.main-footerV2) .footer-links li a:focus,
.main-footer:not(.main-footerV2) .footer-links li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.main-footer .footer-links li:before {
  display: none;
}

.copyright a {
  color: white;
  transition: 0.3s;
  cursor: pointer;
}
.copyright a:hover,
.copyright a:focus {
  color: #f36f21;
}
@media (min-width: 768px) {
  .main-footer {
    text-align: left;
  }
  .main-footer .copyright,
  .main-footer .footer-links {
    display: inline-block;
    margin-bottom: 0;
  }
  .main-footer .footer-links li {
    position: relative;
    display: inline-block;
  }
  .main-footer:not(.main-footerV2) .footer-links li a {
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 0;
  }
  .main-footer .footer-links li:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ffffff;
  }
  .main-footer.main-footerV2 .footer-links li:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 3px;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ffffff;
  }
  .main-footer .footer-links li:last-child:before {
    display: none;
  }
}

/* RESEAUX SOCIAUX */
.sharelinks {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sharelinks li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.sharelinks li:last-child {
  margin-right: 0;
}
.sharelinks li a {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.sharelinks li span {
  cursor: pointer;
  font-size: 16px;
  border-radius: 100%;
  display: inline-block;
  color: #b0c925;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  min-width: 40px;
  border: 4px solid rgba(151, 91, 189, 0.12);
}

/* MAILJET */
#mailjet-widget-title-wrap {
  display: none;
}
#mailjetSubscriptionForm {
  position: relative;
}
#mailjetSubscriptionForm .mailjet-widget-form-group {
  display: block;
}
#mailjetSubscriptionForm input {
  background-color: transparent;
  border: 1px solid #707070;
  color: #ffffff;
  border-radius: 15px;
  font-size: 16px;
  padding: 12px 68px 12px 12px;
  width: 80%;
  height: 30px;
}
/* #mailjetSubscriptionForm input[type="submit"]{display:inline-block;width:auto;position:absolute;top:0;right:0;padding:12px 16px;text-transform:uppercase;-webkit-transition:color 0.3s ease,background-color 0.3s ease;-moz-transition:color 0.3s ease,background-color 0.3s ease;-o-transition:color 0.3s ease,background-color 0.3s ease;transition:color 0.3s ease,background-color 0.3s ease;} */
#mailjetSubscriptionForm input[type="submit"]:hover,
#mailjetSubscriptionForm input[type="submit"]:active,
#mailjetSubscriptionForm input[type="submit"]:focus {
  background-color: rgba(230, 136, 120, 0.4);
}
.mailjet_widget_form_message {
  color: #f1e5da;
  font-weight: 300;
  font-size: 15px;
}

.mailjet_widget_front_container #mailjetSubscriptionForm input[type="submit"] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  text-indent: -500px;
  width: 42px;
  background: url(./images/send_white.png) no-repeat center center transparent;
  background-size: 65%;
  background-color: #f3652a;
  border: none;
  padding: 12px;
}

/*******************
  *      PAGES STANDARD
  *******************/

/*******************
  *      PAGE LISTE ACTUS + LISTE HOME V1
  *******************/
/*
.one-post {background-color:#fafafa;border:1px solid #ececec;padding:15px;}
.one-post .wrapper-visuel {}
.one-post .wrapper-visuel a {}
.one-post .wrapper-visuel a img {}

.one-post .wrapper-one-post-content {}
.one-post .wrapper-one-post-content .one-post-title {margin:10px auto 0;font-size:18px;font-weight:600;}
.one-post .wrapper-one-post-content .one-post-date {font-size:14px;}
.one-post .wrapper-one-post-content .wrapper-one-post-cat {}
.one-post .wrapper-one-post-content .wrapper-one-post-cat .one-post-cat {color:#000000;font-size:14px;}
.one-post .wrapper-one-post-content .one-post-content {}
*/

/*******************
  *      PAGE LISTE ACTUS + LISTE HOME V2
  *******************/
.one-post {
  background-color: #fafafa;
  border-radius: 22px;
  box-shadow: #00000024 0px 10px 35px;
}
.one-post .wrapper-visuel {
  position: relative;
  border-radius: 22px 22px 0px 0px;
}
.one-post .wrapper-visuel .absolutepos {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 15px;
  font-size: 15px;
  z-index: 20;
}
.one-post .wrapper-visuel img {
  border-radius: 22px 22px 0px 0px;
}

.one-post .wrapper-one-post-content {
  padding: 30px;
}
.one-post .wrapper-one-post-content .one-post-title {
  margin: 10px auto 0;
  font-size: 20px;
  font-weight: 600;
}
.one-post .wrapper-one-post-content .one-post-date {
  font-size: 14px;
  display: inline-block;
}
.one-post .wrapper-one-post-content .wrapper-one-post-cat {
  margin-top: 5px;
  line-height: 1.2;
}
.one-post .wrapper-one-post-content .wrapper-one-post-cat .one-post-cat {
  font-size: 14px;
}
.one-post .wrapper-one-post-content .one-post-content {
  font-size: 15px;
}

/**********************/
/*	ARTICLES 		*/
/**********************/

/* sidebar */
.category-column {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0px 10px 35px #00000024;
}
.category-column .blog-category-list-titre {
  font-size: 20px;
  margin-bottom: 24px;
}
.category-column .wrapper-list {
  margin-bottom: 0;
}
.category-column .wrapper-list ul {
  padding-left: 0;
  list-style: none;
}
.category-column .wrapper-list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.category-column .wrapper-list li::before {
  content: "\e912";
  font-family: "pack-nfi";
  color: #f36f21;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 5px;
  left: 0;
}

/* form recherche */
.search {
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
}

/* single */
.content-actu-single {
}
.content-actu-single .wrapper-visuel {
}
.content-actu-single .wrapper-visuel {
  overflow: hidden;
  border-radius: 22px;
  display: inline-block;
}
.content-actu-single .wrapper-visuel img {
}
.wrapper-documents-list {
}
.wrapper-documents-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wrapper-documents-list ul li {
  margin: 4px;
  display: inline-block;
}

/*  list / categories */
._wrapper-sharerlinks .sharelinks li {
  margin-right: 5px;
}
.wrapper-list a {
  color: #000000;
  text-decoration: none;
}
.wrapper-list a:hover,
.wrapper-list a:active,
.wrapper-list a:focus {
  color: #f36f21;
}

.page-actu-list,
.page-post {
  background-color: #f8f8f8;
}
.page-actu-list .one-post {
  height: 100%;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
/* .page-actu-list .one-post:hover {box-shadow:0 0 10px rgba(142,92,175,0.1);} */
.page-actu-list .one-post .visuel-link {
  display: block;
  position: relative;
}
/* .page-actu-list .one-post .visuel-link:before {content:"";width:100%;height:100%;top:0;left:0;background-color:rgba(142,92,175,0.4);position:absolute;z-index:10;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}
.page-actu-list .one-post .visuel-link:hover:before,
.page-actu-list .one-post .visuel-link:active:before,
.page-actu-list .one-post .visuel-link:focus:before {opacity:1;} */

.page-actu-list .one-post .visuel-link .wrapper-visuel {
  min-height: 384px;
}

#articles-home.page-actu-list .one-post .visuel-link .wrapper-visuel {
  min-height: 266px;
}

@media (max-width: 767px) {
  .page-actu-list .one-post .visuel-link .wrapper-visuel {
    text-align: center;
    background: none !important;
  }
  .page-actu-list .one-post .visuel-link .wrapper-visuel img {
    display: inline-block !important;
    width: 100%;
    height: auto;
  }
  .page-actu-list .one-post .visuel-link .wrapper-visuel {
    min-height: unset !important;
  }
}

.page-actu-list .one-post .one-post-content {
  margin-top: 12px;
}
.page-actu-list .one-post .one-post-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-actu-list .one-post .one-post-footer a span {
  padding-right: 10px;
  vertical-align: middle;
  font-size: 17px;
}

/* pagination */
.wrapper-pagination {
  text-align: center;
}
.wrapper-pagination .pagination {
  display: inline-block;
}
.wrapper-pagination .pagination a,
.wrapper-pagination .pagination .current {
  color: #ffffff;
  background-color: #d8d8d8;
  margin-right: 10px;
  border-radius: 100%;
  padding: 8px 15px;
}
.wrapper-pagination .pagination a.prev,
.wrapper-pagination .pagination a.next {
  color: #222222;
  background-color: transparent;
  border: 0px;
  margin-right: 10px;
  border-radius: 100%;
  padding: 8px 15px;
}
.wrapper-pagination .pagination a:hover,
.wrapper-pagination .pagination a:focus,
.wrapper-pagination .pagination a:active,
.wrapper-pagination .pagination .current {
  background-color: #f36f21 !important;
  color: #ffffff !important;
}
.wrapper-pagination .pagination a.prev:hover,
.wrapper-pagination .pagination a.next:hover {
  color: #222222;
  background-color: transparent;
  border: 0px;
}
.wrapper-pagination .pagination a.prev:focus,
.wrapper-pagination .pagination a.next:focus {
  color: #222222;
  background-color: transparent;
  border: 0px;
}
.wrapper-pagination .pagination span.page-numbers.dots {padding: 7px 14px 7px 0;}
@media (min-width: 768px) {
  .wrapper-pagination .pagination a,
  .wrapper-pagination .pagination .current,
  .wrapper-pagination .pagination a.prev,
  .wrapper-pagination .pagination a.next {
    margin-right: 30px;
    padding: 15px 23px;
  }
  .wrapper-pagination .pagination span.page-numbers.dots {padding: 15px 23px 15px 0;}
}

/*******************
   *	 PAGE ACTUS V2
   *******************/

/* BLOC MULTI COLONNES */
.bloc-type.bloc-multi-colonnes {
}
.bloc-type.bloc-multi-colonnes .contenu {
}

/* BLOC ESPACEMENT */
.bloc-type.bloc-espacement {
}

/* BLOC BLOC VISUEL IMAGE */
.bloc-type.bloc-visuel {
}

/* BLOC LISTE DOCUMENTS */
.bloc-type.bloc-document {
}
.bloc-type.bloc-document .wrapper-documents-list {
}
.bloc-type.bloc-document .wrapper-documents-list ul {
  list-style-type: none;
}

/* BLOC VIDEO */
.bloc-type.bloc-video h2 {
}
.bloc-type.bloc-video {
}

/*******************
  *     CONTACT
  *******************/
/* Form de contact Gravityforms */
.gform_body .ginput_container textarea {
  max-width: 100%;
  min-width: 100%;
  height: 70px;
}
.gform_body .ginput_container input,
.gform_body .ginput_container select,
.gform_body .ginput_container textarea {
  box-shadow: none;
  border: 1px solid #c2c2c2;
  border-radius: 22px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  background-color: transparent;
}
.gform_body .ginput_container select option {
  background-color: #ffffff;
  border: none;
  padding: 2px 12px;
}
.ginput_container input:hover,
.ginput_container input:active,
.ginput_container input:focus,
.ginput_container select:hover,
.ginput_container select:active,
.ginput_container select:focus,
.ginput_container textarea:hover,
.ginput_container textarea:active,
.ginput_container textarea:focus {
  box-shadow: none;
}
.gform_body:before,
.gform_body:after {
  content: " ";
  display: table;
  clear: both;
}

.gform_body li {
  margin-bottom: 30px;
}
.gform_body .hidden_label label {
  display: none !important;
}
.gform_body .gfield label {
  display: none;
  position: absolute;
  top: 7px;
  left: 24px;
  float: initial;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  transition: top 0.3s ease;
}
.gform_body .gfield.is-focus label,
.gform_body .gfield.has-value label {
  top: -16px;
}
.gform_footer {
  padding: 0 15px;
  text-align: center;
}
.agent_bubble .gform_footer {
  padding-top: 15px;
}

.gform_button {
  float: initial !important;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  font-weight: 700;
  line-height: 1;
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
  padding: 16px 55px 15px;
  font-size: 14px;
}
.gform_button:hover,
.gform_button:active,
.gform_button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #222222;
  color: #222222;
}

.gform_validation_errors {
  margin: 0 15px 30px;
}
.gform_validation_errors h2 {
  font-size: 16px;
  margin: 0;
  padding: 6px 15px;
}

.form_agent .gfield:not(:first-of-type) {
  margin-top: 15px;
}

/* Form de contact Gravityforms : Gestion des erreurs */
.validation_error {
  background-color: rgba(189, 69, 136, 0.1);
  border: 1px solid rgba(189, 69, 136, 0.6);
  color: rgba(216, 0, 0, 0.6);
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #f62459;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  background-color: rgba(216, 0, 0, 0.1);
  color: #000000;
  box-shadow: 0 0 0 #ffffff !important;
}
.gfield {
  position: relative;
}
.gfield .gfield_description.validation_message {
  color: rgba(216, 0, 0, 0.6);
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: -16px;
}

/*******************
  *     HOME
  *******************/

.links_contact_bloc a {
  margin-right: 50px;
}
.scroll_down_box a:hover,
.scroll_down_box a:focus,
.links_contact_bloc a:hover,
.links_contact_bloc a:focus {
  text-decoration: none;
}
.links_contact_bloc a span {
  transition: 0.3s;
}
.linksBoxSubheader a:first-of-type {
  padding-right: 30px;
}
.linksBoxSubheader a:last-of-type {
  padding-left: 30px;
}
.linksBoxSubheader a:hover,
.linksBoxSubheader a:focus {
  color: #f36f21;
}
.linksBoxSubheader a:before,
.scroll_down_box a span:before,
.links_contact_bloc a span:before {
  font-size: 30px;
}
.links_contact_bloc a span:hover {
  color: #58585a;
}
.linksBoxSubheader {
}

section.secteur_part,
section.rent_part,
section.buy_part,
section.office_part {
  text-align: center;
}
section.secteur_part .btn-round:last-of-type,
section.experts_part .btn-round:last-of-type {
  margin-top: 20px;
}
@media (min-width: 575px) {
  section.secteur_part .btn-round:first-of-type,
  section.experts_part .btn-round:first-of-type {
    margin-right: 20px;
  }
  section.secteur_part .btn-round:last-of-type,
  section.experts_part .btn-round:last-of-type {
    margin-top: 0px;
  }
}
@media (min-width: 991px) {
  section.secteur_part,
  section.office_part,
  section.buy_part {
    text-align: left;
  }
  section.rent_part {
    text-align: right;
  }
  section.secteur_part .btn-round:last-of-type {
    margin-top: 20px;
  }
  section.office_part .center-content {
    min-width: 400px;
  }
}
@media (min-width: 1680px) {
  section.secteur_part .btn-round:last-of-type {
    margin-top: 0px;
  }
}

.wrapper-visuel-offers {
  position: relative;
  min-height: 680px;
}
.container_links_offers {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
}
.container_links_offers p {
  padding-bottom: 20px;
}
.btn-link-offers {
  background-color: white;
  border-radius: 25px;
  padding: 25px 20px;
  display: inline-block;
}
.btn-link-offers.bordered {
  border: 1px solid #d8d8d8;
  text-align: center;
}
.btn-link-offers:last-of-type {
  margin-top: 30px;
}
@media (min-width: 360px) {
  .btn-link-offers {
    margin-left: 7px;
    margin-right: 7px;
  }
  .btn-link-offers:last-of-type {
    margin-top: 0px;
  }
}
.btn-link-offers span {
  display: block;
}
.btn-link-offers span:first-of-type {
  padding-bottom: 10px;
}
.btn-link-offers span:before {
  font-size: 60px;
}
.search_form_offers_container .btn-link-offers span:before {
  font-size: 42px;
}
.btn-link-offers.local {
}
.btn-link-offers.office {
}

#tour_logo_container {
  align-items: center;
  justify-content: flex-start;
}
.logo_tour_round,
.contact--logo_tour {
  z-index: 3;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: url("images/nfi-consulting-tour.png") no-repeat center center /
      15%,
    white;
  box-shadow: #00000024 0px 10px 35px;
}

@media (min-width: 500px) {
  .logo_tour_round:before,
  .logo_tour_round:after {
    content: "";
    position: absolute;
    top: 46.5%;
    width: 17px;
    height: 17px;
    background-color: white;
    border: 2px solid #f36f21;
    border-radius: 100%;
  }
  .logo_tour_round:before {
    left: 23%;
  }
  .logo_tour_round:after {
    right: 24%;
  }
  .logo_tour_dotted {
    position: absolute;
    top: 50%;
    left: 25%;
    height: 1px;
    width: 50%;
    background-image: linear-gradient(
      to right,
      #f36f21 33%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x;
    z-index: 1;
  }
}
@media (min-width: 991px) {
  .logo_tour_round:before,
  .logo_tour_round:after {
    top: calc(22% - 40px);
  }
  .logo_tour_round:before {
    left: 5px;
  }
  .logo_tour_round:after {
    right: 5px;
  }
  .logo_tour_dotted {
    top: calc(23.4% - 43px);
    left: 17px;
    width: calc(100% - 34px);
  }
}
@media (min-width: 1200px) {
  .logo_tour_round:before,
  .logo_tour_round:after {
    top: calc(22% - 40px);
  }
  .logo_tour_dotted {
    top: calc(23.4% - 43px);
    left: 17px;
    width: calc(100% - 34px);
  }
}
@media (min-width: 1440px) {
  .logo_tour_round:before,
  .logo_tour_round:after {
    top: calc(25% - 40px);
  }
  .logo_tour_dotted {
    top: calc(26.4% - 43px);
    left: 17px;
    width: calc(100% - 34px);
  }
}
@media (min-width: 1600px) {
  .logo_tour_round:before,
  .logo_tour_round:after {
    top: calc(26.5% - 40px);
  }
  .logo_tour_dotted {
    top: calc(28.4% - 43px);
    left: 17px;
    width: calc(100% - 34px);
  }
}

/** Home **/
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-filter {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.3;
}

#articles-home {
  box-shadow: inset #f8f8f8 0px 500px 0px;
}
.list_partenaire {
  padding-left: 85px;
  padding-right: 85px;
}
.list_partenaire .owl-stage {
  display: flex;
}
.list_partenaire .owl-item {
  margin-top: auto;
  margin-bottom: auto;
}
.item_logo img {
  height: auto;
  width: auto !important;
  max-width: 100%;
}
.labels_box_home .brd-orange:hover,
.labels_box_home .btn-link-offers:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .labels_box_home.mr-auto {
    margin-left: auto;
  }
  .labels_box_home.ml-auto {
    margin-right: auto;
  }
}

/*******************
  *     Etc...
  *******************/
.nothing_p {
  font-size: 56px;
}
.img_preview_offer {
  position: relative;
  min-height: 540px;
  height: 540px;
}
.img_preview_offer .owl-stage-outer,
.img_preview_offer .owl-item,
.img_preview_offer img {
  border-radius: 22px;
}
/* .img_preview_offer .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
} */
.img_preview_offer .owl-controls .owl-prev,
.img_preview_offer .owl-controls .owl-next {
  top: calc(50% - 35px);
  position: absolute;
}
.img_preview_offer .owl-controls .owl-prev {
  left: 20px;
}
.img_preview_offer .owl-controls .owl-next {
  right: 20px;
}
.img_preview_offer .owl-controls span {
  padding-left: 20px;
  padding-right: 20px;
}
.img_preview_offer .owl-controls span:before {
  color: white;
  font-size: 70px;
}

.page-single-offre .video_box_preview {
  border-radius: 22px;
  width: 70%;
  height: 540px;
  display: block;
}
.img_preview_offer .owl-item .video_box_preview {
  height: 540px;
}
.video_box_preview {
  border-radius: 22px;
  width: 100%;
  height: 540px;
  display: block;
}
.video_box_preview.main_video_preview {
  width: 100%;
  height: 255px;
  margin-bottom: 30px;
}
div.one-preview {
  width: 100%;
  height: 100%;
}
div.one-preview .icon-nfi-play {
  position: absolute;
  top: 35%;
  left: 36%;
}
div.one-preview .icon-nfi-play:before {
  font-size: 100px;
  color: white;
}
.border-top {
  border-top: 2px solid #d8d8d8;
}
.info_offer_stat {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 5px;
}
p.info_offer_stat{
  padding-right: 25px;
}
p.info_offer_stat:first-of-type {
  padding-right: 25px;
}
.wrapper-ref .barlow-r.info_offer_stat {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 500px) {
  div.one-preview .icon-nfi-play {
    top: 35%;
    left: 44%;
  }
}
@media (min-width: 768px) {
  .img_preview_offer {
    position: relative;
    min-height: 540px;
    height: 540px;
  }
  .img_preview_offer .owl-item,
  .img_preview_offer .owl-item .video_box_preview {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .video_box_preview.main_video_preview {
    height: 540px;
  }
  div.one-preview .icon-nfi-play {
    top: 45%;
  }
}
@media (min-width: 1200px) {
  .video_box_preview.main_video_preview {
    width: 70%;
    margin-bottom: 0px;
  }
}

/* MAP HOMEPAGE */
.map_part_06_83 {
  width: 80%;
  margin: auto;
}
path#Tracé_68,
path#Tracé_69 {
  transition: 0.4s;
}
.map_part_06_83 path#Tracé_69:hover {
  fill: #bebebe;
}
.map_part_06_83 path#Tracé_68:hover {
  fill: #f8b68f;
}

/* OFFERS */
#breadcrumbs {
  padding: 30px 0;
}
#breadcrumbs,
#breadcrumbs p {
  margin-bottom: 0;
}
#breadcrumbs a {
  color: #f36f21;
}
.one_post_container_first_section {
  position: relative;
}
.one_post_container h2 a {
  color: #222222;
  transition: 0.3s;
}
.one_post_container h2 a:hover {
  color: #f36f21;
}
.one_post_container_first_section .types_offer_container {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-right: 20px;
  padding-top: 30px;
}
.count_img_preview span:before,
.count_img_preview {
  color: #58585a;
}
.img_offre_gal .owl-item:first-of-type {
  width: 66.6% !important;
}
.img_offre_gal .owl-item:last-of-type {
  width: 33.3% !important;
}
.types_offer_container p {
  margin-right: 20px;
  margin-bottom: 0px;
}
.types_offer_container p.orange_bubble span {
  color: black;
  padding-right: 7px;
}
.page-single-offre section.flex_content_section {
  align-items: baseline;
}
.refs_offer_container {
  flex-flow: column;
  align-items: baseline;
}
.refs_offer_container p:not(.first-of-type) {
  margin-right: 30px;
}
.refs_offer_container p span,
.one_post_container p span {
  padding-right: 15px;
  vertical-align: baseline;
}
.title_offer_container {
  flex-flow: column-reverse;
}
.footer_preview_offer,
.values_offer_container,
.main_values_offer_container {
  flex-flow: column;
}
.footer_preview_offer{
  flex-direction: row;
}
.flex_content_section.footer_preview_offer .agent_preview_info_container {
  text-align: center;
}
.flex_content_section.footer_preview_offer .share_link_container {
  align-self: baseline;
}
@media (min-width: 500px) {
  .footer_preview_offer,
  .title_offer_container,
  .values_offer_container,
  .main_values_offer_container {
    flex-flow: row;
  }
  .one_post_container_first_section .types_offer_container {
    position: absolute;
    bottom: 20px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .count_img_preview span:before,
  .count_img_preview {
    color: white;
  }
}
@media (min-width: 768px) {
  .refs_offer_container {
    flex-flow: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-single-offre section.flex_content_section {
    align-items: center;
  }
}
.wrapper-repeater-cond-fin {
  border-radius: 22px;
  border: 1px solid #c2c2c2;
  margin-top: 30px;
}
.bloc_condition_financiere {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
.bloc_info_comp {
  padding-top: 10px;
  /* padding-bottom: 15px; */
  border-bottom: 1px solid #d8d8d8;
}
.bloc_condition_financiere:last-of-type {
  border-bottom: 0px solid #c2c2c2;
}
.wrapper-repeater-cond-fin p,
.bloc_info_comp p {
  display: inline-block;
  text-align: left;
}
/* .wrapper-repeater-cond-fin p:first-of-type {
  width: 35%;
}
.wrapper-repeater-cond-fin p:last-of-type {
  width: 60%;
} */
.bloc_info_comp p:first-of-type,
.bloc_info_comp p:last-of-type {
  width: 45%;
}
.list-services {
  column-count: 2;
  padding-left: 0;
}
.list-services li {
  list-style: none;
  padding-top: 15px;
}
.list-services li span {
  padding-right: 10px;
}
.list-services li span:before {
  color: #f36f21;
}
.agent_bubble {
  background-color: white;
  box-shadow: #00000024 0px 10px 35px;
  border-radius: 22px;
}
.agent_pic {
  border-radius: 100%;
  background-color: grey;
  width: 85px;
  height: 85px;
  margin: 30px 22px 30px 30px;
  object-fit: contain;
}

.page-liste-offres .agent_pic {
  width: 50px;
  height: 50px;
  margin: 0 22px 0 0;
}
.page-liste-offres .wrapper-agent-ref{
  display: flex;
  flex-direction: column;
}
@media (min-width: 400px) {
  .page-liste-offres .wrapper-agent-ref{
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .page-single-offre .agent_pic {
    width: 165px;
    height: 165px;
  }
  .info_agent {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    margin-right: auto;
  }
  .page-liste-offres .info_agent {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.page-qui-sommes-nous .info_agent,
.page-contact .info_agent {
  margin-right: auto;
}

/*.info_agent,*/
.form_agent {
  padding: 30px;
}

.info_agent p {
  display: block;
  width: 100%;
}
.agent_bubble .flex_content_section {
  flex-flow: column;
}
.agent_phone span {
  padding-right: 12px;
}
.agent_phone span:before {
  color: #f36f21;
}
/* @media (min-width: 320px) {
  .one_post_container .info_agent {
    padding-left: 15px;
  }
} */
@media (min-width: 992px) {
  .page-single-offre .agent_pic {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  /* .agent_pic {
    margin: auto;
  } */
  .agent_bubble .flex_content_section {
    border-bottom: 1px solid #c2c2c2;
    flex-flow: row;
  }
  .agent_bubble .info_agent {
    padding-left: 15px;
    padding-right: 30px;
    text-align: left;
  }
}

.energy-tab {
  background-color: #ffffff;
  padding: 14px 0 10px 40px;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.energy-tab .dropdown-button {
  background-color: black;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 16px;
  padding-top: 4px;
  padding-left: 6px;
  cursor: pointer;
  transform: rotate(90deg);
}
.energy-block {
  overflow: hidden;
}
#dpe,
#ges {
  padding: 30px;
}
@media (min-width: 991px) {
  #dpe,
  #ges {
    padding: 20px;
  }
}

.search_form_offers_container {
  padding: 20px;
  border-radius: 22px;
  box-shadow: #00000024 0px 10px 35px;
  position: absolute;
  width: 100%;
  margin: auto;
  background-color: white;
  bottom: -92px;
  left: 0;
}

@media (max-width: 768px) {
  .search_form_offers_container {
    bottom: -200px;
  }
}

.search_form_offers {
  display: flex;
  align-items: center;
  width: 100%;
  flex-flow: column;
}
.search_form_type {
  display: flex;
  align-items: center;
  width: fit-content;
  flex-flow: column;
}
.labels_box {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  transition: 0.3s;
  flex-flow: row;
  flex-wrap: wrap;
}
.search_form_offers_container .white_bubble.bordered,
.search_form_offers_container .btn-link-offers.bordered {
  width: 100%;
}
/* .search_form_offers_container .btn-link-offers {
  margin-right: 10px;
} */
.search_form_offers_container .btn-link-offers:last-of-type {
  margin-top: 0px;
}
.labels_box label:hover {
  cursor: pointer;
}
.search_form_offers input[type="checkbox"] {
  display: none;
}
.search_form_offers input[type="checkbox"] + span {
  transition: 0.3s;
}
.search_form_offers input[type="checkbox"]:checked + span {
  color: white;
}
.zones_options_box {
  order: 2;
  width: 100%;
}
.types_options_box {
  order: 1;
  width: 100%;
  text-align: center;
}
.transac_types_box {
  order: 3;
  width: 100%;
}
.zones_options_box label,
.types_options_box label,
.transac_types_box label {
  padding: 12px 15px;
  font-size: 12px;
}
/* .types_options_box label,
.transac_types_box label {margin-bottom: 0;} */
.search_form_bottom {
  text-align: center;
  padding-top: 25px;
}
#tarteaucitronRoot button {
  background: transparent;
}
.agent_bubble .ginput_recaptcha {
  transform: scale(0.6);
  display: inline-block;
  width: 0;
}
@media (min-width: 320px) {
  .agent_bubble .ginput_recaptcha {
    transform: scale(0.8);
  }
}
@media (min-width: 500px) {
  .form_agent .gfield:not(:first-of-type) {
    text-align: center;
  }
  .agent_bubble .ginput_recaptcha {
    transform: scale(1);
    width: auto;
  }
}
@media (min-width: 300px) {
  .zones_options_box label:first-of-type,
  /* .types_options_box label:first-of-type, */
  .transac_types_box label:first-of-type {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .search_form_offers_container .white_bubble.bordered,
  .search_form_offers_container .btn-link-offers.bordered {
    width: auto;
  }
  .labels_box {
    align-items: center;
  }
  .zones_options_box label,
  .transac_types_box label {
    padding: 12px 30px;
    font-size: 16px;
  }
  .types_options_box label {
    padding: 12px 25px;
    font-size: 16px;
  }
  .types_options_box label,
  .transac_types_box label {
    margin-bottom: 10px;
  }
  .search_form_offers_container .types_options_box .btn-link-offers.bordered {
    width: 48%;
  }
  .transac_types_box,
  .zones_options_box {
    width: 49%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* .search_form_offers_container .btn-link-offers {
    margin-right: 20px;
  } */
  .form_agent .gfield:not(:first-of-type) {
    text-align: left;
  }
  .agent_bubble .ginput_recaptcha {
    transform: scale(0.8);
    width: 0;
  }
  .labels_box {
    flex-wrap: nowrap;
  }
  .types_options_box {
    order: initial;
    width: inherit;
    text-align: center;
  }
  .zones_options_box,
  .transac_types_box {
    order: initial;
    width: inherit;
  }
  .search_form_offers_container .types_options_box .btn-link-offers.bordered {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .search_form_offers_container {
    padding: 30px 60px;
  }
  .transac_types_box label:first-of-type {
    margin-right: 20px;
  }
  .form_agent .gfield:not(:first-of-type) {
    text-align: center;
  }
  .agent_bubble .ginput_recaptcha {
    transform: scale(1);
    width: auto;
  }
}
.container_content_side_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 255px;
  vertical-align: bottom;
}
div.container_content_side_img:before {
  z-index: 30;
  border-radius: 22px;
}

.img_main_gal {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.img_main_gal > a {
  margin-bottom: 30px;
}
.img_main_gal > a,
.img_main_gal > a[rel],
.img_main_gal .img_main_gal_side {
  width: 100%;
}
.img_main_gal .img_main_gal_side .video_box_preview {
  width: 100%;
  margin-bottom: 0;
  height: 540px;
  display: inline-block;
  border-radius: 22px;
}
.img_main_gal .img_main_gal_side .container_content_side_img {
  width: 100%;
  vertical-align: top;
}

/* .img_main_gal .video_box_preview {width: 66.6%;} */
/* .img_main_gal > a[rel] {display: inline-block;width:70%;} */
.img_main_gal .img_main_gal_side .video_box_preview {
  height: 255px;
  width: 100%;
  margin-bottom: 15px;
}
.img_main_gal .img_main_gal_side .video_box_preview .icon-nfi-play {
  top: 30%;
  left: 37%;
}
.img_main_gal .video_box_preview .one-preview:before,
.img_main_gal .video_box_preview .one-preview {
  border-radius: 22px;
  cursor: pointer;
}
.img_front_main_container {
  width: 100%;
  background-color: black;
  border-radius: 22px;
  object-fit:cover ;
}
.img_main_gal > a img {
  min-height: 255px;
  /* height: 100%; */
}
/* .img_main_gal .img_main_gal_side {width: 33.3%;margin-left: 30px;} */
.img_side_main_1 {
  height: 255px;
  background-color: black;
  border-radius: 22px;
  margin-bottom: 30px;
  width: 100%;
  object-fit: cover;
}
.img_side_main_2 {
  height: 255px;
  background-color: black;
  border-radius: 22px;
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.lightbox_link_container2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.stacked_nb {
  position: absolute !important;
  font-size: 40px;
  top: 40%;
  left: 44%;
  color: white;
  z-index: 30 !important;
}

@media (min-width: 500px) {
  .img_main_gal .img_main_gal_side {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .img_main_gal .img_main_gal_side .video_box_preview {
    width: 49%;
    margin-bottom: 0;
  }
  .img_main_gal .img_main_gal_side .container_content_side_img {
    width: 49%;
    vertical-align: top;
  }
  .lightbox_link_container2 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .img_main_gal > a img {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .img_main_gal {
    flex-wrap: nowrap;
  }
  .img_main_gal > a {
    margin-bottom: 00px;
  }
  .img_main_gal > a,
  .img_main_gal > a[rel] {
    display: inline-block;
    width: 70%;
  }
  .img_main_gal .img_main_gal_side {
    width: 33.3%;
    margin-left: 30px;
  }
  .img_main_gal .img_main_gal_side {
    margin-left: 30px;
    display: inline-block;
  }
  .img_main_gal .img_main_gal_side .video_box_preview {
    width: 100%;
    margin-bottom: 30px;
  }
  .img_main_gal .img_main_gal_side .container_content_side_img {
    width: 100%;
    vertical-align: bottom;
  }
}
.hidly {
  display: none;
}
.share_link_container {
  white-space: nowrap;
  transition: 0.3s;
}
.share_link_container p {
  padding-right: 10px;
}
.share_link_container span {
  vertical-align: middle;
  cursor: pointer;
}
.share_link_container p,
.share_link_container span {
  display: inline-block;
  color: #c2c2c2;
}
.share_link_container .container-social-share {
  position: absolute;
  width: max-content;
  right: 14px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.page-single-offre .share_link_container .container-social-share {
  top: 80px;
  padding-bottom: 10px;
  left: 14px;
  right: auto;
}
@media (min-width: 500px) {
  .page-single-offre .share_link_container .container-social-share {
    top: 115px;
    padding-bottom: 10px;
    left: auto;
    right: 14px;
  }
}
.page-liste-offres .share_link_container .container-social-share {
  padding-top: 15px;
  right: 0px;
}

@media (max-width: 768px) {
  .page-liste-offres > .container.pt-mobile {
    padding-top: 190px;
  }
  .page-home > .container-fluid.pt-mobile {
    padding-top: 290px;
  }
}
@media (min-width: 1200px) {
  .page-single-offre .share_link_container .container-social-share {
    top: 90px;
  }
}
.share_link_container .container-social-share a {
  display: inline-block;
  margin-right: 15px;
}
.share_link_container .container-social-share a span:before {
  transition: 0.3s;
}
.share_link_container .container-social-share a:hover span:before {
  color: #f36f21;
}
.share_link_container:hover .container-social-share {
  visibility: visible;
  opacity: 1;
}

#topBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  height: 50px;
  width: 50px;
  z-index: 999;
  border: none;
  outline: none;
  background-color: #f36f21;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, bottom 1s ease;
  -moz-transition: opacity 0.3s ease, bottom 1s ease;
  -o-transition: opacity 0.3s ease, bottom 1s ease;
  transition: opacity 0.3s ease, bottom 1s ease;
}
#topBtn p {
  margin: 0;
  transition: 0.3s;
}
#topBtn.displayed {
  opacity: 1;
}
#topBtn p span {
  font-size: 13px;
  color: white;
}
#topBtn:hover p {
  transform: translateY(-5px);
}

/** page contact **/
.contact--card {
  background-color: #ffffff;
  border-radius: 22px;
  box-shadow: 0px 10px 35px #00000024;
}

.contact--card a {
  color: #000000;
}

.contact--card .ulist_footer li {
  margin-bottom: 10px;
}

.contact--padding-3 {
  padding: 30px 15px;
}

.xs-p-3 {
  padding: 30px;
}

.max-w-445 {
  max-width: 445px;
}

/** Page reference **/
.wrapper-one-agence.bg--light-black .text > p,
.wrapper-one-agence.bg--light-black .h5,
.wrapper-one-agence.bg--orange .text > p,
.wrapper-one-agence.bg--orange .h5 {
  color: #ffffff;
}
.wrapper-one-agence.bg--orange .orange {
  color: #222222;
}

.reference--card .row-flex.justify-center img {
  max-width: 100%;
  height: auto;
}

.reference--card {
  max-width: 1500px;
  margin: auto;
}

.logo--grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.logo--grey:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.page-template-page-list-offres .owl-item {
  display: flex;
  align-items: center;
  background-color: #000000;
}
.page-template-page-list-offres .owl-item a,
.page-template-page-list-offres .owl-item a img {
  width: 100%;
}

.wrapper-pagination .pagination span.page-numbers.dots {
  border: none;
  color: #d8d8d8;
}
.wrapper-pagination .pagination span:hover.page-numbers.dots {
  border: none;
  color: #d8d8d8;
  background-color: transparent;
}
.img_preview {
  min-height: 540px;
  object-fit: cover;
}
.menu-mobile #menu-navigation-principale li>a:focus, .menu-mobile #menu-navigation-principale li>a:hover{
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  color: black;
}

/* Menu multilangue */
header .wrapper-langue{position: absolute;top: 139px;right: 50px; margin-left: 15px;}
header .wrapper-langue .language-selector {margin-left: 10px;}
header .wrapper-langue .language-selector a {padding:0 5px; text-decoration: none; color: white; font-weight: 600;display: flex;align-items: center;justify-content: center;}
/* #header .wrapper-langue .language-selector a:first-of-type {padding-left:0px;} */
header .wrapper-langue .language-selector a:hover,.wrapper-langue .language-selector a:focus {color: #f36e21;}
header .wrapper-langue .language-selector a img {margin-right: 10px;border-radius: 5px;height: 15px;width: auto;}
header .wrapper-langue .language-selector .dropdown_header_language {
text-align: center;
min-width: 50px;
text-transform: uppercase;
border: 0;
}

header .wrapper-langue .language-selector .dropdown_header_language a {
transition: .3s;
color: #58585a;
font-size: 16px;
display: flex;align-items: center;justify-content: center;
}
header .wrapper-langue .language-selector .dropdown_header_language a:hover {
color:#f36e21;
}
@media (min-width: 992px) {
  header .wrapper-langue {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin-right: 15px;
  }
}
@media (min-width: 1450px) {
  header .wrapper-langue {
    position: absolute;
    top: 50%;
    left: -50%;
    right: auto;
    z-index: 9999;
    transform: translateY(-50%)translateX(50%);
  }
}
.dropdown-backdrop{
  display: none;
}
.fd-row{
  flex-direction: row !important;
}
.fd-col{
  flex-direction: column !important;
}
.jc-se{
  justify-content: space-evenly !important;
}