/* @media screen and (min-width: 452px) and (max-width: 564px) {

    body .section-article-range picture label:nth-child(2) h4 {
        max-width: 60% !important;
        text-align: center !important;
        margin: 0 auto;
    }
} */

@media screen and (max-width: 564px) {
    .hr {
        top: 22%;
        width: 35% !important;
    }

}

@media screen and (max-width: 930px) {
    html {
        font-size: 0.9em;
    }

    #main {
        width: 100%;
    }

    .section-article-range picture {
        gap: 2em !important;
    }

    .section-article-range picture label h4 {
        /* background: green !important; */
        width: 100% !important;
        /* text-wrap: nowrap; */
        flex: 0 !important;
    }

    .hr {
        /* top: 22%; */
        width: 35% !important;
    }

    .radio-row .custome-radio {
        width: 100% !important;
    }

    .picture-label-row {
        display: flex;
        flex-direction: column !important;

    }

    .label-ajoute button {
        width: max-content !important;
    }

    .btn-picture {
        display: flex;
        flex-wrap: wrap !important;
    }

    .btn-picture button {
        flex: 1;
    }
}