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

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

.DQE-box api .body a:hover{
    color: #f39655;
}

#moduleJPOformulaire.CL-theme form .form-line .form-input svg.DQE_phone_code_arrow use,
.moduleGESFormulaires.CL-theme form .form-line .form-input svg.DQE_phone_code_arrow use,
.moduleAimairaFormulaire.CL-theme form .form-line .form-input svg.DQE_phone_code_arrow use,
.moduleBrochure.CL-theme form .form-line .form-input svg.DQE_phone_code_arrow use{
    fill: #f39655;
}

@media screen and (min-width: 1000px){
    #moduleJPOformulaire form .form-line .form-input svg.DQE_phone_code_arrow,
    .moduleGESFormulaires form .form-line .form-input svg.DQE_phone_code_arrow,
    .moduleAimairaFormulaire form .form-line .form-input svg.DQE_phone_code_arrow,
    .moduleBrochure form .form-line .form-input svg.DQE_phone_code_arrow {
        top: 35%;
    }
    
    #moduleJPOformulaire form .form-line .form-input select#DQE_phone_code + input,
    .moduleGESFormulaires form .form-line .form-input select#DQE_phone_code + input,
    .moduleAimairaFormulaire form .form-line .form-input select#DQE_phone_code + input,
    .moduleBrochure 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){
    #moduleJPOformulaire form .form-line .form-input select#DQE_phone_code + input,
    .moduleGESFormulaires form .form-line .form-input select#DQE_phone_code + input,
    .moduleAimairaFormulaire form .form-line .form-input select#DQE_phone_code + input,
    .moduleBrochure form .form-line .form-input select#DQE_phone_code + input {
        margin: 0;
        width: calc( 100% - (2px * 2));
    }
    #moduleJPOformulaire form .form-line .form-input svg.DQE_phone_code_arrow
    .moduleGESFormulaires form .form-line .form-input svg.DQE_phone_code_arrow,
    .moduleAimairaFormulaire form .form-line .form-input svg.DQE_phone_code_arrow,
    .moduleBrochure form .form-line .form-input svg.DQE_phone_code_arrow {
        top: 12%;
        right: 10px;
        position: absolute;
        left: unset;
    }
}