/*---------------------------------------------------
	Paniki - cdd home
	todo : Supprimer les doubles entrées
----------------------------------------------------*/

.a_laffiche-series .entry-thumb {
    margin-bottom: 23px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15); }
.a_laffiche .entry-thumb .play-btn-img {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 51.5%;
    margin-top: -19px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
.a_laffiche .entry-thumb .play-btn-img a {
    outline: 0; }
.a_laffiche .entry-thumb:hover .play-btn-img {
    visibility: visible;
    opacity: 1;
    top: 50%; }

.a_laffiche .entry-ticket {
    background: #A90005;
    color: #ffffff;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    margin-top: 29px; }

.a_laffiche .entry-content {
    left: 20px;
    bottom: 0; }
.a_laffiche .entry-content .entry-title {
    margin-bottom: 0; }

.a_laffiche .entry-rating {
    margin-bottom: 4px;
    font-size: 14px;
}
.a_laffiche .entry-rating i {
    color: #A90005;
    padding-right: 10px; }

.a_laffiche .entry-tag {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px; }
.a_laffiche .entry-tag li {
    display: inline-block; }
.a_laffiche .entry-tag li span {
    padding: 0 8px; }


.a_laffiche-theater {
    position: relative;
    margin-bottom: 26px; }
.a_laffiche .entry-thumb .thumb {
    overflow: hidden; }
.a_laffiche .entry-thumb .thumb img {
    /*width: 100%;*/
    /*width: 243px;*/
    height: 330px;
    /*height: 400px;*/
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1); }
.a_laffiche-theater .entry-thumb .entry-rating {
    margin-top: -35px;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    margin-left: -34px;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    left: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.a_laffiche-theater .entry-thumb .entry-rating i {
    color: #A90005;
    padding-right: 10px; }
.a_laffiche .entry-thumb:hover .entry-rating {
    visibility: visible;
    opacity: 1; }
.a_laffiche-theater .entry-ticket {
    background: #A90005;
    color: #ffffff;
    display: inline-block;
    padding: 1px 12px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    margin-top: 29px; }
.a_laffiche-theater .entry-content {
    text-align: center;
    margin-top: 25px; }
.a_laffiche-theater .entry-content h5 {
    font-size: 18px; }
.a_laffiche:hover .entry-thumb .thumb img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15); }
.a_laffich:hover .entry-rating {
    bottom: 60px; }

@media all and (max-width: 767px) {
    .a_laffiche {
        margin-bottom: 40px;
    }
}

/* Texte défilant */

.defileParent {
    display: block;
    /*margin: 3em auto;*/
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    table-layout: fixed;
    width: 700px;
}
.defile {
    display:block;
    -webkit-animation:linear marqueelike 20s infinite ;
    -moz-animation:linear marqueelike 20s infinite ;
    -o-animation:linear marqueelike 20s infinite ;
    -ms-animation:linear marqueelike 20s infinite ;
    animation:linear marqueelike 20s infinite ;
    /*margin-left:-100%;*/
    padding:0 5px;
    text-align:left;
    height:25px;
    font-size: 20px;
    font-weight: bold;
}


.defile:after {
    content:attr(data-text);
    position:absolute;
    white-space:nowrap;
    padding-left:10px;
}

@-webkit-keyframes marqueelike {
    0%, 100% {margin-left:0;}
    99.99% {margin-left:-100%;}
}
@-moz-keyframes marqueelike {
    0%, 100% {margin-left:0;}
    99.99% {margin-left:-100%;}
}
@-o-keyframes marqueelike {
    0%, 100% {margin-left:0;}
    99.99% {margin-left:-100%;}
}
@-ms-keyframes marqueelike {
    0%, 100% {margin-left:0;}
    99.99% {margin-left:-100%;}
}
@keyframes marqueelike {
    0%, 100% {margin-left:0;}
    99.99% {margin-left:-100%;}
}

@media only screen and (max-width: 860px) {
    .defileParent {
        display: block;
        /*margin: 3em auto;*/
        margin: 5px auto;
        overflow: hidden;
        position: relative;
        table-layout: fixed;
        width: 100%;
    }

    .defile {
        display:block;
        -webkit-animation:linear marqueelike 15s infinite ;
        -moz-animation:linear marqueelike 15s infinite ;
        -o-animation:linear marqueelike 15s infinite ;
        -ms-animation:linear marqueelike 15s infinite ;
        animation:linear marqueelike 15s infinite ;
        margin-left:-100%;
        padding:0 5px;
        text-align:left;
        height:25px;
    }
}