.table-hover tbody tr:hover, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th{ background:#BB0C20 ; color:#ffffff !important; }
.class-color {
  color:#BB0C20;
position: relative;
}

body {
  font-family: "open sans", Helvetica, Arial, sans-serif;
  font-size: 0.73em;

}



a, a:visited {
    /* Les liens &quot;au repos&quot; et déjà visités antérieurement */
    color: #280101; /* couleur blanche */
}
a:hover, a:focus, a:active {
    /* Les liens au survol, au focus, et actifs : on leur donne la couleur gris pour l'exemple */
    color: #FFFFFF;
    font-size: 1.1em;
}

  /* couleur Bouttons #088499 bleu*/
.navbar { min-height: 90px; }
.navbar .navbar-brand{ padding: 0 0px; line-height: 70px; height: 70px; }
.navbar .navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px 0px 0px 0px; line-height: 90px; font-size: 2.1em; font-size-adjust:auto;
   background-color: #666666;
   position: inherit;
   font-weight:bold;
   transition-duration: 0.2S;
   font-size: 3em;



   text-decoration-color: #b41be3;


 }




/*Taille des liens du sous menu horizontal*/
.navbar .dropdown > .dropdown-menu > li {
font-size: 5em;





}

.navbar-col1 {
  background-color: #FFFFFF;
font-color: #1DA8BF;
font-size: 1.01em;
}

.nav dropdown {
  font-color: #1DA8BF;

}

/* Couleur et taille de la police du déroulant du dropdown bleu vert 50eb62*/
.dropdown-menu {

background-color: #FFFFFF;
font-size: 3em;



}

.dropdown:hover .dropdown-menu {
  display: block;


}

/* Change color of dropdown links on hover Orange*/
.dropdown-menu a:hover {background-color: #f2162f;
  transition-duration: 0.1S;


}

.nav-link dropdown-toggle
{background-color: #f23fd1;
text-align: left;

}




/* Style The Dropdown Button Rouge RC #BB0C20;*/
.dropbtn {
  background-color: #073cf5;
  color: white;
  padding: 16px 32px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.9s;
  box-shadow: 0 8px 16px 0 grey;
  width: 100%;

position: absolute;


}

/* The container <div> - needed to position the dropdown content vert*/
.dropdown {
  position: relative;
  display: absolute;
  background-color: ##BB0C20;
  min-width: 100%;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Dropdown Content (Hidden by Default) vert */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #50eb62;
  min-width: 160px;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover Orange*/
.dropdown-content a:hover {
  background-color: #F53F3F;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  background-color: #F53F3F;

}

/* Change the background color of the dropdown button when the dropdown content is shown VERT*/
.dropdown:hover .dropbtn {
  background-color: #50eb62;



/*  Bouton Player*/
  .resp-iframe2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100em;
  border: 50;
}

.text-left {
  text-align: left !important;
}




.dtBasicExample {
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: 20.9em;
font-family: tahoma;
    font-size: 64px;
    direction: rtl;
    position: relative;
    clear: both;
    *zoom: 5;
    zoom: 10;

}
