@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0;
}

.back{
  font-size: 70px;
}


.parentContainer{
  position: relative;
  top: 16.2%;
  display: flex;
}

.commentaire{
  position: relative;
  height: 0%;
}

.tableau{
  width: 100%;
  margin-top: 30px;
  transition: 0.5s;
}

header li {
  display: inline;
  float: left;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  left:0;
  top: 0;
}


.bandeauConnexion{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar li, .dropdown li {
  background-color: #333;
  transition: background-color 0.5s;
}


.navbar li:hover {
  background-color: #111;
}

.dropdown li:hover {
  background-color: #111;
}


.imgPrint{
  color: white;
}

#printButton span{
  display: none;
}

.navbar li.active,
.navbar li.active a {
  background-color: #00946c;
}

.navbar li.inactive,
.navbar li.inactive a {
  background-color: #333;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  min-width: 160px;
  z-index: 1;
}

.dropdown-menu li {
  display: block;
}

.deco{
  float: right;
}

section{
  margin: 20px;
}

.wrapper label{
  display: inline-block;
  clear: left;
  width: 250px;
  text-align: right;
  }

.wrapper input {
  display: inline-block;
  }

#groupeAdmin{
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  height: 100%;
}

.fa-spinner {
  animation: spin 1s linear infinite;
}

.button-group{
  display: flex;
}

textarea{
  resize: none;
}

.trombone {
  text-align: right;
}

.trombone p{
  text-align: left;
  font-size: 12px;
}

.trombone button {
  background-color: transparent;
  border: none;
  margin-left: 80%;
  margin-top: 13%;
}


#piecejointeButton{
  color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media screen and (max-width: 1900px) {
  .ferme, .ouvert{
      width: 25%;
  }
  .mesTickets{
      width: 35%;
  }
  .divDetail  h2{
      font-size: 1em;
  }
  #sent{
      font-size: 12px;
  }
  .divDetail  p{
      font-size: 17px;
  }
}

@media screen and (max-width: 1550px) {
  .ferme, .ouvert{
      width: 35%;
  }
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#section {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#page-container {
  flex: 1;
}

#footer {
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 10px;
}


footer {
  margin-top: auto;
}


footer {
  background-color: #f5f5f5;
}

.titre{
  text-align: center;
  animation: fadeIn 1s ease-in;
  }
  
  .titre img{
  width: 6vw;
  }