.film-language a i {
    height: 20px;
    width: 20px;
}

.finfo-block i.VO , .finfo-block i.VOSTFR , .finfo-block i.VF {
        display: inline-block;
    margin-left: -12px;
    vertical-align: bottom;
    height: 20px;
    width: 38px;
}

.film-language a i.VF , .lang i.VF , .finfo-block i.VF{
        background-image: url(./img/vf.png);
}
.film-language a i.VOSTFR, .lang i.VOSTFR , .finfo-block i.VOSTFR {
        background-image: url(./img/vostfr.png);
}
.film-language a i.VO , .lang i.VO  , .finfo-block i.VO{
        background-image: url(./img/vo.png);
}
.lang .VF , .lang .VOSTFR , .lang .VO , .finfo-block i.VF , .finfo-block i.VOSTFR , .finfo-block i.VO {
    background-position: 16px;
}
.titleP  {
max-height: none;
    padding: 6px;
    font-size: 17px;
    line-height: 1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    bottom: 0;
    background: #0000009c;
}
@media (max-width: 480px) and (min-width: 320px) {
    #cssmenu ul li:last-child {
    display: none;
}
}
.titleP a {
    color:#fff;
}
.short-images a:hover img {
opacity: 0.6;
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}
@keyframes square-to-circle {
  0%  {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;  }
  25%  {
    border-radius: 50% 0 0 0;
  }
  50%  {
    border-radius: 50% 50% 0 0;
  }
  75%  {
    border-radius: 50% 50% 50% 0;
  }
  100%  {
    border-radius: 50%;
  }
}
.anim {
}

.anim1 {
}
.anim2 {
}

.plusRight {
    float: right;
    margin-right: 36px;
    padding: 0px;
    border-radius: 11px;
    font-size: 57px;
    margin-top: -21px;
    padding-right: 18px;
    
}
.years_list {
    background: #1f1f1f;
    padding: 20px 0;
    box-shadow: inset 0 6px 8px -4px #00000078;
    border-top: 1px solid #292929;
}
.title_list_years {
    display: block;
    clear: both;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-weight: 100;
    height: 45px;
    background: #32353c;
    width: 200px;
    margin: auto;
    border-radius: 50px;
    
}
.container_years {
    display: block;
    width: 100%;
        margin-top: 17px;
}
.container_years ul {
    text-align: center;
    margin-bottom: 20px;
}
.container_years li {
    display: inline-block;
    min-width: 90px;

    font-size: 14px;}
.container_years li a {
    display: block;
    padding: 8px 15px 5px;
    background: #26495d;
    border-radius: 25px;
    line-height: 16px;
    margin: 0 5px 10px;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

    color: white;
}
img#play {
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -35px;
    position: absolute;
    z-index: 9;
    width: 100px;
    color: #0480be;
    cursor: pointer;
}
/* Background container */
#cssmenu-container {
    height: 220px;
    background-color: #CEE3F8;
}

/* Menu container */
#cssmenu {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1em;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 38px;
}

/* Icons */
#cssmenu i {
    transform: scale(1.4);
}

/* Menu */
#cssmenu ul {
    display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
    flex-direction: row-reverse; /* Reverse the items */
    /* Reset styles, overwrite browser defaults */
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    margin: 0;
}
#cssmenu ul li a {
    display: inline-block;
    font-weight: 600;
    padding: 12px 30px 12px 45px;
    margin-left: -20px;
    color: #ffffff;
    background-color: #00000047;
    text-decoration: none;
    font-family: Montserrat;
    text-transform: uppercase;
    border-radius: 0 100px 100px 0;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
}
/* Hover event */
#cssmenu ul li:hover a {
    background-color: #3d4047;
}

/* Remove the shadow for first item, last in the right side when it gets reversed */
#cssmenu ul li:first-child a {
    box-shadow: none;
}

/* Active item is a bit different */
#cssmenu ul li.active a {
color: #f6f1fb;
background-color: #15803d;
}

/* Remove the shadow for the active's next item, to match the design more accurately */
#cssmenu ul li.active + li a {
    box-shadow: none;
}

#cssmenu ul {
    display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
    flex-direction: row-reverse; /* Reverse the items */
}
.container_years li a:hover{
background: #5695ad!important;
}
.title_list_years .material-icons {
    vertical-align:bottom;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.container_years .Qulaity {
    text-transform:uppercase;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	margin-top: 40px;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
@media only screen and (max-width: 1440px){
.wrap {
    max-width: 96%;
}
}
.wrap {
    display: block;
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}
footer .item {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.expandTran {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    clear:both;
}

footer {
    display: block;
    margin-top: 80px;
    height: auto;
    font-size: 0;
    width: 100%;
    text-align: center;
}
footer .tit {
    font-size: 18px;
    margin-top: 5px;
        width: 300px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
    text-decoration: none;
    border: 2px solid #157e3c;
    border-radius: 28px;
    background: linear-gradient(to bottom, #041e13, #041e13);
}

footer .subtit, footer .tit {
    display: block;
    padding: 0 15px;
    color: #fff;
}
footer .social a {
    display: inline-block;
    padding: 7px;
    opacity: 1;
}
footer .social a img {
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
footer .separe {
    display: none;
}
footer .item>a {
    display: block;
    font-size: 13px;
    font-family: var(--geoit);
    text-transform: uppercase;
    color: #fff;
    width: auto;
    padding: 5px;
    text-decoration: none;
}
footer .clearfix {
    zoom: 1;
}
footer .clearfix:after, .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
footer .copyright {
    padding: 12px 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
    text-decoration: none;
    border: 2px solid #17ff9a;
    border-radius: 28px;
    background: linear-gradient(to bottom, #041e13, #041e13);
}
footer .copyright .company {
    display: inline-block;
}
footer .afterFooter {
display: block;
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 35px;
    text-transform: UPPERCASE;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}
footer .copyright .material-icons {
    vertical-align:bottom;
}
.speedbar i {
    vertical-align:sub;
}
.brTitle {
        font-weight: 100;
    font-size: 18px;
}
.link .title {
}
.accordion-open em {
        float: left;
    font-size: 30px;
    padding: 16px;
    color: #fff;
    background: #676363;
    margin-top: -17px;
    margin-left: -18px;
    padding-left:20px;
}
.row #dle-content {
      /*  margin-right: -48px;*/
}
.dropdown-menu .material-icons{
        vertical-align: middle;
}
.Duree {
    color:#b1a7a7;
}

.PlayersList {
    background: #464343;
}
.PlayersList ul {
    background: #464343;
}

    @media (min-width: 1200px){
.col-md-3 .shortstory-in {
    width: 50%;
}

}
@media (min-width: 992px){
.col-md-3 .shortstory-in {
    float: left;
    width: 50%;
}


}

@keyframes pulserbb {
0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.ppplayers {
        margin: 0 auto;
    display: table;
        margin-bottom: 20px;
        padding: 12px 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
    text-decoration: none;
    border: 2px solid #15803d6b;
    border-radius: 28px;
    background: linear-gradient(to bottom, #041e1396, #041e138a);
}
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}

.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #8f315c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
  color: #a23768;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
  color: #39916a;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #44ae7f;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #368a65;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: #c14b81;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
#urldestream {
    background-color: #3c3a3a;
    color: #fff;
    font-size: 17px;
    width: 100%;
    height: 179px;
    border: none;
    border-radius: 17px;
    outline: 0;
    padding: 20px;
}
.AddButton {
        font-size: 20px;
    background: #62929a;
    border: 0;
    padding: 11px;
    border-radius: 6px;
    border-bottom: solid #4e777d;
    float:right;
    outline:0;
}
#box , #qualite , #langue{
    padding: 3px;
    font-size: 16px;
    background: #62929a;
    width: 160px;
    color: #fff;
    border: 0;
    border-bottom: solid #4e777d;
    border-radius: 2px;
    outline: 0;
    margin-bottom:20px;
}
#box option , #qualite option , #langue option {
    background: #464343;
}
#qualite , #langue {margin-left:10px;width:auto!important;}
.AV {
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    display: table;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 11px;
    background: #ffffff14;
    font-weight: 100;
}
.AV:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 46px auto;
    margin-top: 10px;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff14;
}
.pages-next {display:none;}
i.server.player-jawcloud {
    width: 20px;
    height: 20px;
    background-position: 0 -240px;
        background-image: url(../images/players.png);
    background-repeat: no-repeat;
    border-radius: 200px;
    display: inline-block;
    margin-right: 10px;
}
.latest .title, .latest ul li a {
    font-size: 18px!important;
}