/* line 2, ../scss/partials/_old_styles.scss */
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
}

/* line 9, ../scss/partials/_old_styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 13, ../scss/partials/_old_styles.scss */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 18, ../scss/partials/_old_styles.scss */
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* line 22, ../scss/partials/_old_styles.scss */
header, nav, footer, section, article, aside {
  display: block;
}

/* line 24, ../scss/partials/_old_styles.scss */
#cookie-cnil-box {
  font-size: 24px !important;
  z-index: 999999 !important;
}

/* line 29, ../scss/partials/_old_styles.scss */
#wrapper {
  width: 100%;
  overflow: hidden;
}

/* line 33, ../scss/partials/_old_styles.scss */
#header {
  background: #fff;
  z-index: 1004;
  height: 90px;
  position: fixed;
  top: 0;
  will-change: transform;
  transition: all 0.25s ease;
}
/* line 42, ../scss/partials/_old_styles.scss */
#header::after {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
  height: 0;
  transition: all 0.65s ease;
}
/* line 54, ../scss/partials/_old_styles.scss */
#header.fixed {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  padding-top: 0;
  transition: all 0.25s ease;
}
/* line 61, ../scss/partials/_old_styles.scss */
#header.fixed::after {
  height: 100%;
  transition: all 0.5s ease;
}
/* line 67, ../scss/partials/_old_styles.scss */
#header.up {
  transform: translate3d(0px, -90px, 0px);
  position: fixed;
  margin: 0;
}
/* line 74, ../scss/partials/_old_styles.scss */
#header.menu-processed {
  position: relative;
}

/* line 79, ../scss/partials/_old_styles.scss */
.head-shadow #header {
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  -ms-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

/* line 89, ../scss/partials/_old_styles.scss */
header {
  border-bottom: 1px solid #c4c4c4;
  background: #fff;
  height: 90px;
  z-index: 100;
}

/* line 96, ../scss/partials/_old_styles.scss */
header:after {
  content: "";
  display: block;
  clear: both;
}

/* line 101, ../scss/partials/_old_styles.scss */
.clear,
.enddiv {
  clear: both;
}

/* line 105, ../scss/partials/_old_styles.scss */
.sticky {
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  -ms-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

/* line 117, ../scss/partials/_old_styles.scss */
#header-page header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 125, ../scss/partials/_old_styles.scss */
#header-page header nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
/* line 130, ../scss/partials/_old_styles.scss */
#header-page header .box {
  padding: 0;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

/* line 147, ../scss/partials/_old_styles.scss */
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
/* line 153, ../scss/partials/_old_styles.scss */
.header-logo.header-logo--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/* line 160, ../scss/partials/_old_styles.scss */
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 165, ../scss/partials/_old_styles.scss */
.header-logo a:hover {
  text-decoration: none;
}
/* line 170, ../scss/partials/_old_styles.scss */
.header-logo .header-logo__svg {
  height: 63px;
  width: 74px;
}
/* line 174, ../scss/partials/_old_styles.scss */
.header-logo .header-logo__name {
  -ms-flex-item-align: center;
  align-self: center;
  font-family: "Brown", Arial, Sans-Serif;
  font-size: 21px;
  font-weight: bold;
  color: #232323;
  position: relative;
  top: 10px;
  margin-right: 12px;
  text-transform: lowercase;
  text-align: right;
  line-height: 1.15;
  letter-spacing: 0.3px;
  height: 100%;
}

/* line 192, ../scss/partials/_old_styles.scss */
header nav {
  width: 100px;
  height: 90px;
}

/* line 197, ../scss/partials/_old_styles.scss */
#nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 205, ../scss/partials/_old_styles.scss */
#nav > li > a {
  display: block;
}

/* line 210, ../scss/partials/_old_styles.scss */
#open-drop.active {
  background-color: #fea700;
}
/* line 213, ../scss/partials/_old_styles.scss */
#open-drop.active svg {
  fill: white;
}

/* line 217, ../scss/partials/_old_styles.scss */
.overseas-page #open-drop.active {
  background-position: -210px 0;
}

/* line 221, ../scss/partials/_old_styles.scss */
.mobile-container {
  overflow: hidden;
  width: 100%;
  padding-left: 100%;
  position: relative;
  margin-top: 90px;
}

/* line 229, ../scss/partials/_old_styles.scss */
#drop {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
  float: left;
  background: url("../images/bg-drop-live.gif") repeat-x 0 100%;
  padding-bottom: 18px;
}

/* #nav li.hover>a { background-position: -105px 0; } */
/* #nav li.hover .drop {display: block;}
#nav li.hover .drop .drop {display: none;}
#nav li.hover .drop li.hover .drop {display: block;} */
/* line 244, ../scss/partials/_old_styles.scss */
#drop .holder {
  background: #bebebe;
}

/* line 249, ../scss/partials/_old_styles.scss */
.block-emn-date-text {
  padding: 0 40px;
  font-family: "Brown", Arial, Sans-Serif;
  font-size: 24px;
}

/* line 257, ../scss/partials/_old_styles.scss */
.block-fr3-tvshow-video .video_mosaic .image {
  position: relative;
}
/* line 260, ../scss/partials/_old_styles.scss */
.block-fr3-tvshow-video .video_mosaic .image::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb97';
  position: absolute;
  bottom: 15px;
  right: 12px;
  color: black;
  font-size: 81px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 80px;
  text-indent: 2px;
  height: 80px;
}

/* line 289, ../scss/partials/_old_styles.scss */
body .content-carousel-inner li {
  display: block;
}

/* line 293, ../scss/partials/_old_styles.scss */
.carousel-new--container {
  background-color: #e6e6e6;
  padding-top: 20px;
}
/* line 297, ../scss/partials/_old_styles.scss */
.carousel-new--container.no-margin {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 301, ../scss/partials/_old_styles.scss */
.carousel-new--container.no-margin .content-carousel-inner {
  margin: 0 20px;
}
/* line 306, ../scss/partials/_old_styles.scss */
.carousel-new--container .content-carousel-inner {
  margin: 0 40px;
}
/* line 309, ../scss/partials/_old_styles.scss */
.carousel-new--container .content-carousel-inner ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
/* line 316, ../scss/partials/_old_styles.scss */
.carousel-new--container .content-carousel-inner .owl-item a {
  display: block;
  line-height: 31px;
}
/* line 320, ../scss/partials/_old_styles.scss */
.carousel-new--container .content-carousel-inner .owl-item .views-row {
  background-color: white;
  padding-bottom: 10px;
  min-height: 400px;
}

/* line 331, ../scss/partials/_old_styles.scss */
.form-search {
  overflow: hidden;
  margin: 0 20px 30px;
  border: 1px solid #a6a6a6;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  height: 73px;
  padding: 0 80px 0 28px;
  position: relative;
}

/* line 347, ../scss/partials/_old_styles.scss */
.form-search .input-placeholder-text {
  position: absolute;
  left: 28px;
  top: 16px;
  color: #a6a6a6;
  font-size: 34px;
}

/* line 354, ../scss/partials/_old_styles.scss */
.form-search .text {
  float: left;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  color: #a6a6a6;
  font-size: 34px;
  background: none;
  border: 0;
}

/* line 364, ../scss/partials/_old_styles.scss */
.form-search .form-item-search {
  float: left;
  width: 100%;
}

/* line 368, ../scss/partials/_old_styles.scss */
.form-search .submit {
  float: right;
  width: 80px;
  height: 73px;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
  background: url(../images/btn-search.gif) no-repeat;
  border: 0;
  padding: 0;
  margin: 0 -80px 0 0;
  cursor: pointer;
}

/* line 381, ../scss/partials/_old_styles.scss */
#drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(../images/divider-01.gif) repeat-x 0 100%;
  overflow: hidden;
  position: relative;
}

/* line 389, ../scss/partials/_old_styles.scss */
#drop ul li {
  float: none;
  background: url(../images/divider-01.gif) repeat-x 100% 0;
  padding-top: 2px;
}

/* line 394, ../scss/partials/_old_styles.scss */
#drop ul li.first {
  padding: 0;
}

/* line 397, ../scss/partials/_old_styles.scss */
#drop ul li a {
  float: none;
  display: block;
  padding: 18px 74px;
  color: #fff;
  font: 48px/51px Arial, Helvetica, sans-serif;
}

/* line 404, ../scss/partials/_old_styles.scss */
#drop ul ul li a {
  padding: 18px 69px;
  font: 41px/51px Arial, Helvetica, sans-serif;
  overflow: hidden;
  background: #bebebe;
}

/* line 410, ../scss/partials/_old_styles.scss */
#drop ul ul ul li {
  background: url(../images/divider-02.gif) repeat-x 100% 0;
}

/* line 413, ../scss/partials/_old_styles.scss */
.overseas-page #drop ul li.active ul li a,
#drop ul li.active ul li a {
  background: #999;
}

/* line 417, ../scss/partials/_old_styles.scss */
#drop ul ul ul li a {
  padding: 22px 70px;
  font: 34px/40px Arial, Helvetica, sans-serif;
  text-transform: none;
  background: #999;
  text-shadow: 0 -2px 0 #7b7c7c;
}

/* line 424, ../scss/partials/_old_styles.scss */
#drop ul ul li a .arrow {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/arrow-01.png) no-repeat;
  margin: 4px 30px 0 0;
}

/* line 433, ../scss/partials/_old_styles.scss */
.overseas-page #drop ul ul li a .arrow {
  background: url(../images/arrow-01-om.png) no-repeat;
}

/* line 436, ../scss/partials/_old_styles.scss */
#drop ul ul li.active a .arrow {
  background-position: 0 -41px;
}

/* line 439, ../scss/partials/_old_styles.scss */
#drop ul li.active a {
  background: #0aa9e6 url(../images/bg-drop.gif) repeat-y;
}

/* line 442, ../scss/partials/_old_styles.scss */
#drop ul li a {
  text-decoration: none;
}

/* line 447, ../scss/partials/_old_styles.scss */
.article-content a {
  font-weight: bold;
  color: #000;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  padding-bottom: 2px;
  background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#333332, #333332);
  background: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#333332, #333332);
  background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff), -o-linear-gradient(#333332, #333332);
  background: -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#333332, #333332);
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#333332, #333332);
  -webkit-background-size: .05em 1px,.05em 1px,1px 1px;
  -moz-background-size: .05em 1px,.05em 1px,1px 1px;
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: .03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff,.15em 0 #fff,-.15em 0 #fff;
  background-position: 0 87%,100% 87%,0 87%;
}
/* line 468, ../scss/partials/_old_styles.scss */
.article-content a:hover {
  color: #9a9a9a;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  padding-bottom: 2px;
  background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#9a9a9a, #9a9a9a);
  background: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#9a9a9a, #9a9a9a);
  background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff), -o-linear-gradient(#9a9a9a, #9a9a9a);
  background: -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#9a9a9a, #9a9a9a);
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#9a9a9a, #9a9a9a);
  -webkit-background-size: .05em 1px,.05em 1px,1px 1px;
  -moz-background-size: .05em 1px,.05em 1px,1px 1px;
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: .03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff,.15em 0 #fff,-.15em 0 #fff;
  background-position: 0 87%,100% 87%,0 87%;
}

/* line 491, ../scss/partials/_old_styles.scss */
.resume-list {
  margin: -9px 0 20px;
  padding: 0;
  list-style: none;
}

/* line 500, ../scss/partials/_old_styles.scss */
.article-content h3 {
  padding: 0 0 10px 0;
  color: #0076b9;
}

/* line 505, ../scss/partials/_old_styles.scss */
.article-content ul {
  margin: 0 0 0 0;
  padding: 0 0 21px 85px;
}

/* line 509, ../scss/partials/_old_styles.scss */
.article-content .slides.carousel {
  padding: 0 !important;
}

/* line 512, ../scss/partials/_old_styles.scss */
.article-content ol {
  margin: 0 0 0 0;
  padding: 0 0 21px 105px;
}

/* line 517, ../scss/partials/_old_styles.scss */
.article-content ul li {
  list-style: none;
  background: url("../images/ul-list.gif") no-repeat 0 16px;
  padding: 0 0 0 12px;
}

/* line 523, ../scss/partials/_old_styles.scss */
.asset-diaporama .article-content ul {
  padding: 0 !important;
}

/* line 527, ../scss/partials/_old_styles.scss */
.asset-diaporama .article-content ul li {
  background: none !important;
}

/* line 531, ../scss/partials/_old_styles.scss */
.info-img {
  display: block;
  color: #fff;
  font: 24px/24px Helvetica, Arial, sans-serif;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

/* line 546, ../scss/partials/_old_styles.scss */
.text-frame {
  border: 1px solid #bcbcbc;
  padding: 23px 15px;
  margin-bottom: 100px;
}

/* line 551, ../scss/partials/_old_styles.scss */
.text-frame p {
  margin: 0;
}

/* line 555, ../scss/partials/_old_styles.scss */
.further-block h2 {
  font-size: 60px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 60px;
  font-family: "Brown", Arial, Sans-Serif;
}

/* line 565, ../scss/partials/_old_styles.scss */
.further-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 570, ../scss/partials/_old_styles.scss */
.further-block ul li {
  line-height: 30px;
  padding-bottom: 22px;
  padding-left: 65px;
}

/* line 575, ../scss/partials/_old_styles.scss */
.further-block ul li a {
  font-size: 34px;
  line-height: 40px;
  position: relative;
  font-family: "Brown", Arial, Sans-Serif;
  font-weight: bold;
}
/* line 582, ../scss/partials/_old_styles.scss */
.further-block ul li a::before {
  content: "\ea3c";
  color: #000;
  font-size: 30px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -55px;
  top: 8px;
}

/* line 603, ../scss/partials/_old_styles.scss */
.fr3-article-tags-block {
  margin-top: 10px;
}

/* line 606, ../scss/partials/_old_styles.scss */
.fr3-article-tags-block a,
.overseas-page .fr3-article-tags-block a {
  line-height: 59.5px;
  display: inline-block;
  border-radius: 8.5px;
  padding: 0 25.5px 0 25.5px;
  margin: 34px 17px 0 0;
  background-color: #fcfcfc;
  color: #2B2E35;
  border: 1px solid #2B2E35;
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 22.1px;
  text-transform: uppercase;
}
/* line 25, ../scss/_mixins.scss */
.fr3-article-tags-block a:hover,
.overseas-page .fr3-article-tags-block a:hover {
  text-decoration: none;
  background-color: #2B2E35;
  color: #fcfcfc;
}

/* line 611, ../scss/partials/_old_styles.scss */
.author {
  font-size: 24px;
  line-height: 30px;
  padding: 30px 0 48px;
  word-wrap: break-word;
}

/* line 617, ../scss/partials/_old_styles.scss */
.author .holder {
  overflow: hidden;
  padding-bottom: 22px;
}

/* line 621, ../scss/partials/_old_styles.scss */
.author .photo {
  float: left;
  margin: 1px 30px 0 0;
}

/* line 625, ../scss/partials/_old_styles.scss */
.author .photo img {
  vertical-align: top;
}

/* line 628, ../scss/partials/_old_styles.scss */
.author .text {
  overflow: hidden;
}

/* line 631, ../scss/partials/_old_styles.scss */
.author .text h4 {
  margin: 0 0 6px;
  font: 34px/37px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
}

/* line 635, ../scss/partials/_old_styles.scss */
.author p {
  margin: 0;
}

/* line 638, ../scss/partials/_old_styles.scss */
.article .author p {
  margin: 0;
}

/* line 642, ../scss/partials/_old_styles.scss */
.author .image {
  float: left;
}

/* line 645, ../scss/partials/_old_styles.scss */
.author .image img {
  width: 80px;
  height: 80px;
}

/* line 650, ../scss/partials/_old_styles.scss */
.author .user {
  float: left;
  margin-top: 23px;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  color: #2b2e35;
  margin-left: 10px;
}

/* line 660, ../scss/partials/_old_styles.scss */
.author .user a {
  color: #999999;
}

/* line 663, ../scss/partials/_old_styles.scss */
.recommended {
  border-top: 10px solid #262626;
  padding: 25px 0 60px;
}

/* line 667, ../scss/partials/_old_styles.scss */
.recommended h3 {
  margin: 0 0 35px;
  font: 48px/45px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* line 673, ../scss/partials/_old_styles.scss */
.recommended ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 678, ../scss/partials/_old_styles.scss */
.recommended ul li {
  overflow: hidden;
}

/* line 681, ../scss/partials/_old_styles.scss */
.recommended ul li .img {
  float: left;
  margin: 0 18px 0 0;
}

/* line 685, ../scss/partials/_old_styles.scss */
.recommended ul li .img img {
  vertical-align: top;
}

/* line 688, ../scss/partials/_old_styles.scss */
.recommended ul li .text {
  word-break: break-all;
  font: 26px/30px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
  padding: 5px 0;
}

/* line 693, ../scss/partials/_old_styles.scss */
.recommended ul li .text p {
  margin: 0;
}

/* line 696, ../scss/partials/_old_styles.scss */
.recommended ul li .text p a {
  color: #262626;
}

/* line 699, ../scss/partials/_old_styles.scss */
.recommended ul li .text p a:hover {
  text-decoration: none;
  color: #0aa9e6;
}

/* line 703, ../scss/partials/_old_styles.scss */
.overseas-page .recommended ul li .text p a:hover {
  color: #ffc300;
}

/* line 706, ../scss/partials/_old_styles.scss */
.further {
  border-top: 10px solid #262626;
  padding: 25px 0 31px;
}

/* line 710, ../scss/partials/_old_styles.scss */
.further h3 {
  margin: 0 0 42px;
  font: 48px/45px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* line 716, ../scss/partials/_old_styles.scss */
.further ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 721, ../scss/partials/_old_styles.scss */
.further ul li {
  border-top: 1px solid #bfbfbf;
  font-size: 24px;
  line-height: 30px;
  padding: 22px 0;
}

/* line 727, ../scss/partials/_old_styles.scss */
.further ul li:first-child {
  padding-top: 0;
  border: 0;
}

/* line 731, ../scss/partials/_old_styles.scss */
.further ul li a {
  color: #262626;
}

/* line 734, ../scss/partials/_old_styles.scss */
.further ul li a:hover {
  text-decoration: none;
  color: #0aa9e6;
}

/* line 738, ../scss/partials/_old_styles.scss */
.overseas-page .further ul li a:hover {
  color: #ffc300;
}

/* line 741, ../scss/partials/_old_styles.scss */
.comment-holder {
  border-top: 10px solid #262626;
  padding: 25px 0 21px;
}

/* line 745, ../scss/partials/_old_styles.scss */
.comment-holder h3 {
  margin: 0 0 35px;
  font: 48px/45px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* line 751, ../scss/partials/_old_styles.scss */
.comment-form {
  padding-bottom: 56px;
}

/* line 754, ../scss/partials/_old_styles.scss */
.comment-form .area {
  padding: 15px;
  overflow: hidden;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px #e2e2e2 inset;
  -moz-box-shadow: 0 0 8px #e2e2e2 inset;
  -ms-box-shadow: 0 0 8px #e2e2e2 inset;
  box-shadow: 0 0 8px #e2e2e2 inset;
  margin-bottom: 30px;
}

/* line 768, ../scss/partials/_old_styles.scss */
.comment-form .area textarea {
  float: left;
  width: 100%;
  height: 198px;
  min-height: 198px;
  max-height: 198px;
  overflow: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #a6a6a6;
  font-size: 30px;
  line-height: 35px;
  resize: none;
}

/* line 784, ../scss/partials/_old_styles.scss */
.comment-form .btn-comment {
  display: block;
  height: 78px;
  border: 1px solid #0aa9e6;
  background: #70d6fd;
  background: -moz-linear-gradient(top, #70d6fd 0%, #70d6fd 1%, #32c4fc 3%, #29bef7 29%, #13afeb 74%, #0ba9e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70d6fd), color-stop(1%, #70d6fd), color-stop(3%, #32c4fc), color-stop(29%, #29bef7), color-stop(74%, #13afeb), color-stop(100%, #0ba9e6));
  background: -webkit-linear-gradient(top, #70d6fd 0%, #70d6fd 1%, #32c4fc 3%, #29bef7 29%, #13afeb 74%, #0ba9e6 100%);
  background: -o-linear-gradient(top, #70d6fd 0%, #70d6fd 1%, #32c4fc 3%, #29bef7 29%, #13afeb 74%, #0ba9e6 100%);
  background: -ms-linear-gradient(top, #70d6fd 0%, #70d6fd 1%, #32c4fc 3%, #29bef7 29%, #13afeb 74%, #0ba9e6 100%);
  background: linear-gradient(to bottom, #70d6fd 0%, #70d6fd 1%, #32c4fc 3%, #29bef7 29%, #13afeb 74%, #0ba9e6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 800, ../scss/partials/_old_styles.scss */
.comment-form .btn-comment:hover {
  background: #0ba9e6;
  background: -moz-linear-gradient(top, #0ba9e6 0%, #13afeb 26%, #29bef7 71%, #32c4fc 97%, #70d6fd 99%, #70d6fd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ba9e6), color-stop(26%, #13afeb), color-stop(71%, #29bef7), color-stop(97%, #32c4fc), color-stop(99%, #70d6fd), color-stop(100%, #70d6fd));
  background: -webkit-linear-gradient(top, #0ba9e6 0%, #13afeb 26%, #29bef7 71%, #32c4fc 97%, #70d6fd 99%, #70d6fd 100%);
  background: -o-linear-gradient(top, #0ba9e6 0%, #13afeb 26%, #29bef7 71%, #32c4fc 97%, #70d6fd 99%, #70d6fd 100%);
  background: -ms-linear-gradient(top, #0ba9e6 0%, #13afeb 26%, #29bef7 71%, #32c4fc 97%, #70d6fd 99%, #70d6fd 100%);
  background: linear-gradient(to bottom, #0ba9e6 0%, #13afeb 26%, #29bef7 71%, #32c4fc 97%, #70d6fd 99%, #70d6fd 100%);
}

/* line 809, ../scss/partials/_old_styles.scss */
.comment-form .btn-comment input {
  float: left;
  width: 100%;
  height: 78px;
  padding: 0;
  margin: 0;
  background: url(../images/btn-comment.png) no-repeat 50% 30px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 78px;
  text-shadow: 0 2px 0 #1497ca;
  text-indent: -9999px;
  line-height: 0;
  min-width: 200px;
}

/* line 827, ../scss/partials/_old_styles.scss */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 832, ../scss/partials/_old_styles.scss */
.comment-list li {
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  border-top: 1px solid #bfbfbf;
  padding: 24px 0 33px;
}

/* line 839, ../scss/partials/_old_styles.scss */
.comment-list li:first-child {
  border: 0;
  padding-top: 0;
}

/* line 843, ../scss/partials/_old_styles.scss */
.comment-list li .photo {
  float: left;
  margin: 4px 28px 5px 0;
}

/* line 847, ../scss/partials/_old_styles.scss */
.comment-list li .photo img {
  vertical-align: top;
}

/* line 850, ../scss/partials/_old_styles.scss */
.comment-list li .text {
  word-break: break-all;
}

/* line 854, ../scss/partials/_old_styles.scss */
.comment-list li .text h4 {
  margin: 0 0 5px;
  font: 25px/30px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
}

/* line 858, ../scss/partials/_old_styles.scss */
.comment-list li .text span {
  display: block;
  color: #b2b2b2;
  font-size: 25px;
  padding-bottom: 16px;
}

/* line 864, ../scss/partials/_old_styles.scss */
.comment-list li .text span.time {
  display: inline;
  padding: 0 0 0 8px;
  white-space: nowrap;
}

/* line 869, ../scss/partials/_old_styles.scss */
.comment-list li .text p {
  margin: 0;
}

/* line 872, ../scss/partials/_old_styles.scss */
.bottom-panel {
  overflow: hidden;
  background: #e6e6e6;
  border-top: 1px solid #dbdbdb;
}

/* line 877, ../scss/partials/_old_styles.scss */
.bottom-panel .prev,
.bottom-panel .next {
  float: left;
  height: 84px;
  overflow: hidden;
  color: #9f9f9f;
  font-size: 24px;
  line-height: 84px;
  background: url(../images/btn-bottom-panel.gif) no-repeat;
  padding: 0 0 0 70px;
  text-shadow: 0 -2px 0 #efefef;
}

/* line 889, ../scss/partials/_old_styles.scss */
.bottom-panel .prev:hover,
.bottom-panel .prev:active {
  background-position: 0 -90px;
  text-decoration: none;
  color: #4c4c4c;
}

/* line 895, ../scss/partials/_old_styles.scss */
.bottom-panel .next {
  background-position: 100% -178px;
  float: right;
  padding: 0 70px 0 0;
}

/* line 900, ../scss/partials/_old_styles.scss */
.bottom-panel .next:hover,
.bottom-panel .next:active {
  background-position: 100% -267px;
  text-decoration: none;
  color: #4c4c4c;
}

/* line 906, ../scss/partials/_old_styles.scss */
.top-live {
  background: #1a1a1a;
  overflow: hidden;
  padding: 16px 20px 19px;
  font: 30px/35px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 913, ../scss/partials/_old_styles.scss */
.top-live .img {
  float: left;
  margin: 4px 19px 0 0;
}

/* line 917, ../scss/partials/_old_styles.scss */
.top-live .img img {
  vertical-align: top;
}

/* line 920, ../scss/partials/_old_styles.scss */
.top-live .text {
  overflow: hidden;
}

/* line 923, ../scss/partials/_old_styles.scss */
.top-live .text h3 {
  font: 30px/35px 'tradegothicbold', Helvetica, Arial, sans-serif;
  margin: 0;
  color: #0aa9e6;
}

/* line 928, ../scss/partials/_old_styles.scss */
.top-live .text h3 .sep {
  display: inline-block;
  text-indent: -9999px;
  border-left: 1px solid #535353;
  height: 28px;
  position: relative;
  top: 4px;
  margin: 0 9px;
}

/* line 937, ../scss/partials/_old_styles.scss */
.top-live .text span,
.top-live .text strong {
  display: block;
  color: #fff;
}

/* line 942, ../scss/partials/_old_styles.scss */
.top-live .text strong {
  font-weight: normal;
  color: #737373;
}

/* line 946, ../scss/partials/_old_styles.scss */
.event-line {
  background: #0aa9e6;
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 2px;
}

/* line 952, ../scss/partials/_old_styles.scss */
.event-line .next {
  float: right;
  width: 13px;
  height: 23px;
  background: url(../images/btn-event-next.gif) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 5px;
}

/* line 961, ../scss/partials/_old_styles.scss */
.event-line h2 {
  margin: 0;
  float: left;
  color: #fff;
  font: 30px/35px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 968, ../scss/partials/_old_styles.scss */
.event-line .sep {
  float: left;
  text-indent: -9999px;
  border-left: 1px solid #78d0f1;
  height: 28px;
  position: relative;
  top: 4px;
  margin: 0 18px;
}

/* line 977, ../scss/partials/_old_styles.scss */
.event-line strong {
  float: left;
  font: 24px/35px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 #076e96;
}

/* line 983, ../scss/partials/_old_styles.scss */
.event-line strong a {
  color: #fff;
}

/* line 987, ../scss/partials/_old_styles.scss */
.overseas-page .top-img-info p a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 992, ../scss/partials/_old_styles.scss */
.list-container li {
  width: 100%;
}
/* line 995, ../scss/partials/_old_styles.scss */
.list-container li a {
  font-family: "Brown", Arial, Sans-Serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  width: 100%;
  display: block;
}

/* line 1005, ../scss/partials/_old_styles.scss */
.block-fr3-emn-actu .list li {
  width: 100%;
}
/* line 1008, ../scss/partials/_old_styles.scss */
.block-fr3-emn-actu .list li .text {
  width: 100%;
}

/* line 1014, ../scss/partials/_old_styles.scss */
.overseas-page .list li a:hover {
  color: #000;
}

/* line 1017, ../scss/partials/_old_styles.scss */
.btn-more-up,
.btn-more-down {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 53px;
  border: 1px solid #a6a6a6;
  background: #d2d2d2;
  background: -moz-linear-gradient(top, #d2d2d2 0%, #d2d2d2 2%, #bfbfbf 4%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(2%, #d2d2d2), color-stop(4%, #bfbfbf), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #d2d2d2 2%, #bfbfbf 4%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #d2d2d2 0%, #d2d2d2 2%, #bfbfbf 4%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #d2d2d2 0%, #d2d2d2 2%, #bfbfbf 4%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #d2d2d2 0%, #d2d2d2 2%, #bfbfbf 4%, #b3b3b3 100%);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 17px;
  color: #fff;
  font: 26px/53px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 0 #9c9c9c;
}

/* line 1041, ../scss/partials/_old_styles.scss */
.btn-more-up span,
.btn-more-down span {
  background: url(../images/btn-more-up.png) no-repeat 50% 50%;
  display: block;
  height: 100%;
}

/* line 1047, ../scss/partials/_old_styles.scss */
.btn-more-down span {
  background: url(../images/btn-more-down.png) no-repeat 50% 50%;
}

/* line 1050, ../scss/partials/_old_styles.scss */
.btn-more-up:hover,
.btn-more-down:hover {
  text-decoration: none;
  background: #a6a6a6;
  background: -moz-linear-gradient(top, #a6a6a6 0%, #8d8d8d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6a6a6), color-stop(100%, #8d8d8d));
  background: -webkit-linear-gradient(top, #a6a6a6 0%, #8d8d8d 100%);
  background: -o-linear-gradient(top, #a6a6a6 0%, #8d8d8d 100%);
  background: -ms-linear-gradient(top, #a6a6a6 0%, #8d8d8d 100%);
  background: linear-gradient(to bottom, #a6a6a6 0%, #8d8d8d 100%);
}

/* line 1061, ../scss/partials/_old_styles.scss */
.slide-holder.expanded .btn-more-up span {
  background: url(../images/btn-more-up.png) no-repeat 50% 50%;
}

/* line 1064, ../scss/partials/_old_styles.scss */
.slide-holder .btn-more-up span {
  background: url(../images/btn-more-down.png) no-repeat 50% 50%;
}

/* line 1067, ../scss/partials/_old_styles.scss */
.slide-holder {
  padding-bottom: 16px;
}

/* line 1070, ../scss/partials/_old_styles.scss */
.slide-holder .list {
  padding: 0;
  margin-bottom: -20px;
}

/* line 1077, ../scss/partials/_old_styles.scss */
.block .title {
  border-top: 10px solid #262626;
  padding: 25px 0 0;
  position: relative;
  width: 100%;
}

/* line 1083, ../scss/partials/_old_styles.scss */
.block .title:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1089, ../scss/partials/_old_styles.scss */
.block .title h3 {
  margin: 0 0 35px;
  font: 48px/45px 'tradegothicbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* line 1095, ../scss/partials/_old_styles.scss */
.locate-title {
  position: relative;
}

/* line 1098, ../scss/partials/_old_styles.scss */
.btn-locate {
  float: right;
  height: 65px;
}

/* line 1102, ../scss/partials/_old_styles.scss */
.locate-popup {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  border: 1px solid #098ec0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #15aee8;
  background: -moz-linear-gradient(top, #15aee8 0%, #3ebff1 74%, #47c3f3 99%, #75d2f6 100%, #75d2f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15aee8), color-stop(74%, #3ebff1), color-stop(99%, #47c3f3), color-stop(100%, #75d2f6), color-stop(100%, #75d2f6));
  background: -webkit-linear-gradient(top, #15aee8 0%, #3ebff1 74%, #47c3f3 99%, #75d2f6 100%, #75d2f6 100%);
  background: -o-linear-gradient(top, #15aee8 0%, #3ebff1 74%, #47c3f3 99%, #75d2f6 100%, #75d2f6 100%);
  background: -ms-linear-gradient(top, #15aee8 0%, #3ebff1 74%, #47c3f3 99%, #75d2f6 100%, #75d2f6 100%);
  background: linear-gradient(to bottom, #15aee8 0%, #3ebff1 74%, #47c3f3 99%, #75d2f6 100%, #75d2f6 100%);
  min-height: 253px;
}

/* line 1121, ../scss/partials/_old_styles.scss */
.locate-popup .corner {
  width: 52px;
  height: 31px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/arrow-02.png) no-repeat;
  position: absolute;
  right: 7px;
  top: -31px;
}

/* line 1131, ../scss/partials/_old_styles.scss */
.title .locate-popup h3 {
  font-size: 35px;
  line-height: 38px;
  text-shadow: 0 -2px 0 #3198C1;
  color: #fff;
}

/* line 1137, ../scss/partials/_old_styles.scss */
.form-locate {
  padding: 15px 20px;
}

/* line 1140, ../scss/partials/_old_styles.scss */
.form-locate .text-form {
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid #a6a6a6;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  height: 73px;
  padding: 0 28px;
  position: relative;
}

/* line 1156, ../scss/partials/_old_styles.scss */
.form-locate .text-form input {
  float: left;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  color: #a6a6a6;
  font-size: 34px;
  background: none;
  border: 0;
}

/* line 1166, ../scss/partials/_old_styles.scss */
.form-locate .text-form .input-placeholder-text {
  position: absolute;
  left: 28px;
  top: 16px;
  color: #a6a6a6;
  font-size: 34px;
}

/* line 1173, ../scss/partials/_old_styles.scss */
.form-locate .row {
  overflow: hidden;
  margin: 0 -2%;
}

/* line 1177, ../scss/partials/_old_styles.scss */
.form-locate .box {
  float: left;
  width: 46%;
  margin: 0 2%;
}

/* line 1182, ../scss/partials/_old_styles.scss */
.form-locate .submit {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #A6A6A6;
  background: #bebebe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  height: 45px;
  font: 30px/45px 'tradegothicbold',Helvetica,Arial,sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 1200, ../scss/partials/_old_styles.scss */
.locate-info {
  text-align: right;
  font: 24px/27px 'ftv_heldustry-blackblack',Helvetica,Arial,sans-serif;
  color: #000;
  width: 100%;
  margin: -15px 0 23px;
}

/* line 1208, ../scss/partials/_old_styles.scss */
.btn-locate > a {
  float: right;
  width: 65px;
  height: 65px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/btn-locate.png) no-repeat;
  margin-top: -10px;
}

/* line 1217, ../scss/partials/_old_styles.scss */
.btn-locate > a:hover {
  background-position: 0 -70px;
}

/* line 1220, ../scss/partials/_old_styles.scss */
.block .btn-next {
  float: right;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/btn-next.png) no-repeat;
}

/* line 1228, ../scss/partials/_old_styles.scss */
.block .btn-next:hover {
  background-position: 0 -50px;
}

/* line 1231, ../scss/partials/_old_styles.scss */
.event-holder {
  margin-top: -7px;
}

/* line 1234, ../scss/partials/_old_styles.scss */
.head {
  padding-bottom: 20px;
}

/* line 1237, ../scss/partials/_old_styles.scss */
.head h1 {
  font: 48px/52px 'tradegothicbold', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 3px;
}

/* line 1242, ../scss/partials/_old_styles.scss */
.head strong {
  display: block;
  color: #a6a6a6;
  font: 26px/30px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
  padding-bottom: 4px;
}

/* line 1248, ../scss/partials/_old_styles.scss */
.event-holder .head strong {
  padding-bottom: 18px;
}

/* line 1251, ../scss/partials/_old_styles.scss */
.head strong a {
  color: #a6a6a6;
}

/* line 1254, ../scss/partials/_old_styles.scss */
.head strong a:hover {
  text-decoration: none;
  color: #0AA9E6;
}

/* line 1258, ../scss/partials/_old_styles.scss */
.overseas-page .head strong a:hover {
  color: #ffc300;
}

/* line 1261, ../scss/partials/_old_styles.scss */
.head span {
  display: block;
  font: 30px/40px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
}

/* line 1265, ../scss/partials/_old_styles.scss */
.event-top {
  overflow: hidden;
  font: 30px/40px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  padding-bottom: 56px;
}

/* line 1270, ../scss/partials/_old_styles.scss */
.event-top .img {
  float: left;
  margin: 6px 18px 0 0;
}

/* line 1274, ../scss/partials/_old_styles.scss */
.event-top .img img {
  vertical-align: top;
}

/* line 1277, ../scss/partials/_old_styles.scss */
.event-top p {
  margin: 0;
}

/* .event-holder .event-list li:first-child{
  border: 0;
  padding-top: 0;
} */
/* line 1285, ../scss/partials/_old_styles.scss */
.slideshow-holder .share {
  padding-bottom: 60px;
}

/* line 1288, ../scss/partials/_old_styles.scss */
.btn-react {
  float: left;
  background: #70d6fd;
  background: -moz-linear-gradient(top, #70d6fd 0%, #70d6fd 3%, #31c3fb 5%, #2cc0f8 22%, #14b0ec 71%, #0aa9e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70d6fd), color-stop(3%, #70d6fd), color-stop(5%, #31c3fb), color-stop(22%, #2cc0f8), color-stop(71%, #14b0ec), color-stop(100%, #0aa9e6));
  background: -webkit-linear-gradient(top, #70d6fd 0%, #70d6fd 3%, #31c3fb 5%, #2cc0f8 22%, #14b0ec 71%, #0aa9e6 100%);
  background: -o-linear-gradient(top, #70d6fd 0%, #70d6fd 3%, #31c3fb 5%, #2cc0f8 22%, #14b0ec 71%, #0aa9e6 100%);
  background: -ms-linear-gradient(top, #70d6fd 0%, #70d6fd 3%, #31c3fb 5%, #2cc0f8 22%, #14b0ec 71%, #0aa9e6 100%);
  background: linear-gradient(to bottom, #70d6fd 0%, #70d6fd 3%, #31c3fb 5%, #2cc0f8 22%, #14b0ec 71%, #0aa9e6 100%);
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 2px 0 #1497ca;
  height: 60px;
  font: 26px/60px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 1307, ../scss/partials/_old_styles.scss */
.btn-react span {
  display: block;
  height: 100%;
  background: url(../images/ico-react.png) no-repeat 20px 50%;
  padding: 0 22px 0 66px;
}

/* line 1313, ../scss/partials/_old_styles.scss */
.btn-react:hover {
  text-decoration: none;
  background: #0aa9e6;
  background: -moz-linear-gradient(top, #0aa9e6 0%, #009fdb 2%, #009fdb 98%, #0aa9e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0aa9e6), color-stop(2%, #009fdb), color-stop(98%, #009fdb), color-stop(100%, #0aa9e6));
  background: -webkit-linear-gradient(top, #0aa9e6 0%, #009fdb 2%, #009fdb 98%, #0aa9e6 100%);
  background: -o-linear-gradient(top, #0aa9e6 0%, #009fdb 2%, #009fdb 98%, #0aa9e6 100%);
  background: -ms-linear-gradient(top, #0aa9e6 0%, #009fdb 2%, #009fdb 98%, #0aa9e6 100%);
  background: linear-gradient(to bottom, #0aa9e6 0%, #009fdb 2%, #009fdb 98%, #0aa9e6 100%);
}

/* line 1323, ../scss/partials/_old_styles.scss */
.share .sep {
  float: left;
  height: 100%;
  border-left: 1px solid #c4c4c4;
  margin-left: 29px;
}

/* line 1330, ../scss/partials/_old_styles.scss */
.slideshow-block {
  padding-bottom: 51px;
}

/* line 1331, ../scss/partials/_old_styles.scss */
.slideshow-block .full-img {
  padding-bottom: 19px;
}

/* line 1332, ../scss/partials/_old_styles.scss */
.slideshow-block .text {
  font: 24px/35px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  overflow: hidden;
}

/* line 1336, ../scss/partials/_old_styles.scss */
.slideshow-block .number {
  float: left;
  color: #0aa9e6;
  font: 65px/65px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
  margin-right: 19px;
}

/* line 1342, ../scss/partials/_old_styles.scss */
.slideshow-block .text p {
  margin: 0;
  display: inline;
}

/* line 1346, ../scss/partials/_old_styles.scss */
.slideshow-block .text em {
  display: inline;
  font-family: 'ftv_heldustry-regularitalicIt';
  color: #999;
}

/* line 1351, ../scss/partials/_old_styles.scss */
.slideshow-holder .published {
  padding-bottom: 24px;
}

/* line 1354, ../scss/partials/_old_styles.scss */
.form-search-holder {
  background: #333;
  margin: -28px -20px 36px;
  padding: 30px 20px;
}

/* line 1359, ../scss/partials/_old_styles.scss */
.form-search-holder .form-search {
  margin: 0;
  border: 1px solid #000;
  -webkit-box-shadow: 0 2px 0 #5c5c5c;
  -moz-box-shadow: 0 2px 0 #5c5c5c;
  -ms-box-shadow: 0 2px 0 #5c5c5c;
  box-shadow: 0 2px 0 #5c5c5c;
}

/* line 1367, ../scss/partials/_old_styles.scss */
.search-holder {
  padding-bottom: 40px;
}

/* line 1370, ../scss/partials/_old_styles.scss */
.search-holder .head {
  padding-bottom: 15px;
}

/* line 1373, ../scss/partials/_old_styles.scss */
.search-holder .head span {
  color: #262626;
  font: 26px/29px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
  padding-bottom: 4px;
}

/* line 1378, ../scss/partials/_old_styles.scss */
.search-holder .head h2 {
  margin: 0;
  color: #0aa9e6;
  font: 34px/37px 'ftv_heldustry-blackblack', Helvetica, Arial, sans-serif;
}

/* line 1383, ../scss/partials/_old_styles.scss */
.search-holder .event-list {
  padding-bottom: 20px;
}

/* line 1386, ../scss/partials/_old_styles.scss */
.search-holder .event-list li:first-child {
  border: 0;
}

/* line 1389, ../scss/partials/_old_styles.scss */
.btn-more-down-txt {
  text-indent: 0;
  text-align: center;
}

/* line 1393, ../scss/partials/_old_styles.scss */
.btn-more-down-txt span {
  display: inline-block;
  padding-left: 41px;
  background-position: 0 50%;
}

/* line 1398, ../scss/partials/_old_styles.scss */
.pager-load-more {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1403, ../scss/partials/_old_styles.scss */
.pager-load-more .throbber {
  display: none;
}

/* line 1404, ../scss/partials/_old_styles.scss */
.popup {
  position: absolute;
  left: 0;
  /*top: 0;*/
  width: 439px;
  height: 160px;
  padding: 87px 42px 48px;
  background: url(../images/bg-popup.png) no-repeat;
  color: #fff;
  font: 28px/30px Arial, Helvetica, sans-serif;
  text-shadow: 0 -2px 0 #8a8989;
  text-align: center;
}

/* line 1417, ../scss/partials/_old_styles.scss */
.btn-close-popup {
  position: absolute;
  right: 37px;
  top: 51px;
  width: 22px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/btn-close-popup.png) no-repeat;
}

/* line 1427, ../scss/partials/_old_styles.scss */
.popup p {
  margin: 0;
}

/* line 1430, ../scss/partials/_old_styles.scss */
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1435, ../scss/partials/_old_styles.scss */
.flex-direction-nav a {
  display: block;
  width: 60px;
  height: 112px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/big-btn.png) no-repeat 0 50%;
  position: absolute;
  z-index: 10;
  top: 0;
  cursor: pointer;
}

/* line 1447, ../scss/partials/_old_styles.scss */
.flex-direction-nav .flex-prev {
  left: -70px;
}

/* line 1450, ../scss/partials/_old_styles.scss */
.flex-direction-nav .flex-next {
  right: -70px;
  background-position: -60px 50%;
}

/* line 1454, ../scss/partials/_old_styles.scss */
.btn-top-of-page {
  overflow: hidden;
  padding: 20px 0;
  margin-right: 20px;
  margin-top: 30px;
}

/* line 1461, ../scss/partials/_old_styles.scss */
#main .btn-top-of-page {
  margin-right: 0;
}

/* line 1465, ../scss/partials/_old_styles.scss */
.btn-top-of-page a {
  float: right;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/btn-back-top.png) no-repeat;
}

/* line 1473, ../scss/partials/_old_styles.scss */
.btn-top-of-page a:hover {
  background-position: 0 -101px;
}

/* line 1476, ../scss/partials/_old_styles.scss */
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1481, ../scss/partials/_old_styles.scss */
.slides li {
  float: left;
}

/* line 1484, ../scss/partials/_old_styles.scss */
.slides > li {
  display: none;
  margin-right: 5px;
}

/* line 1488, ../scss/partials/_old_styles.scss */
.carousel-holder {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 1493, ../scss/partials/_old_styles.scss */
.carousel-holder .flexslider {
  position: relative;
  /*margin: 0 72px;*/
}

/* line 1499, ../scss/partials/_old_styles.scss */
.carousel-holder .flexslider li img {
  vertical-align: top;
  width: 100%;
}

/* line 1503, ../scss/partials/_old_styles.scss */
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease 0s;
  z-index: 9;
}

/* line 1508, ../scss/partials/_old_styles.scss */
.flex-control-paging {
  display: none;
}

/* line 1511, ../scss/partials/_old_styles.scss */
.share-holder {
  background: #333;
}

/* line 1514, ../scss/partials/_old_styles.scss */
.share-holder .share {
  padding: 30px 20px;
}

/* line 1517, ../scss/partials/_old_styles.scss */
.share-holder .share .sep {
  border-color: #505050;
}

/* line 1520, ../scss/partials/_old_styles.scss */
.ui-loader,
.ui-btn-inner {
  display: none;
}

/* line 1527, ../scss/partials/_old_styles.scss */
.overseas-page a {
  color: #000;
}

/* line 1530, ../scss/partials/_old_styles.scss */
.overseas-page .head-title {
  background: #ffc300;
}

/* line 1534, ../scss/partials/_old_styles.scss */
.overseas-page .article-content h3 {
  padding: 0 0 10px 0;
  color: #ffc300;
}

/* line 1538, ../scss/partials/_old_styles.scss */
.overseas-page .article-content ul {
  margin: 0 0 0 0;
  padding: 0 0 21px 85px;
}

/* line 1542, ../scss/partials/_old_styles.scss */
.overseas-page .article-content ul li {
  list-style: disc;
  background: transparent;
  padding: 0;
}

/* line 1547, ../scss/partials/_old_styles.scss */
.overseas-page .article-content ol {
  margin: 0 0 0 0;
  padding: 0 0 21px 105px;
}

/* line 1551, ../scss/partials/_old_styles.scss */
.overseas-page .article-content ol li {
  list-style-position: outside;
  font-weight: bold;
  color: #ffc300;
}

/* line 1556, ../scss/partials/_old_styles.scss */
.overseas-page .article-content ol li span {
  font-weight: normal;
  color: #404040;
}

/* line 1560, ../scss/partials/_old_styles.scss */
.article-slider,
.article-slider .frame {
  width: 100%;
  position: relative;
}

/* line 1565, ../scss/partials/_old_styles.scss */
.article-slider {
  padding: 13px 0 35px;
}

/* line 1568, ../scss/partials/_old_styles.scss */
.article-slider .holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 1573, ../scss/partials/_old_styles.scss */
.article-slider h3 {
  margin: 0 0 22px;
  color: #3c3b3b;
  font: bold 36px/39px Arial, Helvetica, sans-serif;
}

/* line 1578, ../scss/partials/_old_styles.scss */
.article-slider .prev,
.article-slider .next {
  width: 96px;
  height: 96px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/btn-prev-next.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 82px;
  z-index: 10;
}

/* line 1590, ../scss/partials/_old_styles.scss */
.article-slider .next {
  left: auto;
  right: -20px;
  background-position: 0 -100px;
}

/* line 1595, ../scss/partials/_old_styles.scss */
.article-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}

/* line 1602, ../scss/partials/_old_styles.scss */
.article-slider ul li {
  float: left;
  width: 100%;
}

/* line 1606, ../scss/partials/_old_styles.scss */
.article-slider ul li .full-img {
  margin-bottom: 14px;
}

/* line 1609, ../scss/partials/_old_styles.scss */
.article-slider ul li .full-img img {
  max-width: 100%;
}

/* line 1612, ../scss/partials/_old_styles.scss */
.article-slider ul li .info-img {
  margin: 0;
}

/* line 1615, ../scss/partials/_old_styles.scss */
.alert {
  background: #fc0d07;
  padding: 25px 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1621, ../scss/partials/_old_styles.scss */
.alert .share-alert {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  float: right;
}

/* line 1627, ../scss/partials/_old_styles.scss */
.alert .share-alert li {
  float: left;
  padding-left: 28px;
}

/* line 1631, ../scss/partials/_old_styles.scss */
.alert .share-alert li a {
  display: block;
  width: 54px;
  height: 53px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/ico-social-alert.png") no-repeat;
}

/* line 1639, ../scss/partials/_old_styles.scss */
.alert .share-alert li a.fracebook {
  background-position: 0 0;
}

/* line 1642, ../scss/partials/_old_styles.scss */
.alert .share-alert li a.twitter {
  background-position: -100px 0;
}

/* line 1645, ../scss/partials/_old_styles.scss */
.alert .text,
.alert .text a,
.overseas-page .alert .text,
.overseas-page .alert .text a {
  overflow: hidden;
  font: 26px/32px 'helveticaneuelt_std_medRg', Helvetica, Arial, sans-serif;
  color: #fff !important;
  text-decoration: none;
}

/* line 1654, ../scss/partials/_old_styles.scss */
.alert .text a:hover {
  text-decoration: underline;
}

/* line 1657, ../scss/partials/_old_styles.scss */
.alert .text p {
  margin: 0;
}

/* line 1662, ../scss/partials/_old_styles.scss */
.now-block {
  font: 37px/40px Arial, Helvetica, sans-serif;
  color: #000000;
}
/* line 1666, ../scss/partials/_old_styles.scss */
.now-block h3 {
  color: #FF0011;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #FF0011;
  font-size: 46px;
  line-height: 46px;
  padding-bottom: 10px;
  margin: 20px 0;
  font-weight: bold;
}
/* line 1678, ../scss/partials/_old_styles.scss */
.now-block h2 {
  text-align: center;
  width: 100%;
  font-size: 60px;
  line-height: 72px;
  padding: 0 20px;
  margin: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1692, ../scss/partials/_old_styles.scss */
.now-block .factual-media .asset iframe,
.now-block .factual-media .asset .ftv_player {
  width: 100% !important;
}
/* line 1697, ../scss/partials/_old_styles.scss */
.now-block .factual-media .image-asset-description,
.now-block .factual-media .asset-video-title {
  display: none;
}
/* line 1703, ../scss/partials/_old_styles.scss */
.now-block .factual-chapo {
  padding: 20px;
  margin: 0 0 20px 0;
}

/* line 1710, ../scss/partials/_old_styles.scss */
.block .head-title {
  margin: 0 -20px 30px;
  padding: 18px 28px 9px;
  background: #0AA9E6 url("../images/bg-shadow.gif") repeat-x;
}

/* line 1715, ../scss/partials/_old_styles.scss */
.overseas-page .block .head-title {
  background: #ffc300 url("../images/bg-shadow.gif") repeat-x;
}

/* line 1718, ../scss/partials/_old_styles.scss */
.block .list {
  padding-bottom: 10px;
}

/* line 1723, ../scss/partials/_old_styles.scss */
.asset-document ul {
  margin: 0;
  padding: 0;
}

/* line 1727, ../scss/partials/_old_styles.scss */
.asset-document ul li {
  list-style: none;
  background: url("../images/pdf-list.gif") no-repeat 5px 12px;
  padding: 0 0 0 40px;
}

/* line 1732, ../scss/partials/_old_styles.scss */
.overseas-page .asset-document ul li {
  background: url("../images/pdf-list-om.gif") no-repeat 5px 12px;
}

/* line 1735, ../scss/partials/_old_styles.scss */
.asset-video .image-asset-description {
  margin-top: -5px;
  font-size: 10px;
  line-height: 120%;
}

/* line 1740, ../scss/partials/_old_styles.scss */
.asset-video .image-asset-description span {
  padding: 0 10px 0 0;
  font-weight: bold;
}

/* line 1745, ../scss/partials/_old_styles.scss */
.asset-video .dmcloud .image-asset-description {
  font-size: 11px;
  color: #999999;
  padding-top: 0px;
}

/* line 1750, ../scss/partials/_old_styles.scss */
.asset-video .asset-video-title {
  font-weight: bold;
  font-size: 11px;
  color: #404040;
  padding-top: 5px;
}

/* line 1757, ../scss/partials/_old_styles.scss */
.article-html-libre .html-libre img,
.article-html-libre .html-libre iframe {
  width: 100%;
}

/* line 1762, ../scss/partials/_old_styles.scss */
.article-html-libre .html-libre .asset-video {
  margin-bottom: 20px;
}

/* line 1765, ../scss/partials/_old_styles.scss */
.article-html-libre .html-libre .asset-video .asset-video-title,
.article-html-libre .html-libre .asset-video .image-asset-description {
  font-size: 30px;
}

/* line 1772, ../scss/partials/_old_styles.scss */
.image-asset-description {
  margin-top: 10px;
}

/* line 1776, ../scss/partials/_old_styles.scss */
.page-tv-direct header .box span {
  font-size: 33px;
}

/* line 1780, ../scss/partials/_old_styles.scss */
#livetv-player {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #363636;
  float: left;
  margin-bottom: 45px;
}

/* line 1788, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top {
  width: 600px;
  height: 42px;
  padding-bottom: 12px;
  position: relative;
  color: #c9c9ca;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 26px;
}

/* line 1799, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top p {
  margin-left: 17px;
}

/* line 1802, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .logo {
  padding: 10px 0 0 10px;
  width: 470px;
  position: absolute;
}

/* line 1807, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .logo a {
  position: relative;
  float: left;
  text-decoration: none;
  display: block;
}

/* line 1813, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .logo a .logo-text {
  color: #ffffff;
  display: block;
  width: auto;
  padding: 15px 0 0;
  font-family: "HelveticaNeueThin", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 100%;
  float: left;
}

/* line 1824, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .logo a img {
  padding: 0 10px 0 10px;
  float: left;
  height: 55px;
}

/* line 1829, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .logo h2 {
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 24px;
  color: #999999;
  float: left;
  padding: 16px 0 0 10px;
  line-height: 100%;
}

/* line 1837, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .time-date-current {
  width: 300px;
  position: absolute;
  right: 0;
  text-align: right;
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* line 1844, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .time-date-current .clocktime {
  font-size: 40px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1852, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-top .time-date-current .clockdate {
  font-size: 14px;
  color: #999999;
  padding-top: 8px;
  position: absolute;
  top: 35px;
  right: 0;
}

/* line 1860, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .player-video {
  width: 100%;
  height: 20%;
  position: relative;
}

/* line 1865, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-infos,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-infos {
  margin: 10px 0 0 10px;
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 1871, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-infos .fr3r-livetv-program-time,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-infos .outremer-livetv-program-time {
  color: #269fe3;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
  float: left;
}

/* line 1879, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-infos .outremer-livetv-program-time {
  color: #ffc300;
}

/* line 1883, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-infos .fr3r-livetv-program-name,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-infos .outremer-livetv-program-name {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  float: left;
}

/* line 1890, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-infos .fr3r-livetv-program-name a,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-infos .outremer-livetv-program-name a {
  color: #FFF;
}

/* line 1894, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  clear: both;
  padding: 10px 0 0 0;
}

/* line 1902, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales span,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales span {
  margin-right: 3px;
  padding: 0 0 0 10px;
  border-top: 1px solid;
  border-color: #545454;
  width: 100%;
  display: block;
}

/* line 1911, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales ul,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales ul {
  display: block;
  margin: 0;
  padding-left: 0px;
}

/* line 1917, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales ul li,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales ul li {
  list-style: none;
  display: block;
  margin-right: 3px;
  padding-left: 10px;
  border-top: 1px solid;
  border-color: #545454;
  width: 100%;
  display: block;
}

/* line 1928, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales ul li.last,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales ul li.last {
  border-bottom: 1px solid;
  border-color: #545454;
}

/* line 1933, ../scss/partials/_old_styles.scss */
#livetv-player .livetv-player-inner .livetv-player-center .fr3r-livetv-locales ul li a,
#livetv-player .livetv-player-inner .livetv-player-center .outremer-livetv-locales ul li a {
  color: #FFFFFF;
  font-weight: normal;
}

/* line 1938, ../scss/partials/_old_styles.scss */
.outremer-livetv-replays {
  text-align: center;
  background-color: white;
  padding-top: 20px;
}
/* line 1942, ../scss/partials/_old_styles.scss */
.outremer-livetv-replays a {
  font-family: "Brown", Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 28px;
  padding: 25px 40px 23px;
  display: inline-block;
  overflow: hidden;
  word-wrap: break-word;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  color: black;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  z-index: 55;
}

/* line 1964, ../scss/partials/_old_styles.scss */
header .livetv {
  font-size: 30px;
  line-height: 30px;
  float: right;
  color: #737373;
  width: 125px;
  margin-top: -8px;
}

/* line 1972, ../scss/partials/_old_styles.scss */
header .livetv a {
  color: #737373;
}

/* line 1975, ../scss/partials/_old_styles.scss */
.view-emission-notes .view-content .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1980, ../scss/partials/_old_styles.scss */
#main .view-emission-notes .btn-more-down {
  font-size: 34px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid black;
  width: 100%;
  display: block;
  font-family: "Brown", Arial, Sans-Serif;
  background-image: none;
  border-radius: 10px;
  padding: 15px 0;
  text-shadow: none;
}
/* line 1995, ../scss/partials/_old_styles.scss */
#main .view-emission-notes .btn-more-down span {
  padding: 0;
  background: none;
}
/* line 2000, ../scss/partials/_old_styles.scss */
#main .view-emission-notes .btn-more-down:hover, #main .view-emission-notes .btn-more-down:focus {
  background-color: black;
  color: white;
  outline: none;
}

/* line 2006, ../scss/partials/_old_styles.scss */
.view-display-id-panel_pane_first_note .top-img-info {
  border: none;
  margin: 0;
}

/* line 2012, ../scss/partials/_old_styles.scss */
.asset-free-html .twitter-tweet {
  margin: 10px auto !important;
}
/* line 2015, ../scss/partials/_old_styles.scss */
.asset-free-html iframe {
  display: block;
  margin: auto;
}

/* line 2020, ../scss/partials/_old_styles.scss */
.asset-video .full-img {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 2025, ../scss/partials/_old_styles.scss */
.asset-video .full-img iframe, .asset-video .full-img object, .asset-video .full-img embed, .asset-video .full-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2034, ../scss/partials/_old_styles.scss */
.asset-video .full-img,
.mobile-replay-diffusion,
.asset-video iframe,
.asset-video object,
.asset-video .ftv-player {
  max-width: 100%;
}

/* line 2044, ../scss/partials/_old_styles.scss */
.node-type-programme h1 {
  margin-left: 20px;
}

/* line 2047, ../scss/partials/_old_styles.scss */
.node-type-programme h1 span {
  font-weight: normal;
}

/* line 2050, ../scss/partials/_old_styles.scss */
.node-type-radio .block .head-title,
.node-type-programme .block .head-title {
  margin: -9px 0 30px;
  padding: 16px 28px 7px 20px;
  font-size: 40px;
  line-height: 42px;
}

/* line 2057, ../scss/partials/_old_styles.scss */
.node-type-programme .top-full-img {
  padding-bottom: 18px;
  border-bottom: 1px solid #bfbfbf;
}

/* line 2062, ../scss/partials/_old_styles.scss */
.node-type-programme .emission-home-contents .top-full-img {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Fil d'ariane mobile */
/* line 2068, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
}

/* line 2073, ../scss/partials/_old_styles.scss */
.node-type-article #fr3r-breadcrumb {
  padding: 0 30px;
}

/* line 2076, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb ol {
  padding: 0;
  color: #c9e5f5;
}

/* line 2080, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb li {
  display: inline;
  color: #269FE3;
  margin: 0 10px;
}

/* line 2085, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb li:first-of-type {
  margin-left: 0;
}

/* line 2088, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb li:last-of-type {
  margin-right: 0;
}

/* line 2091, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb a {
  font-weight: bold;
  color: #269FE3;
}

/* line 2095, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb a:hover {
  color: #53ADE0;
}

/* line 2098, ../scss/partials/_old_styles.scss */
#fr3r-breadcrumb .link-home {
  display: inline-block;
  width: 11px;
  height: 12px;
  overflow: hidden;
  text-indent: -5000px;
  background: transparent url("../images/icon-home.png") no-repeat 0 0;
}

/* line 2106, ../scss/partials/_old_styles.scss */
.overseas-page #fr3r-breadcrumb ol,
.overseas-page #fr3r-breadcrumb li,
.overseas-page #fr3r-breadcrumb a {
  color: #ffc300 !important;
}

/* line 2111, ../scss/partials/_old_styles.scss */
.overseas-page #fr3r-breadcrumb .link-home {
  background: transparent url("../images/icon-home-outremer.png") no-repeat 0 0;
}

/* line 2116, ../scss/partials/_old_styles.scss */
.node-type-article .share {
  padding-top: 0;
  padding-bottom: 2px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-top: 1px solid #c4c4c4;
  display: none;
  background-color: rgba(247, 247, 247, 0.95);
}
/* line 2128, ../scss/partials/_old_styles.scss */
.node-type-article .social-list {
  justify-content: space-around;
}

/* line 2135, ../scss/partials/_old_styles.scss */
.node-type-programme .view-id-emission_notes .btn-more-down {
  display: none !important;
}

/* line 2138, ../scss/partials/_old_styles.scss */
.node-type-radio .mobile-note li:nth-child(n+4) {
  display: none;
}

/* line 2142, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile {
  padding: 0;
}

/* line 2143, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .list {
  padding-top: 25px;
  padding-bottom: 45px;
}

/* line 2148, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .pager-load-more {
  padding: 0 20px;
}

/* line 2152, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .item-list .btn-more-down {
  font-size: 34px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid black;
  width: 100%;
  display: block;
  font-family: "Brown", Arial, Sans-Serif;
  background-image: none;
  border-radius: 10px;
  padding: 15px 0;
  text-shadow: none;
}
/* line 2167, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .item-list .btn-more-down:active, .view-display-id-last_podcasts_mobile .item-list .btn-more-down:focus {
  background-color: black;
  color: white;
}
/* line 2172, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .item-list .btn-more-down span {
  background: none;
  padding: 0;
}

/* line 2179, ../scss/partials/_old_styles.scss */
.abo-podcast {
  background: #ffc300;
  text-align: center;
  padding: 15px 0;
}

/* line 2184, ../scss/partials/_old_styles.scss */
.abo-podcast a {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

/* line 2189, ../scss/partials/_old_styles.scss */
.ico_playable {
  display: inline-block;
  width: 31px;
  height: 28px;
  background: transparent url("../images/bg-player.png") no-repeat -805px -53px;
  text-indent: -5000px;
  overflow: hidden;
  position: relative;
  top: 4px;
}

/* line 2202, ../scss/partials/_old_styles.scss */
.description-programme h3::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ebc2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  margin-left: 10px;
  position: relative;
  top: 4px;
  display: inline-block !important;
}

/* line 2223, ../scss/partials/_old_styles.scss */
.player-standard .mejs-container {
  background: none;
}

/* line 2224, ../scss/partials/_old_styles.scss */
.player-standard .mejs-container .mejs-inner {
  background: #f3f2f1;
}

/* line 2225, ../scss/partials/_old_styles.scss */
.player-standard .mejs-container .mejs-inner .mejs-controls {
  background: none;
}

/* line 2226, ../scss/partials/_old_styles.scss */
.player-standard--input {
  height: 60%;
  float: right;
}
/* line 2230, ../scss/partials/_old_styles.scss */
.player-standard--input label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 2237, ../scss/partials/_old_styles.scss */
.player-standard--input input, .player-standard--input textarea {
  border: none;
  box-shadow: none;
  margin-left: 25px;
  padding: 3px 10px;
  font-size: 16px;
  float: left;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 2253, ../scss/partials/_old_styles.scss */
.player-standard--input .button_copy {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  background-color: #ffc300;
  height: 100%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  width: 150px;
  float: left;
  text-align: left;
  text-indent: 25px;
}
/* line 2274, ../scss/partials/_old_styles.scss */
.player-standard--input .button_copy::after {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
}
/* line 2295, ../scss/partials/_old_styles.scss */
.player-standard--input .button_copy:hover {
  background-color: #fff;
  cursor: pointer;
}

/* line 2303, ../scss/partials/_old_styles.scss */
.node-type-radio .share {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 0;
  background-color: #f3f3f3;
}
/* line 2311, ../scss/partials/_old_styles.scss */
.node-type-radio .description-programme {
  margin-top: 60px;
  padding: 0 20px;
}
/* line 2316, ../scss/partials/_old_styles.scss */
.node-type-radio .player-video--content {
  margin-top: 25px;
}
/* line 2319, ../scss/partials/_old_styles.scss */
.node-type-radio .article .share {
  padding: 0;
}
/* line 2322, ../scss/partials/_old_styles.scss */
.node-type-radio .article .share .social-list li {
  width: auto;
  border: none;
  padding: 30px 0;
}

/* line 2329, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .player-standard {
  margin-top: 20px;
}
/* line 2333, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .player-standard .mejs-container .mejs-inner .mejs-controls .mejs-time-rail {
  width: calc(100% - 365px) !important;
}
/* line 2337, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .player-standard .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float {
  display: none !important;
}
/* line 2340, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .player-standard .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  width: initial !important;
}

/* line 2349, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .list:first-child .views-row.views-row-first .podcast-mobile--container {
  display: block;
}

/* line 2354, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .views-row.views-row-first {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
}

/* line 2361, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .views-row.views-row-last {
  border: 0;
  margin-bottom: 0;
}

/* line 2370, ../scss/partials/_old_styles.scss */
#feed .item_html a.read_more {
  border: 1px solid #ccc;
  text-transform: uppercase;
  color: #9f9f9f;
  padding: 15px 0;
  text-align: center;
  margin: 0px 0 0;
  display: block;
  background: #fff;
}
/* line 2381, ../scss/partials/_old_styles.scss */
#feed .btn-more {
  display: block;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  font-size: 27px;
  padding: 1rem 0rem;
  transition: all .3s ease;
  white-space: normal;
  border-width: 2px;
  border-color: #000;
  border-style: solid;
  vertical-align: middle;
  border-radius: 4px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Brown, Helvetica, sans-serif;
  width: 100%;
}
/* line 2401, ../scss/partials/_old_styles.scss */
#feed .btn-more:hover {
  background-color: #000;
  color: #fff;
  transition: all .3s ease;
}

@-ms-viewport {
  width: device-width;
}
/* line 2413, ../scss/partials/_old_styles.scss */
.fr3-important-news .label {
  display: none;
}

/* line 2417, ../scss/partials/_old_styles.scss */
.contextual-links-wrapper {
  display: none;
}

/* line 2421, ../scss/partials/_old_styles.scss */
.hide-me {
  display: none;
}

/* line 2425, ../scss/partials/_old_styles.scss */
.overseas-page h2 a {
  color: #000000;
}

/* line 2429, ../scss/partials/_old_styles.scss */
.overseas-page .text a {
  color: #000000;
}

/* line 2433, ../scss/partials/_old_styles.scss */
.overseas-page .btn-more-up, .overseas-page .btn-more-down {
  color: white;
}

/* line 2437, ../scss/partials/_old_styles.scss */
#safari-popup .popup {
  bottom: 0;
  left: 50%;
  margin-left: -262px;
  position: absolute;
  z-index: 100;
}

/* line 2446, ../scss/partials/_old_styles.scss */
.asset-audio .image-asset-description {
  font-size: 30px;
  margin-bottom: 25px;
}

/* line 2452, ../scss/partials/_old_styles.scss */
.player-standard--share {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 2458, ../scss/partials/_old_styles.scss */
.player-standard--share span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 2465, ../scss/partials/_old_styles.scss */
.player-standard--share .ps--share__share {
  color: white;
  background-color: transparent;
  border: none;
  padding: 0 5px;
}
/* line 2471, ../scss/partials/_old_styles.scss */
.player-standard--share .ps--share__share:hover {
  cursor: pointer;
}
/* line 2473, ../scss/partials/_old_styles.scss */
.player-standard--share .ps--share__share:hover::before {
  color: #ffc300;
}
/* line 2478, ../scss/partials/_old_styles.scss */
.player-standard--share .ps--share__share::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
}
/* line 2494, ../scss/partials/_old_styles.scss */
.player-standard--share .ps--share__share::before {
  content: "\e918";
}

/* line 2500, ../scss/partials/_old_styles.scss */
.player-standard--social_content {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: black;
}
/* line 2510, ../scss/partials/_old_styles.scss */
.player-standard--social_content.active {
  display: block;
}
/* line 2514, ../scss/partials/_old_styles.scss */
.player-standard--social_content .player-standard--input {
  margin-right: 30px;
}

/* line 2521, ../scss/partials/_old_styles.scss */
.ps--share__close {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: white;
  float: left;
  margin-left: 10px;
}
/* line 2530, ../scss/partials/_old_styles.scss */
.ps--share__close:hover {
  cursor: pointer;
}
/* line 2532, ../scss/partials/_old_styles.scss */
.ps--share__close:hover::before {
  color: #ffc300;
}
/* line 2537, ../scss/partials/_old_styles.scss */
.ps--share__close span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 2544, ../scss/partials/_old_styles.scss */
.ps--share__close::before {
  content: "\e921";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62px;
}

/* line 2562, ../scss/partials/_old_styles.scss */
.player-standard--social, .player-standard--input, .ps--share__close {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
/* line 2567, ../scss/partials/_old_styles.scss */
.player-standard--social a, .player-standard--input a, .ps--share__close a {
  color: white;
}
/* line 2570, ../scss/partials/_old_styles.scss */
.player-standard--social a:hover, .player-standard--input a:hover, .ps--share__close a:hover {
  color: #ffc300 !important;
}

/* line 2576, ../scss/partials/_old_styles.scss */
.player-standard--social {
  margin-left: 30px;
  float: left;
}
/* line 2581, ../scss/partials/_old_styles.scss */
.player-standard--social span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 2588, ../scss/partials/_old_styles.scss */
.player-standard--social [class^="ps--social"], .player-standard--social [class*="ps--social"] {
  display: inline-block;
  margin-right: 35px;
  background: none !important;
  text-shadow: none !important;
  color: white !important;
}
/* line 2596, ../scss/partials/_old_styles.scss */
.player-standard--social [class^="ps--social"]:hover, .player-standard--social [class^="ps--social"]:active, .player-standard--social [class^="ps--social"]:focus, .player-standard--social [class*="ps--social"]:hover, .player-standard--social [class*="ps--social"]:active, .player-standard--social [class*="ps--social"]:focus {
  text-decoration: none;
}
/* line 2600, ../scss/partials/_old_styles.scss */
.player-standard--social [class^="ps--social"]:last-child, .player-standard--social [class*="ps--social"]:last-child {
  margin-right: 0;
}
/* line 2604, ../scss/partials/_old_styles.scss */
.player-standard--social [class^="ps--social"]::before, .player-standard--social [class*="ps--social"]::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62px;
}
/* line 2619, ../scss/partials/_old_styles.scss */
.player-standard--social .ps--social__facebook::before {
  content: "\e91b";
}
/* line 2622, ../scss/partials/_old_styles.scss */
.player-standard--social .ps--social__twitter::before {
  content: "\e919";
}
/* line 2625, ../scss/partials/_old_styles.scss */
.player-standard--social .ps--social__whatsapp::before {
  content: "\e922";
}
/* line 2628, ../scss/partials/_old_styles.scss */
.player-standard--social .ps--social__messenger::before {
  content: "\e91f";
}

/* line 2634, ../scss/partials/_old_styles.scss */
#radio-player .radio-title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 40px;
  margin-right: 20px;
  font-family: "Brown", Arial, Sans-Serif;
  margin-top: 20px;
}
/* line 2644, ../scss/partials/_old_styles.scss */
#radio-player .radio-title::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: red;
  border-radius: 50%;
  top: 27px;
  left: -25px;
  position: relative;
}
/* line 2657, ../scss/partials/_old_styles.scss */
#radio-player .full-img {
  margin: 0;
}
/* line 2659, ../scss/partials/_old_styles.scss */
#radio-player h3 {
  font-size: 34px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Brown", Arial, Sans-Serif;
  margin-bottom: 20px;
}
/* line 2669, ../scss/partials/_old_styles.scss */
#radio-player .asset-free-html {
  margin-right: 40px;
  margin-left: 40px;
}
/* line 2673, ../scss/partials/_old_styles.scss */
#radio-player .asset-free-html .asset-free-html {
  margin: 0;
}
/* line 2677, ../scss/partials/_old_styles.scss */
#radio-player .asset-free-html .fb-post, #radio-player .asset-free-html .fb-post span, #radio-player .asset-free-html iframe {
  margin: auto !important;
  display: block !important;
}
/* line 2684, ../scss/partials/_old_styles.scss */
#radio-player #direct-radio-program .program-details--container {
  display: none;
}
/* line 2690, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content {
  text-align: center;
  margin-top: 25px;
}
/* line 2696, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content.active button::after {
  content: "\ebc3";
}
/* line 2701, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content .program-details--container {
  display: none;
}
/* line 2705, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content button {
  background: none;
  border: none;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}
/* line 2712, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content button:focus, #radio-player .player-description-content button:active {
  outline: none;
}
/* line 2716, ../scss/partials/_old_styles.scss */
#radio-player .player-description-content button::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  margin-left: 10px;
  position: relative;
  top: 4px;
  content: "\ebc2";
}
/* line 2736, ../scss/partials/_old_styles.scss */
#radio-player .player-container--img img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 2741, ../scss/partials/_old_styles.scss */
#radio-player .player-container--img.hide {
  display: none;
}
/* line 2746, ../scss/partials/_old_styles.scss */
#radio-player .player-social {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  left: 50%;
  position: relative;
  margin-left: -110px;
}
/* line 2754, ../scss/partials/_old_styles.scss */
#radio-player .player-social a {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  font-size: 60px;
  color: white;
  text-align: center;
  line-height: 100px;
}
/* line 2765, ../scss/partials/_old_styles.scss */
#radio-player .player-social a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 2770, ../scss/partials/_old_styles.scss */
#radio-player .player-social a:first-child {
  margin-right: 40px;
}
/* line 2774, ../scss/partials/_old_styles.scss */
#radio-player .player-social .icomoon-facebook {
  background-color: #3d5b91;
}
/* line 2777, ../scss/partials/_old_styles.scss */
#radio-player .player-social .icomoon-twitter {
  background-color: #55acef;
}
/* line 2782, ../scss/partials/_old_styles.scss */
#radio-player .player-description, #radio-player .player-tel {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 2787, ../scss/partials/_old_styles.scss */
#radio-player .player-description {
  margin-top: 30px;
}
/* line 2791, ../scss/partials/_old_styles.scss */
#radio-player .player-buttons {
  font-size: 0;
  margin: 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 2798, ../scss/partials/_old_styles.scss */
#radio-player .player-buttons .player-btm-btn {
  display: inherit;
  margin-right: 5%;
  width: 47%;
  margin-bottom: 30px;
  min-height: 100px;
  border: 1px solid black;
  border-radius: 5px;
}
/* line 2807, ../scss/partials/_old_styles.scss */
#radio-player .player-buttons .player-btm-btn a {
  font-family: "Brown", Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 28px;
  padding: 5px 30px;
  display: inline-block;
  overflow: hidden;
  word-wrap: break-word;
  text-align: center;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
/* line 2822, ../scss/partials/_old_styles.scss */
#radio-player .player-buttons .player-btm-btn:last-child, #radio-player .player-buttons .player-btm-btn:nth-child(2) {
  margin-right: 0;
}
/* line 2828, ../scss/partials/_old_styles.scss */
#radio-player .player-tel {
  color: #9f9f9f;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 2834, ../scss/partials/_old_styles.scss */
#radio-player .player-tel p {
  margin-bottom: 0;
  margin-top: 0;
  width: 360px;
}
/* line 2839, ../scss/partials/_old_styles.scss */
#radio-player .player-tel p span {
  float: right;
}
/* line 2847, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .player-controls--switch {
  display: none;
}
/* line 2851, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch {
  position: absolute;
  right: 130px;
  top: 22px;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 2860, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch .switch-audio, #radio-player .player-controls .switch .switch-video {
  position: absolute;
  top: 0;
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 2869, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch .switch-audio {
  right: 65px;
}
/* line 2872, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch .switch-video {
  left: 65px;
}
/* line 2876, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch .cmn-toggle {
  margin-left: -9999px;
  position: absolute;
  visibility: hidden;
}
/* line 2881, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round:checked + label::before {
  background-color: #ffc300;
}
/* line 2884, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round:checked + label::after {
  margin-left: 30px;
}
/* line 2888, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label::before {
  background-color: #ffc300;
  border-radius: 60px;
  right: 1px;
  transition: background 0.4s ease 0s;
}
/* line 2894, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label::before {
  background-color: #ffc300;
  border-radius: 60px;
  right: 1px;
  transition: background 0.4s ease 0s;
}
/* line 2900, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label::before, #radio-player .player-controls .switch input.cmn-toggle-round + label::after {
  bottom: 1px;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 1px;
}
/* line 2908, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label::after {
  background-color: #fff;
  border-radius: 100%;
  transition: margin 0.4s ease 0s;
  width: 22px;
  border: 2px solid grey;
}
/* line 2915, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label::before, #radio-player .player-controls .switch input.cmn-toggle-round + label::after {
  bottom: 1px;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 1px;
}
/* line 2923, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch input.cmn-toggle-round + label {
  background-color: #ffc300;
  border-radius: 60px;
  height: 20px;
  padding: 2px;
  width: 50px;
  top: 7px;
}
/* line 2931, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .switch .cmn-toggle + label {
  -moz-user-select: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  position: relative;
}
/* line 2941, ../scss/partials/_old_styles.scss */
#radio-player .content-netia {
  overflow: hidden;
  padding: 0 45px;
}
/* line 2945, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--container {
  overflow: hidden;
  background-color: black;
  position: relative;
}
/* line 2950, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--container:first-child {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 2956, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--img {
  float: left;
}
/* line 2959, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--label {
  float: left;
  background-color: #000;
  color: #fff;
  height: 130px;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 5px;
  width: calc(100% - 130px);
}
/* line 2969, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--label .content-netia--hour {
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  font-style: normal;
  color: black;
  padding: 3px 5px;
}
/* line 2979, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--label .content-netia--label__title {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
/* line 2984, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--label .content-netia--label__song {
  font-family: "Brown", Arial, Sans-Serif;
  margin: 0;
  position: relative;
  top: 3px;
  max-width: 95%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 2996, ../scss/partials/_old_styles.scss */
#radio-player .content-netia .content-netia--label .content-netia--label__artist {
  font-family: "Brown", Arial, Sans-Serif;
  margin: 0;
  font-weight: 300;
  max-width: 95%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 3013, ../scss/partials/_old_styles.scss */
.player-standard--social_content {
  display: none;
}

/* line 3015, ../scss/partials/_old_styles.scss */
#radio-player .player-controls, .player-standard {
  background: #000;
  height: 80px;
  position: relative;
}
/* line 3020, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container, .player-standard .mejs-container {
  background: none;
}
/* line 3024, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls, .player-standard .mejs-container .mejs-inner .mejs-controls {
  height: 100%;
  background: none;
}
/* line 3029, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button, #radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button, #radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 3035, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button {
  height: 65px;
  width: 65px;
  background-color: #ffc300;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: 0;
}
/* line 3043, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 3049, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button:focus, #radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button:active, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button:focus, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button button:active {
  outline: none;
}
/* line 3054, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-play:hover, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-play:hover {
  opacity: 0.8;
  cursor: pointer;
}
/* line 3058, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-play button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-play button {
  background-color: transparent;
  width: 0;
  height: 0;
  border-width: 20px 0 20px 35px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin: 15px 17px;
  left: 20px;
  top: 17px;
}
/* line 3072, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-pause:hover, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-pause:hover {
  opacity: 0.8;
  cursor: pointer;
}
/* line 3076, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-pause button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-playpause-button.mejs-pause button {
  width: 10px;
  height: 37px;
  margin: 14px 20px 7px 12px;
  box-shadow: inset 0 0 0 32px, 21px 0 0 0;
  color: black;
  left: 10px;
  position: relative;
  top: 18px;
}
/* line 3089, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail {
  margin: 27px 0 0 105px;
  padding-top: 0;
  height: 24px;
  width: calc(100% - 365px) !important;
}
/* line 3097, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float {
  width: 95px;
  height: 30px;
  top: -40px;
  margin-left: -45px;
  border: none;
}
/* line 3104, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float .mejs-time-float-current, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float .mejs-time-float-current {
  padding-top: 8px;
  font-size: 27px;
  text-align: center;
  padding-left: 9px;
}
/* line 3111, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float .mejs-time-float-corner, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-float .mejs-time-float-corner {
  top: 30px;
  left: 40px;
}
/* line 3117, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-total, #radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-loaded, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-total, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  width: inherit !important;
}
/* line 3121, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-total, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-total {
  height: inherit;
  background: #3a3a3a;
  margin: 0;
  padding: 0;
  overflow: visible;
}
/* line 3128, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-loaded, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  height: 100%;
  background: #504f4f;
  width: 0;
  -webkit-transition: all 0.5s ease;
}
/* line 3136, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-current, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  height: 100%;
  background: #ffc300;
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
/* line 3148, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-handle, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time-rail .mejs-time-handle {
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #575757;
  border-radius: 50%;
  top: -5px;
}
/* line 3158, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time {
  padding: 0;
  height: 100%;
  overflow: visible;
  margin-right: 20px;
}
/* line 3165, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time span.mejs-currenttime, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time span.mejs-currenttime {
  position: absolute;
  left: 101px;
  top: 32px;
  font-size: 23px;
}
/* line 3171, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-time span.mejs-duration, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-time span.mejs-duration {
  font-size: 23px;
  margin-left: 20px;
  margin-top: 33px;
  color: #a7a7a7;
}
/* line 3182, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-mute button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-mute button {
  background: transparent;
  color: white;
  width: 0;
  height: 0;
  border: 7px solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  box-shadow: inset 4px 0;
  margin: 4px 10px 4px 11px;
}
/* line 3197, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button {
  margin: 0 10px 0 15px;
}
/* line 3199, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button button {
  margin: 0;
  height: 17px;
  width: 13px;
  background: transparent;
}
/* line 3206, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button {
  width: 0;
  height: 0;
  border: 7px solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  padding: 6px 3px;
  box-shadow: inset 4px 0;
  position: relative;
  color: white;
}
/* line 3218, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button::after, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  height: 10px;
  width: 2px;
  left: 21px;
  box-shadow: inset 0 0 0 32px;
  position: absolute;
  top: 50%;
  content: "";
}
/* line 3230, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button::before, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-volume-button.mejs-unmute button::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 2px;
  left: 17px;
  box-shadow: inset 0 0 0 32px;
  position: absolute;
  top: 50%;
  content: "";
}
/* line 3246, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider {
  height: 15px;
  width: 33px;
  cursor: pointer;
}
/* line 3251, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-current, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider:hover .mejs-horizontal-volume-current {
  opacity: 0.5;
}
/* line 3255, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 33px;
  height: 15px;
}
/* line 3259, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 15px;
}
/* line 3262, ../scss/partials/_old_styles.scss */
#radio-player .player-controls .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .player-standard .mejs-container .mejs-inner .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  height: 15px;
}

/* line 3272, ../scss/partials/_old_styles.scss */
.player-standard .player-standard--input input {
  width: calc(100% - 200px);
}

/* line 3274, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-title {
  font-size: 42px;
  margin-bottom: 0;
  position: relative;
  padding-left: 95px;
  padding-right: 30px;
  line-height: 44px;
}
/* line 3281, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 50%;
  display: block;
}
/* line 3292, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-title::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 16px;
  border-width: 15px 0 15px 25px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  color: white;
}

/* line 3306, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-description {
  font-size: 34px;
  font-family: "Brown", Arial, Sans-Serif;
  padding-left: 95px;
  padding-right: 30px;
  font-weight: normal;
  margin-top: 5px;
}
/* line 3314, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-description p {
  line-height: 36px;
}
/* line 3318, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-description p:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* line 3323, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .podcast-description p:last-child {
  padding: 0;
  margin: 0;
}

/* line 3328, ../scss/partials/_old_styles.scss */
.view-display-id-last_podcasts_mobile .player-standard {
  margin-top: 20px;
}

/* line 3330, ../scss/partials/_old_styles.scss */
.swipe-overlay {
  opacity: 0.7;
}

/* line 3334, ../scss/partials/_old_styles.scss */
#swipe-loader {
  background: url("../images/ajax-loader.gif") no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  height: 33px;
  width: 33px;
  margin-left: -16px;
  margin-top: -16px;
}

/* line 3346, ../scss/partials/_old_styles.scss */
#drop ul li.active a {
  background: #0AA9E6 url(../images/bg-drop.gif) repeat-y;
}

/* line 3349, ../scss/partials/_old_styles.scss */
.overseas-page #drop ul li.active a {
  background: #ffc300;
}

/* line 3353, ../scss/partials/_old_styles.scss */
.btn-shown-comments {
  overflow: hidden;
  padding: 20px 0;
  margin-left: 20px;
  float: left;
  display: none;
}

/* line 3361, ../scss/partials/_old_styles.scss */
.btn-shown-comments a {
  float: left;
  width: 437px;
  height: 101px;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 3369, ../scss/partials/_old_styles.scss */
.btn-shown-comments .show-comments {
  background: url(../images/btn-voir-commentaires.jpg?v=2) no-repeat;
}

/* line 3373, ../scss/partials/_old_styles.scss */
.btn-shown-comments .hide-comments {
  background: url(../images/btn-masquer-commentaires.jpg?v=2) no-repeat;
  display: none;
}

/* line 3378, ../scss/partials/_old_styles.scss */
#disqus_thread {
  display: none;
  padding: 32px 20px 0;
  clear: both;
}

/* line 3384, ../scss/partials/_old_styles.scss */
#header-sticky {
  z-index: 1000;
}

/* line 3388, ../scss/partials/_old_styles.scss */
header, #header, #header-sticky {
  width: 100%;
}

/* line 3392, ../scss/partials/_old_styles.scss */
#header-sticky.menu-processed {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 3397, ../scss/partials/_old_styles.scss */
html, body {
  height: 100%;
}

/* line 3401, ../scss/partials/_old_styles.scss */
body {
  background: #ffffff;
}

/* line 3405, ../scss/partials/_old_styles.scss */
#disqus_thread {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

/* line 3411, ../scss/partials/_old_styles.scss */
.bottom a.selected {
  font-weight: bold;
}

/* line 3415, ../scss/partials/_old_styles.scss */
.asset-image img {
  float: none;
  display: block;
  margin: 0 auto;
}

/* line 3421, ../scss/partials/_old_styles.scss */
.asset.asset-align-left {
  float: left;
  margin: 0 8px 0 0;
}

/* line 3426, ../scss/partials/_old_styles.scss */
.asset-image.asset-align-right {
  margin: 0;
  padding: 6px 0 0 15px;
  float: right;
}

/* line 3432, ../scss/partials/_old_styles.scss */
.image-big-wrapper .image {
  padding: 0;
  background: #f3f2f1;
}

/* line 3437, ../scss/partials/_old_styles.scss */
.image-big-wrapper .image img {
  width: 100%;
}

/* line 3441, ../scss/partials/_old_styles.scss */
#player-replay-emission {
  margin: 0 0 7px;
}
/* line 3445, ../scss/partials/_old_styles.scss */
#player-replay-emission .block-title {
  font-family: "Brown", Arial, Sans-Serif;
  margin: 25px 0;
  font-size: 40px;
}

/* line 3454, ../scss/partials/_old_styles.scss */
.fr3-same-subject h4,
.fr3-rss-block-tag h4 {
  font-weight: 300;
  line-height: 52px;
  margin-bottom: 37px;
  margin-top: 60px;
  font-family: "Brown", Arial, Sans-Serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}

/* line 3467, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag {
  margin-top: 40px;
  padding: 26px 0 30px 0;
}
/* line 3471, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag.other-domains {
  margin: 0;
  padding: 0;
}
/* line 3475, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag.other-domains .list li:first-child {
  border-top: 1px solid #bfbfbf;
  padding-top: 19px;
}
/* line 3481, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag .list {
  padding-bottom: 0;
}
/* line 3484, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag .list img {
  width: 200px;
}

/* line 3491, ../scss/partials/_old_styles.scss */
.fr3-same-subject ul {
  padding: 0;
}
/* line 3495, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list {
  padding: 0;
}
/* line 3498, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
/* line 3505, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list .owl-dots .owl-dot span {
  background-color: white;
}
/* line 3510, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list .owl-dots .owl-dot.active span {
  background-color: #ffc300;
}
/* line 3517, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list li {
  position: relative;
  padding: 0;
}
/* line 3521, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list li .img {
  float: none;
  margin: 0;
}
/* line 3525, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list li .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 5%;
}
/* line 3533, ../scss/partials/_old_styles.scss */
.fr3-same-subject .list li .text a {
  color: #fff;
  font-family: "Brown", Arial, Sans-Serif;
  font-size: 44px;
  text-align: center;
  font-weight: normal;
  display: block;
  line-height: 50px;
}

/* line 3548, ../scss/partials/_old_styles.scss */
.fr3-rss-block-tag h4 {
  font-size: 30px;
  line-height: 35px;
  color: #999;
}

/* line 1, ../scss/partials/_footer.scss */
.footer_content {
  height: 84px;
  background-color: #232323;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
/* line 10, ../scss/partials/_footer.scss */
.footer_content span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
/* line 16, ../scss/partials/_footer.scss */
.footer_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 24, ../scss/partials/_footer.scss */
.footer_content ul li {
  padding-right: 30px;
}
/* line 27, ../scss/partials/_footer.scss */
.footer_content ul li:last-child {
  padding-right: 0;
}
/* line 31, ../scss/partials/_footer.scss */
.footer_content ul li a, .footer_content ul li span {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

/* line 40, ../scss/partials/_footer.scss */
#fr3-footer {
  font-family: "HelveticaNeueLight", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  background-color: #f3f3f3;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 46, ../scss/partials/_footer.scss */
#fr3-footer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section {
  color: #9a9a9a;
}
/* line 55, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section a {
  color: inherit;
}
/* line 58, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section a:hover {
  color: #000000;
  text-decoration: underline;
}
/* line 64, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter {
  margin-top: 0;
  text-align: center;
}
/* line 68, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter .abonner {
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 0;
}
/* line 74, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter form {
  margin-top: 30px;
}
/* line 77, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter form input {
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  display: inline-block;
  height: 80px;
  border: none;
  font-size: 28px;
  font-style: italic;
  padding: 0 30px;
  text-align: inherit;
}
/* line 87, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter form input#nl-box-email {
  background-color: #ffffff;
  color: #9a9a9a;
}
/* line 91, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-top .container .block-footer-section .fr3-add-newsletter form input#nl-box-btn {
  background-color: #ffc300;
  color: #000;
  margin-top: 30px;
}
/* line 104, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container {
  padding: 0;
}
/* line 107, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements {
  margin-top: 30px;
}
/* line 110, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons {
  padding: 0;
}
/* line 113, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 {
  text-align: right;
  margin: 0 0 30px 0;
}
/* line 118, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul {
  padding: 0;
  text-align: center;
}
/* line 122, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li {
  margin-top: 30px;
  display: inline-block;
}
/* line 126, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites {
  display: block;
  background: url("../images/sprite_social_header-retina.png") no-repeat;
  width: 64px;
  height: 64px;
  margin: auto;
}
/* line 133, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-daylimotion-retina {
  background-position: 0 0;
}
/* line 137, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-facebook-retina {
  background-position: 0 -64px;
}
/* line 141, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-instagram-retina {
  background-position: 0 -128px;
}
/* line 145, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-twitter-retina {
  background-position: 0 -193px;
  width: 72px;
}
/* line 150, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-vimeo-retina {
  background-position: 0 -257px;
}
/* line 154, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li .icons-sprites.icons-sprite-rs-outremer-youtube-retina {
  background-position: 0 -320px;
}
/* line 159, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a {
  font-size: 78px;
}
/* line 162, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a:hover, #fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a:focus, #fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
/* line 169, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-facebook {
  color: #004c95;
}
/* line 172, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-twitter {
  color: #1cc4f5;
}
/* line 175, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-google {
  color: #e04a2f;
}
/* line 178, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-dailymotion {
  color: #006eda;
}
/* line 181, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-youtube {
  color: #e6301b;
}
/* line 184, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-content-bottom .container .fr3-footer-elements .social-buttons .fr3-follows-v2 .item-list ul li a.icomoon-rss {
  color: #f86e15;
}
/* line 197, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-links {
  text-align: center;
  margin-top: 20px;
}
/* line 202, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-links ul li {
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  display: inline-block;
  font-size: 24px;
  color: #9A9A9A;
}
/* line 209, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-links ul li:first-child:after {
  content: "\0000a0\0000a0|\0000a0\0000a0";
}
/* line 214, ../scss/partials/_footer.scss */
#fr3-footer .fr3-footer-links ul li a {
  color: inherit;
}

/* line 222, ../scss/partials/_footer.scss */
#fr3-regions-map {
  box-shadow: none;
  border-radius: 0;
  display: none;
  left: 0;
  background: #FFFFFF;
  border-top: 2px solid #dbdbdb;
  position: absolute;
  width: 100%;
  z-index: 90;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  position: relative;
  top: 0 !important;
  left: 0;
  text-align: center;
  padding: 30px 0;
}
/* line 234, ../scss/partials/_footer.scss */
#fr3-regions-map * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 238, ../scss/partials/_footer.scss */
#fr3-regions-map .block-inner-area {
  margin: auto;
}
/* line 242, ../scss/partials/_footer.scss */
#fr3-regions-map .block-item-list {
  padding-top: 90px;
}
/* line 246, ../scss/partials/_footer.scss */
#fr3-regions-map a {
  font-family: "HelveticaNeueLight", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  display: block;
  font-size: 26px;
  color: #9c9c9c;
  padding-top: 16px;
}
/* line 252, ../scss/partials/_footer.scss */
#fr3-regions-map a:hover, #fr3-regions-map a.over {
  color: #0076B9;
}
/* line 265, ../scss/partials/_footer.scss */
#fr3-regions-map .col-xs-6 .block-item-list {
  padding: 0;
  text-align: center;
}
/* line 269, ../scss/partials/_footer.scss */
#fr3-regions-map .col-xs-6 .block-item-list ul {
  margin: 0;
}
/* line 271, ../scss/partials/_footer.scss */
#fr3-regions-map .col-xs-6 .block-item-list ul li {
  list-style: none;
  padding: 0 0 20px 20px;
  text-align: left;
}
/* line 277, ../scss/partials/_footer.scss */
#fr3-regions-map .col-xs-6 .block-item-list ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
/* line 287, ../scss/partials/_footer.scss */
#fr3-regions-map .foot-links {
  padding-bottom: 60px;
}

/* line 2, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article {
  margin: 0;
  padding: 0 0 8px 0;
}
/* line 5, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article ul {
  padding: 0;
}
/* line 8, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li {
  display: inline-flex;
  background-image: none;
  padding: 0px 0 10px 0;
  width: calc(100%-30px);
  margin: 0;
  border: none;
  align-items: center;
  clear: both;
  font-size: 22px;
  line-height: 30px;
  font-family: "HelveticaRegular", Arial, "FreeSans", "Garuda", Helvetica, "Bitstream Vera Sans", sans-serif;
  position: relative;
  margin-left: 30px;
  margin-bottom: 15px;
}
/* line 23, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li:before {
  content: " ";
  background: url("/sites/all/themes/fr3_om_mobile/images/arrow-read-also.png") no-repeat left center;
  width: 26px;
  height: 16px;
  padding: 0;
  order: -1;
  position: absolute;
  left: -30px;
}
/* line 33, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .entity-asset {
  margin-bottom: 0;
}
/* line 36, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .image-asset-description {
  display: none;
}
/* line 39, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .image {
  margin: 0 3px 0 0;
  order: -2;
}
/* line 42, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .image img {
  max-width: 90px;
  height: auto;
  margin: 0;
}
/* line 48, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .text {
  line-height: 36px;
  font-size: 34px;
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 52, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .text a {
  font-family: "Brown", Arial, Sans-Serif;
  color: #000;
}
/* line 55, ../scss/partials/_article_content.scss */
.article-content .readmore-in-article li .text a:hover {
  text-decoration: underline;
}

/* line 66, ../scss/partials/_article_content.scss */
.overseas-page .article-content .block-pdf-list ul {
  padding-left: 0;
}
/* line 69, ../scss/partials/_article_content.scss */
.overseas-page .article-content .block-pdf-list ul li {
  list-style-type: none;
  padding-left: 60px;
}

/* line 1, ../scss/partials/_les_article_block.scss */
.page-homepage .block-fr3-les-plus-article {
  display: none;
}

/* les + block in article */
/* line 6, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article {
  clear: both;
  margin: 35px auto;
  padding: 20px;
  border: none;
  font-family: "Brown", Arial, Sans-Serif;
  overflow: hidden;
}
/* line 15, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-align: center;
}
/* line 25, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-content-articles .item-list {
  display: inline-block;
}
/* line 28, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-content-articles .image {
  display: none;
}
/* line 33, ../scss/partials/_les_article_block.scss */
.outrmr-btm-blocks .block-fr3-les-plus-article {
  margin: 15px 0 35px 0;
}
/* line 37, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article {
  border: 1px solid black;
  padding: 20px;
  margin-top: 40px;
}
/* line 42, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul {
  display: inherit;
  margin-top: 15px;
}
/* line 46, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  color: #2b2e35;
  font-size: 20px;
  display: block;
  clear: both;
  float: left;
  font-weight: 300;
}
/* line 57, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li:first-child {
  font-weight: bold;
}
/* line 60, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li:first-child span {
  font-size: 57px;
}
/* line 65, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li.views-row-last {
  border-bottom: none;
}
/* line 69, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li a {
  display: block;
  float: left;
  line-height: 50px;
  text-decoration: none;
  color: #2b2e35;
  margin-left: 70px;
  font-size: 34px;
}
/* line 78, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li a.active {
  color: #2b2e35;
}
/* line 82, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li a:hover {
  color: #53ADE0;
}
/* line 87, ../scss/partials/_les_article_block.scss */
.block-fr3-les-plus-article .block-fr3-les-article ul li .list {
  position: absolute;
  left: 10px;
  top: 80%;
  transform: translateY(-50%);
  color: #ffc300;
  font-weight: 300;
  font-size: 50px;
  display: inline-block;
}

/* line 2, ../scss/partials/_divers.scss */
#bk-pres-alert {
  margin: 30px 2%;
  max-width: 96%;
}
/* line 6, ../scss/partials/_divers.scss */
#bk-pres-alert .input-placeholder-text {
  font-size: 15px;
  padding: 0 5px;
  color: #9c9c9c !important;
}

/* line 2, ../scss/components/_videos.scss */
.fr3r-dernieres-videos h2 {
  font-weight: 300;
  line-height: 52px;
  margin-bottom: 37px;
  margin-top: 60px;
  font-family: "Brown", Arial, Sans-Serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}
/* line 13, ../scss/components/_videos.scss */
.fr3r-dernieres-videos .page-video-link {
  background-color: black;
  padding: 20px 0;
  text-align: right;
}
/* line 18, ../scss/components/_videos.scss */
.fr3r-dernieres-videos .page-video-link a {
  color: white;
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
}

/* line 27, ../scss/components/_videos.scss */
.main_video {
  background-color: black;
  color: white;
}

/* line 32, ../scss/components/_videos.scss */
.main-video--details {
  padding: 0 20px;
}
/* line 35, ../scss/components/_videos.scss */
.main-video--details h3 {
  font-family: "Brown", Arial, Sans-Serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin: 15px 0;
}
/* line 42, ../scss/components/_videos.scss */
.main-video--details p {
  margin-top: 0;
}
/* line 45, ../scss/components/_videos.scss */
.main-video--details p:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* line 52, ../scss/components/_videos.scss */
#fr3r_videos_wall {
  background-color: black;
  padding-bottom: 30px;
  padding-top: 25px;
}

/* line 58, ../scss/components/_videos.scss */
.owl-actu-video {
  padding-left: 20px;
}
/* line 61, ../scss/components/_videos.scss */
.owl-actu-video .owl-stage {
  padding-left: 0 !important;
}
/* line 65, ../scss/components/_videos.scss */
.owl-actu-video .owl-item {
  opacity: 0.65;
}
/* line 68, ../scss/components/_videos.scss */
.owl-actu-video .owl-item.active {
  opacity: 1;
}
/* line 73, ../scss/components/_videos.scss */
.owl-actu-video .launch-video {
  display: block;
}
/* line 76, ../scss/components/_videos.scss */
.owl-actu-video .launch-video .slider-inline--img {
  position: relative;
}
/* line 79, ../scss/components/_videos.scss */
.owl-actu-video .launch-video .slider-inline--img::before {
  font-size: 90px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 90px;
  text-indent: 0px;
}
/* line 90, ../scss/components/_videos.scss */
.owl-actu-video .launch-video .slider-inline-style--title {
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
}
/* line 96, ../scss/components/_videos.scss */
.owl-actu-video .launch-video img {
  height: auto;
}

/* line 1, ../scss/components/_tags.scss */
.tags_content {
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 4, ../scss/components/_tags.scss */
.tags_content .tags_content--desc {
  color: #717171;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
  padding: 20px 20px 0 20px;
  line-height: 1.3em;
}
/* line 12, ../scss/components/_tags.scss */
.tags_content .tags_content--desc p:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 18, ../scss/components/_tags.scss */
.tags_content .tags_content--img {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
/* line 24, ../scss/components/_tags.scss */
.tags_content .tags_content--img a {
  display: block;
}
/* line 28, ../scss/components/_tags.scss */
.tags_content .tags_content--img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 5;
}
/* line 39, ../scss/components/_tags.scss */
.tags_content .tags_content--img img {
  height: auto;
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 50, ../scss/components/_tags.scss */
.tags_content .tags_content--img h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 42px;
  color: #fff;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  text-align: center;
  line-height: 52px;
  padding: 0 20px;
  z-index: 55;
}
/* line 70, ../scss/components/_tags.scss */
.tags_content .tags_content--list {
  border-bottom: 1px solid #979797;
  margin-bottom: 35px;
}
/* line 74, ../scss/components/_tags.scss */
.tags_content .tags_content--list .list {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 80, ../scss/components/_tags.scss */
.tags_content .further-block {
  padding: 0 20px;
}
/* line 83, ../scss/components/_tags.scss */
.tags_content .further-block::before {
  content: "";
  display: block;
  height: 90px;
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 100px;
  z-index: 2;
  background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
/* line 96, ../scss/components/_tags.scss */
.tags_content .further-block ul {
  font-size: 0;
  overflow-x: auto;
  white-space: nowrap;
  padding: 15px 0;
}
/* line 103, ../scss/components/_tags.scss */
.tags_content .further-block ul li {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 20px;
}
/* line 109, ../scss/components/_tags.scss */
.tags_content .further-block ul li:last-child {
  margin-right: 40px;
}
/* line 111, ../scss/components/_tags.scss */
.tags_content .further-block ul li a {
  border: 1px solid black;
  color: white;
  border-radius: 5px;
  font-size: 25px;
  letter-spacing: 0.3px;
  font-weight: 300;
  text-decoration: none;
  background-color: black;
  padding: 5px 15px;
  display: block;
}
/* line 123, ../scss/components/_tags.scss */
.tags_content .further-block ul li a:hover, .tags_content .further-block ul li a:focus {
  text-decoration: underline;
}
/* line 125, ../scss/components/_tags.scss */
.tags_content .further-block ul li a:before {
  display: none;
}

/* line 1, ../scss/components/_search.scss */
#search-filters {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 5, ../scss/components/_search.scss */
#search-filters a {
  color: #000;
  text-decoration: none;
}
/* line 9, ../scss/components/_search.scss */
#search-filters a:hover {
  text-decoration: underline;
}
/* line 13, ../scss/components/_search.scss */
#search-filters a.active-order {
  color: #ffc300;
  font-weight: bold;
}

/* line 20, ../scss/components/_search.scss */
.search-api-page-results, .wrapper--pagination {
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 23, ../scss/components/_search.scss */
.search-api-page-results .pager, .wrapper--pagination .pager {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 35, ../scss/components/_search.scss */
.search-api-page-results .pager li, .wrapper--pagination .pager li {
  display: none;
}
/* line 36, ../scss/components/_search.scss */
.search-api-page-results .pager li.pager-current,
.search-api-page-results .pager li.pager-next,
.search-api-page-results .pager li.pager-previous, .wrapper--pagination .pager li.pager-current,
.wrapper--pagination .pager li.pager-next,
.wrapper--pagination .pager li.pager-previous {
  display: block;
}
/* line 43, ../scss/components/_search.scss */
.search-api-page-results .pager li.prev, .search-api-page-results .pager li.pager-next, .search-api-page-results .pager li.pager-previous, .wrapper--pagination .pager li.prev, .wrapper--pagination .pager li.pager-next, .wrapper--pagination .pager li.pager-previous {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
/* line 48, ../scss/components/_search.scss */
.search-api-page-results .pager li.prev a, .search-api-page-results .pager li.pager-next a, .search-api-page-results .pager li.pager-previous a, .wrapper--pagination .pager li.prev a, .wrapper--pagination .pager li.pager-next a, .wrapper--pagination .pager li.pager-previous a {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding: 10px 15px;
  color: #9E9A9A;
}
/* line 56, ../scss/components/_search.scss */
.search-api-page-results .pager li.pager-previous, .wrapper--pagination .pager li.pager-previous {
  left: 0;
}
/* line 59, ../scss/components/_search.scss */
.search-api-page-results .pager li.pager-next, .wrapper--pagination .pager li.pager-next {
  right: 0;
}

/* line 66, ../scss/components/_search.scss */
.element-invisible {
  display: none;
}

/* line 70, ../scss/components/_search.scss */
#search-api-page-search-form {
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 73, ../scss/components/_search.scss */
#search-api-page-search-form .form-text {
  font-family: inherit;
  width: 100%;
  font-size: 30px;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
}
/* line 81, ../scss/components/_search.scss */
#search-api-page-search-form .form-submit {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 20px 0;
  margin-top: 9px;
  box-sizing: border-box;
}

/* line 94, ../scss/components/_search.scss */
.block-result-description {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Brown", Arial, Sans-Serif;
  padding-bottom: 35px;
}

/* line 100, ../scss/components/_search.scss */
.search-results {
  padding: 0;
}
/* line 103, ../scss/components/_search.scss */
.search-results li {
  margin-bottom: 45px;
}
/* line 107, ../scss/components/_search.scss */
.search-results .title {
  margin-bottom: 25px;
}
/* line 112, ../scss/components/_search.scss */
.search-results .search-snippet-info .search-info {
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9A9A;
}
/* line 116, ../scss/components/_search.scss */
.search-results .search-snippet-info .search-snippet {
  margin-bottom: 20px;
}

/* line 1, ../scss/components/_list.scss */
.block-fr3-simple {
  background-color: white;
}
/* line 4, ../scss/components/_list.scss */
.block-fr3-simple .block-title {
  font-weight: 300;
  line-height: 52px;
  margin-bottom: 20px;
  font-family: "Brown", Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 48px;
  padding-top: 40px;
}
/* line 14, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature {
  padding: 0 20px;
}
/* line 17, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}
/* line 22, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li {
  overflow: hidden;
  word-wrap: break-word;
  border-top: 1px solid #dbdbdb;
  padding: 19px 0 20px;
  display: table;
  width: 100%;
}
/* line 30, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li:first-child {
  border: 0;
  padding-top: 0;
}
/* line 35, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li a {
  color: #262626;
  display: block;
}
/* line 40, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li .image {
  display: table-cell;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding-right: 17px;
}
/* line 46, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li .image img {
  float: none;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}
/* line 54, ../scss/components/_list.scss */
.block-fr3-simple.actu-feature .item-list li .title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  font-family: "Brown",Arial,Sans-Serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
}

/* line 3, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .top-full-img img {
  margin-top: 25px;
}
/* line 8, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .emission-list--link {
  display: block;
}
/* line 11, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .emission-list--link:hover {
  text-decoration: none;
}
/* line 14, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .emission-list--link h2, .view-display-id-panel_pane_1 .emission-list--link .description {
  font-family: "Brown", Arial, Sans-Serif;
}
/* line 17, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .emission-list--link h2 {
  margin-bottom: 20px;
}
/* line 20, ../scss/components/_emission-list.scss */
.view-display-id-panel_pane_1 .emission-list--link .description p {
  margin-top: 0;
}

/*# sourceMappingURL=styles.css.map */
