.custom-footer-page-number:after {
  content: counter(page);
}

.active{
    background: #EFC94B;
}

/* HEAD ACCORDEON & FILE D'ARIANE*/

.mktg-accord-glyph{
    font-size : 30px;
}
.panel-heading{
    padding : 0;
}
.mktg-accord-glyph-group{
    padding: 15px 0;
}
.mktg-accord-titre{
    font-size : 5pt;
    color : #262626;
}
.mktg-accord-head{
    background-color: #e6e6e6;
}
.panel-group .panel{
    border : 0;
}
.mktg-accord-onglet{
    margin-bottom: 10px; 
}
.mktg-accord-onglet-body{
    padding-top: 100px;
}
.ariane-legende-group{
    margin-top: 20px;
}
.mktg-ariane-img{
    width: 8.3333%;
    float: left;
}
.mtkg-arian-group{
    margin: 30px 0;
}
.mktg-ariane-legende-inactif{
    height: 10px;
    background-color: #C4C3C3;
}
.mktg-ariane-legende-actif{
    height: 10px;
    background-color: #5E5B5B;
}
.mktg-ariane-legende-complet{
    height: 10px;
    background-color: #0065E1;
}
.mktg-ariane-legende-accept{
    height: 10px;
    background-color: #0BB123;
}
.mktg-ariane-legende-refuse{
    height: 10px;
    background-color: #e20303;
}
.mktg-ariane-legende{
    font-size: 9pt;
    position: relative;
    top: -5px;
    font-style: italic;
    color: #8c8c8c;
}

/* END HEAD ACCORDEON & FILE D'ARIANE*/


/* INPUT FILES STYLE*/

.upload-file div[id$=-container]{
    font-family: sans-serif;
    color: #aaaaaa;
}
.upload-file div[id$=-droparea]{
    border: 4px dashed #dddddd;
    min-height: 100px;
    text-align: center;
    font-size: 13px;
    padding: 50px;
}
.upload-file div[id$=-droparea] p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}
.upload-file div[id$=-droparea] span{
    display: block;
    margin-bottom: 4px;
}
.upload-file div[id$=-droparea].hover{
    border-color: #83b4d8;
}

.upload-file a[id$=-browse]{
    border: 1px solid #bbbbbb;
    text-decoration: none;
    border-radius: 15px;
    background-color: #f4f4f4;
    color: #464646;
    
    padding: 3px 8px;
}
.upload-file a[id$=-browse]:hover{
    background-color: #c4c4c4;
}

.upload-file div[id$=-filelist]{
    margin-top : 10px;
}
.upload-file div[id$=-filelist] .file{
    border : 1px solid #dfdfdf;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
}
.upload-file div[id$=-filelist] .action{
    position: absolute;
    top: 0px;
    right: 5px;
}

.del{
    color: red;
}
.progressbar{
    background-color: #abb2bc;
    border-radius: 25px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5) inset;
    position: absolute;
    top : 25px;
    right: 5px;
    width: 250px;
    height: 20px;
    overflow: hidden;
        
}
.progress{
    position: absolute;
    height: 20px;
    width: 5%;
    background-color: green;
    -webkit-animation:progress 2s linear infinite;
}

@-webkit-keyframes progress{
    from{background-position: 0 0;}
    to{background-position: 53px 0;}
} 

/* END INPUT FILES STYLE */




*{
    font-family: sans-serif;
}

.m-y-10{
    margin-top:10px;
    margin-bottom:10px;

}
.m-y-20{
    margin-top:20px;
    margin-bottom:20px;

}
.m-y-30{
    margin-top:30px;
    margin-bottom:30px;

}
.m-y-40{
    margin-top:40px;
    margin-bottom:40px;

}
.m-y-50{
    margin-top:50px;
    margin-bottom:50px;

}
.m-y-60{
    margin-top:60px;
    margin-bottom:60px;

}
.no-padding{
	padding : 0;
}
.bd-bottom{
	border-bottom : 1px #cecece solid;
}
.bd-right{
	border-right : 1px #cecece solid;
}
.small-spacer{
    width: 100%;
    height : 15px;
}
.big-spacer{
    width: 100%;
    height : 30px;
}

.fixed-full-ja{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	overflow : scroll;
	z-index : 1000;
	padding : 40px 0;
}
.back-pop{
	background-color : rgba(0,0,0,0.3);
}
.pop-up{
	background-color : white;
	max-width : 760px;
	padding : 0 20px;
	width : 100%;
	margin : auto;
	border-radius : 30px;
}
.close-pop{
	cursor : pointer;
	width: 120px;
    height: 60px;
    position: relative;
    float: right;
    left: 20px;
    top: 10px;
    font-size: 20pt;
    color: grey;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 250px;
}

/*

    FORMULAIRE

*/

/* Champs obligatoire */
#selectCustomer:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newCompte:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newSite:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newProduit:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newFiltres:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newGroupeUsers:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newAgenda:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#selectGroupe:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newGroupe:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newRapport:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newClient:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newCommande:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newRDV:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newFournisseur:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newMarque:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newType:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newDemandes:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newProspect:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newGed:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#newGedDossier:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}
/* Champs obligatoire */
#newGedFile:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#selectCombinaison:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#selectEvenement:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#print:after, #export:after {
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#selectActionsList:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#gestiondeprettype:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#mementotechniquesite:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#mementotechnique:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#mementotechniquecontact:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

/* Champs obligatoire */
#actionprevention:after{
    content:'';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}
/* Champs obligatoire */
form:after{
    content:'* : champ obligatoire.';
    font-size: 10pt;
    color: #a5a5a5;
    font-weight: 100;
}

.label-champ.ob:before{
    content: '* ';
    color: red;
    vertical-align: sub;
}
.ob .champ-requi{
    color: red;
}

/*

  SELECT IMAGE


*/
.select-container{
	cursor	: pointer;
	display : block;
	overflow-x : scroll;
	overflow-y : hidden;
	box-sizing : content-box;
	border : 1px black solid;
	margin : 5px 0;
	padding : 10px;
	height : auto;
}

.option-select-container{
	height:150px;
}

.option-select{
	text-align : center;
	padding : 5px;
	margin : 5px 2.5px;
	width : 200px;
	float:left;
}

.label-option{
	height: 50px;
	font-size: 1.5em;
	margin-bottom:20px;
}

/* Couleur de texte */
.txt-white{
    color: #ffffff;
    transition: color 0.3s;
}
.txt-blue{
    color: #286090;
    transition: color 0.3s;
}