
/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   MEDIA SECTION 2 -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   --------------- -------------------------------------------------------- */
/*   MEDIA QUALITY ---------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA QUALITY TEXT DISPLAY --------------------------------------------- */



/*   --------------- -------------------------------------------------------- */
/*   MEDIA RECOMMANDATION --------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA RECOMMANDATION TAP ZONE (DISPLAY) -------------------------------- */

@media (max-width: 730px) {
    .Recommandation-Tap-Zone{
        display: block;
    }
}


/*   MEDIA RECOMMANDATION TITLE / ACCROCHE DISPLAY -------------------------- */

@media (max-width: 1800px) and (min-width: 1441px)  {
    /* .Recommandation-Title-1, .Recommandation-Accroche-Txt-1{ */
    .Recommandation-Title-1{
        display: none;
    }
    
    /* .Recommandation-Title-2, .Recommandation-Accroche-Txt-2{ */
    .Recommandation-Title-2{
        display: block;
    }
    
    
}

@media (max-width: 1440px) and (min-width: 1301px) {
    /* .Recommandation-Title-1, .Recommandation-Accroche-Txt-1{ */
    .Recommandation-Title-1{
        display: block;
    }
    
    /* .Recommandation-Title-2, .Recommandation-Accroche-Txt-2{ */
    .Recommandation-Title-2{
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 961px) {
    /* .Recommandation-Title-1, .Recommandation-Accroche-Txt-1{ */
    .Recommandation-Title-1{
        display: none;
    }
    
    /* .Recommandation-Title-2, .Recommandation-Accroche-Txt-2{ */
    .Recommandation-Title-2{
        display: block;
    }
    
}

@media (max-width: 960px) and (min-width: 901px) {
    /* .Recommandation-Title-1, .Recommandation-Accroche-Txt-1{ */
    .Recommandation-Title-1{
        display: block;
    }
    
    /* .Recommandation-Title-2, .Recommandation-Accroche-Txt-2{ */
    .Recommandation-Title-2{
        display: none;
    }
}

@media (max-width: 900px){
    .Recommandation-Title-1{
        display: none;
    }
}

@media (max-width: 900px) and (min-width: 361px) {
    .Recommandation-Title-2{
        display: block;
    }
}

@media (max-width: 360px){
    .Recommandation-Title-2{
        display: none;
    }

    .Recommandation-Title-3{
        display: block;
    }
}



/*   MEDIA RECOMMANDATION INFO TXT (DISPLAY) ----------------------------------- */



/*   --------------- -------------------------------------------------------- */
/*   MEDIA SUGGESTIONS ------------------------------------------------------ */
/*   --------------- -------------------------------------------------------- */



/*   MEDIA SUGGESTIONS TAP ZONE (DISPLAY) ----------------------------------- */

/* @media (max-width: 730px) {
    .Suggestions-Tap-Zone{
        display: block;
    }
} */


/*   MEDIA SUGGESTIONS INFO TXT (DISPLAY) ----------------------------------- */

@media (max-width: 390px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: none;
    }

    .Suggestions-Infos-Txt-13, .Suggestions-Infos-Txt-23, .Suggestions-Infos-Txt-33{
        display: block;
    }
}





/*   --------------- -------------------------------------------------------- */
/*   MEDIA WARNING ---------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA WARNING FULL CONTAINER (DISPLAY) --------------------------------- */

/*   MEDIA WARNING INFO TXT (DISPLAY) --------------------------------------- */
