html{
    height:100%;

}
body {
    background: rgb(252,227,182) no-repeat center fixed;
    background: linear-gradient(90deg, rgba(252,227,182,1) 0%, rgba(222,145,136,1) 100%) no-repeat center fixed;
    background-size: cover;
    height:100%;
    display: flex;
    flex-direction: column;

}

.largelink{
  padding: 2rem 1rem;
  font-size: 1.5rem;
}

.container{
    max-width: none;
}

.navbar {
    padding: 0.4rem 0.9rem;
}
.navbar-brand {
    margin-right: 0;
}

.nom-societe {
    padding: 0 .35rem !important;
}

.valid-feedback {
    font-size: 100%;
    display: block;
}
.invalid-feedback {
    font-size: 100%;
    display: block;
}

table tr td {
    font-size: 1.25rem;
    padding: 0.5rem;
}

.tableSmall{
    font-size: 1rem;
}

.footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}

#bottomPadding{
  position: relative;
  height: 80px;
}

.bottomToolBar {
    position: fixed;
    bottom: 30px;
    width: 100%;
    line-height: 50px;
    display: inline-block;
    background-color: transparent;
    /* padding: 0; */
    /* margin: 0; */
    left: 0;
}

.bottomToolBar button {
    margin: 8px;
}

.subtitle {
    font-size: .75rem;
}

div.ddd {
    width: 100%;
    height: 60vh;
    overflow: auto;
}

div.notifs{
    background-color: red;
    color: seashell;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.scrollable {
    width: 100%;
    height: 65vh;
    overflow: auto;
}

div.miniscroll {
    width: 100%;
    height: 30vh;
    overflow: auto;
}

.infocarton{
  height : 2lh;
  overflow: auto;
}

table.contenu {
    line-height: 1rem;
}

table.contenu tr td {
    font-size: 1rem;
    padding: 0.5rem;
}

.btn-outline-secondary{
    color: #4f26a6;
    outline-color: #4f26a6;
    border-color: #4f26a6;
}

.swal-button--confirm:focus, .swal-button--cancel:focus{
    border: solid;
    border-color: darkgrey;
}

/* Contact Section
--------------------------------*/

#contact {
    overflow: hidden;
    text-align: center;
  }
  
.contactform{
    justify-content: center;
}
  
#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form select,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #02bb5c;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #028642;
  cursor: pointer;
}

.toastPosition {
  position: absolute;
  top: 100px;
  left:10px;  
}

/* Badge */
.actif {
  background-color: #28a745
}

.enattente {
  background-color: #17a2b8
}

.inconnu {
  background-color: #6c757d
}

.distribué {
  background-color: #593196
}

.détruit {
  background-color: #dc3545
}

.exporté {
  background-color: #593196
}

.echantillon {
  background-color: #593196
}

.echantillongratuit {
  background-color: #593196
}

.verrouillé {
  background-color: #593196
}

.volé {
  background-color: #dc3545
}

.recyclé {
  background-color: #593196
}

.rappelé {
  background-color: #593196
}

.périmé {
  background-color: #593196
}

.retiré {
  background-color: #593196
}

.demandefaite {
  background-color: #593196
}

.entraitement {
  background-color: #593196
}

.erreur {
  background-color: #dc3545
}

.groupée {
  background-color: #28a745
}

.unitaire{
  background-color: #17a2b8
}

.spéciale {
  background-color: #593196
}

.bigtext{
  font-size: 18.72px;
  font-weight: bold;
}
@media all and (max-width: 767px){
  .bigtext{
    font-size: 13px;
    font-weight: bold;
  }
}