/*
Theme Name:     ACM 
Description:    Thème enfant pour Twenty Eleven
Author:         Claude Newman Brabant
Author URI:     http://www.claudenewmanbrabant.com/
Template:       twentyeleven
*/

@import url("../twentyeleven/style.css");

@import url(http://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic&subset=latin,latin-ext);

.clear  { clear: both;}
.blanc, .blanc a { color: #fff;}
.f18 {font-size: 18px;}
p { padding-right: 10px;}

/*** GENERAL ***/

body { background: #fff url(http://wp.atelierscreatifs.org/wp-content/uploads/2013/12/bg_header.jpg) center top no-repeat; }
body.custom-background { background-color: #fff !important; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Asap', sans-serif;
}


#main, #primary, #secondary {
	margin: 0;
	padding: 0;
}
.entry-content, .entry-summary {
    padding: 0;
}
#page {
    margin: 0 auto;
    max-width: 960px;
    background-color: transparent;
}
#primary {
	float: left;
	/*width: 645px;*/
	width: 65%;
	margin: 0;
	padding-right: 2%;
	}

#secondary {
	float: left;
	/*width: 315px;*/
	width: 33%;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	}

.singular .hentry,
.singular #content,
.left-sidebar.singular #content {
	margin: 0;

}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 100%;
}

.singular .entry-title {
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
	/* text-transform: uppercase; */
}

/* post-63 post type-post status-publish format-standard hentry category-non-classe */

.hentry,
.no-results {
	border-bottom: none;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}


/*** HEADER ***/

#site-title, #site-description {
	display: none;
}
#branding {
    border-top: none;
    background-color: transparent;
    height: 200px;
}
#branding img {
    height: auto;
    width: auto;
}
#branding hgroup {
    margin: 10px 0;
}

#site-logo {
	float:left;
	padding-top: 32px;
	margin-bottom: 20px;
}
#header_nav {
	float: right;
	text-align: right;
	height: 150px;
	padding-top: 15px;
}
#header_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#header_nav li, #header_nav li a{
	font-size: 11px;
	line-height: 1.2;
	color: #000;
}
#header_nav img {
	float: right;
}

#header_nav .header_menu {
	height: 135px;	
}

#header_nav .header_btn {
	padding-right: 65px;
}


/*** MENU ***/

#access {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: left;
	margin: 24px auto 24px;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #000;
}
#access div {
	margin: 0;
}
#access ul {
	font-size: 18px;
	list-style: none outside none;
	margin: 0 0 0 -1em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	color: #000;
	text-transform: uppercase;
}
#access .sub-menu ul {
	padding: 10px 0;
}
#access .sub-menu li {
	text-transform: none;
}
#access a {
	color: #000;
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access a:after {
    content: ' >';

}
#access .sub-menu a {
	line-height: auto;
	padding: 0 0 0 1em;
	text-decoration: none;
}
#access .sub-menu a:after {
    content: '';
}
#access ul ul {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 1.7em;
	left: 1em;
	/*width: 188px;*/
	z-index: 99999;	
	background: #00cc97;
	padding: 10px 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #00cc97;
	border-bottom: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	/*height: auto;*/
	line-height: 1.4em;
	padding: 0;
	/*width: 168px;*/
	margin: 0;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #00cc97;
	color: #fff;
}
#access .sub-menu li:hover > a,
#access .sub-menu ul ul :hover > a,
#access .sub-menu a:focus {
	background: #00cc97;
	color: #fff;
}
#access li:hover > a,
#access a:focus {
	background: #fff; /* Show a solid color for older browsers */
	/*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	/*background: -webkit-linear-gradient(#f9f9f9, #e5e5e5); */
	color: #00cc97;
}
#access .sub-menu li:hover > a,
#access .sub-menu a:focus {
	color: #fff;
	/*padding-left: -1em;*/
}
#access .sub-menu li:hover > a:after,
#access .sub-menu a:focus:after {
	 content: ' >';
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight:normal;
}

#access .sub-menu .current-menu-item > a,
#access .sub-menu .current-menu-ancestor > a,
#access .sub-menu .current_page_item > a,
#access .sub-menu .current_page_ancestor > a {
	color: #fff;
}

#access .sub-menu .current-menu-item > a:after,
#access .sub-menu .current-menu-ancestor > a:after,
#access .sub-menu .current_page_item > a:after,
#access .sub-menu .current_page_ancestor > a:after {
	 content: ' >';
}


/*** SIDEBAR ***/

.widget_search form {
	margin: 0;
}

.widget_search #s {
	width: 85%;
}


ul#menu-sidebar {
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
}

ul#menu-sidebar li a {
	padding: 12px;
	margin-bottom: 12px;
	background-color: #00cc97;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

ul#menu-sidebar li a:hover {
	background-color : #00b778;
	text-decoration: none;
}

/* ul#menu-sidebar:nth-child(odd) li a {
	background-color: #00b778;
}

ul#menu-sidebar:nth-child(even) li a {
	background-color: #c63527;
} */



/*** FOOTER ***/

#colophon { 
	background: #fff url(http://wp.atelierscreatifs.org/wp-content/uploads/2013/12/bg_footer.jpg) right top no-repeat; 
	padding-bottom: 30px;
}
#site-generator { display: none; }

#colophon .footer  {
	padding: 20px 20px 20px 20px;
	float: left;
}
#footerACM .footer a {
	color: #fff;
}
#footerACM .footer a:hover {
	color: #00cc97;
	text-decoration: none;
}
#footerACM .footer ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#footerACM .footer li {
	list-style: none outside none;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	background: url(http://wp.atelierscreatifs.org/wp-content/uploads/2013/11/ligne_menu.jpg) 0 20px no-repeat; 
}
#footerACM ul#menu-footer3 li {
	background: none; 
}
#footerACM ul#menu-footer3 ul.sub-menu {
	margin-top: 20px;
}	

#footerACM .footer a.menu:link {
	font-color: #fff;
}
#footerACM .footer ul.sub-menu {
	margin-top: 10px;
}
#footerACM .footer .sub-menu li, #colophon .footer .sub-menu li a {
	text-transform: none;
	font-size: 10px;
	line-height: 1.2;
	background: none;
	margin-top: 0;
	margin-bottom: 0px;
}
#footerACM .copyright {
	margin-left: 20px;
	padding-top: 4px;
	clear: left;
	font-size: 11px;
	color: #fff;
	border-top: 1px solid #fff;
	width: 380px

}



/*** ACCUEIL ***/

#accueil {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #f00; 
}

.entry-content h1, .entry-content h2 {
	color: #c63527;
	font-weight: normal;
	padding:0;
}

.entry-content h1:after, .entry-content h2:after {
    content: ' >';
}
.entry-content h1 {
	font-size: 36px;
	line-height: 36px; 
}

.entry-content h2 {
	font-size: 24px;
	line-height: 24px; 
}


#accueil .wp-caption {
	width: auto !important;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	background: #fff;
}

#accueil .wp-caption img {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

#accueil .wp-caption .wp-caption-text {
	font-family: 'Asap', sans-serif;
	color: #fff;
	background-color: #000;
	display: block;
	margin: 0;
	padding: 6px;
	text-transform:uppercase;
	margin-right: 8px;
}

#accueil .wp-caption .wp-caption-text:before {
	color: #fff;
	content: '';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	position: absolute;
	left: 00px;
	top: 0px;
}


/*** SLIDER ***/

#riva-slider-2-shell .rs-content-holder {
	background-color: transparent !important;
}

#riva-slider-2-shell .rs-content-holder h2 {
	color: #fff !important;
	background-color: #c63527 !important;
	line-height: 32px;
	margin-bottom: 8px;
}

#riva-slider-2-shell .rs-content-holder span {
	color: #000;
	background-color: #fff !important;
}

#riva-slider-2-shell .rs-next, 
#riva-slider-2-shell .rs-prev {
	top: 50px !important;
}


/*** FORMULAIRES ***/

p.form_input {
	clear: left;
	}

p.form_input label {
	float: left;
	width: 100px;
	padding: 0 10px 10px 0;
}

p.form_input input {
	float: left;
	padding-bottom: 10px;
	height: 12px;
}

p.form_submit {
	clear: left;
	padding-top: 15px;
	text-align: center;
	}

span.wpcf7-not-valid-tip {
	clear: left;
	padding-left: 110px;
	color: #c63527 !important;
	font-size: 0.9em !important;
	}
