.entry-summary li {
    padding-bottom: 20px;
}

/* Footer */
#footer-widgets .widget-container.span3 {
    display: block;
    float: left;
    width: 48% !important;
    padding-top: 20px;
    padding-left: 2%;
}

#footer-widgets .widget-container h3{
  	padding-top: 10px;
    font-size: 15px;
}
#footer-widgets{
 	padding-bottom: 20px;
}
#recent-posts-3{
	padding-right: 10px;
}

.nav-collapse .dropdown-menu .active > a:hover {
	color: #fff;
  	background: #2e8b57;
}

@media screen and (max-width: 1200px) {
   #footer-widgets .widget-container.span3 {
    width: 92% !important;
    padding-top: 20px;
    margin: 0 auto;
  } 
  
}  
/* Footer */


a{
   text-decoration: underline;
}

td .fa{
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

td .fa:hover{
    color: red;
}

/* Enter Your Custom CSS Here *//* Enter Your Custom CSS Here */
.phonenumber { display:none; }

a.tooltip2, a.tooltip2:hover, a.tooltip2:active{
  color:red;
  font-size: 12px;
  font-weight: normal;
}

.tooltip2{
  display: inline;
  position: relative;
}

.tooltip2:hover:after{
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: -30px;  26px;  
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  display:block;
}

.tooltip2:hover:before{
  /*border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: -20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99; */
}

.tooltip3{
  display: inline;
  position: relative;
}

.tooltip3:hover:after{
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: -30px; /* 26px; */ 
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
}

.tooltip3:hover:before{
  /*border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: -20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99; */
}

@media print {
  
   h1, h2, h3 {
      line-height: auto;
  }
  
  
  a[href]:after {
      content: none !important;
  }
  
  body {
     background: #fff none !important;
     color: #000;
     border: none;
  }
    
 #cc-header {
    height:80px;
    /* display:none;*/
    clear:both;
} 
  
.row-fluid {
    min-height: 0px; 
} 
  
/*#logo img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    max-height: 80px; 
    background-color: black;
    
  /* background:transparent url(logo_screen.gif) no-repeat top left;
   height:0;
   overflow:hidden;
}  */
  
#logo img {
	height:80px;
}

 
#navigation {
      color: #000;
      display: inherit !important;
}  

  .main-navigation .nav li {
          color: #000;
    	  font-size: 10px;
  }
    
  .main-navigation .nav li a {
          color: #000;
  }
    
  .main-navigation ul  {
          color: #000;
  }
    
  .main-navigation ul a {
          color: #000;
  }
    
  .navbar-inner {
      color: #000;
  }
  
  #social {
     display: none;
  }
  
  .nav-collapse, .nav-collapse.collapse {
    height: auto;
  }
  
  .nav-collapse .dropdown-menu{
    display:none;
  }
  
  .navbar .nav > li{
    float:left;
  } 

  
  
.navbar .btn.btn-navbar, #search-3{
      display: none !important;
 }
  
/*#footer-widget-container, #footer-widgets {
    width:100%;
    clear: none;
    float:left;
 }*/
  
.row-fluid .span3 {
    display: block;
    float:left;
    width: 50%;
}
  
#secondary .widget-container span3 {
    display: block;
    float:left;
    width: 100%;
} 
  
 .container {
      width:100%;
  }

/*[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: left;
    /* width: 100%; */
    /*margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
  /*
  .content-sidebar-right{
        position: relative;
    	 display: block;
    	float:left;
        width:100%;
  }}*/

  /*#recent-posts-3 {
        position: relative;
    	float:left;
        width:20%;
  }*/
 
  /*#secondary {
    position: relative;
    float:left;
    clear: none;
    width:20%;
  } */
  
#secondary {
   display:none;
} 
  
  
.entry-summary {
    float: left;
    width:100%;
  } 
    
}

.white{
  color:#ffffff;
}

/*tool-tip text*/
.tool-tip {
  position: relative;
  color: red;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.tool-tip .tool-tip-text {
  font-size: 11px;
  line-height: 1.5em;
  visibility: hidden;
  max-width: 300px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 25%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: .3s;
  transform: translate3d(0px, 20px, 0px);
  margin-bottom: 14px;
}
.tool-tip .tool-tip-text a{
  color: #fff;
 } 

.tool-tip:hover .tool-tip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.inactif {
  color: red;
  font-weight: bold;
}
