/*
Theme Name: iDizBox
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème iDizBox - 2019
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
  --bleufonce: #25385E;
  --bleufoncemoyen: #435881;
  --bleuflash: #0075EB;
  --bleumidclair: #E7E7F3;
  --bleusuperclair: #F6F7FC;
}

html, body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    overflow-y: visible !important;
}

body {
    background-color: var(--bleusuperclair);
    font-family: 'Montserrat', sans-serif;
    color: var(--bleufonce);
    font-size: 15px;
    font-weight: 600;
    line-height: initial;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nopadding { padding: 0; }
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.padding-left-mid {padding-left: 7.5px;}
.padding-right-mid {padding-right: 7.5px;}
.padding_t10 { padding-top: 10px; }
.padding_t15 { padding-top: 15px; }
.padding_t20 { padding-top: 20px; }
.padding_t25 { padding-top: 25px; }
.padding_t30 { padding-top: 30px; }
.padding_t40 { padding-top: 40px; }
.padding_t50 { padding-top: 50px; }
.padding_t60 { padding-top: 60px; }
.padding_t70 { padding-top: 70px; }
.padding_t80 { padding-top: 80px; }
.padding_t100 { padding-top: 100px; }
.padding_t115 { padding-top: 115px; }
.padding_t120 { padding-top: 120px; }
.padding_t150 { padding-top: 150px; }
.padding_b10 { padding-bottom: 10px; }
.padding_b15 { padding-bottom: 15px; }
.padding_b20 { padding-bottom: 20px; }
.padding_b22 { padding-bottom: 22px; }
.padding_b30 { padding-bottom: 30px; }
.padding_b40 { padding-bottom: 40px; }
.padding_b50 { padding-bottom: 50px; }
.padding_b60 { padding-bottom: 60px; }
.padding_b70 { padding-bottom: 70px; }
.padding_b80 { padding-bottom: 80px; }
.padding_b90 { padding-bottom: 90px; }
.padding_b120 { padding-bottom: 120px; }
.padding_b150 { padding-bottom: 150px; }
.padding_all30 { padding: 30px; }
.margin_t5 { margin-top: 5px; }
.margin_t10 { margin-top: 10px; }
.margin_t15 { margin-top: 15px; }
.margin_t20 { margin-top: 20px; }
.margin_t30 { margin-top: 30px; }
.margin_t40 { margin-top: 40px; }
.margin_t50 { margin-top: 50px; }
.margin_t60 { margin-top: 60px; }
.margin_t70 { margin-top: 70px; }
.margin_t80 { margin-top: 80px; }
.margin_t120 { margin-top: 120px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b15 { margin-bottom: 15px; }
.margin_b20 { margin-bottom: 20px; }
.margin_b25 { margin-bottom: 25px; }
.margin_b30 { margin-bottom: 30px; }
.margin_b40 { margin-bottom: 40px; }
.margin_b50 { margin-bottom: 50px; }
.margin_b60 { margin-bottom: 60px; }
.margin_b70 { margin-bottom: 70px; }
.margin_b80 { margin-bottom: 80px; }
.margin_b120 { margin-bottom: 120px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    position: relative;
    font-weight: bold;
    line-height: initial;
}

.h1, h1 {
    font-size: 30px;
}

.row.valign {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--bleufonce);
    color: #FFFFFF;
    border-radius: 10px;
    padding: 9.75px 20px;
    font-size: 15px;
    line-height: inherit;
    font-weight: bold;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn:hover {
    background-color: var(--bleufoncemoyen);
    color: #FFFFFF;
}

.btn_grad {
    background-image: linear-gradient(to right, var(--bleufonce) 0%, var(--bleuflash) 51%, var(--bleufonce) 100%);
    transition: 0.5s;
    background-size: 200% auto;
}

.btn_grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn_bleuf, .btn_bleuf:active, .btn_bleuf:visited, .btn_bleuf:focus {
    background-color: #0075EB;
}

.btn_bleuf:hover {
    background-color: #0967C6;
    color: #FFFFFF;
}

.btn_100 {
    width: 100%;
}

.btn_svg_left svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.bg_white {
    background-color: #FFFFFF;
}

/**************************/
/******* CONNEXION ********/
/**************************/

body.page-template-page-connexion {
    background-color: var(--bleufonce);
}

.page_connexion {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idb_login_cont {
    width: 340px;
    max-width: calc( 100% - 30px );
}

.idb_login_logo {
    max-width: 155px;
    margin: auto;
    margin-bottom: 30px;
}

.idb_login {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.idb_login_label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--bleufonce);
}

.idb_login_input {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid var(--bleufonce);
    padding: 8.75px 15px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}

.idb_login_cont .btn_connexion {
    width: 100%;
}

.row_ip_codes {
    display: flex;
}

.row_ip_codes input {
    font-size: 15px;
    width: 40px;
    text-align: center;
    flex: 1 0 1em;
    margin-right: 10px;
    background-color: #FFFFFF;
    border: 2px solid var(--bleufonce);
    padding: 8.75px 5px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.row_ip {
    display: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-success {
    color: #0074e8;
    background-color: #c7ddfb;
    border-color: #0074e8;
}

.alert-danger {
    color: #ff4b54;
    background-color: #ffe2e2;
    border-color: #ff4b54;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/**************************/
/******** SIDEBAR *********/
/**************************/

.sidebar {
    background: var(--bleufonce);
    width: 256px;
    min-height: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
}

.sidebarin {
    padding-bottom: 100px;
}

.menu_bloc_datetime {
    color: #5A7294;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.header_logo {
    padding-top: 20px;
    padding-left: 30px;
}

svg.logo_top_txt {
    margin-left: 15px;
}

.sidebar_menu_cont {
    margin-top: 30px;
}

.sidebar_menu_cont a, .sidebar_menu_cont a:active, .sidebar_menu_cont a:visited, .sidebar_menu_cont a:hover, .sidebar_menu_cont a:focus {
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    padding: 4px 16px;
    text-decoration: none;
    margin-bottom: 15px;
}

.sidebar_menu_cont a.active, .sidebar_menu_cont a:hover {
    background-color: var(--bleufoncemoyen);
}

.sidebar_menu_cont a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    left: -20px;
    border-radius: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sidebar_menu_cont a.active:before, .sidebar_menu_cont a:hover:before {
    background-color: var(--bleufoncemoyen);
}

.sidebar_menu_cont a svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 16px;
}

.sidebar_menu_txt {
    color: #5A7294;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    display: block;
    padding: 4px 16px;
    margin-bottom: 20px;
}

.header {
    background: #FFFFFF;
    padding-right: 40px;
    height: 44px;
    position: fixed;
    left: 256px;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid var(--bleumidclair);
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header_spacer {
    flex-grow: 1;
} 

.header_toggle_onoff {
    position: relative;
    padding: 12.75px 14.5px;
    border-right: 1px solid var(--bleumidclair);
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header_toggle_onoff:hover {
    background-color: var(--bleusuperclair);
}

.header_info {
    display: flex;
    align-items: center;
}

.header_avatar_user img {
    width: 36px;
    height: 36px;
    border: 2px solid #5A7294;
    border-radius: 50%;
}

.header_user_spacein {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header_name_user {
    margin: 0 9px;
    color: #5A7294;
    font-weight: bold;
    font-size: 15px;
}

.notification_icon {
    margin-right: 50px;
    height: 36px;
    width: 36px;
    padding: 9px;
    border-radius: 50%;
}

.notification_icon:hover {
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
}

.notification_icon_alert {
    opacity: 0;
}

.notification_icon.ison .notification_icon_alert {
    opacity: 1;
}

#user_menu_container {
    position: fixed;
    right: 40px;
    top: 43px;
    z-index: 9;
    width: 176px;
    text-align: right;
    display: none;
}

.user_menu_contin {
    background-color: #FFFFFF;
    border: 1px solid var(--bleumidclair);
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    border-radius: 10px;
    padding: 15px;
}

a.user_menu_logout, a.user_menu_pref {
    color: #0275eb;
    font-size: 14px;
    text-decoration: none;
}

#top_notifcontainer {
    position: fixed;
    right: 40px;
    top: 43px;
    z-index: 9;
    width: 25%;
    display: none;
}

#top_notifcontainerin {
    background-color: #FFFFFF;
    border: 1px solid var(--bleumidclair);
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    border-radius: 10px;
    padding: 15px;
}

.top_notif_head {
    font-weight: bold;
}

.top_notif_marklu {
    color: #0275eb;
    font-size: 12px;
    cursor: pointer;
}

.top_notifheaderin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E7F3;
}

.top_notifsolocont {
    border-top: 1px solid #E7E7F3;
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 8px;
}

.top_notifs_container {
    max-height: calc( 100vh - 110px );
    overflow-y: auto;
}

.top_notifsolo_intop img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #5A7294;
    margin-right: 10px;
}

.top_notifsolo_statut {
    width: 8px;
    height: 8px;
    background-color: #435881;
    border-radius: 50%;
}

.top_notifsolo_statut.nonlue {
    background-color: #EF5B5B;
}

.top_notifsolo_date {
    color: #637A9A;
    font-size: 11px;
    margin-left: 5px;
}

.top_notifsolo_bottomin {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-between;
}

.top_notifsolo_bottominleft {
    display: flex;
    align-items: center;
}

.top_notifsolo_supp {
    font-size: 12px;
    color: #0275eb;
    opacity: 0;
    pointer-events: none;
}

.top_notifsoloconta, .top_notifsoloconta:hover, .top_notifsoloconta:active, .top_notifsoloconta:visited {
    display: block;
    color: inherit;
    text-decoration: none;
}

.top_notifsoloconta:hover .top_notifsolo_supp {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.top_notifsolo_intop {
    display: flex;
}

.header_user_expand svg {
    display: block;
}

.nav_reduced .sidebar {
    width: 80px;
}

.nav_reduced .header {
    left: 80px;
}

.nav_reduced .sidebar_menu_cont a span {
    display: none;
}

.nav_reduced .logo_top_txt {
    display: none;
}

.nav_reduced .sidebar_menu_cont a {
    padding: 4px 14px;
}

.nav_reduced .sidebar_menu_txt span {
    display: none;
}

.nav_reduced .sidebar_menu_txt {
    background-color: #5A7294;
    padding: 1px 16px;
}

.nav_reduced .sidebar_menu_cont a:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 54px;
    background-color: #435881;
    padding: 4.75px 10px;
    border-radius: 60px;
    width: max-content;
}

.page_standard {
    padding-top: 44px;
    padding-left: 256px;
}

.nav_reduced .page_standard {
    padding-left: 80px;
}

.page_container {
    padding: 0 25px;
}

/**************************/
/******* DASHBOARD ********/
/**************************/

.page_top_intro {
    color: #637A9A;
    font-size: 18px;
    font-weight: bold;
}

.page_top_intro_soft {
    font-size: 16px;
    font-weight: 600;
}

.dashboard_stats_cont {
    background-color: #F6F7FC;
    padding: 14px;
    border-radius: 10px;
}

.dashb_stat_titre {
    font-size: 15px;
    font-weight: bold;
    color: #637A9A;
    margin-bottom: 14px;
}

.dashb_stat_amount {
    font-size: 20px;
    font-weight: bold;
    color: #25385E;
    margin-bottom: 14px;
}

.dashb_stat_amountnopadd {
    margin-bottom: 0;
}

#vue_ensemble_ca_cont {
    padding: 0;
    overflow: hidden;
}

.dashb_stat_infos {
    font-size: 13px;
    font-weight: 600;
    color: #637A9A;
}

.dashbloc {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--bleumidclair);
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    min-height: 100%;
    position: relative;
}

.dashbloc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.dashbloc_titre {
    font-size: 20px;
    font-weight: bold;
}

.dashbloc_titre a {
    color: #25385E;
    text-decoration: none;
}

.dashbloc_titre svg {
    margin-right: 15px;
}

.dashbloc_content {
    padding: 15px 0;
    border-top: 1px solid #E7E7F3;
}

.dashbloc_top_titre {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.dashbloc_info_projets {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #637A9A;
    font-size: 14px;
}

.dashbloc_info_projets a {
    color: #637A9A;
    text-decoration: none;
}

.dashbloc_info_projets a:hover {
    color: #0075EB;
}

.dashbloc_top_count {
    background-color: #F6F7FC;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.dashbloc_topin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashbloc_topin .view_all {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 11px;
    color: #0075EB;
    text-decoration: none;
}

span.dashbloc_info_fact_enattente {
    font-weight: bold;
    color: #EF5B5B;
}

span.dashbloc_info_fact_aenvoyer {
    font-weight: bold;
    color: #0075EB;
}

span.dashbloc_info_fact_payees {
    font-weight: bold;
    color: #25385E;
}

.dashbloc_content_maquette_img {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: top center;
    margin-right: 15px;
    border: 1px solid #E7E7F3;
    border-radius: 5px;
}

.dashbloc_content_maquette_in {
    display: flex;
    align-items: center;
}

.dashbloc_content_maquette_titre {
    color: #25385E;
    font-weight: bold;
    margin-bottom: 10px;
}

.dashbloc_content_maquette_infosup {
    color: #637A9A;
    font-size: 13px;
}

.dashbloc_content_maquettelink, dashbloc_content_maquettelink:hover {
    text-decoration: none;
}

/**************************/
/******** PROJETS *********/
/**************************/

.modal-backdrop {
    background-color: #162239;
}

.projet_main {
    overflow-x: scroll;
    padding: 0 25px;
}

.projet_mainin {
    width: max-content;
    /* height: 100vh; */
    min-height: calc( 100vh - 170px );
}

.projet_name_cont {
    display: flex;
}

.projet_name {
    color: #252427;
    font-size: 24px;
    font-weight: bold;
}

.projet_info_created {
    color: #979797;
    margin-top: 5px;
}

.projet_card_wrapper {
    margin-bottom: 30px;
    width: 290px;
    height: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    position: relative;
    cursor: grab;
}

.projet_card_wrapper.ui-sortable-helper {
    cursor: grabbing;
}

.projet_card_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 4px;
    background-color: #0075EB;
    border-radius: 6px;
    z-index: 1;
}

.projet_card_wrapper_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.projet_backlog_name {
    color: #25385E;
    font-size: 20px;
    font-weight: bold;
}

.projet_backlog_dots {
    color: #707090;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.projet_backlog_dots_svg {
    vertical-align: super;
}

.projet_list_menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 95%);
    border-radius: 20px;
    padding: 15px;
    padding-top: 21px;
    display: none;
}

.modal_list_menuclose {
    text-align: right;
}

.modal_list_menuclose svg {
    cursor: pointer;
}

.modal_list_edit_colors {
    position: absolute;
    top: 22px;
    right: 44px;
    left: 15px;
}

.modal_list_edit_color {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.modal_list_edit_color.tag_actif {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.modal_list_menu_action {
    position: absolute;
    bottom: 20px;
}

.projet_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projet_card {
    border-radius: 10px;
    background-color: #F0F2F8;
    width: 260px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: grab;
}

.projet_card.ui-sortable-helper {
    cursor: grabbing;
}

.projet_card_header {
    display: flex;
    justify-content: space-between;
}

.projet_card_container_color {
    background-color: #EDA7A7;
    padding: 3px 8px;
    border-radius: 5px;
}

.projet_card_container_color.projet_status_col_vert, .tag_vert, [data-tagcolor="vert"],
.projet_card_wrapper[data-couleur="vert"]:before {
    background-color: #10BA4B;
}

.projet_card_container_color.projet_status_col_rouge, .tag_rouge, [data-tagcolor="rouge"],
.projet_card_wrapper[data-couleur="rouge"]:before {
    background-color: #EF5B5B;
}

.projet_card_container_color.projet_status_col_jaune, .tag_jaune, [data-tagcolor="jaune"],
.projet_card_wrapper[data-couleur="jaune"]:before {
    background-color: #EDC005;
}

.projet_card_container_color.projet_status_col_orange, .tag_orange, [data-tagcolor="orange"],
.projet_card_wrapper[data-couleur="orange"]:before {
    background-color: #FFA700;
}

.projet_card_container_color.projet_status_col_bleufonce, .tag_bleufonce, [data-tagcolor="bleufonce"],
.projet_card_wrapper[data-couleur="bleufonce"]:before {
    background-color: #25385E;
}

.projet_card_container_color.projet_status_col_bleumoyen, .tag_bleumoyen, [data-tagcolor="bleumoyen"],
.projet_card_wrapper[data-couleur="bleumoyen"]:before {
    background-color: #3A5FAA;
}

.projet_card_container_color.projet_status_col_bleuflash, .tag_bleuflash, [data-tagcolor="bleuflash"],
.projet_card_wrapper[data-couleur="bleuflash"]:before {
    background-color: #0075EB;
}

.projet_card_container_color.projet_status_col_noir, .tag_noir, [data-tagcolor="noir"],
.projet_card_wrapper[data-couleur="noir"]:before {
    background-color: #3A404D;
}

.projet_card_header_status {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
}

.projet_card_comtask_cont {
    display: flex;
}

.projet_card_com_countcont {
    margin-right: 10px;
}

.projet_card_com_countcontico {
    position: relative;
}

.projet_card_com_countnotif {
    position: absolute;
    background-color: #ef5b5b;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    right: -2px;
    top: -1px;
    border: 2px solid #f0f2f7;
}

.projet_card_com_countcont[data-nbcom="0"] {
    opacity: 0;
}

.projet_card_com_countnotif.isoff {
    opacity: 0;
}

.projet_card_task_countico {
    display: inline-block;
    margin-right: 5px;
}

.projet_card_task_countcont {
    color: #637A9A;
    display: flex;
    align-items: center;
    height: 100%;
}

.projet_card_task_countsum {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
}

.projet_card_task_countcont[data-statut="completed"] {
    background-color: #435881;
    color: #FFFFFF;
    padding: 0 6px;
    border-radius: 5px;
}

.projet_card_task_countcont[data-statut="completed"] svg.projet_card_task_countico_svg path {
    fill: #FFFFFF;
}

svg.projet_card_task_countico_svg {
    vertical-align: middle;
    display: block;
}

.projet_card_text {
    color: #25385E;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.projet_card_wrapper_footer {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0px 0;
    color: #0075EB;
    width: 100%;
}

.projet_add_task {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.projet_add_task_ico {
    margin-right: 8px;
    cursor: pointer;
}

.projet_add_task_ico svg {
    display: block;
}

/*
.projet_main_inner {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 50px;
}
*/

.projet_main_inner {
    margin-top: 30px;
    display: inline-block;
}

.projet_cards_inner {
    min-height: 10px;
    min-width: 200px;
}

.projet_backlog_name input {
    background: #0000;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    width: 235px;
}

.projet_backlog_name input:focus {
    background-color: rgb(255 255 255 / 50%);
}

.projet_card_wrapper_composer {
    display: none;
    margin-top: 10px;
}

textarea.projet_card_composer_title, textarea.projet_list_composer_title {
    border-radius: 10px;
    background-color: #F0F2F8;
    border: none;
    width: 260px;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    resize: none;
    color: #25385E;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px;
}

textarea.projet_card_composer_title::placeholder, textarea.projet_list_composer_title::placeholder {
    color: #637A9A;
}

textarea.projet_list_composer_title {
    background-color: #FFFFFF;
    padding: 0;
}

.projet_card_composer_cancel, .projet_list_composer_cancel {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}

.projet_card_composer_cancel svg, .projet_list_composer_cancel svg {
    pointer-events: all;
    cursor: pointer;
    vertical-align: middle;
}

.projet_list_wrapper_composer {
    display: none;
    background-color: #FFFFFF;
    width: 290px;
    border-radius: 10px;
    padding: 15px;
}

textarea.projet_list_composer_title {
    font-size: 20px;
    font-weight: bold;
}

.projet_card_composer_addfooter, .projet_list_composer_addfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projet_list_wrapper_composer_cta {
/*
    width: 240px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 50%);
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    display: flex;
    justify-content: center;
*/
    pointer-events: all;
    cursor: pointer;
}

.projet_list_wrapper_composer_cta:hover {
    background-color: #FFFFFF;
}

.projet_add_list_ico {
    margin-left: 15px;
}

.projet_add_list_ico svg {
    vertical-align: text-bottom;
}

.projet_card_wrapper_new {
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
}

textarea.modal_list_title {
    background: transparent;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    color: #25385E;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    margin-bottom: 10px;
    width: calc( 100% - 35px );
}

.modal_title {
    color: #25385E;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal_list_description {
    background: transparent;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    color: #637A9A;
    font-weight: 600;
    width: 100%;
    min-height: 18px;
}

@media (min-width: 768px) {
    
    .modal_projet_carte .modal-dialog {
        width: 900px;
        margin: 30px auto;
        margin-top: 110px;
    }
    
}

.modal_projet_carte .modal-content {
    box-shadow: none!important;
    border: none;
    border-radius: 10px;
    background-color: #F6F7FC;
}

.modal_projet_carte .modal-body {
    position: relative;
    padding: 30px;
}

.modal_projet_carte .modal-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.section_modal {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

span.checklist_progress_percentage {
    width: 20px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
}

.checklist_progress_bar {
    display: inline-block;
    width: calc( 100% - 35px );
    margin-left: 10px;
    height: 7px;
    background-color: #e9eaf4;
    border-radius: 10px;
    position: relative;
}

.checklist_progress_bar_current {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0075EB;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.modal_list_header_info {
    position: relative;
}

.modal_list_header_tag {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.modal_list_header_tag span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 5px;
    min-height: 26.5px;
}

.modal_list_header_tag input {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    border: none;
    width: auto;
}

.modal_list_header_tag_edit {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    top: -10px;
    left: -10px;
    width: 302px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.16);
    display: none;
}

.modal_list_header_tag_edit_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal_list_header_tag_edit_colors {
    margin-top: 50px;
    padding-bottom: 10px;
}

.modal_list_header_tag_edit_color {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
}

.modal_list_header_tag_edit_color:first-of-type {
    margin-left: 10px;
}

.modal_list_header_tag_edit_color:last-of-type {
    margin-right: 10px;
}

.modal_list_header_tag_edit_color.tag_actif {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.checklist_itemsolo {
    margin-top: 10px;
}

.checklist_checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #25385e;
    cursor: pointer;
}

.checklist_checkbox:hover, .checklist_itemsolo[data-statut="fait"] .checklist_checkbox {
    background-color: #25385e;
}

.checklist_itemsolo[data-statut="fait"] .checklist_checkbox {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    opacity: 0.5;
}

.checklist_description {
    display: inline-block;
    width: calc( 100% - 35px );
    padding-left: 15px;
    vertical-align: top;
}

.checklist_itemsolo[data-statut="fait"] .checklist_description {
    text-decoration: line-through;
    opacity: 0.5;
}

.modal_header_menuico {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal_header_menuico svg {
    vertical-align: top;
}

.modal_header_menu {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 236px;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.16);
     display: none; 
}

.modal_header_menuclose {
    position: relative;
    text-align: right;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.projet_checklist_composer {
    display: none;
    margin-top: 10px;
}

.projet_checklist_composer_add {
    margin-left: 36px;
}

.projet_checklist_fakecheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #647a9a;
    opacity: 0;
}

.projet_checklist_composer_title {
    display: inline-block;
    width: calc( 100% - 36px );
    margin-left: 11px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #f6f7fc;
    padding: 11px 10px;
}

.projet_card_checklist_addfooter {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
}

.projet_checklist_composer_cancel {
    margin-left: 15px;
}

svg.projet_card_composer_cancelsvg {
    cursor: pointer;
    vertical-align: bottom;
}

.projet_checklist_add {
    margin-top: 10px;
    color: #0075EB;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    min-width: 200px;
}

.projet_add_taskcheck_ico {
    display: inline-block;
}

.projet_add_taskcheck {
    display: inline-block;
    width: calc( 100% - 35px );
    padding-left: 8px;
    vertical-align: top;
}

.modal_title_taches_showhide {
    display: inline-block;
    float: right;
    color: #0275eb;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.activite_items_list .commentaire_solo_cont {
    display: block;
}

.activite_items_list .commentaire_solo_avatar, .activite_items_list .commentaire_solo_txt {
    display: inline-block;
    vertical-align: text-top;
}

.activite_items_list .commentaire_solo_txt {
    width: calc( 100% - 45px );
    border-radius: 10px;
}

.list_commentaire_new {
    display: flex;
}

.list_commentaire_form {
    margin-left: 6px;
    width: 100%;
}

.commentaire_solo_txt p {
    margin: 0;
}

.commentaire_actions {
    margin-left: 55px;
    font-size: 12px;
}

.commentaire_edit_btn, .commentaire_del_btn {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
    margin-top: 4px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_delete_com {
    color: #ef5b5b;
    display: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list_commentaire_form_edit {
    width: calc( 100% - 45px );
    margin-right: 0;
    display: none;
    vertical-align: top;
}

.btn_comedit_cancel {
    display: inline-block;
    margin-left: 15px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.commentaire_edit_btn:hover, .commentaire_del_btn:hover, .btn_comedit_cancel:hover {
    opacity: 1;
}

.list_commentaire_form .commentaire_new_textarea {
    font-size: 14px;
    border: 0;
    background-color: #f0f2f7;
    height: 38px;
    min-height: 38px;
    border-radius: 10px;
    padding: 8px 10px;
}

.list_commentaire_form .commentaire_new_textarea {
    font-size: 14px;
    border: 0;
    background-color: #f0f2f7;
    height: auto;
    min-height: 38px;
    pointer-events: all;
}

/*
.list_commentaire_form .btn_submit_commentaire_new {
    display: none;
}
*/

.btn_submit_commentaire_edit {
    font-size: 14px;
    padding: 7px 15px;
}

span.is_pass {
    opacity: 0.4;
    cursor: pointer;
}

span.is_pass.show {
    opacity: 1;
    color: #0075EB;
    display: inline-block!important;
}

.modal_title_coms_infos {
    display: inline-block;
    float: right;
    color: #25385e;
    font-weight: 600;
    font-size: 10px;
    cursor: pointer;
}

.modal_title_coms_infosin {
    display: none;
}

.modal_title_coms_infos:hover .modal_title_coms_infosin {
    display: inline-block;
    position: absolute;
    right: 50px;
    background-color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    top: 12px;
    opacity: 0.8;
}

/* ARCHIVE PROJETS */ 

.projet_group_name {
    color: var(--bleufonce);
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.projet_project_inner {
    position: relative;
    padding-top: 50%;
    border-radius: 20px;
    color: #FFFFFF;
    overflow: hidden;
}

.projet_project_inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EF5B5B;
    opacity: 0.75;
}

.projet_project_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.projet_project_prioritaire {
    background-color: #0075EA;
}

.projet_project_prioritaire:after {
    background-color: #0075EA;
}

.projet_project_encours:after {
    background-color: #396AAF;
}

.projet_project_termine:after {
    background-color: #25385E;
}

.projet_project_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
}

[contenteditable=true]:empty:before{
    content: attr(placeholder);
    pointer-events: none;
    color: #25385E;
    opacity: 0.4;
    display: block; /* For Firefox */
}

.modal_add_projet_title {
    font-size: 24px;
    font-weight: bold;
    color: #25385E;
}

#modal_add_projet .modal-dialog, #modal_edit_projet .modal-dialog, #modal_add_maquette .modal-dialog, #modal_edit_maquette .modal-dialog {
    max-width: 480px;
}

.switch_fields {
    display: flex;
    overflow: hidden;
}

.switch_fields input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch_fields label {
    font-size: 14px;
    padding: 8px 16px;
    transition: all 0.1s ease-in-out;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.switch_fields label[for="projet_priority_1"] {
    border: 2px solid #0075EA;
    color: #0075EA;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.switch_fields label[for="projet_priority_2"] {
    border: 2px solid #396AAF;
    color: #396AAF;
    border-radius: 0;
}

.switch_fields label[for="projet_priority_3"] {
    border: 2px solid #25385E;
    color: #25385E;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.switch_fields input:checked + label[for="projet_priority_1"], .switch_fields label[for="projet_priority_1"]:hover {
    background-color: #0075EA;
    color: #FFFFFF;
}

.switch_fields input:checked + label[for="projet_priority_2"], .switch_fields label[for="projet_priority_2"]:hover {
    background-color: #396AAF;
    color: #FFFFFF;
}

.switch_fields input:checked + label[for="projet_priority_3"], .switch_fields label[for="projet_priority_3"]:hover {
    background-color: #25385E;
    color: #FFFFFF;
}

.image_upload_content {
    display: none;
    text-align: center;
    position: relative;
}

.image_upload_input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.image_upload_wrap {
    border: 1px dashed #0075EA;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.image_upload_wrap h3 {
    pointer-events: none;
    font-size: 15px;
    color: #0075EA;
    padding: 30px 10px;
}

.image_upload_image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.remove_image {
    top: -30px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.noclick {
    pointer-events: none;
    opacity: 0.6;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.modal_add_projet_people_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal_add_projet_people_check {
    display: flex;
    align-items: center;
}

.modal_add_projet_people_avatar {
    margin-right: 10px;
}

.modal_add_projet_people_list label {
    margin-right: 30px;
    cursor: pointer;
}

.modal_add_projet_people_list label input[type="checkbox"] {
    display: none;
}

.modal_add_projet_people_list label input[type="checkbox"]:checked ~ .modal_add_projet_people_check .modal_add_projet_people_avatar img {
    border: 2px solid #0075EA;
}

.modal_add_projet_people_list label input[type="checkbox"]:checked ~ .modal_add_projet_people_check span {
    color: #0075EA;
}


select.inputbb {
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5.695' viewBox='0 0 10 5.695'%3E%3Cpath d='M17.661,22.911a.646.646,0,0,1-.242-.044.671.671,0,0,1-.22-.154l-4.359-4.359a.606.606,0,0,1-.165-.473.677.677,0,0,1,.187-.473.552.552,0,0,1,.473-.187.828.828,0,0,1,.451.209L17.661,21.3l3.875-3.875a.719.719,0,0,1,.473-.2.521.521,0,0,1,.473.2.485.485,0,0,1,.187.462.857.857,0,0,1-.209.484l-4.337,4.337a.671.671,0,0,1-.22.154.646.646,0,0,1-.242.044Z' transform='translate(-12.674 -17.215)' fill='%2325385E'%3E%3C/path%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 25px 10px 20px;
    border: 2px solid #25385E;
    border-radius: 10px;
}

select.inputbb::-ms-expand{
    display: none;
}

.input100 {
    width: 100%;
}

.projet_group_name span.count {
    font-size: 11px;
    font-weight: bold;
    color: var(--bleufonce);
    background-color: #FFFFFF;
    display: inline-block;
    top: 0;
    margin-left: 15px;
    border-radius: 40px;
    height: 28px;
    width: 35px;
    vertical-align: bottom;
    text-align: center;
    line-height: 28px;
}

body.single-projets {
    overflow-x: hidden;
}

.btn_delete_liste, .btn_delete_listefirst, .btn_delete_carte, .btn_delete_cartefirst, .btn_delete_projetfirst, .btn_delete_projet, .btn_delete_maqsolofirst {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn_delete_liste:hover, .btn_delete_listefirst:hover, .btn_delete_carte:hover, .btn_delete_cartefirst:hover, .btn_delete_projet:hover, .btn_delete_projetfirst:hover, .btn_delete_maqsolofirst:hover {
    opacity: 1;
}

.btn_delete_liste svg, .btn_delete_listefirst svg, .btn_delete_carte svg, .btn_delete_cartefirst svg, .btn_delete_projetfirst svg, .btn_delete_projet svg, .btn_delete_maqsolofirst svg {
    display: block;
    margin-right: 8px;
}

.btn_delete_liste, .btn_delete_carte, .btn_delete_projet, .btn_delete_maqsolo {
    color: #ef5b5b;
    display: none;
}

.btn_delete_maqsolofirst {
    color: #25385E;
}

.btn_delete_projetfirst, .btn_delete_projet {
    justify-content: center;
}

h1.projet_h1 {
    display: inline-block;
}

.projet_statut {
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    background-color: #25385E;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: super;
    border-radius: 10px;
}

.projet_statut_prioritaire, [data-status="prioritaire"], [data-status="active"] {
    background-color: #0075EA;
}

.projet_statut_encours, [data-status="encours"] {
    background-color: #396AAF;
}

.projet_statut_termine, [data-status="termine"], [data-status="archivee"] {
    background-color: #25385E;
}

.projetsolo_proprio img, .projetsolo_invite img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #5a7294;
}

.projetsolo_proprio, .projetsolo_invite {
    display: inline-block;
    margin: 2.5px;
}

.projet_statutcont {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.projet_statuts_dispo {
    display: none; 
    position: absolute;
    top: 0;
    padding-top: 35px;
    left: 0;
    right: 0;
}

span.projet_statut_arrow {
    display: inline-block;
    height: 28.5px;
    vertical-align: bottom;
    width: 21px;
    cursor: pointer;
}

span.projet_statut_arrow svg {
    display: block;
    top: 10px;
    position: relative;
    left: 5px;
}

.projet_statutchanger {
    margin-bottom: 5px;
    opacity: 0.7;
}

.projet_statutchanger:hover {
    opacity: 1;
}

.projet_statutchanger.actif {
    display: none;
}

.projet_solo_menucont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9E8FA;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 20px;
}

svg.projet_solo_menucontsvg {
    display: block;
}

.projetsolo_fullinfo {
    display: flex;
    align-items: center;
    justify-content: end;
}

/***************************/
/******** MAQUETTES ********/
/***************************/

.maquette_cont {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--bleumidclair);
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    position: relative;
}

.maquette_contimg {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #25385e;
}

.maquette_infos {
    padding: 15px;
    border-top: 1px solid #E7E7F3;
    position: relative;
}

.maquette_infotop, .maquette_infobot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.maquette_islink {
    display: block;
    text-decoration: none;
}

.maquette_infotitre {
    font-size: 16px;
    font-weight: bold;
    color: #25385E;
}

.maquette_infobot {
    color: #637A9A;
    font-size: 13px;
    margin-top: 10px;
}

.maquette_date {
    font-weight: 400;
}

.maquette_bot_actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

.maquette_infoactions {
    cursor: pointer;
}

.maquette_infoactions svg {
    vertical-align: middle;
}

.maquette_infoactions:hover svg path {
    fill: #25385E;
}

.maquette_bot_actionsin {
    padding: 15px;
}

.maquette_bot_actionsclose {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.maquette_copy_link_container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maquette_copy_link {
    transition: 0.2s all ease-in-out;
    overflow: hidden;
    padding: 0;
    border: 1px solid;
}

.maquette_copy_link svg {
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}

.maquette_copy_linkbtn_cont {
    position: relative;
    height: 40px;
    width: 240px;
    text-align: center;
}

span.maquette_copy_linkbtn_normal, span.maquette_copy_linkbtn_copied {
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.2s all ease-in-out;
}

span.maquette_copy_linkbtn_copied {
    opacity: 0;
    top: 100%;
    color: white;
    background-color: #0075EB;
}

.maquette_copy_link.copied .maquette_copy_linkbtn_normal {
    top: -100%;
}

.maquette_copy_link.copied .maquette_copy_linkbtn_copied {
    top: 0%;
    opacity: 1;
    color: white;
}

.btn_delete_maqsolo_cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.btn_delete_maqsolo {
    justify-content: center;
}

.btn_delete_maqsolofirst {
    color: #25385E;
    justify-content: center;
}

.proposition_upload {
/*    height: 100%;*/
}

.proposition_upload .image_upload_wrap {
    height: 100%;
    padding: 30px;
}

.proposition_upload .drag_text {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.proposition_upload .image_upload_wrap h3 {
    padding-bottom: 0;
    padding-top: 20px;
}

.new_propositions_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 256px;
    right: 0;
    background-color: rgb(242 244 249 / 80%);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    display: none;
}

input.maquette_infotitre {
    background: #0000;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    width: calc( 100% - 30px );
}

/* APERCU DES MAQUETTES */ 

.page_standard.page_apercumaquette {
    padding-top: 0;
    padding-left: 0;
}

.full_img {
    width: 100%;
}

#maquette_actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
}

.maquette_actions_inner {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.maquette_actions_innerleft {
    display: flex;
    align-items: center;
}

.maquette_name_proposition, .maquette_commentsonoff, .maquette_screensonoff, .maquette_prev, .maquette_next, a.user_maquette_back, .maquette_commentsonoff_no {
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #25385E;
    padding: 9.25px 15px;
    border-radius: 60px;
    opacity: 0.8;
    box-shadow: 0px 0px 25px rgb(2 20 48 / 15%), 0px 4px 6px -2px rgb(2 20 48 / 15%);
    pointer-events: all;
    cursor: pointer;
    margin: 5px;
}

.maquette_name_proposition:hover, .maquette_commentsonoff:hover, .maquette_screensonoff:hover, .maquette_prev:hover, .maquette_next:hover, a.user_maquette_back:hover, .maquette_commentsonoff_no:hover {
    opacity: 1;
}

a.user_maquette_back {
    padding: 5.25px 7.5px;
    overflow: hidden;
    width: auto;
    max-width: 40px;
    white-space: nowrap;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
    font-size: 14px;
    cursor: pointer;
}

.maquette_commentsonoff, .maquette_commentsonoff_no {
    padding: 9.25px 11.5px;
}

.proposition_comments_borders {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    border: 10px solid #EF5B5B;
    display: none;
    z-index: 9;
    pointer-events: none;
}

.comments_on .proposition_comments_borders {
    display: block;
}

.proposition_comments_borders_gooff {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #ee5b5b;
    padding: 5px 5px 10px 10px;
}

.maquette_commentsonoff.ison {
    border: 1px solid #ef5b5b;
    color: #ef5b5b;
    opacity: 0.9;
}

.maquette_commentsonoff.ison svg path {
    fill: #ef5b5b;
}

.proposition_comments_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: crosshair;
    display: none;
}

.comments_on .proposition_comments_container {
    display: block;
}

.maquette_commentsonoff, .maquette_commentsonoff_no {
    padding: 9.25px 11.5px;
    overflow: hidden;
    width: auto;
    max-width: 40px;
    white-space: nowrap;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
    font-size: 14px;
    cursor: pointer;
}

.maquette_commentsonoff:hover, .maquette_commentsonoff_no:hover {
    max-width: 180px;
}

.maquette_actions_innerright {
    display: flex;
}

.maquette_commentsonoff span, .maquette_commentsonoff_no span {
    padding-left: 12px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.maquette_commentsonoff:hover span, .maquette_commentsonoff_no:hover span {
    opacity: 1;
}

.maquette_commentsonoff svg, .maquette_commentsonoff_no svg {
    display: inline-block;
    vertical-align: middle;
}

.hotspot_commentaire {
    position: absolute!important;
    width: 40px;
    height: 40px;
}

.ishotspot {
    position: absolute;
    background-color: #EF5B5B;
    width: 40px;
    font-size: 15px;
    padding: 10.75px;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
    cursor: grab;
    opacity: 0.8;
}

.ishotspot.ison, .ishotspot:hover {
    opacity: 1;
}

.comcontainer {
    width: 320px;
    position: absolute;
    left: 55px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(2 20 48 / 5%), 0px 4px 6px -2px rgb(2 20 48 / 5%);
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.comcontainer.isvisible {
    display: block;
    z-index: 2;
    cursor: auto;
}

.comcontainer[data-posx="left"][data-posy="top"] {
    left: auto;
    right: 55px;
}

.comcontainer[data-posx="left"][data-posy="bottom"] {
    left: auto;
    right: 55px;
    bottom: 0;
}

.comcontainer[data-posx="right"][data-posy="bottom"] {
    bottom: 0;
}

.commentaire_solo_avatar img {
    width: 34px!important;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #25385E;
}

.commentaire_solo_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.commentaire_solo_name {
    font-size: 12px;
    font-weight: bold;
    margin-left: 55px;
}

.commentaire_solo_date {
    font-size: 11px;
    color: #25385E;
    opacity: 0.7;
}

/*
.commentaire_solo_cont {
    display: flex;
}
*/

.commentaire_solo_avatar, .commentaire_solo_txt {
    display: inline-block;
    vertical-align: text-top;
}

.commentaire_solo_txt {
    font-size: 14px;
    background-color: #F0F2F8;
    border-radius: 10px;
    padding: 8px 10px;
    margin-left: 6px;
    width: calc( 100% - 45px );
    border-radius: 10px;
}
    
.comcontainer .commentaire_solo_name, .comcontainer .commentaire_actions {
    margin-left: 45px;
}

label.container_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.container_checkbox input {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.container_checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #25385E;
    border-radius: 2px;
}

.container_checkbox:hover input ~ .checkmark {
    background-color: #25385E;
}

.container_checkbox input:checked ~ .checkmark {
    background-color: #25385E;
    border: 1px solid #25385E;
}

.container_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container_checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.masquer_commentaire_checkin label {
    font-size: 12px;
}

textarea.commentaire_new_textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #25385E;
    border-radius: 10px;
    width: 100%;
    resize: none;
    min-height: 80px;
    padding: 10px;
}

.btn_red, .btn_red:active, .btn_red:visited, .btn_red:focus {
    background-color: #EF5B5B;
    border-radius: 60px;
}

.hotspot_new .masquer_commentaire_checkin {
    display: none;
}

.commentaire_soloin {
    margin-bottom: 15px;
}

.maquette_prev, .maquette_next {
    padding: 11px;
    width: 40px;
    text-align: center;
}

.maquette_prev svg, .maquette_next svg {
    display: block;
    vertical-align: middle;
    margin: auto;
}

.maquette_screensonoff {
    display: flex;
    align-items: center;
}

.maquette_screensonoff svg {
    margin-right: 8px;
}

.maquette_screensonoff .propositions_counter {
    margin-left: 6px;
}

a.gotomaquette {
    text-decoration: none;
}

.maquette_forbiddencont {
    height: 100vh;
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

#modal_preview_screens .modal-dialog {
    width: 100vw;
    height: auto;
    min-height: calc( 100vh - 30px );
    margin: auto;
    padding: 15px;
    border-radius: 10px;
}

#modal_preview_screens .modal-content {
    height: auto;
    min-height: calc( 100vh - 30px );
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#modal_preview_screens .modal-header .close, #modal_identification .modal-header .close {
    opacity: 1;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#modal_preview_screens .modal-body {
    position: relative;
    padding: 15px;
    background-color: #F6F7FC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.current .maquette_cont {
    border: 1px solid #EF5B5B;
}

.modal-open {
    overflow: hidden!important;
}

#modal_identification .modal-dialog {
    max-width: 460px;
}

.avatar_invite {
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #25385E;
    text-align: center;
    background-color: #25385E;
    color: #FFFFFF;
}

.mobile_inner {
    max-width: 420px;
/*    height: 855px;*/
    margin: auto;
    position: relative;
    margin-top: 30px;
    padding-top: 60px;
    padding-left: 22px;
    padding-right: 23px;
    padding-bottom: 24px;
}

.mobile_inner:before {
    content: '';
    position: absolute;
    background-image: url(img/iphoneX.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile_in {
    overflow: scroll;
    pointer-events: all;
/*    height: 772px;*/
}

.format_mobile .proposition_comments_container {
    width: 377px;
    margin: auto;
}

/******************************************/
/*************** CLIENTS ******************/
/******************************************/

.client_solocont {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
/*    display: flex;*/
    /* align-items: center; */
}

.clientsolo_logo {
    border: 1px solid #E7E7F3;
    border-radius: 5px;
}

.clientsolo_nom {
    font-size: 18px;
    font-weight: bold;
    color: #25385E;
}

.clientsolo_toptext {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #637A9A;
    margin-bottom: 10px;
}

.clientsolo_bottext {
    font-size: 14px;
    font-weight: bold;
    color: #25385E;
}

.cool_input_block {
    position: relative;
}

.cool_input_block input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 15px;
    color: #25385E;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #25385E;
    outline: none;
}

.cool_input_block span.placeholder {
    position: absolute;
    margin: 11px 0;
    padding: 0 4px;
    color: #637A9A;
    display: flex;
    align-items: center;
    font-size: 15px;
    top: 0;
    left: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}

.cool_input_block input:not(:placeholder-shown) + span.placeholder, 
.cool_input_block input:focus + span.placeholder,
.cool_input_block textarea:not(:placeholder-shown) + span.placeholder, 
.cool_input_block textarea:focus + span.placeholder {
    transform: scale(0.8) translateY(-24px);
    background: #fff;
    color: #25385E;
    font-weight: bold;
}

.cool_input_block input:focus, .cool_input_block textarea:focus {
    color: #25385E;
    border-color: #25385E;
}

.cool_input_block input:focus + span.placeholder, .cool_input_block textarea:focus + span.placeholder {
    color: #25385E;
}

.cool_input_block input::placeholder, .cool_input_block textarea::placeholder {
    color: transparent;
    opacity: 0;
}

.cool_input_block input:-ms-input-placeholder, .cool_input_block textarea:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.cool_input_block input::-ms-input-placeholder, .cool_input_block textarea::-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.cool_input_block .after_placeholder {
    position: absolute;
    margin: 11px 0;
    padding: 0 4px;
    color: #637A9A;
    display: flex;
    align-items: center;
    font-size: 15px;
    top: 0;
    left: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
    display: none;
}

.cool_input_block input:focus .after_placeholder {
    display: block;
}

.cool_input_block textarea {
    width: 100%;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #25385E;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #25385E;
}

#modal_add_client .modal-dialog {
    max-width: 600px;
}

.section_modal_header_add_client_logo {
    width: 69px;
    display: inline-block;
    padding: 5px;
}

.add_client_logo .image_upload_wrap {
    height: 59px;
}

.add_client_logo .image_upload_wrap h3 {
    padding: 20px 10px;
}

.section_modal_header_add_client {
    display: inline-block;
    width: calc( 100% - 89px );
    margin-left: 15px;
}

.section_modal_top_add_client_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client_nologo {
    padding-top: 100%;
    position: relative;
}

.client_nologoin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #5a7294;
    font-weight: bold;
}

label.sort_select_label svg {
    margin-right: 10px;
}

label.sort_select_label {
    color: #637A9A;
    font-weight: 600;
}

.sort_select select {
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5.695' viewBox='0 0 10 5.695'%3E%3Cpath d='M17.661,22.911a.646.646,0,0,1-.242-.044.671.671,0,0,1-.22-.154l-4.359-4.359a.606.606,0,0,1-.165-.473.677.677,0,0,1,.187-.473.552.552,0,0,1,.473-.187.828.828,0,0,1,.451.209L17.661,21.3l3.875-3.875a.719.719,0,0,1,.473-.2.521.521,0,0,1,.473.2.485.485,0,0,1,.187.462.857.857,0,0,1-.209.484l-4.337,4.337a.671.671,0,0,1-.22.154.646.646,0,0,1-.242.044Z' transform='translate(-12.674 -17.215)' fill='%2325385E'%3E%3C/path%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    resize: none;
}

.client_solo_logocont {
    width: 70px;
    height: 70px;
    border: 1px solid #E7E7F3;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.image_upload.add_client_logo .remove_image {
    top: 2px;
    right: 2px;
    background-color: #25385e;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.image_upload.add_client_logo:hover .remove_image {
    opacity: 1;
}

.client_solo_topcont {
    display: flex;
    align-items: center;
}

.dashbloc_top_titrefacturesolo, .dashbloc_top_titreprojetsolo {
    margin-bottom: 0;
}

.dashbloc_info_facturesolo, .dashbloc_info_projetsolo {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #e7e7f3;
    padding-top: 10px;
}

.dashbloc_info_fact_solo {
    font-size: 13px;
    margin-right: 10px;
}

.dashbloc_topin_facturesolo, .dashbloc_topin_projetsolo {
    cursor: pointer;
}

.dashbloc_topin_facturesolo.ison .view_more_factures svg, .dashbloc_topin_projetsolo.ison .view_more_factures svg {
    transform: rotate(90deg);
}

.facturesolo-info {
    padding-bottom: 10px;
}

.facturesolo-info:last-of-type {
    padding-bottom: 0;
}

.cool_input_block_light input, .cool_input_block_light textarea {
    border: 1px solid #E7E7F3;
}

.cool_input_block_light input:not(:placeholder-shown) + span.placeholder, .cool_input_block_light input:focus + span.placeholder, .cool_input_block_light textarea:not(:placeholder-shown) + span.placeholder, .cool_input_block_light textarea:focus + span.placeholder {
    color: #637A9A;
}

.clientinfos_adresse_ta_solo {
    height: 96px;
    display: block;
}

.client_solo_logocont .image_upload_wrap {
    height: 68px;
    border-radius: 5px;
}

.client_solo_logocont .image_upload_wrap h3 {
    padding: 24px 10px;
}

#search_clients {
    position: relative;
    display: block;
}

#search_clients_input {
    width: 100%;
    height: 40px;
    padding: 8px 15px 8px 55px;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
}

#search_clients button {
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 20px;
}

#search_clients_input::placeholder {
    color: #637A9A;
}

/******************************************/
/************ CHIFFRE D'AFFAIRE ***********/
/******************************************/

#vue_ensemble_ca {
    max-height: 500px;
    background-color: #FFFFFF;
}

.apexcharts-text tspan {
    font-family: inherit;
    font-weight: 500;
    fill: #25385e;
    font-size: 10px;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #f3f4f9;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
}

.apexcharts-xaxistooltip, .apexcharts-yaxistooltip {
    opacity: 0;
    pointer-events: none;
    color: #25385e;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #f4f5fa;
}

/******************************************/
/*********** SUIVI DU TEMPS ***************/
/******************************************/

.timer_playcont {
    cursor: pointer;
}

.timer_pausecont {
    display: none;
    cursor: pointer;
}

.isrunning .timer_pausecont {
    display: block;
}

.isrunning .timer_playcont {
    display: none;
}

select.suivis_clients {
    background-image: none;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.suiviall_nom_client {
    position: relative;
}

.suivi_client_logo_cont {
    min-height: 62px;
}

.timer_projet.projet_unknown {
    opacity: 0.5;
}

.dashbloc_info_suivitempssolo_supp_1, .dashbloc_info_suivitempssolo_supp_2 {
    display: none;
}

.dashbloc_info_suivitempssolo_supp_1 svg, .dashbloc_info_suivitempssolo_supp_2 svg {
    display: block;
}

.suivitemps-info:hover .dashbloc_info_suivitempssolo_supp_1 {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.suivitemps-info.ison:hover .dashbloc_info_suivitempssolo_supp_1 {
    display: none;
}

span.dashbloc_info_suivitempssolo_supp_2 {
    display: none;
    margin-left: 10px;
    cursor: pointer;
}

.dashbloc_info_suivimain_solo {
    font-size: 14px;
}

.suivisolo_nomclient_cont {
    position: relative;
}

.suivisolo_nomclient_cont select.suivis_clients {
    position: absolute;
    left: 0;
}

#modal_add_suivi .modal-dialog {
    max-width: 600px;
}

input.new_suivi_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    width: 30px;
    border-radius: 5px;
    text-align: center;
}

input.new_suivi_inputdate {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    width: 95px;
    border-radius: 5px;
}

select.new_suivi_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: inherit;
    border: none;
    border-radius: 5px;
}

/******************************************/
/*************** FACTURES *****************/
/******************************************/

.facturesolo_date {
    color: #637A9A;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}

.facturesolo_statut {
    background-color: #EDC005;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 10px;
}

.facturesolo_statut[data-statut="payeeenpartie"] {
    background-color: #EDC005;
}

.facturesolo_statut[data-statut="payee100"] {
    background-color: #10BA4B;
}

.facturesolo_statut[data-statut="enattente"] {
    background-color: #EF5B5B;
}

.facturesolo_statut[data-statut="aenvoyer"] {
    background-color: #0075EB;
}

.trim_group_name_sub {
    font-size: 11px;
    font-weight: bold;
    color: #637A9A;
    margin-top: 5px;
}

.trim_group_total {
    font-size: 24px;
    font-weight: bold;
}

.facture_onthego_editor {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.facture_onthego_editorin {
    background-color: #FFFFFF;
    padding: 50px 60px;
    color: #1A1A1A;
    font-size: 13px;
    aspect-ratio: 1 / 1.4142;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.facture_onthego_toptitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.facture_onthego_toptitle span {
    color: #FF4C54;
}

.facture_onthego_top_infoheader {
    border-top: 1px solid #E9E9EB;
    border-bottom: 1px solid #E9E9EB;
    padding: 10px 0;
    color: #8C8C93;
    font-size: 11px;
    font-weight: bold;
}

.facture_onthego_top_infocontent {
    padding: 10px 0;
}

.facture_onthego_top_bdccont {
    margin-top: 3px;
}

.facture_onthego_top_bdccont [contenteditable=true]:empty:before {
    display: inline-block;
    opacity: 1;
    color: inherit;
}

.input_cool {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
}

.input_right {
    text-align: right;
}

.facture_onthego_topmaintable_top {
    border-top: 1px solid #173058;
    border-bottom: 1px solid #173058;
    padding: 12px 0;
    font-weight: bold;
}

.facture_onthego_topmaintable_top_service {
    border-bottom: 1px solid #173058;
    padding: 25px 0;
    position: relative;
}

.facture_onthego_topmaintable_totalcont {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #173058;
}

.facture_onthego_topmaintable_totalinfoscont {
    font-size: 11px;
    color: #A9AAA8;
    font-style: italic;
    padding-top: 10px;
}

.addrow_btncont, .addremise_btncont {
    padding-top: 15px;
}

.addrow_btncont .btn, .addremise_btncont .btn {
    font-size: 13px;
}

.addrow_btncont .btn_svg_left svg, .addremise_btncont .btn_svg_left svg {
    width: 12px;
    height: auto;
}

.facture_onthego_topmaintable_remisecont {
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #173058;
    display: none;
    font-style: italic;
    position: relative;
}

.btn_remove_remise {
    position: absolute;
    left: -30px;
    top: 14px;
    cursor: pointer;
}

.btn_line {
    cursor: pointer;
    color: #0075EB;
    font-weight: 600;
    display: inline-block;
}

.facture_onthego_top_bdccont.ison {
    opacity: 1;
}

.input_transparent {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
}

#facture_bdc::placeholder {
    opacity: 0.3;
}

select.inputbb.input_transparent {
    padding: 0px 25px 0px 0px;
    border: 0;
    background-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.facture_client_adresse, .facture_client_cp, .facture_client_ville {
    font-weight: 500;
}

.facture_client_cpville_cont {
    display: flex;
}

.facture_client_cpville_cont .facture_client_cp {
    margin-right: 8px;
}

.input_center {
    text-align: center;
}

.input_cont_suffixe span {
    display: inline-block;
}

.input_cont_suffixe span.input_suffixe {
    margin-left: 4px;
/*    margin-left: 0px;*/
}

#facture_unite {
    text-align: center;
}

.facture_delete_row {
    position: absolute;
    left: -30px;
    top: 23px;
    cursor: pointer;
}

.facture_service {
    font-weight: bold;
    margin-bottom: 5px;
}

.svg_around {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.svg_around svg {
    width: 100%;
    height: 100%;
}

.facture_onthego_editorbottom_infopay {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    border: 2px dotted #173058;
}

.facture_onthego_editorbottom_infopay_titre {
    font-weight: bold;
    font-size: 14px;
    color: #173058;
    margin-bottom: 15px;
}

.facture_service_description {
    font-weight: 500;
}

.facture_onthego_editorbottom_infocontact_top {
    font-weight: bold;
}

.facture_onthego_editorbottom_infocontact_bott {
    font-weight: 500;
}

/* FACTURE SOLO */

.facture_dashbloc_titre {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #637A9A;
}

.facture_dashbloc_sub {
    font-size: 14px;
    font-weight: bold;
}

.dashblocin.facture_dashblocin .dashbloc_content:last-of-type {
    padding-bottom: 0;
}

.placeholder_blue::placeholder {
    color: #0073e6;
}

.dashbloc_aenvoyer_congrats {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    display: none;
}

.dashbloc_aenvoyer_congratsin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
}

.dashbloc_paiements_titre {
    width: 100%;
}

.facturesolo_paiements_percbar {
    position: relative;
    height: 4px;
    width: 100%;
    background-color: #E7E7F3;
    border-radius: 10px;
}

.facturesolo_paiements_percbarin {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0075EB;
    border-radius: 10px;
    max-width: 100%;
}

.dashblocin_facture > .dashbloc_content {
    padding: 0;
    border-top: 0;
    padding-bottom: 15px;
}

.dashblocin_facture > .dashbloc_content ~ .dashbloc_content {
    padding: 15px 0;
    border-top: 1px solid #E7E7F3;
}

.dashblocin_facture .dashbloc_content:last-of-type, .dashblocin .dashbloc_content:last-of-type {
    padding-bottom: 0;
}

.facture_dashbloc_titre input {
    text-transform: uppercase;
}

.input_cont_suffixe span.input_prefixe {
    margin-right: 4px;
}

#facture_solo_editor {
    padding: 18px;
    overflow: hidden;
}

#facture_solo_editor .facture_onthego_editorin {
    padding: 30px;
    font-size: 12px;
}

.fw500 {
    font-weight: 500;
}

.facture_onthego_topmaintable_actions.isoff {
    display: none;
}

/*******************************/
/******** MEDIA QUERIES ********/
/*******************************/

@media (max-width: 992px) {
    
}