.CtnAnnuaire {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    min-width: 430px;
    transform: translateX(-50%);

    transition: 200ms width cubic-bezier(0, 0.82, 0, 1);
}
.CtnAnnuaire > .AnnuLeft{
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList{
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    /* overflow: hidden; */
    position: relative;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain{
    padding: 5px 5px 5px 0px;
    box-sizing: border-box;
    display: none;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeAlphabet{
    float: left;
    height: 100%;
    width: 30px;
    text-align: center;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    overflow-y: hidden;
    position: relative;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeAlphabet > .MarkerLetter{
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: bold;

    transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
	-ms-transition: top 0.4s ease-in-out;
	-o-transition: top 0.4s ease-in-out;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeAlphabet > .UneLetterCtn{
    width: 100%;
    height: calc(100% / 26);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeAlphabet > .UneLetterCtn > .UneLetter{
    cursor: pointer;
    padding: 4px;
    text-decoration: none;
    color: white;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeAlphabet > .UneLetterCtn > .UneLetter:hover{
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 100%;
    color: white;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeTag{
    float: left;
    height: 100%;
    width: calc(100% - 30px);
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeTag > .AnnuListeTagStd{
    width: 100%;
    height: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;

    display: none;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeTag > .lblNoSalarie{
    text-align: center;
    color: #9E9E9E;
    font-size: 16px;
    padding-top: 20px;
    font-style: italic;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeTag > .lblNoSalarie > label{
    display: block;
    margin: 5px 0 5px 0;
    float: left;
    width: 100%;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListMain > .AnnuListeTag > .lblNoSalarie > label:last-child{
    font-size: 13px;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListHeader{
    padding: 5px 5px 5px 50px;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListHeader > .TagCheck{
    float: left;
    position: relative;
    width: 20px;
    height: 100%;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListHeader > .lblNumberAll{
    float: left;
    height: 100%;
    padding: 2px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    width: calc(100% - 45px);
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListHeader > .mnuCommun{
    float: left;
    height: 100%;
    width: 25px;
    cursor: pointer;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;

    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    -moz-transition:  opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition:  opacity 0.3s ease-in-out;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListHeader > .mnuCommun:hover{
    opacity: 1;
}

.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop{
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButton{
    height: 30px;
    border-radius: 4px;
    display: flex;
    padding: 2px 0 2px 0;
    box-sizing: border-box;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonOpts{
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonOpts > .UnBtn{
    position: relative;
    margin-bottom: 0;
    border: 0;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    margin: auto;
    cursor: pointer;
    width: 30px;

    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    -moz-transition:  opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition:  opacity 0.3s ease-in-out;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonOpts > .UnBtn:hover{
    opacity: 1;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonView{
    float: left;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonView > .UnBtn{
    position: relative;
    margin-bottom: 0;
    border: 0;
    height: 100%;
    border-left: 1px solid #b7b7b7;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    margin: auto;
    cursor: pointer;
    width: 40px;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonView > .UnBtn:first-child{
    border-left: 0;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .GrpButtonView > .UnBtnOn{
    background-color: #4697cc;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .CtnSearchZone{
    float: left;
    height: 30px;
    box-sizing: border-box;
    position: relative;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .CtnSearchZone > .FixWidthSearchZone {
    width: 100%;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .CtnSearchZone .SearchUneOption {
    top: 1px;
}

.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .CtnSearchZone > .SearchZoneAnnu{
    float: left;
    background-color: #f5f5f5;
    height: 30px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0dede;
    padding-left: 30px;
    background-image: url(../../Images/Annuaire/search_grey.svg);
    background-repeat: no-repeat;
    background-position: 3px center;
    box-sizing: border-box;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuListTop > .CtnSearchZone > .SearchZoneAnnu > .SearchZoneTxt{
    background-color: transparent;
    border: none;
    color: #868686;
    height: 100%;
    font-size: 16px;
    width: 100%;
}

.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuInfosBottom{
    color: #FFF;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuInfosBottom > label:first-child{
    float: left;   
    cursor: pointer;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuInfosBottom > label:last-child{
    float: right;
    cursor: pointer;
}

.CtnAnnuaire > .AnnuLeft > .AnnuList > .Gel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 11;

    display: none;
}

.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain{
    padding: 5px;
    box-sizing: border-box;
    display: none;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .ElementSpeChk{
    display: block!important;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    background-image: url(../../Images/Annuaire/invert_selection.svg);
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .ElementSpeChk:hover{
    opacity: 1;
    cursor: pointer;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain input[type="checkbox"]{
    display: none;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain input[type="checkbox"]:checked + .lblChkSelonCtx {
    background-color: #4f90d3;
    border-color: #4f90d3;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .lblChkSelonCtx{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .lblChkSelonCtx:after {
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 4px;
    left: 4px;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 8px;
}
.CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .TabBody .DemEnCours{
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 12px 0 12px;
    background-color: #4f90d3;
    color: white;
    float: left;
}

.CtnAnnuaire > .GridView{
    width: 100%;

    transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
	-ms-transition: width 0.4s ease-out;
	-o-transition: width 0.4s ease-out;
}
.CtnAnnuaire > .ListView{
    width: 100%;

    transition: width 0.4s ease-out;
}

.CtnAnnuaire .CacheTagInfos{
    opacity: 0!important;
    width: 0px!important;
}
.CtnAnnuaire .CacheTagListSearch{
    margin: 0!important;
    margin-left: -400px!important;
    height: 0px!important;
    border-bottom: 0px!important;
    padding: 0!important;
    opacity: 0!important;
}
.CtnAnnuaire .CacheTagGridSearch{
    margin: 0!important;
    height: 0px!important;
    border-bottom: 0px!important;
    padding: 0!important;
    width: 0!important;
    opacity: 0!important;
}

.CtnAnnuaire .NoAnim{
    transition: all 0s ease 0s!important;
    -moz-transition: all 0s ease 0s!important;
	-ms-transition: all 0s ease 0s!important;
	-o-transition: all 0s ease 0s!important;
}

.CtnAnnuaire .TagCtn{
    /* margin-top: -1px; */
    padding-top: 20px;
    position: relative;
    font-size: 0;
}
.CtnAnnuaire .TagCtn > .TagStd:last-child{
    border: 0;
}

.CtnAnnuaire .TagLetter{
    width: 100%;
    height: 20px;
    color: #FFF;
    box-sizing: border-box;
    background-color: #616161;
    position: absolute;
    top: 0;
    font-size: 12px;
    border-radius: 4px;

    transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
	-ms-transition: height 0.4s ease-out;
	-o-transition: height 0.4s ease-out;
}
.CtnAnnuaire .TagLetter:first-child{
    width: 100%;
    height: 20px;
    color: #FFF;
    position: absolute;
    top: 0;

    transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
	-ms-transition: height 0.4s ease-out;
	-o-transition: height 0.4s ease-out;
}
.CtnAnnuaire .TagLetter > .TagLetterLeft{
    float: left;
    width: 30px;
    height: 100%;
    line-height: 20px;
    text-align: center;
}
.CtnAnnuaire .TagLetter > .TagLetterRight{
    float: left;
    width: calc(100% - 40px);
    height: 48%;
}
.CtnAnnuaire .TagLetterRef{
    /* width: 100%; */
    height: 20px;
    color: #FFF;
    bottom: auto;
    left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    background-color: #616161;
    opacity: 1;
    font-size: 12px;
    border-radius: 4px;

    transition: opacity 0.4s ease-out;
}
.CtnAnnuaire .TagLetterRef > .TagLetterLeft{
    float: left;
    width: 30px;
    height: 100%;
    line-height: 20px;
    text-align: center;
}
.CtnAnnuaire .TagLetterRef > .TagLetterRight{
    float: left;
    width: calc(100% - 40px);
    height: 48%;
}
.CtnAnnuaire .TagGrid{
    width: 155px;
    height: 200px;
    display: inline-block;
    margin: 5px;
    color: #716e6e;
    opacity: 1;
    position: relative;

    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

    transition-property: height, border-bottom, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.CtnAnnuaire .TagGrid > .TagCheck{
    float: left;
    position: relative;
    height: 20px;
    position: absolute;
    width: 20px!important;
    z-index: 1;
    top: calc(75% - 15px);
    left: calc(50% - 15px);
    border: 15px solid #FFF;
    box-sizing: border-box;
    border-radius: 100%;
}
.CtnAnnuaire .TagGrid > .TagAvatar .StatutPresence{
    width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 5px;
    box-sizing: border-box;
}
.CtnAnnuaire .TagGrid > .TagOptList{
    position: absolute;
    top: 5px;
    right: 0;
    width: 85%;
    height: 18px;
    text-align: right;
    padding: 0 5px 0 0;
}
.CtnAnnuaire .TagGrid > .TagOptList > .UneOptList{
    width: 18px;
    height: 100%;
    cursor: pointer;
    background-size: contain;
    display: inline-block;
    background-color: white;
    border-radius: 100%;
    box-sizing: border-box;

    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.CtnAnnuaire .TagGrid > .TagOptList > .UneOptList:hover{
    opacity: 1;
}

.CtnAnnuaire .TagStd{
    width: 100%;
    color: #4c4c4c;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    opacity: 1;

    transition-property: margin-left, height, border-bottom, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.CtnAnnuaire .TagStdHover:hover{
    cursor: pointer;
    background-color: #f3f3f3;
}
.CtnAnnuaire .TagStdWithInfos{
    height: 135px;
}
.CtnAnnuaire .TagStdWithNoInfos{
    height: 80px;
}
.CtnAnnuaire .TagStd > .TagCheck{
    height: 100%;
    float: left;
    position: relative;
}
.CtnAnnuaire .TagStd > .TagAvatar .StatutPresence{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    border: 2px solid #FFF;
    box-sizing: border-box;
}
.CtnAnnuaire .TagStd > .TagOptList{
    float: left;
    width: 20px;
    height: 100%;
}
.CtnAnnuaire .TagStd > .TagOptList > .UneOptList{
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-position: center;
    position: relative;
    opacity: 0.4;

    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
.CtnAnnuaire .TagStd > .TagOptList > .UneOptList:hover{
    opacity: 1;
}

.CtnAnnuaire .TagAvatar{
    float: left;
    height: 100%;
    text-align: center;
    display: flex;
}
.CtnAnnuaire .TagAvatar .TagAvatarAct{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;

    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
}
.CtnAnnuaire .TagAvatar .TagAvatarActHover{
    opacity: 1;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.CtnAnnuaire .TagAvatar > .TagAvatarCircle{
    color: #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: auto;
    position: relative;

    transition: all .25s ease;
    -moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.CtnAnnuaire .TagAvatar > .TagAvatarCircle > .TagAvatarActCircle{
    border-radius: 50%;
}
.CtnAnnuaire .TagAvatar > .TagAvatarPhoto{
    color: #FFF;
    border-radius: 20%;
    width: 50px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    transition-property: width, height, border-radius;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.CtnAnnuaire .TagAvatar > .TagAvatarPhotoMaximize{
    border-radius: 5px 5px 0 0!important;
    width: 100%!important;
    height: 100%!important;
}
.CtnAnnuaire .TagAvatar > .TagAvatarPhoto > .TagAvatarActPhoto{
    border-radius: 20%;
}

.CtnAnnuaire .TagAvatarMaximize{
    width: 100%!important;
    height: 75%!important;
    border-radius: 5px 5px 0 0!important;
}
.CtnAnnuaire .TagAvatarMaximize > .TagAvatarCircleMaximize{
    border-radius: 5px 5px 0 0!important;
    width: 100%!important;
    height: 100%!important;
    line-height: 150px!important;
    font-size: 30px!important;
}

.CtnAnnuaire .TagCheck > label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.CtnAnnuaire .TagCheck > label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 8px;
}

.CtnAnnuaire .TagCheck > input[type="checkbox"] {
  visibility: hidden;
}
.CtnAnnuaire .TagCheck > input[type="checkbox"]:checked + label {
    background-color: #4f90d3;
    border-color: #4f90d3;

    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}
.CtnAnnuaire .TagCheck > input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.CtnAnnuaire .TagInfosList{
    float: left;
    height: 100%;
    box-sizing: border-box;

    transition-property: width, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.CtnAnnuaire .TagInfosList > .InfosList{
    float: left;
    width: calc(100% - 30px);
    height: 100%;
}
.CtnAnnuaire .TagInfosList > .InfosList .NonRenseigne{
    color: #bbbbbb!important;
    font-style: italic!important;
}
.CtnAnnuaire .TagInfosList > .InfosList .Renseigne{
    font-weight: bold;
    color: #444444;
}
.CtnAnnuaire .TagInfosList > .InfosList > .InfosListTitle{
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}
.CtnAnnuaire .TagInfosList > .InfosList > .InfosListTitleWithInfos{
    height: 27px;
    line-height: 30px;
}
.CtnAnnuaire .TagInfosList > .InfosList > .InfosListTitleWithNoInfos{
    height: 100%;
    line-height: 70px;
}
.CtnAnnuaire .TagInfosList > .InfosList > .InfosListLigne{
    float: left;
    height: 24px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 4px 0px 4px 15px;
    box-sizing: border-box;
    background-position: 10px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 18px;
}
.CtnAnnuaire .TagInfosList > .InfosList > .InfosListLigne > .ImgInfo{
    float: left;
    width: 25px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.CtnAnnuaire .TagInfosGridMini{
    float: left;
    width: 100%;
    height: 25%;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.CtnAnnuaire .TagInfosGridMini > .StatutPresence{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border: 4px solid #FFF;
}
.CtnAnnuaire .TagInfosGridMini > .GridMiniTitle{
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

/* IMAGES */
.CtnAnnuaire .imgAddFavorite{
    background-image: url(../../Images/Annuaire/star_add.svg);
}
.CtnAnnuaire .imgArrowDownBlack {
    background-image: url(../../Images/Annuaire/arrow_down_black.svg);
}
/* .CtnAnnuaire .imgCalendarWhite{
    background-image: url(../../Images/Annuaire/date_white.svg);
} */
.CtnAnnuaire .imgDropDownWhite{
    background-image: url(../../Images/Annuaire/drop_down_white.svg);
}
.CtnAnnuaire .imgFilterBlack{
    background-image: url(../../Images/Annuaire/filter_black.svg);
}
.CtnAnnuaire .imgFilterFavorisBlack{
    background-image: url(../../Images/Annuaire/star_filter.svg);
}
.CtnAnnuaire .imgMnuBlack{
    background-image: url(../../Images/Annuaire/menu_black.svg);
}
.CtnAnnuaire .imgMnuSelectBlack{
    background-image: url(../../Images/Annuaire/menu_select_black.svg);
}
.CtnAnnuaire .imgMnuTagBlack{
    background-image: url(../../Images/Annuaire/menu_tag_black.svg);
}
.CtnAnnuaire .imgPopulationFavorisBlack{
    background-image: url(../../Images/Annuaire/star_population.svg);
}
.CtnAnnuaire .imgViewListBlack{
    background-image: url(../../Images/Annuaire/view_list_black.svg);
}
.CtnAnnuaire .imgViewGridBlack{
    background-image: url(../../Images/Annuaire/view_grid_black.svg);
}
.CtnAnnuaire .imgViewTableBlack{
    background-image: url(../../Images/Annuaire/view_table_black.svg);
}
.CtnAnnuaire .imgViewListBlue{
    background-image: url(../../Images/Annuaire/view_list_blue.svg);
}
.CtnAnnuaire .imgViewGridBlue{
    background-image: url(../../Images/Annuaire/view_grid_blue.svg);
}
.CtnAnnuaire .imgViewTableBlue{
    background-image: url(../../Images/Annuaire/view_table_blue.svg);
}

.CtnAnnuaire .imgInfAssignementListBrown{
    background-image: url(../../Images/Annuaire/Infos/assignement_list.svg);
}
.CtnAnnuaire .imgInfAtBrown{
    background-image: url(../../Images/Annuaire/Infos/at_brown.svg);
}
.CtnAnnuaire .imgInfBabyBrown{
    background-image: url(../../Images/Annuaire/Infos/baby_bottle_brown.svg);
}
.CtnAnnuaire .imgInfBadgeBrown{
    background-image: url(../../Images/Annuaire/Infos/badge_brown.svg);
}
.CtnAnnuaire .imgInfBookStackBrown{
    background-image: url(../../Images/Annuaire/Infos/books_stack_brown.svg);
}
.CtnAnnuaire .imgInfContractBrown{
    background-image: url(../../Images/Annuaire/Infos/contract_brown.svg);
}
.CtnAnnuaire .imgInfChartBrown{
    background-image: url(../../Images/Annuaire/Infos/chart_brown.svg);
}
.CtnAnnuaire .imgInfDateBrown{
    background-image: url(../../Images/Annuaire/Infos/date_brown.svg);
}
.CtnAnnuaire .imgInfDoctorBrown{
    background-image: url(../../Images/Annuaire/Infos/doctor_brown.svg);
}
.CtnAnnuaire .imgInfFaceBrown{
    background-image: url(../../Images/Annuaire/Infos/face_brown.svg);
}
.CtnAnnuaire .imgInfFlagBrown{
    background-image: url(../../Images/Annuaire/Infos/flag_brown.svg);
}
.CtnAnnuaire .imgInfHomeBrown{
    background-image: url(../../Images/Annuaire/Infos/home_brown.svg);
}
.CtnAnnuaire .imgInfInfoBrown{
    background-image: url(../../Images/Annuaire/Infos/info_brown.svg);
}
.CtnAnnuaire .imgInfOfficeBrown{
    background-image: url(../../Images/Annuaire/Infos/office_brown.svg);
}
.CtnAnnuaire .imgInfPhoneBrown{
    background-image: url(../../Images/Annuaire/Infos/phone_brown.svg);
}
.CtnAnnuaire .imgInfSupervisorBrown{
    background-image: url(../../Images/Annuaire/Infos/supervisor_brown.svg);
}
.CtnAnnuaire .imgInfTimeBrown{
    background-image: url(../../Images/Annuaire/Infos/time_brown.svg);
}
.CtnAnnuaire .imgInfWorkBrown{
    background-image: url(../../Images/Annuaire/Infos/work_brown.svg);
}


/* COULEURS */
.CtnAnnuaire .OptPresence{
    border-radius: 20px;
}

.CtnAnnuaire #AnnuHeaderDock{
    background-color: #f1f1f1;
    min-height: 40px;
    padding: 15px 40px 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}
.CtnAnnuaire #AnnuHeaderDock > label{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    /* text-transform: uppercase; */
}
.CtnAnnuaire #AnnuHeaderDock > .btnClose{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.CtnAnnuaire #AnnuHeaderDock > .btnClose:hover{
    opacity: 1;
    cursor: pointer;
}

.CtnAnnuaire #ctnView > .btnValidePop{
    position: absolute;
    bottom: 35px;
    right: 15px;
    background-size: 35px;
    background-position: right 12px center;
    background-image: url(../../Images/Annuaire/check_white.svg);
}
.CtnAnnuaire #ctnView > .btnValidePop:hover{
    min-width: 70px;
}

/* ID */
#AnnuFiltersMain{
    height: calc(100% - 40px);
}
#AnnuCtnFilters{
    width: 100%;
    height: 100%;
    margin-top: -60px;
    transform: translateX(-50%);
    max-width: 500px;
}
#AnnuCtnFilters .btnInvite{
    background-color: rgba(53, 152, 219, 0.8);
    width: 20px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(53, 152, 219, 1);
    box-sizing: border-box;
    cursor: pointer;
    float: left;

    transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
}
#AnnuCtnFilters .btnInvite:hover{
    background-color: rgba(53, 152, 219, 1);
}
#AnnuCtnFilters .CtnFamille{
    float: left;
    overflow: hidden;
    width: 100%;

    transition: 300ms height cubic-bezier(0, 0.82, 0, 1);
    -moz-transition: 300ms height cubic-bezier(0, 0.82, 0, 1);
    -ms-transition: 300ms height cubic-bezier(0, 0.82, 0, 1);
	-o-transition: 300ms height cubic-bezier(0, 0.82, 0, 1);
}
/* #AnnuCtnFilters .CtnFamille:nth-child(2){
    height: 126px;
}
#AnnuCtnFilters .CtnFamille:nth-child(4){
    height: 230px;
}
#AnnuCtnFilters .CtnFamille:nth-child(6),#AnnuCtnFilters .CtnFamille:nth-child(8){
    height: 150px;
} */

#AnnuCtnFilters .CtnFamille > .UnFiltre{
    padding: 4px 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .CtnChk{
    float: left;
    width: 45px;
    box-sizing: border-box;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .libelle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    min-width: 130px;
    line-height: 34px;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .libelleChk{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 45px);
    float: left;
    line-height: 24px;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .libelleDateWithBtn{
    width: calc(100% - 105px)!important;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .libelleDateWithNoBtn{
    width: calc(100% - 105px)!important;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > .saisie{
    width: calc(100% - 80px);
    height: 100%;
    box-sizing: border-box;
}
#AnnuCtnFilters .CtnFamille > .UnFiltre > select{
    width: 100%;
    min-width: 150px;
}
#AnnuCtnFilters .CtnFamille tbody{
    min-height: 150px!important;
}
#AnnuCtnFilters .GroupBtn{
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-top: 10px;
}
#AnnuCtnFilters .GroupBtn > .btn{
    float: right;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
#AnnuCtnFilters .GroupBtn > .btnAddFavorite{
    background-position: right 13px center;
    background-image: url(../../Images/Annuaire/save_white.svg);
}
#AnnuCtnFilters .GroupBtn > .btnAddFavorite:hover{
    min-width: 150px;
}
#AnnuCtnFilters .GroupBtn > .btnSavePopDefault{
    background-position: right 4px center;
    background-image: url(../../Images/Annuaire/population_default.svg);
    background-size: 36px;
}
#AnnuCtnFilters .GroupBtn > .btnSavePopDefault:hover{
    min-width: 160px;
}
#AnnuCtnFilters .GroupBtn > .btnCancel{
    background-position: right 13px center;
    background-image: url(../../Images/Annuaire/filter_cancel_white.svg);
}
#AnnuCtnFilters .GroupBtn > .btnCancel:hover{
    min-width: 115px;
}
#AnnuCtnFilters .GroupBtn > .btnValide{
    background-size: 35px;
    background-position: right 8px center;
    background-image: url(../../Images/Annuaire/check_white.svg);
}
#AnnuCtnFilters .GroupBtn > .btnValide:hover{
    min-width: 70px;
}
#AnnuCtnFilters .HeightDefault{
    height: 26px!important;
}
#AnnuCtnFilters .lblInvite{
    width: calc(100% - 90px);
}
#AnnuCtnFilters .lblInviteTableau{
    float: left;
    height: 25px;
    width: 89px;
    line-height: 26px;
    padding-left: 2px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    background-color: #E0E0E0;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    color: #7a7a7a;
}
#AnnuCtnFilters .MainAllFilters{
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 70px);
}
#AnnuCtnFilters .txtInvite{
    width: 90px;
}
#AnnuCtnFilters .Width100{
    width: 100%!important;
}
#AnnuCtnFilters .TitleFamille{
    padding: 1em 0;
    float: left;
    box-sizing: border-box;
    width: 100%;
    cursor: default;
}

#AnnuCtnFilters .TitleFamille > .arrowFamille{
    width: 16px;
    height: 14px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;

    transition: 200ms transform ease-in-out;
    -moz-transition: 200ms transform ease-in-out;
    -ms-transition: 200ms transform ease-in-out;
	-o-transition: 200ms transform ease-in-out;
}

#AnnuCtnLoader{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    display: none;
}
#AnnuCtnLoader > .AnnuLoader{
    width: 100%;
    text-align: center;
}
#AnnuCtnLoader > .AnnuLoader > label{
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
}


#lstContact::-webkit-scrollbar, #AnnuCtnFilters .MainAllFilters::-webkit-scrollbar{
	width: 6px;
}
#lstContact::-webkit-scrollbar-thumb, #AnnuCtnFilters .MainAllFilters::-webkit-scrollbar-thumb{
	background-color: #a7a7a7;
    border-radius: 4px;
}

/*For responsive screen*/
@media (max-width: 450px){
    .CtnAnnuaire{
        padding: 0;
    }
}
@media (max-width: 768px){
    #CtnAnnuaire{
        bottom: 0;
    }
    
    .CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .lblChkSelonCtx{
        transform: translate(0,-50%);
        right: 0;
    }
    .CtnAnnuaire > .AnnuLeft > .AnnuList > .AnnuTableMain .TabBody .DemEnCours{
        float: right;
        transform: translateY(50%);
    }

    .CtnAnnuaire .TagStd .TagAvatar{
        width: 23px!important;
    }
    .CtnAnnuaire .TagStd > .TagAvatar .TagAvatarCircle{
        height: 23px!important;
        font-size: 11px;
        line-height: 23px;
        /* background-color: initial;
        font-size: 0; */
    }
    .CtnAnnuaire .TagStd > .TagAvatar .TagAvatarCircle .StatutPresence{
        position: absolute;
        top: 17px;
        left: -5px;
        width: 15px;
        height: 15px;
    }
    .CtnAnnuaire .TagStd > .TagAvatar .TagAvatarPhoto{
        /* background-image: none!important; */
        /* height: 100%!important; */

        height: 25%!important;
    }
    .CtnAnnuaire .TagStd > .TagAvatar .TagAvatarPhoto .StatutPresence{
        position: absolute;
        top: 22px;
        left: -5px;
        width: 15px;
        height: 15px;
    }
    .CtnAnnuaire .TagStd .InfosList > .InfosListLigne > .Title{
        display: none;
    }
}
@media (max-width: 980px){
    
}
@media (max-width: 1280px){
    
}

@media(max-width:430px){
    .CtnAnnuaire {
        min-width: 100%;
    }
}