/*

	Theme Name: Fresh burritos

	Theme URI: http://freshburritos.com

	Description: Fresh burritos WordPress Theme 2.0

	Version: 2.0

	Author: Cosavostra


.
	License: MIT

	License URI: http://opensource.org/licenses/mit-license.php

*/
/*------------------------------------*\

    MAIN

\*------------------------------------*/
/*@font-face {

    font-family: 'Giza-FiveFive';

    src: url('fonts/giza-fivefive-webfont.woff2') format('woff2'),

         url('fonts/giza-fivefive-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;
.nav .menu-item.commander


}*/
@font-face {
    font-family: 'Giza-FiveFive';
    src: url('fonts/Giza-FiveFive.eot?#iefix') format('embedded-opentype'), url('fonts/Giza-FiveFive.otf') format('opentype'),
    url('fonts/Giza-FiveFive.woff') format('woff'), url('fonts/Giza-FiveFive.ttf') format('truetype'), url('fonts/Giza-FiveFive.svg#Giza-FiveFive') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Camera Obscura';
    src: url('fonts/CameraObscura.woff2') format('woff2'),
    url('fonts/CameraObscura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
    url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/DINPro-Cond.woff') format('woff');
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 100%;
}

body {
    font: 300 11px/1.4 'Gotham', Helvetica, Arial, sans-serif;
    color: #444;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: none;
}

/*------------------------------------*\

    STRUCTURE

\*------------------------------------*/
/* wrapper */
.wrapper {
    /*margin: 0 auto;

    position: absolute;

    z-index: 2;

    top: 0;

    left: 0;

    width: 100%;

    height: 50px;*/
}

/* header */
.header {
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
}

.menu li, .header .menu {
    display: inline-block;
}

/*.menu li {

    margin-right: 45px;

}

 .home.page-template-home-template .menu li a,

  .menu li a {

    font-size: 1rem;

    font-weight: 600;

    letter-spacing: -0.4px;

    text-align: center;

    color: #ffffff;

    text-transform: uppercase;

	padding: 8px 14px;

	position:relative;

	display: block;

	line-height: 27px;

}

.menu li:first-child a, .home.page-template-home-template .menu li:first-child a {

    padding-left: 0;

}

.home.page-template-home-template .menu li.commander a, .menu li.commander a {

	padding-left:20px;

	padding-right:20px;

}*/
.home.page-template #menu-menu-principal,
.home.page-template #menu-main-menu-english {
    padding-right: 30px;
    position: relative;
    text-align: right;
}

.home.page-template #menu-menu_right {
    position: relative;
    text-align: left;
}

.menu li.commander a:before {
    content: "";
    display: inline-block;
    height: 70px;
    width: 100%;
    background: #AD3632;
    position: absolute;
    top: -70px;
    left: 0;
}

.footer .menu li.commander a:before {
    height: 27px;
    top: -27px;
    border: 2px solid #AD3632;
}

.menu li a:hover:after {
    content: '';
    width: 30px;
    margin: 0 auto;
    height: 2px;
    background: #AD3733;
    display: block;
    top: 8px;
    position: relative;
}

.home.page-template .menu li a:hover:after {
    background: #FFFFFF;
}

.menu li.commander a:hover:after,
.menu li.current-menu-item a:hover:after {
    display: none;
}

.menu li.commander a,
.page .menu li.commander a {
    background: #AD3632;
    position: relative;
    /*border-bottom:2px solid #ffffff;*/
    color: #FFFFFF;
}

.footer .menu li {
    margin-right: 20px;
}

#menu-menu-footer,
#menu-menu-footer-3,
#menu-menu-footer-2 {
    padding-left: 0;
}

header.header.fixe {
    background: #FFFFFF;
}

.page-template .header.fixe .menu li a {
    color: #999999;
}

.page-template .header.fixe .menu li.commander a:hover {
    color: #FFFFFF;
}

.page-template .header.fixe .menu li a:hover:after {
    background: #D62929;
}

.page-template .header.fixe ul.logo {
    top: 5px;
}

/*.page-template .header.fixe ul#menu-menu-principal,

.page-template .header.fixe ul#menu-menu_right {

	top:15px;

}*/
.fixe .no-sticky, .sticky-img {
    display: none
}

.fixe .sticky-img {
    display: inline-block;
}

.home.page-template header.header-page {
    /*position:absolute;

	position:fixed;

	top:0;

	z-index:1;

	background: transparent;*/
}

i#nos-restos-btn {
    cursor: pointer;
}

.no-video {
    background-image: url(images/poster.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* logo */
.logo {
    padding-left: 0;
}

.logo li a {
    margin-right: 0;
}

.logo-img {
    width: 100px;
}

.footer .logo-img {
    width: 110px;
}

/* nav */
.header-page .nav {
    position: relative;
}

.header-page .nav::after {
   content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 50px);
    background-color: #FFF;
    left: 25px;
}

.header-page .nav .button-menu-header {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.header-page .nav .button-menu-header p {
    font-size: 17px;
    font-family: 'Camera Obscura', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
}

.header-page .header-navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    transform: translateX(-100vw);
    width: 100vw;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00ADAB;
    min-height: 100vh;
    padding: 20px;
    z-index: 99999999999;
    transition: all ease-in-out 0.7s;
}

@media (min-width: 960px) {
    .header-page .header-navigation {
        width: auto;
        transform: translateX(-50vw);
        max-width: 50vw;
        min-height: 100vh;
        padding: 45px;
    }
}

.header-page .header-navigation.active {
    transform: translateX(0);
    transition: all ease-in-out 0.7s;
}

.header-page .header-navigation-close {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.header-page .header-navigation-close p {
    font-size: 17px;
    font-family: 'Camera Obscura', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
}

.header-page .header-navigation .menu-menu-principal-top,
.header-page .header-navigation .menu-menu-principal-bottom {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-page .header-navigation .header-navigation__top .menu-menu-principal-top li a {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    font-size: 34px;
    font-family: 'Camera Obscura', Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.header-page .header-navigation .header-navigation__bottom .menu-menu-principal-bottom li a {
    display: block;
    font-size: 17px;
    padding: 0;
    margin-bottom: 20px;
    color: #ffffff;
}

.header-page .header-navigation .header-navigation__bottom .r-social {
    padding-left: 0;
    display: flex;
}

.header-page .header-navigation ul {
    list-style: none;
}

.header-navigation-background {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-height: 100vh;
    background-color: #4540de7a;
    z-index: 99999999;
    transition: all ease-in-out 0.7s;
}

.header-navigation-background.active {
    pointer-events: initial;
    opacity: 1;
    transition: all ease-in-out 0.7s;
}

.fixed-header.header-page .nav::after {
    content: "";
    height: 0;
}

.navbar-default {
    border: none;
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
    background: transparent;
}

/* sidebar */
.sidebar {
}

/* footer */
.footer {
}

/*------------------------------------*\

    GLOBAL

\*------------------------------------*/
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.bloc-left {
    padding: 2.5rem 7.500rem;
}

.btn {
    padding: 20px 45px;
    border: 3px solid #FFFFFF;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    transition: all ease 0.8s;
}

.button {
    text-align: center;
}

.padding-left0 {
    padding-left: 0;
}

.btn:hover {
    background: #FFFFFF;
    box-shadow: inset 500px 0 0 0 #FFF;
}

.freshresto .btn:hover {
    background: #AD3632;
    box-shadow: inset 500px 0 0 0 #AD3632;
    color: #FFFFFF;
}

/*------------------------------------*\

    HOME

\*------------------------------------*/
#blocs-home {
    margin-top: 15px;
}

.concept, .orange-bg {
    background: #E96A4A;
}

.icone {
    text-align: center;
}

.title h2 {
    font-family: 'Camera Obscura', Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 30px;
}

.title h2:after {
    content: "";
    display: block;
    height: 10px;
    width: 75px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 10px;
}

.title {
    display: block;
    margin-bottom: 40px;
}

.title a {
    text-decoration: none;
}

img.img-bloc2 {
    margin-top: 15px;
    /*min-height: 580px;*/
}

.bloc-right {
    padding: 30px 160px;
    margin-top: 15px;
}

.vert-bg {
    background: #8DA382;
    margin-top: 15px
}

.burrito {
    background: #8DA382;
    margin-bottom: 15px;
    padding-bottom: 55px;
}

.slog {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.250rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
}

.burrito .title {
    margin-bottom: 20px;
}

.resto {
    background: #AD3632;
    padding: 80px 100px;
    margin-top: 15px;
    padding-bottom: 94px;
}

.resto .slog {
    margin-bottom: 60px;
}

.img-burritos {
    width: 100%;
    height: 100%;
}

.img-left-bottom {
    max-height: 465px;
}

.big-imgright {
    max-height: 1066px;
}

.concept .btn:hover {
    color: #E96A4A;
}

.burrito .btn:hover {
    color: #8DA382;
}

.resto .btn:hover {
    color: #AD3632;
}

.bg-noir.nopadding {
    background: url(assets/images/bg-noir.jpg);
    padding-bottom: 50px !important;
}

.padding-right0 {
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px;
}

.content-author {
    width: 100%;
    text-align: center;
}

.author {
    font-size: 1.250rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: left;
    color: #FFFFFF;
    /*margin-left:6.875rem;*/
    margin-top: 20px;
    display: inline-block;
}

.text-right {
    font-size: 1.250rem;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 70px;
    padding-left: 55px;
}

.text-right p {
    margin-bottom: 25px;
}

.franchise-nb span {
    font-family: Camera Obscura;
    font-size: 1.500rem;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
}

.franchise-nb {
    width: 100%;
    display: table;
    padding: 90px 70px;
    padding-top: 108px;
    /*margin-bottom: 15px;*/
    /*height: 100%;

  	height: 100vh;



	height: -webkit-calc(100vh / 2);

	height: calc(100% / 2);*/
    vertical-align: middle;
}

.franchise-content {
    display: table-cell;
    vertical-align: middle;
}

.franchise-nb .nb {
    font-size: 3.125rem;
}

.icone-nb {
    text-align: center;
    margin-top: 25px;
}

.icone-succes {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 50px;
}

.content-succes h3 {
    display: inline-block;
    font-family: Camera Obscura;
    font-size: 1.250rem;
    text-align: left;
    color: #000000;
}

.succes p {
    font-size: 1.250rem;
    text-align: left;
    color: #656565;
    margin-top: 40px;
}

.container-succes {
    margin-bottom: 35px;
    padding-right: 70px;
}

section.succes {
    margin-top: 80px;
}

.franche .sp-choix {
    width: 33.33333333%;
}

.succes-icon {
    text-align: center;
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.succes-title {
    width: 100%;
}

.content-succes {
    display: table;
}

@media (max-width: 1440px) {
    .text-right {
        padding-top: 50px;
        padding-left: 25px;
    }
}

/*------------------------------------*\

    SLICK SLIDER HOME

\*------------------------------------*/
.slick-home .slick-slide img {
    width: 100%;
    max-height: 760px;
    object-fit: cover
}

#hp-main-slider {
    position: relative;
    margin-bottom: 10px;
}

.home-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    text-align: center;
}

.home-slide-nav {
    padding: 0;
    cursor: pointer;
    margin-bottom: 50px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #FFF;
    margin-right: 5px;
}

.home-slide-nav.active {
    background: #FFF;
}

.home-content {
    width: 25%;
    top: 30%;
    position: absolute;
    float: right;
    right: 10%;
}

.home-content h2 {
    font-size: 2.813rem;
    font-family: Camera Obscura;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}

.home-content p {
    font-family: 'Gotham', sans-serif;
    font-size: 1.563rem;
    line-height: 1.21;
    letter-spacing: -0.2px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 40px;
}

.home-content h2:after {
    content: "";
    display: block;
    height: 10px;
    width: 75px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 10px;
    position: absolute;
    left: 0;
}

/*------------------------------------*\

    FOOTER

\*------------------------------------*/
.footer {
    background: #00ADAB;
    padding: 100px 30px 50px;
    margin-top: 15px;
    position: relative;
}

.footer .separator {
    display: none;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin: 30px 0;
}

.footer-bottom-losange {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    width: 100%;
    transform: rotate(180deg);
}

.footer-bottom .social {
    text-align: right;
}

.footer-bottom .menu-foo ul {
    padding: 0;
}

.footer-bottom .menu-foo ul li a {
    color: #ffffff !important;
}

.footer-bottom .menu-foo li {
    font-size: 17px;
    margin-right: 15px !important;
}

#menu-menu-footer,
.footer .footer-top .menu-foo ul,
#menu-menu-footer-3,
#menu-menu-footer-2 {
    margin-top: 17px;
    justify-content: space-between;
}

#menu-menu-footer-1 {
    text-align: center;
}

ul.logo-footer {
    list-style: none;
    padding: 0;
}

@media (min-width: 960px) {
    .footer .separator {
        display: block;
    }

    #menu-menu-footer,
    .footer .footer-top .menu-foo ul,
    #menu-menu-footer-3,
    #menu-menu-footer-2 {
        display: flex;
    }

    #menu-menu-footer-1 {
        text-align: left;
    }
}

/*------------------------------------*\

    PAGE restos

\*------------------------------------*/
section.search {
    background-color: #1A1E29;
}

.content-search {
    text-align: center;
    padding-bottom: 20px;
}

.icone-search {
    display: inline-block;
    position: relative;
    top: 20px;
    margin-right: 20px;
}

#no-result .icone-search,
#search-result .icone-search {
    top: 0px;
}

.searching-result {
    display: table;
}

.content-search input {
    width: 600px;
    background: none;
    border: none;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 15px;
    font-size: 1.250rem;
    letter-spacing: -0.4px;
    text-align: left;
    color: #FFFFFF;
}

.content-search i.icon-search {
    font-size: 1.875rem;
    color: #FFF;
    font-weight: 300;
    position: relative;
    right: 35px;
}

.content-search input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.content-search input:-moz-placeholder {
    color: #FFFFFF;
}

.content-search input:focus {
    outline: none;
}

.search-bloc .title h2, .search-bloc .btn {
    color: #AD3632;
}

.search-bloc .btn {
    border-color: #AD3632;
    border-radius: 0;
    padding: 20px 65px;
}

.search-bloc .title h2:after {
    background: #AD3632;
}

.search-bloc .title {
    margin-bottom: 70px;
}

.freshresto .btn:hover {
    background: #AD3632;
    box-shadow: inset 500px 0 0 0 #AD3632;
    color: #FFFFFF;
}

.search-bloc b {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #242424;
    display: block;
    margin: 25px 0;
}

.search-bloc p {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.1px;
    text-align: left;
    color: #282828;
    margin-bottom: 0;
}

.search-bloc .button {
    padding-top: 70px;
    display: block;
    text-align: left;
    margin-left: 40px;
}

.horraire {
    margin-top: 25px;
}

.horraire li {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.1px;
    text-align: left;
    color: #282828;
    list-style: none;
}

.sep.nopadding {
    padding-bottom: 50px !important;
    display: block;
    border-bottom: 1px solid #999999;
    position: relative;
    margin-bottom: 50px !important;
}

.search-bloc {
    padding-top: 40px;
    max-height: 985px;
    overflow-y: scroll;
}

.search-bloc.searching {
    overflow: auto;
}

/*.searching .sep.nopadding{

	border-bottom:none;

}*/
.resto-page .heading-content h2 {
    display: none;
}

.resto-page .heading-content {
    width: 40%;
    top: 40%;
}

.resto-page .page-heading {
    margin-bottom: 0;
}

.resto-commander {
}

.search-bloc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.search-bloc::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
}

.search-bloc::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D8D8D8;
}

.result-resto {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

a.all-resto {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #AD3632;
    display: block;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 60px;
    text-decoration: none;
}

a.all-resto:hover {
    text-decoration: underline;
}

/*------------------------------------*\

   franchise form

\*------------------------------------*/
form {
    max-width: 1200px;
    margin: 0 auto;
}

.form-group input, .form-group select {
    width: 100%;
    border: none;
    height: 40px;
    border-bottom: solid 4px #1A1E29;
    box-shadow: none;
    outline: none;
}

.form-group input::placeholder, .textarea-lbl {
    font-family: Camera Obscura;
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    text-align: left;
    color: #242424;
    top: 0;
    opacity: 0.79;
}

.form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-group input:focus {
    border-color: #AD3632;
    outline: none;
    box-shadow: none;
}

.form-group input:hover {
    border-color: #AD3632;
    outline: none;
    box-shadow: none;
}

.form-group input:hover::-webkit-input-placeholder {
    color: #000 !important;
}

select.form-control {
    border: none;
}

select.form-control
    /*, select.form-control option*/
{
    padding: 0;
    font-family: Camera Obscura;
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    text-align: left;
    color: #242424;
    top: 0;
    opacity: 0.79;
    border-bottom: solid 4px #1A1E29;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    background: url(assets/images/arrow.png) no-repeat 98% 15px;
    cursor: pointer;
}

select:focus option:first-child {
    display: none;
}

textarea.form-control {
    background-color: #FFFFFF;
    border: solid 4px #1A1E29;
    border-radius: 0;
    min-height: 180px;
}

.form-group {
    margin-bottom: 50px;
}

.form-group.msg {
    margin-bottom: 20px;
}

.form-group button, .form-group input[type="submit"] {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 90px;
    background-color: #AD3632;
    text-transform: uppercase;
    width: auto;
    line-height: 8px;
    border: 2px solid #AD3632;
}

.form-group input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #AD3632;
}

section.row.nopadding.form-franchise {
    margin-top: 50px !important;
}

/*------------------------------------*\

    RS

\*------------------------------------*/
ul.r-social li {
    list-style: none;
    display: inline-block;
}

ul.r-social li a {
    font-size: 1.375rem;
    color: #FFFFFF;
    margin-right: 15px;
}

ul.r-social li a svg {
    height: 20px;
    fill: white;
}

ul.r-social li a:hover {
    text-decoration: none;
}

#menu-menu-footer.menu li a,
.footer .footer-top .menu-foo li a,
#menu-menu-footer-3.menu li a,
#menu-menu-footer-2.menu li a {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px 14px;
    position: relative;
    display: block;
    line-height: 27px;
    font-size: 22px;
    font-family: Camera Obscura, sans-serif;
    letter-spacing: 1px;
}

ul.r-social {
    padding-left: 25px;
}

/*i.icon-fb:after {

  content: "\e902";

}

i.icon-fb {

  position:relative;

}

i.icon-fb:hover:after {

  -webkit-animation: bounceright .3s alternate ease infinite;

  animation: bounceright .3s alternate ease infinite;

   transform-origin: 50% 60%;

}









i.icon-fb:before,

i.icon-fb:after {

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  padding-top: inherit;

  padding-bottom: inherit;

  content: "\e902";

  font-family: 'icomoon', sans-serif;

  text-align: center;

  transition: .2s;

  transform-origin: 50% 60%;

}

.i.icon-fb:after {

  content: "\e902";

}

.i.icon-fb:hover:after,

.i.icon-fb:hover:before {

  -webkit-animation: bounceright .3s alternate ease infinite;

  animation: bounceright .3s alternate ease infinite;

     transform-origin: 50% 60%;



}











@-webkit-keyframes bounceright {

  from {

    -webkit-transform: translateX(0);

  }

  to {

    -webkit-transform: translateX(3px);

  }

}

@-webkit-keyframes wiggle {

  from {

    -webkit-transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(30deg);

  }

}

@keyframes bounceright {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(3px);

  }

}

@keyframes wiggle {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(30deg);

  }

}

*/
.icon-fb:hover:before {
    color: #3B5998;
    cursor: pointer;
}

.icon-insta:hover:before {
    color: #E95950;
    cursor: pointer;
}

.fa-linkedin:hover:before {
    color: #0272B1;
    cursor: pointer;
}

.icon-tiktok:hover {
    fill: #F8004D;
}

i.icon-fb:before,
i.icon-insta:before,
.icon-tiktok,
.fa-linkedin:before {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*------------------------------------*\

    IMAGES

\*------------------------------------*/
/*------------------------------------*\

	TYPOGRAPHY

\*------------------------------------*/
@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\

    MISC

\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\

    PRINT

\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.logo-mobile,
.commander-mobile {
    display: none;
}

.heading-content h2:after {
    content: "";
    display: block;
    height: 10px;
    width: 75px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 10px;
    position: absolute;
}

/*------------------------------------*\

    Commander

\*------------------------------------*/
.commander .heading-img {
    display: none;
}

.commander .content-search {
    text-align: left;
}

.commander .content-search input {
    border-bottom: 3px solid #AD3632;
    width: 700px;
    color: #1A1E29;
}

.commander .content-search input::-webkit-input-placeholder {
    color: #242424;
    white-space: nowrap;
}

.commander .content-search input:-moz-placeholder {
    color: #242424;
}

.search-commander .content-search i.icon-search {
    color: #1A1E29;
    cursor: pointer;
    display: inline-block;
}

.content-commander h3 {
    font-family: Camera Obscura;
    font-size: 1.563rem;
    text-align: center;
    color: #1A1E29;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.content-commander {
    padding-left: 35px;
}

.inputs-commander input[type="submit"] {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 4px;
}

.inputs-commander .form-group input.form-control,
.inputs-commander .form-group input::placeholder {
    font-family: 'Gotham', sans-serif;
    font-size: 1.250rem;
    letter-spacing: -0.4px;
    text-align: left;
    color: #1A1E29;
    padding-bottom: 15px;
    padding-left: 0;
}

.adresse-comm {
    margin-top: 100px;
}

.localite {
    margin-top: 30px;
}

#no-result {
    padding-left: 20%;
    padding-right: 20%;
}

section#hp-main-slider i {
    position: absolute;
    font-size: 30px;
    color: #FFFFFF;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    display: block !important;
}

section#hp-main-slider i.fa.fa-chevron-left.slick-arrow {
    left: 32px;
}

section#hp-main-slider i.fa.fa-chevron-right.slick-arrow {
    right: 32px;
}

video#home-video {
    width: 100%;
}

/*------------------------------------*\

    Pages

\*------------------------------------*/
.page article p {
    font-size: 1.063rem;
    color: #000;
    line-height: 1.88;
    margin-bottom: 30px;
}

.page h1 {
    font-size: 2.300rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-bottom: 75px;
    text-transform: uppercase;
    margin-top: 35px;
}

/*.page header.header-page {

    border-bottom: 1px solid #dcd7d7;

}*/
.pum-theme-347 {
    background-color: rgba(0, 0, 0, 0.58) !important;
}

.pum-open-overlay .wrapper {
    filter: blur(4px);
}

.pum-theme-347 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: rgb(173, 54, 50) !important;
}

.pum-theme-347 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: #FFFFFF !important;
}

.rouge, .marron {
    display: none;
}

.blanc {
    display: block;
}

img.logo-img.red,
img.icone-commander.ico-rouge {
    display: none;
}

/*------------------------------------*\

    language

\*------------------------------------*/
ul.lang, .wpml-ls-legacy-list-horizontal {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

ul.lang li, .wpml-ls-legacy-list-horizontal li {
    display: inline-block;
    padding: 0 5px;
}

ul.lang li a, ul.lang li a.active,
.wpml-ls-legacy-list-horizontal li a,
.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
    font-family: DIN;
    font-size: 1rem;
    letter-spacing: 0.2px;
    text-align: left;
    color: #FFFFFF;
    opacity: 1;
}

.home .header-page .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
    opacity: 1;
}

.header-page ul.lang li a,
.header-page .wpml-ls-legacy-list-horizontal li a,
.header-page .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
    color: #000000;
}

.home .header-page ul.lang li a,
.home .header-page .wpml-ls-legacy-list-horizontal li a span,
.home .header-page .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
    color: #FFFFFF;
}

.home .header-page.fixed-header .wpml-ls-legacy-list-horizontal li a span, .home .header-page.fixed-header .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
    color: #000000;
}

.home .header-page .in ul.lang li a {
    color: #000;
}

ul.lang li a, .wpml-ls-legacy-list-horizontal li a span {
    opacity: 0.36;
}

ul.lang li a:hover,
.wpml-ls-legacy-list-horizontal li a:hover {
    text-decoration: none;
}

ul.lang li:first-child,
.wpml-ls-legacy-list-horizontal li:first-child {
    border-right: 1px solid #D8D8D8;
}

/*.fixed-header ul.lang,

.fixed-header .wpml-ls-legacy-list-horizontal,

ul.lang {

	display:none;

}*/
.wpml-ls-legacy-list-horizontal a {
    padding: 3px 7px;
}

.foundresto .btn {
    background: #AD3632;
    color: #FFFFFF;
    border: 2px solid #AD3632;
}

.foundresto .btn:hover {
    color: #AD3632;
    background: none;
    box-shadow: none;
}

.home.page-template .fixed-header .menu li a:hover:after {
    background: #242424;
}

/*.home-image:hover img,

.img-resto:hover img,

.padmobile:hover img

/*.nopadding:hover img

.box-image:hover img  {*/
/*opacity: 1;

	-webkit-animation: flash 1.5s;

	animation: flash 1.5s;

	cursor:pointer;

}

@-webkit-keyframes flash {

	0% {

		opacity: .4;

	}

	100% {

		opacity: 1;

	}

}

@keyframes flash {

	0% {

		opacity: .4;

	}

	100% {

		opacity: 1;

	}

}*/
.home-image img,
.img-resto img,
.padmobile img,
.concept-page .nopadding img,
.franchise-page .box-image img,
.franchise-page .nopadding img,
.ingredient .box-image img,
.commander .img-comm img {
    /* webkit-transform: scale(1);

            transform: scale(1);

            -webkit-transition: .3s ease-in-out;

            transition: .3s ease-in-out;	*/
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}

.no-box {
    transition: none;
    transform: none;
}

.a-home, .box, .img-resto,
.box-image, .img-comm {
    overflow: hidden;
}

.a-home {
    display: block;
}

.home-image:hover img,
.img-resto:hover img,
.hover-im:hover img,
.concept-page .nopadding:hover img,
.franchise-page .box-image:hover img,
.ingredient .box-image:hover img,
.commander .img-comm:hover img {
    /*-webkit-transform: scale(0.98);

    transform: scale(0.98);

	opacity:0.8;*/
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.padmobile:hover .icone img,
.franchise-page .nopadding:hover .succes-icon img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-image:before,
.img-resto:before,
.padmobile:before {
    width: 100%;
}

.home .bloc-left.resto.wyp-bloc {
    height: 66.66%;
    margin-top: 0;
}

.home .img-resto {
    /*height: 33.33%;*/
    margin-bottom: 15px;
}

/*.home .img-resto img {

    padding-bottom: 15px;

}*/
/*.menu li.ingre {

    margin-right: 25px;

}*/
.hover-sp:hover {
    background: rgba(45, 42, 42, 0.32);
    margin: 0;
    border-radius: 4px;
}

.hover-sp {
    padding: 5px 0;
}

/*.menu li.ingre {

	margin-right: 15px;

}

.fixed-header .menu li.ingre {

    margin-right: 0px;

}

.home .menu li.ingre {

    margin-right: 15px;

}

.home .fixed-header .menu li.ingre {

    margin-right: 0;

}*/
#post-404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

article#post-404 p {
    font-size: 1.3rem;
}

article#post-404 h2 {
    margin-top: 40px;
}

article#post-404 h2 a {
    text-decoration: underline;
}

article#post-404 h2 a:hover {
    text-decoration: none;
}

article#post-404 h1 {
    margin-top: 4rem;
}

h1.title-mobile {
    display: none;
}

/*------------------------------------*\

    New header

\*------------------------------------*/
.sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    position: absolute;
    opacity: 0;
}

.icon-menu {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    color: #AD3632;
}

.icon-menu span {
    display: block;
    width: 16px;
    border-top: 2px solid;
}

.icon-menu span:nth-child(1) {
    margin-top: 3px;
}

.icon-menu span:nth-child(2) {
    margin-top: 2px;
}

.icon-menu span:nth-child(3) {
    margin-top: 2px;
}

.swappable {
    display: block;
}

.swappable img {
    display: block;
    width: 100%;
}

.header-page {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    font-family: Montserrat, sans-serif;
}

.header-page:before {
    background: #00ADAB;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.fixed-header .header-page.header-page_theme_dark-mode .nav {
    background: #00ADAB !important;
}

.header-page:before {
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: scaleY(0);
    -webkit-transform-origin: top;
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.15s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.15s;
    will-change: opacity, transform;
}

.mobile-header {
    height: 45px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.mobile-header .button-menu-header {
    display: flex;
    align-items: center;
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    top: 25px;
}

.mobile-header .button-menu-header p {
    font-family: Camera Obscura, sans-serif;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 15px;
}

.mobile-header .icon-menu {
    color: #FFF;
}

.fixed-header .mobile-header .icon-menu {
    color: #AD3632;
}

.logo-mobile {
    width: 90px;
    margin: 0 auto;
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    will-change: transform;
}

.nav-toggle {
    width: 45px;
    height: 45px;
    border: 0;
    outline: 0;
    position: absolute;
    left: 15px;
    top: 15px;
    background: transparent;
}

.commander-mobile {
    width: 24px;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav {
    opacity: 0;
    padding: 15px 15px 30px 30px;
    color: #888;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    will-change: opacity, transform;
}

.nav a {
    display: block;
}

.nav .menu-container {
    margin-top: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.nav .menu-item a {
    display: inline-block;
    padding: 5px 0;
}

.nav .menu-item.commander {
    margin-top: 10px;
}

.nav .menu-item.commander a {
    padding: 5px 15px;
    background: #AD3632;
    color: #FFF;
}

.nav .logo-widescreen {
    display: none;
}

.wpml-ls {
    margin-left: -10px;
    font-size: 0;
}

.wpml-ls li {
    display: inline-block;
    font-size: 12px;
}

.wpml-ls li + li {
    border-left: 1px solid #EEE;
}

.wpml-ls a {
    display: block;
    padding: 0 10px;
}

.header-page.header-page_state_nav-open:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.header-page.header-page_state_nav-open .mobile-header .icon-menu {
    color: #AD3632;
}

.header-page.header-page_state_nav-open .nav {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    background: #FFFFFF;
}

@media (min-width: 960px) {
    .header-page {
        height: 80px;
        color: #FFF;
        text-align: center;
    }

    .header-page:before {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .mobile-header {
        display: none;
    }

    .nav {
        height: 90px;
        padding: 15px;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }

    .nav .menu-container {
        position: relative;
        margin-top: 30px;
        font-size: 11px;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transition: opacity 0.3s, transform 0.3s;
        will-change: opacity, transform;
    }

    .nav .menu {
        position: absolute;
        top: 0;
    }

    .nav #menu-menu-principal-gauche {
        right: 50%;
        margin-right: 45px;
        text-align: right;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .nav #menu-menu-principal-droite {
        left: 50%;
        margin-left: 45px;
        text-align: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .nav .menu-item {
        display: inline-block;
    }

    .nav .menu-item a {
        display: block;
        padding-left: 6px;
        padding-right: 6px;
    }

    .nav .menu-item.commander {
        margin-top: -50px;
        margin-right: -19px;
    }

    .nav .menu-item.commander a {
        padding-top: 50px;
    }

    .nav .logo-widescreen {
        display: inline-block;
        width: 149px;
        height: 114px;
        margin-top: -30px;
        background-size: 149px auto;
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transition: opacity 0.3s, transform 0.3s;
        will-change: opacity, transform;
    }

    .wpml-ls {
        position: absolute;
        z-index: 99999;
    }

    .wpml-ls li {
        font-size: 10px;
    }

    .header-page.header-page_theme_dark-mode .nav {
        color: #FFF;
    }

    .header-page.header-page_state_minimized:before {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }

    .header-page.header-page_state_minimized .nav {
        color: #888;
    }

    .header-page.header-page_state_minimized .menu-container {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@media (min-width: 1441px) {
    .nav .menu-item.commander {
        margin-right: -4px;
    }
}

@media (min-width: 960px) {
    .nav .menu-container {
        font-size: 14px;
    }

    .nav #menu-menu-principal-gauche {
        margin-right: 60px;
    }

    .nav #menu-menu-principal-droite {
        margin-left: 50px;
    }

    .nav .menu-item a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav .logo-widescreen {
        transform: scale(0.8);
    }

    .nav .logo-widescreen .logo-fixed {
        display: none;
        margin: 25px auto;
    }

    .fixed-header .nav .logo-widescreen .logo-fixed {
        display: block;
    }

    .fixed-header .nav .logo-widescreen .logo-standard {
        display: none;
    }
}

@media (min-width: 1200px) {
    .nav .menu-container {
        font-size: 16px;
        letter-spacing: -0.6px;
    }

    .nav #menu-menu-principal-gauche {
        margin-right: 70px;
    }

    .nav #menu-menu-principal-droite {
        margin-left: 70px;
    }

    .fixed-header .nav #menu-menu-principal-gauche {
        margin-right: 50px;
    }

    .fixed-header .nav #menu-menu-principal-droite {
        margin-left: 50px;
    }

    .nav .menu-item a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav .logo-widescreen {
        transform: scale(1);
    }
}

@media (min-width: 1440px) {
    .fixed-header .nav #menu-menu-principal-gauche {
        margin-right: 70px;
    }

    .fixed-header .nav #menu-menu-principal-droite {
        margin-left: 70px;
    }
}

@media (min-width: 1670px) {
    .nav .menu-container {
        letter-spacing: -0.4px;
    }

    .nav .menu-item a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hero {
    height: 300px;
    background: #111;
}

.tile {
    height: 200px;
    background: crimson;
    margin: 15px;
}

@media (min-width: 720px) {
    .tile {
        height: 400px;
    }
}

.social.social-header {
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
    margin: 0;
}

.fixed-header .social.social-header {
    top: 0px;
}

#contact-btn {
    height: 19px;
}

.header-page #contact-btn .cls-1 {
    fill: #bebcbc;
}

.home #contact-btn .cls-1 {
    fill: #ffffff;
    transition: fill .4s ease;
}

#contact-btn:hover .cls-1 {
    fill: #ad3632;
}

.fixed-header .icon-fb:before,
.interne .icon-fb:before {
    cursor: pointer;
    z-index: 101;
}

.fixed-header .icon-fb:hover:before,
.interne .icon-fb:hover:before {
    color: #3B5998;
}

.fixed-header .icon-insta:before,
.interne .icon-insta:before {
    cursor: pointer;
    z-index: 101;
}

.fixed-header .icon-insta:hover:before,
.interne .icon-insta:hover:before {
    color: #E95950;
}

@media (max-width: 768px) {
    .social.social-header {
        right: 45px;
        top: 20px;
    }

    .home .social.social-header .icon-insta:before,
    .home .social.social-header .icon-fb:before {
        color: #BFBCBC;
    }

    .social.social-header .icon-insta:before,
    .social.social-header .icon-fb:before {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .social.social-header {
        right: 5px;
        top: 20px;
    }

    .social.social-header ul.r-social li a {
        margin-right: 15px;
    }
}

/*------------------------------------*\

    Queries

\*------------------------------------*/
@media (max-width: 1732px) {
    .commander .content-search input {
        width: 630px;
    }
}

@media (max-width: 1600px) {
    .commander .content-search input {
        width: 540px;
    }

    .menu li.commander a:before {
        height: 71px;
    }
}

@media (max-width: 1540px) {
    .footer .menu li {
        margin-right: 0;
    }
}

@media (max-width: 1440px) {
    .inputs-commander input[type="submit"] {
        margin-top: 10px;
    }

    .commander .content-search input {
        width: 450px;
    }

    .slick-home .slick-slide img {
        max-height: 550px;
    }

    #no-result {
        padding-left: 10%;
        padding-right: 10%;
    }

    ul.logo-footer {
        margin-left: 0;
    }

    ul.r-social {
        padding-left: 70px;
    }

    .home.page-template-home-template .menu li.commander a, .menu li.commander a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .menu li {
        margin-right: 0px;
    }

    .footer {
        padding: 80px 70px 50px;
    }

    .menu li {
        margin-right: 25px;
    }
}

@media (max-width: 1280px) {
    .search-bloc .btn {
        padding: 20px 45px;
    }

    .menu li {
        margin-right: 0;
    }

    .home.page-template #menu-menu-principal,
    .home.page-template #menu-main-menu-english {
        text-align: center;
    }

    .home .home-link {
        margin-right: -2px;
    }

    .bloc-left {
        padding: 2.5rem 6.5rem;
    }

    .nav .logo-widescreen {
        transform: scale(0.8);
    }

    .home-content {
        top: 15%;
        right: 15%;
    }
}

@media (max-width: 1220px) {
    .bloc-left {
        padding: 2.5rem 3.5rem;
    }

    .bloc-right {
        padding: 30px 60px;
    }
}

@media (max-width: 1220px) {
    .home.page-template-home-template .menu li a,
    .menu li a {
        font-size: 0.938rem;
    }

    header.header-page {
        padding: 0 2% !important;
    }
}

@media (max-width: 1100px) {
    .home.page-template-home-template .menu li a, .menu li a {
        font-size: 0.8rem;
        line-height: 10px;
    }

    .sticky-element-placeholder.sticky-element-active,
    header.header-page,
    li.home-link {
        height: 95px !important;
    }

    .resto-page .heading-content {
        width: 50%;
    }

    .search-bloc .btn {
        padding: 20px 25px;
    }
}

@media (max-width: 1024px) {
    .bloc-left {
        padding: 2.5rem 3.5rem;
    }

    .home-content {
        width: 35%;
    }

    .home.page-template-home-template .menu li a, .menu li a {
        font-size: 0.7rem;
    }

    .resto-page .heading-content {
        width: 60%;
    }

    li.home-link {
        transform: scale(.8);
    }

    header.header-page .menu li.home-link a, .page header.header-page .menu li.home-link a {
        line-height: 105px;
    }

    .sticky-element-placeholder.sticky-element-active, header.header-page, li.home-link {
        height: 115px !important;
    }

    .fixed-header li.home-link, header.header-page.fixed-header {
        height: 75px !important;
        background: #FFF;
    }

    ul.r-social {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    /*.row-eq-height {

		display:block !important;

	}*/
    .menu-container {
        display: none;
    }
}

@media (max-width: 960px) {
    html {
        font-size: 85%;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .sticky-element-placeholder.sticky-element-active {
        height: 50px !important;
    }

    .img-burritos {
        object-fit: cover;
    }

    .content-reverse {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
    }

    .container-fluid,
    #hp-main-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding-left0 {
        padding-left: 15px;
    }

    #hp-main-slider {
        margin-top: 15px;
    }

    /*----------menu--------------------------*/
    .sticky-element-placeholder.sticky-element-active,
    header.header-page,
    li.home-link {
        height: auto !important;
    }

    header.header-page.fixed-header {
        background: #00ADAB !important;
    }

    header.header-page {
        background: transparent !important;
    }

    header.header-page {
        background: #FFF;
        height: 75px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .home .navbar-default .navbar-collapse.in {
        margin-top: -40px;
        padding-top: 10px;
    }

    .navbar-toggle {
        float: left;
        margin-right: 0;
        margin-left: 15px;
        top: 20px;
        border-color: transparent;
        border: none;
        width: 100px;
    }

    .navbar-default {
        border-color: transparent;
        border: none;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #AD3632;
    }

    .home .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #FFFFFF;
    }

    .menu li, .header .menu {
        display: block;
        margin-bottom: 15px;
    }

    .home.page-template-home-template .menu li a, .menu li a {
        text-align: left;
        font-size: 1.1rem !important;
    }

    .logo-mobile {
        /*display: inline-block;*/
        margin: 0 auto;
        width: 90px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-header {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .logo-img {
        width: 80px;
    }

    .commander-mobile {
        float: right;
        width: 80px;
        position: absolute;
        top: 30px;
        display: block;
    }

    /*.home.page-template header.header-page {

		position: inherit;

		background: #ffffff;

	}*/
    .home.page-template li.current-menu-item a {
        color: black;
    }

    .home.page-template-home-template .menu li a, .menu li a {
        color: #999999;
    }

    .home.page-template-home-template .menu li.commander a {
        color: #FFFFFF;
    }

    .rouge,
    .fixed-header .marron {
        display: block;
    }

    .blanc,
    .fixed-header .rouge {
        display: none;
    }

    .home img.logo-img.red {
        display: none;
        width: 85px;
    }

    .home .active .logo-mobile,
    .home .fixed-header .logo-mobile {
        right: 0;
    }

    .home .fixed-header .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #AD3632;
    }

    /*----------Home--------------------------*/
    .home-content {
        float: none;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o--transform: translate(-50%, -50%);
        -ms--transform: translate(-50%, -50%);
        width: 50%;
    }

    .home-content p {
        margin-top: 27%;
    }

    .home-content h2 {
        text-align: center;
    }

    .home-content h2:after {
        position: inherit;
    }

    /*----------Footer--------------------------*/
    .footer {
        padding: 50px 40px;
        padding-bottom: 70px;
    }

    .footer .menu li {
        display: inline-block;
    }

    .bloc-section-content {
        margin-bottom: 0px;
    }

    .horraire {
        padding-left: 0;
    }

    .content-search input::-webkit-input-placeholder {
        color: #242424;
    }

    .content-search input:-moz-placeholder {
        color: #242424;
    }

    .content-search input {
        border-color: #AD3632;
    }

    .content-search i.icon-search {
        color: #AD3632;
    }

    section.search {
        background-color: #FFFFFF;
        padding-top: 20px;
    }

    .franchise-sect .padding-right0 {
        padding-left: 0;
    }

    .orange-bg.franchise-nb {
        margin-top: 15px;
    }

    p.author {
        display: none;
    }

    .container-succes {
        margin-bottom: 10px;
    }

    .succes p,
    section.succes {
        margin-top: 20px;
    }

    .slick-slider i {
        position: absolute;
        font-size: 30px;
        color: #FFFFFF;
        top: 50%;
        z-index: 100;
        cursor: pointer;
    }

    .slick-slider i.fa.fa-chevron-left.slick-arrow {
        left: 12px;
    }

    .slick-slider i.fa.fa-chevron-right.slick-arrow {
        right: 12px;
    }

    .resto-page .content-search input {
        color: #242424;
    }

    .commander .content-search {
        text-align: center;
    }

    .commander #search-result .content-search {
        text-align: left;
    }

    .search-bloc .btn {
        font-size: 1.1rem;
    }

    a#technical-load-more {
        display: block;
        color: #FFFFFF;
        font-style: normal;
        text-decoration: underline;
        margin-top: 40px;
    }

    .search-bloc .button {
        margin-left: 0;
    }

    ul.lang {
        /*display:none;	*/
        padding-left: 24px;
        margin-bottom: 20px;
    }

    ul#menu-menu-principal, .page ul#menu-menu-principal,
    ul#menu-main-menu-english, .page ul#menu-main-menu-english {
        clear: both;
    }

    ul.lang li a, ul.lang li a.active {
        font-size: 1.2rem;
    }

    nav.navbar.navbar-default.active .navbar-header {
        background: #FFFFFF;
    }

    /*.menu li:first-child a, .home.page-template-home-template .menu li:first-child a {

    padding-left: 8px;

}*/
    .disable-scroll,
    .disable-scroll body {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .padding-right0 {
        margin-left: 0;
    }

    .home .header-page ul.lang li a, .home .header-page .wpml-ls-legacy-list-horizontal li a span,
    .home .header-page .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
        color: #000000;
    }

    .page .wpml-ls-legacy-list-horizontal {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .home .wpml-ls-legacy-list-horizontal {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .home .wpml-ls-legacy-list-horizontal ul,
    .wpml-ls-legacy-list-horizontal ul,
    .wpml-ls-legacy-list-horizontal {
        padding-left: 0;
    }

    .swappable img {
        width: auto;
    }

    .fixed-header .swappable img:first-child,
    .fixed-header .swappable img.logo-img.red,
    .header-page_state_nav-open .swappable img:first-child {
        display: block;
    }

    .fixed-header .swappable img.home-blanc,
    .header-page_state_nav-open .swappable img.home-blanc,
    .swappable img.logo-img.red,
    .page .header-page_state_nav-open .swappable img.icone-commander.ico-blanc {
        display: none;
    }

    .page .swappable img.logo-img.red {
        margin: 7px auto;
    }

    .home .header-page_state_nav-open .swappable img:first-child {
        display: block;
    }

    .page .mobile-header .icon-menu,
    .home .fixed-header .mobile-header .icon-menu {
        color: #AD3632;
    }

    .home .mobile-header .icon-menu {
        color: #FFFFFF;
    }

    .header-page.header-page_state_nav-open .nav {
        margin-top: 27px;
    }

    .header-page:before {
        background: transparent;
    }

    .header-page.header-page_state_nav-open:before {
        background: #FFFFFF;
    }
}

@media (max-width: 768px) {
    .home-content h2:after {
        height: 6px;
        width: 40px;
    }

    .home-slide-nav {
        margin-bottom: 30px;
    }

    .btn {
        padding: 15px 25px;
    }

    .bloc-right {
        padding: 30px;
    }

    .img-home-slick {
        height: 480px;
    }

    .slick-home .slick-slide img {
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .franche .sp-choix {
        width: 100%;
    }

    .footer {
        position: relative;
        display: block;
    }

    .footer-logo {
        position: absolute;
        bottom: 30px;
    }

    ul.logo-footer {
        padding-left: 0;
    }

    #menu-menu-footer,
    #menu-menu-footer-3,
    #menu-menu-footer-2 {
        margin-bottom: 0px;
    }

    .menu-foo {
        top: -45px;
        margin-bottom: 20px;
    }

    .social {
        margin-top: 0;
        position: absolute;
        bottom: 40px;
        right: 0;
    }

    .home .bloc-left.resto.wyp-bloc {
        margin-top: 15px;
    }

    .logo-img {
        width: 60px;
    }

    .home .fixed-header .commander-mobile,
    .home .active .commander-mobile {
        right: -35px;
    }

    .commander-mobile {
        top: 15px;
    }

    .navbar-toggle {
        top: 5px;
    }
}

@media (max-width: 600px) {
    .concept-page .heading-img {
        height: 580px;
    }

    .specialite-img {
        height: 270px;
    }

    .ingredient .heading-img {
        height: 160px;
    }

    .content-search input {
        font-size: 1.333rem;
    }

    .resto-page .heading-content {
        width: 90%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o--transform: translate(-50%, -50%);
        -ms--transform: translate(-50%, -50%);
    }

    .content-search input {
        width: 250px;
    }

    .sep.nopadding {
        padding-bottom: 20px !important;
        border-bottom: 0;
        margin-bottom: 20px !important;
    }

    .search-bloc .button {
        padding-top: 20px;
    }

    .search-bloc {
        padding-top: 20px;
    }

    .search-bloc .icone,
    .search-bloc .title {
        display: none;
    }

    .franchise-page .heading-content h2 {
        display: none;
    }

    .franchise-page .heading-img {
        height: 190px;
    }

    .content-commander {
        padding-left: 0;
    }

    .commander .content-search input {
        width: 260px;
    }

    .commander .content-search input::placeholder {
        font-size: 1.1rem;
        word-wrap: break-word;
        width: 200px;
    }

    .resto-page .search-bloc .btn {
        padding: 15px 50px;
    }

    .resto-page .search-bloc .button {
        text-align: center;
    }

    /*.result-resto {

		margin-top: 0;

	}*/
    .logo-img {
        width: 60px;
    }

    .commander-mobile {
        top: 15px;
        right: -25px;
    }

    .fixed-header .commander-mobile,
    .home .commander-mobile,
    .active .commander-mobile {
        right: -25px;
    }

    .home .fixed-header .commander-mobile,
    .home .active .commander-mobile {
        right: -35px;
    }

    .navbar-toggle {
        top: 5px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 75%;
    }

    .home-content h2 {
        font-size: 1.50rem;
    }

    .home-content p {
        margin-top: 50%;
        font-size: 1.2rem;
    }

    .bloc-left {
        padding: 2.5rem 2.5rem;
    }

    .resto-page .heading-content p {
        font-size: 1.167rem;
        line-height: 1.43
    }

    .icone-search {
        top: 15px;
        width: 10%;
    }

    .content-search input {
        padding-bottom: 10px;
    }

    ul.r-social li a {
        font-size: 1.875rem;
        margin-right: 45px;
    }

    .icone-search {
        width: 9%;
    }

    #no-result .icone-search,
    #search-result .icone-search {
        width: 100%;
    }

    .icone-search {
        margin-right: 10px;
    }

    .footer .menu li.commander,
    .footer .menu li.emporter {
        width: 150px;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }

    .footer .menu li.commander a {
        border-bottom: 0;
        padding: 15px 0;
        text-align: center;
    }

    .footer .menu li.commander a:before {
        display: none;
    }

    section#hp-main-slider i.fa.fa-chevron-left.slick-arrow {
        left: 12px;
    }

    section#hp-main-slider i.fa.fa-chevron-right.slick-arrow {
        right: 12px;
    }

    .title h2:after {
        height: 6px;
        width: 45px;
    }

    .home-content {
        width: 57%;
        top: 43%;
    }

    .home-content p {
        margin-top: 85%;
    }

    #menu-menu-footer.menu li a,
    #menu-menu-footer-3.menu li a,
    #menu-menu-footer-2.menu li a {
        font-size: 1.14rem;
    }

    .concept-page .bloc-section-content {
        padding: 64px 44px;
    }

    .btn {
        font-size: 1.167rem;
    }

    .bloc-section-content h2 br {
        display: none;
    }

    .resto-commander {
        margin-top: 30px;
    }

    .active .menu-container {
        position: relative;
        top: -2px;
    }

    .home .navbar-default .navbar-collapse.in {
        margin-top: 0px;
    }

    h1.title-mobile {
        display: block;
        position: absolute;
        color: #FFF;
        top: 42%;
        left: 13%;
    }
}

@media (max-width: 375px) {
    .resto-page .heading-content {
        top: 65%;
    }

    div#restos-map.visible {
        height: 450px;
    }

    .commander .search-commander {
        margin-top: 50px;
    }
}

@media (max-width: 360px) {
    .bloc-right {
        padding: 20px;
    }

    .home-content {
        width: 60%;
    }

    .content-search input {
        width: 230px;
    }

    .content-search input {
        font-size: 1.2rem;
    }
}

@media (max-width: 320px) {
    div#restos-map.visible {
        height: 400px;
    }

    .content-search input {
        width: 220px;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        img.img-bloc2 {
            height: auto;
        }

        .bloc-left .btn {
            padding: 15px 10px;
        }

        video#home-video {
            display: none !important;
        }

        .no-video-image {
            display: block !important;
            height: 100%;
        }
    }

    #menu-menu-footer.menu li a,
    #menu-menu-footer-3.menu li a,
    #menu-menu-footer-2.menu li a {
        font-size: 0.87rem;
    }

    .concept-page .btn {
        padding: 15px 15px;
    }

    .concept-page .bloc-section-content {
        padding: 64px 24px;
    }

    h1.title-mobile {
        left: 9%;
    }

    #no-result {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.page-id-74 main {
    background: url(http://freshburritos.fr/wp-content/uploads/2017/06/mini-burrito.jpg);
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

article#post-74 p,
article#post-616 p {
    height: 383px;
    text-align: center;
    color: #FFF;
}

@media (max-width: 1440px) {
    article#post-74 p,
    article#post-616 p {
        height: 203px;
    }
}

@media (max-width: 1280px) and (max-height: 1024px) {
    article#post-74 p,
    article#post-616 p {
        height: 455px;
    }
}

/*-------------------------------------------------------------------------------*\
    Modification du menu
\*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*\
        Home menu
    \*-------------------------------------------------------------------------------*/
.home.page .menu li.emporter {
    margin-top: -50px;
    /* color: #ad3632; */
    background: rgba(224, 219, 219, 0.3);
    position: relative;
    /*box-shadow : 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.home.page .menu li.emporter a {
    color: #FFF;
    padding: 5px 15px;
    border-color: transparent;
}

.home.page .menu li.emporter a:before {
    content: "";
    display: inline-block;
    height: 70px;
    width: 100%;
    background: rgba(224, 219, 219, 0.3);
    position: absolute;
    top: -70px;
    left: 0px;
}

.home.page-template .menu li.emporter a:hover:after,
.home.page-template .menu li.commander a:hover:after {
    background: transparent;
}

/*-------------------------------------------------------------------------------*\
                                              FIN
    \*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*\
        Page interne menu
    \*-------------------------------------------------------------------------------*/
.page .menu li.emporter,
.page .fixed-header .menu li.emporter {
    margin-top: -50px;
    background: #FFF;
    position: relative;
    /* margin-left: 20px; */
}

.page .menu li.emporter a,
.page .fixed-header .menu li.emporter a {
    color: #AD3632;
    padding: 5px 15px;
    /*box-shadow : 0 8px 6px -6px rgba(0, 0, 0, 0.19);*/
    border: 2px solid #AD3632;
    border-top: 0;
}

/*.menu li.emporter a:hover:after {
            display:none;
            }*/
.page .menu li.emporter a:before,
.page .fixed-header .menu li.emporter a:before {
    content: "";
    display: inline-block;
    height: 70px;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: -70px;
    left: 0;
    /* box-shadow: 0 8px 6px -6px rgba(0,0,0,0.19); */
}

.page .fixed-header .menu li.emporter a:before,
.page .menu li.emporter a:before,
.home.page .fixed-header .menu li.emporter a:before {
    border: 2px solid #AD3632;
    border-bottom: 0;
}

.home.page .menu li.emporter a:before {
    border: none
}

.page .menu li.emporter a:hover:after,
.page .fixed-header .menu li.emporter a:hover:after,
.page .menu li.commander a:hover:after,
.page .fixed-header .menu li.commander a:hover:after {
    background: transparent;
}

/*.page .menu li.emporter a:before {
                 content: "";
                display: inline-block;
                height: 70px;
                width: 100%;
                background: rgba(224, 219, 219, 0.3);
                position: absolute;
                top: -70px;
                left: 0;

            }*/
.page .menu li.commander a,
.page .fixed-header .menu li.commander a {
    border: 2px solid #AD3632;
    border-right: 0;
}

.menu li.commander a:after,
.menu li.emporter a:after,
.menu li.commander a:hover:after,
.menu li.emporter a:hover:after,
.home.page-template .menu li.emporter a:hover:after,
.home.page-template .menu li.commander a:hover:after,
.page .menu li.emporter a:hover:after,
.page .menu li.commander a:hover:after,
.page .fixed-header .menu li.emporter a:hover:after,
.page .fixed-header .menu li.commander a:hover:after {
    background-image: url("images/livraison.svg");
    background-position: 20px center;
    content: "";
    display: block;
    height: 23px;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    width: 100%;
    left: 14px;
}

.page .fixed-header .menu li.commander a:hover:after,
.page .fixed-header .menu li.commander a:after {
    top: 30px;
}

@media (max-width: 1440px) {
    .menu li.commander a:after,
    .menu li.emporter a:after,
    .menu li.commander a:hover:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .home.page-template .menu li.commander a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .menu li.commander a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.commander a:hover:after {
        left: 2px;
    }
}

.menu li.emporter a:after,
.menu li.emporter a:hover:after,
.home.page-template .menu li.emporter a:hover:after,
.page .menu li.emporter a:hover:after,
.page .fixed-header .menu li.emporter a:hover:after {
    background-image: url("images/emporter.svg");
    height: 32px;
    top: -37px;
    left: 35px;
}

.home.page-template .menu li.emporter a:hover:after,
.home.page-template .menu li.emporter a:after {
    background-image: url("images/emporter-blanc.svg");
    height: 32px;
    top: -37px;
    left: 35px;
}

.page .fixed-header .menu li.emporter a:hover:after,
.page .fixed-header .menu li.emporter a:after,
home.page-template .fixed-header .menu li.emporter a:hover:after,
.home.page-template .fixed-header .menu li.emporter a:after {
    top: -30px;
}

home.page-template .fixed-header .menu li.emporter a:hover:after,
.home.page-template .fixed-header .menu li.emporter a:after {
    background-image: url("images/emporter.svg");
}

@media (max-width: 1440px) {
    .menu li.emporter a:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:after {
        left: 21px;
    }
}

@media (max-width: 1240px) {
    .menu li.emporter a:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:after {
        left: 12px;
    }
}

.fixed-header .nav .menu-item.commander a {
    padding-top: 58px;
}

.fixed-header .menu li.commander a:after {
    top: 30px;
}

.fixed-header .menu li.emporter a:after {
    top: -33px;
}

/*.home.page .menu li.commander a:hover {
                background: rgba(224,219,219,0.3);
                border-color: transparent;
                color:#fff;
            }

            .home.page .menu li.emporter a:hover,
            .home.page .menu li.emporter a:hover:before {
                border-color: #AD3632;
                background: #AD3632;
            }
            .home.page .menu li.commander a:hover:after,
            .page .menu li.commander a:hover:after,
            .page .fixed-header .menu li.commander a:hover:after{
                background-image : url("images/livraison-rouge.png");
                background-repeat: no-repeat;
            }

            .home.page .menu li.emporter a:hover:after,
            .page .menu li.emporter a:hover:after,
            .page .fixed-header .menu li.emporter a:hover:after{
                background-image : url("images/emporter-rouge.png");
                background-repeat: no-repeat;
            }
            .home.page .fixed-header .menu li.commander a:hover
            {
                background: #fff;
                border-color: #AD3632;
                color: #AD3632;
            }
            .home.page .fixed-header .menu li.emporter a:hover
            {
                color: #fff;
            }
            .page .menu li.emporter a:hover,
            .page .menu li.emporter a:hover:before{
                background: #AD3632;
                color: #fff;
            }
            .page .menu li.commander a:hover {
                background: #fff;
                color: #AD3632;
            }*/
#menu-menu-footer.menu li.commander a:after,
#menu-menu-footer-3.menu li.commander a:after,
#menu-menu-footer-2.menu li.commander a:after {
    top: -19px;
}

.footer .menu li.emporter a:before,
.home.page .footer .menu li.emporter a:before {
    height: 27px;
    top: -27px;
    background: rgba(224, 219, 219, 0.3);
    border: 0;
}

#menu-menu-footer.menu li.emporter a:after,
#menu-menu-footer-3.menu li.emporter a:after,
#menu-menu-footer-2.menu li.emporter a:after {
    top: -23px;
    background-image: url("images/emporter-blanc.svg");
}

#menu-menu-footer.menu li a,
#menu-menu-footer-3.menu li a,
#menu-menu-footer-2.menu li a {
    border: 0;
}

.footer #menu-menu-footer-3.menu li.commander,
.footer .menu li.commander {
    margin-right: -3px;
}

@media (min-width: 960px) and (max-width: 1440px) {
    .footer #menu-menu-footer-3.menu li.commander,
    .footer .menu li.commander {
        margin-right: -19px;
    }
}

@media (max-width: 1200px) {
    #menu-menu-footer.menu li a,
    #menu-menu-footer-3.menu li a,
    #menu-menu-footer-2.menu li a {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .footer #menu-menu-footer-3.menu li.commander,
    .footer .menu li.commander {
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 960px) and (max-width: 1025px) {
    ul.r-social li a {
        margin-right: 7px;
    }
}

#menu-menu-footer.menu li.emporter,
#menu-menu-footer-3.menu li.emporter,
#menu-menu-footer-2.menu li.emporter {
    background: rgba(224, 219, 219, 0.3);
}

:lang(en) > .menu li.commander a:after,
:lang(en) > .menu li.commander a:hover:after,
:lang(en) > .home.page-template,
:lang(en) > .home.page-template .menu li.commander a:hover:after,
:lang(en) > .page .menu li.commander a:hover:after,
:lang(en) > .page .fixed-header .menu li.commander a:hover:after {
    left: -13px;
}

:lang(en) > .menu li.emporter a:after,
:lang(en) > .menu li.emporter a:hover:after,
:lang(en) > .home.page-template .menu li.emporter a:hover:after,
:lang(en) > .page .menu li.emporter a:hover:after,
:lang(en) > .page .fixed-header .menu li.emporter a:hover:after,
:lang(en) > .home.page-template .menu li.emporter a:after {
    left: 9px;
}

/*-------------------------------------------------------------------------------*\
                                              FIN
    \*-------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
    :lang(en) > #menu-menu-footer-3.menu li a,
    :lang(en) > #menu-menu-footer-2.menu li a {
        padding: 8px 12px;
    }

    :lang(en) > #menu-menu-footer-3.menu li.emporter a,
    :lang(en) > #menu-menu-footer-2.menu li.emporter a {
        padding: 8px 15px;
    }
}

@media (max-width: 1240px) {
    .nav .menu-item a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .menu li.commander a:after,
    .menu li.emporter a:after,
    .menu li.commander a:hover:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .home.page-template .menu li.commander a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .menu li.commander a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.commander a:hover:after {
        left: -6px;
    }

    #menu-menu-footer.menu li.commander a:after,
    #menu-menu-footer-3.menu li.commander a:after,
    #menu-menu-footer-2.menu li.commander a:after {
        left: 0px;
    }

    .menu li.emporter a:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after {
        left: 11px;
    }
}

@media (max-width: 960px) {
    .page .menu li.emporter a:before,
    .home.page .menu li.emporter a:before,
    .menu li.emporter a:after,
    .menu li.commander a:after,
    .page .fixed-header .menu li.emporter a:before {
        display: none;
    }

    .home.page .menu li.emporter,
    .page .menu li.emporter {
        margin-top: 0;
        display: inline-block;
    }

    .home.page .menu li.emporter a,
    .page .menu li.emporter a,
    .page .fixed-header .menu li.emporter a {
        color: #AD3632;
        border: 2px solid #AD3632;
        padding: 12px;
    }

    .home.page .menu li.emporter {
        background: #fff;
    }

    .page .header-page .menu li.commander a {
        padding: 12px;
    }

    .page .fixed-header .menu li.emporter {
        margin-top: 0;
    }

    .menu li a, .page .menu li a {
        font-size: 1.1rem !important;
    }

    .menu li.commander a:after,
    .menu li.emporter a:after,
    .menu li.commander a:hover:after,
    .menu li.emporter a:hover:after,
    .home.page-template .menu li.emporter a:hover:after,
    .home.page-template .menu li.commander a:hover:after,
    .page .menu li.emporter a:hover:after,
    .page .menu li.commander a:hover:after,
    .page .fixed-header .menu li.emporter a:hover:after,
    .page .fixed-header .menu li.commander a:hover:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    :lang(en) > .nav .menu-container {
        font-size: 15px;
    }

    :lang(en) > .nav .menu-item a {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (min-width: 1240px) {
    :lang(en) > .menu li.commander a:after,
    :lang(en) > .menu li.commander a:hover:after,
    :lang(en) > .home.page-template,
    :lang(en) > .home.page-template .menu li.commander a:hover:after,
    :lang(en) > .page .menu li.commander a:hover:after,
    :lang(en) > .page .fixed-header .menu li.commander a:hover:after {
        left: -8px;
    }

    :lang(en) > .menu li.emporter a:after,
    :lang(en) > .menu li.emporter a:hover:after,
    :lang(en) > .home.page-template .menu li.emporter a:hover:after,
    :lang(en) > .page .menu li.emporter a:hover:after,
    :lang(en) > .page .fixed-header .menu li.emporter a:hover:after,
    :lang(en) > .home.page-template .menu li.emporter a:after {
        left: 17px;
    }
}

@media (min-width: 1441px) {
    :lang(en) > .menu li.commander a:after,
    :lang(en) > .menu li.commander a:hover:after,
    :lang(en) > .home.page-template,
    :lang(en) > .home.page-template .menu li.commander a:hover:after,
    :lang(en) > .page .menu li.commander a:hover:after,
    :lang(en) > .page .fixed-header .menu li.commander a:hover:after {
        left: -1px;
    }

    :lang(en) > .menu li.emporter a:after,
    :lang(en) > .menu li.emporter a:hover:after,
    :lang(en) > .home.page-template .menu li.emporter a:hover:after,
    :lang(en) > .page .menu li.emporter a:hover:after,
    :lang(en) > .page .fixed-header .menu li.emporter a:hover:after,
    :lang(en) > .home.page-template .menu li.emporter a:after {
        left: 29px;
    }
}

@media (min-width: 1500px) {
    :lang(en) > .nav .menu-container {
        font-size: 16px;
    }

    :lang(en) > .nav .menu-item a {
        padding-left: 15px;
        padding-right: 15px;
    }

    :lang(en) > .menu li.commander a:after,
    :lang(en) > .menu li.commander a:hover:after,
    :lang(en) > .home.page-template,
    :lang(en) > .home.page-template .menu li.commander a:hover:after,
    :lang(en) > .page .menu li.commander a:hover:after,
    :lang(en) > .page .fixed-header .menu li.commander a:hover:after {
        left: 2px;
    }
}

/*-------------------------------------------------------------------------------*\
                                          FIN
\*-------------------------------------------------------------------------------*/
.grid-item > div {
    display: inline-block;
    width: 100%;
}

/* Click & collect */

#zwgth.haslogo .logo {
    display: none;
}

#zwgth.haslogo h1 {
    background-color: #AD3632;
    padding: 20px;
    color: #fff;
}

.restaurant_selection .restaurants .active a, .restaurant_selection .restaurants a:focus, .restaurant_selection .restaurants a:hover {
    background-color: #AD3632;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    border: none;
    background-color: #AD3632;
    font-weight: 700;
    font-size: 14px;
}

.mheader {
    font-size: 14px;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
    background: #8b1f1b;
}

#zwgth .back {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 18px;
    margin-left: 15px;
    font-weight: 500;
    color: #fff;
    z-index: 9999;
}

@media (min-width : 768px) {
    #zwgth .back {
        display: block;
        position: absolute;
        width: initial;
    }
}

.tag_list {
    list-style: none;
    background-color: #AD3632;
}

.tag_list .active a.nobg .lab, .tag_list a:hover.nobg .lab {
    background-color: #8b1f1b;
    color: #ffffff;
}

.items_list li .price {
    color: #AD3632;
}

#zmodal .modal-header,
#zmodal .optionbox h4, #zmodal .part h4 {
    background-color: #AD3632;
}

.tag_list a,
.restaurant_selection .restaurants a,
.optionbox,
.items_list li a,
.optionbox h4 {
    font-weight: 500 !important;
}

.items_list li .name {
    font-weight: 500;
    font-size: 20px;
}

.optionbox h4 small{
    font-weight: 500;
    color: #ffffff;
}

.modal-body .checkbox input[type=checkbox] {
    height: 18px;
    margin-top: 0;
}

#cart #cart-toggle-btn {
    height: 70px;
    width: 70px;
    left: -70px;
}

#cart #cart-toggle-btn .cart_nb_items {
    background-color: #AD3632;
    font-size: 16px;
    font-weight: 900;
    height: 35px;
    width: 35px;
    left: -21px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtag_list a {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    border: 1px solid #e85245;
    background-color: #e85245;
    text-decoration: none;
}

.subtag_list .active a {
    color: #e85245;
    border: 1px solid #e85245;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 6px;
    text-align: center;
    background-color: #fff;
}

.subtag_list a:hover {
    background-color: #fff;
    color: #e85245;
    text-decoration: none;
}

.restaurant_selection #gmap {
    height: 400px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }

    .restaurant_selection .row {
        gap: 33px;
        display: flex;
    }

    .restaurant_selection .row .restaurants {
        overflow-y: scroll;
        height: 400px;
        padding: 0;
    }
}

.restaurant_selection .restaurants a {
    padding: 20px;
}

.btn-primary,
.btn,
select.form-control,
.form-group input,
.form-group select{
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#resto select.form-control {
    font-size: 13px;
    font-weight: 700;
}

.wp-block-image img {
    object-fit: initial;
    width: 100%;
    height: auto;
}

.hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98vh;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 32.56%, rgba(0, 0, 0, 0) 100%);
}

.hero-section .hero-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .bottom-losange {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hero-section h1 {
    font-family: Camera Obscura, sans-serif;
    max-width: 930px;
    position: absolute;
    color: #ffffff;
    z-index: 9;
    line-height: 110%;
    font-size: 52px;
    padding: 14px;
}

.image-text-section .d-flex {
    display: block;
}

.image-text-section .row div:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text-section {
    padding-top: 20px;
}

.image-text-section__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text-section__image {
    height: 416px;
    margin-top: 15px;
}

.image-text-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text-section__content {
    background-color: #00ADAB;
    padding: 5vw;
    color: #fff;
}

.image-text-section__content .image-text-section__description {
    font-size: 17px;
}


.image-text-section__content h2 {
    font-family: Camera Obscura, sans-serif;
    font-size: 27px;
    line-height: 116%;
    margin-bottom: 25px;
}

.image-text-section__right {
    padding: 15px;
}

@media (min-width: 960px) {
    .hero-section h1 {
        font-size: 80px;
    }

    .image-text-section .d-flex {
        display: flex;
    }

    .image-text-section__content h2 {
        font-size: 42px;
    }

    .image-text-section__right {
        padding: 0;
        margin: 0;
    }

    .image-text-section__image {
        height: 450px;
        margin-top: 15px;
    }
}

.specialites-slider .fa-chevron-left {
    right: 95px;
}

.specialites-slider .slick-arrow {
    background: #FF4F78;
    position: absolute;
    color: #fff;
    width: 45px;
    bottom: 60px;
    z-index: 999;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

s#p-main-slider {
    position: relative;
}

.specialites-slider .fa-chevron-right {
    right: 40px;
}

.specialites-slider .specialite-img {
    height: 75vh;
}

@media (min-width: 960px) {
    .specialites-slider .specialite-content {
        top: 25%;
    }
}

.specialites-slider .specialite-content h1 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Camera Obscura';
}

#sp-main-slider .bottom-losange {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.specialite-pdf {
    padding: 50px 0;
}

.specialite-pdf h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Camera Obscura';
    margin-bottom: 20px;
}

@media  (min-width: 960px) {
    .specialite-pdf {
        padding: 100px 0;
    }

    .specialite-pdf h3 {
        margin-bottom: 0;
    }
}