.section-main {
    /* background: red; */
    height: 100%;
    padding: 1em;
}

/* .section-article-picture {
    background: green;
} */

/* .section-article-picture picture {
    background: green;
} */

.section-article-picture picture h1 {
    background: var(--primary);
    color: #fff;
    padding: 1em;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
}



.section-article-range {
    /* background: green; */
    position: relative;
    border-bottom: 1px solid silver;
}

.section-article-range picture {
    /* background: green; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2.5em;
}

.section-article-range picture {
    /* background: green; */
}

.section-article-range picture label {
    /* background: blue; */
    flex: 1;
    margin: 0 auto;
    text-align: center;
}

.hr {
    position: absolute;
    bottom: 53%;
    /* background: red; */
    width: 43%;
    padding: 1em;
}

.section-article-range picture label.active h4 {
    font-weight: 600;
    color: #000;
    font-size: 1.1em;
}

.section-article-range picture label h4 {
    color: silver;
}

.section-article-range picture label.active p {
    background: green;
    color: white;
}

.section-article-range picture label p {
    font-size: 1.2em;
    width: 2em;
    margin: 0 auto;
    height: 2em;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    color: #fff;
    background: silver;
    margin-bottom: 1em;
}

.section-article-form {
    /* background: blue; */
    margin-top: 2em;
}

.fw-600 {
    font-weight: 600;
}

.section-article-form form {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.section-article-form form label {
    /* background: violet; */
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.section-article-form form label p:nth-child(1) {
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
}

.label-after::after {
    position: absolute;
    content: "";
    top: 3.35em;
    bottom: 0;
    right: 18px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    z-index: 999;
    border-color: #000 transparent transparent transparent;
}

.section-article-form form label :is(input[type='text'], input[type='number']) {
    width: 100%;
    /* height: 3.2em !important; */
    padding: 1em;
    background: #f5f5f5;
    border-radius: 0.3em;
    outline: 1px solid silver;
    border: none;
    font-size: 1em;

    font-weight: 500;
}

.label-location {
    background: #EEEEEE;
    border-radius: 0.3em !important;
    display: flex;
    flex-direction: row;
    outline: 1px solid silver;
    padding: 0 !important;
    align-items: center;
}


.label-location i {
    padding: 0.7em 0.9em;
    border-radius: 0.3em !important;
    font-size: 1.2em;
    /* background: #e6e6e6; */
}

.label-location textarea {
    width: 100%;
    padding: 1em;
    font-family: 'poppins' !important;
    outline: none !important;
    border: none;
    background: #f5f5f5;
    color: #6b6b6b;
    height: 10em;
    font-size: 1em;
    font-weight: 500;

}

.label-location input {
    background: #f5f5f5;
    border-left: 1px solid silver !important;
    background: none;
    border-radius: 0 !important;
    outline: none !important;
    /* padding-left: 0 !important; */
}



.picture-label-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
}

.picture-label-row label {
    /* background: red; */
    flex: 1;
}


.title-label-info {
    /* background: red; */
    padding: 2em 0;
    border-bottom: 1px solid silver;
    padding-bottom: 1em;
    margin-bottom: 0;


}

.title-label-info p {
    font-size: 1.5em !important;
    font-weight: 600;
}


.radio-row .custome-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5;
}

.radio-row .custome-radio.active-radio {
    background: #5197f1;
    color: white;
}

.radio-row .custome-radio {
    width: 15%;
    border-radius: 0.5em;
    padding: 1em 1.5em;
    text-align: center;
    font-weight: 500;
}



.radio-row .custome-radio input {
    width: 1em;
    height: 1em;
    display: none;
}

.radio-row {
    display: flex;
    flex-direction: row;
    gap: 1em;
    font-size: 1em;
    border-bottom: none;
    margin-bottom: 0;
}

.custome-radio {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 1em;
}

.custome-radio span {
    text-wrap: nowrap;
}

.pl-em::placeholder {
    font-style: italic;
}

.picture-img-drop .form-group label {
    /* background: green; */
    font-weight: 600;
    font-size: 1.1em;
}

.picture-img-drop figure {
    /* background: silver; */
    border: 1px solid silver;
    padding: 1.8em;
    border-radius: 0.3em;
    height: 25em;
    margin-bottom: 1em;
}

.picture-img-drop figure legend {
    /* background: yellow; */
    padding: 1em;
    border: 2px dashed silver;
    height: 100%;
    display: flex;
    border-radius: 0.3em;
    justify-content: center;
    align-items: center;
}

.picture-img-drop figure legend:hover {
    /* background: yellow; */
    padding: 1em;
    border: 3px dashed silver;
    height: 100%;
    display: flex;
    border-radius: 0.3em;
    justify-content: center;
    align-items: center;
}

.label-text h1 {
    font-size: 1.3em;
    color: #6b6b6b;
    /* background: red; */
    /* width: 50%; */
    text-align: center;
}

.mt {
    margin-top: 1em;
}

.mt h4 {
    font-size: 1em;
    font-weight: 400;
}

.upload-photo-outer .file-caption {
    padding: 1em;
    height: 100%;
}

.upload-photo-outer .btn-file {
    overflow: hidden;
    height: 3.6em;
    max-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.mt-hr {
    margin-top: 3em;
}

.label-ajoute {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    gap: 0 !important;
}


.label-ajoute button {
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
}

.btn-picture {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 1em;
}

#textarea {
    background: red;
    height: 4em;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}