/*****Cinenews Fr********/
/************************************************************/
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-family: montserrat,Arial,Sans-Serif;
  box-sizing: border-box;
}
.logocinenews {
  width: 280px;
  height: auto;
  display: block;
}
.logocinenews img {
  width: 100%;
  height: auto;
}
.list-menu-cinenews {
  gap: 13px;
}
.list-menu-cinenews li .nav-link, .list-menu-cinenews li .nav-link.active {
  color: #981018;
  font-weight: 700;
  font-family: montserrat,Arial,Sans-Serif;
  font-size: .875rem;
}
.list-menu-cinenews li .nav-link:hover {
  color: #F1BB19;
}
/* Popup Text */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */
/* Icon CSS */
.item.traileritem {
  position: relative;
}
.item.traileritem a .blockimgcine span {
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.heroslidecol{
  display: flex;
  align-items: center;
  justify-content: center;
}
.herotitre {
  flex-direction: column;
  width: 100%;
  gap: 18px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 6px 0 20px;
}
.herotitre h2,.herotitre h2 a {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  text-decoration: none;
}
.herotitre .info-film-sortie {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.btnmorecinehero {
  padding: 10px 13px;
  background-color: #981018;
  color: #fff;
  border-radius:20px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  font-size: 15px;
  margin-left: 8%;
}
.btnmorecinehero:hover {
  background-color: #000;
  color: #fff;
}
.info-film-sortie span {
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  background: none;
  padding: 9px 12px 8px 12px;
}

.info-film-sortie span p{
  text-transform: lowercase;
}

.info-film-sortie .genrefilm {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight:600;
  margin: 4px 2px;
  padding: 4px 6px;
  display: inline-block;
  font-size: 14px;
  border-radius: 20px;
}
.heroimg {
  position: relative;
}
.herolinkfilm {
  position: absolute;
  top: 50%;
  right: 43%;
  width: 100%;
}

.herolinkfilm i {
  z-index: 2;
  border-radius: 50%;
  font-size: 25px;
  background: #ffffffc4;
  display: flex;
  color: #981018;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.herolinkfilm::before {
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  left: 44%;
  top: -32px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: 0;
}
.owl-item.center .item.traileritem a .blockimgcine span::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  left: -40px;
  top: -40px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.item.traileritem .fa-play {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/********Detail film********/
@keyframes ripple {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
 }
  75% {
      -webkit-transform: scale(1.75);
      transform: scale(1.75);
      opacity: .6;
 }
  100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
 }
}
.sectionfilmdetail {
  padding: 0 0 4px;
}
.titleprogramfilm {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.headprogramfilm {
  background: #981018;
  margin: 0 auto;
  padding: 10px 10px;
}
.headprogramfilm ul {
  justify-content: center;
}
.headprogramfilm .nav-link {
  background-color: #ffffff;
  margin:3px 3px;
  border:1px solid #f1bb19;
  color:#000;
  font-weight: 600;
  padding: 4px 9px;
  font-size: 13px;
}
.sectionfilmprog {
  background-color: #fff;
  padding: 50px 0;
}

.tabprogfilm {
  background-color: #f5f5f5;
  padding:10px 10px;
}

.headsnce{
  height: 125px;
}
.blochourtime {
  display: flex;
  gap: 20px;
  padding:4px;
  background-color: whitesmoke;
  font-size: 17px;
  font-weight: 600;
}

.seancehour{
  background: #981018;
  color: #efefef;
  padding: 4px 18px;
  border-radius: 3px;
  font-size: 15px;
}

.blochourtime.blckseance{
  font-size: 20px;
}

.timeprogram.progseance{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
}

.pc-movie-h {
  font-size: 21px;
}

.sallehour 
{
  background: #981018;
  color: #efefef;
  padding: 3px 4px;
  border-radius: 3px;
  font-size: 15px;
}

.headprogramfilm .nav-link.active {
  background-color: #F1BB19;
  color:#000;
  font-weight:700;
}
.film-details-content {
  position: relative;
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0px 0 10px 0px;
}
.film-details-content.withfilm {
  margin: 15px 0 10px 0px;
}
.film-details-content.inprogsalle {
  margin: 0px 0 10px;
}
.detailprogram{
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}
.film-details-content .film-details-top-content {
  margin: 0;
  position: relative;
}
.film-details-content .film-details-top-content .blocvideo {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.film-details-content .film-details-top-content .blocvideo img{
  width: 100%;
}

.film-details-content .film-details-top-content .blocvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.csallelink{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #000;
}
.film-details-content .film-details-top-content .film-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px 
}
.film-details-content .film-details-top-content .film-img img {
  overflow: hidden;
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center center;
}
.film-details-content .film-details-top-content .film-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.film-details-content .film-details-top-content .film-img .play-btn a {
  color: #981018;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.film-details-content .film-details-top-content .film-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.film-details-content .film-details-top-content .film-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}
.film-details-content .film-details-top-content h2 {
  font-size: 36px;
  margin-bottom: 20px 
}
.infofilmvideo.indtfilm {
  background-color: #6a6a6a87;
  border: 8px solid #f1bb19;
  border-radius: 20px;
}
.infofilmvideo {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px 20px 20px;
  margin:15px 0;
  background-color: #ffffff;
}
.listdetailfilm {
  padding:30px 20px 30px 32px;
 /* background-color: #6a6a6a87;
  */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.listdescriptionfilm {
  padding: 0px 12px 0px;
  margin: 15px 0;
}
.listdescriptionfilm .descriptionfilm {
  color:#fff;
}
.listdetailfilm .descriptionfilm {
  padding-top: 15px;
}
.listdetailfilm .descriptionfilm h3 {
  font-weight: 600;
}
.listdetailfilm .descriptionfilm p,.descriptionfilm a, .descriptionfilm p,.descriptionfilm div {
  color:#fff;
}
.listdetailfilm h3 {
  color:#f4f4f4;
  font-size: 33px;
  font-weight: 600;
}
.listdetailfilm ul {
  color: #f4f4f4;
  padding-left: 3px;
  list-style:none;
}
.listdetailfilm ul li {
  display: flex;
  gap: 20px;
}
.listdetailfilm ul li a {
  color:#f1bb19;
  text-decoration: none;
}
.listdetailfilm ul li span {
  font-size: 17px;
}
.listdetailfilm ul li span:first-child {
  font-weight: 600;
}
.listboxfilm {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding:10px 20px 20px;
  margin: 15px 0;
  background-color: #fff;
  border-radius: 18px;
}
.btnsinfofilm {
  display: flex;
  gap: 37px;
}
.btnsinfofilm .btn-seance {
  background: #c8151f;
  color: #fff;
  padding: 6px 30px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius:3px;
}
.btnsinfofilm .btn-bannonce {
  position: absolute;
  top: 0;
  left: 0;
  color: #f1bb19;
  padding: 6px 30px;
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
}
.descriptionfilm .titleboxfilm {
  color: #f1bb19;
  font-weight: 600;
}
.titleboxfilm {
  font-size: 1.625rem;
  font-family: montserrat,Arial,Sans-Serif;
  font-weight: 800;
}
.imgdetailsalle {
  padding: 60px 0;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.imgdetailsalle::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 1s;
  background: rgb(0 0 0 / 53%);
  z-index: 0;
}
.shapefilmline .shape1-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.shapefilmline .shape2-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.frmsalle {
  position: relative;
  z-index: 1;
}
.artist-cine-img {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.listboxfilm.artistbloc .artist-cine-img {
  position: relative;
  overflow: hidden;
  margin:3px auto;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
}
.listboxfilm.artistbloc .article-cine-img a {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
}
.artist-cine-img img {
 /* overflow: hidden;
  */
  width: 100%;
 /* height: 120px;
  object-fit: cover;
  object-position: center center;
  */
}
.artist-name a {
  position: absolute;
  background-color: #000000;
  bottom: 0px;
  right: 2px;
  padding: 5px 15px;
  text-decoration: none;
  color:#fff;
}
.detailphotofilm .photofilm {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/********Detail film********/
.carousel-herotrailer .item.traileritem a img {
  width: 100%;
 /* background-color: #000;
  */
  padding:0 32px;
}
.carousel-herotrailer .item.traileritem {
  background-color: #61575759;
  border-left: 12px solid #981018;
  border-right: 12px solid #981018;
  width: 100%;
  margin:0 auto;
}
.carousel-affichetrailer .item.traileritem a img {
  width: 100%;
  padding:0 25px;
}
.titlegenre {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 11px 6px 12px;
}
.item.traileritem a:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item.traileritem a:hover .fa-play,.owl-item.center .item.traileritem a .fa-play {
 /* display: block;
  */
  z-index: 2;
  border-radius: 50%;
  font-size: 25px;
  background: #ffffffc4;
  display: flex;
  color: #981018;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.imgtrailercine {
  width: 100%;
}
.sousinfotrailer {
  padding: 23px 12px;
  display: inline-table;
  margin:0 auto;
 /* width: 80%;
  */
  text-align: center;
  position: absolute;
  left: 30px;
  right: 30px;
  background-color: #000000a1;
  bottom: -57px;
  z-index: 999;
}
.datepubactual, .info time{
  font-size: 14px;
  color: #898888;
  font-weight: 600;
}
.text-cine{
  color: #981018;
}
.carousel-affichetrailer .popup-video-cine {
  height: auto;
}
.popup-video-cine {
  display: grid;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.popup-video-cine img {
  object-fit: cover;
  object-position: center center;
}
.sousinfotrailer h3 {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform:capitalize;
}
.sousinfotrailer span {
  font-size: 15px;
  color: #ffffff;
  text-transform:capitalize;
}
.imgtrailercine {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carousel-affichetrailer .blockimgcine {
  position: relative;
  height: auto;
}
.carousel-affichetrailer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
#carousel-herotrailer .owl-nav,#carousel-affichetrailer .owl-nav {
  margin-top: 0 !important;
  max-width: 130px;
  position: absolute;
  right: 273px;
  width: 100%;
  top: -6px;
  z-index: 1;
}
#carousel-herotrailer .owl-nav .owl-prev,#carousel-affichetrailer .owl-nav .owl-prev{
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}
#carousel-herotrailer .owl-nav .owl-next,#carousel-affichetrailer .owl-nav .owl-next{
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}
#carousel-herotrailer .owl-nav .owl-prev, #carousel-herotrailer .owl-nav .owl-next, #carousel-affichetrailer .owl-nav .owl-prev,#carousel-affichetrailer .owl-nav .owl-next {
  position: absolute;
  top: -66px;
  right: 10px;
  background-color: #272626;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}
#carousel-herotrailer .owl-item .sousinfotrailer::before,#carousel-affichetrailer .owl-item .sousinfotrailer::before{
  position: absolute;
  content: '';
  height: 11px;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #981018;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#carousel-herotrailer .owl-item,#carousel-affichetrailer .owl-item {
  margin-bottom:1px;
}
/* .owl-item.center .item.traileritem a i::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}
*/
#carousel-herotrailer .owl-item.center .sousinfotrailer::before, #carousel-affichetrailer .owl-item.center .sousinfotrailer::before {
  width: 100%;
  left: 0;
  right: auto;
}
#carousel-herotrailer .owl-item:not(.center) > div:hover, #carousel-affichetrailer .owl-item:not(.center) > div:hover{
  opacity: .75;
}
#carousel-herotrailer .owl-item:not(.center) > div:hover .sousinfotrailer::before, #carousel-affichetrailer .owl-item:not(.center) > div:hover .sousinfotrailer::before {
  width: 100%;
  left: 0;
  right: auto;
}
/* #carousel-herotrailer .owl-item.center .item.traileritem a img,#carousel-herotrailer .owl-item .item.traileritem a:hover img, #carousel-affichetrailer .owl-item.center .item.traileritem a img,#carousel-affichetrailer .owl-item .item.traileritem a:hover img {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  transform: scale(1.1);
}
*/
.trailersection {
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 30px 0 40px;
  animation: changeBackground 4s infinite;
 /* Change the duration to 4s for 2-second interval (2s for each image) */
}
@keyframes changeBackground {
  0% {
      background-image: url('../img/trailer-bg.jpg');
 }
  50% {
      background-image: url('../img/alphamovie.jpg');
     /* Change the path to your second background image */
 }
  100% {
      background-image: url('../img/Avatar.jpg');
 }
}
.trailersection::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.section-title-trailer {
  margin: auto auto 40px auto;
}
.section-title-trailer span {
  color: #981018;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.section-title-trailer h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.actualitesection {
  background-color: #fff;
  padding: 50px 0;
}
.blocbtnmorenews {
  display: flex;
  justify-content: center;
}
.blocbtnmorenews a {
  display: block;
  padding: 7px 23px;
  background: #981018;
  color: #fff;
  border: 1px solid #981018;
  font-size: 18px;
  transition: 0.5s;
  text-decoration: none;
}
.blocbtnmorenews a:hover {
  background-color: #000;
}
.section-title-cine {
  max-width: 780px;
  margin: auto auto 17px auto;
  text-align: center;
}
/* .section-title-cine::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 4px solid #981018;
  left: 50%;
  margin-top: 1px;
}
*/
.section-title-cine span {
  color: #981018;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.section-title-cine h1 {
  font-family: montserrat,Arial,sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.single-article-cine {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.article-cine-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}
.article-cine-img {
  position: relative;
  overflow: hidden;
}
.colpub
{
  margin: 0 auto 16px;
  text-align: center;
}
.article-cine-img img {
  overflow: hidden;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center center;
}
.article-cine-img .cine-tag {
  position: absolute;
  background-color: #000000;
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
}
.article-cine-img .cine-tag a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.article-cine-content {
  height: 260px;
  padding: 7px 30px 26px;
}
.article-cine-content.articlehomecontent {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article-cine-content.articlehomecontent p {
  color: #818181;
  font-size: 15px;
  padding-top: 10px;
}
.info-cine-article {
  margin-bottom:5px;
}
.info-cine-article {
  padding-left: 0;
  margin-bottom: 0;
}
.info-cine-article {
  display: inline-block;
 /* margin-right: 60px;
  */
  position: relative;
}
.info-cine-article a {
  transition: all ease 0.5s;
  color: #000000;
  text-decoration: none;
}
.article-cine-content h2 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  font-family: montserrat,Arial,Sans-Serif;
}
.article-cine-content .info-cine-article p{
  color: #818181;
  font-size: 15px;
  padding-top: 10px;
}
.article-cine-content h3 {
  font-size: 16px;
  color: #5e5d5d;
  font-weight: 500;
}
.article-cine-content h2 a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  font-weight: 700;
}
/*****Section salle******/
.sectionsalle {
  position:relative;
  background-color: #f1bb19;
  padding: 70px 0;
}
.shapefilmsalle {
  width: 100%;
}
.shapesalle-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.1;
  z-index: 0;
}
.titlesearchcine {
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  padding: 3px 0px 10px;
}
.titlesearchcine i {
  color: #981018;
}
.sectionsalle .tab-salle .tabmenusalle ul {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 0px;
}
.sectionsalle .tab-salle .tabmenusalle li {
  list-style-type: none;
  margin-bottom: 0px;
}
.sectionsalle .tab-salle .tabmenusalle li a {
  border-radius:20px;
  font-size: 13px;
  color: #000000;
  padding: 10px 20px;
  margin: 4px 0px;
  background: #f5f5f5;
  font-weight: 500;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  width: 152px;
  text-decoration: none;
  text-transform: uppercase;
}
.sectionsalle .tab-salle .tabmenusalle li a::before {
  position: absolute;
  content: '';
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 2px;
  width: 25px;
  background-color: #000000;
  opacity: 0;
}
.sectionsalle .tab-salle .tabmenusalle li a::after {
  font-family: 'Font Awesome 5 Pro';
 /* Assuming Font Awesome is loaded */
  position: absolute;
  content: '\f0da';
  font-weight: 900;
  height: 55px;
  font-size: 55px;
  width: 12px;
  color: #000;
  right: -11px;
  top: 17%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.sectionsalle .tab-salle .tabmenusalle li a.active,.sectionsalle .tab-salle .tabmenusalle li a:hover,.sectionsalle .tab-salle .tabmenusalle li a:focus {
  background-color: #000000;
  color: #ffffff;
}
.sectionsalle .tab-salle .tabmenusalle li a.active::after,.sectionsalle .tab-salle .tabmenusalle li a:hover::after,.sectionsalle .tab-salle .tabmenusalle li a:focus::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .input-daterange.search_row
  {
    display: flex;
    align-items: center;
  }
  .imgcsalle {
     /* height: 220px;*/
      /* width: 180px; */
      margin:0;
 }
  .globalcontentcsalle {
      position: relative;
      padding: 32px 3px;
 }
  .popup-video-cine {
      height: auto;
 }

}
@media (min-width: 1024px) {
  .sectionsalle .tab-salle .tabmenusalle li a.active::after,.sectionsalle .tab-salle .tabmenusalle li a:hover::after,.sectionsalle .tab-salle .tabmenusalle li a:focus::after {
      opacity: 1;
 }
 .rowcolfilm
  {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 13px;
    grid-auto-rows: minmax(35px, auto);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .btnmorecine{position:absolute;bottom: -82px;right: 0;width: 296px;left: 30px;}
}
@media (max-width: 1024px) {
  .btnmorecine{position:relative;}
}


.rowcolfilm
{
  margin: 10px 0 10px;
  border:1px solid #EFEFEF;
  height: 100%;
}

.sectionsalle .tab-box {
  display: none;
  padding: 0 30px;
}
.content-tab-cine {
  padding: 5px 0px 10px;
  height:100%;
}
.imgsallecine img {
  overflow: hidden;
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center center;
 /* margin: 3px 1px;
  */
}
.imgsallecine {
  position: relative;
  display: block;
  transition: 0.7s;
  margin: 5px 0;
}
.imgsallecine::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 1s;
  background: rgb(0 0 0 / 53%);
  z-index: 0;
}
.imgsallecine:hover::before {
  background: rgb(0 0 0 / 52%);
  transition: 1s;
}
.sallename {
  position: absolute;
  color: #fff;
  z-index: 99;
  top: 50%;
  background: #98101866;
  transform:translate(0px, -50%);
  left: 0;
  text-align: center;
  bottom: 0;
  height: 37px;
  padding: 28px 0;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgsallecine:hover .sallename {
  height: 100%;
}
.sectionsalle .default-tab-box {
  position: relative;
  display: block;
}
.btnmorecine {
  z-index: 10;
  margin: 8px auto;
  text-align: center;
  display: block;
  padding: 7px 23px;
  background: #981018;
  color: #fff;
  border: 1px solid #981018;
  font-size:18px;
  transition: 0.5s;
  text-decoration: none;
}
.btnmorecine:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
/*****Section salle******/
.pc-movie-h a {
  color: #981018;
  font-size: 17px;
  font-weight: 600;
}
/* css-section-subscribe */
.sectionsubscribe {
  background-image: url(../img/mailing-img-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.sectionsubscribe .container {
  position: relative;
  width: 100%;
}
.sectionsubscribe .container .subscribe-article {
  position: relative;
}
.sectionsubscribe .container .subscribe-article h2 {
  font-size: 45px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}
.contentsubcribsbloc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
.subscribe-form .subscribe {
  position: relative;
}
.contentsubcribsbloc .input-email {
  color: #981018;
  display: inline-block;
  margin-bottom: 0px;
}
.subscribe-form .subscribe .btn-subscribe {
  width: 50%;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  transition: all ease 0.5s;
  border-radius: unset;
  display: inline-block;
  border: 1px solid #981018;
  background-color: #981018;
}
.subscribe-form .subscribe .btn-subscribe:hover {
  border: 1px solid #000;
  background-color: #000;
}
@media (max-width: 767px) {
  .sectionsubscribe {
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 50px;
 }
  .sectionsubscribe .container .subscribe-article {
      margin-bottom: 20px;
      margin-top:20px;
 }
  .sectionsubscribe .container .subscribe-article span {
      margin-bottom: 8px;
 }
  .sectionsubscribe .container .subscribe-article h2 {
      font-size: 30px;
 }
}
/* css-section-subscribe */
/******Footer section*****/
.footersection {
  position: relative;
  background-color: #191919;
  overflow: hidden;
  padding: 60px 0px 50px;
}
.footersection a {
  text-decoration: none;
}
.footer-arealogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}
.footer-arealogo .logo {
  margin-bottom: 30px;
}
.footer-arealogo .logo a {
  display: block;
  width: 280px;
}
.footer-arealogo p {
  color: #d9d8d8;
  margin-bottom: 30px;
  text-align: justify;
}
.footer-arealogo .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.social-content ul li {
  display: inline-block;
  margin-right: 7px;
}
.social-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #f1bb19;
  border:1px solid #981018;
  display: inline-block;
  background: #981018;
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 8px;
}
.social-content ul li a:hover {
  background: rgb(152 16 24);
  color: #ffffff;
}
.quick-cinelinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 60px;
}
.footersection h3 {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
}
.footersection h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 4px solid #981018;
  left: 0;
  margin-top: 1px;
}
.quick-cinelinks ul {
  padding-left: 0;
  margin-bottom: 0;
}
.quick-cinelinks ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quick-cinelinks ul li i {
  color: #981018;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quick-cinelinks ul li a {
  color:#d9d8d8;
}
.quick-cinelinks ul li a:hover {
  color: #F1BB19;
}
.single-instagram-box {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius:10px;
  width: 100%;
  height: 60px;
}
.single-instagram-box img {
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.instagram-content .single-instagram-box a {
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  font-size: 40px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.get-in-touch {
  padding-left: 30px;
  margin-bottom:30px 
}
.get-in-touch ul {
  padding-left: 0;
  margin-bottom: 0;
}
.get-in-touch ul li {
  display: flex;
  gap: 7px;
}
.blocstextrs {
  display: flex;
  gap: 5px;
  width: 100%;
}
.get-in-touch ul li .iconinfors {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #981018;
  border: 1px solid #981018;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}
.get-in-touch ul li i {
  color: #981018;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.get-in-touch ul li span {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.get-in-touch ul li a,.get-in-touch ul li p {
  color: #d9d8d8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}
.copy-right-cine {
  background-color: #000000;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy-right-cine p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
.copy-right-cine p:last-child {
  margin-bottom: 0;
}
.copy-right-cine .cinenamecolor {
  color: #981018;
  font-weight: 600;
}
.copy-right-cine .cineyear {
  color:#f1bb19;
}
.copy-right-cine a {
  color:#fff;
}
.go-top.active {
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 9px;
  right: 0;
  background-color: #981018;
  color:#fff;
  z-index: 4;
  width: 39px;
  text-align: center;
  height: 39px;
  line-height: 39px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  z-index: 99;
}
/******Footer section*****/
/* css-section-magazin */

.magazinboutique
{
  background-color: #191919;
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}

.blocimgmag img 
{
  width: 100%;
}

.article-type.btn_search
{
  background: #9a1018;
  color: #fff;
  border: 1px solid #9a1018;
}
.magaziname a
{  
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 21px;
}

.linksummary 
{
  color: #f1bb19;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.linksummary i 
{
  padding-right: 5px;
}

.magazinboutique .infomagazin
{
  padding:9px 0 18px;
  text-align: center;
  border-bottom: 1px solid #8F8F8F;
  margin-bottom: 24px
}

.summarymag
{
  position: relative;
  background-color: #191919;
}

.detailsummary 
{
  position: relative;
  background-color: #191919;
  padding: 25px 0;
}

.sectionmagasin {
  background-color: #191919;
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}
.sectionmagasin .container {
  position: relative;
}
.magazin-cine-img {
  padding-right: 45px;
  padding-top: 15px;
  position: relative;
  display: flex;
}
.magazin-cine-img img {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  max-width: 100%;
}
.magazin-cine-img .magazine-symbole {
  height: 100px;
  width: 100px;
  position: absolute;
  right: 31px;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  border: 5px solid #fff;
  text-align: center;
  padding: 13px;
}
.magazin-cine-img .magazine-symbole h2 {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  font-size: 20px;
  color: #981018;
  font-weight: 700;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.magazin-cine-img .magazine-symbole .textnumbermag {
  font-size: 13px;
  color:#f1bb19;
}
.magazin-cine-img .magazine-symbole .numbermag {
  font-size: 35px;
  color:#f1bb19;
}
.magazin-article-cine {
  padding: 0 15px;
}
.magazin-title-cine {
  text-transform: uppercase;
  margin-bottom: -14px;
}
.magazin-title-cine span {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.magazin-title-cine h2 {
  font-family: montserrat,Arial,sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: #981018;
}
.magazin-cine-article p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #dbdbdb;
  line-height: 1.8;
}
 .btn-view {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 30px;
  margin-top: 10px;
  position: relative;
  transition: all ease .5s;
  border-radius: unset;
  display: inline-block;
  background-color: #981018;
  text-decoration: none;
}
 .btn-view:hover {
  background-color: #000;
  color: #fff;
}
.btn-view i {
  position: relative;
  top: 2px;
  padding-left: 7px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .magazin-cine-img {
      padding-right: 30px;
      margin-bottom: 30px;
      left: 10px;
 }
  .magazin-cine-img .magazine-symbole {
      height: 120px;
      width: 120px;
      padding: 10px;
 }
  .magazin-cine-img .magazine-symbole h2 {
      font-size: 22px;
      margin-bottom: 5px;
 }
  .magazin-cine-img .magazine-symbole span {
      font-size: 18px;
 }
}
@media (max-width: 600px) {
  .magazin-article-cine {
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
 }
  .contentsubcribsbloc {
      flex-direction: column;
      gap: 0;
 }
  .magazin-cine-img .magazine-symbole h2 {
      font-size: 16px;
 }
  .magazin-cine-img .magazine-symbole {
      top: 17%;
      height: 90px;
      width: 90px;
 }
  .magazin-cine-img {
      padding-top: 30%;
 }
  .magazin-title-cine {
      position: absolute;
      top: 0px;
 }
}
.sectionmagasin .container .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: movebounce2 7s linear infinite;
  animation: movebounce2 7s linear infinite;
}
.cta-box-area .container .shape {
  position: absolute;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  -webkit-animation: movebounce2 7s linear infinite;
  animation: movebounce2 7s linear infinite;
}
@keyframes movebounce2 {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
 }
  50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
 }
  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
 }
}
/* css-section-magazin */
.titletabsalle {
  color:#fff;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sidebar-widget-postdt.popular-post .post-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap:5px;
  grid-auto-rows: minmax(35px , auto);
}
.page-banner-content h1 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .section-title-trailer {
      margin: auto auto 67px auto;
 }
  #carousel-herotrailer .owl-nav,#carousel-affichetrailer .owl-nav {
      right: 30px;
      top: 28px;
 }
}
@media (max-width: 1400px) {
  .carousel-affichetrailer .item.traileritem a img {
      width: 100%;
      padding: 0 13px;
 }
}
/***CSalle****/
.section-csalle {
  background-color: #fff;
 /* padding: 30px 0;
  */
}
.headtabsalle {
  background-color: #2b2b31;
  padding:17px 10px 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
}
.navtabsalle {
  justify-content: center;
  gap: 30px;
  align-items: center;
  height: 100%;
}
.buttontabsalle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 15px;
}
.buttontabsalle:hover,.buttontabsalle:focus {
  color:#ffffff;
}
.nav-link.buttontabsalle.active {
  background-color: #981018;
}
.sallecinetab {
  padding:12px 2px;
}

.sallecinetab .tabcsalle
{
  margin: 0 auto;
}

/* .sallecinetab .tabcsalle {
  max-height: 800px;
  overflow-y: auto;
}
*/
/* .sallecinetab .tab-pane {
  max-height: 700px;
  overflow-y: auto;
}
.sallecinetab .tab-pane::-webkit-scrollbar,.sallecinetab .tabcsalle::-webkit-scrollbar {
  width: 3px;
}
.sallecinetab .tab-pane::-webkit-scrollbar-track,.sallecinetab .tabcsalle::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}
.sallecinetab .tab-pane::-webkit-scrollbar-thumb,.sallecinetab .tabcsalle::-webkit-scrollbar-thumb {
  background-color: #981018;
}
*/

.tab-pane.tabseancepn
{
 height: 100%;
}



.globalcontentcsalle {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 29px 7px;
  margin:0px 0 10px;
}
.filmnamesalle {
  margin-bottom: 0;
}
.globalcontentcsalle h3 a,.filmnamesalle a {
  font-size: 17px;
  font-weight: 700;
  color: #2f262b;
  display: block;
  padding: 9px;
  margin:4px 18px 5px 0px;
  border-bottom:1px solid #f1bb19;
  text-decoration: none;
  margin-bottom: 0;
}
.columnsalle{margin: 12px 0;}
.imgcsalle img {
  width: 100%;
}
.souscontentcsalle {
  display: flex;
  gap: 27px;
  align-items: center;
}
/*Textss**/
.souscontentcsalle a,.souscontentcsalle.typefilmsalle a{
  color: #191919;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: #f1bb19;
  border-radius: 4px;
}
.souscontentcsalle .descriptionsalle {
  color: #191919;
  font-size: 13px;
  text-align: justify;
  font-weight: 600;
  padding-top: 10px;
}
.souscontentcsalle span:first-child,.timesortie {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}



.souscontentcsalle .datefilminfo {
  color:#191919;
  font-weight: 500;
  font-size: 13px;
}
.habigfilm {
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  animation: animatedBackground 4s infinite;
}
@keyframes animatedBackground {
  0% {
      background-size: 110% 110%;
 }
  100% {
      background-size: 100% 100%;
 }
}
.habigfilm::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.cinepage-banner {
  background-image:url('../img/section__bg.jpg');
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.cinepage-banner::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
 /* background: rgba(0, 0, 0, 0.64);
  */
  z-index: -1;
}
.page-banner-content {
  text-align: left;
}
/***CSalle****/
/****Cvideo****/
.video-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/****Cvideo****/
.breadcrumpcine .breadcrumb .breadcrumb-item a {
  color: #f1bb19;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumpcine .breadcrumb
{
  padding: 10px 0;
  margin-bottom: 0;
}
.breadcrumpcine .breadcrumb .breadcrumb-item.active {
  color:#babec2;
}
.breadcrumb-item.itemicon {
  color:#b3b3b3;
}
/************/
/*************/
.sidebar-search {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-search .form-control {
  height: 60px;
  border: 1px solid rgba(196, 196, 196, 0.29);
}
.sidebar-search .default-btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  padding: 10px 18px;
  font-size: 22px;
  background-color: #981018;
  border:none;
}
.default-btn::before {
  position: absolute;
  content: '';
  background-color: #981018;
  height: 0%;
  width: 0%;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
  color:#fff;
}
.sidebar-widget {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px 
}
.sidebar-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
.sidebar-widget.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-widget.categories ul li {
  list-style-type: none;
  margin-bottom: 13px;
  position: relative;
}
.sidebar-widget.categories ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}
.sidebar-widget.categories ul li i {
  position: absolute;
  right: 0;
}
.sidebar-widget.popular-post,.sidebar-widget-postdt.popular-post {
  position: relative;
  overflow: hidden;
}
.sidebar-widget.popular-post .item,.sidebar-widget-postdt.popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar-widget.popular-post .item .thumb,.sidebar-widget-postdt.popular-post .item .thumb {
  float: left;
  height: 76px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 20px;
}
.sidebar-widget.popular-post .item .thumb .fullimage,.sidebar-widget-postdt.popular-post .item .thumb .fullimage {
  width: 80px;
  height: 70px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #000000;
}
.sidebar-widget.popular-post .item .info,.sidebar-widget-postdt.popular-post .item .info {
  overflow: hidden;
}
.sidebar-widget.popular-post .item .info .title,.sidebar-widget-postdt.popular-post .item .info .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
.sidebar-widget.popular-post .item .info .title a,.sidebar-widget-postdt.popular-post .item .info .title a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}
.imgactualpos {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sidebar-widget.tags {
  padding-bottom: 20px;
}
.sidebar-widget.tags ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-widget.tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}
.sidebar-widget.tags ul li a {
  padding: 5px 7px;
  color: #fff;
  background-color: #9a1018;
  font-weight: 600;
  position: relative;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  border-radius: 7px;
}
.sidebar-widget.tags ul li a:hover {
  background-color: #981018;
  color: #ffffff;
}
/************/
/*****Summary****/
.summary-cine {
  border-top: 4px solid #F1F1F1;
  border-bottom: 4px solid #F1F1F1;
  background: #f5f5f5;
  padding: 20px;
}
.summary-cine a {
  text-decoration: none;
  color:#000;
}
.summary-cine li {
  padding: 5px 0;
  position: relative;
  list-style: none;
}
.summary-cine .spr-ttl {
  font-size: 14px;
  font-weight: 700;
}
.summary-cine li span {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding: 0 8px;
  font-size: 13px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.summary-cine li ul {
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  list-style: none;
}
.summary-cine li ul li:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  border: 1px dotted #989898;
  position: absolute;
  top: 19px;
  left: 0;
}
.cinesumrytitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding:6px 0;
}
.summary-cine-cnt .fixedbloc {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.soustitlesumry {
  list-style: none;
  margin-top: 10px;
}
.soustitlesumry span {
  font-weight: 600;
}

.soustitlesumry li 
{
  color:#eee;
}

.linkbookcine {
  text-decoration: none;
}
.linkbookcine h5 {
  font-weight: 600;
  text-align: center;
  background: #981018;
  padding: 8px;
  color: #fff;
}
.titledtsumry {
  font-size: 25px;
  font-weight: 600;
  padding-top: 10px;
  color:#fff;
}
.descripdtsumry {
  font-size: 15px;
  color: #eee;
}
.textdetailsumry {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.videotrailername {
  text-align: center;
}

.videotrailername a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px 10px 0px;
  color: #981018;
  text-decoration: none;
}
.sectiondetailactual {
  padding: 16px 0;
}
.sectiondetailactual h3 {
  font-size:25px;
  font-weight: 700;
  padding: 7px 0 2px;
}
.btnsharetwit {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 3px 7px;
  font-size: 15px;
}
.restinfodtfilm {
  position: relative;
}
.btnsharefb {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
  padding: 3px 7px;
  font-size: 15px;
}
.btnsharepinte {
  background-color: #c8232c;
  color: #fff;
  border: 1px solid #c8232c;
  padding: 3px 7px;
  font-size: 15px;
}
.btnsharewtsp {
  background-color: #25D366;
  color: #fff;
  border: 1px solid #25D366;
  padding: 3px 7px;
  font-size: 15px;
}
.btnsharecopy {
  background-color: #981018;
  color: #fff;
  border: 1px solid #981018;
  padding: 3px 7px;
  font-size: 15px;
}
.sharebtns {
  display: inline-flex;
  gap: 10px;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.sharebtns a {
  text-decoration: none;
  box-sizing: border-box;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 4px solid #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
  cursor: pointer;
}
.sharebtns .globalrstool:hover .tooltip-partage {
  visibility: visible;
  opacity: 1;
}
.sharebtns .globalrstool .tooltip-partage {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  line-height: 25px;
  bottom: 78%;
 /* left: 50%;
  */
 /* margin-left: -108px;
  */
  opacity: 0;
  transition: opacity 0.3s;
}
.sharebtns a i {
  font-size: 19px;
}
.sharebtns a:hover{
  color: #fff;
}
.contentdetailactual {
  border: 1px solid #eee;
  padding: 15px;
}

/***Pagination***/
.articlesnews .pagination li a{
  height: 35px;
  background: #981018;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #981018;
  text-decoration: none;
}
.articlesnews .pagination li .num {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.articlesnews .pagination li i {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}
.villename {
  font-size: 23px;
  font-weight: 700;
  padding-left: 4px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.villename i {
  font-size: 12px;
  color: #981018;
}
#theatre-filter {
  border-radius:0;
  font-weight: 500;
  border:none;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white {
  z-index: 999;
  border-bottom: 1px solid #efefef;
}
/**********/
.cta-box-area {
  position: relative;
  z-index: 99;
}
.call-to-action-card {
  display: flex;
  background-color: #2c3237;
  padding: 0;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content:space-around;
  gap: 0px;
}
.call-to-action-card .content {
  position: relative;
  padding: 60px 0;
  width: 100%;
  padding-right: 0;
  margin: 0;
  height: 100%;
}
.content.contentboxusa {
  background: #981018;
}
.content.contentboxfrance {
  background: #f1bb19;
}
.btnofficeaction {
  margin: 0 auto;
  text-align: center;
}
/* .call-to-action-card .content:before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 1px;
  background-color: #F1BB19;
}
*/
/* .call-to-action-card .content:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
  background-color: #F1BB19;
}
*/
.call-to-action-card .content .title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-decoration:none;
  padding: 15px;
  background-color: #fff;
  border-radius: 30px;
}
.call-to-action-card .content .title:hover {
  background-color: #000;
  color: #fff;
}
/******Table*******/
.boxofficetable {
  padding: 20px 0;
}
.boxofficetable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.boxofficetable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.boxofficetable table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.boxofficetable table th, .boxofficetable table td {
  padding: .625em;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #8e8e8e;
}
.boxofficetable table th {
  background-color: #981018;
  color:#fff;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blocswitchbox {
  padding: 20px 0;
}
.switchboxoffice {
  border: 1px solid #ccc;
  padding: 10px;
  text-decoration: none;
  color: #981018;
}
.bo-item > a {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.bo-item-links {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 13px;
  font-weight: 600;
}
.bo-item-links > a {
  color:#8e8e8e;
  text-decoration: none;
  text-align: left;
}
.bandannonnetxt {
  color:#981018;
  text-decoration: none;
}
.titleboxoffice {
  color: #b3b3b3;
  font-size: 23px;
  font-weight: 600;
}
.textmoreswitch {
  font-weight: 600;
  color: #b3b3b3;
}
/* .blocslideads {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
*/
.hero-ads {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* .hero-ads img {
  width: 100%;
} */

/* .imgadsmag img {
  width: 100%;
} */

@media screen and (max-width: 600px) {

  .pubadsmob{
    text-align: center;
  }

  .boxofficetable table {
      border: 0;
 }
  .boxofficetable table caption {
      font-size: 1.3em;
 }
  .boxofficetable table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
 }
  .boxofficetable table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
 }
  .boxofficetable table td {
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      font-size: .8em;
      text-align: right;
 }
  .boxofficetable table td:first-child {
      border-bottom: 1px solid #ddd;
      display: flex;
     /* flex-direction: row-reverse;
      */
      justify-content: space-between;
      font-size: .8em;
      text-align: right;
 }
  .bo-item > a:first-child {
      width: 150px;
 }
  .bo-item-links > a {
      font-size: 15px;
 }
  .bo-item > a:first-child img {
      width: 100%;
 }
  .boxofficetable table td:first-child::before {
      display: none;
 }
  .boxofficetable table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
 }
  .boxofficetable table td:last-child {
      border-bottom: 0;
 }
  .herotitre h2, .herotitre h2 a {
      font-size: 30px;
 }
}
.bo-item > a:first-child {
  width: 150px;
}
.bo-item > a:first-child img {
  width: 100%;
}
/******Table*******/
@media (max-width:600px) {
  .call-to-action-card {
      flex-direction: column;
      padding: 0px 0px;
      gap: 0px;
 }
  .cta-box-area .container .shape {
      opacity: 0.2;
      bottom: 0;
      z-index: 0;
 }
 .herolinkfilm
 {
  right: 38%;
 }
}
@media (max-width: 768px) {
  
  .contentsubcribsbloc .input-email {
      margin-bottom: 10px;
 }
  .section-title-trailer h1 {
      font-size: 44px;
 }
  .sectionsalle .tab-salle .tabmenusalle li {
      display: inline-block;
      margin-right: 1px;
      margin-bottom: 8px;
 }
  .sectionsalle .tab-salle .tabmenusalle li a {
      padding: 10px 20px;
 }
  .quick-cinelinks {
      padding-left: 0;
      text-align: center;
 }
  .get-in-touch {
      padding-left: 0;
 }
  .logocinenews {
      width: 220px;
 }
  .globalcontentcsalle {
      position: relative;
      padding: 18px 8px;
 }
  .article-cine-content {
      padding: 7px 12px 26px;
 }
  .shapefilmline {
      display: none;
 }
  .listdetailfilm {
      padding:30px 0px 30px 0px;
 }
  .headtabsalle {
      text-align: center;
 }
  .titletabsalle {
      font-size: 21px;
 }
  .sidebar-widget-postdt.popular-post .post-wrap {
      grid-template-columns: repeat(1, 1fr);
 }
  .popup-video-cine {
      height:auto;
 }
  .carousel-herotrailer .popup-video-cine {
      height: 200px;
 }
  .sharebtns a span {
      display: none;
 }
  .herotitre span{
      padding: 20px;
      font-size: 20px;
 }
  .info-film-sortie a {
      font-size: 15px;
 }
  .herotitre h2 {
      font-size: 30px;
      position: absolute;
      top: 23px;
 }
  .sectionmagasin .container .shape{
      display: none;
 }
  .heroslidecol {
      order:2;
      padding-top:11%;
      padding-bottom:11%;
 }
  .colimghero {
      padding-top:84px;
 }
  .section-title-cine h1 {
      font-size:45px;
 }
  .page-banner-content h1 {
      font-size: 45px;
 }
  .sectionsalle .tab-box {
      padding: 0 20px;
 }
  .call-to-action-card .content .title {
      font-size: 22px;
      line-height: 32px;
 }
  .call-to-action-card .content {
      padding-left: 0;
      padding-right: 0;
 }
  .call-to-action-card .content {
      padding:60px 0;
 }
  .footer-arealogo .social-content ul {
      text-align: center;
 }
  .footersection h3 {
      margin-top: 30px;
      text-align: center;
 }
  .footersection h3::after {
      left: 40%;
 }
  .get-in-touch ul li i {
      position: relative;
 }
  .get-in-touch ul li {
      text-align: center;
 }
  .footersection {
      padding: 60px 0px 15px;
 }
  .blocstextrs {
      justify-content: center;
 }
  .btnmorecinehero {
      margin-left:0;
 }
  .footer-arealogo .logo a {
      margin:0 auto;
 }
  .blocslideads {
      flex-direction: column;
      align-items: baseline;
 }
 .carousel-herotrailer .item.traileritem a img
 {
   padding: 25px 32px 0;
 }
}
.souscontentcsalle.typefilmsalle {
 /* display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 3px;
  */
  display: flex;
  gap: 2px;
  text-align: left;
  flex-wrap: wrap;
}
.cineyear {
  color:#fff;
}
/*****Search*****/
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.search-full-view {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.82);
  z-index: 9999;
}
.inputsearchcine {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
  top: 40%;
  height: 100px;
}
.inputsearchcine input,.inputsearchcine input:focus {
  width: 70%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,42%);
  font-size: 20px;
  padding: 10px 0;
  vertical-align: unset;
  color: #cdcdcd;
  box-shadow:none;
}
.inputsearchcine .btnsubcine {
  background: #981018;
  height: 50px;
  padding: 5px 14px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.search-full-view .btn-close-srcine {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  background-color: #888;
  opacity: 1;
  padding: 5px 13px;
  font-size: 17px;
}
.input-search:focus{
  width: 200px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/******Search******/
/**.whitebg***/
.section-title-cine .hr-six {
  margin: 50px 0;
  overflow: visible;
}
.section-title-cine .hr-six {
  padding: 0;
  margin: 0 auto;
  border: none;
  border-top: medium double #981018;
  color: #fff;
  text-align: center;
  width: 30%;
  opacity: 1;
}
.section-title-cine .hr-six::after {
  content: "✦";
  display: inline-block;
  position: relative;
  top: -0.7em;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #981018;
}
.titlefilmico {
  color: #f1bb19;
}
/**********/
.cardfilmsalle {
  border: 4px solid #f1bb19;
  border-radius: 12px;
}
.cardfilmsalle .card-title {
  background: #f1bb19;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 15px;
}
.cardfilmsalle .card-title a {
  text-decoration: none;
  color:#000;
}
.cardfilmsalle .descriptionsallefilm {
  font-size: 13px;
  padding: 2px 8px;
}
.cardfilmsalle .genreblocs {
  padding: 2px 8px;
  font-size: 14px;
}
.cardfilmsalle .lblgenrefilm {
  font-weight: 600;
}
.msgseance {
  text-align: center;
  font-size: 18px;
}
.datesortfilm {
  font-size: 15px;
  color: #f1bb19;
}
.titlerubsearch {
  font-weight: 600;
}

.input-daterange input{
  text-align: left !important;
  cursor: pointer !important;
}

.datepicker td, .datepicker th
{
  padding: 5px;
}




/*****/
.video-container-home {
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 0;
  width: 330px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-container-home iframe {
  width: 100%;
  /* height: 70%; */
}

.close-button-video {
  padding: 10px 20px;
  position: absolute;
  top: -8px;
  color: #fff;
  border: none;
  right: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  background: none;
}

.sectionemission {
  position:relative;
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

.section-title-cine .title-ems
{
  color: #212529;
  font-size: 2.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

/*************/

.podcast-box 
{
  position: relative;
  display: block;
  padding: 50px 0;
  background-color: #f7f5f1;
  overflow: hidden;
  z-index: 1;
}

.blocpodcastext
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.podcast-symbole
{
  position: absolute;z-index: 999;left: 6px;background: #0e0e0b;border: 2px solid #f1bb19;border-radius: 6px;padding: 2px 19px;top: -15px;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.podcast-symbole h2 
{
  font-size: 17px;margin-bottom: 0;font-weight: 600;color: #f1bb19;
}

.titlepodsection 
{
  color: #000000;
  text-align: center;
  text-shadow: 0px 5px rgb(0 0 0 / 26%);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 11px;
  word-spacing: 10px;
  opacity: 0.1;
  text-transform: uppercase;
}

.podcast-symbole .podcast-details-top {
  margin: 0;
  position: relative;
}

.podcast-two-shape-1 {position: absolute;bottom: 0;left: 0;opacity: 0.1;z-index: -1;}
.podcast-two-shape-2 {position: absolute;top: 0;right: 0;opacity: 0.1;z-index: -1;}

.blocpodcastext h2 {
  font-family: montserrat,Arial,sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: #981018;
}

.podcast-two-shape-1 img {width: auto;}
.podcast-two-shape-2 img {width: auto;}


.navbar-cine
{
  position: sticky;
  top: -1%;
}

.sectionpart {
  position: relative;
  height: 76vh; 
  text-align: center; 
}

#Elite_video_player {
  position: absolute;
  top: 6%;
  left: 16%;
  transform: translate(-50%, -50%);
}


@scope (.sectionpart){ div {direction:ltr} }

.container .row {margin:-7px;padding:0;align-items: center;}

/* Ensure the Elite Video Player stays LTR */

/* Optional: Adjust subtitles or other text inside the player if needed */


