/* CSS Document */
/*home*/
.obliquebkg_one {
  background-image: -webkit-linear-gradient(93deg, #F2F2F2 50%, #FFF 50%);
  min-height: 100px
}
.obliquebkg_two {
  background-image: -webkit-linear-gradient(87deg, #FFF 50%, #F2F2F2 50%);
  min-height: 100px
}
#derniers-biens-locations {
  background-color: #F2F2F2
}
.type-offre {
  color: #466973;
  font-weight: 300;
  font-style: italic
}
.type-offre:hover {
  color: #0D8080;
}
.link-tous-home {
  border: thin solid #003333;
  padding: 0.5rem 1rem;
  color: #003333;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
a.link-tous-home:hover, .link-tous-home:focus {
  background-color: #003333;
  color: #FFF;
}
.widget-photo {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .2s ease-out;
}
.widget-photo:hover {
  opacity: 0.6
}
h2.widget-last-bien-title {
  text-transform: uppercase
}
.border-grey {
  border-color:
    rgba(116, 116, 116, 1.00)
}

.single-bien .carousel-item, #infos-bien {
  height: auto;
}
.infosbien {
  list-style: none;
  padding: 0;
  font-size: 0.9rem
}
.infosbien td {
  padding-bottom: 10px;
}
ul.infosbien li {
  margin-bottom: 0.5rem
}
.carousel {
  position: relative;
}

#infos-bien h3 {
  color: #FFFFFF;
}
#infos-bien {
  color: #DFDFDF;
  background-color: #2C2C31
}

/*carousel*/


 .carousel-item .fa-search-plus{
  font-size:46px;
  position: absolute;
  color: rgba(255,255,255,0.1);
  z-index: 51;
  top:calc(50% - 23px);
  left: calc(50% - 23px);
	 
}
.carousel-item:hover .fa-search-plus
{
  color: rgba(255,255,255,0.6);
}

#bandeau-infos {
  height: 60px;
  position: absolute;
  top: 0px;
  z-index: 50;
}
#bandeau-infos_bottom {
  height: 70px;
  position: absolute;
  top: 74%;
  z-index: 50;
}
#bandeau-infos_bottom #telephone {
  font-size: 1.2rem;
  color: #000;
  background-color: #FFFF;
  margin-right: -20px
}
#bandeau-infos_bottom #telephone .prenom {
  font-size: 0.8rem
}
.carousel .surface {
  background-color: #337987;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  padding: 5px 10px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.60);
}

.pano_prix_widget p{
	color: #FFF; 
	background-color:#264E56;
	width: auto;
	padding: 2px 8px;
	text-align: center
}
.fiche-bien .pano_prix{
  display: block;
  width: 160px;
  padding:5px 10px;
  position: relative;
  background-color:#264E56;
  top: 8px; 
}
.fiche-bien .pano_prix span {
  width: 110px;
  text-align: center;
  color: #FFF;
  font: 500 0.9em 'Montserrat', Arial, serif;
  letter-spacing: 0.01em;
  margin: auto
}
.fiche-bien .header-bien {
  text-transform: uppercase;
}
.fiche-bien #infos-agence {
  border: thin solid #003333;
}
.fiche-bien svg.picto-mail, .fiche-bien svg.picto-map {
  width: 40px;
  fill: #fff;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.fiche-bien svg.picto-mail:hover, .fiche-bien svg.picto-map:hover {
  width: 42px;
  fill: #454642;
}
.fiche-bien a svg.picto-map {
  height: 70px
}
a:hover img.picto-xs {
  opacity: 1
}
img.picto-xs {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  opacity: 0.6
}
td.picto {
  width: 45px
}
.site-footer i {
  font-size: 0.7rem;
  margin-left: 0.2rem
}
.carousel-liste .slide {
  height: 300px;
}
ul.agence{

	margin-left: 0
}
ul.agence li{
	line-height: 1.6rem;
	list-style: none;
}
ul.agence li i{
	font-size: 1rem
}
.fiche-bien .vendu{
	background-color:#D55834; color:#fff; padding: 2px 10px; font-size: 1.8rem
}
@media only screen and (min-width: 767px) {
#bandeau-infos_bottom {
  top: 70%;
}
.carousel .surface {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 10px;
  padding: 5px 15px;
}
.fiche-bien .pano_prix{
  width:160px;
  padding:5px 10px;
}	
.fiche-bien .pano_prix span {
  width: 140px;
}
@media only screen and (min-width: 1400px) {
.single-bien .carousel-item, #infos-bien {
  height: 450px;
}
}
@media only screen and (min-width: 1600px) {
  .carousel-liste .slide {
    height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .fiche-bien .pano_prix p {
    width: 100px;
  }
}