
.toast {
background-color: #030303 !important;
}
.toast-info {
background-color: #3276b1 !important;
}
.toast-info2 {
background-color: #2f96b4 !important;
}
.toast-error {
background-color: #bd362f !important;
}
.toast-success {
background-color: #51a351 !important;
}
.toast-warning {
background-color: #f89406 !important;
}
.goog-logo-link, .goog-te-banner-frame{
display: block !important;
}
.goog-te-gadget{
color: transparent;
}
.my-toast-font {
font-size: 12px !important; /* ou 1.2rem, selon le style voulu */
}
.iti{
width: 100% !important;
}

body > .skiptranslate {
display: none;
}
body {
top: 0px !important;
}

/*# sourceMappingURL=styles.css.map */

.toast {
background-color: #030303 !important;
}
.toast-info {
background-color: #3276b1 !important;
}
.toast-info2 {
background-color: #2f96b4 !important;
}
.toast-error {
background-color: #bd362f !important;
}
.toast-success {
background-color: #51a351 !important;
}
.toast-warning {
background-color: #f89406 !important;
}
.goog-logo-link, .goog-te-banner-frame{
display: none !important;
}
.goog-te-gadget{
color: transparent;
}
.iti { width: 100% !important; }

.mbl-menus{
position: fixed;
bottom:0;left:0;
z-index:10000;
width:100%;
display: none !important;
}

.navcontent {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh ;
background: #f7f7f7;
padding: 20px;
z-index: 0;
opacity: 0;
pointer-events: none;
transform: translateY(10px);
transition: opacity 0.4s ease, transform 0.4s ease;
overflow-y: auto;
}

.navcontent.active {
z-index: 100;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}

.bottom-nav {
z-index: 1000;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex !important;
justify-content: space-around;
align-items: center;
background-color: white;
border-top: 1px solid #ddd;
height: 60px;

}

.navs-item {
text-align: center;
font-size: 12px;
color: #666;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.navs-item svg {
width: 24px;
height: 24px;
margin-bottom: 4px;
stroke: currentColor;
fill: none;
}

.navs-item.active {
color: #1563df;
}

/* .badge {
position: absolute;
top: 6px;
right: 10px;
width: 8px;
height: 8px;
background-color: red;
border-radius: 50%;
} */

.navs-item-wrapper {
position: relative;
}

.mbl-nav{
    display: none !important;
}

@media (max-width: 825px) {
.mbl-menus, .mbl-nav{
    display: block !important;
}


}


ul.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumbs li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumbs li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumbs li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #01447e;
  text-decoration: underline;
}
