.main-div {
    display: flex;
}

@media (max-width: 768px) {
    .main-div {
        display: flex;
        flex-direction: column;
    }
}

/* Nav Bar */
.sidebar {
    position: fixed;
    width: 20%;
    height: 100vh;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    background: linear-gradient(180deg, rgba(16,176,236,0.8) 20%, rgba(204,212,0,0.8) 40%, rgba(235,161,13,0.8) 60%, rgba(229,0,99,0.8) 80%, rgba(40,52,138,0.8) 100%);
}

.main{
    position: relative;
    margin-left: 21%;
}

@media (max-width: 768px) {
    .main{
        margin-left: 0px !important;
        margin-top: 5%;
    }
    .sidebar {
        width: 100%;
        height: 5%;
        margin-right: 0px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: linear-gradient(90deg, rgba(16,176,236,0.8) 20%, rgba(204,212,0,0.8) 40%, rgba(235,161,13,0.8) 60%, rgba(229,0,99,0.8) 80%, rgba(40,52,138,0.8) 100%);
    }
    .sidebar .sidebar-tab {
        justify-content: center !important;
    }
    .sidebar .sidebar-tab img {
        margin-right: 0px !important;
        height: 20px !important;
    }
    .sidebar .sidebar-tab p {
        display: none !important;
    }
    .logout-btn {
        font-size: 14px !important;
        margin-top: 1px !important;
        margin-bottom: 1px !important;
        margin-right: 5px !important;
        padding: 2px 8px !important;
        background-color: transparent !important;
        border-radius: 0px !important;
    }
}
  
.sidebar .sidebar-tab {
    width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
}
  
.sidebar .sidebar-tab img {
    margin-right: 25px;
    height: 50px;
}
.sidebar .sidebar-tab p {
    font-size: 20px;
    font-weight: bold;
}

.logout-btn{
    /* background-color: white; */
    margin-right: auto;
    margin-left: auto;
    padding: 2px 5px;
    width: 50%;
    text-align: center;
    border-radius:28px;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.logout-btn:hover{
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid;
}


/* Previous Utils */
.div_login_signup {
    padding-top: 75px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn_generic_litreview {
    cursor: pointer;
    margin-top: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid;
    border-radius: 5px;
    width: 100px;
}

.basic_placeholder_inside {
    text-align: center;
    color: black;
    font-weight: bold;
    height: 30px;
    width: 300px;
}

/* Shop */

.shop_card{
    width: 200%;
    margin-bottom: 25px;
    border: 1px solid black;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_card img{
    margin-right: 15px;
}









/* ADD NEW CSS */

.mdi-cog-outline::before {
    content: "\F08BB";
    font-size: 22px!important;
}


#section-commerces .card {
    margin-bottom: 1.5rem;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#section-commerces .img-font {
    position: relative;
    height: 215px; 
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
#section-commerces p {
    font-weight: 500;
    font-size: 12px;
}
.modal-dialog {
    max-width: 54%;
    margin-right: auto;
    margin-left: auto;
}
#detailModal img {
    width: 5%;
    margin-right: 37%!important;
}
.modal-header {
    border-bottom: none;
}
.nav-tabs .nav-link {
    color: #000;
}
#myTabContent img {
    width: auto;
    margin-right: 0 !important;
    height: 40vh;
    border-radius: 35px !important;
}
#myTabContent span.badge  {
    padding: 1%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    float: inline-end;
    margin-bottom: 2%;
}
.bl-infos .form2{
    padding: 30px;
    border: 1px solid #e9ecef;
}
.bl-infos .accordion-button{
    height: 50vh;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    height: 5vh;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    height: auto;
}
#add_img img {
    width: 70%;
    height: 80%;
    border-radius: 30px;
    border: 1px solid #e9ecef;
    margin-top: 10%;
    height: 111px;
}
/* #add_img .translate-middle.badge1 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-3vh, 15vh) !important;
} */
#add_img .translate-middle.badge1 {
    position: relative !important;
    top: -1vh !important;
    left: -1vh !important;
}
/* #add_img .translate-middle.badge2 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-3vh, 10vh) !important;
} */
#profile-tab-pane .accordion-button{
    height: auto;
}
#nav-profile img {
    width: 100%;
    height: auto;
}
#nav-profile p {
    font-weight: 400;
    font-size: 12px;
}


.nav-tabs .nav-link:disabled {
    color: #7b7b7b;
}
.dropdown-menu[style] {
    right: 0;
    left: 0;
    padding: 10px;
}
.header-top h3{
    font-size: 21px;
}

.header_bottom .dropdown-item{
    display: contents;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 700;
    color: #000;
    text-align: inherit; 
}

.horaires .table th {
    font-weight: 500;
    background-color: #ededed69;
}

.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px / 1 "Material Design Icons";
    font-size: 24px!important;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.wrapper {
    padding: 100px;
}
  
.image--cover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #cfcfcf;
}

.image--cover-xl {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #cfcfcf;
}




















/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
 .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-right: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
  }
  
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  }
  
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
  }
  
  .waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
  }
  
  .waves-button,
  .waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  }
  
  .waves-button,
  .waves-button:hover,
  .waves-button:visited,
  .waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
  }
  
  .waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
  }
  
  .waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
  }
  
  .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
  }
  
  .waves-input-wrapper.waves-button {
    padding: 0;
  }
  
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }
  
  .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
  }
  
  .waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  
  .waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  }
  
  .waves-block {
    display: block;
  }
  
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
  }
  
  .waves-effect.waves-primary .waves-ripple {
    background-color: rgba(98, 110, 212, 0.4);
  }
  
  .waves-effect.waves-success .waves-ripple {
    background-color: rgba(2, 164, 153, 0.4);
  }
  
  .waves-effect.waves-info .waves-ripple {
    background-color: rgba(56, 164, 248, 0.4);
  }
  
  .waves-effect.waves-warning .waves-ripple {
    background-color: rgba(248, 180, 37, 0.4);
  }
  
  .waves-effect.waves-danger .waves-ripple {
    background-color: rgba(236, 69, 97, 0.4);
  }