/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 mai 2022, 09:48:03
    Author     : debroussard-adc
*/

@import url("/SaphirExtranet/jakarta.faces.resource/css/fonts/Marianne.css.xhtml");

:root {
    --blue-marianne: rgb(0, 88, 161); /* #0058A1 */
    --dark-marianne: rgb(31, 43, 80); /* #1F2B50; */
}

body {
    background-color: #fff !important;
    color: var(--dark-marianne);
    margin: 0px 20px;
    padding: 0;
    font-family: Marianne Light, Arial, Helvetica, sans-serif;
    line-height: 125%;
    font-size: 15px;
}

header > div:first-child {
    display: flex;
    flex-wrap: wrap;
}

#logo_sgae {
    display: inline;
    margin: 0;
    padding: 0;
    width: 255px;
    height: 125px;
    background: url("/SaphirExtranet/jakarta.faces.resource/images/logoPmSgae.svg.xhtml") no-repeat;
    background-size: 240px 125px;
    background-position: -16px 0;
}

#header_text {
    margin: 0;
    padding: 0;
    width:595px;
    color: var(--blue-marianne);
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
}
#header_text > div {
    height: 30px;
}
#header_text > div:first-child {
    display: block;
    margin-top: 35px;
    height: 30px;
}
#header_text > div:nth-child(2) {
    display: inline-block;
}
#header_text > div:nth-child(2) > div {
    display: inline;
}

/*Component - messageFlex.xhtml*/
div.messageFlex {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}
div.messageFlex div:first-child {
    display: inline;
}

@media (max-width: 890px) {
    #header_text > div:first-child {
        margin-top: 5px;
    }
}

