/*changement*/
/*body {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    background-color:#eceef3;*/
/*}*/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #eceef3;
    height: 100%;
}

/*changement*/
/* tout ce qui est que pour les mobile */
/*.pas-sur-mobile{display:inline !important;}*/
/*.mobile{display:none !important;}*/
/*#wrapper {*/
/*    width: 100%;*/
/*    background:#fff;*/
/*}*/
.pas-sur-mobile {
    display: inline !important;
}

.mobile {
    display: none !important;
}

#wrapper {
    width: 100%;
    /*background:#fff;*/
}


/*changement*/
/*#page-wrapper {*/
/*    padding: 15px 15px;*/
/*    min-height: 600px;*/
/*    background:#eceef3;*/
/*}*/
#page-wrapper {
    /*padding: 15px 15px;*/
    min-height: 600px;
    background: #eceef3;
}


/*changement*/
/*#page-inner {*/
/*    width:100%;*/
/*    margin:10px 20px 10px 0px;*/
/*    background-color:#fff!important;*/
/*    padding:10px;*/
/*    !*min-height:600px;*!*/
/*}*/
#page-inner {
    width: 100%;
    /*background-color:#fff!important;*/
    background-color: #fff !important;
    border-radius: 2rem;
    /*min-height:600px;*/
    padding: 2rem;
    max-width: 1366px;
    margin: 1rem auto;
}

@media (max-width: 767px) {
	#page-inner { padding: 1rem !important; }
	.col-md-12 {  padding-right: 0px !important; padding-left: 0px !important;  }
}


/*changement*/
.row {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
	.row { display: block !important; margin:0px !important; }
}


/* CSS pour la partie assemblée générale */
.devis1 {
    cursor: pointer;
}

.page-inner-bis {
    background-color: #fff !important;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blockTimer {
    max-width: 100px;
    height: 120px;
    line-height: 110px;
    font-size: 40px;
    font-weight: bold;
}

.font-color-red {
    color: #d45555;
}

.font-color-grey {
    color: #707070;
}

.btn-green, .btn-green:hover {
    background-color: #0dab1c;
    color: #fff;
}

.btn-orange, .btn-orange:hover {
    background-color: #df8013;
    color: #fff;
}

.btn-grey, .btn-grey:hover {
    background-color: #707070;
    color: #fff;
}

.btn-red, .btn-red:hover {
    background-color: #b12222;
    color: #fff;
}

.btn-outline-red, .btn-outline-red:hover {
    border: 2px solid #b12222 !important;
    color: #b12222;
    font-weight: bold;
}

.btn-blue, .btn-blue:hover {
    background-color: #074b6a;
    color: #fff;
}

.btn-outline-green, .btn-outline-green:hover {
    border: 2px solid #0dab1c !important;
    color: #0dab1c;
    font-weight: bold;
}

.font-green {
    color: #0dab1c;
}

.font-red {
    color: #d45555;
}

.font-orange {
    color: #df8013;
}

.font-grey {
    color: #bbbbbb;
}

.font-grey2 {
    color: #909090;
}

.font-blue {
    color: #363e64;
}

.circle-blue {
    border: 2px solid #363e64;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-blue-filled {
    border: 2px solid #363e64;
    background-color: #363e64;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-green {
    border: 2px solid #0dab1c;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-green-filled {
    border: 2px solid #0dab1c;
    background-color: #0dab1c;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-red {
    border: 2px solid #d45555;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-red-filled {
    border: 2px solid #d45555;
    background-color: #d45555;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-orange {
    border: 2px solid #df8013;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-orange-filled {
    border: 2px solid #df8013;
    background-color: #df8013;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-grey {
    border: 2px solid #bbbbbb;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.circle-grey-filled {
    border: 2px solid #bbbbbb;
    background-color: #bbbbbb;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#voter-pour, #voter-contre, #voter-abstention, #voter-plustard, #voter-nonvotant {
    cursor: pointer;
}

.separatorAg {
    height: 1px;
    background-color: #dedede;
}

.titre1 {
    font-size: 20px !important;
}

.cadre, .blockRouge, .blockClient {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.blockRouge {
    background-color: #d45555;
    color: #fff;
}

.blockClient:hover {
    text-decoration: none !important;
}

#voirTous:hover {
    text-decoration: none !important;
}

#search_assemblee::placeholder {
    color: white;
    opacity: 1;
}

.nowrap {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.listingResolutions {
    overflow: auto !important;
    max-height: 500px;
}

.listingResolutions li {
    /*
    line-height: 35px;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    */
    overflow: hidden !important;
}

.iconButton {
    font-size: 19px;
}

/* Fin CSS pour la partie assemblée générale */


#bloc { 
    width: 100%; 
    background-color: #fff !important; 
    padding: 10px; 
} 


.bloc {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    /*padding: 10px;*/
	border-radius: 2rem;
    /* min-height: 600px; */
    padding: 2rem;
}


.text-center {
    text-align: center;
}

.no-boder {
    border: 1px solid #eceef3;
}

h2 {
    color: #f00;
}

h4 {
    padding-top: 10px;
}

.square-btn-adjust {
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*p {
    font-size:16px;
    line-height:25px;
}*/
p {
    margin: 0;
    /*padding-top:20px;*/
}

/*==============================================
   DASHBOARD STYLES
    =============================================*/
.panel-back {
    /*background-color:#F8F8F8;*/
}

.panel-back a:hover{
    text-decoration: none;
}

.noti-box {
    min-height: 70px;
    /*padding: 20px;*/
}

/*changement*/
/*.noti-box .icon-box {*/
/*    display: block;*/
/*    float: left;*/
/*    margin: 0 15px 10px 0;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    line-height: 67px;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    font-size: 40px;*/
/*    -webkit-transition: all 300ms ease-in-out 0s;*/
/*}*/
.noti-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 1rem;*/
    padding: 1rem;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
}


/*changement - ajout*/
/*.noti-box .icon-box .fa {*/
/*    color: #4b4b4b;*/
/*}*/

/*changement*/
/*.icon-box:hover {*/
/*    background-color:#EEE;*/
/*    -webkit-transition: all 300ms ease-in-out 0s;*/
/*}*/
/*.icon-box:hover {*/
/*    !*-webkit-transition: all 300ms ease-in-out 0s;*!*/
/*    background-color: #1a1d56;*/
/*}*/

/*changement*/
/*.icon-box:hover .fa {*/
/*    color:#4599c5;*/
/*    -webkit-transition: all 300ms ease-in-out 0s;*/
/*}*/
/*.icon-box:hover .fa {*/
/*    color: #fff;*/
/*    !*-webkit-transition: all 300ms ease-in-out 0s;*!*/
/*}*/

/*changement*/
.text-box p {
    margin: 0 0 3px;
    float: none;
    display: table;
    line-height: 1.75;

}

.text-box {
    /*float: left;*/
    min-width: 275px;
}

.main-text {
    font-size: 20px;
    font-weight: 600;
    color: #4b4b4b;
}

.triangle {
    display: inline-block;
    background-color: black;
    width: 27px;
    height: 44px;
    clip-path: polygon(0 0, 0 84%, 84% 45%);
    margin-bottom: -18px;
    margin-left: -6px !important;
}

.triangleGris {
    display: inline-block;
    background-color: #dcdcdc;
    width: 27px;
    height: 42px;
    clip-path: polygon(0 0, 0 84%, 84% 45%);
    margin-bottom: -16px;
}

.separationSpecial {
    display: inline-block;
    background-color: black;
    width: 25px;
    height: 44px;
    clip-path: polygon(0 0, 45% 0, 45% 84%, 0 84%, 45% 42%);
    margin-bottom: -18px;
    margin-right: -19px;
    margin-left: 10px;
}

.separation {
    display: inline-block;
    background-color: black;
    width: 28px;
    height: 44px;
    clip-path: polygon(0 0, 10% 0, 75% 42%, 10% 84%, 0% 84%, 65% 42%);
    margin-bottom: -18px;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #1a1d56;
    margin-right: 1rem;
}

.set-icon:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    /*background-color: #fff;*/
    margin-right: 1rem;
}

.set-icon i {
    color: #fff;
}


.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.bg-color-blue {
    background-color: #A95DF0;
    color: #fff;
}

/*changement*/
/*.bg-color-bleu {*/
/*    background-color: #4599c5;*/
/*    color: #fff;*/
/*}*/
.bg-color-bleu {
    /*background-color: #f9f9f9;*/
    color: #fff;
}
.bg-color-bleu2 {
    background-color: #1a1d56;
    color: #fff;
}


.bg-color-red {
    background-color: #DB0630;
    color: #fff;
}

.bg-color-brown {
    background-color: #B94A00;
    color: #fff;
}

/*changement*/
/*.bg-color-bleu {*/
/*    background-color: #4599c5;*/
/*    color: #fff;*/
/*}*/


.icon-box-right {
    display: block;
    float: right;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}


.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.main-temp-back .text-temp {
    font-size: 40px;
}

.back-dash {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #4599c5;
    color: #fff;
}

.back-dash p {
    padding-top: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
}

.back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}

.back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}

.color-bottom-txt {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

/*CHAT PANEL*/
.chat-panel .panel-body {
    height: 450px;
    overflow-y: scroll;
}

.chat-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat-box li {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #808080;
}

.chat-box li.left .chat-body {
    margin-left: 90px;
}

.chat-box li .chat-body p {
    margin: 0;
    color: #8d8888;
}

.chat-img > img {
    margin-left: 20px;
}


/*==============================================
    MENU STYLES
    =============================================*/


.user-image {
    margin: 10px auto 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 170px;
    max-width: 170px;
}


.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #C90000;
    width: 260px;
    text-align: center;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
}

/*changement*/
/*.active-menu {*/
/*    background-color:#4599c5!important;*/
/*}*/
.active-menu {
    background-color: #1a1d56 !important;
    color: #fff !important;
    border-radius: 10px;
}


.arrow {
    float: right;
}


.fa.arrow:before {
    content: "\f104";
}


.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}


.nav-second-level li a {
    padding-left: 37px;
}


.nav-third-level li a {
    padding-left: 55px;
}

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

/*Changement*/
/*.sidebar-collapse .nav {*/
/*    padding:0;*/
/*}*/
.sidebar-collapse .nav {
    padding: 1rem;
    /*margin-top: -12px;*/
    background-color: #fff;

}

/*@media (max-width: 768px) {*/
/*    .sidebar-collapse .nav {*/
/*        margin-top: unset;*/
/*    }*/
/*}*/


/*Changement*/
/*.sidebar-collapse .nav > li > a {*/
/*    color:#fff;*/
/*    background:#4b4b4b;*/
/*    text-shadow:none;*/
/*}*/

.sidebar-collapse .nav > li > a {
    color: #4b4b4b;
    background: #fff;
    text-shadow: none;
}

.sidebar-collapse > .nav > li > a {
    padding: 15px 10px;
}

.sidebar-collapse > .nav > li {
    border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {

    background: #4599c5;
    outline: 0;
}


.nav-second-level > li > a:before,
.nav-third-level > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 15px;
    height: 1px;
    background: #ff0000;
    top: 20px;
}

.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 1px;
    height: 100%;
    background: #ff0000;
    top: 0px;
    z-index: 10;
}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

/*changement*/
/*.navbar-side {*/
/*    border:none;*/
/*    background-color: #4b4b4b; */
/*    height:100%;*/
/*}*/
.navbar-side {
    border: none;
    background-color: #fff;

}

/*changement*/
/*.navbar-cls-top {*/
/*    background:#4599c5;*/
/*    border-bottom:none;*/
/*}*/
.navbar-cls-top {
    background: #eceef3;
    border-bottom: none;
    display: block;
    margin-bottom: 0;
}


.navbar-cls-top .navbar-brand:hover {

    background: #C90000;
    color: #fff;

}


.top {
    background-color: #FFF;
}


.navbar-default {
    border: 0px solid black;

}

.navbar-header {
    background: #4b4b4b;
}

.navbar-header {
    background: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #4599c5;
}

/*changement*/
/*.navbar-default .navbar-toggle {*/
/*    border-color: #fff;*/
/*}*/
.navbar-default .navbar-toggle {
    border-color: #1a1d56;
}

/*changement*/
/*.navbar-default .navbar-toggle .icon-bar {*/
/*    background-color: #FFF;*/
/*}*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1a1d56;
}

.nav > li > a > i {
    margin-right: 10px;
}

/*==============================================
    UI ELEMENTS STYLES
    =============================================*/
.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}


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

@media (min-width: 768px) {
    /*changement*/
    /*#page-wrapper{*/
    /*    margin: 0 0 0 260px;*/
    /*    padding: 15px 30px;*/
    /*    min-height: 600px;*/
    /*}*/
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 1rem 6rem;
        min-height: 600px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;


    }


    .navbar {
        border-radius: 0;
    }

    .navbar-cls-top {
        display: none;
    }


}


/*==============================================
	PERSONNALISATION EXTRANET
  =============================================*/

.derniere-connexion {
    color: #4b4b4b;
    padding: 15px 0px 5px 30px;
    float: right;
    font-size: 12px;
    text-align: right;
}

.zone-top {
    background-color: #FFF;
    width: 98%;
}

.bienvenue {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px 15px 5px;
}

/*changement*/
/*.coordonnees{*/
/*    color:#fff;*/
/*    font-size:11px;*/
/*    background-color:#4b4b4b;*/
/*}*/
.coordonnees {
    color: #1a1d56; /*changement*/
    font-size: 11px;
    font-weight: bold;
    background-color: #fff; /*changement*/
}

/*changement*/
/*.titre{*/
/*    font-size:24px;*/
/*    color:#4b4b4b;*/
/*    font-weight:bold;*/
/*    text-transform:uppercase;*/
/*}*/
.titre {
    font-size: 24px;
    color: #4b4b4b;
    font-weight: bold;
    text-transform: uppercase;

    max-width: 1366px;
    margin: 1rem auto;
}

.prix-gros {
    /*color: #e30000;*/
	color:#4b4b4b;
    font-size: 24px;
    font-weight: 600;
}

.toute-largeur {
    /*width: 100%;*/
}

/*changement*/
.panel {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    /*background-color: yellow;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 768px;
}

@media (max-width: 767px) {
	/*.panel { display: block !important; }*/
}

.panel a .set-icon:hover {
    background-color: #fff;
    box-shadow: #1a1d5666 0 0 0 2px, #1a1d56A6 0 4px 6px -1px, #eceef314 0 1px 0 inset;
}

.panel a .set-icon:hover i{
    color: #1a1d56 !important;
}



.panel a:hover {
    color: #1a1d56;
}

.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.margin10 {
    margin: 10px;
}

.padding10 {
    padding: 10px;
}

.margintop {
    margin-top: 13px;
}

.btn {
    margin-bottom: 3px;
    margin: .5rem;
}

.btn2 {
    display: inline-block;
    padding: 3px 6px 3px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.bold {
    font-weight: 600;
}

.powered {
    color: #afafaf;
}

.texte-rouge {
    color: #e30000;
}

.notabenne {
    font-style: italic;
    font-size: 11px;
    color: #999;
}


.lineheightgrand {
    line-height: 3em;
}


.noblock {
    width: auto !important;
    display: inline !important;
}


#extrait-compte th {
    text-align: center
}


hr {
    margin-top: 10px !important;
}


.nomargin {
    margin: 0 !important;
}


.valid-paiement {
    font-size: 20px;
    color: #00CE6F;
}


.error-paiement {
    font-size: 20px;
    color: #e30000;
}

.message-load {
    color: #4b4b4b;
    font-size: 24px;
    font-weight: bold;
}

.loader {
    position: fixed;
    z-index: 9999;
    background: url('img/loader') 50% 50% no-repeat;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
}

.collab-topic {
    /*border:#4599c5 1px solid;*/
    margin-bottom: 10px;
}

/* Pour l'admin : */

.tooltip-inner {
    max-width: 300px !important;
}

.tooltip.top {
    padding: 0px !important;
}

.ldBar-label {
    display: none;
}

.ldBarpour path.mainline {
    stroke: #0dab1c !important;
}

.ldBarcontre path.mainline {
    stroke: #d45555 !important;
}

.ldBarabstention path.mainline {
    stroke: #df8013 !important;
}

.ldBarnonvotant path.mainline {
    stroke: #363e64 !important;
}

.ldBar path.baseline {
    stroke-width: 7;
    stroke: #c2c2c2;
    stroke-linecap: round;
    /*filter:url(#custom-shadow);*/
}

.fontBlue {
    color: #4599c5;
}

.fontGrey {
    color: black;
}


.loaderBulleResolution {
    width: 15px;
}

.contentBulleResolution {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bulleResolution {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bulleResolutionCurrent {
    border: 1px solid #0dab1c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #0dab1c;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.betweenBulleResolution {
    vertical-align: super;
    margin-left: 2px;
}


.bulleResolutionFilled {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bulleResolutionFilledCurrent {
    border: 1px solid #0dab1c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0dab1c;
    color: white;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bulleVotePour {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background-color: #0dab1c;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    padding-top: 2px;
}

.bulleVoteContre {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background-color: #b12222;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    padding-top: 2px;
}

.bulleVoteAbstention {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background-color: #df8013;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    padding-top: 2px;
}

.bulleVoteNonVotant {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background-color: #363e64;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    padding-top: 2px;
}

.dropzone {
    border: 2px solid #b7b7b7 !important;
    border-style: dotted !important;
}

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

/* Fin Pour l'admin : */

.collab-topic-titre {
    color: #4599c5;
    font-size: 14px;
}

.collab-topic-gris {
    color: #adadad;
    font-size: 14px;
}

.topic-cloture {
    background-color: #e0e0e0 !important;
    margin: -10px !important;
    padding: 10px !important;
    color: #4d4d4d !important;
}

.gris {
    color: #adadad;
}

.cursor {
    cursor: pointer;
}

.collab-topic-texte {
    color: #777777;
    font-size: 14px;
}

.collab-mini-avatar {
    float: left;
    margin-right: 8px;
}

.premier-message {
    margin-top: 10px;
    display: block;
}

.autre-message {
    margin-top: 10px;
}

.pointe-bulle {
    position: absolute;
    top: -6px;
    left: 40px
}

.bulle-reponse {
    margin-left: 10px;
    margin-top: 10px;
    background-color: #eceef3;
    padding: 5px;
    border: #dce1e7 1px solid;
}

.bulle-reponse-actif {
    margin-left: 10px;
    margin-top: 10px;
    background-color: #dff8d2;
    padding: 5px;
    border: #dce1e7 1px solid;
}

.textarea-message {
    border: #dcdee3 1px solid;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
    width: 99%;
}

.div-bouton-valider {
    text-align: right;
    display: none;
}

.div-bouton-valider-visible {
    text-align: right;
}

.bulle-rouge {
    color: #FFF;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #E10000;
    border-radius: 10px;
}

.btn-discussion {
    position: absolute;
    right: 15px;
    top: 0px;
}

.div-destinataire-detail {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: none;
}

.pointer {
    /*text-decoration:underline;*/
    cursor: pointer;
    color: #4599c5;
}

.pointer-nodecoration {
    text-decoration: none;
    cursor: pointer;
}

.vert {
    color: #00c853;
}

.rouge {
    color: #dc0000;
}

.ligne-onglet-groupement {
    margin-top: 15px;
    margin-bottom: 10px;
}

.onglet-groupement {
    background-color: #dbe0e6;
    color: #FFF;
    padding: 10px;
    display: inline;
    /*margin-right:5px;*/
    font-size: 14px;
    border: #dbe0e6 1px solid;
}

.onglet-groupement-actif {
    /*background-color:#4599c5;	*/
    background-color: #6e6e6e;
}

.onglet-groupement:link, .onglet-groupement:visited, .onglet-groupement:hover, .onglet-groupement:active {
    text-decoration: none;
    color: #FFF;
}

.contenu-groupement {
    /*border:#999 1px solid;*/
    margin-top: 15px;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.onglet-vertical {
    float: left;
    min-height: 150px;
    background-color: #dbe0e6;
    font-size: 14px;
    border: #dbe0e6 1px solid;
    color: #FFF;
    margin-right: 3px;
    padding: 5px;
}

.onglet-vertical-actif {
    background-color: #6e6e6e;
}

.contenu-groupement-texte {
    float: left;
    min-height: 100px;
    width: 100%;
    /*border:#456321 1px solid;
    padding:5px;*/
}

.texte-reduit {
    font-size: 12px;
}

.image-ronde-avatar {
    overflow: hidden;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    width: 127px;
    height: 127px;
}

.image-ronde-avatar-mini {
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 44px;
    height: 44px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    padding: 4px !important;
    font-size: 13px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 3px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding-left: 30px !important;
}

.nodecoration:link, .nodecoration:visited, .nodecoration:hover, .nodecoration:active {
    text-decoration: none;
}

.btn-mini {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.inter-topic {
    width: 104%;
    background-color: #eceef3;
    height: 20px;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cke {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.ged-bloc-fichier {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border: #666 1px solid;
    text-align: center;
    line-height: 9px;
    padding-left: 2px;
    padding-right: 2px;
}

.ged-nom-fichier {
    font-size: 9px;
    color: #666;
}

.ged-blockquote {
    padding: 2px 30px;
    margin: 0;
}

.ged-icon {
    height: 40px;
}

.ged-texte {
    font-size: 14px;
}

.mode-paiement {
    padding: 10px;
    color: #fff;
}

/*progress {  }


progress[value]::-webkit-progress-bar {
  background-color: #4599c5;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}*/

@media (max-width: 767px) {
    .mobile {
        display: inline !important;
    }

    .pas-sur-mobile {
        display: none !important;
    }

    /*.contenu-groupement-texte{ width:70%; }*/
    .noti-box .icon-box {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 20px !important;
    }

    /*.text-box { max-width:215px !important; }*/
    .titre {
        font-size: 18px !important;
    }

    .ged-icon {
        height: 25px !important;
    }

    .ged-texte {
        font-size: 12px !important;
    }

    .ged-blockquote {
        padding: 0px 10px !important;
    }

    .fa-2x {
        font-size: 1.5em !important;
    }

    .back-dash {
        font-size: 14px !important;
        padding: 5px;
    !important;
    }

    hr {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    /*changement*/
    #page-wrapper {
        padding: .25rem .5rem !important;
    }

    .frfrfr {
        font-size: 13px !important;
    }

    .trianglePetit {
        display: inline-block !important;
        background-color: black !important;
        width: 22px !important;
        height: 34px !important;
        clip-path: polygon(0 0, 0 84%, 84% 45%) !important;
        margin-bottom: -15px !important;
        margin-left: -3px !important;
    }

    .trianglePetitGris {
        display: inline-block !important;
        background-color: #dcdcdc !important;
        width: 20px !important;
        height: 32px !important;
        clip-path: polygon(0 0, 0 84%, 84% 45%) !important;
        margin-bottom: -14px !important;
        margin-left: 0px !important;
        margin-left: -1px !important;
    }

    .separationPetit {
        display: inline-block !important;
        background-color: black !important;
        width: 23px !important;
        height: 32px !important;
        clip-path: polygon(0 0, 10% 0, 75% 42%, 10% 84%, 0% 84%, 65% 42%) !important;
        margin-bottom: -14px !important;
    }

    .separationSpecialPetit {
        display: inline-block;
        background-color: black;
        width: 20px;
        height: 33px;
        clip-path: polygon(0 0, 45% 0, 45% 84%, 0 84%, 45% 42%);
        margin-bottom: -14px;
        margin-right: -15px;
        margin-left: 10px;
    }

    .separationSpecialPetit2 {
        display: inline-block;
        background-color: black;
        width: 20px;
        height: 33px;
        clip-path: polygon(0 0, 45% 0, 45% 84%, 0 84%, 45% 42%);
        margin-bottom: -14px;
        margin-right: -14px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-agence, .bienvenue {
        margin-left: 270px;
    }

    /*.contenu-groupement-texte{ width:75%; }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-agence, .bienvenue {
        margin-left: 270px;
    }

    /*.contenu-groupement-texte{ width:80%; }*/
}

@media (min-width: 1200px) {
    .logo-agence, .bienvenue {
        margin-left: 270px;
    }

    /*.contenu-groupement-texte{ width:87%; }*/
}


/* loader */
#fountainG {
    position: relative;
    width: 240px;
    height: 29px
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #4599c5;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_fountainG;
    -moz-animation-duration: 1.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-transform: scale(.3);
    -moz-border-radius: 19px;
    -webkit-animation-name: bounce_fountainG;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 19px;
    -ms-animation-name: bounce_fountainG;
    -ms-animation-duration: 1.7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-transform: scale(.3);
    -ms-border-radius: 19px;
    -o-animation-name: bounce_fountainG;
    -o-animation-duration: 1.7s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-transform: scale(.3);
    -o-border-radius: 19px;
    animation-name: bounce_fountainG;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
    border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    -moz-animation-delay: 0.68s;
    -webkit-animation-delay: 0.68s;
    -ms-animation-delay: 0.68s;
    -o-animation-delay: 0.68s;
    animation-delay: 0.68s;
}

#fountainG_2 {
    left: 30px;
    -moz-animation-delay: 0.85s;
    -webkit-animation-delay: 0.85s;
    -ms-animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

#fountainG_3 {
    left: 60px;
    -moz-animation-delay: 1.02s;
    -webkit-animation-delay: 1.02s;
    -ms-animation-delay: 1.02s;
    -o-animation-delay: 1.02s;
    animation-delay: 1.02s;
}

#fountainG_4 {
    left: 90px;
    -moz-animation-delay: 1.19s;
    -webkit-animation-delay: 1.19s;
    -ms-animation-delay: 1.19s;
    -o-animation-delay: 1.19s;
    animation-delay: 1.19s;
}

#fountainG_5 {
    left: 120px;
    -moz-animation-delay: 1.36s;
    -webkit-animation-delay: 1.36s;
    -ms-animation-delay: 1.36s;
    -o-animation-delay: 1.36s;
    animation-delay: 1.36s;
}

#fountainG_6 {
    left: 150px;
    -moz-animation-delay: 1.53s;
    -webkit-animation-delay: 1.53s;
    -ms-animation-delay: 1.53s;
    -o-animation-delay: 1.53s;
    animation-delay: 1.53s;
}

#fountainG_7 {
    left: 180px;
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

#fountainG_8 {
    left: 210px;
    -moz-animation-delay: 1.87s;
    -webkit-animation-delay: 1.87s;
    -ms-animation-delay: 1.87s;
    -o-animation-delay: 1.87s;
    animation-delay: 1.87s;
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #4599c5;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #4599c5;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #4599c5;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #4599c5;
    }
    100% {
        -o-transform: scale(.3);
        background-color: #FFFFFF;
    }
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #4599c5;
    }
    100% {
        transform: scale(.3);
        background-color: #FFFFFF;
    }
}

.table {
    font-size: 12px !important;
}

.bouton-signaler {
    width: 100%;
    height: 200px;
    /*background-color: #4599C5;
    color: #fff; */
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.bouton-signaler:hover {
    /*color: #4599C5;
    background-color: #fff;*/
    -webkit-transition: all 300ms ease-in-out 0s;
}

/*label
{
display: block;
width: 150px;
float: left;
}*/

.lr-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.fond-blanc {
    background-color: #fff;
}

small, .small {
    font-size: 70%;
}

/* ------------- ANIMATION ------------- */
body {
    animation: myfadeInAnimation 1s;
}

/*div {
    width: 300px;
}*/
@keyframe myfadeInAnimation {
    from {
        opacity: 0;
    }

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

/* -------------------------------------- */


/* -------------- combobox :  -------------- */

/*changement*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.ui-button {
    padding: 1em 1em !important;
    margin-top: -.2em !important;
}

/* -------------- fin combobox -------------- */

/* -------------- extranet vendeur :  -------------- */
span.moyen {
    font-size: 13px;
    font-weight: bold;
}

table.fiche_identite {
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    width: 90%;
}

table.fiche_identite td {
    width: 33%;
}

table.rapport caption {
    font-weight: bold;
    padding: 20px 0 20px 50px;
    text-align: left;
}

table.rapport th {
    background: #001f5b;
    color: #FFFFFF;
}

table.rapport th, table.rapport td {
    border: #000000 1px solid;
    padding: 1px 5px 1px 5px;
}

/* -------------- fin extranet vendeur -------------- */


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #001f5a !important;
    border-color: #001f5a !important;
}