
*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* Font */
	font-family: "arquitectaregular";
	font-size: 16px;
}

body
{
	background-image: url('/images/texture.jpg');
	background-repeat: repeat;
}
body,html
{
	width: 100%;
}

a:active,
a:focus
{ 
	outline: none; 
}

::selection
{
	background: #213151;
	color: #fff;
}
::-moz-selection
{
	background: #213151;
	color: #fff;
}

:invalid
{
	box-shadow: none; /* FF */
	outline: 0;       /* IE 10 */
}

#menu_left
{
	position: fixed;
	z-index: 850;
	top: 0;
	left: 0;
	width: 245px;
	height: 45px;
	line-height: 45px;

	background-image: url('/images/devdujardin-header.png');
	background-repeat: no-repeat;
}
#menu_right
{
	position: fixed;
	z-index: 850;
	top: 0;
	left: 245px;
	width: 100%;
	height: 45px;
	line-height: 45px;

	background-image: url('/images/menu_back.png');
	background-repeat: repeat;
}
body.terrains #menu_left
{
	display: none;
}
body.terrains #menu_right
{
	left: 0px;
}
body.terrains #menu_items
{
	margin-right: 45px;
}
#menu_items
{
	/*position: fixed;
	z-index: 900;*/
	float: right;
	margin-right: 290px;
	top: 0px;
	/*right: 40px;*/
	height: 45px;
	line-height: 45px;
	width: 600px;
}
#menu_items a
{
	display: inline-block;
	height: 29px;
	line-height: 29px;
	margin-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	cursor: pointer;
	border-right: 1px solid #213151;

	/* Font */
	/*text-align: center;*/
	text-transform: uppercase;
	text-decoration: none;
	color: #90b5ff;
	font-family: "arquitecta_mediummedium";
}
#menu_items a:hover
{
	/* Font */
	color: #fff;
	/*text-decoration: underline;*/
}
#menu_items a.first
{
	padding-left: 0px;
	text-align: left;
}
#menu_items a.last
{
	border: 0px;
	padding-right: 0px;
	text-align: right;
}
#menu_items a.sel
{
	/* Font */
	color: #fff;
}

#back
{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 140px;
	background-color: #fff;
	z-index: 100;
}

#logo
{
	position: fixed;
	z-index: 800;
	top: 0px;
	left: 40px;
	width: 205px;
	height: 180px;
}
body.terrains #logo
{
	position: absolute;
}

#big
{
	position: fixed;
	top: 220px;
	left: 40px;
	width: 450px;
}

h1
{
	width: 350px;
	line-height: 40px;

	/* Font */
	font-family: "arquitecta_lightlight";
	font-size: 38px;
	color: #496db5;
	text-transform: uppercase;
}

h2
{
	line-height: 60px;

	/* Font */
	font-family: "arquitecta_mediummedium";
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: 5px 0px 10px rgba(0, 0, 0, 1);
}

h3
{
	/* Font */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #496db5;
}

.button
{
	display: inline-block;
	background-color: #496db5;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	cursor: pointer;
	border-radius: 20px;

	/* Font */
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	/*font-size: 16px;*/
	font-weight: normal;
	text-shadow: none;
}
.button:hover
{
	background-color: #213151;
	text-decoration: none;
}
.button.small
{
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;

	/* Font */
	font-size: 16px!important;
}

#content
{
	min-height: 100%;
	position: absolute;
	z-index: 800;
	top: 0px;
	right: 40px;
	width: 540px;
	background-image: url('/images/content.png');
	background-repeat: repeat;

	padding-top: 110px;
	padding-bottom: 65px;
	padding-left: 55px;
	padding-right: 55px;

	/* Font */
	font-family: "myriad-pro";
	font-weight: 400;
	font-size: 18px;
	color: #222222;
}

#content a
{
	/* Font */
	font-family: "myriad-pro";
	font-weight: 400;
	font-size: 18px;
}
#content.small
{
	/* Font */
	font-size: 20px;
}
#content.small a
{
	/* Font */
	font-size: 20px;
}

.row
{
	float: right;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.submit
{
	clear: both;
}
input[type=submit]
{
	-webkit-appearance:none;
}
.row.margin
{
	clear: both;
	float: left;
	margin-right: 15px;
}

label
{
	overflow: hidden;
	padding-left: 20px;

	/* Font */
	/*font-size: 16px;*/
	text-transform: uppercase;
}

input[type=text]
{
	margin-top: 5px;
	border: 1px solid #496db5;
	background-color: transparent;
	width: 207px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;

	/* Font */
	font-family: "myriad-pro";
	color: #496db5;
	/*text-transform: uppercase;*/
}

textarea
{
	margin-top: 5px;
	border: 1px solid #496db5;
	background-color: transparent;
	width: 429px;
	height: 100px;
	border-radius: 20px;
	padding: 20px;
	resize: none;
	overflow: hidden;

	/* Font */
	font-family: "myriad-pro";
	color: #496db5;
	/*text-transform: uppercase;*/
}

a
{
	/* Font */
	/*color: #007dc9;*/
	color: #496db5;
	text-decoration: none;
}
a:hover
{
	/* Font */
	text-decoration: underline;
}

.map_container
{
	display: none;/*inline-block;*/
	position: absolute;
}
.map
{
	/*width: 1280px;*/
}
/*.map img
{
	float: left;
}*/

.info
{
	position: fixed;
	z-index: 999;
	top: 50%;
	margin-top: -100px;
	left: -350px;
	width: 300px;
	height: 380px;
	background-color: #496db5;
	border: 5px solid #fff;
	border-radius: 12px;

	box-shadow: 5px 5px 10px rgba(200, 200, 200, 1);

	padding: 30px;
	padding-top: 45px;

	/* Font */
	letter-spacing: 1px;
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}
.info .close
{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.info .vendu
{
	position: absolute;
	left: 33px;
	bottom: 40px;
}
.info p.title
{
	font-weight: bold;
	font-size: 30px;
}
.info p.price
{
	font-size: 40px;
	font-weight: bold;
	white-space: nowrap;
}
.info p.subtitle
{
	font-size: 25px;
	font-weight: normal;
}
.info p
{
	font-size: 18px;
	font-weight: normal;
}

p.success
{
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	padding: 0px;
	border: 2px solid #496db5;

	/* Font */
	text-align: center;
	font-family: "myriad-pro";
	color: #496db5;
}
p.error
{
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	padding: 0px;
	border: 2px solid #cc0000;

	/* Font */
	text-align: center;
	font-family: "myriad-pro";
	color: #cc0000;
}

.map_temp
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('/images/ddj-carte-blur.jpg');
	background-position: center center;
	background-repeat: no-repeat;

}
.map_off
{
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -200px;
	background-color: #000;
	width: 400px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #ccc;

	/* Font */
	text-align: center;
	font-size: 50px;
	color: #fff;
}

.legend
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 35px;
	width: 100%;
	/*min-width: 1024px;*/
	background-color: #fff;
	text-align: center;
	z-index: 300;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.legend .container
{
	display: inline-block;
	overflow: hidden;
	align: center;
	margin: 0 auto;
}
.legend .item
{
	margin-left: 5px;
	margin-right: 5px;
	height: 35px;
	float: left;
}
.legend .item:last-child
{
	/*margin-right: 0px;*/
}
.legend .col
{
	width: 21px;
	height: 9px;
	margin-top: 13px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
.legend .col.orange
{
	background-color: #f48931;
}
.legend .col.bourgogne
{
	background-color: #991421;
}
.legend .col.mauve
{
	background-color: #dc96c2;
}
.legend .col.bleu
{
	background-color: #365aa7;
}
.legend .col.vert
{
	background-color: #6ac04e;
}
.legend .col.gris
{
	background-color: #888;
}
.legend .col.avail
{
	margin-top: 7px;
	height: 21px;
	background-color: #8EC58E;
}
.legend .col.vendu1
{
	margin-top: 7px;
	height: 21px;
	/*border: 2px solid #ff0000;*/
	background-color: #B2845F;
}
.legend .col.notdispo
{
	margin-top: 7px;
	height: 21px;
	/*border: 2px solid #000000;*/
	background-color: #707d70;
}
.legend .col.viacons
{
	margin-top: 7px;
	height: 21px;
	/*border: 2px solid #000000;*/
	background-color: #739c73;
}
.legend .txt
{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.phases
{
	position: fixed;
	top: 60px;
	right: 125px;
	z-index: 200;
}
.phases a
{
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.phases a.sel
{
	background-color: #496db5;
	color: #fff;
}

.goo
{
	display: block;
	overflow: hidden;
	border: 2px solid transparent;
}
.goo:hover
{
	border: 2px solid #496db5;
}
.goo img
{
	float: left;
	display: inline-block;
}

hr
{
	margin: 20px 0px;
	height: 1px;
	border: 0px;
	background-color: #ccc;
}

/**
 * SVG
 */

.my-svg-container
{
	align: center;
	margin: 30px auto;
	margin-top: 200px;
	display: none;
	background-color: #eee;
	position: relative;
	vertical-align: middle;
	/*border: 1px solid #ccc;*/

	width: 100%;
	max-width: 1280px;
	min-width: 960px;
}
.svg-image img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*border: 1px solid #ccc;*/
}
.my-svg
{
	top: 0;
	left: 0;
	width: 100%;
	height: 810px;
	position: absolute;
	z-index: 2;
}
.my-svg-2
{
	top: 0;
	left: 0;
	/*width: 100%;
	height: 810px;*/
	position: absolute;
	z-index: 2;
}

polygon,
path,
rect
{
	cursor: pointer;
	fill-opacity: 0;
	stroke-width: 0;
}
polygon:hover,
path:hover,
rect:hover
{
	fill: #000000;
	fill-opacity: 0.1;
}

.pdf
{
	display: inline-block;
	background-color: #fff;
	padding: 0px 15px;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
}

/**
 * Media queries
 */

@media (max-width: 1024px)
{
	h1
	{
		width: 100%;
		line-height: 35px;

		/* Font */
		font-size: 30px;
	}
	#big
	{
		position: fixed;
		top: 220px;
		left: 40px;
		width: 450px;
		text-align: right;
		top: 50px;
		left: auto;
		right: 50px;
	}
	h2
	{
		line-height: 40px;
		width: 400px;
		float: right;
		margin-bottom: 30px;

		/* Font */
		font-size: 40px;
	}

	.row,
	.submit,
	textarea,
	input[type=text]
	{
		width: 100%;
	}

	#content
	{
		padding: 55px;
		position: absolute;
		top: 300px;
		width: 100%;
		left: 0px;
		background-color: #fff;
	}
	#content img
	{
		width: 100%;
	}
}

@media (max-width: 725px)
{
	#menu_items
	{
		float: left;
		margin-right: 0px;
		width: 100%;
	}
	#menu_items a.first
	{
		text-align: center;
	}
	#menu_items a.last
	{
		text-align: center;
	}
	#menu_items a
	{
		padding: 0px!important;
		width: 25%;
		font-size: 13px;
		text-align: center!important;
	}
	#menu_left
	{
		display: none;
		/*background-image: url('/images/menu_back.png');
		background-repeat: repeat;*/
	}
	#menu_right
	{
		left: 0px;
		width: 100%;
		margin: 0px;
	}
	.phases
	{
		right: 50px;
	}
	.phases a
	{
		font-size: 13px;
	}
	.my-svg-container
	{
		margin-top: 140px;
	}
}

@media (max-width: 640px)
{
	#big
	{
		width: 450px;
	}
	h2
	{
		width: 300px;
		line-height: 30px;

		/* Font */
		font-size: 30px;
	}
}

@media (max-width: 575px)
{
	#big
	{
		margin-top: 131px;
		width: 100%;
	}
	#big a
	{
		clear: both;
		display: block;
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0px;
	}
	#big h2
	{
		display: none;
	}
}

@media (max-width: 525px)
{
	.phases
	{
		top: 135px;
		right: 25px;
		z-index: 999;
	}
}

/* eof */
