/*
Theme Name: Twenty Fourteen_Enfant
Description: Theme enfant de twentyfourteen
Author: M&F DD
Template: twentyfourteen
Version: 1.1
*/

@import url("../twentyfourteen/style.css");


/**
 * 3.0 entry en 874 au lieu de 474 par defaut
 * -----------------------------------------------------------------------------
 *
    /*  Content start width-max was 874px, but 1074 suits us better  */
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    margin: 0 auto;
    max-width: 874px;}
    /*  End of WordPress CSS width-max code ... */


/**
 * 3.0 
 * -----------------------------------------------------------------------------
 *
/**
 * 3.0 remove the Site Description (which is showing below the Site Title)
 * -----------------------------------------------------------------------------
 *
site-description {
display: none !important;
}

/**
 * 3.0 remonte le corps de l'article (2 au lieu de 72 defaut)
 * -----------------------------------------------------------------------------
 *
 adjust padding between top of content and header  72px default */

.content-area, .content-sidebar {
  padding-top: 2px;
}
/**
 * 3.0 couleur titre site  
 * -----------------------------------------------------------------------------
 */
.site-title a,
.site-title a:hover {
    color: #c3a954 !important;
	font-size: 22px;
	font-style: italic;
	
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/**

/**
 * 3.0 liens non soulignes  
 * -----------------------------------------------------------------------------
 */


.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration:none;
}

/**
 * 3.0 couleur texte nav
 * -----------------------------------------------------------------------------
 */

body,
button,
input,
select,
textarea {
    color: #c3a954;
    font-family: Lato, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
}


/**
 * 3.0 Background perso-largeur site-centré
 * -----------------------------------------------------------------------------
 */

.site {
    background-color: #070707;
    max-width: 1420px;
    margin:0 auto;	
    position: relative;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
    background-color: #070707;
    padding: 0px 10px 0;
}
.site-content .entry-header {
    background-color: #070707;
    padding: 0 10px 0px;
}





/**

/**
 * 3.0 marge haut article
 * -----------------------------------------------------------------------------
 */


p {
	margin-bottom: 0px;
}


/**
 * 3.0 
 * -----------------------------------------------------------------------------
 */
.primary-navigation ul ul a {
		padding: 4px 6px;
		white-space: normal;
		width: 200px;
	}



	/* Primary Navigation */

	.primary-navigation {
    float: left;
    font-size: 13px;
    margin: 0 1px 0 -12px;
    padding: 0;
    text-transform: capitalize;
	
}



.entry-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 0px;
	margin: 0 0 0px 0;
	text-transform: capitalize;
}



.site-navigation a {
    color: #c3a954;
    display: block;
    text-transform: capitalize;
    font-size: 12px;	
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 10px;
	}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

élément {
}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 0px;
		width: 200px;
	}







/**
 * 3.0 menu aligne au centre - sous-menu aligne a gauche
 * -----------------------------------------------------------------------------
 */




.header-main {
 text-align: center;
}

.primary-navigation {
 float: none;

}




.primary-navigation li {
 text-align: left;
}

/**
 * fil ariane
 * -----------------------------------------------------------------------------
 */ 

#breadcrumbs a:hover{
    color: white;
    font-size: 12px;

}






