
@charset "UTF-8"; 
/**
 * Theme Name: Maryse Michelon
 * Theme URI: http://www.maryse-michelon.fr
 * Description: Twentyeleven based pour maryse-michelon.fr
 * Author: Renaud Pacouil
 * Author URI: http://www.laboiteare.fr/
 * Version: 0.1
 * Tags: child theme
 * Template: twentyeleven
 */
 
@import url('../twentyeleven/style.css'); /* the most important line of the style.css of a child from his parent twentyten */

@font-face {
    font-family: 'ExistenceLight';
    src: url('fonts/Existence-Light-webfont.eot');
    src: url('fonts/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Existence-Light-webfont.woff') format('woff'),
         url('fonts/Existence-Light-webfont.ttf') format('truetype'),
         url('fonts/Existence-Light-webfont.svg#ExistenceLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ExistenceUnicaseLight';
    src: url('fonts/Existence-UnicaseLight-webfont.eot');
    src: url('fonts/Existence-UnicaseLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Existence-UnicaseLight-webfont.woff') format('woff'),
         url('fonts/Existence-UnicaseLight-webfont.ttf') format('truetype'),
         url('fonts/Existence-UnicaseLight-webfont.svg#ExistenceUnicaseLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ExistenceStencilLight';
    src: url('fonts/Existence-StencilLight-webfont.eot');
    src: url('fonts/Existence-StencilLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Existence-StencilLight-webfont.woff') format('woff'),
         url('fonts/Existence-StencilLight-webfont.ttf') format('truetype'),
         url('fonts/Existence-StencilLight-webfont.svg#ExistenceStencilLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'QuicksandLight';
    src: url('fonts/Quicksand_Light-webfont.eot');
    src: url('fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Light-webfont.woff') format('woff'),
         url('fonts/Quicksand_Light-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}





body
{
	margin:0;
	padding:0;
	
	font-weight: normal;
	color:#5e5963;
	background-color:#000;
	
	 background-image: url('images/background2.jpg');
	 background-repeat:no-repeat;
	 background-position:center center;
	 background-attachment:fixed;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	
	}

a:link, a:visited, a:hover, a:active
{
	color:#B67E42;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color:#FFF;
}


.entry-content img, .comment-content img, .widget img {
max-width:inherit;
}


.entry-title, .entry-title a {
color: #b67e42;
text-decoration: none;
/*font-family:'RalewayThin', Geneva, sans-serif;*//*ExistenceLight ExistenceUnicaseLight ExistenceStencilLight**/
font-family:'ExistenceLight',Tahoma, Geneva, sans-serif;
font-weight:lighter;
text-transform:lowercase;
}

.hentry, .no-results {
border-bottom: 0px none;
}

#page{background:none; max-width:980px; width:980px;padding: 0;
margin: 0 auto;}

#main
{
padding:0;
height: auto;
display: block;
overflow:hidden;
width:980px;
}




#primary
{
float: right;
width: 645px;
display: inline-block;
margin:0;
/*padding-top:120px;*/
}
.error404 #primary
{
	float:right;
}

#bandeau_menu
{
	display:block;
	position:fixed;
	width:279px;
	height:100%;
	/*left:5%;*/
	right:66%;
	background-image:url(images/menu_repet_y.png);
	background-repeat:repeat;
	
}

#branding
{
	border:none;
	margin-top:70px;
	margin-bottom:40px;
}

div.menu-principal-container
{
	display:block;
	text-align:center;
	width:279px;
}

div.menu-principal-container ul
{
	list-style:none;
	padding:0;
	margin:0;
}

div.menu-principal-container ul li
{
	padding-bottom:15px;
	padding-top:15px;
	background-image:url(images/point-menu.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}

div.menu-principal-container ul li.last-menu-item
{
	background-image:none;
}

div.menu-principal-container ul li.current-menu-item a, div.menu-principal-container ul li a.menu_actif
{
	text-decoration:none;
	color:#b6a28e
}

div.menu-principal-container ul li a
{
	color:#FFF;
	font-family:'ExistenceLight',Tahoma, Geneva, sans-serif;
	font-size:25px;
	text-transform:lowercase;
}


div.menu-principal-container ul li a:hover
{
	text-decoration:none;
	color:#b6a28e;
}

div.menu-footer-container
{
	display:block;
	position:absolute;
	bottom:5px;
	text-align:center;
	width:279px;
	color:#c79b65;
	line-height:1.1em;
}



div.menu-footer-container a
{
	color:#c79b65;
	font-size:10px;
	letter-spacing:2px;
	font-family:'ExistenceLight',Tahoma, Geneva, sans-serif;
}



#content,#content-toiles, .div-content
{
	width:615px;/*645 brut*/
	
	background-repeat:repeat;
	margin:0;
	background-image:url('images/bg-bloc-accueil.png');
	padding-left:15px;
	padding-right:15px;

}

#content-toiles
{
	padding-left:0px;
	width:645px;
	padding-right:0;
	/*padding-right:inherit;*/
}

.home #content,.page-template-apropos-php #content
{
	width:270px;/*300 brut*/
	
	float:right;
	height:600px;
}

.clear
{
	clear:both;
	float:none;
}

#accueil
{
	height:auto;
	overflow:hidden;
margin-bottom: 400px;
padding-top: 120px;
}


.div-content 
{
	margin-top:120px;
}
.home .div-content 
 {
	 /*clear:both;
	 margin-top:200px;*/
	 clear: both;
margin-top: 200px;
margin-bottom: 400px;
 }





h1.entry-title
{
	padding-top:15px;
	padding-bottom:15px;
}

#content div.entry-content, #content-toiles div.entry-content, .div-content div.entry-content
{
	/*font-family:"RalewayThin","HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue",  sans-serif;
	font-size:14px;
	letter-spacing:normal;*/
	text-align:left;
	padding:0;
	color:#b6a28e;
	
	font-weight:lighter;
	font-family: "QuicksandLight", sans-serif;
	font-size: 14px;
	/*letter-spacing: 0.1em;*/
}

.home #content div.entry-content, .page-template-apropos-php #content div.entry-content
{
	width:270px;
}

div.entry-content h1, div.entry-content h2, div.entry-content h3, #bas_contact h1 {
color: #B67E42;
font-weight: normal;
font-family: 'ExistenceLight',Tahoma, Geneva, sans-serif;
margin: 12px 0 4px 0;
padding: 0;
line-height: 1em;
}

#bas_contact h1 
{
	font-size:18px;
}

div.entry-content h1 {
font-size: 18px;
}

div.entry-content h2 {
font-size: 16px;
}

div.entry-content h3 {
font-size: 14px;
}


#dernieres_toiles
{
	float:left;
	width:260px;/*290 brut*/
	padding-left:15px;
	padding-right:15px;
	background-image:url('images/bg-bloc-accueil.png');
	background-repeat:repeat;
	margin:0;
	height:600px;	
}


#dernieres_toiles a
{
	display:block;
	width:240px;
	height:240px;
	margin:0 auto;
	}
	
#dernieres_toiles a.image_0
{
	
}

#dernieres_toiles a.image_1
{
	clear:both;
	margin-top:27px;
}



#content-toiles
{
	background-image:none;
}

#content-toiles .toiles
{
	margin:0;
	padding:0;
	padding-bottom:20px;
	/*background-image:url(images/menu_repet_y.png);*/
	background-image:url('images/bg-bloc-accueil.png');
	/*background-image: url('images/bg-bloc-accueil.png');*/
	overflow:hidden;
	margin-bottom:30px;
}


#content-toiles .toiles img.visuel_large
{
	display:block;
	width:599px;
	height:175px;
	margin:0 auto;
}

#content-toiles .toiles img.visuel_etape_1, #content-toiles .toiles img.visuel_etape_2, #content-toiles .toiles img.visuel_etape_3
{
	display:inline-block;
	float:left;
}
#content-toiles .toiles img.visuel_etape_1
{
	margin-left:25px;/*22*/
	margin-right:18px;
}

#content-toiles .toiles img.visuel_etape_2
{
	margin-left:18px;
	margin-right:18px;
}
#content-toiles .toiles img.visuel_etape_3
{
	margin-left:18px;

}



.page-template-toiles-php .entry-header
{
	/*background-image:url(images/menu_repet_y.png);*/
	background-image: url('images/bg-bloc-accueil.png');

	background-repeat:repeat;
	/*margin-bottom:25px;*/
	padding-bottom:0px;
}

#content-toiles.div-content div.entry-content 
{
	background-image: url('images/bg-bloc-accueil.png');
	padding-bottom:10px;
	margin-bottom:25px;
	padding-left:15px;
	padding-right:20px;
}

.page-template-toiles-php .entry-header h1
{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 28px;
	padding-left:15px;
}

#content-toiles .toiles .entry-header
{
	background:none;
	margin:0;
}

#content-toiles .toiles .entry-header h1
{
	color:#FFF;
	font-size:16px;
	text-transform:none;
	padding-left:25px;
	}
	
#content-toiles .toiles .infos_supplementaires
{
	padding-left:20px;
	padding-right:37px;
	text-align:right;
	clear:both;
	padding-top:15px;
	color:#B6A28E;
	
}
#content-toiles .toiles .infos_supplementaires div.infos_toile
{
	/*float:right;*/
	font-size:12px;
	letter-spacing:0.1em;
	font-style:italic;
}

#content-toiles .toiles .infos_supplementaires span.type_toile
{
	letter-spacing:0.1em;
}

#content-toiles .toiles .infos_supplementaires span.dimensions_toile
{
	color:#B6A28E;
	font-weight:bold;
	letter-spacing:0.15em;
}

.home #content-toiles
{
	/*padding-top:150px;
	clear:both;*/
	margin-top: 200px;
	clear: both;
	margin-bottom: 400px;
}

img.attachment-illustration-page
{
	padding-bottom:20px;
}

#artiste_gauche
{
	display:block;
	float:left;
	width:250px;
	padding-left: 5px;
}



#aproposdeloeuvre
{
	display:block;
	width:305px;
	float:right;
	padding-right:10px;
	/*letter-spacing:0.1em;*/
	font-family:"QuicksandLight", "Arial",  sans-serif;
	font-size:14px;
	}

#aproposdeloeuvre h1
{
	width:240px;
	line-height: 1.4em;
	padding-bottom:9px;
}

#aproposdeloeuvre .read_more
{
	float:right;
}

#aproposdeloeuvre .read_more a
{
	color:#B67E42;
	text-transform:lowercase;
}

.wpcf7-submit
{
	background-image:url('images/contact/btn_envoyer.png');
	background-repeat:no-repeat;
	width:102px;
	height:30px;
	border:0;
	text-indent:-9999em;
	float:right;
	margin-right:5px;
}

body .gform_wrapper.gravity-theme .gform_footer,body  .gform_wrapper.gravity-theme .gform_page_footer{
	justify-content: end;
}

body .gform_wrapper.gravity-theme .gform_footer button,body  .gform_wrapper.gravity-theme .gform_footer input,body  .gform_wrapper.gravity-theme .gform_page_footer button,body  .gform_wrapper.gravity-theme .gform_page_footer input{
background-color: #583b1c;
color: #b67e43;
padding: 10px;
text-transform: uppercase;
padding: 5px 10px;
border: none;

}

body .gform_wrapper.gravity-theme .gform_footer button:hover,
body  .gform_wrapper.gravity-theme .gform_footer input:hover,
body  .gform_wrapper.gravity-theme .gform_page_footer button:hover,
body  .gform_wrapper.gravity-theme .gform_page_footer input:hover{
background-color: #b67e43;
color: #583b1c;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2, body .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message
{
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;	
	font-weight: 500;
	font-size: 14px;
}

body .gform_wrapper.gravity-theme .gfield_required,body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,body .gform_wrapper.gravity-theme .gfield_error label,body .gform_wrapper.gravity-theme .gfield_error legend,body .gform_wrapper.gravity-theme .gfield_validation_message,body .gform_wrapper.gravity-theme .validation_message,body .gform_wrapper.gravity-theme [aria-invalid=true]+label{
	color: #f4a392;	
}

.entry-content .wpcf7-text
{
	background-color:transparent;
	color:#B67E42;
	border:1px solid #B67E42;
}

.entry-content textarea
{
	background-color:transparent;
	border:1px solid #B67E42;
	height:100px;
	
}

input[type="text"]:focus, textarea:focus {
color: #B67E42;
}

#contact-gauche
{
	float:left;
	width:270px;
	background-repeat:repeat;
	background-image:url('images/bg-bloc-accueil.png');
	padding-left:15px;
	padding-right:15px;
}

#contact-droite
{
	float:right;
	width:280px;
	background-repeat:repeat;
	background-image:url('images/bg-bloc-accueil.png');
	padding-left:15px;
	padding-right:15px;
}

#bas_contact
{
	clear:both;
	margin-top:50px;
	color:#FFF;
	font-family:"QuicksandLight",  sans-serif;
	font-size:14px;
	color:#B6A28E;
}

#bas_contact h1
{
	padding-top:6px;
	padding-bottom:6px;
}

#contact
{
	margin-bottom:0;
}

.clear_contact
{
	padding-top:75px;
}

body .gform_wrapper.gravity-theme .gfield input.large,body .gform_wrapper.gravity-theme .gfield select.large{
	background:transparent;
	border: 1px solid #B67E42;
	color: #e1bb94;
}