/* Empêche le body de scroller */
body.no-scroll {
    overflow: hidden;
}

#modale-apercu {
    background: #0000005d;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    left: 0;
    display: none;
}

#modale-apercu section {
    width: 90%;
    height: max-content;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.article-form-pop form {
    /* background: gray; */
    display: flex;
    flex-direction: row;
    gap: 1em;
    row-gap: 2em;
    flex-wrap: wrap;
    padding: 1em;
    justify-content: left;
    width: 100%;
}

.article-form-pop form picture {
    /* background: red; */
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: left;
}


.article-form-pop form label {
    /* flex: 1 1 calc(33.33% - 1em); */
    /* background: silver; */
    width: 50%;
    /* width: 32.2%; */
    position: relative;
}

.picture-last label {
    width: 30% !important;
}

.arrow-idown {
    position: absolute;
    right: 0;
    top: 30%;
    margin-right: 0.5em;
}

.inpt-child-div {
    /* background: red; */
    /* z-index: -20000; */
    position: relative;
}

.color-white,
#close-modal, 
#close-modal-secondary{
    color: #fff;
}

.label-title {
    margin-top: -0.9em;
    background: #fff;
    z-index: 999999 !important;
    margin-left: 1em;
    padding: 0 0.5em;
    font-weight: 600;
    position: absolute;
    text-wrap: nowrap;
}

.inpt-child {
    padding: 1em;
    width: 100%;
    outline: 1.3px solid #585856;
    background: none;
    border: none;
    border-radius: 0.5em;
}

#date-picker {
    padding: 1em;
    width: 100%;
    outline: 1.3px solid #585856;
    background: none;
    border: none;
    border-radius: 0.5em;
}

.btn-apercu {
    width: 100%;
    /* background: red; */
    padding: 2em 0;
    display: flex;
    justify-content: end !important;
}

.i-date {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.8em;
}