html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
    font-family: 'canterbold';
    src: url('fonts/canter_bold-webfont.woff2') format('woff2'),
         url('fonts/canter_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'steelworsteelworksvintagedemo';
  src: url('fonts/steelworks_vintage_demo-webfont.woff2') format('woff2'),
       url('fonts/steelworks_vintage_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
    overflow-x: hidden;
}
body, html{
  height:100%;
  min-height: 100%;
}
#wrapper {
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
#sidenav {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;     
  height: 100%;
  /*overflow-y: scroll;*/
  background-color: #1f1f1f;
  padding-top: 60px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
#sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 26px;
  color: #bbb;
  display: block;
  font-family: 'canterbold',arial,sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#sidenav a.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 45px;
  margin-left: 50px;
  color: #fff;
}
#sidenav a:hover {
  color: #fff;
}
#container {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
#container .blackscreen {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(50,50,50,0.6);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
header {
  background:url("images/foodtruck-pizza.jpg") no-repeat #1f1f1f;
  background-size: cover;
  height: 50vh;
  background-position: 16% 50%;
  position: relative;
  z-index: 2;
}
.home header {
  height: 100vh;
}
main {
  box-shadow: 0 5px 15px rgba(0,0,0,0.6);
  position: relative;
  z-index: 1;
}
#mobilenav {
  display: none;
  position: fixed;
  width: 100%;
  height: 65px;
  overflow: visible;
  z-index: 100;
  background: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#mobilenav .mobilelogo {
  display: flex;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.5s ease-out, opacity 1s ease-out;
  -moz-transition: top 0.5s ease-out, opacity 1s ease-out;
  -ms-transition: top 0.5s ease-out, opacity 1s ease-out;
  -o-transition: top 0.5s ease-out, opacity 1s ease-out;
  transition: top 0.5s ease-out, opacity 1s ease-out;
}
#mobilenav .mobilelogo img {
  width: 280px;
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
}
#mobilenav .stickylogo {
  display: flex;
  width: 100%;
  position: fixed;
  height: 65px;
  top: -100px;
  opacity: 0;
  -webkit-transition: top 0.3s ease-out, opacity 0.5s ease-out;
  -moz-transition: top 0.3s ease-out, opacity 0.5s ease-out;
  -ms-transition: top 0.3s ease-out, opacity 0.5s ease-out;
  -o-transition: top 0.3s ease-out, opacity 0.5s ease-out;
  transition: top 0.3s ease-out, opacity 0.5s ease-out;
}
#mobilenav .stickylogo img {
  width: 110px;
  max-width: 100%;
  margin: auto;
  margin-top: 3px;
}
#mobilenav .burger {
  padding:20px;
  width: 75px;
  height: 65px;
  background: url(images/nav-minitalie.png) no-repeat;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-size: 33px 26px;
  background-position: center center;
}
#mobilenav .phone {
  position: fixed;
  z-index: 200;
  top: 20px;
  right: 45px;
  text-decoration: none;
  color: #fff;
  color: rgba(255,255,255,1);
  font-size: 30px;
  font-family: 'steelworsteelworksvintagedemo',arial,sans-serif;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
#mobilenav .phone b {
  font-weight: normal;
  opacity: 0;
}
#mobilenav .phone:after {
  content: "";
  position: absolute;
  background: url(images/commander-pizza.png) no-repeat;
  background: url(images/commander-pizza.svg) no-repeat;
  background-size: auto 38px;
  height: 38px;
  width: 34px;
  margin-left: 1px;
  margin-top: -5px;
}
#mainnav {
  color: #fff;
  padding-top: 20px;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  justify-content: center;
  transition: padding 0.3s ease-out 0.3s, background 0s ease-out;
}
#mainnav.sticky {
  padding-top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(31,31,31,0.25);
  z-index: 100;
  transition: padding-top 0.3s ease-out, background 0.3s ease-out;
}
#mainnav .navright {
  padding-left: 5%;
  background:rgba(0,0,0,0.4);
  background:linear-gradient(to right, #000, #000);
  background:linear-gradient(to right, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0));
}
#mainnav .navleft {
  padding-right: 5%;
  background:rgba(0,0,0,0.4);
  background:linear-gradient(to right, #000, #000);
  background:linear-gradient(to left, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0));
}
#mainnav .navright, #mainnav .navleft {
  width: 38%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-top: 79px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-top: solid 1px rgba(255,255,255,0.5);
  border-bottom: solid 1px rgba(255,255,255,0.5);
  transition: line-height 0.3s ease-out 0.3s, margin 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s, width 0.3s ease-out, border 0.4s 0.2s, padding 0.3s ease-out;
}
#mainnav.sticky .navright {
  padding-left: 15%;
}
#mainnav.sticky .navleft {
  padding-right: 15%;
}
#mainnav.sticky .navright, #mainnav.sticky .navleft {
  width: 45%;
  height: 65px;
  line-height: 65px;
  margin-top: 0px;
  border:none;
  background: none;
  transition: margin 0.3s ease-out, line-height 0.3s ease-out, height 0.3s ease-out, width 0.3s ease-out, padding 0.3s ease-out;
}
#mainnav a.navbtn {
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: 'canterbold',arial,sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 8%;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#mainnav a.navbtn:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 65px;
  top: -80%;
  left: 50%;
  margin-left: -40px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  transition: opacity 0.3s ease-out, top 0.3s ease-out;
}
#mainnav.sticky a.navbtn {
  color: #1f1f1f;
}
#mainnav a.btn1:before {
  background-image: url(images/pizzas-minitalie.png);
  background-image: url(images/pizzas-minitalie.svg);
}
#mainnav a.btn2:before {
  background-image: url(images/foodtruck-minitalie.png);
  background-image: url(images/foodtruck-minitalie.svg);
}
#mainnav a.btn3:before {
  background-image: url(images/lille-minitalie.png);
  background-image: url(images/lille-minitalie.svg) no-repeat;
}
#mainnav a.btn4:before {
  background-image: url(images/contacter-minitalie.png);
  background-image: url(images/contacter-minitalie.svg);
}
#mainnav a.navbtn:hover:before {
  top: -90%;
  opacity: 1;
}
#mainnav a.navbtn:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 26%;
  background: rgba(255,255,255,0.4);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#mainnav a.navbtn:hover:after {
  left: 15%;
  right: 15%;
}
#mainnav .mainlogo {
  width: 24%;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: height 0.3s ease-out, width 0.3s ease-out;
}

#mainnav.sticky .mainlogo {
  height: 65px;
  width: 10%;
  transition: height 0.3s ease-out, width 0.3s ease-out;
}
#mainnav .mainlogo img.wlogo {
  width: 100%;
  max-width:280px;
  opacity: 1;
  transition: margin-top 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.6s;
}
#mainnav .mainlogo img.blogo {
  width: 116px;
  position: absolute;
  top: -65px;
  transition: top 0.3s ease-out;
}
#mainnav.sticky .mainlogo img.wlogo {
  width: 40%;
  opacity: 0;
  transition: margin-top 0.3s ease-out, width 0.3s ease-out, opacity 0.3s ease-out;
}
#mainnav.sticky .mainlogo img.blogo {
  top: 0;
  transition: top 0.4s ease-out;
}
#headlinks {
  width: 100%;
  display: none;
  background: #000;
  background: rgba(0,0,0,0.4);
  font-family: 'canterbold',arial,sans-serif;
  height: 130px;
  position: absolute;
  top: 100vh;
  margin-top: -130px;
  border-top: solid 1px #fff;
  border-top: solid 1px rgba(255,255,255,0.6);
}
.home #headlinks {
  display: flex;
}
#headlinks .sr33 {
  display: block;
  width: 33.333%;
  text-align: center;
  border-right: solid 1px #fff;
  border-right: solid 1px rgba(255,255,255,0.6);
}
#headlinks a {
  color: #fff;
  text-decoration: inherit;
}
#headlinks p {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}
#headlinks .order {
  padding-top: 31px;
}
#headlinks .order p {
  font-size: 30px;
  line-height: 1;
  padding-left: 50px;
}
#headlinks .order p:before {
  content: "";
  position: absolute;
  background: url(images/commander-pizza.png) no-repeat;
  background: url(images/commander-pizza.svg) no-repeat;
  background-size: auto 76px;
  height: 76px;
  width: 65px;
  margin-left: -76px;
  margin-top: -4px;
}
#headlinks .order p span {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: 'steelworsteelworksvintagedemo',arial,sans-serif;
}
#headlinks .order p span b {
  font-weight: normal;
  opacity: 0;
}
#headlinks .menu {
  padding-top: 48px;
}

#headlinks .menu p {
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
} 
#headlinks .menu p:before {
  content: "";
  position: absolute;
  background: url(images/carte-des-pizzas.png) no-repeat;
  background: url(images/carte-des-pizzas.svg) no-repeat;
  background-size: auto 80px;
  height: 80px;
  width: 65px;
  margin-left: -80px;
  margin-top: -24px;
}
#headlinks .menu p:after {
  content: "";
  position: absolute;
  background: url(images/en-savoir-plus.png) no-repeat;
  background: url(images/en-savoir-plus.svg) no-repeat;
  background-size: auto 37px;
  height: 37px;
  width: 26px;
  margin-left: 30px;
  margin-top: -1px;
}
#headlinks .menu.loc {
  padding-top: 31px;
}
#headlinks .menu.loc p {
  padding-left: 50px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 70px;
  line-height: 7rem;
}
#headlinks .menu.loc p:before {
  content: "";
  position: absolute;
  background: url(images/trouver-minitalie.png) no-repeat;
  background: url(images/trouver-minitalie.svg) no-repeat;
  background-size: auto 80px;
  height: 80px;
  width: 65px;
  margin-left: -70px;
  margin-top: -9px;
}
#headlinks .menu.loc p:after {
  display: none;
}
#headlinks .menu.loc p span {
  display: block;
  font-size: 33px;
  font-size: 3.35rem;
}
#headlinks .social {
  display: flex;
  text-align: center;
  justify-content: center;
  border:0;
}
#headlinks .social a {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#headlinks .social a img {
  max-width: 45px;
  margin: auto;
}
#headlinks .social a img.imgbig {
  display: inline;
}
#headlinks .social a img.imgsmall {
  display: none;
}
.intro {
  background: url("images/liste-pizzas.jpg") #fff;
  padding: 70px 10% 90px;
}
.intro.contact {
  background: url("images/roulette-pizza.jpg")  #fff;
}
.txt {
  font-family: 'Raleway',arial,sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #1f1f1f;
  line-height: 1.8;
  text-align: justify;
}
.txt a {
  color: #d72f30;
}
h1, p.fh1 {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 70px;
  line-height: 7rem;
  text-transform: lowercase;
  margin:0;
  text-align: center;
}
h1:after, p.fh1:after {
  content: "";
  display: block;
  background: #1f1f1f;
  height: 2px;
  width: 420px;
  max-width: 100%;
  margin:1px auto 11px auto;
}
.sh1, h1.sh1 {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 38px;
  line-height: 3.8rem;
  text-align: center;
  text-transform: uppercase;
  margin:0;
}
h1.sh1:after {
  display: none;
}
.sh1 .love, h1.sh1 .love {
  content: url("images/love-pizza.svg");
  width: 22px;
  height: auto;
  vertical-align: text-top;
  padding-top: 5px;
  margin-left: 5px;
}
.txtbloc {
  display: flex;
  margin-top: 60px;
}
.txtleft {
  width: 46%;
  margin-right: 8%;
}
.txtright {
  width: 46%;
}
.sign {
  text-align: right;
  margin:40px 80px 0 0;
}
.sign img {
  width: 200px
}
.cta {
  text-align: center;
  margin: 60px 0 10px;
  position: relative;
  z-index: 1;
}
.cta img {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}
.cta a {
  color: #fff;
  border: #d72f30 solid 2px;
  font-family: 'canterbold',arial,sans-serif;
  font-size: 30px;
  background: none;
  padding:17px 50px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cta a:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d72f30;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cta a:hover,
.cta a:active {
  color: #d72f30;
}
.cta a:hover:after,
.cta a:active:after {
  width: 0%;
}

.imgbreak {
  width: 100%;
  position: relative;
  z-index: 1;
}
.imgbreak img {
  display: block;
  float: left;
  width: 25%;
  margin:0;
  padding: 0;
}
.pizza {
  clear: both;
  padding: 80px 10% 90px 40%;
  background: #e7e7e7 url(images/part-pizza.jpg) no-repeat;
  background-position: 0 30px;
  background-size: 33%;
}
h2 {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 60px;
  line-height: 6rem;
  text-transform: lowercase;
  margin:0;
}
h3 {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: lowercase;
  margin:30px 0 10px 0;
}

/* --- Menu --- */

#rossa, #panna, #bianca {
  display: flex;
}
.pizza_group {
  width: 45%;
  margin-top: 50px;
}
.pizza_group.item_right {
  margin-left: 10%;
}
.group_title {
  display: flex;
  margin-bottom: 30px;
}
.group_title .title_lines {
  width: 40%;
  height: 10px;
  border-top: solid 1px #b6b6b6;
  border-bottom: solid 1px #b6b6b6;
  margin-top: 101px;
}
.group_title .title_main, .group_title .title_main.picto_pizzas {
  background-image: url(images/pizzas-minitalie-noir.png);
  background-image: url(images/pizzas-minitalie-noir.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 230px;
}
.group_title .title_main.picto_charcuterie {
  background-image: url(images/charcuterie-minitalie.png);
  background-image: url(images/charcuterie-minitalie.svg);
}
.group_title .title_main.picto_desserts {
  background-image: url(images/dessert-minitalie.png);
  background-image: url(images/dessert-minitalie.svg);
}
.group_title .title_main.picto_vins {
  background-image: url(images/vins-minitalie.png);
  background-image: url(images/vins-minitalie.svg);
}
.group_title .title_main .sh2 {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-transform: uppercase;
  margin:83px 0 10px 0;
  text-align: center;
}
.group_title .title_main h2 {
    font-family: 'Raleway',arial,sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 10px;
    line-height: 1rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    text-align: center;
}
.pizza_item {
  margin-bottom: 20px;
}
.pizza_item h3 {
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0;
  width: 80%;
}
.pizza_item .price_group {
  display: flex;
}
.pizza_item .price {
  margin-left: auto;
  font-family: 'canterbold',arial,sans-serif;
  min-width: 60px;
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: right;
}
.pizza_item .price.small {
  color: #40ae49;
}
.pizza_item .price.large {
  color: #d72f30;
}

.pizza_item p {
  margin: 0;
  padding:8px 0 14px 0;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
}
.illu_zone {
  width: 40%;
  margin-top: 120px;
  margin-left: 10%;
}
.illu_zone.item_right {
  margin-left: 0;
}
.illu_zone img {
  width: 100%;
}
.illu_zone .illufull {
  width: 100%;
  padding: 0 6px;
}
.illu_zone .illudouble {
  display: flex;
  margin-top:90px;
  margin-bottom:110px;
}
.illu_zone .illusplit {
  width: 50%;
  padding: 0 6px;
}
.illumobile {
  display: none;
}


/* --- Sticky Nav --- */
#mobilenav.sticky {
  background: #fff;
  box-shadow: 0 0 10px rgba(31,31,31,0.25);
}
#mobilenav.sticky .mobilelogo {
  top: -100%;
  opacity: 0;
  -webkit-transition: top 1s ease-out, opacity 0.3s ease-out;
  -moz-transition: top 1s ease-out, opacity 0.3s ease-out;
  -ms-transition: top 1s ease-out, opacity 0.3s ease-out;
  -o-transition: top 1s ease-out, opacity 0.3s ease-out;
  transition: top 1s ease-out, opacity 0.3s ease-out;
}
#mobilenav.sticky .stickylogo {
  top:0;
  opacity: 1;
}
#mobilenav.sticky .burger {
  background-image: url(images/nav-minitalie-noir.png);
}
#mobilenav.sticky .phone {
    color: rgba(255,255,255,0);
    font-size: 12px;
    line-height: 30px;
}
#mobilenav.sticky .phone:after {
  background-image: url(images/commander-pizza-noir.png);
  background-image: url(images/commander-pizza-noir.svg);
}

/* --- Sidenav Push --- */

.navpush #container {
  left: 250px;
}
.navpush #container .blackscreen {
  z-index: 1000;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.navpush #sidenav {
  left: 0;
}
.navpush #mobilenav .phone {
  right: -205px;
}


/* --- Footer --- */

.footerzone {
  height: 500px;;
}
footer {
  background: url(images/pizzas-au-four.jpg) no-repeat;
  background-size: 100% auto;
  height: 500px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
footer .infos {
  display: flex;
  padding: 55px 10% 55px;
  align-items: center;
}
footer .infos .illu {
  width: 50%;
}
footer .infos .more {
  width: 50%;
}
footer .infos .more .phone {
  text-align: right;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: 'steelworsteelworksvintagedemo',arial,sans-serif;
  padding-bottom: 20px;
}
footer .infos .more .phone b {
    font-weight: normal;
    opacity: 0;
}
footer .infos .more .social {
  text-align: right;
}
footer .infos .more .social a {
  margin-left: 15px;
}
footer .copyright {
  text-align: center;
  width: 100%;
  padding: 0 10% 40px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Raleway',arial,sans-serif;

}
footer .copyright a {
  text-decoration: inherit;
  color: #fff;
}

/*--- E-commerce ---*/

.prod_simple {
  display: flex;
  width: 100%;
  align-items: center;
  border-left: solid 2px #d72f30;
  margin-bottom: 8px;
}
.prod_simple .line1{
  display: flex;
  width:70%;
}

.prod_img {
  display: flex;
  align-items: center;
  min-height: 106px;
  min-width: 106px;
  margin: 2px 0;
}

.prod_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding-right: 25px;
}

.prod_desc .pizza_item {
  margin-bottom: 0;
}
.prod_desc p {
  padding-bottom: 16px;
}

.prod_order {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: flex-end;
}

.prod_order .inner_order {
  display: flex;
  align-items: center;
}

.prod_order .buy {
  font-family: 'canterbold',arial,sans-serif;
  width: 80px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px 0 0;
  background: #ececec;
  color: #d72f30;
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 2px;
  text-align: right;
}

.prod_order .quantity {
  display: none;
}

.prod_order button.single_add_to_cart_button {
  background: #d72f30;
  width: 45px;
  height: 45px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
  border-radius: 0;
}
.prod_order button.single_add_to_cart_button:hover {
  background: #ac2626;
}
.prod_order button.single_add_to_cart_button:after {
  display: none;
}

.prod_order button.single_add_to_cart_button img {
  padding-top: 2px;
  max-width: 27px;
}
.prod_order .qtynotice {
  position: absolute;
  background: #fff;
  border: 2px solid #d72f30;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #d72f30;
  font-size: 15px;
  font-family: 'Raleway',arial,sans-serif;
  text-align: center;
  line-height: 15px;
  top: -5px;
  right: -10px;
}
.prod_variable {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-left: solid 2px #d72f30;
  margin-bottom: 8px;
}
.prod_var_detail {
  display: flex;
}

.prod_variable .prod_desc {
  width: 100%;
  padding-right: 60px;
}
.prod_variable .prod_order {
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}

.prod_variable .prod_order .inner_order {
  padding-bottom: 6px;
}

.prod_order .inner_order .var_options {
    font-family: 'canterbold',arial,sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: lowercase;
    margin: 7px 15px 0 0;
}

.prod_order .add_zone {
  display: flex;
  justify-content: flex-end;
}

.prod_order .wccpf-fields-container .supp_list-wrapper {
  display: none;
}

.prod_order .wccpf-fields-container .supp_list-wrapper tbody > tr {
  display: flex;
  flex-direction: column;
}

.prod_order .wccpf-fields-container .supp_list-wrapper td.wccpf_label, .prod_order .wccpf-fields-container .supp_list-wrapper td.wccpf_value {
    padding: 7px 7px;
}
.prod_order .wccpf-fields-container .supp_list-wrapper td.wccpf_label > label {
    font-family: 'canterbold',arial,sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: lowercase;
}

.prod_order .wccpf-fields-container .supp_list-wrapper .wcff-option-wrapper-label {
    font-size: 15px;
    font-size: 1.5rem;
}

.prod_order form.cart {
  display: flex;
}
.prod_order form.cart.open_supp {
  flex-direction: column;
  background: rgb(236, 236, 236);
  padding: 10px 0px 0px 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.prod_order form.cart .supp_pizza {
  display: flex;
}

.prod_order form.cart.open_supp .supp_pizza {
    margin: 5px 5px 7px 0;
}
.prod_order form.cart .supp_pizza .supp_btn {
    background: #ddd;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 34px;
    line-height: 3.4rem;
    padding-left: 1px;
    margin-right: 2px;
    transition: background 0.3s;
}
.prod_order form.cart.open_supp .supp_btn {
    background: none;
    border: solid 2px #d72f30;
}
.prod_order form.cart .supp_pizza .supp_btn img {
    height: auto;
    max-width: 21px;
}


#vente {
  display: flex;
  flex-direction: row-reverse;
}
#vente #rightpart {
  width: 30%;
  margin-left: 10%;
}
#vente #rightpart.minipanier {
  margin-top: 150px;
  text-align: center;
}

#vente #rightpart.minipanier .panier_inner {
  transition: margin 0.3s ease-out;
  margin-top: 0;
}

#vente #rightpart.collect h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 30px;
    line-height: 3rem;
}

#vente #rightpart.collect h3 {
  font-family: 'Raleway',arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 33px;
  line-height: 3.3rem;
  text-transform: inherit;
}


#vente #leftpart {
  width: 60%;
  display: flex;
  flex-direction: column;
}

#vente #leftpart .pizza_group {
  width: 100%;
}

#vente .prod_off {
  font-family: 'canterbold',arial,sans-serif;
  padding: 15px 20px;
  background: #ececec;
  color: #1f1f1f;
  font-size: 26px;
  font-size: 2.6rem;
}

#rightpart .cart_button {
  background:#d72f30;
  color: #fff;
  display: flex;
  width: 170px;
  height: 44px;
  align-items: center;
  text-decoration: none;
}

#rightpart .cart_button img {
  padding: 0 8px 0 15px;
  max-width: 50px;
}

#rightpart .cart_button .cartname {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: lowercase;
  text-align: left;
}
#rightpart .cart_button .cartcount {
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #d72f30;
    font-weight: bold;
    font-family: 'Raleway',arial,sans-serif;
    line-height: 20px;
    margin-left: auto;
    margin-right: 15px;
}
#rightpart .carter {
  text-align: left;
  border-left: solid 2px #d72f30;
  padding: 10px 30px;
}

#rightpart .carter_total {
    font-family: 'canterbold',arial,sans-serif;
    display: flex;
    width: 100%;
}

#rightpart .carter_total div {
    color: #d72f30;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid 2px #d72f30;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
    height: 44px;
    width: 170px;
}

#rightpart .carter_total a {
    background: #d72f30;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 44px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}
#rightpart .carter_total a:hover {
    background: #ac2626;
}

#rightpart .carter .cartline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0;
}

#rightpart .carter .plname {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: lowercase;
  padding: 12px 0 14px;
  margin: 0;
}
#rightpart .carter .plname.withsupp {
  padding-bottom: 0;
}

#rightpart .carter p.detailsupp {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#rightpart .carter .plname span {
  font-family: 'Raleway',arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

#rightpart .carter .cartline a {
  background: #d72f30;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  line-height: 2.2rem;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

#rightpart .carter .cartline a:hover {
  background: #ac2626;
}

/* --- One category ---*/

#vente.one_cat #rightpart {
  width: 20%;
  margin-left: 10%;
}
#vente.one_cat #leftpart {
  width: 70%;
}
#vente.one_cat #rightpart.minipanier .panier_inner {
  display: flex;
  flex-direction: column;
}
#vente.one_cat #rightpart .cart_button {
  width: inherit;
}
#vente.one_cat #rightpart .carter_total div {
  width: inherit;
}
#vente.one_cat .prod_variable {
  display: flex;
  flex-direction: row;
}
#vente.one_cat .prod_var_detail, #vente.one_cat .prod_variable .prod_order {
  width: inherit;
}

#vente.one_cat .pizza_item {
  margin-bottom: 30px;
}



.woocommerce {
  width: 100%;
}

.woocommerce table.shop_table {
  border-radius: 0;
  background: #fff;
}

.woocommerce table.shop_table .woocommerce-Price-amount {
    font-family: 'canterbold',arial,sans-serif;
    color: #d72f30;
    font-size: 26px;
    font-size: 2.6rem;
}

.woocommerce table.shop_table th {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: lowercase;
}

.woocommerce td.product-name dl.variation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
}
.woocommerce td.product-name dl.variation p {
  margin:0;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-transform: lowercase;
}

.woocommerce a.button.alt, .woocommerce button.button.alt {
  background: #d72f30;
  border-radius: 0;
  font-family: 'canterbold',arial,sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: lowercase;
  padding: 15px;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: #ac2626;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 13px 40px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 600px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: inherit;
}

.woocommerce #order_review.woocommerce-checkout-review-order {
  display: flex;
}

.woocommerce #order_review .shop_table.woocommerce-checkout-review-order-table {
  width: 55%;
}
.woocommerce #payment.woocommerce-checkout-payment {
  width: 44%;
  margin-left: 1%;
}

#additional_collect_field .woocommerce-input-wrapper input {
  float: left;
  margin: 0.4em 0.7em;
}
#additional_collect_field .woocommerce-input-wrapper label {
  line-height: 1.5em;
  margin-bottom: 25px;
}

.woocommerce-cart .woocommerce-message {
  display: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-align: center;
  border: #d72f30 solid 2px;
  width: 50%;
  margin: 30px auto 50px;
  padding: 15px;
  background: #d72f30;
  font-size: 2.6rem;
  color: #fff;
}
.woocommerce-order-received ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    border: solid 1px #ccc;
    padding: 25px;
}

.woocommerce-order-received table.woocommerce-table--custom-fields {
  background: #d72f30;
  color: #fff;
}
.woocommerce-order-received table.woocommerce-table--custom-fields th {
  width: 36.7%;
}

.woocommerce-cart #rightpart {
  margin-top: 10px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  border: solid 2px #d72f30;
  padding: 20px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row > label {
  font-size: 2rem;
  font-weight: bold;
  color: #d72f30;
  padding-bottom: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
}

.woocommerce-cart .wc-proceed-to-checkout a.return-button {
  margin-right: 10px;
  width: 50%;
  text-align: center;
  margin-bottom: 1em;
  color: #515151;
  background-color: #ebe9eb;
}
.woocommerce-cart .wc-proceed-to-checkout a.return-button:hover {
  background-color: #dfdcde;
  color: #515151;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 50%;
}

.covid-19 {
  margin: 40px 15% 30px 15%;
  border: solid 2px #d72f30;
  padding: 30px 40px;
  text-align: center;
}
.covid-19 .sh1 {
  color: #d72f30;
}
.covid-19 .cta {
  margin: 10px;
}

.covid-19 .cta a {
  margin: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 8px 28px;
}
.covid-19 .cta a:first-child {
  background: #fff;
  color: #1f1f1f;
}
.covid-19 .cta a:first-child:hover {
    color: #d72f30;
}

.coviddetail h1 {
  margin-bottom: 60px;
}
.coviddetail h2 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 50px;
  line-height: 5rem;
  margin-top: 30px;
}
.coviddetail .cta {
  margin: 5px 0 15px 0;
  padding: 12px 25px;
  width: inherit;
}

.coviddetail ol li {
  margin-bottom: 15px;
}

.pizza_item .price {
    display: none;
}

#headlinks .menu {
    background: #d72f30;
}

.serveurdate {
  display: none;
}

@media screen and (max-width: 90em) {/* 1440px */
  #mainnav .navright {
    padding-left: 3%;
  }
  #mainnav .navleft {
    padding-right: 3%;
  }
  #mainnav a.navbtn {
    font-size: 26px;
    margin: 0 6%;
  }


}

@media screen and (max-width: 88em) {
  footer {
    background-size: auto 100%;
    background-position-x: right;
  }
}

@media screen and (max-width: 80em) {/* 1280px */
  #mainnav .mainlogo img.wlogo {
    max-width:290px;
  }
  #mainnav {
    padding-top: 20px
  }
  #mainnav .navright, #mainnav .navleft {
    width: 35%;
    margin-top: 85px;
    height: 68px;
    line-height: 68px;
    text-align: center;
  }
  #mainnav .navright {
    padding-left: 1%;
  }
  #mainnav .navleft {
    padding-right: 1%;
  }
  #mainnav.sticky .navleft {
    padding-right: 4%;
  }
  #mainnav.sticky .navright {
    padding-left: 4%;
  }
  #mainnav a.navbtn {
    font-size: 25px;
    margin: 0 4%;
  }
  #mainnav a.navbtn:before {
    background-size: 68px auto;
    width: 68px;
    height: 55px;
    top: -75%;
    margin-left: -34px;
  }
  #mainnav a.navbtn:hover:before {
    top: -90%;
  }
  #mainnav a.navbtn:after {
    bottom: 26%;
  }
  #mainnav .mainlogo {
    width: 30%;
    text-align: center;
  }

  #headlinks {
    height: 110px;
    margin-top: -110px;
    display: none;
  }
  .home #headlinks {
    display: flex;
  }
  #headlinks .order {
    padding-top: 27px;
  }
  #headlinks .order p {
    font-size: 25px;
  }
  #headlinks .order p:before {
    background-size: auto 66px;
    height: 66px;
    width: 60px;
    margin-left: -66px;
    margin-top: -4px;
  }
  #headlinks .order p span {
    font-size: 40px;
  }
  #headlinks .menu {
    padding-top: 41px;
  }
  #headlinks .menu p {
    font-size: 28px;
  }
  #headlinks .menu p:before {
    background-size: auto 66px;
    height: 66px;
    width: 48px;
    margin-left: -55px;
    margin-top: -22px;
  }
  #headlinks .menu p:after {
    background-size: auto 35px;
    height: 35px;
    width: 24px;
    margin-left: 20px;
    margin-top: -2px;
  }
  #headlinks .menu.loc {
    padding-top: 26px;
  }
  #headlinks .menu.loc p {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #headlinks .menu.loc p span {
    font-size: 29px;
    font-size: 2.9rem;
  }
  #headlinks .menu.loc p:before {
    margin-top: -15px;
  }
  #headlinks .social a {
    width: 90px;
  }
  .illu_zone {
    width: 39%;
    margin-left: 6%;
  }
  .pizza_group {
    width: 55%;
  }
    #rightpart .carter {
    padding: 10px 20px;
  }
  #rightpart .carter .plname {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 20px;
    line-height: 2.0rem;
  }
  #rightpart .carter p.detailsupp {
    margin-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    }
  .covid-19 {
    margin: 40px 0 30px 0;
    padding: 30px;
  }
}

@media screen and (max-width: 70em) {/* 1120px */
  .intro {
    padding: 70px 7% 90px;
  }
  .pizza {
    padding: 80px 7% 90px 32%;
    background-position: -110px 60px;
    background-size: 35%;
  }
  .prod_simple {
    flex-direction: column;
    align-items: flex-end;
  }
  .prod_simple .line1 {
      width:100%;
    }
  .prod_simple .prod_desc {
    width: 100%;
    padding: inherit;
  }
  .prod_order {
    width: 100%;
  }
  #vente #rightpart {
    width: 35%;
    margin-left: 5%;
  }
  .prod_variable .prod_desc{
    padding-right: inherit;
  }
}

@media screen and (max-width: 62em) {/* 992px */

  #mainnav .mainlogo img.wlogo {
    max-width:230px;
  }
  #mainnav {
    padding-top: 20px
  }
  #mainnav .navright, #mainnav .navleft {
    margin-top: 67px;
    height: 54px;
    line-height: 54px;
    text-align: center;
  }
  #mainnav .navright {
    padding-left: 0;
  }
  #mainnav .navleft {
    padding-right: 0;
  }
  #mainnav a.navbtn {
    font-size: 22px;
  }
  #mainnav a.navbtn:before {
    top: -88%;
  }
  #mainnav a.navbtn:hover:before {
    top: -102%;
  }
  #mainnav a.navbtn:after {
    bottom: 23%;
  }
  h1, p.fh1 {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 62px;
    line-height: 6.2rem;
  }
  h1:after, p.fh1:after {
    width: 400px;
  }
  .sh1, h1.sh1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 33px;
    line-height: 3.2rem;
  }
  h1.sh1:after {
    display: none;
  }
  .illu_zone, .illu_zone img {
    display: none;
  }
  .pizza_group {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .pizza_group.item_right {
    margin-left: auto;
  }
  .illumobile {
    display: block;
    height: 250px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .illumobile img {
    width: 100%;
  }
  .imgbreak img {
    width: 33.333%;
  }
  .imgbreak .verybigscreen {
    display: none;
  }
  footer .infos {
    padding: 55px 10% 110px;
  }
  footer .infos .illu img {
    height: 200px;
  }
  .intro {
    background: url("images/liste-pizzas-discret.jpg");
  }
  .intro.contact {
    background: #fff;
  }
  .pizza {
    padding: 80px 7% 90px 35%;
    background-position: -130px 60px;
    background-size: 380px;
  }
  #vente {
    flex-direction: column-reverse;
  }
  #vente #leftpart {
    width: 100%;
  }
  #vente #rightpart {
    width: 100%;
    margin-left: 0;
  }
  #vente #rightpart.minipanier {
    text-align: center;
    display: block;
    position: fixed;
    right: 0;
    top: 65px;
    width: 90px;
    margin: 0;
    z-index: 150;
  }
  #vente #rightpart.minipanier .carter, #vente #rightpart.minipanier .carter_total  {
      display: none;
  }
  #vente #rightpart.minipanier .cartname {
      display: none;
  }

  #vente #rightpart .cart_button {
    width: inherit;
  }

  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: inherit;
  }
  .woocommerce #order_review.woocommerce-checkout-review-order {
    flex-direction: column;
  }
  .woocommerce #order_review .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
  }
  .woocommerce #payment.woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    width: 80%;
  }

}
@media screen and (max-width: 55em) {/* 880px */
  header {
    background-image: url("images/foodtruck-pizza-490w.jpg");
  }
  footer {
    background-image: url(images/pizzas-au-four-490w.jpg);
  }
  #headlinks .order {
    padding-top: 28px;
  }
  #headlinks .order p {
    font-size: 24px;
  }
  #headlinks .order p:before {
    background-size: auto 60px;
    height: 60px;
    width: 56px;
    margin-left: -58px;
    margin-top: -3px;
  }
  #headlinks .order p span {
    font-size: 37px;
  }
  #headlinks .menu {
    padding-top: 40px;
  }
  #headlinks .menu p {
    font-size: 28px;
    padding-left: 36px;
  }
  #headlinks .menu p:before {
    background-size: auto 60px;
    height: 60px;
    width: 44px;
    margin-left: -46px;
    margin-top: -18px;
  }
  #headlinks .menu p:after {
    display: none;
  }
  #headlinks .social a {
    width: 90px;
  }
  .pizza_group {
    width: 94%;
  }
} 
@media screen and (min-width: 48em) and (orientation: portrait) {
  header {
    height: 400px;
  }
  .home header {
    height: 650px;
  }
  #headlinks {
    top: 650px;
    display: none;
  }
  .home #headlinks {
    display: flex;
  }
}
@media screen and (max-width: 48em) {/* 768px */
  /* -- mobile navigation -- */
  header {
    height: 400px;
  }
  .home header {
    height: 520px;
    flex-direction: column;
  }
  #mainnav {
      display: none;
  }
  #mobilenav {
    display: block;
  }
  #headlinks {
    display: none;
  }
  .home #headlinks {
    top: 520px;
    display: flex;
  }
  #headlinks .sr33 {
    width: 50%;
  }
  #headlinks .order {
    display: none;
  }
  .txtbloc {
    flex-direction: column;
  }
  .txtleft, .txtright {
    width: 100%;
    margin: 0;
  }
  h1, p.fh1 {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
  h1:after, p.fh1:after {
    width: 200px;
  }
  h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
  h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
  .cta {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    line-height: 3rem;
  }
  .cta a {
    padding: 17px 35px;
  }
  .footerzone {
    height: 400px;
  }
  footer {
    height: 400px;
  }
  footer .infos {
    padding: 55px 10% 60px;
  }
  footer .infos .illu img {
    height: 180px;
  }
  .pizza {
    background: #e7e7e7 url(images/part-pizza-s.jpg) no-repeat;
    padding: 80px 7% 90px 7%;
    background-position: -28% 10px;
    background-size: 70%;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .woocommerce .woocommerce-cart-form__cart-item .product-name {
    border-top: solid 2px #d72f30;
    font-family: 'canterbold',arial,sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
    text-transform: uppercase;
  }
  .woocommerce .woocommerce-cart-form__cart-item .product-name::before {
    font-family: 'Raleway',arial,sans-serif;
    text-transform: capitalize;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.return-button {
    margin-right: 0;
    margin-bottom: 10px;
    min-width: 260px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 10px;
    min-width: 260px;
  }
}
@media screen and (max-width: 70em) and (max-height: 43em) {/* HAUTEUR 688px */
  header {
    height: 350px;
  }
  .home header {
    height: 480px;
  }
  #headlinks {
    top: 480px;
    display: none;
  }
  .home #headlinks {
    display: flex;
  }
}

@media screen and (max-width: 40em) {/* 640px */

}

@media screen and (max-width: 30em) {/* 480px */
  header {
    height: 350px;
  }
  .home header {
    height: 520px;
  }
  #mobilenav .mobilelogo img {
    margin-top: 75px
  }
  #headlinks {
    display: block;
    margin: 0;
    position: relative;
    height: 130px;
    top: 280px;
    margin: inherit;
    border: 0;
    background: none;
  }
  .home #headlinks {
    top: 360px;
    flex-direction: column;
  }
  #headlinks .sr33 {
    width: 100%;
    border:0;
  }
  #headlinks .menu {
    background: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255,0.6);
    padding: 30px 15px;
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  #headlinks .social a {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin: 40px 10px;
  }
  #headlinks .social a img.imgbig {
    display: none;
  }
  #headlinks .social a img.imgsmall {
    display: inline;
  }
  h1, p.fh1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 40px;
    line-height: 4rem;
  }
  h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .imgbreak img {
    width: 50%;
  }
  .imgbreak .bigscreen {
    display: none;
  }
  #headlinks .menu.loc {
    padding-top: 24px;
    padding-bottom: 21px;
  }
  #headlinks .menu {
    display: none;
  }
  .home #headlinks .menu {
    display: block;
    background: #d72f30;
    border: 0;
  }
  #headlinks .social.loc a {
    margin: 30px 10px;
  }
  footer .infos {
    padding: 55px 10% 120px;
  }
  footer .infos .illu {
    display: none;
  }
  footer .infos .more {
    width: 100%;
  }
  footer .infos .more .phone {
    text-align: center;
  }
  footer .infos .more .social {
    text-align: center;
  }
  .pizza {
    padding: 60px 7% 90px 7%;
    background-position: 0 170px;
    background-size: 85%;
  }
  .prod_img {
    min-height: 85px;
    min-width: 85px;
  }
}
@media screen and (max-width: 24em) {/* 400px */
  #mobilenav .mobilelogo img {
    width: 240px;
  }
  #mobilenav .phone {
    font-size: 26px;
    right: 40px;
    top: 23px;
  }
  #mobilenav .phone:after {
    background-size: auto 35px;
    height: 35px;
    width: 32px;
    margin-left: 0;
  }
  .price_group h3 {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .pizza_item .price {
    line-height: 28px;
    line-height: 2.8rem;
    font-size: 22px;
    font-size: 2.2rem;
    min-width: 50px;
  }
  .pizza_item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .group_title .title_main {
    min-width: 210px;
  }
  .group_title .title_main .sh2 {
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.return-button {
    min-width: inherit;
    width: 100%
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-width: inherit;
    width: 100%
  }
}


@media screen and (max-height: 450px) {
  #sidenav {padding-top: 15px;}
  #sidenav a {font-size: 18px;}
}

/* ---- TIMELINE ---- */
.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 50px 0 40px 0;
  padding: 0;
  width: 100%;
}
.timeline .timeline-title {
  font-family: 'canterbold',arial,sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 44px;
  line-height: 4.4rem;
  text-transform: lowercase;
  margin : 0 0 15px 0;
  color: #d72f30;
}
.timeline .timeline-first .timeline-title {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 40px;
  line-height: 4rem;
}
    
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: transparent;
  border: 2px solid #d72f30;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 2px;
  background: #1f1f1f;
  display: block;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 7px;
}
/*
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
*/
.timeline-item:hover .timeline-marker:before {
  background: #d72f30;
  border: 2px solid transparent;
}
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
.timeline-content .timeline-place, .timeline-content .timeline-time {
  margin-top: 3px;
  margin-bottom: 2px;
}
.timeline-content .timeline-time {
  font-weight: 700;
}
.timeline-content .timeline-map {
  border: solid 1px #8f8f8f;
  padding: 5px 12px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.timeline-content .timeline-alert {
  background: url("images/heure-commande.png");
  background: url("images/heure-commande.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 0.8em;
  margin-top: 30px;
}
.timeline-content .timeline-alert span {
  font-weight: 700;
  color: #d72f30;
  font-size: 1.3em;
}
.timeline-content .timeline-alert a {
  background-color:#d72f30;
  color: #fff;
  text-decoration: none;
  padding: 6px 8px;
  margin-left: 3px;
  font-size: 1.15em;
}

@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered {
    margin: 50px 0 40px 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
}
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}


.page-template-histoire .txtleft {
  width: 50%;
  margin-right: 0;
  display: flex;
}
.page-template-histoire .txtright {
  width: 50%;
}
.page-template-histoire .txtleft picture {
  width: 100%;
  margin-right: 4%;
}
.page-template-histoire .txtleft img {
  width: 100%;
  margin-top: 20px;
  border-bottom: solid 3px #d72f30;
}

@media screen and (max-width: 80em) {/* 1280px */

  .page-template-histoire .txtleft {
    width: 34%;
    margin-right: 6%;
    flex-direction: column;
  }
  .page-template-histoire .txtleft picture {
    margin-right: 0;
  }
  .page-template-histoire .txtright {
    width: 60%;
  }
}

@media screen and (max-width: 55em) {/* 880px */
  .txtbloc {
    flex-direction: column;
  }
  .page-template-histoire .txtleft {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    text-align: center;
  }
  .page-template-histoire .txtleft img {
    width: 80%;
  }
  .page-template-histoire .txtright {
    width: 100%;
  }

}

@media screen and (max-width: 30em) {/* 480px */
  .page-template-histoire .txtleft img {
    width: 100%;
  }
  .page-template-histoire .txtleft picture:first-child {
    margin-right: 5%;
  }
}

.pizzasize {
    text-align: right;
    padding-bottom: 15px;
}

.contactways {
  display: flex;
  width: 700px;
  margin: 80px auto 50px;
}
.contactways a {
  width: 50%;
  text-align: center;
  text-decoration: none;
  color: #1f1f1f;
}
.contactways a img {
  width: 120px;
}
.contactways a p {
  padding: 0;
  margin: 0;
}
.contactways a p.way {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 62em) {/* 992px */
  .contactways {
    display: flex;
    width: 100%;
    margin: 80px auto 50px;
  }
  .contactways a img {
    width: 100px;
  }
  .contactways a p.way {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 48em) {/* 768px */
  .contactways {
    flex-direction: column;
    margin: 60px auto 10px;
  }
  .contactways a {
    width: 100%;
    margin-bottom: 35px; 
  }
}

.page-template-404 header, .error404 header {
  display: none;
}
.page-template-404 .e404, .error404 .e404 {
  text-align: center;
  margin-bottom: 120px;
  display: block;
}

.page-template-404 .e404 img, .error404 .e404 img {
  max-width: 100%;
}


/* --- TEST -- */

.prod_order .cart_test {
  flex-direction: column;

}

.prod_order .cart_supp_test .wccpf-fields-container .supp_list-wrapper {
  display: block;
}

.prod_order .cart_supp_test .false_add {

  background: #d72f30;
  width: 44px;
  height: 44px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.prod_order .cart_supp_test .false_add:hover {
  background: #ac2626;
}

.prod_order .cart_supp_test .listpart {
  display: flex;
}

.prod_order .cart_supp_test .popuppart {
  display: none;
}
#hoverpopup {
  display: none;
}
#hoverpopup.pop {
  z-index: 1200;
  background: #fff;
  position: fixed;
  width: 40%;
  margin: 0 30%;
  padding: 50px;
}
#hoverpopup.pop .listpart {
    display: none;
}

#coderockz_woo_delivery_setting_wrapper {
  overflow: visible;
}

.flatpickr-calendar, .select2-results__options {
  font-family: 'Raleway',arial,sans-serif;
}

.select2-results__options {
  font-size: 15px;
  font-size: 1.5rem;
}

.select2-search {
  display: none;
}