.sencha-logo {
    height: 65px;
    font-size: 30px;
    margin-left: 17px;
}
.sencha-logo, .main-logo {
    line-height: 65px;
}
.sencha-logo, .main-logo, .img {
    margin-left: 5px;
    margin-right: 5px;
    top: 5px;
    position: relative;
    color : #a97ee5;

}
.x-treelist {
    overflow-y: auto;
}
.EpsilonConfigCSSChampTxtACopier {
    width: 1px;
    border: 0;
    opacity: 0;
}
.EpsilonConfigCSSGridLigneCouleurFondRouge{
    background-color: #FAEAE6;
}
.EpsilonConfigCSSGridLigneCouleurFondGris{
    background-color: #DDDDDD;
}

/***
Notes
***/
.note {
    margin: 0 0 20px 0;
    font-size:12px;
    padding: 10px 30px 10px 10px;
    border-left: 4px solid #eee;
    border-radius: 0px 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}
.note code,
.note .highlight {
    background-color: #fff;
}

/* Variations */
.note-danger {
    background-color: #FAEAE6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #FCF3E1;
    border-color: #fcb322;
}

.note-info {
    background-color: #E8F6FC;
    border-color: #57b5e3;
}

.note-success {
    background-color: #EBFCEE;
    border-color: #3cc051;
}

/* Recherche Menu Haut */

/* .EpsilonConfigCSSLigneRecherche{
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: normal;
    border-bottom : 1px dashed #A97EE5;
} */

/* .EpsilonResultatRecherchePetiteInfo{
    font-size: 11px;
} */
.EpsilonInformatiqueCSSGridLigneTexteEnVert{
    color:Green;
}
.EpsilonInformatiqueCSSGridLigneTexteEnRouge{
    color:Red;
}
.EpsilonInformatiqueCSSGridLigneTexteEnGris{
    color:Grey;
}
.EpsilonInformatiqueCSSGridLigneTexteEnBleuAcier{
    color:Steelblue;
}
.EpsilonInformatiqueCSSGridLigneTexteEnRougeOrange{
    color:Orangered
}
.EpsilonInformatiqueCSSGridFondSaumon{
    background-color: #faeae6;
}
.EpsilonInformatiqueCSSGridFondBlanc{
    background-color: white;
}
.Pipline-card-titre{
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.Pipline-card-societe{
    font-size: 18px;
    /* color: #a97ee5; */
    color: #762fda;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3px;
}
.Pipline-card-separateur{
    /* border-top: 2px solid #a97ee5; */
    border-top: 2px solid #762fda;
    margin: 15px
}
.Pipline-card-texte{
    margin: 2px
}
.Pipline-card-separateur-bold{
    font-weight: 700;
}
.ribbon {
    margin: 9px;
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #B80000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #B80000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #B80000;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #B80000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #B80000;
}
.ribbon2 {
    margin: 9px;
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon2 span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon2 span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
  }
  .ribbon2 span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
  }
