body{
	background:white;
	margin: auto;
	min-width:320px;
	}
#fond {
	display: none;
	z-index:11;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
 	width: 100%;
	}
#fond img {
	position: absolute;
	border: none;
	display: block;
	}
#cadrePopUp {
	position: absolute;
	z-index:12;
	display: none;
	border:solid red 5px;
	background: white;
	overflow:hidden;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	}
#cadrePopUp img{
	margin-bottom:-6px;
	}
.xPopUp{
	position:absolute;
	display:inline-block;
	height:18px;
	width:18px;
	top:5px;
	right: 5px;
	text-align:center;
	padding:2px;
	vertical-align:middle;
	background:red;
	color:white;
	cursor:pointer;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
#header{
	display:block;
	position:fixed;
	top:0;
	//background:white;
	//border-bottom: 2px solid red;
	height:50px;
	width: 100%;
	z-index: 10;
	font-family: 'Arial', sans-serif;
	}/*70*62 =>*/
#header a{
	color: black;
	text-decoration: none;
	font-size: 1em;
	}
#header a.active, #header a:hover{
	color: white;
	}
/*#header li{
	margin-right: 30px;
	}*/

li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#header.large{
	height: 50px;
	}
#header.large img{
	width: 111px;
	height: 100px;
	padding: 5px;
	}
#header.large li{ margin-top: 0px; }

#header.small{
	height: 30px;
	}
#header.small img{
	width: 63px;
	height: 50px;
	padding:0px, 5px, 0px, 5px;
	}
#header.small li{
	margin-top: 0px;
	}

#bandeauGeneral{
	display;block;
	width:100%;
	color:black;
	min-width:320px;
	}
#bandeauGeneral.grand{
	background:rgba(255,255,255,0.4);
	width:100%;
	height:60px;
	color:black;
	}
#bandeauGeneral.petit{
	padding-left:40px;
	width:100%;
	background:white;
	height:50px;
	color:black;
	}

#bandeauGeneral.petit SPAN{
	font-size:0px;
	}

.bandeauTitre{
position:relative;
display:inline-block;
line-height:60px;
padding-right:5px;
margin:10px;
Display:inline;
border-right:2px solid red;
font-size:40px;
font-weight:bold;
width:160px;
	}

.bandeauSousTitre{
position:relative;
Display:inline;
font-size:28px;
width:160px;
	}
#menu.grand{
	width:100%;
}
#menu.petit{
}
#bandeauMenu{
	position:relative;
	height:0px;
	width:100%;
	margin:auto;
	text-align:center;
	top:-32px;
	}
img.logo{
	float: left;
	}

nav{
	//min-width: 100%;
	//width: 320px;
	text-decoration: none;
	text-align:center;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	}
nav a{
	color: black;
	text-decoration:none;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
}
nav a.active, nav a:hover, nav li:hover{
	color: white;
	}
nav li:hover span{
	border-color: white transparent transparent transparent;
}
nav.grand{
	display:block;
	margin:auto;
	margin-top:0px;
	text-align:center;
	}
nav.petit{ 
	position:absolute;
	display:inline-block;
	width:100%;
	margin: auto;
	text-align:center;
	} 
	
nav ul {
	list-style-type: none;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: absolute;
}

nav li {
  	display:block;
	min-width:140px;
    text-align: center;
   line-height: 70px;
	font-size:16px;
    text-decoration: none;
    background: white;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid grey;
    position: relative;
	display: inline-block;
    margin-left:50px;
    margin-right: 50px;
	z-index:2;

}
nav.petit li {
	margin:0 5px 0 5px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	font-size:16px;
}
nav.grand li{
    height: 70px;
	
}
nav li ul{
	margin:0px;
	display:block;
}
nav li a {
 	display:block;
    text-decoration: none;
}
nav li:active, nav li:hover {
    background: red;
}
nav li ul li {
    background: silver;
	border:0;
	height: 40px;
    line-height: 40px;
}
nav li:hover ul a {
    background: silver;
	height: 40px;
    line-height: 40px;
}

nav li:hover ul a:hover {
    background: red;
    color: white !important;
}
nav li ul {
    display: none;
	width: intrinsic;           /* Safari/WebKit utilisent un nom non-standard */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	margin-top:-5px;
}
nav.petit li ul {
	margin-left:-5px;
}
nav.grand li ul {
	margin-left:-50px;
}

nav li ul li {
    display: block;
	font-size:14px;
	height:40px !important;
	z-index:3;
    font-family: Tahoma, Geneva, sans-serif;
	text-transform: none !important;
    float: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

nav li ul li a {
    width: auto;
	text-align:left;
    padding: 0 20px;
    border: 0px;
	}

nav ul li:hover ul.hidden, nav ul li:active ul.hidden {
    display: block;
}

.show-menu {
    //font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
	background:red;
    color: white;
	font-size:18px;
    text-align: center;
    padding: 2px 0;
	height:46px;
	line-height:46px;
    display: none;
}
.loupe{
	position: absolute;
	right: 0;
	top:0;
	margin: 15px;
	margin-top:10px;
	line-height: 50px;
	cursor:pointer;
}
.loupe img{
	width:35px !important;
	height:35px !important;
}
.loupe img:hover{
transform: scale(1.1);
}
#recherche{
	position: absolute;
	width:100%;
	margin-top:160px;
	height:24px;
	z-index:3;
	}
.barreRecherche{
	min-width:320px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-direction:row;
	-webkit-flex-direction:row;
	padding-bottom:3px;
	background:rgba(0, 0, 0, 0.3);
	max-width:603px;
	text-align:center;
	margin:auto;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
		-ms-border-radius: 9px;
		 -o-border-radius: 9px;
			border-radius: 9px;
	}
.barreBoutons{
	display:block;
	width:100%;
	float:left;
	margin-bottom:2px;
}
.barreElementsRecherche{
	display:inline;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: space-around;
	float:left;
	width:100%;
	margin:auto;
}
.barreElementsRecherche select{
	height:32px;
}
.barreRecherche SPAN{
	display:block;
	float:left;
	margin-left:4px;
	}

#barreRechercheArticle{
	position:absolute;
	overflow:hidden;
	text-align:center;
	top:50px;
	width:100%;
	display:inline-block;
	//background: rgba(32, 32, 32, 0.4);
	height:0;
	overflow:hidden;
}
.boutonRechercheOn{
	display:inline-block;
	float:left;
	margin:3px;
	margin-top: 3px;
	margin-left:12px;
	background-color: rgba(255, 0, 0, 0.8);
	line-height:15px;
	border: 2px solid red;
	color: white;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	cursor:pointer;
	}
.boutonRechercheOff{
	display:inline-block;
	float:left;
	margin:3px;
	margin-top: 3px;
	margin-left:12px;
	background-color: white;
	line-height:15px;
	border: none;
	color: red;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
	border: 2px solid red;
	font-size: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	cursor:pointer;
	}
.boutonRechercheOff {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.boutonRechercheOff:hover {
	background-color: lightgrey; /* Green */
}
.casesRecherche{
	line-height:14px;
	font-size:14px;
	text-align:center;
}
.casesRecherche select { width: 10px; }
.validRecherche{
    //background:url(./images/loupe40tour2.gif);
	//background-repeat: no-repeat;
	background-color: rgba(255, 0, 0, 0.8);
	color:white;
    cursor:pointer;
	line-height:18px;
	vertical-align:middle;
    border:2px solid white;
    height:27px;
	float:right;
	margin:0px;
	font-size: 18px;
	font-weight:bold;
	margin-right:4px;
	margin-top:4px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}

nav input[type=checkbox]{
    display: none;
}

nav input[type=checkbox]:checked ~ #menu{
    display: block;
}

#header,nav, a,#header img, li, #bandeauGeneral, #bandeauGeneral SPAN, nav li, #barreRechercheArticle, nav li span{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

.contain{
	height:640px;
	width:100%;
	object-fit: cover; /*contain  cover  fill none*/
	}
.cover{
	height:640px;
	width:100%;
	object-fit: contain; /*contain  cover  fill none*/
	}
a {
  outline: none;
}
a:focus {
  background-color: #a89d8a;
}

  /********************************************
    ***************** diaporama *****************
     ********************************************/
.diaporama {
	border-top: 0px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 0px;
	position: relative;
	height:638px;
	//width:800px;
	overflow:hidden;

}
#diapos{
	color: white;
	//width: 800px;
	height: 6400px;
	position: relative;
	//float:right;
	//overflow: hidden;
	margin-top: 0px;
	  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */

}
.diapoUnique {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom:-5px !important;
	padding:0px !important;
	position:relative;
}
.diapoUnique DIV {
	top: 300px;
	display: block;
	max-width: 640px;
	padding: 5px;
	position:absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	}
.diaporama span:hover {
	cursor:pointer;
	
}
.diaporama span.up {
	z-index:3;
	background:none !important;
	position:absolute;
	display: block;
	top: 69px;
	width: 0px;
	height:0px;
	right:50% !important;
	padding: 0px !important;
	margin-right:-25px;
	border-style: solid;
	border-width: 0 25px 30px 25px;
	//border-color: transparent transparent rgba(23,54,93,0.5) transparent;
	border-color: transparent transparent rgba(255,255,255,0.5) transparent;
}
.diaporama span.down {
	z-index:3;
	background:none !important;
	position:absolute;
	display: block;
	bottom: 45px;
	width: 0px;
	height:0px;
	right:50% !important;
	padding: 0px !important;
	margin-right:-25px;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	//border-color: rgba(23,54,93,0.5) transparent transparent transparent;
	border-color: rgba(255,255,255,0.5) transparent transparent transparent;
}
.diapoUnique a {
	display: block;
}
.diapoUnique .titreDiapo {
	text-align:center;
	color: red;
	display: block;
	font-size: 32px;
	line-height: normal;
	max-width: 100%;
	text-shadow: 3px 3px 2px black;
}
.diapoUnique .descriptifDiapo {
	background:rgba(255,255, 255,0.5);
	top: 340px;
	font-size: 16px !important;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
		-ms-border-radius: 9px;
		 -o-border-radius: 9px;
			border-radius: 9px;
	color:black !important;
	float:right;
	font-size: 13px;
	margin-top: 57px;
	padding:10px;
	text-align:center;
	text-decoration:none;
}
.diapoUnique .plusTitre {
	background:white !important;
	color:red !important;
	float:right;
	font-size:13px;
	margin-top: 25px;
	padding:10px;
	text-align:center;
	text-decoration:none;
}

.diapoUnique .plusTitre:hover {
	background:#272727;
}

.flecheBas {
	z-index:3;
	font-size:0px;
	background:none !important;
	position:relative;
	margin-left:5px;
	width: 0px;
	height:0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: red transparent transparent transparent;
}

.corps{
	margin-top:52px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-direction:row;
	-webkit-flex-direction:row;
	background:white;
	align-items: center;
	justify-content: space-around;

}
.colPrincipale{
	flex: 3;
	-webkit-box-flex: 3;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 3;         /* OLD - Firefox 19- */
	-webkit-flex: 3;          /* Chrome */
	-ms-flex: 3; 
	display:flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-direction:row;
	-webkit-flex-direction:row;
	}
.colDroite{
	display:inline-block;
	border:1px solid blue;
	width:360px;
	flex:1;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1; 
	}

.annonce{
	display:block;
	border: 1px solid black;
	margin: 25px;
	color:black;
	width: 430px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	overflow:hidden;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
	transform: translateY(0);
}
.annonce a{
	text-decoration:none;
	color:black;
}
.annonce img{
	margin:auto;
}
.annonce:hover{
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.8);
	transform: translateY(-3px);
	}
.annonce:active{
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	transform: translateY(-6px);
	}
.annonce:hover .bandeauAnnonce{
	color:white;
	background:red;
	}
.accroche{
	position:absolute;
	z-index:4;
	float:left;
	}
.accroche img{
	width: 120px;
	height: 120px;
	}
.accrocheDroit{
	position:absolute;
	display:inline-block;
	background: rgba(120, 120, 120, 0.5);
	text-align:center;
	color:white;
	padding:3px;
	font-size: 22px;
	height:22px;
	width:100%;
	text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red;
	//top:207px;
	}
.bandeauAnnonce{
	position: relative;
	background: lightgrey;
	display: block;
	//height: 32px;
	line-height:32px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-top: -5px;
	font-family: 'Arial', sans-serif;
}
.iconeAnnonce{
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	width: 44px;
	height:44px;
	}
.iconeAnnonce img{
	width: 44px;
	height:44px;
	}
.iconeAnnonce span{
	display:block;
	text-align:center;
	}
.iconePrix{
	float: right;
	background: silver;
	height: 73px;
	line-height: 73px;
	text-align: center;
	font-size: 22px;
	padding-left:3px;
	padding-right:3px;
	margin: auto;
	}

.typeBien{
	margin-top:5px;
	background:lightgrey;
	font-size: 24px;
	font-weight:bolder;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
	}
.commentaireBien{
	margin-top:5px;
	min-height:320px;
	//max-width:640px;
	font-size: 18px;
}
.pied{
	position:relative;
	background: lightgrey;
	padding-top:12px;
	padding-bottom:16px;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-direction:row;
	-webkit-flex-direction:row;
	align-items: center;
	justify-content: center;
	justify-content: space-around;

	//height:120px;
	width:100%;
	//background: linear-gradient(red, white);
	}
.pied A{
	color:blue;
	text-decoration:none;
}
.pied A:visited{
	text-decoration:none;
}
.casePied IMG{
	float:left;
	margin-left:-5px;
}
.casePied{
	display:block;
	background:white;
	padding:5px;
	margin:7px;
	border: 1px solid black;
	text-align:center;
	height:320px;
	width:290px;
	line-height:1.6em;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	overflow:hidden;
}
.casePied A{
	text-decoration:none;
}

.piedTitre{
	display:block;
	color:red;
	font-weight:bold;
	font-size:18px;
}
.piedAdresse{
	display:block;
	color:black;
	font-size:16px;
}
.piedInfos{
	display:block;
	color:blue;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* ici CSS spécifiques à IE10 et suivants  */
}
@supports (-ms-accelerator:true) {
   /*  ici CSS spécifiques à IE Edge 12+  */ 
}

#articleGeneral{
	position:relative;
	display: block;
	width: 100%;
	text-align:center;
	margin-top:50px;
	}
.titreAnnonce{
	display: block;
	background: red;
	color: white;
	line-height: 48px;
	width: 100%;
	font-size: 32px;
	text-align: center;
	}
.corpsAnnonce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
.galerie{
	position:relative;
	display:block;
	border:1px solid black;
	flex-grow: 0;
	flex-shrink: 0;
	vertical-align:top;
	width: 480px;
	height:402px;
	margin: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	overflow:hidden;
	box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.8);
}
.descriptif{
	position:relative;
	display:inline-block;
	margin: 10px;
}

.ligneOnglets{
	display:block;
	width:478px;
	height:80px;
	text-align:left !important;
	border:1px solid black;
	overflow: hidden;
}
.onglet{
	float:left;
	width:120px;
	height:80px;
	margin:auto !important;
	overflow: hidden;

}
.onglet img{
object-fit:cover;
width:122px;
cursor:pointer;

}
.onglet img:hover, .onglet img:focus {
transform: scale(1.2);
}
.onglet img, #cadreOnglets, #image, .annonce:hover .bandeauAnnonce, .annonce:hover, .annonce{
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	}
.annonce:active{
	transition: all 0s;
	-moz-transition: all 0s; /* Firefox 4 */
	-webkit-transition: all 0s; /* Safari and Chrome */
	-o-transition: all 0s; /* Opera */
	}

.imageArticle{
	margin:auto;
	overflow: hidden;
	width:480px;
	height:320px;
}
.imageArticle img{
	object-fit:cover;
	width:480px;
	height:320px;
}
.ligneOnglets DIV.flecheGauche {
	z-index:3;
	//display: block;
	text-align:center;
	float:left;
	background: rgba(200, 200, 200, 0.6);
	font-weight:bolder;
	width:42px;
	height:80px;
	line-height:80px;
	font-size:48px;
	position:absolute;
	cursor:pointer;
	color:rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	-ms-border-bottom-left-radius: 9px;
	-o-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;

}
.ligneOnglets DIV.flecheDroite {
	z-index:3;
	display: block;
	text-align:center;
	background: rgba(200, 200, 200, 0.6);
	width:42px;
	height:80px;
	line-height:80px;
	font-weight:bolder;
	font-size:48px;
	position:absolute;
	margin-left:436px;
	cursor:pointer;
	color:rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-bottom-right-radius: 9px;
	-ms-border-bottom-right-radius: 9px;
	-o-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	}

.titreSousMenu{
	display:block;
	width:97%;
	background:lightgrey;
	padding:12px;
	color:black;
	margin:auto;
	margin-top:10px;
	font-size:32px;
	border: 2px solid red;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}

.diagnostic{
	display:block;
	margin:16px;
}

.diagnostic img{
	object-fit:fill;
	width:240px;
	height:340px;
	margin:10px;
	padding:5px;
	border:1px solid black;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;}
.carte{
	display:inline-block;
	width:420px;
	height:350px;
	overflow:hidden;
	margin:10px;
	border:1px solid black;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}

.listeProprietes{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-direction:row;
	-webkit-flex-direction:row;
	align-items: center;
	justify-content: space-around;
	}
.casePropriete{
	display:block;
	margin: 5px;
}
.nomPropriete{
	background:lightgrey;
	color:black;
	text-align:center;
	font-size:18px;
	border-radius: 0 15px;
	-moz-border-radius:0 15px;
	padding-right:7px;
	padding-left:7px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.valeurPropriete{
	background:white;
	color:black;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border:1px solid lightgrey;
	border-radius: 15px 0;
	-moz-border-radius:15px 0;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.boutonRetour{
	display: block;
	margin:auto;
	background: red;
	color: white;
	margin-top: 24px;
	margin-bottom: 18px;
	Border: 2px solid red;
	font-size: 20px;
	line-height: 48px;
	height: 48px;
	width: 280px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}
.boutonRetour a{
	text-decoration: none;
	color: white;
}.boutonRetour a:hover{
	text-decoration: none;
	color: white;
	font-size: 24px;
}
.rappelPage{
	margin:auto;
	margin-top:24px;
	margin-bottom:19px;
	padding:5px;
	width:90%;
	border: 2px solid red;
	text-align:center;
	font-size: 24px;
	background: lightgrey;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	}
.rappelRecherche{
	display:block;
	margin:24px;
	padding:5px;
	padding-left:12px;
	width:90%;
	border: 2px solid red;
	font-size: 24px;
	background: lightgrey;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	}
.rappelRecherche DIV{
	display:inline-block;
	margin-left: 12px;
	padding-left: 2px;
	border: 1px solid black;
	background:white;
	font-size: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
.rappelRecherche DIV DIV{
	display:inline-block;
	height:15px;
	width:15px;
	text-align:center;
	padding:2px;
	margin-top:-3px;
	margin-left: 3px;
	margin-right: -1px;
	vertical-align:middle;
	background:red;
	color:white;
	cursor:pointer;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
.contact{
	background:lightgrey;
	border:1px solid grey;
	font-size:18px;
	padding:1px;
	margin:auto;
	width:90%;
	margin-bottom:32px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}
.contact TR{
	border:0px;
}
.contact TH{
	background:lightgrey;
	border: 1px solid red;
	text-align:right;
	padding:1px;
	padding-right:5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.contact INPUT{
	border:1px solid black;
	height:21px;
	width:360px;
}
.contact TEXTAREA{
	border:1px solid black;
	width:480px;
}
@media screen and (max-width : 1024px){
	.corpsAnnonce{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-direction:row;
		-webkit-flex-direction:row;
		align-items: center;
		justify-content: space-around;
		}
}

@media (max-width: 760px) {
	.corps {
	flex-direction: column;
	-webkit-flex-direction: column;
	margin:0;
	margin-top:52px;
	}
	nav.grand li {
    margin-left:5px;
    margin-right: 5px;
	}

	nav.petit li ul{
		margin-left:0px;
	}
	.contact INPUT{
	width:240px;
}
.contact TEXTAREA{
	width:360px;
}
}
@media screen and (max-width : 640px){
   nav ul {
        position: static;
        display: none;
		width:70%;
    }
   nav li {
		text-align:center;
        margin-bottom:1px;
    }
  nav li a{
		text-align:center;
        margin-bottom: 1px;
   }
	nav li ul{
        width: 100%;
 		margin-left:-5px;
		margin-top:-5px;
		margin-bottom:15px;
    }
	nav li ul{
        width: 100%;
 		margin-left:-5px;
    }
    nav ul li, nav li{
        width: 90%;
    }
	nav.grand ul li ul{
		margin:0px;
		margin-top:-5px;
	}
	nav.grand ul li ul li{
		height:40px;
		width:98%;
	}
    nav .show-menu {
        display:block;
		width:100%;
    }
	nav li ul {
	margin-left:-5px;
}
	.loupe{
		display:none !important;
	}
	body{
		orientation: landscape;
		}
	#bandeauGeneral.petit{
		padding-left:0px;
	}
	.contact INPUT{
	width:120px;
}
.contact TEXTAREA{
	width:210px;
}
}

@media screen and (max-width: 588px) {
	.bandeauTitre{
		font-size:28px;
		width:120px;
		}
	.bandeauSousTitre{
		font-size:20px;
		width:100px;
		}
	.annonce{
		margin:0px;
		margin-bottom:24px;
	}
	.carte{
		margin:auto;
	}
}
@media screen and (max-width: 480px) {
	.bandeauTitre{
		font-size:17px;
		padding-right:2px;
		margin-left:0px;
	}
	.bandeauSousTitre{
		font-size:12px;
		margin-left:-7px;
	}
	.annonce{
		width: auto;
	}
	.rappelRecherche{
		width: 316px;
		display:inline;
		margin:auto;
		margin-top:12px;
		margin-bottom:24px;
		padding:0;
	}
	.galerie{
		width:98%;
	}
.diagnostic {
	margin:auto;
	}

}

@media screen and (max-width: 420px) {
	.boutonRechercheOn{
		margin-left:4px;
		}
	.boutonRechercheOff{
		margin-left:4px;
		}
}
@media screen and (max-width: 398px) {
	.validRecherche{
		font-size: 14px !important;
		}
	.boutonRechercheOff{
		margin-left:1px;
		font-size:14px;
		}	.boutonRechercheOn{
		margin-left:1px;
		font-size:14px;
		}
	.carte{
		display:block;
		width:318px;
		margin:auto;
	}
}
