/********************************/

/* COMMONS                      */

/********************************/

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

*:focus {
    outline: none;
}

a {
    outline: 0;
}

@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700i");
body {
    background: #eeeeee;
    font-family: "Lato", sans-serif;
    counter-reset: h3;
}

.nav.language {
    margin-right: 45px;
    flex-direction: row;
}

.nav.language li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 29px;
    height: 15px;
    margin-right: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav.language li:nth-child(1) a:before {
    background-image: url("../media/FR.e1b07ec030db.png");
}

.nav.language li:nth-child(2) a:before {
    background-image: url("../media/EN.d32f463dcc29.jpg");
}

.nav.language a {
    color: #000;
    line-height: 5rem;
}

#map_form {
    margin-bottom: 30px;
}

#restaurant_name-zone {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.go-to-polygon {
    background: #79aec8;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.zone-info-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.zone-info-price {
    margin-bottom: 8px;
}

.zone-info-price:last-child {
    margin-bottom: 0;
}

.wrapper-info-zone {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.wrapper-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.zone-info-title {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    position: relative;
}

.zone-info-title.active:after {
    content: "–";
}

.zone-info-title:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.zone-info-block:last-child {
    border-bottom: 1px solid #ccc;
}

.restaurant-name {
    margin-bottom: 6px;
    font-weight: 800;
}

.restaurant-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.price-info {
    margin-bottom: 5px;
}

.action-btn {
    width: 100%;
    background-color: #609ab6;
    color: #fff;
    outline: none;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.action-btn-edit {
    margin-bottom: 5px;
    margin-top: 8px;
}

.map-wrapper {
    display: flex;
    padding: 20px 40px;
    background-color: #fff;
}

.map-settings select {
    background-color: #fff;
    height: 35px;
    width: 175px;
    margin: 0 26px 0 0;
}

.map-settings input {
    margin: 0;
}

#div-slot {
    margin-bottom: 25px;
}

.polygon-btn {
    margin-bottom: 25px;
}

.slot-item b {
    display: block;
    margin-bottom: 4px;
}

.select-slots .form-control {
    width: 175px;
    height: 35px;
}

.slot-item {
    margin-bottom: 25px;
}

.map-settings .remove-slot {
    margin-left: 17px;
}

#zone-textarea textarea {
    width: 300px;
}

#map-canvas {
    width: calc(100% - 440px);
    height: 800px;
    padding: 0;
}

.map-settings {
    width: 400px;
    margin-right: 40px;
}

#zone-title {
    margin-right: 30px;
}

.zone-heading {
    margin-bottom: 25px;
}

#zone-textarea {
    margin-bottom: 25px;
}

.map-settings input[type=button] {
    min-width: 98px;
}

.zone-group input {
    z-index: 10;
    height: 35px;
    width: 175px;
}

#zone-color input {
    width: 95px;
}

.zone-group b {
    display: block;
    margin-bottom: 4px;
}

.zone-heading {
    display: flex;
    align-items: center;
}

.contener {
    /*  max-width: 95%;*/
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

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

h1,
h2,
h3 {
    margin: 0;
}

h2 {
    font-size: 1.875em;
    font-weight: 300;
    line-height: 1.8em;
    position: relative;
    clear: left;
    /*margin-bottom: 3rem;*/
    margin-bottom: 0.5em;
}

.page-503 {
    background-image: url("../media/asiakeo-maintenance-mode.ed3b9244e247.webp");
    background-position: top;
    background-size: cover;
    height: 100%;
}

.page-503-content {
    position: absolute;
    bottom: 5vh;
    left: 46%;
    padding-right: 30px;
}

.page-503-text {
    font-size: 21px;
    color: red;
    margin: 0 0 12px 0;
}

.page-503-title {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 27px;
}

@media (orientation: portrait) {
    .page-503 {
        background-image: url("../media/503_mobile.8caa44e33a7c.png");
    }

    .page-503-content {
        left: 54%;

    }
}

@media screen and (max-width: 575px) and (orientation: portrait) {
    .page-503-content {
        bottom: 3vh;
        padding-right: 15px;
    }

    .page-503-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page-503-text {
        font-size: 14px;
        margin: 0 0 8px 0;
    }
}

@media screen and (max-width: 1400px) {
    h2 {
        margin-bottom: 1rem;
    }
}

.warning-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000038;
    z-index: 8000;
    overflow: auto;
}

.delete-produit {
    cursor: pointer;
}

.warning-modal-content {
    background-color: #fff;
    padding: 60px 80px;
    max-width: 640px;
    margin: 20vh auto 50px;
}

.name-adresse {
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1em;
    z-index: 11;
}

.warning-modal-title {
    margin-bottom: 25px;
    text-align: center;
}

.warning-modal-description {
    text-align: center;
    margin-bottom: 25px;
}

.warning-modal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-modal-buttons .modal-btn {
    width: 150px;
    margin: 0 5px;
}

.modal__btn.basket-add {
    font-size: 0.8571428571428571em;
    line-height: 2.5em;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s;
    margin: 1em auto 0 auto;
    background-color: #dd0d1d;
    max-width: 240px;
    color: #fff;
}

.modal__btn.basket-add:hover {
    background-color: transparent;
    color: #dd0d1d;
}

img.modal-image {
    margin: 0 auto;
    width: 50%;
    display: block;
    height: 200px;
    object-fit: cover;
}

@media screen and (max-width: 544px) {
    .warning-modal-content {
        background-color: #fff;
        padding: 40px 40px;
        margin: 20vh 15px 50px;
    }

    .warning-modal-title {
        margin-bottom: 20px;
    }
}

h2:before {
    content: "";
    display: block;
    width: 30px;
    background-color: #dd0d1d;
    height: 2px;
    position: absolute;
    left: -3rem;
    top: 0.9em;
}

figure {
    margin: 0;
}

/********* BURGER ************/

.hamburger {
    padding: 15px 15px;
    width: 5em;
    height: 5em;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: left;
    display: none;
}

@media screen and (max-width: 1090px) {
    .hamburger {
        display: block;
        width: 4.25em;
        height: 4.25em;
    }

    .nav.language {
        display: flex;
        position: absolute;
        right: 0;
        top: -15px;
        margin-right: 28px;
    }

    .nav.language li:nth-child(1) {
        margin-right: 20px;
    }
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 16px;
    height: 12px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 16px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 5px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 10px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

/*****************************/

@media screen and (max-width: 1090px) {
    .main {
        position: relative;
        /*-webkit-transform: translateX(0);*/
        -webkit-backface-visibility: hidden;
        /*  -webkit-perspective: 1000;
        -webkit-transform-style: flat;*/
        height: 100vh;
        transition: transform 0.25s;
    }

    .is-opened .main {
        transform: translateX(60vw);
    }

    .is-opened,
    .is-opened body {
        overflow: hidden;
        height: 100%;
        min-height: 100%;
        /* you shall not pass! */
    }

    .is-opened header {
        position: absolute;
    }

    .is-opened .nav-responsive {
        visibility: visible;
        display: inherit;
    }
}

@media screen and (max-width: 700px) {
    .is-opened .main {
        transform: translateX(80vw);
    }

}

header {
    /*border-bottom: 1px solid rgb(207, 207, 207);*/
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
}

header .logo-all {
    width: auto;
    height: 2em;
    float: left;
    margin: 1.5em 0 1.5em 2em;
}

@media screen and (max-width: 1090px) {
    header .logo-all {
        width: 7.5em;
        height: auto;
        margin: 1.5em auto;
        float: none;
        display: block;
    }
}

header .nav-responsive {
    float: left;
    line-height: 5em;
}

header .nav-responsive .logo-respo {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1090px) {
    header .nav-responsive .logo-respo {
        display: inherit;
        visibility: inherit;
    }

    header .nav-responsive .logo-respo a {
        height: 4.25em;
    }

    header .nav-responsive .logo-respo .logo-all {
        margin: 0.5em 0 0 0;
    }

    header .nav-responsive {
        float: none;
        line-height: 5em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -60vw;
        width: 60vw;
        background-color: #eeeeee;
        background: url("/static/media/bck_menu.8c7532387955.jpg") center bottom no-repeat;
        z-index: 80;
        min-height: 100vh;
        overflow: hidden;
        /*padding: 2em;*/
    }

    header .nav-responsive li a {
        -webkit-font-smoothing: antialiased;
        font-size: 1em;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 1rem 3rem;
        border-bottom: 1px solid rgb(231, 226, 226);
    }
}

header .nav-responsive .sous-menu {
    display: none;
}

@media screen and (max-width: 1090px) {
    header .nav-responsive .sous-menu {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    header .nav-responsive {
        left: -80vw;
        width: 80vw;
    }
}

header ul li {
    font-weight: 400;
    position: relative;
    display: inline;
    margin-left: 2em;
    line-height: 2em;
}

@media screen and (max-width: 1090px) {
    header ul li {
        display: block;
        margin-left: 0;
    }
}

header ul li a {
    font-size: 0.9em;
    font-weight: 700;
}

header ul li a:hover {
    color: #dd0d1d;
}

header .nested-nav {
    float: right;
    display: flex;
}

@media screen and (max-width: 1090px) {
    header .nested-nav {
        position: absolute;
        width: 100%;
        float: none;
        top: 0;
    }
}

header .nested-nav a {
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font-weight: 700;
    font-size: 0.9em;
}

header .nested-nav a:hover {
    color: #dd0d1d;
}

header .nested-nav a:hover i {
    color: #000;
}

header .nested-nav .account-user,
header .nested-nav .panier {
    display: block;
    line-height: 5rem;
    /*width: 5em;*/
    /*color: #fff;*/
    text-align: center;
    float: left;
    color: #000;
}

#message_error {
    clear: both;
}

#jour_id {
    /*margin-top: 1em;*/
}

@media screen and (max-width: 1090px) {
    header .nested-nav .account-user,
    header .nested-nav .panier {
        /*height: 4.25em;
        /*width: 4.25em;
        color: #fff;
        text-align: center;
        line-height: 4.25em;
        float: left;*/
    }
}

header .nested-nav .account-user i,
header .nested-nav .panier i {
    font-size: 1.2em;
    margin-left: 1em;
}

header .nested-nav .account-user {
}

@media screen and (max-width: 1090px) {
    header .nested-nav .account-user {
        display: none;
    }
}

header .nested-nav .panier {
    margin: 0 2em;
    padding-left: 2em;
    padding-right: 1em;
    position: relative;
}

@media screen and (max-width: 1090px) {
    header .nested-nav .panier {
        display: block;
        line-height: 4.25rem;
        float: right;
        margin-left: 0;
        padding-left: 0;
    }

    header .nested-nav .panier span {
        display: none;
    }

    header .nested-nav .panier i {
        margin: 0;
    }
}

header .nested-nav .panier sup {
    background-color: #dd0d1d;
    color: #fff;
    line-height: 1.5rem;
    width: 1.5rem;
    font-size: 75%;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 1.4em;
}

@media screen and (max-width: 1090px) {
    header .nested-nav .panier sup {
        top: 0.8em;
    }
}

header .nested-nav .panier:before {
    height: 1em;
    width: 2px;
    content: "";
    display: block;
    top: 2rem;
    left: 0;
    position: absolute;
    background-color: lightgrey;
}

@media screen and (max-width: 1090px) {
    header .nested-nav .panier:before {
        display: none;
    }
}

.dropdown-menu {
    clear: both;
    margin-top: 1em;
    display: none;
    -webkit-backface-visibility: hidden;
}

.dropdown-menu .drop-item {
    width: 16.66667%;
    text-align: center;
    float: left;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.dropdown-menu .drop-item:hover {
    border: 1px solid #dd0d1d;
}

.dropdown-menu .drop-item a:hover > .preview-img {
    -webkit-transform: perspective(1px) scale(1.2);
    transform: perspective(1px) scale(1.2);
}

@media screen and (max-width: 1400px) {
    .dropdown-menu .drop-item {
        width: 25%;
    }
}

@media screen and (max-width: 1090px) {
    .dropdown-menu {
        display: none;
        visibility: hidden;
    }
}

.dropdown-menu .drop-item a {
    min-height: 100px;
    margin: 1.5em 0;
    display: block;
}

.dropdown-menu .drop-item a .preview-img {
    max-width: 37%;
    height: auto;
    z-index: 1;
    position: relative;
    transition: transform 0.2s linear;
    vertical-align: middle;
}

.dropdown-menu .drop-item a h3 {
    text-transform: uppercase;
    font-size: 0.75em;
    z-index: 10;
    position: relative;
}

.dropdown-menu:before,
.dropdown-menu:after {
    content: " ";
    display: table;
}

.dropdown-row:before,
.dropdown-row:after {
    content: " ";
    display: table-row;
}

.header-spacer {
    height: 7em;
}

@media screen and (max-width: 1090px) {
    .header-spacer {
        height: 4.25em;
    }
}

.content {
    margin: 0 2em 2em 2em;
    position: relative;
}

@media screen and (max-width: 1090px) {
    .content {
        margin: 0;
    }
}

#familles {
    columns: 6;
    background-color: rgb(207, 207, 207);
    padding: 2em 0;
    margin-bottom: 2em;
}

#familles ul li {
    font-size: 0.875em;
}

#familles ul li a {
}

#listeproduits,
#ariane-select {
    position: relative;
    width: auto;
    margin-right: 30.125em;
    padding: 2em 3em;
    box-sizing: border-box;
    background-color: #fff;
    clear: left;
}

@media screen and (max-width: 1400px) {
    #listeproduits,
    #ariane-select {
        margin-right: 26em;
        /*padding-top: 37.5%;*/
    }
}

@media screen and (max-width: 1090px) {
    .content #listeproduits,
    #ariane-select {
        margin-right: 0;
        /*padding-top: 37.5%;*/
    }
}

#ariane-select {
    border-bottom: 1px solid rgb(231, 226, 226);
    position: relative;
    line-height: 3.375rem;
    overflow: hidden;
}

#ariane-select .ariane-cont {
    margin: 0;
    font-weight: 300;
    font-size: 1.4em;
}

#ariane-select .ariane-cont a {
    color: #dd0d1d;
}

#ariane-select .ariane-cont span {
    color: #c9c4c4;
}

@media screen and (min-width: 720px) {
    #ariane-select #menu-change {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .nav.language {
        margin-right: 13px;
    }
}

.image-tooltip {
    width: calc((100% - 58px) / 5);
    position: absolute;
    left: 0;
    height: calc(100% - 2em);
    top: 1em;
    opacity: 0;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
    visibility: hidden;
    background-repeat: no-repeat;
    border: 2px solid #dd0d1d;
    border-radius: 10px;
    transition: background 0.4s linear;
    z-index: 99;
    box-sizing: border-box;
    /*-webkit-box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.49);
  box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.49);*/
}

@media screen and (max-width: 1400px) {
    .image-tooltip {
        width: calc((100% - 58px) / 4);
    }
}

@media screen and (max-width: 1090px) {
    .image-tooltip {
        display: none;
    }
}

.column-menu-carte {
    -webkit-column-count: 5;
    /* Chrome, Safari, Opera */
    -moz-column-count: 5;
    /* Firefox */
    column-count: 5;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid rgb(231, 226, 226);
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid rgb(231, 226, 226);
    /* Firefox */
    column-rule: 1px solid rgb(231, 226, 226);
    -webkit-column-width: 20%;
    /* Chrome, Safari, Opera */
    -moz-column-width: 20%;
    /* Firefox */
    column-width: 20%;
}

@media screen and (max-width: 1400px) {
    .column-menu-carte {
        -webkit-column-count: 4;
        /* Chrome, Safari, Opera */
        -moz-column-count: 4;
        /* Firefox */
        column-count: 4;
        -webkit-column-width: 25%;
        /* Chrome, Safari, Opera */
        -moz-column-width: 25%;
        /* Firefox */
        column-width: 25%;
    }
}

@media screen and (max-width: 721px) {
    .column-menu-carte {
        display: none;
    }
}

.column-menu-carte a {
    display: block;
    line-height: 1.25em;
    position: relative;
    font-weight: bold;
}

.column-menu-carte a:hover:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    content: "";
    border-right: 6px solid #dd0d1d;
    position: absolute;
    right: -20px;
    top: 2px;
}

.tablet-index {
    font-size: 14px;
    font-weight: bold;
}

.tablet-index .basket-add {
    font-size: 1.5em;
}

.tablet-index h2::before {
    content: none;
}

/* .tablet-index #checkout-cart {
  overflow: auto;
  padding: 0 !important;
  position: relative;
} */
.tablet-index .name-produit,
.tablet-index .qte-produit,
.tablet-index .price-produit {
    width: 100%;
    font-size: 12px;
}

.tablet-index.tablet-checkout .name-produit,
.tablet-index.tablet-checkout .qte-produit,
.tablet-index.tablet-checkout .price-produit {
    width: 45%;
}

.tablet-checkout .infos-produit .qte-produit {
    transform: scale(1.5, 1.5);
    display: flex;
    justify-content: center;
}

.tablet-checkout .infos-produit .qte-produit .modifQte {
    margin: 0;
}

.tablet-index .infos-produit {
    display: flex;
    flex-wrap: wrap;
}

.tablet-index h2 {
    width: 100%;
    font-weight: bolder;
}

.tablet-index .ligne-produit .img-produit img {
    width: 100%;
}

.tablet-cart h2,
#checkout-cart h2 {
    text-align: center;
}

.tablet-cart .scroll-wrapper {
    height: 100%;
}

.tablet-index .price-checkout-span {
    line-height: 2;
    width: 200px;
}

.tablet-index .mini-products-basket {
    padding: 0;
}

.tablet-index .ligne-produit .infos-produit {
    width: 100% !important;
    margin-left: 0 !important;
}

.tablet-index.tablet-checkout .ligne-produit .infos-produit {
    width: 80%;
    margin-left: 10px;
}

.tablet-index .ligne-produit .img-produit {
    width: 41% !important;
}

.tablet-index .ligne-produit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tablet-checkout .ligne-produit {
    display: flex;
}

.tablet-checkout .ligne-produit .img-produit {
    width: 15% !important;
    margin-left: 0;
    margin-right: 10px;
}

.tablet-index #accessoires form {
    width: 100%;
}

.tablet-index .accessories-price {
    margin-top: 20px;
    width: 100% !important;
}

.tablet-index .accessories-price .price-checkout-span {
    margin: auto;
}

.tablet-index #accessoires h2 {
    width: 100%;
}

.tablet-index #in-shop-form {
    display: inline-grid;
}

.tablet-index #in-shop-form span {
    padding-bottom: 15px;
}

.tablet-index .mini-products-basket {
    width: calc(100% / 4);
}

.tablet-index .column-menu-carte a:hover:after {
    content: none;
}

.tablet-index #first_name_short {
    width: 100%;
}

@media screen and (max-width: 1090px) {
    .column-menu-carte a:hover:after {
        content: none;
    }
}

.column-menu-carte a.arrow-left:hover:after {
    left: -20px;
    right: inherit !important;
    border-left: 6px solid #dd0d1d;
    border-right: 0 !important;
}

.column-menu-carte a:hover,
.column-menu-carte a.selected {
    color: #dd0d1d;
}

#ariane-select select {
    text-align: left;
    color: #dd0d1d;
    text-decoration: none;
    font-weight: 300;
    padding: 0.5em;
    height: 2.5rem;
    font-size: 16px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #dd0d1d;
    border-image: initial;
    transition: all 0.3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNy42IDEwMy4yIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTcuNiAxMDMuMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iI0REMUYyNiIgcG9pbnRzPSIyOC42LDQyLjIgNTksMCA4OSw0Mi4yICIvPjxwb2x5Z29uIGZpbGw9IiNERDFGMjYiIHBvaW50cz0iODksNjAuOSA1OSwxMDMuMiAyOC42LDYwLjkgIi8+PC9zdmc+);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: transparent;
}

@media screen and (max-width: 720px) {
    #ariane-select select {
        width: 100%;
    }
}

#ariane-select select option:not(:checked) {
    color: #000;
}

.bloc-pdt {
    perspective: 1px;
    float: left;
    position: relative;
    padding: 0.5em;
    width: 25%;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 27.5%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 3em;
}

@media screen and (min-width: 1921px) {
    .bloc-pdt {
        padding-top: 17.5%;
        width: calc(100% / 6);
    }
}

@media screen and (min-width: 2300px) {
    .bloc-pdt {
        padding-top: 13.5%;
        width: calc(100% / 8);
    }
}

@media screen and (min-width: 3000px) {
    .bloc-pdt {
        padding-top: 10.5%;
        width: calc(100% / 12);
    }
}

@media screen and (max-width: 1090px) {
    .bloc-pdt {
        border: 2px solid #fff;
    }
}

@media screen and (max-width: 1400px) {
    .bloc-pdt {
        width: calc(100% / 3);
        padding-top: 37.5%;
    }
}

@media screen and (max-width: 1090px) {
    .bloc-pdt {
        width: 25%;
        padding-top: 27.5%;
    }
}

@media screen and (max-width: 920px) {
    .bloc-pdt {
        width: calc(100% / 3);
        padding-top: 37.5%;
    }
}

@media screen and (max-width: 720px) {
    .bloc-pdt {
        width: 50%;
        padding-top: 50%;
    }
}

@media screen and (max-width: 580px) {
    .bloc-pdt {
        width: 100%;
        padding-top: 100%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1091px) {
    #form-formule .bloc-pdt {
        /*  width: 20%;
        padding-top: 20%;*/
        width: 12em;
        padding-top: 15em;
    }
}

@media screen and (max-width: 580px) {
    #form-formule .bloc-pdt {
        padding-top: 0;
        height: auto;
        margin-bottom: 0;
    }

    .line-to-check .bloc-pdt .bloc-pdt-abs {
        position: relative !important;
    }
}

#form-formule .bloc-pdt input {
    position: relative;
    z-index: 100;
}

#form-formule input[type="radio"] {
    display: none;
}

#form-formule .falseradio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: -2em;
    background-color: #eee;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1400px) {
    #form-formule .falseradio {
        margin-top: -1em;
    }
}

@media screen and (max-width: 580px) {
    #form-formule .falseradio {
        margin-top: -2em;
    }
}

#form-formule .checked-radio .falseradio:before {
    content: "\2022";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    color: #dd0d1d;
    font-size: 28px;
    top: 0;
    left: 0px;
    text-align: center;
}

.line-to-check h3 {
    margin-bottom: 1em;
}

.checked-radio {
    border: 2px solid #dd0d1d !important;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    backface-visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.more-information {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    color: #8c8c8c;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s;
}

.bloc-pdt:hover .more-information {
    opacity: 1;
}

@media screen and (max-width: 1090px) {
    .more-information {
        opacity: 1;
    }
}

@media screen and (max-width: 720px) {
    .more-information {
        font-size: 22px;
    }
}

.more-information:hover {
    color: #dd0d1d;
    cursor: pointer;
}

.bloc-pdt .bloc-pdt-abs,
.bloc-pdt .bloc-pdt-table-back {
    position: absolute;
    /*backface-visibility: hidden;
    -webkit-backface-visibility:hidden;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 10px;
}

.bloc-pdt .bloc-pdt-abs {
    /*z-index: 2;

transform: rotateY(0deg);*/
    z-index: 10;
}

.bloc-pdt-table-back {
    background: -moz-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(237, 237, 237, 0.9) 100%
    );
    /* FF3.6-15 */
    background: -webkit-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(237, 237, 237, 0.9) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(237, 237, 237, 0.9) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ededed', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    font-size: 0.75em;
    text-align: center;
    z-index: 11;
    transform: scale(1.2);
    transition: all 0.5s;
    opacity: 0;
    line-height: 1.4em;
    visibility: hidden;
}

.bloc-pdt-table-back span {
    font-weight: 300;
    font-size: 1.225rem;
}

.bloc-pdt-table-back h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.17em;
}

.bloc-pdt .bloc-pdt-table-back .bloc-pdt-cell {
    padding: 0 2em 6em 2em;
}

.showinfos {
    display: block;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    z-index: 10;
}

.bloc-pdt .basket-add {
    z-index: 1000;
    position: relative;
}

.bloc-pdt-table {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: -74px;
}

.bloc-pdt-row {
    display: table-row;
}

.bloc-pdt-cell {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.bloc-pdt:hover {
    /*box-shadow:
    1px 0 0 0 #dddddd,
    0 1px 0 0 #dddddd,
    1px 1px 0 0 #dddddd,
    1px 0 0 0 #dddddd inset,
    0 1px 0 0 #dddddd inset;*/
    border: 2px solid #dddddd;
}

@media screen and (max-width: 1090px) {
    .bloc-pdt:hover {
        border: 2px solid #fff;
    }
}

.bloc-pdt:hover .basket-add {
    margin: 1em auto 0 auto;
    visibility: visible;
    opacity: 1;
}

.bloc-pdt .pdt-image {
    text-align: center;
    margin-top: -10%;
    padding: 0.5em;
    /*margin-bottom: 2em;*/
}

.bloc-pdt:hover .pdt-image img {
    transform: scale(1.15);
}

.bloc-pdt .pdt-image img {
    width: 60%;
    z-index: 1;
    height: auto;
    transition: transform 0.2s linear;
}

.bloc-pdt .pdt-image figcaption ul li {
    line-height: 1.2em;
}

.shop-products {
    margin-top: -32px;
}

.bloc-pdt .pdt-nom h3 {
    font-weight: 700;
    font-size: 0.9em;
    /* 14/16 */
    z-index: 10;
    position: relative;
    text-transform: uppercase;
}

.red-border {
    border: 2px solid #dd0d1d !important;
    border-radius: 30px;
    background: transparent;
}

.red-border-inbox {
    box-shadow: inset 0 0 0px 2px #dd0d1d
}

@media screen and (max-width: 580px) {
    #formule .pdt-nom {
        margin-top: 0.6em;
    }
}

.bloc-pdt .pdt-pieces {
    font-weight: 400;
    font-size: 0.75em;
    /* 14/16 */
    text-transform: uppercase;
    color: #dd0d1d;
}

.bloc-pdt .pdt-pieces small {
    font-size: 55%;
}

.bloc-pdt .pdt-price-add li {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.bloc-pdt .pdt-price-add {
    margin: 0 auto;
}

.bloc-pdt .pdt-price {
    font-weight: 300;
    font-size: 1.225em;
    position: relative;
}

.basket-add {
    text-decoration: none;
    font-weight: 400;
    display: block;
    font-size: 0.8571428571428571em;
    width: 60%;
    /* margin: 0 auto;*/
    text-align: center;
    line-height: 2.5em;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #dd0d1d;
    border-image: initial;
    transition: all 0.3s;
    /* visibility: hidden;
    opacity: 0;*/
    margin: 1em auto 0 auto;
    background-color: #dd0d1d;
    color: #fff;
}

.prenom {
    text-decoration: none;
    font-weight: 400;
    display: block;
    font-size: 0.8571428571428571em;
    /* margin: 0 auto;*/
    text-align: center;
    line-height: 2.5em;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #dd0d1d;
    border-image: initial;
    transition: all 0.3s;
    background-color: transparent;
    /* visibility: hidden;
    opacity: 0;*/
    color: #dd0d1d;
    width: 300px;
    font-size: 24px;
}

.prenom::placeholder {
    color: #dd0d1d;
}

.tablet-index {
    background-color: #fff;
    min-height: 100vh;
}

.tablet-top-spacing {
    height: 10vh;
}

.fullpage-tablet-wrapper,
.fullpage-tablet-wrapper-checkout {
    position: fixed !important;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.fullpage-tablet-wrapper::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("/static/media/asian-woman-posing-with-food-portrait-sushi.094192f9b533.jpg") left top no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.fullpage-tablet-wrapper-checkout::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/static/media/asiakeo-accueil.cfcaafd24169.jpg") left top no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

@media screen and (max-width: 1090px) {
    .basket-add {
        opacity: 1;
        visibility: visible;
        margin-top: 1em;
    }
}

.visible {
    opacity: 1;
    visibility: visible;
}

.basket-add:hover,
.selected-sc {
    cursor: pointer;
    background-color: transparent;
    color: #dd0d1d;
}

/********************************/

/* BASKET                      */

/********************************/

#big-basket {
    width: 28.125em;
    /* 450/16 */
    background-color: #fff;
    /*  height: 39.5em;*/
    /*right: 2em;
    position: fixed;*/
    float: right;
    padding: 0 3em;
    box-sizing: border-box;
    /*position: fixed;
    top: 7em;
    right: 2em;*/
}

@media screen and (max-width: 1400px) {
    #big-basket {
        width: 24em;
        /*padding-top: 37.5%;*/
    }
}

@media screen and (max-width: 1090px) {
    .content #big-basket {
        visibility: hidden;
        display: none;
        /*padding-top: 37.5%;*/
    }
}

#big-basket h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.25em;
}

#big-basket .scrollbar-inner {
    max-height: 17.25em;
    overflow: auto;
}

@media screen and (max-width: 1400px) {
    #big-basket .scrollbar-inner {
        max-height: 13.25em;
        overflow: auto;
    }
}

.ligne-produit {
    /*margin-bottom: 2em;*/
    overflow: hidden;
    position: relative;
}

#big-basket .ligne-produit {
    margin-bottom: 0em;
    font-size: 90%;
}

.ligne-produit .img-produit {
    width: 10%;
    float: left;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .img-produit {
        width: 6em;
        float: left;
        margin-left: -0.5em;
    }
}

#big-basket .ligne-produit .img-produit {
    width: 30%;
    float: left;
}

@media screen and (max-width: 1090px) {
    #big-basket .ligne-produit .img-produit {
        width: 100%;
    }
}

.ligne-produit .infos-produit {
    width: 90%;
    float: left;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .infos-produit {
        margin-top: 0;
        width: calc(100% - 7em);
        float: right;
    }
}

@media screen and (max-width: 500px) {
    #warning-container {
        font-size: 12px !important;
    }
}

#big-basket .ligne-produit .infos-produit {
    float: left;
    width: 70%;
}

.ligne-produit .col-q4 {
    width: 40%;
    box-sizing: border-box;
    float: left;
}

.ligne-produit .col-q3 {
    width: 25%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.ligne-produit .col-q5 {
    width: 10%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .col-q3 {
        margin-top: 1em;
        text-align: left;
    }

    .ligne-produit .col-q3:nth-of-type(2) {
        width: 70%;
    }

    .ligne-produit .col-q3:nth-of-type(3) {
        width: 30%;
    }
}

.ligne-produit .name-produit {
    font-size: 0.75em;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.tablet-index .ligne-produit .name-produit {
    font-size: inherit;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .name-produit {
        width: 100%;
        margin-top: 1em;
    }
}

#big-basket .ligne-produit .name-produit {
    margin-bottom: 0.5em;
}

.ligne-produit .name-produit h3 {
    text-transform: uppercase;
}

.ligne-produit .name-produit span {
    font-weight: 400;
    text-transform: uppercase;
    color: #dd0d1d;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .name-produit span {
        display: none;
    }
}

.ligne-produit .img-produit img {
    width: 60%;
    height: auto;
}

@media screen and (max-width: 1090px) {
    .ligne-produit .img-produit img {
        width: 100%;
    }
}

.modifQte {
    color: #dd0d1d;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8571428571428571em;
    /*width: 2em;*/
    width: 2.334em;
    height: 2.334em;
    display: block;
    float: left;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #dd0d1d;
    border-image: initial;
    transition: all 0.3s;
    background-color: transparent;
}

#big-basket .modifQte {
    font-size: 60%;
}

#big-basket .modifQte span {
    font-size: 100%;
    line-height: 2em;
}

.modifQte:hover {
    cursor: pointer;
    background-color: #dd0d1d;
    color: #fff;
}

.modifQte span {
    font-size: 80%;
    line-height: 2.75em;
}

.btn-disabled {
    border-color: lightgrey;
    color: lightgrey;
}

.btn-disabled:hover {
    background-color: transparent;
    cursor: default;
    color: lightgrey;
}

.qtePdt {
    float: left;
    color: #000;
    line-height: 2em;
    font-weight: 400;
    margin: 0 1em;
    width: 1em;
    text-align: center;
}

#big-basket .qtePdt {
    line-height: 1.4em;
    margin: 0 0.5em;
}

.price-produit,
.delete-produit {
    color: #dd0d1d;
    font-weight: 700;
    line-height: 2em;
}

@media screen and (max-width: 1090px) {
    .delete-produit {
        position: absolute;
        right: 0;
        top: 0.35em;
        width: 1em !important;
        margin-top: 0 !important;
    }
}

#big-basket .price-produit {
    float: right;
    margin-right: 3em;
    line-height: 1.4em;
}

.contener-basket {
    overflow: auto;
    position: relative;
    width: auto;
    margin-right: 30.125em;
    padding: 2em 3em;
    background-color: #fff;
    margin-bottom: 2em;
}

.contener-basket-overlay {
    overflow: auto;
    position: relative;
    width: auto;
    margin-right: 30.125em;
    padding: 2em 3em;
    background-color: #fff;
    margin-bottom: 2em;
}

.jobber-popup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-clip: padding-box;
    border: 1px solid #e3e9ef;
    border-radius: 5px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    outline: 0;
}

.delivery-time-from {
    background-color: #daebf7;
    border: 2px solid white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.delivery-time-active {
    border: 2px solid #000000;
    border-radius: 3px;
    background-color: #daebf7;
    font-size: 14px;
    font-weight: 600;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nouveaux-horaires {
    margin-left: 10px;
}

#localisation_form .nouveaux-horaires:before {
    content: "";
    display: block;
    width: 5px;
    background-color: #dd0d1d;
    height: 2px;
    position: relative;
    left: -10px;
    top: 0.9em;
}

@media screen and (max-width: 650px) {
    #jobber-conditions {
        flex-direction: column;
    }

    #jobber-conditions-btn {
        width: 100% !important;
    }
}

@media screen and (max-width: 1400px) {
    .contener-basket {
        margin-right: 26em;
        padding: 2em 2em;
    }

    .contener-basket-overlay {
        margin-right: 26em;
        padding: 1em 3em;
    }
}

@media screen and (max-width: 1090px) {
    .contener-basket {
        margin-right: 0;
        margin-bottom: 1em;
        /*  border-bottom: 15px solid rgb(231, 226, 226);*/
    }

    .contener-basket h2 {
        margin-left: 0.5em;
    }

    #votre-panier h2 {
        margin-left: 1em;
    }

    #votre-panier {
        padding: 1em;
    }
}

.wider-cont {
    margin-right: 0;
    clear: both;
}

@media screen and (max-width: 1400px) {
    .wider-cont {
        margin-right: 0;
    }
}

#steps {
    width: 28.125em;
    float: right;
    box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
    #steps {
        width: 24em;
    }
}

@media screen and (max-width: 1090px) {
    #steps {
        visibility: hidden;
        display: none;
        /*padding-top: 37.5%;*/
    }
}

#steps ul {
    background-color: #fff;
}

#steps li {
    line-height: 2em;
    padding: 1em;
    padding-left: 3em;
    cursor: pointer;
}

#steps .step-current {
    background: #dd0d1d;
    color: #fff;
}

#steps li div {
    font-size: 80%;
    font-weight: 300;
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-timing-function: linear;
}

#steps .step-current div {
    max-height: 5em;
    transition-duration: 0.5s;
}

#steps h3 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.8em;
    position: relative;
    clear: left;
    margin-bottom: 0;
}

#steps h3:before {
    content: "";
    display: block;
    width: 30px;
    background-color: #dd0d1d;
    height: 2px;
    position: absolute;
    left: -3rem;
    top: 0.9em;
}

#steps h3:after {
    content: counter(h3);
    counter-increment: h3;
    position: absolute;
    left: -1.9em;
    bottom: -1.6em;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    font-weight: 700;
}

#steps .step-current h3:before {
    background-color: #fff;
}

#steps .step-ok h3:before {
    background-color: #1ffc13;
}

#steps .step-current h3:after {
    opacity: 1;
    transition-duration: 0.25s;
}

#panier_localisation {
    background: #dd0d1d;
    margin: 0 -3em 0 -3em;
    padding: 1.5em 3em;
    box-sizing: border-box;
    color: #fff;
}

#panier_localisation .basket-add {
    color: #fff;
    border: 2px solid #fff;
    margin: 2em 0 0 0;
    /*width: 50%;*/
}

#panier_localisation .basket-add:hover,
#panier_localisation .livraison-selected {
    color: #dd0d1d;
    background-color: #fff;
    border: 2px solid #dd0d1d;
}

#big-basket #panier_localisation p {
    font-weight: 300;
    font-size: 1em;
    /*margin: 1em;*/
    line-height: 1.5em;
}

#panier_localisation i {
    width: 1em;
    text-align: center;
}

.active_click {
    cursor: pointer;
}

#panier_localisation h2 {
    margin-top: 0;
}

#panier_localisation h2:before {
    background-color: #fff;
}

#panier_localisation #selection_mode .basket-add {
    float: left;
    width: 45%;
    box-sizing: border-box;
    margin-top: 0;
}

#panier_localisation #selection_mode .basket-add:first-child {
    margin-right: 10%;
}

#panier_localisation #selection_mode select,
#panier_localisation #selection_horaire select {
    text-align: left;
    color: #dd0d1d;
    text-decoration: none;
    font-weight: 300;
    padding: 0.5em;
    font-size: 16px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    transition: all 0.3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNy42IDEwMy4yIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTcuNiAxMDMuMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iI0REMUYyNiIgcG9pbnRzPSIyOC42LDQyLjIgNTksMCA4OSw0Mi4yICIvPjxwb2x5Z29uIGZpbGw9IiNERDFGMjYiIHBvaW50cz0iODksNjAuOSA1OSwxMDMuMiAyOC42LDYwLjkgIi8+PC9zdmc+);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #fff;
    width: 100%;
    height: 2.5rem;
}

#panier_localisation select option:not(:checked) {
    color: #000;
}

/*#panier_localisation #selection_mode select option:not(:checked), #panier_localisation #selection_horaire select option:not(:checked) {
color: #000;

}

    #panier_localisation #selection_mode p {
 margin: 0 0 1em 0;

}



#panier_localisation #selection_mode #succes-error {
  clear:both;
  padding: 1em 0;
  min-height: 0;
}

.selection_mode  {
  clear:both;
  padding: 1em 0;
}*/

#mes-criteres {
    font-weight: bold;
}

#mes-criteres #selection_horaire #horaire_id {
    width: 20em;
}

#big-basket #horaire_id {
    margin-top: 1em;
}

#selection_mode #message_success {
    display: none;
}

#selection_mode #ville_id {
    margin-top: 1em;
}

#selection_mode #quartier_id {
    float: right;
    margin-top: 1em;
}

#mes-criteres .basket-add,
#compte .basket-add,
#finaliser .basket-add {
    width: 16em;
    margin-right: 2em;
    display: inline-block;
}

#mes-criteres .cont-basket-mini,
#finaliser .cont-basket-mini {
    width: 20em;
}

@media screen and (max-width: 500px) {
    #mes-criteres .cont-basket-mini,
    #finaliser .cont-basket-mini {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    #mes-criteres .basket-add,
    #finaliser .basket-add {
        width: 100%;
        margin-right: 0;
    }
}

.cont-basket-mini {
    width: calc(50% - 1em);
}

@media screen and (max-width: 860px) {
    .cont-basket-mini {
        width: calc(100%);
    }
}

#mes-criteres select, .select-secondary {
    text-align: left;
    color: #dd0d1d;
    text-decoration: none;
    font-weight: 300;
    padding: 0.5em;
    font-size: 16px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #dd0d1d;
    border-image: initial;
    transition: all 0.3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNy42IDEwMy4yIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTcuNiAxMDMuMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iI0REMUYyNiIgcG9pbnRzPSIyOC42LDQyLjIgNTksMCA4OSw0Mi4yICIvPjxwb2x5Z29uIGZpbGw9IiNERDFGMjYiIHBvaW50cz0iODksNjAuOSA1OSwxMDMuMiAyOC42LDYwLjkgIi8+PC9zdmc+);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: transparent;
    height: 2.5rem;

}

.select-secondary_white {
    background-color: #fff;
}

#mes-criteres select option:not(:checked) {
    color: #000;
}

#finaliser h4 {
    color: #000;
    display: block;
    font-size: 1.6rem;
    border: 2px solid #dd0d1d;
    /* line-height: 3.5em; */
    padding: 25px;
    font-size: 125%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 1em;
    font-weight: 300;
}

#finaliser h4 span {
    color: #dd0d1d;
    font-weight: bold;
}

#finaliser .mini-products-basket:nth-of-type(5) h4 {
    color: #fff;
    background-color: #dd0d1d;
}

#finaliser .mini-products-basket:nth-of-type(5) span {
    color: #fff;
}

#finaliser .mini-products-basket {
    float: left;
    width: calc(100% / 5);
    padding: 0 1em 0 0;
    margin-bottom: 1em;
}

#finaliser form {
    clear: both;
}

#finaliser .mini-products-basket:nth-of-type(5) {
    margin-right: 0;
}

@media screen and (max-width: 1300px) {
    #finaliser .mini-products-basket {
        width: 50%;
        margin: 0;
    }

    #finaliser .mini-products-basket:nth-of-type(4) {
        margin-right: 0;
    }

    #finaliser .mini-products-basket:nth-of-type(5) {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    #finaliser .mini-products-basket {
        width: 100%;
        padding-right: 0;
        margin: 0;
    }

    #finaliser .mini-products-basket:nth-of-type(5) {
        margin-bottom: 1em;
    }
}

/*#finaliser h4:after {
    display: block;
    height: 0.2em;
    width: 5em;
    background-color: #dd0d1d;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -.8em;
    z-index: 10;
    content: "";
}
*/

/*#finaliser h4:last-of-type:after{
  content: none;
}*/

/*#finaliser h4:before {
    font-size: 0.45em;
    display: block;
    color: rgb(185, 185, 185);
    margin-bottom: 0.5em;
}

#finaliser h4:first-of-type:before {
content: "Nombre de produits";
}

#finaliser h4:last-of-type:before {
content: "Nombre de pièces";
}

#finaliser h4:nth-of-type(2):before {
content: "Total";
}*/
.mini-products-basket {
    float: left;
    width: 25%;
    padding: 0 2em;
    /* margin-right: 8em; */

    text-align: center;
    margin-bottom: 2em;
    box-sizing: border-box;
}

@media screen and (max-width: 1500px) and (min-width: 450px) {
    .mini-products-basket:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }

    #accessoires-offerts .mini-products-basket:nth-last-child(-n + 2) {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 1500px) {
    .mini-products-basket {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1230px) {
    .mini-products-basket {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1090px) {
    .mini-products-basket {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 730px) {
    .mini-products-basket {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .mini-products-basket {
        width: 100%;
    }

    .mini-products-basket:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1231px) and (max-width: 1500px) {
    .price-access {
        width: calc((100% / 3) * 2) !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 1090px) {
    .price-access {
        width: calc((100% / 3) * 2) !important;
    }
}

/*.mini-products-basket:nth-of-type(n+5){
  margin-bottom: 0;
}*/
.mini-products-basket h3 {
    margin: 1em 0;
}

@media screen and (max-width: 1500px) {
    form .mini-products-basket:last-of-type {
        /*clear: left;*/
    }
}

.mini-products-basket .modifQte,
.mini-products-basket .qtePdt {
    float: none;
    display: inline-block;
}

.tablet-checkout .mini-products-basket .modifQte {
    transform: scale(1.5, 1.5);
}

.tablet-checkout .price-produit {
    font-size: 1.5em;
}

.price-checkout {
    padding: 2em 0 1.5em 0;
}

.price-checkout span {
    color: #dd0d1d;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    float: right;
}

.price-checkout .basket-add {
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .price-checkout .basket-add {
        width: 50%;
    }
}

.price-checkout-span {
    line-height: 9.6875rem;
    /*color: #fff;*/

    font-weight: 700;
    font-size: 2rem;
    /*background-color: #dd0d1d;*/

    margin-bottom: 0;
    color: #dd0d1d;
    border: 2px solid #dd0d1d;
    border-radius: 10px;
}

.price-checkout-span span {
    /*  color: #fff;
    font-size: 1rem;*/
}

.empty-cart {
    font-weight: 700;
}

/***************** FORMS *****************/
.custom-new input:not(.basket-add):not([type="checkbox"]),
.coords textarea,
#lost-password input:not(.basket-add),
#compte select,
.custom-new select,
#google_maps_autocomplete {
    width: 100%;
    box-sizing: border-box;
    height: 2.5em;
    border: 1px solid lightgrey;
    border-radius: 0;
    border-radius: 0;
}

.custom-new input:not(.basket-add):not([type="checkbox"]),
.coords textarea,
#lost-password input:not(.basket-add),
#google_maps_autocomplete,
.custom-new textarea {
    -webkit-appearance: none;
    padding: 1em;
    height: auto;
}

#big-basket #google_maps_autocomplete {
    border: 0;
}

.overlay-adresse textarea,
.custom-new textarea {
    width: 100%;
    border: 1px solid lightgrey;
    height: 10em;
    box-sizing: border-box;
    padding: 1em;
}

.overlay-adresse input[type="submit"] {
    width: 20em;
}

#compte select {
    padding: 0 1em;
}

.custom-new ul li {
    width: 49%;
    float: left;
    margin-bottom: 1em;
}

.custom-new .fullwad {
    width: 100%;
}

@media screen and (max-width: 860px) {
    .custom-new ul li {
        width: 100%;
        float: none;
    }
}

.custom-new ul li:last-of-type {
    width: 100%;
    clear: both;
}

.custom-new ul li:last-of-type input {
    /*margin-top: 2em;*/

    margin: 2em 0 0 0;
    width: 20em;
}

.overlay-adresse input[type="checkbox"] {
    width: auto !important;
    margin: auto !important;
}

@media screen and (max-width: 500px) {
    .custom-new ul li:last-of-type input {
        margin-top: 2em;
        width: 100%;
    }
}

.custom-new ul li:nth-child(2n + 1) {
    margin-right: 2%;
}

@media screen and (max-width: 860px) {
    .custom-new ul li:nth-child(2n + 1) {
        margin-right: 0;
    }
}

.deco {
    width: 20em;
    margin: 1em 0 0 0;
}

@media screen and (max-width: 500px) {
    .deco {
        width: 100%;
        box-sizing: border-box;
    }
}

.left,
.right {
    width: calc(50% - 1em);
    float: left;
}

@media screen and (max-width: 1090px) {
    .left,
    .right {
        width: 100%;
        float: none;
    }
}

.fullwidth {
    width: 100% !important;
    margin: 0;
}

.left {
    margin-right: 2em;
}

.left .contener-basket,
.right .contener-basket {
    margin-right: 0;
}

.mdp-forgot ul li:first-of-type {
    width: 100%;
}

#compte h3 {
    font-weight: 300;
    margin-bottom: 1em;
    margin-top: 3em;
}

#compte h3:first-of-type {
    margin-top: 0;
}

#compte .my-account,
#compte .mdp-forgot {
    width: calc(50% - 1em);
    float: left;
    margin-bottom: 2em;
    /* border-bottom: 1px solid lightgrey;
    padding-bottom: 1em; */
}

@media screen and (max-width: 860px) {
    #compte .my-account,
    #compte .mdp-forgot {
        width: 100%;
        float: none;
    }
}

#compte .my-account {
    margin-right: 2em;
}

@media screen and (max-width: 860px) {
    #compte .my-account {
        margin-right: 0;
    }
}

#compte .new-account {
    clear: both;
    margin-top: 2em;
}

@media screen and (max-width: 860px) {
    #compte .new-account {
        clear: both;
        margin-top: 0;
    }
}

@media screen and (max-width: 1280px) {
    #compte .custom-new ul li:last-of-type input {
        width: 14em;
    }
}

@media screen and (max-width: 860px) {
    #compte .custom-new ul li:last-of-type input {
        width: 100%;
    }
}

#page-choix {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    /*height: -webkit-calc(100% - 0px);*/

    z-index: 100;
    top: 0;
}

#page-choix .cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 4.25em;
}

.contener-page-temp {
    max-width: 40em;
}

@media screen and (max-width: 1090px) {
    .contener-page-temp {
        /*  max-width: 85%;*/
        width: 100%;
        max-width: 100%;
    }
}

.cont-choix-inter {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    position: relative;
    padding: 2em 3em;
}

.cont-choix-inter #selection_submit .basket-add {
    width: 16em;
    margin: 2em 0 1em 0;
    display: inline-block;
    float: none;
}

@media screen and (max-width: 580px) {
    .cont-choix-inter #selection_submit .basket-add {
        width: 100%;
    }
}

.cont-choix-inter .livraison-selected {
    color: #fff;
    background-color: #dd0d1d;
    border: 2px solid #dd0d1d;
}

.cont-choix-inter select {
    text-align: left;
    color: #dd0d1d;
    text-decoration: none;
    font-weight: 300;
    padding: 0.5em;
    font-size: 16px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #dd0d1d;
    fill: red;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNy42IDEwMy4yIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTcuNiAxMDMuMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iI0REMUYyNiIgcG9pbnRzPSIyOC42LDQyLjIgNTksMCA4OSw0Mi4yICIvPjxwb2x5Z29uIGZpbGw9IiNERDFGMjYiIHBvaW50cz0iODksNjAuOSA1OSwxMDMuMiAyOC42LDYwLjkgIi8+PC9zdmc+);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: transparent;
    height: 2.5rem;
    width: calc(50% - 0.5em);
}

@media screen and (max-width: 881px) {
    .cont-choix-inter select:first-of-type {
        margin-right: 1em;
    }
}

@media screen and (max-width: 880px) {
    .cont-choix-inter select {
        width: 100%;
    }
}

.cont-choix-inter #message_success {
    line-height: 1.5em;
}

.cont-choix-inter select option:not(:checked) {
    color: #000;
}

.cont-choix-inter .basket-add {
    margin-top: 0 !important;
    margin-right: 1em;
}

.cont-choix-inter .basket-add:last-of-type {
    margin-right: 0;
}

.content-inter .basket-add {
    float: left;
    width: calc((100% - 1em) / 2);
}

@media screen and (max-width: 650px) {
    .cont-choix-inter .basket-add {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 1em;
    }

    .cont-choix-inter .basket-add:last-of-type {
        /*margin-bottom: 0;*/
    }
}

.page-question .basket-add {
    width: 30%;
    float: right;
}

.page-question .quest-last .basket-add {
    width: 30%;
    float: left;
}

.page-question .basket-add {
    width: calc((100% - 2em) / 3);
    float: left;
    box-sizing: border-box;
    margin-bottom: 1em;
}

.page-question .quest-last input.basket-add {
    width: 65% !important;
    float: right;
}

@media screen and (max-width: 1090px) {
    .page-question .quest-last input.basket-add {
        width: 100% !important;
        float: none;
    }
}

.hide-select {
    height: 40px;
    margin-bottom: 1em;
    clear: both;
}

@media screen and (max-width: 650px) {
    .page-question .quest-last .basket-add {
        width: 100%;
        float: none;
    }

    .page-question .quest-last input.basket-add {
        width: 100% !important;
        float: none;
    }
}

.page-question select {
    width: 100% !important;
    float: none;
}

@media screen and (max-width: 650px) {
    .page-question .basket-add {
        width: 100%;
        float: none;
        margin-top: 1em !important;
    }

    .page-question select {
        width: 100% !important;
        float: none;
    }
}

#validate_choice {
    margin-top: 1em !important;
}

.content-inter {
    /*  position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 100%;*/
}

.wide-error {
    background-color: #dd0d1d;
    margin: 2em -3em -2em -3em;
    padding: 1.5em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .wide-error {
        margin: 2em -2em -1em -2em;
    }
}

.wide-error a {
    color: #fff;
}

.wide-error a:hover {
    text-decoration: underline;
}

.overlay {
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-radial-gradient(
            center,
            ellipse cover,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(237, 237, 237, 0.4) 100%
    );
    background: -webkit-radial-gradient(
            center,
            ellipse cover,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(237, 237, 237, 0.4) 100%
    );
    background: radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(237, 237, 237, 0.4) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#e6ededed', GradientType=1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.overlay .basket-add {
    width: 100%;
    display: inline-block;
    visibility: hidden;
}

.overlay-formule figcaption .basket-add {
    width: 60%;
}

.ov-visible {
    opacity: 1;
    visibility: visible;
}

.ov-visible .basket-add {
    visibility: visible;
}

.overlay .cont-basket-mini {
    width: 100%;
}

.overlay a.close {
    background: none;
    color: #000;
    border: 0;
    right: 1em;
    top: 1em;
    position: absolute;
    z-index: 100;
}

.overlay .contener-basket-overlay {
    width: 21em;
    height: 17em;
    margin: 0 auto;
}

.overlay-desserboissson .contener-basket-overlay {
    width: 50em;
    height: auto;
    text-align: center;
}

@media screen and (max-width: 1090px) {
    .overlay-desserboissson .contener-basket-overlay {
        width: 100%;
        height: auto;
        text-align: center;
    }
}

.overlay-desserboissson .bloc-pdt {
    width: 45%;
    padding-top: 49.5%;
}

.overlay-desserboissson .bloc-pdt:first-child {
    margin-right: 10%;
}

@media screen and (max-width: 800px) {
    .overlay-desserboissson .bloc-pdt:first-child {
        margin-right: 0;
    }

    .overlay-desserboissson .bloc-pdt {
        width: 60%;
        margin: 0 auto !important;
        float: none;
    }
}

.overlay-desserboissson .bloc-pdt .basket-add {
    width: 80%;
}

.overlay-desserboissson .basket-add:last-child {
    width: 60%;
}

@media screen and (max-width: 1090px) {
    .overlay-desserboissson {
        /*display: none!important;*/
    }
}

.overlay-adresse .contener-basket-overlay {
    width: 60%;
    height: 74%;
    margin: 0 auto;
}

.adresse-gestion .add-adresse {
    margin: 2em 0 0 0;
    width: 20em;
}

@media screen and (max-width: 500px) {
    .adresse-gestion .add-adresse {
        width: 100%;
    }
}

.grey {
    background-color: rgb(185, 185, 185);
    border-color: rgb(185, 185, 185);
}

.grey:hover {
    color: rgb(185, 185, 185);
}

.white-background {
    background: white;
    opacity: 100%;
}

.bg-opacity {
    background-color: white;
    opacity: 80%;
}

.adresse-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.adresse-list h3,
.commade-list th h4 {
    font-weight: 700;
    font-size: 1.6rem;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1em;
    position: relative;
    z-index: 11;
}

.st-val .basket-add {
    margin-left: 0;
    width: 60% !important;
}

@media screen and (max-width: 660px) {
    #com-list {
        display: none;
    }
}

@media screen and (min-width: 660px) {
    .list-respo {
        display: none;
    }
}

.list-respo .st-key-null,
.list-respo .spacer {
    display: none;
}

.st-head-row {
    height: 4em;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #dd0d1d;
}

.commade-list th h4 {
    margin-top: 0;
}

.st-head-row-main {
    color: black;
}

.st-key h4 {
    margin: 0;
}

.commade-list .basket-add {
    width: 100%;
}

.commade-list thead tr:last-child th:after h4 {
    width: 10%;
}

/*.commade-list thead tr:nth-child(1) th{
  width: 10%;
}
.commade-list thead tr:nth-child(2) th{
  width: 80%;
}
.commade-list thead tr:nth-child(3) th{
  width: 10%;
}*/
.commade-list .spacer {
    width: 3.5em;
}

.commade-list tbody tr:nth-child(1) td {
    /*  padding-top: 2em;*/
}

.commade-list td {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.adr-main h3:before {
    content: "Adresse principale";
    font-size: 0.45em;
    display: block;
    color: rgb(185, 185, 185);
    margin-bottom: 0.5em;
}

.resum-com tr {
}

.adresse-list .basket-add {
    width: 100%;
}

.adresse-list .btn-cpn {
    float: right;
    width: 10em;
}

.adresse-list h3:after {
    display: block;
    height: 0.2em;
    width: 5em;
    background-color: #dd0d1d;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -0.6em;
    z-index: 10;
    content: "";
}

.adresse-list p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.1em;
    float: left;
    width: 60%;
}

.commade-list .quantity {
    font-weight: 400;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #949494;
}

.commade-list th:not(.spacer):not(.st-head-row) {
    border-bottom: 5px solid #dd0d1d;
}

.commade-list th:first-child,
.commade-list th:last-child {
    width: 15%;
}

@media screen and (max-width: 500px) {
    .adresse-list p {
        width: 100%;
        float: none;
    }

    .adresse-list .btn-cpn {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1090px) {
    .overlay-adresse .contener-basket-overlay {
        width: 80%;
    }
}

#formule {
    width: 90%;
    height: 100%;
    height: 90vh;
    margin-top: 100px;
}

@media screen and (max-width: 1090px) {
    #formule {
        margin: 2em auto;
        margin: 5vh auto;
    }

    /*.overlay-formule {
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 10;
  }
*/
    /*.overlay-formule .contener-basket-overlay {
    padding: 0;
  }*/
    .overlay-formule {
        width: 100%;
        height: 100%;
        top: 0;
        left: inherit;
        bottom: inherit;
        right: inherit;
        overflow-y: auto;
    }

    .overlay-formule .bloc-pdt-table {
        display: block;
    }

    .overlay-formule .bloc-pdt-cell {
        display: block;
        overflow: auto;
    }
}

#formule h2 {
    line-height: 1.8em;
}

@media screen and (max-width: 776px) {
    #formule h2 {
        line-height: 1.4em;
    }

    .nav.language a {
        font-size: 0;
    }

    .nav.language li:nth-child(1) {
        margin-right: 11px;
    }

    .nav.language li a:before {
        width: 24px;
        height: 12px;
    }
}

.overlay .btn-formule {
    width: 47.5%;
    float: left;
    margin-bottom: 1em;
}

.overlay a.btn-formule {
    margin-left: 5%;
}

@media screen and (max-width: 580px) {
    .overlay .btn-formule {
        width: 100%;
        float: none;
    }

    .overlay a.btn-formule {
        margin-left: 0;
    }
}

.overlay h2 {
    text-align: left;
}

#map {
    width: 100%;
    height: 22em;
}

@media screen and (max-width: 1090px) {
    #map {
        width: auto;
    }
}

.wide100 {
    margin: 2em 0 0 0;
}

.magasin {
    width: calc(50% - 1em);
    float: left;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #fff;
}

@media screen and (max-width: 1090px) {
    .magasin {
        width: auto;
        margin: 0;
        float: none;
    }
}

@media screen and (max-width: 680px) {
    .magasin {
        padding-bottom: 1em;
    }
}

@media screen and (min-width: 1090px) {
    .content > .magasin {
        margin-right: 2em;
    }

    .content > .magasin ~ .magasin {
        margin-right: 0;
    }
}

.magasin .info-right-mag .basket-add {
    margin: 1em 0;
    width: 14em;
}

@media screen and (max-width: 680px) {
    .magasin .info-right-mag .basket-add {
        width: 60%;
        margin-left: 2em;
    }
}

.magasin .info-right-mag {
    width: calc(50% - 2em);
    float: left;
}

@media screen and (max-width: 680px) {
    .magasin .info-right-mag {
        width: 100%;
        float: none;
    }
}

.magasin p {
    font-variant: small-caps;
    font-size: 1em;
    font-weight: 700;
}

@media screen and (max-width: 680px) {
    .magasin p {
        margin: 0 0 1em 2em;
    }
}

.magasin p span {
    font-size: 2.142857142857143em;
    font-weight: 300;
}

@media screen and (min-width: 1090px) and (max-width: 1300px) {
    .magasin p span {
        font-size: 1.75em;
        font-weight: 300;
    }
}

@media screen and (max-width: 390px) {
    .magasin p span {
        font-size: 1.75em;
        font-weight: 300;
    }
}

.magasin .adress-shop {
    padding-top: 2em;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 2px;
}

@media screen and (max-width: 680px) {
    .magasin .adress-shop {
        padding-top: 0;
    }
}

.magasin .adress-shop span {
    font-weight: 700;
    font-size: 1em;
}

.img-cont-boutique {
    width: 50%;
    height: 20em;
    margin-right: 2em;
    float: left;
}

@media screen and (max-width: 680px) {
    .img-cont-boutique {
        width: auto;
        margin: 0 0 2em 0;
        float: none;
    }
}

.img-cont-boutique h1 {
    color: #fff;
    line-height: 20rem;
    text-align: center;
}

.img-cont-boutique span {
    color: #dd0d1d;
}

.antibes .img-cont-boutique {
    background: url("/static/media/bck1.66a57aeef996.jpg") center center no-repeat;
    background-size: cover;
}

.cannes .img-cont-boutique {
    background: url("/static/media/bck2.9eaa79b9896c.jpg") center center no-repeat;
    background-size: cover;
}

.mougins .img-cont-boutique {
    background: url("/static/media/bck3.a45ea28e60bc.png") center center no-repeat;
    background-size: cover;
}

.width100 {
    margin-right: 0;
}

.no-bg {
    background: none;
}

.no100 {
    width: auto;
    border-collapse: collapse;
}

.cont-img-philo {
    text-align: center;
    font-size: 0;
}

.philo-main {
    text-align: left;
}

.inner-philo {
    padding: 5em;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 680px) {
    .inner-philo {
        padding: 1.3em;
    }
}

.txt-cont-philo {
    margin-left: 42em;
    /*float: right;*/
}

#first .txt-cont-philo {
    margin-left: 0;
    /*float: right;*/
}

.txt-cont-philo a {
    color: #dd0d1d;
    text-decoration: underline;
}

.img-cont-philo {
    width: 37em;
    float: left;
    visibility: hidden;
}

#second .img-cont-philo {
    float: right;
}

#second .txt-cont-philo {
    margin-right: 42em;
    margin-left: 0;
    /*float: right;*/
}

#third .txt-cont-philo {
    margin-left: 0em;
    margin-top: 0;

    /*float: right;*/
}

.img-cont-philo .img-reveal {
    /* position: absolute;*/

    float: left;
    margin: 0.5em;
    height: 15em;
    width: calc((100% - 2em) / 2);
    overflow: hidden;
}

@media screen and (min-width: 1500px) {
    .txt-cont-philo {
        margin-top: 3em;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
    .img-cont-philo {
        width: 40%;
        visibility: hidden;
    }

    .txt-cont-philo {
        /*margin-left: 45%;*/
        /*float: right;*/
    }

    .img-cont-philo .img-reveal:not(:first-child) {
        display: none;
    }

    .img-cont-philo .img-reveal:first-child {
        width: 100%;
        height: 30em;
    }
}

@media screen and (max-width: 1280px) {
    .img-cont-philo .img-reveal {
        display: block;
        width: calc((100% - 4em) / 4);
        height: 10em;
    }

    .img-cont-philo,
    #second .img-cont-philo {
        float: none;
        width: 100%;
    }

    .txt-cont-philo,
    #second .txt-cont-philo {
        margin-left: 0;
        margin-top: 4em;
        margin-right: 0;
        /*float: right;*/
    }

    #second .txt-cont-philo {
        margin-top: 4em;
    }
}

.txt-cont-philo h3 {
    margin: 0 auto;
    font-size: 2em;
    text-transform: uppercase;
    color: #dd0d1d;
    visibility: hidden;
}

.img-reveal img {
    width: 100%;
    height: auto;
}

#first {
    background: url("/static/media/service-conso.574174d4ae60.jpg") center center no-repeat;
    background-size: cover;
}

#first .img-cont-philo .img-reveal:first-child {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}

#first .img-cont-philo .img-reveal:nth-child(2) {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}

#first .img-cont-philo .img-reveal:nth-child(3) {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}

#first .img-cont-philo .img-reveal:last-child {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}

#second .img-cont-philo .img-reveal:first-child {
    background: url("/static/media/origine1.2e16fa804c09.jpg") center center no-repeat;
    background-size: cover;
}

/*#second .img-cont-philo .img-reveal:nth-child(2) {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}
#second .img-cont-philo .img-reveal:nth-child(3) {
    background: url("/static/media/sushi-test.d7d495a4ce3b.jpg") left top no-repeat;
    background-size: cover;
}*/
#second .img-cont-philo .img-reveal:last-child {
    background: url("/static/media/origine2.ea5312872ccb.jpg") center center no-repeat;
    background-size: cover;
}

#second .img-reveal {
    height: 32em;
}

@media screen and (max-width: 1280px) {
    #second .img-reveal {
        width: calc((100% - 2em) / 2);
        height: 15em;
    }
}

#third {
    background: url("/static/media/qualite-philo.b76c6ce450dc.jpg") right bottom no-repeat;
    background-size: cover;
    padding-top: 2em !important;
}

#fourth .img-cont-philo .img-reveal:first-child {
    background: url("/static/media/qualite1.e94431b911cd.jpg") center center no-repeat;
    background-size: cover;
}

#fourth .img-cont-philo .img-reveal:nth-child(2) {
    background: url("/static/media/qualite4.a984d2a90002.jpg") center center no-repeat;
    background-size: cover;
}

#fourth .img-cont-philo .img-reveal:nth-child(3) {
    background: url("/static/media/qualite3.0a3fa9649897.jpg") center center no-repeat;
    background-size: cover;
}

#fourth .img-cont-philo .img-reveal:last-child {
    background: url("/static/media/qualite2.4fd44bc072fc.jpg") center center no-repeat;
    background-size: cover;
}

.philo-main p {
    font-size: 1.5em;
    font-weight: 400;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    text-align: justify;
}

@media screen and (max-width: 680px) {
    .philo-main p {
        font-size: 1.2em;
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
}

.logo-philo {
    visibility: hidden;
    width: 42em;
    height: auto;
    margin: 0 auto 3em 0;
    display: block;
}

.img-first-signes {
    width: 30em;
    margin: 0 auto;
    display: block;
    margin-top: 4em;
    visibility: hidden;
}

.arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4LjggMTQuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjguOCAxNC42IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGQwZDFkIiBkPSJNMTQuNCwxNC42Yy0wLjgsMC0xLjUtMC4zLTItMC44TDAuMywxLjdjLTAuNC0wLjQtMC40LTEsMC0xLjRzMS0wLjQsMS40LDBsMTIuMSwxMi4xYzAuMywwLjMsMC45LDAuMywxLjIsMEwyNy4xLDAuM2MwLjQtMC40LDEtMC40LDEuNCwwczAuNCwxLDAsMS40TDE2LjQsMTMuOEMxNS45LDE0LjMsMTUuMiwxNC42LDE0LjQsMTQuNnoiLz48L3N2Zz4=);
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 800px) {
    .logo-philo {
        width: 80%;
        margin-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .img-first-signes {
        width: 80%;
    }
}

.philo-main p span {
    visibility: hidden;
}

.price-total-steps {
    color: #000;
    font-weight: 300 !important;
    font-size: 1.6rem;
    margin: 0;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    margin-bottom: 1em;

}

.price-total-steps span {
    color: #dd0d1d;
    font-weight: 700;
}

.responsive-total {
    background-color: #dd0d1d;
    color: #fff;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    will-change: transform;
    z-index: 1000;
}

@media screen and (max-width: 1090px) {
    .responsive-total {
        display: block;
    }
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.responsive-total span {
    color: #fff;
}

.choice-intro {
    background: url("/static/media/service-conso.574174d4ae60.jpg") center center no-repeat;
    background-size: cover;
}

.choice-intro h1 span {
    margin: 0 auto;
    font-size: 2em;
    text-transform: uppercase;
    color: #dd0d1d;
}

.choice-intro h1 {
    font-weight: 300;
    color: #000;
    width: 30em;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 1090px) {
    .choice-intro h1 {
        font-size: 1.4rem;
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .choice-intro h1 {
        font-size: 1rem;
        width: 80%;
        margin-top: 1em;
    }

    /* .choice-intro {
        background: none;
    } */
    .choice-intro h2 {
        font-size: 1.4rem;
    }
}

.philo h1 {
    color: #272623;
    font-size: 32px;
    font-weight: 300;
    line-height: 52px;
    margin-bottom: 48px;
    text-align: center;
}

.philo p {
    color: #272623;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase;
}

.philo p:before {
    background: #56bba7;
    content: "";
    display: block;
    height: 1px;
    margin: 48px auto 47px;
    width: 50px;
}

.philo a {
    color: #56bba7;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.philo a:hover {
}

.my-acc-respo i {
    margin-left: 0.5em;
}

@media screen and (min-width: 1090px) {
    .my-acc-respo {
        margin-left: 0.5em;
        display: none;
    }
}

.Reclamation {
    display: none;
}

footer {
    clear: both;
    background-color: #c7c7c7;
    padding: 5em;
}

footer .content {
    margin: 5em;
    position: relative;
}

footer ul {
    text-align: center;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #aeaeae;
}

footer li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 50px;
    vertical-align: top;
    text-align: left;
}

footer li span {
    float: left;
    margin-top: 0.5em;
}

footer .inner-foot {
    max-width: 1920px;
    margin: 0 auto;
}

footer .mini-icon {
    float: left;
    margin-right: 1em;
    background-size: 93px;
}

.scooter {
    background: url("/static/media/icons.8f570a8a5f83.png") left center no-repeat;
    height: 51px;
    width: 51px;
}

.baguette {
    background: url("/static/media/icons.8f570a8a5f83.png") -51px center no-repeat;
    height: 51px;
    width: 12px;
}

.phone {
    background: url("/static/media/icons.8f570a8a5f83.png") right center no-repeat;
    height: 51px;
    width: 30px;
}

.last-step {
    text-align: center;
}

.last-step a {
    color: #dd0d1d;
    text-decoration: underline;
    font-weight: bold;
}

.mentions a {
    color: #dd0d1d;
    font-weight: bold;
}

.mentions p {
    font-size: 18px;
}

@media screen and (max-width: 1095px) and (min-width: 720px) {
    footer {
        padding: 3em;
    }

    footer .inner-foot ul {
        font-size: 12px;
    }

    footer .mini-icon {
        float: left;
        margin-right: 1em;
        background-size: 70px;
    }

    footer li {
        margin: 0 20px;
    }

    footer li span {
        margin-top: 1em;
    }

    .phone {
        background: url("/static/media/icons.8f570a8a5f83.png") right center no-repeat;
        height: 52px;
        width: 23px;
    }

    .scooter {
        background: url("/static/media/icons.8f570a8a5f83.png") left center no-repeat;
        height: 51px;
        width: 38px;
    }

    .baguette {
        background: url("/static/media/icons.8f570a8a5f83.png") -38px center no-repeat;
        height: 51px;
        width: 9px;
    }
}

@media screen and (max-width: 720px) {
    footer {
        padding: 2.5em;
    }

    footer .mini-icon {
        display: block;
        float: none;
        margin: 0 auto 1em auto;
    }

    footer li {
        margin: 0 0 2em 0;
        display: block;
        clear: both;
        text-align: center;
    }

    footer li span {
        float: none;
    }
}

footer .left-cont {
    float: left;
    width: 20em;
    text-align: center;
}

footer .text-footer {
    max-width: 800px;
    margin: 0 auto;
}

footer .right-cont {
    float: right;
    width: 20em;
    text-align: center;
}

footer .text-footer p {
    font-size: 1rem !important;
    margin-top: 0;
    visibility: visible !important;
    font-weight: 400 !important;
    text-align: center !important;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

footer .text-footer span {
    font-size: 1.8em;
    font-weight: 300;
    color: #dd0d1d;
    visibility: visible !important;
}

footer .right-cont a {
    font-size: 2em;
    margin-right: 0.6em;
    color: #555555;
}

footer .right-cont a:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 1095px) and (min-width: 720px) {
    .text-footer {
        font-size: 14px;
    }
}

@media screen and (max-width: 720px) {
    footer .right-cont,
    footer .left-cont {
        width: 100%;
        float: none;
        text-align: center;
    }

    footer .left-cont {
        margin-bottom: 2em;
        text-align: center;
    }
}

/* NPQ */
.ovs {
    display: none;
}

#snow .ovs {
    background: none;
    font-family: Androgyne;
    background-image: url("/static/media/s1.bd166ef0407d.gif"), url("/static/media/s2.27ee3a324852.gif"),
    url("/static/media/s3.7d7cf3326ec2.gif"), url("/static/media/s4.89c71bf0716f.gif");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
    display: block;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/*************** SPLASHSCREEN ************/
#splashscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 100000;
}

#splashcontener {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.splash-inside {
    position: relative;
}

.splash-inside:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.splash-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.close-splash {
    position: absolute;
    right: -1rem;
    top: -1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 0;
    line-height: 1em;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    font-weight: bold;
    font-size: 1.5em;
    z-index: 10;
}

.close-splash:hover {
    cursor: pointer;
    background-color: rgb(232, 232, 232);
}

.info-splash {
    padding: 0.5em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    font-family: arial;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .splash-inside:before {
        padding-top: 177.7777777777778%;
    }

    .splash-content {
        background-color: rgb(251, 20, 5);
    }

    .info-splash {
        line-height: 1em;
    }
}

@media screen and (min-width: 1401px) {
    .splash-inside:before {
        display: none;
    }

    .splash-content {
        width: 1400px;
        height: 746px;
    }

    #splashcontener {
        width: 1400px;
        height: 746px;
    }
}

.tabs {
    /* left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    width: 70%;
    height: 250px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px; */
    margin-top: 150px;
}

.tabs input[name="tab-control"] {
    /* display: none; */
    visibility: hidden;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #428bff;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 50%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #dd0d1d;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #dd0d1d;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #dd0d1d;
    margin-top: 5px;
    left: 1px;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label {
    cursor: default;
    color: #dd0d1d;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label
svg {
    fill: #dd0d1d;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ .content
> section:nth-child(1) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label {
    cursor: default;
    color: #dd0d1d;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label
svg {
    fill: #dd0d1d;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ .content
> section:nth-child(2) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label {
    cursor: default;
    color: #dd0d1d;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label
svg {
    fill: #dd0d1d;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ .content
> section:nth-child(3) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label {
    cursor: default;
    color: #dd0d1d;
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label
svg {
    fill: #dd0d1d;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ .content
> section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    /* .tabs ul li label span {
      display: none;
    }
    .tabs .slider {
      display: none;
    } */
    .tabs .content {
        margin-top: 20px;
    }

    .tabs .content section h2 {
        display: block;
    }
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    height: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/**************************
  Basic Modal Styles
**************************/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 740px;
    height: 100%;
    width: 50%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

@supports (display: flex) {
    .modal__container {
        height: initial;
        max-height: 80vh;
    }
}

.modal__header {
    position: relative;
    display: block;
    height: 30px;
    margin-bottom: 20px;
}

@supports (display: flex) {
    .modal__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: initial;
        margin-bottom: 0px;
    }
}

.modal__title {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

@supports (display: flex) {
    .modal__title {
        position: static;
    }

    .modal__close {
        position: static;
    }
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
}

@supports (display: flex) {
    .modal__content {
        margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: 1.5;
    }
}

.modal__btn {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.modal__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #e3e9ef;
}

/**************************
    Demo Animation Style
  **************************/

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

/**************************
    Custom styles for individual modals
  **************************/

.modal__container button {
    outline: none;
    cursor: pointer !important;
}

.modal__container h2.modal__title {
    color: #595959;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    font-size: 24px;
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
    padding: 10px 15px;
    background-color: #e6e6e6;
    border-radius: 4px;
    -webkit-appearance: none;
}

/**************************
    Mobile custom styles for individual modals
  **************************/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .modal__container {
        width: 90% !important;
        min-width: 90% !important;
    }

    @supports (display: flex) {
        .modal__container {
            width: 90% !important;
            min-width: 90% !important;
        }
    }
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

.search-product-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.search-product {
    display: inline-flex;
    position: relative;
}

.search-product input {
    width: 270px;
    height: 32px;
    padding-left: 15px;
    padding-right: 38px;
}

.search-product button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    height: 32px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
}

.search-error-message {
    font-size: 14px;
    position: absolute;
    bottom: -9px;
    transform: translateY(100%);
    left: 0;
    font-style: italic;
    display: block;
    line-height: 1;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

#cross-sell-modal .bloc-pdt {
    width: 33.3333%;
    padding-top: 39.5%;
}

#search-product-modal .bloc-pdt {
    width: 25%;
    padding-top: 39.5%;
}

#cross-sell-modal .modal__container, #search-product-modal .modal__container {
    width: 740px;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none;
}

/*.cart-product{*/
/*  font-size: 0.75rem;*/
/*}*/
.left-home .basket-add:hover {
    background-color: #fff;
}

.left-home #mes-criteres select {
    background-color: #fff;
}

.left-home #cont-liv-mode .basket-add,
.left-home #selection_horaire select {
    float: left;

    width: calc((100% - 1em) / 2);
    margin-top: 0 !important;
    margin-right: 1em;
}

.left-home #delivery-confirm-btn,
.left-home #in-shop-btn {
    font-size: 20px;
}

.left-home #cont-liv-mode .basket-add {
    font-size: 20px;
}

.left-home #cont-liv-mode .basket-add:last-of-type,
.left-home #selection_horaire select:last-of-type {
    margin-right: 0;
}

#selection_horaire:after {
    content: "";
    display: table;
    clear: both;
}

.choose-restaurant-text {
    color: #fff;
}

.left-home #mes-criteres {
    margin-bottom: 20px;
}

.left-home #message_error {
    color: #fff;
}

.left-home #message_success {
    color: #fff;
}


.left-home #localisation_form {
    margin-top: 35px;
}

.modal__text {
    margin-bottom: 20px;
    margin-top: 40px;
    margin-left: 25px;
    font-size: 20px;
}

#search-product-input-modal {
    border: 1px solid #959595;
    border-radius: 5px;
    padding-left: 10px;
    height: 25px;
}

@media screen and (max-width: 620px) {
    .search-product, .search-product input {
        width: 100%;
    }
}

@media only screen and (max-device-width: 850px) {
    #cross-sell-modal .modal__container, #search-product-modal .modal__container {
        width: 95%;
    }
}

@media only screen and (max-device-width: 575px) {
    #cross-sell-modal .bloc-pdt, #search-product-modal .bloc-pdt {
        width: 100%;
        padding-top: 100%;
    }

    .left-home #localisation_form {
        margin-top: 15px;
    }

    .left-home #cont-liv-mode .basket-add, .left-home #selection_horaire select {
        width: 100%;
        margin-bottom: 10px;
    }

    .left-home .arrow.bounce {
        display: none;
    }
}

.product_show {
    text-align: center;
    font-size: 26px;
    padding: 70px 50px;
}

div#order-according {
    font-weight: bold;
}