﻿body, html {
    height: 100%;
    background-color: #b7b8b1 !important;
}

FORM {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font: 18px VAGRoundedThin, Arial !important;
    font-weight: bold !important;
    color: #ff3700 !important;
}

a, a:hover {
    text-decoration: none !important;
}

.formAccueilMaster {
    position: relative;
    max-width: 955px;
    height: 100%;
    width: 100%;
}

.container-fluid {
    background-color: #f8f6f6;
}

.divFrame {
    height: calc(100vh - 115px);
}


.headAccueilMaster {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: rgb(65,65,65);
    font-family: VAGRoundedThin, Arial;
    display: table;
}

.sctAccueilMaster {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: White;
}

.artAccueilMasterGauche {
    position: relative;
    display: inline-block;
    height: 100%;
    background-image: url("../Images/Monde.jpg");
    background-size: 100% 100%;
}

.artAccueilMasterDroite {
    position: relative;
    padding: 15px 15px 15px 15px;
    height: 97%;
    vertical-align: top;
}

.fooAccueilMaster {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: rgb(65,65,65);
}

#imgLogoCapClient {
    position: absolute;
    top: 0;
    right: 0;
}

.decalageBullit {
    margin-left: 10px;
}

.decalageTiret {
    margin-left: 30px;
}

.fontsize20 {
    font-size: 20px;
}

.fontbolded {
    font-weight : bold;
}

.textIntro {
    line-height: 20px;
    font-size: 14px;
    height: 300px;
    overflow-y: auto;
}

#navMenu {
    z-index: 990;
}

.headAccueilMaster {
    z-index: 993;
}

.lblAutresLiens {
    font: 20px VAGRoundedThin, Arial;
    color: #414141;
}

.divBlocLiens {
    display: table-cell;
    vertical-align: middle;
    line-height: 8px;
}

.divBlocsLiens {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: 15px;
}

.divBlocImage {
    width: 144px;
    display: block;
    margin-bottom: 10px;
}

.divEntete {
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px !important;
    padding-right: 5px !important;
    z-index: 995;
}

    .divEntete a, .divEntete a:hover {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: black;
        text-decoration: none;
    }

.divHamburger {
    z-index: 991;
}

.divLogoMittal {
    padding: 5px 20px 5px 0px;
    color: white;
    font-size: 17px;
}

@media (min-width:768px) {
    .divLogoMittal {
        top: 0px;
    }
}

@media (max-width:767.98px) {
    .divLogoMittal {
        top: -60px;
    }
}

.divLogoMittal > a > div {
    font-family: VAGRoundedThin, Arial;
    font-size: 17px;
    text-align: center;
    color: white;
    font-size: 17px;
}

.divLogoMittal span:first-of-type {
    color: #ff3700;
}

.divLogoMittal img {
    height: 25px;
}

#ArcelorMittalMySPace {
    white-space : nowrap;
}

.divIconsInfos {
    padding: 18px 20px 0px 0px;
}

    .divIconsInfos i {
        margin-right: 10px;
        margin-bottom: 10px;
        color: #BCBDC0;
        font-size: 15px;
        cursor: pointer;
    }

    .divIconsInfos img:last-of-type {
        margin-right: 0px;
    }

.divUtilisateurInfos {
    color: #BCBDC0;
    font-weight: bold;
    text-align: right;
    z-index: 997;
}

    .divUtilisateurInfos i {
        color: #BCBDC0;
        margin-bottom: 10px;
    }

.divEnvironnement {
    padding-top: 18px;
    color: #BCBDC0;
    font-size: 15px;
    font-weight: bold;
}

.divEnteteUtilisateur {
    position: relative;
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}

.divEnteteUtilisateurUsine {
    width: 150px;
    cursor: pointer;
}

.fa-industry {
    margin-right: 2px;
}

.fa-user {
    margin-right: 2px;
    margin-left: 15px;
}

.btnUtilisateur .fa-user {
    margin-right: 0;
    margin-left: 0;
}

.fa-chevron-down {
    margin-left: 2px;
}

.divLangueChoix {
    color: #BCBDC0 !important;
    font-size: 15px;
    text-align: right;
    padding-top: 18px;
}

    .divLangueChoix a, .divLangueChoix a:hover {
        color: #BCBDC0;
        font-size: 15px;
        margin-bottom: 10px;
    }

.lnbLangueChoixBloc {
    display: inline-block;
    cursor: pointer;
}

.displaynone {
    display : none;
}


/******** Liste usines ***********/
.divToolTipListeUsines {
    display: none;
    position: absolute;
    right: 0px;
    top: 30px;
    min-width: 100%;
    z-index: 999;
    background-color: #BCBDC0;
    color: Black;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

    .divToolTipListeUsines:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 70%;
        width: 0;
        height: 0;
        border-bottom: solid 5px #BCBDC0;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }

    .divToolTipListeUsines a {
        display: block;
        text-align: left;
        margin: 10px;
    }

/*************** Utilisateur ***********/
.divToolTipUtilisateur {
    display: none;
    position: absolute;
    right: 0px;
    top: 30px;
    min-width: 100%;
    width: 220px;
    z-index: 998;
    background-color: #BCBDC0;
    color: Black;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

    .divToolTipUtilisateur:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 80%;
        width: 0;
        height: 0;
        z-index: 998;
        border-bottom: solid 5px #BCBDC0;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }

    .divToolTipUtilisateur a {
        z-index: 998;
        display: block;
        text-align: left;
        margin: 10px;
    }

/**********************************/
/* Connexion.aspx*/
/**********************************/

.divLogin {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 15px 15px 15px;
    font-size: 15px;
    line-height: normal;
    border-radius: 3px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.divLoginItem {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0px;
    padding: 3px 3px 3px 3px;
    font-size: 15px;
    line-height: normal;
    height: 40px;
    border-bottom: 1px solid;
    border-color: rgba(187, 188, 191, 1);
}

.divLoginAccount {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divLoginFace {
    float: left;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
    color: #ff3700;
}

.itemGrid {
    border: 1px solid;
    border-color: rgba(187, 188, 191, 1);
    border-bottom: none;
    overflow-y: auto;
}

#divResutatRechercheAutocompletion {
    margin-top: 15px;
}

.boldLogin {
    color: black;
    font-weight: bold;
}

.lblAuthentification {
    display: block;
    margin: 10px 0px 10px 0px;
}

.divLiensRouges {
    display: table;
    width: 100%;
    margin: 15px 0px 10px 0px;
}

.orangeLabel {
    color: #ff3700;
    text-align: center;
    width: 100%;
    margin: 5px;
    font-size: 15px;
    cursor: pointer;
}

.orangeTitle {
    color: #ff3700;
    font-size: 20px;
    font-family: VAGROUNDED-Thin, Arial;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 10px;
}

.hlkOrangeLabel {
    display: table-cell;
    color: #ff3700;
    font-size: 15px;
}

    .hlkOrangeLabel:hover {
        font-size: 15px;
    }

.divLiensRouges a:last-of-type {
    text-align: right;
}

INPUT[type=text].txtLogin, INPUT[type=password].txtLogin {
    font: 16px Arial;
    line-height: 30px;
    height: 46px;
    padding: 2px 2px 2px 2px;
}

/* Boutons */
INPUT[type=submit].btnAuthentification, button.btnAuthentification {
    font: 20px VAGRoundedThin, Arial;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 24px;
    margin-top: 15px;
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-top: #999999 1px solid;
    border-right: #999999 1px solid;
}

INPUT[type=submit].btnAuthentificationBlanc, button.btnAuthentificationBlanc {
    background-color: white;
    color: #ff3700;
}

    INPUT[type=submit].btnAuthentificationBlanc:hover, button.btnAuthentificationBlanc:hover {
        background-color: #ff3700;
        color: White;
    }

INPUT[type=submit].btnAuthentificationOrange {
    background-color: #ff3700;
    color: White;
}

    INPUT[type=submit].btnAuthentificationOrange:hover {
        background-color: white;
        color: #ff3700;
    }


/*********************************************************/
/********************** Contacts *************************/
/*********************************************************/
.divUtilisateurContact {
    margin: 30px 15px;
}

.divLigne {
    vertical-align: middle;
    padding: 5px;
}

    .divLigne strong {
        margin-bottom: 15px;
    }

    .divLigne a {
        margin-top: 15px;
    }

/*********************************************************/
/**********************  iFrame  *************************/
/*********************************************************/
#divFrame {
    border: 0px;
}

.frmPrincipale {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}

.divPageContainer {
    background-color: rgb(255,255,255);
    padding: 20px;
}

/******************/
/****  Mobile  ****/
/******************/

@media (min-width:768px) {
    .divEntete a, .divEntete a:hover {
        font-size: 11px;
    }

    .divUtilisateurInfos {
        padding-top: 18px;
        font-size: 15px;
    }
}

@media (max-width:767.98px) {
    .divEntete a, .divEntete a:hover {
        font-size: 20px;
    }

    .divUtilisateurInfos {
        padding-top: 5px;
        font-size: 30px;
    }
}
