
.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) {
    #moduleJPOformulaire select.DQE_phone_code{
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        padding-right: 20px;
    }
    #moduleJPOformulaire select.DQE_phone_code + input{
        width: calc( 100% - (1px * 2) - (10px * 2) - 147px - 10px);
        margin-left: 10px;
    }
} */

@media screen and (min-width:1000px) {
    #moduleJPOformulaire form .form-line .form-input select#DQE_phone_code{
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        height: 50px;
        padding-right: 20px;
    }
    #moduleJPOformulaire form .form-line .form-input select#DQE_phone_code + input{
        width: calc( 100% - (2px * 2) - (15px * 2) - 145px - 10px);
        margin-left: 10px;
    }
}

#moduleJPOformulaire form .form-line .form-input svg.DQE_phone_code_arrow{
    width: 10px;
    height: 14px;
    position: absolute;
    top: 46%;
    /* transform: translateY(-50%); */
    left: 130px;
}
