/* Structure */
body #container {
  top: 10px;
}
body #main {
  margin-top: 2em;
}
body .widget {
  margin-bottom: 1em;
}
/* Communs */
body .white {
  color: #fff;
}
body .hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body .layout-module .widget-title > span {
  background: #ff9500;
  color: #fff;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-align: left;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.alert-danger,
.alert-error {
  padding: 8px 35px 8px 14px;
  margin: 18px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.alert-success {
  text-align: justify;
  color: #000;
  background-color: #eee;
  border-color: #ccc;
}
html .singular .entry-header {
  border-bottom: 0;
}
html blockquote {
  margin: 20px 40px;
  padding-left: 2em;
  line-height: 1;
  font-size: 1.85em;
  font-style: italic;
  color: #e85705;
}
html blockquote:before {
  content: '\201C';
  font-size: 7rem;
  color: #e85705;
}
html .entry-byline {
  color: #888;
}
html .entry-byline a {
  color: #888;
}
/************/
/* Articles */
/************/
/* Les points positifs/négatifs en liste */
.lesPlus li {
  margin-top: 15px;
  padding-left: 20px;
  text-align: left;
  list-style: none;
  background: url(../public/img/admin/plus.png) no-repeat 0 4px;
}
.lesPlus li.consequence {
  background: url(../public/img/admin/fleche.png) no-repeat 0 4px;
}
.lesMoins li {
  margin-top: 15px;
  padding-left: 20px;
  text-align: left;
  list-style: none;
  background: url(../public/img/admin/moins.png) no-repeat 0 4px;
}
.lesMoins li.consequence {
  background: url(../public/img/admin/fleche.png) no-repeat 0 4px;
}
/* A METTRE DANS LE SCSS */
/* Styles génériques */
.alignMiddle {
  vertical-align: middle;
}
.topList {
  margin-top: 25px;
}
/* Boutons génériques */
.buttonGen {
  display: inline-block;
  margin: 15px 10px 15px 0;
  color: #fff;
  background-color: #3b8b31;
  border-radius: 5px;
  padding: 10px;
  border: none;
  font-size: 1.3rem;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.buttonGen:hover {
  color: #2a7820;
  background: #ddd;
}
.greenColor {
  color: #3b8b31;
}
.noButton {
  display: inline-block;
  border: 0;
  background-color: #fff;
  outline: none;
}
/* Image profil */
.thumbnailProfil img {
  overflow: hidden;
  position: relative;
  width: 195px;
  height: 195px;
  margin: 25px 50px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
/* Responsive */
@media screen and (max-width: 960px) {
  /* Structure */
  html,
  body {
    width: 100%;
  }
  body {
    padding-bottom: 0;
  }
  body #main {
    margin-top: 0;
  }
  #header,
  #main,
  #footer {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
  h2 {
    font-size: 2.27rem;
  }
  .entry-content h2 {
    text-align: left;
  }
  .wp-caption img[class*="wp-image-"] {
    height: auto;
  }
  /*
    article img {
        display: block;
        width: inherit;
        height: inherit;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    */
  article > img {
    width: 100%;
    height: auto;
  }
  .mini .entry-title {
    display: inline-block;
    width: 54%;
  }
  .mini .entry-title a {
    display: inline-block;
    margin-top: 0;
  }
  /* Critiques */
  article.critiques .entry-content .aligncenter {
    width: 100%;
    height: auto;
  }
  /* Article principal */
  article .entry-header > img {
    height: auto;
  }
  html blockquote {
    margin: 20px 0px;
    padding-left: 1.5em;
    font-size: 1.5em;
  }
  html blockquote:before {
    font-size: 5rem;
  }
  /* Bio */
  #author-info .twitter {
    margin-top: 10px;
  }
}
/* Couleurs des éléments */
/* Backgrounds des éléments */
/* Bordures des éléments */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr[title] {
  border: 0;
}
blockquote {
  position: relative;
  min-height: 2.5em;
  line-height: 1.9;
  margin: 2em 0 2em 1.5em;
  padding-left: 3.5em;
  font-size: 0.85em;
  font-family: georgia, serif;
  color: #999999;
}
blockquote::before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.85;
  font-size: 8rem;
  color: #777777;
}
blockquote cite {
  display: block;
  margin-top: 0.5em;
  text-align: right;
  color: #555555;
}
dt {
  font-weight: bold;
}
dd {
  font-size: 0.9em;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin: 0;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
p {
  margin: 1em 0;
}
pre {
  padding: 0.75em;
  font-size: 0.9em;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
ul,
ol {
  margin: 0 0 1em 0;
  padding-left: 2em;
}
.tftable {
  width: 100%;
  font-size: 12px;
  color: #333333;
  border: 1px solid #ebab3a;
  border-collapse: collapse;
}
.tftable th {
  padding: 8px;
  font-size: 12px;
  text-align: left;
  background-color: #e6983b;
  border: 1px solid #ebab3a;
}
.tftable tr {
  background-color: #f0c169;
}
.tftable tr:hover {
  background: #ffffff;
}
.tftable tr td {
  padding: 8px;
  font-size: 12px;
  border: 1px solid #ebab3a;
}
@media (max-width: 768px) {
  .tftable,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    margin: 0 0 1rem 0;
  }
  tr:nth-child(odd) {
    background: #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
  Label the data
  You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
  */
  th {
    display: none;
  }
  .productions td:nth-of-type(1):before {
    content: "Production";
  }
  .productions td:nth-of-type(2):before {
    content: "Fonction";
  }
  .productions td:nth-of-type(3):before {
    content: "Date de sortie";
  }
}
.selectWrapper {
  width: 190px;
  overflow: hidden;
}
.selectWrapper .selectDropdown {
  position: relative;
  border: 1px solid #e2e2e2;
  height: 50px;
}
.selectWrapper .selectDropdown .expendLink {
  display: flex;
  position: absolute;
  height: 100%;
  top: 0;
  right: 10px;
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-decoration: inherit;
  color: #000000;
  pointer-events: none;
  align-items: center;
}
.selectWrapper .selectDropdown .expendLink:after {
  content: '\f107';
}
.selectWrapper .selectDropdown .expendLink.collapseBloc:after {
  content: '\f106';
  font-size: 24px;
}
.selectWrapper .selectDropdown .overButtonMobile {
  display: none;
  width: 100%;
  height: 100%;
}
.selectWrapper .selectDropdown .selectDropdownSort {
  width: 100%;
  height: 100%;
}
.selectWrapper .selectDropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 16px;
  outline: none;
  width: 100%;
  padding: 7px 7px 7px 10px;
  text-indent: 0.01px;
  text-overflow: "";
}
.bodyClass {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  line-height: 1.6;
  font-size: 17px;
  word-wrap: break-word;
}
.mainWrapper {
  width: 1280px;
  margin: auto;
}
/* Medium screen - landscape */
@media (max-width: 1279px) {
  .mainWrapper {
    width: 100%;
  }
}
/* Tablet */
@media (max-width: 1080px) {
  .bodyClass {
    font-size: 15px;
  }
}
.headerSite {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 0.3125rem 0.3125rem -0.1875rem rgb(0 0 0%), 0 0.5rem 0.625rem 0.0625rem rgb(0 0 0%), 0 0.1875rem 0.875rem 0.125rem rgb(0 0 0%);
}
.headerSite .mainNavSite {
  display: flex;
  justify-content: space-between;
  background: #20272e;
}
.headerSite .mainNavSite .logoSite {
  display: inline-block;
  position: absolute;
  top: 0;
}
.headerSite .mainNavSite .logoSite .logoText {
  display: none;
}
.headerSite .mainNavSite .logoSite .imgLogoSite {
  display: inline-flex;
  width: 132px;
  height: 64px;
  background: url('../../public/img/common/logo-header-culture-games-v5.svg') no-repeat;
  background-size: cover;
  outline: none;
}
.headerSite .mainNavSite .mainNav {
  display: inline-flex;
  vertical-align: top;
  width: 68%;
  height: 64px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: #20272e;
}
.headerSite .mainNavSite .mainNav .minLenghtTitle {
  display: none;
}
.headerSite .mainNavSite .mainNav .linkMainNav {
  display: block;
  position: relative;
  height: 64px;
  line-height: 64px;
  padding: 0 20px 0 24px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.headerSite .mainNavSite .mainNav .linkMainNav::before {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  height: 10px;
  width: 10px;
  border-top: 5px solid #eb5a27;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
}
.headerSite .mainNavSite .mainNav .linkMainNav:hover + .subNav {
  display: block;
}
.headerSite .mainNavSite .mainNav .linkMainNav:hover::before {
  top: 22px;
  border-top: 0;
  border-bottom: 5px solid #eb5a27;
}
.headerSite .mainNavSite .mainNav .mainNavItem {
  display: inline-block;
  cursor: pointer;
}
.headerSite .mainNavSite .mainNav .mainNavItem.menuBurger {
  display: none;
}
.headerSite .mainNavSite .mainNav .mainNavItem.logo {
  position: relative;
  z-index: 10;
  width: 140px;
  margin-left: 5px;
}
.headerSite .mainNavSite .mainNav .subNav {
  display: none;
  position: absolute;
  z-index: 5;
  top: 64px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 15px 15px 15px 120px;
  text-transform: initial;
  background-color: #000000;
  list-style: none;
}
.headerSite .mainNavSite .mainNav .subNav:hover {
  display: block;
}
.headerSite .mainNavSite .mainNav .subNav .subNavItem {
  display: inline-block;
}
.headerSite .mainNavSite .mainNav .subNav .linkSubNav {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #ffffff;
}
.headerSite .mainNavSite .navLeft {
  min-width: 320px;
}
.headerSite .mainNavSite .navSearch {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  width: 192px;
  height: 64px;
  line-height: 60px;
  background: #20272e;
}
.headerSite .mainNavSite .navSearch [for="searchField"] {
  width: 182px;
}
.headerSite .mainNavSite .navSearch .searchField {
  height: 32px;
  width: calc(100% - 16px);
  padding-left: 12px;
  font-size: 15px;
  font-weight: 100;
  color: #000000;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  outline: none;
  -webkit-appearance: none;
}
.headerSite .mainNavSite .navSearch .searchField::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 100;
}
.headerSite .mainNavSite .navSearch .searchField:-moz-placeholder {
  font-size: 15px;
  font-weight: 100;
}
.headerSite .mainNavSite .navSearch .searchField::-moz-placeholder {
  font-size: 15px;
  font-weight: 100;
}
.headerSite .mainNavSite .navSearch .searchField:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 100;
}
.headerSite .mainNavSite .navSearch .searchBtnSubmit {
  position: absolute;
  right: 11px;
  width: 34px;
  height: 34px;
  margin-top: 14px;
  color: #ffffff;
  background: #eb5a27;
  border: none;
}
.headerSite .mainNavSite .contactLabel {
  display: inline-flex;
  vertical-align: top;
  width: 124px;
  height: 64px;
  line-height: 64px;
  justify-content: center;
  background: #20272e;
}
.headerSite .mainNavSite .contactLabel .contactLink {
  height: 64px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
/* Version grosses tablettes et petits écrans */
@media (max-width: 1024px) {
  .headerSite .mainNavSite .mainNav .maxLenghtTitle {
    display: none;
  }
  .headerSite .mainNavSite .mainNav .minLenghtTitle {
    display: inline-block;
  }
}
/* très petits écrans */
@media (max-width: 1080px) {
  .headerSite .mainNavSite .navSearch .searchBtnSubmit {
    margin-top: 13px;
  }
}
/* Version tablettes */
@media (max-width: 900px) {
  .headerSite .mainNavSite .mainNav .arena {
    display: none;
  }
}
/* Version petites tablettes */
@media (max-width: 860px) {
  .headerSite .mainNavSite .mainNav .labo {
    display: none;
  }
}
/* Version mobiles */
@media (max-width: 768px) {
  .headerSite {
    position: fixed;
  }
  .page-template-liste-chroniques .headerSite,
  .page-template-liste-encyclopedie .headerSite {
    background: none;
  }
  .headerSite .mainNavSite {
    flex-direction: column;
  }
  .headerSite .mainNavSite .mainNav {
    overflow-x: auto;
    width: 768px;
    background-position: -2375px 0;
  }
  .headerSite .mainNavSite .mainNav .logoSite {
    top: 0;
  }
  .headerSite .mainNavSite .mainNav .mainNavItem {
    display: none;
  }
  .headerSite .mainNavSite .mainNav .mainNavItem:nth-child(2) {
    margin-left: 125px;
  }
  .headerSite .mainNavSite .mainNav .mainNavItem.menuBurger {
    display: flex;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .headerSite .mainNavSite .mainNav .mainNavItem.menuBurger .burger {
    font-size: 28px;
  }
  .headerSite .mainNavSite .mainNav .mainNavItem.logo {
    display: flex;
    position: absolute;
    left: 50%;
    margin-left: -55px;
  }
  .headerSite .mainNavSite .navSearch,
  .headerSite .mainNavSite .contactLabel {
    display: none;
  }
  .headerSite.visibleBloc {
    height: 100%;
    background-color: #20272e;
  }
  .headerSite.visibleBloc .mainNav {
    flex-direction: column;
    height: inherit;
  }
  .headerSite.visibleBloc .mainNav .burger::before {
    content: "\f00d";
  }
  .headerSite.visibleBloc .mainNav .navMobile {
    display: flex;
    border-bottom: 1px solid #ffffff;
  }
  .headerSite.visibleBloc .mainNav .navMobile .linkMainNav {
    position: relative;
    width: 168px;
    color: #ffffff;
  }
  .headerSite.visibleBloc .mainNav .navMobile .linkMainNav::before {
    transform: rotate(270deg);
  }
  .headerSite.visibleBloc .mainNav .navMobile.active .linkMainNav::before {
    transform: rotate(90deg);
  }
  .headerSite.visibleBloc .mainNav .navMobile.active .linkMainNav + .subNav {
    display: block;
    animation-name: subNavMoveset;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .headerSite.visibleBloc .mainNav .navMobile .subNav {
    display: none;
    top: 68px;
    right: 0;
    bottom: 0;
    /* Bug de LESS pour la propriété calc */
    width: calc(100% - 150px);
    padding-top: 0;
    padding-left: 20px;
    background: #20272e;
  }
  .headerSite.visibleBloc .mainNav .navMobile .subNav .subNavItem {
    width: 100%;
  }
  .headerSite.visibleBloc .mainNav .navMobile .subNav .linkSubNav {
    display: inline-flex;
    height: 50px;
    padding: 0;
    align-items: center;
    color: #ffffff;
  }
  .headerSite.visibleBloc .navSearch {
    display: flex;
    position: relative;
    width: 100%;
    margin: 32px;
  }
  .headerSite.visibleBloc .navSearch [for="searchField"] {
    width: calc(100% - 64px);
  }
  .headerSite.visibleBloc .navSearch .searchField {
    padding-left: 15px;
  }
  .headerSite.visibleBloc .navSearch .searchBtnSubmit {
    right: 62px;
  }
  .headerSite.visibleBloc .contactLabel {
    display: block;
    width: 100%;
  }
  .headerSite.visibleBloc .contactLabel .contactLink {
    display: block;
  }
}
@keyframes subNavMoveset {
  from {
    left: 100%;
  }
  to {
    left: 150px;
  }
}
.mobileMenu {
  display: none;
}
/* Version mobile et petites tablettes */
@media (max-width: 768px) {
  .mobileMenu {
    display: flex;
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 105;
    padding: 10px 20px;
    font-size: 16px;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, orange, orangered);
    border-radius: 28px;
    box-shadow: 0 2px 40px -10px orange;
    color: #ffffff;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0);
    transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
    outline: none;
  }
  .mobileMenu .fa {
    margin-right: 20px;
  }
}
.footerSite {
  text-align: center;
}
.footerSite .linkFooter {
  height: 130px;
  padding: 10px;
  text-align: center;
  color: #3b3b3b;
  background: #aaaaaa;
}
.footerSite .linkFooter .navSiteItem,
.footerSite .linkFooter .socialNetworkList {
  display: inline-block;
}
.footerSite .linkFooter .navSiteItem .linkItem,
.footerSite .linkFooter .socialNetworkList .linkItem {
  color: #3b3b3b;
  text-decoration: none;
}
.footerSite .linkFooter .socialItem {
  display: inline-block;
  margin: 10px 60px 0;
}
.footerSite .linkFooter .socialItem .linkSocialItem:hover .fa-facebook {
  color: #3b5998;
}
.footerSite .linkFooter .socialItem .linkSocialItem:hover .fa-twitter {
  color: #00aced;
}
.footerSite .linkFooter .socialItem .linkSocialItem:hover .fa-rss {
  color: #ed7f10;
}
.footerSite .linkFooter .socialItem .linkSocialItem:hover .fa-youtube {
  color: #bb0000;
}
.footerSite .linkFooter .socialItem .fa {
  font-size: 60px;
  color: #3b3b3b;
}
.footerSite .copyright {
  height: 70px;
  padding: 10px;
  color: #ffffff;
  background: #3b3b3b url('../../public/img/common/delimiter-footer.png') no-repeat top center;
}
.footerSite .copyright .copyrightAsso,
.footerSite .copyright .copyrightDate {
  margin: 0;
}
/* Version grosses tablettes et petits écrans */
/* Version mobile et petites tablettes */
@media (max-width: 768px) {
  .footerSite {
    font-size: 1.2rem;
  }
  .footerSite .copyright {
    height: inherit;
    min-height: 70px;
  }
  .footerSite .linkFooter {
    height: inherit;
  }
  .footerSite .linkFooter .socialItem {
    margin: 10px 20px 0;
  }
  .footerSite .linkFooter .socialItem .fa {
    font-size: 30px;
    color: #3b3b3b;
  }
}
.error-404 .error {
  padding: 128px 24px 24px;
}
.error-404 .error .entry-title {
  font-family: "Open Sans";
}
.error-404 .error img {
  max-width: 16px;
}
.error-404 .error404 {
  font-weight: 700;
  font-size: 128px;
  text-align: center;
  color: #eb5a27;
}
@media (min-width: 768px) {
  .error-404 .error404 {
    font-size: 256px;
  }
}
.error-404 .searchform {
  position: relative;
  margin-bottom: 128px;
}
.error-404 .field {
  height: 32px;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 100;
  color: #000000;
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 16px;
  outline: none;
  -webkit-appearance: none;
}
.error-404 .submit {
  position: absolute;
  left: 170px;
  top: -14px;
  padding: 8px 16px;
  margin-top: 14px;
  font-size: 15px;
  color: #ffffff;
  background: #eb5a27;
  border: none;
}
.bodyClass {
  background: #e7e7e7 url(../img/pages/home/background-home-culture-games.png) center top no-repeat;
}
.mainWrapper {
  width: inherit;
  margin: auto;
}
.topSlider {
  position: relative;
}
.topHomeInformation {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
  background: #ffffff;
}
.topHomeInformation .pushArticles {
  order: 1;
  width: 65%;
}
.topHomeInformation .pushArticles.pushArticlesAside {
  width: 100%;
}
.topHomeInformation .homeAside {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 35%;
}
.topHomeInformation .boxVideosArticles {
  order: 3;
  width: 100%;
}
.bottomHomeInformation {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
  background: #ffffff;
}
.bottomHomeInformation .boxSeo {
  order: 1;
}
.bottomHomeInformation .boxPartners {
  order: 2;
  width: 100%;
}
/* Version tablettes */
@media (max-width: 1024px) {
  .topHomeInformation {
    width: 100%;
  }
  .topHomeInformation .pushArticles {
    order: 1;
    width: 100%;
  }
  .topHomeInformation .pushArticles.pushArticlesAside {
    padding-top: 0;
  }
  .topHomeInformation .homeAside {
    flex-direction: row;
    order: 2;
    width: 100%;
  }
  .topHomeInformation .boxVideosArticles {
    order: 3;
    width: 100%;
  }
  .bottomHomeInformation {
    width: 100%;
  }
  .bottomHomeInformation .boxSeo {
    order: 1;
  }
}
/* Version mobiles */
@media (max-width: 768px) {
  .topHomeInformation .homeAside {
    flex-direction: column;
  }
  .bottomHomeInformation .boxSeo {
    order: 1;
  }
}
.headBlockCultureGames {
  height: 64px;
}
.headBlockCultureGames .headBlockBanFix {
  display: none;
  max-width: 728px;
  height: 90px;
  margin: auto;
}
.headBlockCultureGames .headBlockBanFix.activeHeadBlock {
  display: inline-block;
}
.headBlockCultureGames .headBlock {
  display: none;
  position: relative;
  max-width: 728px;
  min-height: 90px;
  margin: 80px auto 10px;
  padding: 10px;
  font-size: 13px;
  text-align: justify;
  background: #ffffff;
  border: 2px solid #000000;
}
.headBlockCultureGames .headBlock.headBlockSmashBros {
  min-height: 170px;
  background: url('../../public/img/pages/home/ads-20191116.jpg') center center no-repeat;
}
.headBlockCultureGames .headBlock .explainHeadBlock {
  color: #eb5a27;
}
.headBlockCultureGames .headBlock .linktToExplainHeadBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .headBlockCultureGames .headBlock {
    display: none;
  }
}
.topSlider .bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
}
.topSlider .bx-wrapper .bx-controls {
  display: flex;
  justify-content: center;
}
.topSlider .bx-wrapper .bx-controls .bx-controls-direction a {
  z-index: 500;
  top: 246px;
  height: 130px;
  width: 75px;
  margin-top: 0;
  font-size: 0;
  text-indent: inherit;
  background: linear-gradient(65deg, #bd1622 15%, #eb5a27 30%, #fbef4b 70%);
  -webkit-mask-image: url(../img/pages/home/slider-arrow.svg);
  mask-image: url(../img/pages/home/slider-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .topSlider .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 175px;
    transform: scale(0.75);
  }
}
.topSlider .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background: linear-gradient(65deg, #bd1622 35%, #eb5a27 60%, #fbef4b 90%);
}
.topSlider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .topSlider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    transform: rotate(180deg) scale(0.75);
  }
}
.topSlider .bx-wrapper .bx-pager {
  display: flex;
  bottom: 5px;
  padding: 0 4px;
  width: auto;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
  background: #fff;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
  background: #eb5a27;
}
.newSlider {
  height: 610px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newSlider {
    height: 305px;
  }
}
.newSlider .slideWrapper {
  position: relative;
  height: 610px;
}
@media (max-width: 768px) {
  .newSlider .slideWrapper {
    height: 305px;
  }
}
.newSlider .slideWrapper .slide {
  display: flex;
  width: 100%;
  max-width: 960px;
  padding: 180px;
}
@media (max-width: 768px) {
  .newSlider .slideWrapper .slide {
    padding: 32px 16px;
  }
}
.newSlider .slideWrapper .slide .containerInfos {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 250px;
  padding: 20px;
  align-items: flex-start;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .newSlider .slideWrapper .slide .containerInfos {
    width: 100%;
    height: inherit;
  }
}
.newSlider .slideWrapper .slide .titleReview {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  line-height: 48px;
  margin: auto;
  font-size: 36px;
  font-weight: 600;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .newSlider .slideWrapper .slide .titleReview {
    margin: 0;
    line-height: 32px;
    font-size: 24px;
  }
}
.newSlider .slideWrapper .slide .titleReview .wordingTitle {
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
  border-radius: 70px 70px 0 0;
}
.newSlider .slideWrapper .linkArticle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.mostPopulars {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 16px;
}
@media (max-width: 768px) {
  .mostPopulars {
    display: none;
  }
}
.mostPopulars .mostPopularsTitle {
  margin-bottom: 16px;
  text-align: left;
  color: #ffffff;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.mostPopulars .mostPopularsList {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.mostPopulars .mostPopularsList .mostPopular {
  margin-right: 8px;
  margin-bottom: 8px;
}
.mostPopulars .mostPopularsList .mostPopularsLink {
  display: block;
  padding: 8px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.mostPopulars .mostPopularsList .mostPopularsLink:hover {
  background: #000000;
}
.metroWrapper {
  position: relative;
  padding-top: 3px;
  padding-bottom: 8px;
  background: #fff;
}
.metroWrapper .metroLeft,
.metroWrapper .metroRight {
  position: absolute;
  background: red;
  height: 100%;
  top: 3px;
  left: 5px;
  height: 512px;
  width: calc((100% - (1280px + 16px + 10px))/2);
}
@media screen and (max-width: 1580px) {
  .metroWrapper .metroLeft,
  .metroWrapper .metroRight {
    display: none;
  }
}
.metroWrapper .metroLeft .case,
.metroWrapper .metroRight .case {
  display: block;
  position: relative;
  z-index: 1;
  padding: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  background-image: url("../../public/img/pages/home/metro-capsule-temporelle.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
}
.metroWrapper .metroLeft .case::before,
.metroWrapper .metroRight .case::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.metroWrapper .metroLeft .case:hover::before,
.metroWrapper .metroRight .case:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.metroWrapper .metroLeft .case:hover .title,
.metroWrapper .metroRight .case:hover .title {
  color: #eb5a27;
  background: #fff;
}
.metroWrapper .metroLeft .case .title,
.metroWrapper .metroRight .case .title {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 6px 15px 7px;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #fff;
  background-color: #eb5a27;
  border: 0;
  border-radius: 20px;
}
.metroWrapper .metroRight {
  left: inherit;
  right: 5px;
}
.metroWrapper .metroRight .case {
  background-image: url("../../public/img/pages/home/metro-capsule-technique.webp");
  background-position: left center;
}
.metroWrapper .metroInterface {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(27, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 1024px;
}
.metroWrapper .metroInterface .case {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  box-sizing: border-box;
  background-image: url("../../public/img/pages/home/metro-liste-consoles.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
}
.metroWrapper .metroInterface .case::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.metroWrapper .metroInterface .case:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.metroWrapper .metroInterface .case:hover .title {
  color: #eb5a27;
  background: #fff;
}
.metroWrapper .metroInterface .case .title {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 6px 15px 7px;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #fff;
  background-color: #eb5a27;
  border: 0;
  border-radius: 20px;
}
.metroWrapper .metroInterface .case.disableLink::before {
  background: rgba(0, 0, 0, 0.7);
}
.metroWrapper .metroInterface .case.disableLink:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
.metroWrapper .metroInterface .case.disableLink:hover .title {
  color: #fff;
  background: grey;
}
.metroWrapper .metroInterface .case.disableLink .title {
  background: grey;
}
.metroWrapper .metroInterface .div1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 6;
  grid-column-end: 6;
}
.metroWrapper .metroInterface .div2 {
  grid-row-start: 5;
  grid-column-start: 1;
  grid-row-end: 9;
  grid-column-end: 3;
}
.metroWrapper .metroInterface .div3 {
  grid-row-start: 5;
  grid-column-start: 3;
  grid-row-end: 9;
  grid-column-end: 5;
}
.metroWrapper .metroInterface .div4 {
  grid-row-start: 9;
  grid-column-start: 1;
  grid-row-end: 12;
  grid-column-end: 3;
}
.metroWrapper .metroInterface .div5 {
  grid-row-start: 23;
  grid-column-start: 1;
  grid-row-end: 28;
  grid-column-end: 5;
  background-image: url("../../public/img/pages/home/metro-studios.jpeg");
}
.metroWrapper .metroInterface .div6 {
  grid-row-start: 6;
  grid-column-start: 1;
  grid-row-end: 11;
  grid-column-end: 3;
  background-image: url("../../public/img/pages/home/metro-top-ventes-consoles.webp");
}
.metroWrapper .metroInterface .div7 {
  grid-row-start: 6;
  grid-column-start: 3;
  grid-row-end: 11;
  grid-column-end: 5;
  background-image: url("../../public/img/pages/home/metro-generations-consoles.webp");
}
.metroWrapper .metroInterface .div8 {
  grid-row-start: 11;
  grid-column-start: 1;
  grid-row-end: 15;
  grid-column-end: 3;
  background-image: url("../../public/img/pages/home/metro-genre-jeux.webp");
}
.metroWrapper .metroInterface .div9 {
  grid-row-start: 11;
  grid-column-start: 3;
  grid-row-end: 15;
  grid-column-end: 5;
  background-image: url("../../public/img/pages/home/metro-vr.webp");
}
.metroWrapper .metroInterface .div12 {
  grid-row-start: 15;
  grid-column-start: 3;
  grid-row-end: 19;
  grid-column-end: 5;
  background-image: url("../../public/img/pages/home/metro-budget.webp");
}
.metroWrapper .metroInterface .div14 {
  grid-row-start: 15;
  grid-column-start: 1;
  grid-row-end: 19;
  grid-column-end: 3;
  background-image: url("../../public/img/pages/home/metro-reeditions.webp");
}
.metroWrapper .metroInterface .div15 {
  grid-row-start: 19;
  grid-column-start: 3;
  grid-row-end: 23;
  grid-column-end: 5;
  background-image: url("../../public/img/pages/home/metro-puissances-consoles.webp");
}
.metroWrapper .metroInterface .div16 {
  grid-row-start: 19;
  grid-column-start: 1;
  grid-row-end: 23;
  grid-column-end: 3;
  background-image: url("../../public/img/pages/home/metro-evolution-des-pags.webp");
}
@media screen and (min-width: 678px) {
  .metroWrapper .metroInterface {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .metroWrapper .metroInterface .div1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 5;
  }
  .metroWrapper .metroInterface .div2 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div3 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
  }
  .metroWrapper .metroInterface .div4 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div5 {
    grid-row-start: 7;
    grid-column-start: 3;
    grid-row-end: 9;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div6 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div7 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
  }
  .metroWrapper .metroInterface .div8 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 5;
  }
  .metroWrapper .metroInterface .div9 {
    grid-row-start: 3;
    grid-column-start: 5;
    grid-row-end: 5;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div12 {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 3;
  }
  .metroWrapper .metroInterface .div14 {
    grid-row-start: 5;
    grid-column-start: 3;
    grid-row-end: 7;
    grid-column-end: 5;
  }
  .metroWrapper .metroInterface .div15 {
    grid-row-start: 5;
    grid-column-start: 5;
    grid-row-end: 7;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div16 {
    grid-row-start: 7;
    grid-column-start: 1;
    grid-row-end: 9;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1024px) {
  .metroWrapper .metroInterface {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 512px;
    max-width: 1280px;
    margin: auto;
  }
  .metroWrapper .metroInterface .div1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 5;
  }
  .metroWrapper .metroInterface .div2 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 9;
  }
  .metroWrapper .metroInterface .div3 {
    grid-row-start: 1;
    grid-column-start: 9;
    grid-row-end: 3;
    grid-column-end: 13;
  }
  .metroWrapper .metroInterface .div4 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 9;
  }
  .metroWrapper .metroInterface .div5 {
    grid-row-start: 3;
    grid-column-start: 9;
    grid-row-end: 5;
    grid-column-end: 13;
  }
  .metroWrapper .metroInterface .div6 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div7 {
    grid-row-start: 1;
    grid-column-start: 7;
    grid-row-end: 3;
    grid-column-end: 9;
  }
  .metroWrapper .metroInterface .div8 {
    grid-row-start: 1;
    grid-column-start: 9;
    grid-row-end: 3;
    grid-column-end: 11;
  }
  .metroWrapper .metroInterface .div9 {
    grid-row-start: 1;
    grid-column-start: 11;
    grid-row-end: 3;
    grid-column-end: 13;
  }
  .metroWrapper .metroInterface .div12 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
  }
  .metroWrapper .metroInterface .div14 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 5;
  }
  .metroWrapper .metroInterface .div15 {
    grid-row-start: 3;
    grid-column-start: 5;
    grid-row-end: 5;
    grid-column-end: 7;
  }
  .metroWrapper .metroInterface .div16 {
    grid-row-start: 3;
    grid-column-start: 7;
    grid-row-end: 5;
    grid-column-end: 9;
  }
}
.didYouKnow {
  max-width: 1280px;
  margin: 32px auto 0;
  padding: 15px;
  background: #e7e7e7;
}
.didYouKnow .didYouKnowTitle {
  margin: auto;
  color: #355390;
}
.didYouKnow .DidYouKnowType {
  color: #ff9500;
}
.didYouKnow .didYouKnowContent {
  margin: 20px auto;
}
.pushArticles {
  padding: 32px;
  background: #ffffff;
}
.pushArticles .article2,
.pushArticles .article {
  margin-bottom: 32px;
}
.pushArticles.pushArticlesAside .article3,
.pushArticles.pushArticlesAside .article4 {
  margin-bottom: 32px;
}
.pushArticles .linkArticle img {
  width: 100%;
  height: auto;
}
.pushArticles .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #ffffff;
  background: linear-gradient(58deg, #eb5a27 49%, #000000 100%);
}
.pushArticles .wordingTitle {
  font-size: 15px;
  color: #ffffff;
}
.pushArticles .fa {
  margin-right: 8px;
}
.boxNews {
  padding: 0 30px;
  background: #ffffff;
}
.boxNews .titlePartnersNewsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 8px;
}
.boxNews .titlePartnersNewsBox .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxNews .titlePartnersNewsBox > * {
  align-self: center;
}
.boxNews .titlePartnersNewsBox .selectWrapper {
  display: none;
}
.boxNews .headNews {
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 0;
  justify-content: space-around;
  color: #ffffff;
}
.boxNews .headNews .linkNewsPartners {
  margin: 0 10px;
  align-self: center;
}
.boxNews .headNews .logoNewsAfjv,
.boxNews .headNews .logoNewsMO5 {
  height: 54px;
  max-width: inherit;
}
.boxNews .boxListNews .mo5,
.boxNews .boxListNews .afjv,
.boxNews .boxListNews .culturegames {
  display: none;
}
.boxNews .fluxRss {
  padding: 0;
  list-style: none;
}
.boxNews .fluxRss .newsItem {
  position: relative;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.boxNews .fluxRss .newsItem:hover {
  background: #e7e7e7;
}
.boxNews .fluxRss .mo5,
.boxNews .fluxRss .afjv,
.boxNews .fluxRss .culturegames {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
.boxNews .fluxRss .mo5 {
  color: #4088cf;
}
.boxNews .fluxRss .afjv {
  color: #00b6ce;
}
.boxNews .fluxRss .culturegames {
  color: #ff9500;
}
.boxNews .fluxRss .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55px;
  cursor: pointer;
}
.boxNews .fluxRss .link .typeSmallNewsHome {
  display: inline-block;
  /* Bug de LESS pour la propriété calc */
  width: calc(100% - 20px);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  text-decoration: none;
}
.boxNews .containerLinkAllNews {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.boxNews .containerLinkAllNews .linkAllNews {
  color: #000000;
  text-decoration: none;
}
.boxVideo {
  padding: 0 30px;
}
.boxVideo .titleVideo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
}
.boxVideo .titleVideo .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxVideo .titleVideo > * {
  align-self: center;
}
.pushQuiz {
  padding: 8px 32px;
}
.pushQuiz .pushQuizTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.pushQuiz .pushQuizTitle .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.pushQuiz .pushQuizTitle > * {
  align-self: center;
}
.pushQuiz .pushQuizList {
  padding: 0;
  list-style: none;
}
.pushQuiz .quiz {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  background: linear-gradient(58deg, #eb5a27 49%, #000000 100%);
}
.pushQuiz .quiz img {
  align-items: flex-start;
  width: auto;
  height: 80px;
  margin: 0;
}
.pushQuiz .quizLink {
  position: absolute;
  z-index: 150;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.pushQuiz .quizTitle {
  padding: 16px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.boxSliders {
  position: relative;
  overflow: hidden;
  height: 480px;
  margin-top: 32px;
  padding: 0 30px;
}
.boxSliders .titleSlidesArticles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  font-size: 48px;
  color: #fff;
  background: #eb5a27;
  background: linear-gradient(58deg, #eb5a27 49%, #000000 100%);
}
.boxSliders .titleSlidesArticles .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxSliders .titleSlidesArticles > * {
  align-self: center;
}
.boxSliders .titleSlidesArticles .wordingTitle {
  align-self: baseline;
  margin-top: 32px;
  padding-left: 40px;
}
.boxSliders .titleSlidesArticles .wordingTitle:before {
  display: none;
}
.boxSliders .bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
}
.boxSliders .bx-wrapper .bx-controls-direction a {
  z-index: 500;
  top: 94px;
  height: 130px;
  width: 75px;
  margin-top: 0;
  background: linear-gradient(65deg, #bd1622 15%, #eb5a27 30%, #fbef4b 70%);
  -webkit-mask-image: url(../img/pages/home/slider-arrow.svg);
  mask-image: url(../img/pages/home/slider-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.boxSliders .bx-wrapper .bx-controls-direction a:hover {
  background: linear-gradient(65deg, #bd1622 35%, #eb5a27 60%, #fbef4b 90%);
}
.boxSliders .bx-wrapper .bx-controls-direction a.bx-prev {
  transform: rotate(180deg);
}
.boxSliders .bx-loading,
.boxSliders .bx-pager {
  display: none;
}
.boxSliders .slidesWrapper {
  position: absolute;
  margin-top: 120px;
}
.boxSliders .slidesWrapper .slides {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-left: 0;
}
.boxSliders .slidesWrapper .slides .slide {
  position: relative;
  width: 320px;
  height: 328px;
  margin-right: 16px;
  margin-bottom: 15px;
  list-style: none;
  border-top: 1px solid #000;
}
.boxSliders .slidesWrapper .slides .slide:last-child {
  display: none;
  margin-right: 0;
}
.boxSliders .slidesWrapper .slides .slide .linkToArticle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.boxSliders .slidesWrapper .slides .slide .headerSlide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  min-height: 54px;
  font-size: 12px;
}
.boxSliders .slidesWrapper .slides .slide .slideTitle {
  font-size: 14px;
  text-transform: uppercase;
}
.boxSliders .slidesWrapper .slides .slide .slideAuthor {
  color: #000;
}
.boxSliders .slidesWrapper .slides .slide .responsiveImg {
  max-width: 100%;
  max-height: 100%;
}
.boxSliders .slidesWrapper .slides .slide .slideOverlay {
  position: absolute;
  bottom: 0;
  height: 50px;
  color: #000000;
}
.boxSliders .slidesWrapper .slides .slide .slideOverlay .slideTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Version petit écrans */
@media (max-width: 1280px) {
  .boxSliders .slidesWrapper .slides {
    width: 745px;
    margin: 0 auto 15px;
  }
  .boxSliders .slidesWrapper .slides .slide:nth-child(5n) {
    margin-right: 16px;
  }
}
/* Version mobiles */
@media (max-width: 768px) {
  .boxSliders .slidesWrapper .slides {
    justify-content: center;
    width: inherit;
  }
  .boxSliders .slidesWrapper .slides .slide:nth-child(5n) {
    margin-right: 16px;
  }
}
.boxVideosArticles {
  padding: 0 30px;
}
.boxVideosArticles .titleVideosArticles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
}
.boxVideosArticles .titleVideosArticles .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxVideosArticles .titleVideosArticles > * {
  align-self: center;
}
.boxVideosArticles .videosArticles .slidesVideos,
.boxVideosArticles .videosArticles .slidesArticles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-left: 0;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle {
  position: relative;
  width: 231px;
  height: 145px;
  margin-right: 16px;
  margin-bottom: 15px;
  list-style: none;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo:nth-child(5n),
.boxVideosArticles .videosArticles .slidesArticles .slideVideo:nth-child(5n),
.boxVideosArticles .videosArticles .slidesVideos .slideArticle:nth-child(5n),
.boxVideosArticles .videosArticles .slidesArticles .slideArticle:nth-child(5n) {
  margin-right: 0;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo:last-child,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo:last-child,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle:last-child,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle:last-child {
  display: none;
  margin-right: 0;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo .linkToVideo,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo .linkToVideo,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle .linkToVideo,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle .linkToVideo,
.boxVideosArticles .videosArticles .slidesVideos .slideVideo .linkToArticle,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo .linkToArticle,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle .linkToArticle,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle .linkToArticle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo .responsiveImg,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo .responsiveImg,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle .responsiveImg,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle .responsiveImg {
  max-width: 100%;
  max-height: 100%;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo .slideOverlay,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo .slideOverlay,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle .slideOverlay,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle .slideOverlay {
  position: absolute;
  bottom: 0;
  color: #000000;
  background: #eb5a27;
}
.boxVideosArticles .videosArticles .slidesVideos .slideVideo .slideOverlay .slideTitle,
.boxVideosArticles .videosArticles .slidesArticles .slideVideo .slideOverlay .slideTitle,
.boxVideosArticles .videosArticles .slidesVideos .slideArticle .slideOverlay .slideTitle,
.boxVideosArticles .videosArticles .slidesArticles .slideArticle .slideOverlay .slideTitle {
  width: 231px;
  padding: 5px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Version petit écrans */
@media (max-width: 1280px) {
  .boxVideosArticles .videosArticles .slidesVideos,
  .boxVideosArticles .videosArticles .slidesArticles {
    width: 745px;
    margin: 0 auto 15px;
  }
  .boxVideosArticles .videosArticles .slidesVideos .slideVideo:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesArticles .slideVideo:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesVideos .slideArticle:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesArticles .slideArticle:nth-child(5n) {
    margin-right: 16px;
  }
  .boxVideosArticles .videosArticles .slidesVideos .slideVideo:last-child,
  .boxVideosArticles .videosArticles .slidesArticles .slideVideo:last-child,
  .boxVideosArticles .videosArticles .slidesVideos .slideArticle:last-child,
  .boxVideosArticles .videosArticles .slidesArticles .slideArticle:last-child {
    display: inline-block;
    margin-right: 0;
  }
}
/* Version mobiles */
@media (max-width: 768px) {
  .boxVideosArticles .videosArticles .slidesVideos,
  .boxVideosArticles .videosArticles .slidesArticles {
    justify-content: center;
    width: inherit;
  }
  .boxVideosArticles .videosArticles .slidesVideos .slideVideo:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesArticles .slideVideo:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesVideos .slideArticle:nth-child(5n),
  .boxVideosArticles .videosArticles .slidesArticles .slideArticle:nth-child(5n) {
    margin-right: 16px;
  }
  .boxVideosArticles .videosArticles .slidesVideos .slideVideo:last-child,
  .boxVideosArticles .videosArticles .slidesArticles .slideVideo:last-child,
  .boxVideosArticles .videosArticles .slidesVideos .slideArticle:last-child,
  .boxVideosArticles .videosArticles .slidesArticles .slideArticle:last-child {
    display: inline-block;
    margin-right: 16px;
  }
}
.socialNetworkBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  justify-content: space-around;
}
.socialNetworkBox .titleSocialNetworkBox {
  width: 100%;
  margin-left: 50px;
  margin-bottom: 25px;
}
.socialNetworkBox .titleSocialNetworkBox .joinUs {
  font-size: 32px;
  font-weight: 700;
  color: #eb5a27;
}
.socialNetworkBox .timelineTwitterBox,
.socialNetworkBox .twitter-timeline {
  background-color: #ffffff;
}
.socialNetworkBox .exampleServiceTarget {
  width: 100%;
  max-width: 350px;
  height: 250px;
  align-self: flex-end;
  background: url('../../public/img/pages/home/illustration-associations-video-games.png') bottom center no-repeat;
  background-size: cover;
}
/* Version tablettes */
@media (max-width: 1024px) {
  .socialNetworkBox .titleSocialNetworkBox {
    order: 1;
  }
  .socialNetworkBox .timelineTwitterBox,
  .socialNetworkBox .twitter-timeline {
    order: 2;
    width: 50%;
  }
  .socialNetworkBox .exampleServiceTarget {
    order: 4;
    margin: auto;
    align-self: center;
  }
  .socialNetworkBox .fbPageBox {
    order: 3;
    width: 50%;
    text-align: right;
  }
}
/* Version mobile */
@media (max-width: 768px) {
  .socialNetworkBox .timelineTwitterBox,
  .socialNetworkBox .twitter-timeline {
    order: 3;
  }
  .socialNetworkBox .exampleServiceTarget {
    max-width: 450px;
    height: 300px;
  }
  .socialNetworkBox .fbPageBox {
    order: 2;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.boxSeo {
  width: 100%;
  padding: 16px 32px 16px;
  background: #ffffff;
}
.boxSeo .titleSeoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
  min-height: auto;
}
.boxSeo .titleSeoBox .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxSeo .titleSeoBox > * {
  align-self: center;
}
.boxSeo .titleListSeoArticle {
  margin-top: 10px;
  font-weight: 600;
}
.boxSeo .sepListSeo {
  display: block;
  text-align: center;
}
.boxSeo .sepListSeo .separator {
  display: inline-block;
  height: 2px;
  width: 80%;
  margin: auto;
  border-bottom: 2px solid #eb5a27;
}
.boxSeo .listBySeoArticles,
.boxSeo .listBySeoEncyclopedia {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boxSeo .listBySeoArticles .eltTitleSeoArticle,
.boxSeo .listBySeoEncyclopedia .eltTitleSeoArticle,
.boxSeo .listBySeoArticles .eltTitleSeoEncyclopedia,
.boxSeo .listBySeoEncyclopedia .eltTitleSeoEncyclopedia {
  display: inline-block;
}
.boxSeo .listBySeoArticles .eltSeoArticle,
.boxSeo .listBySeoEncyclopedia .eltSeoArticle,
.boxSeo .listBySeoArticles .eltSeoEncyclopedia,
.boxSeo .listBySeoEncyclopedia .eltSeoEncyclopedia {
  display: inline-block;
}
.boxSeo .listBySeoArticles .eltSeoArticle + .eltSeoArticle::before,
.boxSeo .listBySeoEncyclopedia .eltSeoArticle + .eltSeoArticle::before,
.boxSeo .listBySeoArticles .eltSeoEncyclopedia + .eltSeoArticle::before,
.boxSeo .listBySeoEncyclopedia .eltSeoEncyclopedia + .eltSeoArticle::before,
.boxSeo .listBySeoArticles .eltSeoArticle + .eltSeoEncyclopedia::before,
.boxSeo .listBySeoEncyclopedia .eltSeoArticle + .eltSeoEncyclopedia::before,
.boxSeo .listBySeoArticles .eltSeoEncyclopedia + .eltSeoEncyclopedia::before,
.boxSeo .listBySeoEncyclopedia .eltSeoEncyclopedia + .eltSeoEncyclopedia::before {
  display: inline-block;
  content: "-";
}
.boxSeo .listBySeoArticles .eltSeoArticle .linkSeoArticle,
.boxSeo .listBySeoEncyclopedia .eltSeoArticle .linkSeoArticle,
.boxSeo .listBySeoArticles .eltSeoEncyclopedia .linkSeoArticle,
.boxSeo .listBySeoEncyclopedia .eltSeoEncyclopedia .linkSeoArticle,
.boxSeo .listBySeoArticles .eltSeoArticle .linkSeoEncyclopedia,
.boxSeo .listBySeoEncyclopedia .eltSeoArticle .linkSeoEncyclopedia,
.boxSeo .listBySeoArticles .eltSeoEncyclopedia .linkSeoEncyclopedia,
.boxSeo .listBySeoEncyclopedia .eltSeoEncyclopedia .linkSeoEncyclopedia {
  color: #000;
  text-decoration: none;
}
.boxPartners {
  padding: 0 30px 10px;
  background: #ffffff;
}
.boxPartners .titlePartnersBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
}
.boxPartners .titlePartnersBox .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.boxPartners .titlePartnersBox > * {
  align-self: center;
}
.boxPartners .navPartnersLink .bx-wrapper {
  max-width: 100%;
  border: none;
  box-shadow: none;
}
.adsDisplay {
  /* Home Page */
}
.adsDisplay .adsDisplayLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.adsDisplay .topArticles,
.adsDisplay .didYouKnow,
.adsDisplay .mainWrapper,
.adsDisplay .footerSite {
  position: relative;
  z-index: 10;
}
.adsDisplay .adsCultureGames {
  display: none;
}
.adsDisplay .topArticles {
  width: 1280px;
  margin: 375px auto 0;
}
.adsDisplay .boxCulture {
  background-color: #e7e7e7;
}
.modal {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 760px;
  margin-top: -380px;
  margin-left: -380px;
  background: #ffffff;
}
.modal.modalShow {
  z-index: 1005;
  visibility: visible;
  overflow-y: auto;
  transition: 0.5s;
}
.overlayModal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  transition: 500ms;
}
.modalShow + .overlayModal {
  z-index: 1001;
  background: #000000;
  opacity: 0.8;
  transition: 500ms;
}
/* Version mobiles */
@media (max-width: 768px) {
  .modal {
    visibility: hidden;
    position: fixed;
    z-index: 1005;
    top: 100%;
    left: initial;
    height: 100%;
    width: 100%;
    margin: initial;
    background-color: #ffffff;
    transition: 0.5s;
  }
  .modal.modalShow {
    visibility: visible;
    overflow-y: auto;
    transition: 0.5s;
    top: 0;
  }
  .modal .headerModal {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #eb5a27;
  }
  .modal .headerModal .titleModal {
    font-size: 22px;
  }
  .modal .headerModal .icon-li-close {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    font-size: 22px;
  }
  .invisible > :not(.modalShow):not(.cookie-notice) {
    opacity: 0;
    transition: 0.5s;
  }
}
.modal .headerModal {
  position: relative;
}
.modal .headerModal .titleModal {
  display: none;
}
.modal .headerModal .closeModal {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
}
.modal .contentNews {
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.modal .contentNews .titleNews {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
}
.modal .contentNews .titleNews .wordingTitle::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eb5a27;
  border-radius: 15px;
}
.modal .contentNews .titleNews > * {
  align-self: center;
}
.modal .contentNews .dateNews {
  display: block;
  font-size: 13px;
  text-align: left;
  color: #aaa;
}
.modal .contentNews .imgSiteNews {
  width: 100%;
}
.modal .contentNews .newsExcerpt {
  margin-top: 20px;
}
.modal .contentNews .containerLink {
  width: 100%;
  text-align: right;
}
.modal .contentNews .warningCopyright {
  margin-top: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background: #cfcfcf;
}
.modal .contentNews .warningCopyright.typeCopyright {
  margin-top: 20px;
}
.modal .contentNews .warningCopyright.typeCopyright .imgCopyright {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
}
.modal .contentNews .warningCopyright.typeCopyright .txtCopyright {
  vertical-align: middle;
}
.modal .contentNews .warningCopyright + .warningCopyright {
  margin-top: 20px;
}
/* Version mobiles */
@media (max-width: 768px) {
  .modal .headerModal .titleModal {
    display: block;
  }
}
