::selection {
  background: #00B5A3; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #00B5A3; /* Gecko Browsers */
}

.bg-vert {
    background-color: #00B5A3 !important;
}

.bg-gris-noir {
    background-color: #2F2E2E !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-white-t50 {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-t70 {
    background: rgba(255, 255, 255, 0.7);
}

.color-vert {
    color : #00B5A3 !important;
}

.color-red {
    color : #FF0000 !important;
}

.color-gris-noir {
    color : #303030 !important;
}

.color-white {
    color: #fff;
}

.form-control:focus {
    border-color: #00B5A3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-nb {
    color: #fff;
    background-color: #00B5A3;
    border-color: #00B5A3;
} 
.btn-nb:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.btn-nb:focus, .btn-nb:active, .btn-nb:active:focus, .btn-nb.active, .open>.dropdown-toggle.btn-nb {
    color: #fff;
    background-color: #00B5A3;
    border-color: #00B5A3;
}

.btn-nbw {
    color: #00B5A3;
    background-color: #fff;
    border-color: #fff;
}

.btn-nbw:hover, .btn-nbw:focus, .btn-nbw:active, .btn-nbw:active:focus, .btn-collab:hover , .btn-nbw.active, .open>.dropdown-toggle.btn-nbw {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.btn-collab{
    color: #fff;
    background-color: #00B5A3;
    border-color: #00B5A3;
    width: 100px;
    height: 70px;
    display: block;
}

.btn-allcollabs{
    color: #00B5A3;
    padding-left: 0px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 6px;
   
}

.img-logo-nb{ 
    max-width: 90%;
    max-height: 90%;
}

.btn-logo-nb{
    width: 42px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 2px;
    height: 32px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    margin-top: 0px;
}

.btn_clb{
    width: 44px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    margin-top: 2px;
}

.btn_supp{
    width: 44px;
    padding-left: 0px;
    padding-right: 0px;
    height: 32px; 
    padding-top: 4px;
    margin-top: 2px;
    margin-bottom : 4px;
}

.btn-chargb{
    width: 44px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    margin-top: 2px;
}

.btn_modif{
    border-bottom-width: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

btn-enreg{
 margin-left: 80%;
 display:inline-block;
 text-align:center;
 transition: all 0.15s;
}

.btn-abon{
    border-top-width: 3px;
    border-bottom-width: 1px;
    padding-bottom: 6px;
    width: 90px;
    height: 32px;
    padding-left: 12px;
    padding-top: 4px;
}

.btn{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
}
.btn-default {
    border-color: rgb(7, 183, 165)
}

.b-text {
  display: none;
}

.textli {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.textli:before {
  content: "\25BA \0020";
  font-size: 10px;
}
