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

/*RESET CSS BEGIN*/

@font-face {
  font-family: 'Roboto-Medium';
  src: local('Roboto-Medium'), url('./../fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'NewFont';
  src: url('./../fonts/Untitled1.ttf');
}

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;
}
body {
    line-height: 1;
}
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;
}

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;
}
.sy-slides-crop {
    height: 600px !important;
    width: 100%;
    overflow: hidden !important;
    margin-top: 40px;
}
a {
    background-color: transparent;
}
.header-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.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;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.active .hover-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    -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;
}
#carousel-example-generic.carousel {
    height: 100%;
}
.carousel-img {
    /*object-fit: cover;*/
    /* max-height: 750px; */
    /*max-width: unset !important;*/
}
#carousel-example-generic .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: #FFF;
    margin: 0 5px;
    border: none;
}

#carousel-example-generic .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background: #ECDF30;
    margin: 0 5px;
}
.dash {
    display: inline-block;
    width: 0;
    height: 0.75em;
    border-right: 1px solid #ECDF30;
    line-height: 120px;
}
.active {
    font-weight: bold !important;
}
.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;
}
.icon, .icon1 {
    position: absolute;
    top: 11px;
    left: 20px;
}
.icon1 {
    /*display: none;*/
}
.icon2 {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #ECDF30;
}

#home-header-widgetd {
    height: 140vh;
    width: 100%;
    min-height: 500px;
    position: relative;
}
#hero {
    display: flex;
    height: 87.5vh;
    justify-content: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.stick-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.add-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.stick-button {
    background-color: #ECDF30;
    padding: 15px 10px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    right: 0;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.stick-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-transform: translateX(180px) !important; 
    margin-right: -326px;
    transition: margin-right .15s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
}*/
.notifyjs-bootstrap-info, .notifyjs-bootstrap-info span {
    font-family: 'Raleway' !important;
    color: black !important;
    font-size: 14px !important;
}
.livraison {
    height: 47px;
    border-radius: 7px 0 0 7px;
    background-color: #353535;
    border-color: black;
    color: white !important;
    font-weight: 700;
    padding-right: 55px;
    padding-left: 70px;
}
select {
    height: 45px;
    background-color: #353535;
    border-color: black;
    /* color: #8D8D8D !important; */
    color: #FFF !important;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    outline: none; /*enlève la lueur*/
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.select-primary {
    border-radius: 7px 0 0 7px;
    padding-right: 75px;
    padding-left: 60px;
}
select.select-secondary {
    border-radius: 0 0 0 0;
    padding-right: 105px;
    padding-left: 50px;
}
select::-webkit-input-placeholder {
    color: black !important;
    font-weight: 700;
}
option {
    font-size: 16px;
}
.inp {
    position: relative;
}
.sec{
    position: relative;
    /*display: none;*/
}
input#primary-input {
    height: 45px;
    border: none;
    background-color: #353535;
    border-color: black;
    color: #FFF !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;
    padding-right: 105px;
    padding-left: 50px;
}
.white-placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF;
}
.white-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFF;
   opacity:  1;
}
.white-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFF;
   opacity:  1;
}
.white-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFF;
}
.white-placeholder::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF;
}
.pac-container {
    font-family: 'Raleway' !important;
    background-color: #353535 !important;
}
.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;
}

.drp .arr, .sec .arr {
    background: transparent;
    bottom: 5px;
    position: absolute;
    right: -9px;
    top: 5px;
    width: 30px;
    pointer-events: none;
}
.drp .arr:before, .sec .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;
}

.drp .arr:after, .sec .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;
}
.drp {
    border-radius: 48px;
    text-decoration: none;
    background:rgb(53 53 53);
    padding: 3px;
    width: fit-content;
}
label.choiceType {
    padding: 10px 15px;
}

#boutique_select_box, .inp input{
    border-top-left-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
}

.formLine2{
    display: flex;
    margin-top: 15px;
}

#liv_btn{
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
    height: 45px;
}

#btnChoiceType{
    width: auto;
}
.choiceType:has(input:checked) {
    background: #fff;
    color: black;
    padding: 10px 15px;
    border-radius: 48px;
}

.inputType{
    display: none;
}
.magasin {
    height: 47px;
    border-radius: 0 0 0 0;
    background-color: #353535;
    border-color: black;
    color: white !important;
    font-weight: 700;
    padding-right: 55px;
    padding-left: 70px;
}
.search-b {
    height: 47px;
    border-radius: 0 0 0 0;
    padding: 0 25px !important;
    background-color: #ECDF30;
    font-weight: bold;
    border-color: black;
}
.search-b:hover {
    background-color: #ECDF30;
}
.stick-button {
    background-color: #ECDF30;
    padding: 15px 10px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.stick-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/
.stick-button span {
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.stick-button span.right {
    margin-left: 10px;
}
.input-group-addon, .input-group-btn {
    width: 0;
}

.main-text {
    position: absolute;
    width: 100%;
}
.content {
    display: block;
    text-align: center;
    color: white;
    z-index: 2;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /*margin-top: 160px;*/
}
.content-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 95px;
    text-align: center;
    color: white;
    z-index: 2;
    transform: translateX(-50%);
    margin: 0 !important;
}
.logo {
    width: 290px;
    cursor: pointer !important;
    margin-left: 20px;
    outline: none;
}
.title {
    font-size: 64px;
}
.thin {
    font-weight: 100 !important;
}
.light {
    font-weight: 300 !important;
}
.ultra-bold {
    font-weight: 700 !important;
}
.h0 {
    font-size: .75em;
}
.main-text {
    position: absolute;
    width: 100%;
    top: 35%;
}
.yellow {
    color: #ECDF30;
}
.bold {
    font-weight: 300;
}
.carousel {
    /* height: 600px !important; */
    /* margin-top: 100px !important; */
    /* height: calc(100vh - 93px) !important; */
    margin: 0 !important;
}
.item img {
    height: 100% !important;
    opacity: 1;
}
.command {
    font-size: 24px;
    text-decoration: none !important;
    color: white;
    padding: 13px 20px;
    border: 1px solid;
    border-color: #ECDF30;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.command:hover {
    background: #ECDF30;
    color: black;
}
.command:active, .command:visited, .command:focus {
    color: white !important;
}
#foot {
    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;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.read-more a:hover {
    background-color: #60605F;
    -webkit-transition: 0.6s;
    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-instagram {
    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;
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .desktop-content {
        display: inline-block;
    }
    .mobile-content {
        display: none !important;
    }
    .mobile-block {
        display: none !important;
    }
    .mobile-menu,
    .tel-wrapper,
    .mobile-content,
    .mobile-header
    {
        display: none;
    }

    .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;
    }
}

@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%;
    }
}

/* Mobile - Tablette */
/*isiii*/
@media only screen and (max-width: 600px){
    .carousel-inner > .item.item-1{
        /*background-position-y: 1em !important;*/
        background-position-y: center;
    }
}

/*@media only screen and (max-width: 400px){*/
    /*.carousel-inner > .item.item-1{*/
        /*background-position-y: 4em !important;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 300px){*/
    /*.carousel-inner > .item.item-1{*/
        /*background-position-y: 10em !important;*/
    /*}*/
/*}*/

/*isiiii*/

@media only screen and (max-width: 768px) {
    .carousel-inner > .item {
        width: 100%;
        height: 100%;
        transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        background-position: center;
        background-size: cover !important;
        background-repeat: no-repeat;

    }

 



    #carousel-example-generic {
        width: 100%;
    }
    .desktop-content {
        display: none !important;
    }
    .mobile-content {
        display: inline-block;
    }
    .mobile-block {
        display: block;
    }
    #hero {
        height: calc(100vh - 109px) !important;
    }
    #carousel-example-generic {
        height: 100vh !important;
    }
    .panier, #myDropdown, .head, .preview {
        display: none !important;
    }
    .resto-body {
        border: none;
    }
    nav.mobile-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 35px 25px;
        background: url('../img/fond-footer.jpg');
        background-repeat: no-repeat;
        border-bottom: 1px solid #ECDF30;
    }
    .mobile-hamburger {
        cursor: pointer;
    }
    .mobile-logo img {
        width: 72%;
    }
    .mobile-logo a {
        text-align: center;
    }
    .mobile-menu2 {
        background-color: black;
        position: fixed;
        z-index: 9999999;
        left: 0;
        width: 100%;
        display: none;
        top: 0;
        bottom: 0;
        margin-top: 109px;
        flex-direction: column;
        justify-content: space-between;


    }

    .mobile-menu {
        background-color: black;
        position: fixed;
        z-index: 9999999;
        left: 0;
        width: 100%;
        display: none;
        top: 0;
        bottom: 0;
        margin-top: 109px;
        flex-direction: column;
        justify-content: space-between;

        /*height: 100%;*/
    }

    .mobile-menu ul {
        list-style: none;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 0;
        flex: 1;
    }
    .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;
        height: 100px;
    }
    .btn-mobile-social {
        background-color: #ECDF30;
        padding: 4px 10px;
        border-radius: 6px;
        margin-right: 18px;
        font-size: 22px;
    }
    .btn-mobile-social span.fa {
        color: black;
    }
    .btn-mobile-social:last-child {
        padding: 4px 8px;
        margin-right: 0;
    }
    .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;
    }
    .current {
        background-color: black;
        border-bottom: 2px solid #d4d4d4;
    }
    .resto-name {
        padding-top: 0;
    }
    .info {
        margin-top: 15px;
    }
    .header-container {
        padding: 0;
        height: 109px;

    }
    #address-bar {
        display: none;
        margin-top: 0;
    }
    #hero {
        /* border: none; */
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
    }
    .stick-bar {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
        
    }

    .drp{
        position: initial;
        transform: none;
    }
    #hero .main-text {
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 0 0;
        margin-bottom: 35px;
    }
    .main-text .title {
        line-height: 1.5em;
    }
    .main-text .content {
        transform: none;
    }
    .content-btn {
        margin: 0;
        overflow: hidden;
        display: flex;
        padding: 20px 0;
        justify-content: center;
        align-items: center;
        bottom: 12% !important;
    }
    .content-btn a {
        border-width: 3px;
    }
    #carousel-example-generic .carousel-inner,
    #carousel-example-generic .carousel-inner .item {
        height: 100%;
        border: none !important;
    }
    #carousel-example-generic .carousel-inner .item img {
        /*max-width: initial !important;*/
        max-height: initial !important;
        /*height: initial !important;*/
        font-weight: normal !important;
        border: none !important;
        min-height: 100%;
    }
    #carousel-example-generic .carousel-indicators  {
        bottom: 4.5vh;
    }
    #carousel-example-generic .carousel-indicators li {
        width: 20px;
        height: 20px;
        border-radius: 0;
        background: #FFF;
        margin: 0 5px;
        border: none;
    }
    #carousel-example-generic .carousel-indicators li.active {
        width: 20px;
        height: 20px;
        background: #ECDF30;
        margin: 0 5px;
    }
    .tel-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        border-top: 3px solid #ECDF30;
    }
    .tel-wrapper li {
        font-weight: bold;
        text-align: center;
    }
    .tel-wrapper li i {
        margin-right: 15px;
    }
    .tel-wrapper li i img {
        transform: translateY(3px) scale(1.1);
    }
    .tel-wrapper li a {
        color: #FFF;
        font-size: 26px;
        font-style: italic;
    }
    #foot {
        background-size: initial;
        background-repeat: initial;
    }
    #foot .footer-container {
        padding: 0;
        width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #foot .nos-restau {
        background-color: black;
    }
    .nos-restau h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-basis: 100%;
        width: 100%;
        padding: 30px 0;
        font-weight: 300;
        font-size: 28px;
        color: #FFF;
        background-color: rgba(255, 255, 255, .1);
    }
    #foot .footer-container div:nth-child(5).mobile-organize,
    #foot .footer-container div:nth-child(2).mobile-organize {
        order: 1;
    }
    #foot .footer-container div:nth-child(5).mobile-organize .footer-title p,
    #foot .footer-container div:nth-child(2).mobile-organize .footer-title p {
        font-size: 28px;
    }
    #foot .footer-container div:nth-child(5).mobile-organize .footer-text p,
    #foot .footer-container div:nth-child(2).mobile-organize .footer-text p {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0;
    }
    #foot .footer-container div:nth-child(4).mobile-organize,
    #foot .footer-container div:nth-child(3).mobile-organize {
        order: 0;
        background-color: black;
        margin: 0;
    }
    #foot .footer-container div:nth-child(3).mobile-organize {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #foot .footer-container div:nth-child(3).mobile-organize:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1.5px;
        background-color: #FFF;
        transform: scaleX(.8);
    }
    #foot .footer-container div:nth-child(4).mobile-organize {
        padding-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #foot .mobile-organize {
        align-self: center;
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
        background-color: transparent;
    }
    .footer-title p {
        font-size: 20px;
    }
    .footer-text * {
        font-size: 18px;
        line-height: 28px;
    }
    .follow-us .footer-text {
        display: none;
    }
    .follow-us .icons .btn {
        width: 50px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .follow-us .icons .fa {
        font-size: 22px;
    }
    #foot .read-more a {
        padding: 15px 0;
        min-width: 220px;
        display: inline-flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 400;
    }
    footer {
        background-color: black;
        opacity: .5;
    }
    nav.mobile-header {
        border-bottom-width: 2px;
    }
    .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;
    }
    .two-colons {
        display: inline-block;
    }
    .two-colons:after {
        content: ' :';
    }
    .isEmpty {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        margin-top: 5vh;
    }
    #open-mobile-cart {
        position: relative;
    }
    .mobile-header .badge {
        position: absolute;
        font-weight: 500;
        color: black;
        background-color: #ECDF30;
        left: 13px;
        bottom: -10px;
    }
    .fa-shopping-bask {
        padding-right: 10px;
    }
    .commander {
        text-align: center;
        padding-top: 10px;
    }
    .total {
        margin: 20px 0;
    }
    .carousel-img {
        width: 100%;
    }
    #hero .title {
        font-size: 32px;
    }
    .carousel-inner .command {
        background: #ECDF30;
        font-weight: bold;
        color: #000 !important;
        width: 230px;
    }
}

/* iPhone 5 WO */
@media only screen and (max-width: 320px) {
    .mobile-logo img {
        width: 120px;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
    #hero .title {
        font-size: 20px;
    }
    #hero .command {
        font-size: 14px;
    }
    #checkout {
        font-size: 18px !important;
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

/* iPhone 6 WO */
@media only screen and (max-width: 375px) {
    .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: 30px;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

/* iPhone 6+ WO */
@media only screen and (max-width: 414px) {
    .mobile-logo img {
        width: 70%;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
    #hero .title {
        font-size: 30px;
    }
    #hero .command {
        font-size: 14px;
    }
    #checkout {
        font-size: 18px !important;
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

/* Samsung S5 W0*/
@media only screen and (max-width: 360px) {
    .mobile-logo img {
        width: 120px;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
    #hero .title {
        font-size: 30px;
    }
    #hero .command {
        font-size: 14px;
    }
    #checkout {
        font-size: 18px !important;
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }

}

.wow.fadeIn {
    visibility: hidden;
}

.carousel-inner > .item {
    width: 100%;
    height: 100%;
    transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-inner > .item.item-1 {
    background-size:  auto 40% ;
    background-position-y: 60%;
}

#foot {
    border-top: 3px solid #ECDF30;
}

@media only screen and (width: 1024px) {
    nav .align {
        margin-right: 0;
    }
    .logo {
        width: 250px !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;
    }
}

@media only screen and (min-width: 640px) and (max-width: 736px) {
    .title {
        font-size: 55px;
    }

    #carousel-example-generic {
        height: calc(100vh - -105px - 117px) !important;
    }
}

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

    #carousel-example-generic.carousel {
        height: 600px;
    }

    .header-container {
        /*padding-bottom: 30px;*/
        border-bottom: 2px solid #ECDF30;
    }

    #carousel-example-generic .carousel-inner .item img {
        /*max-width: initial !important;*/
        max-height: initial !important;
        /*height: initial !important;*/
        font-weight: normal !important;
        border: none !important;
        min-height: 100%;
    }
}

h1.title,
h1.title * {
    /* font-family: 'NewFont'; */
}

.flex-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    margin: 0 !important;
}
.carousel-control {
    width: 5% !important;
}

.carousel-control.left , .carousel-control.right{
    background-image: none;
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 45px;
    }
}

/* 1 */
.carousel-inner > .item.item-1 > .main-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media only screen and (max-width: 768px) {
    .carousel-inner > .item.item-1 .title {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        width: 85%;
    }
    .carousel-inner > .item.item-1 img {
        width: 100%;
        transform: translateY(10%);
    }
    .carousel-inner > .item.item-1 > .main-text .content {
        width: 100%;
        padding: 0 !important;
        transform: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .carousel-inner > .item.item-1 .title {
        transform: translateY(-200px);
    }
}


/* 4 */
.carousel-inner > .item.item-4 > .main-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    bottom: 0;
}
.carousel-inner > .item.item-4 .title {    
    position: absolute;
    top: 12.5%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    padding: 35px;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 40px;
}
@media only screen and (max-width: 768px) {
    .carousel-inner > .item.item-4 {
        position: relative;
    }
    .carousel-inner > .item.item-4 .title.mobile-content {
        font-size: 40px;
        transform: translateX(-50%) translateY(0);
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner > .item.item-4 .title.mobile-content > span {
        width: 100%;
        display: flex;
        padding: 0 35px;
    }
    .carousel-inner > .item.item-4 .title.mobile-content > span > span {
        flex-basis: calc(100% / 3);
        line-height: 1.25;
    }
    .carousel-inner > .item.item-4 > .main-text .content {
        width: 100%;
        padding: 0 !important;
        transform: none !important;
    }
    .carousel-inner > .item.item-4 img {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .carousel-inner > .item.item-4 .title {    
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media only screen and (max-width: 500px) {
    .carousel-inner > .item.item-4 .title * {
        font-size: 15px !important;
    }
}

/* 3 */
.carousel-inner > .item.item-3 > .main-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.carousel-inner > .item.item-3 .title {
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    padding: 20px 10%;
    padding-top: 30px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .carousel-inner > .item.item-3 {
        position: relative;
    }
    .carousel-inner > .item.item-3 .title.mobile-content {
        transform: translateX(-50%) translateY(0);
        font-size: 27px !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner > .item.item-3 .title > span {
        /* flex-basis: calc(100% / 5); */
        line-height: 1.25;
    }
    .carousel-inner > .item.item-3 > .main-text .content {
        width: 100%;
        padding: 0 !important;
        transform: none !important;
    }
    .carousel-inner > .item.item-3 img {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .carousel-inner > .item.item-3 .title {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 20px 10%;
        padding-top: 30px;
        width: 100%;
    }
}

/* 2 */
.carousel-inner > .item.item-2 > .main-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.carousel-inner > .item.item-2 .title {
    padding: 35px 10%;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background-color: rgba(0, 0, 0, .35);
}
@media only screen and (max-width: 768px) {
    .carousel-inner > .item.item-2 .title.mobile-content {
        font-size: 62px;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner > .item.item-2 > .main-text .content {
        width: 100%;
        padding: 0 !important;
        transform: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .carousel-inner > .item.item-2 .title {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

/* ALL BLOCKS */
.carousel-inner .item .title {
    height: 200px;
}

/* Controls */
@media only screen and (max-width: 768px) {
    .carousel-control {
        transform: translateY(-17%);
        padding: 0 5%;
    }
}

@media only screen and (min-width: 2560px) {
    #hero {
        height: calc(100vh - 400px);
    }
}


#axeptio_main_button{
        right: 18px !important;
        left:initial !important
    }

    #first-slide{
        display: flex !important;
        justify-content: flex-end;
        align-items: start !important;
        width: 100% !important;
        top: initial !important;
        bottom:80px !important;
        flex-direction: column;
        margin-left: 30px !important;
    }

    #first-slide p{
        font-family: Raleway;
        font-size: 2.125rem;
        margin-bottom: 20px;
        text-shadow: 5px 5px 5px #000;
    }

    #first-slide a{
        border-radius: 100px;
        background: #ECDF30;
        color: #000 !important;
        font-size: 18px;
        font-weight: 600;
    }
@media only screen and (max-width: 768px) {
   #first-slide p{
        font-size: 1.5rem;
        
    }
    #first-slide a{
       width: 80%;

    }
    #first-slide{
        justify-content: flex-end;
        align-items: center !important;
     
        bottom:80px !important;
        margin-left: 0px !important;
    }

}