/*
 Theme Name:   twentyfourteen Child
 Theme URI:    http://dev.cleguerec.fr/twentyfourteen
 Description:  twentyfourteen child theme
 Author:       KWD
 Author URI:   http://dev.cleguerec.fr
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  twentyfourteen-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.site {
margin-left: auto;
margin-right: auto;
}
.site {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
	box-shadow: 5px 0px 20px rgb(0 0 0 / 70%);
}

	.primary-navigation a {
		display: inline-block;
		padding: 0 5px;
		white-space: nowrap;
	}
	
	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 22px;
	}
	
	.secondary-navigation + .primary-sidebar {
	width: 170px;
}

/* Suite ext accesibilite -maj largeur contenu -ex 1104 */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 534px;
}