/*
Theme Name: nouveleconomiste-v6
Author: Le nouvel Economiste
Description: thème du nouvel Eco basé sur Twenty Sixteen
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: nouveleconomiste-v6
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.2b - Mes styles
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries Supprimé
 * 13.0 - Multisite Supprimé
 * 14.0 - Media Queries
 *    14.1 - >= 710px à suppr?
 *    14.2 - >= 783px à suppr?
 *    14.3 - >= 910px col centre (2 col) sidebar en bas
 *    14.4 - >= 985px à suppr?
 *    14.5 - >= 1200px col centre (2col) + col droite
 * 15.0 - Print
 */
 
 /*
 Ligne environ 6700 --> MEDIA QUERY 550 PX max
 Ligne environ 6270 --> M O B I L E  ou TABLET <  1200 PX (en réalité 1199)
 */
 
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

	/* justifier le texte des articles
	p {
    text-align: justify;
    text-justify: inter-word;
	}
	 */
 
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

article{
font-family:georgia, serif;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

body a:focus, body input[type="submit"]:focus {
    outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}



select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #990000;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 1.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: arial, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-size: 1.3em;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #3B3B3B;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #3B3B3B;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #fff1e5;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff1e5;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: none;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #3B3B3B;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	/*text-transform: uppercase;*/
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #990000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
/* input[type="text"], */
input[type="email"],
input[type="url"],
/* input[type="password"], */
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff1e5;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #990000;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	background-color:#FAD6BE;
	color:#990000;
}

input[type="search"].search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #990000;
}
input[type="search"].search-field::-moz-placeholder { /* Firefox 19+ */
  color: #990000;
}
input[type="search"].search-field:-ms-input-placeholder { /* IE 10+ */
  color: #990000;
}
input[type="search"].search-field:-moz-placeholder { /* Firefox 18- */
  color: #990000;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	background:#3b3b3b url('img/loupe.png') no-repeat center;
	background-size: 75%;
    /* -webkit-filter: brightness(300%); /* Safari 6.0 - 9.0 */
 	/* filter: brightness(300%);*/
}
.search-submit:hover {

	background:#990000 url('img/loupe.png') no-repeat center;
		 background-size: 75%;
	}
/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #990000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.post-navigation {
	border-top: 4px solid #3B3B3B;
	border-bottom: 4px solid #3B3B3B;
	clear: both;
	font-family: Arial, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #3B3B3B;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #990000;
}

.post-navigation div + div {
	border-top: 4px solid #3b3b3b;
}

.pagination {
	border-top: 4px solid #3b3b3b;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #3b3b3b;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #3B3B3B;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #3B3B3B;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #990000;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

/* modifs suite suppression des genericons fleche arrow librairie */
a.prev.page-numbers svg{
	transform: rotate(180deg);
}

.page-numbers svg
{
	margin:15px;
	fill: white;
}
/* fin */

.pagination .next {
	right: 0;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: Arial, "Helvetica Neue", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
/*	letter-spacing: 0.046875em; */
	line-height: 1.3125;
	margin: 0 0 1.75em;
	/*text-transform: uppercase;*/
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #3B3B3B;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #990000;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #990000;
	color: #990000;
	outline: 0;
}

/* widget sarbacane */
.widget_meta form {
	background-color: #fad6be;
	padding: 10px;
}
.widget_meta p {
	margin: 0 !important;
}
.widget_meta>p{
	background-color: #fad6be;
	padding: 10px 10px 0 10px;
	line-height: 16px;
	font: normal 14px Georgia;
	color: #3b3b3b;
}
.widget_meta form p {
	margin-bottom: 10px !important;
}
.widget_meta input[type="submit"]{
	background-color: #990000;
	font-weight: normal;
	font-size: 14px;
}
.widget_meta input[type="submit"]:hover{
	color: #fad6be;
}

/**
 * 11.0 - Content
 */

.site {
	/*background-color: #fff1e5;*/
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	background-color: #fff1e5; /* tmp test habillage*/
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	/*padding: 2.625em 7.6923%;*/
    background-color: #3b3b3b;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #3B3B3B;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #990000;
	color: #990000;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #3B3B3B;
	border-color: #3B3B3B;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

/* .entry-header, */
.entry-summary,
/* .entry-content, */
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Georgia, Arial, "Helvetica Neue", sans-serif;
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 1em;
	margin-top: 1em; /* ajout fred */
}

.entry-title a {
	color: #3B3B3B;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #990000;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*.entry-content h2,*/
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,.entry-header h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 300;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.entry-content a{
	text-decoration: underline;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	/*margin-top: 2.1538461538em;*/
  margin-top: 16px;
	/*margin-top: 0;*/
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #990000;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 *    11.2b - Mes styles
 */
/** css pavé pubs AdServer **/

.nveco-contenu + p {
   /* mes styles */
   margin-top: 20px;
}
.nveco-home-pave-1{
    border-top: 1px solid #fad6be;
    padding: 20px 0;
    border-bottom: 1px solid #fad6be;
    margin: 30px 0 20px 0;
}
/*interstitiel*/
div.advads-background {
    opacity: 0.9 !important;
}
.advads-layer{
	top:0 !important;
	margin-top: 50px !important;
	text-align: center !important;
	width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
    margin-bottom: 0 !important;
    bottom: auto !important;
    left: auto !important;
}
.advads-layer img{
	height: 100% !important;
	width: 100% !important;
	max-width: 800px !important;
	max-height: 600px !important;
	position: relative !important;
	text-align: center !important;
	padding: 0 25px;
}
.advads-layer span.advads-close-button{
	width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    z-index: 1 !important;
    top: auto !important;
    left: auto !important;
    border: 1px solid #efefef;
}
#hab {
    position: absolute;
    width: 100%;
}
#hab a{
	min-width: 1800px;
	width: 1800px;
	text-align: center;
}
/* mega ban */
#b_top
{
	text-align:center;
	/*margin:20px auto;*/
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header,.entry-header {
	margin: 0 10px 0;
	padding-top: 1.75em;
	padding-bottom:10px;
}

body.error404 .page-header {
	border-top: 0;
	padding-top: 0;
}

.error404 {
	width:100%;
}

.error404 ul {
	margin:0;
}

div.entry-content-404 ul li a{
	font-weight: bold;text-decoration:underline;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Arial, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #3B3B3B;
	border-color: #3B3B3B;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #990000;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #3B3B3B;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #990000;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Arial, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}



/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	/*color: #686868;*/
	color: #000;
	font-size: 13px;
	font-size: 0.8125rem;
	/*font-style: italic;*/
	/*line-height: 1.6153846154;*/
	padding-top: 0.5384615385em;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.3 - >= 910px
 */

 /* pour aligner les pubs de la sidebar */
aside .nveco_tag{
	text-align:center;
}
 
 /* @media screen and (min-width: 56.875em) = 910px { */
 
 /* 81 em*/
@media screen and (min-width: 79em) {
	.site-content {
		padding: 0 4.5455%;
		min-height: 600px;
	}
	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
		max-width:826px;
	}
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar {
		float: left;
		margin-left: 870px;
		padding: 0;
		width: 300px;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}
	
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 75%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 1%;
		margin-left: 1%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}

/**
 * 14.5 - >= 1200px
 */
/*   anciennement 75em */
@media screen and (min-width: 79em) {

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.entry-title a,
	.comment-author {
		color: #3B3B3B !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #3B3B3B !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #990000 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #990000 !important; /* Make sure color schemes don't affect to print */
	}

	@page { margin: 8% }

	.site {
		/*margin: 5%;*/
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		/*padding: 0 0 1.75em;*/
	}

	.site-main {
		/*
		margin-bottom: 3.5em;
		margin-top: 3.5em;*/
	}
	#before-content{margin-top:0;}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
	#nve_cookie,#poool-widget{display:none !important;}
	#secondary,#secondary2,#scrollUp,#comments,#colophon{display:none;}
	.mise_en_avant{font-size: 10pt !important;width:80% !important;}
} /*fin print*/

/* perso nveco de toutes les pages wp */
/**** Box message Cookies  ****/
#nve_cookie{
    background: #fff;
    border: 1px dotted #999;
    font-size: 11px;
    height: auto; /**** height: 34px; ****/ 
    line-height: 14px;
    margin: 5px auto 0px; /****   margin: 5px auto ****/
    padding: 10px 5px 5px 20px;
    width:100%; /****  width: 975px; ****/
	z-index:999;
	
	text-align:center;
	position:fixed;
	bottom:5px;
}
#nve_cookie a{
	color: #990000;
	text-decoration: underline;
}
#nve_cookie a:hover{
	color:#000;
}
#nve_cookie span{
    background: #ccbfad;
    color: #000;
    display: block;
    float: right;
    height: 20px;
    padding: 3px 3px 20px;
    text-align: center;
    width: 60px;
	cursor:pointer;
}
#nve_cookie span:hover{
    background: #e5ded6;
}


/* Menu desktop*/
#alert_message_login
{
	padding:5px 10px;
}

#searchbox .searchbtn, #searchbox-mob .searchbtn{
	font: normal 12px/18px Arial, sans-serif;
}
.user_email2, .user_password2{
	color:#3b3b3b;
	font-family: Georgia, serif;
	font: 1em Arial, sans-serif;
	padding: 0px 5px;
}
.user_email2:focus, .user_password2:focus
{
	background-color:#FFF1E5;
}

#searchbox input.searchbtn
{
	letter-spacing:0;
}

.menu input[type="submit"]{
	border-radius:unset;
	padding:0;
	text-transform:none;
	font-weight:normal;
}
.menu input[type="text"],.menu input[type="password"]{
	border-radius:0px;
	padding: 4px;
}

.menu .user_password2::-moz-placeholder,.menu .user_email2::-moz-placeholder { /* Chrome/Opera/Safari */
  color: #A4A5A8;
  font: 300 12px Arial, sans-serif;
  padding-top:1px;
}
.menu .user_password2::-moz-placeholder,.menu .user_email2::-moz-placeholder  { /* Firefox 19+ */
	color: #A4A5A8;
    font: 300 12px Arial, sans-serif;
	padding-top:1px;
}
.menu .user_password2::-moz-placeholder,.menu .user_email2::-moz-placeholder { /* IE 10+ */
	color: #A4A5A8;
	font: 300 12px Arial, sans-serif;
	padding-top:1px;
}
.menu .user_password2::-moz-placeholder,.menu .user_email2::-moz-placeholder { /* Firefox 18- */
  color: #A4A5A8;
  font: 300 12px Arial, sans-serif;
  padding-top:1px;
}
#site-header-menu {
    text-align: center;
    width: 1200px;
    margin: auto;
}

.fleche:before{
	content:'';
   filter: grayscale(100%);
      transform: rotate(-90deg);
}

a.fleche:hover:before
{
   filter: grayscale(0%);
 transform: rotate(0deg);
       transition-duration: 0.5s;
}


 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.menu a, .menu a:hover, .menu a.active, .menu a:active, .menu a:visited, .menu a:focus{
	text-decoration:none;
}

.nvleco-menu{
	width: 1200px;
	list-style: none;
	position:relative;
	background: #3b3b3b;
	height: 70px;
	display: inline-block;
	text-align:left;
}
.nvleco-menu > li {	
	display: inline-block;
	float:left;
	/*margin: 0 0 0 25px;*/
	margin: 0 0 0 21px;
	padding: 0;
}
.nvleco-menu > li > a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	margin: 0 !important;
	padding: 0;
}
.nvleco-menu > li > a.active,
.nvleco-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	color:#fad6be;
}
.nvleco-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}

/* --------------- rubriques menu -------------------------*/
.rubriques-menu {
	left: 0;
	right: 0;
	display:none;
	padding: 5px 20px;
	width: 1050px;
	margin:auto;
	border-bottom:3px solid white;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

/*      -------------  plus DropDown ---------------  */
.plus{
	left:0;
	display:none;
	color:#fff1e5;
	background:#5b5a5a;
	padding-bottom:15px;
}

/*   ------------------------  identifiant dropdown  -------------------- */
.identifiant,#togglelogin{
	left:0;
	width:100%;
	display:none;
	color:#fff1e5;
	background:#5b5a5a;
	border-bottom:3px solid white;
	padding-top: 5px;
}
.identifiant,#togglelogin, #toggleid{
	padding-bottom:15px;
}
.identifiant h4,#togglelogin h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}

.rubriques-menu, #togglebienvenue{
	background-color: #5b5a5a;
}

#bienvenuedd{
	border-bottom: 3px solid white;
	background:#5b5a5a;
	z-index:99999;
	line-height:auto;
	padding:5px 0 0 10px;
	display:none;
}

#bienvenuedd a:hover{
color: #fad6be;
}

#bienvenuedd ul li a
{
color: #fff1e5;
line-height:auto;
}

/*  --------------------------  hover ----------------------------- */
.plus:hover,
.rubriques-menu:hover,
.drop-down-ul:hover,
.plus-drop-down >a:hover+.plus,
li.drop-down>a:hover +.drop-down-ul,
.rubriques-drop-down a:hover+.rubriques-menu{
	display:block;
	opacity:1;
}
.nvleco-menu > li > a{
	display:block;
 }
.rubriques-menu,  .identifiant, .plus, #bienvenuedd{
	position:absolute;
	z-index:9999;
}
.rubriques-menu ul li a,  .identifiant ul li a, .plus ul li a{
	color:#fff;
}

.logo {
    height: 70px;
    background-color: #FAD6BE;
    margin:0 !important;
}

ul .drop-down a , ul .simplelink a,ul .rubriques-drop-down a,ul .plus-drop-down a{
	display:block;
	height:70px;
	vertical-align:middle;
	line-height:70px;
	margin: 0 20px 0 20px;
}

.identifiant-drop-down a{
	display:block;
	height:70px;
	vertical-align:middle;
	line-height:70px;
	margin: 0 0 0 20px;
}

.rubriques-drop-down ul li a, .plus-drop-down ul li a, .identifiant-drop-down ul li a, .identifiant ul li a{
	height:20px;
	margin: 5px 5px 5px 10px;
 }
 
.rubriques-menu ul li a, .plus ul li a, .identifiant ul li a ,#bienvenuedd ul li a{
  line-height: 15px;
  font-size: 90%;
  display: block;
}

.images ul li a{
	margin-left:11px;
	height:20px;
}
.rubriques-drop-down ul li a:hover, .plus-drop-down ul li a:hover, .identifiant-drop-down ul li a:hover{
	color:#fad6be;
}

.identifiant-drop-down:hover .gen-user{
	filter: grayscale(0%);
}
 
a:active, a:focus{
	outline:0;
}
 
.left{
	border-left: 1px dashed #434242;
}

.left0{
	border-left:none;
}

.left, .left0 {
	float:left;
	width:200px;
	min-height: 250px;
}
.right{
	float:right;
	width:398px;
}

.center {
	display: inline-block;
	margin:0 auto;
	width:200px;
}


.left, .left0, .right, .center, .plus, .bienvenue, .identifiant{
	padding-left:5px;
}

.menutitle{
	height:20px;
	display:block;
	margin: 5px auto 20px 10px;
	color:#fff1e5;
	font-weight:700;
}

.plus{
	width:250px;
	left:400px;
	border-bottom:3px solid white;
}
.simplelink2 a{
	background:#990000;
/*	height:25px;
	width:75px;*/
	color:white;
	text-align:center;
	vertical-align:middle;
	/*padding:4px 0 0;*/
    height: auto !important;
    width: auto !important;
 	padding: 4px 10px !important;
    line-height: 25px;
    display: inline !important;
}
.simplelink2 .abonner:hover{
	color:#990000;
	background:#fff1e5;
}
.simplelink2{
	/*padding:23px 0 0 30px;*/
	height: 70px;
	line-height: 68px;
}

.loginForm input[type='submit'], #box_login input[type='submit'] {
	background:#990000;
	color:#fff1e5;
	font: 300 12px Arial, sans-serif;
	padding: 5px;
}

.loginForm input[type='submit']:hover{
	background:#fad6be;
	color:#990000;
	border-bottom: 3px solid #990000;
}

 #box_login input[type='submit']:hover{
	background:#fad6be;
	color:#990000;
	border: 1px solid #990000;
}

.menu input[type='text'], .menu input[type='password']{
	height:28px;
	border:none;
	border-bottom: 3px solid #990000;
	margin:auto;
	display:block;
	width:226px;
	background:#fff1e5;
}

.menu input[type='text']{
	margin-bottom:10px;
}

input[type='text']{
	margin:0px auto 10px;
}

.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #fff1e5;
	padding: 5px 20px 5px 20px;
	border:none;
	text-decoration: none;
	display:block;
	width:91%;
	margin:auto;
	cursor: pointer;
	line-height: normal;
	height:30px;
	font: 300 14px/18px Arial, sans-serif;
}

.submenutext
{
	top:12px;
	right:65px;
	position:relative;
	font-size:10px;
}

.identifiant, #bienvenuedd{
	left:730px;
	width:250px;
}

.loginForm label
{
	color:#fff1e5;
}

.loginForm{margin-top:15px;}
.loginForm a{
	height:15px;
	display: inline;
	line-height:15px;
	color:#fff1e5;
}

.lostpw{
	line-height:15px;
	height:15px;
    font-style: italic;
	display:block;
	width:100%;
	text-align:right;
	font-size:0.8em;
	margin-bottom:15px;
}

.lostpw a:hover{
	text-decoration:underline;
}

span.lostpw a{
	margin: 5px 15px 0 0;
	display: block;
}

::-webkit-input-placeholder {
  color: #3b3b3b;
}

::-moz-placeholder {
  color: #3b3b3b;
}
:-ms-input-placeholder {
  color: #3b3b3b;
}
:-moz-placeholder {
  color: #3b3b3b;
}

#savepw, #savepw-mob
{
	margin:5px 5px 10px 10px;
	clear:both;
}

#user_passwordd{
 clear:both;}

.noaccount{
	font-size:0.8em;
	margin:10px auto auto;
	width:90%;
}

.noaccount a{
	margin:0 0 0 5px;
	float:right;
}

.noaccount a:hover{
	text-decoration:underline;
}

.redline{
	border-bottom:2px solid #990000;
	width:60%;
	margin: 15px auto 20px;
}

input[type='search']{
	background-color:#5b5a5a;
	border:none;
	color:#fff1e5;
}
 
form.searchbox input.search{
	font-size:12px;
}

.searchbox{
	margin:0 auto;
	display:inline-block;
}

#searchbox .search_desk{
	background-position:10px 6px; 
	background-repeat:no-repeat;
	background-color:#fff;
	color:#000;
	width:150px;
	margin-top:1px;
	padding-left:35px;
	/*-webkit-transition: all 0.7s ease 0s;*/
	display:inline-block;
	border:1px solid #514f4f;
	outline: 0;
	font: 1em Arial, serif;
}

#searchbox .search_desk:focus, #searchbox:hover .search_desk{
    /*width: 185px;
    outline:0;*/
}
#searchbox .search_desk::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #968F8A;
	font: 300 13px Arial, sans-serif;
	line-height:20px;
}
#searchbox .search_desk::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	font: 300 13px Arial, sans-serif;
	line-height:20px;
}
#searchbox .search_desk:-ms-input-placeholder { /* IE 10+ */
  color: #968F8A;
  font: 300 13px Arial, sans-serif;
  line-height:20px;
}
#searchbox .search_desk:-moz-placeholder { /* Firefox 18- */
  color: #968F8A;
  font: 300 13px Arial, sans-serif;
  line-height:20px;
}

#searchbox .searchbtn, #searchbtn-mob{
	display:inline-block;
	background-color:#6b6b6b;
	border:none;
	color:#fff1e5;
	border:1px solid #514f4f;
	border-left:none;
	height:28px;
	cursor: pointer;
	outline: 0;
	width:33px;
	position: relative;
	bottom: 1px; 
}

#searchbox .searchbtn:hover/*, #searchbtn-mob:hover*/{
	/*display:inline-block;
	background-color:#6b6b6b;
	border:none;
	color:#fff1e5;
	border:1px solid #514f4f;
	border-left:none;
	height:28px;
	cursor: pointer;
	outline: 0;*/
}

#searchbox .searchbtn:focus, #searchbtn-mob:focus{
   outline: 0;
}

.searchli form{
	display: block;
	height: 70px;
	vertical-align: middle;
	line-height: 70px;
	margin: 0 20px 0 0;
}
.plus-drop-down .plus div{
	margin-top:10px;
}

.pt10{
	padding-top:10px;
}

.identifiant-drop-down img{
	margin-left:5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#remember2{
	padding: 0;width:15px;margin:0;border:none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;
	position:relative;
	top:2px;
}

.mbottom20{
    margin-bottom: 20px;
    display: block;
}

.menu{
	width:100%;
	height:70px;
	margin:auto;
	text-align: center;
	background:#3B3B3B;
	font: 300 14px/18px Arial, sans-serif;
}

.check {
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left:20px;
}
.check input {
  display: none;
}
.check input:checked + .box {
  background-color: #fff1e5;
}
.check input:checked + .box:after {
  top: 0;
}
.check .box {
  width: 15px;
  height: 15px;
	top:0;
  border: 2px solid transparent;
  background-color: #fff1e5;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #990000;
}
.check .box:after {
  width: 50%;
  height: 20%;
  content: '';
  position: absolute;
  border-left: 1.5px solid;
  border-bottom: 1.5px solid;
  border-color:#990000;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}

/* ---------  fred menu mobile -------------- */
#site-header-menu-mobile
{
	display:none;
}

/* ---------------------- FOOTER DESKTOP ------------------------------------ */
			
.site-footer{
	background-color:#3b3b3b;
	font:normal 14px arial, serif;
	color:#fff1e5;
	border-top:3px solid #fff;
	padding: 0;
}

#footer-inner{
	margin: 20px auto 0;
	max-width: 1320px;	
}

#footer-inner ul{
	float:left;      
	height:250px;
	margin: auto 15px;
}

.fli
{
	margin-top:10px;
}
#footer-inner ul li a{
	color:#fff1e5;
}

#footer-inner ul li a:hover{
	color:#FAD6BE;
}

.footertitle{
	font: bold 14px arial, serif;
	color:#fff1e5;
	display: block;
}

.footertitle a{
	color:#fff1e5;
	display:block;
}

.footertitle a:hover
{
text-decoration:underline;
}

#footer-bottom{
	font: 300 15px arial, serif;
	height:20px;
	text-align:center;
	display: inline-block;
	margin:auto;
	width:100%;
	margin-bottom:20px;
}

#footer-bottom a{
	color:#fff1e5;
}

#footer-bottom a:hover{
	color:#fad6be;
}

.footer-line
{
	width: 100%;
	height: 3px;
	border: 2px solid #fff;
	bottom: 60px;
	position: relative;
}

/* ---------------------------------------------------- TOP BANNER -------------------------------------------------------------------------- */

#topbannerwide
{
	text-align:center;
}

/* --------------------------------------------    SIDEBAR ----------------------------------------------------------------- */

.widget{
margin:30px auto;
}

#secondary .widget-title{
	border-bottom:3px solid #990000;
	/* min-width:150px; */
	display:inline-block; 
	margin-bottom:10px;
	font: 600 16px arial, serif;
	color:#000;
}

section#wpp-8.widget.popular-posts h2.widget-title
{
	font-weight:bold;
}

.wpp-list li
{
    background-color: #fad6be;
	/* width:300px; */
	min-height:50px;
    position: relative;
    padding: 5px 25px;
	border-bottom :1px solid #feecdd;
}

.wpp-list li a{
	color:#000;
	font:16px Georgia,serif;
}

.wpp-list .surtitre
{
	font:13px arial,serif;
	color:#990000;
}

.zakouski_divers p.article, .zakouski_divers p.autre{
	background-color:#fad6be;
	color : #3b3b3b;
	margin-bottom:0;
	padding:10px;
}
.zakouski_divers p.article span.surtitre{
	color : #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.zakouski_divers p.article span.titre{
	color : #000;
	font-family: Georgia, serif;
	font-size: 16px;
}
.zakouski_divers p.autre span.surtitre{
	font: 300 18px Georgia;
    color: #000;
}
.zakouski_divers p.autre span.titre{
	font: normal 14px Georgia;
    color: #3b3b3b;
    margin-top: 10px;
}
.zakouski_divers a{
	/*background-color:#fad6be;
	/*padding:10px;*/
	color:#3b3b3b;
	display: block;
	cursor:pointer;
}

.zakouski_divers img{
	display: inline-block;
	width:112px;
	/* float:left; */
	vertical-align:middle;
}

.zakouski_divers span{
	display:block;
	margin-bottom: 1px;
}

.zakouski_divers span.demi {
    display: inline-block;
    vertical-align: bottom;
    width: 55%;
	margin:0 0 0 10px;
}


.vdp-titre
{
	font:300 18px Georgia;
	color:#000;
}

.vdp-auteur{
	font: bold 14px Georgia;
	color:#3b3b3b;
}
.vdp-desc{
	font: normal 14px Georgia;
	color:#3b3b3b;
	padding: 13px 0 13px 0;
}
.vdp-edition
{
	font: italic 13px Georgia;
	color:#3b3b3b;
}

#areecouter .vdp-edition{
	font: 11px Arial,Serif;
	bottom: 5px;
	color: #3b3b3b;
	text-transform: uppercase;
}

/*  ------------------------- pub sidebar --------------------------------*/

.pub_sb{
background: #FAD6BE;
padding: 20px;
}

.chiffres_cles{
border-left: 6px solid #990000;
padding-left: 10px;
clear: both;
}
.chiffres_cles p
{
margin: 10px 0 0 0;
}
.chiffres_cles p a
{
color:#1d1d1d;
}

.chiffres_cles p strong a:hover
{
color:#990000;
}

.chiffres_cles p strong a{
color:#1d1d1d;
font:bold 15px arial, sans-serif;
}

.rouge{
font: 600 16px arial, sans-serif;
color: #990000;
}

/* ------------------------ CONTENT SINGLE -------------------------------------- */

.dossiers_par_ailleurs
 {
    border: 1px solid #990000;
    padding: 30px;
}
.intro{
 font-size:1.1em !important;
}

/* ---------------------------- Image et titre ----------------------------------------- */


.post-thumbnail{
margin:0;
}

.post-thumbnail img{
margin:auto;
width: 150%;
}

.surtitrered {
    display: block;
    color: #990000;
    font: 300 15px arial, serif;
    margin-bottom: 10px;
}


.img-credit {
    position: relative;
    color: #fff;
    font: 300 12px arial, serif;
    display: block;
    text-align: right;
    padding: 3px 5px 0px;
	margin-top:-20px;
    height: 20px;
	background-color:#000;
	opacity:0.7;
	
}

/* -------------- Bouton social facebook favoris twitter -------------- */

#before-content .social-icon
{
position:relative;
margin-top:20px;

}

.social-icon svg {
margin:0 5px 5px;
width:31px;
height:31px;
cursor:pointer;
fill: #3F3F3F;
}

.social-icon svg:hover{
filter: brightness(0%);
}

#social,#social2{
text-align:right;
}

#before-content{
background:#fad6be;
margin-top: 1.75em;
padding-top:10px;
}

#before-content .entry-title{
margin:0;
}

#before-content header{
margin: 0 0 0 20px;

}

#chapo
{
	margin: 0 0 10px 20px;
	width: 90%;
	font-size: 18px;
	line-height: 20px;
}

.mise_en_avant {
    font: 18px arial, serif;
    border-left: 6px solid #990000;
    padding-left: 10px;
    width: 50%;
    margin: auto auto 1.75em;
}

h2.inter-titre {
	font-weight:bold;
	font-family:arial, sans-serif;
    color: #000;
    font-size: 1em;
    line-height:1.3em;
}

.entry-content h2
{
	margin: 40px 0 0 0;
}

#content .entry-content table{
	border: 1px solid #000;
	font-family:arial, sans-serif;
	font-size: 12px;
	width:auto;
	max-width: 100%;
	margin:30px auto;
	border-collapse : collapse ;

}
#content .entry-content table tr:first-child>td, #content .entry-content table tr:first-child>th{
	font-weight:bold;
	background-color: #fad6be
	
}
#content .entry-content table tr:nth-child(even){
	background-color: #fff;
}
#content .entry-content table td{
	border:1px solid #999;
} 
#content .entry-content table td{
	text-align: left;
}
/* -------------------------------------------------------------- PUB INTRA ---------------------------------------------------------------------------------- */
.nveco-intra-article{
margin:auto;
width:300px;	
}


/* ---------------------------------------------------------- COMMENTS commentaires -------------------------------------------------------------------------- */

#socialcomment{
text-align: left;
padding: 10px 0 0 28px;
}

#comments{
background-color:#fad6be;
padding:10px;
 /* height:600px; */
}

.comment-list{
margin:1.5em;
text-align:justify;
}

div#comments.comments-area h2.comments-title
{
margin-left:35px;
}

.comment{
margin-top:10px;
}

.comment-form-subscriptions{
display:block;
margin-bottom:10px;
}


form#commentform.comment-form p.comment-notes{
margin-bottom:10px;
}

#comments input[type='submit']{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #fff1e5;
	padding: 5px 20px 5px 20px;
	border:none;
	text-decoration: none;
	display:block;
	margin:auto;
	cursor: pointer;
	line-height: normal;
	height:30px;
	background:#990000;
	border-bottom: 3px solid #fff1e5;
	font: 300 12px Arial, sans-serif;
	text-transform: none;
	display: inline-block;
}

#comments input[type='submit']:hover{
	background:#fff1e5;
	color: #990000;
	border-bottom: 3px solid #990000;
}

.comment-form-comment label{
	color:#000;
	font:normal 18px arial, serif;
}

.comment-notes, .comment-form-comment{
margin:0;
}

.comment-notes{
	font:italic 14px arial, serif;
}

#commentform .error
{
	color:red;
	border:1px solid red;
	margin-bottom:10px;
	padding-left:5px;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea{
	margin: 0px auto 10px;
}

#commentform p
{
	margin:auto; 
	width:98%;
 }
 
#subscribe-reloaded{
    width: 30px;
    position: relative;
}

#subscribe-reloaded{
 /* width: 10px; En dur dans le plugin ! */
	margin-right: 0;
}

form#commentform.comment-form p.form-submit{
	height:50px;
	margin-top:10px;
}

.form-StCR {
    display: inline;
    height: auto;
    margin-left: 5px;
}

.form-StCR a{
	text-decoration:underline;
}

.logged-in-as, .form-submit{
	font:normal 15px arial, serif;
}

/* ---------------- COMMENTAIRES PRESENTS ------------------ */

.comments-title
{
	margin-left: 1.25em;
	font: 600 16px arial, serif;
	margin-bottom: 1.25em;
}

/* ----------- Page connexion ------------------ */
#box_login form,
#box_abonnement .inner-box-abo {
  width: 700px;
  margin: 0 auto;
}

#box_login form label {
    display: inline-flex;
    width: 130px;
}

#box_login form #savepw {
  float:left;
  margin-left: 0;
}

#box_login form #text_login {
  float:right;
  text-align: right;
}

#box_login form #savepw label, #box_login form #savepw-mob label{
width:150px;
/*left:30px;*/
}

.inline_connexion {
    display: inline-block;
    width: 270px;
    margin: 0px 0 25px 20px;
}

.inline_connexion .box {
    left: 0px;
    top: 4px;
}
#box_login input#connexion {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#box_abonnement .inner-box-abo {
  border: 1px solid #990000;  
  padding: 1.875em;
}

#box_abonnement .inner-box-abo #title {
  text-align: center;
}

#box_abonnement .inner-box-abo .btn {
  margin: 0 auto;
  margin-top: 20px;
  background: #990000;
  color: #fff1e5;
  /*font: 300 12px Arial, sans-serif;*/
  font-size: 12px;
  padding: 5px;
  width: 100%;  
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 0.046875em;
  text-decoration: none;
  display: block;
  height: 30px;
  text-align: center;
}

#box_abonnement .inner-box-abo .btn:hover {
  background: #fad6be;
  color: #990000;
  border: 1px solid #990000;
}

header#titre-page-connexion h1 {
  text-align:center;
}  

#box_login #title h2, 
#box_abonnement #title-abo h2 {
  text-align:center;
}  

@media screen and (max-width: 760px) {
  #box_login form,
  #box_abonnement .inner-box-abo {
    width: 100%;    
  }
  
  #box_login form #text_login {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }
}

/*#box_login.login-existant form {
  width: 100%;
}*/
#box_login.login-existant form {
  background-color: #fad6be;
}

#box_login.login-existant form h2 {
  color: #990000;
}
  
/* -------------------------------------------------------------- Page 404 -------------------------------------------------------------------------------- */

.error-404 {
    margin-top: 50px;
    border: 2px solid #990000;
    padding: 20px;
	min-height: 500px;
}
.entry-content-404 img{
float:right;
}


/* ------------------------------------------------------------------- Page "archive" -------------------------------------------------------------------- */

.article_archive_txt {
    display: inline-block;
	width:70%;
	margin-left:20px;
}

.article_archive img{
float:left;

}

.article_archive{
border-bottom:1px solid #fad6be;
cursor:pointer;
margin-bottom:0px !important;
padding:20px 5px 5px;
}

.article_archive:hover{
background:#fad6be;
}

.imgsubtitle {
    color: #990000;
    font: 14px arial, serif;
}

.article_archive_txt h2.entry-title {
	font-size:1.3em;
	margin-bottom:10px;
}

.article_archive_txt .entry-title a{
	color: #000;
    font-weight: normal;
}

.article_archive_txt .entry-content{
	padding-left:0;
}

.article_archive p 
{line-height: 1.2;}

.page-title
 {
    border-left: 3px solid #990000;
    min-width: 145px;
    display: inline-block;
    margin-bottom: 10px;
    font: bold 16px arial, sans-serif;
    color: #000;
	padding-left:5px;
}		

.page-header
{
margin-bottom:0px;
}

#alert_message_err /* message erreur connexion */
{
color: red;
margin: 0 auto 20px auto;
}

.no-sidebar
{
width:100%;
max-width:unset;
}

.vdp_archives_find_rub1, .vdp_archives_find_genre
{
	width: 250px;display: inline-block;vertical-align: top;
}

.vdp_archives_find_rub2
{
width: 230px;
margin-right:20px;
display: inline-block;
vertical-align: bottom;
border-right:1px solid #3B3B3B;
}

.vdp_rub1_div{

display:inline-block;
}

.vdp_archive_div_recherche .btn{
width:100%;
padding-bottom:25px;	
}

.vdp_archive_div_recherche
{
margin-bottom:20px;
}

.vdp_archive_div_recherche form span{
font-weight:bold;color:#990000;
}


/*    ------------- Page nos offres abonnement -----------    */

#abonnementnvle h1{
	font-family: Arial, sans-serif;
	font-size: 2.5em;
	color: #990000;
	text-align: center;
	margin-top: 30px;
}
#abonnementnvle h2{
	font-family: Arial, sans-serif;
	text-align: center;
	color: #3b3b3b;
	font-size: 1.5em;
	font-weight: normal;
}

div.champs_obli i
{
/*margin-top:5px;
display:block;*/
}

.inline
{
	display:inline-block;
}

.underline{
text-decoration:underline;
}

.bold{
font-weight:bold;
}

.aligncenter{
text-align:center;
}

#offre h1 {
    font: bold 3em Arial, sans-serif;
    margin-bottom: 0;
    color: #333;
}

#offre h2 {
    margin: 0 0 30px;
    font: normal 1.5em Arial, sans-serif;
}

/* msg erreur jquery validation inscription */
label.error{
	color:red;
	font-weight:bold;
	margin:0 10px 5px 0;
    text-align:right;
}

.champs_obli
{
height:50px;text-align:right;line-height:50px;
}

.deja_abo
{
	text-decoration:underline;display:inline-block;color:#3b3b3b;margin-left: 85px;
}


#offre legend
{

    font: 300 2.8em arial, Serif;
    margin: 0 25%;
    color: #990000;
    width: 50%;
    padding: 10px;

}



.arbold30
{
font:bold 25px Arial, serif;
color: #3b3b3b;
text-align:center;
display:block;
}

.ar40
{
font:300 35px Arial, serif;
text-align:center;
display:block;
}

#form_registration .bouton-offre,.bouton-offre, .bouton-offre:focus,input.bouton-offre,input.bouton-offre:focus,form#contact .bouton-offre.envoi,form fieldset p input.subscribe-form-button{
	color:#fff1e5;
	font:600 14px arial;
    background: #990000;
    height: 28px;
	display:block;
	width: 80%;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
	margin:20px auto 30px auto;
}

input.bouton-offre:hover,.bouton-offre:hover,#form_registration .bouton-offre:hover, form#contact .bouton-offre.envoi:hover,form fieldset p input.subscribe-form-button:hover{
color:#990000;
background: #fad6be;
border:1px solid #990000;
}

#offre-g
{
margin:auto 25px auto 70px;
}

#offre-g img
{
/*width:350px;*/
}

#offre-g p
{
font:300 18px Arial, Serif;
margin-top:30px;
}

#offre-d{
border: 1px solid #990000;
width: 270px;
margin-left: 25px;
height: 350px;
}

#offre hr
{
	width:90%;
   display: block;
    height: 1px;
    border: 0;
	background:#5b5a5a;
    margin: 0 auto 20px auto;
    padding: 0; 
}

#offre-d div:first-child
{
margin-top:20px;
}

#bloc-top-offre{
	
}

#offre{
    text-align: center;
    font: 300 14px Arial, Serif;
    margin: auto;
	    margin-top: 20px;
		padding:20px;
    width: 95%;
}

.third_block span{
display:block;
}



.red{
color:#990000;
}

.arred35{
}

#offre_top, #offre_bottom
{
 display:flex;
flex-wrap:wrap;
justify-content: center;
}


#offre_bottom .third_block
{
height:510px;
width: 320px;
border:2px solid grey;
background-color:#fff;
padding:10px;
margin-left:9px;
margin-right:9px;
}

.abotarifl
{
	width:42%;
	display:inline-block;
	height:60px;
}

.abotarifr
{
	width:42%;
	display:inline-block;
	height:60px;
}

.block_ou
{
width: 8%;
display: inline-block;
vertical-align: middle;
/*height: 60px;*/
height: 90px;
margin-top: -25px;
font: 600 1.2em arial;
color: #3b3a3a;
}

.duree
{
font:600 1.2em arial, sans-serif;
color:#3b3b3b;
}

.tarifabo
{
color:#990000;
font:300 1.2em arial, sans-serif;
}

.tarifabo span{
font-size:1.9em;
display:inline;
}

.prixnormal
{
	color:#5b5a5a;
	font-size: 0.8em;
}

.formule_nvl
{
font:normal 1.3em arial, sans-serif;
color:#5b5b5b;margin:auto;height:50px;
}

.change_abo
{
text-align:right;margin-top:20px;
}

.inside_third{
height:auto;
}


#offre_bottom div:nth-child(3) img
{
/*height:260px;*/
display:block;
margin:0px auto;
}

.sstitre
{
font:300 15px arial, serif;
font-style:italic;
color:#3b3b3b;
margin-bottom: 15px;
}

.abo3
{
	font:300 20px arial, serif;
	color:#3b3b3b;
	line-height: 0.9;
margin-bottom: 15px;
}

.abo3b
{
font:300 15px arial, serif;
}

.link_bottom
{
text-align:right;
margin:10px 25px auto auto;
}

.link_bottom a
{
color:#3b3b3b;
font: 600 1.1em Arial, Serif;

}
/* ------------------------------------------ page applications mobiles -------------------------------------------------------- */

div.entry-content p a img.mobilestore{
display:inline-block;
margin:0 15px;
}

/**/
/* ----------- Page content-page-formulaire-inscription.php ------------------- */

/* ajout pour boxclick detail des abonnements */
li.tablecell div.abotarifr,li.tablecell div.abotarifl{
width:auto;
}
form#formabo ul li.tablecell label.inline_label{
padding-top:5px;
}
.tarifabo{
display:block;
}
.tablecell div.arbold30.red{
text-align:left;
}
/* */

#inscription #offre-g {
    margin: auto 25px auto 0px;
    width: 350px;
    display: inline-block;
    vertical-align: top;
}

#inscription #offre_bottom {
    margin-left: 0px;
}

#inscription #offre_bottom .third_block{
height:auto;
}


#inscription #offre_bottom .third_block
{
	margin-top:0px;
}


#form_registration label.inline_label img
{
position:relative;
bottom: 7px;
}

#btn_paiement #bouton{
display: inline-block;
background: url('img/formules.jpg') -125px -307px no-repeat;
overflow: hidden;
text-indent: -9999px;
width: 128px;
height: 40px;
	margin: 25px auto;
}



#div_form_nsl2 input[type='text'], #div_form_nsl2 select,#comments textarea, #comments input, #form_registration input,#form_registration select, #recherche_archives select, #form_contact select,#form_contact input,#frmfind select{
font: 300 0.8em arial, serif;
display:block;
border:1px solid #990000;
height:30px;
-webkit-box-shadow: 1px 1px 2px 0px #f5b48e;
-moz-box-shadow:    1px 1px 2px 0px #f5b48e);
box-shadow:         1px 1px 2px 0px rgba#f5b48e;
background-color:#fff1e5;
color:#3b3b3b;
}

#comments input[type="checkbox"],input#subscribe-reloaded
{
height:13px;
width:13px;
/*bottom:22px;*/
display:inline;
}

#comments textarea, #comments input
{
display:inline;
padding:4px;
width:100%;
}

#comments textarea
{
	height:300px;
}

#respond
{
	width:95%;
	margin:auto;
}

#form_registration
{
	background-color:#fad6be;
border:1px solid #990000;
width:650px;
padding:5px;
font:normal 1em arial, serif;
color:#3b3b3b;
text-align: left;
display: inline-block;
margin-left: 25px;
}

#form_registration hr{
    border: none;
    background-color: #fff1e5;
    color: #fff1e5;
    height: 1px;
margin: 30px 0 20px;
}

.titre_reg
{
font:300 30px Arial, Serif;
color:#3b3b3b;
display: block;
}

.red{
color:#990000;
}

#form_registration input
{
padding:0 0 0 10px;
}

#form_registration input[type="text"],#form_registration input[type="email"],#form_registration input[type="password"]
{
width:100%;
}

#form_registration label
{
display:block;
height: auto;
margin-top: 10px;
}

#form_registration form p
{
margin:10px auto;
}

#form_registration .inline_label
{
display: inline-block;
top: 5px;
  overflow-y:hidden;
}

.selectdivbloc
{
display: block; height: 60px;
margin-top: 5px;
}

.selectdiv label
{
display:block;
}

#Civilite,#CiviliteF{
width:250px;
}

.selectdiv {
  position: relative;
  width: 100%;
  float: left;
}

.civilite:after
{
width:100%;
left:220px;
}

.selectdiv:after {
    content: url(img/fleche-r.png);
    right: 9px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
	top: 25px;
}
/*  select page newsletter */
#nsl_form2 .selectdiv::after {
    content: url(img/fleche-r.png);
	    right: 9px;
top: -8px;
    height: 34px;
    position: absolute;
    pointer-events: none;
}


/* IE11 hide native button */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  color:#3b3b3b;
  display: block;
  width: 100%;
  float: left;
  margin: 5px 0px;
padding: 0px 10px;
  font-size: 16px;
  line-height: 1.75;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}


#form_registration #cgv
{
font: italic 0.7em arial, serif;
text-align: justify;
}

.titre_reg:first-child {
display:inline-block;
}

#form_registration form div.checkboxlg.checkb_div
{
width:100%;
}


#form_registration .check_ins {

  height: 15px;
  position: relative;
  margin: auto;
  padding-left:0px;
}
#form_registration div label input {
  display: none;
}
#form_registration div label input:checked + .box {
  background-color: #fff1e5;
}
#form_registration div label input:checked + .box:after {
  top: 1px;
}

#form_registration div label .box {
  width: 15px;
  height: 15px;
top:2px;
  border: 2px solid transparent;
  background-color: #fff1e5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #990000;
  float: left;
margin-right: 10px;
}

#form_registration div label .box:after {
  width: 50%;
  height: 20%;
  content: '';
  position: absolute;
  border-left: 1.5px solid;
  border-bottom: 1.5px solid;
  border-color:#990000;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;

  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}

/* ajouté */
#form_registration .check_ins span
{
margin-left:20px;
}


#form_registration div label input[type="checkbox"], #form_registration input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

.checkb_div
{
position: relative;display: inline-block;width: auto;
margin: 5px;
width: 220px;
}

/* -------------- input radio paiement --------------------------------------- */

/* --------------------------  pour faire apparaitre un div dessous selon le type de paiement mensuel ou annuel ---------------------------------------------- */

    .boxclick{
        display: none;
		position:relative;
		bottom:15px;
    }
	
	

#form_registration ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: hidden;
}

div#form_registration form#formabo ul li.tablecell{
display:table-cell;
float:none;
width:250px;
padding-left:10px;
}

#form_registration ul li{
  display: inline-block;
  position: relative;
  float: left;
}

#form_registration ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

#form_registration ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1em;
padding: 15px 0px 0px 41px;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  
}


#form_registration form ul li div.check_insc{
  display: block;
  position: absolute;
  border: 1px solid #990000;
  border-radius: 10%;
  height: 17px;
  width: 17px;
top: 32px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

#form_registration ul li:hover div.check_insc {
  border: 1px solid #d30000;
  background-color:#fff;
}

#form_registration form ul li div.check_insc::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 10%;
height: 13px;
width: 13px;
top: 1px;
right: 1px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	  background-color:#fff;
}

#form_registration input[type=radio]:checked ~ div.check_insc {
  border: 1px solid #990000;
}

#form_registration input[type=radio]:checked ~ div.check_insc::before{
  background: #990000;
	border-radius:10%;
}

#form_registration input[type=radio]:hover ~ div.check_insc::before{
  background: #990000;
	border-radius:10%;
}

#form_registration form
{
margin: 30px 40px 40px;padding-left: 20px;
}

/* ------------------- radio paiement --------------------------------------- */

#cp_ins
{width:200px;display:inline-block;}

#ville_ins{
	margin-left:25px;width:300px;display:inline-block;
}

#ville_ins,#cp_ins
{
	height:50px;
}

#ville_ins label,#cp_ins label
{
margin-top:0;
}

#Ville, #CP
{
margin-bottom:0;
}


#offre_bottom #mens5
{

    text-align: center;
    height: 140px;

}

#offre h1, #offre h2{
text-align:center;
}

#offre h2 span{
	color: #3b3b3b;
}


/* -------------------- PAGE ARTICLE NON ABONNE LIRE LA SUITE ---------------------------------------- */


#encart_paywall
{
text-align:center;
font-family:arial, serif;
border:3px solid #990000;
border-radius: 10px;
font-size:1.1em;
color: #1a1a1a;
margin-bottom: 5px;
}


#encart_paywall_top
{
font:bold 1.4em arial, serif;
color:#990000;
padding:0 15px;
margin:20px auto 5px;

}

#encart_paywall_top2
{
	padding: 5px;

}

.paywall_price,.paywall_price_under {
    width: 100px;
    text-align: center;
    color: #990000;
    font: 300 3em arial;
    padding-left: 8px;
    margin: auto;
	height:50px;
}

.paywall_price_under{
font-size:1em;
height:auto;
height:40px;
}

.paywall_t1{
	font-size:1.2em;
	margin-top:10px;
	height:32px;
}

div#encart_paywall div.containerpw div.a1 div.paywall_t2{
	font-size:0.7em;
	text-align:center;
	height:50px;
	margin-bottom:0;
	color:#202020;
}

div#encart_paywall div.containerpw div.a1 a.bouton-offre{
margin-bottom:5px;
}

.pw_bottom
{
	color:#3B3B3B;
	font-size:0.7em;
}

.blocfade {
    text-align: center;
    padding: 65px 20px 0px;
    margin-top: -55px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff1e5 50%,#fff1e5);
    background: -moz-linear-gradient(270deg, rgba(255,241,229,0) 0%, rgba(255,241,229,1) 75%, rgba(255,241,229,1) 76%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,241,229,0)), color-stop(75%, rgba(255,241,229,1)), color-stop(76%, rgba(255,241,229,1)));
    background: -webkit-linear-gradient(270deg, rgba(255,241,229,0) 0%, rgba(255,241,229,1) 75%, rgba(255,241,229,1) 76%);
    background: -o-linear-gradient(270deg, rgba(255,241,229,0) 0%, rgba(255,241,229,1) 75%, rgba(255,241,229,1) 76%);
    background: -ms-linear-gradient(270deg, rgba(255,241,229,0) 0%, rgba(255,241,229,1) 75%, rgba(255,241,229,1) 76%);
    background: linear-gradient(180deg, rgba(255,241,229,0) 0%, rgba(255,241,229,1) 75%, rgba(255,241,229,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1e5', endColorstr='#fff1e5',GradientType=0 );
    position: relative;
    bottom: 25px;
    /*background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff1e5 50%,#fff1e5);*/

}

.containerpw {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
margin:auto;
}

.a1 {
  width: 240px;
  height: 280px;
  background-color: #fff;
  border: 3px solid #fad6be;
  margin:10px;
  border-radius: 10px;
}

#encart_inscrit
{
text-align:right;padding:15px;
}

#encart_inscrit a{
text-decoration:underline;
}

h2.entry-title{
line-height:1em;
/* margin-top:5px; */
margin-top:0;

}

.result_article h2
{
margin-top:0;
}

.result_article .cat
{
text-transform:uppercase;
font-size:.8em;
}

#masthead
{
z-index:99;
margin:auto;
width: 100%;
}


.nav_rubriques {
    margin: 0 5px 15px;
    padding: 10px 0;
}


nav#lesrubriques
{
	background-color:#fad6be;
	margin-bottom:15px;

}

#lesrubriques ul li{
display:inline-block;
width:155px;
margin: 0px 20px;
}

#lesrubriques ul li a:hover,nav#lesrubriques ul.nav_rubriques li.active a
{
	  -webkit-box-shadow: 0px 3px 3px #990000;
  -moz-box-shadow: 0px 3px 3px #990000;
  box-shadow: 0px 3px 3px #990000;
color:#990000;
}



#lesrubriques ul li a{
	display:inline-block;
	text-align: center;
	color: #3c3c3c;
	-webkit-box-shadow: 0px 3px 2px #3c3c3c;
	-moz-box-shadow: 0px 3px 2px #3c3c3c;
	box-shadow: 0px 3px 2px #3c3c3c;
	font:300 13px arial, serif;
	padding:5px;
	margin:5px;
	height:30px;
	width:185px;
	background: #fff1e5;
	text-decoration: none;
}

#lesrubriques ul li:active {/*OnClick*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*Move down*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
    border-bottom: none;
}



/* -------------------------------------- Page de connexion ----------------------------------------------- */

#alert_message
{
margin: 0 auto 20px auto;
width: 400px;
display: none;
}

#box_login h2
{
margin: 0px 0 20px 0;
}

#box_login input
{width: 330px;
}

#content tr td {
  text-align: center; 
}

.page_sous_titre {
    font: 16px/24px Arial,sans-serif;
    margin: 0 0 20px 0;
}

/* ----------------------- page service commercial ---------------------------------------------- */
/*
#pub_accueil > h2 {
	color: #990000;
	margin: 0;
}

#pub_accueil ul li p
{
font-size:0.8em;
}

#pub_accueil li {
	background: #fff;
	width:250px;
height: 205px;
	float: left;
	border:1px solid #c9c9c9; 
	padding: 5px 10px;
	margin: 0 0 20px 20px;
	text-align: center;
}
#pub_accueil li:hover {
	border: 1px solid #990000; 
}
#pub_accueil li h2 {
	font-size: 14px;
	color: #990000;
	margin:10px 0;
	font-weight: bold;
}
#pub_accueil li a {
	text-decoration: none;
	display: block;
	height: 165px
}
*/

/********************************************************/

#retour{margin:20px auto;}
#retour a{color:#990000;text-decoration:underline;}

.presentation #une_journal{display:block;float:left;width:200px;margin-right:20px;border:1px solid #e5ded6;}
.presentation #monde{display:block;float:left;width:200px;margin-right:20px;}
.presentation h2,.contextuel h2{font-size:20px;color:#990000;}
.presentation h3,.contextuel h3{font-weight:bold;color:#990000;font-size:18px;}
.presentation h4,.contextuel h4{font-size:16px;margin: 40px 0 20px 0;}
.presentation h5,.contextuel h5, .offre-digitale h5{font-size:14px;color:#990000;margin: 10px 0;text-align: center;}
.presentation p,.contextuel p{margin-bottom:10px;}
.presentation p.page_sous_titre{margin-bottom:30px;}
.presentation span,.contextuel span{color:#990000;}
.presentation a,.contextuel a{color:#0431B4;text-decoration: underline;}

.contextuel li{list-style: disc;font-weight: bold;margin-left:30px;}
.contextuel #supports {display:block;width:441px;float:left;}
.contextuel .bleu{color:#0431B4;text-decoration: underline;}
.contextuel .option_container{width:30%;margin-right:40px;float:left;text-align: center}
.contextuel p.option_titre{background-color:#990000;color:white;font-weight:bold;text-align:center;padding:5px;font-size: 16px;}
.contextuel .option_detail img{border:1px solid #990000;margin:20px 0;}
.contextuel .prix{color:#990000;font-weight: bold;font-size: 16px;}
.contextuel .option_detail{font-size: 14px;font-weight: bold;}
.contextuel .visuels-journal{width:50%;float:left;text-align:center;margin:40px 0;}
.contextuel .visuels-journal p{font-size: 14px;font-weight: bold;}
.contextuel ul{margin-bottom: 30px;}
.contextuel .article-lien{font-size:16px;margin-top: 30px;line-height: 20px;}
.contextuel h2{margin-top:20px;}

.newsletter h2, .applis h2, .site-web h2, .le-journal h2{margin-bottom: 20px;}
#nsl, #app, #site, .le-journal #journal{float: left;display: block; width:400px;margin-right:50px;}
.newsletter p.nsl_details, .applis p.nsl_details, .site-web p.nsl_details, .le-journal p.nsl_details{width:400px;float: left;margin-top: 20px;}
.newsletter p.nsl_details a, .applis p.nsl_details a, .site-web p.nsl_details a, .le-journal p.nsl_details a{color:#990000;text-decoration: underline;}
.le-journal span{color:#990000;}
.offre-digitale .site-web,.offre-digitale .applis,.offre-digitale .newsletter{float: left;margin-top: 20px;text-align: center;width: 33%;}
.offre-digitale img{display: inline;float: none;margin:0;width:85%;}
.offre-digitale .details{margin-top: 20px;}
.offre-digitale .details a{color:#990000;text-decoration: underline;}  
a.btn_lien {background-color: #990000;color: white;display: block;float: left;font-size: 12px;font-weight: bold;margin: 20px 0;padding: 5px;text-align: center;width: 150px;}
a.btn_lien:hover{background-color: #ccbfad;color:black;}
.le-journal .btn_lien{width:150px;}
/*****************************/

div#contact {
	margin: 20px auto 40px auto;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	padding:20px;
	width: auto;
}

/**** --------------------------- COMMERCIAL PUBLICITE --------------------------------- ****/
/*
#pub_accueil p#text_contact {
	font-size: 16px;
	margin: 0 0 30px 0;
}

#pub_accueil td,#pub_accueil table
{
border:none;
}

#pub_accueil .page_sous_titre,#pub_accueil h2
{
margin-left:30px;
}

.commercial {
    width: 350px;
    margin: 20px 0;
    font-size: 14px;
    margin-top: 40px;
    height: 170px;
	display:inline-table;
}

#antoine {
    float: none;
}

.commercial img {
	border: 7px solid #FFF;
	width: 150px;
	box-shadow: #ccc 2px 2px 5px;
	float: left;
	margin-right: 20px;
	margin-top: -20px;
}
.commercial .me_contacter{
	background: #990000;
	color: #fff!important;
	padding:2px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 12px;
	    display: inline-block;
}
.commercial .me_contacter:hover {
	background: #ccbfad;
	color: #000!important;
}
.commercial .nom, #pub_accueil .nom {
  	font-weight: bold;
  	font-size: 16px;
	margin-bottom: 5px
}

.sous-titre {
	font-style: italic;
	margin-bottom: 20px;
}
.fonction {
	width:250px;
}
.tel {
    margin: 5px 0 0;
	font-size: 13px;
}
.secteur{
	font-style: italic;
	font-size: 12px
}

div#pub_accueil ul {

    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;

}

#pub_accueil li {

    background: #fff;
    width: 250px;
    height: 205px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    margin: 25px auto;
    text-align: center;

}
*/
/* ----------------------------------- Page redaction -------------------------------------------------- */


#redac_container
{
font:300 14px Arial,serif;
}

#redac_container p+a
{
text-align:left;
}

.redac_container_interieur
{
background-color: #fad6be;
margin-bottom: 20px;
padding-bottom:20px;
padding-top:15px;
}



h2.redac_nom{
margin-top:5px;
clear: none;
}


#redact_contact
{
padding:8px;
}

.redac_titre {
margin: 5px auto 5px 4px;
}

.redac_bloc, .redac_alone {
border-left:2px solid #d4a59b;
border-right:2px solid #d4a59b;
border-bottom:2px solid #990000;

-webkit-box-shadow: 0px 2px 2px 0px rgba(177,54,48,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(177,54,48,1);
box-shadow: 0px 2px 2px 0px rgba(177,54,48,1);


width: 320px;
margin: 32px 45px 10px 45px;
background-color:#FFF1E5;
padding:4px;
text-align:left;
display: inline-block;
height: 130px;
}


.redac_bloc img, .redac_alone img
{
	margin:4px auto auto 4px;
	border:1px solid #e0e0e0;
	border-radius:1px;
	vertical-align: top;
}

.redac_alone
{
width: 90%;
display: block;
margin-top:17px;
}

.redac_btn, .redac_rub, .twitter-follow-button
{
	text-align:left;
	margin:auto;
}

.redac_alone div,.redac_bloc div
{
display:inline-block;
margin: 15px 0px 0px 10px;
  vertical-align: top;
}

.redac_btn
{
margin-top:10px;
}

.redac_btn, .twitter-follow-button
{
	font-weight:bold;
}

.entry-header
{
padding: 5px 0;
 }




.arial{
font-family:arial,Georgia,serif;
}

.bold{
font-weight:bold;
}

.underline{
text-decoration:underline;
}

.titlesize
{
font-size:1.2em;
}

/* ------------------------------------ librairie ------------------------------------------------ --*/

/*en cas de recherche sans resultats*/
#retourlibr{
margin-left:10%;
}

.attachment-lib-thumb 
{
display: inline-block;
margin:10px 20px;
}

.bouton-librairie,.bouton-librairie:focus
{
font: 600 12px arial;
display: inline-block;
width: 170px;
margin: 5px auto 11px auto;
padding-top:6px;
}

.bouton-librairie:hover{
padding:6px 0 0 0;
}

.vdp_lien_achat_amazon
{
	display:inline-block;
	margin-left:20px;
}

.details_single_librairie
{
width:350px;
display:inline-block;
vertical-align:bottom;
margin-top:20px;
	 font:300 16px arial,serif;
}

.single_librairie
{
	 text-align: justify;

}

div#before-content.single_librairie p
{
	 font-size: 16px;
	 width:99%;
	 margin:20px auto;
}


div#before-content.single_librairie
{
background-color:#FFF1E5;
}

#before-content.single_librairie div.entry-content,#before-content.single_librairie header.entry-header
{
background-color:#FAD6BE;
padding-bottom:10px;
}

div#before-content.single_librairie header.entry-header
{
	margin:0;
	padding:10px 20px;
	background-color:#FAD6BE;
}

/* --------------------------------------- Page Archive Journal ------------------------------------------- */
#recherche_archives
{
	background-color:#fad6be;
	padding:10px;
	text-align:center;
}

#recherche_archives .selectdivbloc
{
	width:345px;
	height: 40px;
	display:inline-block;
	margin-top:0;
}

#cherche_archive {
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 0px;
	vertical-align: top;
	margin-top: 5px;
}

#recherche_archives select,#recherche_archives label
{
	width:200px;
	float:none;
    display: inline-block;
}

#recherche_archives label
{
	width:100px;
}

#recherche_archives .selectdiv::after {
    content: url(img/fleche-r.png);
    right: 33px;
    height: 34px;
    position: relative;
    pointer-events: none;
    top: 0px;
}

#resultats_cahiers .cahier_unique, 
#resultats_cahiers .cahier_unique_non_dispo
{
	width:190px;
	/*height:300px;*/
	display:inline-block;
	vertical-align:top;
	margin:25px 1px 5px 2px;
	padding:5px;
	text-align: center;
	font-size: 14px;
}

#resultats_cahiers .div_espace
{
	background-color:#FAD6BE;
	width:136px;
	height:202px;
	padding: 10px;
	margin: 0 auto;
	font-size: 12px;
}

#resultats_cahiers
{
	text-align:left;
	padding: 5px;
}

#resultats_cahiers img
{
	border:1px solid #ececec;
}

#resultats_cahiers a.btn_rouge{
	padding: 5px;
	background-color: #990000;
	color: #fff;
	font-size: 12px;
	display: block;
	width: 135px;
	border: 1px solid #990000;
	margin: 5px auto;
	text-align: center;
}
#resultats_cahiers a.btn_rouge:hover{
	color: #000;
}
#resultats_cahiers a.btn_blanc{
	padding: 5px;
	font-size: 12px;
display: block;
width: 135px;
border: 1px solid #990000;
margin: 5px auto;
text-align: center;
}

#resultats_cahiers a.indispo{
	background-color: #c3c3c3;
	color: #999;
	border: 1px solid #999;
	cursor: initial;
}
#resultats_cahiers a.indispo:hover {
	color: #999;
}

#results_journal
{
	font-style:italic;
	color:#3b3b3b;
	margin-top:10px;
	margin-left:5px;
}
#journal-info-pdf .btn_rouge{
	padding: 5px;
	background-color: #990000;
	color: #fff;
	font-size: 14px;
	display: block;
	border: 1px solid #990000;
	margin: 5px auto;
	text-align: center;
	width: 220px;
}

/************************************/
.entry-content {
    padding: 10px;
	/*padding-left:0;/* aj */
}

div#border_paywall p{
text-align:center;
}

.entry-content p {
text-align:left;
/*font-size:18px; font_script on retire en raison du script pour augmenter la taille de police*/
line-height: 1.2;/* aj */ /* anciennement 1.6  */
}

/* ----------------------------- page mentions légales ------------------------------------------------------- */
#mentions_legales img{
float: left;padding-right:10px;
}

/* ------------------------------ pub article ------------------------------------------------------ -*/

.nveco-inter-article a img{
margin:auto;
margin-bottom:1.75em;

}

aside .nveco_tag
{
/*border: 15px solid #fad6be;
background:#fad6be;
margin: auto;
/* max-width:330px; */
}	

aside .nveco_tag img
{
	width: 300px;
}

.paginate-links
{
	margin-top:20px;
	margin-left: 10px;
}

.paginate-links span.page-numbers.current {
    background: #990000;
    color: #fff;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 0;
}

.paginate-links a.page-numbers {

    padding: 2px 8px 2px 8px;
    background: #3B3B3B;
    margin: 0 5px 0 0;
    color: #fff;

}

.paginate-links a.page-numbers:hover {
    background: #990000;
    margin: 0 5px 0 0;
    color: #fff;
    text-decoration: none;
}
div.paginate-links span.page-numbers.dots {
    padding: 2px 8px 2px 8px;
    background: #3B3B3B;
    margin: -2px 5px 0 0;
    color: #fff;
}

span.form-StCR a, p.logged-in-as a{
	color:#000;
}

.signature{
font-variant:small-caps;
}
/* ----------------------------- bouton tinymce pour clement ---------------------------------------------- */
.legende_nveco{
	width:100%;
	text-align: center;
	display: block;
	margin-top: -20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.legende_nveco p{
	text-align: center !important; 
}


article .size-large{
width:100%;
}

label#paiement-error.error {

    position: absolute;
    bottom: 60px;
    width: 350px;
    height: 20px;
    font-weight: bold;

}

#text_login #mot-passe
{width: 110px;
}



/*
################				############
			Sprites CSS
					start
################				############
*/


/* -------------------------------------- Sprite page PUBLICITE ----------------------------------------------- */
.sprite_pb_pb-journal, .sprite_pb_pb-push, .sprite_pb_site, .sprite_pb_annuaires, .sprite_pb_newsletter, 
.sprite_pb_pb-annonces, .sprite_pb_pb-corporate, .sprite_pb_pb-digitale, .sprite_pb_pb-contexte, .sprite_pb_tablette, 
.sprite_pb_tablette-web, .sprite_pb_journal2, .sprite_pb_appli
{ display: inline-block; background: url('img/service_com.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.sprite_pb_pb-journal { background-position: -0px -0px; width: 119px; height: 95px; }
.sprite_pb_pb-push { background-position: -0px -95px; width: 114px; height: 91px; }
.sprite_pb_site { background-position: -0px -186px; width: 113px; height: 94px; }
.sprite_pb_annuaires { background-position: -0px -280px; width: 109px; height: 88px; }
.sprite_pb_newsletter { background-position: -0px -368px; width: 109px; height: 88px; }
.sprite_pb_pb-annonces { background-position: -0px -456px; width: 100px; height: 89px; }
.sprite_pb_pb-corporate { background-position: -0px -545px; width: 100px; height: 64px; }
.sprite_pb_pb-digitale { background-position: -0px -609px; width: 100px; height: 89px; }
.sprite_pb_pb-contexte { background-position: -0px -698px; width: 82px; height: 74px; }
.sprite_pb_tablette { background-position: -0px -772px; width: 67px; height: 82px; }
.sprite_pb_tablette-web { background-position: -0px -854px; width: 67px; height: 82px; }
.sprite_pb_journal2 { background-position: -0px -936px; width: 66px; height: 96px; }
.sprite_pb_appli { background-position: -82px -698px; width: 34px; height: 65px; }

/* ----------------------------- Sprite page Abonnements/Inscription --------------------------------------- */

.abon, .abonp, .paypal, .cb
{ display: inline-block; background: url('img/formules.jpg') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.abon { background-position: -0px -0px; width: 270px; height: 154px; }
.abonp { background-position: -0px -154px; width: 270px; height: 153px; }
.paypal { background-position: -0px -307px; width: 125px; height: 32px; }
.cb { background-position: -125px -307px; width: 118px; height: 39px; }

div.cb{
	background: url('img/paybox.gif') no-repeat;
	background-position: 0px 0px; 
	width: 120px; 
	height: 87px;
}

/* ------------------------- Sprite GENERAL ----------------------------------------------------------------- */
.gen-toggle-mobile, .gen-magnifying-glass, .gen-user, .gen-fleche, .fleche:before
{ display: inline-block; background: url('img/general.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.gen-toggle-mobile { background-position: -0px -0px; width: 25px; height: 21px; }
.gen-magnifying-glass { background-position: -0px -21px; width: 16px; height: 16px;position:relative;left:25px;top:4px; }
.gen-user { background-position: -0px -37px;
width: 16px;
height: 16px;
top: 4px;
position: relative;
left: 4px;
	filter: grayscale(100%); }
.gen-fleche,.fleche:before { background-position: -0px -53px; width: 15px; height: 8px;margin-right: 3px; }

/*
################				############
			Sprites CSS
					FIN
################				############
*/

#search:after{content:url('img/general.png');
 background-position: -0px -21px; width: 16px; height: 16px;
}


/*
################				############
			CSS PLUGIN POP UP
					début
################				############
*/

.nveco-cadre
{
display:none;
border-left:10px solid #990000;
background:#fad6be;
width:90%;
height:150px;
position: fixed;
padding:8px;
z-index:9998;
bottom: 0;
margin: auto 5%;
}

.nveco-cadre-mobile
{
display:none;
background:#fad6be;
width:94%;
height:120px;
position: fixed;
padding:6px;
z-index:9998;
bottom: 0;
border-top:1px solid grey;
margin-left:3%;
}

#hpu
{
background: #990000;
color: #fff;
height: 30px;
width: 70px;
text-align: center;
padding: 2px;
right: 10px;
top: 10px;
z-index: 9999;
cursor: pointer;
float: right;
}

#hpumobile
{
background: #990000;
color: #fff;
height: 20px;
width: 50px;
text-align: center;
padding: 2px;
position: absolute;
right: 10px;
top: 10px;
z-index: 9999;
cursor: pointer;
font-size: 0.7em;
}


/*
##############CSS PLUGIN POP UP fin###########*/
/* -- pour plugin STCR RELOADED ------------- */

 
  header.entry-header h1.page-title{
   font-weight:600;
   margin-top:1.75em;
  }
  
form fieldset p input.subscribe-form-button{
width: auto;
display: inline-block;
margin-left: 20px;
top: 3px;
position: relative;
  }
input#sre.subscribe-form-field{
	  margin-left:10px;
  }
  
  /* --------- pour page mot de passe ------------------------- */
  
form#motdepasse fieldset input#connexion.bouton-offre{
width: 80%;
/* width:200px; */
}

p.text_mot_de_passe,div#contact_login a
{
margin:10px;
}


/***------------------------------------- partager l'article par email -------------------------------***/


#popin_button_email{
    width: 600px;
    padding: 20px;
    background: #F6F5F5;
    border: 1px solid #B5B5B5;
    z-index: 99000;
    position: fixed;
    top: 55%; /* 50% */
    left: 50%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0px 5px 10px 0px #2a2a2a;
    box-shadow:  0px 5px 10px 0px #2a2a2a;
    margin-top: -395px;
    margin-left: -320px;
}
.asterix {
    color: red;
}
form#envoi {
    overflow: hidden;
}
form#envoi label {
    float: left;
    clear: both;
    line-height: 26px;
    text-align: right;
    width: 17%;
    margin: 0 0 15px 0;
    font-size: 14px;
}
form#envoi input {
   line-height: 16px;
   margin: 0 0 15px 0;
    float: right;
    height: 25px;
    padding: 5px 7px !important;
    width: 76%;
}
form#envoi i {
    float: right;
    margin: 0 0 15px 0;
}
form#envoi textarea {
    padding: 7px 7px !important;
    height: 100px;
    width: 76%;
    float: right;
}
form#envoi input#reset, form#envoi input#valider {
    width: 35%;
    float: right;
}
div#article_send {
    background: #ebeaea;
    padding: 10px;
    border: 1px solid #cacaca;
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#titre_send{
    color: #2A2A2A;
    font-family: "Times New Roman",serif;
    font-size: 20px;
    line-height: 21px;
}
#popin_email_fermer{
    display: block;
    float: right;
    font-size: 20px;
    height: 30px;
    text-align: center!important;
    line-height: 26px;
    width: 30px;
    cursor: pointer;
}
#popin_masque_bg {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    position: fixed;
    z-index: 100;
    cursor: pointer;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
#popin_email_titre{
    color: #990000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    width: 45%;
}
.alert-success{
    clear:both!important;
    padding:8px 35px 8px 14px!important;
    margin: 20px 0 0 0!important;
    text-shadow:0 1px 0 rgba(255,255,255,0.5)!important;
    -webkit-border-radius:4px!important;
    -moz-border-radius:4px!important;
    border-radius:4px!important;
    line-height:20px!important;
    color:#468847!important;
    background-color:#dff0d8!important;
    border:1px solid #d6e9c6!important;
}
.alert-error{
    clear:both;
    padding:8px 35px 8px 14px;
    margin:20px 0;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    line-height:20px;   
    color:#b94a48;
    background-color:#f2dede;
    border:1px solid #eed3d7;
    text-align: center;
}
.form_erreur{
    background: #ffc8c8!important;
    border: 1px solid #e95d5d!important;
}
form#envoi input.bouton_rouge {
    background: #d00000;
    color: #fff;
    border: 1px solid #a20000;
    padding: 10px 50px;
    margin: 20px 0 0 0;
    font-weight: bold;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
form#envoi input.bouton_rouge:hover {
    background: #e20f0f;
}
form#envoi input.bouton_gris {
    background: #e4e4e4;
    color: #2a2a2a;
    border: 1px solid #c7c7c7;
    padding: 10px 50px;
    margin: 20px 20px 0 0;
    font-weight: bold;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
form#envoi input.bouton_gris:hover {
    background: #edecec;
}
p#obligatoire {
    clear: both;
    margin: 0;
    float: right;
    width: 100%;
}


/*** Fin /partager l'article par email ***/

/*** ajouter l'article aux favoris ***/
div.addthis_to_favoris{
display:inline-block;
}
.addthis_to_favoris img{
    display: block;
}
#add_fav_bot img{
    margin: 0;
}
#mess_connect_masque_bg{
    background-color: #000000;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#mess_connect{
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 #2A2A2A;
    left: 50%;
    position: fixed;
    text-shadow: none;
    top: 50%;
    z-index: 101;
    font-size: 14px;
    background-color:#fef4e7;
    padding: 20px;
    font-family:Arial, Helvetica, sans-serif;
	width:558px;
	height:378px;
}
.popinCss {
    margin-left: -275px;
    margin-top: -234px;
    width: 516px;
    height:336px;    
}
#popin_favoris_fermer{
    cursor: pointer;display: block;float: right;font-size: 20px;height: 30px;line-height: 26px;margin:0;
}
#mess_connect_title{
    color: #990000;
    text-transform: uppercase;
	text-align:left;
}
#mess_connect_details {
    background-image: url("img/fav_fond.png");
    background-position: -20px -83px;
    background-repeat: no-repeat;
    padding-left: 90px;
}
#mess_connect span {
    font-weight:bold;
}

#mess_connect h5{
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 12px;
}
#mess_connect_details .fleche_rouge, #mess_connect_details .fleche_orange{
    background-image: url("img/fav-popin-bouton.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin: 10px 0 10px 0;
}

#mess_connect_details .fleche_rouge{
    background-position:left -62px;
padding: 12px 50px;
height: 46px;

}
#mess_connect_details .fleche_orange{
    background-position:left 0px;
padding: 12px 50px;
height: 46px;

}
#mess_connect_details .fleche_rouge:hover,#mess_connect_details .fleche_orange:hover {
    text-decoration:underline;
}
svg.favorite_added
{fill:#990000;}


/*-------------------- PAGE NEWSLETTER ------------------*/
#page_newsletter {
	min-height: 590px;
}

div.zone-right-them div a.bouton-offre {

width: 300px;
display:inline;
padding: 5px 10px;
}


/****** form *****/
#div_form_nsl2 label {
    display: block;
    margin: 10px 0 5px;
}
#div_form_nsl2 input, #div_form_nsl2 select {
    padding: 5px;
    width: 100%;
}
#nsl_domaine2 {
    width: 181px ;
}
input#nsl_valider2.bouton-offre {
    background:#990000;
    border: none;
    margin-top: 20px;
    width:90%;
    cursor: pointer;
    color: #fff;
	display:inline;
}

input#nsl_valider2.bouton-offre:hover {
    background: #fad6be;
	border:1px solid #990000;
	color:#990000;
}

.entry-title-page {
	border-bottom: none;
}
/*------------------------------- news_gratuites ----------------------------------*/
.news_gratuites, .news_them {
	background: #fad6be;

	padding-bottom: 20px;
	margin-bottom: 30px;
}
.news_gratuites h2, .news_them h2 {
padding-left: 20px;
color: #fff;
font-size: 16px;
background: #3B3B3B;
font-weight: bold;
}
.news_gratuites img, .news_them img {
	margin: 20px 0 0 20px;
	border: 1px solid #c9c9c9;
}

.zone-left {
	float: left;
	margin-right: 35px;
	min-height: 240px;
}

.zone-left a {
	float: right;
}
.zone-left li div {
	width:348px;
	background:#FFF1E5;
	margin:25px 0 0 20px;
	font-family:Times;
	font-size:26px;
	line-height: 26px;
	padding:10px;
	border:1px solid #c9c9c9;
	cursor: pointer;
}
.zone-left li div:hover {
	border:1px solid #990000;
	text-decoration: none;
}
.zone-left li span {
	color: #990000;
}
.aper a{
	float: right;
	text-decoration: underline;
}
.zone-right {
    margin-top: 20px;
    width: 45%;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #990000;
}
.zone-right p, .zone-right-them p {
	margin: 15px 0 5px 0;
}
.zone-right-them {
	margin-top: 15px;
	width:400px;
	float:right;
}
/* ------------------------------------------ NOS NEWSLETTER ------------------------------------------- */
.zone-left li div {
    background: #FFF1E5 url('img/loupes.png') no-repeat right;
    }
.zone-app li:hover {
filter: opacity(.6);
}

/*------------------- /PAGE NEWSLETTER ---------------------------*/
/*------------------- PAGE APPLICATIONS ---------------------------*/
#app_details #btn_offre,#app_details .details{
	height:1180px
}
#app_details #btn_offre {
    background: none repeat scroll 0 0 #f7e9d5;
    margin-top: 35px;
    position: relative;
    width: 290px;
    z-index: 30;
}

#app_details #vig_mob_apple, #app_details #vig_tab_apple,#app_details #vig_mob_android, #app_details #vig_tab_android{
	background: #fff;
	height: 110px;
	padding: 30px 10px 20px;
	cursor: pointer;
	border-top: 10px solid #f7e9d5;
	border-right: 10px solid #f7e9d5;
}
#app_details .vig_plus{
	margin:20px 0 0 0;
	text-decoration: underline;
}
#app_details .btn_img{
	float:left;width:100px;text-align:center;
}
#app_details .btn_texte{
    float: left;
    padding: 10px 0 0 10px;
    width: 150px;
}
#app_details .btn_texte h2>span{
	color:#2a2a2a;
}
#app_details .abo_btn h2{
	font-size:12px;
	color:#990000;
	font-weight: bold;
}
#app_details .btn_abo_actif {
	background: #fad6be!important;
}  

#app_details .details{
	width: 956px;
	position: absolute;
	background: #fff;
}
#app_details .details table{
	border:none;
}
#app_details .zone_interne {
	padding: 10px 10px 0 310px;
	width:625px;
}
#app_details h3 {
    font-size: 14px;
	font-weight: bold;
    margin: 10px 0 30px 0;
	text-align: center;
}
#app_details h3>span{
	color:#990000;
}

#app_details td.capture{
	width:130px;
}
#app_details td.capture img{
	margin: 0 20px;
}

form#nsl_form2 fieldset{
border:none;
padding:1em;
}

#text_henri p a img
{
margin: auto;
width: 445px;
box-shadow: 0px 0px 5px 5px #fad6be;
}

/* Pages paiements Annulation Erreur et Refus et information */
#pm_top{
margin: auto;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: left;
}

#pm_top2{
justify-content: center;
margin: auto;
width: 100%;
}

#pm_global{
background: none; border: none; width: 90%; margin: 30px auto auto; padding: 10px;
}

#pm_global p{

}

#nouvel_essai{
margin-top:30px;
width:100%;
}

#cross_txt,#war_txt{
    margin: 55px 0 0 20px;
    display: inline-block;
    vertical-align: top;
}

#cross_txt{
margin-top:25px;
}

#svg_war{
margin:10px 0 0;
margin-left:20px;
display:inline-block;
width:100px;
}

.cplmt_infos{
 line-height: 19px; text-align: left; margin: 20px auto 0;width:100%;
}

/* infos paiement */

#bankcheck,#pm_fleches {
    width: 48px;
    height: 48px;
    float: left;
    padding: 0 0 10px;
	fill: #990000;
}

#pm_fleches
{
	width:32px;
	height:32px;
	margin:5px;
}

#pm_right,#pm_left{
border:1px solid #fad6be;
background:#fff;
}

#pm_right {
margin: auto 15px;
width: 400px;
padding: 10px;
display: inline-block;
}

#pm_left{
margin: auto 15px 25px;
width: 250px;
display: inline-block;
vertical-align: top;
}

#pm_left p
{
padding:10px;
 }

#pm_price{
background: #990000;
color: #fff;
font: 600 18px arial,sans-serif;
height: 35px;
width: 100%;
padding: 6px;
text-align: right;
}
/* backoffice gestion */
#tableau_bord a{
	display: block;
}

/* ############### FIREFOX ################### */
@-moz-document url-prefix() {
	.selectdiv select:after {
	    top: 30px;
	}
}

/* -----------------------------------------*/
/*  ------ MOBILE ou TABLET < 1200 PX ----  */
/* ######################################## */

/* anciennement 1200 puis 1280 puis 1200*/
@media screen and (max-width: 1199px) {
	
	
	/* formulaire inscription */
	#form_registration {
    width: auto;
	}

	/* ------------page archive le journal ----------------*/

	main#main.site-main div#resultats_cahiers{
	    text-align: center;
		margin:auto;
	}

	/* Article */
		
	.entry-content{
			padding:10px;
	}
		
		
	.gen-user {
	filter: grayscale(0%);
	margin-bottom: 7px;
	}
	/* paywall */
					#offre-g {
	margin: auto;
	}
	
	/* Page "archive" */
		.article_archive_txt .entry-content, .article_archive_txt .entry-header
	{
		margin:0;
	}
	.article_archive_txt {
		width:98%;
		padding:1%;
		margin-left:0;
		
	}
	.article_archive
	{
		padding-left:5px;
	}
	
	.imgsubtitle {
	padding-top:5px;
	}
	
	/*  Menu  */
	#site-header-menu{
		display:none;
	}
	#site-header-menu-mobile
	{
	display: block;
	width:100%;
	}

	#header-menu-mobile
	{
				width:100%;
	height: 70px;
		display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */
	}


	#header-menu-mobile > div {
	display:inline-block;
	}
	#logo-mobile{  width: 60%;}
	#abonner-mobile{width: 20%;}
	#identifiant-mobile{width: 10%;}
	#links-mobile{width: 10%;}



	#togglelogin, #toggleid, #ddm1, #ddm2, #togglebienve{
	display:none;
	}

	#togglelogin, #toggleid, #togglebienvenue {

	font: 300 14px/18px Arial, sans-serif;
	width: 100%;
	background-color: #5B5A5A;
	padding-top: 10px;
	border-bottom: 3px solid #fff;


	}

	#sub_toggle_login{
	width:350px;margin-left:20px;
	}

	#toggleid
	{
	padding-top:0px;
	}

	#togglelogin form{
	margin:0px auto;
	text-align:left;
	}
	#togglelogin input{
	margin-left: 5px;
	border-radius: 0px;
	}

	#togglelogin #savepw,#togglelogin #savepw-mob, #togglelogin .lostpw{
		height:25px;
		display: inline-block;
	}
	#togglelogin .btn{
	width:200px;
	padding: 5px 20px 5px 20px;
	text-transform: none;
	}
	#togglelogin .noaccount{
	height:25px;width:100%;margin-bottom:15px;
	margin: 10px 5px 15px;
	}

	.lostpw, #savepw, #savepw-mob {
	margin:0;
	width:auto;
	border-radius: 0px;
	}

	#togglelogin .noaccount a{
	float:none;
	}

	#togglelogin .lostpw{
	margin-left:20px;
	font-size: 0.9em;
	}
	#site-header-menu-mobile ul li a{
	color:#fff1e5;
	}
	#site-header-menu-mobile ul li a:hover{
	color:#fad6be;
	}

	#site-header-menu-mobile ul li{
	padding: 4px 5px;
	}

	#togglelogin ul li{
	padding: 4px 5px 0px 15px;
	}

	#togglelogin .redline{border-bottom: 2px solid #990000;
	width: 220px;
	margin: auto 0px 20px;}

	#links-mobile, #identifiant-mobile, #abonner-mobile{
	margin:auto;
	text-align:center;
	}
	.simplelink2 a{
	padding: 3px;
	}
	.simplelink2 {
		padding: 23px 0 0 0px;
	}

	#toggleid .searchli form input{
	background-color:#3B3B3B;
	color: #968F8A;
	margin-top: 15px;
	}


	#searchbox-mob .search{
		background-position:10px 6px; 
		background-repeat:no-repeat;
		background-color:#5b5a5a;
		border:0 none;
		color:#fff1e5;
		width:195px;
		padding:6px 15px 6px 35px;
		-webkit-transition: all 0.7s ease 0s;
		display:inline;
		display:inline-block;
		border:1px solid #514f4f;
		outline: 0;
	font: 1em Arial, serif;
	}



	#searchbox-mob .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #968F8A;
	font: 300 12px Arial, sans-serif;
	line-height:20px;
	}
	#searchbox-mob .search::-moz-placeholder { /* Firefox 19+ */
	color: #968F8A;
	font: 300 12px Arial, sans-serif;
		line-height:20px;
	}
	#searchbox-mob .search:-ms-input-placeholder { /* IE 10+ */
	color: #968F8A;
	font: 300 12px Arial, sans-serif;
		line-height:20px;
	}
	#searchbox-mob .search:-moz-placeholder { /* Firefox 18- */
	color: #968F8A;
	font: 300 12px Arial, sans-serif;
		line-height:20px;
	}

	/* menu  */


	#toggleid ul li a{
	color: #fad6be;

	}

	#toggleid ul li
	{
	margin:5px 0px 0px 20px;
	}

	#toggleid ul li a:hover{
	filter: grayscale(100%);
	}

	.search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#fad6be;
	}
	.search::-moz-placeholder { /* Firefox 19+ */
	color:#fad6be;
	}
	.search:-ms-input-placeholder { /* IE 10+ */
	color:#fad6be;
	}
	.search:-moz-placeholder { /* Firefox 18- */
	color:#fad6be;
	}
	.ddmobile{
	background-color:#3b3b3b;
	padding:1px 0px 10px 15px;
	}

	.ddmobile div {
	display: inline-table;
	}

	.ddmobile a{
		display:block;
		color:#fff1e5;
		margin:15px;

	}
	.ddmobile a:hover{
	color:#fad6be;
	}

	#toggleid .searchli form {
		height:50px;
	margin-bottom: 15px;
	margin-left: 25px;
	}

	#searchbox-mob .searchbtn{
		padding:0;
		height:31px;
		bottom: 1px; 
	position: relative;
	}

	.ddmobileright{
	border-left:1px dashed #5b5a5a;
	}


	.greydashed{
	border-bottom:1px dashed #5b5a5a;
	padding-bottom:15px;
	}

	#togglebienvenue
	{
	padding-left: 25px;
	}

	#togglebienvenue a{
		display:block;
		color:#fff1e5;
		margin-bottom:15px;

	}
	#togglebienvenue a:hover{
	color:#fad6be;
	}

	#togglebienvenue .mbottom20{
	margin-bottom:40px;
	}

	#logo-mobile a img{
	height:70px;
	width: auto\9;

	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

	#sub_logo_mobile{
	height:70px;width:200px;background-color:#FAD6BE;
	}

	#abonner-mobile .simplelink2 a{
	color: #fad6be;
	font: 300 14px/18px Arial, sans-serif;
	padding: 4px;
	margin: auto auto 5px;
	display: block;
	}

	#abonner-mobile .simplelink2 a:hover{
	color: #990000;
	}


	#site-header-menu-mobile input.user_email2, #site-header-menu-mobile input.user_password2
	{
	height:28px;
	border:none;
	border-bottom: 3px solid #990000;
	margin: 0 0 0 5px;
	width:226px;
	background:#fff1e5;
	}
						
	#site-header-menu-mobile input.user_password2{
	margin-top:10px;
	}	 

	/* FOOTER mobile */


	#footer-inner ul {
		margin: 25px auto auto auto;
			margin-left: auto;
		display: inline-block;
		width: 250px;
		text-align: left;
		margin-left: 30px;
		height:auto;
	}

	#footer-bottom {
			line-height: normal;
		text-align: center;
		margin: 50px 0 0 0px;
		line-height: 2em;
		padding: 30px;
		height:auto;
		font-weight:normal;
	}

	.footer-line
	{
	display:none;
	}


	/* WIDGET */
	/* pub widget */
	aside .nveco_tag, #p_classique_hp{
	background:none;
	border:none;
	}
	aside .nveco_tag a img,#p_classique_hp a img
	{
	/*border: 15px solid #fad6be;*/
	margin: auto;

	}	

	div#form_registration	
	{
	margin-left:0;
	}


	/* ----------  Page s'abonner -------------- */
	#offre legend {
	   font: 300 1.7em arial, Serif;
		margin: 0 25%;
		width: 50%;
	}

	#offre {

	    text-align: center;
	    font: 300 15px Arial, Serif;
	    margin: auto;
	    margin-top: auto;
	    margin-top: 20px;
	    padding: 20px;
	    width: 98%;

	}

	#offre_bottom .third_block{
		margin-top:25px;
	}


}

/* ----------------------------------------- */
/* ------------ Fin max 1199 px -------------*/
/* ######################################### */


/* ------  MEDIA QUERY 550 PX max------------*/
@media screen and (max-width: 550px) {
	
	html,body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#primary p, #primary .inter-titre{
		padding:0 5px;}
				
	/* Pages paiements Annulation Erreur et Refus */


	#war_txt{
	margin-top:20px;
	}
	#svg_war {

	    margin: auto;
	}
				
	
	/* ----------------      Page s'abonner      ---------------------- */
	
	#offre legend {
	   	font: 300 1.5em arial, Serif;
		margin: 0 5%;
		color: #990000;
		width: 90%;
	}
	
	/* ---------------------- sous menu ------------------------------ */
	.ddmobile a{

	margin:10px;
	}

	.ddmobileright{
	width:120px;
	}

	
    /* ---------------------- form inscription -------------------- */
	div#form_registration form#formabo ul li.tablecell
	{
	display:table;
	}
	
	
	/* --------------- page mot de passe ------------------------- */
	
	div#boxmotdepasse div form#motdepasse,p.text_mot_de_passe,div#contact_login{
	padding:5px;
	}

	div#contact_login a{
	text-decoration:underline;
	}

	div#content.site-content div#contact_login{
	margin-bottom:20px;
	}
	*{
		border:1p solid red;
	}
	
	/* --------------------- page publicité ------------------------- */
	
  /*
	.commercial .nom, #pub_accueil .nom {
    display: inline-block;
    width: 200px;
	}

	#pub_accueil li {
	    width: 200px;
	    text-align: center;
	}

	#pub_accueil table{
	display:none;
	}

	#pub_accueil .page_sous_titre, #pub_accueil h2 {

	    margin-left: 10px;

	}

	#contact h3{
	margin-top:20px;
	}

	div#pub_accueil ul{
	width: 200px;
	height: auto;
	margin: auto;
	}

	#pub_accueil li{
	margin:0 0 20px 0;
	}
  */

	#contact .commercial{
	width: 200px;
	    margin: 30px auto auto;
		height: auto;
	display: block;
	}
	/* ----------page archive le journal------------------- */

	main#main.site-main div#resultats_cahiers{
	    text-align: center;
		margin-left:0;
	}

	form#recherche_archives input#cherche_archive.vdp_archive_div_recherche_btn_send.btn {
	    width: 320px;
	}
	
	/* modifs henry */
	.entry-content p{
	text-align:left;
	color:#000;
	letter-spacing:0;
	}
	
	#before-content
	{
		background:none;
		margin-top:5px;
	}
	
	#before-content .entry-title{
	line-height:28px;
	}
		#chapo {
		margin-top:10px;
		color:#000;
	}
	.social-icon svg{
		width:22px;
	}
	#social {
	    text-align: center;
	}

	/*------------- page rédaction ----------------*/
	.redac_bloc, .redac_alone
	{
		width: 250px;
		margin:10px auto;
		height:auto;
		text-align:center;
		display: block;
	}
	.redac_bloc img, .redac_alone img
	{
		float:none;
	}
	.comment-form-subscriptions
	{
	margin-right:0;
	}
	/* pub pour mobile */
	#b_top
	{
		/*display:none;*/
		margin:0 auto;
	}
	/* on fixe le menu en version mobile */
	#masthead
	{
		position:relative;
		top:0;
		border-bottom:1px solid #3b3b3b;
	}
	#offre-d {
		margin: auto 25px auto 20px;
	}
	#offre_bottom {
		margin-left:0;
	}	
	div#offre_bottom div div.top_block{
		margin-top:0px;
	}
	label#paiement-error.error
	{
		width:250px;
	}
	#inscription #offre-g {
		margin: 0;
		width: 90%;
	}
	#inscription #mens5
	{
		margin-top:25px;
	}
	#form_registration
	{
		margin-left:0;
		margin-top:25px;
		width: 290px;
	}
	#form_registration form
	{
		margin:0;
		padding:0;
	}
	#form_registration input[type="text"],#form_registration input[type="password"]
	{
		width: 100%;
	}
	#inscription form ul {
		padding-bottom: 10px;
	}
	#ville_ins, #cp_ins
	{
		width:100%;
	}
	#ville_ins
	{
		margin:0;
	}
	#form_registration .inline_label {
		width: 250px;
	}
	.civilite::after {
	width: 0;
	right: 50px;
	}
	#form_registration hr {
	width: 100%;
	}
	.vdp_archives_find_rub2{	
	border:none;
	}

	/* ----------------------------------- footer ---------------------------------------- */
	#footer-inner ul {
	    margin: auto;
	    display: block;
		float:none;
	}

	/*-------------------------------- PAGE DOSSIER ---------------------------------------*/
	.nav_rubriques
	{
		margin:auto;
		width:185px;
	}

	#lesrubriques ul li
	{
		margin:0;
	}

	/*------------------------------- Newsletter ------------------------------------------*/
	.zone-right-them {
	    padding-left: 15px;
	    width: 100%;

	}
	.zone-right {
		float:none;
	    width: 100%;
	}
	.zone-left {
	margin:auto;
	float:none;
	min-height:0;
	}
	.zone-left li div {
		margin: 5px auto 0;
	}
	/* librairie < 550px */ 
	.details_single_librairie {
	    width: 100%;
	}

	/* -------------------- Article fonctionnalitées--------------------------------*/
	#popin_button_email {

	    width: 100%;
	    padding: 20px;
	    background: #F6F5F5;
	    border: 1px solid #B5B5B5;
	    z-index: 99000;
	    top: 0;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    -webkit-box-shadow: 0px 5px 10px 0px #2a2a2a;
	    box-shadow: 0px 5px 10px 0px #2a2a2a;
	    position: absolute;
		margin:0;
		left:0;
	}
	#mess_connect {

	    border: 1px solid #B5B5B5;
	    border-radius: 4px;
	    box-shadow: 0 5px 10px 0 #2A2A2A;
	    position: fixed;
	    text-shadow: none;
	    z-index: 101;
	    font-size: 14px;
	    background-color: #fef4e7;
	    padding: 20px;
	    font-family: Arial, Helvetica, sans-serif;
	    width: 100%;
	    top: 0;
	    left: 0;
	    height: 100%;
	}
	.popinCss {
	    margin: 0;
	}
	#mess_connect_details .fleche_rouge, #mess_connect_details .fleche_orange {
	padding: 12px 5px;
	height: 65px;
	background: #990000;
	}
	#mess_connect_details .fleche_orange{
	background:#f5a044;
	}
	/* pages pm information */
	#pm_right {
	    margin: 15px auto;
	    width: 90%;
	}

}
/* ---------------- FIN MEDIA QUERIE 550 PX ----------------------- */
/** GENERAL **/
.alert-error{
    clear:both;
    padding:8px 35px 8px 14px;
	margin:20px 0;
	/*text-shadow:0 1px 0 rgba(255,255,255,0.5);*/
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:20px;   
	color:#3b3b3b;
	background-color:#fad6be;
	border:1px solid #990000;
}

.copyright_art{
	display: block;
	margin-top: 10px;
}

/** TESTS Habilage & col de droite **/
/*
div.site-inner div.site-content{
	padding: 0px !important;
}
.site-inner{
	max-width: 1200px;
	padding: 0px 10px;
}
.sidebar{
	margin-left:880px;
}
.nvleco-menu{
	margin-left: 10px;
}

/* commenter la ligne 2051 .site-content padding */
@media screen and (max-width: 1199px) {
	#hab{
		display: none;
	}
}

.amp-author  {
	display: none;
}
/*
#recon_ext {
    background-color: #fad6be;
    margin-top: 20px;
}
#recon_ext img {
	width: 100%;
}
#recon_ext > div {
	padding: 10px;
	width: 100%;
}
.post #recon_ext {
	background-color: #fff1e5;
}
.post #recon_ext > div {
	width: auto !important;
}
.art_chrono .recon_cat {
	position: absolute;
	bottom: 5px;
}
.recon_cat {
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: arial;
}
.recon_ext-mini {
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #feecdd;
}
.recon_ext-mini:last-child {
	border: 0;
}
.recon_ext-mini .thumbnail {

	max-width: 49%;
	margin-left: 1%;
}


#recon_ext #feat_b3 {
	padding: 0;
	background-color: #fad6be;
}
#recon_ext #feat_b3 a {
	color: black;
}
#recon_ext #feat_b3{
	padding:10px 7px 5px;
}
#recon_ext #feat_b3 h1,#recon_ext  #feat_b3 h2 {
	font-weight: 300;
}
#recon_ext #feat_b3 img{
	text-align:center;
}

#recon_ext .cat {
	vertical-align: bottom;
	display: block;
	height: 20px;
	text-align: left;
	margin: 10px 0 auto 3px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#recon_ext .cat a:hover{
	color: #990000;
}
#recon_ext .cat{
	text-transform: uppercase;
	font-size: 10px;
	font-family: arial;
	color: #3b3b3b;
}

.feat_b1 h2{
	margin-bottom:10px;
	padding: 3px;
}
.feat_b1 h2{
text-align:left;line-height:22px;
}

.feat_b1 h2 a:hover{
	color:#990000;
}
.feat_b1_txt{
	border:none;
}
.imgsubtitle{
	color:#990000;
	padding-top:5px;
	font: 14px arial, serif;
}
#recon_ext  #feat_b3 div.feat_b1 {
	margin-bottom: 15px !important;
}


#recon_ext #feat_b3 div:nth-child(1n),
#recon_ext #feat_b3 div:nth-child(3n)
{
	margin:0px 5px;
}
	
#recon_ext  #feat_b3 div:nth-child(1n) {
	margin-left: 0;
}
#recon_ext  #feat_b3 div:nth-child(3n) {
	margin-right: 0;
}
hr{
	height:1px;
	width:95%;
	margin:auto;
	background-color:#feecdd;
	margin-top:10px;
}

.cat {
	vertical-align: bottom;
	display: block;
	height: 20px;
	text-align: left;
	margin: 10px 0 auto 3px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.cat a:hover{
	color: #990000;
}
.recon_ext-mini h2{max-width:300px;font-size:1em;}
#recon_ext h2{line-height:19px;margin-top:5px;}
section#recon_ext h3{font-weight:300;font-size:0.9em;line-height:1em;margin-top:5px;}
div#recon_ext #feat_b3{padding:10px;margin:0;}
div#recon_ext .feat_b1:nth-child(1n){margin:0 !important;padding:0 15px 0 10px;}
div#recon_ext .feat_b1:nth-child(2n){margin:0 !important;padding:0 15px 0 0;}
div#recon_ext .feat_b1:nth-child(3n){margin:0 !important;padding:0 10px 0 0;}
div#recon_ext .feat_b1 h2{padding-left:0;font-size:1em;}
@media (min-width:725px) {
	#recon_ext, #recon_ext .flex  {
		display: flex;
	}
	#recon_ext > div:last-child {

     }

	#recon_ext  #feat_b3 div.feat_b1:nth-child(3n-1)
	{

		padding:0px 10px;
		width:275px;
	}
	#recon_ext .feat_b1
	{
		width:254px;
		display:inline-block;

		vertical-align: top;
		cursor:pointer;
		position:relative;
		min-height:250px;
	}
}
*/
#recon_ext{
	background-color:#fad6be;
	width:100%;
	margin: 20px 0 30px 0;
	padding:12px;
	float:left;
}
#recon_ext div.recon_cat, .art_chrono_txt .recon_cat{
	text-transform: uppercase;
    font-size: 10px;
    font-family: arial;
	position: relative !important;
}
#recon_gauche{
	max-width: 390px;
	float:left;
	margin-right:10px;
}
#recon_gauche h2{
	font-size: 1.3em;
	line-height: 1.1em;
}
#recon_gauche h3{
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1em;
	margin: 10px 0;
}
#recon_gauche > img{
	width:100%;
}
#journal{
	clear:both;
}
#recon_droite{
	max-width: 402px;
	float:left;
	padding-left: 12px;
}
#recon_droite .thumbnail{
	width: 180px;
	float: right;
}
#recon_droite .recon_text{
	width: 210px;
	float: left;	
}
#recon_droite h2, div#recon_ext h2{
	font-size:1em;
	line-height:1.3em;
	margin:5px 0 10px 0;
}
.recon_ext-mini{
	clear:both;
	float:left;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #feecdd;
}
.recon_ext-mini:first-child{padding-top: 0px;}
.recon_ext-mini:last-child{padding-bottom: 0px;border:none;}
.recon_ext-mini .imgsubtitle{padding-top:0 !important}

#reco_bloc{
	font-family: Arial, sans serif;text-transform: uppercase;font-size: 1em;margin-bottom: 10px;display:block;
}
div#recon_ext .feat_b1{
	width:33%;
	float: left;
	padding-right:1%;
}
div#recon_ext a{color: black;font-weight:300;}
div#recon_ext .feat_b1:nth-child(3n-1){
	/*float:none;*/
	clear:both;
}
@media screen and (max-width: 1199px) {
	#recon_ext div.recon_cat a{
		color:black;
	}
	#recon_droite h2{
		font-size:0.9em;
		line-height:1.3em;
		margin:5px 0 10px 0;
		font-family:georgia, serif;
	}
	#recon_droite a{
		color: black;
	}
	#recon_droite{
		padding-left: 0px;
		margin-top:20px;
	}
	#recon_gauche{border-bottom: 1px solid #feecdd;}
}

@media screen and (max-width: 440px) {
	#recon_gauche, #recon_droite,#recon_droite .thumbnail,#recon_droite .recon_text,#recon_ext img,#recon_ext .feat_b1_txt,div#recon_ext .feat_b1{
		width:100%;
		max-width: 100%;
	}
}

.group-description-buttons .btn, .gdpr_action_button {
	box-shadow: none !important;
	display: inline !important;
	float: none !important;
}

/* AJOUT PROTECTION REPRODUCTION 09/01/2023 */

#protection-oeuvre {
  border-left: 6px solid #990000;
  padding-left: 10px;
  padding-top: 1px;
  clear: both;
  margin-top: 30px;
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

#protection-oeuvre .titre-protection {
  font-size: 16px;
  font-weight: bold;  
  color: #990000;
  line-height: 16px;
  margin-bottom:15px;
  margin-top: 3px;
}

#protection-oeuvre .sous-titre-protection {
  font-size: 16px;
  color: #221a03;
  font-weight: normal;  
  font-style: normal;
  margin: 0;
  line-height: 20px;
}

#protection-oeuvre .sous-titre-protection a {
  /*color: #221a03;*/
  color: #2b2b2b;
  text-decoration: underline;
}

#protection-oeuvre .sous-titre-protection a:hover {
  color: #990000;
}

/* AJOUT PROTECTION REPRODUCTION 31/01/2023 */

.lien-etudiant-abo {
  text-align: right;
  padding: 12px 26px;
}

.lien-etudiant-abo >a {
  text-underline-offset: 7px;
  font-size: 18px;  
  text-decoration-thickness: 2px;
  font-family: arial, Serif;  
}

/* AJOUT message entête expiration CB */

#message-header-expiration-cb {
  background: #990000;
  padding: 10px 15px;
  text-align:center;
  color: #fff;
  font-weight: bold;
}
#message-header-expiration-cb a {
  color: #FFF1E5;
}

/* AJOUT COMMERCIAL PUBLICITE 13/10/2023 */
#pub_accueil .en-tete-page-pub {
  text-align:center;
}

#pub_accueil a {
  color: #3b3b3b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#pub_accueil a:hover {
  color: #990000;
}

#pub_accueil .en-tete-page-pub > img {
  margin-bottom: 15px;
}

#pub_accueil .en-tete-page-pub > h2 {
  color: #3b3b3b;
  font-size:1.5em;
  margin-top:10px;
  margin-bottom:3px;
}

#pub_accueil .en-tete-page-pub > h2 > .titre-rouge {
  color: #990000;
}

#pub_accueil .en-tete-page-pub > p {
  color: #3b3b3b;
  font-size:1.1em;
}

#pub_accueil .bloc-elem-pub {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  color: #3b3b3b;
}

#pub_accueil .bloc-elem-pub .titre-bloc {
  /*width:410px;*/
  width:auto;
  background-color: #990000;
  /*color: #fff;*/
  color: #fff1e5;
  display: inline-block;
  padding: 5px 35px;  
  margin: 0 auto;
  margin-bottom: 20px;
}

#pub_accueil .bloc-elem-pub .titre-bloc h3 {
    display: inline-block;
    font-size: 1.1em;
}

#pub_accueil .bloc-elem-pub .sous-titre-bloc-equipes {
  margin-bottom: 20px;
  font-size: 0.935rem;  
  text-align: center;
}
#pub_accueil .bloc-elem-pub .sous-titre-bloc-equipes.has-padding-top {
  margin-top: 30px;
}
#pub_accueil .bloc-elem-pub .description-bloc {
  margin-bottom: 25px;
  font-weight: bold;
  
  font-size: 0.935rem;
}

#pub_accueil .bloc-elem-pub .exemples-bloc {
  display: flex;
  width: 100%;
}

#pub_accueil .bloc-elem-pub .exemples-bloc.has-padding-top {
  margin-top: 30px;
}

#pub_accueil .bloc-elem-pub .exemples-bloc .pub-contacter{}
#pub_accueil .bloc-elem-pub .exemples-bloc .pub-contacter >a{}

#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple {
  width: 100%;
  display:flex;  
  flex-direction: column; 
}
#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple h4.titre-elem {
  margin-bottom: 20px;
  font-size: 0.935rem;
}
#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple img {}
#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple img#img-nsl-vert {
  height: 230px;
}

#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple .elem-image {
  flex: 1 0 auto;
}

#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple .elem-image >a:hover  img {
  opacity: 0.8;
}

#pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple .notice-bloc {
  font-size: 0.87rem;
  margin-top: 5px;
}



#pub_accueil .bloc-elem-pub .equipes-bloc {
  display: flex;   
  width: 100%;
}
#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe {
  width: 100%;
  text-align:left;
  display:flex;  
  flex-direction: column;  
}

#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe {
  /*flex: 1 0 auto;*/
  font-size: 0.9rem;
}

#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe >li {}
#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe >li.nom-equipe {
  font-weight: bold;
  font-size: 0.935rem;
  margin-bottom: 0.8rem;
}
#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe >li.titre-equipe {
  margin-bottom: 0.8rem;
  font-size: 0.8125rem;
  padding-right: 0.75rem;
}
#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe >li.tel-equipe {
  letter-spacing: -0.3px;
  font-size: 0.8125rem;
}
#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe ul.infos-equipe >li.tel-equipe >a {
  text-decoration: none;
  font-size: 0.8125rem;
}

#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe a.btn-equipe {
  margin-top: 0.2rem;
  font-size: 0.8125rem;
}

#pub_accueil .bloc-elem-pub .equipes-bloc.equipes-direction .elem-equipe ul.infos-equipe >li.titre-equipe {
  /*margin-bottom: 0;*/
}

/*#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe a.btn-equipe {
  display: block;
  margin-top: 25px;  
  font-size: 0.8125rem;
  padding: 3px 5px;
  width: 80%;
  color: #fff;
  background-color: #990000;
  text-align:center;
  text-decoration: none;
}*/

#pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe a.btn-equipe:hover {
  /*background-color: #bb0000;*/
}

#pub_accueil .bloc-elem-pub .elem-half    { width: calc(100% / 2) !important; }
#pub_accueil .bloc-elem-pub .elem-third   { width: calc(100% / 3) !important; }
#pub_accueil .bloc-elem-pub .elem-fourth  { width: calc(100% / 4) !important; }
#pub_accueil .bloc-elem-pub .elem-fifth   { width: calc(100% / 5) !important; }
#pub_accueil .bloc-elem-pub .elem-sixth   { width: calc(100% / 6) !important; }
#pub_accueil .bloc-elem-pub .elem-seventh { width: calc(100% / 7) !important; }
#pub_accueil .bloc-elem-pub .elem-eighth  { width: calc(100% / 8) !important; }

#pub_accueil .bloc-elem-pub .groupe-bloc-equipes {
  display: flex;
  width: 100%;
}

#pub_accueil .bloc-elem-pub .groupe-bloc-equipes .sous-groupe-equipe {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.flex-justify-center {
  justify-content: center;
}

.align-self-center {
  align-self: center;
}
  
.visible-xs {
  display: none;
}

.hidden-xs {
  display: flex;
}


@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  
  .visible-xs {
    display: flex;
  }
  
  #pub_accueil .bloc-elem-pub .exemples-bloc,
  #pub_accueil .bloc-elem-pub .equipes-bloc,
  #pub_accueil .bloc-elem-pub .groupe-bloc-equipes {
    flex-direction: column;
  }
  
  #pub_accueil .bloc-elem-pub .titre-bloc {
    width: 100%;
  }
  
  #pub_accueil .bloc-elem-pub .exemples-bloc .elem-exemple .notice-bloc {
    margin-bottom: 15px;
  }
  
  #pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;    
  }
  
  #pub_accueil .bloc-elem-pub .equipes-bloc .elem-equipe a.btn-equipe {
    margin: 15px auto 25px auto;
  }
  
  #pub_accueil .bloc-elem-pub .elem-half {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-third {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-fourth {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-fifth {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-sixth {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-seventh {width: 100% !important; }
  #pub_accueil .bloc-elem-pub .elem-eighth {width: 100% !important; }
}
