
.DQE-box:not(.dqe-display){
    display: none;
}

.DQE-box api{
    display: block;
    width: calc(100% - 2px);
    max-width: 500px;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 200px;
    border-radius: 5px;
    z-index: 101;
}

.DQE-box api .head{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.DQE-box api .body{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    white-space: normal;
}

.DQE-box api .head,
.DQE-box api .body{
    padding-left: 20px;
    padding-right: 20px;
}

.DQE-box api .body .subtitle {
    padding-bottom: 10px;
}

.DQE-box api .body info {
    color: #000;
    padding-top: 10px;
    font-style: italic;
    text-align: center;
    display: block;
}

.DQE-message > div:not(:first-child){
    padding-top: 10px;
}

.DQE-box api-shadow{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    position: absolute;
    /*max-width: 1240px;*/
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    margin: auto;
}

.DQE-box api error-close {
    cursor: pointer;
}

.DQE-box api .error{
    color: #a94442;
}

.DQE-box api .warning{
    color: #8a6d3b;
}

.DQE-box api .success{
    color: #3c763d;
}

.DQE-box #form-error-box.error-box-hidden{
    display: none;
    visibility: hidden;
}

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

.DQE-box api .body li{
    font-family: 'CenturyGothic Bold';
}

.DQE-box api .body li .error-extra-info{
    font-family: 'CenturyGothic';
}

.DQE-box api .body info {
    font-size: 0.75rem;
    color: #5a5a5a;
}

.DQE-box api .body a{
    color: #4F6582;
}


.DQE-box api .head .title,
.DQE-box api .body .subtitle{
    font-family: 'CenturyGothic Bold';
}

@media screen and (min-width:1000px) {
    .moduleGESFormulaires form .form-line .form-input select#DQE_phone_code,
    .moduleAimairaFormulaire form .form-line .form-input select#DQE_phone_code,
    .moduleBrochure form .form-line .form-input select#DQE_phone_code {
        /* width: 145px;
        min-width: 145px;
        max-width: 145px;
        height: 50px;
        padding-right: 20px; */
    }
    .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); */
        /* margin-left: 10px; */
    }
}

.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 {
    /* width: 10px;
    height: 14px;
    position: absolute;
    top: 46%;
    left: 130px; */
}

/* POUR LES JPO ON A PAS LA POSSIBILITE DE METTRE UN SVG PERSONNALISE DONC UNIQUEMENT LE TRIANGLE*/
.moduleBrochure form .form-line .form-input svg.DQE_phone_code_arrow,
.moduleAimairaFormulaire form .form-line .form-input svg.DQE_phone_code_arrow
 {
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 118px;
    z-index: 10;
}

/*-----------------------------------------MODIFICATION 2026--------------------------------------------*/


#form_component_telephone .form-input {
    display: flex;
    gap: 10px;
    flex-direction: row;
    position: relative;
    flex-grow: 1;
    height: 100%;
    width: initial;

}

#form_component_telephone #DQE_phone_code{

    width: 145px;
    flex: 0;
    min-width: inherit;
    max-width: inherit;
}


#form_component_telephone .input_autofill{
    position: relative;
    margin: 0px;
    height: 50px;
    flex: 1;
    width: inherit;

}
