html, body { 
    height: 100%; 
 }
 body{
    text-align: center;
    margin: 0;padding: 0;
    background-color: white!important;
    position: relative;
    height: 100%;
}
.hidden-xs{
display: none;
}
.body-block{
padding-left: 25px;
padding-right: 25px;
padding-bottom: 50px;
padding-top: 10px;
}
p{
margin: 0!important;
padding: 0!important;
}
.container{
background-color: #ffffff;
height: auto !important;
height: 100%;
min-height: 100%;
}
.row {position: relative;}
/*
* width:41,666666665% 
* ==> 8,333333333x5
**/
.col-xs-5{width: 41.666666665%;}
/*
* width:49.999999998% 
* ==> 8,333333333x6
**/
.col-xs-6{width: 49.999999998%;}
/*
* width:58,333333331% 
* ==> 8,333333333x7
**/
.col-xs-7{width: 58.333333331%;}
/*
* width:100% 
* ==> 8,333333333x12
**/
.col-xs-12{width: 100%;}
.col-12{width: 100%;}
.col-6{width: 50%;}
.col-10{width: 83.33333333%;}
.col-2{width: 16.666666666%;}
.mt-50{
margin-top: 50px;
}
/*
* width:33,333333332% 
* ==> 8,333333333x4
**/
.col-xs-4{width: 33.333333332%;}
/*
* width:66,666666664% 
* ==> 8,333333333x8
**/
.col-xs-8{width: 66.666666664%;}
.col-xs-9{width: 74.999999997%;}
.col-xs-1{width: 8.333333333%;}
.col-xs-2{width: 16.666666666%;}
.col-xs-3{width: 24.999999999%;}
.col-xs-10{width: 83.33333333%;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
.dsp-block-sm{display: block!important;}
.hidden-xs{display: none;}
.logo-block-mobile{margin: 0!important;}
.flex{display: flex;}

/*
* Login page
**/
.logo-block{
width: 285px;
height: 42px;
margin: 0 auto;
}
.logo-block a{width: 100%;display: block;margin-top: 50px;}
.welcome-block{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #29507f;
    margin-top: 100px;
}
.discovert-block a,
.discovert-block a span{
font-size: 14px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #00cbca;
}
.discovert-block a{
width: 280px;
height: 16px;
text-decoration: none;
cursor: pointer;
transition: .3s;
}
.discovert-block a:hover span{
    margin-left: 20px;
    transition: .3s;
}
.discovert-block a span{
font-weight: normal;
margin-left: 5px;
}
.form__group {
position: relative;
padding: 15px 0 0;
margin-top: 10px;
}
.form__field {
width: 100%;
border: 0;
border-bottom: 1px solid #ced4da;
outline: 0;
font-size: 16px;
padding: 7px 0;
background: transparent;
transition: border-color 0.2s;
}
::placeholder {
color: transparent;
}
~ .form__label {
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 1rem;
color: #11998e;
font-weight:700;    
}
.form__field{
box-shadow:none;
color: #567191;
}
.btn-connection{
cursor: pointer;    
width: 244px;
height: 50px;
border-radius: 10px;
background-image: linear-gradient(102deg, #3ae8e8, #11cccc);
border: 0;
margin: 25px auto;
display: block;
}
.btn-connection span{
width: 89px;
height: 18px;
font-size: 16px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
.form-block{text-align: left;margin-top: 90px;}
.lang-block{
width: 100%;
margin: 45px auto;
}
.lang-block ul{
list-style: none;
margin: 0;
padding: 0;
letter-spacing: 16px;
}
.lang-block li{
width: 32px;
height: 20px;
display: inline-block;
}
.lang-block li.lang-fr{
background: url("../images/fr.svg") no-repeat;
}
.lang-block li.lang-en{
background: url("../images/en.svg") no-repeat;
}
.lang-block li.lang-de{
background: url("../images/de.svg") no-repeat;
}
.prest-block{
background: url("../images/prest-16.png") no-repeat;
height: 690px;
background-size: 100%;
border-radius: 6px;
}
.sites-blocks{
width: 100%;
text-align: center;
margin-top: 50px;
}
.sites-blocks ul{
list-style: none;
margin: 0;
padding: 0;
}
.sites-blocks ul li{
display: inline-block;
}
.sites-blocks ul li.sites-ringover span.img{
background: url("../images/shape_green.svg") no-repeat;
width: 29px;
height: 30px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.sites-blocks ul li.sites-meet span.img{
background: url("../images/shape_blue.svg") no-repeat;
width: 29px;
height: 30px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.sites-blocks ul li span.txt{
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
display: inline-block;
}
.sites-blocks ul li.sites-ringover{
margin-right: 16px;
}
.txt-forgot-mdp{
font-size: 14px;
font-weight: 100;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
margin-left: 50px;
display: block;
margin: 0 auto;
text-align: center;
cursor: pointer;
opacity: 0.7;
}
.txt-forgot-mdp:hover{
    text-decoration: underline;
    opacity: 1;
}
.prest-block-rs-mobile ul li{
background: url(../images/rs.svg) no-repeat;
width: 32px;
height: 30px;
display: inline-block;
cursor: pointer;
}
.prest-block-rs-mobile ul{
list-style: none;
margin: O;
padding: 0;
letter-spacing: 11px;
}
.rs-twitter-mobile{background-position: 0% 50%;}
.rs-twitter-mobile:hover{transition:.3s; filter: invert(59%) sepia(66%) saturate(4199%) hue-rotate(163deg) brightness(98%) contrast(101%);}
.rs-youtube-mobile{background-position: 33% 50%!important;}
.rs-youtube-mobile:hover{transition:.3s; filter: invert(21%) sepia(91%) saturate(4684%) hue-rotate(354deg) brightness(94%) contrast(126%);}
.rs-fb-mobile{background-position: 67% 50%!important;}
.rs-fb-mobile:hover{transition:.3s; filter: invert(37%) sepia(44%) saturate(736%) hue-rotate(181deg) brightness(96%) contrast(92%)}
.rs-linkdin-mobile{background-position: 100% 50%!important;}
.rs-linkdin-mobile:hover{transition:.3s; filter: invert(29%) sepia(72%) saturate(1720%) hue-rotate(175deg) brightness(93%) contrast(89%);}
.contener_rs{
position: relative;
}
.prest-block-rs-mobile{
margin-top: 64px;
}
/*
* Login page
**/


/*
* Accueil
**/
.navbar-block{margin-top: 33px}
.navbar-block ul{
list-style: none;
margin: 0;
border-radius: 5px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
letter-spacing: 1em;
padding: 11px;
}
.navbar-block ul li{
display: inline-block;
}
.navbar-block ul li a{
text-decoration: none;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
border-radius: 5px;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 23px;
padding-right: 23px;
}
.navbar-block ul li a.active,
.navbar-block ul li a:hover{
background-color: #31dfd9;
color: #ffffff;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
}
.user-block{
text-align: left;
padding-top: 24px;
padding-bottom: 24px;
}
.user-block a{text-decoration: none;}
.user-block a span.user-block-name{
display: block;
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
}
.user-block a span.user-block-status{
display: block;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
}
.stats-block{
border-radius: 10px;
background-color: #8193a8;
text-align: left;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 25px;
}
.stats-block .stats-item-title,
.stats-block .stats-item-val{
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
display: block;
margin-bottom: 9px;
}
.stats-block .stats-item-graph{
width: 66px;
height: 20px;
background: url(../images/group/group-6.png) no-repeat;
display: block;
position: absolute;
bottom: 28px;
right: 9px;
}
.slider-block-1{position: relative;}
.slider-block-1 .slider-content{
height: 300px;
opacity: 0.35;
border-radius: 10px;
background-color: #d8d8d8;
}
.slider-block-1 .paginate{
width: 50px;
height: 50px;
box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.09);
background-color: #ffffff;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -25px;
border-radius: 50%;
cursor: pointer;
}
.slider-block-1 .prev{
left: 30px;
}
.slider-block-1 .next{
right: 30px;
}
.slider-block-1 .prev i{
font-weight: bold;
font-size: 37px;
}
.slider-block-1 .next i{
font-weight: bold;
font-size: 37px;
}
.slider-block-2-right{
height: 184px;
opacity: 0.35;
background-color: #d8d8d8;
margin-top: 25px;
}
.navbar-block-mobile a.icon-mobile {
width: 50px;
box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -25px;
cursor: pointer;
right: 0;
border-radius: 5px;
padding: 8px;
}
.navbar-block-mobile a.icon-mobile span {
display: block;
background: #8193A8;
height: 4px;
margin-top: 5px;
width: 90%;
margin: 5px auto;
}
.navbar-block-mobile-items{display:none;margin-top: 25px;}
.navbar-block-mobile-items ul{
list-style: none;
padding: 0;
margin: 0;
border-radius: 5px;
background-color: #ffffff;
}
.navbar-block-mobile-items ul li a{
text-decoration: none;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
border-radius: 5px;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
width: 100%;
margin-top: 10px;
}
.navbar-block-mobile-items ul li a.active{
background-color: #31dfd9;
font-weight: bold;
color: #ffffff;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
}
.navbar-block-mobile-items ul li a:hover{
    background-color: #F8F8FA;
    color: #000000;
}
.slider-block-2-left iframe{
border: 4px solid #000;
-moz-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
}
.Dernires-videos-Txt,
.Blog-titre-Txt{
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #567191;
text-align: left;
height: 40px;
}
.More-videos-Txt{
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: right;
color: #567191;
width: 90%;
height: 40px;
cursor: pointer;
}
.More-videos-Txt:hover{
text-decoration: underline;
}
.Articles-les-plus-co-Txt{
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #567191;
text-align: left;
height: 40px;
}
.More-articles-Txt{
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: right;
color: #567191;
height: 40px;
cursor: pointer;
}
.More-articles-Txt:hover{
text-decoration: underline;
}
.block-ligne-case{
height: 50px;
border-radius: 10px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
position: relative;
}
.block-ligne-case .ligne-txt{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #394759;
}
.block-ligne-case .ligne-descr{
    height: 16px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00cdc2;
    display: block;
}
.blogListContent{
border-radius: 10px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
padding-bottom: 20px;
}
.Blog-visuel-box{
width: 90%;
margin: 0 auto;
margin-top: 20px;
padding-top: 20px;
}
.Blog-visuel-box a{
width: 100%;
display: block;
}
.Blog-visuel-box a img{
object-fit: contain;
width: 100%;
border-radius: 10px;
}
.Blog-title-box{
width: 90%;
margin: 0 auto;
text-align: left;
}
.Blog-title-box a{
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
text-decoration: none;
}
.Blog-author-box{
font-size: 12px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #00cdc2;
display: inline-block;
width: 82%;
text-align: left;
}
.Blog-date-box{
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
display: inline-block;
width: 82%;
text-align: right;
}
.dsp-flex-xs{
display: flex;
}
.mt-50-xs{
margin-top: 50px;
}
.mt-25-xs{
margin-top: 25px;
}


/*
* Page Clients
**/
.block-list-content{
border-radius: 10px;
background-color: #ffffff;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
height: 100%;
}
.block-list-content .block-list-content-txt{
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #567191;
margin-top: 17px;
display: inline-block;
}
.block-list-content .block-list-content-btn{
height: 50px;
border: 0;
border-radius: 5px;
background-color: #eaf9fa;
cursor: pointer;
}
.block-list-content .block-list-content-btn span{
font-size: 14px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #36c8c7;
}
.block-list-content .block-list-col-txt{
height: 19px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #394759;
display: inline-block;
width: 100%;
text-align: left;
}
.block-list-content .block-list-col-txt-btn{
height: 29px;
border: 0;
border-radius: 5px;
background-color: #36c8c7;
width: 100%;
}
.block-list-content .isTest{
height: 29px;
border-radius: 5px;
background-color: #f5a724;
}
.block-list-content .block-list-col-txt-btn span{
font-size: 14px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
.block-list-content .block-list-col-title{
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #8193a8;
width: 100%;
text-align: left;
display: inline-block;
}
.pa-xs{
position: absolute;
top: 50%;
right: 0;
margin-top: -14.5px;
}


/*
* Page Documentations
**/
.navbar-block-left{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.navbar-block-left ul{
list-style: none;
margin: 0;
padding: 0;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 5px;
padding-right: 5px;
}
.navbar-block-left ul li{margin-bottom: 12px;}
.navbar-block-left ul li a{
text-decoration: none;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
border-radius: 5px;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 23px;
padding-right: 23px;
}
.navbar-block-left ul li a.active,
.navbar-block-left ul li a:hover{
background-color: #31dfd9;
font-weight: bold;
color: #ffffff;
}
.navbar-block-right-niv-2-1,
.navbar-block-right-niv-1,
.navbar-block-right-niv-2-2,
.navbar-block-right-niv-3{
height: 166px;
opacity: 0.35;
background-color: #d8d8d8;
margin-right: 25px;
margin-left: 25px;
}

.navbar-block-mobile-left a.icon-mobile-left {
width: 50px;
box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
display: inline-block;
position: fixed;
bottom: 10px;
cursor: pointer;
left: 46px;
border-radius: 5px;
padding: 8px;
z-index: 2000;
}
.navbar-block-mobile-left a.icon-mobile-left span {
display: block;
background: #8193A8;
height: 4px;
margin-top: 5px;
width: 90%;
margin: 5px auto;
}
.navbar-block-left-mobile{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
position: fixed;
width: 50%;
z-index: 2000;
bottom: 61px;
left: 44px;
display: none;
}
.navbar-block-left-mobile ul{
list-style: none;
margin: 0;
padding: 0;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 5px;
padding-right: 5px;
}
.navbar-block-left-mobile ul li{margin-bottom: 12px;}
.navbar-block-left-mobile ul li a{
text-decoration: none;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
border-radius: 5px;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 23px;
padding-right: 23px;
width: 100%;
box-sizing: border-box;
}
.navbar-block-left-mobile ul li a.active{
background-color: #31dfd9;
font-weight: bold;
color: #ffffff;
}
.navbar-block-left-mobile ul li a:hover{
    background-color: #F8F8FA;
    color: #000000;
}
/*
* Trie liste clients
**/
*[data-direction="asc"]::after {
content: "\0025B2";
font-size: 12px;
position: absolute;
color: #31dfd9;
right: 10px;
}
*[data-direction="desc"]::after {
content: "\0025BC";
font-size: 12px;
position: absolute;
color: #31dfd9;
right: 10px;
}
.col-liste-client{
position: relative;
cursor: pointer;
}
#input-search-client{
width: 100%;
box-sizing: border-box;
border: 0;
border-radius: 5px;
font-size: 16px;
background-image: url('../images/shape/shape.png');
background-position: 10px 18px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
background-color: #f6f6f6;
height: 50px;
}
#input-search-client::placeholder{
color: #567191;
}
#input-filtre-comm{
width: 100%;
box-sizing: border-box;
border: 0;
border-radius: 5px;
font-size: 16px;
background-position: 10px 18px;
background-repeat: no-repeat;
padding: 12px 20px 12px 11px;
background-color: #f6f6f6;
height: 50px;
cursor: pointer;
color: #394759;
}
#input-filtre-comm::placeholder{
color: #567191;
}
.input-filtre-comm-group{
position: relative;
width: 100%;
margin-top: 20px;
}
.input-filtre-comm-icone{
position: absolute;
right: 11px;
top: 20px;
font-size: 11px;
}
#input-filtre-teams{
width: 100%;
box-sizing: border-box;
border: 0;
border-radius: 5px;
font-size: 16px;
background-position: 10px 16px;
background-repeat: no-repeat;
padding: 12px 20px 12px 11px;
background-color: #f6f6f6;
height: 50px;
cursor: pointer;
color: #394759;
}
#input-filtre-teams::placeholder{
color: #567191;
}
.input-filtre-teams-group{
position: relative;
width: 100%;
margin-top: 20px;
}
.input-filtre-teams-icone{
position: absolute;
right: 11px;
top: 20px;
font-size: 11px;
}
.select-list{
list-style: none;
margin: 0;
background-color: #f6f6f6;
line-height: 30px;
cursor: pointer;
color: #567191;
position: absolute;
width: 100%;
padding: 11px;
box-sizing: border-box;
display: none;
z-index: 1000;
}
.select-list li:hover{
background-color: #F3FCFB;
}
.select-list li{
padding-top: 5px;
padding-bottom: 5px;
}
.textResetRight{
text-align: center!important;
margin-top: 20px;
}
#input-search-doc {
    width: 90%;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    background-image: url('../images/shape/shape.png');
    background-position: 10px 18px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    background-color: #f6f6f6;
    height: 50px;
}
.scrollbar-client-form{
    height: 90%;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding-right: 10px;
}
#input-search-doc::placeholder{
    color: #567191;
}
.dsp-block-xs{
    display: block!important;
}
#email::placeholder{
    color: #567191;
}
#password::placeholder{
    color: #567191;
}
#conteneur_block_left_client{
display: none;
position: absolute;
transition: all ease 0.3s;
top: 0;
}
.content-box-client{
    position: relative;
    height: 1048px;
}
.content-box-client{
    position: relative;
    height: 1175px;
}
#conteneur_block_left_client{
display: none;
position: absolute;
height: 100%;
transition: all ease 0.3s;
top: 0;
}
#saveStatusContent{
display: none;
}
.form input[type="submit"], .form button{
    width: 100%!important;
}

/*
 * Tickets
 **/
 #input-search-ticket {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    background-image: url('../images/shape/shape.png');
    background-position: 10px 18px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    background-color: #f6f6f6;
    height: 50px;
    color: #567191;
    }
    #input-search-ticket::placeholder{
        color: #567191;
    }
    .col-liste-ticket {
        position: relative;
        cursor: pointer;
        text-align: left;
    }
    #input-select-selected-categorie{
        padding-left: 0px!important;
    }
    .textarea-input{
        background: white none repeat scroll 0% 0%;
        height: 170px;
        border: 0;
        border-bottom: 1px solid #ced4da;
        padding: 2px;
        resize: none;
    }
    #textarea-input-msg::placeholder{
        color: #567191;
    }
    #input_select_categorie li,
    #input_select_teams li{
        padding-left: 5px!important;
    }
    #input-select-selected-teams{
        padding-left: 0!important;
    }
    .block-infos{
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #394759;
    }
    .btnflap{
        border-radius: 5px;
        background-color: #f5f6f7;
        font-family: MuseoSans;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
        display: inline-block;
        padding: 12px;
        margin-top: 12px;
        cursor: pointer;
        text-align: center;
    }
    .closeticket{
        cursor: pointer;
        margin-right: 11px;
    }
    .infosclientticket{
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
        margin-left: 24px;
        display: block;
    }
    .messageContent{
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    .isMessage .messageContent{
        text-align: left;
    }
    
    .isMessage .messageContent .message-items-date,
    .isReponse .messageContent .message-items-date{
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
        display: inline-block;
    }
    
    .isMessage .messageContent .message-items-txt{
        color: #394759;
        background-color: #f1f2f6;
        border-radius: 20px 20px 20px 0;
        display: inline-block;
        padding: 15px;
        max-width: 80%;
        min-width: 80%;
    }
    .isReponse .messageContent .message-items-txt{
        color: #ffffff;
        background-color: #567191;
        display: inline-block;
        border-radius: 20px 20px 0 20px;
        display: inline-block;
        padding: 15px;
        max-width: 80%;
        text-align: left;
        min-width: 80%;
    }
    .message-items-sender{
        display: block;
        font-weight: bold;
    }
    
    .separator-date .separatorContent .message-items-separator{
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
    }
    textarea#message::placeholder{
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
    }
    textarea#message{
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #567191;
        width: 100%;
        resize: none;
        border: 0;
        background-color: #f9f9f9;
        padding: 10px;
    }
    .btn-send-message{
        height: 100%;
        display: inline-block;
        text-align: right;
        width: 100%;
    }
    .btn-send-message img{
        margin-top: 24%;
    }
    .scrollbar-ticket-chat{
        height: 64%;
        width: 100%;
        overflow-y: scroll;
        margin-bottom: 25px;
    }
    .pb-25{
        padding-bottom: 25px;;
    }

    #conteneur_block_left_ticket{
    display: none;
    position: absolute;
    right: 1px;
    height: 100%;
    transition: all ease 0.3s;
    top: 0;
    }
    .content-box-ticket{
        height: 100%;
    }
    .scrollbar-ticket-form{
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        margin-bottom: 25px;
        padding-right: 10px;
    }
    #FormAddTicket{
        height: 90%;
    }

/*
* Compte
*/
.Infos_connecter_compte{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.membre_connecter_compte{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.lang_connecter_compte{
    vertical-align: middle;
}
.content_btn_modifier button{
    border: 0;
    height: 50px;
    opacity: 0.81;
    border-radius: 10px;
    background-color: rgba(45, 83, 128, 0.1);
    cursor: pointer;
    width: 100%;
    max-width: 189px;
}

.content_btn_modifier .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #567191;
    vertical-align: super;
}
.content_btn_deconnect button{
    border: 0;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(240, 78, 79, 0.1);
    width: 100%;
    max-width: 189px;
    cursor: pointer;
}

.content_btn_deconnect .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f04e4f;
    vertical-align: super;
    width: 100%;
}

.content_block_phone_compte .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    vertical-align: super;
}
.content_block_mail_compte .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    vertical-align: super;
}
.content_block_mail_compte .icone{
    width: 20px;
    height: 20px;
    color: #8193a8;
    display: inline-block;
    font-weight: bold;
    vertical-align: super;
    font-size: 24px;
}
.content_block_company_compte .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    vertical-align: super;
}
.content_block_address_1_compte .labelle,
.content_block_address_2_compte .labelle{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    margin-left: 29px;
}
.content_block_tva_compte .labelle,
.content_block_nif_compte .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.content_block_tva_compte .value,
.content_block_nif_compte .value{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.content_block_contact_compte .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    vertical-align: super;
}
.content_block_contact_1_compte .labelle,
.content_block_contact_2_compte .labelle{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.content_block_abo_compte,
.content_block_encaissement_compte,
.content_block_po_compte{
    height: 85px;
    border-radius: 10px;
    background-color: #2d5380;
    width: 100%;
}
.content_block_abo_compte .labelle,
.content_block_encaissement_compte .labelle,
.content_block_po_compte .labelle{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 6px;
    padding-left: 9px;
    box-sizing: border-box;
}
.content_block_abo_compte .value,
.content_block_encaissement_compte .value,
.content_block_po_compte .value{
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
    padding-top: 5px;
}
.content_block_comm .icone{
    width: 14px;
    height: 14px;
    background-color: #31dfd9;
    display: inline-block;
    border-radius: 50%;
}
.content_block_comm .labelle{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2d5380;
}
.content_block_btn_add_user{
    max-width: 192px;
    width: 100%;
    float: right;
    margin-top: -10px;
}
.content_block_btn_add_user button{
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #eaf9fa;
    cursor: pointer;
}
.content_block_btn_add_user .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3cc8c8;
}

.content_ligne_nom_comm .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
}
.content_ligne_btn_comm{
    width: 100%;
    max-width: 123px;
    height: 29px;
    border-radius: 5px;
    background-color: #11cccc;
    float: right;
    position: relative;
    top: 21px;
}
.content_ligne_btn_comm .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.ligne_comm_compte,
.ligne_fact_contrat_compte{
    border-bottom: 1px dashed #979797;
    height: 70px;
}
.ligne_comm_compte:hover,
.ligne_fact_contrat_compte:hover{
    background-color: #f0fdfc;
}
.content_icone_block_fact_contrat_compte .icone{
    width: 14px;
    height: 14px;
    background-color: #31dfd9;
    display: inline-block;
    border-radius: 50%;
}
.content_fact_block_fact_contrat_compte,
.content_contrat_block_fact_contrat_compte{
    cursor: pointer;
}
.content_fact_block_fact_contrat_compte .labelle,
.content_contrat_block_fact_contrat_compte .labelle{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
}
.ligne_onglet_compte{
    border-bottom: 1px solid #e2e2e2;
}
.active_onglet{
    border-bottom: 5px solid #31dfd9;
}

.content_ligne_date_fact_contrat{
    height: 50px;
}

.content_ligne_btn_fact_contrat_download,
.content_ligne_btn_fact_contrat_view,
.content_ligne_btn_fact_contrat_send{
    max-width: 146px;
    width: 100%;
    margin-top: 10px;
}
.content_ligne_btn_fact_contrat_download button,
.content_ligne_btn_fact_contrat_view button,
.content_ligne_btn_fact_contrat_send button{
    border: 0;
    width: 56%;
    border-radius: 10px;
    background-color: #ffffff;
    height: 50px;
    cursor: pointer;
}
.content_ligne_btn_fact_contrat_download .labelle,
.content_ligne_btn_fact_contrat_view .labelle,
.content_ligne_btn_fact_contrat_send .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3cc8c8;
}
.content_ligne_btn_fact_contrat_download .icone,
.content_ligne_btn_fact_contrat_view .icone,
.content_ligne_btn_fact_contrat_send .icone{
    vertical-align: middle;
}
.content_ligne_date_fact_contrat .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
    position: relative;
    top: 18px;
}
.content_ligne_nom_comm{
    position: relative;
    top: 21px;
}
.content_btn_langue_compte_admin{
    width: 100%;
}
.content_btn_langue_compte_admin button{
    border: 0;
    height: 50px;
    opacity: 0.81;
    border-radius: 10px;
    background-color: rgba(45, 83, 128, 0.1);
    width: 100%;
    cursor: pointer;
}
.content_btn_langue_compte_admin .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #567191;
    vertical-align: super;
}
.content_btn_langue_compte_admin .icone{
    float: left;
    margin-left: 7px;
}

.content_btn_langue_compte_admin .icone-select{
    float: right;
    margin-top: 2px;
    margin-right: 7px;
}
.content_btn_password_compte_admin button{
    border: 0;
    height: 50px;
    opacity: 0.81;
    border-radius: 10px;
    background-color: rgba(45, 83, 128, 0.1);
    width: 100%;
    cursor: pointer;
}
.content_btn_password_compte_admin .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #567191;
    vertical-align: super;
}
.content_btn_deconnect_compte_admin button{
    border: 0;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(240, 78, 79, 0.1);
    cursor: pointer;
    width: 100%;
}
.content_btn_deconnect_compte_admin .labelle{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f04e4f;
    vertical-align: super;
}
.content_btn_deconnect_compte_admin .icone{
    float: left;
    margin-left: 7px;
}
.compte_admin_block_contact{
    border-left: solid 1px #dedede;
}
.mb-25-xs{
    margin-bottom: 25px;
}

.list-licence,
.list-engagement{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-licence li,
.list-engagement li{
    display: inline-block;
}
.btn-choix-licence,
.btn-choix-engagement,
.btn-total-facture,
.btn-total-facture-suivant{
    height: 29px;
    border: 0;
    border-radius: 5px;
    width: 100% !important;
    cursor: pointer;
}
.btn-choix-licence-active,
.btn-choix-engagement-active{
    background-color: #36c8c7;
}
.btn-choix-licence-active span,
.btn-choix-engagement-active span{
    color: #ffffff!important;
}
.btn-choix-licence span,
.btn-choix-engagement span,
.btn-total-facture span,
.btn-total-facture-suivant span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color:#36c8c7;
}
.input-select-conteneur-nbre-licence,
.input-select-conteneur-prix-negocie,
.input-select-conteneur-ajouter-sip{
    position: relative;
    width: 22%;
    height: 30px;
    border-bottom: 1px solid #ced4da;
    transition: all 0.3s ease;
    font-family: MuseoSans;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
    cursor: pointer;
}
#input-select-selected-nbre-licence,
#input-select-selected-prix-negocie,
#input-select-selected-ajouter-sip{
    padding-left: 0!important;
}
#input_select_nbre_licence li,
#input_select_prix_negocie li,
#input_select_ajouter_sip li,
.input_select_portabilite_porta li,
.input_select_portabilite_pays li,
.input_select_portabilite_qte li,

.input_select_numero_porta li,
.input_select_numero_pays li,
.input_select_numero_qte li,
.input_select_facture_qte li{
    padding-left: 0!important;
}
.input_select_portabilite_pays{
    width: 100%;
    overflow-x: hidden!important;
}


.input-select-conteneur-portabilite-porta,
.input-select-conteneur-portabilite-pays,
.input-select-conteneur-portabilite-qte,
.input-select-conteneur-numero-porta,
.input-select-conteneur-numero-pays,
.input-select-conteneur-numero-qte{
    position: relative;
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #ced4da;
    transition: all 0.3s ease;
    font-family: MuseoSans;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
    cursor: pointer;
}

.input-select-conteneur-facture-qte{
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ced4da;
    margin-top: 13px;
    transition: all 0.3s ease;
    font-family: MuseoSans;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
    cursor: pointer;
}

.input-select-selected-portabilite-porta,
.input-select-selected-portabilite-pays,
.input-select-selected-portabilite-qte,
.input-select-selected-numero-porta,
.input-select-selected-numero-pays,
.input-select-selected-numero-qte,
.input-select-selected-facture-qte{
    padding-left: 0!important;
}
.input-select-selected-facture-qte{
    margin-top: 6px;
}
.scrollbar-client-form{
    height: 95%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
    padding-right: 10px;
}

.ligne_portabilite,
.ligne_numero{
    padding: 9px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-bottom: 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border: 1px solid #ced4da;
}
.mt-30{
    margin-top: 30px;
}
.ligne_facture{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ced4da;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.input-select-conteneur-facture-qte .chevron-down{
    top: 8px;
}
.conteneur_block_right_client{
    height: 100%;
}
#FormSendInvitation{
    height: 90%;
}
#FormCreateInvoice{
    height: 90%;
}


.content_form_add_compte{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-top: 20px;
    display: none;
}
.descr_titre_admin{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d5380;
    vertical-align: super;
    display: block;
}
.descr_admin{
    line-height: 14px;
    font-size: 11px;
    padding-bottom: 8px;
    font-style: normal;
    opacity: 0.7;
}
.form-field label{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}
.FormSendInvitationUserCompte{
    padding: 10px;
    box-sizing: border-box;
}
.block-list-content-titre{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #567191;
    margin-top: 17px;
    display: inline-block;
    vertical-align: super;
}
.block-list-content-icone{
    padding-left: 10px;
}
.block-content-btn{
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #eaf9fa;
    cursor: pointer;
}
.block-content-btn span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3cc8c8;
}
.textCenter{
    text-align: center;
}
.icone_confirm_invitation{
    display: inline-block;
    width: 100%;
    height: 50px;
}
.icone_confirm_invitation img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.lib__confirm_invitation{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
}
.email_confirm_invitation{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
    font-weight: bold;
}
.error_send_invitation,
.error_update_language,
.error_update_password{
    color: red;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: none;
}
.supprimer{
    background-color: rgba(240, 78, 79, 0.1)!important;
}
.inviter{
    background-color: rgba(45, 83, 128, 0.1)!important;
}
.mb-25{
    margin-bottom: 25px;
}
.content_edit_comm_compte{
    display: none;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 0;
}
.block-content-btn-delete{
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(240, 78, 79, 0.1);
    cursor: pointer;
}
.block-content-btn-delete span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f04e4f;
}
.content_update_infos_user_compte{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 9999;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.block-content-btn-edit-password,
.block-content-btn-edit-langue{
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #eaf9fa;
    cursor: pointer;
}
.block-content-btn-edit-password span,
.block-content-btn-edit-langue span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3cc8c8;
}
.pr-25-sm{
    padding-right: 25px;
}


.content-More-videos .icone{
    display: inline-block;
    width: 31px;
    vertical-align: text-top;
    float: left;
}
.content-More-videos .icone img{
    width: 100%;
}
.content-More-videos .labelle{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #567191;
    vertical-align: middle;
}

.content-Blog-titre-Txt .icone{
    display: inline-block;
    width: 22px;
    vertical-align: middle;
}
.content-Blog-titre-Txt .icone img{
    width: 100%;
}
.content-Blog-titre-Txt .labelle{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #567191;
}


.content-author-blog .icone{
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.content-author-blog .icone img{
    width: 100%;
    height: 100%;
}
.content-author-blog .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #567191;
}
.mt-10{
    margin-top: 10px;
}

.scrollbar-liste-blog{
    max-height: 1057px;
    height: 100%;
}

.scroll-content {
    width: 100%!important;
}

.content_block_contact .icone{
    width: 14px;
    height: 14px;
    background-color: #31dfd9;
    display: inline-block;
    border-radius: 50%;
}
.content_block_contact .labelle{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2d5380;
}
.ligne_contact_compte{
    border-bottom: 1px dashed #979797;
    height: 70px;
    cursor: pointer;
}
.content_form_add_contact{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    width: 98%;
    top: 33px;
    z-index: 9999;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.block-content-btn-add-contact{
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #eaf9fa;
    cursor: pointer;
}
.block-content-btn-add-contact span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3cc8c8;
}
#input-select-selected-role{
    padding-left: 0!important;
}
.content_ligne_nom_contact {
    position: relative;
    top: 21px;
}
.content_ligne_nom_contact .labelle{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394759;
}
.content_ligne_btn_contact{
    width: 100%;
    max-width: 123px;
    min-height: 29px;
    border-radius: 5px;
    background-color: #11cccc;
    float: right;
    position: relative;
    top: 14px;
}
.content_ligne_btn_contact span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.content_edit_contact_compte{
    display: none;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 0;
    padding: 10px;
}
.block-content-btn-delete-contact {
    border: 0;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(240, 78, 79, 0.1);
    width: 100%;
    max-width: 189px;
    cursor: pointer;
}
.block-content-btn-delete-contact span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f04e4f;
    vertical-align: super;
    width: 100%;
}

.form-field-mb-0{
    margin-bottom:0!important;
}
.btn-tva-value{
    height: 29px;
    border: 0;
    border-radius: 5px;
    width: 100% !important;
    cursor: pointer;
}
.btn-tva-value span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #36c8c7;
}
.btn-tva-value-active{
    background-color: #36c8c7;
}
.btn-tva-value-active span{
    color: #ffffff !important;
}
.block-type-invoice-status{
    border: 1px solid #3CC8C833;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    text-transform: lowercase;
    color: #3CC8C8;
    display: inline-block;
}
.invoice_seen{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.invoice_seen img{
    width: 100%;
    height: 100%;
}
.invoice_copy{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-left: 20px;
}
.invoice_copy img{
    width: 100%;
    height: 100%;
}
#btn-tva-value{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #36c8c7;
    width: 100%;
    box-sizing: border-box;
}
.btn-tva-value-moin{
    position: absolute;
    height: 29px;
    border: 0;
    border-radius: 5px;
    width: 50px !important;
    cursor: pointer;
    top: 13px;
    left: 0;
}
.btn-tva-value-plus{
    position: absolute;
    height: 29px;
    border: 0;
    border-radius: 5px;
    width: 50px !important;
    cursor: pointer;
    top: 13px;
    right: 0;
}
.lib_access_dashboard {
    border: 1px solid #3CC8C833;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    text-transform: lowercase;
    color: #567191;
    vertical-align: sub;
    margin-top: 13px;
    display: inline-block;
}
.icone_access_dashboard {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: text-bottom;
}
.icone_access_dashboard img {
    width: 100%;
    height: 100%;
}
.content_btn_access_dashboard .icone{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.content_btn_access_dashboard .icone img{
    width: 100%;
    height: 100%;
}
.content_btn_access_dashboard .labelle{
    vertical-align: middle!important;
}