.co_ButtonValid{
    position: relative;
    width: 100%;
    float: left;
    height: 45px;
    margin-top: 30px;
    background-color: #2f4f6b;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #2f4f6b;
    box-sizing: border-box;
    cursor: pointer;
    transition: 300ms background-color ease-out;
    -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}
.co_ButtonValid:hover {
    background-color: transparent;
    color: #2f4f6b;
}
.co_btnActionCircle {
    position: absolute;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-repeat: no-repeat;
    background-color: #676c73;
    border-radius: 60px;
    color: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.8;
    font-size: 0;
    line-height: 60px;
    z-index: 2;
    transition: margin-left 200ms, background-position 200ms, width 200ms, padding 200ms, font-size 100ms, opacity 200ms ease-in-out;
}

.co_btnActionCircle:hover {
    width: auto!important;
    font-size: 16px!important;
    opacity: 1!important;
}

.co_btnActionCircleTextRight {
    text-align: right;
}

.co_btnActionCircleTextRight:hover {
    text-align: left;
    background-position: 20px center!important;
    padding: 0 25px 0 55px!important;
}

.co_btnActionCircleTextLeft {
    text-align: left;
    transition: margin-left 200ms, background-position 50ms, width 200ms, padding 200ms, font-size 100ms, opacity 200ms ease-in-out;
}

.co_btnActionCircleTextLeft:hover {
    text-align: right;
    background-position: 95px center!important;
    padding: 0 55px 0 25px!important;
}
.co_Check{
    position: relative;
}
.co_Check > label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}
.co_Check > label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 8px;
}
.co_Check > input[type="checkbox"] {
  visibility: hidden;
}
.co_Check > input[type="checkbox"]:checked + label {
  background-color: #4f90d3;
  border-color: #4f90d3;

  transition: all 150ms ease-in-out;
}
.co_Check > input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.co_CursorPointer{
    cursor: pointer;
}

.co_DisplayCache{
    display: none!important;
}

.co_Height0 {
    height: 0!important;
}
.co_HeightCache{
    height: 0!important;
}

.co_MarginLeft25{
    margin-left: 25%!important;
}
.co_OpacityAffiche{
    opacity: 1!important;
}
.co_OpacityCache{
    opacity: 0!important;
}

.co_PopupCtn{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    left: 50%;

    transition: all 0.2s ease-out;
    transition-property: opacity, margin-top;
}
.co_PopupCtn > .Top{
    background-color: #f1f1f1;
    min-height: 40px;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}
.co_PopupCtn > .Top > i{
    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;
}
.co_PopupCtn > .Top > i:hover{
    opacity: 1;
    cursor: pointer;
}
.co_PopupCtn > .Top > label{
    width: 100%;
    display: inline-block;
    font-style: italic;
    padding-top: 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.co_PopupCtn > .Top > label:first-child{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    padding-top: 0;
}

.co_PopupCtn > .Main{
    padding: 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.co_PopupCtnOpen{
    opacity: 1!important;
    z-index:20!important;
    margin-top:0!important;
}

.co_Rotate180Deg {
    transform: rotate(-180deg)!important;
}

.co_SearchZone {
    float: left;
    background-color: #f5f5f5;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #e0dede;
    padding-left: 30px;
    background-image: url(../../Images/Contexte/Search_Grey_20.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.co_SearchZoneTxt {
    background-color: transparent;
    border: none;
    color: #868686;
    height: 100%;
    font-size: 16px;
}

.co_Width0 {
    width: 0!important;
}
.co_Width25{
    width: 25%!important;
}
.co_Width40{
    width: 40%!important;
}
.co_Width75{
    width: 75%!important;
}
.co_Width100{
    width: 100%!important;
}



.colorAppliquer, .ColorMenuDockPopulationAction {
    background-color: #34495e;
}
.colorMsgBgAction {
	background-color: rgba(0, 0, 0, 0.1);
}

.colorMsgBgAction:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.colorMsgBgError {
	background-color: #d9675d!important;
}

.colorMsgBgInfo {
	background-color: #6fb1c7!important;
}

.colorMsgBgSuccess {
	background-color: #27ae61!important;
}

.colorMsgBgWarning {
	background-color: #fed16c!important;
}

.colorMsgBgQuestion {
	background-color: #2b6d7b!important;
}

.colorPopupDockFiltre {
	background-color: #428bca!important;
}
.colorWhite {
	/* Blanc */
	background-color: #ffffff;
}

.imgAPropos {
    background-image: url(../../Images/Main/About_White_48.png);
}
.imgAvatarHomme {
    background-image: url(../../Images/Main/AvatarHomme.png);
}

.imgAvatarFemme {
    background-image: url(../../Images/Main/AvatarFemme.png);
}

.imgCollapseScreen {
    background-image: url(../../Images/Contexte/imgCollapseScreen.png);
}
.imgCross{
    background-image: url(../../Images/Commun/close_black.svg);
}

.imgListe {
    background-image: url(../../Images/Main/imgListe.png);
}

.imgMnuBack {
    background-image: url(../../Images/Main/MnuBack.png);
}
.imgMnuCollapse {
    background-image: url(../../Images/Main/MnuCollapse.png);
}
.imgMnuExpand {
    background-image: url(../../Images/Main/MnuExpand.png);
}
.imgExpandScreen {
	background-image: url(../../Images/Contexte/imgExpandScreen.png);
}

.imgGraph {
    background-image: url(../../Images/Main/imgGraph.png);
}

.imgMsgError {
	background-image: url(../../Images/Main/icon_error.png);
}

.imgMsgInfo {
	background-image: url(../../Images/Main/icon_info.png);
}

.imgMsgSuccess {
	background-image: url(../../Images/Main/icon_success.png);
}

.imgMsgWarning {
	background-image: url(../../Images/Main/icon_warning.png);
}

.imgMsgQuestion {
	background-image: url(../../Images/Main/icon_question.png);
}

.imgNumber {
    background-image: url(../../Images/Main/imgNumber.png);
}

.imgPreferences {
    background-image: url(../../Images/Main/Prefer_White_48.png);
}

.imgSpecifique {
    background-image: url(../../Images/Main/imgSpecifique.png);
}

.imgSupervisor {
    background-image: url(../../Images/Main/Supervisor_White_48.png);
}

.imgUtilisateur {
    background-image: url(../../Images/Main/User_White_48.png);
}

.mnuHorsysLogo0 {
    background-image: url(../../Images/Main/Home_White_48.png);
}
.mnuHorsysLogo6Std {
    background-image: url(../../Images/Main/mnuHorsys6Std.png);
}


.InviteColor {
    float: right;
    background-color: #DDD;
    height: 24px;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 5px;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
    background-image: url(../../Images/Main/PuceDown.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.InviteColor:hover {
    background-color: #EDEDED;
    background-image: url(../../Images/Main/PuceDownON.png);
}

.popToolsBg {
	position: absolute;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	padding: 5px;
	box-sizing: border-box;
	background-color: #f6f7f7;
}

@keyframes loader {
    100% {transform: rotate(360deg);}
}
@keyframes loader_bounce {
	0%, 100%{transform: scale(0.0);}
	50%{transform: scale(1.0);}
}

@media (max-width: 768px) {
    .co_btnActionCircle {
        transition: none;
    }
    .co_btnActionCircle:hover {
        width: 60px;
        font-size: 0!important;
    }
    .co_btnActionCircleTextRight:hover {
        background-position: center!important;
        padding: 0 0 0 0!important;
    }
    .co_btnActionCircleTextLeft {
        transition: none;
    }
    .co_btnActionCircleTextLeft:hover {
        background-position: center!important;
        padding: 0 0 0 0!important;
    }
}