/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

/*RESET CSS BEGIN*/
select::-ms-expand {
    display: none;
}
button {
    border: none !important;
}
.flex-container {
    -ms-flex: 1;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
}
body {
    line-height: 1;
    -webkit-overflow-scrolling: touch;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*RESET CSS END*/

/*HELPING CLASSES BEGIN*/

.left {
    float: left;
}

.right {
    float: right;
}

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


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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}
.thin {
    font-weight: lighter !important;
}
.yellow {
    color: #ECDF30;
}
.bold {
    font-weight: 800;
}
.semi {
    font-weight: 600;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p,
ul li,
ol li {
    font-size: 17px;
    line-height: 24px;
}


/*HELPING CLASSES END*/
* {
    font-family: 'Raleway';
    font-size: 15pt;
    color: white;
    font-weight: normal;
}
body {
    font-family: "Raleway", sans-serif !important;
    background-color: #000000;
    color: white;
    font-size: 15pt;
    overflow-x: hidden;
}
a {
    background-color: transparent;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 0;
    line-height: 0;
    font-size: 0;
}
.modal-content > .wrapper {
    max-width: 500px;
    width: 90%;
    margin: 0px auto;
    padding: 50px;
}
.header-container {
    align-items: center;
    background: url('../img/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #ECDF30;
    padding-top: 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.head {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar {
    padding-right: 20px;
}
.logo {
    width: 290px;
    cursor: pointer !important;
    margin-left: 20px;
    outline: none;
}
.logo:focus {
    outline: none;
}
.right>li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-size: 16px;
    position: relative;
}
.right>li>a {
    display: block;
    cursor: pointer;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}
.active .hover-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    background-color: #ECDF30;
    -webkit-transition: -webkit-transform 0.3s;
}
.hover-2:hover:after {
    -webkit-transform: scaleX(1);
    max-width: 100%;
}
.right div.link-txt {
    line-height: initial;
    display: inline-block;
}
.align {
    margin-top: 15px;
}
.dash {
    display: inline-block;
    width: 0;
    height: 0.75em;
    border-right: 1px solid #ECDF30;
    line-height: 120px;
}
.right ul li a.active {
    font-weight: bold !important;
    border-bottom: 3px solid #ECDF30;
}
.contact a {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    padding-right: 5px;
    text-decoration: none;
    color: white;
}
.contact:hover{
    text-decoration: none;
    color: white;
}
.contact i{
    margin-right: 6px;
}
.connect a{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 600;
    padding-right: 8px;
    padding-left: 9px;
    font-size: 14px;
    text-decoration: none;
    color: white;
}
.connect:hover{
    text-decoration: none;
    color: white;
}
.infos {
    margin-right: 55px;
}
.pac-container {
    font-family: 'Raleway' !important;
    background-color: #353535 !important;
    z-index: 9999999999;
}
.pac-container::after {
    display: none;
}
.pac-item-query {
    font-weight: 500 !important;
    color: #ffffff !important;
}
.pac-item:hover {
    background-color: black;
}
.pac-item-selected {
    background-color: black;
}
.contents {
    top: 0;
    bottom: 0;
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.md-content, .md-content-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top : 0px;
    padding: 31px;
    /*margin-top: -80px;*/
}
.add-on, .add-on-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}
.inf h1, .inf-alt h1 {
    font-size: 28px;
    color: #b4a895;
}
.drp, .drp-alt {
    position: relative;
    display: inline-block;
}
.drp .arr, .sec .arr, .drp-alt .arr-alt, .sec-alt .arr-alt {
    background: transparent;
    bottom: 5px;
    position: absolute;
    right: -9px;
    top: 5px;
    width: 30px;
    pointer-events: none;
}
.drp .arr:before, .sec .arr:before, .drp-alt .arr-alt:before, .sec-alt .arr-alt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 10px solid #ECDF30;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.drp .arr:after, .sec .arr:after, .drp-alt .arr-alt:after, .sec-alt .arr-alt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 6px solid #ECDF30;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.search-b, .search-b-alt {
    height: 67px;
    border-radius: 0 7px 7px 0 !important;
    padding: 0 25px !important;
    background-color: #ECDF30;
    font-weight: bold;
    border-color: black;
    outline: none;
}
.search-b:hover, .search-b:active, .search-b:visited, .search-b:focus, .search-b-alt:hover {
    background-color: #ECDF30;
    border-color: #ECDF30;
    outline: none;
}
.icon, .icon1, .icon1-alt, .icon-alt {
    position: absolute;
    top: 21px;
    left: 20px;
}
.icon1, .icon2-alt {
    /*display: none;*/
}
.icon2, .icon2-alt {
    position: absolute;
    top: 23px;
    left: 13px;
    color: #ECDF30;
}
select {
    height: 67px;
    background-color: #353535;
    border-color: black;
    color: #8D8D8D !important;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    outline: none; /*enlève la lueur*/
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.select-primary, select.select-primary-alt {
    border-radius: 7px 0 0 7px;
    padding-right: 75px;
    padding-left: 60px;
    width: 320px;
    border: none;
    border-right: 2px solid #000;
}
select.select-secondary, select.select-secondary-alt {
    border-radius: 0 0 0 0;
    padding-right: 0;
    padding-left: 50px;
    width: 450px;
    border: none !important;
}
select::-webkit-input-placeholder {
    color: black !important;
    font-weight: 700;
}
option {
    font-size: 18px;
}
.inp, .sec-alt {
    position: relative;
}
.sec, .inp-alt {
    position: relative;
    /*display: none;*/
}
input#primary-input, input#primary-input-second, input#primary-input-third, input#primary-input-alt, input#primary-input-alt-societe, input#primary-input-alt-batiment, input#primary-input-alt-interphone,input#primary-input-alt-etage,input#primary-input-alt-code-ascenseur,input#primary-input-alt-code-portail,input#primary-input-alt-residence, input#primary-input-facturation {
    height: 65px;
    border: none;
    background-color: #353535;
    border-color: black;
    color: #8D8D8D !important;
    font-weight: 500;
    font-size: 14px;
    outline: none; /*enlève la lueur*/
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 0 0 0;
}
.inp #primary-input-facturation:not(.border-1-white),
.inp #primary-input:not(.border-1-white) {
    height: 67px;
    width: 450px;
    padding-left: 55px;
    border: none !important;
}
.input-group-addon, .input-group-btn {
    width: 0 !important;
}

.main {
    border-bottom: 1px solid #ECDF30;
    position: relative;
}
.md-effect-1 {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.description__alt {
    padding-right: 0;
    line-height: 2;
}

.description__text {
    font-size: 19px;
    text-align: center;
}

.description__text i {
    color: #ECDF30;
}

.description__alt .point {
    font-size: 20px;
    color: #ECDF30;
    margin-top: 20px;
    margin-bottom: 30px;
}

.md-show.md-effect-1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.test:not(.extended-form) {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-color: black;
    z-index: 10000;
    display: none;
    overflow: hidden;
    z-index: 999999999;
}
.test.extended-form {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden !important; */
    background: #000;
    z-index: 9999 !important;
    padding-top: 22px;
}
.test2 {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-color: black;
    z-index: 10000;
    display: none;
    overflow: hidden;
}
.test-alt {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 110px;
    position: absolute;
    background-color: black;
    z-index: 10000;
    display: none;
    overflow: auto;
}
.test-cre {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-color: black !important;
    z-index: 100200;
    display: none;
    overflow: auto;
    min-height: 100vh;
}

.test-cre .cre-content .container{
    margin-bottom: 0px !important;
}

.call {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    left: 0 !important;
    position: absolute !important;
    background-color: black !important;
    z-index: 9999;
    display: none;
    overflow: auto;
}
.cart-min {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    left: 0 !important;
    position: absolute !important;
    background-color: black !important;
    z-index: 9999;
    display: none;
    overflow: auto;
}


.test-detail {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-color: black;
    z-index: 9997;
    display: none;
    overflow: scroll;
    padding-bottom: 100px;
}

.test-entry {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background:rgba(0,0,0,0.9);
    position: absolute;
    z-index: 10001;
    display: none;
    overflow: auto;
}
.test-taille {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background:rgba(0,0,0,0.9);
    position: absolute;
    z-index: 10001;
    display: none;
    overflow: auto;
}
.test-command {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    /*background-image: url("../img/yoko-11.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1000;
    display: none;
    overflow: auto;
}
.test-complement {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background:rgba(0,0,0,0.9);
    position: absolute;
    z-index: 1002;
    display: none;
    overflow: auto;
}
.stepBar {
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.stepBar .step {
    position: relative;
    float: left;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    padding: 7px 40px 7px 40px;
    border: 1px solid #48454b;
    background: rgba(0,0,0,0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stepBar .step:last-child {
    padding-left: 90px;
    padding-right: 80px;
}
.stepBar .step.current {
  color: #FFF;
  border: 1px solid #ECDF30;
  font-weight: bold;
}
.chevron {
    border: 28px solid transparent;
    border-left: 14px solid #48454b;
    border-right: 0;
    display: block;
    position: absolute;
    right: -15px;
    top: -1px;
    z-index: 1;
}
.chevron:before {
    border: 28px solid transparent;
    border-left: 14px solid rgba(0, 0, 0, 1);
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: -28px;
}
li.current .chevron {
    border-left: 14px solid #ECDF30;
}
.prev {
    border-left: 14px solid #ECDF30;
}
.connect-command {
    padding-right: 50px;
    padding-left: 50px;
}
.connect-title {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 21pt;
}
.connect-input-group {
    display: flex;
    flex-direction: column;
}
input.cust-inp {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    color: white;
    border: 2px solid;
    outline: none;
    width: 100%;
    padding: 16px;
}
input.cust-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
input.cust-inp::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
input.cust-inp:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
input.cust-inp:-moz-placeholder { /* Firefox 18- */
    color: white;
}

:focus{outline: none;}

.anc{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 12px;} /* necessary to give position: relative to parent. */

.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 2px; background-color: #ECDF30; transition: 0.2s; transition-delay: 0.2s;}
.effect-9 ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}
.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #ECDF30; transition: 0.2s;}
.effect-9 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}
.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}
.effect-9:focus ~ .focus-border:after{transition-delay: 0.2s;}
.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after{height: 100%; transition: 0.2s;}
.effect-9:focus ~ .focus-border i:after{transition-delay: 0.4s;}

.connexion {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px;
}
.btn-connect {
    align-self: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    padding: 8px 65px;
    background-color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: .6s;
    transition: .6s;
}
.btn-connect:active, .btn-connect:visited {
    color: black;
}
.btn-connect:hover {
    text-decoration: none !important;
    color: black !important;
    background-color: #d2d4d6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.btn-connect:active, .btn-connect:focus {
    color: black;
}
.btn-facebook {
    align-self: flex-end;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-decoration: none !important;
    padding: 8px 80px;
    background-color: #3549B3;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
/*.btn-facebook:active, .btn-facebook:visited {
    color: white;
}*/
.btn-facebook:hover {
    color: white !important;
    /*text-decoration: none !important;
    background-color: #107EAF;
    -webkit-transition: 0.6s;
    transition: 0.6s;*/
}
/*.btn-facebook:active, .btn-facebook:focus {
    color: white;
}*/
.disabled {
    cursor: not-allowed;
}
.recap-command {
    display: none;
    padding-left: 50px;
    padding-right: 50px;
}
.header-command {
    display: flex;
    justify-content: space-between;
}
.title-header {
    font-size: 32px;
    font-weight: 300;
}
.date, .time {
    font-weight: 800;
    color: #ECDF30;
    cursor: pointer;
}
.title-command {
    border: 0px solid #7b7384;
    padding: 25px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500;
}
i.fa.fa-pencil {
    color: #7a8288;
    margin-left: 7px;
    margin-right: 4px;
}
.list-command {
    margin-bottom: 80px;
}
.command-items {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 15px;
}
.total-command {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 0;
}
.total-command span:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
}
.total-command span:nth-child(2) {
    font-family: "Roboto";
    font-size: 23px;
    font-weight: 700;
}
.command-operations {
    display: flex;
    justify-content: space-between;
}
.command-numbers {
    margin-right: 80px;
}
.command-price {
    font-family: "Roboto";
    margin-right: 0 !important;
    font-weight: 700;
}
.command-item-name {
    margin-left: 20px;
}
.icCommand {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
.minusCommand {
    width: 20px;
    height: 11px;
    position: relative;
    top:0;
    left:0;

}
.minusCommand:after {
    background-color: #fff;
    width: 15px;
    height: 1px;
    position: absolute;
    top:4px;
    left: 1px;
    content:"";
}

.plusCommand {
    width: 20px;
    height: 11px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 3px;
}
.plusCommand:after {
    background-color: #fff;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 2px;
    content: "";
}
.plusCommand:before {
    background-color: #fff;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 9px;
    content: "";
}
.center-text{
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #7b7384;
    overflow: hidden;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.command-button a {
    font-size: 14px;
    color: #000000;
    text-decoration: none !important;
    padding: 8px 80px;
    background-color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.command-button a:active, .command-button a:visited {
    color: white;
}
.command-button a:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #565555;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.command-button a:active, .command-button a:focus {
    color: white;
}
input[type='checkbox']{ height: 0; width: 0; display: none; }

input[type='checkbox'] + label{
  position: relative;
  margin: .6em 0;
  margin-left: 20px;
  color: #9e9e9e;
  transition: color 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins{
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins > i{
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #4FC3F7;
}
input[type='checkbox'] + label > span{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  border: 2px solid #9E9E9E;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label{
  color: #fff;
}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
  background: rgba(255,255,255,.1);
}
input[type='checkbox']:checked + label > ins{ height: 100%; }

input[type='checkbox']:checked + label > span{
  border: .73em solid #FFEB3B;
  animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox']:checked + label > span:before{
  content: "";
  position: absolute;
  top: .8em;
  left: 10px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{
    transform: scale(.85);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{
    width: .2em;
    height: .5em;
    border-color: #212121;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}
.sel {
    position: relative;
    margin-top: 22px;
}
.force-height:first-child .complement-pic {
    padding-top: 20px;
}
.force-height .complement-pic img {
    height: 100px;
}
.force-height:nth-child(2) .complement-pic img,
.force-height:nth-child(3) .complement-pic img {
    transform: scale(1.25);
}
.force-height:first-child .complement-pic img {
    height: 70px;
    transform: scale(1.55);
}
.glyphicon-triangle-bottom {
    position: absolute;
    font-size: 13px;
    top: 8px;
    right: 110px;
}
select.baguette-select {
    height: 31px;
    background-color: transparent;
    border: 2px solid #9E9E9E;
    color: white !important;
    padding: 5px 45px 8px 20px;
    margin: 0 auto;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    outline: none; /*enlève la lueur*/
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.baguette-select option {
    font-size: 16px;
    background-color: black;
}
.info-command .row .details-header {
    font-weight: 600;
    margin-bottom: 40px;
}
.info-command, .confirm-command {
    display: none;
    padding-left: 50px;
    padding-right: 50px;
}
.adr-head {
    margin-bottom: 25px;
}
.adr-head div:nth-child(1){
    font-weight: 700;
    font-size: 18px
}
.adr-adr p {
    font-weight: 200;
}
.cmd-adr {
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 30px;
}
.info-fidelity .cmd-adr {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 0 !important;
}
.info-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    /* margin-top: 50px; */
}
.fidelity-points {
    font-size: 30px;
    margin-right: 10px;
}
.fidelity-text {
    font-size: 16px;
}
.fidelity-button {
    margin-left: 40px;
}
.info-reduction, .info-total-detail {
    font-family: 'Roboto';
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
.info-reduction span:nth-child(1), .info-total-detail span:nth-child(1) {
    margin-left: 40px;
}
.adr-head {
    display: flex;
}
.cmd-icons {
    margin-left: 180px;
}
.cmd-icons span:nth-child(2) {
    margin-left: 6px;
}
.cmd-icons span {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.fa-trash-o, .fa-cog {
    color: #9e9e9c;
    font-weight: normal;
    cursor: pointer;
}
.info-total-detail {
    font-weight: 700;
}
.fidelity-button a {
    padding: 8px 50px;
}
.poursuivre a {
    padding: 8px 80px;
}
.fidelity-button a, .poursuivre a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    background-color: #222223;
    color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.poursuivre a {
    background-color: #ECDF30;
    color: #222223 !important;
}
.fidelity-button a:active,
.fidelity-button a:visited,
.fidelity-button a:focus,
.poursuivre a:active,
.poursuivre a:visited,
.poursuivre a:focus {
    color: white;
}
.fidelity-button a:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #565555;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.poursuivre {
    padding-top: 10px;
}
.col-md-11 .cmd-adr {
    padding-top: 15px;
    margin-bottom: 50px !important;
}
.div-livraison {
    margin-bottom: 20px;
}
.div-numero {
    margin-bottom: 50px;
}
.div-livraison span:nth-child(1),
.div-numero span:nth-child(1) {
    font-weight: 500;
}
.heure-liv, .num-com {
    font-family: 'Roboto';
    color: #ECDF30;
    font-weight: 700;
    padding-left: 0;
}
.thanks {
    color: #ECDF30;
    margin-bottom: 35px;
}
.divider {
    width: 80%;
    border-bottom: 2px solid #353535;
    margin-bottom: 50px;
}
.share-title {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
}
.share-text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 25px;
}
.btn-insta,
.btn-twitter {
    align-self: flex-end;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-decoration: none !important;
    padding: 8px 80px;
    margin-left: 35px;
    background-color: #1096BD;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.btn-insta {
    background-color: #CD486B;
}

/*.btn-twitter:active, .btn-twitter:visited {
    color: white;
}*/
.btn-twitter:hover {
    color: white !important;
    /*text-decoration: none !important;
    background-color: #2b8a70;
    -webkit-transition: 0.6s;
    transition: 0.6s;*/
}
/*
.btn-twitter:active, .btn-twitter:focus {
    color: white;
}*/

.one, .two, .three, .four{
    cursor: pointer;
}
.btn-close {
    position: absolute;
    top: 30px;
    right: 25px;
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
}
.btn-close:focus{
    outline: none;
}
.btn-close span:first-of-type {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close span:last-of-type {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-close span {
    width: 30px !important;
    height: 2px !important;
    display: block;
    position: absolute;
    overflow: hidden;
    left: 10%;
    top: 50%;
}
.btn-close span:first-of-type:before {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.btn-close span:before {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.btn-close span:after {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-close span:before, .btn-close span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    background: #b4a895;
    display: block;
    left: 0;
    transition: all 300ms ease-in-out;
}
.btn-close span:last-of-type:before {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.btn-close span:last-of-type:after {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.btn-close:hover span:before {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn-close:hover span:after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.btn-close:hover span:first-of-type:before {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.btn-close:hover span:first-of-type:after {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.btn-close:hover span:last-of-type:before {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.btn-close:hover span:last-of-type:after {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}
.close {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    background: url('../img/clear-button.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.yoko-details {
    /*margin-top: 120px;*/
}
.yoko-pic {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yoko-pic img {
    /* width: 100%; */
}
.yoko-desc {
    padding-left: 50px;
    margin-top: -30px;
}
.libelle {
    font-size: 28px;
    padding-bottom: 17px;
}
.piece {
    font-size: 20px;
    color: #8a8888;
    padding-bottom: 17px;
    font-weight: 500;
}
.separateur {
    width: 35%;
    border-bottom: 2px solid #ECDF30;
    margin-bottom: 26px;
}
.description {
    font-size: 15px;
    padding-bottom: 22px;
    line-height: 20px;
}
.composition {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    padding-top: 20px;
    padding-bottom: 20px;
}
.composition h2 {
    font-size: 14px;
    font-weight: bold;
}
.yoko-comp {
    overflow : auto;
    height   : auto;
    padding-top: 9px;
}
.columns{
    float: left;
    position: relative;
    margin-right: 70px;
}
.columns li {
    font-size: 13px;
    color: #AFAFAF;
    font-weight: 500;
}
.yoko-footer {
    margin-top: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.prc {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700;
    margin-right: 50px;
}
.ajout {
    font-size: 15px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    padding: 8px 40px;
    background-color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.ajout:active, .ajout:visited {
    color: white;
}
.ajout:hover {
    text-decoration: none !important;
    color: black !important;
    background-color: #ECDF30;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.ajout:active, .ajout:focus {
    color: white;
}
.entry-body, .complement-body, .taille-body {
    text-align: center;
}
.entry-body .title, .complement-body .title,.taille-body .title {
    font-size: 32px;
    font-weight: 400;
}
.verify {
    position: absolute;
    background-image: url("../img/checked.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: -20px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out 0s;
}
.verify.ok {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease-out 0s;
}
.entry-choice {
    display: flex;
    justify-content: center;
    align-items: center;
}
.taille-choice {
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-choice, .complement-choice, .taille-choice {
    margin-top: 100px;
    margin-bottom: 50px;
}
.complement-choice {
    margin-top: 50px;
    margin-bottom: 0;
}
.entry-choice .col-md-2, .taille-choice .col-md-2, .complement-choice .col-md-3 {
    cursor: pointer;
}
.entry-desc, .complement-desc, .taille-desc {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 55px;
    max-width: 100%;
    overflow: hidden;
}
.complement-desc {
    /* margin-bottom: 25px; */
    margin-top: 10px !important;
}
.complement-choice > div:first-child .complement-desc {
    margin-top: 20px !important;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.entry-body .valider {
/* .entry-body .valider.disabled { */
    /* pointer-events: none !important; */
    /* cursor: default !important; */
    /* background-color: #A7A7A7 !important; */
    /* opacity: .35 !important; */
}
.valider, .comp-valider {
    font-size: 15px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    padding: 8px 90px;
    background-color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.valider:active, .valider:visited, .comp-valider:active, .comp-valider:visited {
    color: black;
}
.valider:hover, .comp-valider:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #353535;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.valider:active, .valider:focus, .comp-valider:active, .comp-valider:focus {
    color: black;
}
.details {
    background: rgba(255,255,255,0.1);
    font-size: 14px;
    position: relative;
    margin-top: 50px;
    /*height: 55px;*/
}
.command-detail {
    position: absolute;
    height: 100%;
    padding-left: 30px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: -15px;
}
.operations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 12px;
}
.ic {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
.minusbutton {
    border:1px solid #8a8888;
    width: 11px;
    height: 11px;
    position: relative;
    top:0;
    left:0;

}
.minusbutton:after {
    background-color: #8a8888;
    width: 7px;
    height: 1px;
    position: absolute;
    top:4px;
    left: 1px;
    content:"";
}

.plusbutton {
    border: 1px solid #8a8888;
    width: 11px;
    height: 11px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 3px;
}
.plusbutton:after {
    background-color: #8a8888;
    width: 8px;
    height: 1px;
    position: absolute;
    top: 4px;
    left: 0.5px;
    content: "";
}
.plusbutton:before {
    background-color: #8a8888;
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0.5px;
    left: 4px;
    content: "";
}
em:not(.forced) {
    font-style: normal !important;
    color: #8a8888 !important;
    font-weight: normal;
}
.isEmpty {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5vh;
}
.sh-name {
    margin-left: 8px;
}
.plus, .moins, .remove {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
.remove {
    margin-left: 12px;
}
.qt {
    padding-left: 5px;
    padding-right: 5px;
}
.dev {
    margin-left: 3px;
}
.dropdown-content {
    padding-bottom: 40px;
    margin-top: 2px;
    display: none;
    position: absolute;
    color: white;
    height: calc(100vh - 200px);
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 55px;
    background-color: #2d2a2a;
    min-width: 336px;
    /* box-shadow: 0 0 50px 10px rgba(0,0,0,.5); */
    z-index: 900;
    overflow: auto;
}
.title {
    font-size: 24px;
    margin-bottom: 35px
}
.total {
    margin: 20px 0;
}
.total .total-label {
    font-size: 18px;
    font-weight: 700;
}
.total .total-price {
    font-size: 16px;
    font-weight: 500;
}
.commander {
    text-align: center;
    padding-top: 10px;
}
.commander a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 14px;
    background-color: #ECDF30;
    padding: 5px 50px;
}
.products {
    border-bottom: 2px solid black;
    padding-bottom: 17px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #8a8888
}
.shopp-price, .tot {
    font-family: "Roboto";
}
.products span {
    color: #FFF !important;
    font-weight: 600;
}
.panier {
    background-color: rgba(255,255,255,0.1);
    padding: 20px 110px;
    cursor: pointer;
}
.panier div {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.panier div .arrow {
    display: none;
    background: transparent;
    bottom: 5px;
    position: absolute;
    right: -59px;
    bottom: 9px;
    width: 50px;
}
.panier div .arrow:before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 24px;
    margin-bottom: -5px;
    pointer-events: none;
    border-bottom: 10px solid #ECDF30;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.panier div .arrow:after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 28px;
    margin-bottom: -5px;
    border-bottom: 6px solid #ECDF30;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.panier div .arr {
    background: transparent;
    bottom: 5px;
    position: absolute;
    right: -59px;
    width: 30px;
}
.panier div .arr:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 10px solid #ECDF30;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.liste-categorie {
    display: none;
    top: 60px;
    position: absolute;
    z-index: 1;
    padding-top: 4px;
    padding-right: 10px;
    text-align: right;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: black;
}
.categories {
    background-size: cover;
    height: 100vh;
    width: 20%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    transition: opacity 1s ease;
    padding: 7px 0;
}
/*.categories:hover {
    opacity: 0.5;
}*/
.liste-categorie ul li {
    position: relative;
    z-index: 2;
    font-size: 15px;
    padding-right: 30px;
    margin-bottom: 4px;
}
.liste-categorie ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    position: relative;
    padding: 1px 0;
}
#top-menu li.active a{
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    text-align: left;
}
#top-menu li a:hover, #top-menu li a:focus, #top-menu li a:active, #top-menu li a:visited{
    background-color: transparent;
}
#top-menu li.active:after {
    content: url('../img/focus.png');;
    position: absolute;
    margin-left: 0;
    left: 35px;
}
.adresse a, .horaire a {
    transform: scaleX(0);
    transform-origin: bottom left;
    transition:  0.3s;
}
.adresse a:hover, .horaire a:hover {
    border-bottom: 2px solid #ECDF30;
    transform: scaleX(1);
    transform-origin: left;
    transition: 0.3s;
}
.famille-caller.active .hover-3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ECDF30;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.3s;
}
.hover-3:hover:after {
    -webkit-transform: scaleX(1);
    max-width: 100%;
}
.articles::-webkit-scrollbar-track,
.list-command::-webkit-scrollbar-track,
.test-detail::-webkit-scrollbar-track,
.test-entry::-webkit-scrollbar-track,
.test-taille::-webkit-scrollbar-track,
.test-command::-webkit-scrollbar-track,
.dropdown-content::-webkit-scrollbar-track {
    border:1px transparent solid;
    border-radius:10px;
    -webkit-box-shadow:0 0 6px gray inset;
}
.articles::-webkit-scrollbar,
.list-command::-webkit-scrollbar,
.test-detail::-webkit-scrollbar,
.test-entry::-webkit-scrollbar,
.test-taille::-webkit-scrollbar,
.test-command::-webkit-scrollbar,
.dropdown-content::-webkit-scrollbar {
    width:6px;
    background-color: transparent;
}
.articles::-webkit-scrollbar-thumb,
.list-command::-webkit-scrollbar-thumb,
.test-detail::-webkit-scrollbar-thumb,
.test-entry::-webkit-scrollbar-thumb,
.test-taille::-webkit-scrollbar-thumb,
.test-command::-webkit-scrollbar-thumb,
.dropdown-content::-webkit-scrollbar-thumb {
    background-color:#ECDF30;
    border-radius:10px;
}
.articles::-webkit-scrollbar-thumb:hover,
.list-command::-webkit-scrollbar-thumb:hover,
.test-detail::-webkit-scrollbar-thumb:hover,
.test-entry::-webkit-scrollbar-thumb:hover,
.test-taille::-webkit-scrollbar-thumb:hover,
.test-command::-webkit-scrollbar-thumb:hover,
.dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color:#ECDF30;
    border:1px solid #333333;
}
.articles::-webkit-scrollbar-thumb:active,
.list-command::-webkit-scrollbar-thumb:active,
.dropdown-content::-webkit-scrollbar-thumb:active {
    background-color:#ECDF30;
    border:1px solid #333333;
}
.panier div .arr:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 6px solid #ECDF30;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.fa-shopping-bask {
    padding-right: 10px;
}
.articles {
    position: relative;
    overflow: auto;
    height: 100vh;
    width: 80%;
    background-color: #141414;
}
.titre-cat {
    text-align: left;
    margin-bottom: 70px;
    background-color: transparent;
    padding: 10px 0;
    padding-top: 5px !important;
}
.titre-cat.titre-cat-sup {
    font-size: 30px;
}
.titre-cat h2 {
    font-weight: bold;
    font-size: 1.05em;
}
.titre-cat p {
    font-size: .9em;
    margin-top: 8px;
    font-weight: 500;
}

.sashimi {
    position: relative;
    top: 10px;
    display: flex;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-left: 20px;
    justify-content: flex-start;
    align-items: center;
}
.sashimi span {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    float: left;
    text-align: left;
    /* position: absolute; */
    /* font-weight: bold; */
    color: #f0e330;
}
.sashimi .arrow {
    display: none;
    /* background: transparent; */
    /* bottom: 5px; */
    /* position: absolute; */
    /* right: -59px; */
    /* bottom: 9px; */
    /* width: 50px; */
}
.sashimi .arrow:before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 24px;
    margin-bottom: 0;
    pointer-events: none;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.sashimi .arrow:after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 28px;
    margin-bottom: 0;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.sashimi .arrow,
.sashimi .arr {
    width: 30px;
    height: 30px;
    background: transparent;
    position: static !important;
}
.sashimi .arr:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.sushi img {
    height: 75px;
    max-width: 200px;
    cursor: pointer;
}
.panier .badge {
    position: absolute;
    font-weight: 500;
    color: black;
    background-color: #ECDF30;
    left: 13px;
    bottom: -10px;
}
.sashimi .arr:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -5px;
    border-top: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.horaire, .adresse {
    margin-top: 3px;
}
.desc {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.desc div {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}
.desc p {
    font-size: 14px;
}
.horaire a, .adresse a {
    color: #ECDF30;
    font-size: 12px;
    text-decoration: none;
}
.big-dash {
    display: inline-block;
    width: 0;
    height: 2em;
    border-right: 2px solid #ECDF30;
    line-height: 120px;
    margin: auto 10px;
}
.carte {
    height: 100vh;
    overflow: hidden;
}
.carte .col-md-9{
    padding-top: 30px
}
.pieces {
    padding: 6px 0;
    font-size: 16px;
    font-style: italic;
    color: #353535;
    font-weight: 500;
    height: 28px;
}
.food {
    min-width: 275px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    overflow: visible;
    width: 275px;
}
.food:nth-child(4n+1) {
    clear: left;
}
.price {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17px;
}
.carting {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajouter {
    margin-left: 10px;
}
.ajouter a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    background-color: #353535;
    border-radius: 3px;
    transition: 0.6s;
    width: 100px;
    line-height: 1.1;
}
.ajouter a:hover {
    transition: 0.6s;
    color: black;
    background-color: #ECDF30;
    font-weight: bold;
}
#foot {
    display: none;
    background: url('../img/fond-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-container {
    padding: 60px 10px;
    width: 850px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.footer-title p {
    font-size: 15px ;
    font-weight: 600;
}
.footer-text p {
    font-size:12px ;
    color: #C1C1C1 !important;
}
.footer-text a {
    text-decoration: none;
    color: #C1C1C1 !important;
}
.tel{
    text-decoration: none !important;
    color: #C1C1C1 !important;
}
footer {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer a:hover {
    text-decoration: none;
    color: #ECDF30;
}
footer a:visited, footer a:active {
    color: #ffffff;
}
.read-more {
    padding: 6px 0;
}
.read-more a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    background-color: #353535;
    border-radius: 3px;
}
.read-more a:hover {
    background-color: #60605F;
    transition: 0.6s;
}
.icons {
    color: black !important;
}
.btn-social {
    background-color: #ECDF30;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 7px;
    margin-top: 10px;
}
#foot .icons span.fa {
    color: black;
}
.fa-facebook {
    padding: 0 4px;
}
.fa-twitter {
    padding: 0 2px;
}

/*.errspan {
    background: url(../img/shop.png) no-repeat right center;
    padding-left:30px;
    height: 30px;
    width: 20px;
    margin-right: -35px;
    position: relative;
}*/

@media only screen and (max-width: 990px){
    .burger-nav {
        background: url('../img/hamburger.png') no-repeat 100% center;
        display: block;
        height: 33px;
        width: 40px;
        cursor: pointer;
        float: right;
        margin-bottom: 10px;
    }

    .header-container nav ul {
        height: 0;
        overflow: hidden;
        background: #282828;
        border-radius: 10px;
    }

    .header-container nav ul.open {
        height: auto;
        clear: both;
        width: 300px;
    }

    .header-container nav ul li {
        float: none;
        text-align: left;
        width: auto;
        margin: 0;
        display: block;
    }

    .header-container nav ul li:hover {
        background: #ECDF30
    }

    .header-container nav ul li a {
        color: white;
        padding: 10px;
        display: block;
        margin: 0;
        padding-left: 30px;
    }

    .dash {
        display: none;
    }

    .contact {
        padding-left: 30px;
        padding-top: 30px;
    }

    .logo {
        top: 15px;
    }

    .header-container nav ul li a:hover {
        border: none;
    }
}

.complement-body .title {
    margin-top: 35px;
}

.carte .food .img-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.isNew,
.isVictime {
    padding: 5px;
    border-radius: 3px;
}
.isVictime {
    opacity: .75;
    color: #ECDF30;
}
.isNew {
    color: #000;
    font-size: .6em;
    display: inline-flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: visible;
    left: 0;
    top: 0;
    transform: translate3d(-100%, -30%, 0);
}
.isNew:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 5.5px);
    height: calc(100% + 5.5px);
    background: transparent;
    border-radius: 50%;
    border: 1px dashed #ECDF30;
}
.test-detail .isNew:before {
    left: -2px;
    top: -2px;
}
.test-detail .isNew {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -60px;
    transform: none !important;
    left: 30px !important;
}
.bg-yellow {
    background-color: #ECDF30;
}

/* .carte .food.isNew .img-wrapper:after,
.carte .food.isVictime .img-wrapper:after,
.yoko-details.isVictime .yoko-pic:after,
.yoko-details.isNew .yoko-pic:after {
    content: "New";
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 1;
    background: #ECDF30;
    border-radius: 50%;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate3d(-50%, -50%, 0) scale(.5);
}
.yoko-details.isVictime .yoko-pic:after,
.yoko-details.isNew .yoko-pic:after {
    transform: translate3d(calc(50% + 10px), 5px, 0) scale(1);
}
.carte .food.isVictime .img-wrapper:before,
.carte .food.isNew .img-wrapper:before,
.yoko-details.isVictime .yoko-pic:before,
.yoko-details.isNew .yoko-pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    z-index: 1;
    background: transparent;
    border-radius: 50%;
    border: 1.8px dashed #ECDF30;
    transform: translate3d(-50%, -50%, 0) scale(.5);
}
.yoko-details.isVictime .yoko-pic:before,
.yoko-details.isNew .yoko-pic:before {
    transform: translate3d(50%, 0%, 0) scale(1);
} */
.sushi .name {
    text-overflow: ellipsis;
    max-width: unset;
    white-space: nowrap;
    max-height: 30px;
    font-weight: 500;
    font-size: 1.28em;
    padding-bottom: 3px;
    padding-top: 10px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 75%;
    margin: 0 auto;
}
#scrollToTop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ECDF30;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 9996;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollToTop:active,
#scrollToTop:focus,
#scrollToTop:hover {
    text-decoration: none;
}
#scrollToTop i {
    position: relative;
    top: -2px;
    font-weight: bold;
    color: black;
}

@media only screen and (min-width: 1900px){
    .liste-categorie ul li {
        font-size: 22px;
        margin-bottom: 8px;
    }

    #top-menu li.active a {
        font-size: 22px;
    }

    .dropdown-content {
        /*height: 79.2vh;*/
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .list-command {
        max-height: 25vh;
        overflow: auto;
        margin-bottom: 15px !important;
        padding-right: 15px !important;
    }
    .cmd-icons {
        margin: 0;
        float: right;
        padding-right: 10%;
        /* transform: scale(.65); */
    }
    .liste-categorie ul li {
        position: relative;
        z-index: 2;
        font-size: 15px;
        padding-right: 0;
        margin-bottom: 4px;
        display: flex;
        padding-left: 75px;
    }
    .sashimi #current {
        max-width: 75%;
        /* position: absolute; */
        /* top: 20px; */
        /* left: 55px; */
    }
    .complement-choice {
        display: flex;
        justify-content: space-between;
    }
    .complement-item {
    }
    /* .header-container {
        height: 100px;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
    }
    .header-container > .head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } */
    .header-container > .head .burger-nav + .right.align {
        margin: 0 !important;
    }
    .logo {
        background-size: auto 90% !important;
    }
    .force-align-right {
        position: absolute;
        right: 30px;
    }
    .dropdown-content {
        /*padding-bottom: 240px;*/
    }
    .categories {
        padding: 0;
    }
    .sashimi {
        top: 0;
        height: 60px;
        padding-bottom: 0;
        background-color: rgba(0,0,0,.7);
    }
    .container-fluid.main {
        margin-top: 220px;
    }
    .test-entry {
        /*margin-top: -100px !important;*/
        padding: 40px !important;
    }
    .test-taille {
        /*margin-top: -100px !important;*/
        padding: 40px !important;
    }
    .test-entry .btn-close {
        /*top: 130px !important;*/
        /* top: 20px !important; */
         top: 40px !important;
    }
    .test-taille .btn-close {
        /*top: 130px !important;*/
        /* top: 20px !important; */
         top: 40px !important;
    }
    /* .header-container {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10000;
    } */
    .inp #primary-input-facturation:not(.border-1-white),
    .inp #primary-input:not(.border-1-white) {
        height: 67px;
        width: 450px;
        padding-left: 55px;
        border: none !important;
    }
    .test-detail .contents {
        padding-top: 25px !important;
    }
    .yoko-details .titre-cat {
        margin: 0 !important;
        transform: translateY(-25%);
    }
    .total {
        /* display: flex !important; */
        display: flex;
        justify-content: space-between;
    }
    .commander {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .mobile-header,
    .mobile-content,
    .yoko-details-breadcrumb,
    .tel-wrapper,
    .mobile-menu {
        display: none;
    }
    .desktop-content {
        display: inline-block;
    }
    .test-command {
        background: url('../img/bg_funnel_desktop.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .ui-datepicker table {
        width: 87% !important;
        margin-left: 8px !important;
    }
    #basketItemsWrap .products > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #basketItemsWrap .products > div .name-container {
        /* position: absolute; */
        left: 50px;
        max-width: 60%;
    }
    #basketItemsWrap .products {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    #checkout {
        width: 184px !important;
        height: 24px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
    .single-fam {
        min-height: 55vh;
        position: relative;
    }
}

.lh-200 {
    line-height: 200%;
}

/* Tablet & Mobile */
@media only screen and (max-width: 768px) {
    .cmd-adr.livraison-adr.show-when-xtended {
        display: none;
    }
    .adr-details .adr-head {
        display: none;
    }
    .cmd-adr.facturation-adr {
        margin-bottom: 10px;
    }
    .connect-command .connexion > .recup-link {
        font-size: 16px;
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }
    .recup-link a {
        color: white !important;
        background-color: black;
        border-radius: 2px;
        padding: 12px 25px;
    }
    .entry-desc, .complement-desc, .taille-desc {
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    #checkout {
        width: 90% !important;
        height: unset !important;
    }
    .border-right-1 {
        border-right: 1px solid transparent !important;
    }
    .test-entry {
        position: fixed !important;
    }
    .test-taille {
        position: fixed !important;
    }
    .cart-loader .cart-loader-inner {
        position: relative;
        top: 0 !important;
        transform: scale(.75);
    }
    .entry-body .title, .complement-body .title, .taille-body .title {
        font-size: 22px;
    }
    .food {
        width: 100%;
    }
    .inp #primary-input-facturation:not(.border-1-white),
    .inp #primary-input:not(.border-1-white) {
        height: 67px;
        width: 100%;
        padding-left: 55px;
        border: none !important;
    }
    .desktop-view.ignore-mobile-contraint {
        display: flex;
    }
    .mobile-ml-0 {
        margin-left: 0 !important;
    }
    .time-choice {
        margin-bottom: 0 !important;
    }
    .cre-content {
        margin-left: 5px !important;
    }
    .cre-content .container {
        padding-right: 15px !important;
    }
    .ui-datepicker table {
        margin-left: 15px !important;
    }
    .cre-foot {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }
    .last-bar {
        border: none !important;
        margin-bottom: 0;
    }
    .cre-content {
        overflow: hidden;
    }
    .force-height .complement-pic img {
        height: unset;
        width: 88px;
    }
    .force-height:first-child .complement-pic img {
        height: 50px;
        width: 50px;
    }
    .force-height:first-child .complement-desc {
        margin-top: 0 !important;
    }
    .test-detail .isNew {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 30px;
        left: 10px;
    }
    .poursuivre-like.poursuivre a {
        display: block !important;
    }
    #facturation.extended-form .md-content,
    .test.extended-form .md-content {
        width: 100% !important;
        /* margin-top: -45% !important; */
    }
    .test.extended-form .close-modal,
    #facturation.extended-form .close-modal {
        top: 10px;
        right: 10px;
    }
    .yoko-details-inner {
        transform: translateY(-6%) !important;
    }
    .info-total {
        width: 100%;
    }
    .linked-product-item {
        height: 200px;
    }
   
    
    
    .yoko-pic img {
        width: 50%;
    }
    .test-command {
        background: url('../img/bg_funnel_mobile.jpg') !important;
        background-repeat: repeat !important;
        background-size: auto;
    }
    #foot, .head, .preview {
        display: none;
    }
    .resto-body {
        border: none;
    }
    nav.mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 25px;
        background: url('../img/fond-footer.jpg');
        background-repeat: no-repeat;
        border-bottom: 1px solid #ECDF30;
    }
    .mobile-hamburger {
        cursor: pointer;
    }
    .mobile-logo img {
        width: 30%;
        transform: scale(2.2);
        -moz-transform: scale(2.2);
        -webkit-transform: scale(2.2);
        -o-transform: scale(2.2);
    }
    .mobile-logo a {
        text-align: center;
    }
    .mobile-menu {
        background-color: black;
        position: fixed;
        z-index: 9999999;
        left: 0;
        width: 100%;
        display: none;
        top: 5px;
        bottom: 0;
        margin-top: 102px;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-menu ul {
        list-style: none;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 0;
    }
    .mobile-menu ul li {
        padding: 26px 0;
        border-top: 1px solid #DBDBDB;
    }
    .mobile-menu ul li:first-child {
        border-top: none;
    }
    .mobile-menu ul li a {
        text-decoration: none;
        color: white;
        font-weight: 200;
        font-size: 22px;
    }
    .mobile-social-icons {
        background-color: #1B1B1B;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }
    .btn-mobile-social {
        background-color: #ECDF30;
        padding: 4px 10px;
        border-radius: 6px;
        margin-right: 18px;
        font-size: 22px;
    }
    .btn-mobile-social:last-child {
        padding: 4px 8px;
    }
    .return {
        cursor: pointer;
    }
    .user {
        padding-left: 10px;
    }
    .preview {
        position: relative;
        width: 100%;
        height: 45vh;
    }
    .current:after {
        display: none;
    }
    .peri, .compans {
        display: block;
        padding: 30px 30px 40px 30px;
    }
    .resto-name {
        text-align: left;
    }
    .separateur {
        display: none;
    }
    .resto-details {
        margin-top: 40px;
    }
    .resto-details .address {
        position: absolute;
        top: 55%;
        right: 30px;
        text-align: right;
        font-size: 16px;
        line-height: 1.1;
    }
    .resto-details .phone {
        position: absolute;
        right: 30px;
        bottom: 12%;
        font-size: 16px;
        font-weight: 500;
    }
    .no-mobile {
        display: none;
    }
    .info-text{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        background: rgba(0,0,0,0.4);
    }
    .btn-close {
        top: -195px;
        right: 30px;
    }
    .call .btn-close {
        top: 30px;
        right: 30px;
    }
    .cart-min .btn-close {
        top: 30px;
        right: 30px;
    }
    .close-help-fidelity {
        top: 30px;
        right: 30px;
    }
    .current {
        background-color: black;
        border-bottom: 2px solid #d4d4d4;
    }
    .resto-name {
        padding-top: 0;
    }
    .info {
        margin-top: 15px;
    }
    .header-container {
        padding-top: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 106;
        height: 100px !important;
    }
    .command-detail {
        display: none !important;
    }
    #address-bar-wrapper {
        position: absolute;
        background: transparent;
        top: 0;
        right: 0;
        width: 100%;
        height: 40px;
        padding: 0;
        margin: 0;
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
    }
    #address-bar-wrapper .dropdown {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .command-detail {
        padding-left: 10px;
        padding-right: 10px;
    }
    #address-bar-wrapper > div:first-child {
        overflow: hidden;
    }
    #address-bar-wrapper .dropdown {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .carte {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        background: black;
    }
    .categories {
        width: 100%;
        /* background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../img/Sashimis.jpg'); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-origin: content-box;
        padding: 0;
        height: initial;
    }
    .sashimi {
        top: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 20px 25px;
        background: #ECDF30;
        display: flex;
        border-bottom: 2px solid #FFF;
        position: fixed;
        left: 0;
        top: 105px;
        right: 0;
        z-index: 100;
    }
    .sashimi .arr {
        position: absolute !important;
        right: 20px;
        top: 17px;
        bottom: 0;
        width: 29px;
        height: 28px;
        border-bottom: 1px solid #FFF;
        padding: 0;
        z-index: 999;
        background-image: url('../img/mobile/plus-black.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-origin: content-box;
    }
    .sashimi.sashimi-opened .arr {
        background-image: url('../img/mobile/minus-black.png');
    }
    .sashimi .arr:after,
    .sashimi .arr:before {
        display: none;
    }
    /* .sashimi .arr {
        background: transparent;
        right: 40px;
        top: 15px;
        bottom: 0;
        height: 50px;
        width: 50px;
        border: 2px solid #FFF;
        text-align: center;
        padding: 0;
        z-index: 999;
        transform: scale(0.75);
    }
    .sashimi .arr:before {
        position: absolute;
        left: 6px;
        top: 7px;
        width: 3px;
        height: 70%;
        background-color: #000;
        right: unset;
        border: none;
        margin: 0;
        padding: 0;
        transform: rotate(90deg) translateY(-50%);
    }
    .sashimi .arr:after {
        position: absolute;
        left: 22px;
        top: 7px;
        width: 3px;
        height: 70%;
        background-color: #000;
        right: unset;
        border: none;
        margin: 0;
        padding: 0;
        visibility: visible;
    } */
    .sashimi.opened .arr:after {
        visibility: hidden;
    }
    .sashimi #current {
        color: #0A0A0A;
        font-size: 18px;
        padding-right: 55px;
    }
    #liste-categorie {
        /* background: transparent; */
        background: rgba(0, 0, 0, .9);
        padding: 0;
        text-align: center;
        opacity: 1 !important;
        height: initial;
        min-height: initial;
        padding: 20px 0;
        display: none;
        z-index: 9;
        top: 162px !important;
    }
    #liste-categorie #top-menu {
        padding: 20px 0;
        right: 0;
        top: 0;
        height: calc(100vh - 200px);
        overflow: auto;
    }
    #liste-categorie #top-menu li {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    #top-menu li.active:after {
        display: none;
    }
    #liste-categorie #top-menu li a {
        font-size: 1.7em;
        opacity: .5;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    #liste-categorie #top-menu li.active a {
        opacity: 1;
    }
    .categories .desc {
        display: none;
    }
    .test-detail {
        top: 0;
        margin-top: 160px;
        padding-top: 0;
        height: 100%;
        overflow-x: hidden;
        padding-bottom: 0;
    }
    .test-detail .btn-close {
        top: 10px;
        right: 10px;
        z-index: 9999;
        overflow: hidden;
    }
    .test-entry .btn-close {
        top: 25px;
        right: 25px;
        z-index: 9999;
    }
    .test-taille .btn-close {
        top: 25px;
        right: 25px;
        z-index: 9999;
    }
    .btn-close {
        /* TODO: remove after; */
        /* display: none; */
    }
    .btn-close span:before,
    .btn-close span:after {
        background-color: #FFF;
    }
    .yoko-details .yoko-desc {
        padding-left: 15px;
    }
    .yoko-details .libelle,
    .yoko-details .description,
    .yoko-details .piece {
        text-align: center;
    }
    .yoko-details .piece {
        border-bottom: 2px solid #ECDF30;
        margin-bottom: 10px;
        margin-left: 15%;
        margin-right: 15%;
    }
    .yoko-details .composition {
        position: absolute;
        transform: translateY(70px);
        display: flex;
        flex-basis: 100%;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 92%;
        margin-bottom: 100px;
        padding-bottom: 50vh;
    }
    .yoko-details .composition h2 {
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 30px;
        font-size: 30px;
        margin-top: 30px;
    }
    .yoko-details .yoko-pic {
        width: 100%;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-top: 6px;
    }
    .yoko-details .yoko-desc {
        transform: translateY(-40px);
        margin: 0;
        padding: 20px 10px;
        width: 100%;
    }
    .yoko-desc .separateur {
        display: none;
    }
    .yoko-details .yoko-comp {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .yoko-details .yoko-comp ul {
        margin: 0;
    }
    .yoko-details .yoko-comp ul li {
        font-size: 25px;
        line-height: 35px;
        opacity: .75;
        margin-bottom: 20px;
    }
    .yoko-details .yoko-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .yoko-details .yoko-footer .prc {
        margin: 0;
    }
    .yoko-details .yoko-footer span:not(.prc) {
        display: inline-flex;
    }
    .yoko-details .yoko-footer span:not(.prc) a {
        padding: 15px 0;
        min-width: 180px;
        text-align: center;
    }
    .contents {
        background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../img/Sashimis.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-origin: content-box;
        align-items: flex-start;
        flex-direction: column;
        /* margin-bottom: 30px; */
        margin-bottom: 0;
        height: initial;
        bottom: unset;
        /* padding: 60px 0; */
        padding: 0;
        padding-top: 0;
    }
    .entry-choice .ok {
        right: 110px;
        top: 10px;
    }

    .taille-choice .ok {
        right: 110px;
        top: 10px;
    }
    .test-entry {
        height: initial;
        /* margin-top: 165px; */
        background: black;
        overflow: hidden;
        min-height: 100vh;
    }
    .test-taille {
        height: initial;
        /* margin-top: 165px; */
        background: black;
        overflow: hidden;
        min-height: 100vh;
    }
    .contents > .container:not(.yoko-details) {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .entry-body {
        /* margin-top: 80px; */
    }
    .entry-body .entry-choice, .taille-body .taille-choice {
        overflow: scroll;
        margin: 0;
        display: block;
    }
    .entry-body > div:last-child,  .taille-body > div:last-child {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0
    }
    .yoko-details-breadcrumb {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        top: 0;
        min-height: 65px;
        background-color: rgba(255,255,255,0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .yoko-details-breadcrumb .breadcrumb {
        padding: 0 25px;
        background: transparent;
        margin: 0;
        border-radius: 0;
        flex: 1;
        flex-basis: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .yoko-details-breadcrumb .breadcrumb .breadcrumb-item {
        margin-right: 0;
        font-size: 15px;
        color: #FFF;
        font-weight: 500;
    }
    .yoko-details-breadcrumb .breadcrumb a.breadcrumb-item:after {
        content: ' > ';
        margin-right: 5px;
    }
    .yoko-desc .description {
        font-size: 16px;
        line-height: 30px;
    }
    .yoko-desc .piece {
        font-weight: 200;
    }
    .yoko-desc .libelle {
        font-weight: 500;
    }
    footer {
        display: none !important;
        position: absolute;
        z-index: 9997;
        left: 0;
        right: 0;
        margin-bottom: 10px;
    }
    .panier {
        position: absolute;
        z-index: -1;
        visibility: hidden !important;
    }
    .test-command {
        padding: 30px 0;
        margin-top: 108px;
    }
    .test-command .stepBar {
        display: none;
    }
    .recap-command {
        padding: 0;
    }
    .title-command {
        text-transform: lowercase;
        color: #ECDF30;
        padding-right: 16%;
        font-weight: 300;
        font-size: 35px;
        padding-left: 10px;
        margin: 0;
        line-height: 120%;
        margin-bottom: 25px;
    }
    .title-command:before {
        content: "Votre ";
        text-transform: capitalize;
    }
    .command-item-name {
        font-size: 100%;
        margin: 0;
        width: 100%;
        font-weight: 500;
    }
    .command-numbers .center-text {
        border-color: #FFF;
    }
    .total-command,
    .list-command {
        padding: 0 35px;
    }
    .total-command {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-command {
        padding: 0 10px;
        flex-direction: column;
    }
    .title-header {
        display: none;
    }
    .info-fidelity a {
        /* display: none; */
    }
    .details-header {
        margin-top: 40px;
        line-height: 1.5;
    }
    .recap-command-mobile {
        width: 100%;
    }
    .mobile-content {
        display: block;
    }
    .desktop-content {
        display: none;
    }
    .recap-command-mobile h1 {
        display: inline-block;
        font-size: 27px;
        font-weight: 100;
    }
    .recap-command-mobile a {
        float: right;
    }
    .command-items {
        flex-direction: column;
        border-bottom: 1px solid #FFF;
    }
    .command-operations {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 30px 0;
    }
    .command-button {
        float: none;
        padding: 30px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .command-button a {
        width: 100%;
        flex: 1;
        padding: 20px 0;
        text-align: center;
        background: #ECDF30;
        color: #000;
        font-size: 24px;
    }
    .command-numbers {
        position: relative !important;
        right: unset !important;
        margin: 0 !important;
        transform: translateX(35%);
    }
    .command-price {
        font-weight: 400;
        font-size: 140%;
        margin: 0 !important;
    }
    .comp-valider {
        display: inline-block;
        transform: translateY(-80px);
    }
    .sel > span {
        right: 30px;
        z-index: 0;
    }
    .sel .icCommand {
        right: 0 !important;
        z-index: 0;
    }
    .test-command {
        overflow-x: hidden;
    }
    .info-command {
        padding: 0 20px;
    }
    .info-footer {
        margin: 0;
        padding: 30px 0;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .fidelity-points {
        margin-right: 20px;
        padding: 20px 0;
        position: relative;
        display: inline-block;
        font-size: 90px;
    }
    .info-fidelity {
        position: relative;
    }
    .fidelity-text {
        position: absolute;
        top: 80px;
        color: #FFF;
        font-weight: 500;
        font-size: 110%;
        transform: translateY(-10px);
        display: inline-flex;
    }
    .fidelity-button {
        margin: 0;
        display: inline-flex;
        /* position: absolute; */
        top: 100px;
        width: 200px;
        padding: 5px 0;
    }
    .fidelity-button a {
        font-size: 90%;
        padding: 15px 0;
        width: 100%;
        text-align: center;
        opacity: 1;
        transform: translateY(20px);
    }
    .conseil-fidelite {
        padding: 30px 0;
    }
    .cmd-adr {
        color: #FFF;
    }
    .cmd-adr span {
        font-weight: bold;
    }
    .conseil-fidelite h3 {
        color: #ECDF30 !important;
    }
    .conseil-fidelite h3 {
        font-weight: 300;
        font-size: 26px;
        padding-right: 25%;
        line-height: 140%;
        letter-spacing: -1.5px;
    }
    .info-total-detail,
    .info-reduction {
        justify-content: flex-end;
    }
    .info-total-detail span {
        font-size: 25px;
    }
    .poursuivre {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        flex-direction: column;
        /* margin-bottom: 50px; */
    }
    .poursuivre a:not(#use-my-points):not(#passer-au-paiement) {
        display: none;
    }
    #use-my-points,
    #passer-au-paiement {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background: #ECDF30;
        color: #000 !important;
        font-size: 24px;
        margin-bottom: 20px;
    }
    #passer-au-paiement {
        padding: 20px 15px;
        font-size: 18px;
        width: 100%;
    }
    #use-my-points {
        background: #000;
        color: #ECDF30;
    }
    .name {
        font-size: 20px;
    }
    .pieces {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .comp-valider {
        width: 60%;
        padding: 15px 0;
    }
    .complement-choice {
        margin-top: 0;
        padding: 20px;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .test-complement {
        z-index: 103;
        background-color: #000;
        margin-top: 108px;
    }
    .complement-body {
        padding: 0;
        overflow-x: hidden;
        background-image: url("../img/yoko-12.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .test-complement .complement-body .title {
        font-size: 20px;
        font-weight: 100;
        padding-right: 15% !important;
        text-align: left;
        padding-left: 25px;
        line-height: 150%;
        margin: 20px 0;
        margin-bottom: 0;
        display: inline-block;
    }
    .remove-xtra-padding {
        padding-right: 0 !important;
    }
    .complement-body .retour {
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 20px;
    }
    .rmp {
        padding: 0;
    }


    .test .close-modal {
        top: 25px;
    }
    .test .contents, .test2 .contents {
        min-height: 100vh;
    }
    .test2 .input-group-btn {
        margin-top: 30px;
    }
    .test2 input#primary-input-facturation {
        padding-right: 40px;
        width: 100%;
    }
    .test2 .input-group-addon, .input-group-btn {
        width: initial !important;
    }
    .test2 .search-b {
        border-radius: 5px !important;
    }
    .test2 input#primary-input-facturation {
        border-radius: 5px !important;
        border: 1px solid #000;
        padding-right: 30px;
    }
    .test .add-on, .test2 .add-on {
        flex-direction: column;
    }
    .test .add-on > div {
        margin-bottom: 20px;
    }
    .md-content {
        width: 100%;
        margin-top: -80px;
    }
    .test .input-group-btn {
        width: initial !important;
    }
    .test .select-primary,
    .test #primary-input,
    .test #primary-input-facturation,
    .test .select-secondary,
    .test .input-group-btn button {
        border-radius: 5px !important;
        border: 1px solid #000;
        padding-right: 30px;
    }
    .share-buttons {
        display: flex;
        flex-direction: column-reverse;
    }
    .share-buttons a {
        font-size: 115%;
        font-weight: bold;
        margin: 10px 0;
        width: 100%;
        padding: 12px 0;
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }
    .confirm-command {
        padding: 0 20px;
        padding-top: 70px;
    }
    .confirm-command * {
        text-align: center;
    }
    .thanks,
    .div-livraison,
    .div-numero {
        text-align: left;
    }
    .divider {
        width: 100%;
        border-color: #FFF;
    }
    .share-title {
        font-size: 28px;
        font-weight: 700;
    }
    .cmd-adr {
        color: #FFF;
    }
    .mobile-header .panier-closed {
        display: none;
    }
    .mobile-header .panier-opened {
        display: block;
    }
    .mobile-header.panier-closed .panier-closed {
        display: block;
    }
    .mobile-header.panier-closed .panier-opened {
        display: none;
    }
    .entry-body .title, .taille-body .title {
        padding-top: 10%;
        padding-right: 20%;
        text-align: left;
        padding-left: 20px;
    }
    .confirm-command .recap-command-mobile {
        text-align: left;
        margin-bottom: 30px;
    }
    .confirm-command .btn-close {
        top: 25px;
    }
    .yoko-footer .ajout {
        font-size: 16px;
        color: #000;
        background-color: #ECDF30;
        padding: 10px;
    }
    .yoko-footer .prc {
        font-size: 25px;
    }
    #open-mobile-cart {
        position: relative;
    }
    .mobile-header .badge {
        position: absolute;
        font-weight: 500;
        color: black;
        background-color: #ECDF30;
        left: 13px;
        bottom: -10px;
    }
    .connect-command {
        padding: 0;
        width: 100%;
    }
    .connect-command .connexion {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 40px;
    }
    .connect-command .connexion > * {
        margin: 0 !important;
        border: none;
    }
    .connect-command .connexion .btn-connect {
        background: #ECDF30;
    }
    .connect-command .btn-facebook {
        align-self: flex-start;
        margin-top: 20px;
    }
    .connect-command .connect-title {
        padding-bottom: 10px;
    }
    .comp-valider {
        font-weight: 300;
        font-size: 22px;
    }
    .info-command .livraison-adr.cmd-adr {
        font-size: 29px;
        color: #ECDF30;
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    .info-command .facturation-adr.cmd-adr {
        font-size: 29px;
        color: #ECDF30;
        margin-top: 30px;
        padding-top: 30px;
    }
    .adr-head > div:first-child {
        font-weight: bolder !important;
        font-size: 20px !important;
        padding-right: 10px;
    }
    .adr-adr p {
        font-weight: 500;
        line-height: 140%;
        font-size: 105%;
    }
    .command-button a {
        padding: 10px 0 !important;
    }
    .recap-command-mobile h1 {
        font-size: 24px !important;
    }
    .title-command {
        font-weight: 200 !important;
        font-size: 32px !important;
    }
    .modifier-adresse {
        display: inline-block;
        padding: 15px 0;
        font-weight: bold;
        color: #ECDF30;
        text-decoration: underline;
    }
    .modifier-adresse:focus {
        color: #ECDF30;
    }
    .adr-head .cmd-icons {
        display: none;
    }
    #confirmation {
        position: absolute;
        left: 0;
        right: 0;
        height: 70px;
        background: #1D1E23;
        top: 0;
        padding: 23px;
    }
    .titre-cat {
        margin-bottom: 45px;
        font-size: 40px;
        overflow-wrap: break-word;
    }
    .yoko-details-inner .titre-cat {
        display: none;
    }
    .titre-cat h2 {
        font-size: 0.5em;
    }
    .titre-cat p {
        font-size: 0.4em;
    }
    #passer-au-paiement {
        width: 300px !important;
        padding: 0 !important;
        display: inline-flex;
        height: 36px !important;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }
    #liste-fams {
        /* margin: 0 !important; */
        width: 100% !important;
        top: 0 !important;
    }
    .test.extended-form {
        padding-top: 12vh;
        padding-bottom: 20vh;
    }
    .info-command {
        padding-bottom: 35vh;
    }
    .test-complement {
        padding-bottom: 40vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .command-detail {
        max-width: 67%;
        padding-left: 3px;
    }

    .prc {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .yoko-footer {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .add-on {
        width: 90%;
    }
    .test .select-primary,
    .test .select-secondary,
    .test #primary-input,
    .test #primary-input-facturation,
    .add-on > div {
        width: 100%;
    }
    .connect-command {
        padding: 0;
        width: 100%;
    }
    .connect-command .connexion {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .connect-command .btn-facebook {
        align-self: flex-start;
        margin-top: 20px !important;
    }
    .connect-command .connect-title {
        padding-bottom: 10px;
    }
    .mobile-logo img {
        width: 150px;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media only screen and (max-width: 380px) {
    .fidelity-points {
        font-size: 75px;
    }
    .fidelity-text {
        font-size: 98%;
    }
    .fidelity-button {
        top: 72px;
    }
}

@media only screen and (max-width: 320px) {
    .yoko-details .yoko-footer span:not(.prc) a {
        min-width: 80px;
        font-size: 18px;
    }
    .mobile-logo img {
        width: 120px;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
    #hero .title {
        font-size: 38px;
    }
    #hero .command {
        font-size: 14px;
    }
    #checkout {
        font-size: 18px !important;
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    #carousel-example-generic {
        height: 45vh !important;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

/* iPhone 5 */
@media only screen and (max-width: 320px) and (max-height: 568px) {
    .command-price {
        font-size: 90% !important;
    }
    #myDropdown.mobile-open {
        padding-bottom: 0;
    }
    .test .contents {
        padding-top: 90px;
    }
    .test input,
    .test select {
        padding-right: 20px !important;
    }
    .recap-command .recap-command-mobile h1 {
        display: inline;
    }
    .recap-command-mobile h1 {
        display: inline;
        padding-right: 4%;
    }
    .recap-command-mobile {
        margin-bottom: 20px;
    }
    .recap-command .title-command {
        padding-right: 5%;
        font-size: 30px;
    }
    .recap-command-mobile a {
        transform: translateY(-20px);
    }
    .cmd-icons {
        margin-left: 120px;
        flex-direction: row;
        display: flex;
    }
    .cmd-icons span {
        margin: 0 10px !important;
        display: inline-block;
    }
    .info-fidelity .fidelity-points {
        /* font-size: 50px; */
        font-size: 30px;
        padding-top: 8px;
    }
    .info-footer .conseil-fidelite h3 {
        padding: 0;
    }
    .info-total-detail, .info-reduction {
        justify-content: space-between;
    }
    .confirm-command .btn-close {
        top: 40px;
        right: 20px
    }
    footer {
        bottom: unset;
        margin-bottom: 0;
        background: black;
    }
    .entry-choice .ok, .taille-choice .ok {
        right: 30px;
        top: 0px;
    }
    .carte .articles {
        overflow-x: hidden;
    }
    .test {
        top: 110px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .test2 .contents {
        padding-top: 100px;
    }
    .test .contents {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .test .inf {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .fidelity-text {
        font-size: 90%;
        transform: translateY(0);
    }
    .fidelity-button a {
        transform: translateY(5px);
    }
}

.wow.fadeIn {
    visibility: hidden;
}
.entry-pic img, .taille-pic img {
    width: 100px;
}
#foot .icons span.fa {
    color: black;
}
.btn-mobile-social span.fa {
    color: black;
}
.btn-mobile-social:last-child {
    padding: 4px 11px;
    margin-right: 0;
}

#checkout:hover {
    transition: all .2s ease-out 0s;
    font-weight: bold;
    background-color: #666;
}

.yoko-footer .prc {
    font-size: 25px;
}
.ajout {
    display: inline-block;
}

#bg-b-yellow {
    color: black;
    background: #ECDF30 !important;
    border-color: #ECDF30 !important;
    text-align: center;
    width: 90%;
}
#logout {
    background-color: #666;
    width: 90%;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-right: 3%;
}

#top-menu {
    position: relative;
    /* top: 70px; */
    right: 20px;
}

@media only screen and (min-width: 1282px) and (max-width: 1303px) {
    .container-fluid.main {
        margin-top: 245px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container-fluid.main {
        margin-top: 225px !important;
    }
    .command-numbers {
        right: 10% !important;
    }
    .stepBar .step {
        font-size: 13px;
    }
    .stepBar {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1425px) {
    .isNew {
        transform: translate3d(-71%, -26%, 0)
    }
}

@media only screen and (min-width: 1440px) {
    .container-fluid.main {
        margin-top: 220px !important;
    }
}

/* Tablette et mobile */
@media only screen and (max-width: 768px) {
    .force-align-right {
        position: absolute;
        right: 0;
        transform: translateX(-75px) translateY(4px);
        background: black;
    }
    .test-command {
        z-index: 103 !important;
        padding-bottom: 30vh !important;
    }
    .entry-body > div:last-child, .taille-body > div:last-child  {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        position: relative;
        /* top: -30px; */
    }
    #scrollToTop {
        z-index: 100;
        display: none !important;
    }
    .test-detail, .test-entry, .test-taille {
        z-index: 99;
    }
    .test-entry {
        z-index: 106 !important;
    }
    .test-taille {
        z-index: 106 !important;
    }
    .complement-desc {
        margin-top: 0 !important;
    }
    .complement-choice > div:not(:first-child) .complement-desc {
        padding-top: 5px !important;
    }
    .complement-choice > div:first-child .complement-desc {
        margin-top: 15px !important;
    }
    .force-height {
        padding: 0 5px;
        height: 190px !important;
    }
    .xs-font-light {
        font-weight: 300;
    }
    #liste-fams {
        margin-top: 150px;
    }
    .dev {
        margin-left: 3px;
    }
    #myDropdown.mobile-open {
        position: fixed;
        left: 0;
        top: -10px;
        right: 0;
        bottom: unset;
        background: #000;
        z-index: 999999999;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: inherit;
        padding: 0;
        margin: 0;
        margin-top: 106px;
        min-height: 100vh;
        height: initial;
        min-width: unset;
        width: 100%;
        /*padding-bottom: 50px;*/
        padding-bottom: 140px;
    }
    .mobile-logo h1 {
        font-weight: 500;
        font-size: 32px;
    }
    #myDropdown .title {
        display: none;
    }
    #basketItemsWrap {
        padding: 10px 25px;
        overflow: auto;
    }
    .products {
        padding: 20px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFF;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        padding-right: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
    }
    .commander {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    #checkout {
        background: #ECDF30;
        color: #000;
        padding: 15px 25px;
        width: initial;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        min-width: 80%;
    }
    #checkout:after {
        /* content: " maintenant"; */
    }
    .shopp-price,
    .shopp-price + span {
        /* opacity: .5; */
        color: #FFF !important;
        font-weight: 300 !important;
    }
    .total-label {
        font-weight: 700 !important;
        font-size: 22px !important;
    }
    .tot > * {
        font-family: 'Roboto';
        font-weight: 500 !important;
        font-size: 25px !important;
    }
    .operations {
        float: none;
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 100px;
        height: 40px;
        display: flex;
        flex-direction: row-reverse;
    }
    .operations .ic {
        flex: 1;
        height: 100%;
        margin: 0 5px;
        border-color: #FFF;
        border-width: 1px;
    }
    .ic {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .minusbutton {
        border: 1px solid #FFF;
        width: 11px;
        height: 11px;
        position: relative;
        top: 0;
        left: 0;
    }
    .minusbutton:after {
        background-color: #FFF;
        width: 13px;
        height: 1px;
        position: absolute;
        top: 18px;
        left: 12px;
        content:"";
    }
    .plusbutton {
        border: 1px solid #FFF;
        width: 11px;
        height: 11px;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 3px;
    }
    .plusbutton:after {
        background-color: #FFF;
        width: 13px;
        height: 1px;
        position: absolute;
        top: 18px;
        left: 12px;
        content: "";
    }
    .plusbutton:before {
        background-color: #FFF;
        width: 1px;
        height: 13px;
        position: absolute;
        top: 12px;
        left: 18px;
        content: "";
    }
    .products {
        padding-right: 0 !important;
    }
    .products > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        min-height: 100px;
    }
    .products .operations {
        position: absolute;
        left: unset;
        right: -5px;
        top: 25px;
        margin: 0;
        margin-right: 0 !important;
        display: flex;
        transform: none !important;
    }
    .products .operations .ic {
        transform: scale(.75) translateX(0%) !important;
    }
    .products .name-container {
        position: static;
        float: none;
        clear: both;
        order: -1;
        max-width: unset;
        width: 70%;
    }
    .products .name-container span.name {
        width: 100%;
        display: inline-block;
    }
    .products .price-container {
        position: static;
        align-self: flex-end;
        transform: none;
        display: inline-flex;
    }
    .products .currency,
    .products .shopp-price {
        font-family: 'Roboto';
        /* font-weight: 100 !important; */
    }
    .products .shopp-price {
        transform: scale(.8) translateX(0px) !important;
        margin: 0;
    }
    .products .name {
        font-weight: 300;
    }
    .products .shopp-price {
        font-size: 24px !important;
    }
    .products .currency {
        font-weight: 300;
        font-size: 19px;
    }
    .products .name {
        flex-wrap: nowrap;
        max-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 50%;
    }
    .products .name.green {
        width: 100%;
        max-width: unset;
        margin-right: 0 !important;
    }
    .products .name,
    .products > span {
        font-weight: 500;
        font-size: 14px;
        padding-right: 5px;
    }
    .operations {
        width: 90px;
    }
    .operations .ic {
        margin: 0 2px;
    }
    .operations .ic.plusbutton:before {
        width: 2px;
    }
    .operations .minusbutton:after,
    .operations .ic.plusbutton:after {
        height: 2px;
    }
    .description__alt {
        padding: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .inf h1 {
        font-size: 21px;
    }
    .test {
        overflow-y: auto;
    }
}

.new-account .btn-connect {
    background-color: #FFFFFF;
}

@media only screen and (width: 1366px) {
    #myDropdown {
        width: 100%;
        /* padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-top: 10px; */
        font-size: 18px;
    }
    #basketItemsWrap {
        /*max-height: 100vh;*/
    }
}

.force-height {
    height: 230px;
}

.familly-name {
    border-bottom: 2px solid #ecdf30;
    margin-bottom: 30px !important;
    padding-right: 15%;
}

.lh-120 {
    line-height: 120%;
}
.lh-150 {
    line-height: 150%;
}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #ECDF30; transition: 0.7s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #ECDF30; transition: 0.8s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.7s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.8s;}

.border-2-white {
    border: 2px solid #FFF !important;
}
.border-1-white {
    border: 1px solid #FFF !important;
}
.adr-details {
    overflow: hidden;
}
.o-hidden {
    overflow: hidden;
}
.p-relative {
    position: relative;
}
.yoko-details-inner {
    transform: translateY(10%);
}

.victim-product,
.victim-product:hover,
.victim-product:focus,
.victim-product:active {
    cursor: not-allowed;
    background-color: #353535 !important;
    color: white !important;
    font-weight: normal !important;
}
.test-detail .contents {
    display: block !important;
    padding-top: 0;
}
#facturation.extended-form .inf,
#facturation.extended-form .add-on,
.test.extended-form .inf,
.test.extended-form .add-on {
    display: none !important;
}
#facturation:not(.extended-form) .show-when-xtended,
.test:not(.extended-form) .show-when-xtended {
    display: none !important;
}
#facturation.extended-form .md-content,
.test.extended-form .md-content {
    width: 50%;
    /*margin-top: -13%;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1281px) {
    nav .infos {
        margin-right: 0;
    }
    nav .align {
        margin-top: 25px;
        margin-right: -15px;
    }
    .logo {
        width: 220px;
        background-size: auto 60%;
    }
}

.tippy-tooltip.yoko-theme {
    /* Your styling here. Example: */
    background-color: #ECDF30;
}
.tippy-tooltip.yoko-theme [x-circle] {
    /* Your styling here. Example: */
    background-color: #ECDF30;
}
.tippy-tooltip.yoko-theme .tippy-tooltip-content {
    /* Your styling here. Example: */
    color: black;
    font-weight: 500
}
.h6-force {
    font-size: 20px !important;
}
.border-right-1 {
    border-right: 1px solid #FFF;
}
.bg-transparent {
    background-color: transparent;
}
.input-selected {
    width: 60px;
    padding-left: 15px !important;
    padding-bottom: 2px !important;
}
.eddy-color-alt {
    color: rgb(193, 193, 193);
}
.header-container.fix-header-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    transform: translate3d(0, -140px, 0);
}
.header-container.fix-header-container #myDropdown {
    padding-bottom: 30%
}
.cart-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-loader .cart-loader-inner {
    position: relative;
    top: -100px;
}
.blob {
  width: 1rem;
  height: 1rem;
  background: #ECDF30;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  -webkit-box-shadow: 0 0 1rem #ECDF30;
          box-shadow: 0 0 1rem #ECDF30;
}

.blob-2 {
  -webkit-animation: animate-to-2 1.5s infinite;
          animation: animate-to-2 1.5s infinite;
}

.blob-3 {
  -webkit-animation: animate-to-3 1.5s infinite;
          animation: animate-to-3 1.5s infinite;
}

.blob-1 {
  -webkit-animation: animate-to-1 1.5s infinite;
          animation: animate-to-1 1.5s infinite;
}

.blob-4 {
  -webkit-animation: animate-to-4 1.5s infinite;
          animation: animate-to-4 1.5s infinite;
}

.blob-0 {
  -webkit-animation: animate-to-0 1.5s infinite;
          animation: animate-to-0 1.5s infinite;
}

.blob-5 {
  -webkit-animation: animate-to-5 1.5s infinite;
          animation: animate-to-5 1.5s infinite;
}

@-webkit-keyframes animate-to-2 {
  25%, 75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}

@keyframes animate-to-2 {
  25%, 75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-3 {
  25%, 75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-3 {
  25%, 75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
            transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
            transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
            transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
            transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}

@media only screen and (width: 1024px) {
    .categories {
        width: 30%;
    }
    .articles {
        width: 70%;
    }
    nav .align {
        margin-right: 0;
    }
    .logo {
        width: 240px !important;
        margin: 0;
        left: 20px;
        top: 15px;
    }
    nav .infos {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 20px 0;
    }
    #address-bar-wrapper {
        margin-top: 30px;
    }
    .carting .ajouter {
        display: block;
        margin: 0;
        margin-top: 10px;
    }
    .food {
        min-width: 50%;
    }
    .btn-close {
        z-index: 999;
    }
    .stepBar .step {
        padding: 10px 15px 10px 20px;
    }
    .command-item-name {
        max-width: 300px;
        line-height: 140%;
    }
}

.familly-small-title {
    display: none;
}
.familly-desc {
    margin-top: 0 !important;
    font-style: italic;
}

.linked-product-item {
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tailles-product-item {
    border-right: 1px solid #ffffffa0;
}

.tailles-product-item:last-child {
    border: none;
}
.produtSelectedLinked{
    border-bottom:2px solid yellow;
}
#passer-au-paiement-2 {
    width: 300px !important;
    padding: 0 !important;
    display: inline-flex;
    height: 36px !important;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

@media only screen and (max-width: 320px) and (max-height: 568px) {
    .entry-body .entry-choice,  .taille-body .taille-choice {
        height: 35vh;
    }
    .sashimi {
        top: 100px;
    }
    #myDropdown.mobile-open {
        top: -12px;
    }
    #basketItemsWrap {
        max-height: 45vh;
    }
    #checkout {
        padding: 12px 8px;
    }
}

@media only screen and (min-width: 1920px) {
    .carte .categories {
        max-width: 450px;
    }
    #liste-fams {
        width: 76.5% !important;
    }
    .categories {
        width: 23.5% !important;
    }
}

@media only screen and (width: 1366px) {
    .yoko-details .titre-cat {
        transform: translateY(-30%);
    }
    .test {
        top: 14px;
    }
    .single-fam {
        padding-top: 30px;
    }
}
@media only screen and (width: 1024px) {
    .container-fluid.main {
        margin-top: 180px !important;
    }
}

.sushi {
    height: 200px;
}

.single-fam:last-child{
    min-height: 100vh !important;
    position: relative;
    margin-bottom: 200px;
}

@media only screen and (width: 768px) {
    #js-cart-loader + div {
        height: 0 !important;
    }
    .categories {
        margin: 0 !important;
    }
    #liste-categorie {
        top: 0 !important;
    }
    .header-container {
        height: 109px !important;
    }
    nav.mobile-header {
        border: none !important;
    }
    .container-fluid.main {
        margin-top: 175px;
    }
}

@media only screen and (max-width: 375px) {
    .connexion .btn-connect {
        padding: 12px 56px;
    }
    .recup-link a {
        padding: 12px 25px;
    }
    .new-account a {
        padding: 12px 28px;
    }
}

@media only screen and (min-width: 2560px) {
    .carte .categories {
        max-width: unset;
        width: 20% !important;
    }
    #liste-fams {
        width: 80% !important;
        max-width: unset;
    }
}

/* Ecran 5K */
@media only screen and (min-width: 5000px) {
    .single-fam {
        min-height: unset;
        position: relative;
    }
}

.c-show,
.m-show {
    display: block /*!important*/;
}

@media only screen and (max-width: 768px) {
    .entry-body .entry-choice {
        height: 35vh !important;
    }
    .entry-body .entry-choice.expand-height {
        height: 45vh !important;
    }
    .taille-body .taille-choice {
        height: 35vh !important;
    }
    .taille-body .taille-choice.expand-height {
        height: 45vh !important;
    }
}
@media only screen and (max-device-height: 700px) and (max-width: 768px) {
    #basketItemsWrap {
        max-height: 50vh;
    }
}
@media only screen and (min-device-height: 700px) and (max-width: 768px) {
    #basketItemsWrap {
        max-height: 65vh;
    }
    .entry-body .entry-choice, .taille-body .taille-choice {
        height: 60vh;
    }
}

.site-off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.site-off-text {
    font-size: 1.5em;
    color: #ecdf30;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 125%;
}

@media only screen and (max-width: 600px) {
    .site-off {
        height: 100vh;
        padding-top: 100px;
    }
    .site-off-text {
        font-size: 1em;
        line-height: 150%;
    }
}
[data_hide="22"] {
    /* display: none !important; */
}

.t-ellipsis {
    max-height: 25px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.call > .container.rmp {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}
.cart-min > .container.rmp {
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding: 0 25px;
}
.cart-min > .container.rmp .complement-body{
    margin-top: 100px;
}

.call .title {
    line-height: 150%;
}
.cart-min .title {
    line-height: 150%;
}

/* @media only screen and (max-width: 768px) {
    .test.address-modal.open {
        position: relative !important;
        display: block !important;
        margin-top: 20px !important;
        border: 3px solid #ECDF30 !important;
        border-radius: 5px !important;
        min-height: 650px;
        height: initial !important;
        overflow: hidden !important;
        padding-top: 15px;
    }
    .test.address-modal.open .contents {
        height: 100%;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .address-modal.test.extended-form .md-content {
        width: calc(100% - 100px);
        margin: 0 !important;
        height: 100%;
    }
    .address-modal.test.extended-form .adr-head {
        display: block;
        text-align: left;
    }
} */

body.fixBody {
    overflow: hidden !important;
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
}

.btn-close span {
    display: none !important;
}
.btn-close {
    background-image: url("/frontend/img/cancel.svg");
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}


.supplement {
    font-size: 15px;
    font-family: arial;
    margin-top: 5px;
}


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

 /*   .sashimi {
   display: none;
}
#liste-categorie{
    position: initial !important;
    display: block !important;
}
.carteheader{
    position: sticky;
}
.liste-fams{
    margin-top:0;
}*/
    .sushi.w-100 {
        width: 100% !important;
        display: inline-flex;
        flex-direction: row;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }
    .sushi .infos{
        margin-right:0;
    }
    .infosContainer {
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        align-items: initial;
        background: transparent;
        padding: 0px;
        border: 0px;
        list-style: none;
}   
.sushi > span {
    flex: none;
    display: none;
}

.carte .food .img-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sushi img {
    height: 75px;
    max-width: 200px;
    cursor: pointer;
    object-fit: contain;
}

.food {
        border-bottom: 1px solid #fafafa61;
    }

.sushi .name {
    text-overflow: ellipsis;
    max-width: unset;
    white-space: nowrap;
    max-height: 30px;
    font-weight: 500;
    font-size: 1.28em;
    padding-bottom: 3px;
    padding-top: 10px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
}

.pieces {
    color: #909090;
    text-align: right;
}

.carting {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: right; */
}

.sushi {
    height: 150px;
}

.isNew {
   
    transform: translate3d(9%, -30%, 0);
}

}