header {
  height: 140px;
}
header .search button {
  width: 48px;
}
header.header-home {
  padding: 20px 0;
}
header.header-home .NMx-logo {
  height: 41px;
  transform: scale(0.8);
  margin: 10px auto;
}
header a {
  padding: 0;
}
header > div {
  flex-direction: column;
  justify-content: center;
}
header .logo-inside {
  margin: 20px 0 10px;
  transform-origin: center;
}
header #headline {
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  word-spacing: 0px;
}
header #header-search-bar {
  width: 88%;
  padding-bottom: 10px;
}
header #header-search-bar .search-button {
  display: inline-block;
  margin-left: -10px;
}
header #header-search-suggestions-results section p {
  text-align: center;
  font-size: 21px;
}
header #header-search-suggestions-results section a {
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  line-height: 20px;
}
footer ul:last-of-type {
  max-width: 200px;
  float: none;
}
footer .copyright p {
  display: block;
  text-align: center;
}
footer .copyright p:last-of-type {
  float: none;
  text-align: center;
}
.banner-wrapper-iframe {
  height: 250px;
}
#main-container {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
a {
  display: inline-block;
  padding: 0.5em;
}
.carousel .js_dots {
  width: 96%;
}
.carousel .js_frame {
  width: 100%;
}
.carousel .js_prev,
.carousel .js_next {
  display: none;
}
.cta {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
.cta.cta-series-data {
  padding: 10px 5px;
}
.data-grid {
  white-space: nowrap;
  border-collapse: collapse;
}
.data-grid thead {
  display: none;
}
.data-grid tbody tr {
  border-bottom: 1px solid #e2e7e3;
  border-left: 1px solid #e2e7e3;
  border-right: 1px solid #e2e7e3;
}
.data-grid tbody tr:nth-child(even) {
  background-color: transparent;
}
.data-grid tbody tr td {
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  padding: 0;
  text-align: left;
}
.data-grid tbody tr td.rank,
.data-grid tbody tr td.last-date {
  display: none;
}
.data-grid tbody tr td.last-value {
  text-align: left;
}
.data-grid tbody tr td.country {
  white-space: normal;
  padding: 0;
  font-weight: 600;
}
.data-grid tbody tr td.country .country-rank {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 5ch;
}
.data-grid tbody tr td.country .country-cell {
  display: inline;
}
.data-grid tbody tr td.country .country-cell .flag {
  display: none;
}
.data-grid tbody tr td.country .country-cell .country-name {
  display: inline;
  flex: none;
  min-width: auto;
}
.data-grid tbody tr td.view-data .cta.cta-series-data {
  display: inline-block;
  padding: 5px 30px;
}
.data-grid tbody tr td[data-column-header] {
  background-color: #e2e7e3;
}
.data-grid tbody tr td[data-column]::before {
  content: attr(data-column) ':';
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
  width: 33%;
  white-space: normal;
  text-align: right;
  font-weight: 600;
  color: #404040;
}
.data-grid tbody tr td:not([data-column]) {
  padding: 5px 0;
}
#ranking-data-grid {
  width: 95%;
}
.ranking-related {
  width: 95%;
}
.ranking-related h2 {
  font-weight: 400;
  margin: 0;
}
.ranking-related .cta-related-rankings {
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.ranking-related ul li {
  padding: 25px 0;
}
.ranking-related ul li .data-picto {
  display: none;
}
.ranking-related ul li .related-title {
  font-size: 18px;
  font-weight: 400;
}
.ranking-related ul li .related-ranking-nlg {
  margin: 0 0 0 9px;
}
#ranking-header {
  flex-direction: column;
  padding: 0 15px 15px 15px;
  width: 95%;
}
#ranking-header p {
  margin: 10px 5px 0 0;
}
#ranking-header p:first-of-type {
  margin-bottom: 0;
}
.nlg-sentences {
  flex-direction: column;
  padding: 0 20px;
}
.nlg-sentences li {
  padding-left: 40px;
}
.nlg-sentences li::before {
  font-size: 21px;
  height: 30px;
  width: 30px;
}
#ranking-nlg {
  width: 100%;
  border: none;
  margin-bottom: 40px;
}
#ranking-nlg h1 {
  border-radius: 0;
}
#ranking-nlg .nlg-introduction {
  text-align: left;
  width: 90%;
  margin: 20px 0 20px 20px;
  font-size: 21px;
  font-weight: 500;
}
#ranking-nlg .nlg-introduction a {
  display: inline;
  padding: 0;
}
#ranking-source {
  width: 95%;
}
#trending {
  background: none;
  background-color: #c6c6c6;
  padding: 40px 0;
}
#trending #popular h2 {
  font-size: 27px;
}
#trending #popular ul li {
  margin: 30px 0;
  text-align: center;
}
#trending #popular ul li .data-picto {
  display: none;
}
#trending #latest-news h2 {
  font-size: 27px;
}
#trending #latest-news p {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 2em;
}
#trending #latest-news p a {
  padding: 0.2em;
}
#trending #latest-news .js_dots {
  padding: 5px 0 0 0;
}
#trending #latest-news .js_dots li {
  height: 25px;
  width: 25px;
  margin: 0 10px;
}
#trending #latest-news .js_dots li:first-child {
  margin-left: 0;
}
#trending #latest-news .js_dots li:last-child {
  margin-right: 0;
}
#breadcrumb-trail {
  display: none;
}
#breadcrumb-trail a,
#breadcrumb-trail span[itemprop="item"] {
  padding: 10px;
}
#modal-contact {
  padding: 135px 0;
}
#modal-contact .modal-dialog {
  width: auto;
  max-width: 325px;
}
header {
  height: 140px;
}
header .search button {
  width: 48px;
}
header.header-home {
  padding: 20px 0;
}
header.header-home .NMx-logo {
  height: 41px;
  transform: scale(0.8);
  margin: 10px auto;
}
header a {
  padding: 0;
}
header > div {
  flex-direction: column;
  justify-content: center;
}
header .logo-inside {
  margin: 20px 0 10px;
  transform-origin: center;
}
header #headline {
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  word-spacing: 0px;
}
header #header-search-bar {
  width: 88%;
  padding-bottom: 10px;
}
header #header-search-bar .search-button {
  display: inline-block;
  margin-left: -10px;
}
header #header-search-suggestions-results section p {
  text-align: center;
  font-size: 21px;
}
header #header-search-suggestions-results section a {
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  line-height: 20px;
}
.cta {
  width: auto;
}
#ranking-body {
  width: 100%;
  margin: auto;
}
#ranking-data-grid .dataTable-wrapper .dataTable-container {
  border-bottom: none;
}
#ranking-data-grid .dataTable-search .dataTable-input {
  padding: 12px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#ranking-data-grid .dataTable-top {
  display: flex;
  flex-direction: column-reverse;
}
#ranking-data-grid .dataTable-top > div {
  float: none;
}
#ranking-data-grid .dataTable-top .dataTable-search {
  width: 100%;
  margin: 10px 0;
}
#ranking-data-grid .dataTable-top .dataTable-search input {
  box-sizing: border-box;
  width: 100%;
}
#ranking-data-grid .dataTable-top .dataTable-dropdown .dataTable-selector {
  min-height: 42px;
  min-width: 42px;
}
#ranking-data-grid .dataTable-bottom {
  border-left: 1px solid #e2e7e3;
  border-right: 1px solid #e2e7e3;
}
#ranking-data-grid .dataTable-bottom > div {
  float: none;
}
#ranking-data-grid .dataTable-bottom .dataTable-info {
  text-align: center;
}
#ranking-data-grid .dataTable-bottom .dataTable-pagination {
  display: table;
  width: 100%;
}
#ranking-data-grid .dataTable-bottom .dataTable-pagination li:not(.pager) {
  display: none;
}
#ranking-data-grid .dataTable-bottom .dataTable-pagination li.pager {
  display: table-cell;
  float: none;
  text-align: center;
}
#ranking-data-grid .dataTable-bottom .dataTable-pagination a {
  padding: 10px 20px;
  font-size: 16px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}
