@media only screen and (max-width: 430px) {
    main section form article:nth-child(1) figure {
        width: 100% !important;
        height: 25em !important;
    }

    /* 
    main section article:nth-child(3) form div:nth-child(2) label:nth-child(1) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    }

    main section article:nth-child(3) form div:nth-child(2) label:nth-child(2) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    } */
}

@media only screen and (max-width: 350px) {
    /* main section form article:nth-child(1) figure {
        width: 100% !important;
        height: 25em !important;
    }

    main section  form article:nth-child(2) div:nth-child(2) label:nth-child(1) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    }

    main section form article:nth-child(2) div:nth-child(2) label:nth-child(2) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    } */
}

@media only screen and (max-width: 967px) {
    
    #dureetemps {
        grid-template-columns: repeat(1, 1fr);
    
        gap: 3em;
    }

    .label-day-mobile{
        padding: 1em 0.3em;
    }
}
@media only screen and (max-width: 930px) {
    html {
        font-size: 0.8em;
    }

    /* main {
        width: 95% !important;
        margin: 0 auto;
    } */


    main section {
        width: 100% !important;
        margin: 0 auto;
    }

    input[type="range"] {
        /* border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; */
        /* position: absolute;
        left: 0;
        margin-top: 0.5em !important; */
        /* width: 90%; */
        margin: 2.5em auto;
        display: block;
        border-radius: 0 !important;
    }

    main section article:nth-child(1) picture:nth-child(3) {
        margin-top: 2em !important;
    }

    main section article:nth-child(1) picture:nth-child(3) {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
    }

    /* MAIN */
    /* DROPPING */
    main section form article:nth-child(1) {
        height: max-content !important;
    }

    main section form article:nth-child(1) figure {
        width: 100% !important;
    }
/* 
    main section  form article:nth-child(2) div:nth-child(2) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        justify-content: left;
    

    } */

    /* main section form article:nth-child(2) div:nth-child(2) label:nth-child(1) {
        min-width: 47%;
        max-width: 100%;
    }

    main section form article:nth-child(2) div:nth-child(2) label:nth-child(2) {
        min-width: 47%;
        max-width: 100%;
    }

    main section form article:nth-child(2) div:nth-child(2) label:last-child {
        width: 100%;
    }
 */

    main section form article:nth-child(2) div:nth-child(4) picture:first-child p:nth-child(1) {
        opacity: 0;
    }

    main section form article:nth-child(2) div:nth-child(4)  picture:last-child p {
        float: right !important;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    main section form article:nth-child(2) div:nth-child(5) picture {
        display: flex;
        /* flex-direction: column !important; */
        gap: 2em !important;
        border-top: none !important;
        text-align: left; 
        /* align-items: flex-start; */

    }

    .label-span {
        margin-bottom: 1em !important;
    }


    .label-day-mobile{
        padding: 1em 0.3em;
    }

    .responsive_tojo_pict{
        width: 90% !important;
        margin: 0 auto !important;
        display: block;
    }

    .h2_tittl_tjo{
        margin-top: 0 !important;
    }
    

    /* IMG */
    main #droppingId .dropping{
        flex-wrap: wrap !important;
        gap: 1.5em !important;
    }

    main #droppingId .dropping figure{
        flex: 0 100% !important
    }

    /* Padding inline creatads mobile */
    .padding-inline-mobile-creatads{
        /* padding-inline: 3em !important; */
        width: 90%;
        margin: 1em auto
    }
    main section article:nth-child(1){
        /* padding-inline: 3em !important; */
        width: 90%;
        margin: 1em auto

    }
    main section form article:nth-child(2) {
        /* padding-inline: 3em !important; */
        width: 90%;
        margin: 4em auto

    }
.margin-createAds-h2 {
        /* padding-inline: 3em !important; */
        width: 90%;
        margin: 1em auto

    }

    .mt-creatAds {
        margin-bottom: 0.5em !important;
        width: 90%;
        margin-inline: auto;
    }

    .row_last_btn_createAds {
        display: flex;
        flex-direction: column-reverse !important;
        gap: 1em;
    }

    .row_last_btn_createAds button{
       flex: 1;
    }

    .breadcrumb {
    background: none;
    padding: 0;
    /* margin: 20px 0 20px 0; */
    border: none;
    font-size: unset !important;
    list-style: none;
    display: flex
;
    align-items: center;
    width: 90% !important;
    margin: 2em auto !important;
    font-weight: 500 !important;
            margin-top: 2.5em !important;
}
}