/* Paysage telephone */

@media screen and (min-width: 900px) and (max-width: 1190px) and (orientation:landscape) {

   

    .titre,
    .titreListe,
    .labelListe,
    .titreForm {
        font-size: 1.5rem;
    }


}

/* portrait téléphone */

@media screen and (min-width: 900px) and (max-width: 1190px) and (orientation:portrait) {
    .cote {
        flex: 0.4;
    }


    header {
        height: unset;
    }

    header div {
        font-size: 1.5rem;
    }

    section {
        width: 100%;
        font-size: 1.3rem;
    }

    label,
    input,
    textarea,
    select {
        font-size: 2rem;
        width: 100%;
        max-height: unset;
        justify-content: center;
    }

    fieldset {
        margin: 3rem 1rem;
        padding: 3rem 1rem;
        border: var(--color5) 2px solid;
    }

    .labelListe, .donnees, i {
        font-size: 2rem;
    }

   

    a img {
        height: 8vh;
        width: unset;
    }

    .moinsLargeur {
        display: none;
    }

    .grid-col-7 {
        grid-template-columns: 2fr 2fr 0.5fr 0.5fr 0.5fr;
    }

    .grid-columns-span-7 {
        grid-column: 1/6;
    }

    .grid-col-9bis {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 0.5fr 0.5fr 0.5fr 0.5fr;
    }

    .grid-col-10 {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 2fr 0.5fr 0.5fr 0.5fr;
    }

    .grid-col-10-1fct {
        display : grid;
        grid-template-columns :  2fr 2fr 2fr 2fr 0.5fr ;}
    
    .grid-col-10-2fct {
        display : grid;
        grid-template-columns :  2fr 2fr 2fr 2fr 0.5fr 0.5fr;}
        
    .grid-columns-span-10 {
        grid-column: 1/8;
    }

    .grid-col-8 {
        display : grid;
        grid-template-columns : 2fr 2fr  2fr 0.5fr 0.5fr 0.5fr;}
    
    .grid-columns-span-8 { 
        grid-column:1/7;
    }
    .resetPassword {
        width: 5vw;
    }

    button, .fa-filter {
        max-height: unset;
        font-size: 2rem;
    }
}

/* petit telephone */
/*
@media screen and (min-width: 530px) and (max-width: 767px) {
    .cote {
        flex: 0.1;
    }


    .logo,
    header {
        height: 12vh;
        width: auto;
    }

    .titre {
        font-size: 1.2rem;
    }

    select,
    input {
        font-size: 1.2rem;
    }
} */