html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  outline: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
html {
  font-size: 100%;
  width: 100%;
  min-height: 100%;
}
body {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: #141e28;
  width: 100%;
  min-height: 100%;
  position: relative;
  min-width: 320px;
}
body.under_full {
  height: 100vh;
  overflow: hidden;
}
body.fullscreen-popin {
  overflow: hidden;
}
.header_print {
  display: none !important;
}
.fixed {
  position: fixed !important;
}
.no-height {
  height: 0;
}
.float-end {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
}
b,
strong {
  font-weight: bold;
}
sub,
sup {
  position: relative;
  font-size: 75% !important;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.5em;
}
.nodisplay {
  display: none !important;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
}
.row {
  display: table-row;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.container-article {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  padding-top: 25px;
  margin: 0 auto;
  display: block;
  background: #ffffff;
}
.container-article--like {
  padding-top: 0;
}
.container-auto {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.container {
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  padding: 30px 26px;
  margin: 0 auto;
  display: block;
}
.container_white {
  background: #ffffff;
}
.container_black {
  background: #141e28;
}
.container_blue {
  background: -moz-linear-gradient(-45deg, rgba(30, 160, 230, 0.1) 0%, rgba(153, 75, 175, 0.1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(30, 160, 230, 0.1) 0%, rgba(153, 75, 175, 0.1) 100%);
  background: linear-gradient(135deg, rgba(30, 160, 230, 0.1) 0%, rgba(153, 75, 175, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1ea0e6', endColorstr='#1a994baf', GradientType=1);
}
.container_nobottom {
  padding-bottom: 0;
}
.container_nopadding {
  padding: 0;
}
.container.container-col2 {
  padding-bottom: 0;
}
.container.container-col2 > * {
  display: inline-block;
  vertical-align: top;
}
.container.container-col2 > *:first-child {
  width: 624px !important;
  margin-right: 24px;
}
.container.container-col2 > *:last-child {
  width: 300px !important;
}
.container_top {
  padding-top: 60px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.container-fluid_1440 {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.container_paddingtop {
  padding-top: 10px;
}
.container_paddingbottom {
  padding-bottom: 30px;
}
.container_image {
  position: relative;
}
.container_image > .container-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 140px;
}
.container_image > .container-image_small {
  height: 120px;
}
.table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.cell {
  display: table-cell;
}
.row {
  display: table-row;
}
.vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  font-size: 0;
}
.el-vertical-align {
  display: inline-block;
  vertical-align: middle;
}
/* CONTAINER ARTICLE */
.tranche-article-medium {
  padding-bottom: 0;
  padding-top: 0;
}
.tranche-article-medium .article {
  margin-right: 24px;
}
.tranche-article-medium .article:nth-child(2n + 2) {
  margin-right: 0;
}
.tranche-article-small {
  padding-bottom: 0;
  padding-top: 30px;
}
.tranche-article-small .article {
  margin-right: 24px;
}
.tranche-article-small .article:nth-child(3n + 3) {
  margin-right: 0;
}
.tranche-article .article {
  margin-right: 24px;
}
.tranche-article .article:nth-child(4n + 5) {
  margin-right: 0;
}
/* STRUCTURE TITLE */
.struct-title {
  height: 90px;
  padding: 17px 0 28px 0;
}
.struct-title__border {
  background: #141e28;
  width: 40px;
  height: 2px;
  margin: 0 auto 10px;
}
.struct-title__label {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
}
.struct-title_block {
  height: 80px;
  display: flex;
  padding: 25px 0;
  width: 100%;
  position: relative;
  align-items: flex-end;
  justify-content: flex-start;
}
.struct-title_block .struct-title__label {
  line-height: 18px;
}
.struct-title_block .struct-title__border {
  margin-bottom: 0;
  flex-grow: 1;
}
/* PAGE TITLE */
.page-title {
  font-size: 2.25rem;
  line-height: 43px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #141e28;
}
/* BREADCRUMB */
.breadcrumb a[href] {
  cursor: pointer;
}
.breadcrumb a[href]:hover {
  color: #8296a0;
}
.breadcrumb > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb__item {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  color: #a0b4be;
}
.breadcrumb__separator {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  margin: 0 5px;
  color: #a0b4be;
}
/* ADS */
.ads-margin__top_une {
  margin-top: 6px;
}
.ads-margin__top_default {
  margin-top: 36px;
}
.ads {
  text-align: center;
}
.ads-1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.ads-1000.spaced-top {
  padding-top: 26px;
}
.ads--padding20 {
  padding: 0 0 20px;
}
@media screen and (max-width: 1090px) {
  .collapse1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .collapse980 {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .collapse950 {
    display: none !important;
  }
}
@media screen and (min-width: 1090px) {
  .visible1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .visible980 {
    display: none !important;
  }
}
@font-face {
  font-family: 'Duplicate Regular';
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Regular-Web.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Regular-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Regular-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Regular-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Regular-Web.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Duplicate Light";
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Light-Web.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Light-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Light-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Light-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Light-Web.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Duplicate Medium";
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Medium-Web.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Medium-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Medium-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Medium-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Medium-Web.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Duplicate Black";
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Black-Web.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Black-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Black-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Black-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Black-Web.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Duplicate Bold";
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Bold-Web.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Bold-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Bold-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Bold-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/DuplicateSlab-Bold-Web.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode Regular";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode Light";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Light.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Light.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode Medium";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Medium.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Medium.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode SemiBold";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-SemiBold.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-SemiBold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode Bold";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Bold.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Bold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Encode Thin";
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Thin.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Thin.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Thin.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Encode-Sans-Expanded-v2-latin-Thin.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Khand SemiBold";
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-SemiBold.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-SemiBold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Khand Regular";
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Khand Light";
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Light.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Light.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Khand Medium";
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Medium.eot');
  /* IE9 Compat Modes */
  src: url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('https://assets.leparisien.fr/website/fonts/Khand-v6-latin-Medium.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/* Pour l'iframe des commentaires */
@font-face {
  font-family: "GraphikCompact Regular";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Regular-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Regular-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Regular-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Regular-Web.woff') format('woff');
}
@font-face {
  font-family: "GraphikCompact Semibold";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Semibold-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Semibold-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCompact-Semibold-Web.woff') format('woff');
}
@font-face {
  font-family: "GraphikCondensed Bold";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Bold-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Bold-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Bold-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Bold-Web.woff') format('woff');
}
@font-face {
  font-family: "GraphikCondensed BoldItalic";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-BoldItalic-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-BoldItalic-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-BoldItalic-Web.woff') format('woff');
}
@font-face {
  font-family: "GraphikCondensed Semibold";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Semibold-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Semibold-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-Semibold-Web.woff') format('woff');
}
@font-face {
  font-family: "GraphikCondensed SemiboldItalic";
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-SemiboldItalic-Web.eot');
  src: url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-SemiboldItalic-Web.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/GraphikCondensed-SemiboldItalic-Web.woff') format('woff');
}
@font-face {
  font-family: "SignPainter";
  src: url('https://assets.leparisien.fr/website/fonts/signpainter-housescript-webfont.eot');
  src: url('https://assets.leparisien.fr/website/fonts/SignPainter-HouseScript.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://assets.leparisien.fr/website/fonts/signpainter-housescript-webfont.woff2') format('woff2'), url('https://assets.leparisien.fr/website/fonts/signpainter-housescript-webfont.woff') format('woff');
}
/* TYPO  */
/* Titre H1 Article */
/* Titre H2 Article */
/* NOUVELLE NORME DE NOMMAGE */
/* encode light */
#encode-light-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-21 {
  font-size: 1.3125rem;
  line-height: 28px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-16 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-16_28 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
#encode-light-10 {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
/* encode regular */
#encode-regular-48 {
  font-size: 3rem;
  line-height: 60px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-32_56 {
  font-size: 2rem;
  line-height: 56px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
/* encode regular */
#encode-regular-48 {
  font-size: 3rem;
  line-height: 60px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-32 {
  font-size: 2rem;
  line-height: 42px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-28 {
  font-size: 1.75rem;
  line-height: 30px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-28_36 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-18 {
  font-size: 1.125rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-16 {
  font-size: 1rem;
  line-height: 21px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-16_24 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-16_28 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14_16 {
  font-size: 0.875rem;
  line-height: 16px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14_18 {
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14_20 {
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14_24 {
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-14_50 {
  font-size: 0.875rem;
  line-height: 50px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-16 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-12_16 {
  font-size: 0.75rem;
  line-height: 16px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-11 {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-10 {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-10_16 {
  font-size: 0.625rem;
  line-height: 16px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-10_12 {
  font-size: 0.625rem;
  line-height: 12px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#encode-regular-10-25 {
  font-size: 0.625rem;
  line-height: 25px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
/* encode medium */
#encode-medium-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-24 {
  font-size: 1.5rem;
  line-height: 36px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-18_24 {
  font-size: 1.125rem;
  line-height: 24px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-16 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-16_24 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-14_16 {
  font-size: 0.875rem;
  line-height: 16px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-14_18 {
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-14_24 {
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-12_15 {
  font-size: 0.75rem;
  line-height: 15px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-12_29 {
  font-size: 0.75rem;
  line-height: 29px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-10 {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-10_12 {
  font-size: 0.625rem;
  line-height: 12px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
#encode-medium-10_21 {
  font-size: 0.625rem;
  line-height: 21px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
}
/* encode bold */
#encode-bold-16 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Bold";
  -webkit-font-smoothing: antialiased;
}
#encode-bold-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode Bold";
  -webkit-font-smoothing: antialiased;
}
#encode-bold-14-50 {
  font-size: 0.875rem;
  line-height: 50px;
  font-family: "Encode Bold";
  -webkit-font-smoothing: antialiased;
}
#encode-bold-16-24 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Bold";
  -webkit-font-smoothing: antialiased;
}
#encode-bold-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Bold";
  -webkit-font-smoothing: antialiased;
}
/* encode semibold */
#encode-semibold-63 {
  font-size: 3.9375rem;
  line-height: 76px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-63_53 {
  font-size: 3.9375rem;
  line-height: 53px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-48 {
  font-size: 3rem;
  line-height: 53px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-36 {
  font-size: 2.25rem;
  line-height: 43px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-29 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-28 {
  font-size: 1.75rem;
  line-height: 30px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-21_24 {
  font-size: 1.3125rem;
  line-height: 24px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-21_80 {
  font-size: 1.3125rem;
  line-height: 80px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-16 {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-16-24 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-16_22 {
  font-size: 1rem;
  line-height: 22px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-16_21 {
  font-size: 1rem;
  line-height: 21px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-16_60 {
  font-size: 1rem;
  line-height: 60px;
  font-family: "Encode Semibold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-14_36 {
  font-size: 0.875rem;
  line-height: 36px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-12_16 {
  font-size: 0.75rem;
  line-height: 16px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-11 {
  font-size: 0.6875rem;
  line-height: 15px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-10 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-12-12 {
  font-size: 0.75rem;
  line-height: 12px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-10-10 {
  font-size: 0.75rem;
  line-height: 10px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#encode-semibold-83 {
  font-size: 5.1875rem;
  line-height: 76px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
/* encode thin */
#encode-thin-12 {
  font-size: 0.75rem;
  line-height: 15px;
  font-family: "Encode Thin";
  -webkit-font-smoothing: antialiased;
}
/* khand semibold */
#khand-semibold-78 {
  font-size: 4.875rem;
  line-height: 55px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-55 {
  font-size: 3.4375rem;
  line-height: 55px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-36 {
  font-size: 2.25rem;
  line-height: 43px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-32 {
  font-size: 2rem;
  line-height: 35px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-24 {
  font-size: 1.5rem;
  line-height: 30px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-21 {
  font-size: 1.3125rem;
  line-height: 25px;
  font-family: "Khand SemiBold";
  -webkit-font-smoothing: antialiased;
}
#khand-semibold-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
/* khand medium */
#khand-medium-36 {
  font-size: 2.25rem;
  line-height: 60px;
  font-family: "Khand Medium";
  -webkit-font-smoothing: antialiased;
}
/* khand regular */
#khand-regular-48 {
  font-size: 3rem;
  line-height: 36px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-42 {
  font-size: 2.625rem;
  line-height: 50px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-34 {
  font-size: 2.125rem;
  line-height: 56px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-32 {
  font-size: 2rem;
  line-height: 56px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-24 {
  font-size: 1.5rem;
  line-height: 30px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-21 {
  font-size: 1.3125rem;
  line-height: 25px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-16 {
  font-size: 1rem;
  line-height: 29px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
#khand-regular-13 {
  font-size: 0.8125rem;
  line-height: 21px;
  font-family: "Khand Regular";
  -webkit-font-smoothing: antialiased;
}
/* khand light */
#khand-light-60 {
  font-size: 3.75rem;
  line-height: 70px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
#khand-light-42 {
  font-size: 2.625rem;
  line-height: 58px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
#khand-light-36 {
  font-size: 2.25rem;
  line-height: 43px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
#khand-light-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
#khand-light-28_36 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
#khand-light-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
}
/* duplicate regular */
#duplicate-regular-36 {
  font-size: 2.25rem;
  line-height: 24px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
#duplicate-regular-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
#duplicate-regular-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
#duplicate-regular-18 {
  font-size: 1.125rem;
  line-height: 28px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
#duplicate-regular-16 {
  font-size: 1rem;
  line-height: 21px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
/* duplicate bold */
#duplicate-bold-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Duplicate Bold";
  -webkit-font-smoothing: antialiased;
}
/* duplicate light */
#duplicate-light-46 {
  font-size: 2.875rem;
  line-height: 44px;
  font-family: "Duplicate Light";
  -webkit-font-smoothing: antialiased;
}
#duplicate-light-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Duplicate Light";
  -webkit-font-smoothing: antialiased;
}
#duplicate-light-24 {
  font-size: 1.5rem;
  line-height: 28px;
  font-family: "Duplicate Light";
  -webkit-font-smoothing: antialiased;
}
#duplicate-light-18 {
  font-size: 1.125rem;
  line-height: 24px;
  font-family: "Duplicate Light";
  -webkit-font-smoothing: antialiased;
}
/* duplicate medium */
#duplicate-medium-48 {
  font-size: 3rem;
  line-height: 53px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#duplicate-medium-46 {
  font-size: 2.875rem;
  line-height: 44px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#duplicate-medium-28 {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#duplicate-medium-21 {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#duplicate-medium-18 {
  font-size: 1.125rem;
  line-height: 28px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
/* NEW ARTICLE TYPO */
#new-duplicate-medium-61 {
  font-size: 3.8125rem;
  line-height: 61px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-49 {
  font-size: 3.0625rem;
  line-height: 51px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-39 {
  font-size: 2.4375rem;
  line-height: 42px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-31 {
  font-size: 1.9375rem;
  line-height: 35px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-25 {
  font-size: 1.5625rem;
  line-height: 29px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-20 {
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-medium-16 {
  font-size: 1rem;
  line-height: 20px;
  font-family: "Duplicate Medium";
  -webkit-font-smoothing: antialiased;
}
#new-duplicate-regular-25 {
  font-size: 1.5625rem;
  line-height: 29px;
  font-family: "Duplicate Regular";
  -webkit-font-smoothing: antialiased;
}
#new-encode-semibold-14 {
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#new-encode-semibold-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
}
#new-encode-regular-16 {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#new-encode-regular-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
}
#new-encode-light-12 {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Light";
  -webkit-font-smoothing: antialiased;
}
/* Typo iframe commentaires */
#graphikCompact-regular-13-normal {
  font-size: 0.8125rem;
  line-height: 20px;
  font-family: "GraphikCompact Regular";
  -webkit-font-smoothing: antialiased;
}
#graphikCompact-regular-14-20 {
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "GraphikCompact Regular";
  -webkit-font-smoothing: antialiased;
}
#graphikCompact-regular-16-20 {
  font-size: 1rem;
  line-height: 20px;
  font-family: "GraphikCompact Regular";
  -webkit-font-smoothing: antialiased;
}
#graphikCompact-semibold-16-20 {
  font-size: 1rem;
  line-height: 20px;
  font-family: "GraphikCompact Semibold";
  -webkit-font-smoothing: antialiased;
}
#graphikCondensed-semibold-20-25 {
  font-size: 1.25rem;
  line-height: 25px;
  font-family: "GraphikCondensed Semibold";
  -webkit-font-smoothing: antialiased;
}
#graphikCondensed-semibold-24-30 {
  font-size: 1.5rem;
  line-height: 30px;
  font-family: "GraphikCondensed Semibold";
  -webkit-font-smoothing: antialiased;
}
#graphikCondensed-bold-20-25 {
  font-size: 1.25rem;
  line-height: 25px;
  font-family: "GraphikCondensed Bold";
  -webkit-font-smoothing: antialiased;
}
/*
#graphikCompact-semibold {

}
#graphikCondensed-semibold {

}
#graphikCondensed-semiboldItalic {

}
#graphikCondensed-bold {

}
#graphikCondensed-boldItalic {

}
*/
/* Mixin color with alpha
 * div{
 *     #rgba(@black, 0.5);
 *     background-color: @rgba;
 * }
**/
/*
** Presidential rubric - colors
*/
/*
** Paddings
*/
/*
** Margins
*/
/*buttons*/
.button-wrapper {
  display: inline-block;
  height: 40px;
  margin: 30px;
}
.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.button.disabled {
  background: #a0b4be !important;
  cursor: default !important;
}
.button.disabled:hover {
  cursor: default !important;
}
/*
.button-icon{
    #button-icon();
}*/
.button_blue {
  background: #1ea0e6;
}
.button_blue:hover {
  background-color: #0f82be;
}
.button-ghost_blue {
  color: #1ea0e6;
  border: 1px solid #1ea0e6;
}
.button-ghost_blue:hover {
  color: #0f82be;
  border: 1px solid #0f82be;
}
.button-ghost_full-blue {
  color: #1ea0e6;
  border: 1px solid #1ea0e6;
}
.button-ghost_full-blue:hover {
  background-color: #0f82be;
  color: #ffffff;
  border: 1px solid #0f82be;
}
.button_yellow {
  background: #ffcc33;
}
.button_yellow:hover {
  background-color: #f0af2d;
}
.button-ghost_yellow {
  color: #ffcc33;
  border: 1px solid #ffcc33;
}
.button-ghost_yellow:hover {
  color: #f0af2d;
  border: 1px solid #f0af2d;
}
.button-ghost_full-yellow {
  color: #ffcc33;
  border: 1px solid #ffcc33;
}
.button-ghost_full-yellow:hover {
  background-color: #f0af2d;
  color: #ffffff;
  border: 1px solid #f0af2d;
}
.button_red {
  background: #f03333;
}
.button_red:hover {
  background-color: #cc2828;
}
.button-ghost_red {
  color: #f03333;
  border: 1px solid #f03333;
}
.button-ghost_red:hover {
  color: #cc2828;
  border: 1px solid #cc2828;
}
.button-ghost_full-red {
  color: #f03333;
  border: 1px solid #f03333;
}
.button-ghost_full-red:hover {
  background-color: #cc2828;
  color: #ffffff;
  border: 1px solid #cc2828;
}
.button_orange {
  background: #f07828;
}
.button_orange:hover {
  background-color: #dc5a00;
}
.button-ghost_orange {
  color: #f07828;
  border: 1px solid #f07828;
}
.button-ghost_orange:hover {
  color: #dc5a00;
  border: 1px solid #dc5a00;
}
.button-ghost_full-orange {
  color: #f07828;
  border: 1px solid #f07828;
}
.button-ghost_full-orange:hover {
  background-color: #dc5a00;
  color: #ffffff;
  border: 1px solid #dc5a00;
}
.button_green {
  background: #00cc78;
}
.button_green:hover {
  background-color: #00af66;
}
.button-ghost_green {
  color: #00cc78;
  border: 1px solid #00cc78;
}
.button-ghost_green:hover {
  color: #00af66;
  border: 1px solid #00af66;
}
.button-ghost_full-green {
  color: #00cc78;
  border: 1px solid #00cc78;
}
.button-ghost_full-green:hover {
  background-color: #00af66;
  color: #ffffff;
  border: 1px solid #00af66;
}
.button_turquoise {
  background: #00bea0;
}
.button_turquoise:hover {
  background-color: #00a087;
}
.button-ghost_turquoise {
  color: #00bea0;
  border: 1px solid #00bea0;
}
.button-ghost_turquoise:hover {
  color: #00a087;
  border: 1px solid #00a087;
}
.button-ghost_full-turquoise {
  color: #00bea0;
  border: 1px solid #00bea0;
}
.button-ghost_full-turquoise:hover {
  background-color: #00a087;
  color: #ffffff;
  border: 1px solid #00a087;
}
.button_grey {
  background: #425866;
}
.button_grey:hover {
  background-color: #141e28;
}
.button-ghost_grey {
  color: #425866;
  border: 1px solid #425866;
}
.button-ghost_grey:hover {
  color: #141e28;
  border: 1px solid #141e28;
}
.button-ghost_full-grey {
  color: #425866;
  border: 1px solid #425866;
}
.button-ghost_full-grey:hover {
  background-color: #141e28;
  color: #ffffff;
  border: 1px solid #141e28;
}
.button-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  background: rgba(30, 160, 230, 0.8);
  border: 1px solid rgba(20, 30, 40, 0.4);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-icon__icon {
  vertical-align: middle;
}
.button-icon__label {
  display: inline-block;
  vertical-align: middle;
}
.button-icon:hover {
  background: #1ea0e6;
}
.button-icon__60x60 {
  width: 60px;
  height: 60px;
}
.button-icon__120x120 {
  width: 120px;
  height: 120px;
}
.button-icon__110x60 {
  width: 110px;
  height: 60px;
}
.button-icon__280x60 {
  width: 280px;
  height: 60px;
}
.button-icon__360x80 {
  width: 360px;
  height: 80px;
}
.button-network {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 0;
  padding-right: 20px;
}
.button-network:not(.button-network_large) {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 10px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.button-network__icon {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
}
.button-network__label {
  font-size: 0.625rem;
  line-height: 15px;
  font-family: "Encode Medium";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
}
.button-network.button-network_large {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  width: 138px !important;
  padding: 0;
}
.button-network.button-network_large .button-network__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.button-network.button-network_large .button-network__label {
  height: 40px;
  line-height: 40px;
}
.button-network_facebook {
  background: #3b5998;
}
.button-network_facebook:hover {
  background: #3b4a6a;
}
.button-network_twitter {
  background: #55ACEE;
}
.button-network_twitter:hover {
  background: #1d68a2;
}
.button-network_googleplus,
.button-network_google {
  background: #DC4E41;
}
.button-network_googleplus:hover,
.button-network_google:hover {
  background: #8f352c;
}
.button-network_linkedin {
  background: #0077B5;
}
.button-network_linkedin:hover {
  background: #003b5b;
}
.button-network_comment {
  background: transparent;
  color: #3399ff;
}
.button-network_comment:hover {
  background: #004d99;
}
.button-network_pinterest {
  background: #BD081C;
}
.button-network_pinterest:hover {
  background: #630812;
}
.button-network.button_small {
  padding: 0px !important;
}
/* FIX REM SIZE */
*[class*="icon-"][class*="-16"] {
  font-size: 1rem !important;
}
*[class*="icon-"][class*="-12"] {
  font-size: 0.75rem !important;
}
*[class*="icon-"][class*="-20"] {
  font-size: 1.25rem !important;
}
*[class*="icon-"][class*="-24"] {
  font-size: 1.5rem !important;
}
*[class*="icon-"][class*="-32"] {
  font-size: 2rem !important;
}
*[class*="icon-"][class*="-40"] {
  font-size: 2.5rem !important;
}
*[class*="icon-"][class*="-60"] {
  font-size: 3.75rem !important;
}
*[class*="icon-"][class*="-80"] {
  font-size: 5rem !important;
}
*[class*="icon-"][class*="-100"] {
  font-size: 6.25rem !important;
}
/* ICON FLASH */
.flash-icon__container {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  position: relative;
  display: inline-block;
}
.flash-icon__number {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  font-size: 12px;
  width: 16px;
  position: absolute;
  background-color: #f03333;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  top: -4px;
  right: -6px;
}
.flash-icon.icon_medium ~ .flash-icon__number {
  top: 4px;
  right: 0;
}
/* ICONS */
.icon {
  /* LARGER (80px) */
  /* LARGE (60px) */
}
.icon__close {
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  display: inline-block;
}
.icon__close_small {
  width: 46px !important;
  height: 46px !important;
  line-height: 46px !important;
}
.icon_larger {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
}
.icon_larger-filled {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #141e28;
}
.icon_larger-filled_white {
  background: #ffffff;
}
.icon_large {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}
.icon_large-filled {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #141e28;
}
.icon_large-filled_white {
  background: #ffffff;
}
.icon_medium {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.icon_medium-filled {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #141e28;
}
.icon_medium-filled_white {
  background: #ffffff;
}
.icon_small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.icon_small-standard {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.icon_small-filled {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #141e28;
}
.icon_small-filled_white {
  background: #ffffff;
}
/* HOVER-EXPAND */
.hover-expand-animation-container {
  position: relative;
  overflow: hidden;
}
.hover-expand-animation-image {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.hover-expand-animation-filter {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hover-expand-animation-deploy {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  color: white;
  text-shadow: 0 0 50px black, 0 0 25px black, 0 0 1px black;
  right: 10px;
  top: 10px;
}
.hover-expand-animation-deploy.active {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.hover-expand-animation-content {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
.hover-expand-animation-container:hover .hover-expand-animation-image {
  -webkit-transition: transform 2.5s ease;
  -o-transition: transform 2.5s ease;
  -moz-transition: transform 2.5s ease;
  transition: transform 2.5s ease;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}
.hover-expand-animation-container:hover .hover-expand-animation-filter {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
/* import modules*/
.footer {
  padding: 30px 0 0;
  background: #ecf2f4;
  /* MENU */
  /* SQUID */
}
.footer.container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  padding: 0;
}
.footer__container {
  padding: 30px 24px 0;
}
.footer__logo-container {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 30px;
}
.footer__signature {
  font-size: 1.125rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  color: #141e28;
  text-align: center;
  margin-bottom: 30px;
}
.footer__follow {
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #141e28;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
.footer__follow > a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 41px;
}
.footer__follow:hover {
  color: #1ea0e6;
  border-color: #1ea0e6;
}
.footer__follow-container {
  padding: 0;
  margin: 0 0 0 35px;
}
.footer__table {
  display: table;
}
.footer__table > * {
  display: table-cell;
}
.footer__lastmenu-container {
  display: block;
  text-align: center;
  margin-top: 45px;
  border-top: 1px solid #8296a0;
}
.footer__lastmenu-item {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #141e28;
  margin-right: 10px;
}
.footer__lastmenu-item:last-child {
  margin-right: 0;
}
.footer__lastmenu-item:hover {
  color: #1ea0e6;
}
.footer__menu {
  list-style: none;
}
.footer__menu-title {
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__menu-element {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  display: block;
  height: 20px;
  line-height: 20px;
}
.footer__menu-element:hover {
  color: #1ea0e6;
}
.footer__menu-item {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #8296a0;
}
.footer__menu-item-wrapper {
  position: relative;
}
.footer__menu-item__title {
  display: block;
  cursor: pointer;
}
.footer__menu-item__title:hover {
  color: #1ea0e6;
}
.footer__menu-item__expand {
  position: absolute;
  width: 32px;
  height: 16px;
  line-height: 16px;
  top: 50%;
  right: 0;
  margin-top: -8px;
  text-align: center;
  cursor: pointer;
}
.footer__menu-item__expand:not(.active) {
  display: none;
}
.footer__menu-item__expand:hover {
  color: #1ea0e6;
}
.footer__menu-item > .footer__menu {
  display: none;
}
.footer__menu-item > .footer__menu .footer__menu-item {
  font-size: 0.75rem;
  line-height: 18px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin-bottom: 2px;
  text-transform: none;
  border: none;
}
.footer__menu-item > .footer__menu .footer__menu-item:first-child {
  margin-top: 10px;
}
.footer__menu-container {
  display: inline-block;
}
.footer__menu-container_right {
  display: inline-block;
}
.footer__menu-container_actuality {
  display: inline-block;
  width: 162px !important;
}
.footer__menu-container_followus {
  width: 100%;
  margin: -10px 0 30px 0;
  vertical-align: top;
}
.footer__menu-container_followus > * {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
}
.footer__menu-container_followus .footer_menu-title {
  display: inline-block;
}
.footer__menu-container_top {
  vertical-align: top;
}
.footer__menu-container_right {
  width: 705px !important;
  margin-left: 81px;
}
.footer__column {
  width: 219px !important;
  display: inline-block;
  vertical-align: top;
}
.footer__column .footer__menu-title {
  margin-top: 20px;
}
.footer__column .footer__menu-title:first-child {
  margin-top: 0;
}
.footer__column_list .footer__menu-element {
  height: auto;
  margin-top: 20px;
}
.footer__column_list .footer__menu-element:first-child {
  margin-top: 0;
}
.footer__column_list-logocfc {
  padding-top: 30px;
}
.footer-squid {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #d2dce1;
}
.footer__partners {
  display: inline-block;
  width: 219px !important;
  margin-left: 24px;
}
.footer__partners span {
  display: block;
  width: 219px !important;
  font-size: 1.3125rem;
  line-height: 29px;
  font-family: "Khand Light";
  -webkit-font-smoothing: antialiased;
  line-height: 52px;
  text-align: center;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  padding: 0;
}
.page404 {
  min-width: inherit;
  max-width: inherit;
  width: 100%;
}
.page404 > .page404 {
  display: block;
  position: relative;
}
.page404__title {
  font-size: 1.75rem;
  line-height: 36px;
  font-family: "Encode SemiBold";
  -webkit-font-smoothing: antialiased;
  margin: 30px auto;
  text-align: center;
}
.page404__content {
  font-size: 1rem;
  line-height: 28px;
  font-family: "Encode Regular";
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.page404__button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #425866;
  color: #425866;
  width: 90%;
  margin: 20px auto 30px;
  position: relative;
  display: block;
  text-align: center;
}
.footer {
  /* MENU */
  /* SQUID */
}
.footer-container {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.footer__menu-container {
  display: inline-block;
}
.footer__menu-container_right,
.footer__menu-container_actuality {
  display: none;
}
.footer__menu-container_followus {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
  vertical-align: top;
}
.footer__menu-container_followus .footer_menu-title {
  display: block;
  text-align: center;
}
.footer-squid {
  display: none;
}
@media screen and (min-width: 640px) {
  .page404 > .page404 {
    display: block;
    position: relative;
  }
  .page404__title {
    font-size: 3.9375rem;
    line-height: 76px;
    font-family: "Encode Semibold";
    -webkit-font-smoothing: antialiased;
    margin: 60px auto;
    text-align: center;
  }
  .page404__content {
    font-size: 2rem;
    line-height: 56px;
    font-family: "Encode Regular";
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }
  .page404__button {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 40px;
    font-size: 24px;
    line-height: 80px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #425866;
    color: #425866;
    width: 90%;
    margin: 40px auto 60px;
    position: relative;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 681px) {
  .footer__follow-container {
    width: auto;
    padding: 0;
    margin: 0 0 0 35px;
  }
  .footer-squid {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #d2dce1;
  }
  .footer__menu-title {
    text-align: left;
  }
  .footer__menu-container_right {
    display: inline-block;
  }
  .footer__menu-container_actuality {
    display: inline-block;
    width: 162px !important;
  }
  .footer__menu-container_followus {
    margin: -10px 0 30px 0;
    text-align: left;
  }
  .footer__menu-container_followus .footer_menu-title {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  body {
    background: url('../../img/E-Background-404.png') no-repeat !important;
    background-size: 100% !important;
  }
  .container_white {
    background-color: transparent !important;
  }
  .page404 {
    min-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    min-height: 500px;
  }
  .page404 > .page404 {
    display: block;
    position: relative;
  }
  .page404__title {
    font-size: 3.9375rem;
    line-height: 76px;
    font-family: "Encode Semibold";
    -webkit-font-smoothing: antialiased;
    margin: 60px auto;
    text-align: center;
  }
  .page404__content {
    font-size: 1.3125rem;
    line-height: 29px;
    font-family: "Encode Regular";
    -webkit-font-smoothing: antialiased;
    width: 462px !important;
    margin: auto;
    text-align: center;
  }
  .page404__button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px !important;
    border: 2px solid #425866;
    color: #425866;
    width: 90%;
    margin: 40px auto 60px;
    position: relative;
    display: block;
    text-align: center;
  }
}
