body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f3f3f3;
}

h1 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1rem;
}

.navbar-color{
    background-color: #adc6e3;
    box-shadow: 5px 5px 2px 1px rgba(45, 45, 71, 0.2);
    font-weight: 500;
    color:#131313;
    height: 90px;
}

.nav-link{
    color:#0a0a0a;
    display: flex;
    align-items: center;
}

.nav-link:hover{
    color:deeppink;
}

.mainContainerFluid {
    background-color: #f3f3f3;
    height:100%;
    padding-bottom: 30px;
    margin-top: 65px;
}

.navbarDish{
    background-color: #f3f3f3;
    box-shadow: 5px 5px 2px 1px rgba(130, 130, 138, 0.2);
    position: absolute;
    top: 350px;
    left: 3px;
    padding: 15px;
    width: 100%;
}

.navbarIngredient{
    background-color: #f3f3f3;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
 }

.dishName{
    background-color: #f3f3f3;
    box-shadow: 5px 5px 2px 1px #adc6e336;
}

#submitButton, #divGenerateButton{
    display : flex;
}

.bgColorBtn {
    background-color: #213555;
    border: #f3f3f3 1px solid;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
    color:#f3f3f3;
}

.card {
    background-color: #f3f3f3;
}

.bgColor {
    background-color: #213555!important;
    border: #f3f3f3 1px solid;
    color:#f3f3f3;
}

.tableHeader {
    /* background: linear-gradient(to bottom right, rgb(142, 207, 250), #213555); */
    /* background-color: #1e2331; */
    color:#1e2331;
    font-weight: 600;
}

.row-list {
    border-radius: 5px;
    background-color: #e4e9ef;
    margin-top: 10px;
    margin-bottom: 10px;
    padding :10px;
    color:#000000;
}

.row-list > .col, .col-6 > a {
    color: #000000;
}

.custom-button {
    border-radius: 5px;
    background-color: #f3f6f8;
    border: 1px #adc6e3 solid;
    height: 38px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.custom-button:hover{
    background-color: #adc6e3 !important;
    text-decoration: none;
}

.custom-button.bgColor:hover {
    background-color: #adc6e3 !important;
    text-decoration: none;
    color:black;
}

table {
    border: #f3f3f3 1px solid !important;
}

.bgContainer {
    margin-top: 30px;
    padding-top: 4px;
    background-color: #f3f3f3!important;
    min-height: 70vh;
}

.btnLogout {
    right: 61px;
    position: absolute;
}

.listingCat{
    margin-top: 7.2px;
    margin-bottom: 0.85em;
}

.colDay{
    width: 14.28%;
    height:24px;
    font-size: 0.7em;
}

.colDayMobile{
}

.dropdown-item {
    font-size: 0.7em;
}

.desktop_show {
    display: none;
}

.desktop_show_th_td {
    display: none;
}

.desktop_show_array {
    display: none;
}

.mobile_show {
    display: block;
}

.mobile_show p {
    font-size: 0.8em;
}

.btnStandard {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 5px;
    max-width: 150px;
    min-width: 50px;
    min-height: 30px;
    height : 30px;
}

.btn-action-dish-card {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 5px;
    width: 200px;
    min-width: 50px;
    min-height: 30px;
    height : 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: radial-gradient(circle at 100px 100px, #4f709cd5, #010918);
}

.custom-button.active{
    background-color: #4F709C;
    font-weight: bold;
    color: white
}

.custom-button.active>span.material-symbols-outlined {
    color: white
}

.fs-1 {
    font-size: 60px !important;
}

.card-img-top {
    border: 5px solid #f3f3f3;
    width: 158px;
    height: 118px;
}

.carrousel-image {
    border: 5px solid #f3f3f3;
    width: 200px;
    height: 200px;
}

.carrousel-title{
    width: 324px;
    padding:5px
}

.dishCardListing {
    width: 10rem;
    height: 220px;
    display: flex;
    align-items: center;
  }
.rowTitle {
    width: 100%;
}

.btnStandardSmall {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 5px;
    width: 50px!important;
    max-width: 150px;
    min-width: 50px;
    min-height: 30px;
    height : 30px;
}

.btnDelete {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 5px;
    min-width: 50px;
    min-height: 30px;
}

 .listing {
    width: 50px;
}

.lineThrough {
    text-decoration: line-through;
  }

  .title {
    background-color: #213555;
    color:#f3f3f3;
    width: 80%;
    position:relative;
    left:0;
    display: flex;
    justify-content: start;
    justify-content: end;
    border: #f3f3f3 1px solid;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
    left: -50px;
    z-index: 10;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px;
    padding-right: 15px;
  }

  .subtitle{
    color:rgb(36, 35, 35);
    background-color: #213555;
    color:#f3f3f3;
    width: 300px;
    display: flex;
    justify-content: right;
    border: #f3f3f3 1px solid;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
    padding: 10px;
    padding-right:5px;
    padding-left:35px;
    position: absolute;
    left: -30px;
    top: 20px
  }

  .subtitleCenter{
    color:rgb(36, 35, 35);
    background-color: #213555;
    color:#f3f3f3;
    width: auto;
    display: flex;
    justify-content: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: #f3f3f3 1px solid;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
    padding: 10px;
    padding-right:25px;
    padding-left:25px;
    position: relative;
    top: 20px
  }

  .subtitleInverse{
    color:rgb(36, 35, 35);
    background-color: #213555;
    color:#f3f3f3;
    width: 300px;
    display: flex;
    justify-content: start;
    border: #f3f3f3 1px solid;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
    padding: 10px;
    padding-left:30px;
    position: absolute;
    right: -20px;
    top: 20px
  }

  .actionCol {
    padding-right: 10px;
    flex-wrap: inherit;
  }

  .checkboxNotCheck {
    color: lightgray;
  }
  .checkboxSuccess {
    color: green;
  }

  .dishCardUpdate {
    max-width: 540px;
  }

  .formShow {
    display: block;
  }

  .formHidden {
    display: none;
  }

  #dishListDisplay{
    display: none;
  }

  .inputForm{
    width: 250px;
    display: initial;
  }

  .sidebar_admin {
    position: fixed;
    height:100%;
    background: linear-gradient(rgb(53, 52, 52), rgb(110, 110, 110));
    padding-top: 50px;
    color:#f3f3f3;
  }

.recipe-card {
    width:150px;
    /* border: 3px solid #213555d7; */
}

.recipe-card .recipe-card__picture {
    position: relative;
    overflow: hidden;
    color: black;
}

.recipe-card .recipe-card__picture img {
    height: 255px;
    width: 100%;
    height: 157px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #adc6e3;
}

.recipe-card .recipe-card__tags {
    position: absolute;
    padding: 0;
    left: 0rem;
    padding-left: 5px;
    padding-right: 8px;
    bottom: 0.5rem;
    font-weight: bold;
    margin: 0;
    background-color: #213555d7;
    color:#f3f3f3;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: auto;
}

a {
    color:black;
    text-decoration: none;
}

.recipe-card__title {
    background-color: #e4e9ef;
    color: #0a0a0a;
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid #adc6e3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 1em;
}

.carousel-color{
    background: linear-gradient(#2f394f, rgb(110, 110, 110));
}

.carousel-caption{
    bottom: -2.25rem !important;
}

.display {
    margin-top:30px;
}

.info-search-ingredient-dish{
    font-size: small;
    background: linear-gradient(#2f394f, rgb(110, 110, 110));
    color:#f3f3f3;
    padding: 5px;
    white-space: nowrap;
    position: absolute;
    display: none;
}

.ingredient-quantity, .input-group .ingredient-quantity {
    height: 38px!important;
    padding-top: 0.37rem !important;
}

/************************************************************************************************             1025 */

@media screen and (min-width: 1025px) {
    h1 {
        font-size: calc(1.375rem + 1.5vw)    }

    h5 {
        font-size: 1.25rem;
    }

    .listing {
        width: 150px;
    }

    .desktop_show {
        display: block;
    }

    .desktop_show_array {
        display: flex;
    }

    .desktop_show_th_td {
        display: table-cell;
    }

    .mobile_show {
        display: none;
    }

    .btnStandard {
        margin: 1px;
        margin-right: 10px;
        width: 150px;
        height: 30px
    }

    .btnDelete {
        margin: 1px;
        height: 30px;
        width: 150px;
    }

    .btnDeleteRow {
        width:50px;
    }
    .title {
        min-width: 600px;
        padding: 5px;
        padding-right:30px;
        padding-left:30px;
        width: 60%;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        justify-content: end;
      }

    .actionCol {
    flex-wrap: nowrap;
    }

    .bgContainer {
        margin-top: 45px;
        padding-top: 20px;
    }

    .dishCardUpdate {
        max-width: 1200px;
    }

    .dishCardListing {
        width: 15rem;
      }

  .subtitle {
    padding-right:30px;
    left: -50px;
  }
  .subtitleInverse{
    right: -50px;
  }

  .card-img-top {
    border: 5px solid #f3f3f3;
  }

  .recipe-card {
    width:200px;
    /* border: 3px solid #213555d7; */
  }

  .navbarDish{
    background-color: #d0d8e2;
    box-shadow: 5px 5px 2px 1px #adc6e3;
    position: absolute;
    width: 60%;
    top: 530px;
    left: 368px;
 }

 .display{
    margin-top:60;
}

}


/*
bleu foncé : 213555
bleu clair : 4F709C
dorée : E5D283
blanc : f0f0f0

blender
<i class="fa-solid fa-blender"></i>

burger
<i class="fa-solid fa-burger"></i>

bol de riz
<i class="fa-solid fa-bowl-rice"></i>

citron
<i class="fa-solid fa-lemon"></i>

piment
<i class="fa-solid fa-pepper-hot"></i>

*/
.baseContainerFluid {
    background: radial-gradient(circle at 100px 100px, #f1f1f1d5, #adc6e3);;
    height: 100%;
    position: relative;
    top: 0;
}

.color-primary {
    color: #213555;
}

.login-image {
    height: 100vh;
    width: 100%;
}

.login-container {
    background-color: #f3f3f3f5;
    border-radius: 10px;
}

.login-form {
    background-color: #f3f3f3f5;
}

.login-label {
    border: 1px solid #adc6e3;
    background: radial-gradient(circle at 100px 100px, #f1f1f1d5, #adc6e3);
    color: #000000;
    min-width: 130px;
    padding: 10px;
}

.input-label {
    border: 1px solid #adc6e3;
    background: radial-gradient(circle at 100px 100px, #f1f1f1d5, #adc6e3);
    color: #000000;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
}

.form-label {
    margin-top: 4px;
    margin-bottom: 4px;
}

.login-input {
    border: 1px solid #adc6e3;
}

.button-primary {
    background-color: #f3f3f3;
    color: black;
    width: 150px;
}

.button-primary:hover {
    background-color: #4F709C;
    color: #f3f3f3;
}

.color-primary {
    color: #4F709C;
}

.button-secondary {
    /* background: radial-gradient(circle at 100px 100px, #4f709cd5, #010918); */
    background-color: #4F709C;
    color: #f3f3f3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 32px;
    width: 150px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #213555;
    border: 1px solid #4F709C;
}

.button-secondary:hover {
    background: none;
    background-color: #4f709cd5;
    color: #f3f3f3;
}

.mobile-sacrifice-flex {
    display: none;
}

.card, .card-header, .card-footer {
    border-color: #adc6e3 !important;
    box-shadow: 2px 2px 20px 1px #a3888852;

}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card-footer{
    background-color: #bccee4;
}

.card-header {
    height: 80px;
}

.header-image {
    width: 100%;
    height: 500px;
}

.background-primary {
    background-color: #213555;
}

.background-secondary {
    background-color: #adc6e3!important;
}

.background-black {
    background-color: #010918;
    background: radial-gradient(circle at 100px 100px, #021029, black);
}

.header {
    min-height: 300px
}

.dropdown-action {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}

hr {
    color: #E5D283;
}

.dropdown-menu {
    min-width: 150px !important;
    left: -120px;
}

.dropdown-menu>li:hover {
    background-color: #e5e7e7;
}

.header-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #4f709cd5;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#010918;
    background: #010918;
    background: radial-gradient(circle at 100px 100px, #f1f1f1d5, #adc6e3);
}

.content-table {
    margin-top: 150px;
}

.logo-navbar {
    width: 60px;
    height: 50px;
}

.hr-primary {
    width: 200px;
    height: 2px!important;
    color: #213555;
    margin-top: 10px;
    margin-bottom: 10px;
}

.background-white {
    background-color: #f3f3f3 !important;
}

.background-transparent {
    background-color: transparent !important;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown {
    position: inherit !important;
}

.version {
   position: fixed;
   float: right;
   bottom: 0;
   right: 0;
}

@media screen and (min-width: 1025px) {
    .mobile-sacrifice-flex {
        display: flex;
    }

    .dropdown-menu {
        left: 0px;
    }

    .content-table {
        margin-top: 100px;
    }

    .logo-navbar {
        width: 100px;
        height: 80px;
    }
}