    .script_exterieur{
        height:400px;
        display : block;
    }
    /*.reduit{width:100%   }*/

/* MOBILE PORTRAIT */
    @media (max-width:549px) and (max-width:850px){
        .colonne_4 { grid-template-columns: repeat(3, 1fr); };  
        .colonne_5, .colonne_8, .colonne_10 { grid-template-columns: repeat(4, 1fr); };
        .colonne_7{ grid-template-columns: repeat(1, 1fr); };
        .div_onglet{
            margin-left: 0px;
            margin-bottom: 0px;
        }

        
        .contenu{max-width: 100%; }
        .image_culture{width:100%;}
        .reduction{ max-width: 200px;}
        .mobile{display:none;}
        .snip1585 figcaption {
          opacity: 1 !important;
          z-index: 2;
        }
        .snip1585 > img { opacity: 0.4; }
        .snip1585 h3 {
          font-size: 8px;
          font-weight: 800;
        }
        .fiche {display:  inline-block; width: 100%;}
        .fiche_G { 
            min-width: 100%; 
            max-width: 100%;
            margin-bottom: 25px;
            min-height: auto;
        } 
        .fiche_D {
            min-width: 100%; 
            max-width: 100%;
            margin-left: 0px;
        }
        .fiche_G_50, .fiche_G_25, .fiche_G_35 {
            width: 100%;
            margin-right: 0px;
        }
        .fiche_D_50, .fiche_D_75, .fiche_D_65 {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }
        
        .liste_fiche_fixe tbody th :nth-child(1){
            position: sticky !important; /* ou revoir le poids du selecteur */
            left: 0em;
            z-index: 10;
        }
        .liste_fiche_fixe tbody tr :nth-child(1) {
            position: sticky !important; /* ou revoir le poids du selecteur */
            left: 0em;
            z-index: 10;
            background: #f3faff;
        }
        .liste_fiche_fixe_2 tbody tr :nth-child(2) {
            position: sticky !important; /* ou revoir le poids du selecteur */
            left: 0em;
            z-index: 10;
            background: #f3faff;
        }
        
        
        
        
        input { z-index: 10; }
        .liste_fiche_fixe{width:950px;}
        
        
        body {width:98% }  
        .h1{font-size: 20px;}
        .choix{
            width:40%;
        }
        .date_portable{
            width:100px;
        }
        .contenant{max-width: 100%; }
        .flex {display:  inline-block; width: 100%;}
        .item{width:100%}
        .divG { min-width: 100%; padding: 0px 0px; max-width: 100%;} 
        .listeG{width:100%}
        .menuvignette {width:24%; }
        .vignette_compte{height:120px; }
        .optionC{display : none;}
        .optionM{display : none;}
        .optionV{display : inline-block;}
        .script_exterieur{width:100%; height:auto;}
        .adapter {width:100%;}
        .image_ilot{
            width:100%; 
            height: 60px;
            margin-left: 0px;
        }
        .hover{width:92%; }
    }

/* TABLET LANDSCAPE 
    @media (min-width: 780px) and (max-width:1199px){
        
    }*/
/* DESKTOP */
    @media (min-width:1200px){
        
    }