h1,
h2,
h3,
h4,
h5,
p,
li {
    font-family: "Averta Regular";
}

nav {
    font-family: "Averta Regular";
}

body {
    background-color: #FAF9F8;
}

.closeUp {
    float: right;
    font-size: 24px;
    color: black;
}

.collection {
    max-height: 30vh;
}

.closeDown {
    float: right;
    position: relative;
    font-size: 24px;
    top: -30px;
}

.closeUp:hover,
.closeDown:hover {
    cursor: pointer;
}

.btn:hover {
    cursor: pointer;
}

.nav-pills .nav-link {
    border-radius: 0;
    border: 2px solid #eee;
    margin-right: 5px;
    margin-left: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #000;
}

.third {
    margin-right: 1rem;
}

.collection {
    overflow-y: scroll;
}

.icon:hover {
    cursor: pointer;
    color: #039BE5;
}

#login {
    width: 40vw;
    position: absolute;
    top: 20vh;
    left: 30vw;
}

.print {
    position: fixed;
    top: 30vh;
    right: 50px;
}

.toClick:hover {
    cursor: pointer;
}

input {
    border: 1px solid rgba(0, 0, 0, .7) !important;
    border-radius: 10px;
}

label {
    padding-left: 5px;
}

input:focus {
    border: 0px !important;
}

.totemCollection {
    height: 30vh;
    overflow-y: scroll;
}

label.active {
    top: -8px !important;
}

input[type="text"]:not(.browser-default) {
    padding: 5px !important;
}

/*LANGUAGE*/

.entete {
    min-width: 30px;
}

.vertical-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 3%;
}

.m-2 {
    margin-top: 10px;
}

.ml-2 {
    margin-left: 10px;
}

.language-entete {
    min-width: 60px;
}

/* #modalAddLanguage {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 80%;
}

.langages-list-header {
    min-width: 100px !important;
} */
.imgTheme {
    max-width: 200px;
}

.totem {
    display: flex;
}

#fileTheme {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

#fileThemeModif {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

#fileTableau {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

#fileSpriteTableau {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

#fileSpriteTableauAdd {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

#fileVideo {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}

.input-Img {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding: 5px !important;
}


@media screen and (min-width: 1025px) {
    #tabFiche {
        display: flex;
    }
    
} 

.imgTabDiv {
    margin: auto;
}
.imgTab {
    max-height: 200px;
    max-width: 200px;
    position: absolute;
    /* z-index: 10; */
    top: 10vh;
    left: 30vw;
}

.newCloseDown {
    top: 0px !important;
}

.addMotModal {
    width: max-content !important;
    max-height: 80% !important;
}

.addMotModal-content {
    /* width: fit-content !important; */
    width: 368px;
}

.addFileInput {
    border-radius: inherit;
    height: 4rem;
    /* width: 40vw; */
    padding: 5px; 
}

.mot-Tableau {
    border-style: outset;
}

.table-language {
    display: flex;
}

.tableau-motcle {
    border-style: groove;
}

.tableau-actif-motcle {
    width: 160px !important;
    height: fit-content;
}

.topnav{
    float: right !important;
    background: #009688;
}

.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1439px) {
    .topnav li:not(:last-child) {display: none;}
    .topnav .icon {
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .topnav li:not(:last-child) {display: none;}
    .topnav .icon {
      display: block;
      height: 56px;
    }
    .logo-brand {
        position: absolute;
        color: #fff;
        display: inline-block;
        font-size: 1.1rem !important;
        padding: 0;
      }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 1439px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive li {
      float: none;
      display: block;
      text-align: left;
      height: 45px;
    }
  }

  .logo-brand {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
  }

  .card-content-mot-secret {
    padding: 24px;
    border-radius: 0 0 2px 2px;
    overflow-x:scroll !important;
    display: grid;
    max-height: 80vh;
  }

  .table-mot-cle {
    display: flex;
  }


  .chart-pie {
    max-width: 40vw
  }
    
 

/* @media screen and (min-width: 1025px) {
    .chart-pie {
        max-width: 40vw
    }
    
}  */
  /* .thead-language {
    position: sticky;
    top: 0;
    background: white;
  } */
  /* .table-mot-cle-scroll {
    overflow-x:scroll !important;
    height: 50px;
  } */