/* -- Général -- */
.wow {
  visibility: hidden;
}
.cursor-default {
	cursor: default;
}
.grecaptcha-badge {
    opacity: 0 !important;
}
/*-- HEADER --*/
.navbar-custom img {
  width: 280px;
}
.hidden-div {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  transform:translateX(20px);  
  display:inherit;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.hidden-div.subnav-open {
  transform:translateX(0); 
  visibility: visible;
  opacity: 1;
}
/*-- Homepage --*/
.fullBackground h1 span {
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  display: block;
  margin-top: 30px;
}
/*-- Etudes & analyses --*/
.fichePresse {
  background-color: #283A46;
}
/*-- Annonces --*/
.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  background-color: #283A46;
}
.price-bubble {
  font-size: 14px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
  border: 1px solid #283A46;
}
.gm-style .gm-style-iw-tc {
  -webkit-filter: drop-shadow(0 4px 2px rgba(0,0,0,.6));
  filter: drop-shadow(0 4px 2px rgba(0,0,0,.6));
}
/* Loading */
@keyframes ldio-yzaezf3dcml {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.ldio-yzaezf3dcml div { box-sizing: border-box!important }
.ldio-yzaezf3dcml > div {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 45px;
  left: 45px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #ec6608 transparent #ec6608 transparent;
  animation: ldio-yzaezf3dcml 1s linear infinite;
}

.ldio-yzaezf3dcml > div:nth-child(2), .ldio-yzaezf3dcml > div:nth-child(4) {
  width: 94px;
  height: 94px;
  top: 53px;
  left: 53px;
  animation: ldio-yzaezf3dcml 1s linear infinite reverse;
}
.ldio-yzaezf3dcml > div:nth-child(2) {
  border-color: transparent #283a46 transparent #283a46
}
.ldio-yzaezf3dcml > div:nth-child(3) { border-color: transparent }
.ldio-yzaezf3dcml > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-yzaezf3dcml > div:nth-child(3) div:before, .ldio-yzaezf3dcml > div:nth-child(3) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -6px;
  left: 46px;
  background: #ec6608;
  border-radius: 50%;
  box-shadow: 0 104px 0 0 #ec6608;
}
.ldio-yzaezf3dcml > div:nth-child(3) div:after {
  left: -6px;
  top: 46px;
  box-shadow: 104px 0 0 0 #ec6608;
}

.ldio-yzaezf3dcml > div:nth-child(4) { border-color: transparent; }
.ldio-yzaezf3dcml > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-yzaezf3dcml > div:nth-child(4) div:before, .ldio-yzaezf3dcml > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -6px;
  left: 38px;
  background: #283a46;
  border-radius: 50%;
  box-shadow: 0 88px 0 0 #283a46;
}
.ldio-yzaezf3dcml > div:nth-child(4) div:after {
  left: -6px;
  top: 38px;
  box-shadow: 88px 0 0 0 #283a46;
}
.loadingio-spinner-double-ring-2by998twmg9 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-yzaezf3dcml {
  width: 200px;
  height: 200px;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-yzaezf3dcml div { box-sizing: content-box; }
/*-- Capital Market --*/
#transactionCarousel .carousel-item [class^="col-"],
.allReferences [class^="col-"] {
  transition: all .2s ease-in-out;
}
.ficheTeam .backImg {
  /*background-position: center -40px;*/
  background-position: top;
}
/*-- Références --*/
.ficheTransaction {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ficheTransaction .logoRef {
  width: auto;
  max-height: 70px;
  margin: 0 auto 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  color: transparent;
}
/*-- Offre d'emploi --*/
.iconShare svg {
  width: 30px;
}
.OffresSimilaires .backGrey4 {
	background-color: #FFF !important;
}
/*-- Compte / Formulaires --*/
.form-control, .modal-dialog textarea {
  color: #283A46;
  font-style: normal;
}
.form-check label {
  align-self: center;
}
.property-card {
  position: relative;
}
.property-card .supp_fav {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  transform: rotate(-45deg);
  background-color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  color: #EC6608;
}
.property-type svg path {
  fill:#FFF;
}
.success {
  font-size: 20px;
  margin: 30px auto;
  padding: 60px 30px;
  text-align: center;
  background-color: #283A46;
  color: #FFF;
}
.success img {
  display: block;
  margin: 0 auto 30px;
  padding: 24px;
  border: 4px solid #e86509;
  border-radius: 50%;
  width: 100px;
}
.upload {
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-check-label a {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
/*-- Toutes études/analyses --*/
.noresult {
  padding: 100px 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  opacity: 0.5;
}
/*-- Mentions légales --*/
.mentions h2 {
  font-weight: 800;
  margin: 30px 0 15px;
}
.mentions p,
.mentions ul li {
  font-size: 16px;
  line-height: 24px;
}
.mentions ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.mentions p a {
  color: #283A46;
  text-decoration: underline;
}
/*-- RESPONSIVE --*/
/* Small devices (sm) */
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}

/* Medium devices (md) */
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}

/* Large devices (lg) */
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}

/* Extra large devices (xl) */
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
  .fullBackground h1 span {
    font-size: 20px;
  }
}