.results .item
{
  border-color:#E0E0E0;
}

.bg-interligne-default{
  background: rgb(73, 50, 85) !important;
  color:white !important;
}

.bg-interligne-action{
  background: rgb(8, 175, 134) !important;
  color:white !important;
  height: 30px;
}

.interligne_font_size *{
  font-size:16px !important;
  line-height: 16px !important;
}

.card-header{
  background-color: rgb(8, 175, 134) !important;
  color:white;
}
.card-body{
  background-color:#fcfcfc;
}

.pagination{
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    /* background-color: #337ab7;
    border-color: #337ab7; */
    background-color:rgb(8, 175, 134);
    border-color: rgb(8, 175, 134);
}


/*HEADER*/
.guide-header{
    display:flex;
    flex-direction: row;
}

.guide-header .guide-header-column:first-child{
    padding:1rem;
    display:flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
}

.guide-header-column{
    flex:1 1 50%;
}

.guide-header .guide-header-column h1{
    font-size:3rem;
    font-weight: bold;
}

.guide-header .guide-header-column h2{
    font-size:2rem;
}