

@media (max-width: 576px) {
    header{
        width: auto;
        left:.75rem;
        right: .75rem;
    }

    .glossaire-group .item {
        width: 100%;
    }

    html.theme #info-fixed{
        display: none;
    }

    .jumbo h1{
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .jumbo p{
        font-size: 1.15rem;
    }

    .tuiles-themes.tuiles-themes-home .tuile img{
        width: 120px;
        height: 120px;
    }

    #lnkEnseignement{
        display: none;
    }
}

@media (max-width: 990px) {
    .info-carte .col-H{
        border-right: 0px solid var(--cl-font);
        border-bottom: 1px solid var(--cl-font);
    }

}
@media (max-width: 1400px) {
    #navbarSupportedContent{
        margin-top: 1rem;
    }
}

@media (max-width: 1200px) {
    .col-g{ width: 100%;}

    #navbarSupportedContent > div.d-flex{
        display: block !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #navbarSupportedContent .nav-item{
        line-height: 115%;
        margin-bottom: .5rem;
    }

    #main-menu .nav-link {
        padding: .5rem 1rem;
    }


    html.theme #info-fixed{
        top: 80px;
        z-index: 1200;
        left: 50%;
        margin-left: 320px;
        display: flex;
    }
    html.theme #info-fixed .no{
        margin-top: 10px;
        width: 46px;
        height: 46px;
        font-size: 2rem;
    }
    html.theme #info-fixed .picto{
        padding-left: 10px;
    }
    html.theme #info-fixed .picto > img{
        width: 64px;
        height: 64px;
    }

    .tuiles-themes.tuiles-themes-home .tuile .visual{
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    header{
        width: 516px;
    }
    .glossaire-group .item {
        width: 100%;
    }

    html.theme #info-fixed{
        display: none;
    }

}
@media (min-width: 768px) and (max-width: 992px) {
    header{
        width: 696px;
    }

    .tuile .picto-cl,
    .tuile .picto-bk
    {
        width: 140px;
        height: 140px;
    }

    .glossaire-group .item {
        width: 50%;
    }

    html.theme #info-fixed{
        margin-left: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    header{
        width: 936px;
    }

    .glossaire-group .item {
        width: 33.33%;
    }
}
@media (min-width: 1200px) {

}


@media (min-width: 1200px)  and (max-width: 1399px) {
    header{
        width: 1116px;
    }

    .glossaire-group .item {
        width: 33.33%;
    }
}