/*
Theme Name: Amicale Chimie Mulhouse
Theme URI: http://www.premiere-place.com/
Description: Thème Wordpress sur mesure pour l'Amicale de Chimie de Mulhouse.
Version: 1.0
Author: Première Place

Amicale Chimie Mulhouse par Première Place || http://www.premiere-place.com

*/

/*============= GLOBAL =============*/
* {
margin: 0;
padding: 0
}
body {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: url("images/bg_content.png");
	color: #3C3C3C;
	margin: 0;
}
#page {
	margin: 0 auto 0 auto;
}
#conteneur_central {
	width: 995px;
	margin: auto;
	overflow: hidden;
	background: url("images/bg_conteneur_central.png") repeat-y;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 1em;
}
h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 1em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 1em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}
/*============= HEADER =============*/
#header {
	width: 100%;
}
#header_top {
	height: 90px;
	background: #FFFFFF;
}
#header_top_wrap {
	width: 995px;
	margin: auto;
	height: 100%;
}
#header_logo {
	width: 22%;
	float: left;
	margin-top: 2px;
}
#header_logo a img {
	border: none;
}
#header_menu {
	width: 78%;
	float: right;
	text-transform: uppercase;
	font-size: 1.06em;
	margin-top: 4.5em;
	text-align: right;
}
#header_menu a {
	color: #3C3C3C;
	text-decoration: none;
	display: block;
}
#header_menu a:hover {
	color: #3890E0;
}
#header_menu li.current-menu-item > a {
	color: #F05F44;
}
#header_menu ul {
	list-style-type: none;
}
#header_menu ul li {
	display: inline-block;
	margin: 0 0.4em;
}
#header_menu ul li ul {
	display: none;
}
#header_menu ul li:hover > ul {
	display: block;
	position: absolute;
	text-align: left;
}
#header_menu ul li:hover > ul li {
	display: block;
	margin: 0;
}
#header_menu ul.sub-menu {
	background:  rgba(255, 255, 255, 0.95);
	text-transform: none;
	padding: 5px 0;
}
#header_menu ul.sub-menu li a {
	padding: 8px 30px 8px 15px;
	min-width: 120px;
}
#header_menu ul.sub-menu li:hover > ul {
	left: 100%;
	top: 0;
}
#header_content {
	height: 244px;
	padding: 8px 0;
	border-top: solid 7px rgba(0, 0, 0, .17);
}
#header_content_slider {
	height: 244px;
	margin: auto;
	width: 995px;
}
/*============= CONTENT =============*/
#content{
	float: left;
	width: 537px;
	height: 100%;
	padding: 25px;
}
#content a {
	color: #3890E0;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a[href$='.pdf'] {
	background: url('images/ico_pdf.png') no-repeat;
	padding-left: 20px;
	color: #a71e0b;
}
#content ul {
	list-style-position: outside;
	padding-left: 25px;
	margin-bottom: 15px;
}
#content ul ul {
	margin-bottom: 0;
}
div.bloc_home {
	-moz-box-shadow: 0px 0px 10px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 10px 0px #cfcfcf;
	box-shadow: 0px 0px 10px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=10);
	border: 1px solid #DDDDDD;
	padding: 0.5em 1em 0.7em;
}
div.bloc_home p {
	margin-bottom: 0;
}
div.conteneur_central_border {
	height: 1px;
	background: url('images/bg_conteneur_central_border.png') no-repeat;
	width: 995px;
	margin: auto;
}
div.articles_recents {
	padding: 0px 10px 20px;
}
div.articles_recents_titre h2 a {
	color: #3C3C3C;
	text-decoration: none;
}
div.articles_recents_meta,
p.postmetadata {
	font-weight: bold;
	margin-bottom: 10px;
}
div.navigation-single {
	overflow: hidden;
	padding-top: 25px;
	clear: both;
}
div.previous-post-link {
	float: left;
}
div.next-post-link {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: auto;
}
.wp-pagenavi {
	text-align: center;
	margin: 30px 0 10px;
}
/* ========= Contact form 7 ========= */
.wpcf7-form {
	text-align: left;
	margin: 3em 0;
}
	.wpcf7-form p {
		padding: 0;
	}
	.wpcf7-form .cf-left,
	.wpcf7-form .cf-right,
	.wpcf7-form .cf-full {
		padding-bottom: 2em;
	}
	.wpcf7-form input,
	.wpcf7-form textarea,
	.wpcf7-select,
	.wpcf7-number {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font: normal 1em Arial,Helvetica,sans-serif;
	}
	.wpcf7-text,
	.wpcf7-textarea,
	.wpcf7-select,
	.wpcf7-number {
		border: 1px solid #e8e8e9;
		color: #333;
		padding: 1em;
		width: 100%;
		margin: 0.5em 0 0;
	}
	.wpcf7-file {
		margin: 0.5em 0 1em;
	}
	.wpcf7-form .required {
		color: #666;
		font-size: 0.9em;
		padding: 1em 1em 1em 0;
	}
	div.wpcf7-response-output {
		margin: 0 !important;
	}
	.wpcf7-recaptcha {
		margin-bottom: 15px;
	}
	.wpcf7-form .wpcf7-submit {
		color: #fff;
		background: #378fE1;
		padding: 0.5em 1em;
		cursor: pointer;
		border: 1px solid #2670B3;
		border-radius: 2px;
		transition: all 0.3s ease;
	}
	.wpcf7-submit:hover {
		box-shadow: 0 0 8px #378fE1;
		text-decoration: underline;
	}
	.wpcf7-form .wpcf7-submit:disabled {
		background: #ccc;
		cursor: not-allowed;
	}
/* ========== RGPD =========== */
.skp-rgpd-cookie-form label {
	display: block;
}
.skp-rgpd-cookie-save {
	margin-top: 15px;
	color: #fff;
	padding: 5px 20px 7px;
	transition: 0.15s;
}
.skp-rgpd-cookie-save:hover {
	text-decoration: none;
}
.wpcf7-form .formsite-legaltxt {
	font-size: 0.75em;
	margin-top: 1.25em;
	line-height: 1.25em;
}
.wpcf7-form .formsite-legaltxt p {
	line-height: 1.4;
}
.wpcf7-form span.wpcf7-list-item,
.wpcf7-form span.wpcf7-list-item label {
	cursor: pointer;
	line-height: 1.3;
	display: block;
}
.wpcf7-form span.wpcf7-list-item {
	margin: 0 1em 0 0;
}
#content .skp-rgpd-cookie-save {
	color: #fff;
	background: #378fE1;
	padding: 0.5em 1em;
	border: 1px solid #2670B3;
	border-radius: 2px;
	transition: all 0.3s ease;
	margin-top: 0;
}
#content .skp-rgpd-cookie-save:hover {
	box-shadow: 0 0 8px #378fE1;
	text-decoration: underline;
}
/*============= SIDEBARS =============*/
#sidebar-gauche {
	float: left;
	margin-right: 12px;
}
#sidebar-droite {
	float: right;
	margin-left: 12px;
}
.sidebar {
	width: 192px;
}
.sidebar > ul {
	list-style-type: none;
	margin-top: 2em;
}
.sidebar > ul ul {
	list-style-type: none;
}
.sidebar > ul ul li {
	margin: 0.8em 0 0 -0.3em;
    padding-left: 1.5em;
	background: url('images/puce_bleue.png') no-repeat 0 0.4em;
}
.sidebar > ul ul li a {
	color: #3C3C3C;
	text-decoration: none;
}
.sidebar > ul ul li a:hover {
	color: #3890E0;
}
div.textwidget {
	padding: 1em 1.5em;
}
h2.widgettitle {
	background: url('images/bg_widgets.png') no-repeat;
	height: 37px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.8em;
	-moz-box-shadow: 0px 6px 16px -10px #656565;
	-webkit-box-shadow: 0px 6px 16px -10px #656565;
	-o-box-shadow: 0px 6px 16px -10px #656565;
	box-shadow: 0px 6px 16px -10px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=16);
	margin-bottom: 0;
}
p.connectez_vous {
	color: #606060;
}
a.bouton {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: #378fE1;
	width: 80%;
	padding: 0.2em;
	text-align: center;
	margin: 1em auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #2670B3;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover.bouton {
	-moz-box-shadow:0 0 8px #378fE1;
	-webkit-box-shadow:0 0 8px #378fE1;
	-o-box-shadow:0 0 8px #378fE1;
	box-shadow:0 0 8px #378fE1;
	text-decoration: underline;
}
a.lien_gd {
	display: block;
	color: #878787;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
}
a:hover.lien_gd {
	color: #3890E0;
	text-decoration: underline;
}
div.slideshow_container {
	margin: 19px !important;
}
div.em-calendar-wrapper {
    padding: 5px 0;
}
a.em-calnav {
	text-decoration: none;
	color: #3890E0;
}
a.em-calnav:hover {
	text-decoration: underline;
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color: #3890E0!important;
	text-decoration: underline!important;
}
table.em-calendar td.eventful a:hover,
table.em-calendar td.eventful-today a:hover {
	text-decoration: none!important;
}
/*============= FOOTER =============*/
#footer {
	clear: both;
	color: #3C3C3C;
}
#footer_content {
	width: 995px;
	padding: 1em 0;
	margin: auto;
	text-align: center;
	font-size: 0.9em;
}
#footer_content a {
	color: #3C3C3C;
	text-decoration: none;
}
#footer_content a:hover {
	text-decoration: underline;
}
