/*
Theme Name: my-sydney
Description: Theme enfant de Sydney
Author: Gilles - Sydney
Author URI: https://ensemblepourcroix.fr
Template: sydney 
Version: 0.1.0
*/
.slide-inner {
	top:90%;
}

.entry-header {
	padding-top : 90px;
}

.site-header.float-header {
    background-color: rgb(242,27,40)!important;
}

.entry-content h2 {
	font-size : 30px!important;
	padding-top : 20px;
	color : rgb(236,0,41);
}

span.posted-on {
	display: none;
}
span.byline {
	display: none!important;
}

#mainnav ul li a {
	font-weight: bold;
}

#masthead:not(.float-header) .site-title, #masthead:not(.float-header) .site-description {
	visibility: hidden;
}


.red {
	color : rgb(236,0,41);
}

.bold {
	font-weight : bold;
}
.entry-content h2 {
	font-size : 120%!important;
	color : #443f3f!important;
}
p {
	text-align : justify;
}
p strong {
	/*color : rgb(236,0,41)*/
	color : rgb(25,148,35);
}

.overlay {
	opacity: 0.2!important;
}
.overlay {
	background-color: #444!important;
}
.vert {
	color : rgb(25,148,35);
}

aside a:hover {
	color : rgb(236,0,41)!important;
}


