/* HTML RESET
///////////////////////////////////////////// */

/*
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio,  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {border-collapse: collapse;border-spacing: 0;}

/* END HTML RESET
///////////////////////////////////////////// */

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
	font-size:16px;
	line-height: 140%;
}

#artdeco, #contemporain {
	position: absolute;
	height:100%;
	width:50%;
	text-align:center;
	
}


#artdeco {
	left:0;
	background: #000 url('../images/v-invert-artdeco.png') left center fixed no-repeat;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}

#contemporain {
	right:0;
	background: #FFF url('../images/v-invert-mc.png') right center fixed no-repeat;
	color: #C0AD9F;
	font-family: 'Open Sans', sans-serif;
}

.logo {
	margin: 33% auto;
	width:100%;
}

h2 {
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 20px;
	font-size: 32px;
	}

#artdeco h2 {

	font-family: 'Montserrat', sans-serif;	
}

#contemporain h2 {
		font-family: 'Open Sans Condensed', sans-serif;

	
}

.contacts-box {
	width:400px;
	margin: 0 auto;
	
}

.contacts-one {
	width: 190px;
	float:left;
	margin-right: 10px;
}

.contacts-two {
	width: 190px;
	float:right;
	margin-left: 10px;
}


@media only screen and (max-width:1180px){
#artdeco, #contemporain {
	width:100%;
	text-align:center;
	position: relative;
	height:auto;
	margin: 0;
	padding:50px 0;
	
}
.logo {
	margin:0;
}

#artdeco {
	left:0;
	background: #000;
}

#contemporain {
	right:0;
	background: #FFF;
}


.contacts-one, .contacts-two {
	width: 100%;
	float:none;
	margin-left: 0;
	margin-top: 10px;
}

}