@import url(../fonts/opensans_regular/stylesheet.css);
@import url(../fonts/opensans_bold/stylesheet.css);
@import url(../fonts/opensans_light/stylesheet.css);
@import url(../fonts/opensans_extrabold/stylesheet.css);


/*body {font-family:'open_sansregular';}*/



.uppercase {text-transform: uppercase;}

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

.display-none {display: none !important;}
.position-relative {position: relative;}

.table.table-depense > thead > tr > th,
.table.table-depense > tbody > tr > th,
.table.table-depense > tfoot > tr > th,
.table.table-depense > thead > tr > td,
.table.table-depense > tbody > tr > td,
.table.table-depense > tfoot > tr > td {
    border-top: 2px solid #FFF;
}

.clear{
    clear: both;
}

.striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.6) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.6) 75%,transparent 75%,transparent);
    background-size: 16px 16px;
}

.hidden {display:none;}

.bt-collapse-all, .bt-collapse{
    position: relative;
    top:3px;
    display :inline-block;
    cursor: pointer;
    background-color: rgba(0,108,170,0.2);
    color: #006caa;
    border: solid 1px #006caa;
    font-size :0.8em;
    width: 15px;
    height: 15px;
    border-radius: 4px;
}
.bt-collapse-all:before, .bt-collapse:before{
    font: normal normal normal 12px/1 FontAwesome;
    position:absolute;
    top:1px;
    left:5px;
    display:block;
    content: '\f0da';
}
.bt-collapse-all.open:before, .bt-collapse.open:before{
    left:3px;
    content: '\f0d7';
}

.bt-collapse-all{
    left:10px;
    background-color: rgba(0,108,170,0);
    color: rgba(0,108,170,0.7);
    border: solid 1px rgba(0,108,170,0.7);
}
/*------------------------------------------------------------------------------------------------------*/
/*											form  			              								*/
/*------------------------------------------------------------------------------------------------------*/

.checkbox-filter {
    position:relative;
    display: block;
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
    padding: 10px 15px;
    font-weight : normal;
    opacity : 0.5;
    padding-left:30px;
}
.checkbox-filter:before {
    display:block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    content: '\f00d';
    color: #d13b00;
    top:12px;
    left:8px;
}

.checkbox-filter.checked:before {color: #9ed300; content: '\f00c';}

.checkbox-filter.checked {
    opacity : 1;
}
.checkbox-filter input {
    position:absolute;
    top: -99999px;
}

.errors-list {
    display:none;
}
.errors-list.errors-list-open {
    display:block;
}

.textarea-editor {
    margin-bottom:20px;
    margin-top:20px;
    padding-bottom:20px;
    padding-top:20px;
    border:solid 3px #00d6fc;
    border-width: 3px 0;
}

select.form-control option.child-category {
    font-size:0.9em;
}

/*------------------------------------------------------------------------------------------------------*/
/*											DECORATION  			    								*/
/*------------------------------------------------------------------------------------------------------*/

.box-status {
    position: relative;
    padding-left:70px;
    height:50px;
    line-height: 50px;
    font-size: 1.3em;
}

.box-status-cartouche {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.4em;
}
.box-status-cartouche .fa{
    position:relative;
    left:5px;
}

.product-img {
    width:75px;
}
.product-img span {
    display: inline-block;
    width:70px;
    height:50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.profil-img {
    position:relative;
    display:block;
    border-radius:50%;
    border: solid 3px #CCC;
    width:100px;
    height:100px;
    margin: 0 auto;
    background-size: cover ;
    background-position: 50% 50% ;
    background-repeat: no-repeat ;
    background-color: #EEE;
}

.box-profil {
    padding:20px;
    justify-content: space-around;
}
.box-profil li{
    list-style: none;
}
.profil-img-widget {
    position:relative;
    display:block;
    border-radius:50%;
    border: solid 3px #DDD;
    width:130px;
    height:130px;
    margin: 0 auto;
    background-color: #edf2f4 ;
    background-size: cover ;
    background-position: 50% 50% ;
    background-repeat: no-repeat ;
}

.table.table-custom-detail-depense{
    background-color: transparent;
}
.table.table-custom-detail-depense td{
    border-top: 1px solid rgba(0,0,0,0.03);
    font-size: 0.8em;
}
/*------------------------------------------------------------------------------------------------------*/
/*											HEADER NAV 													*/
/*------------------------------------------------------------------------------------------------------*/

ul.nav-header {
    margin: 10px 0 0 0;
    padding: 0;
}
ul.nav-header li{
    list-style: none;
    margin-right:20px;
    display: inline-block;
    padding:6px 0;
}
ul.nav-header li a{
    display:block;
    font-weight: bold;

}
ul.nav-header li.active a{
    font-weight: bold;
    color: #444;
}


/*------------------------------------------------------------------------------------------------------*/
/*											FLEX BOX  													*/
/*------------------------------------------------------------------------------------------------------*/
.flex-cont{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing : border-box;
}

.justify-flex-space-between{ justify-content: space-between; }
.justify-flex-start{ justify-content: flex-start; }
.justify-flex-center{ justify-content: center; }

.cover{
    background: rgba(210,210,210,0.4) 50% 50% no-repeat;
    background-image: none;
    background-size: cover;
    min-height:50px;
}


.goutiere {margin-right: 10px; margin-bottom: 10px;}

.bloc-1 {
    width:100%;
    flex-grow :1;
}

.bloc-2 {
    width:50%;
    flex-grow :1;
}

.bloc-3 {
    width:33.333%;
    flex-grow :1;
}

.bloc-2-3 {
    width:66.666%;
    flex-grow :1;
}

.bloc-4 {
    width:25%;
    flex-grow :1;
}
.bloc-3-4 {
    width:75%;
    flex-grow :1;
}

.square {
    width: 50%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* min */
@media (max-width: 480px) {

}

/*small */
@media (max-width: 768px) {
    .bloc-2,.bloc-3,.bloc-4 {width:100%;}
}

/* medium */
@media (min-width: 769px) and (max-width: 960px) {
    .bloc-2,.bloc-3,.bloc-4 {width:100%;}
}

/* large */
@media (min-width: 961px) and (max-width: 1200px) {


}

/* XXL */
@media (min-width: 1201px) {


}

.header-big {
    position: relative;
    height:200px !important;
}


#drop-file {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.file-over:before {
    display:block;
    position : absolute;
    content : ' ';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: solid 3px rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.3);

}


.dd-content {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 5px 5px 5px 50px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: normal !important;
}

.dd-handle {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    cursor: pointer;
    width: 34px;
    height: 34px !important;
    text-indent: 34px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #CCC;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.dd-handle:before {
    font-family:  FontAwesome;
    content: '\f07d';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: normal;
}

.dd-handle:hover {
    background: #CCC;
}







