/*!
Theme Name: LNR DZ
Theme URI: https://www.mdfive.dz
Author: MDFive
Author URI: https://www.mdfive.dz
Description: Thème WordPress personnalisé pour LNR
Version: 1.0.1
License: Copyright
Text Domain: lnrdz
Tags: Journal, Press, LNR

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    /* list-style: disc; */
    list-style: none;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: none;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    width: 100%;
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* **************** */
/* Custom LNR THEME */
/* **************** */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font-weight: normal; */
    vertical-align: baseline;
    background: transparent;
}

main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
    max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

:root {
    --bordeau-lnr: #8a1917;
    --monde-cat-color: #c69069;
    --edito-cat-color: #5e5e5e;
    --evenement-cat-color: #675a8c;
    --echos-cat-color: #2d7e5c;
    --debat-cat-color: #c14d44;
    --regions-cat-color: #609aaa;
    --sport-cat-color: #80476b;
    --culture-cat-color: #3d88c7;
}

.bordeau {
    color: var(--bordeau-color);
}

.monde {
    color: var(--monde-cat-color);
}

.edito {
    color: var(--edito-cat-color);
}

.evenement {
    color: var(--evenement-cat-color);
}

.echos {
    color: var(--echos-cat-color);
}

.debat {
    color: var(--debat-cat-color);
}

.regions {
    color: var(--regions-cat-color);
}

.sport {
    color: var(--sport-cat-color);
}

.culture {
    color: var(--culture-cat-color);
}

.bordeau-top-border {
    border-top: 8px solid var(--bordeau-lnr);
}

.monde-top-border {
    border-top: 8px solid var(--monde-cat-color);
}

.edito-top-border {
    border-top: 8px solid var(--edito-cat-color);
}

.evenement-top-border {
    border-top: 8px solid var(--evenement-cat-color);
}

.echos-top-border {
    border-top: 8px solid var(--echos-cat-color);
}

.debat-top-border {
    border-top: 8px solid var(--debat-cat-color);
}

.regions-top-border {
    border-top: 8px solid var(--regions-cat-color);
}

.sport-top-border {
    border-top: 8px solid var(--sport-cat-color);
}

.culture-top-border {
    border-top: 8px solid var(--culture-cat-color);
}

.bordeau-bottom-border {
    border-bottom: 5px solid var(--bordeau-lnr);
}

.monde-bottom-border {
    border-bottom: 5px solid var(--monde-cat-color);
}

.edito-bottom-border {
    border-bottom: 5px solid var(--edito-cat-color);
}

.evenement-bottom-border {
    border-bottom: 5px solid var(--evenement-cat-color);
}

.echos-bottom-border {
    border-bottom: 5px solid var(--echos-cat-color);
}

.debat-bottom-border {
    border-bottom: 5px solid var(--debat-cat-color);
}

.regions-bottom-border {
    border-bottom: 5px solid var(--regions-cat-color);
}

.sport-bottom-border {
    border-bottom: 5px solid var(--sport-cat-color);
}

.culture-bottom-border {
    border-bottom: 5px solid var(--culture-cat-color);
}



/* @import url(https://fonts.googleapis.com/css?family=Tienne:400,900); */


/* latin */
@font-face {
    font-family: 'Tienne';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Tienne Regular'), local('Tienne-Regular'), url(https://fonts.gstatic.com/s/tienne/v12/AYCKpX7pe9YCRP07l0nG.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Tienne';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Tienne Black'), local('Tienne-Black'), url(https://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zFG7TR3Jv.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#ad-iframe {
    width: 728px;
    height: 90px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;

    font-family: "Tienne", serif;
    font-size: 13px;
    color: #5e5e5f;
}


a {
    color: #2d2d2d;
    text-decoration: none;
    transition: all 0.12s;
    -moz-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    position: relative;
    display: inline-block;
}

a:hover {
    color: #c53c1c;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: inline;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h4 {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Tienne', serif;
    font-weight: normal;
}

.greybox {
    border: 1px solid rgba(0, 0, 0, 0.25);
}


.main-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;

    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0;

    background-color: #fff;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.header {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: auto;
}

.header-banner {
    text-align: center;
    height: 90px;
    background-color: #cccccc;
}

.header .header-breaking-news ul {
    margin: 0;
    padding: 0;
}

.header .header-breaking-news strong {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    color: #c53c1c;
}

.header-breaking-news {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 10px;
    justify-content: left;
    padding-bottom: 20px;
    border-bottom: 1px dotted #5c4747;
}

.header-breaking-news ul li {
    padding: 3px;
}

.header .breaking-news-list {
    font-size: 12px;
    line-height: 100%;
    color: black;
}

.header-infos {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-auto-flow: column;
    background-color: var(--bordeau-lnr);
    padding: 20px;
}

.header-infos .slogan {
    display: grid;
    grid-template-rows: auto;
    align-items: end;
    color: #fff;
    text-align: right;
}

.header .meteo h3 {
    font-size: 2em;
}

.header .meteo h4 {
    font-size: 1em;
}

#site-navigation {
    position: relative;
}

#datepicker {
    position: absolute;
    right: -3%;
    z-index: 9999;
}

.menu-menu-principal-container {
    display: grid;
    grid-template-columns: auto 1fr;

    background-color: #232323;
}

.menu-toggle {
    width: 100%;
    padding: 15px;
    background-color: #232323;
    border-radius: 0;
    border: 1px solid #181818;
    color: white;
    font-size: 1.4em;
}

.nav-menu {
    padding: 0;
}

.nav-menu>li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.nav-menu>li:first-child {
    background-color: var(--bordeau-lnr);
}

.nav-menu>li:first-child>a:hover {
    background-color: var(--bordeau-lnr);
}

.nav-menu>li:nth-child(2) {
    background-color: var(--evenement-cat-color);
}

.nav-menu>li:nth-child(2)>a:hover {
    background-color: var(--evenement-cat-color);
}

.nav-menu>li:nth-child(3) {
    background-color: var(--echos-cat-color);
}

.nav-menu>li:nth-child(3)>a:hover {
    background-color: var(--echos-cat-color);
}


.nav-menu>li:nth-child(4) {
    background-color: var(--debat-cat-color);
}

.nav-menu>li:nth-child(4)>a:hover {
    background-color: var(--debat-cat-color);
}

.nav-menu>li:nth-child(5) {
    background-color: var(--regions-cat-color);
}

.nav-menu>li:nth-child(5)>a:hover {
    background-color: var(--regions-cat-color);
}

.nav-menu>li:nth-child(6) {
    background-color: var(--monde-cat-color);
}

.nav-menu>li:nth-child(6)>a:hover {
    background-color: var(--monde-cat-color);
}

.nav-menu>li:nth-child(7) {
    background-color: var(--sport-cat-color);
}

.nav-menu>li:nth-child(7)>a:hover {
    background-color: var(--sport-cat-color);
}

.nav-menu>li:nth-child(8) {
    background-color: var(--culture-cat-color);
}

.nav-menu>li:nth-child(8)>a:hover {
    background-color: var(--culture-cat-color);
}

.nav-menu>li:nth-child(9) {
    background-color: var(--culture-cat-color);
}

.nav-menu>li:nth-child(9)>a:hover {
    background-color: var(--culture-cat-color);
}



.nav-menu li a {
    display: block;
    background: #232323;
    margin-top: 4px;
    color: #fff;
    padding: 14px 20px 14px 20px;
    position: relative;
    letter-spacing: 0px;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.07);

}

.dropdown-btn {
    position: relative;
    display: inline-block;
}

.dropdown-btn:hover {
    background-color: var(--culture-cat-color);
}

.dropdown-btn:hover a {
    background-color: var(--culture-cat-color);
}

.dropdown-btn>.dropdown-menu {
    position: absolute;
    display: none;
    background-color: var(--culture-cat-color);
    /* min-width: 100px; */
    z-index: 1;
}

.dropdown-btn>.dropdown-menu a:hover {
    background-color: #295f8b;
}

.dropdown-btn:hover .dropdown-menu {
    display: block;
}

.search-box form {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 10px;
}

/*-- ================ Content ================ --*/


.content {
    display: grid;
    grid-template-columns: 3fr minmax(300px, 1fr);
    column-gap: 20px;
    max-width: 980px;
    width: 100%;
    margin: auto;
}

.main-content {
    display: grid;
    grid-template-columns: minmax(500px, 2fr) 1fr;
    column-gap: 20px;
    row-gap: 50px;
}

.main-content .left-content-info {
    display: grid;
    grid-template-rows: max-content;
    grid-auto-rows: max-content;
    row-gap: 15px;

    max-width: 500px;
}

#home-slider {
    margin: 0;
}

#home-slider .slides .slider-article {
    width: 100%;
    max-width: 500px;
    max-height: 280px;
    height: 100%;
}

#gallery-slider .slides .gallery-slide{
    width: 100%;
    max-width: 300px;
    max-height: 186px;
    height: 100%;
} 

.main-content #home-slider .slides li,
.sidebar #gallery-slider .slides li {
    position: relative;
    width: 100%;
    height: 100%;
}

.flex-direction-nav a:before {
    font-size: 30px;
}

#home-slider .flex-caption {
    position: absolute;
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
}

.main-content #home-slider img {
    width: 100%;
    height: 100%;
}

.main-content #home-slider .slider-article h2 {
    width: max-content;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px 3px;
    font-weight: bold;
}

.main-content #home-slider .slider-article p {
    color: #fff;
    padding: 3px;
    font-weight: bold;
}


.main-content .middle-content-info {
    display: grid;
    grid-template-rows: max-content;
    grid-auto-rows: max-content;
    row-gap: 30px;

    max-width: 120px;

}


.main-content .middle-content-info .middle-panel>h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #b2b2b2;
    font-weight: normal;
    font-size: 15px;
}

.main-content .middle-content-info .middle-panel>h3 a {
    color: inherit;
}

.main-content .middle-content-info .middle-panel .middle-article {
    margin-bottom: 15px;
}

.main-content .middle-content-info .middle-panel .middle-article img {
    width: 100;
    height: auto;
}


.main-content .middle-content-info .middle-panel .middle-article>p a {
    /* font-size: 13px; */
    color: #8b0504;
}

.left-article-block .article-content .postthumbnail {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 5px solid #3d88c7;
}

.left-article-block .article-content .postthumbnail img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    
}

.left-article-block .article-content .postcontent {
    padding: 20px;
}


.left-article-block .article-content h2 {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: -20px;
    border-left: 5px solid #3d88c7;
    padding: 3px 0px 3px 15px;

}


.left-article-block {
    padding: 20px;
    background: #f8f8f8;
    border-bottom: 1px dotted #d9d9d9;
}

.left-article-block .article-content h3 {
    color: #8b0504;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.left-article-block .article-content p {
    font-size: 13px;
    line-height: 20px;
    color: #5E5E5F;
    padding-top: 10px;
}

.left-article-block .article-content {
    padding-top: 20px;
}

.article-content p {
    text-align: justify;
}

.full-left-box>.thetitle {

    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #b2b2b2;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

#derniere-title {
    border-top: 5px solid var(--echos-cat-color);
    color: var(--echos-cat-color);
}

#event-title {
    border-top: 5px solid var(--evenement-cat-color);
    color: var(--evenement-cat-color);
}

.full-left-box {
    position: relative;
    margin-bottom: 20px;

}

.full-left-box>.title-top {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.full-left-box>.title-top a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 11px;
}

.category-block .category-right-block .article-content {
    padding-bottom: 30px;
}

.category-block .category-right-block .article-content h2 {
    display: block;
    padding-bottom: 12px;
    font-weight: bold;
    font-family: 'Tienne', serif;
    font-size: 18px;
    line-height: 23px;
}

.category-block .category-right-block .article-content h4 {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #8b0504;
    padding: 8px 0px 8px;
}

.category-block .category-right-block .article-content p {
    font-size: 13px;
    line-height: 20px;
    color: #5E5E5F;
    text-align: justify;
}

.paginate-links {
    margin: 20px auto;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

.bottom-content-info {
    grid-column: span 2;
}

.sidebar {
    display: grid;
    grid-template-rows: repeat(auto-fit, max-content);
    grid-auto-rows: max-content;
    row-gap: 20px;
}

.sidebar .panel h3 {
    display: block;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 5px solid #232323;
    border-bottom: 1px dotted #b2b2b2;
    color: #232323;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.sidebar .panel .side-article {
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b2b2b2;
    width: 100%;
}

.sidebar .panel .side-article .article-content h4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin-top: -3px;
    margin-bottom: 8px;
}

.sidebar .panel .text-link {
    /* display: inline-block; */
    font-size: 12px;
    font-weight: bold;
}

.sidebar .panel .side-article .article-content p {
    color: #5e5e5e;
}

.timeline-panel {
    padding: 15px;
    background-color: #f6f6f6;
    border: 1px solid #d1d1d1;
}

.timeline-panel h3 {
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: var(--bordeau-lnr);
}

.timeline h4,
.timeline-date {
    color: var(--bordeau-lnr);
}

ul.timeline{
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 30px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--bordeau-lnr);
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.button {
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: var(--bordeau-lnr);
}

.pdf {
    padding: 2px;
    border: 1px solid var(--bordeau-lnr);
    width: max-content;
	max-width: 150px;
}

.float-right {
    float: right;
}

#sidebar-video-panel h4 {
    display: block;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #232323;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}


.post-main-content,
.categories-main-content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.post-content {
    display: grid;
    grid-template-rows: repeat(auto-fit, max-content);
    row-gap: 20px;
}

.post-content h2 {
    padding-top: 5px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #2d2d2d;
    font-family: 'Tienne', serif;
}

.post-content h3 {
    color: var(--bordeau-lnr);
}

.post-content p {
    text-align: justify;
}


.post-content img {
    width: 100%;
}

.category-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.category-main-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.category-main-title h2 {
    grid-column: span 2;
}

.category-main-title .top-right-corner {
    grid-column: 2 / -1;
    text-align: right;
    font-weight: bold;
    color: gray;
}

.category-main-title .top-right-corner a {
    color: gray;
}



.footer {
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    margin: auto;
    padding-top: 6px;

    background-color: #1e1e1e;
    color: #fff;
}

.footer ul {
    width: 130px;
    line-height: 100%;
}

.footer ul li a {
    color: #cfcfcf;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 7px;
}

.footer ul li a:hover {
    padding-left: 25px;
}

.footer ul li a .category-square {
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 7px;
    height: 7px;
    color: transparent;
    overflow: hidden;
}

#footer-menu>li:first-child .category-square {
    background-color: #2d7e5c;;
}


#footer-menu>li:nth-child(2) .category-square {
    background-color: #c14d44;;
}

#footer-menu>li:nth-child(3) .category-square {
    background-color: #609aaa;;
}


#footer-menu>li:nth-child(4) .category-square {
    background-color: #c69069;;
}


#footer-menu>li:nth-child(5) .category-square {
    background-color: #80476b;;
}


#footer-menu>li:nth-child(6) .category-square {
    background-color: #3d88c7;;
}


#footer-menu>li:nth-child(7) .category-square {
    background-color: #3d88c7;;
}



.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding: 20px;
    background-color: #313131;
    color: #c0c0c0;
}

.footer-widgets h2 {
    width: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted#505050;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #cfcfcf;
    text-transform: uppercase;
}

.footer-widget1,
.footer-widget2,
.footer-widget3,
.footer-widget4 {
    display: grid;
    grid-template-rows: max-content;
    row-gap: 20px;
}

.footer-w1-text {
    font-size: 12px;
    line-height: 16px;
}

.footer-copyright {
    display: grid;
    grid-template-columns: 1fr;

    padding: 10px 20px;
    align-items: center;
}

.left-copyright {
    text-align: center;
}

.left-copyright,
.right-copyright {
    font-size: 10px;
    color: #8a8a8a;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
}

/* ******************** */
/* SCROLL TO TOP BUTTON */
/* ******************** */

#smoothup {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: -45px;
    right: 20px;
    border-radius: 2px;
    opacity: 0.75;
    font-size: 1.5em;
    line-height: 35px;
    text-align: center;
    color: white;
    z-index: 9999;
    text-indent: -9999px;
    /* display: none; */
    background: url("img/top_icon.png");
    /* background-color: var(--bordeau-lnr); */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#smoothup.show{
    opacity: 1;
    bottom: 11px;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
     .header-infos {
         grid-template-columns: 1fr;
         grid-auto-flow: row;
         justify-items: center;
     }

     .header-infos .slogan {
        text-align: center;
    }

    .nav-menu > li > a {
        margin: 0;
        border-top: 1px solid #373737;
    }

    .nav-menu > li {
        width: 100%;
    }

    #datepicker,
    #datepicker .ui-widget.ui-widget-content {
        width: 100%;
        right: 0;
    }

     .main-content {
         grid-template-columns: 100%;
         
     }

     .content {
         padding-left: 10px;
         padding-right: 10px;
     }

     .main-content .middle-content-info {
        max-width: 100%;
        overflow: hidden;
     }

     .bottom-content-info {
        grid-column: span 1;
    }

    #smoothup {
        right: 45%;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (max-width: 768px) {
     .header-banner {
         height: max-content;
     }

     .header-banner img {
         vertical-align: middle;
     }

     .content {
         grid-template-columns: 100%;
         
     }

     .sidebar {
         margin-top: 20px;
     }

     #smoothup {
         right: 11px;
     }
 }