/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme for BAG
 Author:       Jerome CLaracq
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


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

/* =Theme customization starts here
-------------------------------------------------------------- */
<?php

function addUploadMimes($mimes) {

$mimes = array_merge($mimes, array(
'epub|mobi' => 'application/octet-stream'
));
return $mimes;

}

add_filter('upload_mimes', 'addUploadMimes');

?>

/*
vert: #8CB01A
vert foncé: #9ebc20
bleu: #0AAA90 #06AB90 
rose: #DF1E57 #E41B5B
jaune:#FEDC5E
bleu clair:#9AD2F5
*/

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: none; /* Par défaut, UPPERCASE change la case du titre en normal */
}

.entry-title a {
	color: #9ebc20;
}

.entry-title a:hover {
	color: #8fac1e;
}