.bandeau_grille table {
	width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    line-height: 16px;
}

.bandeau_grille table td {
    position: relative;
	vertical-align: top;
    overflow: hidden;
}

.bandeau_grille table td .translation{
    position :absolute;
    top:0;
    left:0;
    width:100%;
    -webkit-transition: all 700ms cubic-bezier(0.545, 0.135, 0.375, 0.780); 
   -moz-transition: all 700ms cubic-bezier(0.545, 0.135, 0.375, 0.780); 
     -o-transition: all 700ms cubic-bezier(0.545, 0.135, 0.375, 0.780); 
        transition: all 700ms cubic-bezier(0.545, 0.135, 0.375, 0.780);
}

.bandeau_grille table td .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bandeau_grille table td .background.active{z-index:3 !important}

.bandeau_grille table td .bullets{
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    width: 22px;
    height: 90px;
}

.bandeau_grille table td .style_horizontal.bullets, .bandeau_grille table td .style_fade.bullets {
    position: absolute;
    z-index: 1000;
    top: initial;
    bottom: 0px;
    margin-top: -30px;
    left: 50%;
    width: 90px;
    height: 22px;
    transform: translateX(-50%);
}
.bandeau_grille table td .style_horizontal.bullets .bullet, .bandeau_grille table td .style_fade.bullets .bullet{
    float: left;
    width: 30px;
    height: 22px;
}

.bandeau_grille table td .bullet{
    display: block;
    width: 22px;
    height: 30px;
    font-size: 10px;
    opacity: 0.8;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.36);
    background-image: url('../../img/common/pager_default.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
    -moz-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
    -o-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
    transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
}

.bandeau_grille table td .bullet.active{
    background-image: url('../../img/common/pager_active.png');
}

.bandeau_grille table td .cell_container {
    position: relative;
    z-index: 4;
    vertical-align: middle;
}

.bandeau_grille table td.with_link .cell_container {
    cursor: pointer;
}

.bandeau_grille table td .cinemagraph {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.bandeau_grille table td.overlay .cell_container {
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.bandeau_grille table td.overlay_zoom .background {
    transform : scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.bandeau_grille table td.overlay_zoom:hover .background{
    transform : scale(1.05);
}

.bandeau_grille table td.overlay_zoom .cinemagraph{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.bandeau_grille table td.overlay_zoom:hover .cinemagraph{
    transform: translateX(-50%) translateY(-50%) scale(1.05);
}

.bandeau_grille table td.overlay_zoom .cell_container {
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.bandeau_grille table td .cell_center {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: 100%;
}

.bandeau_grille table td .grille_video_container {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.bandeau_grille table td .grille_video_container .videoWrapper iframe {
	width: 100%;
	height: 100%;
}

.bandeau_grille table td .cell_container:hover {
    color: #fff !important;
}

.bandeau_grille table td .contenu {
    padding: 0 50px;
}

.admin .bandeau_grille table td .contenu {
    padding: 0;
}

.bandeau_grille table td.rollover .contenu .part_2 {
    opacity: 0;
}

.bandeau_grille table td .cell_container .contenu .part_2 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;   
}

.bandeau_grille table td .cell_container:hover .contenu .part_2 {
    opacity: 1;     
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;   
}

.bandeau_grille table td .cell_container .contenu .bouton,
.bandeau_grille table td .cell_container .contenu .bouton2 {
    padding: 10px 33px;
}

.bandeau_grille table td .cell_container.big-target-click-zone{
    cursor: pointer;
}

.bandeau_grille .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    z-index: 99;
    font-size: 28px;
}

.bandeau_grille .arrow_left{
    left: 0%;
}

.bandeau_grille .arrow_right{
    right: 0%;
}


.bandeau_grille .bx-next,
.bandeau_grille .bx-prev{
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 12px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.bandeau_grille .bx-next:hover,
.bandeau_grille .bx-prev:hover{
    background-color: rgba(0, 0, 0, 0.50);
}

.bandeau_grille .bx-next .fa,
.bandeau_grille .bx-prev .fa{
    position: relative;
    top: -1px;
    color: #fff;
}

.bandeau_grille .bx-next .fa{
    left: 2px;
}

.bandeau_grille .bx-prev .fa{
    right: 2px;
}