

#wrapper-promoter-score .form-promoter-score{
     width:90%;
    margin: auto;text-align:center;
}
#wrapper-promoter-score{
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 10;
    background:rgba(0,0,0,0.5);
    z-index: 9999999999;
}
#wrapper-promoter-score button{
    padding-top: 0;
  height: 50px;
  line-height: 50px;
  border: none !important;
   padding-top: 0;
  height: 50px;
  line-height: 50px;
  border: none !important; 
  margin-left: 15px;
  background-color: #c8bcb7;
  color:#fff; 
  margin:20px 0;
}
#promoter-score{
    background-color: #ffffff;
    padding:40px  20px; 
    margin-bottom: 20px;
    max-width:800px;
    width:100%;
    height:400px;
     margin:auto;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:100;
}

.promoter-score-title{
    font-family: 'bodonibold';
    color: #c8bcb7;
    font-weight: 800;
    font-size: 4.2rem;
    line-height:4.8rem;
    text-align: center;
   
}
 
.promoter-score-note{
    justify-content: space-between;
    display:flex;
    margin:40px -5px 0;

}

.promoter-score-note li {
    margin-left:5px;
    width:calc(100% * 1/11 - 5px);
}
.promoter-score-note li label{
    padding:10px 2px;
    width:100%;
    text-align: center;
    background-color:#f2f2f2 ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius :4px;
    cursor: pointer;
}
.promoter-score-note li input {
    display:none;
}  

.promoter-score-note li input:checked + label{
    background-color:#c8bcb7 ;
    color:#fff;
}  

.promoter-score-echelle{

    display: flex;
    justify-content: space-between;

}

@media (max-width: 991px) {


    .promoter-score-title{
        font-size: 2.65rem;
        line-height:3.2rem;
       margin-top:20px;
    }
    .promoter-score-echelle{
        padding: 0 40px;
    }
    .promoter-score-note{
        padding:0 40px;
        flex-wrap: wrap;
        justify-content: center;
        margin:20px -10px 0;
    }
    .promoter-score-note li {
        width:50px;
        margin-left:10px;
        margin-bottom:10px;
    }
}
@media (max-width: 600px) {
    #promoter-score{
        background-color: #ffffff;
        padding:15px; 
    }
    #wrapper-promoter-score .form-promoter-score{
        width:100%;
    }
 
    .promoter-score-echelle,
    .promoter-score-note{
        padding:0 20px;
         
    }
    #wrapper-promoter{
         z-index: 9999999999;
    }
    #wrapper-promoter-score #promoter-score{
        top: auto;
        bottom:0;
    }
     
}
@media (max-width: 480px) {
    
    .promoter-score-echelle {padding: 0;}
    .promoter-score-note li {
        width:40px;
       
    }
}


#wrapper-promoter-score .popup-close {text-decoration: underline;cursor: pointer;}