@font-face {
    font-family: "Moon2.0-Regular";
    src: url("../font/Moon2.0-Regular.otf") format("opentype");

    font-family: "Oswald-Light";
    src: url("../font/Oswald-Light.ttf") format("opentype");

    font-family: "Bauhaus";
    src: url("../font/Bauhaus.otf") format("opentype");
    
    
}

/*@media (max-width: 767.98px) {
    table data-card-view = true;
}*/

:root {
    --main-bg-color: #0069d9;
    --main-text-color: #212529;
    --main-a-text-color:rgb(168, 227, 245);
    --main-a-text-hover-color: rgb(0, 174, 255);
    --main-border-color: rgb(247, 241, 188);
    --main-attention-color: rgb(199, 78, 78);
    /*--main-border-color: rgb(252, 239, 129);*/
  }

html{
    height: 100%;
    background-color: white;
    background: linear-gradient(to right, rgb(172, 191, 255), rgb(221, 229, 255));
    /*background-image:url(../pictures/1920-fond-de-papier-bleu.jpg); /*1920-fond-de-papier-bleu.jpg*/
}

body{
    /*background-color: black;*/
    /* background-image:url(../pictures/1920-fond-bokeh-bleu-clair-et-blanc.jpg); */
    /*background: linear-gradient( var(--main-a-text-color), white);*/
    font-family:"Bauhaus","arial","serif";    
    color: black;
    background-color: transparent;
    /*font-size: large;*/
}

.font-standard{
    font-family:"Bauhaus";
    font-size: 40px;
}
   
#div-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#div-logo img{
    width: 10%;
}

h1{
    margin-bottom: 1rem;
    text-align: center;
    color: var(--main-bg-color);
    font-style: oblique;
}

span{
    color: var(--main-bg-color);
    font-style: oblique;
    font-weight: bold;
    /*text-decoration-line: underline;*/
}

h3{
    text-align: left;
    /*text-decoration-line: underline;*/
}

nav{
    margin-top: 0.5rem;
    display: flex;
}

a:hover{
    text-decoration-line: none;
    /*font-weight: 600;*/
    color: var(--main-a-text-hover-color);

}

.push {
    margin-left: auto;
}

.large-hr{
    border: 5px solid var(--main-text-color);
    border-radius: 5px;
}

.small-hr{
    border: 1px solid var(--main-text-color);
    border-radius: 5px;
}

#forgottenPwdDiv{
    display: flex;
    justify-content: space-between;
}

#forgottenPwd {
    align-self:flex-end;
    
}

#logoUsername{
    width : 2.5rem;
    height : 2.5rem;
    padding: 0.5rem;
    /*padding: 0.5rem 0.8rem;*/
    background-color: var(--main-bg-color);
    color: white;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

.alert{
    margin-top: 0.5rem;
}

#buttons-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    
}

.button {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 15rem;
    width: 15rem;
    padding: 10px;
    background-color: var(--main-bg-color);
    border-radius: 10%;
    border-color: var(--main-a-text-color);
    border-style: solid ;
    border-width: 5px;
    align-items: center;
    justify-content: center;
    margin:0.2rem;
    color: var(--main-a-text-color);
}



.button:hover{
    border-color:var(--main-border-color);
    color: white;
}



.mytable{
    overflow:auto; 
    height: 150px;
    border-collapse: collapse;
}

.mytable thead th{
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--main-a-text-color);
}

#num-tel-box-and-logo{
    display: flex;
    height: 38px;
}
#num-tel-box-and-logo :nth-child(1){
    /*width : 90%;*/
    
}
#num-tel-box-and-logo :nth-child(2){
    /*max-width: 100%;
    max-height: 100%;*/
    padding-left: 5px;

    
    /*width : 38px;
    height: 38px;*/
}

.links{
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: var(--main-bg-color);
    /*background-color: rgb(13, 0, 73);*/
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    /*border-bottom : 1px black dotted;*/
    /*border-top : 1px black dotted;*/
    border-radius: 0.5rem;
}
.links a{
    /*border: solid 2px var(--main-bg-color);
    border-width: 2px;
    border-style: solid;
    color: var(--main-border-color);
    background-color: var(--main-bg-color);
    border-radius: 0.25rem;*/
    margin: 0.25rem;
    padding: 0.25rem;
}
.links a:hover{
    /*border-color:var(--main-border-color);
    color: white;*/
}

#confirm{
    align-items: center;
    background-color: white;
    width: 90%;
    height: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.idToDelete{
    color: var(--main-attention-color);
}

#titreTableauAjouts{
    display: flex;
    justify-content: space-between;
}

#stockActuel{
    padding-right: 0.25rem;
}
/*#num-tel-box-and-logo img{
    content:url(pictures/free.jpg);
}*/

/*.button a:hover{
    color: var(--main-a-text-color);
    
}*/

/*@media screen and (max-width: 550px) {
    #buttons-list{
        display: flex;
        flex-direction: column;
        justify-content:space-around;
        align-items:center;
    }
    .button{
        margin-top: 0.2rem;
    }
}*/