﻿/*
Theme Name: Twenty Thirteen
Theme URI: http://www.mon-journal.info
Author: Agence Simtic
Author URI: http://www.simtic.com
Description: Le theme MonJournl 2013 a été créé pour la plateforme de journal numérique Mon-journal.info, Valeur du Sud et Simtic
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: journal, bleu
Text Domain: MonJournal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.printer{visibility: hidden!Important;}

@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
@font-face{ 
	font-family:"OpenSans"; 
	src: 
	url('fonts/Open_Sans/opensans.eot?#iefix') format('embedded-opentype'), 
	url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); } 

@font-face {
    font-family: "Impact";
    src: 
	url('fonts/Impact/Impact.eot?#iefix') format('embedded-opentype'),
	url(fonts/Impact/impact.ttf) format('truetype');
}
@font-face {
    font-family: "OpenSans";
	font-style:normal;
    src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "OpenSans";
    font-style:italic;
    src: url(fonts/Open_Sans/OpenSans-Italic.ttf);
}
@font-face {
    font-family: "OpenSans";
    font-weight: bold;
    src: url(fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: "OpenSans";
    font-weight: 100;
    src: url(fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}

.clearer {
	clear:both;
	height:0;
	
}

/*------- couleurs ---
bleu foncé de titres : #f64829
bleu moins foncé de fond : #5e7dbe
blanc de fond : #fcfcfc
gris de fond page : #eae9e9
gris de fond edito : #eae9e9
gris de fond mis en avant : #eae9e9
rouge : #bb0406;

------- Fin couleurs ---*/

html {
	font-size: 87.5%; /*défaut 16px passe à 14px */
	font-family:OpenSans;
	overflow-y: scroll;
	-webkit-text-size-adjust: 87.5%;
	-ms-text-size-adjust: 87.5%;
  margin:0;
  padding:0;
}
body {
  margin:0;
  padding:0;
  background-color:#fcfcfc;
}
.clearer {
	clear:both;
	height:0;
}
div {
  margin:0;
  padding:0;
}
p {
 margin:4px 0 4px 0;
 margin:0.2857142857142857rem 0 0.2857142857142857rem 0;
 padding-bottom: 10px;
 line-height: 18px;
}
img {
	border:none;
}

#page {
 background-color:#eae9e9;
}



/*---------------------------- HEADER */
.site-header {
  position:relative;
  background-color:#fcfcfc;  
  padding:0 20px 5px;
  position:relative;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  text-align:left;
  border-top: solid 4px #000;
  
}

header {
	position:relative;
}
div.home-link {
  background-color:#eae9e9;
  padding-left:30px;
}
.home-link a {
	text-decoration:none;
}
.site-title {
padding-top: 20px;
margin: 0;
line-height:10px;

}
.site-description {
color: #000;
font-family: arial;
display: block;
font-size: 18px;
font-weight: normal;
margin: 0;
border-top: 2px solid #f64829;
margin-top: 5px;
width: 160px;
text-align: right;
float: left;
line-height: 16px;
padding-top: 5px;
}
.site-description span {
	color: #fff;
	background-color: #f64829;
	padding: 0 10px;
}
.sousheader {
background-color: #eae9e9;
}
.inscription {
	position:absolute;
	top:0;
	left:75%;
}
#breadcrumbs {
text-align: left;
font-size: 12px;
}
/*---------------------------- top Navigation */
	.navbar {padding: 0 30px;
background-color: #eae9e9;
margin-bottom: 10px;
width: 250px;
display: block;
float: left;}
		.navigation{}
			.menu-toggle { display: none; }
			.screen-reader-text.skip-link { display: none; }
			.nav-menu { font-size: 14px; padding: 6px 0 10px; text-transform: uppercase; margin: 0;}
				.nav-menu a { color:#2a2a2a; text-decoration:none; }
				.nav-menu a:hover { text-decoration:underline;}
				.nav-menu ul {padding:0 0 18px; list-style:none;}
				.menu-item {display: inline; padding: 0 0px; }
					li.menu-item:after { content:', '; color:#2a2a2a;}
					li.menu-item:last-child:after { content:'';}
			.search-form{display:none;}
				label {}
					.screen-reader-text { display: none; }
				.search-field {border: thin solid #958176; background:#fff url('images/loupe.png') no-repeat; padding-left:30px; font-size:12px; line-height:20px; color:#000; font-weight:bold;}
				.search-submit{display: none;}
	.edition {background-color:#000; color:#fff; padding:0 20px;}
.screen-reader-text.skip-link{
	display:none;
}
li.current-menu-item, li.current-menu-item  a {
	color: #fff;
	background-color: #000;
	padding: 0 5px;
}
li.current-menu-item:after {content:"";}

/*---------------------------- Publicité */
.pub-728-90  {
	float:left;
	width:728px;
	height:90px;
	margin-right:0;
}


/*---------------------------- Form de recherche */
.search-div{
	float:right;
	background-color:#eae9e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width:215px;
	padding:15px 20px;
}
.search-form {
}
/*.screen-reader-text { color:#f64829; display:block; margin-top:5px; font-weight:bold;}*/
.search-form .screen-reader-text{ display:none; }
label{
}
label span{
}
.search-form .search-field{
	background:#fff url(images/loupe.png) right no-repeat;
	height:26px;
	vertical-align:middle;
	width:178px;
}
/*
.archive-form .search-field{
	height:26px;
	vertical-align: 10px;
	width:40px;
}
*/
.search-submit{
	display:none;
}

.weekly_archives_select{
  position: relative;
}
.weekly_archives_select span.label{
  display: block;
  font-size: 13px;
  text-align: left;
  background-image: url(images/calendar.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 16px;
}

.weekly_archives_select ul{
  display: none;
  position: absolute;
  right: -20px;
  top: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  list-style-type: none;
  border-radius: 5px;
  box-shadow: 0 0 5px #c0c0c0;
  max-height: 500px;
  overflow: auto;
}
.weekly_archives_select ul li a{
  display: block;
  text-align: center;
  white-space: nowrap;
  padding: 3px 10px;
  color:#f64829;
  text-decoration: none;
}
.weekly_archives_select ul li a:hover{
  text-decoration: underline;
}

/*---------------------------- Principal MAIN */

.site-main{
  background-color:#fcfcfc;  
  padding:0 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top:20px;
  padding-bottom:20px;
}
/*.site-main>div {
display:inline-table;
vertical-align:top;
}*/
.site-main .widget-area { float: left; width:300px; }
.content-area { width:68.3%; float:left;}

.chapo {
	font-size: 14px;
	padding: 5px 0 20px;
	color:#000;
	font-family:"Open Sans";
}

.chapo p {

}

.site-content {
  background-color:#fcfcfc;  
	padding-right:20px;
	text-align:justify;
}
.site-content  article {
	/*border-bottom:thin solid #c4c6c7;*/
	margin-bottom:15px;
	color:#484e50;
	padding-bottom: 15px;
	/*background-color: #e5e1df;*/
	background-color:#ede9e7;
}
.entry-title, .page .entry-title.accueil {
	padding: 0;
	margin: 0;
	margin-top:5px;
	margin-bottom:2px;
	text-align: left;
	color:#000;
	font-family:"Times New Roman";
	display: block;
}
.page .entry-title{
padding: 0 10px 2px;
color: #fff;
display: inline;
margin: 20px;
font-family: Open Sans;
font-weight: normal;
font-size: 18px;
}
.single .entry-title{
padding-top: 15px;
padding-bottom: 7px;
font-size: 26px;
margin: 0;
line-height: 24px;
}
	article.post .entry-thumbnail { float:left;}
	article.post.sticky .entry-thumbnail { float: none; }
		article.post .entry-thumbnail img {border:0; float: left; }
	.entry-container{ float: left; /*width: 495px;*/ padding: 0 20px;}
	.entry-content { padding: 0 10px;}
					.entry-content {padding: 0 20px;}
					.entry-content .chapo{ line-height: 18px;}
					.entry-content .contenu{ display:none;}
					#suite { text-align:right;}
					#suite a { color: #fff; background-color: #f64829; text-decoration: none; padding: 2px 10px; font-size: 13px;}
.site-content.single .entry-thumbnail img {
	float:left;
	width:300px;
	height:auto;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:15px;
}
.sticky {
	background-color:#eae9e9;
	/*padding:10px 13px 10px 20px;*/

}
.alignleft {
float: left;
margin-right: 15px;
}
.alignright {
float: right;
margin-left: 15px;
}
.alignnone {
display:block;
text-align:center;
} 
.entry-title a {
	color:#000;
	text-decoration:none;
	font-size:18px;
	/*font-size:0.875rem;*/
	font-weight:bold;
}
.sticky .entry-title a {color:#fff; font-size : 22px;}
h2.entry-sur-title {background-color:#323232; color:#fff; text-transform:uppercase; font-size:14px; font-weight:normal; float: left; padding:0 10px; margin: 0;}
.entry-sur-title a { color: #fff; text-decoration: none; }
.sticky h2.entry-sur-title {background-color:#f64829;}

.sticky .entry-thumbnail img {
	width:100%;
	height:auto;
/*	float:right;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:0;*/
}
.more-link {
display: none;
}
.entry-meta a{
	color:#f64829;
	font-size:11.05px;
	font-size:0.7892857142857143rem;
}
.entry-header .entry-meta, .entry-header .entry-meta a{
	color:#484e50;
	font-size:0.7892857142857143rem;
	text-decoration:none;
	padding-bottom: 3px;
}
.site-content.single .entry-header .entry-meta, .site-content.single .entry-header .entry-meta a {
	/*font-size:1.1rem;
	margin-bottom:10px;*/
	font-size:12px;
}

.tags-links:before {
content: " - ";
}


.sidebar-container {
	max-width: 300px;
}
.widget {
	padding:0 0 10px 0;
	background-color:#f3f3f3;
	width:100%;
	margin-top: 10px;
}
.widget-title {
	background-color:#9c958f;
	text-transform:uppercase;
	color:#fff;
	padding:3px 15px;
	margin: 0;
}

.widget-content {
	padding:3px 15px;
	margin: 0;
}
.editiondujour {padding: 3px 5px 0 0;}
.editiondujour img {float:left; margin-right:5px;}

.widget-content a, .widget a {
	text-decoration:none;
	text-align: left;
	color:#484e50;
}
.widget-content a:hover, .widget a:hover {
	text-decoration:underline;
}
h4.widget-content a {
	color: #000;
	text-decoration: none;
}

.featured-post {
display: none;
}

.nav-links {
	position:relative;
	height: 30px;
	width: 100%;
}
.nav-previous, .nav-next {
position: absolute;
text-transform: uppercase;
font-family: Open Sans;
font-size: 14px;
padding: 0 10px;
line-height: 20px;
}
.nav-links a{
	color:#fff;
	text-decoration:none;
}

.nav-previous {
	left:0;
	background:#9c958f url(images/previous.png) 0 0 no-repeat;
	padding-left: 28px;
}
.nav-next {
	right:0;
	background:#9c958f url(images/next.png) 100% 0 no-repeat;
	padding-right: 28px;
}

.form-allowed-tags {
display: none;
}

.comments-area {
}
.required{
	color:#bb0406;
}
.comments-area h3 {
	color:#888;
}
.comment-notes {
margin-bottom: 20px;
font-size: small;
}
.comment-form {
	border:solid thin #d6d6d6;
	background-color:#f0f0f0;
	padding:10px 20px;
}
.comment-form label {
	float: left;
	display: block;
}
#author {
margin-left: 130px;
}
#email {
margin-left: 34px;
}
#url {
margin-left: 117px;
}
.comment-form-comment textarea {
	width:90%;
}

.comments-title, .says{
	display: none;
}
.comment-list {
	list-style: none;
	padding: 0;
}
.comment-meta, .comment-content {
color: #000;
}
li.comment {
background: #f0f0f0;
padding: 10px;
}
.children {
	list-style: none;
}
.comment-author.vcard {
	float: left;
	padding-right:30px;
}
.fn {
	display: block;
	width: 100%;
	max-width:80px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.fn a{
	text-decoration:none;
	color:#f64829;
}
.comment-metadata a {
color: #868686;
font-size: 12px;
text-decoration: none;
}
.comment-reply-link {
color: #2a2a2a;
text-decoration: none;
font-size: 16px;
}
/*---------------------------- ACCUEIL */

/*---------------------------- FOOTER */
.partenaires{
	background-color: #fff;
	margin: 20px 0;
	width: 100%;
	border: solid thin #d0d0d0;
}
.partenaires h4 {
background: #2a2a2a;
margin: 0;
color: #fff;
text-transform: uppercase;
width: 180px;
text-align: center;
line-height: 30px;
}

footer.entry-meta {
	background:none;
}

footer.site-footer {
  position:relative;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  background-color:#2a2a2a;
  padding:0;
}
.site-footer .site-title {
line-height: 28px;
margin:0;
padding: 15px 0 0;
}
.site-footer .site-description {
color: #999;
font-size: 14px;
margin: 0;
padding: 5px;
line-height: 16px;
margin-bottom: 20px;
}
footer .home-link {
background: none;
text-decoration:none;
display: block;
text-align: left;
margin-left: 20px;
}
footer .home-link  a{
text-decoration:none;
}

.site-footer p{
margin: 0;
padding: 30px 0 0;
color: #fff;
text-align: center;
font-size: 12px;
float: left;
}
.site-footer p a{color:#f64829;}
.site-footer .home a{
	margin:0;
	color:#f64829;
	font-size:18px;
	font-size:1.285714285714286rem;
	font-weight:bold;
}



.site-info {
  position:absolute;
  bottom:0;
  right:0;
  padding:0 50px 0 7px; 
  background:#444 url('images/simtic.png') 98% 0 no-repeat;
}
.site-info, .site-info a {
color:#fff;
  font-size:12px;
  font-size:0.8571428571428571rem;
  font-family:"Arial";
  line-height:23px;
  text-decoration:none;
}
.site-info a:hover {
  text-decoration:underline;
}
footer .widget {
	display:block;
	float:right;
	width:540px;
	margin: 0;
padding: 10px 0;
padding-right: 50px;
}
footer .widget .widget-title {
	font-family:"Times New Roman",Georgia,Serif;
	background:none;
	text-transform:none;
	font-size: 24px;
	padding:0;
	margin:0;
}
footer .widget .widget-title:before {
	content:none;
}
footer .widget ul{
	list-style:none;
	padding:0;
}


.widget_nav_menu {background-color:#2a2a2a; padding:10px; margin:5px 0;}
				.widget_nav_menu h3 {color:#f64829; margin: 0; padding-bottom: 10px;}
				.widget_nav_menu ul {padding:0; list-style:none;}
					.cat-item { display: inline; padding-right: 7px;}
					.widget_nav_menu a {background:#616060; text-transform:uppercase; color:#fff; padding:0 0 0 5px;}
					.widget_nav_menu a:after {content:'+'; background-color:#f64829; padding:0 5px; margin:0 0 0 5px; font-weight:bold;}
					.widget_nav_menu a:hover:after{background-color:#fff; color:#000;}


@media (max-width: 930px) {

