/* Shokola 'Je suis je veux' Merge later */

#section_jesuisjeveux {
    background: #ffffff; padding: 0; margin: -6px -15px 0 -15px;

}

#section_jesuisjeveux .gform_wrapper {
    padding: 0 15px;
}

#section_jesuisjeveux .vc_col-sm-6 {
    width: 100%;
    background: #f3f3f3;
    height: 60px;
    padding: 0;
    margin: 0 0 4px;
}

#section_jesuisjeveux label {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    background: #d2275f;
    display: inline-block;
    width: 90px;
    text-align: center;
    color: #FFF;
    pointer-events: none;
    font-weight: 500;
}

#section_jesuisjeveux select {
    height: 60px;
    width: 100%;
    line-height: 60px;
    margin: 0;
    position: relative;
    padding: 0 0 0 100px;
    border: 1px solid #f3f3f3 !important;
    -webkit-appearance: none;
    -moz-appearance:none;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    background: url("images/drop-down-arrow.png") no-repeat center right 10px #f3f3f3 !important;
}

#section_jesuisjeveux select::-ms-expand {
    display: none;
}

#section_jesuisjeveux select option {
    padding: 10px;
    color : #555555;
    font-size : 15px;
}
#section_jesuisjeveux select option:hover, #section_jesuisjeveux select option:focus, #section_jesuisjeveux select option:active  {
    background: #498B2A;
    color: #FFF;
}

#section_jesuisjeveux .col-je-veux.disabled label {
    background: #f3f3f3;
    color: #A9A9A9;
    /*border-left: 1px solid #dbd8d8;*/
    border-right: 1px solid #dbd8d8;
}