
/*!
Theme Name: Kairos
Theme URI: http://underscores.me/
Author: Sophie Gathoye | Sogyweb
Author URI: https://www.sogyweb.be
Description: Kairos website by Sogyweb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kairos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kairos is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*@import url("//hello.myfonts.net/count/2ff67e");*/

@font-face {font-family: 'HelveticaNeueLT-Condensed';src: url('webfonts/2FF67E_0_0.eot');src: url('webfonts/2FF67E_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2FF67E_0_0.woff2') format('woff2'),url('webfonts/2FF67E_0_0.woff') format('woff'),url('webfonts/2FF67E_0_0.ttf') format('truetype');}

/*--------------------------------------------------------------
>>> 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 !important;
	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: 'HelveticaNeueLT-Condensed',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
#main
{
	margin-top: 30px;
}

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;
	
}
.articlewysiwyg blockquote{
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 25px 0px;
    margin-bottom: 50px;
	font-size: 24px !important;
    text-align: center;
}
.articlewysiwyg blockquote p{
	font-size: 24px !important;
    text-align: center;
}
.wp-block-pullquote blockquote:before{
	content: '\201C';
    position: absolute;
    left: 0px;
    margin-top: -60px;
    font-size: 70px;
    font-family: 'dashicons';
}
.wp-block-pullquote blockquote:after{
	content: '\201D';
    position: absolute;
    right: 0px;
    margin-top: -40px;
    font-size: 70px;
    font-family: 'dashicons';
}

blockquote.wp-block-quote
{
	font-size: 20px;
	font-style: italic;
	text-align: center !important;
}
blockquote.wp-block-quote cite
{
	font-size: 20px;
    font-weight: bold;
    line-height: 70px;
}
*/


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;
}

ul {
	list-style: disc;
}

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
--------------------------------------------------------------*/
html a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #D0011B;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.BlocNavLogo
{
	background-color: #000;
	height: 50px;
    line-height: 50px;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #000;
	    font-size: 13px;
    font-family: "HelveticaNeueLT-Condensed" !important;
    letter-spacing: 0.08em;

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	    margin-top: -1px;
    margin-right: 15px;
}

.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; */
    display: inline-block;
}

.main-navigation a {
	text-decoration: none;
	color: #fff;
}
.main-navigation a:hover {
	text-decoration: none;
	color: #fff;
}
.main-navigation li:not(:first-child)::before, .main-navigation ul#menu li:not(:first-child)::before {
    content: url(img/point.svg);
    margin-top: -2px;
    padding: 0 7px 0 5px;
}
.main-navigation .Abonnement a{
    color: #D0011B !important;
    margin-right: 5px;
    font-weight: bold;
}
/* 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: 15px;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header: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
--------------------------------------------------------------*/
.container
{
	padding: 0 60px !important;
	margin: 0px ;
	
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*.sticky {
	display: block;
}*/

.hentry {
	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 {
	max-width: 100%;
	width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 40px;
	max-width: 100%;
	text-align: center;
	font-size: 10px;
}

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

.wp-caption .wp-caption-text {
	margin: 5px 0 0px 0;
	font-size: 10px;
	font-style: italic;
}

.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;
}



#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
.shop_table.subscription_details td:first-child
{
	font-weight: bold;
}
.shop_table.subscription_details
{
	border-bottom:1px solid #000;
}
.shop_table.subscription_details tr:last-child td
{
	padding-bottom: 30px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 65vh !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 65vh !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

#full-width-slider img.rsImg {
    max-width: none;
    position: absolute;
    right: 0px;
    bottom:0px;
}
#full-width-slider .rsABlock {
    left: 7%;
    top: 50%;
    position: absolute;
    z-index: 15;
}
#LogoPageHome
{    
	position: absolute;
    top: 130px;
}
#HeaderLastPost
{
	height: 200px;
}
#HeaderLastPost  img.rsImg {
    max-height: 190px;
    position: absolute;
    right: 0px;
    bottom:0px;
}
#HeaderLastPost .rsABlock {
    left: 7%;
    top: 20%;
    position: absolute;
    z-index: 15;
}

#Logo {
	position: absolute;
    top: 70px;
}


.infoBlock
{
	text-align: center;
	font-family: 'HelveticaNeueLT-Condensed', times;

}
.infoBlock a
{
	color: #000;
}
.infoBlock a:hover
{
	color: #D0011B;
	text-decoration: none;
}
.TitreJournal
{
	color: #D0011B;
	text-transform: uppercase;
	font-size: 14px;
}
.SousTitreJournal
{
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}
.SousTitreJournal a
{ 
    text-decoration: none;
}
.SousTitreJournal a:hover
{ 
	color: inherit;
}
.LienJournal a
{
	color: #D0011B;
	border-bottom: 3px solid #D0011B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
.soutenezpresse
{
	background-color: #D0011B;
    color: #fff;
    font-size: 19px !important;
    line-height: 32px;
    padding: 20px 20px 10px 20px;
    margin: 0 0px 40px 0px;
}
.soutenezpresse a, .soutenezpresse a:hover
{
	color: #fff;
	text-decoration: underline;
}
.soutenezpresse h2
{
    font-family: 'HelveticaNeueLT-Condensed', times;
	text-transform: uppercase;
    font-size: 24px !important;
    line-height: 20px;
    margin-bottom: 1em;
}
.PostThumb img
{
	max-height: 335px;
	width: auto;
}
.ligne {
    margin: 0px 0px 25px 0px;
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
    height: 1px;

}
.FormatArticle
{
	font-family: 'HelveticaNeueLT-Condensed';
    text-transform: uppercase;
    font-size: 14px;
    color: #D0011B;
    display: initial;
}
.AuteursArticle, .AuteursArticle a, .AuteursArticle a:hover
{
	font-size: 14px;
    font-style: italic;
    line-height: 1.375em;
    font-family: "Georgia,Times,Times New Roman,serif";
    color:#212529;
    
}
.AuteursArticle
{
	margin-bottom: 10px;
    
}
.BlocAuteur a, .BlocAuteur a:hover
{
	font-size: 21px;
    font-family: 'HelveticaNeueLT-Condensed', times;
    margin-top: 25px;
    color:#212529;
    text-decoration: none;
}
.BlocAuteur img {
    width: 90px !important;
    margin-top: 0px;
    border-radius: 50.5px;
    text-align: center;
}
.BlocAuteur span
{
	color: #D0011B;
}

   
.TitreArticle, .TitreArticle a, .TitreArticle a:hover
{
	font-family: 'HelveticaNeueLT-Condensed', times;
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 28px;
    color:#212529;
    text-decoration: none;
}
.GrandTitreArticle, .GrandTitreArticle a, .GrandTitreArticle a:hover
{
	font-family: 'HelveticaNeueLT-Condensed', times;
    text-transform: uppercase;
    font-size: 50px !important;
    line-height: 50px;
    color:#212529;
    text-decoration: none;
    margin-top: 10px;
}
#TheDate, .TheDate
{
	display: inline;
	font-family: "HelveticaNeueLT-Condensed" !important;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
}
 .barre
 {
	     width: 36px;
    height: 4px;
    background-color: #000;
    margin: 5px auto 14px;
 } 
 .ContenuArticle a , .ContenuArticle a:hover {
    font-family: "Times,Times New Roman,serif";
    font-size: 18px;
    line-height: 20px;
    color:#212529;
    text-decoration: none;
}  
.col-lg-offset-3 {
    margin-left: 15%;
        margin-top: 4px;
    margin-bottom: 20px;
}
.TroisArticles .TitreArticle h2
{
	line-height: 20px;
}
.TroisArticles .ContenuArticle a
{
	font-family: "Times,Times New Roman,serif";
    font-size: 14px;
    line-height: 20px;
}
.OthersArticles .TitreArticle, .OthersArticles .TitreArticle a, .OthersArticles .TitreArticle a:hover, .OthersArticles .TitreArticle h2
{
	font-size: 21px !important;
	line-height: 20px;
}
.zonewoo
{
    margin-top: 20px;
	display: block;

}
.zonewoo a.button
{
	
    background-color: #D0011B;
    color: #fff;
    padding: 10px 20px;
}

.home .OthersArticles img
{
	display: none;
}
.ImageIllu
{
	padding: 0 25px;
	margin-bottom: 15px;
}
.OthersArticles .ImageIllu
{
	display: none;
}
.tag .OthersArticles .ImageIllu
{
	display: block;
}
.blog .OthersArticles .ImageIllu {
    display: block;
}
.blog .col {
    margin-top: 20px;
}
#Logo .col {
    margin-top: 0px !important;
}

.OthersArticles .ContenuArticle a, .OthersArticles .ContenuArticle p
{
	font-family: "Times,Times New Roman,serif";
    font-size: 14px;
    line-height: 20px;
}
.DerniersNumeros
{
	margin-top: 30px;
}
.KairosJournal img
{
	border : 1px solid #000;
	max-height: 220px;
	width: auto;
}
.NL-bandeau {
    background-color: #D0011B;
    margin-top: 30px;
    padding:9px 15px 0px 15px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-left: 0px !important;
	margin-right: 0px !important;
}
.NL-bandeau h3, .NL-bandeau .mc-field-group, .NL-bandeau .clear {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.NL-bandeau h3 {
    font-size: 17px !important;
    color: #fff;
    font-family: 'HelveticaNeueLT-Condensed';
    margin-top: 1px;
    line-height: inherit;
}
.NL-bandeau h3 {
    margin-right: 0px;
}

.NL-bandeau a {
    color: #fff;
    font-family: 'HelveticaNeueLT-Condensed';
}

.NL-bandeau a:hover {
    color: #fff;
    text-decoration: none;
}
#mc-embedded-subscribe-form {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.NL-bandeau .email {
    width: 285px;
    height: 30px;
    margin-top: -3px;
    font-size: 14px;
    padding-left: 10px;
    font-family: 'HelveticaNeueLT-Condensed';
}
.NL-bandeau .inputs {
    display: inline;
}
.NL-bandeau .inputs p {
    margin-left: 15px;
    display: inline;
    display: -webkit-inline-box;
    font-family: 'HelveticaNeueLT-Condensed';
    background-color: #D0011B;
    height: 24px;
    position: relative;
    margin-left: 35px;
    margin-top: 1px;
}
.NL-bandeau .inputs p a:before {
    content: ">";
    top: -2px;
    left: -15px;
    position: absolute;
}
.NL-bandeau .inputs p a {
    font-size: 18px;
    font-family: 'HelveticaNeueLT-Condensed';
    color: #fff !important;
}
.NL-bandeau .button {
    border: 1px solid #fff;
    background-color: #D0011B;
    height: 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'HelveticaNeueLT-Condensed';
    height: 28px;
    padding-top: 0px;
    line-height: 30px;
}
.NL-bandeau input[type="submit"] {
    border: 1px solid #fff !important;
}
.NL-bandeau h3, .NL-bandeau .mc-field-group, .NL-bandeau .clear {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.NL-bandeau label {
    display: none;
}
.clear:before, .clear:after{
    content: inherit;
    display: none;
    table-layout: inherit;
}.clear:after, {
    clear: inherit;
}
.block--menu-menu-menu-bas-de-page  {
    font-family: "Georgia,Times,Times New Roman,serif" !important;
    letter-spacing: normal;
    font-size: 16px;
}
.droits p {
    font-size: 10px;
    display: inline;
}
.droits p.right {
    float: right;
}
.droits .right {
    margin-top: 10px !important;
}
.droits p {
    font-size: 10px;
    display: inline;
}
.droits a {
    color: #000;
}
.container .articleIntro
{
	border-right : 1px solid #000;
	padding-left: 15px;
    padding-right: 30px;
}
.tag h1, .single-dossier h1
{
	font-family: 'HelveticaNeueLT-Condensed', times;
    text-transform: none;
    font-size: 30px !important;
    line-height: 28px;
    
}
.tag .ImageIllu img
{
	max-height: 169px;
	width: auto;
}
.blog .OthersArticles
{
	margin-bottom: 0px;
}
.blog .OthersArticles .ImageIllu img
{
	max-height: 165px;
	height: inherit;
	width: auto;
}
/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.sticky + .content {
  padding-top: 60px;
}

.admin-bar .sticky {
  margin-top: 32px;
}*/
.articlewysiwyg
{
	width: 83%;
}
.articlewysiwyg a
{
    text-decoration: underline;
}
.articlewysiwyg h6
{
	font-size: 27px !important;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative !important;
    font-family: "Georgia,Times,Times New Roman,serif";
}
.articlewysiwyg h6::first-letter {
    font-size: 110px !important;
    margin-top: 30px;
    margin-right: 8px !important;
    float: left !important;
    text-indent: 0px !important;
    font-family: "HelveticaNeueLT-Condensed" !important;
    text-transform: uppercase;
	MARGIN-BOTTOM: 20px;
}
.easy-footnote sup::before {
    content: "(";
}

.easy-footnote sup::after {
    content: ")";
}

.easy-footnotes-wrapper {
	    
    margin: 0 0 1.5em 0em;
    margin-left: 0;
    padding-left: 10px;
    text-indent: 0px;
        font-size: 0.9em;
}
ol.easy-footnotes-wrapper li, ol.easy-footnotes-wrapper li a {
    color: #9B9B9B;
    font-size: 14px;
}
/*.articlewysiwyg p, .articlewysiwyg ul
{   /*font-size: 18px;
    color: #000 !important;
    font-family: "Unica-Medium";
    text-transform: none !important;
    margin-bottom: 25px !important;
    position: relative;
    display: block !important;
    text-align: justify;
    }
.articlewysiwyg li
{   /*font-size: 18px;
	font-family: "Unica-Medium";
}*/


.introduction
{
	font-weight: bold;
	font-size: 23px !important;
    margin-bottom: 30px;
    margin-top: -10px !important;
    position: relative !important;
    font-family: georgia !important;
    letter-spacing: 0.5px;
}
.titre-links-bottom
{
    font-family: 'HelveticaNeueLT-Condensed';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #000; */
}
.nav-links
{
    font-family: 'HelveticaNeueLT-Condensed';
}
#primary .pagination{
    margin-top: 60px;
}
 .nav-links a,
 .nav-links a:hover,
 .nav-links .current
 {
    
    text-decoration:none;
    font-family: 'HelveticaNeueLT-Condensed';
    color: #000000 ;
    font-size: 16px;
    margin-right: 3px;
}
  
 .nav-links a,
 .nav-links a:hover,
 .nav-links .current
 {
    /*background-color: #6FB7E9;*/
    
    border-radius: 3px;
    cursor: pointer;
    padding: 0px;
    padding: 0rem;
}
 
 .nav-links .current {
    /*background-color: #3C8DC5;*/
    color: #B03630;
}
.navigation.pagination {
    display: inherit;
    display: inherit;
    display: inherit;
   }
   
   p.sous-titre {
    font-size: 30px !important;
    font-family: "HelveticaNeueLT-Condensed" !important;
    margin-bottom: 10px !important;
}
.post-type-archive-journal .KairosJournal
{
	margin: 20px 0;
}
.post-type-archive-journal .TitreArticle
{
	margin-bottom: 10px;
}
.post-type-archive-journal .OthersArticles a:hover
{
	text-decoration: none;
}
.post-type-archive-journal .DatePost p::first-letter, span.lettre::first-letter{
 
   text-transform:uppercase !important;
}
.post-type-archive-journal h3{
    font-size: 24px !important;
    line-height: 24px;
}
.rsContainer
{
	display: none;
}
.DernierNum .FormatArticle
{
	font-size: 30px;
}
.single-journal .TitreJournal
{
	font-size: 30px;
    font-family: 'HelveticaNeueLT-Condensed';
    text-transform: uppercase;
    color: #D0011B;
    margin-top: 50px;
}
.single-journal #TheDate
{
	font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    font-family: "Georgia,Times,Times New Roman,serif";
}
.single-journal .sous-titre
{
	font-family: 'HelveticaNeueLT-Condensed', times;
        text-transform: uppercase;
    font-size: 30px !important;
    line-height: 30px;
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
.vericaltext{
           
}
p a:hover, p a {
    color: #0056b3;
    text-decoration: underline;
}

#Note ol li
{
	margin-bottom:5px;
}
#Note a, #Note a:hover
{
	color: #9B9B9B;
	text-decoration: underline;
}
.EditoTitre
{
	font-family: 'HelveticaNeueLT-Condensed';
    font-size: 35px !important;
    line-height: 32px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    margin-top: 30px;
}

.articlewysiwyg h2
{
font-family: 'HelveticaNeueLT-Condensed';
    font-size: 25px !important;
    line-height: 32px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
}
.articlewysiwyg h3
{
	
    font-size: 21px !important;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase !important;
    margin-top: 35px;
}
.Sommaire
{
	padding-left: 15px;
    margin-top: 50px;
    border: 1px solid;
    padding-right: 15px;
    padding-top: 22.5px;
}
.sticky-top.Sommaire, .sticky-top.BlocAuteurSide
{
    top: 100px;
    height: 80vh !important;
    overflow: auto;
}
.Sommaire .EditoTitre
{
	font-size: 25px !important;
	margin-top: 10px;
}
.LienTop a
{
	text-transform: uppercase;
	font-family: 'HelveticaNeueLT-Condensed';
}
.LienTop a:hover
{
	color: #B03630;
}
.Sommaire .barre {
    margin: 5px auto 0px;
}
.Sommaire .dossier
{
	font-size: 25px !important;
    line-height: 30px;
    text-transform: uppercase !important;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueLT-Condensed';
}
.Sommaire .post
{
	font-size: 17px !important;
    line-height: 17px;
    margin-bottom: 0px;
    text-transform: uppercase !important;
    font-family: 'HelveticaNeueLT-Condensed';
    margin-bottom: 20px;
}
.Sommaire .post .LinkAuteurs
{
	font-size: 12px;
    font-style: italic;
    text-transform: capitalize !important;
    font-family: "Georgia,Times,Times New Roman,serif";
}
.Sommaire a, .Sommaire a:hover
{
	text-decoration: none !important;
	color: #000 !important;
	word-break: break-word;
}
.Sommaire .NonPublish, .Sommaire .NonPublish a
{

	color: #9E9E9E !important;
}
.Sommaire .pending, .Sommaire .pending a
{

	color: #9E9E9E !important;
	display: none;
}
.logged-in .Sommaire .pending, .logged-in .Sommaire .pending a
{

	color: #D43347 !important;
	display: block;
}

.pending.TroisArticles .TitreArticle a, .pending.OthersArticles .TitreArticle a
{
	color: #000 !important;
}

.logged-in .pending.TroisArticles .TitreArticle a, .logged-in .pending.OthersArticles .TitreArticle a
{
	color: #D43347 !important;
}


a.BlocNote, a.BlocNote:hover
{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.popover {
    background-color: #F8FBFC !important;
    -webkit-box-shadow: -1px -1px 13px 0px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    -1px -1px 13px 0px rgba(50, 50, 50, 0.67);
box-shadow:         -1px -1px 13px 0px rgba(50, 50, 50, 0.67);
}
#mini_journal
{
	height: 355px;
	margin-top: 10px;
}
.doublepage img:first-child {
    display: inline-block;
    -moz-box-shadow: 2px 0px 10px 5px #cfcfcf;
    -webkit-box-shadow: 2px 0px 10px 5px #cfcfcf;
    -o-box-shadow: 2px 0px 10px 5px #cfcfcf;
    box-shadow: 2px 0px 10px 5px #cfcfcf;
    
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 0px;
}
.doublepage img:last-child {
    border-left: 0px solid #C3C3C3;
     -moz-box-shadow: 2px 3px 10px 5px #cfcfcf;
    -webkit-box-shadow: 2px 3px 10px 5px #cfcfcf;
    -o-box-shadow: 2px 3px 10px 5px #cfcfcf;
    box-shadow: 2px 3px 10px 5px #cfcfcf;
    margin-top: 4px;
    margin-bottom: 10px;
        margin-left: -4px;
}
.BlockReseaux a, .BlockReseaux a:hover
{
	text-decoration: none;
}
.reseau-button {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 30px;
    margin-bottom: 15px;
}
.reseau-button .on {
    display: none;
}
.reseau-button .on, .reseau-button .off {
    position: absolute;
    top: 0;
    left: 0;
}
.archive .row .col, .blog .row .col
{
	margin-bottom: 55px;
}
.author h2
{
	font-family: 'HelveticaNeueLT-Condensed', times;
    padding-top: 0px;
    font-size: 27px;
    height: 25px;
}
.author h1
{
	text-transform: none;
    font-size: 60px !important;
    line-height: initial;
    font-family: 'HelveticaNeueLT-Condensed', times;
    text-align: left;
    margin-bottom: 15px;
}
.IlluAuteur
{    
	border-radius: 506px;
}
.PostAuthor
{
	margin-bottom: 50px;
}
.PostAuthor a:hover
{
	text-decoration: none;
	color: inherit;
}
.PostAuthor img
{
	max-height: 170px;
	width: auto;
}
.PostAuthor h3
{
	font-size: 24px;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLT-Condensed', times;
}
.PostAuthor p
{
	font-family: "Times,Times New Roman,serif";
    font-size: 18px;
    line-height: 20px;
}

    
.type-page
{
	
}

.page-template-page-point-de-vente h1
{
    font-family: 'HelveticaNeueLT-Condensed';
    font-size: 40px;
    text-transform: uppercase;
}
.page-template-page-point-de-vente h3
{
    font-family: 'HelveticaNeueLT-Condensed';
    font-size: 21px;
    
}
.page-template-page-point-de-vente .ShopName
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 30px 0;
    font-family: 'HelveticaNeueLT-Condensed';
    
}
.page-template-page-point-de-vente .ShopName h2
{
	margin-bottom: 0;
	font-size: 24px;
	line-height: 50px;
}
.royalSlider > .rsContent {
visibility: hidden; 
/* or display:none depending on your needs... */
}
.TouTesNews
{
	
}
.BorderTitre
{
	border-left:1px solid #000; padding-left: 30px;
}
.HorsSerie
{
	position: absolute;
	top: 20px;
    left: 38px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}

.HorsSerie img
{
	width: 60px;
	 transition: transform .2s;
}
.touslesnumeros
{
	height: 20px;
	vertical-align: sub;
	margin-right: 5px;
}

.InfoTopJournal .HorsSerie img
{
	width: 120px;
}

.InfoTopJournal .HorsSerie
{
	position: absolute;
	z-index: -1;
}

.OthersArticles:hover .HorsSerie img
{
	-ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari 3-8 */
    transform: scale(2); 
}    




.RegionName
{
	padding-left:20px;
	    font-family: 'HelveticaNeueLT-Condensed';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.NamePDV
{
	font-size: 21px;
}
.PointDeVente
{
	font-family: "Georgia,Times,Times New Roman,serif";
	font-size: 15px;
}

.wp-block-group.has-background
{
	padding: 10px 20px;
}
@media (max-width: 1200px) {
	#HeaderMenu .container
	{
		max-width: 100%;
	    width: 100%;
	    padding: 0px 15px !important;
	}
}

@media (max-width: 1030px) {
	#HeaderMenu .container, #main .container
	{
		max-width: 100%;
	    width: 100%;
	    padding: 0px 15px !important;
	}
	.articlewysiwyg
	{
		width: 100%;
	}
	#full-width-slider, #primary-menu, #LogoPageHome, #Logo, #HeaderLastPost, .BlocAuteurSide, #mini_journal, #NewsletterCorner
	{
		display: none;
	}
	#primary-menu
	{
		margin: 0 -15px;
		font-family: "Georgia,Times,Times New Roman,serif";
	}
	#primary-menu li
	{
		display: block;
		list-style-type: none;
		text-align: left;
		border-top: 1px solid #fff;
		padding: 0px 15px;
		font-size: 16px;
	}
	button.menu-toggle
	{
		display: block;
		position: absolute;
	    margin-top: 4px;
	    right: 0;
	    
	    width: 50px;
	    height: 45px;
	    background: none;
	    cursor: pointer;
	    border: 0;
	}
	button.menu-toggle:focus {
	    outline: 0px dotted;
	    outline: 0px auto -webkit-focus-ring-color;
	}
	button.menu-toggle:after {
	    content: '';
	    position: absolute;
	    display: block;
	    width: 1rem;
	    height: 0;
	    top: 10px;
	    left: 15px;
	    -moz-box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
	    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
	    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
	}
	.BlocNavLogo {
	    height: 52px;
	    line-height: 50px;
	}
	#site-navigation
	{
	    position: relative;
		z-index: 1;
	}
	.main-navigation li:not(:first-child)::before, .main-navigation ul#menu li:not(:first-child)::before {

	    display: none;
	}
	.ImageIllu
	{
		padding: 15px;
	}
	.ContenuArticle
	{
		margin-bottom: 30px;
	}
	.KairosJournal 
	{
		text-align: center;
		margin-bottom: 30px;
	}
	.NL-bandeau input[type="submit"] {
	    border: 1px solid #fff !important;
	    margin-top: 10px;
	    margin-left: -3px;
	}
	.container .articleIntro {
	    border-right: 0px solid #000;
	}
	#Note .footnotes, #Note ol
	{
		margin:0;
		padding: 0 20px;
	}
	#sommaire
	{
		margin-top: 20px;	
	}
	#Idtitre .BorderTitre
	{
		border-left:0px solid #000; padding-left: 0px;
	}

}

.woocommerce-checkout #billing_number_field label, .woocommerce-checkout #shipping_number_field label
{
	display: block !important;
}
@media (min-width: 1200px)
{
	#main .container {
	    max-width: 1400px !important;
	    padding:0px 10px !important;
	}
}
@media print {
	body
	{
		margin: 50px;
	}
  #primary .col-lg-9 
  {
	  width: 100%;
  }

}
.elementor-post__excerpt p:after {
content: " ...";
}




.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:#D0011B !important;

background-color:#D0011B !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#D0011B !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:#D0011B !important;

background-color:#D0011B !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#D0011B !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: #D0011B !important;

color:white !important;

text-shadow: transparent !important;

border-color:#D0011B !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #D0011B !important;

box-shadow: none;

text-shadow: transparent !important;

color:white !important;

border-color:#D0011B !important;

}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #D0011B;
 
}
.woocommerce-info {
border-top-color: #D0011B;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.mp_wrapper {
    /*width: 700px;*/
    margin: 80px auto;
}
.mp_wrapper .mepr-unauthorized-message
{
	color: #B62226;
	font-weight: bold;
}

.mp_wrapper #wp-submit
{
	margin-top: 10px;
    background-color: #B62226;
    border-radius: 2px !important;
    border: 0px;
    color: #fff;
}
.woocommerce-order-overview__order strong
{
	/*color: red;*/
}
.woocommerce-order-received .woocommerce-bacs-bank-details, .woocommerce-order-received .woocommerce-thankyou-order-received
{
	display: none;
}

.woocommerce-order-details
{
	margin-top: 50px;
}
#order_review_heading
{
	margin-top: 50px;
}
.ImageAuteurIllu
{
	height: 70px !important;
}
.blocPersonne
{
	display: inline-block;
	text-align: center;
	width: 120px;
}
a.audio-download {
	margin-top: 1em;
	background: #c31d2a;
	padding: 0.5em 1.5em;
	border-radius: 5px;
	display: inline-block;
	color: #fff !important;
	border-radius: 0;
}

a.audio-download:hover {
	background: #c31d2a;
}


/***  css revu � garder  ***/

.single-post blockquote.wp-block-quote
{
	display: block;

	margin-top: 2em;
	margin-bottom: 2em;
	
	border-left: 3px solid var( --e-global-color-text );
	padding-left : 20px ;
	margin-left: 0px;
}
.single-post blockquote.wp-block-quote cite
{
	font-style: normal;
	font-weight:bold;
}
.single .wp-block-pullquote
{
	border-top:3px solid var( --e-global-color-text );
	border-bottom:3px solid var( --e-global-color-text );
	margin-bottom:30px;
}
.single-post p
{
	/*text-indent: 20px;*/
	text-align: justify;
}
.single-post p
{
	/*text-indent: 20px;*/
	text-align: justify;
}
.single-post .has-text-align-right blockquote p
{
	/*text-indent: 20px;*/
	text-align: right !important;
}

.single-post .has-text-align-left blockquote p
{
	/*text-indent: 20px;*/
	text-align: left !important;
}
.single-post .has-text-align-center blockquote p
{
	/*text-indent: 20px;*/
	text-align: center !important;
}

.single-post p.has-drop-cap,
.single-post blockquote p
{
	text-indent: 0px;
}
.single-post p.has-medium-font-size
{
	line-height: 25px;
}
.single-post .has-text-align-center
{
	text-align: center;
}
.single-post .has-text-align-left
{
	text-align: left;
}
.single-post .has-text-align-right
{
	text-align: right;
}

.single h2, .single h3, .single h4, .single h5, .single h6
{
	margin-bottom: 20px;
}
.single-post ul{
   list-style-type: none;
}
.single-post ul li:before {
   content: '- ';
   margin-left:-8px;
    
}
.single-post ul li {
   padding-right: 15px;
    
}

#Note.articlewysiwyg
{
	width: 100%;
	border-top: 1px solid #9B9B9B;
    margin-top: 90px;
    padding-top: 10px;
}
.TitreNotes
{
	color: #9B9B9B;
    font-size: 18px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    padding-bottom:20px;
}
#Note .footnotes, #Note ol
{
	margin: 0 0 3em 0em;
	color: #9B9B9B;
    font-size: 14px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.wp-block-group.has-background
{
	margin-bottom: 20px;
}

.BlocSeries
{
	font-size: 0; 
}
.BlocSeries .Bloc
{
	display: inline-block;
	width: 345px;
	vertical-align: text-top;
    
    padding: 20px 10px 20px 10px;
}
.BlocSeries .Inside
{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.BlocSeries .Bloc h2, .BlocSeries .Bloc h2 a
{
    color: var(--e-global-color-text );
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
}
.BlocSeries .Bloc .BlocImage
{
	background : url('https://www.kairospresse.be/wp-content/uploads/2020/12/kairos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 183px;
	margin-bottom: 20px;
}
.BlocSeries .BlocDescritpion
{
	padding: 0 10px;
	text-align: center;
    color: #777777;
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
	padding-bottom:30px;
    
}
.BlocSeries .BlocDescritpion a
{
	    color: #777777;
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
.LienSerie
{
	color: var(--e-global-color-primary );
    font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight );
    text-align: center;
	padding-bottom:30px;

}
.LienSerie a
{
	color: rgb(191, 40, 40) !important;
	text-transform: uppercase;
}
.NombresVideos
{
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
	color: #777777;
	font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 12px;
    text-align: center;
}
div[data-elementor-type='product'] #wc-stripe-payment-request-wrapper{display:none!important;}
div[data-elementor-type='product'] #wc-stripe-payment-request-button-separator{ color:transparent!important}



div[data-nom='bloc_podcast'] h5 {
    display: none;

}

div[data-nom='bloc_podcast'] ul {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

  div[data-nom='bloc_podcast'] ul li {
    border-bottom: 1px solid #000!important;
    padding-left: 100px;
    padding-bottom: 12px;
    padding-top: 10px;
}

div[data-nom='bloc_podcast'] ul li:before {
    content: " ";
    background-image: url(/wp-content/themes/kairos/img/rss_spotify_little.png);
    position: relative;
    left: -106px;
    top: 34px;
    height: 52px;
    width: 100px;
    display: inline-block;
    margin-top: -40px;
    margin-left: 2px;

}


div[data-nom='bloc_podcast'] ul li a{
	color:#fff!important;

}