.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{
    width:100%;
    -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 .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;
    right: 0px;
    width: 22px;
    height: 90px;
}

.bandeau_grille table td .bullet{
    display: none;
    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);
    text-align: center;
}

.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.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 .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;
}

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

.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;
}

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

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

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