.entry-content img {
	border: 0 !important;
	margin: 5px !important;
}
/* centrer barre menu */
@media (min-width: 768px){
	.navbar-nav {
		text-align: center;
		width: 100%;
	}
	.navbar .nav>li {
		display: inline-block;
		float: none;
	}
}


/* style de la carte des films html5 en iframe - page */
.wrap
{
    width: 1433px;
    height: 837px;
    padding: 0;
    overflow: hidden;
}
.frame
{
    width: 1465px;
    height: 837px;
    border: 0;

    -ms-transform: scale(0.60);
    -moz-transform: scale(0.60);
    -o-transform: scale(0.60);
    -webkit-transform: scale(0.60);
    transform: scale(0.60);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.wrap
{
    width: 1465px; /* same size as frame */
    height: 837px;
    -ms-zoom: 0.98; /* for IE 8 ONLY */
	margin-bottom: -300px
}

/* style de la carte des films html5 en iframe - article */
.wrap2
{
    width: 1433px;
    height: 837px;
    padding: 0;
    overflow: hidden;
}
.frame2
{
    width: 1465px;
    height: 837px;
    border: 0;

    -ms-transform: scale(0.41);
    -moz-transform: scale(0.41);
    -o-transform: scale(0.41);
    -webkit-transform: scale(0.41);
    transform: scale(0.41);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.wrap2
{
    width: 1465px; /* same size as frame */
    height: 837px;
    -ms-zoom: 0.98; /* for IE 8 ONLY */
	margin-bottom: -500px
}


/* barre laterale */
.sidebar .sidebar-wrap {

    background: #f9f9f9;

    border-top: 3px solid #e0aa16;

    padding: 9px;

    margin-bottom: 5px;

}
/* slider */
.carousel .slider_post_title {

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 5px;
		
		font-style: normal ;
	
		font-variant: small-caps;

}
.carousel-caption {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 15px 25px;

    box-sizing: border-box;

    background: #333;

    background: rgba(20,63,112,0.74);

    color: #fff;

    text-align: left;

    font-size: 13px;

    line-height: normal;

}
/* post senza bordo */
.post,

.singular .hentry,

.comment-respond {

    background: none;

    border: 0px solid #e9e8e3;

    -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0.1);

    box-shadow: 0 0 0px 0 rgba(0,0,0,0.1);

}
/* titolo post */
.post-title,

.post-title a {

    font-size: 25px;

    line-height: normal;

    font-weight: bold;

}

.section-title-sm {

    display: none;

    margin: 0;

    font-size: 0px;

}

/* no barra navigazione post */
.singular .post-nav-top {
	display: none;
}

/* Grow Shadow su films sélectionnés */
.hvr-grow-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Shutter In Horizontal test per testo */
.hvr-shutter-in-horizontal {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffdb4d;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter In Horizontal test per WIDGET */
.hvr-shutter-in-horizontal-widget {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background:  #ffcc00;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal-widget:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal-widget:hover, .hvr-shutter-in-horizontal-widget:focus, .hvr-shutter-in-horizontal-widget:active {
  color: white;
}
.hvr-shutter-in-horizontal-widget:hover:before, .hvr-shutter-in-horizontal-widget:focus:before, .hvr-shutter-in-horizontal-widget:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* widget color barra e area */

.widget-area .sidebar-wrap {

background: none repeat scroll 0 0 #ffffff;
	 
border-top: 3px solid #e6e6ff;

box-shadow: none;
	
}



/* shutter over su immagini */
.bloccogen{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;   
	}
.bloccogen2{
	display:inline
	}
.dtcont {
    position: relative;
  }  
.dtl02 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl02 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl02 .dtl {
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: -70%;
    padding: 0 15px 0 15px;
    left: 0;
    opacity: 0;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s 0.15s;
    -moz-transition: all 0.3s 0.15s;
    -o-transition: all 0.3s 0.15s;
    transition: all 0.3s 0.15s;
}
.dtl02 .dtl h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.dtl02 .dtl p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #9d9c9c;
    text-indent: 10px;
}
.dtl02 .dtl a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}
.dtl02 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.dtl02:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.dtl02:hover .dtl {
    top: 0;
    opacity: 1;
    visibility: visible;
}


/* Ripple Out */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}



/*
	CSS migré depuis Jetpack :
*/

.entry-content img {
	border: 0 !important;
	margin: 5px !important;
}

.slider_nav a, .slider_nav a:visited {
	background: url("https://primed.tv/wp-content/uploads/2016/09/iconacerchio.png") no-repeat;
	width: 16px;
	height: 16px;
}

hover

.slider_nav a.active, .slider_nav a.active:visited, .slider_nav a:hover {
	background: url("https://primed.tv/wp-content/uploads/2016/09/iconacerchio.png") no-repeat;
	width: 14px;
	height: 14px;
}


.bloccofil {
margin-right: 1%;
margin-left: 3%;
}

/*TESTO CAPTION PER FILMS NELLE PAGES delle varie categoire Enjeux, mémoire, etc*/
.textefilms
{
  margin-top: -5px;
	font-variant: small-caps;
	text-align: center;
  font-family: Arial, Helvetica;
	font-size: 14px;
  line-height: 1.3;
}
.hvr-shrinkfilms {
	font-size: 20px;
  line-height: 1.3;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrinkfilms:hover, .hvr-shrink:focus, .hvr-shrink:active {
	font-size: 20px;
  line-height: 1.3;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.titretextefilms
{
  margin-top: -5px;
	margin-bottom: -3px;
	text-align: center;
  font-family: Sans Serif, Helvetica;
	font-size: 24px;
  line-height: 1.3;
}
/*ombra body*/
.container {-webkit-box-shadow: -1px 0px 11px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 21px -3px rgba(0,0,0,0.75);
box-shadow: -1px 0px 21px -3px rgba(0,0,0,0.75);}


/*colonna background rosso*/
.bloccorosso {background-color: #ffdbc4;}

/*colonna background orange*/
.bloccoorange {background-color: #ffe9c4}

/*colonna background blu*/
.bloccoblu {background-color: #dbfaff}


/*strani caratteri chrome da togliere*/
.add-this {visibility: hidden;}
