﻿html {
    background-image: url("images/bg_body.png");
    background-position: right 175px;
    background-repeat: no-repeat;
    height: 100%;
}

body {
    color: #162c81;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    height: 100%;
    /*line-height: 22px;*/
    margin: 0;
    padding: 0;
    width: 100%;
}

#formMaster {
    background-image: url("images/bg_bottom.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto;
    margin: auto;
    position: relative;
}

#divMasterMenu, #divMasterContent, #divMasterFooter {
    display: block;
    clear: both;
}

#divMasterPageIdentification {
    max-width: 950px;
    margin: auto;
    position: relative;
    top: -15px;
}

#divMasterPage {
    max-width: 1280px;
    margin: auto;
    position: relative;
    top: -15px;
}

#divMasterContentIdentification {
    padding: 0;
}

#divMasterContent {
    background-color: #ffffff;
    box-shadow: 0 0 8px #333333;
    clear: both;
    min-height: 500px;
    padding: 15px;
}

#divMasterFooter {
    clear: both;
    padding: 15px;
}


#divMasterBandeau {
    background-image: url("images/bg_header.jpg");
    background-repeat: repeat-x;
    height: 160px;
    position: relative;
}

#innerBandeau {
    margin: auto;
    max-width: 1280px;
    padding: 10px 10px 0;
}

#divMasterBandeau #logos_left {
    display: inline-flex;
}

#divMasterBandeau #logo_tcc {
    display: inline-flex;
}

#divMasterBandeau #logos_right {
    display: inline-flex;
    float: right;
}

#divMasterBandeau #logo_oui {
    display: inline-flex;
    padding: 0 2em;
}

#divMasterBandeau #logo_ofaj {
    display: inline-flex;
    padding: 0 0 0 2em;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

#divMasterFooter {
    background-image: url("images/bg_footer.jpg");
    background-repeat: repeat-x;
    text-align: center;
}

    #divMasterFooter p {
        color: #555;
        margin: 15px 0;
        padding: 0;
    }

    #divMasterFooter a {
        text-decoration: none;
        color: #555;
        padding: 5px;
    }


    #divMasterFooter .logo_footer {
    }

        #divMasterFooter .logo_footer img {
            margin-left: 10px;
            max-height: 80px;
            max-width: 150px;
        }

h1, h2, h3 {
    clear: both;
    color: #162A83;
    display: block;
    /*line-height: 28px;*/
    margin: 0;
    padding: 3px 0 10px;
}

h4 {
    margin: 0 3px;
    font-size: 10px;
}

#divLangue {
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}

    #divLangue #imgFlag {
        float: right;
    }

    #divLangue #ddlLanguage {
        float: left;
        margin-right: 10px;
        width: auto;
    }

ul {
    margin: 5px;
    padding: 0 10px;
}

#divLangues {
    padding: 10px;
    margin: 100px auto auto;
    width: 80%;
}

#innerLangues {
    margin: auto;
    width: 85%;
}

.ui-button .ui-icon {
    margin-right: 5px;
}

@media screen and (max-width: 950px) {

    body {
        background-image: none;
    }

    #divMasterPageIdentification {
        position: initial;
    }

    #divMasterContent {
        padding: 0.5em !important;
    }

    #divMasterPage {
        position: initial;
    }

    #divLangues {
        margin: auto;
        float: initial;
        position: initial;
        width: auto;
    }

    #divLangue {
        float: left;
        position: initial;
    }

    #innerLangues {
        width: auto;
    }

    #formMaster {
        background-image: none;
    }

    #divMasterBandeau {
        background-image: none;
        height: 20vw;
        padding: 0;
    }

    #innerBandeau {
        width: auto;
        margin: auto;
        padding: 0;
    }

    #divMasterBandeau #logos_right {
        float: none;
        margin-left: 1%;
    }

    #divMasterBandeau #logo_tcc {
        width: auto;
        padding: 0;
    }

    #divMasterBandeau #logo_oui {
        width: auto;
        padding: 0;
    }

    #divMasterBandeau #logo_ofaj {
        padding: 0;
    }

    #divMasterBandeau #logo_tcc a {
        top: 0;
        width: 60vw;
    }

    #divMasterBandeau #logo_oui a {
        height: 15vw;
        left: 65%;
        top: 0;
        width: 15vw;
    }

    #divMasterBandeau #logo_ofaj a {
        top: 0;
        height: 15vw;
        width: 15vw;
    }

    #divMasterBottom {
        background-image: none;
        position: relative;
    }

    .ui-dialog {
        width: auto !important;
    }
}

#CB_AccepteRGPD label{
    width: auto;
}