/*

 Theme Name:   Tempera Magiciens

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Tempera Magiciens Theme 

 Author:       Gerard Navarro

 Author URI:   http://example.com

 Template:     tempera

 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:  tempera_magiciens

*/

/* supprime titre du site redondant avec logo*/
#site-title a {
	text-decoration: none;
	letter-spacing: -0.03em;
	display: block;
	font-size: 0em; /* l'astuce est ici */
	line-height: 1.1;
}

#branding {
	height: 214px;
}
#access {
	display: block;
	float: left;
	margin: 0px auto;
	width: 100%;
	line-height: 2.1;
}
#bg_image {
	display: block;
	padding-top: 25px;
	margin: 0 auto;
}

#header-container > div {
	margin: 32px 0 0 10px !important;
}

#access, #nav-toggle {
	background-color: #fff0;
}

#site-description {
	display: inline;
	float: left;
	font-size: 1em;
	padding: 0px 6px 3px 40px;
	clear: both;
}
#site-description {
	color: #fff !important;
}

#forbottom {
	margin-left: 0px;
	margin-right: 33px;
}

#container.two-columns-left {
	width: calc(100% - 20px);
	float: right;
}
#container.two-columns-left #primary {
	width: 260px;
	float: left;
}
/* rend le fond transparent */
#main {
	background-color: #FFF0;
}

/* rend le fond blanc widgets du bas */
.wp-block-group {
	background: #FFF;
}

/* rend le fond blanc widgets de gauche */
.main .widget-area ul {
	margin-left: 0;
	padding: 0;
	background-color: #FFF;
}

/* rend le fond du contenu blanc*/
#content {
	margin-bottom: 0;
	border: 10px solid rgba(255, 255, 255, .5);
	background-color: #FFF;

}
.texteareaheure {
	width: 100px;
	height: 30px;
	/* padding: 5px 5px;  */
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-size: 12px;
	resize: none;
}
.texteareaassos {
	width: 300px;
	height: 30px;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-size: 12px;
	resize: none;
}
