.special-title {
    /*font-family: 'Super Boys', sans-serif;*/
    font-weight: bold;
}
.containers {
    background: white;
    max-width: 75rem;
    margin: 0 auto;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}
.selector {
    background-image: url('./images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    margin: 0 auto;
    min-height: 42rem;
}

.section{
    background: white;
    padding: 20px;
    max-width: 75rem;
}

.content-page{
  padding: 1rem;
  background: #f4f4f4;
}

a {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: black;
    font-weight: inherit;
    text-transform: full-width;
}

.head-top{
  display: flex;
  flex-direction: row;
  align-content: center;
  width: 100%;
  min-height: 9rem;
}

.logo {
    width: 10%;
    height: auto;
}

.head-title{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.fisrt-title{
  justify-content: center;
  font-size: 1.5rem;
}

.d-none{
  display: none!important;
}
.d-bloc{
  display: block!important;
}
.custom-button{
  width: 21.2rem;
  height: 6rem;
  font-family: Couture, sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 3rem;
  padding-top: 0.8rem;
}

.numero{
  background-color: #FFA32C;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.etape0{
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animaux{
  display: flex;
  justify-content: space-around;
  height: 20rem;
  align-items: baseline;
}
.item-animaux{
  min-height: 18rem;
}
.item-animaux-chien{
  align-content: center;
  width: 15rem;
  height: 20rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.chien-one {
  width: 15rem;
  height: 18rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.chien-two{
  width: 15rem;
  height: 19rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-animaux-cat{
  cursor: pointer;
  align-content: center;
  width: 17rem;
  height: 20rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.cat-one{
  cursor: pointer;
  align-content: center;
  width: 14rem;
  height: 18rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.cat-two{
  cursor: pointer;
  align-content: center;
  width: 16rem;
  height: 19rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.input-element{
  height: 20rem;
  align-content: center;
  text-align: center;
}
.input-element input{
  height: 3rem;
  width: 24rem;
  border-radius: 5px;
  border: 3px solid #FEA42F !important;
  background-color: #fff!important;
}
.loader{
  margin-top: 2rem;
}
.crono{
  display: flex;
  margin-bottom: 6rem;
  justify-content: center;
}
.crono img{
  display: inline-block;
}

.content2{
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}


.clas_info{
  display: block;
  text-align: left;
  color: red;
  margin-left: 30%;
}

table, tr, th, td {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

#calculator-food {
    width: 100%;
    max-width: 100%;
    margin: 0 auto!important; 
    overflow: visible;
    /*text-align: center;*/
    page-break-inside: avoid;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centre horizontalement */
    justify-content: center; /* Centre verticalement */
}

.max-width-class{
  width: 100%;
  margin: 25px 0px;
  background-color: #c7c5c5;
  padding: 1rem;
}

.max-width-class p{
  margin-top: 0px;
  font-size: 18px;
}

#for-dogs{
  display: none;
}
#for-cat{
  display: none;
}

.max-width-class table, .max-width-class tr, 
.max-width-class th, .max-width-class  td {
    border: 0px solid #dee2e6;
    border-collapse: collapse;
}

.bt-export{
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  justify-content: space-between;
}

@media print {
    table {
        width: 100%;
        page-break-inside: auto;
        page-break-after: auto;
    }
    tbody tr {
        page-break-inside: avoid; /* Évite que les lignes soient coupées */
        page-break-after: auto; /* Autorise les sauts de page après chaque ligne */
    }
    thead {
        display: table-header-group; /* Répète l'en-tête */
    }
}


#two-eating, #one-eating{
    display: none;
}
#food-form, .title-info{
    /*max-width: 90%!important;*/
}
.form-field {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.food-item-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
}

.form-field select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.form-field input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.food-item-fields .form-field select {
    width: 450px; /* Augmenté pour plus de lisibilité */
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.food-item-fields .form-field select.period {
    width: 230px; /* Augmenté pour plus de lisibilité */
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.food-item-fields .form-field input {
    width: 150px; /* Augmenté pour que les valeurs soient plus visibles */
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}

.food-item-fields .form-field .label-ration {
    width: 150px; /* Augmenté pour que les valeurs soient plus visibles */
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: right;
    min-height: 2.5rem;
}

.remove-food-item {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.remove-food-item:hover {
    background: #c82333;
}

.add-button {
    display: block;
    width: 60%;
    background: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.add-button:hover {
    background: #218838;
}

.add-button:disabled{
    background: #979595;
}



.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  font-size: 16px;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #eaeed8;
  --bs-table-striped-bg: #dee2cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d3d6c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d8dcc8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d3d6c2;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*table:not( .has-background ) tbody td {
  background-color: #fa6666;
}

table:not( .has-background ) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: #fa6666;
}*/

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fw-normal {
    font-weight: 400 !important;
}
.fst-italic {
    font-style: italic !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
    text-align: left;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.calcule-button {
    display: block;
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-top: 1.5rem;
}

.returned {
    /*display: none;*/
    width: 100%;
    background: #ff5733;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-top: 1.5rem;
}

.export-pdf {
    /*display: none;*/
    width: 100%;
    background: #FBB040;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-top: 1.5rem;
}

#title-chien{
  display: contents;
}
#title-chat{
  display: none;
}
