/*
Theme Name: Karuna Child
Theme URI: https://wordpress.com/themes/karuna/
Template: karuna
Author: Automattic
Author URI: http://wordpress.com/themes/
Description: Karuna is a clean business theme designed with health and wellness-focused sites in mind. With bright, bold colors, prominent featured images, and support for customer testimonials, your business' brand will shine with Karuna.
Tags: blog,education,one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,full-width-template,rtl-language-support,translation-ready,featured-image-header,featured-images,flexible-header,threaded-comments
Version: 1.2.6.1737976669
Updated: 2025-01-27 12:17:49

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
a {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 2px solid;
	border-color: #224251; /* #6636cc - a3eae5*/ 
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #224251;  /* #6636cc */ 
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
}

.top-bar-wrapper {
	padding: 0 5%;
	width: 100%;
}

.top-bar {
	color: white;
	background-color: #224251; /* bar du haut dans le site */
	font-weight: bold;
	padding: 0.8em 0;
	text-transform: uppercase;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	content: "";
	display: table;
	table-layout: fixed;
}
.top-bar .site-description {
	width: 100%;
}
.top-bar a {
	color: white;
}
	
	.site-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #224251; /* 333333; */
	-webkit-font-smoothing: antialiased;
}
.site-title a {
	color: #224251; /* #333333 titre du site */
	text-decoration: none;
}

.site-header .size-karuna-hero,
.custom-header {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	background-color: #224251; /* couleur de fond derrière la signature "Le Microcosme de Cécile© 2025 par LJBF - Claude.b" et sur les cotés bloc pied de page */
	width: 100%;
}

.site-info {
	background-color: white;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1.6em 5%;
	text-align: center;
}
.site-info .sep {
	display: inline-block;
	margin: 0 0.4em;
}

.footer-widgets-wrapper {
	background-color: #224251; /* Bloc pied de page */
	color: black; /* titre et texte widget */
	padding: 1.6em 5%;
	width: 100%;
}
.footer-widgets-wrapper a {
	color: black; /* détail du menu widget */
}

/*--------------------------------------------------------------
# Infinite scroll (défilement infini)
--------------------------------------------------------------*/
#infinite-handle span {
	border: 2px solid;
	border-color: #a55b80; /* 6AA32B; */
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #a55b80; /* #a3eae5 */
	display: inline-block;
	font-weight: bold;
	margin-bottom: 1.6em;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #cccccc; /* Chg couleur texte du lien d'origine (6AA32B) */
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #a55b80; /* 6636cc; */
}
a:hover, a:focus, a:active {
	color: #fed4e2; /* Chg couleur texte du lien survolé (85cc36)(224251) */
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a {
	word-wrap: break-word;
	word-break: break-word;
}