﻿/************************* 
Correction IE
*************************/

*::-ms-backdrop,
.colored-row-container,
.main-column .inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
}

*::-ms-backdrop,
.main-column .inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px !important;
}


*::-ms-backdrop,
.counter-container {
    display: flex;
    justify-content: space-between !important;
}

*::-ms-backdrop, .card-mode li,
*::-ms-backdrop, .card-mode > a {
    margin-top: 20px;
}

*::-ms-backdrop, .main-container.sidebar-column-display {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1240px 1fr;
}

*::-ms-backdrop, .main-column {
    -ms-grid-column: 2;
    width: 100%;
}

*::-ms-backdrop, .sidebar-column-container {
    -ms-grid-column: 3;
}

*::-ms-backdrop, hr {
    background-color: transparent;
}


*::-ms-backdrop, #nextEvents table.complex tbody tr {
    display: block;
}

*::-ms-backdrop, .counter-container .counter {
    padding: 5px 20px;
}

*::-ms-backdrop, .card-mode .course-preview-4r-info {
    height: 50%;
    display: -ms-grid;
    -ms-grid-rows: 65px 30px 1fr 1fr;
    -ms-grid-columns: 100%;
}

    *::-ms-backdrop, .card-mode .course-preview-4r-info .crs-tit {
        -ms-grid-row: 1;
    }

    *::-ms-backdrop, .card-mode .course-preview-4r-info .vendor {
        -ms-grid-row: 2;
    }

    *::-ms-backdrop, .card-mode .course-preview-4r-info .star-ranking-container {
        -ms-grid-row: 3;
    }

    *::-ms-backdrop, .card-mode .course-preview-4r-info .crs-info-container {
        -ms-grid-row: 4;
    }

/* News wall */
*::-ms-backdrop, .newsWall {
    display: block;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

*::-ms-backdrop, .ActuItem {
    max-width: 285px;
    margin: 20px 10px;
}

*::-ms-backdrop, .main-container.news_overview {
    display: block;
    margin-left: auto;
    margin-right: 0;
    max-width: 1240px !important;
}

*::-ms-backdrop, section.news_overview .overview-col-right {
    padding-right: 0;
}

*::-ms-backdrop, section.newsWall .filtersZone {
    display: -ms-grid;
    -ms-grid-columns: 33% 33% 33%;
    -ms-grid-rows: 50% 50%;
}

    *::-ms-backdrop, section.newsWall .filtersZone span:nth-child(1),
    *::-ms-backdrop, .filtersZone div:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    *::-ms-backdrop, section.newsWall .filtersZone span:nth-child(3),
    *::-ms-backdrop, .filtersZone div:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    *::-ms-backdrop, section.newsWall .filtersZone span:nth-child(4),
    *::-ms-backdrop, .filtersZone div:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        float: right;
    }

    *::-ms-backdrop, section.newsWall .filtersZone span:nth-child(6),
    *::-ms-backdrop, .filtersZone div:nth-child(6) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }

    *::-ms-backdrop, section.newsWall .filtersZone select:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    *::-ms-backdrop, section.newsWall .filtersZone select:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }

/************************* 
Fin correction IE
*************************/
