/* custom */
a {
    color: #4bba64;
}
.breadcrumb-item + .breadcrumb-item {
    display: contents;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 5px;
    padding-right: 5px;
}
.list-custom-small a {
    padding: 12px 0px;
}
.list-custom-small {
    line-height: 17px !important;
}
.list-group .badge {
    margin-top: 0px !important;
    border-radius: 5px;
}
/* General Style */
.energy-box {
    margin-bottom: 10px;
}
.eb-title {
    min-height: 2.5em;
    line-height: 1em;
    margin-top: 10px;
}
.timeline-body {
    background-color: #unset !important;
}
.change-couvert {
    padding: 7px 6px !important;
    background: #46ad5d;
    color: #fff;
}
.stepper.rounded-s.float-start.mr-2 {
    margin-right: 10px;
}
.alert-small{line-height:31px!important;}
.alert-small i:first-child{width:30px!important; line-height:31px!important;}
.doo_alert{width:100%!important;left:0%!important;border-radius:0px!important;padding:5px 0px 5px 20px;;margin-bottom:0px!important; z-index:97!important; position:fixed!important;}

/** toast **/
.slide-down{-webkit-animation:slide-down 5s ease-in-out both;animation:slide-down 5s ease-in-out both;}
@-webkit-keyframes slide-down{0%{bottom:-60px;}20%{bottom:62px;}30%{bottom:62px;}90%{bottom:62px;}100%{bottom:-60px;}}
@keyframes slide-down{0%{bottom:-60px;}20%{bottom:62px;}30%{bottom:62px;}90%{bottom:62px;}100%{bottom:-60px;}}
.alert strong{padding-left:0px!important;}
.mk_alert{position:fixed;width:100%;z-index:1000;border-radius:0px;}
.menu-box-right{box-shadow:none!important;}
.menu-box-right{box-shadow:none!important;}
body, .page-content {background-color: #eeeef3 !important;}
body, html {overscroll-behavior: none; }
.footer .footer-title {font-family: "Dosis", sans-serif !important;}
.footer-title span {font-family: "Dosis", sans-serif !important;}
.d-nodisplay{display:none;}
p {line-height: 2em;}
.d-bg-gr{filter: grayscale(1);}
.opacity-1{opacity:0.1;} .opacity-2{opacity:0.2;} .opacity-3{opacity:0.3;} .opacity-4{opacity:0.4;} .opacity-5{opacity:0.5;} .opacity-6{opacity:0.6;} .opacity-7{opacity:0.7;} .opacity-8{opacity:0.8;} .opacity-9{opacity:0.9;}
#footer-bar a{padding-top:0px;position:relative;flex:1 1 auto;top: 23%;}
.is-ios #footer-bar {min-height: 65px !important;}
.h-svg svg{font-size:0.4rem!important;width: 100%;height:25px;margin-top: -6px;}
.fa-secondary{color:#e1e1e1;}
.fa-primary{color:#363636;}
.h-svg-active .fa-secondary{color:#d3dee6;}
.h-svg-active .fa-primary {color: #2ABA66 ;}
.h-svg-active .badge{background:#2ABA66 !important;}
#footer-bar .badge {margin-top: -10px!important;background: #363636;margin-left: 56px!important; }
.d-shake-fix {left: 43.5% !important;}
.header { border-bottom: solid 0px rgba(0, 0, 0, 0.03) !important; }
.header-icon {padding-top: 2px;}
.search-box {border: solid 0px rgba(0, 0, 0, 0.08) !important;}
.theme-light [data-card-height=cover] input:not([type=submit]):not(.focus-color):focus, .theme-light [data-card-height=cover] select:focus, .theme-light [data-card-height=cover] textarea:active {border-color: rgb(187 187 187) !important;}
.w-40 {width: 40%;}
.header .header-icon{color: #363636!important;}
a.menu-title-link {font-size: 14px;position: relative;line-height: 2rem;}
.header-logo {background-size: 110px 33px;width: 138px;}
.lh-10 {line-height: 0.9;}
.header-clear-fixer {padding-top: 55px;padding-top: calc(55px + constant(safe-area-inset-top) * 0.8) !important;padding-top: calc(55px + env(safe-area-inset-top) * 0.8) !important;}
h1, h2, h3, h4, h5, h6 {font-weight: 800;color: #363636;font-family: "Dosis", sans-serif !important;letter-spacing: 0px;}
.pr-0 {padding-right:0px !important; }
.mb-07 {margin-bottom: 0.7rem !important;}
#block_landscape {
    width: 100%;
    height: 100%;
    background-color: #282828!important;
    z-index: 10000000000;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
}
p.recipe-intro {
    line-height: 1.6em;
}
.mt-n06 {
    margin-top: -0.6rem !important;
}
.mt-n2p5 {
    margin-top: -2.5em;
}
.pr-2 {
    padding-right: 1.5em;
}
.no-shadow {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.08);
}
/* media styles */
@media screen and (orientation: landscape) {
	#block_landscape {
		display: flex;
	}
}
