/*!
Theme Name: webzineFtda
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webzineftda
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.

webzineFtda 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/
*/
/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */


@font-face {
  font-family: 'YportWeb';
  src: url('/wp-content/themes/webzineftda/fonts/yport/YportWeb-Light.woff2');
  font-weight: 100;
}

@font-face {
  font-family: 'YportWeb';
  src: url('/wp-content/themes/webzineftda/fonts/yport/YportWeb-Regular.woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'YportWeb';
  src: url('/wp-content/themes/webzineftda/fonts/yport/YportWeb-SemiBold.woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'YportWeb';
  src: url('/wp-content/themes/webzineftda/fonts/yport/YportWeb-Bold.woff2');
  font-weight: bold;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/webzineftda/fonts/inter/Inter-VariableFont_opsz,wght.ttf');
}
/**
 * 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;
}

h1, h2{
	font-family: 'Yportweb', 'open sans';
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1{
	display: flex;
    justify-content: flex-start;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:last-child {
    margin-left: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
	padding-right: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child{
	padding-right: 0px;
}

.mega-sub-menu .mega-menu-row{
	padding: 10px!important;
}

.mega-sub-menu .mega-block-title{
	padding-bottom: 15px!important;
	color: #3030E3;
}
li.mega-menu-item h4.mega-block-title{
	color: #3030E3 !important;
}
.mega-menu-item > .mega-sub-menu{
	padding: 30px!important;
	text-decoration: inherit;
    -moz-box-shadow: 2px 2px 10px 0px #656565!important;
    -webkit-box-shadow: 2px 2px 10px 0px #656565!important;
    -o-box-shadow: 2px 2px 10px 0px #656565!important;
    box-shadow: 2px 2px 10px 0px #656565!important;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	color: #10073E!important;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: #10073E!important;
}

.mega-sub-menu .w4pl-inner ul{
	padding-left:15px;
	margin-left:0;
}
.mega-sub-menu a{
	color: #10073E;
}

/*.mega-menu-link.newsletter::after {
    content: '';
    display: block !important;
    width: 100%;
    height: 5px;
    background-color: #E30040;
    margin-top: -20px;
}*/
.mega-menu-link.newsletter {
    background-color: #4AB05E!important;
    color: #DEFF57!important;
}

@media screen and (max-width: 767px) {
	.mega-menu-link.newsletter::after {
		content: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/**** Masonry ****/
/*.masonry { 
    column-count: 2;
    column-gap: 1em;
}*/


#home-dossier .masonry .item { 
	margin: 0 1% 1em;
    /*display: inline-block;*/
    width: 31%;
}
.masonry .item { 
	margin: 0 1% 1em;
    /*display: inline-block;*/
    width: 48%;
}

#news-stycky-articles .masonry.masonry-news .item { 
	margin: 0 1% 1em;
    /*display: inline-block;*/
    width: 48%;
	a{
		color: #3030E3;
	}
}

#home-stycky-articles .masonry .item {
	width: 30%;
}

/*MEGA MENU */
.megamenu-container {
	border-bottom: 1px solid #d6d6d6;
}

.megamenu-container .row {
	margin: 0px;
}

/*LISTE DEROULANTE */
.menu-fr-liste-deroulante-numeros-container,
.menu-en-liste-deroulante-numeros-container{
    background: url(./img/bg-select.jpg) no-repeat right center;
	height: 34px;
    width: 330px;
    overflow: hidden;
    float: right;
    border: 1px solid #dedede;
    margin-top: 20px;
}
.menu-fr-liste-deroulante-numeros-container select,
.menu-en-liste-deroulante-numeros-container select {
    border: none;
    font-size: 15px;
    height: 34px;
    width: 345px;
	overflow: hidden;
	font-weight:600;
    background: transparent;
    padding: 5px;
}

/********************************************************** STYLE MAGZINE **********************************************************/
body #page{
	font-family: 'Inter', sans-serif;
	font-weight:500;
	font-size:13px;
}

#page-right a, #page-right a:visited{
	color: #3030E3;
	font-weight: 600;
}

#content-mag-page-int #page-left .items-sidebar ul li a:hover, #page-right a:hover{
	color: #999;
}

#content-mag-page-int #page-left .items-sidebar ul li a:visited {
	color:#444;
}

a:hover{
	text-decoration:none!important;
}
body a:focus, body a:active{color:inherit!important;} 

.barre-site{
    content: " ";
    background-color: #1e1e1e;
    width: 1px;
	display:block;
	position: absolute;
	z-index: 999;
}
#header-mag-entete,#img-mag-entete{position:relative;}
#barre-head{
    background-color: #1e1e1e;
	height: calc(100% - 45px);
	bottom:0px;
}

#barre-img{
    background-color: #fff;
	height:270px;
	top:0px;
}

#masthead-fluid{
	border-bottom:1px solid #d6d6d6;
}

#masthead{
	background-image: url(./img/bg-header.png);
    background-repeat: no-repeat;
    /* background-position: left; */
	background-position: calc(15vw - 0px);
	background-size: contain;
    padding: 0;
}

.bloc-header-titre {
	text-align:center;
}

.bloc-header-titre .titre-header-1{
    color: #1e1e1e;
    font-family: 'Yportweb', serif;
    font-weight: bold;
}

.bloc-header-titre .titre-header-2{
	color: #3030E3;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

.bloc-header-titre .titre-header-fr-1{
	font-size: 58px;
	line-height: 45px;
}
.bloc-header-titre .titre-header-fr-2{
	font-size: 50px;
	line-height: 55px;
}

.bloc-header-titre .titre-header-en-1{
	font-size: 53px;
	line-height: 45px;
}
.bloc-header-titre .titre-header-en-2{
	font-size: 50px;
	line-height: 55px;
}

.bloc-header-titre  .sous-titre-header{
	text-align: center;
    display: block;
    max-width: 275px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.logo-ftda{
	max-width: 140px;
}
.magazine-ftda{
	display: flex;
    flex-direction: column;
	text-align:right;
	float: right;
    margin-top: 8px;
	margin-bottom: 10px;
}
.magazine-ftda a.mag{
    display: inline-block;
    color: #3030E3;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
    width: 220px;
}

.magazine-ftda img{
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 10px 0px;
}

.header-right{
	padding-right: 0!important;
}

.header-right form{
	float: right;
    margin-top: 25px;
}

.header-right input{
	border-radius: 0!important;
}
.header-right input[type="submit"]{
	background-color: #3030E3;
	color:#ffffff;	
	border-color: #3030E3;
}


.header-right .menu-fr-liste-deroulante-numeros-container,
.header-right .menu-en-liste-deroulante-numeros-container{
		display:block;
	}
	
#header-mag-titre .menu-fr-liste-deroulante-numeros-container,
#header-mag-titre .menu-en-liste-deroulante-numeros-container{
	display:none;
}

.switcher-mag{
	text-align:right;
	width:100%;
}
.switcher-mag ul{
    background-color: #3030E3;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.switcher-mag ul li{
	display: inline-block;
    padding: 4px 10px;
    margin-right: -4px;
}
.switcher-mag ul li.current-lang a{
	color:#ffc600;
}
.switcher-mag ul li a{
	color:#fff;
	font-size:12px;
}
.switcher-mag ul li a:hover{
	color:#ffc600;
	border-bottom:1px solid #ffc600;
	text-decoration:none;
}

#img-mag-entete{
	background-size:cover;
	height:225px;
	padding:0!important;
	position:absolute;
}

#header-mag-entete .filtre-bleu{
	/*background-color:rgba(9,174,238,0.7);
	background-color:#0056b3;
	mix-blend-mode: color;*/
	width:100%;
	height:100%;
}

#header-mag-entete #header-mag-titre #numero-header{
	transform: rotate(-90deg);
	width: 260px;
	margin-top: 35px;
}

#header-mag-entete #header-mag-titre .numero-big{
    color: #1e1e1e;
    font-family: 'Yportweb', serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 80px;
}
#header-mag-entete #header-mag-titre .periode-mag{
	color:#1e1e1e;
	text-transform:uppercase;
	font-size:14px;
}

#header-mag-titre h1 {
    color: #1e1e1e;
    font-family: 'Yportweb', serif;
    font-size: 58px;
    font-weight: bold;
    padding-top: 40px;
    line-height: 59px;
    padding-left: 50px;
}

#header-mag-titre .intro-num{
	padding: 30px 50px 50px 70px;
    color: #1d2b49;
    font-weight: 600;
    font-size: 13px;
}

/*******HOME*********/
/* SLIDER */
#vuesdeurope_slider{
	/*background-size: cover;
	background-image:url(http://vuesdeurope.ethicweb.com/wp-content/themes/webzineftda/img/bg_slider.jpg);*/
}

#vuesdeurope_slider .carousel-caption{
	position: relative;
	right: inherit;
    bottom: inherit;
    left: inherit;
    top: inherit;
    max-width: 100%;
}

#vuesdeurope_slider .carousel-item{
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-size: cover;
}

#vuesdeurope_slider #container-dossier{
	background-color: #003366 ;
    float: left;
    text-align: left;
    max-width: 50%;

}

#container-dossier .dossier-label,
#container-dossier .dossier-label-en,
#container-dossier .dossier-contenu{
	display:inline-block;
	float:left
}

#vuesdeurope_slider #container-dossier .dossier-contenu{
	min-height: 350px;
}

#container-dossier .dossier-label, #container-dossier .dossier-label-en{
	transform: rotate(-90deg);
	font-family: 'Rufina', serif;
    /*font-size: 58px;*/
    font-size: 40px;
    font-weight: bold;
	color:#C29426;
	width: 310px;
    height: 145px;
}

#container-dossier .dossier-label{
    margin-top: 30px;
}
#container-dossier .dossier-label-en{
    margin-top: -41px;
}

#container-dossier .dossier-contenu{
    margin-left: 0px;
    padding-right: 0px;
    padding: 40px;
}

#container-dossier .dossier-contenu h2{
	font-family: 'Yportweb', serif;
    font-size: 30px;
    font-weight: bold;
	color:#fff;
}

#container-dossier .dossier-contenu div{
    font-size: 13px;
	color:#EDEDE3;
	display: block;
}

#container-dossier .dossier-contenu .lire-la-suite{
    font-family: 'Inter', sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    margin: 25px 0px;
	position:relative;
}

#container-dossier .dossier-contenu .lire-la-suite:after{
    position: absolute;
    font-size: 17px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    top: -3px;
    background-color: #C29426;
    border: 1px solid #C29426;
    color: #003366;
    margin-left: 20px;
    padding: 1px 8px;
}

#container-dossier .dossier-contenu .lire-la-suite:hover:after{
    color: #C29426;
    background-color: transparent;
} 


.container-slider-articles{
    background-color: #ffffff;
    color: #494949;
    text-align: left;
    padding: 20px 40px 5px;
    margin-bottom: 18px;
    display: block;
    position: relative;
    cursor: pointer;
}

.container-slider-articles h4{
    color: #3030E3;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.container-slider-articles ul{
    padding-left:0;
    margin-left: 0;
}

.container-slider-articles ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    font-weight: 600;
}


.container-slider-articles ul li:before{
    position: absolute;
    font-size: 13px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    background-color: #dadada;
    color: #1e1e1e;
    padding: 1px 5px 1px 6px;
    left: 0px;
}

.container-slider-articles ul li:hover:before{
    background-color: #C29426;
}

#vuesdeurope_slider .container-slider-img{
	float:left;
	padding-left:30px; 
	width: 50%;
	background-size: cover;
	min-height: 300px;
	height:100%;
	padding: 40px;
	background-position: 50%;
}


#container-slider-articles .slider-article:after {
    position: absolute;
    font-size: 17px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    bottom: 20px;
    right: 20px;
    background-color: #C29426;
    border: 1px solid #C29426;
    color: #3030E3;
    margin-left: 20px;
    padding: 1px 8px;
}


#container-slider-articles .slider-article:hover{
	-moz-box-shadow: 2px 2px 10px 0px #656565;
    -webkit-box-shadow: 2px 2px 10px 0px #656565;
    -o-box-shadow: 2px 2px 10px 0px #656565;
    box-shadow: 2px 2px 10px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}


#container-slider-articles .slider-article h3,
#container-slider-articles .slider-article p{
	color:#494949;
}

#vuesdeurope_slider .carousel-control-prev-icon,
#vuesdeurope_slider .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none!important;
}

#vuesdeurope_slider .carousel-control-next-icon:after
{
  content: "\f054";
  font-family: FontAwesome;
  font-size: 35px;
  color: #1e1e1e;
}

#vuesdeurope_slider .carousel-control-prev-icon:after {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 35px;
  color: #1e1e1e;
}

#vuesdeurope_slider .carousel-indicators li{background-color:#dadada;}
#vuesdeurope_slider .carousel-indicators li.active{background-color:#C29426;}

.link_home_actus{
	text-align: right;
	margin:50px 0;
	display: block;
	width: 100%;
	padding-right:60px;
}
.link_home_actus a{
    font-family: 'Inter', sans-serif;
	font-size:14px;
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    margin-top: 15px;
	position:relative;
}

.link_home_actus a:hover{
	color: #1e1e1e;
}
.link_home_actus a:after{
    position: absolute;
    font-size: 17px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    top: -5px;
    background-color: #C29426;
    border: 1px solid #C29426;
    color: #1e1e1e;
    margin-left: 14px;
    padding: 1px 8px;
}

.link_home_actus a:hover:after{
    color: #1e1e1e;
    background-color: transparent;
}

/*DOSSIER*/

#header-dossier-titre .h1,
#header-dossier-titre h1 {
    color: #1e1e1e;
    font-family: 'Yportweb', serif;
    font-size: 58px;
    font-weight: bold;
    padding-top: 40px;
    line-height: 59px;
    display: block;
}

#header-dossier-titre .intro-num{
	padding: 30px 50px 50px 0px;
    color: #1d2b49;
    font-weight: 600;
    font-size: 13px;
}

#content-home-page,
#content-search-page{
	padding-top:40px;
	background-color:#e5e5e5;
}

#content-search-page h1 {
    font-family: 'Yportweb', serif;
    color: #1e1e1e;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

#content-search-page h2 a{
	color:#3030E3;
	font-size: 16px;
	margin-bottom: 10px;
}

#content-search-page .search-results {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    position: relative;
    padding: 20px;
}

#content-search-page .search-results .hentry{
	border-top: 1px solid #cdcdcd;
}
#content-search-page .search-results .entry-summary{
	margin: 0;
}

#home-stycky-articles h2,
#content-mag-actus h2{
	margin-bottom: 25px;
	text-align: center; 
}

#home-footer{
    background-color: #1e1e1e;
    padding: 40px 0 20px;
}
/*FIN DOSSIER*/

.contenu-sous-entete{
	background-color:#fff;
}

#content-mag-page{
	margin-top:150px;
	background-color:#e5e5e5;
}

#content-mag-actus{
	padding-top: 20px;
    background-color: #e5e5e5;
    padding-bottom: 40px;
}
	
#content-mag-page-int{
	background-color:#e5e5e5;
}

footer{
    background-color: #ffffff;
}

#home-numero-left #container-brief,
#home-dossier #container-brief{
	background-color:#10073E;
	float:left;
	width: 100%;
	margin-bottom: 20px;
	min-height: 320px;
}

body #home-dossier #container-brief{
	margin-bottom: 0px;
}

#home-dossier #container-edito .edito-label {
    display: inline-block;
}	

#container-brief .brief-label,
#container-brief .brief-label-en,
#container-brief .brief-contenu{
	display:inline-block;
	float:left;
}

#container-brief .brief-label,
#container-brief .brief-label-en{
	transform: rotate(-90deg);
	font-family: 'Yportweb', serif;
    font-size: 40px;
    font-weight: bold;
	color:#C29426;
	width: 310px;
    height: 145px;
}

#container-brief .brief-label,
#container-brief .brief-label-en{
    margin-top: 30px;
}

#container-brief .brief-contenu{
	width: calc(100% - 340px);
    margin-left: -70px;
}

#container-brief .brief-contenu h2{
	font-family: 'Yportweb', serif;
    font-size: 30px;
    font-weight: bold;
	color: #fff;
	padding-top: 40px;
}

#container-brief .brief-contenu div{
    font-size: 13px;
	color:#fff;
	display: block;
}

#container-brief .brief-contenu .lire-la-suite{
    font-family: 'Inter', sans-serif;
	font-size: 14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    margin: 25px 0px;
	position:relative;
}

#container-brief .brief-contenu .lire-la-suite:after{
    position: absolute;
    font-size: 17px;
    color:  #10073E;
    content: "\f054";
    font-family: FontAwesome;
    top: -3px;
    background-color: #C29426;
    border: 1px solid #C29426;
    margin-left: 20px;
    padding: 1px 8px;
}

#container-brief .brief-contenu .lire-la-suite:hover:after{
    color: #C29426;
    background-color: transparent;
}

.masonry .item,
.actufull .item{
	background-color:#fff;
}

.actufull .item{
	display: inline-block;
	margin-bottom: 20px;
}

.masonry a.item:hover,
.actufull a.item:hover{
	text-decoration:inherit;
	-moz-box-shadow: 2px 2px 10px 0px #656565;
	-webkit-box-shadow: 2px 2px 10px 0px #656565;
	-o-box-shadow: 2px 2px 10px 0px #656565;
	box-shadow: 2px 2px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);	
} 

.masonry .item img{
	width:100%;
	max-width:100%;
	margin:0;
	padding-top: 15px;
}

.actufull .item-contenu-left, 
.actufull .item-contenu-right{
	display: inline-block;
	float:left;
} 
.actufull .item-contenu-left{
	width: 30%;
} 
.actufull .item-contenu-right{
	width: 70%;
	padding: 0 30px;
} 

.actufull .item img{
	width:100%;
	max-width:100%;
	margin:0;
	padding-top: 0px;
}

.masonry .item-contenu,
.actufull .item-contenu{
	padding:22px;
}

.masonry .item .label-item,
.actufull .item .label-item{
	display: inline-block;
    background: #C29426;
    color: #10073E;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: 600;
}
.masonry .item .auteur-item,
.actufull .item .auteur-item{
	display:block;
	color:#10073E;
	font-size:11px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:10px 0;
}
.masonry .item h3,
.actufull .item h3{
	font-family: 'Inter', serif;
	color:#1e1e1e;
	font-size:18px;
	margin: 10px 0px;
	font-weight:600;
}

.masonry .item .item-contenu-txt,
.actufull .item .item-contenu-txt{
	color:#10073E;
	font-size:13px;
	font-weight:500;
}

.item-contenu-img{
	margin: 15px 0;
	text-align: center;
}

.masonry .item .btn-plus-block,
.actufull .item .btn-plus-block{
	display:block;
	text-align:center;
	width:100%;
}

.masonry .item .btn-plus-block .plus, a.btn-actu-europe ,
.actufull .item .btn-plus-block .plus, a.btn-actu-europe {
    font-size: 17px;
    background-color: #dadada;
    color: #1e1e1e!important;
    padding: 5px 10px;
    font-weight: bold;
    float: left;
    margin-left: calc(50% - 12px);
    display: inline-block;
}

.masonry .item:hover .btn-plus-block .plus, a.btn-actu-europe:hover ,
.actufull .item:hover .btn-plus-block .plus, a.btn-actu-europe:hover {
    background-color: #C29426;
}

a.btn-actu-europe:hover {
	color:#1e1e1e!important;
}

a.btn-actu-europe {
	font-weight:600!important;
	margin-left:0!important;
	padding: 5px 40px 5px 20px!important;
	position:relative;
	margin-bottom:20px;
}

a.btn-actu-europe:after{
    position: absolute;
    font-size: 15px;
    content: "\f054";
    font-family: FontAwesome;
    right: 20px;
    top: 7px;
}


/* Bloc News */
.bloc-news{
	padding:30px 40px;
	background-color:#4AB05E;
}

.bloc-news h3{
	font-family: 'Inter', serif;
    font-size: 24px;
    font-weight: bold;
	line-height: 32px;
	color: #DEFF57;
}

.bloc-news span{
    font-size: 13px;
	color:#DEFF57;
	display:block;
}

.bloc-news .s-abonner{
    font-family: 'Inter', sans-serif;
	font-size:14px;
	color:#DEFF57;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    margin-top: 15px;
	position:relative;
}

.bloc-news .s-abonner:after{
    position: absolute;
    font-size: 17px;
    content: "\f054";
    font-family: FontAwesome;
    top: -5px;
    background-color: #DEFF57;
    border: 1px solid #DEFF57;
    color: #4AB05E;
    margin-left: 14px;
    padding: 1px 8px;
}

.bloc-news .s-abonner:hover:after{
    color: #DEFF57;
    background-color: transparent;
}

.bloc-news-europe-container{
	background-color:#dadada;
	margin-top:22px;
}

.bloc-news-europe-container .label-news-europe{
	display: block;
    background: #C29426;
    color: #3030E3;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: bold;
	text-align:center;
}

.bloc-news-europe{
	padding: 22px;
}

.bloc-news-europe .item-actu-europe h4{
	font-family: 'Yportweb', serif;
    font-size: 18px;
	color:#1e1e1e;
	position:relative;
	margin-bottom: 28px;
	font-weight:600;
}

.bloc-news-europe .item-actu-europe h4:after{
	position: absolute;
    content: ' ';
    height: 2px;
    width: 85px;
    background: #000;
    left: 0;
    bottom: -15px;
}

.bloc-news-europe .item-actu-europe  .item-actu-europe-txt{
    font-size: 13px;
	color:#494949;
	display:block;
	margin-bottom:45px;
}

.bloc-news-europe  a.link-veille:hover h4,.bloc-news-europe  a.link-veille:hover{
	color:#3030E3;
	text-decoration:none!important;
}

.bloc-news-europe  a.link-veille:hover .item-actu-europe-txt{
	color:#3030E3;
}

.bloc-news-europe  a.link-veille:hover h4:after{
	background: #3030E3;
}

.bloc-news-europe  a.link-veille:hover .lire-la-suite-hover{
	display: block!important;
}

.bloc-news-europe .item-actu-europe  .item-actu-europe-txt .lire-la-suite-hover{
	display: none!important;
    padding-top: 10px;
    margin-bottom: -26px;
    text-align: right;
	color:#3030E3;
	font-size:11px;
}

/* Bloc Communique */
#bloc-communique{
	padding:30px 40px;
	background-color:#fff;
	margin-top: 22px;
}

#bloc-communique h3{
	font-family: 'Inter', serif;
    font-size: 30px;
    font-weight: bold;
	line-height: 32px;
}

#bloc-communique span{
    font-size: 13px;
	color:#494949;
	display:block;
}

#bloc-communique .lire-communique{
    font-family: 'Inter', sans-serif;
	font-size:14px;
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    margin-top: 15px;
	position:relative;
}

#bloc-communique .lire-communique:after{
    position: absolute;
    font-size: 17px;
    color: #fff;
    content: "\f054";
    font-family: FontAwesome;
    top: -5px;
    background-color: #dadada;
    border: 1px solid #dadada;
    color: #1e1e1e;
    margin-left: 14px;
    padding: 1px 8px;
}

#bloc-communique .lire-communique:hover:after{
    color: #dadada;
    background-color: transparent;
}
/* Bloc Edito */
#container-edito{
    padding: 22px 22px 0 22px;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    background-color: #fff;
    border: 2px solid #3030E3;
}

#container-edito .edito-label{
	display: block;
    background: #3030E3;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: 600;
	margin-bottom: 20px;
	text-align:center;
}

#container-edito h3{
    font-family: 'Inter', serif;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
}

#container-edito  .btn-plus-block .plus{
    font-size: 17px;
    background-color: #dadada;
    color: #1e1e1e!important;
    padding: 5px 10px;
    font-weight: bold;
    float: left;
    margin-left: calc(50% - 12px);
    display: inline-block;
}

#container-edito:hover{
	text-decoration:inherit;
	-moz-box-shadow: 2px 2px 10px 0px #656565;
	-webkit-box-shadow: 2px 2px 10px 0px #656565;
	-o-box-shadow: 2px 2px 10px 0px #656565;
	box-shadow: 2px 2px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);	
} 

#container-edito:hover .btn-plus-block .plus{
    background-color: #3030E3;
	color:#fff!important;
}

#container-edito .item-contenu-txt {
    color: #494949;
    font-size: 13px;
    font-weight: 500;
	margin-bottom:15px;
}

/* Bloc le saviez-vous */
#bloc-saviez-vous{
	background-color: #997070 ;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 35px;
}

#bloc-saviez-vous a{
	position:relative;
}

#bloc-saviez-vous a:hover{
	color:#EDEDE3;
}

#bloc-saviez-vous a:before {
    position: absolute;
    font-size: 17px;
    color: #EDEDE3;
    content: "\f1db";
    font-family: FontAwesome;
	top:-3px;
	left:0;
}

#bloc-saviez-vous a:hover:before, #bloc-saviez-vous a.reponse.choisi:before {
    color: #EDEDE3;
    content: "\f058";
}

#bloc-saviez-vous h3{
    font-family: 'Inter', serif;
    font-size: 58px;
    font-weight: bold;
    color: #EDEDE3;
	padding: 20px 50px 0px;
}

#bloc-saviez-vous .question,#bloc-saviez-vous .reponse{
	color:#EDEDE3;
	margin-left:50px;
	display:block;
}

#bloc-saviez-vous .reponse{
	padding-left:20px;
}

#bloc-saviez-vous .reponse:active, .reponse.choisi {
	color: #EDEDE3 !important;
}

#bloc-saviez-vous .question{
	font-size:18px;
}

#bloc-saviez-vous .reponse{
	font-size:14px;
}

footer{
	font-size:13px;
	color:#161616;
	padding-bottom:30px;
}


#content-mag-page-int .content-mag{
	background-color: #fff;
    border: 1px solid #cdcdcd;
    position: relative;
    margin-top: 150px;
    padding: 30px;
}

#content-mag-page-int #page-left{
	padding-left:0px;
	padding-right: 40px;
}

#content-mag-page-int .retour{
    background-color: #ececec;
    color: #1e1e1e;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 15px 2px 80px;
    position: relative;
    margin-top: 30px;
}

#content-mag-page-int .retour:before{
    position: absolute;
    font-size: 15px;
    color: #1e1e1e;
    content: "\f053";
    font-family: FontAwesome;
    left: 60px;
    top: 7px;
}

#content-mag-page-int #page-left .items-sidebar{
	margin-top:60px;
	padding-left:60px;
}

#content-mag-page-int #page-left .items-sidebar h4{
	color:#3030E3;
	font-size: 17px;
    font-weight: 600;
}

#content-mag-page-int #page-left .items-sidebar ul{
    margin-left: 0px;
}

#content-mag-page-int #page-left .items-sidebar ul li a{
    font-size:12px;
	color:#444444;
}

#content-mag-page-int #page-left .items-sidebar ul li a.bold{
	color:#3030E3;
	font-weight:bold;
}

#content-mag-page-int #page-left .bloc-news{
	background-color:#ececec;
	margin:60px 15px 60px 60px;
}

#content-mag-page-int #page-left .bloc-news h3 {
    font-size: 24px;
    line-height: 40px;
	color:#3030E3;
}

#content-mag-page-int #page-left .bloc-news .s-abonner {
    color: #3030E3;
	border:2px solid #3030E3;
	padding:10px 20px;
	display:inline-block;
}

#content-mag-page-int #page-left .bloc-news .s-abonner:after, #content-mag-page-int #page-left .bloc-news .s-abonner:hover:after{
	display:none;
}

#formulaire-abonnement-news {
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 9999;
	display: none;
}

#formulaire-abonnement-news.active-modale {
    display: block;
}

#formulaire-abonnement-news .mc4wp-form,
#formulaire-abonnement-news #mc_embed_signup{
	position: fixed;
    left: calc(50% - 240px);
    width: 480px;
    background-color: #fff;
    top: 150px;
	padding: 20px;
}

#formulaire-abonnement-news #mc_embed_signup .button{
	background-color: #3030E3;
	border: 1px solid #3030E3;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
	margin-top:15px;
}
#formulaire-abonnement-news #mc_embed_signup .button:hover{
	color: #3030E3;
	background-color:#fff;
}

#formulaire-abonnement-news #mc_embed_signup input.email{
	border-radius:0px;
}

#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields{
	padding:20px;
}

#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields input[type=submit]{
	display: block;
    background: #3030E3;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 30px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #3030E3;
    margin: 0 auto;
}
#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields input[type=submit]:hover{
    color: #3030E3;
    background-color: #fff;
}

#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields label{
    /*width: 150px;
    text-align: right;*/
    padding-right: 15px;
    font-weight: bold;
}

.page-id-3567 h1{
	margin: 50px auto;
    display: block;
    width: 500px;
    font-size: 25px;
    text-align: center;
    max-width: 100%;
}

#content-mag-page-int #page-right .item-contenu{
    margin-top: 30px;
}

.single-element .item-contenu .label-item{
	display: inline-block;
    background: #C29426;
    color: #10073E;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 25px;
    font-weight: 600;
}
.single-element .item-contenu-txt{
	p{
    	
	}
	a{
		color: #3030E3;
	}
}

#content-mag-page-int #page-right .item-contenu h1{
    font-family: 'Yportweb', serif;
    color: #1e1e1e;
    font-size: 30px;
    margin: 30px 0px 10px;
    font-weight: 600;
}

#content-mag-page-int #page-right .item-contenu .auteur-item {
    display: block;
    color: #3030E3;
    font-size: 14px;
	font-weight:600;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
}

#content-mag-page-int #page-right .item-contenu .item-contenu-txt {
    margin: 15px 0px 50px;
}

.onlymobile, #page-bas-mobile{
	display:none!important;
}

.single-element .label-reponse, .reponse-area .label-reponse{
	text-transform:uppercase;
	color:#999;
}

.single-element .mauvaise-reponse .label-reponse, .reponse-area .mauvaise-reponse .label-reponse{
	text-transform:none;
	color:red;
}

.single-element .bonne-reponse .label-reponse, .reponse-area .bonne-reponse .label-reponse{
	text-transform:none;
	color:green;
}

.site-info .menu ul{

}

.site-info .menu ul li{
	display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 10px 0 18px;
	float:right;
}

.site-info .menu ul li:before{
	position:absolute;
	content: "|";
	color:#161616;
	left:0px;
}

.site-info .menu ul li:last-child:before{
	content:'';
}

.site-info .menu ul li a{
	color:#161616;
}

.primary-menu{
	z-index:999999;
}

.tag-container{
	margin-bottom: 40px;
}

body .pagination {
	margin: 30px 0;
	justify-content: center;
}
body .page-numbers {
	border: none;
	padding: 8px 12px;
	border-radius: 0px;
	background-color: #ffffff;
	color:#1e1e1e;
}
body .page-numbers.current,
body .page-numbers:hover {
	background-color: #C29426;
	color: white;
	text-decoration: none;
}

.bloc-items-sidebar{
	margin:10px 15px;
	border-bottom:1px solid #1e1e1e;
	padding-bottom: 8px;
}

.bloc-items-sidebar .label-items-sidebar{
	color:#3030E3;
	font-size:15px;
}

.bloc-items-sidebar a{
	color:#444444;
	text-decoration:none;
}

#content-mag-page-int .retour {
	padding: 6px 15px 4px 33px;
	margin-top:0;
}

#content-mag-page-int .retour:before {
	left: 16px;
	top: 5px;
}

#content-mag-page-int .lireaussi{
	display:block;
	width:100%;
	background-color:#1e1e1e;
	color:#d6d6d6;
	text-transform:uppercase;
	font-size:14px;
	padding:5px 15px;
	margin-top:30px;
}

#page-bas-mobile .bloc-news,
#content-mag-footer .bloc-news,
#page-bas .bloc-news{
	text-align:center;
}

#page-bas-mobile .bloc-news .s-abonner,
#page-bas .bloc-news .s-abonner{
	margin-left:-40px;
}

.single-element{
	padding:0 15px;
}

/********************************************************************* Page Quizz **************************************************************/
#all-quizz-on-page {
	padding: 60px 0px;
}

#all-quizz-on-page #bloc-saviez-vous {
	background-color: transparent;
}

#all-quizz-on-page #bloc-saviez-vous h3 {
	background-color: #997070 ;
	margin: 0;
}

#all-quizz-on-page .question-item {
    background-color: #997070 ;
    float: left;
    width: 100%;
    margin-bottom: 60px;
    padding: 35px 35px 35px 0px;
}
#all-quizz-on-page .question-item .question{
    margin-bottom: 10px;
}

#all-quizz-on-page .question-item .reponse-area{
	padding: 20px 50px;
    background-color: #EDEDE3;
    display: none;
    margin: 20px 0px 0 50px;
}
#all-quizz-on-page .question-item .reponse-area a:before{
	content:"";
	display: none;
}
/********************************************************************* Systeme traduction direct **************************************************************/
#english_traduction{
	float: right;
    padding: 5px 20px;
    background-color: #3030E3;
    border: 1px solid #3030E3;
    color: #fff!important;
    margin: 0 0 10px;
}
#english_traduction:hover{
	background-color: #fff;
	color:#3030E3!important;
}
#english_traduction_content{
	display: none;
	background-color: #efefef;
    margin: 20px 0px;
    padding: 35px;
    border: 1px dashed #999;
}
#english_traduction_content h2{
	font-family: 'Yportweb', serif;
	color: #1e1e1e;
	font-size: 25px;
	margin: 0px 0px 10px;
	font-weight: 600;
}
/*********************************************************************************** RESPONSIVE **************************************************************/
@media (max-width:1199px){
	
	.barre-site{
		display:none!important;
	}
	
	#container-brief {
		padding: 0px 30px 10px;
	}
	
	#container-brief .brief-label, #container-brief .brief-label-en {
		transform: rotate(0deg);
		width: 100%;
		height: auto;
	}
	
	#container-brief .brief-contenu{
		width:100%;
		margin-left:0px;
	}
	
	#container-brief .brief-contenu h2{
		padding-top:15px;
	}
	
	#container-brief .brief-label-en{
		margin-top: 30px;
	}
	
	#formulaire-abonnement-news .mc4wp-form,
	#formulaire-abonnement-news #mc_embed_signup{
		left: calc(50% - 200px);
		width: 400px;
	}

	#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields input[type=submit]{
		/*margin-left:130px;*/
	}
	
	#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields label{
		width: 130px;
	}
	
}

@media (max-width:991px){
	.col-lg-4.col-0 {
    	width: 30%;
	}
	.col-lg-4.col-7{
		display:flex;
		align-items: center;
		justify-content: center;
	}
	
	#masthead {
		background-position: calc(0vw - 0px);
		background-size: cover;
	}
	
	#header-mag-entete #header-mag-titre #numero-header {
		transform: rotate(0deg);
		width: 100%;
		margin-top: 20px;
	}
	
	#header-mag-entete #header-mag-titre .numero-big {
		font-size: 55px;
		line-height: 48px;
	}
	
	#header-mag-titre h1 {
		font-size: 43px;
		padding-top: 15px;
		line-height: 46px;
		padding-left: 0px;
	}
	
	#header-mag-titre .intro-num {
		padding: 15px 15px 30px;
	}
	
	#page-left{
		display:none;
	}
	
	.onlymobile, #page-bas-mobile{
		display:block!important;
	}
	
	#content-mag-page-int #page-right .item-contenu .item-contenu-txt{
		margin-bottom:0px;
	}
	
}

@media (max-width:768px){

	.col-lg-4.col-0, .col-lg-4.col-5 {
    	width: 50%;
	}
	.masonry .item{
		margin:0;
	}

	#news-stycky-articles .masonry.masonry-news .item { 
	    width: 100%;
	}
	header .row{
		margin-left : 0;
		margin-right : 0;
	}
}

@media (max-width:575px){

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-right:0px!important;
		padding-left:0px!important;
	}

	.masonry .item{
		width:100%;
	}
	
	.switcher-mag{
		background-color:#3030E3;
	}
	
	.periode-mag{
		display:none;
	}
	.header-right .menu-fr-liste-deroulante-numeros-container,
	.header-right .menu-en-liste-deroulante-numeros-container{
		display:none;
	}
	
	#masthead-fluid{
		padding-left:0;
		padding-right:0;
	}
	
	#masthead .custom-logo-link {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#header-mag-entete{
		background-color:#f6f6f6;
	}
	
	#header-mag-entete #header-mag-titre #numero-header {
		width: 25%;
		float:left;
	}
	
	#header-mag-titre .menu-fr-liste-deroulante-numeros-container,
	#header-mag-titre .menu-en-liste-deroulante-numeros-container{
		display:block;
	}
	
	#header-mag-titre .menu-fr-liste-deroulante-numeros-container,
	#header-mag-titre .menu-en-liste-deroulante-numeros-container{
		height: 34px;
		width: 280px;
		overflow: hidden;
		float: right;
		border: 1px solid #dedede;
		background-color:#ffffff;
		margin-top: 20px;
	}
	#header-mag-titre .menu-fr-liste-deroulante-numeros-container select,
	#header-mag-titre .menu-en-liste-deroulante-numeros-container select {
		font-size: 13px;
		height: 34px;
		width: 295px;
		background: transparent;
		padding: 5px;
	}
	
	#header-mag-entete #header-mag-titre .numero-big {
		font-size: 38px;
		line-height: 1em;
	}
	
	#header-mag-titre h1 {
		font-size: 25px;
		padding-top: 21px;
		line-height: 32px;
	}
	
	.header-right{
		width:100%!important;
		flex: 0 0 100%!important;
        max-width: 100%!important;
	}
	.bloc-header-titre-container{
		display: flex;
    	align-items: center;
	}
	
	.bloc-header-titre{
	    margin-top: 10px;
	}
	
	.header-right .magazine-ftda a.mag {
		display:none;
	}
	
	.header-right .magazine-ftda{
		position: absolute;
		top: -40px;
		right: 0;
	}
	
	.header-right .magazine-ftda img {
		display: inline-block;
		padding-top: 0px;
        padding-right: 25px;
        height: 50px;
	}
	
	#container-brief .brief-label, #container-brief .brief-label-en{
		font-size:30px;
		margin-top: 15px;
	}
	#container-brief .brief-contenu h2{
		font-size:22px;
		padding-top: 4px;
	}
	#container-brief .brief-contenu .lire-la-suite{
		font-size:12px;
	}
	
	#container-brief .brief-contenu .lire-la-suite:after {
		font-size: 12px;
		top: -2px;
		margin-left: 8px;
		padding: 0px 5px;
	}
	
	#bloc-saviez-vous{
		margin-top:0px;
	}
	
	#bloc-saviez-vous h3 {
		padding-left: 20px;
		margin-top: 0px;
		font-size: 25px;
	}
	
	#bloc-saviez-vous .question {
		font-size: 16px;
		color: #fff;
		padding: 0 20px;
		display: block;
	}
	#bloc-saviez-vous .reponse {
		font-size: 14px;
		padding: 0 20px;
	}
	
	.site-info div {
		width: 100%!important;
		text-align: center;
		flex: initial;
		max-width: 100%;
		padding-top: 5px;
		padding-left: 10px!important;
	}
}

@media (max-width:430px){

	#formulaire-abonnement-news .mc4wp-form,#formulaire-abonnement-news #mc_embed_signup{
		width: 100%;
		left:0;
	}

	#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields input[type=submit]{
		/*margin-left:65px;*/
	}
	
	#formulaire-abonnement-news .mc4wp-form .mc4wp-form-fields label{
		width: 65px;
	}
	
}

#tarteaucitronAlertSmall{
	display:none!important;
}

