/*  -------------  ---------------------------------------------------------------- */
/*  -------------  ---------------------------------------------------------------- */
/*  ROOT MEDIA JOAILLERIE COVER SECTION  ------------------------------------------ */
/*  -------------  ---------------------------------------------------------------- */
/*  -------------  ---------------------------------------------------------------- */


@media (max-width: 730px) {
    .Joaillerie-Cover-Slogan-Main-Container-1{
        display: none;
    }

    .Joaillerie-Cover-Slogan-Main-Container-2{
        display: block;
    }
}


@media (max-width: 500px) {
    .Joaillerie-Cover-Image-Trsp{
        display: none;
    }
}









/*   -------------------- --------------------------------------------------- */
/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- GLOBAL -- SECTION --------------------------------------------- */
/*   -------------------- --------------------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- GLOBAL -- INTRO ----------------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   MEDIA INTRO 1-7 DISPLAY ------------------------------------------------ */


@media(max-width: 1600px) {
    .Joaillerie-Intro-1{
        display: none;
    }
}

@media (max-width: 1600px) and (min-width: 1071px) {
    .Joaillerie-Intro-2{
        display: block;
    }
}

@media (max-width: 1070px) and (min-width: 601px) {
    .Joaillerie-Intro-3{
        display: block;
    }
}

@media (max-width: 600px) and (min-width: 501px) {
    .Joaillerie-Intro-4{
        display: block;
    }
}

@media (max-width: 500px) and (min-width: 421px) {
    .Joaillerie-Intro-5{
        display: block;
    }
}

@media (max-width: 420px) and (min-width: 361px) {
    .Joaillerie-Intro-6{
        display: block;
    }
}

@media (max-width: 360px) {
    .Joaillerie-Intro-7{
        display: block;
    }
}


/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- GLOBAL -- CONTENT --------------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   MEDIA CONTENT JOAILLERIE CONTENT FULL CONTAINER (DISPLAY) -------------- */

@media(max-width: 1300px) {
    .Joaillerie-Content-Full-Container-1{
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 841px) {
    .Joaillerie-Content-Full-Container-2{
        display: flex;
    }
}


@media (max-width: 840px) {
    .Joaillerie-Content-Full-Container-3{
        display: flex;
    }
}










/*   MEDIA CONTENT JOAILLERIE CONTENT (DISPLAY) ----------------------------- */




@media (max-width: 960px) {
    .Joaillerie-Content-211, .Joaillerie-Content-221, .Joaillerie-Content-231{
        display: none;
    }

    .Joaillerie-Content-212, .Joaillerie-Content-222, .Joaillerie-Content-232{
        display: block;
    }
}

@media (max-width: 600px) {
    .Joaillerie-Content-311, .Joaillerie-Content-321, .Joaillerie-Content-331{
        display: none;
    }
}


@media (max-width: 600px) and (min-width: 501px) {
    .Joaillerie-Content-312, .Joaillerie-Content-322, .Joaillerie-Content-332{
        display: block;
    }
}


@media (max-width: 500px) {
    .Joaillerie-Content-313, .Joaillerie-Content-323, .Joaillerie-Content-333{
        display: block;
    }
}





/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- GLOBAL -- COLLECTIONS ----------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   MEDIA COLLECTIONS JOAILLERIE CONTENT FULL CONTAINER (DISPLAY) ---------- */

@media(max-width: 1300px) {
    .Joaillerie-Collections-Full-Container-1{
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 841px) {
    .Joaillerie-Collections-Full-Container-2{
        display: flex;
    }
}


@media (max-width: 840px) {
    .Joaillerie-Collections-Full-Container-3{
        display: flex;
    }
}



/*   MEDIA COLLECTIONS JOAILLERIE TITLE / ACCROCHE (DISPLAY) ---------------- */

@media (max-width: 840px) {
    .Joaillerie-Collections-Title-1{
        display: none;
    }

    .Joaillerie-Collections-Title-2{
        display: block;
    }

    .Joaillerie-Collections-Accroche-1{
        display: none;
    }

}

@media (max-width: 840px) and (min-width: 501px) {
    .Joaillerie-Collections-Accroche-2{
        display: block;
    }
}

@media (max-width: 500px) and (min-width: 421px) {
    .Joaillerie-Collections-Accroche-3{
        display: block;
    }
}

@media (max-width: 420px) {
    .Joaillerie-Collections-Accroche-4{
        display: block;
    }
}



/*   MEDIA COLLECTIONS JOAILLERIE INFO 3 (DISPLAY) -------------------------- */

@media (max-width: 600px) {
    .Joaillerie-Collections-Info-311, .Joaillerie-Collections-Info-321, .Joaillerie-Collections-Info-331{
        display: none;
    }
}

@media (max-width: 600px) and (min-width: 501px) {
    .Joaillerie-Collections-Info-312, .Joaillerie-Collections-Info-322, .Joaillerie-Collections-Info-332{
        display: block;
    } 
}

@media (max-width: 500px) and (min-width: 421px) {
    .Joaillerie-Collections-Info-313, .Joaillerie-Collections-Info-323, .Joaillerie-Collections-Info-333{
        display: block;
    } 
}

@media (max-width: 420px) {
    .Joaillerie-Collections-Info-314, .Joaillerie-Collections-Info-324, .Joaillerie-Collections-Info-334{
        display: block;
    } 
}


