/*
	Theme Name: agama-enfant
	Description: Theme enfant de Brigitte
	Author: Brigitte Dumont
	Author URI: https://www.mon-site-de-graphiste.com
	Template: agama 
	Version: 0.1.0
	*/

p {
	font-size: 17px;
}
.entry-content h1 {
	font-size:42px;
	color:#663399;
}
h1 {
	/*white-space: nowrap;
	overflow-wrap : break-word;
	word-break: break-all;
	overflow-wrap: break-word;*/

}
h2 {
	font-size:30px;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size:30px;
	/*font-size:2rem;*/
	color:#663399;
}
h3 {
	font-size:24px;
	color:#663399;
	color: cornflowerblue;
}
a {
	color: #6A3FA9;
}
/*--- pour masquer les titres de page ----*/
.entry-title {
display: none;
}

/* -- blockquote -- */
blockquote {
	border-left: 3px solid #36d0e8;
	border-right: 3px solid #36d0e8;
	border:solid #efefef 1px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #efefef;
	
}
.entry-content blockquote, .comment-content blockquote {
	background-color: #FFFFFF;
	padding: 2rem;
}


/* -------------------- Dashicons  Essai pour modifier CSS mais ne fonctionne pas  ------------------- */

.dashicons, .dashicons-before:before {
/*line-height: 1;
font-weight: 400;
font-style: normal;
width: 25px;
height: 25px;
font-size: 25px;*/
color:blue;
content: "\f508
}


/* -------------------WP FORMS -------------------- */

.wpforms-form button[type=submit] {
    background-color: #7F5192 !important;
    color : white !important;
		padding : 15px !important;
height : auto !important;
	border: thin solid #eeeeee !important;
border-radius:8px !important;
}

.wpforms-form button[type=submit]:hover {
    background-color : #654074 !important;
}

/*--- tableau ----*/
.tableau {
	font-size: 20px;
	color:red;
}