html {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    background-image: url('../Images/debut_dark.png');
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
}

img {
    border: none;
}

#slider_picture {
    cursor: pointer;
}

#wrap {
    @import url('style.css');
    display: block;
    width: 900px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-color: #FFF;
    overflow: auto;
}

div, span, nav, section, figure, p, h1, h2, h3 {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.ToastOut {
    background-color: rgba(100, 100, 100, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

    .ToastOut .ToastIn {
        display: table;
        text-align: center;
        padding: 20px;
        border: 1px solid #CCC;
        color: #333;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #EEE;
        opacity: 1;
        margin: 50px auto 0px auto;
        -webkit-box-shadow: 0 0 50px 1px #000000;
        box-shadow: 0 0 50px 1px #000000;
    }

/* Header */
header {
    display: block;
    height: 50px;
    padding: 0px;
    position: relative;
}

    header .etiq_logo {
        display: block;
        width: 210px;
        height: 40px;
        float: left;
        margin: 5px;
    }

    header .language {
        display: block;
        float: right;
        border: 2px solid #FFF;
        background-color: rgb(0,176,240);
        color: #FFF;
        height: 38px;
        font-weight: bold;
        text-align: center;
        padding: 8px 5px 0px 5px;
        width: 70px;
        z-index: 1000;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    header .language_picker {
        position: absolute;
        width: 70px;
        height: 50px;
        top: -13px;
        left: 704px;
        z-index: 0;
        overflow: hidden;
    }

        header .language_picker li {
            display: inline;
            float: left;
            margin-left: 0px;
            width: 30px;
            height: 46px;
            line-height: 46px;
            vertical-align: middle;
            background-color: rgb(0,176,240);
            color: #FFF;
            border: 2px solid #FFF;
            text-align: center;
        }

            header .language_picker li a {
                text-decoration: none;
                color: #FFF;
                font-weight: bold;
            }
/* Navigation - Small */
.small_nav {
    display: block;
    background-image: url('../Images/small_menu_back.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    border-bottom: 2px solid #FFF;
}

    .small_nav .left {
        display: block;
        float: left;
        width: 225px;
        font-size: 19px;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
    }

        .small_nav .left a {
            text-decoration: none;
            color: #FFF;
        }

    .small_nav .middle {
        display: block;
        float: left;
        width: 450px;
        height: 50px;
        background-image: url('../Images/btn_solutions_new.png');
    }

        .small_nav .middle img {
            display: none;
        }

    .small_nav .right {
        display: block;
        float: left;
        width: 225px;
        font-size: 19px;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
    }

        .small_nav .right a {
            text-decoration: none;
            color: #FFF;
        }

    .small_nav .small_left_box {
        display: block;
        float: left;
        width: 119px;
        font-size: 19px;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
    }

        .small_nav .small_left_box a {
            text-decoration: none;
            color: #FFF;
        }

    .small_nav .small_solutions {
        display: block;
        float: left;
        width: 474px;
        height: 50px;
        background-image: url('../Images/btn_solutions_new.png');
    }

        .small_nav .small_solutions img {
            display: none;
        }

    .small_nav .small_right_box {
        display: block;
        float: left;
        width: 305px;
        font-size: 19px;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
    }

        .small_nav .small_right_box a {
            text-decoration: none;
            color: #FFF;
        }

/* Navigation - Big */
.big_nav {
    display: block;
    width: 900px;
    height: 225px;
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #FFF;
}

    .big_nav .finance,
    .big_nav .health,
    .big_nav .utility,
    .big_nav .others {
        display: block;
        width: 225px;
        height: 225px;
        float: left;
        cursor: pointer;
    }

        .big_nav .finance img,
        .big_nav .health img,
        .big_nav .utility img,
        .big_nav .others img {
            display: none;
        }

    .big_nav .finance {
        background-image: url('../Images/big_menu/finance.png');
    }

        .big_nav .finance.current {
            background-image: url('../Images/big_menu/finance_h.png');
        }

    .big_nav .health {
        background-image: url('../Images/big_menu/health.png');
    }

        .big_nav .health.current {
            background-image: url('../Images/big_menu/health_h.png');
        }

    .big_nav .utility {
        background-image: url('../Images/big_menu/utility.png');
    }

        .big_nav .utility.current {
            background-image: url('../Images/big_menu/utility_h.png');
        }

    .big_nav .others {
        background-image: url('../Images/big_menu/others.png');
    }

        .big_nav .others.current {
            background-image: url('../Images/big_menu/others_h.png');
        }

.eu {
    width: 30%;
    float: right;
}

/* Slideshow */
.slide_show {
    background-image: url('../Images/diagonal-noise.png');
    display: block;
    width: 880px;
    height: 346px;
    margin: 0px !important;
    padding: 10px !important;
}

    .slide_show .picture {
        background-image: url('../Images/sector_pics/queue.jpg');
        display: block;
        width: 880px;
        height: 346px;
        background-size: 880px 346px;
        border: none;
        position: relative;
        margin: 0px !important;
        padding: 0px !important;
    }

        .slide_show .picture .box {
            background-color: rgba(0,176,240, 0.8);
            color: #FFF;
            display: block;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 12px;
            overflow: hidden;
            padding: 10px;
            margin: 0px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 30px 1px #000000;
            box-shadow: 0 0 30px 1px #000000;
        }

            .slide_show .picture .box h1 {
                color: #FFF;
                display: block;
                font-size: 22px;
                padding: 0px;
                margin: 0px 0px 0px 0px;
            }

            .slide_show .picture .box p {
                text-align: justify;
                padding: 0px;
                margin: 0px;
                line-height: 18px;
            }

/* Head Line */
.head_line {
    display: block;
    background-image: url('../Images/diagonal-noise.png');
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

    .head_line .breadcrumb {
        display: block;
        padding: 10px 0px 10px 0px;
        width: 860px;
        margin: 0px auto 10px auto;
        border-bottom: 1px dotted rgb(0,176,240);
        color: rgb(0,176,240);
    }

        .head_line .breadcrumb a {
            color: rgb(0,176,240);
        }

    .head_line .head_left {
        display: block;
        float: left;
        width: 503px;
        padding: 0px 0px 0px 20px;
    }

        .head_line .head_left .head_title {
            display: table;
            margin: 0px !important;
            padding: 10px !important;
            overflow: auto;
            clear: both;
        }

            .head_line .head_left .head_title .left {
                display: table-cell;
                width: 65px;
                height: 100%;
                vertical-align: middle;
            }

                .head_line .head_left .head_title .left img {
                    display: block;
                    margin: 0px auto 0px auto;
                }

            .head_line .head_left .head_title .right {
                display: table-cell;
                text-align: justify;
                padding: 0px 0px 0px 10px;
                vertical-align: middle;
            }

                .head_line .head_left .head_title .right h1 {
                    padding: 0px;
                    margin: 0px;
                    color: rgb(0,176,240);
                    font-size: 19px;
                    text-transform: uppercase;
                }

                .head_line .head_left .head_title .right h2 {
                    padding: 0px;
                    margin: 0px;
                    color: #666;
                    font-size: 16px;
                    text-transform: uppercase;
                }

        .head_line .head_left .head_text {
            display: block;
            text-align: justify;
            padding: 10px 0px 10px 0px;
            clear: both;
            overflow: auto;
        }

    .head_line .head_right {
        display: block;
        margin: 20px 20px 0px 20px;
    }

        .head_line .head_right .head_pic {
            display: block;
            float: right;
            margin-bottom: 20px;
        }

/* Sections */
.sections {
    display: block;
    overflow: auto;
    clear: both;
    margin: 10px 0px 10px 0px;
}

    .sections .box {
        display: table;
        width: 430px;
        height: 260px;
        float: left;
        margin: 0px 10px 0px 10px;
        padding: 0px;
        border-top: 5px solid rgb(0,176,240);
        border-bottom: 1px solid rgb(0,176,240);
        background-color: #FFF;
    }

        .sections .box .left {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 85px;
            background-image: url('../Images/diagonal-noise.png');
            margin: 0px 0px 0px 0px;
        }

            .sections .box .left img {
                max-width: 64px;
                max-height: 64px;
            }

        .sections .box .right {
            display: table-cell;
            margin: 0px 0px 0px 0px;
            padding: 10px 10px 10px 15px;
            text-align: left;
            line-height: 18px;
        }

            .sections .box .right h1 {
                padding: 0px;
                margin: 0px 0px 5px 0px;
                color: rgb(0,176,240);
                font-size: 18px;
            }

            .sections .box .right ul {
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
                list-style-type: none;
            }

                .sections .box .right ul li {
                    padding: 0px 0px 0px 15px;
                    margin: 0px 0px 0px 0px;
                    background-image: url('../Images/list-square-green.png');
                    background-repeat: no-repeat;
                    background-position: 0px 5px;
                }

/* News Row */
.news_row {
    display: table;
    min-height: 50px;
    margin: 20px auto 0px auto;
    width: 860px;
}

    .news_row:last-of-type {
        margin: 20px auto 20px auto;
    }

    .news_row .left {
        display: table-cell;
        vertical-align: middle;
        width: 250px !important;
        padding: 5px;
        border-right: 2px solid rgb(0,176,240);
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        color: rgb(0,176,240);
    }

        .news_row .left img {
            display: block;
            margin: 0px auto 0px auto;
        }

    .news_row .right {
        display: table-cell;
        vertical-align: middle;
        width: 580px !important;
        line-height: 18px;
        text-align: left;
        padding: 20px 0px 20px 20px;
    }

        .news_row .right h1 {
            padding: 0px;
            margin: 0px;
            color: rgb(0,176,240);
            font-size: 18px;
            text-transform: uppercase;
        }

        .news_row .right a {
            color: rgb(0,176,240);
        }

        .news_row .right img {
            float: left;
            margin: 0px 10px 5px 0px;
            border: 1px solid rgb(0,176,240);
        }

    .news_row .etiqForm {
        display: block;
    }

        .news_row .etiqForm label {
            display: block;
        }

        .news_row .etiqForm .etiqFormTable {
            border-spacing: 2px 5px;
            border-collapse: separate;
        }

    .news_row > .etiqForm > .etiqFormTable > tbody > tr > th {
        font-weight: bold;
        text-align: right !important;
        width: 250px;
        vertical-align: top;
        color: rgb(0,176,240);
    }

    .news_row .etiqForm input[type="text"],
    .news_row .etiqForm input[type="email"],
    .news_row .etiqForm input[type="url"] {
        display: block;
        float: left;
        border: 1px solid #CCC;
        background-color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 340px;
        line-height: 18px;
        margin: 0px 10px 5px 0px;
        padding: 2px;
    }



    .news_row .etiqForm select {
        display: block;
        float: left;
        border: 1px solid #CCC;
        background-color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        line-height: 18px;
        margin: 0px 10px 5px 0px;
    }

    .news_row .etiqForm textarea {
        display: block;
        float: left;
        border: 1px solid #CCC;
        background-color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 340px;
        height: 50px;
        line-height: 18px;
        resize: none;
        margin: 0px 10px 5px 0px;
        padding: 2px;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
    }

        .news_row .etiqForm input:read-only,
        .news_row .etiqForm textarea:read-only {
            background-color: #E5E5E5;
        }

        .news_row .etiqForm input.error,
        .news_row .etiqForm select.error,
        .news_row .etiqForm textarea.error {
            border: 1px solid #f00;
        }

    .news_row .etiqForm label.error {
        color: #f00;
    }

    .news_row .etiqForm button {
        display: block;
        border: 1px solid #CCC;
        background-color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }

        .news_row .etiqForm button:hover {
            background-color: #666;
            color: #FFF;
        }

    .news_row .righted {
        display: block;
        text-align: right;
    }


/* Footer */
footer {
    /*background: linear-gradient(135deg, rgb(0,176,240) 38%,#ffffff 62%);*/
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
    display: flex;
    flex-direction: column;
    padding: 1.5vh 0.5vw 0.5vh 0.5vw;
}

    footer div {
        display: flex;
        line-height: 1.5;
    }

    footer .left-column {
        flex: 6;
        display: flex;
        flex-direction: column;
    }

    footer .right-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    footer .eset-link {
        text-decoration: none;
        font-size: 8pt;
        color: rgb(0, 0, 0);
        transition: all ease 0.4s;
    }

        footer .eset-link:hover {
            color: rgb(0, 131, 193);
        }
