/* MAIN.PHP *******************************/
.footer_data{
    font-size:16px;
}
.textFooter:hover { 
    color: #d65050;
}
.testNav  {
    display: none;
    }
@media (min-width: 1010px) {
  .testNav  {
    display: none;
    }

}
.testNav  {
    color: red;
    font-size:20px;
}
@media (max-width: 1000px) {
    .footer_HighWidth{
        display: none;
    }    
}
@media (min-width: 1000px) {
    .footer_SmallWidth{
        display: none;
    }    
}

/********************************/
/*a.navCatalogItem span {
 color: #ff6d61;
 cursor:pointer;
}*/

/**** RECHERCHE FILMS ***/
.minmedia{
  margin-top:1.2em;
}

.select2-container--krajee .select2-selection--multiple{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
        /*border-top-color: rgb(204, 204, 204);*/
        border-top-color:black;
         border-right-color:black;
          border-left-color:black;
           border-bottom-color:black;
          /* 
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);*/
    border-radius: 0px;
    color: #555555;
    font-family: "ProximaNovaCond", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #000;
    font-family: "";
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 0 3px;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
        border-top-color:black;
         border-right-color:black;
          border-left-color:black;
           border-bottom-color:black;
    border-radius: 0px;
    color: #555555;
    font-family: "ProximaNovaCond", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}
.select2-container--krajee .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
font-size: 12px;
margin-top: 3px;
}

/*******/
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: white;
  background-color: grey;
}
.nav-second.border-bottom>ul {
  border-bottom: none;
}
/**** RECHERCHE FILMS ***/

/*PLAYLISTS*************************************/
.overlayPlaylist {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.search-result:hover .overlayPlaylist {
   background-color: black;
  height: 100%;
}
.text1 {
  /*border:1px solid black;*/
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  vertical-align: initial;
  left: 50%;
  width:95%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  margin-top:1em;
}
/*AJOUTER A PLAYLISTS*/
.btn-cta.btn-circle i.circle1 {
    float: right;
    margin-top:10em;

}

/*** SLECTEUR RECHERCHE FILMS********************************/
.slctFloatLeft{
  float:left;/*width:96%;border:1px solid red;*/
}
.clearSelectBox{
  float:left;cursor:pointer;text-align:center;height:34px;width:24px;padding-top:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border:1px solid lightgrey;
}
.dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background-color: white;
}

/* BOOSTRAP XXS*/


