@charset "UTF-8";
.big-letter {
  float: left;
  position: relative;
  padding-top: 3px;
  padding-right: 3px;
  font-size: 290%;
  line-height: 0.98;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*** FONTS ***/
@font-face {
  font-family: 'A2_black';
  src: url('../fonts/a2black.eot');
  src: url('../fonts/a2black.eot?#iefix') format('embedded-opentype'), url('../fonts/a2black.woff2') format('woff2'), url('../fonts/a2black.woff') format('woff'), url('../fonts/a2black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*!
  This font software is the property of Commercial Type.

  You may not modify the font software, use it on another website, or install it on a computer.

  License information is available at http://commercialtype.com/eula
  For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

  Copyright (C) 2017 Schwartzco Inc.
  License: 1703-ABIZXY     
*/
@font-face {
  font-family: 'LyonDisplay';
  src: url('/fonts/LyonDisplay-BoldItalic-Web.eot');
  src: url('/fonts/LyonDisplay-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/LyonDisplay-BoldItalic-Web.woff2') format('woff2'), url('/fonts/LyonDisplay-BoldItalic-Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/fonts/LyonDisplay-Bold-Web.eot');
  src: url('/fonts/LyonDisplay-Bold-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/LyonDisplay-Bold-Web.woff2') format('woff2'), url('/fonts/LyonDisplay-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/fonts/LyonDisplay-RegularItalic-Web.eot');
  src: url('/fonts/LyonDisplay-RegularItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/LyonDisplay-RegularItalic-Web.woff2') format('woff2'), url('/fonts/LyonDisplay-RegularItalic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/fonts/LyonDisplay-Regular-Web.eot');
  src: url('/fonts/LyonDisplay-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/LyonDisplay-Regular-Web.woff2') format('woff2'), url('/fonts/LyonDisplay-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  min-width: 960px;
  font-family: "LyonDisplay", "Cardo", "Times New Roman", Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  color: #222222;
}
/*** GRID ***/
.row,
.row-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.row {
  position: relative;
}
.row-full {
  width: 100%;
}
/*** LAYOUT ***/
/** Main container **/
#main {
  position: relative;
  overflow: hidden;
}
#main > .container {
  background: #fff;
}
/*** TYPO ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #222222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  /*text-decoration: underline;*/
}
a {
  text-decoration: none;
  color: #007dff;
}
.link {
  cursor: pointer;
}
.prose a {
  text-decoration: underline;
}
/* variable color defaults */
.var-color {
  color: #ff8a00;
}
/*** ICONS/SPRITES ***/
/* social icons */
[class^="icon-soc-"],
[class*=" icon-soc-"] {
  width: 40px;
  height: 30px;
  background: no-repeat 0 0;
  background-image: url(../img/sprite-social.png?r1);
  background-image: url(../img/sprite-social.svg?r1);
}
.icon-soc-mail {
  background-position: 0 0;
}
.icon-soc-facebook {
  background-position: -40px 0;
}
.icon-soc-twitter {
  background-position: -80px 0;
}
.icon-soc-gplus {
  background-position: -120px 0;
}
.icon-soc-mail-inv {
  background-position: 0 -40px;
}
.icon-soc-facebook-inv {
  width: 22px;
  background-position: -49px -40px;
}
.icon-soc-twitter-inv {
  width: 30px;
  background-position: -85px -40px;
}
.icon-soc-gplus-inv {
  background-position: -120px -40px;
}
.icon-soc-newsletter-inv {
  background-position: -160px -40px;
}
[class^="icon-ui-"],
[class*=" icon-ui-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 0 0;
  background-image: url(../img/sprite-controls.png?r1);
  background-image: url(../img/sprite-controls.svg?r1);
}
.icon-ui-unlock {
  width: 20px;
  height: 26px;
  background-position: 0 -40px;
}
.icon-ui-lock {
  width: 20px;
  height: 26px;
  background-position: -20px -40px;
}
.icon-ui-unlocked-black {
  width: 17px;
  height: 23px;
  background-position: -41px -40px;
}
.icon-ui-locked-black {
  width: 17px;
  height: 23px;
  background-position: -61px -40px;
}
.icon-ui-unlocked-blue {
  width: 17px;
  height: 23px;
  background-position: -81px -40px;
}
.icon-ui-locked-blue {
  width: 17px;
  height: 23px;
  background-position: -101px -40px;
}
.icon-ui-unlocked-white {
  width: 17px;
  height: 23px;
  background-position: 0px -40px;
}
.icon-ui-unlocked-green {
  width: 17px;
  height: 23px;
  background-position: -61px -40px;
}
.icon-ui-dl-epub,
.icon-ui-dl-mobi,
.icon-ui-dl-pdf,
.icon-ui-dl-print {
  width: 40px;
  height: 30px;
}
.icon-ui-dl-mobi {
  background-position: 0 0;
}
.icon-ui-dl-epub {
  background-position: -40px 0;
}
.icon-ui-dl-pdf {
  background-position: -80px 0;
}
.icon-ui-dl-print {
  background-position: -120px 0;
}
/*** ELEMENTS ***/
.anchor:before {
  content: " ";
  display: block;
  width: 1px;
  height: 70px;
  margin: -70px 0 0;
  visibility: hidden;
}
table.table {
  border: 1px solid #888888;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.table th,
table.table td {
  position: relative;
  padding: 2px 8px;
}
table.table th {
  padding-top: 15px;
  padding-bottom: 10px;
}
table.table tr:last-child td {
  padding-bottom: 15px;
}
table.table th:first-child,
table.table td:first-child {
  padding-left: 15px;
}
table.table th:last-child,
table.table td:last-child {
  padding-right: 15px;
}
table.table th::after,
table.table td::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #888888;
}
table.table th::after {
  top: 33%;
}
table.table th:first-child::after,
table.table td:first-child::after {
  display: none;
}
table.table tr:last-child td::after {
  bottom: 33%;
}
ul.links,
ul.links li {
  list-style: none;
}
ul.links li a {
  text-decoration: none;
}
ul.links li.active a {
  color: #ff8a00;
}
hr.thin {
  margin: 0;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  img.image {
    width: auto;
  }
}
.pictogram object {
  position: relative;
}
.pictogram object::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #fff;
}
.pictogram object {
  background-color: #fff;
}
.icon-logo-a2,
.icon-logo-a2-inv,
.icon-logo-a2-orange,
.icon-logo-a2larm-inv {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  background-image: url('../img/logo-a2-orig-black.png');
  background-image: url('../img/logo-a2-orig-black.svg');
}
.icon-logo-a2-inv {
  background-image: url('../img/logo-a2-orig-inv.png');
  background-image: url('../img/logo-a2-orig-inv.svg');
}
.icon-logo-a2-orange {
  background-image: url('../img/logo-a2-orig-orange.png');
  background-image: url('../img/logo-a2-orig-orange.svg');
}
.icon-logo-a2larm-inv {
  width: 120px;
  height: 224px;
  background-image: url('../img/logo-a2larm.gif');
}
/* arrows */
.icon-arr-left,
.icon-arr-right {
  height: 300%;
  background: no-repeat center center;
  background-size: contain;
}
.icon-arr-left {
  background-image: url(../img/div-arr-left.svg);
}
.icon-arr-right {
  background-image: url(../img/div-arr-right.svg);
}
/*  box: article metadata box */
.metabox .metabox-content {
  display: flex;
  width: 100%;
  padding: 7px;
  border: 1px solid #888888;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}
.metabox .col {
  width: 50%;
  padding: 4px;
  border-left: 1px solid #888888;
}
.metabox .col.left {
  border-left: none;
}
.metabox .col.full {
  width: 100%;
  border-left: none;
}
.metabox a {
  text-decoration: none;
  color: #007dff;
}
.metabox a:hover {
  color: #000 !important;
}
.metabox .metabox-social {
  margin-top: 10px;
  height: 66px;
  overflow: hidden;
  background: #fff;
  transition: height 0.3s, margin 0.3s;
}
.metabox .metabox-social.hidden {
  margin-top: 0;
  height: 0;
}
.image-description {
  text-align: left;
}
.image-description,
.image-description * {
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.image-description * {
  display: inline;
  margin: 0;
  padding: 0;
}
/* socialbox: page social links box */
.linktray {
  padding: 10px 0 8px 0;
  border: 1px solid #888;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.linktray:after {
  content: "";
  display: table;
  clear: both;
}
.linktray li {
  float: left;
  margin: 0;
  border-left: 1px solid #888;
}
.linktray li:first-child {
  border-left: none;
}
.linktray li a {
  color: #007dff;
  cursor: pointer;
}
.linktray li i {
  display: block;
  margin: 0 auto 0px auto;
}
.socialbox li {
  width: 33%;
  height: 43px;
}
.varr {
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
}
.varr::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/div-arr-right.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.varr.left::after {
  background-image: url(../img/div-arr-left.svg);
}
.varr.white::after {
  background-image: url(../img/div-arr-right-white.svg);
}
.varr.white.left::after {
  background-image: url(../img/div-arr-left-white.svg);
}
/* vertical divider element */
.vdiv {
  min-height: 1px;
}
.vdiv i.vline,
.vdiv i.varr {
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  width: 5.88235294%;
}
.vdiv i.vline:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 16px;
  bottom: 16px;
  border-left: 1px solid #888;
}
.vdiv i.varr::after {
  left: 50%;
}
.vdiv i.varr.left::after {
  left: 0;
  right: 50%;
}
.vdiv i.varr.left:after {
  left: 0;
  right: 50%;
  background-image: url(../img/div-arr-left.svg);
}
/* section expander */
.section-more {
  display: none;
}
.link-section-expand {
  display: block;
  text-align: center;
  cursor: pointer;
}
.section-expanded .section-more {
  display: block;
}
.section-expanded .link-section-expand {
  display: none;
}
/* messages/alerts */
.alert {
  padding: 10px;
  border: 1px solid #ddd;
}
.alert-error {
  color: #800;
  border-color: #800;
}
.alert-info {
  color: #080;
  border-color: #080;
}
.alert-warning {
  color: #880;
  border-color: #880;
}
.block-messages {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-messages ul.messages {
  display: block;
  list-style: none;
  padding: 0;
}
.block-messages li.alert {
  list-style: none;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
/* teasers */
.teaser-title {
  font-size: 2.8rem;
  line-height: 1.25;
  text-transform: uppercase;
}
header.header {
  background-color: #fff;
}
header .block-page-top-ad {
  padding: 23px 0;
}
header .block-page-top-ad a {
  display: block;
}
/** HEADER ISSUE **/
.issue-title-big {
  text-align: center;
  font-size: 3.6rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-header-issue {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}
.block-header-issue .issue-title {
  text-align: center;
  font-size: 3.6rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-header-issue .col-tagline {
  position: relative;
}
.block-header-issue .issue-tagline {
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}
.block-header-issue .issue-editorial {
  text-align: center;
  font-size: 1.8rem;
}
.block-header-issue .issue-cover {
  max-height: 200px;
  text-align: right;
  overflow: hidden;
}
@media (min-width: 760px) {
  .block-header-issue .row {
    display: flex;
    flex-direction: row;
    float: none;
  }
  .block-header-issue .column {
    float: none;
  }
}
/** HEADER NAV **/
.block-header-nav {
  position: relative;
}
.header-prefix {
  position: relative;
}
.header-prefix .container {
  position: relative;
  height: 235px;
  overflow: hidden;
}
.header-prefix .container .row:before {
  content: " ";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #007dff;
}
.header-prefix .col-logo {
  position: relative;
  height: 235px;
  background-color: #000;
}
.header-prefix .col-logo:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url(../img/sprite-controls.svg) no-repeat 0 -80px;
}
.header-prefix .logo-big {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 33%;
  height: 33%;
  min-height: 80px;
}
.header-prefix .logo-big a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-prefix .logo-big i {
  position: absolute;
  left: -20px;
  bottom: 3px;
}
.header-prefix .issue-cover {
  position: relative;
}
.header-prefix .issue-cover:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #000;
}
.header-prefix .issue-cover a {
  position: relative;
  display: block;
  text-align: right;
}
.header-prefix .issue-cover img {
  display: block;
  height: 235px;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.header-prefix .col-title {
  position: relative;
  padding: 8px 0 0 10px;
}
.header-prefix .col-title .issue-tagline,
.header-prefix .col-title .issue-title {
  font-size: 3.2rem;
  line-height: 3.4rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.header-prefix .col-title .issue-tagline a {
  color: #000;
}
.header-prefix .col-title .issue-title a {
  color: #fff;
}
.header-prefix ul.links {
  margin: 0;
}
.header-prefix ul.links li {
  display: inline-block;
  margin: 0;
  height: 32px;
  vertical-align: top;
}
.header-prefix ul.links a {
  display: inline-block;
  height: 32px;
}
.header-prefix ul.links i {
  display: inline-block;
  height: 32px;
  margin-right: 5px;
}
.header-prefix ul.links a.link-en-about {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 14px;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  background: #fff;
}
.header-prefix ul.links a.link-soutez {
  margin-top: 11px;
  height: auto;
  padding: 3px 7px;
  border: 2px solid #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.header-nav-floater {
  width: 100%;
  height: 50px;
  z-index: 10;
  background: #fff;
}
.header-nav-spacer {
  display: none;
  height: 50px;
}
body.has-docked-nav .header-nav-floater {
  position: fixed;
  left: 0;
  top: 0;
}
body.has-docked-nav .header-nav-spacer {
  display: block;
}
.header-nav-floater {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-nav-floater .row {
  position: relative;
}
.header-nav-floater .nav {
  width: 100%;
  border-bottom: 1px solid #777;
  /* main/right links */
  /* right links */
}
.header-nav-floater .nav:after {
  content: "";
  display: table;
  clear: both;
}
.header-nav-floater .nav a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #222222;
}
.header-nav-floater .nav a.open {
  color: #fff;
  background-color: #007dff;
}
.header-nav-floater .nav a.open:after {
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
.header-nav-floater .nav a.active {
  color: #ff3500;
}
.header-nav-floater .nav .logo-small {
  display: block;
  width: 50px;
}
.header-nav-floater .nav .logo-small i {
  display: inline-block;
  vertical-align: middle;
}
.header-nav-floater .nav .logo-small i {
  height: 22px;
}
.header-nav-floater .nav .links {
  display: block;
  margin: 0;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.header-nav-floater .nav .links li {
  margin: 0;
  line-height: 50px;
  font-size: 1.9rem;
  font-weight: bold;
}
.header-nav-floater .nav .links li a {
  padding: 0 5px;
}
.header-nav-floater .nav .links-main,
.header-nav-floater .nav .links-right {
  text-align: center;
}
.header-nav-floater .nav .links-main li,
.header-nav-floater .nav .links-right li {
  display: inline-block;
  width: 14.285%;
  min-width: 70px;
}
.header-nav-floater .nav .link-home {
  margin-left: 32px;
}
.header-nav-floater .nav .link-login {
  color: #007dff;
}
.header-nav-floater .nav .link-login.open {
  color: #fff;
}
.header-nav-floater .nav .link-profile span {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #007dff;
}
.header-nav-floater .nav .link-profile.open span {
  color: #fff;
}
.header-nav-floater .nav .link-search {
  color: #8c8c8c;
}
.header-nav-floater .nav .link-search.active {
  color: #ff3500;
}
.header-nav-floater .nav .link-search.open {
  color: #8c8c8c;
  background: none;
}
.header-nav-floater .nav .link-search.open:after {
  display: none;
}
.header-nav-floater .nav .links-right {
  text-align: right;
}
.dropdowns {
  margin-top: -1px;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #007dff;
}
.dropdown.visible {
  display: block;
}
.dropdown a {
  color: #fff;
}
.dropdown .button {
  border-color: #fff;
}
.dropdown-menu {
  align-items: stretch;
}
.dropdown-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.dropdown-menu .vdiv {
  width: 100%;
  box-sizing: border-box;
}
.dropdown-menu .vdiv .vline:after {
  border-color: #fff;
}
.dropdown-menu a {
  display: block;
  padding: 6px 0;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.dropdown-menu a:hover,
.dropdown-menu a.active {
  color: #000;
}
.dropdown-sections ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  width: 47.05882353%;
  padding-left: 5.88235294%;
  justify-content: start;
}
.dropdown-sections li {
  width: 50%;
}
.dropdown-sections .vdiv {
  width: 5.88235294%;
}
.dropdown-about a {
  height: auto;
  padding: 0 40px;
  line-height: 30px;
}
.dropdown-sales a {
  height: auto;
  padding: 0 40px;
  line-height: 30px;
}
.dropdown-profile form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
}
.dropdown-profile .form-control {
  width: 100%;
  box-sizing: border-box;
  width: 33.33333333%;
}
.dropdown-profile .form-control label {
  display: none;
}
.dropdown-profile .form-control input,
.dropdown-profile .form-control button,
.dropdown-profile .form-control a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.dropdown-profile .form-control button {
  border-color: #fff;
  color: #fff;
}
.dropdown-profile .control-name {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  line-height: 60px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.dropdown-profile .control-name i {
  position: relative;
  top: -3px;
  margin: 0 10px;
  vertical-align: middle;
}
.dropdown-profile .form-login .form-control {
  width: 25%;
}
.dropdown-profile .form-login .form-control.control-forgot {
  display: none;
}
.dropdown-profile .form-logout {
  display: block;
  width: 33.33333333%;
}
.dropdown-profile .form-logout .form-control {
  width: auto;
}
.dropdown-search {
  padding: 10px 0;
  margin-top: 1px;
  border-bottom: 1px solid #888888;
  background: #fff;
}
.dropdown-search form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.dropdown-search .form-control {
  width: 100%;
  box-sizing: border-box;
  width: 11.76470588%;
}
.dropdown-search .form-control label {
  display: none;
}
.dropdown-search .form-control input,
.dropdown-search .form-control button,
.dropdown-search .form-control a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.dropdown-search .control-query {
  width: 29.41176471%;
  margin-left: 35.29411765%;
}
.dropdown-search .control-query input {
  width: 100%;
  border: none;
  font-size: 1.8rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-search .control-submit {
  margin-left: 11.76470588%;
}
.dropdown-search .control-count {
  margin-left: 8.82352941%;
}
.dropdown-search .control-count button {
  color: #007dff;
}
.dropdown-search .control-reset {
  margin-left: 2.94117647%;
}
.dropdown-search .control-reset button {
  border: none;
  color: #fff;
  background: #ff8a00;
}
.dropdown-events a {
  height: auto;
  padding: 0 40px;
  line-height: 30px;
}
#scrollIndicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}
#scrollIndicator i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
}
/** Footer **/
footer {
  padding: 40px 20px 10px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #007dff;
}
footer a {
  color: #fff;
}
footer .links-sections {
  display: table;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  table-layout: fixed;
}
footer .links-sections ul {
  display: table-row;
}
footer .links-sections li {
  display: table-cell;
  width: 20%;
  padding: 0 12px;
  border-left: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
footer .links-sections li:first-child {
  border-left: none;
}
footer .links-sections li a {
  display: block;
  position: relative;
}
footer .links-sections li a:before {
  position: absolute;
}
footer .links-pages {
  padding: 40px 0 10px 0;
  margin-bottom: 20px;
  text-align: center;
}
footer .links-pages li {
  display: inline-block;
  padding: 0 20px;
}
footer .logo-big {
  padding: 0 0 30px 0;
}
footer .logo-big i {
  height: 180px;
}
footer .logo-a2larm {
  padding: 0 0 30px 0;
  margin-top: -20px;
}
footer .logo-a2larm i {
  display: block;
  height: auto;
  height: 212px;
}
footer .detail-line {
  padding-top: 50px;
  text-align: center;
}
footer .section-partners {
  position: relative;
  padding: 0 0 0 40px;
}
footer .section-partners h6 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
}
footer .section-partners h6 span {
  position: absolute;
  left: 0;
  top: 240px;
  display: block;
  height: 20px;
  width: 260px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
footer .carousel-control {
  position: relative;
  max-width: 100%;
  padding: 0 40px;
}
footer .carousel-control .list {
  overflow: hidden;
}
footer .carousel-control .row {
  white-space: nowrap;
  display: block;
}
footer .carousel-control .item {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 220px;
}
footer .carousel-control .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
footer .carousel-control .body {
  white-space: normal;
}
footer .carousel-control .meta {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .carousel-control .meta a {
  color: #8c8c8c;
}
footer .carousel-control .controls {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
footer .carousel-control .controls.controls-prev {
  left: -10px;
}
footer .carousel-control .controls.controls-next {
  right: -10px;
}
footer .carousel-control .controls a {
  display: none;
  cursor: pointer;
}
footer .carousel-control .controls i.varr {
  width: 40px;
}
footer .carousel-control .controls i.varr.left {
  left: 0;
}
footer .carousel-control .controls i.varr.right {
  right: 0;
}
footer .carousel-control.has-next .controls a.link-next {
  display: block;
}
footer .carousel-control.has-prev .controls a.link-prev {
  display: block;
}
/** Gallery **/
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  background: #fff;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel .slides {
  position: absolute;
}
.blueimp-gallery .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery .slides > .slide-loading {
  background: url(../img/gallery/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery .slides > .slide-error {
  background: url(../img/gallery/error.png) center no-repeat;
}
.blueimp-gallery .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/gallery/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery .slides > .slide-error {
  background-image: url(../img/gallery/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/gallery/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery .slides > .slide > .slide-content {
  position: relative;
}
.gallery img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.gallery .gallery-carousel {
  padding-bottom: 35%;
}
.gallery .gallery-carousel.has-next .next,
.gallery .gallery-carousel.has-prev .prev {
  display: block;
}
.gallery .gallery-carousel .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  cursor: pointer;
}
.gallery .gallery-carousel .carousel-control.control-prev {
  left: 0;
}
.gallery .gallery-carousel .carousel-control.control-next {
  right: 0;
}
.gallery .gallery-carousel .slide-container {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
}
.gallery .gallery-carousel .images {
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: visible;
  font-size: 0;
  white-space: nowrap;
}
.gallery .gallery-carousel .images .image {
  display: inline-block;
  width: 100%;
  float: none;
}
.gallery .gallery-controls {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #007dff;
}
.gallery .gallery-controls a {
  color: #007dff;
  cursor: pointer;
}
.gallery .gallery-description {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/** List of articles **/
.article-list h2.title,
.article-list h2.article-title {
  text-transform: uppercase;
}
.article-list h3.article-subtitle {
  margin: 0 0 20px 0;
  font-family: "LyonDisplay", "Cardo", "Times New Roman", Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  letter-spacing: 0;
}
.article-list .col {
  position: relative;
}
.article-list .teaser {
  text-align: center;
  padding-bottom: 30px;
}
.article-list .teaser .article-authors {
  margin-bottom: 20px;
  color: #007dff;
}
.article-list .teaser .article-authors a {
  color: #007dff;
}
.article-list .teaser .article-image img {
  max-width: 100%;
}
.article-list .teaser .article-teaser {
  font-size: 17px;
  line-height: 26px;
}
.article-list .teaser p {
  text-align: center;
}
.article-list .teaser.mini h2 {
  font-size: 1.8rem;
}
.article-list .teaser.mini h3.article-subtitle {
  font-size: 1.9rem;
}
.article-list .article-quote-big {
  font-size: 32px;
  line-height: 1.4;
}
.article-list .teaser-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
}
.article-list .link-item-expand {
  display: block;
  text-align: center;
}
.article-list .link-item-expand span {
  vertical-align: top;
  line-height: 20px;
}
/** article teaser table **/
.teaser-table .vdiv {
  min-height: 1px;
}
.teaser-table .vdiv i.vline:after {
  top: 5px;
  bottom: 5px;
}
.teaser-table .teaser-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #888888;
}
.teaser-table .teaser-row:first-child {
  border-bottom: 1px solid #888888;
}
.teaser-table .teaser-col {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 33%;
  padding: 12px 10px;
}
.teaser-table .teaser-col:before {
  content: " ";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background-color: #888888;
}
.teaser-table .teaser-col:first-child:before {
  display: none;
}
.teaser-table .teaser-col a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.teaser-table .col-title a {
  font-size: 17px;
  line-height: 26px;
  font-family: "LyonDisplay", "Cardo", "Times New Roman", Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #222222;
}
.teaser-table .col-link {
  text-align: center;
}
/** list page controls **/
.block-list-controls .link-next a,
.block-list-controls .link-prev a {
  display: block;
  padding: 14px;
  margin-bottom: 10px;
  border: 1px solid #007dff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #007dff;
}
/** adspace frames **/
.content-adspace {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.content-adspace .adframe {
  display: inline-block;
}
/*** SECTION: issues index ***/
.block-issue-list {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background: #000;
}
.block-issue-list .block-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  padding: 20px 20px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block-issue-list .issue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block-issue-list .issue a {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.block-issue-list .issue .issue-image {
  display: block;
  height: 350px;
}
.block-issue-list .issue .issue-image img {
  display: block;
  width: 100%;
}
.block-issue-list .issue .issue-meta {
  display: block;
  height: 100px;
  padding-top: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
.block-issue-list .issue .issue-date {
  padding-left: 7%;
}
/*** SECTION: archive ***/
.block-years {
  padding-top: 1px;
  padding-bottom: 400px;
}
.block-years .year-head {
  font-weight: bold;
}
.block-years .year-head .link-year {
  display: block;
  height: 40px;
  padding-left: 5.88235294%;
  line-height: 40px;
  border-bottom: 1px solid #888;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  background-color: #fff;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -ms-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.block-years .year-head .link-year:hover {
  background-color: #ff3500;
  -webkit-transition: background-color 0s ease-out;
  -moz-transition: background-color 0s ease-out;
  -ms-transition: background-color 0s ease-out;
  -o-transition: background-color 0s ease-out;
  transition: background-color 0s ease-out;
}
/** Internal overlay */
#overlay-menu {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 32px;
  padding: 8px 32px;
  border-top: 1px solid #000;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background: #f04c16;
}
#overlay-menu a {
  padding: 0 10px;
  color: #000;
  text-decoration: underline;
}
#overlay-menu .head {
  font-weight: bold;
  color: #fff;
}
#overlay-menu .lock {
  position: absolute;
  left: 6px;
  top: 3px;
}
body.page-error {
  background-color: #000;
}
body.page-error #main {
  min-height: 500px;
  height: 100vh;
  padding: 90px 0;
}
body.page-error .icon-error {
  display: block;
  width: 270px;
  height: 320px;
  margin: 0 auto;
  background: no-repeat 0 0;
  background-image: url(../img/icon-error.png?r1);
  background-image: url(../img/icon-error.svg?r1);
}
body.page-error .alert-error {
  color: #F75200;
  border-color: transparent;
}
/*** SECTION: issue ***/
.issue-page .pictogram {
  width: 150px;
  margin: 0 auto;
}
.issue-page .pictogram .picto-title {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.issue-page .pictogram.has-image .picto-title {
  margin-top: 6px;
  margin-bottom: 10px;
}
.issue-page .pictogram.no-image .picto-title {
  margin-bottom: 16px;
}
.issue-page .issue-intro {
  padding-top: 90px;
  padding-bottom: 30px;
}
.issue-page .issue-intro .row {
  position: relative;
}
.issue-page .issue-meta .issue-title {
  text-align: center;
  font-size: 3.6rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.issue-page .issue-meta .issue-tagline {
  margin-bottom: 60px;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}
.issue-page .issue-cover img {
  width: 100%;
}
.issue-page .issue-downloads {
  margin-top: 20px;
}
.issue-page .downloads {
  display: inline-flex;
  margin-bottom: 0;
}
.issue-page .downloads li {
  width: 70px;
  height: 43px;
}
.issue-page .downloads li.link-title {
  line-height: 16px;
}
.issue-page .downloads li.link-title span {
  display: inline-block;
  padding-top: 12px;
}
.issue-page .link-sub-digital {
  display: block;
  padding-left: 16.66666667%;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.issue-page .issue-info {
  margin-top: 40px;
  padding-left: 16.66666667%;
}
.issue-page .issue-info h6 {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 6px 0;
  letter-spacing: 0;
}
.issue-page .issue-date {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8c8c8c;
}
.issue-page .editorial-text {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}
.issue-page .editorial-meta {
  margin-top: 20px;
}
.issue-page .group {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #888;
}
.issue-page .group .row {
  position: relative;
}
.issue-page .group .row-line {
  position: relative;
  align-items: stretch;
  clear: left;
  padding-top: 40px;
}
.issue-page .group .row-line:first-child {
  padding-top: 0;
}
.issue-page .group .teaser {
  text-align: center;
}
.issue-page .group .teaser p {
  text-align: center;
}
/*** SECTION: category index ***/
.page-section .section-title {
  min-height: 360px;
}
.page-section .pictogram {
  margin-top: 80px;
  text-align: center;
}
.page-section .pictogram .image {
  margin: 0 auto 20px auto;
  max-width: 220px;
}
.page-section .section-intro {
  position: relative;
}
.page-section .control-prev,
.page-section .control-next {
  position: absolute;
  top: 50%;
  width: 5.88235294%;
  margin-top: -60px;
}
.page-section .control-prev i,
.page-section .control-next i {
  display: block;
  height: 120px;
}
.page-section .control-prev {
  left: 0;
}
.page-section .control-next {
  right: 0;
}
.page-section .section-content {
  position: relative;
}
.page-section .list-item:nth-child(-n+2) {
  border-top: 1px solid #888888;
}
.page-section article.teaser {
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}
.page-section article.teaser .metabox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-section article.teaser .metabox .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-section .block-list-controls {
  margin: 60px 0 60px 0;
}
/*** SECTION: authors index ***/
.page-authors .block-title {
  width: 100%;
  text-align: center;
}
.page-authors .section-content {
  position: relative;
}
.page-authors .staff {
  padding: 80px 0 0 0;
}
.page-authors .staff hr {
  width: 64.70588235%;
  margin-left: 17.64705882%;
}
.page-authors .staff .staff-section {
  width: 76.47058824%;
  margin-left: 11.76470588%;
  text-align: center;
  justify-content: center;
}
.page-authors .staff .author {
  display: inline-block;
  width: 23.07692308%;
  margin-left: 3.84615385%;
  margin-right: 3.84615385%;
  padding: 60px 0 25px 0;
}
.page-authors .staff .author-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e29f6a;
}
.page-authors .staff .author-color-0 {
  background-color: #e29f6a;
}
.page-authors .staff .author-color-1 {
  background-color: #f28e29;
}
.page-authors .staff .author-color-2 {
  background-color: #f04c16;
}
.page-authors .staff .author-name {
  color: #007dff;
}
.page-authors .staff .author-role {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-authors .author-search .content {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #888888;
}
.page-authors .author-search form {
  position: relative;
  margin: 0;
}
.page-authors .author-search input {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 0 0 10px 0;
  border: 1px solid #007dff;
  line-height: 60px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.page-authors .author-search button.control-reset {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  padding: 0 14px;
  font-size: 20px;
  line-height: 40px;
  border-color: #007dff;
  color: #007dff;
}
.page-authors .author-search .list-content {
  text-align: center;
}
.page-authors .author-list {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-authors .author-list ul.letters {
  display: block;
  text-align: center;
}
.page-authors .author-list ul.letters li {
  display: inline-block;
  width: 3%;
  min-width: 20px;
  text-align: center;
}
.page-authors .author-list ul.letters a {
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
.page-authors .author-list ul.authors {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-authors .author-list ul.authors .vdiv {
  display: block;
  min-height: 60px;
}
.page-authors .author-list ul.authors .vdiv i:after {
  top: 0;
  bottom: 0;
}
.page-authors .author-list ul.authors li {
  display: block;
  margin: 0;
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.page-authors .author-list ul.authors a {
  line-height: 18px;
}
.page-authors .author-list.list-by-letter {
  padding-top: 80px;
  padding-bottom: 20px;
}
.page-authors .author-list.list-by-letter .list-content {
  border-top: 1px solid #888888;
  padding-top: 40px;
}
.page-authors article.teaser {
  margin-top: 40px;
}
.page-authors article.teaser .metabox .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-authors .section-controls {
  margin: 60px 0 60px 0;
}
.page-authors .section-controls .link-prev {
  margin-bottom: 10px;
}
.page-authors .section-controls .link-next a,
.page-authors .section-controls .link-prev a {
  display: block;
  padding: 14px;
  border: 1px solid #007dff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #007dff;
}
.page-author-detail #main {
  padding: 60px 0 25px 0;
}
.page-author-detail .block-title {
  text-align: center;
}
.page-author-detail .section-content {
  position: relative;
  margin-bottom: 72px;
}
.page-author-detail .author-info {
  display: inline-block;
  width: 64.70588235%;
  margin-left: 17.64705882%;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #888888;
  text-align: center;
}
.page-author-detail .author-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  border-radius: 50px;
  background-color: #fcc;
}
.page-author-detail .author-photo.has-photo {
  width: 384px;
  height: 384px;
  border-radius: 192px;
  overflow: hidden;
}
.page-author-detail .author-photo.has-photo img {
  width: 384px;
  height: 384px;
}
.page-author-detail .author-name {
  display: block;
  margin: 0;
  font-family: "LyonDisplay", "Cardo", "Times New Roman", Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  letter-spacing: 0;
  color: #007dff;
}
.page-author-detail .author-role {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-author-detail .author-description {
  width: 81.81818182%;
  margin-left: 9.09090909%;
  margin-top: 26px;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}
.page-author-detail .articles {
  padding: 50px 0 0 0;
}
.page-author-detail .articles h2 {
  margin-bottom: 50px;
  text-align: center;
}
.page-author-detail .list-item:nth-child(-n+2) {
  border-top: 1px solid #888888;
}
.page-author-detail article.teaser {
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}
.page-author-detail article.teaser .metabox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-author-detail article.teaser .metabox .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-author-detail article.teaser-row .col-title {
  width: 53.84615385%;
}
.page-author-detail article.teaser-row .col-link {
  width: 23.07692308%;
}
.page-author-detail .block-list-controls {
  margin: 0 0 60px 0;
}
.page-event article.event {
  padding: 0 0 80px 0;
}
.page-event .event-head {
  padding: 33px 0 60px 0;
}
.page-event .event-title {
  text-transform: uppercase;
  text-align: center;
}
.page-event .event-subtitle {
  margin: 0 0 30px 0;
  text-align: center;
  font-family: "LyonDisplay", "Cardo", "Times New Roman", Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  letter-spacing: 0;
}
.page-event .event-subtitle a {
  color: #007dff;
}
.page-event .event-meta {
  padding: 20px 0 20px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.page-event .event-meta .vdiv {
  min-height: auto;
}
.page-event .event-meta .col-left {
  padding-left: 5.55555556%;
}
.page-event .event-meta h6 {
  margin: 0 0 0 0;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-event .event-meta p {
  margin: 0 0 6px 0;
}
.page-event .event-meta .link-share {
  display: block;
  line-height: 1.8;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-event .event-social {
  margin-top: 40px;
  height: 68px;
  overflow: hidden;
  transition: height 0.3s, margin 0.3s;
}
.page-event .event-social.hidden {
  margin-top: 0;
  height: 0;
}
.page-event .event-image {
  text-align: center;
  padding-bottom: 60px;
  max-width: 100%;
  height: auto;
}
/*** SECTION: events index ***/
.page-events .page-content {
  padding-top: 90px;
  padding-bottom: 20px;
}
.page-events .block-content {
  position: relative;
}
.page-events .block-content .vdiv i.vline:after {
  top: 60px;
}
.page-events .list-content {
  position: relative;
  margin-left: -5.88235294%;
}
.page-events .list-content.has-single {
  justify-content: center;
}
.page-events .list-content.has-single .list-item {
  margin-left: 0;
}
.page-events .list-header {
  padding: 12px 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #888888;
}
.page-events .event.teaser {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #888888;
}
.page-events .event.teaser:last-child {
  border-bottom: none;
}
.page-events .event.teaser a {
  color: #007dff;
}
.page-events .event.teaser .event-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-events .event.teaser .event-title {
  text-transform: uppercase;
}
.page-events .event.teaser .event-subtitle {
  margin-bottom: 2rem;
  font-size: 17px;
  line-height: 26px;
}
.page-events .event.teaser .link-item-expand {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  cursor: pointer;
}
.page-events .event.teaser .metabox {
  margin-bottom: 2rem;
}
.page-events .event.teaser .event-description {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-events .event.teaser.expanded .link-item-expand {
  display: none;
}
.page-events .event.teaser.expanded .event-description {
  display: block;
}
.page-events .block-list-controls {
  margin: 60px 0 60px 0;
}
body.page-static .prose {
  padding: 60px 0 80px 0;
}
body.page-static .prose h1 {
  text-transform: lowercase;
}
body.page-static .prose .image-center {
  margin: 0 auto;
}
body.page-static .prose .block {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 7.69230769%;
  padding-right: 7.69230769%;
  border-bottom: 1px solid #888888;
  text-align: center;
}
body.page-static .prose .block:first-child {
  padding-top: 0;
}
body.page-static .prose .block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
body.page-static .prose .static-content {
  position: relative;
}
body.page-static-text .prose {
  text-align: center;
}
body.page-static-text h1 {
  margin: 0;
  text-align: center;
}
body.page-static-text .static-content {
  margin-top: 40px;
}
body.page-static-text .static-content img {
  max-width: 100%;
}
body.page-static-advertising .prose {
  text-align: center;
}
body.page-static-advertising h1 {
  margin: 0;
  text-align: center;
}
body.page-static-advertising .content-intro {
  margin-top: 40px;
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}
body.page-static-advertising .content-intro h4 {
  min-height: 90px;
}
body.page-static-advertising ul.list-plain {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-static-advertising .table-formats td,
body.page-static-advertising .table-formats th {
  text-align: center;
}
body.page-static-advertising .table-formats th {
  color: #00b460;
  font-weight: normal;
}
body.page-static-advertising .content {
  border-bottom: none;
}
body.page-static-advertising ul.formats li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.page-static-advertising ul.formats.formats-print li {
  width: 115px;
}
body.page-static-advertising ul.formats.formats-web li {
  width: 160px;
}
body.page-static-advertising ul.formats img {
  display: block;
  margin-bottom: -5px;
}
body.page-static-advertising .box-alarm {
  padding: 25px;
  color: #fff;
  background: #007dff;
}
body.page-static-advertising .box-alarm a {
  color: #fff;
  text-decoration: underline;
}
body.page-spratelene-instituce .prose {
  text-align: center;
}
body.page-spratelene-instituce h1 {
  width: 100%;
  margin-bottom: 60px;
}
body.page-newsletter .pane-content {
  text-align: center;
  padding-bottom: 60px;
}
body.page-newsletter h1 {
  margin-top: 60px;
}
body.page-about-us #main {
  padding: 20px 0 0 0;
}
body.page-about-us #main h3 {
  text-align: center;
  font-size: 3.0rem;
}
body.page-about-us #main h4 {
  font-size: 1.8rem;
}
body.page-about-us #main hr {
  border-color: #888888;
}
body.page-about-us #main a {
  color: #007dff;
}
body.page-about-us #main a.link-pdf {
  padding-right: 10px;
  font-size: 1.6rem;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff3500;
}
body.page-about-us #main .block .content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 7.69230769%;
  padding-right: 7.69230769%;
  border-bottom: 1px solid #888888;
}
body.page-about-us #main .block-social {
  text-align: center;
}
body.page-about-us #main .block-contact {
  text-align: center;
  color: #fff;
  background: #007dff;
}
body.page-about-us #main .block-contact .content {
  border-bottom: none;
}
body.page-about-us #main .block-contact h4 {
  margin-bottom: 2px;
}
body.page-about-us #main .block-contact a {
  color: #fff;
}
body.page-about-us #main .block-contact #account.highlighted {
  font-size: 200%;
}
body.page-about-us #main .block-downloads h4 {
  margin-bottom: 2px;
}
body.page-info .pane-content {
  padding: 0;
}
body.page-info .pane-content h2 {
  text-align: center;
  font-size: 3.0rem;
}
body.page-info .pane-content h3 {
  text-align: center;
  font-size: 3.0rem;
}
body.page-info .pane-content h4 {
  font-size: 1.8rem;
}
body.page-info .pane-content .section-podporte-mecenas {
  padding: 60px 0 40px 0;
  background-color: #dd2c1e;
  font-size: 3.2rem;
  text-align: center;
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-info .pane-content .section-predplatne {
  padding: 40px 0 60px 0;
  background-color: #ff8a00;
}
body.page-info .pane-content .section-predplatne h2 {
  margin-bottom: 30px;
}
body.page-info .pane-content .section-predplatne h3 {
  margin-bottom: 5px;
}
body.page-info .pane-content .section-predplatne h4 {
  margin-bottom: 5px;
}
body.page-info .pane-content .section-predplatne .row {
  padding-bottom: 20px;
}
body.page-info .pane-content .section-predplatne .row-divider {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}
body.page-info .pane-content .section-predplatne .item {
  position: relative;
  min-height: 20rem;
  padding: 30px 0;
  text-align: center;
}
body.page-info .pane-content .section-predplatne .item .link-order {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
body.page-info .pane-content .section-predplatne .item .button {
  display: inline-block;
  background: #fff;
}
body.page-info .pane-content .section-predplatne h5.activate {
  margin-top: 40px;
  text-align: center;
}
body.page-info .pane-content .section-predplatne h5.activate a {
  color: #007dff;
}
body.page-info .pane-content .section-support {
  padding: 60px 0 0 0;
  background-color: #007dff;
  color: #fff;
}
body.page-info .pane-content .section-support h2 {
  margin-bottom: 6rem;
}
body.page-info .pane-content .section-support p {
  height: 46rem;
  font-size: 3.2rem;
  text-align: center;
}
body.page-info .pane-content .section-support p span {
  display: block;
  height: 4.2rem;
  margin: 0 auto;
  text-align: center;
  text-align: justify;
}
body.page-info .pane-content .section-support p span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
}
body.page-info .pane-content .section-support p span.c {
  text-align: center;
}
body.page-info .pane-content .section-support p a {
  color: #fff;
  text-decoration: underline;
}
body.page-info .pane-content .section-support .link-etic-codex {
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
}
body.page-auth.page-forgot #main,
body.page-auth.page-reset #main {
  padding: 60px 0;
}
body.page-auth.page-forgot #main form button,
body.page-auth.page-reset #main form button,
body.page-auth.page-forgot #main form input,
body.page-auth.page-reset #main form input,
body.page-auth.page-forgot #main form .button,
body.page-auth.page-reset #main form .button {
  width: 100%;
}
body.page-auth.page-forgot #main form input,
body.page-auth.page-reset #main form input {
  padding: 4px 10px;
  height: 30px;
}
body.page-auth.page-forgot #main .control-submit,
body.page-auth.page-reset #main .control-submit {
  margin-top: 30px;
}
body.page-login #main {
  padding: 60px 0;
}
body.page-login #main form button,
body.page-login #main form input,
body.page-login #main form .button {
  width: 100%;
}
body.page-login #main form input {
  padding: 4px 10px;
  height: 30px;
}
body.page-login #main .control-submit {
  margin-top: 30px;
}
body.page-profile #main {
  padding: 60px 0;
}
body.page-profile #main .form-section {
  width: 100%;
  padding-bottom: 20px;
  clear: left;
}
body.page-profile #main form button,
body.page-profile #main form input {
  width: 100%;
}
body.page-profile #main form input {
  padding: 4px 10px;
  height: 30px;
}
body.page-profile #main form .alert {
  margin-top: 20px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border: none;
}
body.page-profile #main form .alert i {
  position: relative;
  top: -3px;
  margin: 0 10px;
  vertical-align: middle;
}
body.page-profile #main .control-submit {
  margin-top: 30px;
}
body.page-register #main {
  padding: 60px 0;
}
body.page-register #main .form-section {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  padding-bottom: 20px;
  clear: left;
}
body.page-register #main form button,
body.page-register #main form input {
  width: 100%;
}
body.page-register #main form input {
  padding: 4px 10px;
  height: 30px;
}
body.page-account #main {
  padding: 60px 0;
  text-align: center;
}
body.page-account #main .alert {
  font-family: 'A2_black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-search-results .pane-content {
  padding-top: 100px;
  padding-bottom: 36px;
}
.page-search-results article.teaser-row:first-child {
  border-top: 1px solid #888888;
}
.page-search-results article.teaser-row .col-title {
  width: 53.84615385%;
}
.page-search-results article.teaser-row .col-link {
  width: 15.38461538%;
}
.page-search-results article.teaser-row .teaser-excerpt {
  padding: 0 10px 12px 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-search-results article.teaser-row .teaser-excerpt p {
  margin: 0 0 5px 0;
}
.page-search-results .block-list-controls {
  margin-top: 36px;
}
.page-search-results .no-results {
  text-align: center;
  margin-bottom: 50px;
}
/*# sourceMappingURL=default.css.map */