/* RESPONSIVE MOBILE */

@media screen and (max-width: 500px) {

/*=== GENERAL ===*/


@media screen and (max-width: 768px) {

    /* header*/
    .menu-header ul {
        flex-direction: column;
    }

    .logo-livre {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

}

    /*footer*/
    footer {
        flex-direction: column;
        gap: 2rem;
    }


/* === INDEX === */


    /* hero */
    .accroche {
        padding: 1.5rem;
    }

    /* presentation */
     .presentation {
        padding: 0;
     }


      /* stand */
      .stand-texte1 {
        flex-direction: column;
        gap: 1rem;
    }

    /* marges de base*/
    .marges-principales {
        margin: auto 2rem;
    }

    /* discover (livre + bracelet) */
    .dispo-cards {
        flex-direction: column;
        height: auto;
        gap: 2rem;
    }

    .discover {
        margin: auto 1rem;
        padding: 1rem;
    }

    /* stand */
    .stand-texte1 {
        flex-direction: column;
        gap: 1rem;
    }
    /* galerie photo */
    .photos-stand img {
        width: 100%;
    }

    button {
        margin: 1rem;
    }

/* === CONTACT === */

    form {
        max-width: 95%;
        padding: 1rem;
    }

    .form-contact fieldset div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    input {
        width: 90%;
    }

    .bouton-contact {
        max-width: 50%;
    }

/* === BRACELET SHIYUN TAO === */

    .photos-bracelets {
        flex-direction: column;
        gap: 0;
    }

    .carte-bazi {
        width: 100%;
        height: auto;
    }

/* === PAGE LEGALES === */

    .pages-legales {
        padding: 1rem;
    }

}

/* RESPONSIVE TABLETTE */

@media screen and (max-width: 940px) {

/*=== GENERAL ===*/

    /* header*/
    header nav {
        flex-direction: column;
        gap: 5rem;
    }   

    /*footer*/
    footer {
        gap: 3rem;
    }

    /* section decouverte */
    .dispo-cards {
        gap: 6rem;
    }
    .card {
        width: 50%;
    }

     .discover {
        margin: auto 1rem;
        padding: 1rem;
    }

    /* stand */
    .stand-texte1 {
        flex-direction: column;
        gap: 1rem;
    }

    /* galerie photo */
    .photos-stand img {
        width: 48%;
    }

/* contact */
    input {
        width: 90%;
    } 

    .message {
        flex-direction: column;
    }

    textarea {
        width: 95%;
    }

/* === BRACELET SHIYUN TAO === */

    .carte-bazi {
        width: 100%;
        height: auto;
    }

}
