#wrapper {
    background: url(../img/new/pattern-2.png) repeat;
    background: #0a0503;
    background: linear-gradient(#070707, #0a0503);
}

#parole {
    margin-top: -50px;
    padding: 140px 0 80px;
}

/* -------------------------
(FIXED COMMAND) STYLE
------------------------- */
#fixed-command {
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 999999;
    border-radius: 50px;
    opacity: 0;
    transition: opacity .5s;
}

#fixed-command .icon-container {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #b6001d;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#fixed-command .icon-container:hover + .text {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#fixed-command .icon {
    position: absolute;
    font-size: 27px;
    color: #191919;
    left: 12px;
    top: 2px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

#fixed-command .text {
    padding: 6px 15px;
    font-family: "Open Sans";
    font-size: 12px;
    color: #EEE;
    font-weight: 600;
    font-style: italic;
    left: -70px;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    transition: opacity .3s, transform .5s;
}

#fixed-command .text::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #b6001d;
    border: 2px solid #9d0019;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

#fixed-command .text::after {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background: #b6001d;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6px;
    border-right: 2px solid #9d0019;
    border-bottom: 2px solid #9d0019;
}

#fixed-command .text .num {
    font-weight: 700;
    font-size: 13px;
}


/* -------------------------
(RED INFOS BAR) STYLE
------------------------- */
#infos {
    background: #b6001d;
    z-index: 1;
}

#infos .detail {
    font-family: "Open Sans";
    font-size: 13px;
    color: rgba(238, 238, 238, 0.8);
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
    line-height: 4;
}

#infos .horaire,
#infos .livraison,
#infos .paiement {
    float: left;
    width: 33.333333%;
    top: 50px;
    opacity: 0;
    transition: top 1s, opacity 1s;
}

#infos .horaire.visible,
#infos .livraison.visible,
#infos .paiement.visible {
    opacity: 1;
    top: 0;
}

#infos .horaire .title,
#infos .livraison .title,
#infos .paiement .title {
    margin-bottom: 70px;
}

#infos .horaire .title::after,
#infos .livraison .title::after,
#infos .paiement .title::after {
    width: 60px;
    height: 2px;
    background: #EEE;
    left: 0;
    bottom: -15px;
}

#infos .horaire .title .text,
#infos .livraison .title .text,
#infos .paiement .title .text {
    font-family: "Neuton Cursive";
    font-size: 22px;
    color: #EEE;
    font-weight: normal;
    display: inline-block;
}

#infos .horaire .title .icon,
#infos .livraison .title .icon,
#infos .paiement .title .icon {
    top: 5px;
}

#infos .horaire .title .icon::before,
#infos .livraison .title .icon::before,
#infos .paiement .title .icon::before {
    color: #EEE;
    color: #50000d;
    display: inline-block;
    font-size: 50px;
    margin-left: 20px;
}

#infos .horaire .detail,
#infos .livraison .detail,
#infos .paiement .detail {
    list-style-position: inside;
}

#infos .horaire .detail li,
#infos .livraison .detail li,
#infos .paiement .detail li {
    list-style: none;
}

#infos .horaire .detail li::before,
#infos .livraison .detail li::before,
#infos .paiement .detail li::before {
    margin-right: 10px;
}

#infos .horaire .title .icon {
    top: 3px;
}

#infos .horaire .title .icon::before {
    font-size: 45px;
}

#infos .horaire .content {
    display: inline-block;
}

#infos .horaire .content::before {
    width: 1px;
    height: 100%;
    background: #9d0019;
    top: 0;
    right: -30px;
}

#infos .horaire .detail {
    line-height: 3.97;
}

#infos .horaire .detail::before {
    height: 100%;
    border-left: 1px dashed rgba(238, 238, 238, 0.8);
}

#infos .horaire .detail li {
    margin-left: 13px;
}

#infos .horaire .detail li::before {
    width: 5px;
    height: 5px;
    background: #b6001d;
    border: 1px solid rgba(238, 238, 238, 0.8);
    border-radius: 50%;
    left: -16px;
    top: 40%;
}

#infos .horaire .detail li span {
    background: #EEE;
    color: #b6001d;
    padding: 3px 5px;
    font-weight: 600;
}

#infos .livraison .content {
    left: 80px;
}

#infos .livraison .detail {
    top: 5px;
}

#infos .livraison .detail li.small {
    line-height: 1.5;
}

#infos .livraison .detail li.free-liv {
    margin-bottom: 10px;
    line-height: 1.47;
}

#infos .livraison .detail li.free-liv span {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #FFF;
    color: #b6001d;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-left: 10px;
    box-shadow: 0 0 0 1px #b6001d, 0 0 0 2px #EEE, 0 0 0 3px #EEE;
}

@media screen and (max-width: 359px) {
    #infos .livraison .detail li.free-liv span {
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: 11px;
    }
}

#infos .livraison .detail li.offre {
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    color: #EEE;
    text-transform: uppercase;
}

#infos .livraison .detail li.offre span {
    display: inline-block;
    margin-right: 10px;
}

#infos .livraison .detail li.offre span.number {
    font-size: 50px;
    animation: bounce 2s infinite;
}

#infos .livraison .detail li.offre span.signe {
    font-size: 25px;
    bottom: 10px;
    padding: 0 10px;
}

#infos .livraison .detail li.small {
    color: #EEE;
    line-height: 1.5;
    font-size: 10px;
}

@media screen and (max-width: 359px) {
    #infos .livraison .detail li.offre {
        font-size: 14px;
    }
    #infos .livraison .detail li.offre span.number {
        font-size: 40px;
    }
    #infos .livraison .detail li.offre span.signe {
        font-size: 20px;
        padding: 0;
    }
}

#infos .paiement .content {
    float: right;
}

#infos .paiement .content::before {
    width: 1px;
    height: 100%;
    background: #9d0019;
    top: 0;
    left: -30px;
}

#infos .paiement .title .icon::before {
    font-size: 42px;
}


@media screen and (max-width: 1050px) {
    #primary-nav.drop-down .menu.responsive {
        top: 65px;
        opacity: 1;
        visibility: visible;
    }
    #primary-nav .menu-icon {
        display: block;
    }
    #infos .horaire,
    #infos .livraison,
    #infos .paiement {
        width: 48%;
        background: #ac001b;
        padding: 20px;
    }
    #infos .horaire {
        margin-right: 4%;
    }
    #infos .horaire .content::before {
        display: none;
    }
    #infos .livraison .content {
        left: 0px;
    }
    #infos .livraison .detail li:first-child {
        margin-bottom: 17px;
    }
    #infos .paiement {
        margin-top: 30px;
    }
    #infos .paiement .content {
        float: left;
    }
    #infos .paiement .content::before {
        display: none;
    }
    #parole .text {
        font-size: 35px;
    }
    #footer .container .row {
        width: 100%;
    }
    #footer .container .row:first-child {
        margin-bottom: 70px;
    }
    #footer .infos,
    #footer .horaire,
    #footer .carte,
    #footer .contact {
        padding: 0;
    }
    #footer .infos {
        padding-right: 20px;
    }
    #footer .horaire {
        padding-left: 20px;
    }
    #footer .carte {
        padding-right: 20px;
    }
    #footer .contact {
        padding-left: 20px;
    }
}

@media screen and (max-width: 860px) {
    #infos .horaire,
    #infos .livraison,
    #infos .paiement {
        width: 100%;
    }
    #infos .livraison {
        margin-top: 30px;
    }
    #infos .livraison .detail li:first-child {
        margin-bottom: 20px;
    }
    #parole {
        background-position: right;
    }
    #parole .text {
        font-size: 28px;
    }
}

@media screen and (max-width: 700px) {
    body {
        padding: 0;
        background: transparent;
    }
    #wrapper {
        box-shadow: none;
    }
    #primary-nav.fixed {
        left: 0;
        right: 0;
    }
    #fixed-command {
        right: 25px;
    }
}

@media screen and (max-width: 520px) {
    #infos .horaire .detail,
    #infos .livraison .detail,
    #infos .paiement .detail {
        line-height: 2.5;
    }
    #footer .container .row {
        width: 100%;
    }
    #footer .container .row:first-child {
        margin-bottom: 0;
    }
    #footer .infos,
    #footer .horaire,
    #footer .carte,
    #footer .contact {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }
    #footer .contact {
        margin-bottom: 0;
    }
}

#primary-nav {
    position: fixed;
}

#primary-nav .container {
    position: relative;
}

#mini-menu {
    background: url(../img/header-pizza.png) no-repeat center center;
    background-size: cover;
}

#mini-menu::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .4));
}

#mini-menu .container {
    padding: 160px 25px 130px;
}

#mini-menu .section-title {
    font-size: 60px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}

#mini-menu .menu-items {
    background: #b6001d;
    padding: 25px;
}

#mini-menu .menu-item {
    float: left;
    width: 33%;
}

#mini-menu .menu-item.salade {
    text-align: center;
}

#mini-menu .menu-item.salade::before, #mini-menu .menu-item.salade::after {
    width: 1px;
    height: 150%;
    background: #9d0019;
    top: -25%;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

#mini-menu .menu-item.salade::before {
    left: 0;
}

#mini-menu .menu-item.salade::after {
    right: 0;
}

#mini-menu .menu-item.panini {
    text-align: right;
}

#mini-menu .menu-item .title {
    font-family: "Neuton Cursive";
    font-size: 25px;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}

#mini-menu .menu-item .title span {
    font-family: "LeckerliOne";
    font-size: 20px;
    color: #EEE;
    margin-left: 5px;
}

#menus {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: -50px auto 0;
    padding: 30px 0 40px;
    background-color: #fff;
    border-radius: 6px;
}

#menus .section-title {
    font-family: "Neuton Cursive";
    font-size: 40px;
    color: #d6e664;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
}

#menus .menu-item {
	display: flex;
    overflow: hidden;
}

#menus .menu-item.image-right .image {
    order: 2;
}

#menus .menu-item.image-left .detail .content {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: transform .7s, opacity .7s;
}

#menus .menu-item.image-left .detail .content.visible {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}

#menus .menu-item.image-right .image {
    float: right;
}

#menus .menu-item.image-right .detail {
    float: left;
}

#menus .menu-item.image-right .detail .content {
    float: right;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: transform .7s, opacity .7s;
}

#menus .menu-item.image-right .detail .content.visible {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 450px) {
    #menus .menu-item .image {
        background: no-repeat center;
    }
    #menus .menu-item.pizza .image {
        background-image: url(../img/menus/pizza-senior-small.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/pizza-senior-small.jpg',
            sizingMethod='scale');
    }
    #menus .menu-item.salade .image {
        background-image: url(../img/menus/pizza-junior-small.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/pizza-junior-small.jpg',
            sizingMethod='scale');
    }
    #menus .menu-item.panini .image {
        background-image: url(../img/menus/panini-small.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/panini-small.jpg',
            sizingMethod='scale');
    }
}

@media screen and (min-width: 451px) {
    #menus .menu-item .image {
        background: no-repeat center right;
    }
    #menus .menu-item.pizza .image {
        background-image: url(../img/menus/pizza-senior.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/pizza-senior.jpg',
            sizingMethod='scale');
    }
    #menus .menu-item.salade .image {
        background-image: url(../img/menus/pizza-junior.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/pizza-junior.jpg',
            sizingMethod='scale');
    }
    #menus .menu-item.panini .image {
        background-image: url(../img/menus/panini.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/menus/panini.jpg',
            sizingMethod='scale');
    }
}

#menus .menu-item .image {
    width: 50%;
    background-size: cover;
}

#menus .menu-item .detail {
	display: flex;
	align-items: baseline;
	justify-content: center;
    width: 50%;
    height: 100%;
    background-size: cover;
    padding: 40px;
}

#menus .menu-item .detail .img {
	width: 200px;
	margin-right: 25px;
}

body.style-2 #menus .menu-item .detail{
	display: block;
}

body.style-2 #menus .menu-item .detail .img{
	width: auto;
	max-width: 300px;
	margin-right: 0;
	margin-bottom: 20px;
}

#menus .menu-item .detail .content {
    width: 100%;
    max-width: 500px;
}

#menus .menu-item .detail .top {
    display: flex;
    align-items: center;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

#menus .menu-item .detail .dots {
    flex: 1;
    height: 3px;
    background-image: radial-gradient(circle closest-side,#b3b3b3 99%,transparent 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    margin: 14px 10px 0;
}

#menus .menu-item .detail .title {
    text-transform: uppercase;
}

#menus .menu-item .detail .title span {
    font-family: "LeckerliOne";
    display: block;
    font-size: 25px;
    color: #EEE;
}

#menus .menu-item .detail .price {
    color: #ae8425;
	text-align: right;
}

#menus.bgmenu .menu-item .detail .price{
	color: #fff;
	background-color: #ae8425;
	padding: 2px 8px;
}

#menus .menu-item .detail .desc {
    list-style: none;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}

#menus .menu-item .detail .desc li::before {
    margin-right: 15px;
    color: #e57f08;
}

#menus.listing .menu-item.image-right .detail .content {
    float: none;
    margin: auto;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    #menus .menu-item .detail .content {
        padding: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    #menus .menu-item .image {
        width: 100%;
        padding-bottom: 56.25%;
    }
    #menus .menu-item .detail {
        width: 100%;
		padding-right: 0; 
		padding-left: 0;
		padding: 50px 25px !important;
    }
    #menus.bgmenu .menu-item .detail{
	    order: 2;
    }
    #menus .menu-item .detail .content {
        float: left !important;
        max-width: 100%;
    }
    #mini-menu .container {
        padding: 70px 25px;
    }
    #mini-menu .menu-item .title {
        font-size: 20px;
        text-align: left;
    }
    #mini-menu .menu-item .title span {
        font-size: 16px;
        display: block;
        margin-left: 0;
    }
	.steps-compose .list-titles li {
		width: 100%;
	}
	
	#menus.bgmenu .menu-item .detail .title{
		font-size: 30px !important;
	}
	
	#menus.bgmenu .menu-item .detail .desc{
		font-size: 16px !important;
	}
}

@media screen and (max-width: 496px) {
    #primary-nav .online {
        max-width:150px;
        top: 20px;
        left: 180px;
        padding: 5px 7px;
        font-size: 12px;
    }
}

.steps {
    padding: 0 60px;
    margin-top: -50px;
    font-size: 25px;
    text-align: center;
    background: #fff;
}
.steps .step {
    padding: 60px 0;
    border-bottom: 1px dashed #bbb;
}
.steps .step:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.step .step-title {
    color: #d71c1c;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
}

.step .list-titles li {
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: center;
}
.step .list-titles li .title {
    display: block;
}

.step .list-items {
    padding: 20px 0;
}
.step .list-items:not(:last-child) {
    border-bottom: 1px dashed;
}
.step .list-items .list-item {
    width: 12%;
    float: left;
    padding: 10px;
    position: relative;
}
.step .list-items.list-items-10 .list-item {
    width: 10%;
}
.step .list-items .list-item .img {
    width: 100px;
    max-width: 100%;
}
.step .list-items .list-item .item-title {
    font-family: "Acme";
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.step .list-items .list-item .item-price {
    font-size: 16px;
    font-weight: normal;
}
.step-fieldset {
    border-style: dashed;
    margin: 0 auto !important;
    width: 70%;
}
.step-fieldset legend {
    padding: 0 10px;
    text-transform: uppercase;
}
.step-fieldset .list-items .list-item {
    width: 20%;
}

#menus.bgmenu {
    padding: 0;
}
#menus.bgmenu .menu-item .detail {
    padding: 90px 25px;
}
#menus.bgmenu .menu-item .detail {
    background-image: url(../img/blackboard.jpg);
}
#menus.bgmenu .menu-item .detail .title {
    color: #FFF;
    font-size: 50px;
}
#menus.bgmenu .menu-item .detail .desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
}
#menus.bgmenu .menu-item .detail .price {
    font-size: 26px;
}


.steps-compose {
    background-color: #e9d9c2;
    color: #221b15;
}
.steps-compose .list-titles {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.steps-compose .list-titles .title {
    color: #b6001d;
    font-size: 34px;
}
.steps-compose .list-titles .desc {
    display: block;
    font-size: 13px;
}
.steps-compose .list-titles li {
    border: 1px solid #b6001d;
    margin: 0 20px;
    width: 26%;
}
.steps-compose .list-titles .price {
    position: absolute;
    top: 10px;
    right: -35px;
    background: #b6001d;
    color: #e9d9c2;
    font-size: 9px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 15px 7px 0;
    line-height: 1;
}
.steps-compose .list-titles .price i {
    font-size: 25px;
    display: block;
    font-weight: bold;
    font-style: normal;
}
.steps-compose .step .step-title {
    font-weight: bold;
}
.steps-compose .step-title::before, .steps-compose .step-title::after {
    content: '';
    display: none;
}
.steps-compose .step-title .step-char {
    color: #b6001d;
    text-transform: capitalize;
}
.steps-compose .step-title b {
    background: #221b25;
    color: #FFF;
    padding: 0 10px;
}
.step .list-item .item-price {
    font-size: 12px;
    font-weight: bold;
    color: #EEE;
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #b6001d;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}
.step .list-items.list-items-7 .list-item {
    width: 14%;
}
.step .list-items.list-items-5 .list-item {
    width: 20%;
}
.step .list-items.list-items-1 .list-item {
    width: 100%;
}

@media screen and (max-width: 900px) {
	.steps-compose .list-titles li {
		width: 75%;
		margin-bottom: 20px;
		display: block;
	}
	.step .list-items.list-items-7 .list-item {
		width: 25%;
	}
	
	#menus{
		margin-top: 0;
	}
	
	#mini-menu .section-title{
		font-size: 35px;
	}
	
	#menus .menu-item{
		flex-wrap: wrap;
	}
	
	#menus .menu-item .detail{
		width: 100%;
	}
	
}
@media screen and (max-width: 625px) {
	.steps-compose {
		padding: 0;
	}
	.step .list-items.list-items-7 .list-item, 
	.step .list-items.list-items-5 .list-item {
		width: 48%;
	}
	.step .list-items .list-item .item-title {
		font-size: 15px;
	}
	
	#menus:not(.bgmenu){
		margin: 0 -25px;
		border-radius: 0;
	}
	
	#menus .menu-item .detail{
		display: block;
	}
	
	#menus .menu-item .detail .img{
		margin: 0 auto 20px;
		display: table;
	}
}
@media screen and (max-width: 350px) {
	.step .list-items.list-items-7 .list-item, 
	.step .list-items.list-items-5 .list-item {
		width: 100%;
	}
}