/*
Theme Name:   flatter Child
Template:     flatter
Theme URI:    http://themeton.com
Description:  flatter child theme
Author:       ThemeTon
Author URI:   http://themeton.com
Version:      1.0.0
*/

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

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


/************ additions de Philippe ici **************/


body
{
	font-size: 17px;
	font-family: 'Roboto';
}


/* titres en blanc quand on est dans le bandeau trouge*/
.page-title.section h1, .page-title.section .single-post-title h1, .page-title.section, .page-title.section a
{
	color: white !important;
}

section.page-title
{
	background-color: #c0392b !important;
}

/* on vire toutes les infos meta quand un titre est dans le bandeau rouge (c'est moche sinon) */
.page-title.section .meta-author, .page-title.section .meta-category, .page-title.section .meta-comment, .page-title.section .meta-like, .page-title.section .meta-date, 
.page-title.section .entry-meta.list-inline
{
	display: none;
}

/************** calendrier, astuces trouvées ici : https://www.organicweb.com.au/11227/wordpress/events-manager-css/ *************/
table.em-calendar 
{
	width:100%; 
}

table.fullcalendar td
{ 
	width:14.28%;
	min-height: 100px;
}

table.em-calendar ul, table.em-calendar ul li 
{ 
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}



.embed_container, .embed_container .content, .embed_container .row, .embed_container .region-content
{
	display: block;
	width: 100%;
	clear: both;
}


/*************** calendrier ICS **************/
.events_wrap .event
{
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/******** calendrier ical *************/
.ical article
{
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ical .eventdate
{
	font-weight: bold;
}

.ical br
{
	display: inline;
}

.ical .location br
{
	display: block;
}




.icalprop header
{
	display: none !important;
}

/***************** mots du pouvoir *********************/
.category-motsdupouvoir p, .category-motsdupouvoir ul, .category-motsdupouvoir li
{
	font-size: 20px;
}


.category-motsdupouvoir .primary.section .content, .category-motsdupouvoir .primary.section .sidebar
{
	padding-top: 20px;
}

.category-motsdupouvoir blockquote h1
{
	font-size: 45px;
}


.category-motsdupouvoir .sidebar
{
	display: none;
}

.category-motsdupouvoir section.page-title
{
	display: none;
}


/************ ebvent editor ************/

.event-editor .wp-em-editor-content-editor-container
{
	border: 1px solid #aaa;
}

.event-editor .event-categories
{
	display: none;
}



input[type="text"] { color: #34495e; }