@charset "UTF-8";

@font-face {
  font-family: 'HighVoltage-Rough';
  src: url('../fonts/HighVoltage-Rough.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HighVoltage-Rough.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HighVoltage-Rough.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/HighVoltage-Rough.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/HighVoltage-Rough.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/HighVoltage-Rough.svg#svgHighVoltage-Rough') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Get-Show';
  src: url('../fonts/Get-Show.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Get-Show.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Get-Show.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Get-Show.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Get-Show.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Get-Show.svg#svgGet-Show') format('svg'); /* Legacy iOS */
}

body { font-family: 'Roboto', sans-serif !important; color: #3b4043; }

/* Font Family */
.font-roboto { font-family: 'Roboto', sans-serif !important; }
.font-highvoltage-rough { font-family: 'HighVoltage-Rough', cursive; }
.font-get-show { font-family: 'Get-Show', cursive; }

/* Font and Background Color */
.bg-red { border: none; background-color: #bd1622 !important; color: white !important; }
.bg-dark-red { border: none; background-color: darkred !important; color: white !important; }
.bg-green { border: none; background-color: #a4c700 !important; color: white !important; }
.bg-orange { border: none; background-color: #ffb428 !important; color: white !important; }
.bg-yellow { border: none; background-color: #F9B31C !important; color: white !important; }
.bg-black { border: none; background-color: black !important; color: white !important; }
.bg-dark { border: none; background-color:#212529 !important; color: white !important; }
.bg-dark-gray-2 { border: none; background-color: #1d1d1d !important; color: white !important; }
.bg-dark-gray { border: none; background-color: #3b4043 !important; color: white !important; }
.bg-gray { border: none; background-color: #babbbc !important; color: white !important; }
.bg-light-gray { border: none; background-color: #dadada !important; color: #3b4043 !important; }
.bg-white { border: none; background-color: white !important; color: #3b4043 !important; }
.bg-gold { border: none; background-color: #ffb428 !important; color: white !important; }
.bg-fushia { border: none; background-color: #e6007e !important; color: white !important; }
.bg-blue { border: none; background-color: #0060aa !important; color: white !important; }

.text-red { color: #bd1622 !important; }
.text-dark-red { color: darkred !important; }
.text-green { color: #a4c700 !important; }
.text-orange { color: #ffb428 !important; }
.text-yellow { color: #F9B31C !important; }
.text-black { color: black !important; }
.text-dark { color: #212529 !important; }
.text-dark-gray-2 { color: #1d1d1d !important; }
.text-dark-gray { color: #3b4043 !important; }
.text-gray { color: #babbbc !important; }
.text-light-gray { color: #dadada !important; }
.text-gold { color: #ffb428 !important; }
.text-white { color: white !important; }
.text-fushia { color: #e6007e !important; }
.text-blue { color: #0060aa !important; }

/* Border Hand Drawn */
.lined-thick { border:solid 7px #41403E; }
.dotted-thick { border:dotted 5px #41403E; }
.dashed-thick { border:dashed 5px #41403E; }
.lined-thin { border:solid 2px #41403E; }
.dotted-thin { border:dotted 2px #41403E; } 
.dashed-thin { border:dashed 2px #41403E; }
.border-hand-drawn { border-radius: 225px 15px/15px 225px 15px 255px; }

/* Rotate */
.rotate-1 { transform: rotate(1deg); }
.rotate--1 { transform: rotate(-1deg); }
.rotate-2 { transform: rotate(2deg); }
.rotate--2 { transform: rotate(-2deg); }

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* Font Size */
.xsmall { font-size: 0.7rem !important; }
.xxsmall { font-size: 0.6rem !important; }

.clear { clear: both; }

/* ---------------------------------------------------
    BUTTON BACK TO TOP 
----------------------------------------------------- */

#btn-back-to-top {
  display: none;
  position: fixed;
  bottom: 2em;
  right: 1.2rem;
  z-index: 99;
  padding: 0.8rem 1.4rem;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #bd1622;
  color: white;
  opacity: 0.7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#btn-back-to-top:hover { background-color: black ; }

/* ---------------------------------------------------
    LOADER 
----------------------------------------------------- */

#loader {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.91);
}
.loader-inner { display: block; margin: auto; }
.loader-inner img { width: 14rem; margin-bottom: 1rem; }
.spinner-border { width: 3rem !important; height: 3rem !important; }


/* ---------------------------------------------------
    SIDEBAR MENU with OVERLAY
----------------------------------------------------- */

#sidebar {
	position: fixed;
	z-index: 999;
    top: 0;
    left: -15rem;
	width: 15rem;
    height: 100vh;
    background: #bd1622;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
	font-family: 'HighVoltage-Rough';
}
#sidebar.active { left: 0; }

.sidebar-header a img { margin-left: -1.3rem; }

#dismiss {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
	width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover { color: #ea8d02; }

.overlay {
    display: none;
    position: fixed;
	z-index: 998;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active { display: block; opacity: 1; }

#sidebar .sidebar-header { padding: 2rem; text-align: center; }
#sidebar ul li a {
    display: block;
    padding: 1rem;
	font-size: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid darkred;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar ul li a:hover { background: #1d1d1d; }

#sidebar ul li ul li a:hover { background: #1d1d1d; color: white !important }
#sidebar ul li ul li.active a { color: #1d1d1d; }
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #1d1d1d;
}
#sidebar ul li.active>a:hover,
a[aria-expanded="true"] {
    color: white;
}

a[data-toggle="collapse"] { position: relative; }

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
ul ul a {
	padding: 0.3rem 0rem 0.2rem 2rem !important;
	background: #d61229;
    font-size: 1.1em !important;
	border-bottom: none !important;
}

/* ---------------------------------------------------
    CONTENT for Overlay
----------------------------------------------------- */

#content {
    position: absolute;
    top: 0;
    right: 0;
	width: 100%;
    min-height: 100vh;
    transition: all 0.3s;  
}

/* ---------------------------------------------------
    NAVBAR 
----------------------------------------------------- */

.navbar { padding: 1rem 0; border: none; z-index: 997; }
.btn-toggle { color: white; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.btn-toggle:hover { color: #bd1622; }

/* ---------------------------------------------------
    HEADER 
----------------------------------------------------- */

header { background-color: white !important; padding-top: 0.5rem; }
#logo-header { width: 13rem; background-color: transparent; }
#logo-header a img { margin-left: -0.6rem; }

.navHeader-part { background-color: white; }
.navHeader-part a.nav-link { color: white !important; }
.navHeader-part a:hover.nav-link { color: black !important; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.navigation-part ul.navbar-nav li.nav-item a.nav-link { font-size: 1rem !important; }

.navbar button.btn-icon a { text-decoration: none; color: white; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.navbar button.btn-icon a:hover { text-decoration: none; color: #bd1622; }

button.btn-orderOnline { margin-top: -0.6rem; background-color: #bd1622; font-size: 1rem; font-weight: 900; text-transform: uppercase; color: white; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
button:hover.btn-orderOnline { background-color: #3b4043; }
button.btn-orderOnline a { text-decoration: none; color: white; }

button.btn-call { margin-top: -0.6rem; background-color: black; font-size: 1rem; font-weight: 900; text-transform: uppercase; color: white; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
button:hover.btn-call { background-color: #3b4043; }
button.btn-call a { text-decoration: none; color: white; }

/* ---------------------------------------------------
    FOOD MENU WITH ICON
----------------------------------------------------- */

/* Horizontal Scroll Menu with arrow */
.menu-wrapper {
    position: relative;
    max-width: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.menu   { white-space: nowrap; overflow-x: auto; overflow-y: hidden; margin-bottom: 0; padding-bottom: 1rem; padding-left: 0; }
.item { display: inline-block; }

.food-menu-part { 
	position: fixed; 
	background-color: white;
	text-align: center; 
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	margin-top: 3.5rem;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	top: 0; 
	z-index: 995; 
	opacity: 0.95; 
}

.food-menu-part img { width: 4rem; }
.food-menu-part a { font-size: 0.9rem; font-weight: 900; color: #1d1d1d !important; text-decoration: none; white-space: normal; }

.food-menu {
	display: inline-block;
	width: 5rem; height: 5rem;
	margin-right: 1rem !important;
	padding: 0.5rem 0 0 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.food-menu-active {
	display: inline-block;
	margin-right: 1rem !important;
	width: 5rem; height: 5rem;
	padding: 0.5rem 0 0 0;
	background-color: #bd1622;
}
.food-menu-active a.food-menu-text { color: #bd1622 !important; }
.food-menu:hover { background-color: #bd1622; }
.food-menu:hover a.food-menu-text { color: #bd1622 !important;  }
.food-menu a img, .food-menu-active a img { margin: 0 0 0.5rem 0; }

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover { background-color: #777; }

/* Hidden Arrow */
@media (min-width: 1129.98px) { .paddle { display: none; } }
.paddles { }
.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
	background: inherit;
	border: 0;
	color: white;
}
.left-paddle { left: 0; }
.right-paddle { right: 0; }
.hidden { display: none; }

/* ---------------------------------------------------
    MAIN 
----------------------------------------------------- */

.main-part { }
.content-main { }

.logo-store-name { width: 6rem; } 

.aboutus-part { }

.label-part { color: white; text-decoration: none; }

button.btn-readMore { margin-top: -0.6rem; background-color: #bd1622; font-size: 1rem; font-weight: bold; text-transform: uppercase; color: white; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
button:hover.btn-readMore { background-color: #ffb428; }
button.btn-readMore a { text-decoration: none; color: white; }

/* ---------------------------------------------------
    JUMBOTRON 
----------------------------------------------------- */

.bg-cover {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus-card { background-color: white; opacity: 0.95; }
.jb-o-sezam { background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%), url("../img/illustration/illus_o-sezam.png"); min-height: 400px; }
/*.jb-concept { background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("../img/jumbotron/bg-concept.png"); }*/
.jb-concept { background-image: url("../img/jumbotron/bg-concept.png"); }
.jb-o-sezam-pizza-ouvre-toi { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-o-sezam-pizza-ouvre-toi.jpg"); min-height: 400px; }
.jb-pizza-fraiche { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-pizza-fraiche.jpg"); min-height: 400px; }
.jb-pate-fraiche { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-pate-fraiche.jpg"); min-height: 400px; }
.jb-produits-frais { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-produits-frais.jpg"); min-height: 400px; }
.jb-pizzaiolo { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-pizzaiolo.jpg"); min-height: 400px; }
.jb-carte-variee { background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("../img/jumbotron/bg-carte-variee.jpg"); min-height: 400px; }

/* ---------------------------------------------------
    PRODUCT
----------------------------------------------------- */

.toast { opacity: 0.95 !important } /* Pour l'alerte petit guide pour choisir sa pizza  */

.content-product { }

.product-grid { text-align: center; }
.product-carousel { background: inherit; border: none; text-align: center; }
.product-name { font-family: 'HighVoltage-Rough', cursive; margin-bottom: 0; font-size: 1.8rem; font-weight: 900; text-transform: uppercase; line-height: 1.7rem; }
.product-name span { padding-top: 2px; padding-bottom: 0px; font-family: 'Get-Show', cursive; font-size: 1.3rem; color: #3b4043; text-transform: capitalize; line-height: 1.7rem; }
.product-size { font-size: 0.8rem; color: #babbbc; }
.product-price { font-size: 1.2rem; font-weight: 900; color: #3b4043; }
.product-size-2 { font-size: 1rem; }
.product-price-2 { font-size: 1rem; font-weight: 600; color: #3b4043; }
li.product-oneprice { font-size: 900 !important; font-weight: normal; color: #3b4043 !important; }
.product-desc { /*min-height: 3rem;*/margin-top: 1rem; margin-bottom: 0; font-size: 0.9rem; color: #6c757d/*text-muted*/; }
.product-image { margin: 0 auto; }
.dot { display: inline-block; border-radius: 50%; width: 17px; height: 15px; }
.asterix { }

/* CUSTOM PANEL HEADING */
.accordion-mt { margin-top: 11.8rem !important; }
.accordion-item { border: none; }
.accordion-collapse { border: 0; }
.accordion-body { padding: 0; background-color: #f8f9fa; }
button.accordion-button { border: 0; }
button.accordion-button h1 { font-family: 'HighVoltage-Rough', cursive; margin-bottom: -1rem; text-transform: uppercase; font-weight: 900; color: #3b4043; }
.accordion-button:not(.collapsed) {
  color: black ;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button::after {
  margin-top: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='dark'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='dark'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/* Désactive le focus autour bouton */
*:focus { outline: none !important; box-shadow: none; -webkit-box-shadow: none; }
.btn:focus,.btn:active { outline: none !important; box-shadow: none; -webkit-box-shadow: none; }
.dropdown-toggle:focus { outline: none !important; box-shadow: none !important; -webkit-box-shadow: none; }
a { outline: none !important; box-shadow: none !important; -webkit-box-shadow: none; }

/* COUPON Menus & Promos
.coupon-grid { text-align: center; background: inherit; }
.coupon-grid-bg { background-color: #bd1622; color: white; }
.coupon-grid h1 { font-family: 'HighVoltage-Rough', cursive; }
.coupon-grid h2, .coupon-grid h4 {  }
.coupon-grid h4 {   }
.coupon-grid h5 { font-weight: bold; }
.coupon-grid h5 span { font-weight: lighter !important; }
.coupon-grid h6 { text-transform: uppercase; font-weight: bold; }
.coupon-money { font-size: 5rem !important;  letter-spacing: -0.3rem; font-weight: lighter; }
.coupon-currency { display: inline-block; margin-bottom: 1rem !important; font-size: 2.8rem !important; }
.coupon-cents { display: inline-block; margin-bottom: 0rem !important; font-size: 1rem !important; font-weight: normal; }
.dashed { border: 1px #dadada dashed; }*/

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer { }

.footer-part { }

.map-iframe { /*background-color: #c3c3c4 !important;*/ }

.online-part { }
.online-part h1 { margin-bottom: 0; /*font-size: 4rem;*/ font-weight: 900; }
.online-part h5 { margin-bottom: 0; font-size: 2rem; font-weight: lighter; }

.bk-orderOnline { background-color: #bd1622; color: white; text-transform: uppercase; cursor: pointer; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.bk-orderOnline:hover { background: #212529; color: white !important; }
.bk-orderOnline a { color: inherit; text-decoration: none; }
.bk-orderOnline a:hover { color: white; }

.badge-ou { margin-top: -3rem; margin-right: -5.5rem; }

.bk-cardOnline { background-color: black; text-transform: uppercase; color: white; cursor: pointer; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.bk-cardOnline:hover { background: #212529; color: white !important; }
.bk-cardOnline a { color: inherit; text-decoration: none; }
.bk-cardOnline a:hover { color: white }

.bk-DownloadApp { background-color: lightgrey; text-transform: uppercase; color: black; cursor: pointer; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.bk-DownloadApp:hover { background: #212529; color: white !important; }
.bk-DownloadApp a { color: inherit; text-decoration: none; }
.bk-DownloadApp a:hover { color: white }

@media (max-width: 575.98px) {
	.bk-orderOnline h1, .bk-cardOnline h1, .bk-DownloadApp h1  { font-size: 26px !important; }
}
@media (max-width: 767.98px) {
	.bk-orderOnline h1, .bk-cardOnline h1, .bk-DownloadApp h1  { font-size: 36px; }
}

.socialNetwork-part { text-align: center; }
.socialNetwork-part h4 { display: inline-block; margin-bottom: 0 !important; font-weight: 900; color: #dadada; text-transform: uppercase; }
.socialNetwork-part a { color: #dadada; text-decoration: none; }
.socialNetwork-part a:hover { color: darkgray; }

.copyRight-part { color: #3b4043; }
.copyRight-part a { color: #3b4043; text-decoration: none; }
.copyRight-part a:hover { text-decoration: underline; }

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 389.98px) {
			
	.vertical-text {
      	writing-mode: horizontal-tb !important;
      	transform: rotate(0deg) !important;
		display: block;
    }
	.badge-rs {
      	border: 0 !important;
		text-align: center;
		margin-left: 1.2rem !important;
    }
	
	.product-size-2 { font-size: 0.6rem !important; }
    .product-price-2 { font-size: 0.9rem !important; }
    
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
			
	#logo-header { width: 10rem !important; margin-top: 8px; }
		
	.online-part h1 { /*font-size: 1.5rem;*/ }
	.online-part h5 { font-size: 1rem; }
	
	.badge-ou { margin-top: -1.3rem !important; margin-right: -5rem; }
		
	.accordion-mt { margin-top: 10.6rem !important; }
	.food-menu-part { margin-top: 3.8rem;  }
	.food-menu-part img { width: 3rem; }
    .food-menu {
		width: 3.5rem; height: 3.5rem;
		margin-right: 1rem !important;
		padding: 0.2rem 0 0 0 !important;
	}
	.food-menu-active {
		margin-right: 1rem !important;
		width: 3.5rem; height: 3.5rem;
		padding: 0.2rem 0 0 0 !important;
	}
	.food-menu a img, .food-menu-active a img { margin: 0 0 0.1rem 0; }
	.food-menu-text { font-size: 0.7rem !important; padding-bottom: 0; }
	.menu-wrapper .menu { padding-bottom: 10px; }
		
	.product-name { font-size: 1.2rem !important; line-height: 1.1rem !important; }
	.product-name span { font-size: 1rem !important; }
	.product-size { font-size: 0.8rem; }
    .product-price { font-size: 1rem; }
	.product-size-2 { font-size: 0.55rem !important }
    .product-price-2 { font-size: 0.70rem }
	
	.map-iframe { border-top: 3px solid #212529 !important; border-left: 0 !important; background-color: #00000 !important }
	.map-iframe iframe { height: 450px; }
	
	.jb-o-sezam { background: none;  }
    
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.loader-inner img { width: 5rem; margin-bottom: 1rem; }
    .spinner-border { width: 2rem !important; height: 2rem !important; }
	
	.accordion-mt { margin-top: 12.8rem !important; }
	.food-menu-part { margin-top: 4rem; }
		
	.about-us-brand-bg { height: 20rem; }

	.online-part h1 { /*font-size: 2.5rem;*/ }
	.online-part { font-size: 1rem; }
	
	.badge-ou { margin-top: -2.5rem; margin-right: -5rem; }
	
    .product-name { font-size: 1.3rem !important; line-height: 1.2rem !important; }
	.product-size { font-size: 0.8rem; }
    .product-price { font-size: 1rem; }
	.product-size-2 { font-size: 0.55rem !important; }
    .product-price-2 { font-size: 0.70rem !important; }
	
	.map-iframe { border-top: 3px solid #212529 !important; border-left: 0 !important; }
	/*.map-iframe iframe { height: 450px; }*/
	
	.jb-o-sezam { background: none;  }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	
	button.btn-orderOnline { font-size: 1rem !important; }
		
	.badge-ou { margin-top: -3rem; margin-right: -5rem; }

	.about-us h2 { font-size: 1.5rem; }
	.about-us p { font-size: 0.8rem; }
	
	.product-name { font-size: 1.5rem !important; line-height: 1.4rem !important; }
	.product-size { font-size: 0.8rem; }
    .product-price { font-size: 1rem; }
	.product-size-2 { font-size: 0.55rem !important; }
    .product-price-2 { font-size: 0.75rem !important; }
	
	.map-iframe iframe { height: 100%; }
	
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	#logo-header {  }
	.navigation-part ul.navbar-nav li.nav-item a.nav-link { font-size: 0.88rem !important; }
	
	.product-name { font-size: 1.4rem !important; }
	.product-size { font-size: 0.8rem; }
    .product-price { font-size: 1.1rem; }
	.product-size-2 { font-size: 0.6rem !important; }
    .product-price-2 { font-size: 0.8rem !important; }
	
	.map-iframe iframe { height: 100%; }
	
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) { 
	
	.map-iframe iframe { height: 100%; }
	
}

/* XX-Large devices (larger desktops)
   No media query since the xxl breakpoint has no upper bound on its width */