@charset "UTF-8";
/*
 Theme Name:   Twenty Eleven Child
 Author:       Pierre
 Template:     twentyeleven
 Version:      1.0.0
 Text Domain:  twentyeleven-child
*/

/* la légende du site */
#branding hgroup{
    margin: 0 2.8%;
    text-shadow: 1px 1px 2px #dedede;
    position: relative;
    top: -3px;
}
#site-description{
    font-size: 16px
}

/* barre du menu principal */
#access{
	background: #00a0e6
}
#access a{
    font-weight: normal
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a{
    color: #08054c
}
/* on enlève le titre de l'accueil */
#post-5 .entry-header{
	display: none
}
/* taille du grid sur une seule colonne (provisoir) */
.learndash-course-grid{
	/*max-width: 360px;
	margin: 0 auto*/
}
/* learndash grid - aligne le nom en face de l'avatar */
.learndash-course-grid .items-wrapper .grid-2 .content .author .name{
	padding-top: 10px
}
/* enlever les meta du footer des articles */
footer.entry-meta{
	display: none
}
/* nav single en haut à droite */
#nav-single{
    right: 10px
}
/* rendre plus large le contenu */
.singular #content, .left-sidebar.singular #content{
	margin: 0.1%
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title{
	width: 80%
}
/* titre principal et les h2*/
.singular .entry-title, h2{
	color: #08054c !important
}

/* tableau */
.pit-tableau-module{
	padding: 10px;
    background: #fafafa;
    color: #00a0e6;
    border: 1px solid #00a0e6;
    border-bottom: 1px solid #00a0e6 !important;
}
.pit-tableau-module th{
	text-align: center;
    color: #4a4a4a;
	font-size: 1em
}



/* agrandir le sous titre de l'accueil */
h3.sous-titre-accueil{
	font-size: 30px
}
/* reduire le titre dans learndash grid */
.learndash-course-grid .items-wrapper .grid-2 .content .entry-title a{
	font-size: .8rem
}

/* formulaire de contact */
#post-101 .entry-content{
    
}
#post-101 .entry-content #ult-login-form label{
    display: block
}


/* footer */
#site-generator{
	background: white
}