/* MSI */

.annuaire .nav-pills .nav-link.active {
    background-color: #0091b6;
    border-color: #0091b6;
}
/* 
.annuaire .annuaire-title {
    display: flex;
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
} */

.annuaire .nav-pills .nav-link.active, .extranet .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0091b6;
}

.annuaire #pills-tab {
    position: absolute;
    z-index: 2;
    margin: 8rem auto auto 21rem;
}

.annuaire .nav-pills .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #353535;
    font-family: "Zona Pro Bold", sans-serif;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.3125rem;
    min-width: 14rem;
}

.annuaire .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
}

.annuaire .form-type-select {
    margin-top: 0.3rem;
    width: 10rem;
    margin-left: 0.3rem;
}

.annuaire .form-type-select .select2-selection {
    height: 3rem;
    padding-top: 0.6rem;
}

.annuaire .form-type-submit {
    background-color: #007390;
    border-color: #006883;
    color: #fff;
    margin: 0.3rem;
}

@media (max-width: 575.98px) {
    .annuaire #pills-tab {
        position: absolute;
        z-index: 2;
        margin: 22rem auto auto -0.9rem;
        flex-wrap: nowrap;
       
    }
   .annuaire .nav-link{
    padding: 8px 2px 8px 2px !important;
    display: inline;

   }
}
@media (max-width: 768.98px) {
    .annuaire #pills-tab {
        position: absolute;
        z-index: 2;
        margin: 22rem auto auto -0.9rem;
        flex-wrap: nowrap;
       
    }
   .annuaire .nav-link{
    padding: 8px 2px 8px 2px !important;
    display: inline;

   }
}
@media (max-width: 1024px) {
 
    .annuaire #pills-tab {
        position: absolute;
        z-index: 2;
        margin: 22rem auto auto -0.9rem;
    }
}

/* CTE  */

.annuaire .align-items-lw {
    background-color: #F2F2F2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 2rem;
    min-width: 20rem;
}

.annuaire .align-items-lw .img-custom img {
    height: 15rem;
    border-radius: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.annuaire .view__content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.icon {
    display: inline-block;
}

.icon-file-pdf::before {
    content: url("../images/file-pdf.png");
}

.icon-ui-calendar::before {
    content: url("../images/ui-calendar.png");
}

.icon-listing-user::before {
    content: url("../images/listing-user.png");
}

.icon-listing-dots::before {
    content: url("../images/listing-dots.png");
}

.icon-arrow-left::before {
    content: url("../images/arrow-left.png");
}

.icon-arrow-right::before {
    content: url("../images/arrow-right.png");
}

.icon-download::before {
    content: url("../images/download.png");
}

.icon-exit::before {
    content: url("../images/exit.png");
}

.icon-gear::before {
    content: url("../images/gear.png");
}

.icon-user::before {
    content: url("../images/user.png");
}

.icon-phone::before {
    content: url("../images/phone.png");
}

.icon-mail::before {
    content: url("../images/mail.png");
}

.icon-arrow-down::before {
    content: url("../images/arrow-down.png");
}

.icon-reunion-arrow-down::before {
    content: url("../images/reunion-arrow-down.png");
}

.icon-conversation::before {
    content: url("../images/conversation.png");
}

.icon-arrow-left-small::before {
    content: url("../images/arrow-left-small.png");
}

.ceser-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.625rem;
}

.ceser-card .title {
    position: relative;
}

.ceser-card .title .color-group {
    border-radius: 50%;
    content: '';
    display: block;
    height: 0.75rem;
    left: 0;
    position: absolute;
    top: 0.25rem;
    width: 0.75rem;
}

/*.ceser-card .title::before {
      border-radius: 50%;
      content: '';
      display: block;
      height: 0.75rem;
      left: 0;
      position: absolute;
      top: 0.25rem;
      width: 0.75rem; }
    .ceser-card .title.primary::before {
      background-color: #0091b6; }
    .ceser-card .title.success::before {
      background-color: #c5d544; }
    .ceser-card .title.danger::before {
      background-color: #c33133; }*/

.ceser-card .title, .ceser-card .list {
    padding-left: 1.4375rem;
}

.ceser-card .list {
    margin-top: 0.5rem;
}

.ceser-card .date {
    font-weight: 700;
    font-size: 0.6875rem;
    height: 0.9375rem;
    line-height: 0.9375rem;
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
    position: relative;
}

.ceser-card .date::before {
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.0625rem;
}

.ceser-card .list li {
    padding-left: 0.75rem;
    position: relative;
}

.ceser-card .list li::before {
    content: url("../images/bullet.png");
    left: 0;
    position: absolute;
    top: -1px;
}

.ceser-card:not(:first-of-type) {
    margin-top: 1.25rem;
}

@media (max-width: 575.98px) {
    .ceser-card>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ceser-card .title, .ceser-card .date {
        width: 100%;
    }
    .ceser-card .date::before {
        display: none;
    }
}

.header .user-info {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
}

.header .user-info a, .header .user-info a button {
    color: #353535;
}

.header .user-info a .icon, .header .user-info button .icon {
    margin-right: 4px;
}

.header .user-info li {
    height: 1.25rem;
    line-height: 1.25rem;
    position: relative;
}

.header .user-info li:not(:first-of-type) {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
}

.header .user-info li:not(:first-of-type)::before {
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.0625rem;
}

.icon-phone, .icon-mail {
    color: black;
}

.trombi-form {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.annuaire .banner .simple-page {
    height: auto;
    padding: 5rem 0;
    padding-top: 5rem;
    background: #f2f2f2;
    position: relative;
    z-index: 1;
}

.annuaire .banner.simple-page.with-filter {
    max-height: 21.25rem;
    height: auto;
    -ms-flex-align: initial !important;
    align-items: initial !important;
    padding-top: 6.25rem;
}