/* ======================================================================= */
/*                                 SASS                                 */
/* ======================================================================= */
/* ======================================================================= */
/*                                 GENERAL                                 */
/* ======================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 0 !important;
  color: #2b4257 !important; }

.sidebar {
  display: none; }

p {
  font-size: 18px;
  line-height: 1.5;
  color: #000; }

.dev {
  border: 1px solid red; }

/* COULEURS */
.noir {
  color: #090908; }

.or {
  color: #957f54; }

.alert-danger {
  color: #e9540d;
  background-color: #f7f7f7;
  border-color: #957f54;
  text-align: center;
  margin: auto; }

.btn-info, .btn-primary, .btn-secondary {
  color: #ffffff;
  background-color: #2b4257;
  border-color: #2b4257;
  transition: all 0.5s ease; }

.btn-info:hover, .btn-primary:hover, .btn-secondary:hover {
  color: #ffffff;
  background-color: #957f54;
  border-color: #957f54;
  transition: all 0.5s ease; }

.reseaux-sociaux i {
  font-size: 30px; }

.detail .listing-header-detail {
  position: absolute;
  top: 10%;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  left: 51%;
  -webkit-transform: translateX(-51%);
  -moz-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  -o-transform: translateX(-51%);
  transform: translateX(-51%);
  padding: 150px;
  width: 100%; }

.detail .detail-header-titre::after {
  content: "";
  display: block;
  position: relative;
  background: #2b4257;
  height: 1px;
  width: 30%;
  margin: 10px auto 0 auto; }

.detail-header-titre {
  color: #2b4257 !important; }

.prix-header-titre {
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  letter-spacing: 3px;
  color: #2b4257 !important;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }

.blocpro {
  border: 1px solid #957f54;
  padding: 20px; }

/* ======================================================================= */
/*                                 INDEX                                   */
/* ======================================================================= */
/* HEADER & MENU*/
/* VIDEO */
.home-visuel-wrapper {
  height: 100vh; }

/*SLIDER ACCUEIL*/
.carousel-indicators {
  display: none; }

.carousel-fullscreen .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#carouselExampleIndicatorsHome .carousel-item {
  background-size: cover;
  background-position: bottom center; }

#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
  background-image: url("/assets/images/slider_home/1.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url("/assets/images/slider_home/2.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url("/assets/images/slider_home/3.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url("/assets/images/slider_home/4.jpg"); }

.baseline {
  z-index: 20;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
  -moz-transform: translateX(-50.5%);
  -ms-transform: translateX(-50.5%);
  -o-transform: translateX(-50.5%);
  transform: translateX(-50.5%);
  text-align: center; }

.baseline img {
  width: 100%;
  animation: logointro 1s ease 0s 1 normal forwards;
  opacity: 0; }

@keyframes logointro {
  0% {
    transform: scale(0.5);
    opacity: .5; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.index .scroll-downs i {
  font-size: 30px;
  color: #957f54; }

.index .not-sticking .menu ul > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0; }

.menu ul > li > a, .menu a:not([href]):not([tabindex]), .menu a:not([href]):not([tabindex]):focus, .menu a:not([href]):not([tabindex]):hover {
  margin: 12px 20px;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  font-weight: 500; }

.index .not-sticking .menu a:hover,
.not-sticking .menu a:hover,
.sticking .menu a:hover,
.menu a:hover,
.not-sticking .menu li:hover a,
.sticking .menu li:hover a,
.menu li:hover a {
  color: #957f54;
  text-decoration: none; }

.sticking .menu li:hover a.item-nav,
.sticking .menu li.dropdown:hover a.item-nav,
.not-sticking .menu li.dropdown:hover a.item-nav,
.menu li.dropdown:hover a.item-nav,
.sticking .menu a.item-nav:hover {
  color: #fff; }

.index .not-sticking .menu a:hover .dropdown-item,
.not-sticking .menu a:hover .dropdown-item,
.sticking .menu a:hover .dropdown-item,
.menu a:hover .dropdown-item,
.not-sticking .menu li:hover .dropdown-item,
.sticking .menu li:hover .dropdown-item,
.menu li:hover .dropdown-item,
.menu li:hover .item-nav,
.index .not-sticking .menu a.item-nav:hover,
.index .not-sticking .menu li.dropdown:hover a.item-nav {
  color: #2b4257; }

.header .sticking {
  background: #2b4257; }

.index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
  background: #2b4257; }

[class*="listing"] .not-sticking .container_search,
[class*="listing-"] .not-sticking .container_search {
  display: none; }

.not-sticking .site-pusher {
  background: #2b4257; }

.index .not-sticking .site-pusher {
  background: #2b4257; }

.menu .dropdown-menu {
  left: -40px;
  margin: 0.05rem 0 0;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  width: auto; }

/* .menu .dropdown-menu::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #fff 10px;
  position: absolute;
  left: 47%;
  top: -12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */
nav.menu .dropdown-item:hover {
  background-color: #ff5100;
  color: #fff !important; }

nav.menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-transform: capitalize; }

/* BIENS A LA UNE */
.home_cont_categories {
  padding-bottom: 0; }

.index .info_titre {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  white-space: initial; }

.index .info_ville, .index .info_prix {
  width: 100%;
  font-size: 13px;
  padding-top: 0;
  font-weight: 400;
  color: #000;
  text-transform: uppercase; }

.index .info_titre::after {
  content: "";
  display: block;
  position: relative;
  background: #111;
  height: 1px;
  width: 30%;
  margin: 6px auto 6px auto; }

.home_heading {
  font-weight: 800 !important;
  letter-spacing: none !important; }

.home_heading span {
  font-weight: 200 !important; }

.home_cont_selection, .home_cont_categories {
  padding-top: 5px;
  padding-bottom: 00px; }

.home_heading, .home_heading2,
.administrable .content_page h1 {
  font-size: 25px;
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
  color: #2b4257;
  letter-spacing: 5px;
  line-height: 1.1; }

.home_heading::before {
  display: none !important; }

.home_heading::after {
  display: none !important; }

.index .prod_accueil {
  margin: 0 0px; }

.index .prod_accueil article {
  border: 1px solid #ddd;
  width: calc(100% / 2 - 25px);
  margin: 10px; }

/* CATEGORIES */
.index .photobox_type16 .photobox__label {
  font-size: 35px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  top: 50%; }

.index .photobox_type16 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.75)); }

.logo-categorie {
  width: 110px;
  margin-bottom: 50px; }

/* ======================================================================= */
/*                                 LISTING                                 */
/* ======================================================================= */
[class*="listing"] .main-content,
[class*="listing-"] .main-content {
  margin: 5%; }

.index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.6)); }

.index .photobox_type16 .photobox__label,
[class*="listing"] .photobox_type16 .photobox__label,
[class*="listing"] .photobox_type16 .photobox__label {
  color: #fff; }

.home_cont_categories .cat-index .photobox_type16 .photobox__label {
  opacity: 1 !important;
  text-shadow: #000000 1px 1px 4px !important; }

.prod_listing.damier .info_ville,
.prod_listing.damier .info_prix,
.index .info_ville,
.index .info_prix {
  width: 100%;
  font-size: 13px;
  padding-top: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase; }

.index .info_titre::after,
.prod_listing .info_titre::after,
.prod_listing.damier .info_titre::after {
  background: #957f54; }

.index article.photobox_type16 .photobox__label {
  top: 80%; }

.index .header-item {
  padding: 0;
  font-weight: 400;
  letter-spacing: 5px;
  text-rendering: optimizelegibility; }

[class*="listing"] .plusdecritere a,
[class*="listing"] .plusdecritere a {
  color: #957f54; }

.container_search .bootstrap-select {
  border: 1px solid #fff !important; }

.container_search .dropdown-menu.open.show {
  transform: translate3d(0px, 36px, 0px) !important; }

.container_search .form-style {
  border: 1px solid #fff;
  height: 38.3px; }

.container_search .btn-primary {
  border-color: #fff; }

.btn-primary3 {
  color: #fff;
  background-color: #e9540d;
  border-color: #e9540d; }

.btn-primary3:hover {
  color: #000;
  background-color: transparent;
  border-color: #000; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  height: 35px !important;
  border-radius: 0 !important; }

.search__form-item:nth-child(n+2) {
  background: #fff; }

/* ======================================================================= */
/*                            PAGES DE CONTENU                             */
/* ======================================================================= */
.contenu-page {
  padding-top: 80px;
  padding-bottom: 80px; }

.listing-header {
  position: absolute;
  top: auto;
  left: 51%;
  -webkit-transform: translateX(-51%);
  -moz-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  -o-transform: translateX(-51%);
  transform: translateX(-51%);
  padding: 150px 0;
  bottom: 0; }

.bgAccueil-page {
  z-index: -100;
  height: 80vh !important;
  top: 0; }

.patrimoine .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-patrimoine.jpg) no-repeat center center;
  background-size: cover; }

.patrimoine .bloc-patrimoine2 {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/images/CommentInvestirenloiPinelprocheRouen.jpg) no-repeat center center;
  background-size: cover;
  display: flex; }

.patrimoine.adminperso .bgAccueil-page,
.actualites.adminperso .bgAccueil-page {
  display: none; }

.baseline-patrimoine {
  color: #fff;
  width: 100%;
  padding: 15px;
  margin: auto; }

.citation {
  font-weight: 300;
  line-height: 0.8;
  font-size: 20px; }

.citation span {
  font-size: 50px;
  top: 20px;
  color: #fff; }

.auteur {
  font-style: italic; }

.border-angle1 {
  /* top: 15px; */ }

.border-angle1::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background: #e9540d;
  vertical-align: text-top;
  margin: 0;
  right: 0;
  border-left: 2px solid #e9540d; }

.border-angle1::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e9540d;
  vertical-align: text-top;
  margin: 0; }

.border-angle2 {
  float: right;
  margin-top: -30px; }

.border-angle2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e9540d;
  vertical-align: text-bottom;
  margin: auto 0; }

.border-angle2::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background: #e9540d;
  vertical-align: text-bottom;
  margin: 0;
  right: 0;
  border-left: 2px solid #e9540d; }

.vendre .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-vendre.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

/* .administrable .bgAccueil-page {
  z-index: -100;
  height: 85vh!important;
  top: 0;
} */
.confier .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-confier.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

.proprietaire .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-particulier.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

.entreprise .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-entreprise.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

.conciergerie .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-conciergerie.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

.agence .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-agence.jpg) no-repeat center center;
  background-size: cover;
  z-index: -100;
  height: 85vh !important;
  top: 0; }

p.text-justify {
  padding: 10px 0; }

.listing-location .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-estimation.jpg) no-repeat center center;
  background-size: cover; }

.estimation .bloc-patrimoine2 {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/images/estimation-presentation.jpg) no-repeat center center;
  background-size: cover;
  display: flex; }

.administrable .listing-header .ancre-bottom {
  right: 55%; }

.administrable .content_page,
.administrable .content_page p,
.administrable .content_page span {
  font-family: 'Montserrat', sans-serif; }

.administrable .content_page p,
.administrable .content_page p span {
  font-size: 18px !important;
  line-height: 1.5;
  color: #000; }

/* .administrable .content_page p strong,
.administrable .content_page a span{
  color: $or!important;
} */
.blockentreprise {
  text-align: center; }

.blockentreprise i {
  margin-bottom: 10px; }

/* ======================================================================= */
/*                          LISTING & DETAILS                              */
/* ======================================================================= */
.detail .h3 {
  margin: 35px 0 1.2em 0; }

.detail .ancre-bottom {
  display: none; }

.listing-header-titre, .listing-header-sous-titre {
  text-shadow: #000000 1px 1px 4px !important; }

.lafficheur {
  justify-content: space-between; }

.lafficheur li {
  background-color: #000;
  font-size: 14px; }

.lafficheur li:hover, .lafficheur li.active {
  background-color: #957f54; }

/* ======================================================================= */
/*                                AGENCE                                   */
/* ======================================================================= */
.agence .container {
  padding-right: 15px;
  padding-left: 15px; }

.agence p {
  font-size: 18px;
  color: #2b4257; }

p strong {
  color: #000; }

.col2 {
  column-count: 2;
  column-gap: 50px; }

.agence .border-angle1 {
  top: 35px; }

.agence .border-angle2 {
  margin-top: -35px; }

.entreprise p {
  font-size: 18px;
  color: #2b4257;
  font-weight: 300; }

.proprietaire p {
  font-size: 18px;
  color: #2b4257;
  font-weight: 300; }

.contact p {
  font-size: 18px;
  color: #2b4257; }

.adminpersos p {
  font-size: 18px;
  color: #2b4257;
  font-weight: 300; }

/* ======================================================================= */
/*                             ACTUALITES                                  */
/* ======================================================================= */
.adminperso .content_page {
  width: 100%; }

.actualites .bgAccueil-page {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/images/bgimg-actualite.jpg) no-repeat center center;
  background-size: cover; }

.adminpersos .actualites-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em; }

ul.niveau2 {
  display: contents;
  flex-wrap: wrap;
  margin: -0.5em;
  width: 100%; }

.adminpersos .actualites-group ul li,
ul.niveau2 li {
  position: relative;
  width: calc(100% / 1fote - 16px);
  margin: calc(0.5em * 2) 0.5rem;
  overflow: hidden; }

.adminpersos .actualites-group img,
ul.niveau2 img {
  width: 100%;
  height: 300px;
  object-fit: cover; }

.adminpersos .actualites-group ul li .title-post,
ul.niveau2 li .title-post {
  font-size: 19px;
  font-weight: 500;
  margin: 15px 5px 10px 5px;
  line-height: 1.1;
  text-transform: uppercase; }

.adminpersos .actualites-group ul li .date-post,
ul.niveau2 li .date-post {
  font-size: 20px;
  margin: 0 5px;
  color: #957f54; }

.adminpersos .actualites-group .description-post,
ul.niveau2 .description-post {
  font-size: 16px; }

.adminpersos .actualites-group ul li .btn-actus,
ul.niveau2 li .btn-actus {
  font-size: 17px;
  margin: 10px 5px;
  color: #e9540d; }

.adminperso .description-post {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  /* columns: 2; */ }

.patrimoine .contenu-page {
  padding-bottom: 0; }

.adminperso .title-post {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase; }

.adminperso .date-post {
  color: #f83400;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-size: 20px;
  position: relative;
  margin-bottom: 36px;
  margin-top: 10px; }

.adminperso .date-post::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: #f83400; }

.adminperso ul.retour {
  display: flex;
  margin-bottom: 0; }

.adminperso .btn-retour {
  font-weight: 500;
  font-size: 90%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  border: 0;
  background: transparent;
  padding-left: 0;
  margin-left: 5px; }

.adminperso .btn-retour:hover {
  color: #957f54; }

.blog-category {
  font-weight: 500;
  font-size: 90%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px; }

.blog-category p {
  margin-bottom: 0; }

.adminperso ul.retour i {
  font-size: 20px;
  top: -3px;
  color: #957f54; }

.adminperso .home_heading2 {
  margin: 100px 0 70px 0;
  text-align: center; }

/* PATRIMOINE */
ul.niveau2 {
  display: none; }

ul.niveau2:nth-child(2),
ul.niveau2:nth-child(3) {
  display: contents; }

/* CONTACT */
.logo-contact {
  width: 250px;
  margin-bottom: 20px; }

.contact .home_heading2 {
  margin-bottom: 20px; }

/* ======================================================================= */
/*                         FOOTER & COORDONNEES                            */
/* ======================================================================= */
.mentions-legales p, .list_mentions {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
  color: #000; }

.mentions-legales b, strong {
  font-weight: 600; }

.mentions-legales h2 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #957f54;
  letter-spacing: 5px;
  line-height: 1.1; }

footer {
  background-color: #2b4257;
  padding: 50px 10px; }

footer p {
  color: #ffffff !important; }

footer .liens_left p {
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.3;
  text-align: left; }

footer a {
  font-size: 10px !important; }

footer .borderL {
  border-left: 1px solid #ffffff; }

/* ======================================================================= */
/*                             RESPONSIVE                                  */
/* ======================================================================= */
@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
  .contact .bgAccueil-page {
    background-size: 667px 375px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/images/bgimg-mobile-contact.jpg) center center !important; } }

@media (min-width: 992px) {
  .index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
    padding: 0px 0px; }
  .sticking .header__logo {
    padding: 10px; }
  .index .header .not-sticking {
    background: rgba(255, 255, 255, 0.48); }
  .not-sticking .header__logo img, .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px; }
  .index .not-sticking .header__logo img {
    width: 200px !important;
    padding: 10px 10px 10px 10px; }
  .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .site-pusher {
    display: flex;
    justify-content: space-between; }
  nav.menu {
    width: auto;
    margin: auto 3%; }
  .menu ul > li.drapeau > a {
    padding: 0 10px; }
  .block_info_mobile {
    display: none; }
  .prod_listing .info_titre, .prod_listing.damier .info_titre {
    white-space: initial; }
  .menu ul > li > a, .menu a:not([href]):not([tabindex]), .menu a:not([href]):not([tabindex]):focus, .menu a:not([href]):not([tabindex]):hover, .not-sticking .menu ul > li > a {
    padding: 0;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0; }
  nav.menu ul li {
    margin: auto 6px; }
  /*   nav.menu .dropdown-item { font-size: 13px; } */
  .index .not-sticking .menu a:hover .dropdown-item, .not-sticking .menu a:hover .dropdown-item, .sticking .menu a:hover .dropdown-item, .menu a:hover .dropdown-item, .not-sticking .menu li:hover .dropdown-item, .sticking .menu li:hover .dropdown-item, .menu li:hover .dropdown-item, .menu li:hover .item-nav, .index .not-sticking .menu a.item-nav:hover {
    font-size: 13px; } }

@media (min-width: 1100px) {
  .not-sticking .header__logo img, .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
    width: 200px !important;
    padding: 15px 10px 10px 10px; } }

@media (min-width: 1281px) {
  .index .not-sticking .menu ul > li > a {
    font-size: 14px; }
  /*    nav.menu .dropdown-item { font-size: 17px; } */
  .home_heading, .home_heading2, .administrable .content_page h1 {
    font-size: 32px; }
  .not-sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
    width: 140px;
    padding: 10px 10px 10px 10px; }
  .sticking .header__logo img {
    width: 140px;
    padding: 10px 10px 10px 10px; }
  .menu ul > li > a, .menu a:not([href]):not([tabindex]), .menu a:not([href]):not([tabindex]):focus, .menu a:not([href]):not([tabindex]):hover, .not-sticking .menu ul > li > a {
    padding: 0 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    font-size: 14px; }
  nav.menu ul li {
    margin: 0; }
  .index .not-sticking .menu a:hover .dropdown-item, .not-sticking .menu a:hover .dropdown-item, .sticking .menu a:hover .dropdown-item, .menu a:hover .dropdown-item, .not-sticking .menu li:hover .dropdown-item, .sticking .menu li:hover .dropdown-item, .menu li:hover .dropdown-item, .menu li:hover .item-nav, .index .not-sticking .menu a.item-nav:hover {
    font-size: 14px; }
  .menu .dropdown-menu {
    left: 0; } }

@media (max-width: 768px) {
  .index .photobox_type16 .photobox__previewbox::before, [class*="listing"] .photobox_type16 .photobox__previewbox::before, [class*="listing-"] .photobox_type16 .photobox__previewbox::before {
    width: 100%;
    height: 100%;
    background-color: var(--photoboxOverlay, rgba(255, 255, 255, 0));
    opacity: 1;
    transition: opacity var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; } }

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
  .bgAccueil {
    background-size: 667px 375px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/images/bgimg-mobile.jpg) no-repeat center center !important; } }

@media (max-width: 991px) {
  footer .liens_left p {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 1.3;
    text-align: center; }
  .not-sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .index .sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .index .not-sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 15px 10px;
    margin-right: 10px;
    float: inherit; }
  .detail .listing-header-detail {
    position: absolute;
    top: -20%;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    left: 51%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    padding: 150px;
    width: 100%; }
  .baseline {
    z-index: 20;
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center; }
  .reseaux-sociaux p {
    text-align: center; }
  .burger-item {
    color: #000;
    font-size: 40px;
    position: fixed;
    left: 15px;
    top: 32px;
    z-index: 100;
    background: #000;
    height: 3px;
    width: 24px; }
  .burger-item::after {
    content: "";
    position: absolute;
    background: #957f54 !important;
    color: #957f54 !important;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .burger-item::before {
    content: "";
    position: absolute;
    background: #957f54 !important;
    color: #957f54 !important;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: -8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .index .not-sticking .burger-item, .index .not-sticking .burger-item::before, .index .not-sticking .burger-item::after {
    color: #957f54 !important;
    background: #957f54 !important; }
  .header__logo img {
    width: 200px;
    padding: 15px 0;
    margin-right: 5%; }
  .index .not-sticking .header__logo img {
    width: 200px;
    margin-right: 4%;
    padding: 15px; }
  .not-sticking .burger-item, .not-sticking .burger-item::before, .not-sticking .burger-item::after, .sticking .burger-item, .sticking .burger-item::before, .sticking .burger-item::after {
    color: #957f54;
    background: #957f54; }
  .index .not-sticking .burger-item, .index .not-sticking .burger-item::before, .index .not-sticking .burger-item::after {
    color: #000;
    background: #000; }
  .menu ul > li > a {
    text-transform: uppercase; }
  .menu {
    background-color: #2b4257; }
  .menu .dropdown-menu::before {
    border-top: solid #151616 10px;
    top: -16px; }
  nav.menu ul li .dropdown-menu {
    display: block !important;
    position: inherit !important;
    background-color: #151616 !important;
    width: 100%; }
  .menu .dropdown-menu {
    left: 0;
    margin-bottom: 20px;
    text-align: center; }
  nav.menu ul li .dropdown-menu .dropdown-item {
    padding: 0.5rem 0 0.5rem 5px !important; }
  .index .photobox_type16 .photobox__label {
    font-size: 20px; }
  [class*="listing"] .main-content, [class*="listing-"] .main-content {
    margin: 10% 3%; }
  #formrecherchevente-bar, [class*="listing"] .fiche_produit, [class*="listing-"] .fiche_produit {
    display: block; }
  .damier .header-item {
    letter-spacing: 1px;
    padding: 0 7px; }
  .prod_listing.damier .info_ville, .prod_listing.damier .info_prix, .index .info_ville, .index .info_prix {
    font-size: 11px; }
  .bgAccueil-page {
    z-index: -100;
    height: 40vh !important;
    top: 0; }
  .listing-header-detail {
    padding: 0; }
  p, .agence p {
    font-size: 16px;
    line-height: 1.2; }
  .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
    display: block; }
  .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
    display: block;
    position: absolute;
    right: -3px;
    top: 15px;
    font-size: 20px;
    background: #957f54;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff; }
  .home-visuel-wrapper {
    height: auto; }
  .index .not-sticking .menu ul > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px; }
  .index .not-sticking .menu a:hover .dropdown-item, .not-sticking .menu a:hover .dropdown-item, .sticking .menu a:hover .dropdown-item, .menu a:hover .dropdown-item, .not-sticking .menu li:hover .dropdown-item, .sticking .menu li:hover .dropdown-item, .menu li:hover .dropdown-item, .menu li:hover .item-nav, .index .not-sticking .menu a.item-nav:hover, .index .not-sticking .menu li.dropdown:hover a.item-nav {
    color: #fff; }
  .listing-header {
    position: absolute;
    top: auto;
    left: 52%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    padding: 80px 0;
    bottom: 0; }
  .conciergerie .bgAccueil-page,
  .bien-vendre .bgAccueil-page,
  .bien-acheter .bgAccueil-page,
  .vendre .bgAccueil-page,
  .agence .bgAccueil-page,
  .conciergerie .bgAccueil-page,
  .gestion .bgAccueil-page,
  estimation .bgAccueil-page {
    height: 50vh !important; }
  .centre {
    text-align: center; }
  .index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .index article.photobox_type16 .photobox__label {
    top: 64%; }
  .index .info_titre {
    font-size: 10px; }
  .index .header-item {
    min-height: 100px; } }

@media (max-width: 768px) {
  .hidemob {
    display: none !important; }
  .block_info > .effect-cms {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    top: -100px; } }

@media (max-width: 560px) {
  footer .borderL {
    border-left: 0px solid #ffffff;
    display: none; }
  .logo_footer {
    margin-bottom: 20px !important;
    width: 50%; }
  .index .not-sticking .site-pusher {
    background: #2b4257; }
  .baseline {
    z-index: 20;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 33%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center; }
  .baseline img {
    width: 150%;
    animation: logointro 1s ease 0s 1 normal forwards;
    opacity: 0; }
  .index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .index .info_titre {
    font-size: 10px; }
  .index .prod_accueil article {
    border: 1px solid #ddd;
    width: calc(100% / 1 - 25px);
    margin: 10px; }
  .detail_pieces ul li {
    width: 46.4%; }
  .header-item ul .info_prix, .header-item ul .info_ville {
    font-size: 10px; }
  .detailpiece-nompiece {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px; }
  /*.index .carousel {
  display: none;
}
 .bgAccueil {
   background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/bgimg-mobile.jpg) no-repeat center center!important;
} */
  .not-sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .index .sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    float: inherit; }
  .index .not-sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 10px 10px 15px 10px;
    margin-right: 10px;
    float: inherit; }
  [class*="listing"] .header__logo img,
  [class*="listing-"] .header__logo img {
    margin-right: 50px; }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-position: center center; }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-position: center center; }
  .liens_center {
    margin: 20px auto; }
  .listing-vente .ancre-bottom, .alerte-email .ancre-bottom, .agence .ancre-bottom, .contact .ancre-bottom, .actualites .ancre-bottom, .estimation .ancre-bottom {
    display: none; }
  .bgAccueil-page {
    /* background-size: contain!important; */
    height: 100% !important;
    min-height: 0;
    max-height: 35vh;
    top: 0;
    margin-top: 51px; }
  .listing-header-detail {
    top: 20%; }
  .listing-header {
    padding: 0; }
  .logo-entete {
    margin-top: 50px;
    width: 70px; }
  .agence .text-right {
    text-align: left !important; }
  .index .not-sticking .menu ul > li > a {
    color: #fff; }
  nav.menu ul li .dropdown-menu .dropdown-item {
    padding: 0.2rem 0 0.2rem 5px !important;
    font-size: 14px; }
  .menu ul > li > a {
    margin: 7px 20px; }
  .menu ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 1px solid #343434; }
  .header .sticking, .header .not-sticking {
    background: #2b4257; }
  .index .header .not-sticking {
    background-color: transparent; }
  .listing-header {
    padding: 0px 0;
    bottom: 40%;
    width: 100%; }
  .listing-header-titre {
    font-size: 20px; }
  .contenu-page {
    padding-top: 30px; }
  .ancre-bottom {
    display: none; }
  .home_heading, .home_heading2 {
    font-size: 20px; }
  .adminpersos .actualites-group ul li, ul.niveau2 li {
    width: calc(100% / 1 - 16px); }
  .col2 {
    column-count: 1; }
  .not-sticking .menu ul > li > a {
    font-size: 14px; } }

@media (min-width: 421px) {
  .index .not-sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 20px 10px 15px 0px;
    margin-right: 10px;
    float: inherit; }
  .index .sticking .header__logo img, .header__logo img {
    width: 200px;
    padding: 20px 10px 15px 0px;
    margin-right: 10px;
    float: inherit; }
  .header .not-sticking .header__logo img {
    padding: 20px 10px 15px 0px; }
  .header .sticking .header__logo img {
    padding: 20px 10px 15px 0px; } }

@media (max-width: 300px) {
  .detail_pieces ul li {
    width: 100%; } }

/* @media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
.bgAccueil {
    background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/slider_home/2.jpg) no-repeat center center!important;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
    background-position: center center;
} 
} */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .bgAccueil-page {
    top: 0;
    height: 75vh !important;
    margin-top: 37px; }
  .info_ville {
    font-size: 10px; }
  .spin4.info_prix {
    font-size: 12px !important;
    text-align: center !important; }
  .prod_listing .info_titre {
    font-size: 13px; }
  .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
    width: 7%; }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    margin-right: 50px; }
  .detail .groupe-btn .list-inline-item {
    margin: 10px 0; }
  .logo-entete {
    margin-top: 50px;
    width: 100px; }
  .agence .text-right {
    text-align: center !important; }
  .agence .container {
    padding-right: 30px;
    padding-left: 30px; }
  .detail_pieces ul li {
    width: 30%; }
  .search__form-item:nth-child(n+2) {
    width: calc(100% / 2 - 3px) !important; }
  .modal-dialog {
    margin: 40px auto; }
  .search__form-item.c_valid {
    width: 100% !important; } }

.top_link {
  bottom: 1%; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .block_info_mobile {
    display: block; }
  .block_info {
    display: none; }
  [class*="listing-"] article, [class*="listing"] article {
    background: #f1f1f1; }
  .index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    width: 98%;
    text-align: center;
    font-size: 28px;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-transform: uppercase; }
  .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(255, 255, 255, 0));
    transition: opacity var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0); }
  .index .photobox_type16 .photobox__label {
    font-size: 23px;
    color: #fff; }
  .photobox_type16:hover .photobox__label {
    opacity: 1 !important;
    transition-duration: var(--photoboxAnimationDuration, 0.2s);
    transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2); } }


/* TOP LINK */
.top_link {
  z-index: 99;
  bottom: 86px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  opacity: 1;
  box-shadow: 0 0 1rem 0 black;
  padding: 0;
  height: 4rem;
  width: 4rem;
  display: flex;
  right: 20px; }

/* .index .top_link {
  bottom: 250px;
} */
.top_link:hover {
  height: 4rem;
  background: #e4e4e4; }

.top_link::before {
  content: url(/assets/images/retour-top.png);
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
  margin: auto; }

.picto-contact {
  margin: auto;
  font-size: 38px;
  color: #fff; }

.header-contact {
  bottom: 10px;
  background: #957f54;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 #3c3d00;
  height: 4rem;
  width: 4rem;
  right: 20px;
  position: fixed;
  display: flex;
  z-index: 3; }

.header-contact:hover,
.header-contact2:hover {
  box-shadow: 0 0 1rem 0 #3c3d01; }

@media (max-width: 560px) {
  .header-contact {
    bottom: 10px;
    background: #957f54;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 #3c3d00;
    height: 3.5rem;
    width: 3.5rem;
    right: 10px;
    position: fixed;
    display: flex;
    z-index: 3; }
  .top_link {
    z-index: 99;
    bottom: 80px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    opacity: 1;
    box-shadow: 0 0 1rem 0 #3c3d00;
    padding: 0;
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    right: 10px; }
  .top_link:hover {
    height: 3rem;
    background: #e4e4e4; } }
