.t1.standard .tab.respMobile,
.t1.standard .tab.respDesktop {
  margin: 0 0 -2px 0;
}
.t1.standard video {
  object-fit: cover;
}
.t1.standard .tab ul li {
  background-color: inherit;
  padding: 0 0.1rem;
  border-bottom: 1px solid white;
}
.t1.standard .tab ul li.active,
.t1.standard .tab ul li:hover {
  background-color: transparent;
}
.t1.standard .ui-autocomplete-highlight {
  font-weight: bold;
}
.t1.standard .ui-autocomplete {
  width: 98rem!important;
  list-style-type: none;
  background-color: white;
  float: left;
  padding: 2rem!important;
  border: 2px solid;
  border-top: none;
}
.t1.standard .ui-autocomplete .ui-menu-item {
  width: 50%;
  float: left;
  cursor: pointer;
  margin: 2rem 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .ui-autocomplete .ui-menu-item .searchIfeImg {
  width: 25%;
  float: left;
}
.t1.standard .ui-autocomplete .ui-menu-item .searchIfeBlock {
  width: 75%;
  float: left;
  color: white;
  padding: 2rem 2rem 0 2rem;
}
.t1.standard .ui-autocomplete .ui-menu-item .searchIfeBlock .searchIfeItemTitle {
  margin: 0;
  font-weight: bold!important;
}
.t1.standard .ui-autocomplete .ui-menu-item .searchIfeBlock .searchIfeItemDesc {
  font-size: 1.4rem!important;
  font-style: italic;
}
.t1.standard .ui-autocomplete .ui-menu-item .searchIfeBlock.tv {
  padding: 0rem 2rem 0 2rem;
  height: auto;
}
.t1.standard .ui-autocomplete > li:nth-child(1),
.t1.standard .ui-autocomplete > li:nth-child(2) {
  margin-top: 0;
}
.t1.standard #overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 120;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 600ms;
}
.t1.standard .popin {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t1.standard .popin .popinContent {
  position: absolute;
  background-color: #051039;
  color: #FFF;
  z-index: 121;
  opacity: 0;
  visibility: hidden;
  max-width: 78rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.t1.standard .popin .popinContent .closepopin {
  background-image: url('../../img/tab1st/common/cross-white-slim.svg');
  background-position-x: 50%;
  background-size: 4rem;
  background-repeat: no-repeat;
  cursor: pointer;
  position: fixed;
  right: 3rem;
  top: 3rem;
  padding-top: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1rem;
  transform: translateZ(0);
  color: white;
}
.t1.standard .popin .popinContent .closepopin:hover,
.t1.standard .popin .popinContent .closepopin:focus {
  outline: .2rem solid white;
  text-decoration: none;
}
.t1.standard .popin .popinContent .separate {
  border-bottom: .1rem solid #FFF;
  margin: 3rem 3rem 0 3rem;
}
.t1.standard .popin .popinContent .arrowBox {
  position: absolute;
  cursor: pointer;
  z-index: 123;
  overflow: hidden;
}
.t1.standard .popin .popinContent .arrowBox:hover,
.t1.standard .popin .popinContent .arrowBox:focus {
  outline: .2rem solid white;
  text-decoration: none;
}
.t1.standard .popin .popinContent .arrowBox .arrow {
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center;
}
.t1.standard .popin .popinContent .arrowBox.leftArrow {
  left: -6.5rem;
}
.t1.standard .popin .popinContent .arrowBox.rightArrow {
  right: -6.5rem;
}
.t1.standard .popin .popinContent .visuel {
  height: 100%;
  overflow: hidden;
  min-height: 38rem;
  max-height: 48rem;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.t1.standard .popin .popinContent .visuel img {
  width: 100%;
}
.t1.standard .popin .popinContent.popinContentMovie .video,
.t1.standard .popin .popinContent.popinContentNews .video {
  display: none;
  position: relative;
}
.t1.standard .popin .popinContent.popinContentMovie .video .playbtn,
.t1.standard .popin .popinContent.popinContentNews .video .playbtn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -30px;
  background-image: url(../../img/tab1st/common/triangle_right-black.svg);
  background-color: white;
  transform: scale(2);
  border-radius: 25px;
  z-index: 2;
}
.t1.standard .popin .popinContent.popinContentMovie .video .playbtn:hover,
.t1.standard .popin .popinContent.popinContentNews .video .playbtn:hover {
  background-color: #c0bebe;
}
.t1.standard .popin .popinContent.popinContentMovie .video video,
.t1.standard .popin .popinContent.popinContentNews .video video {
  height: 40rem;
  background: #000;
}
.t1.standard .popin .popinContent.popinContentMovie .title,
.t1.standard .popin .popinContent.popinContentNews .title {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  font-weight: bold;
  padding-left: 6rem;
  padding-right: 6rem;
  overflow: hidden;
  text-transform: uppercase;
}
.t1.standard .popin .popinContent.popinContentMovie .visuel,
.t1.standard .popin .popinContent.popinContentNews .visuel {
  float: left;
  width: 35%;
  overflow: inherit;
  min-height: inherit;
  padding: 3rem;
}
.t1.standard .popin .popinContent.popinContentMovie .infos,
.t1.standard .popin .popinContent.popinContentNews .infos {
  float: left;
  width: 65%;
  padding: 3rem 3rem 3rem 0;
}
.t1.standard .popin .popinContent.popinContentMovie .infos p,
.t1.standard .popin .popinContent.popinContentNews .infos p {
  margin: 0;
}
.t1.standard .popin .popinContent.popinContentMovie .infos .infostitle,
.t1.standard .popin .popinContent.popinContentNews .infos .infostitle {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.t1.standard .popin .popinContent.popinContentMovie .infos .synopsis,
.t1.standard .popin .popinContent.popinContentNews .infos .synopsis {
  font-size: 1.5rem;
}
.t1.standard .popin .popinContent.popinContentMovie .infos .infosdetails,
.t1.standard .popin .popinContent.popinContentNews .infos .infosdetails {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.t1.standard .popin .popinContent.popinContentMovie .infos .infosdetails span,
.t1.standard .popin .popinContent.popinContentNews .infos .infosdetails span {
  font-weight: initial;
}
.t1.standard .popin .popinContent.popinContentTVShow .arrowBox,
.t1.standard .popin .popinContent.popinContentGame .arrowBox {
  top: 130px;
}
.t1.standard .popin .popinContent.popinContentTVShow .arrowBox.leftArrow,
.t1.standard .popin .popinContent.popinContentGame .arrowBox.leftArrow {
  left: -6.5rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .arrowBox.rightArrow,
.t1.standard .popin .popinContent.popinContentGame .arrowBox.rightArrow {
  right: -6.5rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .visuel .img,
.t1.standard .popin .popinContent.popinContentGame .visuel .img {
  width: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.t1.standard .popin .popinContent.popinContentTVShow .separate,
.t1.standard .popin .popinContent.popinContentGame .separate {
  margin: 2rem 3rem 0 3rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .title,
.t1.standard .popin .popinContent.popinContentGame .title {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
  z-index: 9;
  font-size: 3rem;
  font-weight: 100;
  padding-left: 6rem;
  padding-right: 6rem;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos,
.t1.standard .popin .popinContent.popinContentGame .infos {
  padding: 0 3rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos .infosdetails,
.t1.standard .popin .popinContent.popinContentGame .infos .infosdetails {
  font-weight: bold;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos .infosdetails span,
.t1.standard .popin .popinContent.popinContentGame .infos .infosdetails span {
  font-weight: initial;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos p,
.t1.standard .popin .popinContent.popinContentGame .infos p {
  font-size: 1.4rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos p.synopsis,
.t1.standard .popin .popinContent.popinContentGame .infos p.synopsis {
  font-size: 1.6rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos p.infostitle,
.t1.standard .popin .popinContent.popinContentGame .infos p.infostitle {
  font-weight: bold;
  font-size: 2rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos .season,
.t1.standard .popin .popinContent.popinContentGame .infos .season {
  padding-bottom: 2rem;
}
.t1.standard .popin .popinContent.popinContentTVShow .infos .season .num,
.t1.standard .popin .popinContent.popinContentGame .infos .season .num {
  font-weight: bold;
}
.t1.standard .popin .popinContent.popinContentTVShow.popinGame .arrowBox,
.t1.standard .popin .popinContent.popinContentGame.popinGame .arrowBox {
  top: 130px;
}
.t1.standard .popin .popinContent.popinContentTVShow.popinGame .visuel,
.t1.standard .popin .popinContent.popinContentGame.popinGame .visuel {
  height: 36rem;
}
.t1.standard .popin .popinContent.popinContentTVShow.popinGame .visuel .title,
.t1.standard .popin .popinContent.popinContentGame.popinGame .visuel .title {
  top: 28%;
}
.t1.standard .popin .popinContent.popinContentTVShow.popinGame .visuel img,
.t1.standard .popin .popinContent.popinContentGame.popinGame .visuel img {
  height: auto;
  transform: scale(1);
}
.t1.standard .popin .popinContent.popinContentMusic .arrowBox {
  top: 16.5rem;
}
.t1.standard .popin .popinContent.popinContentMusic .arrowBox.leftArrow {
  left: -6.5rem;
}
.t1.standard .popin .popinContent.popinContentMusic .arrowBox.rightArrow {
  right: -6.5rem;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum .title {
  font-size: 2.5rem;
  margin: 0.8rem;
  font-weight: bold;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum .vignette {
  margin: 0 auto;
  display: block;
  width: 35%;
  border-radius: 50%;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum .label {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum .nbtracks {
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 1rem;
}
.t1.standard .popin .popinContent.popinContentMusic .visuel .img {
  width: auto;
  height: 38rem;
  margin: 0 auto;
  display: block;
  -webkit-filter: blur(0.2rem) brightness(0.4);
  -moz-filter: blur(0.2rem) brightness(0.4);
  -o-filter: blur(0.2rem) brightness(0.4);
  -ms-filter: blur(0.2rem) brightness(0.4);
  filter: blur(0.2rem) brightness(0.4);
  transform: scale(2.5);
  margin-bottom: 1rem;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable {
  width: 100%;
  font-size: 1.5rem;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .playListLegend {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 1rem 0;
  background-color: #051039;
  color: #FFF;
  font-weight: bold;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .playListLine {
  width: 100%;
  display: inline-flex;
  text-align: left;
  padding: 0.8rem 0;
  color: #051039;
  background-color: #FFF;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .playListLine:nth-child(2n+1) {
  background-color: #E8E5E5;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .playListLine div,
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .playListLegend div {
  float: left;
  line-height: 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .player {
  width: 2%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .counter {
  width: 5%;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .morceau {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .length {
  width: 13%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .artist,
.t1.standard .popin .popinContent.popinContentMusic .infos .playListTable .album {
  display: none;
}
.t1.standard .headerServicesDiv {
  overflow: initial;
  height: 37rem;
}
.t1.standard .headerServicesDiv .introlink {
  position: absolute;
  display: none;
  bottom: 50%;
  text-align: center;
  width: 100%;
}
.t1.standard .headerServicesDiv .introlink .introvideo.button--link.button--txt {
  background: #FFF;
  color: #010;
  background-image: url('../../img/tab1st/common/triangle_right-bluecorp.svg');
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 1rem 0.7rem;
}
.t1.standard .grid-3to4 {
  padding-right: inherit;
  padding-bottom: 0rem;
  margin-top: 0;
}
.t1.standard #contentIfe .tab_music_type_container {
  display: block;
}
.t1.standard #contentIfe .tabcontent {
  display: none;
}
.t1.standard #contentIfe .tabcontent .text {
  padding-top: 2rem;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 98rem;
  border-right: 1px solid white;
  border-bottom: 2px solid #E8E5E5;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type .active {
  background-color: white;
  border-bottom: .4rem solid #ed0000;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li {
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid white;
  cursor: pointer;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li:focus {
  background-color: white;
  border-bottom: .4rem solid #ed0000;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li:active {
  border-bottom: .4rem solid #ed0000;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li:hover {
  border-bottom: .4rem solid #051039;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li a {
  display: inline-block;
  color: #051039;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li a:hover,
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li a:active {
  text-decoration: none;
  color: #051039;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type li a:focus {
  text-decoration: none;
  color: #ed0000;
}
.t1.standard #contentIfe .tab_music_type_container ul.tab_music_type .tabcontent {
  display: none;
  padding: 3rem;
  border-top: none;
}
.t1.standard #contentIfe .blocFullWidth {
  width: 98rem;
  margin: auto;
  text-align: left;
  margin-bottom: 2rem;
}
.t1.standard #contentIfe .HP-Carrousel {
  width: 98rem;
  margin: 2rem auto 3rem;
  position: relative;
}
.t1.standard #contentIfe .selection {
  background-color: #E8E5E5;
  padding: 1rem 0 0.1rem;
  margin-top: 2rem;
}
.t1.standard #contentIfe .selection h2 {
  width: 100%;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}
.t1.standard #contentIfe .links_month {
  display: block;
  margin: 0 0 2rem;
  width: 35rem;
}
.t1.standard #contentIfe .links_music {
  display: none;
  margin: 0 auto;
  width: 35rem;
}
.t1.standard #contentIfe .blocIFE h2.sectionTitle {
  margin-top: 0;
}
.t1.standard #contentIfe .blocIFE .contentBloc .arrow__link--right {
  float: right;
  margin-top: -5.4rem;
}
.t1.standard #contentIfe .HP-Carrousel-Pagination {
  text-align: center;
  clear: both;
  padding: 0 4rem;
  max-width: 50rem;
  margin: 0 auto;
}
.t1.standard #contentIfe .HP-Carrousel-Pagination .pagination_prev,
.t1.standard #contentIfe .HP-Carrousel-Pagination .pagination_next {
  display: inline-block;
  position: relative;
}
.t1.standard #contentIfe .HP-Carrousel-Pagination .itemPagination {
  display: inline-block;
  padding: 1rem;
  margin: 0.5rem 0.1rem;
  background: #E8E5E5;
  cursor: pointer;
}
.t1.standard #contentIfe .HP-Carrousel-Pagination .itemPagination:hover,
.t1.standard #contentIfe .HP-Carrousel-Pagination .itemPagination.active {
  color: white;
  background: #051039;
}
.t1.standard #contentIfe .HP-Carrousel {
  width: 98rem;
  margin: 2rem auto 3rem;
  position: relative;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_prev {
  position: absolute;
  top: 6.9rem;
  left: -4rem;
  cursor: pointer;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_prev:focus {
  outline: .2rem solid #051039;
  overflow: hidden;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_prev div:hover {
  outline: .2rem solid #051039;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_next {
  position: absolute;
  top: 6.9rem;
  right: -4rem;
  cursor: pointer;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_next:focus {
  outline: .2rem solid #051039;
  overflow: hidden;
}
.t1.standard #contentIfe .HP-Carrousel .listBlock_next div:hover {
  outline: .2rem solid #051039;
}
.t1.standard #contentIfe .HP-Carrousel .listBlockMOVIE_prev,
.t1.standard #contentIfe .HP-Carrousel listBlockMOVIE_next {
  top: 7.9rem;
}
.t1.standard #contentIfe .HP-Carrousel .listBlockGAME_prev,
.t1.standard #contentIfe .HP-Carrousel listBlockGAME_next {
  top: 3.9rem;
}
.t1.standard #contentIfe .HP-Carrousel .listBlockMUSIC_prev,
.t1.standard #contentIfe .HP-Carrousel .listBlockMUSIC_next {
  top: 4.5rem;
}
.t1.standard #contentIfe .HP-Carrousel .listBlockTV_prev,
.t1.standard #contentIfe .HP-Carrousel .listBlockTV_next {
  top: 4.9rem;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container {
  overflow: hidden;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel {
  width: 83%;
  margin: 0 auto;
  background-color: transparent;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer {
  overflow: inherit;
  margin: 0;
  padding-top: 0.2rem;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0.5rem;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item a:focus,
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item a:hover {
  color: #051039;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item a:focus img,
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item a:hover img {
  outline: .2rem solid #051039;
  overflow: hidden;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item .itemCarousel {
  text-align: center;
  cursor: pointer;
  word-wrap: break-word;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item .itemCarousel img {
  width: 100%;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item .itemCarousel .title {
  font-weight: bold;
  font-size: 1.2rem;
}
.t1.standard #contentIfe .HP-Carrousel .owl-container .owl-carousel .owl-wrapper-outer .owl-item .itemCarousel .genre {
  font-style: italic;
  font-size: 1.2rem;
}
.t1.standard #contentIfe .listBlock {
  width: 98rem;
  margin: 0 auto;
  clear: both;
}
.t1.standard #contentIfe .listBlock .itemBlock {
  float: left;
  height: auto;
  text-align: center;
  padding: 0 0.6rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.t1.standard #contentIfe .listBlock .itemBlock:focus,
.t1.standard #contentIfe .listBlock .itemBlock:hover {
  color: #051039;
}
.t1.standard #contentIfe .listBlock .itemBlock:focus img,
.t1.standard #contentIfe .listBlock .itemBlock:hover img {
  outline: .2rem solid #051039;
  overflow: hidden;
}
.t1.standard #contentIfe .listBlock .itemBlock img {
  width: 100%;
  height: auto;
}
.t1.standard #contentIfe .listBlock .itemBlock .genreFilm {
  font-size: 1.3rem;
  font-style: italic;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard #contentIfe .listBlock .itemBlock .titreFilm,
.t1.standard #contentIfe .listBlock .itemBlock .titre {
  float: left;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t1.standard #contentIfe #listBlockTV .itemBlock,
.t1.standard #contentIfe #listBlockMUSICCLIPS .itemBlock,
.t1.standard #contentIfe #listBlockMUSICCONCERT .itemBlock,
.t1.standard #contentIfe #listBlockKIDSTV .itemBlock {
  width: 25%;
}
.t1.standard #contentIfe #listBlockGAME .itemBlock,
.t1.standard #contentIfe #listBlockKIDSGAME .itemBlock,
.t1.standard #contentIfe #listBlockMUSIC .itemBlock,
.t1.standard #contentIfe #listBlockRADIO .itemBlock,
.t1.standard #contentIfe #listBlockKIDSMUSIC .itemBlock {
  width: 20%;
}
.t1.standard #contentIfe #listBlockGAME .itemBlock .titreFilm {
  min-height: 5rem;
}
.t1.standard #contentIfe #listBlockMOVIE .itemBlock,
.t1.standard #contentIfe #listBlockKIDSMOVIE .itemBlock {
  width: 16.666666666666%;
}
.t1.standard #contentIfe #listBlockGAME,
.t1.standard #contentIfe #listBlockMUSIC,
.t1.standard #contentIfe #listBlockRADIO,
.t1.standard #contentIfe #listBlockMUSICCLIPS,
.t1.standard #contentIfe #listBlockMUSICCONCERT {
  margin-top: 2rem;
}
.t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn {
  display: none;
  margin: 0 auto;
}
.t1.standard #contentIfe .contentIfeGestion .noresult {
  text-align: center;
  padding: 4rem;
  display: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock {
  width: 100%;
  float: left;
  background-color: #E8E5E5;
  margin: 0.1rem auto 2rem;
  padding: 0 2rem 0rem;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock #searchContainer {
  width: 98rem;
  margin: 2rem auto 2rem;
  display: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock #searchContainer #searchIfeItems {
  text-align: left;
  display: block;
  float: left;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock #searchContainer #searchIfeBtn {
  background-color: #051039;
  padding: 0.5rem 1rem 0 1rem;
  border-color: #051039;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock #menuLvl1 {
  width: 98rem;
  margin: auto;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .itemMenuLvl1 {
  float: left;
  width: 25%;
  margin: 0 0 1rem 0;
  cursor: pointer;
  display: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .itemMenuLvl2 {
  float: left;
  width: 25%;
  margin: 0 0 1rem 0;
  cursor: pointer;
  display: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch {
  width: 98rem;
  margin: 0 auto;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header {
  background: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header #id__button {
  background: none;
  border: none;
  padding: 0;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header #id__button :hover {
  color: #ED0000;
  outline: .2rem solid #051039;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header #id__button .toggle__label {
  color: #051039;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header #id__button .toggle__label:before {
  background-image: url('../../img/tab1st/common/chevron_2_bottom-blue.svg');
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header .toggle__opener:focus,
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__header .toggle__opener:hover {
  text-decoration: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__content {
  border: none;
  padding: 0;
  margin-top: 1rem;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__content .itemMenuResetButton {
  float: right;
  margin-top: 2rem;
  background: #FFF;
  padding: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch .block__content .itemMenuResetButton a {
  background: url("../../img/ife/picto_refresh.png") no-repeat;
  padding-left: 2.5rem;
  padding-top: .4rem;
  background-size: 1.6rem;
  background-position: .2rem .4rem;
  font-size: 1.4rem;
  font-wieght: 600;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper > input[type="radio"]:checked + label:before {
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper label:before {
  content: '';
  background-color: #FFFFFF;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  border: 0.2rem solid #d3d3d3;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper > input[type="radio"]:checked + label:before,
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__picto__check--blue {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MCIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDkwIDY1Ij48cGF0aCBkPSJNMTAuOSAyNC40OTVsLTEwLjQxNSA2LjMgMzEuNDkgMzMuOTlMODkuMTU4IDEwLjcxIDc3LjAzNi41NyAzNS4wOCA0OC42MTIgMTAuOSAyNC40OTQiIGZpbGw9IiMwNTEwMzkiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper > input[type="radio"]:checked + label:after {
  display: none;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper > input[type="radio"]:checked + label:not(:hover) {
  color: #051039;
}
.t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__radio_wrapper > input[type="radio"]:checked + label {
  font-weight: 600;
}
.t1.standard #contentIfe .contentIfeGestion .separator__withText--center {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  clear: both;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #FFF;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList {
  margin: .5rem;
  display: inline-block;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginate {
  padding: .5rem .5rem;
  background-color: #E8E5E5;
  float: left;
  margin: .3rem;
  cursor: pointer;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginate:hover,
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginate:focus {
  outline: .2rem solid #051039;
  text-decoration: none;
  color: #051039;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginatePrev {
  background: url("../../img/tab1st/common/chevron_left-blue.svg") no-repeat 0;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginateNext {
  background: url("../../img/tab1st/common/chevron_right-blue.svg") no-repeat 0;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginateSelected {
  background-color: #051039;
  color: #FFF;
}
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginateSelected:focus,
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginateSelected:active,
.t1.standard #contentIfe .contentIfeGestion .paginateBlock .paginateList .itemPaginateSelected:hover {
  color: #051039;
  background-color: #E8E5E5;
}
@media (max-width: 1024px) {
  .t1.standard #contentIfe .listBlock {
    width: auto;
  }
  .t1.standard #contentIfe .blocFullWidth {
    width: auto;
  }
  .t1.standard #contentIfe .HP-Carrousel {
    width: 100%;
    padding: 0 1rem;
  }
  .t1.standard #contentIfe .HP-Carrousel .listBlock_next,
  .t1.standard #contentIfe .HP-Carrousel .listBlock_prev {
    display: none;
  }
  .t1.standard #contentIfe .blocIFE.blocFullWidth h2,
  .t1.standard #contentIfe #listBlockHPNEWS span.title h2 {
    padding-left: 1rem;
  }
  .t1.standard #contentIfe .contentBloc.paragraphe a.arrow__link--right {
    padding-top: 0.8rem;
    padding-right: 1rem;
    margin-top: -4.5rem;
  }
  .t1.standard #contentIfe .contentBloc.paragraphe a.arrow__link--right.arrow__link--right--abt {
    background-position: 0 .8rem;
  }
  .t1.standard #contentIfe .paragraphe h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch {
    width: auto;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock #menuLvl1 {
    width: auto;
  }
  .t1.standard #contentIfe .links_months {
    width: auto;
    margin-top: -5rem;
    padding-right: 1.2rem;
  }
  .t1.standard #contentIfe .contentIfeGestion .listBlock {
    width: auto;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock {
    padding-left: 1rem;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock #searchContainer {
    width: auto;
  }
  .t1.standard #contentIfe #listBlockMOVIE .itemBlock,
  .t1.standard #contentIfe #listBlockKIDSMOVIE .itemBlock {
    width: 25%;
  }
}
@media (max-width: 770px) {
  .t1.standard #contentIfe .selection h2 {
    margin-left: 1rem;
  }
  .t1.standard #contentIfe .blocIFE.blocFullWidth h2 {
    width: 60%;
    margin-left: 0;
  }
  .t1.standard #contentIfe #listBlockHPNEWS span.title h2 {
    width: 100%;
    margin-left: 0;
  }
  .t1.standard #contentIfe .links_month {
    margin: 0rem 1rem 2rem;
  }
  .t1.standard .popin .popinContent .closepopin {
    right: .6rem;
    top: .6rem;
    z-index: 500;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox {
    top: 18rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox.leftArrow {
    left: 1.5rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox.rightArrow {
    right: 1.5rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .img {
    height: 43rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum {
    top: 2rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox,
  .t1.standard .popin .popinContent.popinContentGame .arrowBox {
    top: 49rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox.leftArrow,
  .t1.standard .popin .popinContent.popinContentGame .arrowBox.leftArrow {
    left: 0.5rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox.rightArrow,
  .t1.standard .popin .popinContent.popinContentGame .arrowBox.rightArrow {
    right: 0.5rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .arrowBox {
    top: 4.2rem;
    background-size: 2rem;
  }
  .t1.standard .popin .popinContent .arrowBox.leftArrow {
    left: 1.5rem;
  }
  .t1.standard .popin .popinContent .arrowBox.rightArrow {
    right: 1.5rem;
  }
}
@media (max-width: 680px) {
  .t1.standard #contentIfe #searchContainer {
    display: none !important;
  }
  .t1.standard #contentIfe .tab_music_type_container {
    display: none;
  }
  .t1.standard #contentIfe .links_music {
    display: block;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock .itemMenuLvl2,
  .t1.standard #contentIfe .contentIfeGestion #menuBlock .itemMenuLvl1 {
    width: 50%;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock .t1__toggle.refineSearch {
    width: auto;
    max-height: 19rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .t1.standard #contentIfe h2.sectionTitle {
    margin-top: 0;
  }
  .t1.standard .popin .popinContent.popinContentMovie .infos {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 425px) {
  .t1.standard .headerServicesDiv .introlink {
    font-size: 1.3rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox {
    top: 29rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox.leftArrow {
    left: .5rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .arrowBox.rightArrow {
    right: .5rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .visuel {
    min-height: 23rem;
  }
  .t1.standard .popin .popinContent.popinContentTVShow .visuel .title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    font-size: 1.5rem;
    top: 13rem;
  }
  .t1.standard .popin .popinContent.popinGame .visuel .title {
    top: 17rem;
  }
  .t1.standard .popin .popinContent.popinGame .arrowBox {
    top: 16rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .visuelnotrailer {
    display: none;
    text-align: center;
    padding: 1rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .visuelnotrailer .img {
    height: 23rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie video {
    height: 23.2rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .arrowBox {
    top: 25rem !important;
    background-size: 2rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .title {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }
  .t1.standard .popin .popinContent.popinContentMovie .infos {
    padding: 3rem;
    width: 100%;
    margin: initial;
  }
  .t1.standard .popin .popinContent.popinContentMovie .visuel {
    width: 50%;
    margin: auto;
    float: none;
  }
  .t1.standard .popin .popinContent.popinContentMovie .visuel .img {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
    margin: 0 auto;
    display: block;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .infosalbum {
    top: 5rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .img {
    height: 28rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .vignette {
    width: 65%;
  }
  .t1.standard .popin .popinContent.popinContentMusic .visuel .nbtracks {
    margin-top: 0;
  }
  .t1.standard .popin .popinContent.popinContentMusic .infos {
    width: 100%;
    margin: initial;
  }
  .t1.standard .popin .popinContent.popinContentMusic .infos .morceau {
    width: 78%;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox {
    top: 15rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox.leftArrow {
    left: 1.5rem;
  }
  .t1.standard .popin .popinContent.popinContentMusic .arrowBox.rightArrow {
    right: 1.5rem;
  }
  .t1.standard .popin .popinContent .arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: center;
  }
  .t1.standard #contentIfe .links_month {
    display: block;
    margin: 0 auto;
    width: 32rem;
  }
  .t1.standard #contentIfe .links_music {
    margin: 0 auto 1rem;
    width: 32rem;
  }
  .t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn {
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    background: #e8e5e5;
    width: 100%;
    margin-bottom: 1rem;
  }
  .t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn.opened {
    margin-bottom: 0;
  }
  .t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn span {
    position: relative;
  }
  .t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn span:before {
    background-image: url('../../img/tab1st/common/chevron_2_bottom-blue.svg');
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    height: 2rem;
    left: -2.6rem;
    position: absolute;
    top: 0;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: 2rem;
  }
  .t1.standard #contentIfe .contentIfeGestion button.refineSearchFilterMobileBtn.opened span:before {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .t1.standard #contentIfe .contentIfeGestion #listBlockTV .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockMUSICCLIPS .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockMUSICCONCERT .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockKIDSTV .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockMOVIE .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockKIDSMOVIE .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockGAME .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockKIDSGAME .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockMUSIC .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockRADIO .itemBlock,
  .t1.standard #contentIfe .contentIfeGestion #listBlockKIDSMUSIC .itemBlock {
    width: 50%;
  }
  .t1.standard #contentIfe .contentIfeGestion #menuBlock {
    margin-top: 0rem;
  }
  .t1.standard #contentIfe .contentIfeGestion .menuBlockMovie .separator__withText--center,
  .t1.standard #contentIfe .contentIfeGestion .menuBlockTv .separator__withText--center,
  .t1.standard #contentIfe .contentIfeGestion .menuBlockMovie .refineSearch,
  .t1.standard #contentIfe .contentIfeGestion .menuBlockTv .refineSearch {
    display: none !important;
  }
  .t1.standard #contentIfe .itemMenuLvl2,
  .t1.standard #contentIfe .itemMenuLvl1 {
    width: initial;
    float: initial;
  }
}
@media (min-width: 768px) {
  .t1.standard .headerServices h1 {
    font-size: 6.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .t1.standard .headerServicesDiv {
    padding-bottom: initial;
    height: 35rem;
  }
  .t1.standard .headerServicesDiv .headerServices {
    padding: 0;
  }
}
