/*
 * CataBlog StyleSheet
 */


/* Default and Subimages Template CSS Classes */
.catablog-catalog:after {
	content: ".";
	display: block;
	clear: both;
	color: transparent;
	height: 0px;
	font-size: 0px;
}
.catablog-row {
	position: relative;
	display: block;
	float: none;
	margin: 0;
/* REM MMA	padding: 5px 5px 15px 5px;*/
}
.catablog-row .catablog-images-column {
	float: left;
	position: relative;
	margin:0 10px 0 0;
}
.catablog-row img.catablog-image,
.catablog-row .catablog-image img {
	display: block;
	height: auto;
	float: left;
	box-shadow: 8px 8px 10px #aaa;
	border-width:1px;
	-webkit-transition: all 0.15s ease-out;
	     -moz-transition: all 0.15s ease-out;
	       -o-transition: all 0.15s ease-out;
	      -ms-transition: all 0.25s ease-out;
          transition: all 0.15s ease-out;
          padding:0px;
          -webkit-transform: scale(1);
	          -ms-transform: scale(1);
        transform: scale(1);
        border-radius: 5px;
}

.catablog-row img.catablog-image,
.catablog-row .catablog-image img:hover {
-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-radius: 5px;
        }

/* REM MMA	ajout de box shadow et transition img:hover ci-dessus*/

.catablog-row .catablog-images-column .catablog-image img {
	float: none;
	max-width: none;
	min-width: 0;
	max-height: none;
	min-height: 0;
}
.catablog-row .catablog-image.catablog-subimage {
	float: left;
	width: 100%;
	margin: 2px;
	padding: 0;
	border: 0 none;
		
}
.catablog-row .catablog-image.catablog-subimage img {
	width: 100% !important;
}
.catablog-row .catablog-title {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	clear: none;
	float: none;
}
.catablog-row .catablog-description {
	display: block;
	clear: none;
	float: none;
}
.catablog-row .catablog-description:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.trucpdf,
.pdfcatablog-row.pdf {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/08/PDF.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
        display: block;
        height: 36px;
        
}

.pdfcatablog-row.nopdf {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/08/NOPDF.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;        
        height: 36px;
        
}

.mediacatablog-row.tape {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/tape.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.mediacatablog-row.disk {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/floppy-disk.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.mediacatablog-row.cartridge {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/Cart20.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.categcatablog-row.game {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/gamex30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.categcatablog-row.utility {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/Toolsx30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.payscatablog-row.benelux {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/08/Beneluxx30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.payscatablog-row.deutsch {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/Allemagnex30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}
.payscatablog-row.french {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/Francex30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}
.payscatablog-row.italy {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/07/Italiex30.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}

.payscatablog-row.uk {
	color: blue;
	background: url('https://www.atarinside.com/blog/wp-content/uploads/2016/08/UK.jpg') center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
        overflow: hidden;
}


/* Gallery Template CSS Classes */
.catablog-gallery.catablog-row {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 5px;
}
.catablog-gallery.catablog-row .catablog-image {
	display: block;
	float: none;
	position: static;
}
.catablog-gallery.catablog-row .catablog-image img {
	float: none;
	max-width: none;
	min-width: 0;
	max-height: none;
	min-height: 0;
}
.catablog-gallery.catablog-row:hover .catablog-title {
	display: block;
}
.catablog-gallery.catablog-row .catablog-title {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background: #222;
	opacity: 0.8;
	margin: 0 !important;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	overflow: hidden;
}
.catablog-gallery.catablog-row .catablog-description {
	display: none;
	margin: 0 !important;
}



/* Widget classes */
.CataBlogWidget .catablog-gallery.catablog-row {
	overflow: visible;
}
.CataBlogWidget .catablog-gallery.catablog-row .catablog-image {
	position: relative;
	overflow: visible;
}



/* Single and Archive view classes */
.catablog-single.catablog-row {}


/* Frontend navigation, when shortcode limit is set */
.catablog-navigation {
	margin: 5px;
}
.catablog-previous-link {}
.catablog-next-link {}
.catablog-navigation-link {}
.catablog-navigation-link.catablog-disabled {
	color: #AAA;
	text-decoration: none;
}
.catablog-navigation-meta {}
.catablog-navigation-meta-spacer {}






/* LightBox CSS Classes */
#catablog-curtain {
	display: block;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#catablog-lightbox {
	display: none;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0px;
	z-index: 10200;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#catablog-lightbox #catablog-whiteboard {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #000 solid;
	border-width: 0 1px 2px 0;
		border-radius: 20px;
}

/* REM MMA	ajout de border-radius: 20px; ci-dessus*/

#catablog-lightbox #catablog-whiteboard.loading {
	background-image: url('./../images/ajax-loader.gif');
}
#catablog-lightbox-meta {
	position: relative;
	display: none;
	padding: 0.5em 0;
}
#catablog-lightbox-meta .catablog-lightbox-title {
	font-size: 12px;
	font-weight: bold;
	-moz-user-select: normal;
	-khtml-user-select: normal;
	user-select: normal;
}
#catablog-lightbox-meta .catablog-lightbox-desc {
	position: relative;
	line-height: 1.2;
	-moz-user-select: normal;
	-khtml-user-select: normal;
	user-select: normal;
	
}
#catablog-lightbox-image {
	position: relative;
	display: none;
}
#catablog-lightbox-image a {
	display: block;
	position: absolute;
	top: 0px;
	width: 50%;
	text-decoration: none;
	background: transparent;
	background-image: url("./../images/blank.gif");
}
#catablog-lightbox-image a span {
	display: none;
}
#catablog-lightbox-image a span:first-letter {
	border-bottom: 1px #caa solid;
}
#catablog-lightbox-next:hover span,
#catablog-lightbox-prev:hover span,
#catablog-lightbox-next:focus span,
#catablog-lightbox-prev:focus span {
	display: block;
}
#catablog-lightbox-next {
	right: 0px;
	outline: 0 none;
	border: 0 none;
}
#catablog-lightbox-prev {
	left: 0px;
	outline: 0 none;
	border: 0 none;
}
#catablog-lightbox-close {
	display: block;
	display: none;
	position: absolute;
	top: -14px;
	right: -14px;
	width: 48px;
	height: 48px;
	background-image: url("./../images/close-lightbox.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	outline: 0 none;
	border: 0 none;
}
#catablog-lightbox-next .catablog-lightbox-nav-label {
	right: 0px;
	bottom: 20px;
	padding-left: 30px;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
#catablog-lightbox-prev .catablog-lightbox-nav-label {
	left: 0px;
	top: 20px;
	padding-right: 30px;
	-moz-border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.catablog-lightbox-nav-label {
	display: none;
	display: block;
	position: absolute;
	background: #fff;
	color: #555;
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.catablog-lightbox-nav-label:hover {
	
}


/* Deprecated CSS Classes (You Should NOT USE or depend on these Classes)*/
/*.catablog-image.catablog-lightbox,
.catablog-subimage.catablog-lightbox {
	cursor: pointer;
}
.catablog-image.catablog-lightbox:hover {
	border-color: red;
}
.catablog-selected {
	
}*/