/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    
 Description:  Twenty Thirteen Child Theme
 Author:       Sarah Maarek
 Author URI:   http://www.sarigami.fr
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

h1 {
    font-size: 2em;
}

/* ne pas afficher le sous titre pour les pages catégories */
.archive-header {
    background: none;
    margin-bottom: -10px;
    margin-top: 30px;
}

.sidebar .archive-meta {
    background-color: #f7f5e7;
    padding: 11px;
}

.sidebar .archive-meta p {
    margin: 0;
}

/* affichage logo à la place du titre */
.site-title img {
    width: 50%
}

.rp_journal {
    font-style: italic;
    font-weight: 600;
}


/* homepage widget */
.homepage-widget li {
    background-color: #f7f5e7;
    font-size: 1.1em;
}

.homepage-widget {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
}

.category-sticky {border: none;}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 90%;
		padding-left: 0;
		padding-right: 0;
	}
	.site-main .widget-area {
		float: right;
		margin-right: 10px;
		width: 30%;
	}
	.site-main .sidebar-container {
	    height: 0;
	    position: absolute;
	    max-width: 100%;
	    top: 40px;
	    width: 100%;
	    z-index: 1;
	}
	.content-area {
	    width: 70%;
	}
}
@media (max-width: 767px) {
	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}
	.content-area {
	    width: 100%;
	}
}