@charset "UTF-8";
/**
 * @group colors
 * @link http://davidwalsh.name/sass-color-variables-dont-suck
 * @link http://chir.ag/projects/name-that-color/
 **/
/**
 * Map that set up all colors that are used in the project.
 *
 * @example scss - Use the color in any properties or variable assignments with the color function:
 * .test {
 *   background-color: color(color-name);
 * }
 */
/**
 * =Animations mixins
 */
/*
 * Apply a CSS3 transition
 * @include transition(opacity, 400ms);
 */
/*
 * Apply a CSS3 transition-delay
 * @include transitionDelay(2s);
 * @include transitionDelay(2s,1s);
 */
/*
 * Apply a CSS3 transition-duration
 * @include transitionDuration(1s);
 * @include transitionDuration(1s,2s);
 */
/*
 * Apply a CSS3 transition-property
 * @include transitionProperty(opacity);
 * @include transitionProperty(height, width);
 */
/*
 * Apply a CSS3 transition-timing-function
 * @include transitionTimingFunction(easing);
 * @include transitionTimingFunction(easing, easing);
 */
.chapoPage {
  font-family: HelveticaCond;
  font-size: 16px;
  margin: 20px 0;
  line-height: 20px; }

.naked, .folder ul, .pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.btnLink {
  background-color: #edeeee;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  height: 26px;
  padding-left: 15px;
  padding-right: 35px;
  line-height: 26px;
  font-size: 14px;
  text-decoration: none;
  position: relative; }
  .btnLink:hover {
    background-color: #4c4d4f;
    color: #fff; }
  .btnLink:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    background-color: #941938;
    background-image: url("../img/picto/arrow-right.png");
    -webkit-background-size: 9px 11px;
    -moz-background-size: 9px 11px;
    background-size: 9px 11px;
    background-repeat: no-repeat;
    background-position: center; }

.btnJoinTo {
  height: 57px;
  line-height: 57px;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-family: "HelveticaCondBold";
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 51px;
  text-align: center;
  position: relative;
  max-width: 315px; }
  .btnJoinTo:hover {
    color: #ffffff; }
  .btnJoinTo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 51px;
    height: 57px;
    background: url("../img/picto/arrow-btn-big.svg") 50% 50% no-repeat;
    background-size: 36px 27px; }
  .btnJoinTo--ranking {
    background: #941938 url("../img/picto-join-ranking.svg") 0 0 no-repeat;
    margin: 0 0 20px 0; }
    .btnJoinTo--ranking:hover {
      background: #650c25 url("../img/picto-join-ranking.svg") 0 0 no-repeat; }
      .btnJoinTo--ranking:hover:after {
        background-color: #941938; }
    .btnJoinTo--ranking:after {
      background-color: #650c25; }
  .btnJoinTo--companyPage {
    background: #3e3f41 url("../img/picto-join-cp.svg") 0 0 no-repeat; }
    .btnJoinTo--companyPage:hover {
      background: #19191a url("../img/picto-join-cp.svg") 0 0 no-repeat; }
      .btnJoinTo--companyPage:hover:after {
        background-color: #3e3f41; }
    .btnJoinTo--companyPage:after {
      background-color: #19191a; }
  .btnJoinTo--de {
    font-size: 16px; }

.linksToLandingPage {
  margin: 0 0 55px 0; }

.datePublication {
  padding: 6px 0;
  margin: 0 0 18px 0;
  font-size: 10px;
  color: #a31c3a;
  font-family: HelveticaRoman, Helvetica, Arial, sans-serif;
  display: inline-block; }
  .datePublication span {
    color: #9f9f9f;
    margin-right: 5px; }

.moreRead {
  margin: 20px 0 0 0; }
  .moreRead__wrapTitle {
    margin: 0 0 20px 0;
    font-family: "HelveticaCondBold";
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .moreRead__wrapTitle:after {
      content: "";
      width: calc(100% - 85px);
      background: url("../img/bgTitle.png") 0 0 repeat-x;
      position: absolute;
      left: 0;
      top: 4px;
      height: 12px;
      left: 85px; }
  .moreRead__ul {
    margin: 0;
    list-style-type: none;
    padding: 0; }
  .moreRead__li {
    margin: 0 0 20px 0; }
  .moreRead__categoryLabel {
    font-size: 14px;
    text-transform: uppercase; }
  .moreRead__categoryTitle {
    font-size: 13px;
    color: #941938; }
  .moreRead__title {
    font-size: 14px;
    text-transform: uppercase; }
  .moreRead__link {
    font-size: 13px;
    color: #941938; }
    .moreRead__link:hover {
      text-decoration: underline;
      color: #91003c; }

h2.dark {
  color: #fff;
  position: relative;
  background-color: #4c4d4f;
  font-size: 1.9rem;
  font-family: 'HelveticaCond';
  line-height: 4.5rem;
  text-indent: 1.3rem;
  text-transform: uppercase;
  background-color: #4c4d4f; }
  h2.dark .picto {
    background-position: 50% 50%;
    background-color: #39393a; }

.blockContent {
  width: calc(100% - 347px);
  display: inline-block;
  vertical-align: top; }
  .blockContent--full {
    width: 100%; }

.blockContent--full {
  width: 100%; }

.breadcrump {
  margin: 12px 10px 20px 0px; }
  .breadcrump li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px; }
  .breadcrump a, .breadcrump span {
    color: #fff;
    display: block;
    vertical-align: top;
    font-family: HelveticaCn, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 15px 0 0;
    position: relative; }
    .breadcrump a:after, .breadcrump span:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 5px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #fff; }
  .breadcrump a.home {
    padding: 0; }
    .breadcrump a.home:after {
      display: none; }
  .breadcrump a.home img, .breadcrump span.home img {
    height: 25px;
    width: 25px; }
  .breadcrump--article a.world-business-and-leadership {
    background-color: #941938; }
  .breadcrump--article a.world-corporate-finance {
    background-color: #941938; }
  .breadcrump--article a.world-regulation-and-law {
    background-color: #941938; }
  .breadcrump--article a.world-innovation-and-technology {
    background-color: #941938; }
  .breadcrump--article a.world-people {
    background-color: #941938; }
  .breadcrump--article a.world-europe {
    background-color: #941938; }
  .breadcrump--article a.world-north-america {
    background-color: #941938; }
  .breadcrump--article a.world-latin-america {
    background-color: #941938; }
  .breadcrump--article a.world-africa {
    background-color: #941938; }
  .breadcrump--article a.world-asia {
    background-color: #941938; }

.categoryBreadcrump {
  margin: 0 0 20px 0; }
  .categoryBreadcrump li {
    display: inline-block;
    vertical-align: top; }
  .categoryBreadcrump a, .categoryBreadcrump span {
    color: #000;
    display: block;
    vertical-align: top;
    font-family: HelveticaCn, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    background: transparent url("../img/fleche1_droite.png") right 50% no-repeat; }
  .categoryBreadcrump span {
    background: none; }

.titlePage {
  font-size: 28px;
  font-weight: normal;
  font-family: HelveticaCondBold;
  color: #941938;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  float: none; }
  .titlePage--folder {
    background: transparent url("../img/dossier/folder.png") left top no-repeat;
    margin: 30px 0 0 0;
    padding: 0 0 0 55px;
    line-height: 1.3; }
  .titlePage--top100 {
    margin: 30px 0 0 0; }
  .titlePage--noPadding {
    padding: 0;
    margin: 30px 0 0 0; }

.blockSideBar {
  display: inline-block;
  vertical-align: top;
  width: 317px;
  margin: 0 0 0 30px; }

.titleBlock {
  background-color: #941938;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: HelveticaCondLight;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 0 62px;
  margin: 0 0 20px 0;
  line-height: 44px;
  height: 44px;
  text-transform: uppercase; }
  .titleBlock--ranking {
    background-image: url("../img/picto-classements-search.png");
    margin: 0; }
  .titleBlock--eboutique {
    background-image: url(../img/picto-eboutique.png);
    background-color: #3e3f41; }

.btnSeeMore {
  background: #941938 right 0 no-repeat url("../img/picto_more.jpg");
  color: #ffffff;
  display: inline-block;
  font-family: 'HelveticaCondBold';
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  padding: 0 31px 0 7px;
  text-transform: uppercase; }
  .btnSeeMore:hover {
    color: #ffffff; }
  .btnSeeMore--bgWhite {
    background-color: #ffffff;
    color: #941938; }

.pushSideBar {
  background-color: #ffffff;
  margin-bottom: 2.6rem;
  position: relative; }
  .pushSideBar__deco {
    background-image: url("../img/picture/image-brochure.png");
    -webkit-background-size: 26.2rem 28.5rem;
    -moz-background-size: 26.2rem 28.5rem;
    background-size: 26.2rem 28.5rem;
    background-repeat: no-repeat;
    width: 26.2rem;
    height: 28.5rem;
    margin: 2rem auto 0 auto; }
    .pushSideBar__deco--firmsRanking {
      background-image: url("../img/picture/image-top-firms-ranking.jpg"); }

.btnDownload {
  width: 100%;
  height: 3.5rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-family: 'HelveticaCond', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.5rem;
  color: #000;
  background: rgba(213, 213, 213, 0.9) no-repeat url("../img/picto/download-arrow.png") 10rem 50%; }
  .btnDownload:hover {
    color: #fff;
    background: #686667 no-repeat url("../img/picto/download-arrow.png") 10rem 50%; }

.alignCenter {
  text-align: center; }

.marginTop35 {
  margin-top: 35px; }

@media all and (max-width: 640px) {
  a.callToAction {
    width: 100%; }
  .blockSideBar {
    display: none; }
  .blockContent {
    width: 100%; } }

.wrapperRibbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .wrapperRibbon--right {
    left: auto;
    right: 0; }

.ribbon {
  font: bold 15px Sans-Serif;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -30px;
  top: 15px;
  width: 120px;
  background-color: #91003c; }
  .ribbon--right {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 7px 10px 7px 0; }

@media all and (max-width: 640px) {
  .wrapperRibbon--right {
    position: fixed;
    top: 82px; }
  .titlePage--folder {
    font-size: 1.8rem;
    background-position: 10px 50%; } }

.link {
  display: inline-block;
  padding: 0 35px;
  background-color: #941938;
  font-family: HelveticaCondBold, Helvetica, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase; }
  .link:hover {
    background-color: #4c4d4f;
    color: #ffffff; }

.breadcrump {
  margin: 10px 0; }
  .breadcrump__link {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    color: #000000;
    font-family: 'HelveticaCond';
    background: no-repeat url("../img/fleche1_droite.png") right 50%; }
  .breadcrump__last {
    font-family: 'HelveticaCondBold';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0 8px; }

.title-block {
  color: #403e3f;
  position: relative;
  background-color: #4c4d4f;
  height: 7.3rem;
  line-height: 3.5rem;
  z-index: 10;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: 'HelveticaNeueLTSTD47LightCondensed';
  position: relative;
  vertical-align: bottom;
  border-top: 2px solid #ffffff; }
  .title-block--nofloat {
    float: none;
    color: #000; }
  .title-block .picto {
    float: left;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #39393a;
    background-position: center center;
    background-repeat: no-repeat; }
    .title-block .picto--interview {
      background-image: url("../img/picto/interview.png"); }
    .title-block .picto--brochure {
      background-image: url("../img/picto-eboutique.png"); }
    .title-block .picto--closing-circle {
      background-image: url("../img/picto/closing-circles.svg"); }
    .title-block .picto--news {
      background-image: url("../img/picto/clock.png"); }
    .title-block .picto--people {
      background: url("../img/picto/contacts.svg") no-repeat; }
    .title-block .picto--building {
      background-image: url("../img/picto/building.png"); }
    .title-block .picto--ranking {
      background: url("../img/picto/classement.svg") no-repeat;
      top: 15% !important; }
  .title-block--red {
    background-color: #ececed;
    text-align: center; }
    .title-block--red:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #ececed transparent transparent transparent;
      position: absolute;
      left: 45%;
      bottom: -15px; }
    .title-block--red .picto {
      background-color: transparent;
      width: 3.2rem;
      height: 2.6rem;
      margin: 0 auto;
      position: absolute;
      left: 45%;
      top: 10%; }
    .title-block--red .inner-text {
      bottom: 0;
      margin: 0 auto;
      width: 100%;
      position: absolute;
      text-align: center;
      font-size: 2.2rem;
      font-weight: 400; }

.pageRank__wrapCta {
  margin: 20px 0; }

.pageRank__titlePage {
  color: #941938;
  font-family: HelveticaCondBold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase; }

.rankLayer {
  background-color: #fff;
  font-family: HelveticaCond;
  width: 100%; }
  .rankLayer__separator {
    height: 30px;
    width: 100%;
    background-color: #666666; }
  .rankLayer__subLevel {
    background-color: #941938;
    font-family: HelveticaCond;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    display: block; }
  .rankLayer th, .rankLayer td {
    text-align: center;
    border: 1px;
    border-color: #d7d7d6;
    border-style: solid;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    padding: 0 2px;
    height: 30px;
    position: relative; }
    .rankLayer th.__nameBand, .rankLayer td.__nameBand {
      font-family: HelveticaCondBold; }
    .rankLayer th.rankLayer__nameBandLabel, .rankLayer td.rankLayer__nameBandLabel {
      font-family: HelveticaCondBold;
      padding: 0 20px;
      min-width: 200px;
      color: #ffffff;
      background-color: #941938; }
    .rankLayer th.rankLayer__nameBandLabel--grey, .rankLayer td.rankLayer__nameBandLabel--grey {
      background-color: #666666; }
    .rankLayer th.rankLayer__sublevel, .rankLayer td.rankLayer__sublevel {
      width: 20px; }
  .rankLayer th {
    font-size: 16px; }
  .rankLayer__defaultLabel {
    font-family: HelveticaCond;
    padding: 0 20px; }
  .rankLayer__nameFirm {
    font-family: HelveticaCondBold; }
  .rankLayer__nameFirmLabel {
    font-family: HelveticaCond;
    padding: 0 20px;
    min-width: 200px; }
  .rankLayer__nameBand {
    font-family: HelveticaCondBold; }
  .rankLayer__nameBandLabel {
    font-family: HelveticaCond;
    padding: 0 20px;
    min-width: 200px;
    color: #ffffff;
    background-color: #941938; }
    .rankLayer__nameBandLabel--grey {
      background-color: #666666; }
  .rankLayer__nameLeadingPartner {
    font-family: HelveticaCondBold;
    background-color: #f6e2cf; }
  .rankLayer__nameLeadingPartnerLabel {
    font-family: HelveticaCond;
    padding: 0 20px;
    min-width: 200px;
    background-color: #f6e2cf; }
  .rankLayer__numberLayerLabel {
    font-family: HelveticaCondBold;
    background-color: #f6e2cf;
    min-width: 200px; }
  .rankLayer__officeLabel {
    font-family: HelveticaCondBold; }
  .rankLayer__headerRank {
    border-bottom: 4px solid #868685; }
  .rankLayer__newRankLabel, .rankLayer__newRank {
    color: #d57e2e; }
  .rankLayer__nameLabel {
    font-family: HelveticaCondBold;
    background-color: #f6e2cf; }
  .rankLayer__name--top50 {
    font-family: HelveticaCondBold !important; }
  .rankLayer__numberLayer {
    background-color: #f6e2cf; }
  .rankLayer__seeMore {
    display: none; }
  .rankLayer__highlight {
    background-color: #f6e2cf; }

@media only screen and (max-width: 1000px) {
  .rankLayer {
    width: 100%; }
    .rankLayer__NumberLayerLabel {
      width: auto; }
    .rankLayer__hidden_label_resp {
      display: none !important; }
    .rankLayer__NumberAssociateLabel {
      width: auto; }
    .rankLayer img {
      vertical-align: middle; }
    .rankLayer table, .rankLayer .rankLayer tbody {
      display: block; }
    .rankLayer tr {
      display: table;
      width: 100%;
      position: relative; }
      .rankLayer tr.rankLayer__headerTab {
        display: none; }
    .rankLayer th {
      font-size: 0;
      border: none;
      visibility: hidden; }
    .rankLayer td, .rankLayer th {
      display: table-row;
      min-height: 30px;
      line-height: 30px;
      font-size: 14px; }
    .rankLayer td {
      display: none; }
      .rankLayer td.open {
        display: table-row; }
      .rankLayer td:before {
        content: attr(data-headers);
        display: table-cell;
        width: 50%;
        border-right: 4px solid #d7d7d6; }
      .rankLayer td.rankLayer__nameBand {
        font-family: HelveticaCondBold; }
      .rankLayer td.rankLayer__nameBandLabel {
        display: table-row;
        font-family: HelveticaCondBold;
        padding: 0 20px;
        min-width: 200px;
        color: #ffffff;
        background-color: #941938; }
        .rankLayer td.rankLayer__nameBandLabel:before {
          display: none; }
        .rankLayer td.rankLayer__nameBandLabel--grey {
          background-color: #666666;
          display: block; }
      .rankLayer td.rankLayer__sublevel {
        display: table-cell;
        position: absolute;
        left: 5px;
        top: 5px;
        border: 0; }
      .rankLayer td.rankLayer__seeMore {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        color: #941938;
        font-size: 18px;
        line-height: 30px;
        background: url("../img/show_more.jpg") no-repeat #fff 95% 50%;
        display: block;
        border-bottom: 3px solid #fff;
        font-family: HelveticaCond;
        cursor: pointer;
        height: auto;
        padding: 10px 20px; }
        .rankLayer td.rankLayer__seeMore--sublevel {
          padding-left: 40px !important; }
        .rankLayer td.rankLayer__seeMore.open {
          background: url("../img/show_less.jpg") no-repeat #941938 95% 50%;
          width: 200%;
          color: #fff;
          border-bottom: 0; }
        .rankLayer td.rankLayer__seeMore:before {
          display: none; }
  .pageRank {
    padding: 0 20px;
    margin: 0 0 40px 0; } }

.share-top #share-fixed {
  left: -10px;
  top: 175px; }

.pageRank {
  margin: 0 0 70px 0; }
  .pageRank__wrapCta {
    margin: 20px 0; }
  .pageRank__mentions {
    font-size: 10px;
    margin: 10px 0; }

table.tablesorter {
  margin: 10px 0 15px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  box-sizing: border-box; }

table .tablesorter-header {
  font-size: 14px;
  background: #eaeaea url(../img/table/sort.png) no-repeat 86% 50%;
  background-size: 8px; }

table .tablesorter-header.tablesorter-headerDesc {
  background: #dadada url(../img/table/sort-desc.png) no-repeat 93% 50%;
  background-size: 20px; }

table .tablesorter-header.tablesorter-headerAsc {
  background: #dadada url(../img/table/sort-asc.png) no-repeat 93% 50%;
  background-size: 20px; }

.rankLayer {
  background-color: #fff;
  width: 100%; }
  .rankLayer th, .rankLayer td {
    text-align: center;
    border: 1px;
    border-color: #d7d7d6;
    border-style: solid;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    height: 30px;
    font-family: HelveticaCond; }
  .rankLayer td {
    padding: 8px; }
  .rankLayer th {
    font-family: HelveticaCondBold;
    font-size: 12px;
    padding: 8px 30px 8px 8px; }
  .rankLayer__headerRank {
    border-bottom: 4px solid #868685; }
  .rankLayer__newRankLabel, .rankLayer__newRank {
    color: #d57e2e; }
  .rankLayer__nameLabel {
    font-family: HelveticaCondBold; }
  .rankLayer__name--top50 {
    font-family: HelveticaCondBold !important; }
  .rankLayer__rank100 {
    width: 70px; }
  .rankLayer__caForLayerLabel, .rankLayer__caForLayer {
    background-color: #f6e2cf; }
  .rankLayer__newCaLabel, .rankLayer__newCa {
    background-color: #fadccc; }
  .rankLayer__oldNumberLayerLabel, .rankLayer__oldNumberLayer {
    background-color: #c4cad0; }
  .rankLayer__newNumberAssociateLabel, .rankLayer__newNumberAssociate {
    background-color: #c4cad0; }
  .rankLayer__seeMore {
    display: none; }
  .rankLayer__NumberLayerLabel {
    width: 80px; }
  .rankLayer__NumberAssociateLabel {
    width: 80px; }
  .rankLayer__flag {
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    width: 22px; }
  .rankLayer__country-flag {
    diplay: block;
    margin-right: 8px; }
  .rankLayer__seeMore-header {
    display: none; }
  .rankLayer__link-bold {
    font-weight: 800;
    text-decoration: none;
    color: #090909; }
  .rankLayer__link-bold:hover {
    color: #4d4c4c; }

.rankingMethodology .blockRrankingMethodology a {
  color: #941938;
  text-decoration: underline; }

.wrapperRibbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.ribbon {
  font: bold 15px Sans-Serif;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -30px;
  top: 15px;
  width: 120px;
  background-color: #91003c; }

@media only screen and (max-width: 1000px) {
  .rankLayer {
    width: 100%; }
    .rankLayer__NumberLayerLabel {
      width: auto; }
    .rankLayer__NumberAssociateLabel {
      width: auto; }
    .rankLayer img {
      vertical-align: middle; }
    .rankLayer table, .rankLayer .rankLayer tbody {
      display: block; }
    .rankLayer tr {
      display: table;
      width: 100%; }
      .rankLayer tr.rankLayer__headerTab {
        display: none; }
    .rankLayer th {
      font-size: 0;
      border: none;
      visibility: hidden; }
    .rankLayer td, .rankLayer th {
      display: table-row;
      min-height: 30px;
      line-height: 30px;
      font-size: 14px; }
    .rankLayer td {
      display: none; }
      .rankLayer td.open {
        display: table-row; }
      .rankLayer td:before {
        content: attr(data-headers);
        display: table-cell;
        width: 50%;
        border-right: 4px solid #d7d7d6; }
      .rankLayer td.rankLayer__seeMore {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        color: #941938;
        font-size: 18px;
        line-height: 30px;
        background: url("../img/show_more.jpg") no-repeat #fff 95% 50%;
        display: block;
        border-bottom: 3px solid #fff;
        font-family: HelveticaCond;
        cursor: pointer;
        height: auto;
        padding-right: 40px; }
        .rankLayer td.rankLayer__seeMore.open {
          background: url("../img/show_less.jpg") no-repeat #941938 95% 50%;
          width: 200%;
          color: #fff;
          border-bottom: 0; }
        .rankLayer td.rankLayer__seeMore:before {
          display: none; }
  .pageRank {
    padding: 0 20px;
    margin: 100px 0 40px; } }

.share-top #share-fixed {
  left: -10px;
  top: 175px; }

.plugPeopleNote {
  padding: 10px;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 20px 0;
  float: left;
  min-height: 224px; }
  .plugPeopleNote__name {
    font-size: 18px;
    font-family: 'HelveticaCondBold';
    color: #000000;
    line-height: 1.1;
    margin: 10px 0; }
  .plugPeopleNote__summary {
    font-size: 14px; }
    .plugPeopleNote__summary strong {
      font-family: 'HelveticaCondBold';
      margin-right: 5px;
      text-transform: uppercase;
      display: block; }
    .plugPeopleNote__summary__label {
      font-family: 'HelveticaCondBold';
      color: #000000; }
      .plugPeopleNote__summary__label--company {
        background: url("../img/mobile/building-mini-palm.png") 0 0 no-repeat;
        padding: 0 0 0 22px; }
      .plugPeopleNote__summary__label--leader {
        background: url("../img/mobile/plugCompagny-leader.png") 0 3px no-repeat;
        padding: 0 0 0 18px; }
      .plugPeopleNote__summary__label--associate {
        background: url("../img/mobile/plugCompagny-associat.png") 0 5px no-repeat;
        padding: 0 0 0 28px; }
      .plugPeopleNote__summary__label--team {
        background: url("../img/mobile/plugCompagny-team.png") 0 0 no-repeat;
        padding: 0 0 0 25px; }
      .plugPeopleNote__summary__label--since {
        background: url("../img/mobile/plugCompagny-since.png") 0 3px no-repeat;
        padding: 0 0 0 22px; }
    .plugPeopleNote__summary__ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .plugPeopleNote__summary__wrap {
      text-transform: uppercase;
      display: block;
      font-size: 16px;
      font-family: 'HelveticaCondBold';
      margin: 0 0 20px 0; }
    .plugPeopleNote__summary__name {
      font-size: 14px;
      font-family: 'HelveticaCond';
      display: block;
      text-transform: none; }
    .plugPeopleNote__summary__wrap {
      display: block;
      margin: 0 0 20px 0; }
  .plugPeopleNote__content {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-family: 'HelveticaCond'; }
    .plugPeopleNote__content__txt {
      margin: 10px 0 25px 0; }
      .plugPeopleNote__content__txt p {
        display: inline; }
    .plugPeopleNote__content span {
      font-family: 'HelveticaCondBold';
      color: #000000; }

@media only screen and (min-width: 769px) {
  .plugPeopleNote {
    padding: 0;
    border: 1px solid #dcdcde;
    border-left: none;
    width: 100%;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    background-image: linear-gradient(90deg, transparent, transparent 0, #91003d 0, #91003d 160px, transparent 160px, transparent 100%); }
    .plugPeopleNote__summary {
      width: 160px;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      padding: 20px; }
      .plugPeopleNote__summary__label {
        font-family: 'HelveticaCondBold';
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff; }
        .plugPeopleNote__summary__label--company {
          background: url("../img/building-mini.png") 0 0px no-repeat;
          padding: 0 0 0 20px; }
        .plugPeopleNote__summary__label--leader {
          background: url("../img/plugCompagny-leader.png") 0 1px no-repeat;
          padding: 0 0 0 20px; }
        .plugPeopleNote__summary__label--associate {
          background: url("../img/plugCompagny-associat.png") 0 2px no-repeat;
          padding: 0 0 0 30px; }
        .plugPeopleNote__summary__label--team {
          background: url("../img/plugCompagny-team.png") 0 0 no-repeat;
          padding: 0 0 0 25px; }
        .plugPeopleNote__summary__label--since {
          background: url("../img/plugCompagny-since.png") 0 0 no-repeat;
          padding: 0 0 0 22px; }
      .plugPeopleNote__summary p {
        color: #ffffff; }
      .plugPeopleNote__summary__wrap {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.3; }
        .plugPeopleNote__summary__wrap--center {
          text-align: center;
          margin-bottom: 5px; }
      .plugPeopleNote__summary__name {
        color: #ffffff; }
    .plugPeopleNote__content {
      width: calc(100% - 160px);
      padding: 80px 50px 20px 35px;
      display: inline-block;
      vertical-align: top; }
    .plugPeopleNote__name {
      position: absolute;
      left: 200px;
      top: 10px;
      line-height: 1.1;
      font-size: 20px; } }

.linkAllRanking, .linkPlug {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #efefee;
  border: 1px solid #ededec;
  display: inline-block;
  font-family: 'HelveticaNeueLTSTD77BoldCondensed', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4a4a49;
  padding: 15px 15px 15px 56px;
  text-align: left;
  position: relative;
  margin: 0 0 20px 0; }
  .linkAllRanking span, .linkPlug span {
    padding: 4px 0 0 0;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle; }
  .linkAllRanking:before, .linkPlug:before {
    content: "";
    width: 24px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 16px;
    background: url("../img/picto/classement-rouge.svg") 50% 50% no-repeat; }
  .linkAllRanking:hover, .linkPlug:hover {
    background-color: #d4d2d2; }

.linkPlug {
  padding: 15px 15px 15px 66px; }
  .linkPlug:before {
    width: 36px;
    height: 20px;
    left: 15px;
    bottom: 14px;
    background: url("../img/picto/picto-plug-3.png") 50% 50% no-repeat; }

.block-rankings .title-block--red:after,
.block-rankings .title-block--red .picto, .blockAllRanking .title-block--red:after,
.blockAllRanking .title-block--red .picto {
  left: 50%;
  transform: translateX(-50%); }

.block-rankings .title-block, .blockAllRanking .title-block {
  background-color: #91003c;
  color: white;
  border: none; }
  .block-rankings .title-block:after, .blockAllRanking .title-block:after {
    border-color: #91003c transparent transparent transparent; }

.block-rankings__wrapper, .blockAllRanking__wrapper {
  padding: 22px;
  background-color: #fff; }

.block-rankings__level, .blockAllRanking__level {
  text-transform: uppercase;
  text-align: left;
  color: black;
  font-family: "HelveticaNeueLTSTD87HeavyCondensed";
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 10px 6px 0;
  border-bottom: 1px solid #d7d7d7; }

.block-rankings__listing, .blockAllRanking__listing {
  padding: 11px 20px 10px 20px;
  margin: 0 0 30px 0;
  text-align: justify; }
  .block-rankings__listing li, .blockAllRanking__listing li {
    margin: 0 0 5px 0; }
    .block-rankings__listing li a, .blockAllRanking__listing li a {
      font-family: 'HelveticaNeueLTSTD67MediumCondensed';
      color: black;
      font-size: 1.4rem;
      line-height: 1.6rem;
      display: inline-block;
      padding: 3px 0; }
    .block-rankings__listing li a span, .blockAllRanking__listing li a span {
      transition: all .3s; }
  .block-rankings__listing li:hover a span, .blockAllRanking__listing li:hover a span {
    color: #91003c;
    transition: all .3s; }
  .block-rankings__listing__name, .blockAllRanking__listing__name {
    font-family: "HelveticaCondBold";
    color: black; }
  .block-rankings__listing__country, .blockAllRanking__listing__country {
    font-family: "HelveticaCond";
    color: black; }

.blockAllRanking--empty {
  width: 1000px;
  margin: 0 auto 20px  auto;
  background-color: transparent; }

.blockAllRanking__nameCompany {
  padding: 0; }
  .blockAllRanking__nameCompany:before {
    content: "";
    width: 47px;
    height: 29px;
    display: inline-block;
    margin-right: 15px; }

.blockAllRanking__wrapper {
  padding: 30px 20px 20px 20px; }

@media only screen and (max-width: 769px) {
  .blockAllRanking {
    background: #ffffff; }
    .blockAllRanking--empty {
      width: 100%; }
      .blockAllRanking--empty .blockAllRanking__nameCompany {
        display: inline-block;
        margin-top: 100px; }
    .blockAllRanking .title-block--red {
      margin-top: 1em; }
  .block-rankings {
    margin-bottom: 0;
    width: 100%; }
    .block-rankings .title-block--red:after,
    .block-rankings .title-block--red .picto {
      left: 50%;
      transform: translateX(-50%); }
    .block-rankings .title-block {
      background-color: #91003c;
      border: none;
      color: white; }
      .block-rankings .title-block:after {
        border-color: #91003c transparent transparent transparent; }
    .block-rankings__level {
      margin: 8px 0 12px 0;
      text-transform: uppercase;
      text-align: center;
      color: black;
      font-family: "HelveticaNeueLTSTD87HeavyCondensed";
      font-size: 18px;
      display: inline-block; }
    .block-rankings__listing {
      padding: 0;
      text-align: justify;
      text-justify: inter-word; }
      .block-rankings__listing li {
        padding: 7px 0;
        margin: 0; }
        .block-rankings__listing li a {
          font-family: 'HelveticaNeueLTSTD67MediumCondensed';
          font-size: 13px;
          line-height: 16px; }
      .block-rankings__listing__name {
        font-family: "HelveticaCondBold";
        color: black; }
      .block-rankings__listing__country {
        font-family: "HelveticaCond";
        color: black; } }

.linkCompanyPage {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  display: inline-block;
  font-family: 'HelveticaCondBold';
  font-size: 14px;
  width: 100%;
  color: #4a4a49;
  padding: 0 12px 0 56px;
  height: 44px;
  line-height: 44px;
  text-align: left;
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #efefee;
  border-radius: 5px;
  max-width: 192px; }
  .linkCompanyPage span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2; }
  .linkCompanyPage:before {
    content: "";
    width: 44px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 0;
    background: #941938 url("../img/picto/picto-plug-2.svg") 50% 50% no-repeat;
    background-size: 30px 15px; }
  .linkCompanyPage:hover:before {
    background: #650c25 url("../img/picto/picto-plug-2.svg") 50% 50% no-repeat;
    background-size: 30px 15px; }

.subCategorie {
  padding: 20px 30px;
  margin: 0 0 30px 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17); }
  .subCategorie__txtFilter {
    font-family: 'HelveticaCond';
    font-size: 14px;
    text-decoration: underline;
    color: #b6b6b6;
    margin: 0 0 20px 0; }
  .subCategorie__wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    text-align: center;
    width: 120px; }
    .subCategorie__wrapper a {
      display: inline-block; }
    .subCategorie__wrapper img {
      max-width: 170px; }
    .subCategorie__wrapper p {
      font-family: 'HelveticaCondBold';
      font-size: 14px;
      color: #941938;
      margin: 10px 0 0 0; }
      .subCategorie__wrapper p.disabled {
        color: #000; }
    .subCategorie__wrapper:nth-child(2) {
      margin-left: -33px; }
      .subCategorie__wrapper:nth-child(2) p {
        text-align: center; }

.folder {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  vertical-align: top;
  width: 100%;
  border: 1px solid #e8e8ea; }
  .folder a {
    color: #000;
    display: inline-block; }
  .folder img {
    max-width: 100%; }
  .folder__subCategoryName {
    color: #000;
    margin: 0 0 0 10px;
    font-family: HelveticaCond;
    font-size: 14px;
    margin: 10px 0 0 0; }
  .folder__wrapper {
    padding: 20px 45px; }
    .folder__wrapper ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0;
      text-align: center; }
  .folder__name {
    font-family: HelveticaLightCn, Helvetica, Arial, sans-serif;
    margin: 20px 0;
    padding: 0;
    color: #000;
    height: auto;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    text-decoration: none; }
  .folder__summary {
    margin: 0 0 20px 0;
    font-family: 'HelveticaCn', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2.4rem;
    text-decoration: none; }
  .folder__hours {
    font-family: HelveticaCond;
    font-size: 13px;
    background: transparent url("../img/picto-clock.png") left 50% no-repeat;
    padding: 0 0 0 20px; }

.articlesFromFolder {
  width: calc(100% - 335px);
  display: inline-block;
  vertical-align: top;
  padding-bottom: 30px; }
  .articlesFromFolder__item {
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    vertical-align: top;
    width: 100%; }
    .articlesFromFolder__item img {
      display: inline-block;
      max-width: 170px;
      height: 100%; }
  .articlesFromFolder a {
    color: #000; }
  .articlesFromFolder__wrapper {
    vertical-align: top;
    padding: 0 15px;
    margin: 0; }
  .articlesFromFolder__img {
    display: inline-block;
    vertical-align: top; }
  .articlesFromFolder__name {
    font-family: 'HelveticaCondBold', Helvetica, Arial, sans-serif;
    padding: 0; }
    .articlesFromFolder__name a {
      display: inline-block;
      font-size: 2rem;
      text-decoration: none;
      margin: 0 0 10px 0;
      line-height: 2.1rem; }
  .articlesFromFolder__summary {
    margin: 0;
    font-family: HelveticaLight, Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.6rem; }
  .articlesFromFolder__hours {
    font-family: HelveticaCond;
    font-size: 13px;
    background: transparent url("../img/picto-clock.png") left 50% no-repeat;
    padding: 0 0 0 20px;
    position: absolute;
    bottom: 10px;
    left: 20px; }
  .articlesFromFolder .pagination {
    display: none; }

.articlesFromFolder--withoutRanking {
  width: 100%; }

.pushFolder {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 300px; }
  .pushFolder__title {
    font-weight: 700;
    font-size: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
    margin: 10px 0 10px 20px;
    display: block; }
  .pushFolder__ranking {
    margin-bottom: 25px; }
  .pushFolder__link {
    margin: 5px 0 5px 40px; }
  .pushFolder--index {
    margin: 0 0 40px 0;
    padding: 20px; }
  .pushFolder--sidebar {
    margin: 0 0 15px 0; }
  .pushFolder--article {
    width: 100%;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    float: left; }
    .pushFolder--article a:hover .pushFolder--article__blockHover {
      display: block;
      color: #000; }
    .pushFolder--article__blockHover {
      width: 100%;
      height: 100%;
      background: #000 url("../img/dossier/symbol_rollover.png") 50% 50% no-repeat;
      padding: 0 0 0 20px;
      opacity: 0.5;
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
  .pushFolder a {
    font-family: HelveticaCn, Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #000; }
  .pushFolder__txt {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    font-family: HelveticaCondLight;
    background: #fff;
    padding: 20px 15px;
    display: inline-block;
    width: 100%; }
  .pushFolder .titlePage {
    margin: 15px 20px;
    font-size: 26px;
    min-height: 40px; }

@media only screen and (max-width: 768px) {
  .subCategorie {
    padding: 20px 10px; }
    .subCategorie__wrapper {
      margin-bottom: 20px;
      width: 33%; }
      .subCategorie__wrapper p {
        padding: 0 10px; }
  .folder {
    margin-bottom: 16px; }
    .folder__wrapper {
      padding: 20px 10px; }
    .folder__name {
      margin: 10px 0 20px 0;
      font-size: 2.2rem; }
    .folder__summary {
      font-size: 1.4rem;
      line-height: 2rem; }
  .articlesFromFolder {
    width: 100%; }
    .articlesFromFolder__item {
      padding: 10px;
      min-height: 80px;
      border-bottom: 1px solid #e8e8ea;
      margin: 0 0 0 0; }
    .articlesFromFolder__img {
      width: 46%; }
    .articlesFromFolder__wrapper {
      padding: 0 0 0 20px; }
    .articlesFromFolder__hours {
      left: 8px;
      bottom: 5px; }
  .pushFolder {
    display: none; } }

@media only screen and (max-width: 420px) {
  .articlesFromFolder__summary {
    display: none; }
  .articlesFromFolder__name {
    margin: 0; }
    .articlesFromFolder__name a {
      font-size: 1.2rem;
      line-height: 1.4rem;
      margin: 0; } }

.share-category #share-fixed {
  top: 172px; }

.article {
  background-color: #fff; }
  .article .print.logo {
    display: none; }
  .article .article-h2 {
    height: 31px;
    color: #3e3f41;
    width: auto;
    text-transform: none;
    font-family: 'HelveticaCond';
    padding: 0 20px 0 30px;
    line-height: 30px;
    background-color: #FFF; }
    .article .article-h2 a {
      color: #000000; }
    .article .article-h2::after {
      display: none; }
  .article__wrapper {
    width: 100%; }
    .article__wrapper:after {
      content: "";
      background-color: #a3a3a3;
      width: 200px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      bottom: 10px;
      height: 1px; }
  .article h3 {
    font-size: 15px;
    color: #941938;
    margin-bottom: 8px;
    font-weight: bold; }
  .article figure {
    margin: 0; }
    .article figure figcaption {
      padding: 4px 0;
      font-family: HelveticaCondLight;
      font-size: 1.2rem;
      position: absolute;
      line-height: 1.6rem;
      height: 28px;
      bottom: -5px;
      overflow-y: hidden; }
  .article__copyright {
    height: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaCondLight';
    text-align: right;
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    line-height: 20px;
    overflow-y: hidden; }
  .article__title {
    font-family: HelveticaCondBold, Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #000;
    margin: 0;
    padding: 0;
    background: transparent;
    height: auto;
    line-height: 3.2rem; }
  .article__image {
    position: relative; }
  .article__img {
    height: auto;
    width: 100%;
    margin: 16px 0;
    vertical-align: top; }
  .article__summary {
    font-family: HelveticaLightCn, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 25px 0; }
  .article__txtBody {
    font-size: 14px; }
    .article__txtBody p {
      font-size: 15px;
      font-family: HelveticaRoman, Helvetica, Arial, sans-serif;
      line-height: 1.4;
      margin: 0 0 15px 0; }
    .article__txtBody strong, .article__txtBody a {
      color: #941938; }
    .article__txtBody ul {
      padding: 0 0 0 30px;
      list-style-type: disc; }
    .article__txtBody em {
      font-family: 'HelveticaCondIt'; }
    .article__txtBody blockquote {
      font-family: HelveticaLight, Arial, serif;
      font-style: italic;
      font-size: 24px;
      line-height: 1.3;
      margin: 40px auto;
      width: 85%;
      text-align: center;
      color: rgba(0, 0, 0, 0.7); }
      .article__txtBody blockquote:after {
        position: absolute;
        bottom: -32px;
        left: 20%;
        width: 39px;
        height: 32px;
        content: "";
        background: url("../img/arrow-exergue.png") 0 0 no-repeat; }
    .article__txtBody .youtube-box {
      display: inline-block;
      margin: 20px auto;
      width: 100%; }
  .article__subtitle {
    color: #941938;
    font-size: 16px; }
  .article .pager {
    margin: 45px 0 95px; }
    .article .pager .prev-article {
      float: left;
      width: 120px; }
      .article .pager .prev-article .prev {
        float: left;
        margin-right: 10px; }
    .article .pager .next-article {
      float: right;
      width: 105px; }
      .article .pager .next-article .next {
        float: right; }
    .article .pager .prev-article, .article .pager .next-article {
      color: #a3a3a3;
      font-size: 13px;
      line-height: 23px; }

figure.article-pic {
  margin: 0; }

.blockSponsor {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: 'Helvetica';
  text-align: justify;
  margin: 0 0 20px 0; }
  .blockSponsor__sponsor {
    float: left; }
  .blockSponsor__share {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0; }
    .blockSponsor__share li {
      display: block;
      margin: 5px 0 5px 0; }

.PreviewArticle {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  vertical-align: top;
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 20px; }
  .PreviewArticle__linkImage {
    display: inline-block;
    vertical-align: top;
    overflow: hidden; }
    .PreviewArticle__linkImage img {
      max-width: 170px;
      height: 96px;
      margin: 0 15px 0 0; }
  .PreviewArticle__title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'HelveticaCondBold', Helvetica, Arial, sans-serif; }
    .PreviewArticle__title a {
      font-weight: bold;
      color: black;
      text-decoration: none; }
  .PreviewArticle__description {
    color: #000;
    font-family: 'HelveticaLight', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0; }

.blockArticleHighLight {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left; }
  .blockArticleHighLight div {
    flex-basis: auto;
    flex-shrink: 2; }
  .blockArticleHighLight__title {
    width: 100%; }
    .blockArticleHighLight__title a {
      font-family: 'HelveticaBdCn', Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0 0 20px 0;
      display: inline-block;
      font-size: 3.3rem;
      line-height: 3.3rem;
      text-decoration: none;
      color: #000; }
  .blockArticleHighLight__linkImage {
    display: inline-block;
    width: 100%; }
    .blockArticleHighLight__linkImage img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .blockArticleHighLight__summary {
    padding: 0;
    margin: 10px 0 30px 0;
    font-family: 'HelveticaLight', Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 2.2rem; }
  .blockArticleHighLight .blockArticleSmallHighLight {
    margin: 20px 0 0 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: flex-start;
    width: 48%;
    display: inline-block; }
    .blockArticleHighLight .blockArticleSmallHighLight__wrap {
      width: 100%;
      vertical-align: top; }
    .blockArticleHighLight .blockArticleSmallHighLight__linkImage {
      display: inline-block;
      width: 100%; }
    .blockArticleHighLight .blockArticleSmallHighLight__title {
      width: 100%; }
      .blockArticleHighLight .blockArticleSmallHighLight__title a {
        font-family: 'HelveticaBdCn', Helvetica, Arial, sans-serif;
        padding: 0;
        margin: 12px 0 12px 0;
        display: inline-block;
        font-size: 2rem;
        line-height: 2.2rem;
        text-decoration: none;
        color: #000; }
    .blockArticleHighLight .blockArticleSmallHighLight__summary {
      padding: 0;
      margin: 0;
      font-family: 'HelveticaLight', Helvetica, Arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.6rem; }

.blockArticleTimeLine {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: flex-start;
  margin-bottom: 20px; }
  .blockArticleTimeLine__wrap {
    width: 100%; }
  .blockArticleTimeLine__linkImage {
    display: inline-block;
    width: 100%; }
    .blockArticleTimeLine__linkImage img {
      max-width: 170px;
      height: 96px;
      margin: 0 15px 0 0; }
  .blockArticleTimeLine__title {
    width: 100%; }
    .blockArticleTimeLine__title a {
      font-family: 'HelveticaBdCn', Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0 0 12px 0;
      display: inline-block;
      font-size: 2rem;
      line-height: 2.2rem;
      text-decoration: none;
      color: #000; }
  .blockArticleTimeLine__summary {
    padding: 0;
    margin: 0;
    font-family: 'HelveticaLight', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6rem; }

@media only screen and (max-width: 769px) {
  .article h1:after {
    display: none; }
  .article__wrapper {
    padding: 16px;
    box-shadow: none;
    border: none; }
  .article__summary {
    margin: 20px 0; }
  .article__txtBody p {
    font-size: 1.4rem; }
  .article__txtBody blockquote {
    width: 100%;
    margin-left: 0; }
  .article .pager {
    display: none; }
  .article .youtube-box {
    height: auto; }
  .PreviewArticle {
    margin: 0;
    padding: 13px 10px;
    border-bottom: 1px solid #e8e8ea; }
    .PreviewArticle__linkImage {
      display: inline-block;
      vertical-align: top; }
      .PreviewArticle__linkImage img {
        max-width: 110px;
        height: 68px; }
    .PreviewArticle__title {
      font-size: 1.5rem;
      line-height: 1.5rem; }
    .PreviewArticle__description {
      display: none; }
  .blockArticleHighLight {
    flex-direction: column;
    justify-content: space-between; }
    .blockArticleHighLight__title a {
      padding: 0 10px;
      margin: 15px 0 12px 0;
      font-size: 2.5rem;
      line-height: 2.6rem; }
    .blockArticleHighLight__summary {
      padding: 0 10px;
      margin: 10px 0;
      font-size: 1.5rem;
      line-height: 1.6rem; }
    .blockArticleHighLight .blockArticleSmallHighLight {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-content: flex-start;
      vertical-align: top;
      border: none;
      margin: 0;
      padding: 13px 10px;
      border-bottom: 1px solid #e8e8ea; }
      .blockArticleHighLight .blockArticleSmallHighLight__linkImage {
        display: inline-block;
        vertical-align: top; }
        .blockArticleHighLight .blockArticleSmallHighLight__linkImage img {
          max-width: 110px;
          height: 68px; }
      .blockArticleHighLight .blockArticleSmallHighLight__title {
        width: 100%; }
        .blockArticleHighLight .blockArticleSmallHighLight__title a {
          padding: 0 0 0 10px;
          margin: 10px 0;
          font-size: 1.5rem;
          line-height: 1.5rem; }
      .blockArticleHighLight .blockArticleSmallHighLight__summary {
        display: none; }
  .blockArticleTimeLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 13px 10px;
    border-bottom: 1px solid #e8e8ea; }
    .blockArticleTimeLine__linkImage {
      display: inline-block;
      vertical-align: top; }
      .blockArticleTimeLine__linkImage img {
        max-width: 110px;
        height: 68px; }
    .blockArticleTimeLine__title {
      width: 100%; }
      .blockArticleTimeLine__title a {
        padding: 0 0 0 10px;
        margin: 10px 0;
        font-size: 1.5rem;
        line-height: 1.5rem; }
    .blockArticleTimeLine__summary {
      display: none; } }

.section {
  width: calc(100% - 335px);
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0; }
  .section__push {
    width: 320px;
    display: inline-block;
    min-height: 450px;
    background-color: #ffffff;
    vertical-align: top;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17); }
    .section__push:nth-child(even) {
      margin: 0 0 0 25px; }
    .section__push img {
      width: 100%; }
    .section__push__content {
      padding: 14px; }
    .section__push__title {
      text-transform: uppercase;
      font-size: 25px;
      font-family: 'HelveticaCondLight';
      margin: 0;
      padding: 0;
      line-height: 1;
      font-weight: normal;
      float: none; }
    .section__push__summary {
      font-size: 16px;
      font-family: 'HelveticaCond';
      margin: 15px 0;
      line-height: 1.2;
      max-height: 95px;
      overflow-y: hidden; }
    .section__push .btnSeeMore {
      position: absolute;
      right: 14px;
      bottom: 15px; }
  .section__description {
    padding: 0 0 20px 0; }
    .section__description__txt {
      font-size: 16px;
      font-family: 'HelveticaCond';
      line-height: 1.2;
      margin: 0 0 20px 0; }

.section--withoutRanking {
  width: 100%; }
  .section--withoutRanking .section__push:nth-child(even) {
    margin: 0 20px 0 20px; }

@media only screen and (max-width: 769px) {
  .section {
    width: 100%; }
    .section__push {
      width: 100%;
      min-height: 1px; }
      .section__push:nth-child(odd) {
        margin: 0; }
      .section__push:nth-child(even) {
        margin: 0; }
      .section__push__summary {
        margin: 20px 0 35px 0; }
  .section--withoutRanking {
    width: 100%;
    margin: 0; }
    .section--withoutRanking .section__push {
      margin: 0 0 20px 0; }
      .section--withoutRanking .section__push:nth-child(even) {
        margin: 0 0 20px 0; } }

.pagination {
  text-align: center;
  margin: 35px 0 10px 0; }
  .pagination ul {
    display: inline-block; }
    .pagination ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px 0 0; }
  .pagination__link {
    font-family: HelveticaCond;
    font-size: 13px;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px; }
    .pagination__link a {
      display: block;
      width: 100%;
      height: 100%; }
    .pagination__link--other {
      background-color: #ffffff;
      color: #000000; }
    .pagination__link--current {
      background-color: #941938;
      color: #ffffff; }
    .pagination__link--firstLeft {
      background: #fff url("../img/fleche2_gauche.png") 50% 50% no-repeat; }
    .pagination__link--firstRight {
      background: #fff url("../img/fleche1_droite.png") 50% 50% no-repeat; }
    .pagination__link--lastLeft {
      background: #fff url("../img/fleche1_gauche.png") 50% 50% no-repeat; }
    .pagination__link--lastRight {
      background: #fff url("../img/fleche2_droite.png") 50% 50% no-repeat; }

.chapoPage {
  font-family: HelveticaCond;
  font-size: 16px;
  margin: 20px 0;
  line-height: 20px; }

.naked, .folder ul, .pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.btnLink {
  background-color: #edeeee;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  height: 26px;
  padding-left: 15px;
  padding-right: 35px;
  line-height: 26px;
  font-size: 14px;
  text-decoration: none;
  position: relative; }
  .btnLink:hover {
    background-color: #4c4d4f;
    color: #fff; }
  .btnLink:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    background-color: #941938;
    background-image: url("../img/picto/arrow-right.png");
    -webkit-background-size: 9px 11px;
    -moz-background-size: 9px 11px;
    background-size: 9px 11px;
    background-repeat: no-repeat;
    background-position: center; }

.btnJoinTo {
  height: 57px;
  line-height: 57px;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-family: "HelveticaCondBold";
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 51px;
  text-align: center;
  position: relative;
  max-width: 315px; }
  .btnJoinTo:hover {
    color: #ffffff; }
  .btnJoinTo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 51px;
    height: 57px;
    background: url("../img/picto/arrow-btn-big.svg") 50% 50% no-repeat;
    background-size: 36px 27px; }
  .btnJoinTo--ranking {
    background: #941938 url("../img/picto-join-ranking.svg") 0 0 no-repeat;
    margin: 0 0 20px 0; }
    .btnJoinTo--ranking:hover {
      background: #650c25 url("../img/picto-join-ranking.svg") 0 0 no-repeat; }
      .btnJoinTo--ranking:hover:after {
        background-color: #941938; }
    .btnJoinTo--ranking:after {
      background-color: #650c25; }
  .btnJoinTo--companyPage {
    background: #3e3f41 url("../img/picto-join-cp.svg") 0 0 no-repeat; }
    .btnJoinTo--companyPage:hover {
      background: #19191a url("../img/picto-join-cp.svg") 0 0 no-repeat; }
      .btnJoinTo--companyPage:hover:after {
        background-color: #3e3f41; }
    .btnJoinTo--companyPage:after {
      background-color: #19191a; }
  .btnJoinTo--de {
    font-size: 16px; }

.linksToLandingPage {
  margin: 0 0 55px 0; }

.datePublication {
  padding: 6px 0;
  margin: 0 0 18px 0;
  font-size: 10px;
  color: #a31c3a;
  font-family: HelveticaRoman, Helvetica, Arial, sans-serif;
  display: inline-block; }
  .datePublication span {
    color: #9f9f9f;
    margin-right: 5px; }

.moreRead {
  margin: 20px 0 0 0; }
  .moreRead__wrapTitle {
    margin: 0 0 20px 0;
    font-family: "HelveticaCondBold";
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .moreRead__wrapTitle:after {
      content: "";
      width: calc(100% - 85px);
      background: url("../img/bgTitle.png") 0 0 repeat-x;
      position: absolute;
      left: 0;
      top: 4px;
      height: 12px;
      left: 85px; }
  .moreRead__ul {
    margin: 0;
    list-style-type: none;
    padding: 0; }
  .moreRead__li {
    margin: 0 0 20px 0; }
  .moreRead__categoryLabel {
    font-size: 14px;
    text-transform: uppercase; }
  .moreRead__categoryTitle {
    font-size: 13px;
    color: #941938; }
  .moreRead__title {
    font-size: 14px;
    text-transform: uppercase; }
  .moreRead__link {
    font-size: 13px;
    color: #941938; }
    .moreRead__link:hover {
      text-decoration: underline;
      color: #91003c; }

h2.dark {
  color: #fff;
  position: relative;
  background-color: #4c4d4f;
  font-size: 1.9rem;
  font-family: 'HelveticaCond';
  line-height: 4.5rem;
  text-indent: 1.3rem;
  text-transform: uppercase;
  background-color: #4c4d4f; }
  h2.dark .picto {
    background-position: 50% 50%;
    background-color: #39393a; }

.blockContent {
  width: calc(100% - 347px);
  display: inline-block;
  vertical-align: top; }
  .blockContent--full {
    width: 100%; }

.blockContent--full {
  width: 100%; }

.breadcrump {
  margin: 12px 10px 20px 0px; }
  .breadcrump li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px; }
  .breadcrump a, .breadcrump span {
    color: #fff;
    display: block;
    vertical-align: top;
    font-family: HelveticaCn, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 15px 0 0;
    position: relative; }
    .breadcrump a:after, .breadcrump span:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 5px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #fff; }
  .breadcrump a.home {
    padding: 0; }
    .breadcrump a.home:after {
      display: none; }
  .breadcrump a.home img, .breadcrump span.home img {
    height: 25px;
    width: 25px; }
  .breadcrump--article a.world-business-and-leadership {
    background-color: #941938; }
  .breadcrump--article a.world-corporate-finance {
    background-color: #941938; }
  .breadcrump--article a.world-regulation-and-law {
    background-color: #941938; }
  .breadcrump--article a.world-innovation-and-technology {
    background-color: #941938; }
  .breadcrump--article a.world-people {
    background-color: #941938; }
  .breadcrump--article a.world-europe {
    background-color: #941938; }
  .breadcrump--article a.world-north-america {
    background-color: #941938; }
  .breadcrump--article a.world-latin-america {
    background-color: #941938; }
  .breadcrump--article a.world-africa {
    background-color: #941938; }
  .breadcrump--article a.world-asia {
    background-color: #941938; }

.categoryBreadcrump {
  margin: 0 0 20px 0; }
  .categoryBreadcrump li {
    display: inline-block;
    vertical-align: top; }
  .categoryBreadcrump a, .categoryBreadcrump span {
    color: #000;
    display: block;
    vertical-align: top;
    font-family: HelveticaCn, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    background: transparent url("../img/fleche1_droite.png") right 50% no-repeat; }
  .categoryBreadcrump span {
    background: none; }

.titlePage {
  font-size: 28px;
  font-weight: normal;
  font-family: HelveticaCondBold;
  color: #941938;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  float: none; }
  .titlePage--folder {
    background: transparent url("../img/dossier/folder.png") left top no-repeat;
    margin: 30px 0 0 0;
    padding: 0 0 0 55px;
    line-height: 1.3; }
  .titlePage--top100 {
    margin: 30px 0 0 0; }
  .titlePage--noPadding {
    padding: 0;
    margin: 30px 0 0 0; }

.blockSideBar {
  display: inline-block;
  vertical-align: top;
  width: 317px;
  margin: 0 0 0 30px; }

.titleBlock {
  background-color: #941938;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: HelveticaCondLight;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 0 62px;
  margin: 0 0 20px 0;
  line-height: 44px;
  height: 44px;
  text-transform: uppercase; }
  .titleBlock--ranking {
    background-image: url("../img/picto-classements-search.png");
    margin: 0; }
  .titleBlock--eboutique {
    background-image: url(../img/picto-eboutique.png);
    background-color: #3e3f41; }

.btnSeeMore {
  background: #941938 right 0 no-repeat url("../img/picto_more.jpg");
  color: #ffffff;
  display: inline-block;
  font-family: 'HelveticaCondBold';
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  padding: 0 31px 0 7px;
  text-transform: uppercase; }
  .btnSeeMore:hover {
    color: #ffffff; }
  .btnSeeMore--bgWhite {
    background-color: #ffffff;
    color: #941938; }

.pushSideBar {
  background-color: #ffffff;
  margin-bottom: 2.6rem;
  position: relative; }
  .pushSideBar__deco {
    background-image: url("../img/picture/image-brochure.png");
    -webkit-background-size: 26.2rem 28.5rem;
    -moz-background-size: 26.2rem 28.5rem;
    background-size: 26.2rem 28.5rem;
    background-repeat: no-repeat;
    width: 26.2rem;
    height: 28.5rem;
    margin: 2rem auto 0 auto; }
    .pushSideBar__deco--firmsRanking {
      background-image: url("../img/picture/image-top-firms-ranking.jpg"); }

.btnDownload {
  width: 100%;
  height: 3.5rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-family: 'HelveticaCond', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.5rem;
  color: #000;
  background: rgba(213, 213, 213, 0.9) no-repeat url("../img/picto/download-arrow.png") 10rem 50%; }
  .btnDownload:hover {
    color: #fff;
    background: #686667 no-repeat url("../img/picto/download-arrow.png") 10rem 50%; }

.alignCenter {
  text-align: center; }

.marginTop35 {
  margin-top: 35px; }

@media all and (max-width: 640px) {
  a.callToAction {
    width: 100%; }
  .blockSideBar {
    display: none; }
  .blockContent {
    width: 100%; } }

.wrapperRibbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .wrapperRibbon--right {
    left: auto;
    right: 0; }

.ribbon {
  font: bold 15px Sans-Serif;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -30px;
  top: 15px;
  width: 120px;
  background-color: #91003c; }
  .ribbon--right {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 7px 10px 7px 0; }

@media all and (max-width: 640px) {
  .wrapperRibbon--right {
    position: fixed;
    top: 82px; }
  .titlePage--folder {
    font-size: 1.8rem;
    background-position: 10px 50%; } }

.link {
  display: inline-block;
  padding: 0 35px;
  background-color: #941938;
  font-family: HelveticaCondBold, Helvetica, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase; }
  .link:hover {
    background-color: #4c4d4f;
    color: #ffffff; }

.breadcrump {
  margin: 10px 0; }
  .breadcrump__link {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    color: #000000;
    font-family: 'HelveticaCond';
    background: no-repeat url("../img/fleche1_droite.png") right 50%; }
  .breadcrump__last {
    font-family: 'HelveticaCondBold';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0 8px; }

.title-block {
  color: #403e3f;
  position: relative;
  background-color: #4c4d4f;
  height: 7.3rem;
  line-height: 3.5rem;
  z-index: 10;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: 'HelveticaNeueLTSTD47LightCondensed';
  position: relative;
  vertical-align: bottom;
  border-top: 2px solid #ffffff; }
  .title-block--nofloat {
    float: none;
    color: #000; }
  .title-block .picto {
    float: left;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #39393a;
    background-position: center center;
    background-repeat: no-repeat; }
    .title-block .picto--interview {
      background-image: url("../img/picto/interview.png"); }
    .title-block .picto--brochure {
      background-image: url("../img/picto-eboutique.png"); }
    .title-block .picto--closing-circle {
      background-image: url("../img/picto/closing-circles.svg"); }
    .title-block .picto--news {
      background-image: url("../img/picto/clock.png"); }
    .title-block .picto--people {
      background: url("../img/picto/contacts.svg") no-repeat; }
    .title-block .picto--building {
      background-image: url("../img/picto/building.png"); }
    .title-block .picto--ranking {
      background: url("../img/picto/classement.svg") no-repeat;
      top: 15% !important; }
  .title-block--red {
    background-color: #ececed;
    text-align: center; }
    .title-block--red:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #ececed transparent transparent transparent;
      position: absolute;
      left: 45%;
      bottom: -15px; }
    .title-block--red .picto {
      background-color: transparent;
      width: 3.2rem;
      height: 2.6rem;
      margin: 0 auto;
      position: absolute;
      left: 45%;
      top: 10%; }
    .title-block--red .inner-text {
      bottom: 0;
      margin: 0 auto;
      width: 100%;
      position: absolute;
      text-align: center;
      font-size: 2.2rem;
      font-weight: 400; }

.col-side .titleBlock {
  background-color: #941938;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: HelveticaCondLight;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 0 62px;
  margin: 0 0 20px 0;
  line-height: 44px;
  height: 44px;
  text-transform: uppercase; }
  .col-side .titleBlock--folder {
    background-image: url(../img/img_title_folder.jpg);
    margin: 0; }
  .col-side .titleBlock--eboutique {
    background-image: url(../img/picto-eboutique.png);
    background-color: #3e3f41;
    margin: 0; }

.col-side .pushFolder {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 100%; }
  .col-side .pushFolder__linkPush {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    font-family: HelveticaCondLight;
    background: #fff;
    padding: 15px 0 15px 40px;
    background: #fff url("../img/btn-arrow-link.png") 20px 50% no-repeat; }
  .col-side .pushFolder__img {
    width: 100%; }

.col-side .block-title {
  margin-left: 1rem; }

.universe {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 30px 0 0 0; }
  .universe__wrapCol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: flex-start; }
  .universe__leftCol {
    flex: 1; }
  .universe__rightCol {
    width: 300px;
    display: none; }
  .universe__title {
    text-align: center;
    position: relative;
    margin: 10px 0;
    border-top: 1px solid #aab4b5;
    padding: 10px 0 25px 0; }
    .universe__title a {
      display: inline-block;
      padding: 5px;
      font-size: 2rem;
      text-align: center;
      font-family: 'HelveticaRoman', Helvetica, Arial, sans-serif;
      color: #2a2a29;
      text-transform: uppercase; }
  .universe__wrapper {
    width: 100%; }
  .universe .button {
    margin: 20px auto;
    display: block;
    float: none;
    width: 250px;
    text-align: center; }
  @media only screen and (max-width: 769px) {
    .universe__wrapCol {
      flex-direction: column;
      flex-wrap: wrap; }
    .universe__leftCol {
      flex: 1; }
    .universe__rightCol {
      display: none; } }

.eboutique img {
  width: 100%; }

.eboutique__link {
  padding: 15px;
  display: block;
  text-align: center;
  background: url(../img/picto/oeil.svg) no-repeat 50px 16px;
  background-size: 25px 13px;
  padding-left: 45px;
  text-transform: uppercase;
  color: #000;
  font-family: 'HelveticaCond'; }

.block-classements {
  padding-bottom: 4.4rem; }
  .block-classements h2 .picto {
    background: url("../img/picto/classement.png") center center; }
  .block-classements h2 {
    margin-bottom: 2rem; }
  .block-classements div a {
    color: #3e3f41;
    padding: 1rem 2rem;
    display: block; }
    .block-classements div a:hover {
      color: #000; }
  .block-classements .classement-title {
    text-transform: uppercase;
    font-family: HelveticaCondBold, Helvetica, Arial, sans-serif;
    font-size: 1.2rem; }
  .block-classements .classement-subtitle {
    font-family: HelveticaCondBold, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    margin: 3px 0 3px 0;
    line-height: 1; }
  .block-classements .classement-category {
    font-size: 1.2rem;
    font-family: Helvetica, Arial, sans-serif; }

.blockLastRanking {
  width: 100%; }
  .blockLastRanking--world1 {
    background: #8ba0b5 url("../img/picto/classement.svg") 20px 50% no-repeat;
    background-size: 40px 24px; }
  .blockLastRanking__header {
    text-transform: uppercase;
    color: #ffffff;
    font-family: HelveticaBdCn, Helvetica, Arial, sans-serif;
    height: 57px;
    padding: 8px 0 0 75px; }
    .blockLastRanking__header span {
      font-size: 2.6rem;
      line-height: 2.6rem; }

.popinProductDownload {
  background-color: #fff;
  position: fixed;
  width: 600px;
  height: 400px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  z-index: 200;
  display: none; }
  @media (max-width: 768px) {
    .popinProductDownload {
      width: calc(100% - 20px);
      position: fixed;
      /* postulat de départ */
      top: 50%;
      left: 50%;
      /* à 50%/50% du parent référent */
      transform: translate(-50%, -50%);
      /* décalage de 50% de sa propre taille */
      height: 360px;
      margin: 0; } }
  .popinProductDownload__leftCol {
    width: 190px;
    background: #a31c39 url("../../img/products/download/bgLeft.jpg") 10px 30px no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 400px; }
    @media (max-width: 768px) {
      .popinProductDownload__leftCol {
        display: none; } }
  .popinProductDownload__rightCol {
    width: 410px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .popinProductDownload__rightCol {
        width: 100%; } }
  .popinProductDownload__logo {
    width: 235px;
    display: block;
    margin: 20px auto 10px auto;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .popinProductDownload__logo {
        width: 150px; } }
  .popinProductDownload__txt {
    width: 95%;
    font-size: 15px;
    font-family: 'HelveticaCond', 'Helvetica', 'Arial', 'sans-serif';
    line-height: 1.1;
    margin: 30px auto 0 auto;
    padding: 50px 20px;
    text-align: justify; }
    @media (min-width: 769px) {
      .popinProductDownload__txt {
        font-size: 14px;
        padding: 0 10px; } }
  .popinProductDownload__close {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    display: block;
    background: url("../../img/products/download/close.svg") 0 0 no-repeat;
    background-size: 20px 20px;
    z-index: 10; }
  .popinProductDownload__btn {
    height: 35px;
    width: 186px;
    background-color: #a31c39;
    border-radius: 10px;
    margin: 20px 110px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-family: 'HelveticaCondBold';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 7px 6px 8px -3px rgba(0, 0, 0, 0.44); }
    @media (max-width: 768px) {
      .popinProductDownload__btn {
        width: 120px; } }
  .popinProductDownload__global-field {
    padding: 5px 20px; }
  .popinProductDownload__field {
    display: inline-block;
    width: 70%; }
  .popinProductDownload__field input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    background-color: #fff;
    border-color: #848484 #c1c1c1 #e1e1e1;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    color: #000;
    font-family: "Helvetica",sans-serif;
    font-size: 1.3rem;
    outline: 0 none;
    padding: 0.2rem 0.3rem;
    text-align: left;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 100%;
    height: 2.8rem; }
  .popinProductDownload__label {
    display: inline-block;
    width: 30%; }

.overlay--hide {
  display: none; }

.blockSeekRank {
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-family: 'HelveticaCn'; }
  .blockSeekRank__wrapper {
    margin: 0;
    position: relative;
    height: 23em;
    padding: 24px 14px;
    background-image: url("../img/rankingsHome/baseline.jpg");
    background-size: cover; }
    .blockSeekRank__wrapper .header__seek__sidebar {
      width: 100%; }
      .blockSeekRank__wrapper .header__seek__sidebar form {
        margin: 0;
        width: 100%; }
      .blockSeekRank__wrapper .header__seek__sidebar div {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0; }
      .blockSeekRank__wrapper .header__seek__sidebar div.chosen-container {
        display: none; }
      .blockSeekRank__wrapper .header__seek__sidebar__category {
        box-sizing: border-box;
        display: block !important;
        width: 100%;
        height: 38px;
        background-color: #aaa;
        padding: 9px;
        margin-bottom: 12px;
        color: #fff;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        outline: none;
        border: none; }
      .blockSeekRank__wrapper .header__seek__sidebar__input {
        vertical-align: top;
        width: 100%;
        height: 40px;
        padding: 10px 50px 10px 10px;
        box-sizing: border-box;
        color: #090909;
        border: 1px solid #aaa;
        border-radius: 0; }
      .blockSeekRank__wrapper .header__seek__sidebar__submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        vertical-align: top;
        padding: 5px;
        border: none;
        color: #fff;
        transition: .3s ease;
        background-size: 30px;
        background: url("../img/rankingsHome/loupe-search.png") no-repeat 50% 50%, #a31c3a; }
        .blockSeekRank__wrapper .header__seek__sidebar__submit:hover {
          background-color: #941b38;
          transition: .3s ease; }
  .blockSeekRank__title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    padding-top: 2rem;
    margin-bottom: 30px; }
    .blockSeekRank__title span {
      display: block; }
  .blockSeekRank__txt {
    font-size: 12px;
    margin-bottom: 20px; }
  .blockSeekRank__wrapInput {
    display: flex;
    margin-bottom: 15px; }
  .blockSeekRank .button-search {
    background: url(/img/icons/loupe2.svg) 50% 50% no-repeat #a31c39;
    background-size: 22px 26px;
    height: 37px; }

body {
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

.height-transition-enter-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); }

.height-transition-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); }

.height-transition-enter, .height-transition-leave-to {
  transform: translateY(20px);
  opacity: 0; }

.flags__active {
  transform: scale(1.22) !important;
  filter: grayscale(0) !important; }

.flags {
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .flags__fr, .flags__en, .flags__de, .flags__es, .flags__pt {
    filter: grayscale(30%);
    transform: scale(0.92);
    border-radius: 2px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 18px;
    margin: 0;
    transition: all .2s ease-in; }
    .flags__fr:hover, .flags__en:hover, .flags__de:hover, .flags__es:hover, .flags__pt:hover {
      transform: scale(0.85);
      transition: all .2s ease-in; }
  .flags__fr {
    background-image: url("../img/flags/4x3/fr.svg"); }
  .flags__en {
    background-image: url("../img/flags/4x3/gb.svg"); }
  .flags__de {
    background-image: url("../img/flags/4x3/de.svg"); }
  .flags__es {
    background-image: url("../img/flags/4x3/es.svg"); }
  .flags__pt {
    background-image: url("../img/flags/4x3/br.svg"); }

.rankings__sections__title {
  width: 100%;
  background-color: #eee;
  margin-bottom: 40px;
  text-align: center;
  padding: 3px; }
  .rankings__sections__title h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #a31c3a;
    margin: 0;
    font-family: 'HelveticaCond'; }

.rankings__links {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #a31c3a;
  padding: 3px;
  font-size: 15px;
  color: #a31c3a;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .rankings__links:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #941b38;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .rankings__links:hover, .rankings__links:focus, .rankings__links:active {
    color: white; }
  .rankings__links:hover:before, .rankings__links:focus:before, .rankings__links:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.container__moreButton {
  background-color: #fff;
  z-index: 10;
  width: 100%;
  padding: 0 20px 40px 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center; }
  .container__moreButton p {
    background: url("../img/picto/plus.svg") no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0; }

.rankings__header {
  width: 100%;
  height: 360px;
  padding: 100px 150px 0 150px;
  background-size: 100%;
  background-image: url("../img/rankingsHome/baseline.jpg");
  position: relative; }
  .rankings__header__flags__container {
    width: 210px;
    position: absolute;
    top: 12px;
    right: 8px; }
  .rankings__header__title {
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'HelveticaCond';
    font-weight: bold;
    margin-bottom: 1.5rem; }
    .rankings__header__title span {
      display: block; }
  .rankings__header__searchBar {
    display: inline-block;
    width: 100%;
    height: 38px;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box; }
    .rankings__header__searchBar select {
      color: #FFFFFF; }
    .rankings__header__searchBar textarea, .rankings__header__searchBar select, .rankings__header__searchBar input[type="text"] {
      border: 1px solid #aaa;
      -webkit-appearance: menulist;
      -moz-appearance: menulist; }
    .rankings__header__searchBar .search__block__types {
      display: inline-block;
      padding: 0.8rem 1.2rem;
      background-color: #aaa;
      width: 25%;
      height: 100%;
      color: #fff;
      border: none;
      outline: none;
      vertical-align: top; }
    .rankings__header__searchBar .search__block__form {
      position: relative;
      display: inline-block;
      width: 75%;
      box-sizing: border-box;
      background-color: #fff; }
      .rankings__header__searchBar .search__block__form .autocomplete {
        width: 100%; }
        .rankings__header__searchBar .search__block__form .autocomplete div {
          border: 1px solid #aaa;
          border-radius: 0px; }
          .rankings__header__searchBar .search__block__form .autocomplete div .selected-tag {
            margin: 0;
            padding: 8px 10px 0 15px;
            border-radius: 0;
            border: 0;
            vertical-align: middle;
            height: 36px;
            box-sizing: border-box; }
          .rankings__header__searchBar .search__block__form .autocomplete div input {
            color: #666;
            height: 36px;
            padding: 2px 15px !important;
            font-size: 15px; }
          .rankings__header__searchBar .search__block__form .autocomplete div button {
            bottom: 1px;
            width: 36px;
            height: 36px;
            right: 74px;
            font-size: 20px;
            color: #a31c3a;
            padding: 4px; }
          .rankings__header__searchBar .search__block__form .autocomplete div i {
            bottom: 0;
            right: 38px;
            top: 1px;
            text-align: center;
            width: 36px;
            height: 36px;
            padding: 12px 0 0 0; }
          .rankings__header__searchBar .search__block__form .autocomplete div .spinner {
            right: 44px; }
        .rankings__header__searchBar .search__block__form .autocomplete .highlight > a {
          background: #eee; }
        .rankings__header__searchBar .search__block__form .autocomplete ul {
          padding: 0;
          overflow-y: hidden;
          border: 1px solid #eee; }
          .rankings__header__searchBar .search__block__form .autocomplete ul li {
            width: 100%;
            display: block;
            margin: 0;
            border-bottom: 1px solid #eee; }
            .rankings__header__searchBar .search__block__form .autocomplete ul li .no__result {
              display: none;
              padding: 10px;
              border: none;
              font-size: 13px;
              color: #666;
              font-style: italic; }
            .rankings__header__searchBar .search__block__form .autocomplete ul li a {
              display: block;
              border: none;
              padding: 8px 15px;
              margin: 0; }
              .rankings__header__searchBar .search__block__form .autocomplete ul li a:hover {
                background: #eee !important; }
              .rankings__header__searchBar .search__block__form .autocomplete ul li a div {
                background-color: transparent;
                border: none; }
                .rankings__header__searchBar .search__block__form .autocomplete ul li a div .list__type {
                  margin: 0;
                  display: inline-block;
                  color: #a31c3a;
                  font-weight: 600;
                  border: 1px solid #a31c3a;
                  border-radius: 2px;
                  font-size: 9px;
                  text-transform: uppercase;
                  vertical-align: top; }
                .rankings__header__searchBar .search__block__form .autocomplete ul li a div .list__label {
                  padding-left: 0px;
                  display: inline-block;
                  vertical-align: top;
                  color: #333;
                  text-transform: capitalize;
                  font-size: 14px; }
        .rankings__header__searchBar .search__block__form .autocomplete .selected {
          color: #333;
          background-color: transparent;
          border: 0;
          border-radius: 0;
          margin: 0;
          float: left; }
          .rankings__header__searchBar .search__block__form .autocomplete .selected .selected {
            border-radius: 2px;
            padding: 0;
            border: none; }
            .rankings__header__searchBar .search__block__form .autocomplete .selected .selected__label {
              padding-left: 0;
              display: inline-block;
              vertical-align: top;
              color: #333;
              text-transform: capitalize;
              font-size: 12px;
              line-height: 20px; }
      .rankings__header__searchBar .search__block__form .search__form__submit {
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        outline: none;
        padding: 5px;
        width: 38px;
        height: 38px;
        box-sizing: border-box;
        border: none;
        color: #fff;
        background-size: 30px;
        background: url("../img/rankingsHome/loupe-search.png") no-repeat 50% 50%, #a31c3a;
        margin: 0;
        transition: .3s ease; }
      .rankings__header__searchBar .search__block__form .search__form__submit:hover {
        background-color: #941b38;
        transition: .3s ease; }
  .rankings__header__linkEye {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: HelveticaLight;
    color: #000000;
    padding-left: 25px;
    font-size: 12px;
    background: url("../img/icons/eye.png") 0 50% no-repeat;
    display: block; }
    .rankings__header__linkEye:hover {
      text-decoration: underline; }

.rankings__categories {
  width: 100%;
  padding: 0; }
  .rankings__categories__list {
    width: 100%; }
    .rankings__categories__list .experts {
      background-size: 14% !important;
      background: url("../img/rankingsHome/Pictos-classements-experts.png") no-repeat 35px 40%; }
    .rankings__categories__list .pays {
      background-size: 19% !important;
      background: url("../img/rankingsHome/Pictos-classements-pays-dispos.png") no-repeat 24px 41%; }
    .rankings__categories__list .notation {
      background-size: 16% !important;
      background: url("../img/rankingsHome/pictos-classements-notations-strategiques.png") no-repeat 24px 43%; }
    .rankings__categories__list .rankings__categories__item {
      width: 33.33%;
      display: inline-block;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      border-right: 1px solid #eee;
      padding: 30px 0;
      vertical-align: top; }
      .rankings__categories__list .rankings__categories__item p {
        width: 100%;
        display: inline-block;
        padding: 0 30px 0 90px;
        font-size: 14px;
        margin: 0;
        text-transform: uppercase; }
        .rankings__categories__list .rankings__categories__item p span {
          display: block;
          font-weight: 600; }
      .rankings__categories__list .rankings__categories__item:first-child {
        border-left: 1px solid #eee; }

.rankings__topics__list {
  position: relative;
  transition: height .3s ease;
  overflow: hidden;
  padding: 0 40px 45px 40px;
  height: auto;
  width: 100%; }
  .rankings__topics__list .rankings__topics__transition {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around; }
    .rankings__topics__list .rankings__topics__transition .rankings__topics__item {
      width: 250px;
      padding-bottom: 50px;
      list-style-type: none; }
      .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img {
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box; }
        .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div {
          width: 100%;
          height: 150px;
          overflow: hidden; }
          .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div img {
            width: 100%;
            height: 150px; }
        .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name {
          background-color: #fff;
          top: 0;
          left: 0;
          margin: 0;
          z-index: 2;
          text-align: center;
          padding: 3px 10px;
          width: 100%;
          overflow: hidden; }
          .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name span {
            padding: 0;
            margin: 0;
            display: inline-block;
            text-transform: capitalize;
            font-size: 16px;
            clear: both;
            white-space: nowrap; }

.rankings__countries__list {
  position: relative;
  transition: height .3s ease;
  overflow: hidden;
  padding: 0 40px 45px 40px;
  height: auto;
  width: 100%; }
  .rankings__countries__list .rankings__topics__transition {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around; }
    .rankings__countries__list .rankings__topics__transition .rankings__country__item {
      width: 250px;
      padding: 0 0 50px 0;
      list-style-type: none; }
      .rankings__countries__list .rankings__topics__transition .rankings__country__item .rankings__country__img {
        overflow: hidden;
        text-align: center;
        position: relative;
        width: 100%;
        height: 150px;
        background-color: #eee;
        margin-bottom: 10px;
        padding-top: 0;
        box-sizing: border-box; }
        .rankings__countries__list .rankings__topics__transition .rankings__country__item .rankings__country__img img {
          width: 100%;
          display: inline-block;
          opacity: 0.9; }
        .rankings__countries__list .rankings__topics__transition .rankings__country__item .rankings__country__img .rankings__country__name {
          width: 100%;
          position: absolute;
          top: 41%;
          color: #fff;
          text-transform: initial;
          font-size: 22px;
          font-weight: 600; }

.tabs-component {
  margin: 4em 0; }

.tabs-component-tabs {
  margin-bottom: 0;
  align-items: stretch;
  display: flex;
  justify-content: flex-start; }

.tabs-component-tab {
  width: 20%;
  padding: 0 6px 6px 0; }

.tabs-component-tab:last-child {
  padding: 0 0 6px 0; }

.tabs-component-tab a {
  width: 100%;
  border: solid 1px #ddd;
  color: #999;
  font-size: 14px;
  margin-right: 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  padding: .75em 1em;
  text-decoration: none;
  display: inline-block;
  outline: none; }

.tabs-component-tab:hover a {
  color: #666; }

.tabs-component-tab.is-active {
  padding-bottom: 0; }

.tabs-component-tab.is-active a {
  color: #a31c3a;
  margin: 0;
  border-bottom: solid 1px #fff;
  z-index: 2;
  padding-bottom: 16px; }

.tabs-component-tab.is-disabled * {
  color: #cdcdcd;
  cursor: not-allowed !important; }

.tabs-component-panels {
  padding: 4em 0;
  background-color: #fff;
  border: solid 1px #ddd;
  margin-top: -1px; }

@media only screen and (max-width: 1024px) {
  .rankings__header {
    background-size: cover;
    padding: 100px 120px 0 120px; }
    .rankings__header__flags {
      width: 10rem;
      height: 1rem;
      position: absolute;
      top: 1rem;
      right: 1rem; }
      .rankings__header__flags__fr, .rankings__header__flags__en, .rankings__header__flags__de, .rankings__header__flags__es, .rankings__header__flags__pt {
        width: 1.5rem;
        height: 1rem;
        margin-left: 0.2rem; }
        .rankings__header__flags__fr:hover, .rankings__header__flags__en:hover, .rankings__header__flags__de:hover, .rankings__header__flags__es:hover, .rankings__header__flags__pt:hover {
          border: 1px solid lightgrey; }
    .rankings__header__title {
      text-transform: uppercase;
      font-size: 26px;
      margin-top: 20px; }
      .rankings__header__title span {
        display: block; }
  .rankings__categories {
    width: 100%; }
    .rankings__categories__list .rankings__categories__item {
      padding: 20px 0; }
      .rankings__categories__list .rankings__categories__item p {
        font-size: 13px;
        padding: 0 15px 0 70px; }
    .rankings__categories__list .experts {
      background-size: 35px !important;
      background-position: 18px 43%; }
    .rankings__categories__list .pays {
      background-size: 38px !important;
      background-position: 18px 50%; }
    .rankings__categories__list .notation {
      background-size: 37px !important;
      background-position: 18px 48%; } }

@media only screen and (max-width: 769px) {
  .rankings__header {
    background-size: cover;
    padding: 100px 50px 0 50px; }
    .rankings__header__flags {
      width: 10rem;
      height: 1rem;
      position: absolute;
      top: 0.2rem;
      right: 0.2rem; }
      .rankings__header__flags__fr, .rankings__header__flags__en, .rankings__header__flags__de, .rankings__header__flags__es, .rankings__header__flags__pt {
        width: 1.5rem;
        height: 1rem;
        margin-left: 0.1rem; }
        .rankings__header__flags__fr:hover, .rankings__header__flags__en:hover, .rankings__header__flags__de:hover, .rankings__header__flags__es:hover, .rankings__header__flags__pt:hover {
          border: 1px solid lightgrey; }
  .rankings__categories {
    display: none; } }

@media only screen and (max-width: 675px) {
  .container__moreButton {
    padding: 0 20px 20px 20px; }
  .rankings__header {
    padding: 100px 50px 0 50px; }
    .rankings__header__searchBar .search__block__types {
      width: 35%; }
    .rankings__header .search__block__form {
      width: 65%; }
  .rankings__topics__list .rankings__topics__transition .rankings__topics__item {
    width: 400px;
    padding: 0 0 30px 0; }
    .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name {
      padding: 5px 10px; }
      .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name span {
        font-size: 18px; }
    .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div {
      height: auto; }
      .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div img {
        height: 200px; }
  .rankings__countries__list .rankings__topics__transition .rankings__country__item {
    width: 400px;
    padding: 0 0 30px 0; }
    .rankings__countries__list .rankings__topics__transition .rankings__country__item .rankings__country__img {
      height: 200px; } }

@media only screen and (max-width: 520px) {
  .rankings__header {
    height: 240px;
    padding: 30px 20px 0 20px; }
    .rankings__header h1 {
      font-size: 16px;
      margin-bottom: 12px; }
    .rankings__header__searchBar .search__block__types {
      width: 100%;
      display: block;
      margin-bottom: 6px; }
    .rankings__header .search__block__form {
      width: 100%;
      display: block; }
  .rankings__topics__list .rankings__topics__transition .rankings__topics__item {
    width: 100%; }
    .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name {
      padding: 5px 10px; }
      .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img .rankings__topic__name span {
        font-size: 16px; }
    .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div {
      height: auto; }
      .rankings__topics__list .rankings__topics__transition .rankings__topics__item .rankings__topic__img div img {
        height: 180px; }
  .rankings__countries__list .rankings__topics__transition .rankings__country__item {
    width: 100%; }
    .rankings__countries__list .rankings__topics__transition .rankings__country__item .rankings__country__img {
      height: 140px; } }

.marquee {
  display: block;
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box; }

.marquee span {
  display: inline-block;
  padding-left: 100%;
  color: #a31c3a;
  text-transform: uppercase;
  font-weight: bold; }

.marquee span.marqueeSpan {
  animation: marquee 40s linear infinite; }

@keyframes marquee {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(-50%, 0); } }

@media only screen and (max-width: 520px) {
  .marquee span.marqueeSpan {
    animation: marquee 40s linear infinite; }
  @keyframes marquee {
    from {
      transform: translate(0, 0); }
    to {
      transform: translate(-50%, 0); } } }

.search-engine-wrapper {
  padding-top: 0;
  width: 100%;
  font-family: 'HelveticaCond';
  background-color: #FFFFFF;
  box-sizing: content-box;
  min-height: 50%; }
  .search-engine-wrapper h1 {
    line-height: 1.33333; }
  .search-engine-wrapper h2 {
    line-height: 1.6;
    font-family: 'HelveticaCond'; }

.layout-centered {
  max-width: 1000px;
  min-width: 320px;
  margin: 0 auto;
  transition: all 500ms ease-in-out; }
  .layout-centered.MenuOpen {
    transform: translateX(-230px) translateZ(0px); }
  .layout-centered.flex {
    display: flex; }

@media only screen and (min-width: 764px) {
  #menu-mobile #nav-mobile .header__seek {
    display: none; } }

.header__seek {
  padding: 0;
  height: 45px;
  position: absolute;
  left: 32rem;
  top: 6rem;
  width: 450px;
  background: #ffffff; }
  .header__seek div {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 68%;
    margin: 0;
    padding: 0; }
  .header__seek__category {
    width: 32%;
    background-color: #aaa;
    padding: 4px 5px;
    margin: 0;
    color: #fff;
    display: inline-block !important;
    border-radius: 0px;
    border-color: darkgray; }
  .header__seek select {
    color: #FFFFFF; }
  .header__seek textarea, .header__seek select, .header__seek input[type="text"] {
    border: 1px solid #aaa;
    -webkit-appearance: menulist;
    -moz-appearance: menulist; }
  .header__seek__input {
    vertical-align: top;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    color: #090909; }
  .header__seek__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    vertical-align: top;
    padding: 5px;
    border: none;
    color: #fff;
    transition: .3s ease;
    background-size: 30px;
    background: url("../img/rankingsHome/loupe-search.png") no-repeat 50% 50%, #a31c3a; }
    .header__seek__submit:hover {
      background-color: #941b38;
      transition: .3s ease; }
  @media only screen and (min-width: 1000px) {
    .header__seek {
      position: absolute;
      display: inline-block;
      height: 33px;
      border: 0;
      background: transparent;
      vertical-align: top; } }
  @media only screen and (min-width: 1000px) {
    .header__seek input[type=search] {
      border-bottom-right-radius: 25px;
      border-top-right-radius: 25px;
      height: 22px;
      line-height: 22px;
      border: 1px solid #e8e8ea;
      order: 2;
      padding-left: 10px;
      width: 240px; } }
  .header__seek__form {
    align-items: center;
    justify-content: center;
    display: flex; }
  @media only screen and (min-width: 1000px) {
    .header__seek .button-search {
      order: 1;
      border-bottom-left-radius: 25px;
      border-top-left-radius: 25px;
      height: 22px;
      width: 35px; } }

@media only screen and (max-width: 764px) {
  #header .wrapper .header__seek {
    display: none; }
  .header__seek {
    width: 250px;
    height: 100%;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background: #313131; }
    .header__seek div {
      width: 100%; }
    .header__seek__category {
      width: 100%;
      background-color: #aaa;
      padding: 5px;
      color: #fff;
      height: 38px;
      margin-bottom: 5px; }
    .header__seek__input {
      vertical-align: top;
      width: 100%;
      height: 38px;
      padding: 5px;
      box-sizing: border-box;
      color: #090909;
      border: 1px solid #aaa; }
    .header__seek__submit {
      height: 38px;
      width: 38px; }
      .header__seek__submit:hover {
        background-color: #941b38;
        transition: .3s ease; }
    .header__seek textarea, .header__seek select, .header__seek input[type="text"] {
      height: 38px; } }

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../img/picto/fleche-gauche.png") no-repeat 0 0;
  background-size: 100%;
  width: 28px;
  height: 28px;
  left: 0;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../img/picto/fleche-droite.png") no-repeat 0 0;
  background-size: 100%;
  width: 28px;
  height: 28px;
  right: 0;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #941b38; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 36%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  background: transparent; }

.slick-prev {
  left: -25px; }

.slick-next {
  right: -25px; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased; }

.slick-prev:before {
  content: url("../img/picto/fleche-gauche.png");
  background-size: 100%; }

.slick-next:before {
  content: url("../img/picto/fleche-droite.png");
  background-size: 100%; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li.slick-active button:before {
  background-color: #931c38; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  content: '';
  opacity: 1;
  border-radius: 50%;
  background-color: #eee; }

.bottom {
  padding: 20px 0 0 0; }

.scrollbar__hide {
  overflow-y: hidden; }

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #555; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  background: #fff; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  border-radius: 100%; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #a31c3a;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  border-radius: 100%; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  border-radius: 2px; }

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after, [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.responsive__desktop__flag {
  display: flex;
  padding: 0 0 12px 0; }

.responsive__mobile__flag {
  display: none;
  padding: 14px 0; }

.links li {
  list-style-type: none;
  margin: 0 0 8px 0;
  position: relative; }
  .links li .redirect__link {
    width: 100%;
    padding: 6px 10px;
    margin: 0;
    margin-bottom: 8px;
    display: block;
    text-align: center;
    background-color: #a31c3a;
    color: #fff;
    border-radius: 2px;
    transition: .3s ease;
    box-sizing: border-box; }
    .links li .redirect__link:hover {
      transition: .3s ease;
      background-color: #941b38; }
  .links li .link__swipe {
    position: absolute;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 13px 0 0 0; }
    .links li .link__swipe:before {
      display: inline-block;
      border-color: #ffffff;
      border-style: solid;
      border-width: 3px 3px 0 0;
      content: "";
      width: 10px;
      height: 10px;
      vertical-align: top;
      box-sizing: inherit;
      border-radius: 2px; }
    .links li .link__swipe__left {
      transform: rotate(-135deg);
      top: 0;
      left: 6px; }
    .links li .link__swipe__right {
      top: 0;
      right: 6px;
      transform: rotate(45deg); }

.filters__container {
  width: 20%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top; }
  .filters__container:after {
    content: "";
    z-index: 6;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75); }
  .filters__container .sidebar {
    background-color: #f9f9f9;
    margin-bottom: 50px; }
    .filters__container .sidebar__back {
      display: none; }
    .filters__container .sidebar h1 {
      font-size: 18px;
      margin: 0;
      padding: 8px 20px;
      color: #fff;
      background-color: #aaa; }
    .filters__container .sidebar__filters {
      padding: 0 20px; }
      .filters__container .sidebar__filters .filters__categories, .filters__container .sidebar__filters .filters__geographical, .filters__container .sidebar__filters .filters__professions,
      .filters__container .sidebar__filters .filters__topics, .filters__container .sidebar__filters .filters__subTopics {
        width: 100%;
        /* border-bottom: 1px solid #9c9c9c;*/ }
      .filters__container .sidebar__filters .filters__header {
        width: 100%;
        display: block;
        position: relative; }
        .filters__container .sidebar__filters .filters__header h2 {
          font-weight: bold;
          font-family: 'HelveticaCond';
          line-height: 1.6; }
        .filters__container .sidebar__filters .filters__header .filters__title {
          font-size: 15px;
          margin: 0;
          padding: 15px 0 10px 0; }
          .filters__container .sidebar__filters .filters__header .filters__title .filters__number {
            display: none; }
        .filters__container .sidebar__filters .filters__header .filters__unwrap {
          display: none; }
      .filters__container .sidebar__filters .filters__list {
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        transition: height 0.4s ease; }
        .filters__container .sidebar__filters .filters__list li {
          color: #555;
          font-size: 14px;
          padding: 0 0 8px 0; }
          .filters__container .sidebar__filters .filters__list li label span {
            padding: 2px;
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            color: #941b38; }
        .filters__container .sidebar__filters .filters__list .filter {
          display: block;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          font-size: 14px;
          line-height: 18px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .filters__container .sidebar__filters .filters__list .filter__radio {
            display: inline-block;
            vertical-align: middle; }
          .filters__container .sidebar__filters .filters__list .filter__radio__label {
            padding-left: 28px;
            display: inline-block;
            box-sizing: border-box; }
          .filters__container .sidebar__filters .filters__list .filter__number {
            display: inline-block; }
          .filters__container .sidebar__filters .filters__list .filter__checkbox {
            position: absolute;
            opacity: 0;
            cursor: pointer; }
      .filters__container .sidebar__filters .filters__showMore {
        font-size: 11px;
        background: transparent;
        border: none;
        padding: 0 10px 10px 0;
        font-weight: 600;
        color: #090909;
        outline: none;
        opacity: 1;
        transition: opacity .4s ease, height .4s ease; }
      .filters__container .sidebar__filters .filters__showMore:hover {
        color: #a31c3a; }
    .filters__container .sidebar__show {
      display: none; }
    .filters__container .sidebar__checkbox {
      position: absolute;
      opacity: 0;
      cursor: pointer; }

.search__container {
  width: 80%;
  display: inline-block;
  padding: 0 0 0 30px;
  box-sizing: border-box; }
  .search__container header {
    padding: 0 0 20px 0; }
    .search__container header .search__actions {
      display: none; }
  .search__container .search__catchphrase {
    display: block;
    font-style: italic;
    font-size: 14px;
    font-family: "HelveticaCondIt";
    padding: 10px;
    color: #555; }
  .search__container .search__block {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box; }
    .search__container .search__block select, .search__container .search__block input[type="text"] {
      height: 38px; }
    .search__container .search__block__types {
      display: inline-block;
      padding: 8px 12px;
      background-color: #aaa;
      width: 25%;
      color: #fff;
      border: none;
      outline: none;
      vertical-align: top;
      -webkit-appearance: menulist;
      -moz-appearance: menulist; }
    .search__container .search__block__form {
      position: relative;
      display: inline-block;
      width: 75%;
      background-color: #fff;
      box-sizing: border-box; }
      .search__container .search__block__form .autocomplete {
        width: 100%; }
        .search__container .search__block__form .autocomplete div {
          border: 1px solid #aaa;
          border-radius: 0px; }
          .search__container .search__block__form .autocomplete div .selected-tag {
            margin: 0;
            padding: 8px 15px 0 15px;
            border-radius: 0;
            border: 0;
            vertical-align: middle;
            height: 36px;
            box-sizing: border-box; }
          .search__container .search__block__form .autocomplete div input {
            color: #666;
            height: 36px;
            padding: 2px 15px !important;
            font-size: 15px; }
          .search__container .search__block__form .autocomplete div button {
            bottom: 1px;
            width: 36px;
            height: 36px;
            right: 74px;
            font-size: 20px;
            color: #a31c3a;
            padding: 4px; }
          .search__container .search__block__form .autocomplete div i {
            bottom: 0;
            right: 38px;
            top: 1px;
            text-align: center;
            width: 36px;
            height: 36px;
            padding: 12px 0 0 0; }
          .search__container .search__block__form .autocomplete div .spinner {
            opacity: 1;
            position: absolute;
            top: 5px;
            right: 44px;
            font-size: 5px;
            text-indent: -9999em;
            overflow: hidden;
            border-top: 0.9em solid rgba(100, 100, 100, 0.1);
            border-right: 0.9em solid rgba(100, 100, 100, 0.1);
            border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
            border-left: 0.9em solid rgba(60, 60, 60, 0.45);
            transform: translateZ(0);
            animation: vSelectSpinner 1.1s infinite linear;
            transition: opacity .1s; }
          .search__container .search__block__form .autocomplete div .spinner,
          .search__container .search__block__form .autocomplete div .spinner:after {
            border-radius: 50%;
            width: 5em;
            height: 5em; }
        .search__container .search__block__form .autocomplete .highlight > a {
          background: #eee; }
        .search__container .search__block__form .autocomplete ul {
          padding: 0;
          overflow-y: hidden;
          border: 1px solid #eee; }
          .search__container .search__block__form .autocomplete ul li {
            width: 100%;
            display: block;
            margin: 0;
            border-bottom: 1px solid #eee; }
            .search__container .search__block__form .autocomplete ul li .no__result {
              padding: 10px;
              border: none;
              font-size: 13px;
              color: #666;
              font-style: italic; }
            .search__container .search__block__form .autocomplete ul li a {
              display: block;
              border: none;
              padding: 8px 15px;
              margin: 0;
              background-color: #fff; }
              .search__container .search__block__form .autocomplete ul li a:hover {
                background: #eee !important;
                color: #fff; }
              .search__container .search__block__form .autocomplete ul li a div {
                background-color: transparent;
                border: none; }
                .search__container .search__block__form .autocomplete ul li a div .list__type {
                  display: inline-block;
                  padding: 4px 6px;
                  color: #a31c3a;
                  font-weight: 600;
                  border: 1px solid #a31c3a;
                  border-radius: 2px;
                  font-size: 9px;
                  text-transform: uppercase;
                  vertical-align: top; }
                .search__container .search__block__form .autocomplete ul li a div .list__label {
                  padding-left: 0;
                  display: inline-block;
                  vertical-align: top;
                  color: #333;
                  text-transform: capitalize;
                  font-size: 14px; }
        .search__container .search__block__form .autocomplete .selected {
          color: #333;
          background-color: transparent;
          border: 0;
          border-radius: 0;
          margin: 0;
          float: left; }
          .search__container .search__block__form .autocomplete .selected .selected {
            border-radius: 2px;
            padding: 0;
            border: none; }
            .search__container .search__block__form .autocomplete .selected .selected__label {
              padding-left: 0;
              display: inline-block;
              vertical-align: top;
              color: #333;
              text-transform: capitalize;
              font-size: 12px;
              line-height: 20px; }
      .search__container .search__block__form .search__form__submit {
        top: 0;
        right: 0;
        position: absolute;
        outline: none;
        padding: 5px;
        width: 38px;
        height: 38px;
        box-sizing: border-box;
        border: none;
        color: #fff;
        margin: 0;
        display: inline-block;
        transition: .3s ease;
        background-size: 30px;
        background: url("../img/rankingsHome/loupe-search.png") no-repeat 50% 50%, #a31c3a; }
      .search__container .search__block__form .search__form__submit:hover {
        background-color: #941b38;
        transition: .3s ease; }
  .search__container .sort__block {
    display: inline-block;
    width: 30%; }
    .search__container .sort__block__filters {
      border: 1px solid #aaa;
      display: inline-block;
      padding: 7px 12px;
      background: transparent;
      width: 100%;
      color: #555; }
      .search__container .sort__block__filters > option {
        padding: 5px 0; }
  .search__container .search__datas {
    width: 100%; }
    .search__container .search__datas .search__no-result {
      min-width: 100%;
      margin-top: 5%;
      text-align: center;
      font-size: 1.5rem;
      font-weight: 500;
      color: #bdbdbd; }
    .search__container .search__datas .result__ranking {
      padding: 20px 0;
      border-bottom: 4px solid #eee; }
      .search__container .search__datas .result__ranking__header {
        padding: 0;
        width: 100%; }
        .search__container .search__datas .result__ranking__header .result__ranking__label {
          min-width: 78px;
          font-size: 12px;
          padding: 2px 8px;
          border: 1px solid #d5d5d5;
          border-radius: 20px;
          display: inline-block;
          text-align: center; }
        .search__container .search__datas .result__ranking__header a {
          vertical-align: top;
          width: 86%;
          padding: 4px 0 0 10px;
          display: inline-block;
          transition: .3s ease; }
          .search__container .search__datas .result__ranking__header a h2 {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            line-height: 1; }
        .search__container .search__datas .result__ranking__header a:hover {
          transition: .3s ease;
          color: #941b38; }
      .search__container .search__datas .result__ranking__main {
        width: 100%; }
        .search__container .search__datas .result__ranking__main .result__ranking__numberSocieties {
          width: 100%;
          color: #941b38;
          margin: 0;
          padding: 26px 0 12px 0; }
          .search__container .search__datas .result__ranking__main .result__ranking__numberSocieties span {
            padding-right: 5px;
            font-weight: 600; }
        .search__container .search__datas .result__ranking__main .result__ranking__levels {
          width: 100%; }
          .search__container .search__datas .result__ranking__main .result__ranking__levels li {
            padding: 0 10px;
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            border-right: 1px solid #777;
            color: #555; }
            .search__container .search__datas .result__ranking__main .result__ranking__levels li a {
              color: #555; }
            .search__container .search__datas .result__ranking__main .result__ranking__levels li span {
              padding-right: 2px;
              font-weight: 600;
              color: #941b38; }
          .search__container .search__datas .result__ranking__main .result__ranking__levels li:first-child {
            padding-left: 0; }
          .search__container .search__datas .result__ranking__main .result__ranking__levels li:last-child {
            border-right: none; }
    .search__container .search__datas .company__result {
      width: 100%;
      border-bottom: 4px solid #eee;
      padding: 20px 0 35px 0; }
      .search__container .search__datas .company__result__left {
        text-align: center;
        width: 25%;
        min-width: 18%;
        display: inline-block;
        vertical-align: top; }
        .search__container .search__datas .company__result__left .company__image__container {
          width: 100%;
          height: 150px;
          display: flex;
          text-align: left;
          justify-content: center;
          align-items: center; }
          .search__container .search__datas .company__result__left .company__image__container .company__image {
            width: 100%;
            background-color: #eee; }
          .search__container .search__datas .company__result__left .company__image__container .company__image__nologo {
            width: 150px;
            height: 150px;
            background-color: #eee; }
        .search__container .search__datas .company__result__left .company__name {
          padding-top: 10px;
          text-transform: uppercase;
          display: block;
          margin-bottom: 2.4rem; }
      .search__container .search__datas .company__result__right {
        width: 75%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 30px;
        vertical-align: top;
        font-size: 13px; }
        .search__container .search__datas .company__result__right .company__title {
          padding-bottom: 24px;
          margin: 0;
          display: inline-block; }
          .search__container .search__datas .company__result__right .company__title h2 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px; }
        .search__container .search__datas .company__result__right .company__level {
          margin: 0 0 4px 0 !important;
          color: #a31c3a;
          text-transform: uppercase; }
          .search__container .search__datas .company__result__right .company__level span {
            color: #000;
            font-weight: bold;
            padding-left: 4px; }
        .search__container .search__datas .company__result__right .company__number {
          color: #000;
          margin: 0;
          padding-bottom: 10px; }
          .search__container .search__datas .company__result__right .company__number span {
            font-weight: bold; }
        .search__container .search__datas .company__result__right .company__team {
          font-size: 13px; }
          .search__container .search__datas .company__result__right .company__team__slide {
            padding: 20px 40px;
            position: relative; }
          .search__container .search__datas .company__result__right .company__team__title {
            font-size: 13px;
            font-weight: normal;
            color: #a31c3a;
            display: block;
            margin: 0;
            text-transform: uppercase; }
          .search__container .search__datas .company__result__right .company__team__info {
            margin: 0;
            text-transform: capitalize; }
            .search__container .search__datas .company__result__right .company__team__info span {
              font-weight: bold; }
          .search__container .search__datas .company__result__right .company__team__related {
            padding-bottom: 20px;
            margin: 0; }
        .search__container .search__datas .company__result__right .links__mobile {
          display: none; }
        .search__container .search__datas .company__result__right .company__team__people {
          display: inline-block;
          text-align: center; }
          .search__container .search__datas .company__result__right .company__team__people__img {
            margin: 0 auto;
            width: 80px;
            height: 80px;
            display: inline-block;
            background-color: #eee;
            border-radius: 2px; }
            .search__container .search__datas .company__result__right .company__team__people__img__no {
              font-weight: 700;
              color: #9f9f9f;
              font-size: 14px;
              line-height: 80px; }
          .search__container .search__datas .company__result__right .company__team__people__name {
            padding-top: 10px;
            font-size: 12px;
            text-transform: capitalize; }
      .search__container .search__datas .company__result__bottom {
        padding-bottom: 20px; }
        .search__container .search__datas .company__result__bottom h2 {
          color: #a31c3a;
          font-size: 13px;
          font-weight: bold;
          padding: 25px 0 10px 0;
          margin: 0; }
        .search__container .search__datas .company__result__bottom .company__views__link {
          text-align: center;
          border-right: 1px solid #000;
          margin: 0; }
    .search__container .search__datas .people__result {
      width: 100%;
      padding: 20px 0;
      border-bottom: 4px solid #eee; }
      .search__container .search__datas .people__result__left {
        width: 25%;
        display: inline-block; }
        .search__container .search__datas .people__result__left .people {
          display: block;
          width: 100%;
          padding-bottom: 10px; }
          .search__container .search__datas .people__result__left .people__image__container {
            display: inline-block;
            width: 80%;
            min-width: 80%;
            text-align: center;
            vertical-align: top; }
            .search__container .search__datas .people__result__left .people__image__container .people__image {
              height: 107px;
              background-color: #eee;
              display: inline-block;
              width: 117px; }
              .search__container .search__datas .people__result__left .people__image__container .people__image__empty {
                width: 117px;
                height: 107px;
                background-color: #eee;
                display: inline-block; }
        .search__container .search__datas .people__result__left .container__links {
          display: inline-block;
          width: 80%;
          min-width: 80%; }
      .search__container .search__datas .people__result__right {
        display: inline-block;
        width: 75%;
        vertical-align: top;
        height: 100%;
        overflow: hidden; }
        .search__container .search__datas .people__result__right .people, .search__container .search__datas .people__result__right .container__links {
          display: none; }
        .search__container .search__datas .people__result__right .slick-side {
          float: none; }
        .search__container .search__datas .people__result__right .people__ranking__wrapper {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos {
            width: 68%;
            box-sizing: border-box;
            display: inline-block; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__title {
              font-size: 16px;
              line-height: 22px;
              margin: 0;
              font-weight: bold;
              text-transform: uppercase;
              color: #000; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__company__name {
              font-size: 12px;
              margin: 0;
              padding-bottom: 15px;
              text-transform: capitalize; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities {
            width: 100%; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__title {
              text-transform: uppercase;
              font-size: 13px;
              font-weight: normal;
              margin: 0;
              padding-bottom: 3px;
              color: #a31c3a; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list {
              width: 100%; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list__item {
                font-size: 12px;
                display: block;
                padding: 0 5px;
                font-weight: bold; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking {
            padding: 10px 0;
            border-bottom: 2px solid #eee; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header {
              padding: 0;
              width: 100%; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__title {
                font-size: 13px;
                font-weight: 500;
                line-height: 1.2; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__label {
                min-width: 78px;
                font-size: 12px;
                padding: 2px 8px;
                border: 1px solid #d5d5d5;
                border-radius: 20px;
                display: inline-block;
                text-align: center; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a {
                vertical-align: top;
                width: 85.4%;
                padding: 4px 0 0 10px;
                display: inline-block;
                transition: .3s ease; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a h2 {
                  font-size: 16px;
                  font-weight: bold;
                  margin: 0; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a:hover {
                transition: .3s ease;
                color: #941b38; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:first-child {
            padding: 0 0 10px 0; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:last-child {
            border: none; }
        .search__container .search__datas .people__result__right .people__wrapper {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .search__container .search__datas .people__result__right .people__wrapper .people__infos {
            width: 68%;
            box-sizing: border-box;
            display: inline-block; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos__title {
              font-size: 16px;
              line-height: 22px;
              margin: 0;
              font-weight: bold;
              text-transform: uppercase;
              color: #000; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos__company__name {
              font-size: 12px;
              margin: 0;
              padding-bottom: 15px;
              text-transform: capitalize; }
          .search__container .search__datas .people__result__right .people__wrapper .people__specialities {
            width: 100%; }
            .search__container .search__datas .people__result__right .people__wrapper .people__specialities__title {
              text-transform: uppercase;
              font-size: 13px;
              font-weight: normal;
              margin: 0;
              padding-bottom: 3px;
              color: #a31c3a; }
            .search__container .search__datas .people__result__right .people__wrapper .people__specialities__list {
              width: 100%; }
              .search__container .search__datas .people__result__right .people__wrapper .people__specialities__list__item {
                font-size: 12px;
                display: block;
                padding: 0 5px;
                font-weight: bold; }
        .search__container .search__datas .people__result__right .people__company {
          box-sizing: border-box;
          vertical-align: middle;
          border-left: 1px solid #eee;
          padding-left: 29px;
          display: inline-block; }
          .search__container .search__datas .people__result__right .people__company a {
            position: relative;
            height: 200px;
            display: block; }
            .search__container .search__datas .people__result__right .people__company a .people__company__image {
              transform: translateY(18%);
              top: 50%;
              font-size: 1.4em;
              font-family: "HelveticaCn";
              width: 150px;
              height: 150px;
              display: flex;
              background-color: #eee;
              justify-content: center;
              align-items: center; }
              .search__container .search__datas .people__result__right .people__company a .people__company__image img {
                text-align: center;
                margin-top: 1.5rem; }
            .search__container .search__datas .people__result__right .people__company a .people__company__image__nologo {
              position: absolute;
              transform: translateY(-50%);
              top: 50%;
              font-size: 1.4em;
              font-family: "HelveticaCn";
              width: 150px;
              height: 150px;
              display: flex;
              background-color: #eee;
              justify-content: center;
              align-items: center; }
              .search__container .search__datas .people__result__right .people__company a .people__company__image__nologo p {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                width: 150px;
                height: 150px;
                margin: 0;
                font-size: 1em; }
    .search__container .search__datas .article__result {
      width: 100%;
      padding: 20px 0;
      border-bottom: 4px solid #eee; }
      .search__container .search__datas .article__result .article {
        width: 100%; }
        .search__container .search__datas .article__result .article__img {
          vertical-align: top;
          display: inline-block;
          width: 25%;
          box-sizing: border-box;
          padding: 0;
          margin: 0; }
          .search__container .search__datas .article__result .article__img a {
            display: block;
            height: 114px; }
            .search__container .search__datas .article__result .article__img a .img {
              width: 100%;
              height: 110px;
              background-color: #dddddd; }
            .search__container .search__datas .article__result .article__img a .imgjpg {
              width: 70%;
              height: 110px;
              background-color: #dddddd; }
        .search__container .search__datas .article__result .article__infos {
          padding: 0 20px;
          box-sizing: border-box;
          display: inline-block;
          text-align: justify;
          width: 75%; }
          .search__container .search__datas .article__result .article__infos h1 {
            font-family: 'HelveticaCond';
            font-weight: bold; }
          .search__container .search__datas .article__result .article__infos a {
            display: inline-block;
            transition: .3s ease; }
            .search__container .search__datas .article__result .article__infos a .article__infos__title {
              margin: 0 0 12px 0;
              font-size: 16px; }
          .search__container .search__datas .article__result .article__infos a:hover {
            transition: .3s ease;
            color: #941b38; }
          .search__container .search__datas .article__result .article__infos__content {
            margin: 0;
            font-size: 14px;
            width: 100%; }
    .search__container .search__datas .pagination {
      text-align: center;
      padding: 20px 0;
      margin: 0;
      display: block;
      color: #303030;
      overflow: hidden; }
      .search__container .search__datas .pagination .paginate_button {
        margin: 0 2px;
        display: inline-block;
        border-radius: 2px; }
        .search__container .search__datas .pagination .paginate_button a {
          border-radius: 2px;
          padding-top: 4px;
          display: block;
          width: 28px;
          height: 28px;
          font-size: 14px;
          font-weight: bold;
          transition: all .4s;
          color: #303030; }
        .search__container .search__datas .pagination .paginate_button a:hover {
          transition: all .4s;
          background-color: #dcdcdc; }
      .search__container .search__datas .pagination .active {
        background-color: #a31c3a; }
      .search__container .search__datas .pagination .active a {
        color: #FFFFFF; }
      .search__container .search__datas .pagination .previous a {
        font-size: 14px; }
    .search__container .search__datas .pagination__more {
      display: inline-block;
      border-left: 1px solid #ccc; }
      .search__container .search__datas .pagination__more__link {
        padding: 8px 13px;
        letter-spacing: 1px; }

@media only screen and (max-width: 1000px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label,
  [type="checkbox"]:checked + label,
  [type="checkbox"]:not(:checked) + label {
    padding: 12px 15px 12px 47px !important; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before,
  [type="checkbox"]:not(:checked) + label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #c3c3c3; }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
    top: 12px;
    left: 15px; }
  [type="checkbox"]:checked + label:before,
  [type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
    top: 12px;
    left: 15px; }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after,
  [type="checkbox"]:not(:checked) + label:after {
    top: 17px;
    left: 20px; }
  .responsive__desktop__flag {
    display: flex !important;
    padding: 0 0 12px 0; }
  .responsive__mobile__flag {
    display: flex; }
  .filters__container {
    height: auto;
    display: block;
    width: 100%;
    position: fixed;
    top: 120px;
    left: -100%;
    z-index: 50; }
    .filters__container:after {
      content: "";
      z-index: 50;
      position: fixed;
      display: block;
      top: 100%;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.78);
      opacity: 0;
      transition: top 1ms ease .45s, opacity .4s; }
    .filters__container .sidebar {
      position: fixed;
      top: 125%;
      right: 7%;
      bottom: -125%;
      left: 7%;
      overflow: hidden;
      border-radius: 2px;
      z-index: 100;
      background-color: #f9f9f9;
      transition: top .3s,bottom .3s,right 1ms .3s,left 1ms .3s; }
      .filters__container .sidebar__back {
        display: inline-block;
        color: #fff;
        padding: 12px 20px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        transition: .3s ease; }
        .filters__container .sidebar__back:hover {
          transition: .3s ease;
          color: #a31c3a; }
      .filters__container .sidebar__filters {
        height: calc(100% - 125px);
        overflow-y: scroll;
        overflow-x: hidden; }
      .filters__container .sidebar__show {
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #aaa;
        width: 100%;
        display: block;
        position: absolute;
        padding: 15px;
        left: 0;
        bottom: 0;
        right: 0; }
        .filters__container .sidebar__show:after {
          content: '';
          clear: both; }
        .filters__container .sidebar__show__action {
          text-align: center;
          display: inline-block;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          border-radius: 2px;
          background-color: #a31c3a;
          width: 50%;
          padding: 10px 20px;
          transition: .3s ease; }
        .filters__container .sidebar__show__action:hover {
          transition: .3s ease;
          background-color: #941b38;
          cursor: pointer; }
  .filters__container.sidebar__open {
    top: 0;
    left: 0;
    height: 100%; }
  .filters__container.sidebar__open:after {
    top: 0;
    opacity: 1;
    transition: top 1ms ease 0s, opacity .4s; }
  .filters__container.sidebar__open .sidebar {
    top: 10%;
    right: 7%;
    bottom: 10%;
    left: 7%;
    transition: top .5s, bottom .5s, right 1ms, left 1ms; }
    .filters__container.sidebar__open .sidebar h1 {
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      padding: 12px 20px; }
    .filters__container.sidebar__open .sidebar__filters {
      padding: 0; }
      .filters__container.sidebar__open .sidebar__filters .filters__header .filters__title {
        font-size: 15px;
        margin: 0;
        padding: 12px 20px;
        background-color: #f3f3f3;
        border-bottom: 1px solid #e4e4e4;
        transition: .3s ease; }
        .filters__container.sidebar__open .sidebar__filters .filters__header .filters__title:hover {
          cursor: pointer;
          background-color: #e4e4e4;
          transition: .45s ease; }
        .filters__container.sidebar__open .sidebar__filters .filters__header .filters__title .filters__number {
          display: inline-block;
          padding: 0 0 0 12px;
          color: #bbb;
          font-size: 12px;
          font-style: italic; }
      .filters__container.sidebar__open .sidebar__filters .filters__header .filters__unwrap {
        background: url("../img/picto/fleche.svg") no-repeat 50% 50%;
        background-size: 44%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 49px;
        height: 49px;
        color: #090909;
        font-size: 18px;
        padding: 12px;
        cursor: pointer;
        transition: all .3s ease; }
      .filters__container.sidebar__open .sidebar__filters .filters__header .filters__unwrap.unwrap__active {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        transition: all .3s ease; }
      .filters__container.sidebar__open .sidebar__filters .search__block__types {
        display: block;
        padding: 8px 12px;
        background-color: #aaa;
        margin: 20px auto;
        width: 80%;
        color: #fff;
        border: none;
        outline: none;
        vertical-align: top;
        -webkit-appearance: menulist;
        -moz-appearance: menulist; }
      .filters__container.sidebar__open .sidebar__filters .filters__list {
        width: 100%;
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s ease;
        padding: 0;
        margin: 0; }
        .filters__container.sidebar__open .sidebar__filters .filters__list li {
          background-color: #fff;
          color: #555;
          font-size: 14px;
          padding: 0;
          border-bottom: 1px solid #eee; }
          .filters__container.sidebar__open .sidebar__filters .filters__list li label {
            display: block !important;
            transition: all .3s ease; }
            .filters__container.sidebar__open .sidebar__filters .filters__list li label span {
              padding: 2px;
              display: inline-block;
              font-size: 11px;
              font-weight: 600;
              color: #941b38; }
            .filters__container.sidebar__open .sidebar__filters .filters__list li label:hover {
              background-color: #eee;
              transition: all .3s ease; }
        .filters__container.sidebar__open .sidebar__filters .filters__list .filter {
          display: block;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          font-size: 14px;
          line-height: 18px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .filters__container.sidebar__open .sidebar__filters .filters__list .filter__radio {
            display: inline-block;
            vertical-align: middle; }
          .filters__container.sidebar__open .sidebar__filters .filters__list .filter__radio__label {
            padding-left: 28px;
            display: inline-block;
            box-sizing: border-box; }
          .filters__container.sidebar__open .sidebar__filters .filters__list .filter__number {
            display: inline-block; }
          .filters__container.sidebar__open .sidebar__filters .filters__list .filter__checkbox {
            position: absolute;
            opacity: 0;
            cursor: pointer; }
      .filters__container.sidebar__open .sidebar__filters .list__open {
        max-height: 1900px; }
  .search__container {
    width: 100%;
    padding: 0 30px; }
    .search__container header .search__actions {
      display: block;
      text-align: center;
      padding: 0 20px 30px 20px; }
      .search__container header .search__actions__showFilters, .search__container header .search__actions__showSorters {
        cursor: pointer;
        display: inline-block;
        width: 48%;
        max-width: 200px;
        padding: 12px;
        font: 700 15px Arial, sans-serif;
        text-transform: uppercase;
        border: 2px solid #a31c3a;
        border-radius: 2px; }
      .search__container header .search__actions__showFilters {
        color: #fff;
        background-color: #a31c3a;
        margin: 0 2% 0 0; }
      .search__container header .search__actions__showSorters {
        color: #a31c3a;
        margin: 0 0 0 2%; }
    .search__container .search__datas {
      width: 100%; }
      .search__container .search__datas .people__result__left {
        width: 76%;
        display: none; }
        .search__container .search__datas .people__result__left .people__image__container {
          width: 100px;
          height: 100px;
          min-width: 18%;
          text-align: center;
          vertical-align: top; }
          .search__container .search__datas .people__result__left .people__image__container .people__image {
            width: 100px;
            height: 100px;
            background-color: #eee;
            display: inline-block; }
        .search__container .search__datas .people__result__left .people .people__infos__title {
          font-size: 16px;
          line-height: 22px;
          margin: 0;
          font-weight: bold;
          text-transform: uppercase;
          color: #000; }
        .search__container .search__datas .people__result__left .people .people__infos__company__name {
          font-size: 12px;
          margin: 0;
          padding-bottom: 15px;
          text-transform: capitalize; }
      .search__container .search__datas .people__result__right {
        display: block;
        width: 100%;
        vertical-align: top;
        height: 100%; }
        .search__container .search__datas .people__result__right .container__links {
          width: 100%;
          display: inline-block;
          padding-top: 10px; }
          .search__container .search__datas .people__result__right .container__links .links li {
            width: 50%;
            display: inline-block;
            margin: 0; }
            .search__container .search__datas .people__result__right .container__links .links li .redirect__link {
              font-size: 12px;
              margin: 0; }
            .search__container .search__datas .people__result__right .container__links .links li .link__swipe__left {
              top: -3px; }
            .search__container .search__datas .people__result__right .container__links .links li .link__swipe__right {
              top: -3px; }
            .search__container .search__datas .people__result__right .container__links .links li:first-child {
              padding-right: 3px; }
            .search__container .search__datas .people__result__right .container__links .links li:last-child {
              padding-left: 3px; }
            .search__container .search__datas .people__result__right .container__links .links li__list__item {
              font-size: 10px; }
          .search__container .search__datas .people__result__right .container__links .people__company {
            height: 90px;
            box-sizing: border-box;
            vertical-align: middle;
            border-left: 1px solid #eee;
            padding-left: 30px;
            position: relative;
            display: none; }
            .search__container .search__datas .people__result__right .container__links .people__company__image {
              position: absolute;
              top: 0;
              right: 0;
              width: 90px;
              height: 90px; }
              .search__container .search__datas .people__result__right .container__links .people__company__image__nologo {
                position: absolute;
                top: 0;
                right: 0;
                padding: 12px;
                width: 90px;
                height: 90px; }
                .search__container .search__datas .people__result__right .container__links .people__company__image__nologo p {
                  margin: 0;
                  padding: 0;
                  font-size: 10px; }
        .search__container .search__datas .people__result__right .people {
          padding-bottom: 10px;
          display: inline-block; }
          .search__container .search__datas .people__result__right .people__image__container {
            width: 100px;
            height: 100px;
            min-width: 18%;
            text-align: center;
            vertical-align: top; }
            .search__container .search__datas .people__result__right .people__image__container .people__image {
              width: 100px;
              height: 100px;
              background-color: #eee; }
        .search__container .search__datas .people__result__right .people__ranking__wrapper {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos {
            width: 68%;
            box-sizing: border-box;
            display: inline-block; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__title {
              font-size: 16px;
              line-height: 22px;
              margin: 0;
              font-weight: bold;
              text-transform: uppercase;
              color: #000; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__company__name {
              font-size: 12px;
              margin: 0;
              padding-bottom: 15px;
              text-transform: capitalize; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities {
            width: 100%; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__title {
              text-transform: uppercase;
              font-size: 13px;
              font-weight: normal;
              margin: 0;
              padding-bottom: 3px;
              color: #a31c3a; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list {
              width: 100%; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list__item {
                font-size: 12px;
                display: block;
                padding: 0 5px;
                font-weight: bold; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking {
            padding: 10px 0;
            border-bottom: 2px solid #eee; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header {
              padding: 0;
              width: 100%; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__title {
                font-size: 13px;
                font-weight: 500;
                line-height: 1.2; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__label {
                min-width: 78px;
                font-size: 12px;
                padding: 2px 8px;
                border: 1px solid #d5d5d5;
                border-radius: 20px;
                display: inline-block;
                text-align: center; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a {
                vertical-align: top;
                width: 85.4%;
                padding: 4px 0 0 10px;
                display: inline-block;
                transition: .3s ease; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a h2 {
                  font-size: 16px;
                  font-weight: bold;
                  margin: 0; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a:hover {
                transition: .3s ease;
                color: #941b38; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:first-child {
            padding: 0 0 10px 0; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:last-child {
            border: none; }
        .search__container .search__datas .people__result__right .people__wrapper {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .search__container .search__datas .people__result__right .people__wrapper .people__infos {
            width: 63%;
            padding-left: 20px;
            vertical-align: top;
            display: inline-block; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos__company__name {
              padding-bottom: 5px;
              font-size: 12px; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos__title {
              font-size: 13px; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos .people__specialities__title {
              font-size: 12px; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos .people__specialities__list__item {
              font-size: 10px; }
          .search__container .search__datas .people__result__right .people__wrapper .people__company {
            height: 90px;
            box-sizing: border-box;
            vertical-align: middle;
            border-left: 1px solid #eee;
            padding-left: 30px;
            position: relative;
            display: none; }
            .search__container .search__datas .people__result__right .people__wrapper .people__company__image {
              position: absolute;
              top: 0;
              right: 0;
              width: 90px;
              height: 90px; }
              .search__container .search__datas .people__result__right .people__wrapper .people__company__image__nologo {
                position: absolute;
                top: 0;
                right: 0;
                padding: 12px;
                width: 90px;
                height: 90px; }
                .search__container .search__datas .people__result__right .people__wrapper .people__company__image__nologo p {
                  margin: 0;
                  padding: 0;
                  font-size: 10px; }
          .search__container .search__datas .people__result__right .people__wrapper:after {
            content: "";
            clear: both; } }

@media only screen and (max-width: 767px) {
  .search__container header .search__actions {
    padding: 20px; }
  .search__container header .search__block {
    width: 100%;
    padding: 0; }
    .search__container header .search__block__types {
      width: 30%; }
    .search__container header .search__block__form {
      width: 70%; }
  .search__container .search__datas {
    width: 100%; }
    .search__container .search__datas .result__ranking__header a {
      width: 82%; }
      .search__container .search__datas .result__ranking__header a h2 {
        font-size: 14px;
        line-height: 1.4; }
    .search__container .search__datas .result__ranking__main .result__ranking__numberSocieties {
      padding: 20px 10px 6px 10px; }
    .search__container .search__datas .result__ranking__main .result__ranking__levels {
      display: none; }
    .search__container .search__datas .company__result {
      width: 100%; }
      .search__container .search__datas .company__result__left {
        text-align: center;
        width: 30%;
        min-width: 18%;
        display: inline-block;
        vertical-align: top; }
        .search__container .search__datas .company__result__left .company__image__container {
          width: 100%; }
          .search__container .search__datas .company__result__left .company__image__container .company__image {
            width: 150px;
            background-color: #eee;
            display: inline-block; }
        .search__container .search__datas .company__result__left .company__name {
          text-transform: uppercase;
          display: block; }
      .search__container .search__datas .company__result__right {
        width: 70%;
        box-sizing: border-box; }
        .search__container .search__datas .company__result__right .company__title {
          padding-bottom: 16px; }
          .search__container .search__datas .company__result__right .company__title h2 {
            font-size: 14px;
            line-height: 1.4;
            font-weight: 600; }
        .search__container .search__datas .company__result__right .company__level {
          font-size: 12px; }
        .search__container .search__datas .company__result__right .company__number {
          font-size: 11px; }
        .search__container .search__datas .company__result__right .company__team__slide {
          padding: 10px 40px; }
        .search__container .search__datas .company__result__right .company__team__title {
          font-size: 12px; }
        .search__container .search__datas .company__result__right .company__team__info {
          font-size: 11px; }
        .search__container .search__datas .company__result__right .company__team__related {
          font-size: 11px; }
        .search__container .search__datas .company__result__right .company__team__people {
          display: inline-block;
          text-align: center; }
          .search__container .search__datas .company__result__right .company__team__people__img {
            margin: 0 auto;
            width: 80px;
            height: 80px;
            display: inline-block;
            background-color: #eee; }
          .search__container .search__datas .company__result__right .company__team__people__name {
            font-size: 12px;
            text-transform: capitalize; }
      .search__container .search__datas .company__result__bottom h2 {
        color: #a31c3a;
        font-size: 13px;
        font-weight: bold;
        padding-top: 40px;
        margin: 0; }
      .search__container .search__datas .company__result__bottom .company__views__link {
        text-align: center;
        border-right: 1px solid #000;
        margin: 0; }
    .search__container .search__datas .people__result__left {
      width: 66%;
      display: none; }
      .search__container .search__datas .people__result__left .people__image__container {
        display: inline-block;
        width: 92px;
        height: 92px;
        min-width: 18%;
        text-align: center;
        vertical-align: top; }
        .search__container .search__datas .people__result__left .people__image__container .people__image {
          width: 92px;
          height: 92px;
          background-color: #eee;
          display: inline-block; }
      .search__container .search__datas .people__result__left .people .people__infos {
        width: 70%; }
        .search__container .search__datas .people__result__left .people .people__infos__title {
          font-size: 13px; }
        .search__container .search__datas .people__result__left .people .people__infos__company__name {
          font-size: 12px; }
      .search__container .search__datas .people__result__left .people .people__specialities__title {
        font-size: 12px; }
      .search__container .search__datas .people__result__left .people .people__specialities__list {
        width: 100%; }
        .search__container .search__datas .people__result__left .people .people__specialities__list__item {
          font-size: 11px; }
      .search__container .search__datas .people__result__left .container__links {
        width: 45%; }
    .search__container .search__datas .people__result__right {
      display: block;
      width: 100%;
      vertical-align: top;
      height: 100%; }
      .search__container .search__datas .people__result__right .container__links {
        width: 100%; }
    .search__container .search__datas .article__result .article__img {
      width: 35%; }
      .search__container .search__datas .article__result .article__img a {
        height: auto; }
    .search__container .search__datas .article__result .article__infos {
      width: 65%; }
      .search__container .search__datas .article__result .article__infos a {
        vertical-align: top; }
        .search__container .search__datas .article__result .article__infos a .article__infos__title {
          font-size: 14px; }
      .search__container .search__datas .article__result .article__infos__content {
        font-size: 12px; } }

@media only screen and (max-width: 540px) {
  .slick-dots {
    bottom: -34px; }
  .slick-dots li {
    width: 8px;
    height: 8px; }
  .slick-dots li button {
    width: 8px;
    height: 8px; }
  .slick-dots li button:before {
    width: 8px;
    height: 8px; }
  .filters__container .sidebar__show__action {
    width: 90%; }
  .filters__container.sidebar__open .sidebar {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .search__container {
    padding: 0; }
    .search__container header {
      padding: 0;
      background-color: #f1f1f1; }
      .search__container header .search__block {
        width: 100%;
        padding: 20px 20px 0 20px;
        box-sizing: border-box; }
        .search__container header .search__block__types {
          width: 100%;
          display: block; }
        .search__container header .search__block__form {
          margin-top: 10px;
          width: 100%;
          display: block; }
      .search__container header .search__catchphrase {
        padding: 10px 20px;
        font-size: 11px;
        font-family: "HelveticaCondIt"; }
    .search__container .search__datas {
      width: 100%; }
      .search__container .search__datas .result__ranking {
        padding: 14px 20px;
        border-bottom: 2px solid #eee; }
        .search__container .search__datas .result__ranking__header .result__ranking__label {
          margin: 0; }
        .search__container .search__datas .result__ranking__header a {
          padding: 10px 0;
          width: 100%; }
          .search__container .search__datas .result__ranking__header a h2 {
            font-size: 13px; }
        .search__container .search__datas .result__ranking__main .result__ranking__numberSocieties {
          padding: 0;
          font-size: 12px; }
        .search__container .search__datas .result__ranking__main .result__ranking__levels {
          display: none; }
      .search__container .search__datas .company__result {
        width: 100%;
        border-bottom: 2px solid #eee;
        padding: 14px 20px; }
        .search__container .search__datas .company__result__left {
          text-align: left;
          width: 100%;
          padding-bottom: 10px;
          display: inline-block;
          position: relative; }
          .search__container .search__datas .company__result__left .company__image__container {
            width: 90px;
            height: 90px; }
            .search__container .search__datas .company__result__left .company__image__container .company__image {
              width: 100%; }
            .search__container .search__datas .company__result__left .company__image__container .company__image__nologo {
              width: 90px;
              height: 90px;
              background-color: #eee; }
          .search__container .search__datas .company__result__left .company__name {
            height: auto;
            margin: 0 0 10px 0;
            padding: 15px 0 10px 0;
            vertical-align: top;
            font-size: 18px;
            text-transform: uppercase;
            display: inline-block; }
          .search__container .search__datas .company__result__left .links {
            display: none; }
        .search__container .search__datas .company__result__right {
          width: 100%;
          padding-left: 0; }
          .search__container .search__datas .company__result__right .company__title {
            padding-bottom: 16px;
            margin: 0;
            display: inline-block; }
            .search__container .search__datas .company__result__right .company__title h2 {
              margin: 0;
              font-size: 12px;
              display: block;
              font-weight: bold;
              text-transform: uppercase; }
            .search__container .search__datas .company__result__right .company__title__info {
              margin: 0;
              text-transform: capitalize; }
              .search__container .search__datas .company__result__right .company__title__info span {
                font-weight: bold; }
            .search__container .search__datas .company__result__right .company__title__related {
              padding-bottom: 20px;
              margin: 0; }
          .search__container .search__datas .company__result__right .links__mobile {
            padding: 30px 0 15px 0;
            justify-content: space-around;
            display: flex; }
            .search__container .search__datas .company__result__right .links__mobile li {
              padding: 0 7px;
              width: 100%;
              margin: 0; }
              .search__container .search__datas .company__result__right .links__mobile li .redirect__link {
                font-size: 12px;
                margin: 0; }
              .search__container .search__datas .company__result__right .links__mobile li:first-child {
                padding-left: 0; }
              .search__container .search__datas .company__result__right .links__mobile li:last-child {
                padding-right: 0; }
          .search__container .search__datas .company__result__right .company__team__people {
            display: inline-block;
            text-align: center; }
            .search__container .search__datas .company__result__right .company__team__people__img {
              margin: 0 auto;
              width: 60px;
              height: 60px;
              display: inline-block;
              background-color: #eee; }
              .search__container .search__datas .company__result__right .company__team__people__img__no {
                line-height: 60px; }
            .search__container .search__datas .company__result__right .company__team__people__name {
              font-size: 12px;
              margin: 0;
              padding-bottom: 10px;
              text-transform: capitalize; }
        .search__container .search__datas .company__result__bottom {
          border-top: 1px dashed #ddd;
          padding-bottom: 30px; }
          .search__container .search__datas .company__result__bottom h2 {
            color: #a31c3a;
            font-size: 12px;
            font-weight: bold;
            padding: 15px 0 0 0;
            margin: 0; }
          .search__container .search__datas .company__result__bottom .company__views__link {
            font-size: 12px; }
      .search__container .search__datas .people__result {
        padding: 14px 20px;
        border-bottom: 2px solid #eee; }
        .search__container .search__datas .people__result__left {
          width: 100%;
          display: none; }
          .search__container .search__datas .people__result__left .people {
            padding-bottom: 10px; }
            .search__container .search__datas .people__result__left .people__image__container {
              display: inline-block;
              width: 80px;
              height: 80px;
              min-width: 18%;
              text-align: center;
              vertical-align: top; }
              .search__container .search__datas .people__result__left .people__image__container .people__image {
                width: 80px;
                height: 80px;
                background-color: #eee;
                display: inline-block; }
            .search__container .search__datas .people__result__left .people .people__infos {
              width: 63%;
              padding-left: 20px; }
              .search__container .search__datas .people__result__left .people .people__infos .people__specialities__list__item {
                font-size: 10px; }
          .search__container .search__datas .people__result__left .container__links {
            width: 100%; }
            .search__container .search__datas .people__result__left .container__links .links {
              width: 100%; }
              .search__container .search__datas .people__result__left .container__links .links li {
                width: 50%;
                display: inline-block;
                margin: 0; }
                .search__container .search__datas .people__result__left .container__links .links li .redirect__link {
                  font-size: 12px;
                  margin: 0; }
                .search__container .search__datas .people__result__left .container__links .links li:first-child {
                  padding-right: 3px; }
                .search__container .search__datas .people__result__left .container__links .links li:last-child {
                  padding-left: 3px; }
        .search__container .search__datas .people__result__right {
          display: block;
          width: 100%;
          vertical-align: top;
          height: 100%; }
          .search__container .search__datas .people__result__right .people {
            padding-bottom: 10px;
            display: inline-block; }
            .search__container .search__datas .people__result__right .people__image__container {
              width: 100px;
              height: 100px;
              min-width: 18%;
              text-align: center;
              vertical-align: top; }
              .search__container .search__datas .people__result__right .people__image__container .people__image {
                width: 100px;
                height: 100px;
                background-color: #eee; }
          .search__container .search__datas .people__result__right .people__ranking__wrapper {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos {
              width: 68%;
              box-sizing: border-box;
              display: inline-block; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__title {
                font-size: 16px;
                line-height: 22px;
                margin: 0;
                font-weight: bold;
                text-transform: uppercase;
                color: #000; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__infos__company__name {
                font-size: 12px;
                margin: 0;
                padding-bottom: 15px;
                text-transform: capitalize; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities {
              width: 100%; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__title {
                text-transform: uppercase;
                font-size: 13px;
                font-weight: normal;
                margin: 0;
                padding-bottom: 3px;
                color: #a31c3a; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list {
                width: 100%; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__specialities__list__item {
                  font-size: 12px;
                  display: block;
                  padding: 0 5px;
                  font-weight: bold; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking {
              padding: 10px 0;
              border-bottom: 2px solid #eee; }
              .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header {
                padding: 0;
                width: 100%; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__title {
                  font-size: 13px;
                  font-weight: 500;
                  line-height: 1.2; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header .people__ranking__label {
                  min-width: 78px;
                  font-size: 12px;
                  padding: 2px 8px;
                  border: 1px solid #d5d5d5;
                  border-radius: 20px;
                  display: inline-block;
                  text-align: center; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a {
                  vertical-align: top;
                  width: 85.4%;
                  padding: 4px 0 0 10px;
                  display: inline-block;
                  transition: .3s ease; }
                  .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a h2 {
                    font-size: 16px;
                    font-weight: bold;
                    margin: 0; }
                .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking__header a:hover {
                  transition: .3s ease;
                  color: #941b38; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:first-child {
              padding: 0 0 10px 0; }
            .search__container .search__datas .people__result__right .people__ranking__wrapper .people__ranking:last-child {
              border: none; }
          .search__container .search__datas .people__result__right .people__wrapper {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0; }
            .search__container .search__datas .people__result__right .people__wrapper .people__infos {
              width: 63%;
              padding-left: 20px;
              vertical-align: top;
              display: inline-block; }
              .search__container .search__datas .people__result__right .people__wrapper .people__infos__company__name {
                padding-bottom: 5px;
                font-size: 12px; }
              .search__container .search__datas .people__result__right .people__wrapper .people__infos__title {
                font-size: 13px; }
              .search__container .search__datas .people__result__right .people__wrapper .people__infos .people__specialities__title {
                font-size: 12px; }
              .search__container .search__datas .people__result__right .people__wrapper .people__infos .people__specialities__list__item {
                font-size: 10px; }
            .search__container .search__datas .people__result__right .people__wrapper .people__company {
              height: 90px;
              box-sizing: border-box;
              vertical-align: middle;
              border-left: 1px solid #eee;
              padding-left: 30px;
              position: relative;
              display: none; }
              .search__container .search__datas .people__result__right .people__wrapper .people__company__image {
                position: absolute;
                top: 0;
                right: 0;
                width: 90px;
                height: 90px; }
                .search__container .search__datas .people__result__right .people__wrapper .people__company__image__nologo {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 12px;
                  width: 90px;
                  height: 90px; }
                  .search__container .search__datas .people__result__right .people__wrapper .people__company__image__nologo p {
                    margin: 0;
                    padding: 0;
                    font-size: 10px; }
      .search__container .search__datas .article__result {
        padding: 14px 20px;
        border-bottom: 2px solid #eee; }
        .search__container .search__datas .article__result .article__img {
          width: 100%; }
          .search__container .search__datas .article__result .article__img a {
            height: auto;
            overflow: hidden; }
        .search__container .search__datas .article__result .article__infos {
          width: 100%;
          padding: 10px 0 0 0; }
          .search__container .search__datas .article__result .article__infos a .article__infos__title {
            margin: 5px 0 14px 0; }
      .search__container .search__datas .active {
        color: #fff;
        background-color: #a31c3a; }
      .search__container .search__datas .previous a {
        font-size: 14px; }
    .search__container .pagination__more {
      display: inline-block;
      border-left: 1px solid #ccc; }
      .search__container .pagination__more__link {
        padding: 8px 13px;
        letter-spacing: 1px; } }
