/* *{
  box-shadow: 0 0 3px red
  inset;
} */
:root{
  --clr-main: #2aaccc;
  --clr-bg: #ecf0f3;
  }
  em{
    font-weight: bold;
  }
  .animal-name{
    font-size: 1.3em;
  }
  /* SweetAlert */
  .swal2-icon-error{
    margin: 0;
  }
  .swal2-styled, button{
    margin: 10px;
  }
  .swal2-popup {
  font-family: 'acme', sans-serif;
  font-weight:100;
  }
  .swal2-confirm {
  border-radius: 50px!important;
  }
  .swal2-cancel {
  border-radius: 50px!important;
  }
  div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    width: 60%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  /* SweetAlert  Fin */
  .mobile-head2{
    display:none
  }
  input {
    caret-color: red;
  }
  #emailContainer{
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  #emailContainer label{
    display: flex;
  }
  #emailContainer .form-check{
    font-size: 1.4em!important;
  }
  #emailContainerChecks, #phoneContainerChecks{
   display: flex;
   align-items: center;
  }
  #emailModal, #phoneModal{
    margin-bottom: 1em;
    width: 66%;
    margin-left: 1.3em;
  }
  #flexModal{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  
  .focused{
    border: 2px solid var(--clr-main)!important;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  #body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background: var(--clr-bg);
    display: flex;
    align-items: center;
    text-align: center;
    font-family: poppins;
  }
  #body-accueil{
    margin: 0;
    width: auto;
    height: 100vh;
    background:var(--clr-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: poppins;
    padding-top: 2rem;
    position: relative;
  }
  .switch-icon{
    display:flex;
    align-items: center;
    cursor: pointer;
  }
  #trafic-icon{
    margin-right: 0.3em;
    margin-bottom: 0!important;
    width: 2rem!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
  
  }
  .modal-picture{
    width: 1.4em;
  }
 
  .deleteUser{
    cursor: pointer;
    margin-right: 16px;
  }
  .admin-display{
    display:flex;
    justify-content: space-between;
  }
  #titre-page{
    font-family: acme;
    font-weight: 900;
  }
  #titre-page span{
    color: var(--clr-main);
  }
  .errorContent{
    display: flex;
    align-items: center;
  
  }
  .logo403{
    margin-top: 5rem;
    margin-bottom: 1rem;
    background-image: url('/assets/images/manekineko.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 20rem;
    height: 20rem;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  .back{
    width: 7rem;
    color: white;
    background-color: var(--clr-main);
    margin-top: 3rem;
    cursor: pointer;
    border: 2px solid var(--clr-main);
    border-radius: 20px;
    padding:0.4em;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    
  }
  #nomUser, #nomProp, #prenomProp, #nomAnimal, #nomMolecule{
    text-transform: capitalize;
  }
  
  .passwdContainer{
    width: 100%;
    position: relative!important;
    display: flex;
    justify-content: center;
  }
  .eyeShow{
    position: absolute!important;
    top: 34%;
    right: 2.8em;
    height: 50%;
    cursor: pointer;
  }
  .eyeShow:hover{
    color: #1dd17d;
  }
  #password1User, #password2User{
    width: 50%;
  }
  .mainContent{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .container {
    width: 350px;
    height: 520px;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  .lastRow{
    position: relative;
  }
  .calendar:hover{
    color: var(--clr-main);
  }
  
  .brand-logo {
    height: 150px;
    width: 150px;
    background-image: url('/assets/images/manekineko.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
  }
  
  .brand-title {
    font-family: acme;
    margin-top: 10px;
    font-weight: 900;
    font-size: 1.9rem;
    color: var(--clr-main);
    letter-spacing: 1px;
  }
  label{
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
  }
  
  label {
    margin-bottom: 4px;
  }
  
  label:nth-of-type(2) {
    margin-top: 12px;
  }
  
  input::placeholder {
    color: gray;
  }
  
  input {
    text-align: center;
    display: block;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    background: var(--clr-bg);
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
  }
  #icad {
    margin: 0!important;
    margin-bottom: 0.7em!important;
  }
  
  .inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em 0;
  }
  .inputLogin, .inputPassword{
    width: 75%!important;
  }
  button {
    width: 50%;
    color: var(--clr-bg);
    margin-top: 20px;
    background:var(--clr-main);
    height: 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
  }
  
  button:hover {
    box-shadow: none;
  }
  
  a {
    position: absolute;
    font-size: 8px;
    bottom: 4px;
    right: 4px;
    text-decoration: none;
    color: black;
    background: yellow;
    border-radius: 10px;
    padding: 2px;
  }
  
  h1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  hr{
    width: 100%;
  }
  #header{
    padding-top: 0.5rem;
    padding-left: 2em;
    height: 100vh;
    width: min-content;
    position: fixed;
    left: 0;
    top: 0;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .head1 h4{
    font-family: acme;
    font-size: 1.2em;
    font-weight: 800;
  }
  .head1 h4 span{
    color: var(--clr-main);
  }
  .head1{
    flex: 1;
    margin-bottom: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .head2{
    width: 80%;
    flex: 2;
  }
  
  .headFlex{
    border: 1px solid grey;
    border-radius: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 11px 40px 11px 14px;
  }
  .animalIcon{
    margin-left: 0.5em;
    size: 0.8em;
    color: rgb(69, 68, 68);
  }
  .moleculeFiller{
    font-size: 0.75em;
    color: rgb(123, 123, 123);
  }
  .fa-calendar-days, .fa-book-medical{
    margin-right: 17px;
  }
  .fa-folder-open, .fa-rotate{
    margin-right: 12px;
  }
  .fa-gears{
    margin-right: 5px;
  }
  .fa-plus{
    font-size: 0.7em!important;
  }
  .headFocus{
    width: auto;
    border: var(--clr-main) solid 2px;
    border-radius:  25px;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    padding: 10px 38px 10px 13px
  }
  .headFocus i{
    color: var(--clr-main);
  }
  .headReglages i{
    font-size: 1.4em;
  }
  .head3{
    display: flex;
    flex-direction: column;
    padding-bottom: 3em;
  }
  #header i{
    cursor: pointer;
    font-size: 1.7em;
    z-index: 50;
  }
  #header img{
    margin:  2rem 0;;
    height: 7rem;
    /* border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white; */
  }
  #tab-rappels{
    margin-top: 3rem;
    margin-right: -8rem;
    position: relative;
    width: 75%;
  }
  .tabDomaine{
    margin-top: 3rem!important;
    margin-right: 8rem!important;
    display: flex!important;
    width: 45%;
    justify-content: center;
  }
  .table-head{
    font-size: 1.2em;
    position: absolute;
    top: 1em;
    right:1em;
    left: 0;
    display: flex;
  }
  
  .table-head i{
    font-size: 1.6em;
    margin-right: 0.4em;
    margin-top: 0.2em;
  }
  .table-head-select{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table-head-select-carnet {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2em;
  }
  .table-head-select-logs{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .logFiller{
    padding-top: 2em;
    font-size: 1em;

  }
  #head-tab-logs th{
    font-size: 1em;
  }
  .moleculemodal{
    font-style: italic;
    font-weight: bolder;
    font-size: 1.1em;
  }
  #selectEntrepriseAdmin, #selectEntrepriseCarnets{
    margin-left: 2em;
    width: 4em;
    height: 2em;
    font-size: 0.7em;
    margin-bottom: 0.5em;
  }
  #reglagesBody th{
    font-size: 1.2em;
  }
  .utilisateurs{
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: 2px solid grey;
    border-radius: 25px;
    padding:0.4em;
  }
  .domaines{
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: 2px solid grey;
    border-radius: 25px;
    padding:0.4em;
  }
  .entreprises{
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: 2px solid grey;
    border-radius: 25px;
    padding:0.4em;
    margin-right: 2.4em;
  }
  
  .addUser, .addEntreprise, .addDomain{
    flex-grow: 2;
    display: flex;
    align-items: center;
    gap: 2em;
  }
  .user-title{
    margin-top: 40px;
  }
  .addUser{
    margin: 0;
    margin-left: 3rem;
  }
  .addEntreprise{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .addUser,.addEntreprise, .addDomain i{
    cursor: pointer;
  }
  .addEntreprise i:hover{
    color: var(--clr-main);
  }
  .addUser i:hover{
    color: var(--clr-main);
  }
  .deleteUser{
    cursor: pointer;
  }
  .deleteUser:hover{
   color: red;
  }
  .table-head1{
    margin-left: 1em;
    flex: 2;
  }
  .table-head2{
    flex: 1;
  }
  #head-tab input{
  width: 100%;
  text-align: center;
  }
  .NbreAffichage{
    margin-left: 2em;
    width: auto;
    height: 2em;
    font-size: 0.7em;
  }
  #selectEntreprise{
    width: 10em;
  }
  #table-rappels, #table-reglages, #table-domaines, #table-veto{
    border-collapse: separate;
    border-spacing: 1em;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    padding: 1em;
    padding-top: 3.3em;
    background: var(--clr-bg);
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    align-content: center;
  }
  #table-veto{
    padding-top: 1.5em!important;
  }
  #table-domaines{
    padding-top: 0;
    width: 45%;
    border-spacing: 1em;
  }

  .trash{
    position:absolute;
    right: 15px;
    cursor: pointer;
  }
  .trash:hover{
    color: red;
  }
  #table-rappels i{
    font-size: 1.5em;
    vertical-align: middle;
  }
  #table-reglages i{
    font-size: 1.7em;
    vertical-align: middle;
  }
  .iconMail{
    margin-right: 4px;
    font-size: 1em!important;
  }
  .iconSms{
    margin-right: 4px;
    font-size: 1.4em!important;
  }
  #iconSmsReglages{
    font-size: 1.7!important;
  }
 
  
  @-moz-document url-prefix() {
    #table-rappels  {
      width: 100%;
    }
   
    .trash{
      position:static;
      cursor: pointer;
      font-size: 1.2em;
      color: red;
      margin-left: 1em;
    }
    .table-head{
      position: absolute;
      left: auto;
      width: 90%;
    }
    .table-head hr{
      display: none;
    }
  }
  .modal-header{
    justify-content: center!important;
  }
  .modal-title{
    font-weight: bolder!important;
  }
  #modal-body label{
    margin: 0!important;
  }
  
  #modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body-1{
    width: 100%;
    /* margin-top: 0.7em;
    margin-bottom: 0.5em; */
    font-size: 1em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body-1 hr{
    width: 80%;
  }
  .placeHolder{
    content: " ";
    width: 24px;
  }
  .modalReload{
    font-size: 1.3em;
    margin: 1.5em 0;
    gap: 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  #reloadCancel{
    margin-right: 20px;
  }
  #reloadValidate{
    margin-left: 20px;
  }
 
  .modalEntreprise{
    width: 70%;
  }
  .modalEntreprise.modaluser input{
    width:100%;
  }
 
  #modaluser span{
    color: white!important;
  }
  .modal-dialog{
    margin-top: 0.5em!important;
  }
  .modal-civ {
    margin-bottom: 0.5em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .modal1{
    width: 55%; 
  }
  .modal1 div{
    width: 50%;
  }
  .modal2{
    margin-top: 0.8em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* .modal2 div{
    width: 80%;
  } */
  .modal3{
    /* margin-top: 0.8em;
    margin-bottom: 1em; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .modal4{
    margin-top: 0.8em;
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #iconesModal{
    margin: 0;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .modal-footer{

    display: flex!important;
    justify-content: space-around!important;
    flex-wrap: nowrap!important;
  }

  .cancelBtn{
    /* width: 33%!important; */
    background-color: #e56262cc!important;
  }
  .validateBtn{
    /* width: 33%!important; */
    background-color: var(--clr-main)!important;
  }
  .changeEntreprise{
    cursor: pointer;
    z-index: 250;
    transition: transform .7s ease-in-out;
  }
  .changeEntreprise:hover{
   transform: rotateZ(360deg);
  }
  .checkbox{
    margin-left: 1em;
  }
  .checkboxes{
    padding: 0;
    margin-top: 0.6em;
    width: 0.6em;
    margin-right: 0.2em;
    background: none;
    box-shadow: none;
    border-radius: 50%;
  }
  .labelsIcons{
    position: absolute;
  }
  .form-check-input{
    width: 0.5em;
  }
  .form-check-block{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .form-check-date{
    margin: 1em 0;
  }
  .modal4{
    margin-top: 0.8em;
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .reloadRappel{
    cursor: pointer;
    z-index: 100;
  }
  #searchMail{
    flex-grow: inherit;
  }
  #queryHeader{
    display: none;
  }
  /* .nomProp{
    display: flex;
    justify-content: flex-start;
  } */
  .nomPropRappels{
    margin-left: 40px;
  }
  
  #tab-veto{
    margin-top: 3rem;
    margin-right: -8rem;
    position: relative;
  }

  .table-head{
    font-size: 1.2em;
    display: flex;
  }
  
  .table-head i{
    font-size: 1.6em;
    margin-right: 0.4em;
    margin-top: 0.2em;
  }
  .table-head-select{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table-head-select-logs{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .NbreAffichage{
    margin-left: 2em;
    width: auto;
    height: 2em;
    font-size: 0.7em;
  }
  .horizontal-form {
    padding: 20px;
    display: flex;
    border-radius: 25px;
    align-items: flex-end;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  
  }
  .footer-log{
    margin-top: 1.5em;
    font-size: 0.7em;
  }
  .add-user {
    width: 15% !important;
    background-color: rgb(115, 204, 27);
  }
  .add-user-picture{
    cursor: pointer;
    width: 3.7em;
    height: 3.7em;
  }
  .add-picture{
    width: 2.6em;
    margin-left: -15em;
  }
  .add-picture:hover{
    cursor: pointer;
  }
  .dl-picture{
    cursor: pointer;
    width: 2em;
    height: 2em;
    margin-left: 2em;
  }
  .vertical-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .animal_infos{
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .horizontal-container-user, .animal-container-user{
    width: 100%;
    height: auto!important;
    margin-top: 7em;
    padding: 0.7em 1em;
    height: 4em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    align-items: center;
  }
  .user-picture{
    cursor: pointer;
    width: 2.8em;
    height: 2.8em;
  }
  .icon-container{
    display: flex;
  }
  .custom-icon{
    cursor: pointer;
    height: 3em;
    width: 3em;
  }
  .paw-picture{
    cursor: pointer;
  }
  .horizontal-container, .animal-container{
      width: 50em;
      height: 5.4em;
      display: flex;
      flex-direction: row;
      border-radius: 25px;
      box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
      align-items: center;
      justify-content: space-around;
  }
  .shadowless{
    border: 0!important;
    box-shadow: none!important;
    margin-bottom: -2em;
  }
  .horizontal-table-row{
    font-size: 1.3em;
    height: 4rem;
    border: solid 1px rgb(158, 158, 158);
    /* border-radius: 0px 0 25px 25px !important; */
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white!important;
  }
  #single_user_tab{
    width:100%;
  }
  .horizontal-file-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
  }
  .custom-width{
    width: 39em;
  }
  .width-50{
    width: 46%;
  }
  .width-100{
    width: 100%;
  }
  #animal-table{
    width: 100%;
  }
  #animal-table th{
    font-size: 1.5em;
  }
  #animalContainer{
    max-width: 100%;
  }
  .add_container{
    display: flex;
    align-items: center;
  }
  .add_container img{
    width: 2em;
    height: 2em;
    margin-right: 1em;
  }
  .animal-container{
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 1em 2em;
    display: flex;
    margin-top: 4em;
    justify-content: space-between;
  }
  .animal-container-title{
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
    margin-bottom: -4em;
    padding: 0 3em;
  }
  .file-container{
    display: flex;
    padding: 0.9em 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    color: blue;
    font-size: 1.1em;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    justify-content: space-between;
  }
  .small-container{
    display: flex;
    align-items: flex-start;
  }
  .user-row{
    font-size: smaller;
    font-weight: 600;
  }
  #backToMenu{
    display: flex;
    cursor: pointer;
  }
  #backHome{
    width: 1.7em;
    margin-bottom: 2em;
    margin-right: 1em
  }
  .brand-logo {
    height: 150px;
    width: 150px;
    background-image: url('/assets/images/manekineko.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
  }
  
  .brand-title {
    font-family: acme;
    margin-top: 10px O;
    font-weight: 900;
    font-size: 1.9rem;
    color: var(--clr-main);
    letter-spacing: 1px;
  }
  .brand-title-2{
    font-size: 0.9em;
  }
  .eye-picture{
    width: 2em;
    cursor: pointer;
    margin:0 2.4em;
   }
  /* Input Styles */
  label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  
  input::placeholder {
    color: gray;
  }
  
  /* input {
    text-align: center;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    background: var(--clr-bg);
    padding: 10px 25px;
    height: 50px;
    border-radius: 25px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
  } */
  #add_mail_check, #civCarnet{
    display: flex;
    align-items: center;
  }
  #add_mail_check, #civCarnet input{
    margin-right: 0.6em;
    box-shadow: none;
    width: 1.1em;
  }
  #addMail{
    box-shadow: none;
    margin-right: .5em;
  }
  #civCarnet{
    width: 45%;
    flex-direction: row;
    justify-content: space-around;
  }
  #civCarnet label{
    width: auto;
  }
  .civContainer{
    display: flex;
    align-items: center;
  }
  
  .radios{
    width: 85%;
    display: flex;
    align-items: baseline;
    margin-bottom: 2em;
  }
  .radios input{
    background: none;
    box-shadow: none;
    width: 1.2em;
    height: 1.2em;
  }
  .radios label{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .add-animal-picture{
    width: 3.3em;
  }

  .switch-icon, .activity-icon{
    padding-top: 9px;
    display:flex;
    align-items: center;
    cursor: pointer;
  }
  #trafic-icon{
    margin-right: 0.3em;
    margin-bottom: 0!important;
    width: 2rem!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    cursor: pointer;
  }
  
  .container {
    position: relative;
    width: 350px;
    height: 595px;
    border-radius: 20px;
    padding: 16px;
    box-sizing: border-box;
    background: var(--clr-bg);
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  .title_prop{
    padding-bottom: 1.7em;
    border-bottom: 1px solid rgb(175, 171, 171);
  }
  /* #table-veto{
    background-color: var(--clr-bg);
    border-radius: 20px;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  #table-veto thead, #table-veto tr{
   border-bottom: 1px solid rgba(192, 186, 186, 0.601);
  } */
  /* .veto-thead{
    background-color:rgba(192, 186, 186, 0.601);
  }
  .propThead{
    border: solid 1px rgb(158, 158, 158);
  } */
  .tab-content{
    height: 4em;
  }

  #table-veto-body hr{
    width: 100%;
  }
  .del-picture{
    width: 2em;
    cursor: pointer;
    margin-left: 1em;
  }
  #nomAnimal{
    margin-bottom: 0.7em;
  }
  #tab-veto{
    width: 75%;
    margin-top: 1em;
    z-index: 500;
  }
  #modalAddUser{
    position: fixed;
    top: 3rem;
    left: 37%;
    flex-direction: column;
    align-items: center;
    width: 34%;
    pointer-events: auto;
    background-color: var(--clr-bg);
    background-clip: padding-box;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: fit-content;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  }
  #addUserCarnet{
    margin-bottom: 2em;
    width: 40%!important;
  }
  #modalAddUser input{
    width: 50%;
    margin-bottom: 1.2em;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-content button{
    width: 50%;
  }
  .modal-content-user{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: fit-content!important;
  }
  .modal-content-animal, .modal-content-carnet, .modal-content-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%!important;
  }
  
  .close {
    color: #000000;
    float:none;
    font-size: 28px;
    font-weight: bold;
    
  }
  .closeModalUser{
    color: white!important;
    float:none;
    font-size: 28px;
    font-weight: bold;
  }
  #vaccineDate, #vaccineType{
    margin-bottom: 1em;
  }
  .close:hover,
  .close:focus {
    color: rgb(255, 0, 0);
    text-decoration: none;
    cursor: pointer;
  }
  #addUser{
    width: inherit;
    margin: 2em 0;
  }
  button {
    width: 45%;
    color: var(--clr-bg);
    background: var(--clr-main);
    height: 40px;
    border: none;
    border-radius: 20px!important;
    cursor: pointer;
    font-weight: 900;
    transition: 0.5s;
  }
  .loader {
    border: 16px solid #f3f3f3; 
    border-top: 16px solid #218bd2; 
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
    display: none; 
  }

  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  #downloadLink{
    position: unset!important;
    background-color: transparent!important;
  }
  .downloadContainer{
    bottom: 0;
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .downloadButton {
    width: 100%;
    background-color: #23a6e2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: none!important;
  }
  .downloadButton:hover {
      background-color: #0056b3;
  }
  #iframeContainer {
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  button:hover {
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
  }  
  @media screen and (max-width: 360) {
    .horizontal-container-user, .animal-container-user{
      width: 100vw;
      padding: 0;
      margin-top: 2em;
      display:flex ;
    }
    .animal-container-title{
      display:none
    }
    #modalAddUser {
      top: 7rem;
      left: 1%;
      width: 99%;
    }
  }
  
  @media screen and (max-width: 480px) {
 
    .mobile-head2{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      padding: 1em 1em;
    }
    #header img{
      /* width: 3.6em; */
      margin: 0!important;
      padding: 0!important;
    }
    .horizontal-table-row {
      font-size: 1em;
      height: 3rem;
    }
    #body-accueil{
      width: min-content;
    }
    h2{
      font-size: 1em!important;
    }
   
    #addUser{
      width: 100%;
    }
    .head1{
      display: flex;
    }
    .animal-container-title{
      display:none
    }
    .addUser, .addEntreprise, .addDomain {
      flex-direction: column;
    }
    .horizontal-header{
      width: 100%;
      height: 12% !important;
      padding: 0 10px;
      border-bottom: 1px solid grey;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .mainContent{
      align-self: baseline;
    }
    .modal-content {
      width: 100%!important;
    }
    #header {
      width: 100%;
      padding: 0.5rem 0rem;
      position: fixed;
      top: 0;
      color: black;
      display: flex;
      flex-direction: column;
    }
    #header img{
      display: block;
    }
    .user-picture{
      width: 3em;
      height: 3em;
    }
    .add-animal-picture {
      width: 2.1em;
    }
    .horizontal-container{
      border: 1px solid grey;
      width: 100vw;
      box-shadow: none;
      border-radius: 0;
    } 
    .horizontal-container-title{
      display: flex;
    }
    #modalAddUser {
      top: 7rem;
      left: 1%;
      width: 99%;
    }
    .modal-content-animal, .modal-content-carnet, .modal-content-upload {
      width: 99% !important;
    }
    .horizontal-container-user, .animal-container-user{
      width: 100vw;
      padding: 0;
      margin-top: 2em;
    }
    .modal-content-user {
      padding: 0;
    }
    .file-container {
      padding: 0 0;
      width: 40%;
      font-size: .8em;
    }
    .horizontal-file-container{
      font-size: 0.8em;
    }
    #tab-veto{
      width: 100vw;
      margin-top: 4em;
    }
    .head1 h4 {
      font-size: 1.1em;
      padding: 0px 1.5em;
    }
    #clinique{
      display: none;
    }
    .add-picture {
      margin-left: 0;
      width: 2em;
    }
    .eye-picture {
      width: 1.4em;
    }
    #iframeContainer {
      overflow: auto;
      width: 100%;
      height: 100%;
    }
    /* #userIframe {
        width: 100%;
        height: 100%;
    } */
    #animalContainer{
      width: 100%;
    }
    .responsiveHide{
      display:none;
    }
    .animal-container{
      padding: 0;
      width: 100vw;
      margin-top: 2.5em;
    }
    #table-veto{
      background-color: var(--clr-bg);
    }
  }
  @media all and (min-width: 601px) and (max-width: 900px) and (orientation: landscape)  {
    #header{
      padding-left: 0!important;
    }
    #tab-rappels{
      margin-right: 0.5em!important;
    }  
  }
  @media all and (min-width: 901px) and (max-width: 1023px) and (orientation: landscape)  {
    #header{
      padding-left: 0!important;
    }
    #tab-rappels{
      margin-right: 0.5em!important;
    }  
  }
  @media all and (min-width: 1024px) {
    .headMails{
      margin-top: 2.2em;
    }
  }
  @media all and (max-width: 1024px) {
    #adm-div{
      display: none;
    }
    #tab-rappels{
      margin-right: 0.5em;
    }
    #searchMail, .infoMail{
      display: none;
    }
    .trash {
        right: 8px;
    }  
  }
  @media all and (max-width: 1280px) {
    #tab-rappels{
      margin-top: 1rem;
      margin-right: 2.5em;
      align-self: self-end;
      width: 70%;
    }
    .head1{
      flex: 2;
    }
    .infoAnimal{
      display: none;
    }
    
  }
  @media (min-width: 768px) and (max-width: 1440px) and (orientation: landscape) {
    #tab-rappels{
      margin-top: 1rem;
      margin-right: 2.5em;
      align-self: self-end;
      width: 77%;
    }
    #header img {
     margin-bottom: 0;
    }
    .logoEntreprise{
      display: none;
    }
  }
  
  @media all and (min-width: 2560px) {
    .head1 {
      margin-bottom: -17.5em;
    }
    .container{
      display:flex;
      flex-direction: column;
      align-items: center;
      width: 34rem;
      height: 45rem;
    }
    .brand-logo {
      margin: 0;
      height: 200px;
      width: 200px;
    }
    .brand-title {
      font-size: 2.5rem;
    }
    .inputs{
      font-size: 1.4rem;
      width: 65%;
    }
    #tab-rappels{
      left: -465px;
      margin-top: 1rem;
      margin-right: 0.5em;
      align-self: self-end;
      width: 70%;
      min-height: 100vh;
    }
    #header img {
     margin-bottom: 2rem;
  }
  }
  @media all and (max-width: 1920px) {
    #tab-rappels{
      margin-top: 1rem;
      margin-right: 2.5em;
      align-self: self-end;
      width: 80%;
    }
    
  }
  @media all and (max-width: 360px) and (max-height: 720px),
  only screen and (max-width: 720px) and (max-height: 360px),
  all and (max-width: 720px) and (max-height: 1280px)
   {
    #body{
      align-items: flex-start;
    }
    #table-rappels{
      border-spacing: -1px;
    }
    #head-tab input{
      width: 50%;
      transform: translateX(75px);
    }
    .reloadRappel {
      transform: translateX(235px);
    }
    #tab-rappels {
      align-self: center;
      width: 100vw;
      margin-right: 0;
      margin-top: 2em;
    }
    #tab-rappels .table-head {
      font-size: 0.8em;
      position: absolute;
      top: 0.7em;
      display: flex;
      flex-direction: row;
      gap: 0.3em;
      align-items: baseline;
    }
    #table-reglages{
      padding-top: 7em;
      border-spacing: 0.3em
    }
    .addUser, .addEntreprise, .addDomain {
      margin: 0;
    }
    #selectEntreprise {
      width: 9em;
    }
    #reglagesBody{
      vertical-align: middle;
    }
    #reglagesBody th {
      font-size: 1em;
    }
    .userEmailRow, .entrepriseAdress, .entrepriseWebsite{
      display:none;
    }
    .table-head i{
      font-size: 1.4em;
    }
    .infoProp{
      display: none;
    }
    #titre-page{
      display:none;
    }
    .logoutText{
      display:none;
    }
    .head1, .head2, .queryMail, #adm-div{
     display: none;
    }
    #header img{
      display: block;
    }
    .head3{
      position: fixed;
      top: 16px;
      right: 10px;
    }
    .table-head1{
      font-size: medium;
    }
    .headFocus{
      width: auto;
      border: none;
      border-radius:  0;
      box-shadow: none;
      padding:0;
    }
    .headFocus i{
      color: var(--clr-main);
    }
    #queryHeader{
      margin-top: 0.7em;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .headFlex{
      display: block;
    }
    
    .container {
      margin-top: 1rem;
      position: relative;
      width: 350px;
      height: 625px;
      border-radius: 20px;
      padding: 40px;
      box-sizing: border-box;
      background: var(--clr-bg);
      box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    }
    #head-tab-logs th{
      font-size: 0.7em;
    }
    .infoLog{
      font-size: 0.65em;
    }
    .logFiller{
      font-size: 0.8em;
  
    }
    
  }
  
  
  