
.DQE-box api{
    background-color: #000000;
    border: solid 1px #000000;
    color: #5a5a5a;
}

.DQE-box api .head{
    background-color: #000000;
    color: #fff;
}

.DQE-box api .head .title{
    font-size: 12px;
    top: unset;
    width: auto;
    position: relative;
}

.DQE-box api .body a:hover{
    color: #000000;
}
.moduleGESFormulaires.CL-theme form .form-line .form-input svg.DQE_phone_code_arrow use{
    fill: #000000;
}
@media screen and (min-width: 1000px){
    .moduleGESFormulaires form .form-line .form-input svg.DQE_phone_code_arrow{
        top: 35%;
    }
    
    .moduleGESFormulaires form .form-line .form-input select#DQE_phone_code + input{
        width: calc( 100% - (2px * 2) - (15px * 2) - 145px - 10px - 5px);
    }
}

@media screen and (max-width:1000px){
    .moduleGESFormulaires form .form-line .form-input select#DQE_phone_code + input {
        margin: 0;
        width: calc( 100% - (2px * 2));
    }
    .moduleGESFormulaires form .form-line .form-input svg.DQE_phone_code_arrow{
        top: 12%;
        right: 10px;
        position: absolute;
        left: unset;
    }
}