/*  é */

html,body{
	padding:0;
	margin:0;
	font-family:Verdana,sans-serif;
}

body{
	max-width:1170px;
	margin:0 auto;
	text-align:center;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	background: #006AB3;
	text-align: center;
	padding: 15px 10px;
	text-transform: uppercase;
	color: white;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	color: #006AB3;
	padding: 10px 10px 10px 10px;
	border-left:1px solid #006AB3;
	border-right:1px solid #006AB3;
}

.expo{
	border:1px solid grey;
	position:relative;
	width:1920px;
	height:1080px;
	background-size: contain;
	background-repeat:no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0 auto;
	margin-top:10px;
}

#expo_villas_50.expo{
	width:2573px;
}

.expo.expo_mini{
	width:300px;
	height:125.92px;
}
.expo.expo_mini.expo_villas_50 {
	background-image: url("plan-HD-redim.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim.avif"),
		url("plan-HD-redim.webp"),
		url("plan-HD-redim.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim.avif") type("image/avif"),
		url("plan-HD-redim.webp") type("image/webp"),
		url("plan-HD-redim.jpg") type("image/jpeg")
	);
}

.point {
	background-color: #006AB3;
	position: absolute;
	font-size:8px;
	height: 15px;
	line-height:15px;
	width: 15px;
	border-radius: 20px;
	border: 1px solid #006AB3;
	border:1px solid black;
	text-align:center;
	color:white;
	z-index:1;
}

.legende {
	border: 1px solid black;
	padding: 3px 7px;
	background-color: #FFDD0E;
	color: black;
	position: absolute;
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	z-index:10;
}

.expo .point:hover{
	background-color: #FFDD0E;
	color:black;
	cursor:pointer;
}
.expo.expo_mini .point:hover{
	background-color: #006AB3;
	color:transparent;
	cursor:unset;
}

#expo_villas_50{
	background-image:url("plan-HD-redim-sepia.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim-sepia.avif"),
		url("plan-HD-redim-sepia.webp"),
		url("plan-HD-redim-sepia.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim-sepia.avif") type("image/avif"),
		url("plan-HD-redim-sepia.webp") type("image/webp"),
		url("plan-HD-redim-sepia.jpg") type("image/jpeg")
	);
}

#expo_villas_50_quartier_1{
	background-image:url("plan-HD-redim-quartier-1.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim-quartier-1.avif"),
		url("plan-HD-redim-quartier-1.webp"),
		url("plan-HD-redim-quartier-1.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim-quartier-1.avif") type("image/avif"),
		url("plan-HD-redim-quartier-1.webp") type("image/webp"),
		url("plan-HD-redim-quartier-1.jpg") type("image/jpeg")
	);
}
#expo_villas_50_quartier_2{
	background-image:url("plan-HD-redim-quartier-2.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim-quartier-2.avif"),
		url("plan-HD-redim-quartier-2.webp"),
		url("plan-HD-redim-quartier-2.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim-quartier-2.avif") type("image/avif"),
		url("plan-HD-redim-quartier-2.webp") type("image/webp"),
		url("plan-HD-redim-quartier-2.jpg") type("image/jpeg")
	);
}
#expo_villas_50_quartier_3{
	background-image:url("plan-HD-redim-quartier-3.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim-quartier-3.avif"),
		url("plan-HD-redim-quartier-3.webp"),
		url("plan-HD-redim-quartier-3.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim-quartier-3.avif") type("image/avif"),
		url("plan-HD-redim-quartier-3.webp") type("image/webp"),
		url("plan-HD-redim-quartier-3.jpg") type("image/jpeg")
	);
}
#expo_villas_50_quartier_4{
	background-image:url("plan-HD-redim-quartier-4.jpg");
	background-image: -webkit-image-set(
		url("plan-HD-redim-quartier-4.avif"),
		url("plan-HD-redim-quartier-4.webp"),
		url("plan-HD-redim-quartier-4.jpg")
	);
	background-image: image-set(
		url("plan-HD-redim-quartier-4.avif") type("image/avif"),
		url("plan-HD-redim-quartier-4.webp") type("image/webp"),
		url("plan-HD-redim-quartier-4.jpg") type("image/jpeg")
	);
}

#expo_villas_50 img {
	width: 100%;
	position: static;
	left: 0;
	top: 0;
	display:none;
}

#expo_villas_50 span {
	position: absolute;
	font-size:22px;
	text-transform:uppercase;
	padding:5px 15px;
	color:white;
	cursor:pointer;
}
#expo_villas_50 span#quartier_1_span {
	top: 30%;
	left: 10%;
	background-color:#006AB3;
}
#expo_villas_50 span#quartier_2_span {
	top: 50%;
	left: 24%;
	background-color:darkorange;
}
#expo_villas_50 span#quartier_3_span {
	top: 20%;
	left: 40%;
	background-color:darkred;
}
#expo_villas_50 span#quartier_4_span {
	top: 64%;
	left: 68%;
	background-color:green;
}

@media all and (max-width: 1000px) {
	#expo_villas_50 span {
		font-size:16px;
	}
}
@media all and (max-width: 675px) {
	#expo_villas_50 span {
		font-size:14px;
		padding:3px 7.5px;
	}
}
#villas_par_quartier_choix_quartier_txt, #villas_par_quartier_choix_quartier_retour{
	margin:10px;
}
#villas_par_quartier_choix_quartier_retour{
	display:none;
}
#villas_par_quartier_choix_quartier_retour span{
	display:inline-block;
	color:white;
	cursor:pointer;
	background-color:#006AB3;
	padding:5px 10px;
}
#villas_par_quartier_choix_quartier_retour span:hover{
	text-decoration:underline;
}



#expo_entrees {
	margin-top:40px;
}

.expo_entree {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:40px;
	padding: 10px;
	position: relative;
	border: 2px solid #006AB3;
	max-width:1146px;
	text-align:left;
}

.expo_entree > div {
	margin-bottom: 10px;
}
.expo_entree .titre_et_id {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: white;
	margin-top: -23px;
}
.expo_entree .titre_et_id .id {
	background-color: #006AB3;
	color: white;
	margin-right: 5px;
	padding: 5px;
	border-radius: 25px;
	text-align: center;
	font-size: 15px;
	position: relative;
	z-index: 2;
	border: 5px solid white;
}
.expo_entree .titre_et_id .titre {
	display: inline-block;
	border: 1px solid #006AB3;
	margin-left: -25px;
	background: #006AB3;
	padding: 3px 12px 3px 25px;
	z-index: 1;
	position: relative;
	border-radius: 15px;
}

.expo_entree .sous_titre{
	text-transform: uppercase;
	color: #006AB3;
	padding:0 10px;
}
.expo_entree .sous_titre sup{
	text-transform: initial;
}


.expo_entree.expo_villas_50 .sous_titre{
	text-align: right;
	margin-bottom:0;
	margin-top:-15px;
	padding:0;
}
.expo_entree.expo_villas_50 .sous_titre span{
	background: #FFDD0E;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px;
	color: black;
}

.expo_entree .architecte, .expo_entree .infos_resumees{
	padding:0 10px;
}
.expo_entree .infos_resumees {
	margin-bottom: 10px;
	max-width: 600px;
	text-align:left;
}
.expo_entree .architecte{
	text-align:left;
}
.expo_entree .architecte span, .expo_entree .infos_resumees span{
	color: #006AB3;
}
.expo_entree .infos_resumees span::before{
	content:'';
	display:block;
}
.expo_entree .entree_infos {
	display: flex;
	justify-content:space-between;
}

.expo_entree .carte_et_photos {
	max-width: 500px;
}

.expo_entree .carte_et_photos .carte{
	padding:0 10px;
}

.expo_entree .carte_et_photos .carte .expo{
	margin:unset;
}

.expo_entree .carte_et_photos .carte .localisation, .expo_entree .carte_et_photos .photos .photos_et_plans{
	text-align: left;
	color:#006AB3;
	text-transform:uppercase;
}
.expo_entree .carte_et_photos .carte .localisation{
	margin-bottom:10px;
}
.expo_entree .carte_et_photos .photos .photos_et_plans{
	margin-top:10px;
}

.expo_entree .carte{
	
}
.expo_entree .entree_infos .descr{
	text-align:justify;
	padding:0 10px;
	max-width:600px;
}

.expo_entree .photos {
	padding:10px;
	margin-bottom: 0;
}
.expo_entree .photos img{
	border:1px solid grey;
	margin-right:10px;
	margin-top:10px;
	height:100px;
	max-width:100%;
}
.expo_entree .photos img:hover{
	cursor:pointer;
	border:1px solid #006AB3;
}
