@charset "utf-8";

/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Rubik&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oxygen&display=swap);

html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code,

del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var,

b, i,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

#tableau, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font-family: "Rubik", Arial;
    color: #29292b;
}

.lefond {
    height: 130px;
	background-image: url(../images/entete-logo-1024-fond.png);
    background-repeat: repeat-x;
}
#insta-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 120px;
}
#fnaim-logo {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 25px;
	background-image: url(../images/logo-fnaim.png);
    background-repeat: no-repeat;
}
.lelogo {
    width: 710px;
    height: 130px;
	background-image: url(../images/entete-logo-1024.png);
    background-repeat: no-repeat;
}

#navbarsExampleDefault {
    font-family: "Rubik", Arial;
    position: absolute;
    right: 3%;
    top: 75px;
}
.barres * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.barres li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.barres a {
  display: inline-block;
  padding: 0.5em 10px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.barres a:before {
  left: 10%;
  right: 10%;
  top: 50%;
  content: '';
  border-left: 12px solid #FFF;
  border-right: 12px solid #FFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.barres a:hover,
.barres .current a {
  color: #ffffff;
}
.barres a:hover:before,
.barres .current a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    padding-right: 1rem;
    padding-left: 1rem;     
}
.cadretexte:before {
    content: "";
    width: 25%;
    height: 15px;
    background: #4861BD;
    position: absolute;
    bottom: 0px;
    top: 0px;
    margin: auto;
}
.cadretexte{
    position: relative;
    margin: 30px;
}
.cadretexte:after {
    content: "";
    width: 25%;
    height: 15px;
    background: #4861BD;
    position: absolute;
    right: 0px;
    top: 35px;
    margin: auto;
}
.habillagetexte {
    line-height: 80px;
    font-size: 2em;
    color: #4861BD;
    font-weight: 600;
    text-align: center;
	text-shadow: 0 1px 0 #e4e6ea,
	0 2px 0 #f0eaea,
	0 5px 0 #e4e6ea,
	0 1px 3px rgba(0,0,0,.1),
	0 5px 4px rgba(0,0,0,.25);
}
.habillagetexte span {
    color: #43c1e2;
    text-transform: uppercase;
}
.cadreinfo {
    margin: 30px;
    text-align: center;
}
.bouton-estimation {
    background-color: #43c1e2;
    border: none;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 25px 2px 0px;
    cursor: pointer;
    border-radius: 8px;
}
a.bouton-estimation:hover {
    background-color: #4861BD;
    color: white;
}
#annonces {
    font-size: 85%;
}
/**  thumb **/
.row {
	margin: 0 auto;
}
.grid {
	position: relative;
	padding: 0;
    padding-left: 2%;
    padding-right: 2%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/* min-width: 320px; */
    max-height: 320px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
    display: block;
    letter-spacing: 0.1em;
    margin-top: 2px;
}

.grid figure h2,
.grid figure p {    
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
    padding-left: 30%;
    padding-top: 10%;
}
/*---------------*/
/***** marley *****/
/*---------------*/

figure.effect-marley:hover {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #43c1e2 0%,#05abe0 100%);
}

figure.effect-marley img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-marley figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-marley figcaption {
	padding: 1.3em;
	text-align: left;
}

figure.effect-marley h2 {
	padding: 2% 5px 10px 0px;
}

figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
    font-size: 1em;
}

figure.effect-marley:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley:hover figcaption::before,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.habillageinfo {
    font-size: 120%;
    line-height: 2em;
}
#map {
    height: 300px;
    background-color: grey;
    display: block;
    margin-bottom: 30px;
}
.affine {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}
.affine a {
    width: 100%;
    text-decoration: none;
}
.imgBien {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s;
}
.imgBien:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.objectifFitAllNav {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boxBiens {
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding: 0px;*/
    min-height: 320px;
}
.lesboites {
    position: absolute;
    top: 0px;
    left: 10px;
}
.lesboites img {
    margin-right: 1px;
}
.barre {
    background-color: #EBE9BA;
    height: 20px;
    width: 88px;
    position: absolute;
    z-index: 2;
    left: 5px;
    bottom: 5px;
    text-align: center;
    border: 1px solid #999999;
    cursor: default;
}
.barre img {
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    margin-top: 1px;
}
.boxBiensText a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.boxBiensText {
    width: 100%;
    padding: 10px;
    color: white;
    min-height: 95px;
    background: rgba(76,100,189,0.65);
    position: relative;
    z-index: 1;
}
.boxBiensText span {
    font-size: 90%;
    font-weight: 400;
}
.boxBiensText p {
    text-align: right;
    margin-right: 5%;
    font-size: 120%;
}
#footer {
	line-height: 25px;
	margin-bottom: 20px;
	text-shadow: none;
	margin-top: 20px;
    margin-left: 6%;
}

#footer a:active {
	color: #6CA9BD;
}

#credits {
    background-image: url(../images/bellissimmo.png);
    background-repeat: no-repeat;
    width: 200px;
    text-align: left;
    background-position: 105px center;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 8px;
	margin-bottom: 10px;
    margin-right: 25px;
    font-size: 80%;
    float: right;
}

#credits a {
    color: #5A725E;
	text-decoration: none;
}

#credits span {
    font-family: 'Oxygen';
    font-size: 0.8em;
    display: block;
    line-height: 0.7em;
}

.cookiesbox {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
	color: #FFF;
    background: rgba(5, 5, 5, 0.5);
	text-align: center;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 2%;
	z-index: 1000;
	display: none;
}

.cookiesbox p {
	margin: 10px;
}

#cookiesbouton {
	margin-right: 15px;
	margin-left: 15px;
	background-color: steelblue;
	color: white;
	font-weight: 700;
	letter-spacing: 3px;
}

@media screen and (max-width: 379px) {
  .cadretexte {
      margin: 5px;
  }
  .cadretexte:before {
      width: 15%;
  }
  .cadretexte:after {
      width: 15%;
  }
  .habillagetexte {
      font-size: 1.2em;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #fnaim-logo {
    display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .lefond {
    height: 70px;
    background-image: url(../images/entete-logo-320-fond.png);
    background-repeat: repeat-x;
  }
  #fnaim-logo {
      width: 60px;
      height: 45px;
      position: absolute;
      top: 15px;
      right: 80px;
      background-image: url(../images/logo-fnaim-petit.png);
      background-repeat: no-repeat;
      z-index: 10000;
  }
  .navbar-toggler {
      right: 10px;
      top: 15px;
      background-color: #45ACE0;
      position: absolute;
  }
  .navbar-nav {
      background-color: #45ACE0;
  }
  .barres li {
      margin: 0 auto;
  }
  .lelogo {
    width: 360px;
    height: 70px;
  	background-image: url(../images/entete-logo-320.png);
    background-repeat: no-repeat;
  }
  .grid figure {
  	width: 70%;
    margin: 2% 15%;
  }
  .boxBiensText span {
      font-size: 100%;
  }
  .cadretexte:before {
      width: 15%;
  }
  .cadretexte {
      margin: 10px;
  }
  .habillagetexte {
      font-size: 1.3em;
  }
  .cadretexte:after {
      width: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-nav .nav-link {
      font-size: 1rem;
      font-weight: 500;
      padding-right: 0.4rem;
      padding-left: 0.4rem;
  }
  .boxBiensText span {
      font-size: 130%;
  }
}