@media only screen and (max-width: 220px) {}

@media only screen and (max-width: 430px) {


    /* 
   #div-form1  label:nth-child(1) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    }

   #div-form1  label:nth-child(2) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
    } */


}

@media only screen and (max-width: 350px) {}

@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 706px) {}

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

    #navTransformation {
        display: none;
    }

    #navTransformationMobile {
        display: block;
        box-shadow: 0px 2px 4px 0px #00000026 !important;
        padding: 1.5em 2.5em !important;
    }


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

#section-retour{
    margin-bottom: 1em;
    margin-inline: 0.5em;
}
    #section-texte article picture {
        text-align: center;
        gap: 1.5em !important;
    }

    .row-1,
    .row-2 {
        display: flex;
        flex-direction: column !important;
        align-items: center;

    }
    #section-picture {
        /* background: green; */
        margin-top: 5em !important;
    }
    #section-picture article picture {
        width: 100% !important;
        max-height: max-content !important;
        padding-bottom: 3em !important;
    }

    #section-quotes article {
        width: 95% !important;
    }

    #section-quotes article img {
        width: 20em;
        height: 20em;
        margin-top: -3em !important;
        margin-left: -5em;
        scale: 1.7;
    }

    .article-presentation-title p {
        text-align: center !important;
        margin-top: 1em;
    }

    /* fig */
    .presentation-row {
        display: flex;
        flex-direction: column !important;
        text-align: center;
        align-items: center;
        gap: 1em;
    }

    body .reverse {
        display: flex;
        flex-direction: column !important;
        gap: 1.5em !important;
    }

    .reverse button {
        width: 100% !important;
    }

    .figure-1 {
        width: 100% !important;
        min-width: 100% !important;
    }

    /* img */
    .picture-presentation-img {
        position: relative;
    }
    .picture-presentation-img img {
        object-fit: contain;
        max-width: max-content;
        max-height: max-content;
        border-radius: 1em;
        width: 100% !important;
    }

    .index {
        margin-left: -1em !important;
    }


    #rectangle {
        position: absolute;
        left: 0;
        z-index: -20;
margin-top: 1.9em !important;
margin-left: 1em !important;
    }

    .figure-2{
        width: 100% !important;
        scale: 0.9;
        /* background: red; */
    }
    /* BTN */

    .div-col-btn {
        display: flex;
        flex-direction: column !important;
        gap: 1em;
    }


}