.imgWrapperOuter {
    width: 100%;
}

.imgWrapperOuter,
.imgWrapper,
.imgWrapperInner {
    overflow: hidden;
    position: relative;
}

a.imgLink,
.imgWrapper,
.imgWrapperInner {
    display: block;
}

a.imgLink {
    overflow: hidden;
}

.imgWrapper {
    overflow: hidden;
}

.imgWrapper .imgWrapperInner {
    text-align: center;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    background-position: center;
    background-image: url(../icons/thumbs/bg.png);
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

a:hover .imgWrapper .imgWrapperInner {
    border-color: #C8222E;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.imgWrapper .imgWrapperInner img {
    z-index: 1;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.3s ease;
    /* Firefox */
    -o-transition: all 0.3s ease;
    /* IE 9 */
    -ms-transition: all 0.3s ease;
    /* Opera */
    transition: all 0.3s ease;
}

a:hover .imgWrapper .imgWrapperInner img {
    -webkit-transform: scale(1.4);
    /* Safari and Chrome */
    -moz-transform: scale(1.4);
    /* Firefox */
    -ms-transform: scale(1.4);
    /* IE 9 */
    -o-transform: scale(1.4);
    /* Opera */
    transform: scale(1.4);
}

.imgWrapper .imgWrapperInner img.imgWider {
    height: 100%;
    min-height: 100%;
    width: auto;
    min-width: 100%;
}

.imgWrapper .imgWrapperInner img.imgHigher {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}

.imgWrapper .imgWrapperInner img.imgSquare {
    width: 100%;
    height: auto;
}

.imgWrapper .imgStatus {
    top: 15px;
    z-index: 7;
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 90px;
    -o-border-radius: 90px;
    -ms-border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    animation: zoomIn 0.5s;
    animation-iteration-count: 1;
}

.imgWrapper .imgStatus.imgStatusYes {
    background-image: url(../icons/thumbs/states/yes.png);
}

.imgWrapper .imgStatus.imgStatusNo {
    background-image: url(../icons/thumbs/states/no.png);
}

.imgWrapper .layer,
a .imgWrapper .imgWrapperInner .layer {
    display: none;
    opacity: 0.2;
    -o-opacity: 0.2;
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    -ms-filter: "alpha(opacity=20)";
    /* IE 8 */
    filter: alpha(opacity=20);
    /* IE < 8 */
}

a:hover .imgWrapper .layer {
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    animation: rubberBand 0.5s;
    animation: zoomInLeft 0.5s;
    animation: slideInUp 0.4s;
    animation-iteration-count: 1;
}

a:hover .imgWrapper .layerBlack {
    background-color: #000;
}

a:hover .imgWrapper .layerWhite {
    background-color: #fff;
}

.imgWrapper .imgWrapperInner .layerUp {
    display: block;
    z-index: 4;
    width: 151px;
    height: 151px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left bottom;
    background-image: url(../icons/thumbs/layers/1.png);
}

a:hover .imgWrapper .imgWrapperInner .layerUp {
    background-image: url(../icons/thumbs/layers/2.png);
}

a .imgWrapper .imgWrapperInner .zoom {
    z-index: 5;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: none;
}

a .imgWrapper .imgWrapperInner .zoomImg {
    display: inline-block;
    display: none;
    background-image: url(../icons/thumbs/zoom/img-grey.png);
}

a:hover .imgWrapper .imgWrapperInner .zoomImg {
    display: inline-block;
    background-image: url(../icons/thumbs/zoom/img.png);
    animation: pulse 0.5s;
    animation-iteration-count: 1;
}


/*
a:hover .imgWrapper .imgWrapperInner .zoom{
	display: block;
}
*/

a .imgWrapper .imgWrapperInner .zoomLink {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    background-size: 50px;
    display: inline-block;
    display: none;
    /*background-image: url(../icons/thumbs/logo.png);*/
}

a.current .imgWrapper .imgWrapperInner .zoomLink,
a:hover .imgWrapper .imgWrapperInner .zoomLink {
    display: inline-block;
    background-image: url(../icons/thumbs/logo.png);
}

a:hover .imgWrapper .imgWrapperInner .zoomLink {
    animation: fadeInUp 0.5s;
    /*pulse*/
    animation-iteration-count: 1;
}

a.current .imgWrapper .imgWrapperInner .zoomLink {
    animation: flipInY 0.5s;
    animation-iteration-count: infinite;
}

.imgWrapper .imgWrapperInner .zoomLink .zoomLinkElement {
    top: 20%;
    width: 60%;
    height: 60%;
    position: absolute;
    display: inline-block;
    background-color: #777;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE < 8 */
    animation: zoomIn 0.5s;
}

.imgWrapper .imgWrapperInner .zoomLink .zoomLinkElement1 {
    left: 0;
    z-index: 1;
    background-color: #1E1D56;
}

.imgWrapper .imgWrapperInner .zoomLink .zoomLinkElement2 {
    right: 0;
    z-index: 2;
    background-color: #C8222E;
}


/* IMG Label */

.imgWrapper .imgLabel {
    z-index: 6;
    bottom: 20px;
    position: absolute;
    animation-iteration-count: 1;
}

.imgWrapper .imgLabel .imgLabelTitle {
    color: #ddd;
    z-index: 2;
    padding: 2px 10px;
    position: relative;
}

.imgWrapper .imgLabel .imgLabelBg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #222;
    opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE < 8 */
}

a:hover .imgWrapper .imgLabel .imgLabelTitle {
    color: #fff;
    animation: fadeInLeft 0.5s;
    animation-iteration-count: 1;
}

a:hover .imgWrapper .imgLabel .imgLabelBg {
    background-color: #000;
}

.imgWrapper .imgWrapperInner .imgLabelTop {
    top: 15px;
    right: 15px;
    z-index: 6;
    position: absolute;
    overflow: hidden;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    animation-iteration-count: 1;
}

a:hover .imgWrapper .imgWrapperInner .imgLabelTop {
    display: inline-block;
}

.imgWrapper .imgWrapperInner .imgLabelTop .imgLabelTopTitle {
    color: #fff;
    z-index: 2;
    padding: 0 7px;
    position: relative;
}

a:hover .imgWrapper .imgWrapperInner .imgLabelTop .imgLabelTopTitle {
    color: #fff;
}

.imgWrapper .imgWrapperInner .imgLabelTop .imgLabelTopBg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #244391;
    opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE < 8 */
}

a:hover .imgWrapper .imgWrapperInner .imgLabelTop .imgLabelTopBg {
    background-color: #58AD35;
}

.imgWrapperOuter .imgCategory {
    display: block;
    max-width: 80%;
    max-height: 40px;
    z-index: 6;
    bottom: 95px;
    position: absolute;
}

.imgWrapperOuter .imgCategory a {
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
}

.imgWrapperOuter .imgCategory .imgCategoryTitle,
.imgWrapperOuter .imgCategory a .imgCategoryTitle {
    color: #fff;
    z-index: 2;
    position: relative;
}

.imgWrapperOuter .imgCategory a:hover .imgCategoryTitle {
    /*color: #eee;*/
    font-weight: bold;
}

.imgWrapperOuter .imgCategory .imgCategoryBg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #45474E;
    opacity: 0.8;
    -o-opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    filter: alpha(opacity=80);
    /* IE < 8 */
}

.imgWrapperOuter .imgCategory a:hover .imgCategoryBg {
    background-color: #003399;
}

.imgComment {
    margin: 0;
    /*color: #666;*/
    height: 30px;
    line-height: 1;
    padding: 10px 5px;
    overflow: hidden;
    text-align: center;
}

a:hover .imgComment {
    text-decoration: underline;
}


/* Vidéos */

.imgWrapper .starter {
    width: 42px;
    height: 36px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -21px;
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../icons/thumbs/video/starter/red.png);
    background-color: #f00;
    background-size: 15px 17px;
    background-image: url(../icons/thumbs/video/arrows/white80x100.png);
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0.9;
    -o-opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    /* IE 8 */
    filter: alpha(opacity=90);
    /* IE < 8 */
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.imgWrapper .starterMedium {
    width: 32px;
    height: 26px;
    margin-top: -14px;
    margin-left: -16px;
    background-size: 11px 13px;
}

.imgWrapper .starterMini {
    width: 22px;
    height: 16px;
    margin-top: -8px;
    margin-left: -11px;
    background-size: 7px 9px;
}

a:hover .imgWrapper .starter {
    /*
	background-image: url(../icons/thumbs/video/starter/black.png);*/
    animation: zoomIn 0.5s;
    /*
    animation-iteration-count: 2;*/
}


/* Vidéo inline */

.vdoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.vdoWrapper iframe,
.vdoWrapper embed,
.vdoWrapper object,
.vdoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}