/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	outline: none !important;
}
a:hover {
	outline: none !important;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


@font-face {
    font-family: 'Nexa-Light';
    src: url('fonts/nexalight-webfont.woff2') format('woff2'),
         url('fonts/nexalight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Nexa-Bold';
    src: url('fonts/nexabold-webfont.woff2') format('woff2'),
         url('fonts/nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Nexa-Book';
    src: url('fonts/nexabook-webfont.woff2') format('woff2'),
         url('fonts/nexabook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media only screen and (min-width: 1200px){
	html {
		font-size: 16px;
	}
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #252525;
	font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

.home h2,
.section h2,
.lastnews h2,
.page-id-79 h2,
.page-id-395 h2{
	font-size: 1.2rem !important;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	text-transform: uppercase;
    margin-bottom: 1rem !important;
}
.no-margin-top{
	margin-top: 0 !important;
}
.page-id-79 h2{
	margin-top: 0;
}
.author-info h2{
	text-transform: none;
}
.section h2{
    padding: 0 0 1rem;
    margin: 0;
}
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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #585F96;
}

a:visited {
	color: #585F96;
}

a:hover,
a:focus,
a:active {
	color: #585F96;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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: #252525;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	font-family: 'Nexa-Book' !important;
}

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;
}
.es_subscription_form  input[type=checkbox], 
div.wpforms-container-full .wpforms-form input[type=checkbox], 
div.wpforms-container-full .wpforms-form input[type=radio]{
	opacity: 1;
    position: absolute;
    width: 20px;
    height: 20px;
}
div.wpforms-container-full .wpforms-form .choice-1 label:hover{
	cursor: pointer;
}
div.wpforms-container-full .wpforms-form .choice-1 label{
	padding-left: 36px;
}
.es_subscription_form label{
	font-size: 1rem;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item,
.choices__list.choices__list--single{
    font-family: 'Nexa-Book';
    color: #252525;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: 'Nexa-Book';
    color: #252525;
}
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.es_subscription_form_submit{
    text-transform: none;
    background: #585F96 !important;
    border: 1px solid #585F96!important;
    font-family: 'Nexa-Bold';
    height: 44px;
    line-height: 44px;
    border-radius: 6px !important;
    box-shadow: none !important;
	font-weight: 400 !important;
    opacity: 1;
    transition: 0.2s all ease;
    color: #fff !important;
    font-size: 1.0rem;
    padding: 0 1.4rem;
	cursor: pointer;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.es_subscription_form_submit:hover {
	 background: #585F96;
    color: #fff !important;
    border: 1px solid #585F96;
    opacity: 0.8;
    
}
.es_subscription_form_submit{
	margin-top: 2rem;
}
.es_subscription_form .es_required_field{
	display: none;
}
.es_subscription_form .ig_es_form_field_email{
	display: block;
}

.es_subscription_form label{
    padding: 0 0 0 20px;
    position: relative;
    margin-left: -10px;
}
.es_subscription_form .es-field-wrap label{
    padding: 0;
    margin-left: 0px;
}

.es_subscription_form input[type=checkbox]{
    left: 0;
    top: 1px;
    position: relative;
}
#wpforms-281{
	max-width: 400px;
	margin: 2rem auto;
}
#wpforms-281 .wpforms-submit-container{
	text-align: center;
}
#wpforms-281 .wpforms-form button[type=submit]{
	
	margin: 1rem auto;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    
    background: #585F96;
    border: 1px solid #585F96;
    color: #fff;
    border-radius: 12px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#page{
	
    padding-left: 100px;
}
.home #page{
	/*opacity: 0;
	transition: 1s all ease;*/
}

.container,
.site-main{
	width: 90%;
	margin: 0 auto;
	max-width: 1440px;
	max-width: 1280px;
}
.site-main{
	padding-top: 135px;
}
.home .site-main{
	padding-top: 0px;
}
.home h1{
	line-height: 1.4em;
}
.page-fullwidth{
	max-width: 100%;
	width: 100%;
}
body.archive.category .site-main,
body.archive.tag .site-main,
.post-type-archive-evenement .site-main,
body.blog .site-main,
body.search-results .site-main,
body.page-template-authors .site-main{
	padding-top: 520px;
}
.tag .no-results.not-found{
    margin: -300px 0 0;
}
body.archive .archive-subtitle{
	font-size: 1.2rem;
    font-family: 'Nexa-Bold';
	text-transform: uppercase
}
.card-content h3 .post-title,
.lastnews-content h3 .post-title,
body.archive h3 .post-title{
    font-family: 'Merriweather';
	text-transform: none;
	line-height: 1.4em;
	font-weight: 400;
}
body.archive h3{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	line-height: 1.2rem;
}
.card-content h3,
.lastnews-content h3{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
@media only screen and (max-width: 992px){
	#page{
		padding-left: 0;
	}
}
@media only screen and (max-width: 720px){

	.home .site-main {
		padding-top: 0px;
	}
	.site-main {
    	padding-top: 80px;
	}
	.page .site-main {
    	width: 100%;
	}
	.page-template-authors .site-main,
	.page-template-medias .site-main,
	.page-template-events .site-main  {
    	width: 90%;
	}
	
	body.archive.category .site-main,
	body.archive.tag .site-main,
	.post-type-archive-evenement  .site-main,
	body.blog .site-main,
	body.search-results .site-main,
	body.page-template-authors .site-main{
		padding-top: 420px;
	}
	body.search-results .site-main,
	body.blog .site-main{
		padding-top: 440px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# language selector
--------------------------------------------------------------*/

.language-selector{
	
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
    margin: 0 auto;
	flex-direction: column;
    margin-top:3.5rem;
}
.language-selector li{
	
}
.language-selector li a{
    height: auto;
    padding: 2px 2px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	margin-bottom:20px;
	border-bottom: 2px solid transparent;
}
.language-selector li a:hover{
	background: transparent;
	color: #585F96 !important;
	border-bottom: 2px solid #585F96;
}
.language-selector li a.current-lang{
	border-bottom: 2px solid #585F96;
}

.sidenav .language-selector{
		display: none;
}
@media only screen and (max-width: 920px){
	.language-selector{
		display: none;
	}
	.sidenav .language-selector{
		display: flex;
		flex-direction: row;
    	bottom: 100px;
   		width: 80px;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.banner-welcome svg{
	position: absolute;
	left: 50%;
	
    bottom: -120px;
	transform: translateX(-50%);
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}

svg #wheel {
	animation: scroll ease 2s infinite;
	
}

#breadcrumbs{
	transition: 0.2s all ease;
	margin-bottom: 0 !important;
}
#breadcrumbs span{
	font-family: 'Nexa-Book';
	font-size: 0.9rem;
}
.site-header.fixed #breadcrumbs,
.home #breadcrumbs{
	display: none !important;
}

.banner-home{
	background: url('/wp-content/uploads/2021/10/publika-banner-1.jpg') no-repeat 50% 50%;
	background-size: cover;
	height: 300px;
	width: 100%;
	display: none;
}
.banner-welcome{
	background: #fff url('/wp-content/uploads/2021/10/publika-banner-1.jpg') no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: calc(100% - 100px);
	position: fixed;
	z-index: 900;
	left: 100px;
	top: 0;
    display: flex;
    align-items: flex-end;
}
.banner-welcome .frame{
	
    position: relative;
    width: 90%;
    max-width: 1440px;
    max-width: 1280px;
    margin: 0 auto 140px;
	
}
.banner-welcome .frame img{
	max-width: 380px;	
}
.banner-welcome .frame p{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1rem 0 3rem;
	margin: 0 !important;
}

@media only screen and (max-width: 992px){
	
	.banner-welcome{
		background-position: 0 50%;
		height: calc(100% - 66px);
		width: 100%;
		left: 0;
		top: 0;
	}
	
	.banner-welcome .frame img{
		max-width: 80%;	
	}
	.banner-welcome svg{
		bottom: -180px;
	}
}
.site-header{
	padding: 15px 0 0;
	background: #fff;
    position: absolute;
    width: calc(100% - 100px);
	z-index: 110;
}
.site-header.fixed{
	position: fixed;
    width: calc(100% - 100px);
	z-index: 100;
	padding-top:5px;
	padding-bottom:5px;
	top: 0;
    border-bottom: 2px solid #f2f2f2;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);*/
}
.custom-logo-link{
	width: 320px;
	transition: 0.2s all ease;
}

.fixed .custom-logo-link{
	width: 260px;
}
.single .fixed .custom-logo-link{
	/*opacity: 0;*/
}
.single .custom-logo-link.tohide{
	opacity: 0;
	
}
.site-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.site-branding{
	display: flex;
	align-items: center;	
	position: relative;
    justify-content: space-between;
}
.site-logo{
	width: 50%
}
.site-description{
	max-width: 50%;
	font-family: 'Raleway';
	font-size: 1.1rem;
    margin: 0;
	transition: 0.4s all ease;
	opacity: 1;
}
.single .site-description{
	display: none;
}
.site-header.fixed .site-description{
	opacity: 0;
}

.site-subscribe{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 5px;
	transition: 0.4s all ease;
    display: flex;
    align-items: center;
}
.header-toolbar .site-subscribe{
	opacity: 1;
	position: static;
	right: auto;
	top: auto;
	transition: 0.4s all ease;
}
.single .site-subscribe,
.site-subscribe.toshow{
	opacity: 1;
}
.site-post-title{
	opacity: 1;
	transition: 0.4s all ease;
	width: 70%;
	font-size: 0.9rem;
    font-family: 'Nexa-Book';
	font-weight: 400;
}
.site-share a{	
	font-size: 1rem;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
    display: flex;
    align-items: center;
	opacity: 1;
	transition: 0.4s all ease;
}
.site-share a:hover{	
	opacity: 0.8;
}
.site-share a svg{	
	font-size: 1.6rem;
	margin-right:12px;
}
.single .fixed .site-share{
	
}
.single .site-share.toshow{
	display: block;
	opacity: 1;
}
.header-toolbar{
	position: fixed;
    width: calc(100% - 100px);
	z-index: 100;
	padding-top:10px;
	padding-bottom:10px;
	top: 0;
	background: #fff;
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
}
.header-toolbar .site-branding{
	/*	max-width: 1280px;*/
}
.header-toolbar.tohide{
	transform: translate3d(0,-64px,0);
}
.header-toolbar .site-branding {
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 992px){
	.site-header,
	.single .site-header,
	.header-toolbar{
		width: 100%;

	}
	.site-header.fixed{
		width: 100%;
	}
	.site-description {
		max-width: 40%;
		font-size: 1.0rem;
		padding: 0px 0 10px 20px;
	}
	.site-post-title {
    	width: 60%;
	}
}
@media only screen and (max-width: 720px){
	.site-header{
		width: 100%;

	}
	.site-header.fixed{
		position: static;
	}
	.single .site-header {
		position: absolute;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.site-logo{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
    	width: auto;
	}
	.custom-logo-link {
		width: 220px;
	}
	.site-description {
		display: none;
		
	}
	.home .site-description {
		display: block;
		max-width: 80%;
		margin: 0px auto 0;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 70px;
		transform: translateX(-50%);
    	width: 80%;
		text-align: center;
		font-size: 1.1rem;
	}
	.site-subscribe {
   		top: 4px;
   		display: none;
	}
	.single .site-subscribe {
		opacity: 0;
	}
	
	.site-post-title {
    	display: none;
	}
	.single .header-toolbar .site-subscribe {
		opacity: 1;
    	display: block;
	}
    
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
	background: #f2f2f2;
	margin: 3rem 0 0;
}
.site-footer .logo-footer{
	max-width: 280px !important;
    margin: 0 auto;
}
.site-footer .footer-baseline h2{
	text-transform: none !important;
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
}
.footer-baseline h2 a{
	color: #252525;
	text-decoration: underline;
}
.footer-baseline h2 a:hover{
	color: #585F96;
}
.footer-wrapper{
	margin-bottom: 0 !important;
	padding: 3rem 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.footer-wrapper .column {
    padding: 0 1rem;
	flex: 1 1 100%;
    text-align: center;
}
.site-info{
	padding: 2rem 0;
	text-align: center;	
}
.site-info a{
	font-size: 0.8rem;
	color: #252525 !important;
	font-family: 'Nexa-Book';
}
.site-footer h2{
	margin: 0 0 1rem;
	font-size: 1rem !important;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	text-transform: uppercase;
}
.site-footer img{
	max-width: 90% !important;
	margin: 0 auto;
}
.site-footer .widget_media_image{
	text-align: center;
	
}
.site-footer .column:first-child{
	font-size: 0.9rem;
	display: none;
	font-family: 'Nexa-Book';
}

.site-footer .column:first-child .widget{
	margin: 0
}
.site-footer .textwidget p{
	
    font-size: 0.9rem;
    font-family: 'Nexa-Book';
}
.site-footer .menu{
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer .menu li{
	padding-left:1rem;
	padding-right:1rem;
	margin-bottom: 0.5rem;
    line-height: 1;
}
.site-footer #menu-footer-en li,
.site-footer #menu-footer-fr li{
	border-right: 1px solid #252525;
}
.site-footer #menu-footer-fr li:last-child,
.site-footer #menu-footer-en li:last-child{
	border-right:none
}
.site-footer #menu-social-fr-1 li{
	padding-left:0.2rem;
	padding-right:0.2rem;
}
.site-footer .menu a{
	font-size: 0.9rem;
	font-family: 'Nexa-Book';
	color: #252525 !important;
}
.site-footer .menu a:hover{
	color: #585F96  !important
}
#menu-social-fr li,
#menu-social-fr-1 li{
	float: left;
	margin: 0 0.5rem 0.4rem;
}
#menu-social-fr li{
	margin-bottom: 0;
}
#menu-social-fr li a,
#menu-social-fr-1 li a{
	border-radius: 50%;
	border: 1px solid #252525;
	width: 32px;
	height: 32px;
	line-height: 32px;
   
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 2px;
	background: #252525;
	opacity: 1;
	transition: 0.4s all ease;
}
#menu-social-fr li a svg,
#menu-social-fr li a i,
#menu-social-fr-1 li a svg,
#menu-social-fr-1 li a i{
	font-size: 1.1rem;
	color: #f2f2f2 !important;
}
#menu-social-fr li a:hover,
#menu-social-fr-1 li a:hover{
	
	opacity: 0.8;
}
#menu-social-fr li i{
	color: #fff;
}
@media only screen and (max-width: 920px){
	.footer-wrapper .column {
		padding: 0 0.6rem;
	}
}
@media only screen and (max-width: 720px){
	
	.footer-wrapper{
		flex-wrap: wrap;
	}
	.footer-wrapper .column {
		padding: 0 1rem 2rem;
		flex: 1 1 50%;
	}
	
	.site-footer #menu-footer-en li,
	.site-footer #menu-footer-fr li{
		
	}
}
@media only screen and (min-width: 450px) and (max-width: 593px){
	

	.site-footer #menu-footer-fr li:nth-child(4),
	.site-footer #menu-footer-fr li:nth-child(6){
		border-right: none;
	}
}
@media only screen and (min-width: 468px) and (max-width: 592px){	
	.site-footer #menu-footer-en li:nth-child(4),
	.site-footer #menu-footer-en li:nth-child(6){
		border-right: none;
	}
}
@media only screen and (max-width: 449px){
	

	.site-footer #menu-footer-fr li:nth-child(3),
	.site-footer #menu-footer-fr li:nth-child(5){
		border-right: none;
	}
}
@media only screen and (max-width: 467px){
	

	.site-footer #menu-footer-en li:nth-child(3){
		border-right: none;
	}
}
/* sticky post
---------------------------------------------- */
.sticky-spacer{
	height: 100px;
	width: 100%;
}
.article-sticky{
	position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 500px;
    max-height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    cursor: pointer;
	margin-bottom: 20px;
	margin-top: 110px;
	margin-top: 0;
}
.article-sticky .background-holder{
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.article-sticky .background-holder .wp-post-image{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.article-sticky .background-holder .wp-post-image img{
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.article-sticky .banner{
	position: relative;
    width: 90%;
    max-width: 1440px;
    max-width: 1280px;
    margin: 0 auto 40px;
    z-index: 10;
}
.article-sticky .banner a.slide-post-title{
	font-size: 2.4rem;
	color: #fff;
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	line-height: 1.2;
	opacity: 1;
	transition: 0.4s all ease;
	margin: 0;
	width: 60%;
	display: block;
}
.article-sticky .banner a:hover{
	opacity: 0.7;
}
.article-sticky .banner strong{
	
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
}
.article-sticky .banner p{
	font-size: 1rem;
	color: #fff;
	font-family: 'Nexa-Book';
}

.type-contribution{
	color: #74ABDB;
    font-family: 'Nexa-Bold';
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgb(26,26,26);
	background: -webkit-linear-gradient(50deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(50deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(50deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	
}
@media only screen and (max-width: 720px){
	.article-sticky .banner{
   		margin: 0 auto 45px;
	}
	.sticky-spacer {
    	height: 80px;
	}
	.article-sticky{
		height: 400px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 600px){
	.article-sticky .banner{
   		margin: 0 auto 10px;
	}
	.article-sticky{
		height: 400px;
	}
	
	.article-sticky .banner h1 {
    	width: 95%;
	}
	.article-sticky .banner h1 a {
    	font-size: 2rem;
	}
	
	.overlay{
		background: rgb(26,26,26);
		background: -webkit-linear-gradient(325deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 80%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(325deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 80%, rgba(0,0,0,0) 100%);
		background: linear-gradient(55deg, rgba(26,26,26,1) 0%, rgba(116,171,219,0.5) 80%, rgba(0,0,0,0) 100%);
	}
}


/* default page
---------------------------------------------- */
.page .type-page .entry-header,
.search-no-results  .entry-header{
    padding: 0 0 2rem 0;
    max-width: 960px;
    margin: 0 auto;
	margin-top: -110px;
	padding-bottom: 6rem;
}
.page .type-page .entry-header.with-hightitle{
   margin-top: -160px;
}
.page .type-page .entry-header.no-thumbnail{
   margin-top: 40px;
    padding-bottom: 2rem;
}
.page .type-page .entry-header h1{
	padding: 0.4rem 0;
    font-size: 2.4rem;
	margin: 0;
	color: #fff;
}
.page .type-page .entry-header.no-thumbnail h1{
	color: #252525;
}
.page-id-79 .entry-header,
.page-id-395 .entry-header{
	display: none;
}
.page-id-274 .entry-header h1,
.page-id-406 .entry-header h1{
	text-align:center;;
}
.page .entry-content{
    max-width: 960px;
    margin: 0 auto;
    min-height: 280px;
}
.page-id-79 .entry-content,
.page-id-395 .entry-content{
    max-width: 100%;
}
.home .entry-content{
    max-width: none;
}
.home .post-thumbnail{
	display: none;
}
.page-fullwidth .entry-content{
	max-width: 100%;
	width: 100%;
}
.entry-header .hightitle{
    padding: 2rem 0 0;
    font-size: 1rem;
	color: #74ABDB;
	color: #fff;
    font-family: 'Nexa-Bold';
}
.section{
	padding: 3rem 0;
}
.section-style-2{
	background: #F1ECE1;
}
@media only screen and (max-width: 720px){
	.section {
		padding: 2rem 0;
	}
	.page .type-page .post-thumbnail{
		/*margin-left: -30px;
		margin-right: -30px;*/

	}
	.page .entry-content{
		max-width: 90%;
	}
	.page .type-page .entry-header{
		
	}
	.page .type-page .entry-header.with-hightitle {
		margin-top: -120px;
    	max-width: 90%;
	}
	.page .type-page .entry-header h1 {
   		 font-size: 2.0rem;
	}
	.page .type-page .entry-header,
	.search-no-results  .entry-header{
		max-width: 90%;
	}
	.page .type-page .entry-header.no-thumbnail {
    	max-width: 90%;
	}
	
}

/* archives page
---------------------------------------------- */
.page-header{
	position: absolute;
	top: 100px;
	left: 100px;
    display: flex;
    align-items: flex-end;
    width: calc(100% - 100px);
    height: 400px;
    max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
	margin-bottom: 20px;
	
}
.page-header .banner{
	position: relative;
    width: 90%;
    max-width: 1440px;
    max-width: 1280px;
    margin: 0 auto 40px;
    z-index: 10;
}
.archive h3,
.blog h3,
.search h3,
.page-template-authors h3{
    font-size: 1.0rem;
    font-family: 'Nexa-Bold';
    font-weight: 400;
    text-transform: uppercase;
	display: block;
	padding: 0 0 2rem;
}

.search-description,
.archive-description,
.page-description{
	max-width:70%;
	font-family: 'Raleway';
    margin: 0 0 1rem;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.4;
	font-weight: 400;
}
.archive-description p{
	margin: 0;
	padding: 0;
}
.dropdown{
	width: auto;
	margin: 0 0 2rem;
	position: relative;
    display: inline-block;
    min-width: 300px;
}
.dropdown-content{
	display: none;
	opacity: 1;
	width: 100%;
	top: 62px;
	background: transparent !important;
	box-shadow: none !important;
}
.dropdown-content .item:last-child{
	
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dropdown .item{
	width: auto;
	height: 62px;
	position: relative;
    padding: 0.8rem 4rem 0.8rem 1rem;
	background: #585F96;
	margin: 0;
	font-family: 'Nexa-Bold';
	font-size: 1rem;
	color: #fff;
	display: block;
    cursor: pointer;
	transition: 0.2s all ease;
	opacity: 1;
	overflow:hidden;
}
.dropdown-content .item{
	padding-right: 1rem;
}
.dropdown .item h1{
	padding: 0;
	margin: 0;
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	font-size: 1rem;
	color: #fff;
}
.dropdown .item span{
	font-family: 'Nexa-Light';
	display: block;
	font-size: 0.8rem;
}
.dropdown .item-static,
.dropdown .item-current{
	background: #585F96;
	color: #fff;
    border-radius: 6px;
	
}
.dropdown .item-current.opened{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	
}
.dropdown .item:hover{
	 background: #74ABDB;
	
}
.dropdown .item-static:hover{
	background: #585F96;
	cursor: auto;
	
}
.dropdown .item a{
	display: block;
	
}
.dropdown .item-current svg{
	font-size: 1.4rem;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.dropdown .item-current .ico-up{
	display: none;
}
.dropdown .item-current.opened .ico-down{
	display: none;
}
.dropdown .item-current.opened .ico-up{
	display: block;
}

@media only screen and (max-width: 992px){
	.page-header{
		left: 0;
    	width: 100%;
	}
}
@media only screen and (max-width: 720px){
	.page-header{
		height: 340px;
		max-height: 340px;
		top: 80px;

	}
	.page-header .banner {
	}
	.archive-description,
	.page-description,
	.search-description {
		max-width: 100%;
		margin: 0;
	}
	.dropdown .item h1 {
    	margin-bottom: 0.4rem;
	}
	.search-description, .archive-description, .page-description {
    	font-size: 1.1rem;
	}
}
/* Post tags
---------------------------------------------- */

.post-tags{
	margin: 1rem 0 0;
    display: flex;
    flex-wrap: wrap;
}
.page-header .post-tags{
	margin: 0;
}
.post-tags-style-3{
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.tags-links a,
.post-tags a{
	
    margin: 0 0.8rem 1rem 0;
	background: #F1ECE1;
	border: 1px solid #F1ECE1;
	padding: 8px 18px;
	border-radius: 24px;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 0.8rem;
	color: #252525;
	transition: 0.2s all ease;
	opacity: 1;
}
a.tag-france,
a.tag-france-en{
	padding-left: 36px;
	background: #F1ECE1 url('img/flags/fr.png') no-repeat 10px 50%;
	background-size: 18px 18px;
}
a.tag-south-africa,
a.tag-afrique-du-sud{
	padding-left: 36px;
	background: #F1ECE1 url('img/flags/afs.png') no-repeat 10px 50%;
	background-size: 18px 18px;
}
a.tag-chine,
a.tag-china{
	padding-left: 36px;
	background: #F1ECE1 url('img/flags/ch.png') no-repeat 10px 50%;
	background-size: 18px 18px;
}
a.tag-bresil,
a.tag-brazil{
	padding-left: 36px;
	background: #F1ECE1 url('img/flags/br.png') no-repeat 10px 50%;
	background-size: 18px 18px;
}
a.tag-etats-unis,
a.tag-usa{
	padding-left: 36px;
	background: #F1ECE1 url('img/flags/usa.png') no-repeat 10px 50%;
	background-size: 18px 18px;
}
.post-tags-style-2 a{
	background: #F1ECE1;
	border: 1px solid #585F96;
	color: #585F96;
	font-weight: 600;
}
.post-tags-style-3 a{
	background: #F1ECE1;
	border: 1px solid #F1ECE1;
	color: #585F96;
	font-weight: 600;
}
.post-tags-style-3 a:hover,
.post-tags-style-3 a.selected{
	background: #585F96;
	border: 1px solid #585F96;
	color: #F1ECE1;
}

.tags-links a:hover,
.post-tags a:hover{
	opacity: 0.8;
}


/* Tab Bar
---------------------------------------------- */
.tabbar{
	display: block;
    width: 100px;
    height: 100%;
    border: 0;
	position: fixed;
    top: 0;
    left: 0;
	z-index: 1000;
    box-shadow: 2px 0 8px 0 rgb(0 0 0 / 3%);
	background: #F1ECE1;
	transition: 0.2s all ease;
	overflow: scroll
}
.tabbar::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tabbar-wrapper{
	display: flex;
	flex-direction: column;
    justify-content: start;
    padding: 0 0 50px;
}
.tabbar a{
	width: 100%;
    height: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
	justify-content: center;
    padding: 27px 0;
	flex-direction: column;
    text-align: center;
	color: #585F96 !important;
	transition: 0.2s all ease;
}

.tabbar a.active,
.tabbar a:hover{
	background: #585F96;
	color: #fff !important;
}
.tabbar a svg{
	font-size: 1.4rem;
}
.tabbar a span{
	padding: 0.4rem 0;
	font-size: 0.8rem;
	font-family: 'Nexa-Bold';
	
}

@media only screen and (max-width: 992px){
	.tabbar{
		width: 100%;
		height: 80px;
		top: auto;
		bottom: -2px;
		left: 0;
		z-index: 900;
	}
	.tabbar.tohide{
		bottom: -81px;
	}
	.tabbar-wrapper {
    	flex-direction: row;
	}
	.tabbar a:first-child{
		display: none;
	}
	.tabbar a{
    	height: 80px;
    	padding: 20px 0;
	}
	.site-branding {
   		justify-content: left;
	}
	.sticky-spacer {
    	height: 80px;
	}
	
}

@media only screen and (max-width: 720px){
	.tabbar{
		height: 70px;	
    	overflow: hidden;
    	box-shadow: 2px -10px 8px 0 rgb(0 0 0 / 3%);	
	}
	.tabbar.tohide{
		bottom: -71px;
	}
	.tabbar a{
    	height: 70px;
    	padding: 15px 0;
	}
	
}
/* Buttons / links
--------------------------------------------- */
.wp-block-button__link,
.btn-large,
.btn-small,
nav .nav-links a{
	text-transform: none;
	background: #585F96;
	border: 1px solid #585F96;
	font-family: 'Nexa-Bold';
	height: 44px;
    line-height: 44px;
	border-radius:6px !important;
	box-shadow: none !important;
	font-weight: 400;
	opacity: 1;
	transition: 0.2s all ease;
	color: #fff !important;
    font-size: 1.0rem;
    padding: 0 1.4rem;
}
nav .nav-links a{
    padding: 1rem 1.4rem;
	margin: 0 auto;
}
.btn-large:focus,
.btn-small:focus,
nav .nav-links a:focus{
	background: #585F96;
}
.btn-small.btn-nobg{
	background: transparent;
	color: #585F96 !important;
}
.btn-large.dark-grey{
	background: #252525;
	border: 1px solid #252525;
}
.btn-small{
	height: 32px;
    line-height: 32px;
	border-radius:24px !important;
    font-size: 0.9rem;
}
.wp-block-button__link:hover,
.btn-large:hover,
.btn-small:hover,
nav .nav-links a:hover{
	background: #585F96;
	color: #fff;
	opacity: 0.8;
}
.btn-small.btn-nobg:hover{
	color: #fff !important;
}
.btn-large.dark-grey:hover{
	background: #252525;
}
.has-icon .wp-block-button__link{
	position: relative;
}
.wp-block-button__link svg{
	margin-right: 8px;
	position: absolute;
    left: 10px;
    top: 50%;
    font-size: 1.8rem;
    transform: translateY(-50%);
}
.normal-link{
	font-size: 1rem;
	/*color: #74ABDB !important;*/
	opacity: 1;
	transition: 0.2s all ease;
    font-weight: 600;
}
.normal-link:hover{
	opacity: 0.8;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
nav{
	background: none !important;
	box-shadow: none;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Sidenav
--------------------------------------------- */

.sidenav {
    background: rgba(241,236,225,0.7);
    backdrop-filter: blur(3px);
}

.sidenav li>a.sidenav-close,
.sidenav li>a.sidenav-search,
.sidenav li>a.sidenav-admin{
	position: absolute;
	top: 20px;
	left: calc(100px + 2rem);
	padding: 0;
}
.sidenav li>a.sidenav-search{
	right: 2rem;
	left: auto;
}
.sidenav li>a.sidenav-admin{
	right: 5rem;
	left: auto;
}
.sidenav-close svg{
	font-size: 1.6rem;
}
.sidenav-search svg,
.sidenav-admin svg{
	font-size: 1.4rem;
}
.side-menu{
	padding: 5rem 0 2rem;
	margin: 0;
}
.side-menu ul{
	padding: 0;
	margin: 0;
}
.side-menu ul li{
	padding: 0;
	margin: 0 2rem;
	line-height: 1.2;
	position: relative;
    border-bottom: 1px solid #252525;
}

.sidenav li>a:hover{
	background: transparent !important;
}
.side-menu ul li a{
	text-transform: uppercase;
	font-family: 'Nexa-Bold';
	font-weight: 400;
	line-height: 1.2;
	opacity: 1;
	font-size: 1.0rem;
	transition: 0.4s all ease;
	height: auto;
	padding: 0.8rem 0;
}
.side-menu ul li.current-menu-item a{
	color: #585F96;
}

.side-menu ul li li{
	border-bottom: none;
	margin: 0;
}
.side-menu ul li li a{
	/*text-transform: none;*/
	font-size: 0.9rem;
	
}
.side-menu ul li ul{
	/*transition: 0.2s all ease;*/
	display: none;
	/*height: 0;
	overflow: hidden;*/
}
.side-menu ul li ul li{
	padding-left: 1.4rem;
}
.side-menu ul li.opened ul{
	
}
.side-menu ul li.menu-item-has-children:after{
	right: 0rem;
	top: 14px;
	position: absolute;
	content: "";
	width: 22px;
	height: 12px;
	background: url("img/down.png") no-repeat 0 0;
	background-size: auto 100%;
	cursor: pointer;
}
.side-menu ul li.menu-item-has-children.opened:after{
	background-image: url("img/up.png");
}
.side-menu ul li a:hover{
	opacity: 0.8;
}
.side-bottom{
	position: relative;
	left: 2rem;
	margin-top: 2rem;
	width: calc(100% - 4rem);
}
.side-bottom .btn-large{
	width: 100%;	
}
@media only screen and (min-width: 993px){
	.sidenav {
		width: 400px;
		padding-left: 100px!important;
	}
	
	.sidenav::-webkit-scrollbar {
	  display: none !important;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.sidenav {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
}
@media only screen and (max-width: 992px){
	.sidenav-trigger{
		height: 70px;
		padding: 15px 30px 14px 0px;
    	
	}
	.sidenav-trigger svg{
		font-size: 2rem;
		color: #585F96;
	}
	.sidenav li>a.sidenav-close{
		left: 2rem;
	}
}

@media only screen and (max-width: 720px){
	.sidenav-trigger {
		height: 40px;
    	padding: 2px 30px 14px 0px;
		position: absolute;
	}
	.sidenav-trigger svg{
		font-size: 1.8rem;
	}
	
	
}

/* Search box 
--------------------------------------------- */
.search-box{
	margin: 1rem 0 0;
	max-width: 500px;
	position: relative;
    padding: 0 1rem;
	background: #585F96;
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
    align-items: center;
	overflow:hidden;
	border-radius: 32px;
}
.search-box .submit-search{
	width: 3rem !important;
	position: relative;
	z-index: 100;
    cursor: pointer;
	
}
.search-box .submit-search svg{
	font-size: 1.4rem;
	color: #fff;
}
.search-box input{
	color: #fff !important;
	font-family: 'Nexa-Bold';
	border: none !important;
    margin: 0 !important;
    height: 4rem !important;
    font-size: 1.1rem !important;
	padding: 0 1rem !important;
	
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post-thumbnail img{
	width: 100%;
}
.is-style-editorskit-rounded img,
.wp-block-getwid-person__image img,
.page-template-default .post-thumbnail img{
	border-radius: 12px !important;
	overflow: hidden;
}
@media only screen and (max-width: 720px){
	.page-template-default .post-thumbnail img{
		border-radius: 0 !important;
	}
}
.post,
.page {
	margin: 0;
}
.single .post{
	/*max-width: 1280px;*/
}
.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;
}
/* GRID
--------------------------------------------- */
.categories-grid,
.indicators-grid,
.medias-grid{
	display: flex;
	gap:1rem;
	flex-direction: row;
    max-width: 100%;
    margin: auto;
	justify-content: space-between;
}
.indicators-grid,
.medias-grid{
	flex-wrap: wrap;
}
.medias-grid{
	margin: 0;
}
.medias-grid::after{
	content: "";
    flex: 0 0 calc(33.333% - 1rem);
}
.categories-grid .item,
.indicators-grid .item,
.medias-grid .item{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
	position: relative;
    display: flex;
    align-items: flex-end;
    width: 23%;
    height: 290px;
	margin-bottom: 20px;
	cursor: pointer;
	opacity: 1;
	transition: 0.4s all ease;
	border-radius: 12px;
	overflow: hidden;
}
.categories-grid .item{
    width: calc(33% - 1rem);
}


.medias-grid .item{
	margin: 1rem 0;
    height: 240px;
    flex: 0 0 calc(33.333% - 1rem);
	justify-content: space-between;
	
}
.indicators-grid .item{
    width: 48%;
    height: 280px;
}
.categories-grid .item:hover,
.indicators-grid .item:hover,
.medias-grid .item:hover{
	opacity: 0.8;
}

.categories-grid .banner,
.indicators-grid .banner,
.medias-grid .banner{
	position: relative;
    width: 85%;
    max-width: 85%;
    margin: 0 auto 20px;
    z-index: 10;
}
.indicators-grid .banner{
    width: 65%;
    max-width: 65%;
    margin: 0 0 30px 30px;
}
.medias-grid .banner{
    width: 65%;
    max-width: 65%;
    margin: 0 0 20px 20px;
}
.categories-grid .banner a,
.indicators-grid .banner .post-title,
.medias-grid .banner .post-title{
	color: #fff !important;
	font-family: 'Nexa-Bold';
	font-weight: 400;
	line-height: 1.2;
	opacity: 1;
	font-size: 1.2rem;
	transition: 0.4s all ease;
}
.categories-grid .banner a{
	text-transform: uppercase
}
.indicators-grid .banner .post-title{
	color: #fff !important;
	font-family: 'Nexa-Bold';
	font-weight: 400;
	font-size: 4rem;
    line-height: 0.9;
}
.categories-grid .banner a:hover,
.medias-grid .banner a:hover{
	opacity: 0.8;
}
.categories-grid .banner span,
.indicators-grid .banner span,
.medias-grid .banner span{
	color: #fff;
	font-family: 'Nexa-Light';
	font-weight: 400;
	line-height: 1.2;
	opacity: 1;
	display: block;
	font-size: 0.8rem;
	padding-top: 6px;
}
.medias-grid .banner span{
	font-family: 'Nexa-Bold';
	padding-bottom: 8px;
}
.indicators-grid .banner span{
	font-family: 'Nexa-Bold';
	font-size: 1.2rem;
	padding-top: 0px;
}
.medias-grid .icon{
    padding:6px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 20px;
	background: #F1ECE1;
    position: relative;
    z-index: 10;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
    position: absolute;
    right: 10px;
    bottom: 20px;
	text-align: center;
}
.medias-grid .icon svg{
   
    height: 24px;
    font-size: 24px;
    color: #585F96;
    width: 100%;
}
.medias-grid .icon-date{
	line-height: 30px;
	background: #74ABDB;
	min-width: 100px;
	width: auto;
	min-height: 30px;
	height: auto;
    right: auto;
    bottom: auto;
	top: 10px;
	left: 10px;
	border-radius: 24px;
    padding:6px 12px;
	display:flex;
}
.medias-grid .icon-date span,
.medias-grid .icon-date strong{
	font-weight: 600;
	color: #fff;
}
.medias-grid .icon-date strong{
	font-size:2rem;
	padding-right:6px;
}
.medias-grid .icon-date span{
	font-size:0.8rem;
}
@media only screen and (max-width: 720px){
	.categories-grid{
		 flex-wrap: wrap;
	}
	
	.categories-grid .item,
	.medias-grid .item{
		width: 48%;
		height: 200px;
	}
	.indicators-grid .item {
		width: 100%;
		height: 160px;
	}
	.indicators-grid .banner{
		width: 85%;
		max-width: 85%;
		margin: 0 auto 30px;
	}
	
	.indicators-grid .banner .post-title{
		font-size: 2.6rem;
		line-height: 1;
	}
	.medias-grid {
		margin: 0;
	}
	.medias-grid .item{
		flex: 0 0 100%;
		margin: 0 0 1rem 0;
	}
}
.lastnews{
	display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
}
.lastnews-content{
	display: flex;
    justify-content: space-between;
}
.lastnews .spotlight {
    position: sticky;
    top: 100px;
    padding-right: 2rem;
    left: 0;
    display: flex;
    align-items: flex-start;
    width: 60%;
    height: 680px;
    border-radius: 8px;
    transition: opacity .25s ease-in-out;
   
}
.lastnews .trending {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding-top: 40px;
}
.author .lastnews .spotlight {
    width: 30%;
    padding-top: 40px;
    position: relative;
    top: 0;
    height: auto;
	width: auto;
	margin: 0 auto;
	max-width: 900px;
	display: block;
   
}
.author-header{
	display: flex;
}
.author-header .item{
	margin-right: 2rem;
    min-width: 120px;
}
.author .lastnews .trending {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding-top: 40px;
	width: auto;
	margin: 0 auto;
	max-width: 900px;
}
.author .trending h3{
	margin: 2rem 0 1rem !important;
	color: #585F96 !important;
	padding: 0 !important;
}
article.card {
    cursor: pointer;
	/*max-width: 900px;*/
}
article.card img {
    opacity: 1;
	transition: 0.2s all ease;
}
article.card:hover img {
    opacity: 0.8;
}
.post-title{
	font-size: 1.1rem;
	color: #252525 !important;
	opacity: 1;
	transition: 0.2s all ease;
	display: flex;
}
.article-medium .post-title,
.article-large .post-title{
	font-size: 1.6rem;
}
.spotlight .post-title{
	font-size: 1.4rem;
}
.post-excerpt{
	
    font-size: 0.9rem;
	padding: 1rem 0;
}
.archive.author .post-excerpt{
	display: none !important;
}
.lastnews article:hover .post-title,
.post-title:hover{
	opacity: 0.8;
}
.stick-format {
    background: #74ABDB;
    border-radius: 4px;
    padding: 0;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 8px;
    display: flex;
    line-height: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
/*
.entry-title .stick-format,
.spotlight .stick-format {
	width: 24px;
	min-width: 24px;
    height: 24px;
}
.spotlight .stick-format{
    margin-top: 8px;
}*/
.entry-title .stick-format{
    margin-top: 14px;
}
.stick-format svg{
	color: #fff;
    font-size: 11px;
}
.entry-title .stick-format svg{
    font-size: 16px;
}


.show-more{
	padding: 2rem 0;
}
.show-more a svg{
	margin-left: 4px;
	transition: 0.2s all ease;
}
.show-more a:hover svg{
	margin-left: 8px;
}



@media only screen and (min-width: 1441px){
	.lastnews .spotlight {
		height: 675px;

	}
}
@media only screen and (max-width: 1023px){
	
	.lastnews .spotlight {
		width: 45%;

	}
	.lastnews .trending {
		width: 50%;
	}
	
}
@media only screen and (max-width: 720px){
	.lastnews{
		display: block;
	}
	.lastnews-content{
		display: block;
	}
	.lastnews .spotlight,
	.author .lastnews .spotlight {
		width: 100%;
		padding-right: 0;
		display: block;
		top:0 ;
		height: auto;
		position: relative;

	}
	.lastnews .spotlight h2 {
		top:0 ;
		margin-top: 0;
		position: relative;

	}
	.lastnews .trending,
	.author .lastnews .trending {
		width: 100%;
		padding-top: 0px;
	}
	.post-excerpt{
		display: none;
	}
	.article-medium .post-title{
		font-size: 1.2rem;
	}
	.article-large .post-title {
		font-size: 1.6rem;
	}
	article.card.article-large {
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
    	padding-bottom: 0;
	}
	.author-info h1,
	.author-info h2,
	.author-info .avatar {
    	text-align:center;
	}
	
	.author-header{
		display: block;
	}
}

.authors-grid{
	display: flex;
    width: 100%;
    
    min-height: 110px;	
    max-width: 1440px;
    max-width: 1280px;
    margin: 25px auto 0;
	overflow-x: auto;
	overflow-y: hidden;
   
}
.authors-grid::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.authors-grid {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.authors-grid.grid-full{
	max-width: 100%;
	overflow: hidden;
   
}
.authors-grid-wrapper{
	position: relative;
    top: 0;
    left: 0;
    display: flex;
    gap: 20px;
	justify-content: space-between;
	flex-wrap: nowrap;
	
}
.grid-full .authors-grid-wrapper{
	flex-wrap: wrap;
	width: 100%;
}

.author-box{
	width: calc(20% - 25px);
    min-height: 110px;	
	background: #F4EEE2;
	border-radius: 12px;
	padding: 1rem 0.6rem;
    margin: 0;
	display: flex;
	flex-wrap: nowrap;
	width: 275px;
    transition: opacity .25s ease-in-out;
	opacity: 1;
	
}
.grid-full .author-box{
	margin-bottom: 1rem;	
	margin-right: 0;
	width: 23%;
}
.author-box:hover{
	cursor: pointer;
	opacity: 0.8;
}
.author-box .author-info a{
	display: block;
	font-size: 0.9rem;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	color: #252525;
}
.author-box .author-info a span{
	display: block;
    font-family: 'Nexa-Light';
}
.author-box .author-info p{
	font-size: 0.9rem;
    font-family: 'Nexa-Light';
	margin: 10px 0 0;
	text-decoration: underline;
}
.author-box .author-avatar{
	max-width: 70px; 
	margin-right:10px;
	flex: 0 0 70px;
}
.author-box .author-avatar a{
    height: 60px;
    width: 60px;
    display: block;
    overflow: hidden;
    border-radius: 50px;
}
.author-box .author-avatar img{
	min-width: 60px;
	
    height: auto;
	min-height: 60px;
}

.author-info{
}
.author .author-info{
	display: block;
    background: #f2f2f2;
    border-radius: 12px;
    padding: 2rem;
}
.author-info h1{
	display: block;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	font-size: 1.8rem;
}
.author-info h2{
	display: block;
    font-family: 'Raleway';
    font-size: 1.0rem;
   
    font-weight: 600;
}
.author-info p{
	display: block;
    font-family: 'Raleway';
	font-size: 1rem;
}

.author-info .avatar img{
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #585F96;
    padding: 6px 10px;
    margin: 2px;
    border-radius: 6px;
	
    font-family: 'Nexa-Bold';
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #585F96;
	color: #fff;
	border: 1px solid #585F96;
}
@media (max-width: 1700px){	
	.author-box{
		margin-right:16px;
		
	}
	.author-box:last-child{
		margin-right:0;
	}
}

@media only screen and (max-width: 1180px){
	
	.grid-full .author-box{
    	width: 31%;
	}
}
@media only screen and (max-width: 720px){
	.author-box{
		width: 240px;
		
	}
	.authors-grid {
    	width: 105%;
	}
	.author-box:last-child{
		margin-right:2%;
	}
	
	.grid-full .author-box{
		margin-right: 0;	    	
		max-width: calc(50% - 20px);
		width: calc(50% - 20px);
		flex-direction: column;
	}
	.grid-full .author-box .author-avatar {
    	margin: 0 auto;
	}
	.grid-full .author-info {
    	text-align: center;
	}
}

/* cards
--------------------------------------------- */
.card {
	border: none;
    box-shadow: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.card .card-image img,
.card.horizontal .card-image img{
	border-radius: 12px;
	overflow: hidden;
}
.card .card-content {
	padding: 12px 16px 12px 0;
}
.card.article-medium .card-content,
.card.article-large .card-content {
	padding-right: 24px;
}
.card.article-medium .card-content{
	padding-right: 6rem;
}
.trending .card-content{
	padding-left: 0;
}
.spotlight .card-content {
	padding: 18px 4px;
}
.spotlight .card {
    border-bottom: none;
    margin-top: 60px;
}
.spotlight h2{
    position: absolute;
    top: 0;
    margin: 0;
}
.author .spotlight h2{
    position: static;
}
.card .cta{
	margin-top:0.4rem
}
.card .cta a{
	color: #585F96;
	font-size: 1.1rem;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	text-decoration: underline;
    opacity: 1;
	transition: 0.2s all ease;
	display: flex;
	line-height: 18px;
    align-items: center;
}
.card .cta a:hover{
    opacity: 0.8;
}
.wp-block-group.card{
	padding: 2rem;
	border-radius: 24px;
	background: #fff;
}
@media only screen and (max-width: 720px){
	.spotlight .card {
		border-bottom: 1px solid #ccc;
		margin-top: 20px;
	}
	
	.card.horizontal .card-image {
		max-width: 40%;
	}
	.card.horizontal.article-large .card-image {
		max-width: 100%;
	}
	.card.article-medium .card-content, .card.article-large .card-content {
    	padding-right: 0;
	}
}

/* Modal
--------------------------------------------- */
.modal{
	width: 45%;
}
.modal-content .modal-title{
	
	color: #252525;
	font-size: 1.2rem;
	font-weight: 400 !important;
    font-family: 'Nexa-Bold';
    text-transform: uppercase;
}
.modal-close{
	position: absolute;
	top: 10px;
	right: 20px;
    
}
.modal-close svg{
	color: #666;
	font-size: 2rem;
	opacity: 1;
	transition: 0.2s all ease;
}
.modal-close:hover svg{
	opacity: 1;
}
.share-box{
	padding: 1.4rem 0;
}
.modal-post-content{
    background: #F1ECE1;
	padding: 24px 24px 12px;
}
.modal-post-content .modal-subtitle{
    color: #252525;
	font-size: 1.4rem;
	font-weight: 400;
}
.modal-post-content p{
    font-size: 0.9rem
}
.a2a_kit a {
    margin-right: 1rem;
}
.modal textarea{
	font-size: 0.8rem;
	font-family: Arial !important;
	background: #fff;
	height: 80px;
}
@media only screen and (max-width: 992px){
	.modal{
		width: 60%;
	}
}
@media only screen and (max-width: 720px){
	.modal{
		width: 90%;
	}
}
/* Blocks
--------------------------------------------- */

.block-edito{
	background: url(/wp-content/uploads/2021/09/Think-Tank-panoramique.jpg) no-repeat 0 0;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
	padding: 0 !important;
}
.block-edito .wp-block-group__inner-container{
	background: -webkit-linear-gradient(50deg, rgba(26,26,26,0.8) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(50deg, rgba(26,26,26,0.8) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(50deg, rgba(26,26,26,0.8) 0%, rgba(116,171,219,0.5) 60%, rgba(0,0,0,0) 100%);
	padding: 2rem 30% 2rem 3rem;
}
.block-edito .wp-block-columns{
    margin-bottom: 0;
}
.block-edito .wp-block-columns p{
	color: #fff;	
}
@media (min-width: 600px) and (min-width: 1441px){
	.block-edito .wp-block-image img{
		max-width: 160px;
	}
}
@media (min-width: 600px) and (max-width: 781px){
	/*.block-edito .wp-block-column:first-child {
		flex-basis: 15%!important;
		
	}
	.block-edito .wp-block-column:last-child {
		flex-basis: calc(85% - 2em) !important;
		
	}*/
}

@media (max-width: 599px){
	
	.block-edito .wp-block-group__inner-container{
		padding: 1rem 2rem 2rem;
	}
	/*
	.block-edito{
		padding: 1rem 1rem 2rem;
	}
	.block-edito .wp-block-column:first-child {
		flex-basis: 20%!important;
		flex-basis: 100%!important;
		
	}
	*/
	.block-edito .wp-block-column:first-child figure{
		max-width: 100px;
		margin: 0 auto;
		
	}
	.block-edito .wp-block-image {
		margin: 0;
	}
	/*.block-edito .wp-block-column:last-child {
		flex-basis: calc(80% - 2em) !important;
		flex-basis: 100%!important;
   		 padding: 1rem 1rem 0;
	}*/
	.block-edito .wp-block-button__link{
		position: absolute;
		width: 100%;
		left: 0;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
}
.block-title{
	font-size: 1.1rem;
	font-weight: 700;
}
.block-sources,
.block-work{
	border-radius: 12px;
	background: #F1ECE1;
	padding: 2rem 1rem;
	color: #252525 !important;
	margin: 0 0 3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	
}
.block-sources{
	display: none;
	width: 70%;
    margin: -1rem 0 3rem 30%;
}

.toogle-sources{
    opacity: 1;
	transition: 0.2s all ease;
}
.toogle-sources:hover{
	cursor: pointer;
    opacity: 0.8;
}
.toogle-sources .toogle-up{
	display: none;
}
.toogle-sources.opened .toogle-up{
	display: block;
}
.toogle-sources.opened .toogle-down{
	display: none;
}
.block-sources ul,
.block-work ul{
	margin-bottom: 0;
}

.block-sources ul li,
.block-sources p,
.block-work ul li,
.block-work p{
	color: #252525 !important;
	margin: 0.4rem 0;
	list-style: disc;
	font-size: 0.9rem !important;
	
}
.block-sources ul li strong,
.block-sources p strong,
.block-work ul li strong,
.block-work p strong{
	color: #585F96 !important;
	
}
.block-reco{
	/*color: #fff !important;*/
	margin: 2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	
}
.block-reco .block-title{
	width: 30%;
	padding-bottom:0.5rem;
	padding-left:0.5rem;
	padding-top:0.5rem;
    font-family: 'Nexa-Bold';
    text-transform: uppercase;
	font-weight: 400 !important;
}
.block-reco .block-content{
	width: 100%;
	border-radius: 12px;
	background: #f2f2f2;
	padding: 1.2rem 2rem;
	display: flex;
}
.reco-title{
	padding-top: 8px;
	margin-right: 4rem;
}

.block-reco p{
	
    margin: 8px 0;
}
.block-reco ul{
	
    margin: 0 0 0 2rem;
}
.block-reco ul li{
	padding-bottom: 0.6rem;
}
ol {
    margin-left: 1.5em;
}
blockquote {
    padding-left: 1rem;
    border-left: 5px solid #585F96;
}
.block-explore{
	padding:1rem 2rem;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 12px; 
	background: #585F96;
	background: rgb(128,138,210);
	background: -webkit-linear-gradient(58deg, rgba(128,138,210,1) 0%, rgba(88,95,150,1) 51%);
	background: -o-linear-gradient(58deg, rgba(128,138,210,1) 0%, rgba(88,95,150,1) 51%);
	background: linear-gradient(148deg, rgba(128,138,210,1) 0%, rgba(88,95,150,1) 51%);
	margin: 2rem 0 0;
}
.block-explore .search-box {
    margin: 1rem auto;
    max-width: 600px;
    background: #fff;
    font-size: 1.2rem;
	padding-left:1rem;
	padding-right:1rem;
    border-radius: 36px; 
}
.block-explore .search-box input {
    color: #252525 !important;
    font-size: 1.2rem !important;
}
.block-explore .search-box .submit-search svg {
    color: #252525;
}
.block-explore .post-tags {
    margin: 1rem 0;
    justify-content: center;
    align-items: center;
}
.block-explore .post-tags a{
    background: transparent !important;
    font-size: 0.9rem;
    color: #F1ECE1 !important;
}
.block-explore .post-tags a:hover{
    background: #F1ECE1  !important;
    color: #585F96 !important;
	text-decoration: none !important;
}
.block-explore h3{
    font-size: 1.2rem !important;
    font-family: 'Nexa-Bold' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
}
@media only screen and (max-width: 720px){
	.block-reco{
		display: block;

	}
	.block-reco .block-title{
		width: 100%;
	}
	.block-reco .block-content{
		width: 100%;
		display: block;
	}
	.block-reco ul{
		margin: 1rem 0 1rem 2rem;
	}
}

@media only screen and (max-width: 600px){
	.block-reco{
		margin-left:-6%;
		margin-right:-6%;
		margin-top:0;
		margin-bottom:0;

	}
	
	.block-reco .block-content{
		border-radius: 0;
	}
}

article.post ul li,
article.page ul li,
article.extra ul li,
article.evenement ul li{
	list-style:disc;
}

article .wp-block-getwid-social-links__list li{
	list-style:none !important;
	
}
.block-intro .wp-block-column:first-child{
	flex-basis: 3% !important;
}
.block-intro .wp-block-column:first-child svg{
	font-size: 1.4rem;
	margin-top: 4px;
}
.block-intro .wp-block-column:last-child{
	flex-basis: 97% !important;
}
.block-intro p{
	margin-top: 0;
    font-size: 0.9rem !important;
}
.block-intro {
	border-bottom: 1px solid #252525;
	margin-bottom: 3rem;
	display: flex;
}
.block-intro svg{
	margin-right: 10px;	
	margin-top: 3px;	
}
.page-id-274,
.page-id-9,
.page-id-171,
.page-id-435,
.page-id-406,
.page-id-431,
.page-id-502,
.page-id-504{
	background: #f2f2f2
}
@media only screen and (max-width: 720px){
	.block-intro .wp-block-column:last-child {
		flex-basis: 95% !important;
		margin: 0;
	}
	.block-intro .wp-block-column:first-child{
		flex-basis: 5% !important;
	}
	
	.block-intro .wp-block-column:first-child svg{
		margin-top: 2px;
	}
	
}
@media only screen and (max-width: 500px){
	.block-intro .wp-block-column:last-child {
		flex-basis: 93% !important;
	}
	.block-intro .wp-block-column:first-child{
		flex-basis: 7% !important;
	}
	
}

/* Single post
--------------------------------------------- */
.single .post-thumbnail{
	padding: 1rem 0;
}
.single .post-thumbnail img{
	width: 100%;
	border-radius: 12px;
}
.cat-links{
	padding: 1rem 0;
}
.cat-links a{
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	font-size: 1.2rem;
	color: #74ABDB;
	opacity: 1;
    transition: opacity .25s ease-in-out;
}
.cat-links a:hover{
	opacity: 0.8;
}
h1.entry-title{
	
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	font-size: 2.6rem;
}

.single-evenement h1.entry-title{
	font-size: 2.0rem;
}
.page-template-events h1.entry-title{
	font-size: 2.0rem;
}
.single-evenement .entry-header{
	display: none;
}

.single-evenement h2.entry-title{
	font-size: 2.0rem;
}
.single-evenement .entry-content .addtoany_content,
.single-extra .entry-content .addtoany_content{
	display: none;
}
.byline,
.posted-on{
	display: block;
	font-family: 'Nexa-Book';
	font-size: 1.0rem;
}
.single-extra .posted-on{
	display: none;
	
}
.single-extra .byline{
	display: none;
}
.entry-meta span a{
	color: #252525;
}
.entry-meta span a:hover{
	color: #74ABDB;
}

.single .entry-wrapper,
.single-evenement .entry-wrapper{
	display: flex;
    justify-content: space-between;
	margin: 3rem 0 1rem;
}
.entry-sidebar {
    position: sticky;
    top: 120px;
    left: 0;
    width: 23%;
    height: 575px;
    transition: opacity .25s ease-in-out;
   
}
.single-evenement .entry-sidebar {
    width: 40%;
   
}
.entry-sidebar-widget{
	margin: 0 2rem 2rem 1rem;
}
.entry-sidebar-widget:first-child{
	border-bottom: 1px solid #252525;
}
.entry-sidebar-date-event .date{
	padding: 0 0 2rem;
	font-size:2rem;
	color: #74ABDB;
}
.entry-sidebar-date-event .date strong{
	font-size: 5rem;
	line-height: 4.6rem;
	display: block;
}
.entry-sidebar-date-event .place{
	color: #252525;
	padding: 0 0 4rem;
	font-size:1.2rem;
}
.entry-sidebar-widget-title{
	
    align-items: center;
	font-family: 'Nexa-Bold';
	font-weight: 400 !important;
	font-size: 14px;
	display: flex;
}

.entry-sidebar-widget-title .ico{
	border-radius: 50%;
	border: 1px solid #252525;
	width: 24px;
	height: 24px;
	line-height: 24px;
    text-align: center;
	background: #252525;
	display: flex;
	margin-right: 8px;
	align-items: center;
}
.entry-sidebar-widget-title svg{
	font-size: 12px;
    margin: 0 auto;
	color: #fff;
}
.summary,
.ressources{
	padding: 1rem 0;
	margin: 0;
}
.summary li,
.ressources li{
	padding: 0.4rem 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
.summary li a,
.ressources li a{
	color: #585F96;
    transition: opacity .25s ease-in-out;
	opacity: 1;
	font-size: 0.9rem;
	display: flex;
}
.ressources li a{
	font-family: 'Raleway';
	color: #252525;
}
.summary li a:hover,
.ressources li a:hover{
	opacity: 0.8;
}
.summary a span,
.ressources a span{
	border-radius: 50%;
	border: 1px solid #74ABDB;
	width: 18px;
	height: 18px;
	line-height: 18px;
    text-align: center;
	background: #74ABDB;
	display: flex;
	margin-right: 8px;
	align-items: center;
}
.summary a span svg{
	font-size: 11px;
    margin: 0 auto;
	color: #fff;
}
.ressources a span{
	font-size: 0.7rem;
    color: #fff;
	width: auto;
	border-radius: 4px;
	padding: 4px 6px;
	font-weight: 600;
    margin-top: 2px;
}
.ressources a p{
	margin: 0;
}
.single .entry-content{
    display: flex;
    flex-direction: column;
    width: 70%;
    padding-top: 0px;
	margin: 0;
}
.single-evenement .entry-content {
    width: 60%;
    padding-left: 60px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4{
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.entry-content h3{
	font-size: 1.3rem;
}
.entry-content h4{
	font-size: 1.1rem;
}

.entry-content p,
.entry-content ul li{
	font-size: 1.1rem;
    line-height: 1.6;
}
.entry-content p.has-small-font-size,
.entry-content .wp-block-getwid-accordion__content p,
.entry-content .wp-block-getwid-accordion__content ul li,
.wp-block-getwid-accordion__header-title{
	font-size: 0.9rem;
}
.subtitle {
    font-size: 1.0rem;
    font-family: 'Nexa-Book';
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
    text-transform: uppercase;
	display: block;
	padding: 0 0 2rem;
}
.single .entry-header .subtitle {
    font-size: 1.3rem;
    text-transform: none;
    margin-top: -1rem;
    font-family: 'Nexa-Book';
}
.tags-links-title,
.tags-links{
	width: 70%;
	margin: 0 0 0 30%;
    transition: opacity .25s ease-in-out;
	opacity: 1;
}
.tags-links-title .subtitle {
    padding: 0 0 1rem;
    font-family: 'Nexa-Bold';
	font-weight: 400 !important;
}
.tags-links{
	display: flex;
	flex-wrap: wrap;
}
.tags-links a:hover{
	opacity: 0.8;
}
.post-entry-footer{
	margin: 3rem 0;
}
.post-feedback{
	width: 70%;
	margin: 0 0 3rem 30%;
	background: #f2f2f2;
	padding: 2rem;
	border-radius: 12px;
}
.post-feedback a{
	margin-right: 1rem;
}
.post-related{
	width: 70%;
	margin: 0 0 0 30%;
}
.wp-block-embed__wrapper {
    text-align: center;
}
.entry-footer-link-holder{
	
    padding: 0 0 3rem;
    margin-left: 30%;
    margin-top: -1rem;
	display: flex;
}
.entry-footer-link-holder a{
	color: #252525;
    transition: opacity .25s ease-in-out;
	opacity: 1;
	font-size: 0.9rem;
	display: flex;
	margin-right:3rem;
}
.entry-footer-link-holder a{
	font-family: 'Nexa-Light';
	color: #252525;
}
.entry-footer-link-holder a:hover{
	opacity: 0.8;
}
.entry-footer-link-holder span{
	border-radius: 4px;
	border: 1px solid #74ABDB;
	width: 18px;
	height: 18px;
	line-height: 18px;
    text-align: center;
	background: #74ABDB;
	display: flex;
	margin-right: 8px;
	align-items: center;
}
.entry-footer-link-holder a span svg{
	font-size: 11px;
    margin: 0 auto;
	color: #fff;
}
 .widget-vocalize{
	/*display: none;*/
}
.block-person{
	background: #f2f2f2;
	padding: 1rem;
	margin: 3rem 0;
	border-radius: 12px;
}
.block-person .wp-block-columns {
    margin-bottom: 0
}

.block-person figure{
    margin-top: -40px;
    margin-left: -40px;
    width: 160px;
}
.login .language-switcher{
	display: none;
}


.single-extra article.extra{
	
    max-width: 960px;
    margin: 0 auto;
}
.single-extra .entry-content {
    width: 100%;
}
.single.post-template-default .entry-header.style-2{
	background-size: cover;
	background-position: 50% 50%;
	padding: 2rem;
	position: relative;
	border-radius: 12px;
	overflow:hidden;
}
.single.post-template-default .entry-header.style-2 .header-container{
	position: relative;
	z-index: 11;
	
}
.alm-listing.alm-ajax{
	margin: 0;
	padding: 0;
}
.alm-listing .alm-paging-content>li.alm-item, 
.alm-listing>li.alm-item{
	padding-left: 0 !important;
}
.alm-listing .alm-paging-content>li.alm-item img, .alm-listing>li.alm-item img{
	position: static !important;
}
@media only screen and (min-width: 1025px){
	.single.post-template-default .entry-header.style-2 .header-container{
		max-width: 80%;
	}
	
}

@media only screen and (max-width: 600px){

	.single.post-template-default .entry-header.style-2{
		
   		margin-left: -6%;
    	margin-right: -6%;
		border-radius: 0;
	}
}
.single.post-template-default .entry-header.style-2::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #111;
/*	background: #585F96;*/
	opacity: 0.7;
	z-index: 10;
	
}
.single.post-template-default .entry-header.style-2 h1,
.single.post-template-default .entry-header.style-2 h2,
.single.post-template-default .entry-header.style-2 span,
.single.post-template-default .entry-header.style-2 a{
	color: #fff;
}
.single.post-template-default .entry-header.style-2 a:hover{
	color: #74ABDB;
}
.extra-template-default .entry-content a:hover,
.page-template-default .entry-content a:hover,
.single.post-template-default .entry-content a:hover{
	text-decoration: underline;
}
.home .entry-content a:hover,
.page-template-default .categories-grid a:hover{
	text-decoration: none;
}
.card a:hover{
	text-decoration: none !important;
}
@media only screen and (min-width: 793px){

	.entry-sidebar-widget-content{
		display: block !important;
	}
}
@media only screen and (min-width: 1025px){

	
	.page-id-8 .wp-block-getwid-section,
	.page-id-429 .wp-block-getwid-section{
		margin-left: -50px;
		margin-right: -50px;
	}
}
@media only screen and (max-width: 792px){
	
	.block-person figure{
		margin: 0;
		width: 120px;
	}
	.single .entry-wrapper{
		display: block;
    	margin: 1rem 0 1rem;
		
	}

	.single .entry-sidebar {
		position: relative;
		top: auto;
		left: 0;
		display: flex;
		height: auto;
		width: 110%;
		margin: 0 -5% 3rem;
		padding: 0 5%;
		background: #f2f2f2;
   		justify-content: space-between;
    	border-top: 1px solid #252525;

	}
	.single-evenement .entry-sidebar {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
		border-top: none;
	}
	.single-evenement .entry-sidebar:after,
	.single-evenement .entry-sidebar .site-share{
    	display: none;
	}
	.single .entry-content{
		display: block;
		width: 100%;
		padding-left: 0;
	}
	
	.post .entry-content h2{
		font-size: 1.6rem;
	}
	.post .entry-content h3{
		font-size: 1.2rem;
	}
	.post .entry-content h4{
		font-size: 1.1rem;
	}
	
	.entry-footer-link-holder{
		margin-left: 0;
	}
	.tags-links,
	.post-related,
	.post-feedback,
	.block-sources{
		width: 100%;
		margin-left: 0;
	}
	.tags-links-title,
	.tags-links{
			margin-left: 0;
	}
	.entry-sidebar:after{
		position: absolute;
		top: 81px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #252525;
		content: "";
		
	}
	.entry-sidebar-widget{
		margin: 0;
    	flex-basis: 100%;
	}
	.entry-sidebar-widget-content{
		display: none;
		position: relative;
		background: #f2f2f2;
	}
	.has-2-tabs .entry-sidebar-widget-content{
		width:200%;
	}
	.has-2-tabs .entry-sidebar-widget:last-child .entry-sidebar-widget-content{
		left: -100%;
	}
	.has-3-tabs .entry-sidebar-widget-content{
		width:300%;
	}
	.has-3-tabs .entry-sidebar-widget:nth-child(2) .entry-sidebar-widget-content{
		left: -100%;
	}
	.has-3-tabs .entry-sidebar-widget:last-child .entry-sidebar-widget-content{
		left: -200%;
	}
	.has-3-tabs .widget-vocalize{
		display: block;
	}
	.entry-sidebar-widget-title{
		padding: 1rem 0;
		text-align: center;
		display: block;
		position: relative;
	}
	.entry-sidebar-widget:first-child{
		border-bottom: none;
	}
	.entry-sidebar-widget-title::after,
	.entry-sidebar-widget-title::after
	{
		position: absolute;
		content: "";
		width: 100%;
		bottom: 0;
		left: 0;
		height: 4px;
		background: #252525;
		opacity: 0;
    	transition: opacity .25s ease-in-out;
	}
	.entry-sidebar-widget-title.opened::after,
	.entry-sidebar-widget-title:first-child.opened::after
	{
		opacity:1;
	}
	.entry-sidebar-widget-title .ico {
    	margin: 0 auto 8px;
	}
	.summary li, .ressources li {
    	padding: 0.6rem 0 !important;
    }
	h1.entry-title {
    	font-size: 2.0rem;
	}
	.entry-sidebar-date-event .place {
    	padding: 0 0 2rem;
	}
}

@media only screen and (max-width: 600px){
	.single .entry-wrapper{
    	margin-top:0;
		
	}
}
/* Post - author info
--------------------------------------------- */
.post-author-box .m-a-box-container{
	background: #f2f2f2;
	border: none  !important;
	border-radius: 12px;
	box-shadow: none;
	width: 500px;
    margin: 0;
}
.post-author-box .m-a-box-content-middle{
	flex-direction: row  !important;
}

.post-author-box .m-radius-circled{
    border: none !important;
    max-height: 100px;
    overflow: hidden;
}
.post-author-box .m-a-box-avatar img{
	max-width: 100px  !important;
	border: none  !important;
	opacity: 1;
    transition: opacity .25s ease-in-out;
}
.post-author-box .m-a-box-avatar a:hover img{
	opacity: 0.8;
}
.post-author-box .m-a-box-content.m-a-box-profile .m-a-box-data{
	font-family: 'Nexa-Book';
	margin-left: 20px;
	font-size: 0.9rem !important;
	margin-top: 0;
}
.post-author-box  .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-title h5 a{
	font-family: 'Nexa-Bold';
	font-size: 1.1rem !important;
	text-align: left !important;
	opacity: 1;
    transition: opacity .25s ease-in-out;
	font-weight: 400 !important;
}
.post-author-box  .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-title h5 a:hover{
	opacity: 0.8;
}
.post-author-box  .m-a-box-container[max-width~="599px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-title>:first-child {
    text-align: left !important;
}
.m-a-box.post-author-box .m-a-box-container[max-width~="599px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta {
    text-align: left !important;
	font-size: 0.9rem !important;
	
}
.post-author-box .m-a-box-content.m-a-box-profile .m-a-box-profile-multiauthor {
    margin-bottom: 2rem;
}
.post-author-box .m-a-box-content.m-a-box-profile .m-a-box-profile-multiauthor:last-child {
    margin-bottom: 0;
}
.post-author-box .m-a-box-meta-separator,
.post-author-box .m-a-box-bio,
.post-author-box  .m-a-box-social {
	display: none;
}
.post-author-box .m-a-box-data-toggle,
.post-author-box .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta a{
	display: block;
	margin-top: 16px;
	text-decoration: underline !important;
}

@media only screen and (max-width: 720px){
	.post-author-box .m-a-box-container{
		width: auto;
	}
	.post-author-box .m-a-box-container .m-a-box-content{
		padding: 0px 16px;
	}
	.post-author-box .m-a-box-avatar img{
		max-width: 90px  !important;
		margin: 1rem 0;
	}
	#ot-sdk-btn-floating.ot-floating-button {
		bottom: 70px !important;
		width: 30px !important;
		height: 30px !important;
		right: 10px !important;
		left: auto !important;
	}
	select.es_form_cf {
		width: 100%;
	}
	#breadcrumbs{
		display: none !important
	}
	.article-sticky .banner a.slide-post-title{
		width: 100%;
		font-size: 1.8rem;
	}
	.home h1 {
    	font-size: 1.4rem;
		text-align:center;
	}
}
@media only screen and (min-width: 721px){
	#ot-sdk-btn-floating.ot-floating-button {
		right: 10px !important;
		left: auto !important;
	}
}
.es_subscription_form .es-field-wrap label{
	
	color: #252525;
}
.es_form_cf {
    padding: 0.75rem;
    display: block;
	font-size: 0.9rem;
	margin: 0.4rem 0 1.4rem;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

html[lang="fr-FR"] .text-en{
	display: none;
}
html[lang="en-GB"] .text-fr{
	display: none;
}
.grecaptcha-badge{
	display: none !important;
}
/* reader meter
--------------------------------------------- */
.page .site-main .bsf-rt-reading-time,
#bsf_rt_progress_bar_container,
.bsf-rt-display-label{
	display: none !important;
}
.page-template-medias .site-main .bsf-rt-reading-time{
	display: block !important;
}
.single #bsf_rt_progress_bar_container{
	display: block !important;
}
.bsf-rt-reading-time {
    min-width: auto !important;
	border-radius: 6px;
}
.single #bsf_rt_progress_bar_container {
    top: 64px;
	left: 100px;
	width: calc(100% - 100px);
	display: none !important;
	
}
.single #bsf_rt_progress_bar_container.toshow {
	display: block !important;
	
}

@media only screen and (max-width: 992px){
	
	.single #bsf_rt_progress_bar_container {
		left: 0;
		width: 100%;
	
	}
}
/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



.swiper-pagination{
	bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
	background: #fff !important;
}

.swiper-pagination-bullet-active{
	background: #585F96 !important;
}
.show-for-mobile{
	display: none;
}
@media only screen and (max-width: 792px){
	
	.show-for-mobile{
		display: block;
	}
	.hide-for-mobile{
		display: none;
	}
}
@media only screen and (max-width: 720px){
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		left: auto !important;
		right: 10px !important;
		width: auto !important;
	}
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 993px){
	/*.container,
	.site-main{
		width: 100%;
		
	}*/
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	@page {margin: 2cm;}
  	a[href]:after {
    	content: none !important;
  	}
	.tabbar,
	.site-description,
	.site-subscribe,
	.site-footer,
	.site-share,
	.entry-sidebar,
	.post-entry-footer,
	.modal-trigger,
	.video,
	.sidenav-trigger,
	.readtime,
	.site-post-title,
	.podcast,
	iframe,
	.header-toolbar{
		display: none !important;
	}
	#page {
		padding-left: 0;
	}
	.container, .site-main{
		width: 100%;
		max-width: 900px;
		
	}
	.block-reco {
		background: #fff;
    	display: block;
		color: #252525 !important;
    }
	.block-reco .block-title {
		margin-bottom: 10px;
	}
	.block-reco .block-content {
		width: 100%;
	}
	.single .entry-wrapper, 
	.single-evenement .entry-wrapper {
    	display: block;
	}
	.single .entry-content {
		display: block;
		width: 100%;
	}
	.entry-footer-link-holder {
		padding: 0 0 1rem;
		margin-left: 0;
		margin-top: 0;
		display: block;
	}
	.block-sources{
		display: block;
		width: 100%;
		margin: 0;
		background: transparent;
		padding: 0rem 0rem;
	}
	.tags-links {
		width: 100%;
		margin: 0;
		}
	.tags-links	.subtitle{
		margin-top: 40px;
	}
	.entry-footer-link-holder a {
		font-size: 1.0rem;
		font-family: 'Nexa-Bold';
		font-weight: 400 !important;
		text-transform: uppercase;
		display: block;
		padding: 0 0 0rem;
	}
	.entry-footer-link-holder span{
		display: none;
		
	}
	.block-intro .wp-block-column:first-child {
		flex-basis: 40px !important;
	}
	.block-intro .wp-block-column:last-child {
		flex-basis: calc(100% - 40px) !important;
	}
	.entry-content h2, .entry-content h3, .entry-content h4 {
		margin-top: 20px;
	}
	
	.post-author-box .m-a-box-avatar img{
		max-width: 65px  !important;
	}
	.post-author-box .m-a-box-container {
    	background: transparent !important;
   		margin: 0;
	}

}

.wp-block-rss{
	margin: 0 0 3rem !important;
}
.wp-block-rss__item{
	padding: 1rem !important;
	background: #F1ECE1;
	border-radius: 8px;
	margin: 2rem 0 0 !important;
	list-style: none !important;
	
}
.wp-block-rss__item a{
	color: #222
}

 .cross-posts-grid{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
	gap:18px;
	 margin: 2rem 0;
        }
.cross-post-card{
	border:1px solid #eee;
	border-radius:12px;
	overflow:hidden;
	background:#fff;
	transition:transform .15s ease, box-shadow .15s ease;
}
.cross-post-card:hover{
	transform:translateY(-2px);
	box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.cross-post-link{ color:inherit; text-decoration:none; display:block; height:100%; }
.cross-post-img{ width:100%; height:150px; object-fit:cover; display:block; }
.cross-post-title{ font-size:1rem !important; margin:12px 12px 6px; line-height:1.35; }
.cross-post-date{ font-size:.85rem; opacity:.7; margin:0 12px 12px; display:block; }
.cross-post-link:hover .cross-post-title, .cross-post-link:hover{ text-decoration: none !important }
