*,
::before,
::after {
  -moz-box-sizing: border-box;
  -wekkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../../lib/font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hlIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhs.ttf) format('truetype');
}
img,
video {
  max-width: 100%;
  height: auto;
}
input,
select,
button,
textarea {
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  max-width: 100%;
  min-width: 0;
  background: #fff;
  color: #000;
}
button::-moz-focus-inner {
  border: none;
}
label.jforms-label,
span.jforms-label,
label.jforms-required,
span.jforms-required-star {
  font-weight: 400;
}
span.jforms-required-star {
  color: #1C9CD9;
}
.jforms-checkboxes-selctrl {
  display: none;
}
.jforms-table th {
  padding: 0.2em 0.4em 0.2em 0;
}
.jforms-table td {
  padding: 0.2em 0 0.2em 0.4em;
}
.jforms-table th,
.jforms-table td {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 30em) {
  .jforms-table th,
  .jforms-table td {
    display: block;
    padding: 0;
  }
}
.jforms-table label.jforms-label,
.jforms-table span.jforms-label {
  display: inline-block;
  padding: 0.2em 0;
}
fieldset {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0.5em 0;
}
fieldset input[type="text"],
fieldset textarea,
fieldset select {
  width: 100%;
}
legend {
  padding: 0 1em;
}
html {
  background: #fff;
  height: 100%;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100%;
}
.header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #1C9CD9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0.2em 0.8em;
  position: relative;
}
@media (min-width: 65em) {
  .header {
    background: transparent;
    padding: 0.2em 1em;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.header__title {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.05em;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  white-space: nowrap;
}
@media (min-width: 30em) {
  .header__title {
    font-size: 1.2em;
  }
}
@media (min-width: 45em) {
  .header__title {
    font-size: 1.4em;
  }
}
@media (min-width: 65em) {
  .header__title {
    display: none;
  }
}
.header__back-to-home {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
}
@media (min-width: 65em) {
  .header__back-to-home {
    display: block;
  }
}
.header__back-to-home-link {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  width: 1em;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (min-width: 65em) {
  .header__back-to-home-link {
    display: block;
    background: url(../img/logo.png) left top no-repeat;
    background-size: contain;
    width: 120.76271186px;
    height: 75px;
    text-indent: -99999px;
    overflow: hidden;
    margin-left: 2.5em;
  }
}
@media (min-width: 65em) {
  .header__back-to-home-link_home {
    left: 1em;
    top: 0;
    position: absolute;
    z-index: 1000;
    width: 250px;
    height: 130.74398249px;
    background-image: url(../img/logo-with-background.png);
  }
}
.header__back-to-home-link-icon {
  width: 1em;
  display: inline-block;
  margin-right: 1em;
}
.header__back-to-home-link-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
}
@media (min-width: 65em) {
  .header__back-to-home-link-icon {
    display: none;
  }
}
.header__nav {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header__nav:hover .header__nav-container {
  display: block;
}
@media (min-width: 65em) {
  .header__nav:hover .header__nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 65em) {
  .header__nav {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
  }
}
.header__nav-link {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 65em) {
  .header__nav-link {
    display: none;
  }
}
.header__nav-link-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}
.header__nav-link-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
}
.header__nav-link-label {
  display: inline-block;
  vertical-align: middle;
}
.header__nav-container {
  position: absolute;
  z-index: 1000;
  background: #1C9CD9;
  display: none;
  left: 0;
}
@media (min-width: 65em) {
  .header__nav-container {
    position: static;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 1em;
  }
}
.header__menu {
  border-top: 1px solid #fff;
  list-style-type: none;
}
.header__menu:first-child {
  border-top: none;
}
@media (min-width: 65em) {
  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 0.95em;
    margin: 0.5em 0;
    border-top: none;
  }
}
.header__menu-item {
  border-top: 1px solid #fff;
}
.header__menu-item:first-child {
  border-top: none;
}
@media (min-width: 65em) {
  .header__menu-item {
    border-top: none;
    margin: 0 0.8em;
  }
}
.header__menu-item-link {
  padding: 0.4em 1.2em;
  display: block;
  color: #fff;
  text-decoration: none;
}
.header__menu-item-link:hover,
.header__menu-item-link:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 65em) {
  .header__menu-item-link {
    padding: 0;
    color: #000;
  }
  .header__menu-item-link:hover,
  .header__menu-item-link:focus {
    color: #1C9CD9;
  }
}
@media (min-width: 65em) {
  .locale-switcher {
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 65em) {
  .header__categories {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 65em) {
  .header__categories-item {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .header__categories-item:first-child {
    border-top: 1px solid #999;
  }
}
@media (min-width: 65em) {
  .header__categories-link {
    padding: 0.2em 1em;
  }
}
.main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  padding: 0 1em;
}
.footer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.9em;
  margin: 0 auto;
  width: 100%;
  padding: 0.55555556em 1.11111111em;
  background: #1C9CD9;
  text-align: center;
}
@media (min-width: 65em) {
  .footer {
    margin-top: 1.5em;
    border: 1px solid #ccc;
    background: transparent;
  }
}
.footer__items {
  list-style-type: none;
}
@media (min-width: 65em) {
  .footer__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 65em) {
  .footer__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer__item + .footer__item {
    margin-left: 2em;
  }
}
.footer__item-link {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 65em) {
  .footer__item-link {
    color: #000;
  }
}
.search-form__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.search-form__submit {
  border: none;
  background: transparent;
  color: #666;
}
.search-form__submit-icon {
  font-size: 1.2em;
}
.search-form__submit-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  vertical-align: middle;
}
.search-form__submit-label {
  display: none;
}
.search-form-simple {
  padding: 0.2em 0;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-order: 30;
  order: 30;
  margin: 0.5em auto;
}
.search-form-simple label {
  display: none;
}
.search-form-simple input {
  width: 100%;
  min-width: 8em;
}
@media (min-width: 35em) {
  .search-form-simple {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: -5;
    order: -5;
    margin: 0;
  }
  .search-form-simple input {
    max-width: 20em;
  }
}
@media (min-width: 65em) {
  .search-form-simple {
    margin: 0.8em 0;
  }
}
.search-form-simple_programme {
  -webkit-order: 10;
  order: 10;
}
@media (min-width: 65em) {
  .search-form-simple_programme {
    -webkit-order: -5;
    order: -5;
  }
}
@media (min-width: 65em) {
  .search-form-simple_side {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    background: #1C9CD9;
    padding: 0.5em 3em 0.5em 2em;
    height: 5em;
    margin-top: -5em;
    margin-left: -1em;
    margin-bottom: 0;
  }
  .search-form-simple_side form {
    height: 100%;
  }
  .search-form-simple_side .search-form__control {
    height: 100%;
  }
  .search-form-simple_side .search-form__submit {
    color: #fff;
  }
}
@media (min-width: 100em) {
}
@media (min-width: 65em) {
  .search-form_side {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
    margin-top: 0;
  }
}
.search-form-advanced {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -webkit-order: -5;
  order: -5;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1em;
}
.search-form-advanced input,
.search-form-advanced label,
.search-form-advanced span {
  vertical-align: middle;
}
.search-form-advanced .jforms-chkbox {
  white-space: nowrap;
  margin-right: 0.6em;
}
.search-form-advanced .jforms-chkbox label {
  margin-left: 0.2em;
}
.search-form-advanced form {
  font-size: 0.9em;
}
@media (min-width: 65em) {
  .search-form-advanced {
    background: #1C9CD9;
    color: #fff;
    margin: 0 -1em 1em;
    padding: 1em;
  }
  .search-form-advanced table,
  .search-form-advanced tbody,
  .search-form-advanced th,
  .search-form-advanced td {
    display: block;
    padding: 0;
  }
  .search-form-advanced tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .search-form-advanced tr {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .search-form-advanced tr + tr {
    margin-left: 2em;
  }
  .search-form-advanced .jforms-submit-buttons {
    margin: 0.5em 0;
  }
}
/*
.search-form_side{
    .flex-order(10);
    @media(min-width:65em){
    .flex-basis(30%);
    background:#1C9CD9;
    }
    
}
*/
.mystreaming-zone {
  font-size: 0.9em;
  padding: 0.2em 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.mystreaming-zone::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 1.4em;
  margin-right: 0.2em;
  color: #fff;
}
@media (min-width: 65em) {
  .mystreaming-zone {
    font-size: 0.95em;
    padding: 0.5em 0 0.5em 1.05263158em;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
  }
  .mystreaming-zone::before {
    color: #999;
  }
}
.mystreaming-zone__title {
  display: none;
}
.mystreaming-zone__link {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 65em) {
  .mystreaming-zone__link {
    color: #000;
  }
}
.goto-search {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 65em) {
  .goto-search {
    display: none;
  }
}
.goto-search__link {
  color: #fff;
  text-decoration: none;
}
.goto-search__link-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.goto-search__link-label {
  display: none;
}
.form-filter-order {
  padding: 0.2em 0;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-order: -4;
  order: -4;
}
.form-filter-order .jforms-required-star {
  display: none;
}
.form-filter-order input,
.form-filter-order label {
  vertical-align: middle;
}
.form-filter-order p {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em;
}
@media (min-width: 35em) {
  .form-filter-order {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 65em) {
  .form-filter-order {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    text-align: right;
    /*.jforms-submit{
            border:none;
        }*/
  }
}
.goto-zone {
  padding: 0.2em 0;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-order: -5;
  order: -5;
  text-align: right;
}
@media (min-width: 35em) {
  .goto-zone {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 65em) {
}
.gotozone__link {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.gotozone__link,
.gotozone__link:hover,
.gotozone__link:focus {
  color: #666;
  text-decoration: none;
}
.goto-zone__link-icon {
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 0.05em solid #666;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  padding: 0.6em 0 0.1em;
  margin: 0.1em auto;
}
.goto-zone__link-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  vertical-align: middle;
  height: 1em;
  width: 1em;
  line-height: 0;
}
.goto-zone__link-label + .goto-zone__link-icon {
  margin-left: 0.2em;
}
@media (min-width: 45em) and (max-width: 65em) {
  .goto-zone_programme {
    display: none;
  }
}
@media (min-width: 65em) {
  .goto-zone_programme {
    display: block;
  }
}
.programme {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 65em) {
  .programme {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .programme::before {
    content: '';
    padding-top: 44%;
    display: block;
  }
}
@media (min-width: 80em) {
  .programme::before {
    padding-top: 40%;
  }
}
.programme__video {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: -1;
  order: -1;
  position: relative;
  overflow: hidden;
  background: #000;
  /*&::before{
        content:'';
        padding-top: 55%;
        display: block;
    }*/
}
.programme__video video {
  display: block;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 65em) {
  .programme__video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5em;
    /*position:static;
        overflow: initial;
        &::before{            
            display:none;
        }*/
  }
}
.programme__picture {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: -1;
  order: -1;
  position: relative;
  overflow: hidden;
}
.programme__picture::before {
  content: '';
  padding-top: 44%;
  display: block;
}
@media (min-width: 65em) {
  .programme__picture {
    position: static;
    overflow: initial;
  }
  .programme__picture::before {
    display: none;
  }
}
.programme__picture-img {
  display: block;
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
  left: -100%;
  right: -100%;
  width: 100%;
}
.programme__info {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0.4em 0.8em;
  color: #fff;
  position: relative;
  z-index: 100;
  background: #1C9CD9;
}
.programme__info::before {
  content: '';
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  border-left: 1px solid #fff;
  margin-left: 0.8em;
}
@media (min-width: 65em) {
  .programme__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 156, 217, 0.7);
    height: 5em;
    padding: 1em 5em 1em;
  }
}
.programme__name {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-order: -1;
  order: -1;
  font-weight: 300;
  font-size: 1.1em;
}
.programme__name-link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.programme__name-link:hover,
.programme__name-link:active {
  text-decoration: none;
}
.programme__synopsis {
  display: none;
  -webkit-flex: 1 1 30em;
  -ms-flex: 1 1 30em;
  flex: 1 1 30em;
  font-size: 0.9em;
  margin-left: 0.88888889em;
}
.programme__theme-episodes-duration {
  font-size: 0.9em;
  margin-left: 0.88888889em;
}
.programme__format {
  margin-left: 0.8em;
  display: none;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  border: 1px solid #fff;
  background: #fff;
  color: #1C9CD9;
  font-style: italic;
  font-weight: 500;
}
.programme__picture-legend {
  font-size: 0.8em;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-style: italic;
  margin-left: auto;
  padding-left: 1em;
}
@media (min-width: 65em) {
  .programme__picture-legend {
    margin-right: -5em;
  }
}
.programme__localization-unavailable {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  font-size: 1.4em;
  text-align: center;
}
.programme__view {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.8em;
}
.programme__view-link {
  display: block;
  text-decoration: none;
}
.programme__view-link:hover,
.programme__view-link:focus {
  text-decoration: none;
}
.programme__view-icon {
  display: block;
}
.programme__view-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  background: #fff;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #1C9CD9;
}
.programme__view-icon:hover::before,
.programme__view-icon:focus::before {
  background: #1C9CD9;
  color: #fff;
}
.programme__view-label {
  display: none;
}
.programme__stream {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.8em;
}
.programme__stream-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.programme__stream-link:hover,
.programme__stream-link:focus {
  text-decoration: none;
}
.programme__stream-link:hover .programme__stream-icon::before,
.programme__stream-link:focus .programme__stream-icon::before {
  background: #1C9CD9;
  color: #fff;
}
.programme__stream-icon {
  display: block;
  margin-right: 0.2em;
}
.programme__stream-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  background: #fff;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #1C9CD9;
}
.programme__stream-label {
  font-size: 0.9em;
}
.programme__pdf {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.8em;
}
.programme__pdf-link {
  margin-left: 0.8em;
  display: block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  border: 1px solid #fff;
  background: #fff;
  color: #1C9CD9;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}
.programme__pdf-link:hover,
.programme__pdf-link:focus {
  text-decoration: none;
}
.programme__pdf-icon {
  display: none;
}
.programme__the-box-distribution {
  width: 70px;
  height: 70px;
  background: url(../img/thebox.png) left top no-repeat;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 10000;
}
@media (min-width: 35em) {
  .programme__the-box-distribution {
    width: 70px;
    height: 70px;
    right: 1em;
    top: 1em;
  }
}
@media (min-width: 65em) {
  .programme__the-box-distribution {
    width: 70px;
    height: 70px;
  }
}
.programme__boomerang {
  width: 120px;
  height: 35.22580645px;
  background: url(../img/boomerang.png) left top no-repeat;
  background-size: contain;
  text-indent: -99999px;
  border-radius: 0.2em;
  overflow: hidden;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 10000;
}
@media (min-width: 35em) {
  .programme__boomerang {
    width: 165px;
    height: 48.43548387px;
    right: 1em;
    top: 1em;
  }
}
@media (min-width: 65em) {
  .programme__boomerang {
    width: 165px;
    height: 48.43548387px;
  }
}
@media (min-width: 80em) {
  .programme__boomerang {
    width: 165px;
    height: 48.43548387px;
  }
}
@media (min-width: 30em) {
  .programme__format {
    display: block;
  }
  .programme__name {
    font-size: 1.2em;
  }
}
@media (min-width: 65em) {
  .programme__name {
    font-size: 1.4em;
  }
}
@media (min-width: 80em) {
  .programme__synopsis {
    display: block;
    font-size: 1em;
  }
  .programme__format {
    font-size: 1.1em;
  }
  .programme__name {
    font-size: 1.8em;
  }
}
.programmes-banner {
  margin: 0 -1em;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  -webkit-order: -20;
  order: -20;
}
.programmes-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.programmes-banner__programme.programme {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
}
.programme.programme_premium {
  -webkit-order: -20;
  order: -20;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -1em;
}
.programme.programme_premium::before {
  padding-top: 55%;
}
@media (min-width: 65em) {
  .programme.programme_premium {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    margin-left: 0;
  }
  .programme.programme_premium .programme__name {
    font-size: 1.4em;
  }
  .programme.programme_premium .programme__synopsis {
    font-size: 0.85em;
  }
}
.programme_premium .programme__picture::before {
  padding-top: 55%;
}
.programme.programme-standalone {
  position: relative;
  -webkit-order: -20;
  order: -20;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -1em;
}
.programme.programme-standalone::before {
  padding-top: 55%;
}
@media (min-width: 65em) {
  .programme.programme-standalone {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    margin-left: 0;
  }
  .programme.programme-standalone .programme__name {
    font-size: 1.4em;
    text-align: left;
  }
}
@media (min-width: 100em) {
  .programme.programme-standalone {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.programme-standalone .programme__picture::before {
  padding-top: 55%;
}
.programme-standalone__synopsis {
  padding: 0.8em 0;
  -webkit-order: 5;
  order: 5;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
}
@media (min-width: 45em) and (max-width: 65em) {
  .programme-standalone__synopsis {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
  }
}
@media (min-width: 65em) {
  .programme-standalone__synopsis {
    font-size: 1.05em;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    margin-left: 30%;
  }
}
@media (min-width: 100em) {
  .programme-standalone__synopsis {
    font-size: 1.2em;
    margin-left: 25em;
  }
}
.programme-standalone__synopsis p {
  margin: 0.5em 0;
}
.programme-standalone__synopsis :first-child {
  margin-top: 0;
}
.programme-standalone__synopsis :last-child {
  margin-bottom: 0;
}
.programme-standalone__synopsis a {
  color: #1C9CD9;
  text-decoration: none;
}
.programme-standalone__synopsis a:hover,
.programme-standalone__synopsis a:focus {
  text-decoration: underline;
}
.programme-standalone__synopsis ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
.programme-standalone__synopsis ol {
  padding-left: 2em;
}
.programme-standalone__synopsis li {
  margin: 0.3em 0;
}
.programme-standalone__category-theme {
  font-size: 0.9em;
}
.programme-standalone__category {
  font-size: 1.3em;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.programme-standalone__category:hover,
.programme-standalone__category:focus {
  text-decoration: none;
  color: #1C9CD9;
}
.programme-standalone__theme {
  font-size: 1.1em;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.programme-standalone__theme:hover,
.programme-standalone__theme:focus {
  text-decoration: none;
  color: #1C9CD9;
}
.programme-standalone__side {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.8em 0;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
}
@media (min-width: 45em) and (max-width: 65em) {
  .programme-standalone__side {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-right: 5%;
  }
}
@media (min-width: 65em) {
  .programme-standalone__side {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-order: -25;
    order: -25;
    padding: 1em  2em 0 0;
    text-align: left;
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .programme-standalone__side {
    padding-left: 3em;
  }
}
@media (min-width: 100em) {
  .programme-standalone__side {
    max-width: 30em;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
  }
}
.programme-standalone__info {
  margin-top: 1em;
}
@media (min-width: 45em) {
  .programme-standalone__info {
    font-size: 0.8em;
  }
}
@media (min-width: 80em) {
  .programme-standalone__info {
    font-size: 0.9em;
  }
}
.programme-standalone__info-name {
  font-weight: 400;
  display: inline;
}
.programme-standalone__info-value {
  display: inline;
}
.programme-standalone__info-value::after {
  content: '';
  display: block;
  height: 0.1em;
}
.programmes__programme {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  background: #bbb;
}
.programmes__programme:nth-child(1n + 1) {
  margin-right: 0;
}
.programmes__programme:not(:nth-child(1n + 1)) {
  margin-right: 0;
}
.programmes__programme::before {
  content: '';
  padding-top: 70%;
  display: block;
}
.programmes__programme-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 156, 217, 0.9);
  z-index: 100;
  color: #fff;
  padding: 0.2em 0.5em;
  max-height: 100%;
  overflow: hidden;
}
.programmes__programme-picture-img {
  display: block;
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
  left: -100%;
  right: -100%;
  width: auto;
  max-width: none;
  height: 100%;
}
.programmes__programme-name {
  font-weight: 300;
}
.programmes__programme-name-link {
  color: #fff;
  text-decoration: none;
}
.programmes__programme-name-link:hover,
.programmes__programme-name-link:focus {
  text-decoration: none;
}
.programmes__programme-episodes-duration {
  font-size: 0.8em;
}
.programmes__programme-synopsis {
  font-size: 0.9em;
  margin: 0.2em 0;
  display: none;
}
.programmes__programme-view {
  display: none;
}
.programmes__programme-view-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.programmes__programme-view-link:hover,
.programmes__programme-view-link:focus {
  text-decoration: none;
}
.programmes__programme-view-icon {
  display: none;
}
.programmes__programme-view-label {
  display: none;
}
.programmes__programme:hover .programmes__programme-synopsis,
.programmes__programme:focus .programmes__programme-synopsis,
.programmes__programme:hover .programmes__programme-view,
.programmes__programme:focus .programmes__programme-view {
  display: block;
}
.programmes__programme:hover .programmes__programme-info,
.programmes__programme:focus .programmes__programme-info {
  top: 0;
}
@media (min-width: 35em) {
  /*.programmes{
        .flex-display();
        .flex-flow(row,wrap);
    }*/
  .programmes__programme {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    margin-right: 0;
  }
  .programmes__programme:nth-child(2n + 2) {
    margin-right: 0;
  }
  .programmes__programme:not(:nth-child(2n + 2)) {
    margin-right: 0;
  }
}
@media (min-width: 55em) {
  .programmes__programme {
    -webkit-flex-basis: 33.33333333%;
    -moz-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    margin-right: 0;
  }
  .programmes__programme:nth-child(3n + 3) {
    margin-right: 0;
  }
  .programmes__programme:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .programmes__programme {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    margin-right: 0;
  }
  .programmes__programme:nth-child(4n + 4) {
    margin-right: 0;
  }
  .programmes__programme:not(:nth-child(4n + 4)) {
    margin-right: 0;
  }
}
@media (min-width: 100em) {
  .programmes__programme {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    margin-right: 0;
  }
  .programmes__programme:nth-child(5n + 5) {
    margin-right: 0;
  }
  .programmes__programme:not(:nth-child(5n + 5)) {
    margin-right: 0;
  }
}
@media (min-width: 120em) {
  .programmes__programme {
    -webkit-flex-basis: 16.66666667%;
    -moz-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    margin-right: 0;
  }
  .programmes__programme:nth-child(6n + 6) {
    margin-right: 0;
  }
  .programmes__programme:not(:nth-child(6n + 6)) {
    margin-right: 0;
  }
}
.themes {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-order: -6;
  order: -6;
  text-align: center;
}
@media (min-width: 65em) {
  .themes {
    -webkit-order: -25;
    order: -25;
    max-width: 30em;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    padding: 1em 2em 0 3em;
    text-align: left;
  }
}
.themes__items {
  list-style-type: none;
}
@media (min-width: 65em) {
  .themes__items {
    margin-top: 1em;
    padding: 0.6em;
  }
}
@media (min-width: 90em) {
  .themes__items {
    margin-right: 2em;
    margin-top: 1em;
    padding: 1em;
  }
}
.themes__item {
  border-top: 1px solid #999;
}
.themes__item:first-child {
  border-top: none;
}
@media (min-width: 65em) {
  .themes__item {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    border-top: none;
  }
  .themes__item + .themes__item {
    margin-top: 0.8em;
  }
}
@media (min-width: 90em) {
  .themes__item {
    font-size: 1.1em;
  }
}
.themes__item-link {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0.1em 0.4em;
}
.themes__item-link.themes__item-link_active,
.themes__item-link:hover,
.themes__item-link:focus {
  color: #1C9CD9;
  text-decoration: none;
  /*@media(min-width:65em){
            color:#fff;
        }*/
}
.themes__item-link.themes__item-link_active {
  font-weight: 600;
}
@media (min-width: 65em) {
  .themes__item-link.themes__item-link_active {
    font-weight: 600;
  }
}
.themes__item-link.themes__item-link_active-single {
  font-weight: 600;
}
@media (min-width: 65em) {
  .themes__item-link.themes__item-link_active-single {
    font-weight: 600;
  }
}
@media (min-width: 65em) {
  .themes__item-link {
    padding: 0;
    display: inline;
    color: #fff;
  }
}
.page {
  -webkit-order: -20;
  order: -20;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 65em) {
  .page {
    -webkit-order: 0;
    order: 0;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    margin: 0 -1em -1.35em 0;
    background: #eee;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
  }
}
.page__header {
  padding: 1em 0;
}
@media (min-width: 65em) {
  .page__header {
    padding: 1em;
    height: 5em;
    background: #1C9CD9;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.page__title {
  font-size: 1.3em;
  font-weight: 400;
}
@media (min-width: 65em) {
  .page__title {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.page__content {
  margin: 1em 0;
}
@media (min-width: 65em) {
  .page__content {
    margin: 1em 1em;
  }
}
.page__content p {
  margin: 0.5em 0;
}
.page__content :first-child {
  margin-top: 0;
}
.page__content :last-child {
  margin-bottom: 0;
}
.page__content a {
  color: #1C9CD9;
  text-decoration: none;
}
.page__content a:hover,
.page__content a:focus {
  text-decoration: underline;
}
.page__content ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
.page__content ol {
  padding-left: 2em;
}
.page__content li {
  margin: 0.3em 0;
}
.news-items .news-item {
  margin: 1em 0;
}
@media (min-width: 65em) {
  .news-items .news-item {
    margin: 1em;
  }
}
.news-items .news-item + .news-item {
  margin-top: 2.5em;
}
.news-items .news-item__title {
  font-weight: 400;
}
.news-items .news-item__more-link {
  color: #1C9CD9;
  text-decoration: none;
}
.news-items .news-item__more-link:hover,
.news-items .news-item__more-link:focus {
  text-decoration: underline;
}
.news-item__content {
  margin: 0.6em 0;
}
.news-item__content p {
  margin: 0.5em 0;
}
.news-item__content :first-child {
  margin-top: 0;
}
.news-item__content :last-child {
  margin-bottom: 0;
}
.news-item__content a {
  color: #1C9CD9;
  text-decoration: none;
}
.news-item__content a:hover,
.news-item__content a:focus {
  text-decoration: underline;
}
.news-item__content ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
.news-item__content ol {
  padding-left: 2em;
}
.news-item__content li {
  margin: 0.3em 0;
}
.news-item__date {
  font-size: 0.8em;
}
.contacts,
.contact {
  position: relative;
}
@media (min-width: 65em) {
  .contacts__items {
    margin: 1em;
  }
}
.contacts__item-name {
  font-weight: 400;
}
.contacts__item-description {
  font-size: 0.9em;
  margin: 0.5em 0;
}
.contacts__item-description + .contacts__item-name {
  margin-top: 2em;
}
.contacts__item-link {
  display: inline-block;
  margin-top: 0.5em;
  color: #1C9CD9;
  text-decoration: none;
}
.contacts__item-link:hover,
.contacts__item-link:focus {
  text-decoration: underline;
}
@media (min-width: 65em) {
  .contact__form_sent {
    margin: 1em;
  }
}
.contact__info {
  margin-bottom: 1em;
}
@media (min-width: 65em) {
  .contact__info {
    margin: 1em 0;
  }
}
.contact__contact-title {
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media (min-width: 65em) {
  .contact__form {
    margin: 1em 0;
  }
}
.contact__form-title {
  font-weight: 400;
}
.lsd-about {
  margin: 2.5em 0 1em 0;
}
@media (min-width: 65em) {
  .lsd-about {
    position: absolute;
    left: 2em;
    top: 5em;
    margin: 1em 1em 0 -42.85714286%;
  }
}
.lsd-about__title {
  font-weight: 400;
  margin-bottom: 0.5em;
}
.lsd-about__group a {
  color: #1C9CD9;
  text-decoration: none;
}
.lsd-about__group a:hover,
.lsd-about__group a:focus {
  text-decoration: underline;
}
.lsd-about__group,
.lsd-about__address,
.lsd-about__phones {
  font-size: 0.9em;
}
.stream-streams__title {
  font-weight: 400;
  font-size: 1em;
}
.stream-streams__items {
  font-size: 0.9em;
  list-style-type: none;
}
.stream-streams__item {
  margin: 0.1em 0;
}
.stream-streams__item-link {
  color: #1C9CD9;
  text-decoration: none;
}
.stream-streams__item-link:hover,
.stream-streams__item-link:focus {
  text-decoration: underline;
}
.stream-back-to-programme {
  margin: 0.5em 0;
}
.stream-back-to-programme__link {
  color: #1C9CD9;
  text-decoration: none;
}
.stream-back-to-programme__link:hover,
.stream-back-to-programme__link:focus {
  text-decoration: underline;
}
.programmes__programme_category-documentaries .programmes__programme-view-icon::before {
  color: #afbe5f;
}
.programmes__programme_category-documentaries .programmes__programme-view-icon:hover::before,
.programmes__programme_category-documentaries .programmes__programme-view-icon:focus::before {
  background: #afbe5f;
  color: #fff;
}
.programmes__programme_category-documentaries .programmes__programme-info {
  background: rgba(175, 190, 95, 0.9);
}
.programmes__programme_category-documentaries:hover .programmes__programme-info,
.programmes__programme_category-documentaries:focus .programmes__programme-info {
  background: rgba(85, 94, 38, 0.9);
}
.programme_category-documentaries .programme__view-icon::before {
  color: #afbe5f;
}
.programme_category-documentaries .programme__view-icon:hover::before,
.programme_category-documentaries .programme__view-icon:focus::before {
  background: #afbe5f;
  color: #fff;
}
.programme_category-documentaries .programme__format {
  color: #afbe5f;
}
.programme_category-documentaries .programme__info {
  background: #afbe5f;
}
@media (min-width: 65em) {
  .programme_category-documentaries .programme__info {
    background: rgba(175, 190, 95, 0.9);
  }
}
.programme_category-documentaries .programme__pdf-link {
  color: #afbe5f;
}
.programme_category-documentaries .programme__pdf-link:hover,
.programme_category-documentaries .programme__pdf-link:focus {
  background: #afbe5f;
  color: #fff;
}
.programme_category-documentaries .programme__stream-link .programme__stream-icon::before {
  color: #afbe5f;
}
.programme_category-documentaries .programme__stream-link:hover .programme__stream-icon::before,
.programme_category-documentaries .programme__stream-link:focus .programme__stream-icon::before {
  background: #afbe5f;
  color: #fff;
}
@media (min-width: 65em) {
  .header__categories-link.header__categories-link_documentaries:hover,
  .header__categories-link.header__categories-link_documentaries:focus {
    color: #afbe5f;
  }
  .header__categories-link.header__categories-link_documentaries.header__categories-link_active {
    background: #afbe5f;
    color: #fff;
  }
}
.themes__item-link_category-documentaries.themes__item-link_active,
.themes__item-link_category-documentaries:hover,
.themes__item-link_category-documentaries:focus {
  color: #afbe5f;
}
@media (min-width: 65em) {
  .themes__item-link_category-documentaries.themes__item-link_active,
  .themes__item-link_category-documentaries:hover,
  .themes__item-link_category-documentaries:focus {
    color: #000;
  }
}
@media (min-width: 65em) {
  .themes.themes_category-documentaries .themes__items {
    background: rgba(175, 190, 95, 0.7);
  }
}
.programme-standalone__side.programme-standalone__side_category-documentaries {
  /*
        @media(min-width:65em){
            background:fadeout(@@color,30);
        }*/
}
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-streams__item-link,
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-back-to-programme__link {
  color: #afbe5f;
}
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-streams__item-link:hover,
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-back-to-programme__link:hover,
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-streams__item-link:focus,
.programme-standalone__side.programme-standalone__side_category-documentaries .stream-back-to-programme__link:focus {
  color: #afbe5f;
}
.programme-standalone__side.programme-standalone__side_category-documentaries .programme-standalone__category {
  color: #afbe5f;
}
.programme-standalone__side.programme-standalone__side_category-documentaries .programme-standalone__category:hover,
.programme-standalone__side.programme-standalone__side_category-documentaries .programme-standalone__category:focus {
  color: #000;
}
.programme-standalone__side.programme-standalone__side_category-documentaries .programme-standalone__theme:hover,
.programme-standalone__side.programme-standalone__side_category-documentaries .programme-standalone__theme:focus {
  color: #afbe5f;
}
@media (min-width: 65em) {
  .search-form-simple_category-documentaries {
    background: #afbe5f;
  }
}
.programmes__programme_category-animation .programmes__programme-view-icon::before {
  color: #d489af;
}
.programmes__programme_category-animation .programmes__programme-view-icon:hover::before,
.programmes__programme_category-animation .programmes__programme-view-icon:focus::before {
  background: #d489af;
  color: #fff;
}
.programmes__programme_category-animation .programmes__programme-info {
  background: rgba(212, 137, 175, 0.9);
}
.programmes__programme_category-animation:hover .programmes__programme-info,
.programmes__programme_category-animation:focus .programmes__programme-info {
  background: rgba(144, 52, 99, 0.9);
}
.programme_category-animation .programme__view-icon::before {
  color: #d489af;
}
.programme_category-animation .programme__view-icon:hover::before,
.programme_category-animation .programme__view-icon:focus::before {
  background: #d489af;
  color: #fff;
}
.programme_category-animation .programme__format {
  color: #d489af;
}
.programme_category-animation .programme__info {
  background: #d489af;
}
@media (min-width: 65em) {
  .programme_category-animation .programme__info {
    background: rgba(212, 137, 175, 0.9);
  }
}
.programme_category-animation .programme__pdf-link {
  color: #d489af;
}
.programme_category-animation .programme__pdf-link:hover,
.programme_category-animation .programme__pdf-link:focus {
  background: #d489af;
  color: #fff;
}
.programme_category-animation .programme__stream-link .programme__stream-icon::before {
  color: #d489af;
}
.programme_category-animation .programme__stream-link:hover .programme__stream-icon::before,
.programme_category-animation .programme__stream-link:focus .programme__stream-icon::before {
  background: #d489af;
  color: #fff;
}
@media (min-width: 65em) {
  .header__categories-link.header__categories-link_animation:hover,
  .header__categories-link.header__categories-link_animation:focus {
    color: #d489af;
  }
  .header__categories-link.header__categories-link_animation.header__categories-link_active {
    background: #d489af;
    color: #fff;
  }
}
.themes__item-link_category-animation.themes__item-link_active,
.themes__item-link_category-animation:hover,
.themes__item-link_category-animation:focus {
  color: #d489af;
}
@media (min-width: 65em) {
  .themes__item-link_category-animation.themes__item-link_active,
  .themes__item-link_category-animation:hover,
  .themes__item-link_category-animation:focus {
    color: #000;
  }
}
@media (min-width: 65em) {
  .themes.themes_category-animation .themes__items {
    background: rgba(212, 137, 175, 0.7);
  }
}
.programme-standalone__side.programme-standalone__side_category-animation {
  /*
        @media(min-width:65em){
            background:fadeout(@@color,30);
        }*/
}
.programme-standalone__side.programme-standalone__side_category-animation .stream-streams__item-link,
.programme-standalone__side.programme-standalone__side_category-animation .stream-back-to-programme__link {
  color: #d489af;
}
.programme-standalone__side.programme-standalone__side_category-animation .stream-streams__item-link:hover,
.programme-standalone__side.programme-standalone__side_category-animation .stream-back-to-programme__link:hover,
.programme-standalone__side.programme-standalone__side_category-animation .stream-streams__item-link:focus,
.programme-standalone__side.programme-standalone__side_category-animation .stream-back-to-programme__link:focus {
  color: #d489af;
}
.programme-standalone__side.programme-standalone__side_category-animation .programme-standalone__category {
  color: #d489af;
}
.programme-standalone__side.programme-standalone__side_category-animation .programme-standalone__category:hover,
.programme-standalone__side.programme-standalone__side_category-animation .programme-standalone__category:focus {
  color: #000;
}
.programme-standalone__side.programme-standalone__side_category-animation .programme-standalone__theme:hover,
.programme-standalone__side.programme-standalone__side_category-animation .programme-standalone__theme:focus {
  color: #d489af;
}
@media (min-width: 65em) {
  .search-form-simple_category-animation {
    background: #d489af;
  }
}
.programmes__programme_category-drama .programmes__programme-view-icon::before {
  color: #698fba;
}
.programmes__programme_category-drama .programmes__programme-view-icon:hover::before,
.programmes__programme_category-drama .programmes__programme-view-icon:focus::before {
  background: #698fba;
  color: #fff;
}
.programmes__programme_category-drama .programmes__programme-info {
  background: rgba(105, 143, 186, 0.9);
}
.programmes__programme_category-drama:hover .programmes__programme-info,
.programmes__programme_category-drama:focus .programmes__programme-info {
  background: rgba(43, 67, 95, 0.9);
}
.programme_category-drama .programme__view-icon::before {
  color: #698fba;
}
.programme_category-drama .programme__view-icon:hover::before,
.programme_category-drama .programme__view-icon:focus::before {
  background: #698fba;
  color: #fff;
}
.programme_category-drama .programme__format {
  color: #698fba;
}
.programme_category-drama .programme__info {
  background: #698fba;
}
@media (min-width: 65em) {
  .programme_category-drama .programme__info {
    background: rgba(105, 143, 186, 0.9);
  }
}
.programme_category-drama .programme__pdf-link {
  color: #698fba;
}
.programme_category-drama .programme__pdf-link:hover,
.programme_category-drama .programme__pdf-link:focus {
  background: #698fba;
  color: #fff;
}
.programme_category-drama .programme__stream-link .programme__stream-icon::before {
  color: #698fba;
}
.programme_category-drama .programme__stream-link:hover .programme__stream-icon::before,
.programme_category-drama .programme__stream-link:focus .programme__stream-icon::before {
  background: #698fba;
  color: #fff;
}
@media (min-width: 65em) {
  .header__categories-link.header__categories-link_drama:hover,
  .header__categories-link.header__categories-link_drama:focus {
    color: #698fba;
  }
  .header__categories-link.header__categories-link_drama.header__categories-link_active {
    background: #698fba;
    color: #fff;
  }
}
.themes__item-link_category-drama.themes__item-link_active,
.themes__item-link_category-drama:hover,
.themes__item-link_category-drama:focus {
  color: #698fba;
}
@media (min-width: 65em) {
  .themes__item-link_category-drama.themes__item-link_active,
  .themes__item-link_category-drama:hover,
  .themes__item-link_category-drama:focus {
    color: #000;
  }
}
@media (min-width: 65em) {
  .themes.themes_category-drama .themes__items {
    background: rgba(105, 143, 186, 0.7);
  }
}
.programme-standalone__side.programme-standalone__side_category-drama {
  /*
        @media(min-width:65em){
            background:fadeout(@@color,30);
        }*/
}
.programme-standalone__side.programme-standalone__side_category-drama .stream-streams__item-link,
.programme-standalone__side.programme-standalone__side_category-drama .stream-back-to-programme__link {
  color: #698fba;
}
.programme-standalone__side.programme-standalone__side_category-drama .stream-streams__item-link:hover,
.programme-standalone__side.programme-standalone__side_category-drama .stream-back-to-programme__link:hover,
.programme-standalone__side.programme-standalone__side_category-drama .stream-streams__item-link:focus,
.programme-standalone__side.programme-standalone__side_category-drama .stream-back-to-programme__link:focus {
  color: #698fba;
}
.programme-standalone__side.programme-standalone__side_category-drama .programme-standalone__category {
  color: #698fba;
}
.programme-standalone__side.programme-standalone__side_category-drama .programme-standalone__category:hover,
.programme-standalone__side.programme-standalone__side_category-drama .programme-standalone__category:focus {
  color: #000;
}
.programme-standalone__side.programme-standalone__side_category-drama .programme-standalone__theme:hover,
.programme-standalone__side.programme-standalone__side_category-drama .programme-standalone__theme:focus {
  color: #698fba;
}
@media (min-width: 65em) {
  .search-form-simple_category-drama {
    background: #698fba;
  }
}
.programmes__programme_category-feature_films .programmes__programme-view-icon::before {
  color: #90989b;
}
.programmes__programme_category-feature_films .programmes__programme-view-icon:hover::before,
.programmes__programme_category-feature_films .programmes__programme-view-icon:focus::before {
  background: #90989b;
  color: #fff;
}
.programmes__programme_category-feature_films .programmes__programme-info {
  background: rgba(144, 152, 155, 0.9);
}
.programmes__programme_category-feature_films:hover .programmes__programme-info,
.programmes__programme_category-feature_films:focus .programmes__programme-info {
  background: rgba(69, 75, 77, 0.9);
}
.programme_category-feature_films .programme__view-icon::before {
  color: #90989b;
}
.programme_category-feature_films .programme__view-icon:hover::before,
.programme_category-feature_films .programme__view-icon:focus::before {
  background: #90989b;
  color: #fff;
}
.programme_category-feature_films .programme__format {
  color: #90989b;
}
.programme_category-feature_films .programme__info {
  background: #90989b;
}
@media (min-width: 65em) {
  .programme_category-feature_films .programme__info {
    background: rgba(144, 152, 155, 0.9);
  }
}
.programme_category-feature_films .programme__pdf-link {
  color: #90989b;
}
.programme_category-feature_films .programme__pdf-link:hover,
.programme_category-feature_films .programme__pdf-link:focus {
  background: #90989b;
  color: #fff;
}
.programme_category-feature_films .programme__stream-link .programme__stream-icon::before {
  color: #90989b;
}
.programme_category-feature_films .programme__stream-link:hover .programme__stream-icon::before,
.programme_category-feature_films .programme__stream-link:focus .programme__stream-icon::before {
  background: #90989b;
  color: #fff;
}
@media (min-width: 65em) {
  .header__categories-link.header__categories-link_feature_films:hover,
  .header__categories-link.header__categories-link_feature_films:focus {
    color: #90989b;
  }
  .header__categories-link.header__categories-link_feature_films.header__categories-link_active {
    background: #90989b;
    color: #fff;
  }
}
.themes__item-link_category-feature_films.themes__item-link_active,
.themes__item-link_category-feature_films:hover,
.themes__item-link_category-feature_films:focus {
  color: #90989b;
}
@media (min-width: 65em) {
  .themes__item-link_category-feature_films.themes__item-link_active,
  .themes__item-link_category-feature_films:hover,
  .themes__item-link_category-feature_films:focus {
    color: #000;
  }
}
@media (min-width: 65em) {
  .themes.themes_category-feature_films .themes__items {
    background: rgba(144, 152, 155, 0.7);
  }
}
.programme-standalone__side.programme-standalone__side_category-feature_films {
  /*
        @media(min-width:65em){
            background:fadeout(@@color,30);
        }*/
}
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-streams__item-link,
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-back-to-programme__link {
  color: #90989b;
}
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-streams__item-link:hover,
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-back-to-programme__link:hover,
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-streams__item-link:focus,
.programme-standalone__side.programme-standalone__side_category-feature_films .stream-back-to-programme__link:focus {
  color: #90989b;
}
.programme-standalone__side.programme-standalone__side_category-feature_films .programme-standalone__category {
  color: #90989b;
}
.programme-standalone__side.programme-standalone__side_category-feature_films .programme-standalone__category:hover,
.programme-standalone__side.programme-standalone__side_category-feature_films .programme-standalone__category:focus {
  color: #000;
}
.programme-standalone__side.programme-standalone__side_category-feature_films .programme-standalone__theme:hover,
.programme-standalone__side.programme-standalone__side_category-feature_films .programme-standalone__theme:focus {
  color: #90989b;
}
@media (min-width: 65em) {
  .search-form-simple_category-feature_films {
    background: #90989b;
  }
}
.programmes__programme_category-performing_arts .programmes__programme-view-icon::before {
  color: #9b8bb2;
}
.programmes__programme_category-performing_arts .programmes__programme-view-icon:hover::before,
.programmes__programme_category-performing_arts .programmes__programme-view-icon:focus::before {
  background: #9b8bb2;
  color: #fff;
}
.programmes__programme_category-performing_arts .programmes__programme-info {
  background: rgba(155, 139, 178, 0.9);
}
.programmes__programme_category-performing_arts:hover .programmes__programme-info,
.programmes__programme_category-performing_arts:focus .programmes__programme-info {
  background: rgba(79, 65, 99, 0.9);
}
.programme_category-performing_arts .programme__view-icon::before {
  color: #9b8bb2;
}
.programme_category-performing_arts .programme__view-icon:hover::before,
.programme_category-performing_arts .programme__view-icon:focus::before {
  background: #9b8bb2;
  color: #fff;
}
.programme_category-performing_arts .programme__format {
  color: #9b8bb2;
}
.programme_category-performing_arts .programme__info {
  background: #9b8bb2;
}
@media (min-width: 65em) {
  .programme_category-performing_arts .programme__info {
    background: rgba(155, 139, 178, 0.9);
  }
}
.programme_category-performing_arts .programme__pdf-link {
  color: #9b8bb2;
}
.programme_category-performing_arts .programme__pdf-link:hover,
.programme_category-performing_arts .programme__pdf-link:focus {
  background: #9b8bb2;
  color: #fff;
}
.programme_category-performing_arts .programme__stream-link .programme__stream-icon::before {
  color: #9b8bb2;
}
.programme_category-performing_arts .programme__stream-link:hover .programme__stream-icon::before,
.programme_category-performing_arts .programme__stream-link:focus .programme__stream-icon::before {
  background: #9b8bb2;
  color: #fff;
}
@media (min-width: 65em) {
  .header__categories-link.header__categories-link_performing_arts:hover,
  .header__categories-link.header__categories-link_performing_arts:focus {
    color: #9b8bb2;
  }
  .header__categories-link.header__categories-link_performing_arts.header__categories-link_active {
    background: #9b8bb2;
    color: #fff;
  }
}
.themes__item-link_category-performing_arts.themes__item-link_active,
.themes__item-link_category-performing_arts:hover,
.themes__item-link_category-performing_arts:focus {
  color: #9b8bb2;
}
@media (min-width: 65em) {
  .themes__item-link_category-performing_arts.themes__item-link_active,
  .themes__item-link_category-performing_arts:hover,
  .themes__item-link_category-performing_arts:focus {
    color: #000;
  }
}
@media (min-width: 65em) {
  .themes.themes_category-performing_arts .themes__items {
    background: rgba(155, 139, 178, 0.7);
  }
}
.programme-standalone__side.programme-standalone__side_category-performing_arts {
  /*
        @media(min-width:65em){
            background:fadeout(@@color,30);
        }*/
}
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-streams__item-link,
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-back-to-programme__link {
  color: #9b8bb2;
}
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-streams__item-link:hover,
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-back-to-programme__link:hover,
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-streams__item-link:focus,
.programme-standalone__side.programme-standalone__side_category-performing_arts .stream-back-to-programme__link:focus {
  color: #9b8bb2;
}
.programme-standalone__side.programme-standalone__side_category-performing_arts .programme-standalone__category {
  color: #9b8bb2;
}
.programme-standalone__side.programme-standalone__side_category-performing_arts .programme-standalone__category:hover,
.programme-standalone__side.programme-standalone__side_category-performing_arts .programme-standalone__category:focus {
  color: #000;
}
.programme-standalone__side.programme-standalone__side_category-performing_arts .programme-standalone__theme:hover,
.programme-standalone__side.programme-standalone__side_category-performing_arts .programme-standalone__theme:focus {
  color: #9b8bb2;
}
@media (min-width: 65em) {
  .search-form-simple_category-performing_arts {
    background: #9b8bb2;
  }
}
.ad-popup {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ad-popup + main {
  display: none;
}
.ad-popup__inner {
  background: #fff;
  padding: 1em;
  margin: auto;
  width: 70%;
  max-width: 1200px;
  position: relative;
}
.ad-popup__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 30;
}
.ad-popup__close-link {
  color: #fff;
}
.ad-popup__close-link-label {
  display: none;
}
.ad-popup__close-link-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 1.3em;
}
.ad-popup_advitam {
  background: #000;
  position: fixed;
  overflow-y: auto;
}
.ad-popup_advitam .ad-popup__close {
  bottom: auto;
  top: 0.5em;
  right: 0.5em;
}
.ad-popup_advitam .ad-popup__close-link {
  text-decoration: none;
}
.ad-popup_advitam .ad-popup__close-link-icon {
  display: inline-block;
  vertical-align: middle;
}
.ad-popup_advitam .ad-popup__close-link-label {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}
.ad-popup__inner_advitam {
  background: #000;
  width: 100%;
  max-width: none;
  padding: 0;
  height: 100%;
}
.ad-popup__inner_advitam > div {
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.ad-popup__inner_advitam > div p {
  margin: 0.6em 0;
  text-align: center;
}
.ad-popup__inner_advitam > div a {
  display: inline-block;
  /*display:block;
            position:absolute;
            left:0;
            top:0;
            right:0;
            bottom:0;*/
  text-decoration: none;
}
.ad-popup__inner_advitam > div a span {
  color: #82f8e7;
}
.ad-popup__inner_advitam > div a span:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ad-popup__inner_advitam > div a span:first-of-type::before {
  text-shadow: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  content: "\f04b";
  background: #fff;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #1C9CD9;
}
.ad-popup__inner_advitam h2 {
  display: none;
}
.ad-popup__inner_advitam_logo {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 0.6em;
}
.ad-popup__inner_advitam_logo::before {
  display: block;
  content: "";
  background: url("../img/progad/advitam/logo.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 19.68215159%;
}
.ad-popup__inner_advitam_tiff {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 0.6em;
}
.ad-popup__inner_advitam_tiff::before {
  display: block;
  content: "";
  background: url("../img/progad/advitam/tiff.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 60%;
}
.ad-popup__inner_advitam_slide1 {
  padding: 2em 1em;
  background: url("../img/progad/advitam/back1.jpg") center top no-repeat;
  background-size: cover;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  /*strong{
            margin:0.1em 0 0.6em;
            display:block;
            color:#fff;
        }*/
}
.ad-popup__inner_advitam_slide1 a {
  margin-top: 2em;
}
.ad-popup__inner_advitam_slide1_text {
  margin-left: 45%;
  text-shadow: #000 1px 1px;
}
@media (min-width: 90em) {
  .ad-popup__inner_advitam_slide1 .ad-popup__inner_advitam_logo {
    margin-left: 5%;
    margin-top: 10vh;
  }
}
.ad-popup__inner_advitam_slide2 {
  display: none;
  padding: 2em 1em;
  background: url("../img/progad/advitam/back2.jpg") center top no-repeat;
  background-size: cover;
  height: 100%;
  color: #82f8e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ad-popup__inner_advitam_slide2_text {
  text-shadow: #000 1px 1px;
}
.ad-popup__inner_advitam_episodes img {
  display: block;
}
.ad-popup__inner_advitam_episodes img + span {
  margin: -6em 0 4em;
}
@media (min-width: 45em) {
  .ad-popup__inner_advitam_episodes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .ad-popup__inner_advitam_episodes p {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.ad-popup_philharmonia {
  background: #000;
  position: fixed;
  overflow-y: auto;
}
.ad-popup_philharmonia .ad-popup__close {
  bottom: auto;
  top: 0.5em;
  right: 0.5em;
}
.ad-popup_philharmonia .ad-popup__close-link {
  text-decoration: none;
}
.ad-popup_philharmonia .ad-popup__close-link-icon {
  display: inline-block;
  vertical-align: middle;
}
.ad-popup_philharmonia .ad-popup__close-link-label {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}
.ad-popup__inner_philharmonia {
  background: #000;
  width: 100%;
  max-width: none;
  padding: 0;
  height: 100%;
}
.ad-popup__inner_philharmonia > div {
  height: 100%;
  text-transform: uppercase;
}
.ad-popup__inner_philharmonia > div p {
  margin: 0.6em 0;
  text-align: center;
}
.ad-popup__inner_philharmonia > div a {
  display: inline-block;
  text-decoration: none;
}
.ad-popup__inner_philharmonia > div a span {
  color: #000;
}
.ad-popup__inner_philharmonia > div a span:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ad-popup__inner_philharmonia > div a span:first-of-type::before {
  text-shadow: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  content: "\f04b";
  background: #fff;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #1C9CD9;
}
.ad-popup__inner_philharmonia h2 {
  display: none;
}
.ad-popup__inner_philharmonia_logo {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0.6em auto;
}
.ad-popup__inner_philharmonia_logo::before {
  display: block;
  content: "";
  background: url("../img/progad/philharmonia/logo-en.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 17.64705882%;
}
html:lang(fr) .ad-popup__inner_philharmonia_logo::before {
  background-image: url("../img/progad/philharmonia/logo-fr.png");
}
.ad-popup__inner_philharmonia_partners {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0.5em 1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.ad-popup__inner_philharmonia_partners > span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.ad-popup__inner_philharmonia_partners > span::before {
  display: block;
  content: "";
  background: url("../img/progad/philharmonia/partners.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 7.125%;
}
.ad-popup__inner_philharmonia_slide1 {
  position: relative;
  padding: 2em 1em;
  background: url("../img/progad/philharmonia/back.jpg") center top no-repeat;
  background-size: cover;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /*
        @media(min-width:90em){
            .ad-popup__inner_philharmonia_logo{
                margin-left: 5%;
                margin-top: 10vh;

            }
        }
*/
}
.ad-popup__inner_philharmonia_slide1 a {
  margin-top: 2em;
}
.ad-popup__inner_philharmonia_slide1_text {
  margin-top: 2em;
  font-size: 1.2em;
}
.ad-popup__inner_philharmonia_slide1_text a {
  font-size: 0.83333333em;
}
.ad-popup__inner_philharmonia_slide2 {
  display: none;
  padding: 2em 1em;
  background: url("../img/progad/philharmonia/back.jpg") center top no-repeat;
  background-size: cover;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  /*
        &_text{
            text-shadow: #fff 1px 1px;
        }*/
}
.ad-popup__inner_philharmonia_episodes a span {
  color: #fff !important;
  font-weight: bold;
}
.ad-popup__inner_philharmonia_episodes img {
  display: block;
}
.ad-popup__inner_philharmonia_episodes img + span {
  margin: -6em 0 4em;
}
@media (min-width: 45em) {
  .ad-popup__inner_philharmonia_episodes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .ad-popup__inner_philharmonia_episodes p {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.ad-popup_machinery {
  background: #fff;
  position: fixed;
  overflow-y: auto;
  color: #000;
}
.ad-popup_machinery .ad-popup__close {
  bottom: auto;
  top: 0.5em;
  right: 0.5em;
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
  background: rgba(0, 0, 0, 0.5);
}
.ad-popup_machinery .ad-popup__close-link {
  text-decoration: none;
}
.ad-popup_machinery .ad-popup__close-link-icon {
  display: inline-block;
  vertical-align: middle;
}
.ad-popup_machinery .ad-popup__close-link-label {
  display: none;
}
@media (min-width: 30em) {
  .ad-popup_machinery .ad-popup__close-link-label {
    display: inline-block;
    margin-left: 0.3em;
    font-size: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
  }
}
.ad-popup_machinery_dark {
  background: #000;
  color: #fff;
}
.ad-popup__inner_machinery {
  width: 100%;
  max-width: none;
  padding: 0;
  height: 100%;
}
.ad-popup__inner_machinery > div {
  height: 100%;
}
.ad-popup__inner_machinery > div > h2 {
  display: none;
}
.ad-popup__inner_machinery_slide1,
.ad-popup__inner_machinery_slide2 {
  height: 100%;
  padding: 1em;
}
.ad-popup__inner_machinery .ad-popup__inner_machinery_logo {
  background: center top no-repeat;
  background-size: 100% auto;
}
.ad-popup__inner_machinery .ad-popup__inner_machinery_logo::before {
  display: block;
  content: "";
  padding-top: 21.99630314%;
}
.ad-popup__inner_machinery .ad-popup__inner_machinery_logo span {
  display: none;
}
.ad-popup__inner_machinery_slide1_logos {
  max-width: 12em;
  margin: 1em auto;
}
.ad-popup__inner_machinery_slide1_logos::before {
  display: block;
  content: "";
  padding-top: 65%;
  background: center top no-repeat;
  background: url(../img/progad/machinery/logos.png) center top no-repeat;
  background-size: 100% auto;
}
.ad-popup__inner_machinery_slide1_logos span {
  display: none;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide1_logos {
    position: absolute;
    bottom: 3em;
    left: 3em;
    width: 12em;
  }
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide1 {
    background: url(../img/progad/machinery/screen1-back.jpg) center top no-repeat;
    background-size: 100% auto;
  }
}
.ad-popup__inner_machinery_slide1 .ad-popup__inner_machinery_logo {
  background-image: url(../img/progad/machinery/screen1-logo.png);
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide1 .ad-popup__inner_machinery_logo {
    width: 50%;
  }
}
.ad-popup__inner_machinery_slide1_intro {
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}
.ad-popup__inner_machinery_slide1_intro span {
  display: block;
  font-weight: 500;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide1_intro {
    width: 50%;
  }
}
.ad-popup__inner_machinery_slide1_link {
  margin: 1em;
}
.ad-popup__inner_machinery_slide1_link::before {
  display: block;
  content: "";
  padding-top: 56.25%;
  padding-bottom: 1em;
  background: center top no-repeat;
  background: url(../img/progad/machinery/screen1-back.jpg) center top no-repeat;
  background-size: 100% auto;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide1_link {
    width: 40%;
    margin-left: auto;
  }
  .ad-popup__inner_machinery_slide1_link::before {
    background: none;
    padding-top: 50%;
  }
}
.ad-popup__inner_machinery_slide1_link a {
  display: block;
  margin: 0 auto;
  background: url(../img/progad/machinery/screen1-button-en.png) center top no-repeat;
  background-size: 100% auto;
  width: 10em;
}
.ad-popup__inner_machinery_slide1_link a::before {
  display: block;
  content: "";
  padding-top: 106.71641791%;
}
.ad-popup__inner_machinery_slide1_link a span {
  display: none;
}
.ad-popup__inner_machinery_slide1_link a:lang(fr) {
  background-image: url(../img/progad/machinery/screen1-button-fr.png);
}
.ad-popup__inner_machinery_slide2 {
  display: none;
  background: #000;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide2 {
    background: #000 url(../img/progad/machinery/screen2-back.jpg) center top no-repeat;
    background-size: cover;
  }
}
.ad-popup__inner_machinery_slide2 .ad-popup__inner_machinery_logo {
  margin: 2em 0;
  background-image: url(../img/progad/machinery/screen2-logo.png);
  z-index: 100;
  position: relative;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide2 .ad-popup__inner_machinery_logo {
    width: 50%;
  }
}
.ad-popup__inner_machinery_slide2_text {
  margin-top: -15%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.ad-popup__inner_machinery_slide2_text::before {
  display: block;
  content: "";
  padding-top: 66.66666667%;
  padding-bottom: 1em;
  background: center top no-repeat;
  background: url(../img/progad/machinery/screen2-back.jpg) center top no-repeat;
  background-size: 100% auto;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide2_text {
    margin-top: 0;
    margin-left: 5em;
    width: 30%;
  }
  .ad-popup__inner_machinery_slide2_text::before {
    display: none;
  }
}
.ad-popup__inner_machinery_slide2_text p {
  margin: 1em 0;
}
.ad-popup__inner_machinery_slide2_text a {
  display: block;
  margin: 0 auto;
  background: url(../img/progad/machinery/screen2-button-en.png) center top no-repeat;
  background-size: 100% auto;
  width: 10em;
}
.ad-popup__inner_machinery_slide2_text a::before {
  display: block;
  content: "";
  padding-top: 50.24154589%;
}
.ad-popup__inner_machinery_slide2_text a span {
  display: none;
}
.ad-popup__inner_machinery_slide2_text a:lang(fr) {
  background-image: url(../img/progad/machinery/screen2-button-fr.png);
}
.ad-popup__inner_machinery_slide2_link {
  margin: 1em auto;
}
@media (min-width: 60em) {
  .ad-popup__inner_machinery_slide2_link {
    width: 40%;
    margin-right: 0;
    margin-top: -3em;
  }
}
.ad-popup__inner_machinery_slide2_link a {
  display: block;
  background: url(../img/progad/machinery/videopitch-en.png) center top no-repeat;
  background-size: 100% auto;
  width: 15em;
  margin: 0 auto;
}
.ad-popup__inner_machinery_slide2_link a::before {
  display: block;
  content: "";
  padding-top: 100.25125628%;
}
.ad-popup__inner_machinery_slide2_link a span {
  display: none;
}
.ad-popup__inner_machinery_slide2_link a:lang(fr) {
  background-image: url(../img/progad/machinery/videopitch-fr.png);
}
.ad-popup__inner_transfer > div {
  color: #dfa322;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: url("../img/progad/transfer.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 22%;
}
.ad-popup__inner_transfer > div h2 {
  display: none;
}
.ad-popup__inner_transfer > div p {
  font-size: 1.6em;
  text-align: center;
}
.ad-popup__inner_transfer > div p:nth-child(3) {
  margin-left: 2%;
  margin-right: 2%;
  background: url("../img/progad/transfer.jpg") center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}
.ad-popup__inner_transfer > div p:nth-child(3)::before {
  content: "";
  display: block;
  padding-top: 56.43431635%;
}
.ad-popup__inner_transfer > div a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.ad-popup__inner_transfer > div a span {
  display: none;
}
.ad-popup__inner_transfer > div a span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ad-popup__inner_transfer > div a span:first-child::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  content: "\f04b";
  background: #fff;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #1C9CD9;
}
@media (min-width: 65em) {
  .ad-popup__inner_transfer > div {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .ad-popup__inner_transfer > div p {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.cookie-banner {
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.9);*/
  background: #000;
  padding: 1em 2em;
  color: #ddd;
  font-size: 0.8em;
  text-align: center;
}
.cookie-banner p {
  margin: 0.2em 0;
}
.cookie-banner ul {
  margin: 0.2em 0;
  padding: 0;
  list-style-type: none;
}
.cookie-banner li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3em;
  padding: 0;
}
.cookie-banner a {
  color: #ddd;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */