
.resultItem #boxProfil{
    display: inline-block;
    width:250px;
    height:120px;
    font-family:"Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    margin-right:25px;
    margin-bottom:25px;
}
.resultItem .AOPC{
    background-color:#9b59b6;
}
.resultItem .AOPC:hover{
    background-color:#5A3369;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .AOPE{
    background-color:#2980b9;
}
.resultItem .AOPE:hover{
    background-color:#184B6E;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .AOPL{
    background-color:#d35400;
}
.resultItem .AOPL:hover{
    background-color:#853500;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .RAO{
    background-color:#27ae60;
}
.resultItem .RAO:hover{
    background-color:#125930;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .GA{
    background-color:#e2ba02;
}
.resultItem .GA:hover{
    background-color:#927700;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .VE{
    background-color:#e23c02;
}
.resultItem .VE:hover{
    background-color:#822300;
    -webkit-transition: background-color 0.5s;
    -moz-transition:    background-color 0.5s;
    -ms-transition:     background-color 0.5s;
    -o-transition:      background-color 0.5s;
    transition:         background-color 0.5s;
}
.resultItem .cercle{
    
    border-radius:50%;
    width:80px;
    height:80px;
    float:right;
    margin-top:-20px;
    margin-right:-20px;
    background-color:white;
    opacity:0.5;
}
.resultItem .titleBox{
    color:white;
    font-size:22px;
    margin-top:20px;
    width:150px;
    height:60px;
    float: left;
    margin-left:20px;
}
.resultItem .bottomBox{
    width:100%;
    height:30px;
    margin-top:90px;
    background-color:white;
    opacity:0.5;
}
.resultItem .titleTableau{
    font-family:"Arial Narrow", Helvetica, sans-serif;
    
    color:#B9B8B7;
    font-size:30px;
    margin-bottom:25px;
    
}
.resultItem{
    font-family:"Arial Narrow", Helvetica, sans-serif;
    font-size:13px;
}
.resultItem table{
    border-collapse:collapse;
    background-color:#FAFAFA;
    border-radius:5px;
    
}
.resultItem table th, .resultItem table td {
    border:1px solid #ccc;
    padding-right:5px;
    padding-left:5px;
    
}
.resultItem .cps{
    width:200px;
    height:50px;
    background-image:url(../../img/cpsBTN.png);
}
.resultItem .cps:hover{
    background-image:url(../../img/cpsBTN-hover.png);
}
.resultItem .cps:active{
    background-image:url(../../img/cpsBTN-active.png);
}
.resultItem .favimg{
    float:right;
    background-image:url(../../img/icof.png);
    background-size:15px;
    background-repeat: no-repeat;
    width:15px;
    height:15px;
}
.resultItem .favimg:hover{
    background-image:url(../../img/icof-hover.png);
    cursor:pointer;
}
.resultItem th {
   font-size: 13px !important; 
}
/*----------------*/
.resultItem .IsfavAo {
  background-image: url(../../img/icof-hover.png) !important;
  cursor: pointer;
}