/***********************************/
/*    Portail - NE PAS MODIFIER    */
/***********************************/

#portal {
    /*height: 100%;*/
}

.portal-translation-alertbox {
    background-color: #E2E2E2;
    color: #000000;
    font-size: 11px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    position:relative;
}

.portal-translation-alertbox-head {
    background-color: #00AEF0;
    color: #FFFFFF;
    float: left;
    font-size: 1.25em;
    font-weight: 500;
    height: 100%;
    line-height: 36px;
    margin-right: 11px;
    padding: 0 16px;
    width: 50px;
}

.portal-translation-alertbox-text {
    background-color: #E2E2E2;
    color: #000000;
    font-size: 11px;
    height: 100%;
    line-height: 36px;
}

.portal-translation-alertbox-close {
    background-color: #cbcbcb;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #444;
    cursor: pointer;
}
.portal-translation-alertbox-close:hover {
    text-decoration:none;
}

.portal-translation-alertbox + #portal {
    height: calc(100% - 36px);
}

.frame img {
    height: auto;
    max-width: 100%;
}

    .frame img[data-not-responsive] {
        max-width: none;
    }

.cms-inner-layout {
    padding: 0;
}

.portal-slider {
    position: relative;
    overflow-x: hidden;
}

.portal-slider-layout {
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    /*max-height: 800px;*/
}

.portal-slider-zone {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*max-height: 100vh;
    min-height: 100vh;*/
    max-height: 100%;
    min-height: 100%;
    margin-right: 10px;
}

    .portal-slider-zone:last-child {
        margin-right: 0;
    }

.portal-slider-nav {
    position: absolute;
    z-index: 5;
    top: 0;
    background-color: transparent;
    height: 100%;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    outline: 0;
    -moz-transition: background-color 0.8s;
    -o-transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    .portal-slider-nav:hover {
        background: rgba(255, 255, 255, .7);
        text-decoration: none;
    }

        .portal-slider-nav:hover span {
            color: #1a424a;
        }

    .portal-slider-nav span {
        font-size: 24px;
        color: transparent;
        -moz-transition: color 0.8s;
        -o-transition: color 0.8s;
        -webkit-transition: color 0.8s;
        transition: color 0.8s;
    }

.portal-slider-nav-backward {
    left: 0;
    /*@include rtlFlip();*/
}

.portal-slider-nav-forward {
    right: 0;
    /*@include rtlFlip();*/
}
