.btnmorecinehero,
.info-film-sortie .genrefilm {
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
}
.article-cine.navbar-cine-img img,
.imgsallecine img,
.magazin-cine-img img,
.popup-video-cine img {
    object-fit: cover;
    object-position: center center;
}
.go-top.active,
.sharebtns .globalrstool:hover .tooltip-partage {
    visibility: visible;
    opacity: 1;
}
****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: 0.875rem;
}
.copy-right-cine .cineyear,
.list-menu-cinenews li .nav-link:hover,
.quick-cinelinks ul li a:hover,
.titlefilmico {
    color: #f1bb19;
}
.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: 700;
    float: right;
}
#carousel-herotrailer,
.heroimg,
.item.traileritem,
.restinfodtfilm,
.sectionmagasin .container,
.sectionsubscribe .container .subscribe-article,
.subscribe-form .subscribe {
    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%);
}
.carousel-affichetrailer .owl-stage,
.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 h3,
.herotitre h3 a {
    font-weight: 600;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    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: left;
    cursor: pointer;
}
.btnmorecinehero {
    padding: 10px 12px;
    background-color: #981018;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
}
.blochourtime,
.listdetailfilm ul li span {
    font-size: 17px;
}
.btn-view:hover,
.btnmorecinehero:hover,
.call-to-action-card .content .title:hover,
.sectionsalle .tab-salle .tabmenusalle li a.active,
.sectionsalle .tab-salle .tabmenusalle li a:focus,
.sectionsalle .tab-salle .tabmenusalle li a:hover {
    background-color: #000;
    color: #fff;
}
.info-film-sortie span {
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: 0 0;
    padding: 9px 12px 8px;
}
.info-film-sortie span p {
    text-transform: lowercase;
}
.info-film-sortie .genrefilm {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    margin: 4px 2px;
    padding: 4px 6px;
    display: inline-block;
}
.herolinkfilm {
    position: absolute;
    top: 50%;
    right: 43%;
    width: 100%;
}
.herolinkfilm i,
.item.traileritem a:hover .fa-play,
.owl-item.center .item.traileritem a .fa-play {
    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 #fff;
    border-radius: 100%;
    -webkit-animation: 4s linear infinite ripple;
    animation: 4s linear infinite ripple;
    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 #fff;
    border-radius: 100%;
    -webkit-animation: 4s linear infinite ripple;
    animation: 4s linear infinite ripple;
    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%);
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0.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;
}
.headprogramfilm ul {
    justify-content: center;
}
.headprogramfilm .nav-link {
    background-color: #fff;
    margin: 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;
}
.headsnce {
    height: 125px;
}
.blochourtime {
    display: flex;
    gap: 20px;
    padding: 4px;
    background-color: #f5f5f5;
    font-weight: 600;
}
.sallehour,
.seancehour {
    background: #981018;
    color: #efefef;
    border-radius: 3px;
}
.seancehour {
    padding: 4px 18px;
    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 {
    padding: 3px 4px;
    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: rgb(99 99 99 / 0.2) 0 2px 8px 0;
    margin: 0 0 10px;
}
.film-details-content.inprogsalle {
    margin: 0 0 10px;
}
.detailprogram {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
}
.csallelink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #000;
}
.infofilmvideo,
.listboxfilm {
    box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
    margin: 15px 0;
    background-color: #fff;
}
.film-details-content .film-details-top-content .film-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 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: 0.5s;
    transition: 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: #fff;
    -webkit-transition: 0.5s;
    transition: 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 #fff;
    border-radius: 100%;
    -webkit-animation: 4s linear infinite ripple;
    animation: 4s linear infinite ripple;
    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-radius: 20px;
}
.infofilmvideo {
    position: relative;
    padding: 20px;
}
.listdetailfilm {
    padding: 0 20px 30px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.listdescriptionfilm {
    padding: 0 12px;
    margin: 15px 0;
}
.buttontabsalle:focus,
.buttontabsalle:hover,
.cineyear,
.copy-right-cine a,
.descriptionfilm a,
.descriptionfilm div,
.descriptionfilm p,
.listdescriptionfilm .descriptionfilm,
.listdetailfilm .descriptionfilm p,
.listdetailfilm .titleboxfilm,
.sharebtns a:hover {
    color: #fff;
}
.listdetailfilm .descriptionfilm {
    padding-top: 15px;
}
.btnsinfofilm .btn-bannonce,
.btnsinfofilm .btn-seance {
    padding: 6px 30px;
    font-weight: 600;
    text-decoration: none;
}
.cardfilmsalle .lblgenrefilm,
.listdetailfilm .descriptionfilm h3,
.listdetailfilm ul li span:first-child,
.soustitlesumry span,
.titlerubsearch {
    font-weight: 600;
}
.listdetailfilm h3 {
    color: #f4f4f4;
    font-size: 18px;
    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;
}
.listboxfilm {
    padding: 10px 20px 20px;
    border-radius: 18px;
}
.btnsinfofilm {
    display: flex;
    gap: 37px;
}
.btnsinfofilm .btn-seance {
    background: #c8151f;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.btnsinfofilm .btn-bannonce {
    position: absolute;
    top: 0;
    left: 0;
    color: #f1bb19;
    font-size: 19px;
}
.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,
.imgsallecine::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,
.blocimgmag img,
.bo-item > a:first-child img,
.imgcsalle img,
.shapefilmsalle,
.video-container-home iframe {
    width: 100%;
}
.artist-name a {
    position: absolute;
    background-color: #000;
    bottom: 0;
    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%;
}
.carousel-herotrailer .item.traileritem a img {
    width: 100%;
    padding: 32px;
    object-fit: cover;
    object-position: center;
}
.carousel-herotrailer .item.traileritem {
    background-color: #61575759;
    border-left: 12px solid #981018;
    border-right: 12px solid #981018;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    min-height: auto;
    overflow: hidden;
}
.carousel-herotrailer .item.traileritem .row {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
}
.carousel-herotrailer .item.traileritem .heroslidecol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 35px;
    background: linear-gradient(135deg, rgb(0 0 0 / 0.6) 0, rgb(97 87 87 / 0.4) 100%);
    align-self: center;
}
.carousel-herotrailer .item.traileritem .herotitre {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}
.carousel-herotrailer .item.traileritem .colimghero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 450px;
}
.carousel-affichetrailer .item.traileritem a img {
    width: 100%;
    padding: 0 25px;
}
.titlegenre {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 4px 11px 6px 12px;
}
.item.traileritem a:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.sousinfotrailer {
    padding: 23px 12px;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    background-color: #000000a1;
    bottom: -46px;
    z-index: 999;
}
.datepubactual,
.info time {
    font-size: 14px;
    color: #898888;
    font-weight: 600;
}
.text-cine,
.titlesearchcine i {
    color: #981018;
}
.carousel-affichetrailer .popup-video-cine {
    height: auto;
}
.popup-video-cine {
    display: grid;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.imgtrailercine,
.sallename {
    align-items: center;
    width: 100%;
}
.sousinfotrailer h3 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.sousinfotrailer span {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.imgtrailercine {
    display: flex;
    position: relative;
    justify-content: center;
}
.carousel-affichetrailer .blockimgcine {
    position: relative;
    height: 380px;
}
#carousel-herotrailer .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
#carousel-herotrailer .owl-nav button {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
    background-color: #272626;
    color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.4s;
}
@media (min-width: 1024px) {
    #carousel-herotrailer .owl-nav .owl-prev {
        left: -60px;
    }
    #carousel-herotrailer .owl-nav .owl-next {
        right: -60px;
    }
}
@media (max-width: 1024px) {
    #carousel-herotrailer .owl-nav .owl-prev {
        left: 10px;
    }
    #carousel-herotrailer .owl-nav .owl-next {
        right: 10px;
    }
    .btnmorecine {
        position: relative;
    }
}
@media (max-width: 768px) {
    #carousel-herotrailer .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #carousel-herotrailer .owl-nav {
        top: auto;
        bottom: 10px;
        transform: none;
    }
    #carousel-herotrailer .owl-nav .owl-prev {
        left: 40%;
    }
    #carousel-herotrailer .owl-nav .owl-next {
        right: 40%;
    }
    .separatorfilm {
        height: 71px;
        transform: rotate(90deg);
    }
}

.input-group {
    flex-wrap: nowrap;   /* empêche le passage à la ligne */
}
.input-group .FeteDuCinema-input {
    min-width: 0;        /* permet au champ de se réduire */
    flex-shrink: 1;
}
.btn-create-newsLetter {
    white-space: nowrap; /* empêche le texte du bouton de couper */
}
@media (max-width: 576px) {
    .herosalleinfo {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
        .banner-mega .line-heading p {
        margin-left: 0;
    }
}
#carousel-affichetrailer .owl-nav .owl-prev,
#carousel-herotrailer .owl-nav .owl-prev {
    left: -1%;
    cursor: pointer;
    color: #fff0;
}
#carousel-affichetrailer .owl-nav .owl-next,
#carousel-herotrailer .owl-nav .owl-next {
    z-index: 1000;
    right: -1%;
    cursor: pointer;
    color: #fff0;
}
#carousel-affichetrailer .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    background-color: #272626;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    border: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
#carousel-affichetrailer .owl-nav .owl-next,
#carousel-herotrailer .owl-nav .owl-next,
#carousel-herotrailer .owl-nav .owl-prev {
    top: 40%;
    background-color: #272626;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    font-size: 20px;
    position: absolute;
}
#carousel-affichetrailer .owl-nav .owl-next {
    right: 10px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    border: none;
    border-radius: 100%;
    transition: 0.5s;
}
#carousel-herotrailer .owl-nav .owl-next,
#carousel-herotrailer .owl-nav .owl-prev {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    border: none;
    border-radius: 100%;
    transition: 0.5s;
}
#carousel-affichetrailer .owl-item .sousinfotrailer::before,
#carousel-herotrailer .owl-item .sousinfotrailer::before {
    position: absolute;
    content: "";
    height: 11px;
    width: 0%;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #981018;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#carousel-affichetrailer .owl-item,
#carousel-herotrailer .owl-item {
    margin-bottom: 1px;
}
#carousel-affichetrailer .owl-item.center .sousinfotrailer::before,
#carousel-affichetrailer .owl-item:not(.center) > div:hover .sousinfotrailer::before,
#carousel-herotrailer .owl-item.center .sousinfotrailer::before,
#carousel-herotrailer .owl-item:not(.center) > div:hover .sousinfotrailer::before {
    width: 100%;
    left: 0;
    right: auto;
}
#carousel-affichetrailer .owl-item:not(.center) > div:hover,
#carousel-herotrailer .owl-item:not(.center) > div:hover {
    opacity: 0.75;
}
.trailersection::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0.8);
    z-index: -1;
}
.section-title-trailer {
    margin: 30px auto;
}
.section-title-trailer span {
    color: #981018;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}
.section-title-actualité h2,
.section-title-trailer h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-title-trailer h2 {
    color: #fff;
}
.section-title-actualité {
    text-align: center;
    margin-bottom: 18px;
}
.section-title-actualité h2 {
    display: inline-block;
    position: relative;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.section-title-actualité h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #981018;
}
.section-title-actualité h2::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #000;
}
.actualitesection {
    background-color: #fff;
    padding: 20px 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;
    text-align: center;
}
.section-title-cine span {
    color: #981018;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.section-title-cine h2 {
    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 rgb(0 0 0 / 0.05);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    margin-bottom: 30px;
    height: 380px;
}
.article-cine-img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.colpub {
    margin: 0 auto 16px;
    text-align: center;
    align-self: center;
}
.article-cine-img img {
    overflow: hidden;
    width: 100%;
    height: 240px;
}
.article-cine-img .cine-tag {
    position: absolute;
    background-color: #000;
    bottom: 30px;
    left: 30px;
    padding: 5px 15px;
}
.article-cine-img .cine-tag a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
.article-cine-content {
    height: 260px;
    padding: 9px 30px 16px;
}
.article-cine-content.articlehomecontent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    padding: 15px;
}
.article-cine-content.articlehomecontent p {
    color: #818181;
    font-size: 14px;
    padding-top: 10px;
    align-self: flex-start;
}
.info-cine-article {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.info-cine-article a {
    transition: 0.5s;
    color: #000;
    text-decoration: none;
}
.article-cine-content h3 {
    line-height: 1.4;
    margin-bottom: 0;
    font-family: montserrat, Arial, Sans-Serif;
    font-size: 16px;
    color: #5e5d5d;
    font-weight: 500;
}
.article-cine-content .info-cine-article p {
    color: #818181;
    font-size: 15px;
    padding-top: 10px;
}
.article-cine-content h3 a {
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    font-weight: 700;
}
.sectionsalle {
    position: relative;
    background-color: #f1bb19;
    padding: 40px 0;
}
.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 0 10px;
}
.sectionsalle .tab-salle .tabmenusalle ul {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.sectionsalle .tab-salle .tabmenusalle li {
    list-style-type: none;
    margin-bottom: 0;
}
.sectionsalle .tab-salle .tabmenusalle li a {
    border-radius: 20px;
    font-size: 13px;
    color: #000;
    padding: 10px 20px;
    margin: 4px 0;
    background: #f5f5f5;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 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: 0.5s;
    transition: 0.5s;
    height: 2px;
    width: 25px;
    background-color: #000;
    opacity: 0;
}
.sectionsalle .tab-salle .tabmenusalle li a::after {
    font-family: "Font Awesome 5 Pro";
    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: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.sectionsalle .tab-salle .tabmenusalle li a.active::after,
.sectionsalle .tab-salle .tabmenusalle li a:focus::after,
.sectionsalle .tab-salle .tabmenusalle li a:hover::after {
    opacity: 0;
}
@media (min-width: 768px) {
    .input-daterange.search_row {
        display: flex;
        align-items: center;
    }
    .imgcsalle {
        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:focus::after,
    .sectionsalle .tab-salle .tabmenusalle li a:hover::after {
        opacity: 1;
    }
    .rowcolfilm {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-gap: 13px;
        grid-auto-rows: minmax(35px, auto);
        border-radius: 8px;
        box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
    }
}
.rowcolfilm {
    margin: 10px 0;
    border: 1px solid #efefef;
    height: 100%;
}
.sectionsalle .tab-box {
    display: none;
    padding: 0 30px;
}
.content-tab-cine {
    padding: 5px 0 10px;
    height: 100%;
}
.imgsallecine img {
    overflow: hidden;
    width: 100%;
    height: 155px;
}
.imgsallecine {
    position: relative;
    display: block;
    transition: 0.7s;
    margin: 5px 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(0, -50%);
    left: 0;
    text-align: center;
    bottom: 0;
    height: 37px;
    padding: 28px 0;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.btnmorecine,
.social-content ul li a {
    background: #981018;
    text-align: center;
}
.imgsallecine:hover .sallename,
.tab-pane.tabseancepn {
    height: 100%;
}
.sectionsalle .default-tab-box {
    position: relative;
    display: block;
}
.btnmorecine {
    z-index: 10;
    margin: 8px auto;
    display: block;
    padding: 7px 23px;
    color: #fff;
    border: 1px solid #981018;
    font-size: 18px;
    transition: 0.5s;
    text-decoration: none;
}
.copy-right-cine p,
.sectionsubscribe {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btnmorecine:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.pc-movie-h a {
    color: #981018;
    font-size: 17px;
    font-weight: 600;
}
.sectionsubscribe {
    background-image: url(../img/mailing-img-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.sectionsubscribe .container {
    position: relative;
    width: 100%;
}
.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;
}
.contentsubcribsbloc .input-email {
    color: #981018;
    display: inline-block;
    margin-bottom: 0;
}
.footer-arealogo .logo,
.footer-arealogo p {
    margin-bottom: 30px;
}
.subscribe-form .subscribe .btn-subscribe {
    width: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    transition: 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;
}
.footersection {
    position: relative;
    background-color: #191919;
    overflow: hidden;
    padding: 60px 0 50px;
}
.footersection a,
.linkbookcine {
    text-decoration: none;
}
.footer-arealogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 30px;
}
.footer-arealogo .logo a {
    display: block;
    width: 280px;
}
.footer-arealogo p {
    color: #d9d8d8;
    text-align: justify;
}
.footer-arealogo .social-content ul,
.get-in-touch ul,
.quick-cinelinks ul,
.sidebar-widget.categories ul,
.sidebar-widget.tags 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;
    color: #f1bb19;
    border: 1px solid #981018;
    display: inline-block;
    -webkit-box-shadow: 0 0 25px rgb(1 78 50 / 0.1);
    box-shadow: 0 0 25px rgb(1 78 50 / 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 8px;
}
.social-content ul li a:hover {
    background: #981018;
    color: #fff;
}
.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: #fff;
    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 li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.quick-cinelinks ul li i {
    color: #981018;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.quick-cinelinks ul li a {
    color: #d9d8d8;
}
.single-instagram-box {
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 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: 0.5s;
    transition: 0.5s;
}
.instagram-content .single-instagram-box a {
    position: absolute;
    color: #fff;
    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: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.blocstextrs,
.get-in-touch ul li,
.magazin-cine-img {
    display: flex;
    display: flex;
}
.get-in-touch {
    padding-left: 30px;
    margin-bottom: 30px;
}
.get-in-touch ul li {
    gap: 7px;
}
.blocstextrs {
    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: rgb(255 255 255 / 0.1);
}
.get-in-touch ul li i {
    color: #981018;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.get-in-touch ul li span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.get-in-touch ul li a,
.get-in-touch ul li p {
    color: #d9d8d8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.copy-right-cine {
    background-color: #000;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 0.1);
}
.copy-right-cine p {
    color: #fff;
}
.copy-right-cine p:last-child,
.filmnamesalle {
    margin-bottom: 0;
}
.copy-right-cine .cinenamecolor {
    color: #981018;
    font-weight: 600;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    right: 3%;
    top: 93%;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 9px;
    right: 0;
    background-color: #981018;
    color: #fff;
    width: 39px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    z-index: 99;
}
.detailsummary,
.magazinboutique,
.sectionmagasin,
.summarymag {
    background-color: #191919;
    position: relative;
}
.magazinboutique,
.sectionmagasin {
    padding-top: 30px;
    padding-bottom: 45px;
}
.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;
}
.detailsummary {
    padding: 25px 0;
}
.btn-view,
.nav-link.buttontabsalle.active {
    background-color: #981018;
}
.magazin-cine-img {
    padding-right: 45px;
    padding-top: 15px;
    position: relative;
}
.magazin-cine-img img {
    position: relative;
    overflow: hidden;
    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: 10px;
}
.magazin-title-cine span {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.blocpodcastext h2,
.magazin-title-cine h2 {
    font-family: montserrat, Arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    color: #981018;
}
.btn-view,
.btn-view i {
    position: relative;
    font-weight: 400;
}
.magazin-cine-article p {
    margin-bottom: 18px;
    font-size: 16px;
    color: #dbdbdb;
    line-height: 1.8;
}
.btn-view {
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: unset;
    display: inline-block;
    text-decoration: none;
}
.btn-view i {
    top: 2px;
    padding-left: 7px;
}
@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;
    }
    .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;
    }
}
.sectionmagasin .container .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: 7s linear infinite movebounce2;
    animation: 7s linear infinite movebounce2;
}
.cta-box-area .container .shape {
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: 1;
    -webkit-animation: 7s linear infinite movebounce2;
    animation: 7s linear infinite movebounce2;
}
@keyframes movebounce2 {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
.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(1, 1fr);
    grid-gap: 5px;
    grid-auto-rows: minmax(35px, auto);
}
.page-banner-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
@media (max-width: 1000px) {
    .section-title-trailer {
        margin: auto auto 67px;
    }
    #carousel-affichetrailer .owl-nav,
    #carousel-herotrailer .owl-nav {
        right: 30px;
        top: 28px;
    }
}
.headtabsalle,
.sallecinetab .tabcsalle {
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .carousel-affichetrailer .item.traileritem a img {
        width: 100%;
        padding: 0 13px;
    }
}
.section-csalle {
    background-color: #fff;
}
.headtabsalle {
    background-color: #2b2b31;
    padding: 17px 10px 6px;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.07);
}
.navtabsalle {
    justify-content: center;
    gap: 30px;
    align-items: center;
    height: 100%;
}
.buttontabsalle {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 15px;
}
.sallecinetab {
    padding: 12px 2px;
}
.globalcontentcsalle {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 29px 7px;
    margin: 0 0 10px;
}
.cinepage-banner,
.habigfilm {
    padding: 15px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}
.filmnamesalle a,
.globalcontentcsalle h3 a {
    font-size: 17px;
    font-weight: 700;
    color: #2f262b;
    display: block;
    padding: 9px;
    margin: 4px 18px 0 0;
    border-bottom: 1px solid #f1bb19;
    text-decoration: none;
}
.columnsalle {
    margin: 12px 0;
}
.souscontentcsalle {
    display: flex;
    gap: 27px;
    align-items: center;
}
.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: #000;
}
.souscontentcsalle .datefilminfo {
    color: #191919;
    font-weight: 500;
    font-size: 13px;
}
.habigfilm {
    animation: 4s infinite animatedBackground;
}
@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: rgb(0 0 0 / 0.7);
    z-index: -1;
}
.content.contentboxusa,
.linkbookcine h5 {
    background: #981018;
}
.cinepage-banner {
    background-image: url(../img/section__bg.jpg);
}
.cinepage-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.page-banner-content {
    text-align: left;
}
.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;
}
.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 rgb(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: 0.5s;
    transition: 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 rgb(0 0 0 / 0.05);
    box-shadow: 0 0 20px 3px rgb(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 li {
    list-style-type: none;
    margin-bottom: 13px;
    position: relative;
}
.sidebar-widget.categories ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.sidebar-widget.categories ul li i {
    position: absolute;
    right: 0;
}
.sidebar-widget-postdt.popular-post,
.sidebar-widget.popular-post {
    position: relative;
    overflow: hidden;
}
.sidebar-widget-postdt.popular-post .item,
.sidebar-widget.popular-post .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar-widget-postdt.popular-post .item .thumb,
.sidebar-widget.popular-post .item .thumb {
    float: left;
    height: 76px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 20px;
}
.sidebar-widget-postdt.popular-post .item .thumb .fullimage,
.sidebar-widget.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: #000;
}
.sidebar-widget-postdt.popular-post .item .info,
.sidebar-widget.popular-post .item .info {
    overflow: hidden;
}
.sidebar-widget-postdt.popular-post .item .info .title,
.sidebar-widget.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-postdt.popular-post .item .info .title a,
.sidebar-widget.popular-post .item .info .title a {
    display: inline-block;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.imgactualpos,
.summary-cine-cnt .fixedbloc {
    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 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}
.sidebar-widget.tags ul li a {
    padding: 6px 8px;
    color: #fff;
    background-color: #9a1018;
    font-weight: 600;
    position: relative;
    font-size: 13px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 7px;
}
.sidebar-widget.tags ul li a:hover {
    background-color: #981018;
    color: #fff;
}
.summary-cine {
    border-top: 4px solid #f1f1f1;
    border-bottom: 4px solid #f1f1f1;
    background: #f5f5f5;
    padding: 20px;
}
.cardfilmsalle .card-title a,
.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;
}
.soustitlesumry {
    list-style: none;
    margin-top: 10px;
}
.soustitlesumry li {
    color: #eee;
}
.linkbookcine h5 {
    font-weight: 600;
    text-align: center;
    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 0;
    color: #981018;
    text-decoration: none;
}
.sectiondetailactual {
    padding: 16px 0;
}
.btnsharecopy,
.btnsharefb,
.btnsharepinte,
.btnsharetwit,
.btnsharewtsp {
    padding: 3px 7px;
    font-size: 15px;
    color: #fff;
}
.sectiondetailactual h1 {
    font-size: 25px;
    font-weight: 700;
    padding: 7px 0 2px;
}
.btnsharetwit {
    background-color: #000;
    border: 1px solid #000;
}
.btnsharefb {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
.btnsharepinte {
    background-color: #c8232c;
    border: 1px solid #c8232c;
}
.btnsharewtsp {
    background-color: #25d366;
    border: 1px solid #25d366;
}
.btnsharecopy {
    background-color: #981018;
    border: 1px solid #981018;
}
.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: 0.5s;
    cursor: pointer;
}
.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%;
    opacity: 0;
    transition: opacity 0.3s;
}
.sharebtns a i {
    font-size: 19px;
}
.contentdetailactual {
    border: 1px solid #eee;
    padding: 15px;
}
.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: 0;
}
.call-to-action-card .content {
    position: relative;
    padding: 60px 0;
    width: 100%;
    margin: 0;
    height: 100%;
}
.content.contentboxfrance {
    background: #f1bb19;
}
.btnofficeaction {
    margin: 0 auto;
    text-align: center;
}
.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;
}
.blocswitchbox,
.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: 0.5em 0 0.75em;
}
.boxofficetable table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}
.boxofficetable table td,
.boxofficetable table th {
    padding: 0.625em;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #8e8e8e;
}
.boxofficetable table th {
    background-color: #981018;
    color: #fff;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.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;
}
.textmoreswitch,
.titleboxoffice {
    color: #b3b3b3;
    font-weight: 600;
}
.titleboxoffice {
    font-size: 23px;
}
.hero-ads {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.sharebtns {
    left: 0;
}
.pub-film-banner {
    flex: 1;
}
@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: 0.625em;
    }
    .boxofficetable table td,
    .boxofficetable table td:first-child {
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        font-size: 0.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: 700;
        text-transform: uppercase;
    }
    .boxofficetable table td:last-child {
        border-bottom: 0;
    }
    .herotitre h3,
    .herotitre h3 a {
        font-size: 30px;
    }
}
.bo-item > a:first-child {
    width: 150px;
}
@media (max-width: 600px) {
    .banner-mega {
        padding-bottom: 95px !important;
    }
    .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: 0;
    }
    .call-to-action-card {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .cta-box-area .container .shape {
        opacity: 0.2;
        bottom: 0;
        z-index: 0;
    }
    .herolinkfilm {
        right: 38%;
    }
}
@media (max-width: 768px) {
    .get-in-touch,
    .quick-cinelinks {
        padding-left: 0;
    }
    .footer-arealogo .social-content ul,
    .footersection h3,
    .get-in-touch ul li,
    .headtabsalle,
    .quick-cinelinks {
        text-align: center;
    }
    .contentsubcribsbloc .input-email {
        margin-bottom: 10px;
    }
    .section-title-trailer h2 {
        font-size: 40px;
    }
    .sectionsalle .tab-salle .tabmenusalle li {
        display: inline-block;
        margin-right: 1px;
        margin-bottom: 8px;
    }
    .sectionsalle .tab-salle .tabmenusalle li a {
        padding: 10px 20px;
    }
    .logocinenews {
        width: 220px;
    }
    .globalcontentcsalle {
        position: relative;
        padding: 18px 8px;
    }
    .article-cine-content {
        padding: 7px 12px 26px;
    }
    .sectionmagasin .container .shape,
    .shapefilmline,
    .sharebtns a span {
        display: none;
    }
    .listdetailfilm {
        padding: 30px 0;
    }
    .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;
    }
    .herotitre span {
        padding: 20px;
        font-size: 20px;
    }
    .info-film-sortie a {
        font-size: 15px;
    }
    .herotitre h3 {
        font-size: 30px;
        position: absolute;
        top: 23px;
    }
    .heroslidecol {
        order: 2;
        padding-top: 11%;
        padding-bottom: 11%;
    }
    .colimghero {
        padding-top: 84px;
    }
    .page-banner-content h2,
    .section-title-cine 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: 60px 0;
    }
    .footersection h3 {
        margin-top: 30px;
    }
    .footersection h3::after {
        left: 40%;
    }
    .get-in-touch ul li i {
        position: relative;
    }
    .footersection {
        padding: 60px 0 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: flex;
    gap: 2px;
    text-align: left;
    flex-wrap: wrap;
}
.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: rgb(0 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: 0 0;
    border: none;
    border-bottom: 1px solid;
    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: 0;
    background-color: #fff0;
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
    transition: 0.5s cubic-bezier(0, 0.11, 0.35, 2);
}
.section-title-cine .hr-six {
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 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;
}
.cardfilmsalle {
    border: 4px solid #f1bb19;
    border-radius: 12px;
}
.cardfilmsalle .card-title {
    background: #f1bb19;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
}
.cardfilmsalle .descriptionsallefilm {
    font-size: 13px;
    padding: 2px 8px;
}
.cardfilmsalle .genreblocs {
    padding: 2px 8px;
    font-size: 14px;
}
.msgseance {
    text-align: center;
    font-size: 18px;
}
.datesortfilm {
    font-size: 15px;
    color: #f1bb19;
}
.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;
}
.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: 0 0;
}
.podcast-box,
.sectionemission {
    padding: 50px 0;
    position: relative;
}
.sectionemission {
    background-color: #fff;
    text-align: center;
}
.section-title-cine .title-ems {
    color: #212529;
    font-size: 2.75rem;
    font-weight: 800;
    text-transform: uppercase;
}
.podcast-box {
    display: block;
    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 rgb(0 0 0 / 0.05);
}
.podcast-symbole h2 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    color: #f1bb19;
}
.titlepodsection {
    color: #000;
    text-align: center;
    text-shadow: 0 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;
}
.podcast-two-shape-1 img,
.podcast-two-shape-2 img {
    width: auto;
}
.navbar-cine {
    position: sticky;
    top: -1%;
    z-index: 99999;
}
.sectionpart {
    position: relative;
    height: 76vh;
    text-align: center;
}
#Elite_video_player {
    position: absolute;
    top: 6%;
    left: 16%;
    transform: translate(-50%, -50%);
}
.banner-mega {
    background: #006491;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 55px;
    padding-top: 55px !important;
    text-align: center !important;
}
.banner-mega .background-cover {
    z-index: 2;
    color: #fff;
}
.banner-mega .line-heading-left {
    text-align: right !important;
    margin: 0;
    padding: 0;
}
.banner-mega .line-heading-left h2 {
    color: #fff;
    font-size: 2.625rem;
    margin: 0 auto;
    padding: 0;
}
.banner-mega .line-heading p {
    margin-left: 38px;
    margin-top: 15px;
    padding: 12px 0 12px 30px;
    line-height: 24px;
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
.banner-mega .line-heading b {
    color: #fc0;
}
.banner-mega .frmacessmega {
    margin: 12px;
    font-weight: 600;
    background: #fff;
    color: #000;
    gap: 9px;
    padding: 7px 23px;
    border: 1px solid #eee;
    font-size: 18px;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 50px;
}
.frmacessmega:hover {
    background: #006491;
    color: #fff;
}

.separatorfilm {
    position: relative;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    color: #fff;
}

.subscribe-form .subscribe{
    display: flex;
    align-items: center;
    justify-content: center;
}
    