@font-face {
    font-family: Poppins;
    src: url("/Fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: Inter;
    src: url("/Fonts/Inter-Medium.ttf");
}


html, body {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    margin: 0;

    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.page-footer {
    background-color:#FF9900;
    text-align:center;
    background: linear-gradient(90deg, #0F5EF6 0%, #93FECA 92.71%);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);

    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
}

.page-header_login{
    height:76px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    text-align: center;

    color: #0E1B2C;

}

.page-header{
    height:76px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    text-align: center;

    color: #0E1B2C;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-header_login, .page-footer {
    flex-grow: 0;
    flex-shrink: 0;
}

.page-body_withBoitier {
    flex-grow: 1;
    margin-left: 300px;
    padding: 50px;
}

.page-body {
    flex-grow: 1;
    padding: 30px;
}

#left {
    position:absolute;
    z-index: -10;
    left:0;
    top: 50%;
    transform: translate(0, -50%);
}

input[type=text] {
    margin: 0.5em 0em;
    display: block;
    border: solid 2px D9D9D9;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    width: 400px
}

.center-div {
    margin: auto;
}


.logoMenu{
    position: absolute;
    width: 285px;
    height: 48px;
    left: 275px;
    top: 14px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;

    color: #0E1B2C;
}

.Menu{
    position: absolute;
    width: 285px;
    height: 72px;
    right: 555px;
    top: 24px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;

    color: #0E1B2C;
}

.bouton {
    /* Bouton - Se déconnecter */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 4px;
    gap: 10px;


    background: #0F5EF6;
    box-shadow: -4px 4px 0px #9EBFF8;
    border-radius: 4px;


    height: 16px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;


}

input[type=submit] {
    /* Bouton - Se déconnecter */

    cursor: pointer;
    text-decoration: none;
    border: none;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 4px;
    gap: 10px;


    background: #0F5EF6;
    box-shadow: -4px 4px 0px #9EBFF8;
    border-radius: 4px;


    height: 30px;
    width: 100%;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;


}

table.graphdeploie td {
    padding-left:20px;
}

table.graphdeploie tr {
    height: 150px;
}

.legende{
    background: #FF0000;
    border-radius: 12px;

    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.Menu a:link, .Menu a:visited, .Menu a:hover, .Menu a:active{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.graphdeploie a:link, .graphdeploie a:visited, .graphdeploie a:hover, .graphdeploie a:active{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
}