@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body {
	width: auto;	
}


.col-100-s {
	width:100%;
}
.col-90-s {
	width:90%;
}
.col-80-s {
	width:80%;
}
.col-70-s {
	width:70%;
}
.col-60-s {
	width:60%;
}
.col-50-s {
	width:50%;
}
.col-40-s {
	width:40%;
}
.col-30-s {
	width:30%;
}
.col-20-s {
	width:20%;
}
.col-10-s {
	width:10%;
}

.col-33-s {
	width:33%;
}
.col-66-s {
	width:66%;
}

.col-25-s {
	width:25%;
}
.col-75-s {
	width:75%;
}




img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

.hide-s {
	display:none;
}
.show-s {
	display:block !important;
}

.page,
.page.l,
.page.m,
.page.s,
.page.xs,
.page.xxs,
.page.xxxs {
    width:100%;
    padding-left: 35px;
    padding-right: 35px;
}

.left,
.right {
	float:none;
}

.parallax-container {
	height: auto;
    min-height: 250px;
}

.parallax img {
	height: 100% !important;
    width: auto !important;
    max-width: unset;
    min-width: unset;
}


header {
	position: relative;
}
header .wrapper-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
    row-gap: 10px;
}
header .wrapper-menu .logo {
    display: block;
    width: 100%;
    height: auto;
}
header .wrapper-menu .logo a {
    display: block;
    width: 100%;
    height: auto;
}
header .wrapper-menu .logo a img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

header .wrapper-menu .wrapper-bars {
    display: none;
}
header .wrapper-menu .menu {
    display: flex;
}
header .wrapper-menu .menu a .libelle {
    display: none;
}

header .wrapper-menu .wrapper-main {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    row-gap: 20px;
}

header .wrapper-menu .wrapper-main .wrapper-links {
    display: none;
}

header .wrapper-menu .wrapper-main .navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

header .wrapper-nav {
    z-index: 6;
}



header .wrapper-nav nav {
    padding: 25px;
    padding-top: 70px;
    margin-bottom: 0;
}

header .wrapper-nav nav ul li {
    text-align: right;
}

header .wrapper-nav .logo {
    margin-left: auto;
    margin-right: 25px;
    display: none;
}

header .wrapper-nav .wrapper-boutons {
    top: 25px;
    right: 25px;
}

header .wrapper-nav .wrapper-bottom {
    display: none;
}

body > section {
    margin-top: 0;
}

footer .page {
    padding-left: 15px;
    padding-right: 15px;
}

footer .content p {
    text-align: center;
}

.padd-v-l,
.padd-v-xl {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padd-l-s,
.padd-l-m {
	padding-left: 0;
}

.padd-r-s,
.padd-r-m {
	padding-right: 0;
}

.padd-t-xl,
.padd-t-xxl {
	padding-top: 50px;
}
.padd-b-l {
	padding-bottom: 50px;
}
.padd-b-xl {
	padding-bottom: 50px;
}

.wrapper-form form p {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.wrapper-form form p input[type="text"],
.wrapper-form form p textarea {
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
}


.col-100-s {
    padding-left:0;
    padding-right: 0;
}

.padd-t-z {
    padding-top: 0;
}
.padd-b-z {
    padding-bottom: 0;
}
.padd-l-z {
    padding-left: 0;
}
.padd-r-s {
    padding-right: 0;
}

.flex-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.grecaptcha-badge {
    display: none;
}

.wrapper-articles {
    flex-direction: column;
}

.wrapper-slider .arrow-down-loop,
#slider_homepage .owl-dots,
#slider_homepage .owl-nav {
    display: none;
}
#slider_homepage .owl-item .slide.logo .legende .content p img {
    max-width: 50%;
}

.page.wrapper-slider {
    padding-left: 0;
    padding-right: 0;
}

.bandeau .overlay .content h1 {
    font-size: 30px;
    line-height: normal;
}

.bandeau {
    height: 250px;
}

#histoire .cuisine .frites {
    display: none;
}
#histoire .pola,
#histoire .cuisine .pola,
#histoire .carte .pizza {
    display: none;
}

.gap-m,
.gap-xm,
.gap-l {
    gap: 35px;
}

.flex-row-reverse {
    flex-direction: column;
}

.parallax-container.large .overlay .content h2 {
    font-size: 30px !important;
    line-height: normal !important;
}

.parallax-container.large .overlay .content {
    padding: 30px;
}

footer .wrapper-cols {
    text-align: center;
    gap: 20px;
}

footer .wrapper-cols .col.logo {
    flex-direction: column;
    row-gap: 10px;
}

footer .wrapper-cols .col.adresse {
    padding-right: 0;
    border-right: none;
}

.parallax-container.large {
    height: 400px;
}

#restaurant .page.xl {
    padding-left: 0;
    padding-right: 0;
}

#restaurant .wrapper-content {
    
    padding: 50px 35px;
    
}

#restaurant .wrapper-photos {
    height: auto;
}

#histoire .carte {
    padding-top: 0;
    padding-bottom: 0;
}

#restaurant .wrapper-photos .photos {
    position: relative;

}

#contact .content p {
    font-size: 17px;
}


.titre.main h1 {
    font-size: 35px;
    line-height: normal;
}
.content h1,
.content h2 {
    font-size: 35px !important;
    line-height: normal !important;
}

#carte .filters {
    display: none;
}

#carte .carte .item {
    padding-top: 0;
    padding-bottom: 25px;  
} 

#intro .visuels figure {
    position: relative;
    margin-bottom: 20px;
    border: solid 10px #FFF;
}

h1 br,
h2 br {
    display: none;
}

.pizzaemporter .content {
    text-align: center;
}

.pizzaemporter .content h2 br {
    display: inline;
}

.wrapper-insta .social {
    padding-bottom: 20px;
}

.instagram.grid-container {
    display: block;
}



.wrapper-insta .instagram.grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
}

.wrapper-insta .instagram.grid-container .item  {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}

.wrapper-insta .instagram.grid-container .item:last-of-type {
    display: none;
}

.grecaptcha-badge {
    display: none;
}