body {
    width: 100%;
    padding-top: 73px;
}

.xsmall-font{
  font-size:0.9em;
}

.l-font{
  font-size:1.1em;
}

.xl-font{
  font-size:1.2em;
}

.xxl-font{
  font-size:1.4em;
}

.full-width{
  width: 100%;
}

.line-height-sm{
  line-height: 95%;
}

.hgt-fix {
  /**
  Fixer la hauteur des boutons avec seult un icon contenu
  **/
  line-height: inherit !important;
}

.blk-no-underline {
    color: #444 !important;
    text-decoration: none !important;
}


.tooltip-inner {
  background-color: #fff  !important;
}

.tooltip-400 + .tooltip > .tooltip-inner {
  width: 400;
  max-width: 400;
  text-align: left;
}

.tooltip-650 + .tooltip > .tooltip-inner {
  width: 650;
  max-width: 650;
  text-align: left;
}

.tooltip > .tooltip-inner {
    border: 1px solid;
    border-color: #555;
    padding: 10px;
    max-width: 450px;
    color: #222;;
    text-align: left;
    background-color: white;
    background: white;
    opacity: 1.0;
}

.tooltip > .tooltip-arrow {
    border-bottom-color: #555;
}
.tooltip.in{
    opacity:0.95!important;
  }

.wdth-icon {
  /*width: 12px !important;*/
  /*max-height: 11px !important;*/
  height: 13px !important;
  font-size: 13px !important;

}



.lh-fix{
  /*un glyphicon seul sur une row décale un peu vers le haut,
  il faut fixer la hauteur de la ligne pour qe ce soit propre*/
  line-height: 20px !important;

}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}



/**
paramètres pour sizer le menu
*/
.btn-pan-com{
  width: 155px;
  text-align: left;
}
.btn-pan-com-drop{
  width: 33px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
    z-index: 10000;
}


.ticker {
  text-align: left;
  overflow: hidden;
  height:45 !important;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

@media print {
  a[href]:after {
    content: "";
  }
}

.radio ul{
  list-style-type: none;
}
.form-control {
  box-shadow: none;
}
.form-control:focus{
 box-shadow: none;
}

.button_mode {
  outline:none;
  cursor:pointer;
}


.small_margin_bottom {
  margin-bottom:0.1rem;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider  pour CallR*/
.slider {
  position: absolute;
  cursor: pointer;
  top: 45px;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 17px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 80%;
}

audio{
  width: 200%;
  transform-origin: 0 50%;
  /*height: 10px;*/
  transform: scale(.5);
}

.img-trombi {
  /*height:180px;*/
  width:160px;
  position:relative;
  margin:0 auto;
}

/* TROMBINOSCOPE */
.trombi a{
  width:220px;
  height:250px;
}
.trombi a:hover, a:visited, a:link, a:active{
  text-decoration: none;
}

.trombi-caption{
  padding-left: 0px;
  padding-right: 0px;
}

.trombi-caption div>  h5, h6{
  margin-top: 2px;
  margin-bottom: 5px;
}

/* EXTRANET */
.codeactive {
  color:#007d9a;
  font-weight:bold;
  font-size:1.05em;
}
