/*
Theme Name: Harmony Child
Description: Theme enfant de Yann Le Sager
Author: Yann Le Sager
Author URI: https://www.zen-at-work.com
Template: Harmony 
Version: 0.1.0
*/








/*********************PERSO **********************/

.home .widget {
	padding: 0;
}

sup {
	font-size: 10px;
	bottom: 6px;
}

.top-menu-log {
	display: none !important;
}

strong {
	color: inherit !important;
}

.entry p, .elementor-widget-text-editor {
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	padding-bottom: 15px;
	line-height: 24px;
	color: #3D5054;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

/********* LES TEXTES ********************/

.entry-content h1, .entry-content h2, .entry-content h3 {
	font-weight: 300;
	letter-spacing: 0;
}

.entry-content h2 {
	font-size: 36px;
}

.entry-content h3 {
	font-size: 24px;
}

.entry-content h4 {
	font-size: 18px;
	line-height: 1.2em;
}

.entry-content h5 {
	font-size: 16px;
}

.entry-content hr {
	border-top: #d7dbdc;
	margin-right: -80px;
}

blockquote {
	margin: 1.5em 0;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}

.date-prog {
	font-size: 14px;
	color: #d70780;
	font-weight: 800;
}

#main-header {
	background-color: #fff;
}

#main-area {
	line-height: 1, 2em;
	background-color: #fff;
}

#main-footer, body {
	background-color: #f1f3f4;
}

.input {
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	color: #303030 !important;
	padding: 7px !important;
	margin: 0px !important;
}

#et_contact_submit {
	background: none;
	background: url(images/contact_input.png) repeat-x #f7f7f7 !important;
	width: 73px;
	margin-right: 6px;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	color: #303030 !important;
	padding: 7px !important;
	margin: 0px !important;
}

#et-site-title/*, #main-header img*/ {
	display: none;
}

.home .title {
	display: none;
}

body.home #main-header .container {
	padding: 0;
}

#main-header .container {
	padding: 0;
}

#main-area tr td {
	border-top: 1px solid #eee;
	padding: 6px 0px;
}

@media only screen and (max-width: 767px) {
	#main-header .container {
		width: 100%;
		padding: 5px 0;
	}

	#logo {
		max-height: 100%;
	}
}

@media only screen and (max-width: 479px) {
	#main-header .container {
		width: 100%;
		padding: 5px 0;
	}

	#logo {
		max-height: 100%;
	}
}

#breadcrumbs {
	display: none;
}





/**********************TOP ****************************/

.top-menu-log {
	margin: 0 auto !important;
	padding: 8px 15px 4px 10px;
	display: block;
	width: 90%;
	max-width: 980px;
	text-align: right;/*background-color: #fff;*/
}

.top-menu-log input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 1px 10px;
	font-size: 13px;
}

.top-menu-log .bt {
	display: inline-block;
	margin-left: 15px;
}





/*********************NAVMENU****************/

#top-menu-log a {
	font-size: 18px;
	color: #3d5054;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	padding: 10px 15px 10px;
	display: block;
	font-weight: 300;
}






/********************DROPDOWN **************/

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	right: 0px;
	line-height: 2.5em;
}

.dropdown:hover .dropdown-content {
	display: block;
}




/**********************SIDEBAR ***************************/

#sidebar ul {
	list-style-type: disc;
	margin-left: 15px;
}

.entry-content h6 {
	font-size: 14px;
}

.widget {
	padding: 0 20px 0 20px;
}

.widget .widgettitle {
	margin: 0 0 38px -20px;
}

.widget li {
	padding: 0 0 10px 0px;
	background: none;
}

.widget li:hover {
	background: none;
}

.so-widget-sow-editor li, .so-widget-sow-editor p {
	line-height: 22px;
}





/*********************PARTENAIRES ***********************/

.partenaire {
	width: 30%;
	margin: 5px;
	display: inline-block;
	text-align: center;
}

.partenaire .post-thumbnail {
	width: 100%;
	margin: 0;
}

.post-thumbnail:before {
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.5) inset;
	box-shadow: 0 0 0px rgba(0,0,0,0.5) inset;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.partenaire .post-thumbnail img {
    clear: both;
    max-width: 120px;
    max-height: 120px;
}

.partenaire h2 {
	clear: both;
	font-size: 18px;
	display: none;
}

@media only screen and (max-width: 767px) {
	#sidebar, #content-area:before {
		display: block;
	width: 100%;
	}
}
