/*
Theme Name:     Pierre Soulages Twenty Eleven Child
Theme URI:      https: //www.netagence.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         NetAgence
Author URI:     https: //www.netagence.com/
Template:       twentyeleven
Version:        0.1.0
*/
/*Fix admin bar display when not logged in */
body:not(.logged-in) #wpadminbar {
	display: none;
}
*{
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 14px;
}
a{
	color: gray;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a img {
    max-width: 100%;
}
h1{
	font-size: 26px;
	line-height: 30px;
	font-family: 'helveticaregular';
}
h2{
	font-size: 16px;
	line-height: 28px;
	font-family: 'helveticaregular';
}
p{
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 20px;
	margin: 10px 38px 10px 0;
	color:#333;
	text-align:left;
}
ul, ol{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
}
ul{
  list-style-type: square;
  list-style-image: none;
  list-style-position: outside;
}
li{
	font-family: 'helveticaregular';
	font-size: 14px;
	margin: 5px 0 5px 0;
	line-height: 20px;
}
#content,
.singular #content,
article{
	margin: 0;
	width: 100%;
}
.singular #content.content_toutes_actu {
	width: auto;
}
.single-content{
	margin:0 !important;
}
.single-content h1{
	margin-bottom: 20px;
}
.single-post .single-content h1{
	margin-bottom: 5px;
}
#content-primary-secondary{
	background-color: white;
	float:left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	padding-bottom: 30px;
}
#primary{
	background-color: white;
	width: 66%;
}
#secondary{
    width: 27%;
	margin-right: 4%;
    box-sizing: border-box;
}
#primary.fullwidth{
	width: 100%;
}
#page{
	margin-top:0;
}
#branding{
	border: none;
}
#branding hgroup{
 margin: 0 0 35px 40px;
}
#site-title{
    padding: 40px 0 0 0;
}
#site-title a{
	font-family: 'Helvetica25UltLt';
	  color: black;
	  font-size: 50px;
	  line-height: 36px;
}
#branding img.ps-title{
	width: 90%;
	max-width: 385px;
}
#site-title #tld{
	font-family: 'Helvetica25UltLt';
	color: gray !important;
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
}
#site-title a:hover, #site-title a:focus, #site-title a:active, #site-title a:visited{
  color: black;
}
#access{
	margin: 4px 0 0 0;
	background: none;
	box-shadow: none;
}
#access div{
	margin: 0 0 0 50px;
}
#access li{
	 text-decoration: none;
}
#access a, #access a:focus{
	font-family: 'Helvetica55Lt';
	font-size:16px;
	color: #707173;
	padding-left:0px;
	padding-right:18px;
	line-height: 2em;
}
#access .first_part_{
	color: black;
	font-family: 'Helvetica75Bd';
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a{
  font-weight: normal;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus{
	background: white;
	color: black;
}
#access ul ul{
	top:28px;
}
#access ul ul a{
	line-height: 1em;color: #707173;
}
.menu{
	margin-left: 0px;
	padding-right: 0px;
}
#branding #searchform{
	position: relative;
}
#search-box-form{
    position: absolute;
    top: 98%;
    right: 0;
}
#branding #s{
	width: 160px;/*195*/
	margin-right: 40px;
}
.pictomenu{
	padding-right: 5px;
	margin-bottom: 5px;
}
#menu-main-menu li a{
	padding-left: 15px !important;
}
#menu-main-menu li a:before{
    content: '■';
    position: absolute;
    left: 0;
    margin-top: -1px;
}
#menu-main-menu .actualites a:before{
	color: #aa8980;
}
#menu-main-menu .biographie a:before{
	color: #966c53;
}
#menu-main-menu .expositions a:before{
	color: #9a7c58;
}
#menu-main-menu .bibliographie a:before{
	color: #a4a699;
}
#menu-main-menu .museographie a:before{
	color: #30579a;
}
#menu-main-menu .contact a:before{
	color: #cccc99;
}
#menu-main-menu .actualites a:hover:before,
#menu-main-menu .biographie a:hover:before,
#menu-main-menu .expositions a:hover:before,
#menu-main-menu .bibliographie a:hover:before,
#menu-main-menu .museographie a:hover:before,
#menu-main-menu .contact a:hover:before{
	color: black;
}

a:hover #actualites,
a:hover #biographie,
a:hover #expositions,
a:hover #bibliographie,
a:hover #museographie{
	color: #000;
}
#header-underline{
	margin: 0px 40px 0 40px;
	clear: both;
	height:1px;
	border-bottom: 1px gray solid;
}

/*
****** sidebars ******
*/
.titre-sidebar{
	font-size: 18px;
	font-family: 'Helvetica25UltLt';
}
/*
*********** page accueil : liste des actus *****************
*/
#listing-actu h2{
	font-size: 26px;
}
#listing-actu li{
	font-family: 'helveticaregular';
	font-size: 14px;
	margin: 8px 0 8px 0;
	color:silver;
}
.listing-actu-adresse{
	color: gray;
	line-height: 15px;
	font-size: 11px;
	margin:20px 0;
}
.listing-actu-adresse a{
	color: #333;
}
.listing-actu-thumb,.listing-actu-thumb a, .listing-actu-thumb a img{
    clear: both;
}
.listing-actu-thumb,.listing-actu-thumb_ a, .listing-actu-thumb_ a img{
	border: none;
	margin: 0;
	padding:0;
    text-align: left;
    
}
.listing-actu-legende-oeuvre{
    font-family: 'Helvetica55Lt';
	font-style:italic;
	font-size: 10px;
	text-align: left;
	color: gray;
	margin: 3px 0 25px;
}
/* on aligne à gauche juste pour les actus*/ 
.single-post .listing-actu-legende-oeuvre{
	text-align: left;
}
/*
**************sidebar accueil ****************************
*/
.accueil-sidebar{
	border-left: 1px solid silver;
	padding-left: 20px;
}
#accueil-sidebar-title,
.associated-posts > h2{
	font-family:'Helvetica25UltLt';
	font-size: 42px;
	line-height:42px;
	color: #d2d2d2;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.associated-posts > h2{
    font-size: 18px;
    line-height: 15px;
    font-weight: 600;
    border-top: 1px #cfcfcf solid;
    margin-top: 40px;
    padding-top: 10px;
}
.associated-posts.template-line > h2{
    padding-top: 12px;
    border-top: 5px black solid;
}
.accueil-sidebar-entry{
	border-top: 1px solid silver;
	padding-top: 1px;
}
.accueil-sidebar-entry-cat{
	font-family:'Helvetica75Bd';
	text-transform: uppercase;
	color: #cfcfcf;
	font-size: 11px;
	margin:2px 0 6px 0;
}
.accueil-sidebar-entry-title{
	font-family:'Helvetica77BdCn';
	color: #666;
	font-size: 18px; 
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
	padding:0;
}
.accueil-sidebar-entry-title a, .accueil-sidebar-entry-title a:visited{
	font-family:'Helvetica77BdCn';
	color: black;
	font-size: 18px; 
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}
.accueil-sidebar-entry-thumb {
	text-align: center;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
.accueil-sidebar-entry-excerpt{
	font-family:'Helvetica55Lt';
	color: black;
	color: gray;
	font-size: 12px;
	line-height: 16px;
}
.accueil-sidebar-entry-tag-link{
	text-align: left;
	margin:15px 0 10px 0;
	padding:0;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.accueil-sidebar-entry-tag-link a, .accueil-sidebar-entry-tag-link a:visited{
	background-color:#F2F2F3;
	border-radius: 3px;
	color: gray;
	margin:0;
	font-size: 10px;
    padding: 2px 5px;
}
.accueil-sidebar-entry-tag-link a:hover{
	background-color:#CCCC99;
	color:#fff;
}
.accueil-sidebar-entry-excerpt-link {
	text-align: right;
	margin:0 0 10px 0;
	padding:0;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.accueil-sidebar-entry-excerpt-link a, .accueil-sidebar-entry-excerpt-link a:visited {
	color: gray;
	margin:0;
	font-size: 10px;
    padding: 2px 4px;
}
#accueil-sidebar-all-link, #accueil-previous-une-link{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#accueil-sidebar-all-link a, #accueil-previous-une-link a{
	font-family:'Helvetica65Lt';
	color: white;
	font-size: 11px;
	padding:3px 5px 3px 5px;
	text-decoration: none;
}
#accueil-sidebar-all-link a{
	background: #939383;
}
#accueil-previous-une-link a{
	background: #cccc99;
}
a.see-expo{
    font-family: 'Helvetica65Lt';
    color: white;
    background: #939383;
    font-size: 14px;
    padding: 6px 8px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 0;
    display: inline-block;
}

/*
************* bibliographie page ****************
*/
.bibliogrphie_content{
	margin:0 !important;
}
.bibliogrphie_content h1{
    font-family: "helveticaregular";
    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
	margin:15px 0;
}
#menu_bibliogrphie{
	width: 100%;
	font-family: 'Helvetica65Lt';
	font-size: 11px;
}
#menu_bibliogrphie a{
		color: white;
}
.biliographiy_label_filtre{
    float: left;
    padding: 0 3px;
	margin-right: 10px;
}
.biliographiy_button{
	background-color: #d1d1d1;
	border-radius: 3px;
	float: left;
    margin: 0 10px 5px 0;
	padding: 0 7px 3px 7px;
}
.biliographiy_button:hover{
	background-color:#CCCC99;
}
#menu_bibliogrphie .current{
	background-color: #cccc99;
}
#listing-bibliographie{
	margin: 10px 0;
	border-bottom: 1px #dbdbdb dotted;
	padding-bottom: 10px;
	overflow:hidden;
}
.listing-bibliographie-tranche{
	font-family: 'helveticaregular';
	color: gray;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 22px;
	border-bottom: 1px solid silver;
	margin-top: 40px;
	padding-bottom: 4px;
}
#listing-bibliographie h2{
	clear: none;
	float: left;
	padding-left: 15px;
	color: #333;
	font-weight: bold;
	max-width: 580px;
	line-height: 22px;	
}
#listing-bibliographie h2:before{
    content: '■';
    color: silver;
    position: absolute;
    left: 0;
    margin-top: -2px;
}
#listing-bibliographie h2 a{
	color: #333;
}
#listing-bibliographie h2 a:hover{
	color: #000;
}
.listing-bibliographie-type{
	float: left;
	font-family: 'Helvetica65Lt';
	font-size: 10px;
	margin-left:10px;
	padding-top-: 5px;
}
.listing-bibliographie-auteur{
	clear: both;
}
.accueil-sidebar-entry-doctype{
	font-family:'Helvetica75Bd';
	text-transform: uppercase;
	color: #cfcfcf;
	font-size: 11px;
	margin:2px 0 6px 0;
}
.listing-bibliographie-type,
.listing-bibliographie-auteur,
.listing-bibliographie-editeur,
.listing-bibliographie-theexcerpt,
.listing-bibliographie-isbn,
.listing-bibliographie-reference {
	color: #333;
    font-family: "helveticaregular";
	line-height: 18px;
}
.listing-bibliographie-isbn,
.listing-bibliographie-reference {
	color: #999;
	margin: 0 25px 0 0;
	font-size: 11px;
	float:left;
}
.listing-bibliographie-auteur {
	color:#999;
}
.listing-bibliographie-theexcerpt {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}
/*
********** liste des oeuvres *****************
*/
#listing-oeuvres-titre , #vernissage-titre{
    /*color: silver;
    font-family: "helveticaregular";
    font-size: 14px;
	margin: 20px 0 20px 0;*/
	color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
	font-family: "helveticaregular";
}
.listing-oeuvres-sous-titre, 
.vernissage-sous-titre,
.listing-actu-sous-titre{
	color: gray;
	line-height: 18px;
	font-size: 18px;
	margin: 10px 0 10px 0;
}
#listing-oeuvres h2 a, #listing-oeuvres h2 a:visited{
	color: #333;
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
}
#listing-oeuvres h2 a:hover{
	color: #000;
}
.picto-liste-oeuvre{
	color: silver;
	font-size: 12px;
}
.listing-oeuvres-sous-titre-oeuvre, .listing-oeuvres-sous-titre-oeuvre a, .listing-oeuvres-sous-titre-oeuvre a:visited{
    color: #999;
    font-family: "helveticaregular";
    font-size: 12px;
    line-height: 14px;
	margin: 0 0 10px 15px;
}
#oeuvre-content{
    color: #333;
    font-family: "helveticaregular";
    font-size: 14px;
    line-height: 20px;
}
#oeuvre-content div{
	margin-bottom: 5px;
}
#oeuvre-mouvement{
	margin: 20px 0 20px 0;
	font-size: 9px;
}
#oeuvre-visuels-alternatifs{
	margin-bottom: 10px;
}
/*
*********** liste oeuvres sidebar*******************
*/
#liste-oeuvre-sidebar-title, #liste-oeuvre-sidebar-title2{
	font-family:'Helvetica25UltLt';
	font-size: 42px;
	line-height:42px;
	color: #d2d2d2;
	text-transform: uppercase;
	border-bottom: 1px silver solid;
}
#liste-oeuvre-sidebar-title2{
	margin-top: 50px;
}
.link-page{
	color: black;
}
.liste-oeuvres-sidebar-entry{
	border-bottom: 1px silver solid;
	padding-top: 20px;
	padding-bottom: 10px;
}
.liste-oeuvres-sidebar-entry{
	border-bottom: 1px silver solid;
	padding-top: 20px;
	padding-bottom: 10px;
}
.liste-oeuvres-sidebar-entry-link, .liste-oeuvres-sidebar-etaussi-link{
	text-align: right;
	font-size: 10px;
}
.liste-oeuvres-sidebar-entry-link a, .liste-oeuvres-sidebar-entry-link a:visited{
	color: gray;
}
.liste-oeuvres-sidebar-etaussi-link a, .liste-oeuvres-sidebar-etaussi-link a:visited{
	color: gray;
}
.liste-oeuvres-sidebar-etaussi-lieu{
	font-family: 'Helvetica77BdCn';
	text-transform: uppercase;
	color: silver;
	font-size: 14px;
}
.liste-oeuvres-sidebar-etaussi-title a, .liste-oeuvres-sidebar-etaussi-title a:visited, .titre-sidebar a, .titre-sidebar a:visited {
	font-family: 'Helvetica77BdCn';
	color: black;
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}
.current-page {
	color: silver !important ;
}
.liste-oeuvres-sidebar-etaussi-excerpt{
	font-family: 'Helvetica55Lt';
	font-size: 12px;
	line-height: 16px;
	color: gray;
	margin-top: 10px;
}
.liste-oeuvres-sidebar-etaussi-excerpt-date{
}
/*
*********** Single oeuvre*******************
*/
#button-backlink{
    margin-bottom: 10px;
    font-size: 20px;
	display: none;
}
#single-oeuvre-ref{
    margin-bottom: 10px;
}
#single-oeuvre-signature,
#single-oeuvre-refautre,
#single-oeuvre-notes {
    clear: both;
}
#oeuvre-content #single-oeuvre-ref,
#oeuvre-content #single-oeuvre-signature,
#oeuvre-content #single-oeuvre-refautre,
#oeuvre-content #single-oeuvre-notes,
#oeuvre-content #single-oeuvre-collection,
#oeuvre-content #single-oeuvre-mouvement {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 4px;
}
#oeuvre-visuels-alternatifs #title-alternative-visual{
	width: 100px;
	background-color: #f2f2f3;
    border-radius: 3px;
    color: #666;
    font-family: "helveticaregular";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin: 20px 0 15px;
    padding: 3px;
    text-transform: uppercase;
}
#oeuvre-visuels-alternatifs a{
    float:left;
    margin-right: 10px;
}
.single-oeuvre .listing-actu-thumb img{
    width:auto;
}
/*
*********** Single oeuvre sidebar*******************
*/
.oeuvre-sidebar-entry-title a, .oeuvre-sidebar-entry-title a:visited{
	color: black;
	line-height: 10px;
}
.oeuvre-sidebar-pre-title{
	font-family:'Helvetica77BdCn';
	color: black;
	font-size: 18px; 
}
/*
*********** Single document*******************
*/
.document-detail{
    font-family: "helveticaregular";
	color: #333;
    margin-bottom: 8px;
}
#document-auteur {
	margin-top: 30px;
	font-size: 14px;
}
#document-editeur {
	margin-top: 5px;
	font-size: 14px;
}
#document-lien-externe {
	font-size: 14px;
}
#document-isbn {
	color: #999;
	margin-top: 20px;
	font-size: 12px;
}
/*
*********** template biographie*******************
*/
.biographie_content{
	margin:0 !important;
	font-size: 12px;
}
.biographie_content h1{
    font-family: "helveticaregular";
    color: #000;
    font-size: 36px;
    /*font-weight: bold;*/
    line-height: 48px;
	margin:15px 0;
}
#menu_bibliogrphie{
	margin:10px 0 0 0;
}
#menu_bibliogrphie:after{
	content: "";
	display: block;
	clear:both;
}
.categorie_document{
	color: black;
	text-shadow: 1px 1px 1px #A63F00;
	background_: #A63F00;
	text-transform: uppercase;
	font-size: 8px;
	float: left;
	margin-right: 5px;
}
/*
*********** template museographie*******************
*/
.museographie_content{
	margin:0 !important;
	font-size: 12px;
}
.museographie_content h1{
    font-family: "helveticaregular";
    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
	margin:15px 0;
}
/*.country_link {
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "helveticaregular";
	color: #333;	
	font-weight: bold;
}*/
#listing-pays {
	margin-top:30px;
	display:inline-block;
	-webkit-columns: 3 190px;
	-moz-columns: 3 190px;
	columns: 3 190px;
}
.country_link {
	margin:0 15px 12px;
	font-size: 16px;
	font-family: "helveticaregular";
	color: #333;	
	font-weight: bold;
}
.country_link a{
	color: #333;
}
.country_link a:hover{
	color: #000;
}
.country-expo h2{
	font-family:'Helvetica75Bd';
	color: gray;
	font-size: 18px;
}
.country-expo{
	margin-top:20px;
}
.country-lieux{
    border-top: 1px dotted #dbdbdb;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 10px;
}
.country-lieux a {
    color:#373737;
}
.country-lieux a:hover {
    color:#000;
}
.country-expo li{
	text-decoration: none;
	margin-top: 10px;
}
li.country-oeuvre{
    margin:0 0 10px 20px;
	list-style: outside none square;
	color: silver;
}
.country-oeuvre-title {
	line-height:22px;
}
.country-oeuvre-title a{
	color:#333;
}
.country-oeuvre-title a:hover{
	color:#000;
}
.country-oeuvre-desc{
	color:#999;
	line-height:18px;
}
.museographie-sidebar-entry{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	padding-top: 1px;
	margin-bottom: 5px;
}
#museographie-listing-pays .country_link a{
	text-transform: uppercase;
	font-family: 'Helvetica75Bd';
	font-size: 11px;
}
/*
********** template exposition ******************
*/
.content_expositions{
	margin:0 !important;
}
.content_expositions h1{
    font-family: "helveticaregular";
    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
	margin:15px 0 0;
}
.listing-exposition h2{
	font-family: 'helveticaregular';
	font-size: 24px;
	color: gray;
	margin-bottom: 10px;
	padding-top: 20px;
	margin-left: -15px;
	border-bottom: 1px solid silver;
}
.listing-exposition ul{
	color: silver;
}
.listing-exposition li{
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.listing-exposition li a{
	font-weight: bold;
	color: #333;
	line-height: 18px;
}
.listing-exposition li span{
	font-weight: bold;
	color: #999;
	line-height: 18px;
}
.listing-exposition li a:hover{
	color: #000;
}
/*
********** template actualités ******************
*/
.content_toutes_actu{
	margin:0 40px 0 40px !important;
}
#toutes_actu_col1{
	width: 48%;
	float: left;
}
#toutes_actu_col2{
	width: 48%;
	float: right;
}
.row-entry {
	clear:both;
}
.toutes_actu_entry{
	border-top: 1px #cfcfcf solid;
	float: left;
    width: 48%;
}
.row-entry .toutes_actu_entry:first-child{
    margin-right: 2%;
}
.row-entry .toutes_actu_entry:last-child{
    margin-left: 2%;
}
.toutes_actu_entry_date{
	float:right;
	font-size: 10px;
    color: gray;
	margin:2px 0 6px 0;
	width: 100%;
}
.single-post .toutes_actu_entry_date{
	float:left;
	font-size: 10px;
    color: gray;
	margin:0 0 20px 0;
}
.toutes_actu_entry .entry-content{
	margin:0;
	padding: 0;
	width:100%;
	font-family: 'Helvetica55Lt';
	color: #333;
	font-size: 13px;
	line-height: 18px
}
.toutes_actu_entry h2 a{
	font-family: 'Helvetica77BdCn';
	color: black;
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}
.toutes_actu_entry_cat{
	float:left;
	font-family:'Helvetica75Bd';
	text-transform: uppercase;
	color: #cfcfcf;
	font-size: 11px;
	margin:2px 0 6px 0;
}
/*
********** footer ******************
*/
/* Modification de l'affichage du plugin RS */ 
.ssbp-container {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 0 10px 22px;
}
#footer{
	font-family: 'Helvetica55Lt';
	min-height: 100px;
	width: 100%;
	clear: both;
	background-color: #5f5f5f;
	color: white;
	font-size: 10px; 
	float: left;
}
#footer-slogan{
	margin-top: 5px;
}
#footer-slogan, #footer-credits{
	margin: 0 40px;
}
#footer-credits{
	float: left;
}
#footer-credits a, #footer-credits a:visited{
	color: white;
	border-bottom: 2px solid gray;
}
#footer-lien-contact{
	float: right;
	margin-right: 20px;
}
#footer-lien-contact a, #footer-lien-contact a:visited{
	color: white;
}
#footer-rs{
	float: right;
	margin-right: 40px;
	margin-top: -9px;
}
#footer-rs a, #footer-rs a:visited{
	color: white;
}
/*
********** Ajout Thomas ******************
*/
blockquote {
	margin: 0;
	padding: 10px 0 10px 48px;
	background:url('images/blockquote.png') 0 15px no-repeat;
}
#content img {
	border:none;
	padding:0;
	max-width: 100%;
}
.wp-caption .wp-caption-text::before, .wp-caption-text{
    color: gray;
    font-family: 'Helvetica55Lt';
    font-size: 10px;
    font-style: italic;
    margin:0;
    text-align: center;
    content: "";
    position: relative;
    padding:0;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    max-width: auto;
}
.wp-caption {
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.wp-caption .wp-caption-text, .gallery-caption {
    color: #666;
    font-family: 'Helvetica55Lt';
    font-size: 10px;
    font-style: italic;
	padding: 3px 2px 20px 0;
    text-align: left;
}

/* Page résultats de recherche */
.search #main {
    overflow: hidden;
}
.search #primary {
    background-color: white;
    margin-left: 42px;
    width: 600px;
}
.search h1.entry-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom:0;
    padding-top: 0;
}
.search h1.entry-title a {
    color: #333;
}
.search h1.entry-title a:hover {
    color: #000;
}
.search .entry-summary {
    padding: 0;
}
.search .entry-summary p {
	color: gray;
	margin: 5px 0;
}
.search .entry-summary a {
    clear: both;
    color: #333;
    display: block;
	float: right;
	padding-top: 30px;
}
.search .entry-summary a:hover {
    color: #000;
}
.search  .hentry{
    border-bottom: 1px dotted #ddd;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
}
/* Page 404*/
.error404 h1.entry-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 0;
    padding-top: 0;
}
.error404 #main #searchform {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background:none;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: 1px 0;
    margin: 2em 0;
    overflow: hidden;
    padding: 1.625em 0;
}
.error404 #main #s {
    width: 85%;
}
.error404 .entry-title {
    padding-right: 0;
}
.hentry, .no-results {
    margin: 0;
}
/* Styles pour l'éditeur */
.technique {
	color: #999;
    font-family: "helveticaregular";
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0;
    padding: 0.75em 0;
}
.sous-titre-capital {
    color: #666;
    font-family: "helveticaregular";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    margin: 0 0 2.0em;
    text-transform: uppercase;
}
.sous-titre-capital-fond {
    color: #666;
    font-family: "helveticaregular";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    margin: 0 0 2.0em;
    text-transform: uppercase;
	background-color: #f2f2f3;
    border-radius: 3px;
	padding:3px;
}
.intertitre {
    color: #333;
    display: block;
    font-family: "Helvetica77BdCn";
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
	margin-bottom: 15px;
}
#content .filet-gris img {
	border: 1px solid silver;
	padding: 5px;
}
/* Galerie */
#primary div[id*="gallery-"] img.attachment-thumbnail,
#primary div[id*="gallery-"] img.attachment-medium/*,
#primary div[id*="gallery-"] .gallery-item*/ {
	text-align: left !important;
    border: none;
}
img[class*="align"], 
img[class*="wp-image-"], 
#content .gallery .gallery-icon img {
    border: none;
}
.gallery .gallery-item {
	text-align: left !important;
	box-sizing: border-box;
	padding: 0 2% 2% 0;
	margin: 0;
}
/* Titre pour ne pas hériter de twenty */
.singular .entry-title {
    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
}

/* Mise en page pour Associated post */
.page .associated-post h2.post-title {
    border-top: 1px solid silver;
    font-family: "helveticaregular";
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    padding-top: 20px;
}
.page .associated-post h2.post-title a {
    color: #333;
}
.page .associated-post h2.post-title a:hover {
    color: #000;
}

@media (max-width: 960px){
	#search-box-form {
		position: initial;
	}
	#header-underline {
		padding-top: 5px;
	}
	#accueil-sidebar-title {
		font-size: 33px;
	}
	.page #gallery-1 .gallery-item {
	}
}
@media (max-width: 800px){
	#branding hgroup {
		margin: 0 0 2% 7.6%;
	}
	#accueil-sidebar-title {
		font-size: 42px;
	}
	#access .menu-main-menu-container {
		margin: 0 0 2% 10%;
	}
	#menu-main-menu li {
		float: none;
		margin: 0;
	}
	#menu-main-menu li a {
		line-height: 1.6em;
	}
	#branding #s {
		margin: 0 0 0 6.7%;
		float: left;
	}
	#primary,
	.singular #primary {
		width: 100%;
		margin: 0 0 40px;
	}
	body.home #content-primary-secondary{
		padding-left: 0;
	}
	body:not(.home) #content-primary-secondary{
		padding: 0 40px;
	}
	.accueil-sidebar {
		border: none;
		padding:0;
	}
	body:not(.home) #main #secondary {
		margin: 0;
	}
	.toutes_actu_entry{
		width: 100%;
	}
	.row-entry .toutes_actu_entry:first-child,
	.row-entry .toutes_actu_entry:last-child {
		margin:0;
	}
	#footer #footer-credits {
		margin-bottom: 25px;
	}
	#footer #footer-rs {
		margin-bottom: 10px;
	}
}