/*
Theme Name: mvconcept
Theme URI: http://wordpress.org/themes/mvconcept
Author: the Squid Studio
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	height: 100%;
	behavior: url(csshover.htc); 
	font-family: 'helvetica_neue_lt_com57Cn';
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}



#menu-principal{
	width: 200px; 
	height: 244px; 
	padding: 0; 
	position: absolute; 
	left: 84px; 
	top: 50%; 
	margin-top: -119px;
	font-size:27px;
	z-index: 2;
}

#big{
	display:block;
	position:fixed;
	width:29px;
	height:29px;
	background-image:url(images/big.png);
	bottom:0px;
	left:0px;
}
#bid{
	display:block;
	position:fixed;
	width:29px;
	height:29px;
	background-image:url(images/bid.png);
	bottom:0px;
	right:0px;
}
#bsd{
	display:block;
	position:fixed;
	width:29px;
	height:29px;
	background-image:url(images/bsd.png);
	top:0px;
	right:0px;
}
#bsg{
	display:block;
	position:fixed;
	width:29px;
	height:29px;
	background-image:url(images/bsg.png);
	top:0px;
	left:0px;
}

.list-menu-principal{
	display:block; 
	position:relative; 
	width:200px; 
	height:58px; 
	margin-bottom:3px;
}
#menu-principal ul { 
	position: absolute; 
	top: 0; 
	left: 200px;
	width:203px;
	display:none;
	padding:8px 0px;
} 
#menu-principal ul.smb { 
	max-height: 250px;
	overflow: hidden;
} 
#menu-principal ul li{
	width: 170px;
	margin: 6px 15px 6px 15px;
	list-style: none;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	font-style: normal;
	letter-spacing: 1px;
}
#menu-principal ul li:hover{
	background-color:#fff;
}
#menu-principal ul li a{
	color:#fff;
	display:block;
	text-indent: -10px;
	padding-left: 10px;
}
#menu-principal .smj li{
	color:#000;
}
#menu-principal .smj li:hover{
	color:#fff;
}
#menu-principal .smj li a{
	color:#000;
}
#menu-principal ul li:hover a{
	color:#000;
}
#menu-principal .smm li:hover a{
	color:#ec008d;
}
#menu-principal ul li:hover a:hover{
	text-decoration:none !important;
}
#menu-principal li.list-menu-principal:hover ul.sous-menu { 
	display:block; 
}
ul.smn{
	height:103px;
	background-image:url(images/smn.png);
	font-size: 10px;
	color: #fff;
	font-family: verdana;
}
ul.smn p{
	margin: 0 0 8px;
	line-height: 14px;
	padding-left: 33px;
}
ul.smn p a{
	color:#fff;
	text-decoration:none;
}
.size-titre-mv{
	font-size:12px;
}
ul.smm{
	min-height:42px;
	background-image:url(images/smm.png);
}
ul.smj{
	min-height:103px;
	background-image:url(images/smj.png);
}
ul.smb{
	min-height:103px;
	background-image:url(images/smb.png);
}
#supersized {padding: 0px !important; margin: 0px !important;
}
.align-verti{
	padding-left:31px;
	vertical-align: middle;
	line-height: 58px;
}
.blanc{
	color:#fff;
}
#info-image {
	position: absolute;
	margin-left:287px;
	right: 57px;
	top: 57px;
	padding:2px 13px;
	font-size: 12px;
	text-transform:uppercase;
}
#info-image.portfolio{
	background-color: #fff100;
}
#info-image.clients{
	background-color: #00adee;
	color:#fff !important;
}
#info-image.atelier{
	background-color: #ec008d;
	color:#fff !important;
}
#menu-principal ul li a:hover .tiret-menu{
	color:#fff !important;
}
#contenu-presentation{
	position: absolute;
	right: 50px;
	bottom: 50px;
	color:#fff ;
}
#contenu-presentation table,#contenu-presentation td, #contenu-presentation tr{
	border: none !important;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
}
#contenu-presentation td{
	width: 250px;
	padding: 6px 40px 6px 0;
}
#contenu-presentation h5{
	margin: 0 0 10px 0;
	font-size: 16px;
}
#contenu-presentation h1{
	font-weight: normal !important;
}




#page{
	min-width: 1280px;
	min-height: 700px;
	height: 100%;
	position: relative;
}

#map_canvas{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#map_canvas h1 {
font-size: 20px;
margin: 3px 0;
}
#map_canvas p {
margin: 3px 0;
}


.display{
	display:block;
}
.hide{
	display: none;
}



#info-image{
	font-family: 'helvetica_neue_lt_com47LtCn' !important;
}
#info-image b{
	font-family: 'helvetica_neue_lt_com57Cn' !important;
}