html,body{
  font-family: Open Sans; 
}
body{
    text-align: center;
    margin: 0;padding: 0;
    background-color: #C3E3EF;
    position: relative;
    height: 100%;
}
input,button,select,textarea{
  outline: none;
}
.error_form_input{
  font-style: italic;
  color: red;
  display: none;
}
.ligne_table{
  border-bottom: 1px dotted #CBCBCB;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}
.ligne_table_doc{
  border-bottom: 1px dotted #CBCBCB;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.ligne_table_bdc{
  border-bottom: 1px dotted #CBCBCB;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.ligne_table_doc_btn{
  padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
}
.ligne_table_trial{
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}
.title_h4{
  color: #36c8c7;
  text-transform: uppercase;
  font-weight: 900;
  background: #F8F8FA;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.closeflap{
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
}
.closeflap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  transform: rotate(45deg);
  background: #8193a8;
  top: 7px;
  left: 14px;
}
.closeflap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  transform: rotate(-45deg);
  background: #8193a8;
  top: 7px;
  left: 14px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pair, .impair{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CBCBCB;
  cursor: pointer;
  overflow: hidden;
  transition: height ease 0.15s;
  cursor: pointer;
  box-sizing: border-box;
  border-left: 2px solid white;
  min-height: 60px;
    align-items: center;
}
.firstRows{
  border-top: 1px dotted #CBCBCB;
}
.pair:hover, .impair:hover{
  background: #F3FCFB;
  border-left: 2px solid #36c8c7;
}
.block-confirm-icone-ok{
  display: block;
  background: url("../images/checked.svg") no-repeat;
  width: 100px;
  height: 100px;
  background-size: 90%;
  background-position: 50% 50%;
  margin: 0 auto;
}
.block-confirm-text-ok{
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #394759;
  display: inline-block;
  width: 100%;
}
.block-confirm-text-email{
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #36c8c7;
  display: inline-block;
  width: 100%;
}
.pending{
  color: #36C8C7;
  font-weight: bold;
  font-style: italic;
}
.error{
  color: red;
  font-weight: bold;
  font-style: italic;
}
.mt-25{
  margin-top: 25px;
}
.mt-20{
  margin-top: 20px;
}
.dsp-block{
  opacity: 1;
}
.dsp-none{
  opacity: 0;
}
.fw-b{
  font-weight: bold!important;
}
#formAddDoc{
  display: none;
}
.block-list-content .block-list-col-txt-btn{
  cursor: pointer;
}
#input_document_file{
  display: none;
}
.content-progress{
  height: 29px;
  border: 0;
  border-radius: 5px;
  background-color: #36c8c7;
  width: 0%;
  margin-top: 5px;
}
#ProgressUploadDoc{
  display: none;
}
.block-type-doc{
  border: 1px solid #3CC8C833;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: lowercase;
  color: #567191;
  font-size: 14px;
}
.block-delete-doc,
.block-delete-portabilite,
.block-delete-numero,
.block-delete-facture,
.block-delete-licence{
  width: 27px;
  height: 27px;
  background: url("../images/trash.svg") no-repeat center center;
  background-size: 14px;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
  display: inline-block;
}
.block-list-col-title a{
  color: #394759;
  font-size: 14px;
}
.block-content-thumbnail{
  height: 170px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.block-content-thumbnail iframe{
  border: 0;
  zoom: 0.10;
  -moz-transform: scale(0.10);
  -moz-transform-origin: 0 0;
  width: 2000px;
  height: 2000px;
  border: 0;
  position: absolute;
  left: 13%;
}
.block-mask-url{
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.img-responsive{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-content-apercu-doc{
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #dadce0;
  margin: 7px;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
}
.block-content-apercu-doc:hover{
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.block-titre-doc{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #394759;
}
.block-date-doc{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #567191;
}
.block-type-doc-list{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #567191;
}
.content_liste_invitation_btn{
  cursor: pointer;
}
.showHideListeInvitationTxtIcone{
  vertical-align: middle;
  font-weight: 600;
    font-size: 14px;
}
.content_block_company_invitation .labelle{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d5380;
  vertical-align: super;
  margin-left: 28px;
}
.content_block_user_invitation .labelle{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d5380;
  vertical-align: super;
}
.content_liste_invitation_liste{
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-height: 300px;
}
.content_block_email_invitation .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_date_invitation .labelle{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d5380;
  vertical-align: super;
}

.content_block_btn_invitation_relance .icone,
.content_block_btn_invitation_copie_link .icone,
.content_block_btn_invitation_delete .icone{
  float: left;
}
.content_block_btn_invitation_relance button,
.content_block_btn_invitation_copie_link button{
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  background: none;
}
.content_block_btn_invitation_delete button{
  border: 0;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  background: none;
}
.content_block_btn_invitation_relance .labelle,
.content_block_btn_invitation_copie_link .labelle{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3cc8c8;
  vertical-align: top;
  text-decoration: underline;
}
.content_block_btn_invitation_delete .labelle{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f04e4f;
  vertical-align: super;
  text-decoration: underline;
}
.ligne_invitation{
  border-bottom: 1px dashed #979797;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ligne_invitation:hover{
  background-color: #f0fdfc;
}
.content_liste_invitation{
  position: relative;
}
.content_liste_invitation_liste{
  display: none;
  position: absolute!important;
  width: 110%;
  z-index: 999;
  top: 42px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#liste_invitation_libe_2{
  display: none;
}
.scroll-content{
  padding-bottom: 64px;
  width: 89%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.scrollbar-track-y {
  width: 3px!important;
}
#prenom::placeholder,
#nom::placeholder,
#telephone::placeholder,
#password_confirm::placeholder{
  color: #567191;
}
.btn_next_blog button{
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #567191;
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  width: 90%;
}
.input_date_periode_test{
  width: 100%;
  border: 0;
  background: white;
  color: #567191;
}
.icone_iban{
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: text-bottom;
}
.icone_iban img{
  width: 100%;
height: 100%;
}
.lib_iban{
  border: 1px solid #3CC8C833;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: lowercase;
  color: #567191;
  vertical-align: sub;
  font-size: 14px;
}
#InsertIbanBtnSubmit{
  margin-top: 16px;
}
.h3_fact{
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  color: #9C27B0;
  opacity: 0.5;
  margin-bottom: 20px;
}
.ligne_fact_client{
  border-bottom: solid 1px #ced4da;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.fact_list_seen{
  width: 100%;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.fact_list_seen img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sender_comment,
.separator_comment,
.date_heure_comment{
  font-size: 11px;
  color: #999;
  text-align: right;
  padding-right: 15px;
}
.content_comment{
  background: #3CC8C858;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
#FormInsertUpdateIban{
  display: none;
}
.SubmitSearch{
  position: absolute;
  top: 8px;
  right: 39px;
  background: white;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-weight: bold;
  display: none;
  color: #36c8c7;
}
.ligne-filtre-search{
  position: relative;
}
.block-list-content .isDelete {
  height: 29px;
  border-radius: 5px;
  background-color: rgba(240, 78, 79, 0.1)!important;
}
.float-right{
  float: right;
}
.link_labelle{
  cursor: pointer;
}
.link_labelle:hover{
  text-decoration: underline;
}
.islang{
  opacity: 1!important;
}
.is_not_read{
  font-weight: bold!important;
}


#content_dot_ticket{
  display: none;
}
.dotticket{
  position: absolute;
  z-index: 11;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(85, 77, 86, 0.6);
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: default;
  transform: scale3d(1, 1, 1);
  will-change: transform;
  transition: transform 350ms cubic-bezier(0.6, 2.7, 0.5, 0.2);
  top: -16px;
  right: -18px;
}
.dotticket.yellow {
  background-color: #fecf33;
}
.isReponse .messageContent .message-items-txt{
  word-break: break-all;
}

.colonne-objet-td,
.colonne-derniere-message-td{
  word-break: break-word;
}
.colonne-derniere-message-th{
  margin-left: 15px;
}
.colonne-client-th{
  margin-left: 11px;
}
.colonne-categorie-th span{
  margin-left: 10px;
}

.input-select-selected-client{
  padding-left: 0!important;
}
.logo-fr{
  background: url("../images/logofr.svg") no-repeat;
}
.logo-en{
  background: url("../images/logoen.svg") no-repeat;
}


.block-list-content .team_test_blocked,
.block-list-content .leads_encours{
border-radius: 5px;
background-color: #F5A724!important;
color: white;
text-transform: uppercase;
}
.block-list-content .team_blocked,
.block-list-content .leads_nopush{
border-radius: 5px;
background-color: #F9CA7C!important;
color: white;
text-transform: uppercase;
}
.block-list-content .team_test_activated,
.block-list-content .leads_action{
border-radius: 5px;
background-color: #86DEDD!important;
color: white;
text-transform: uppercase;
}
.block-list-content .team_activated, 
.block-list-content .leads_done{
border-radius: 5px;
background-color: #36C8C7!important;
color: white;
text-transform: uppercase;
}
.block-list-content .team_deleted,
.block-list-content .leads_sanspotentiel{
border-radius: 5px;
background-color: #999999!important;
color: white;
text-transform: uppercase;
}
.block-list-content .leads_fail{
border-radius: 5px;
background-color: #c03e3e!important;
color: white;
text-transform: uppercase;
}
.block-list-content .leads_test_account{
  border-radius: 5px;
  background-color: #567191!important;
  color: white;
  text-transform: uppercase;
}
.shadow{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.conteneur-list-doc{
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 20px;
}
.title-doc{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #394759;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.date-doc{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #394759;
  display: inline-block;
  width: 100%;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -11px;
}
.view-doc{
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: right;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -11px;
}
.view-doc img{
  height: 100%;
  width: 100%;
}
input,
button{
  font-family: Open Sans!important;
}
.truncate {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left!important;
}

.content_ligne_btn_contact_ringover{
border-radius: 5px;
background-color: #11cccc;
float: right;
position: relative;
top: 14px;
padding: 5px;
width: 100%;
}
.content_ligne_btn_contact_ringover 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_ligne_tel_contact .labelle,
.content_ligne_email_contact .labelle{
  font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #2d5380;
}
.content_ligne_email_contact .icone{
  color: #8193a8;
  font-weight: bold;
  font-size: 24px;
  vertical-align: sub;
}
.content_ligne_tel_contact{
position: relative;
top:21px;
}
.content_ligne_email_contact{
  position: relative;
top:16px;
}
.mt--18{
  margin-top: -18px;
}


/* Center the loader */
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s
}

@-webkit-keyframes animatebottom {
  from {opacity:0 } 
  to {opacity:1 }
}

@keyframes animatebottom { 
  from{opacity:0 } 
  to{opacity:1 }
}
#container_loading{
  width: 100%;
}
a.prevVideo,
a.nextVideo{
  cursor: pointer;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.09);
  background-color: #00cdc2;
  border-radius: 50%;
  padding-left: 22px;
  padding-right: 22px;
  margin: 5px;
  color: white;
}
a.prevVideoDesactiver,
a.nextVideoDesactiver{
  cursor: pointer;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  border-radius: 50%;
  padding-left: 22px;
  padding-right: 22px;
  margin: 5px;
  color: #31dfd9;
}
a.prevVideo:hover,
a.nextVideo:hover{
  background-color: white;
  color: #31dfd9;
}

div#ModalBoxBackGround{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #C3E3EF;
  opacity: 0.5;
  top: 0;
  left: 0;
}
div#ModalBoxContent{
  display: none;
  position: fixed;
  width: 70%;
  background: white;
  height: 70%;
  top: 10%;
  left: 50%;
  margin-left: -35%;
  border-radius: 10px;
  z-index: 9999;
}
div.content_liste_option{
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px;
  overflow-x: hidden;
  height: 70%;
  position: relative;
  padding-right: 16px;
}