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

/*RESET CSS BEGIN*/

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;
    position: relative;
}
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;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

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

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

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

.margin-top-40 {
    margin-top: 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;
    font-weight: normal;
}
body {
    font-family: "Raleway", sans-serif !important;
    background-color: #000000;
    color: white;
    font-size: 15pt;
}

button {
    border: none;
}

.head {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 20px;
    padding-right: 30px;
    border-bottom: 2px solid #ECDF30;
}

.navbar {
    padding-right: 20px;
}

.logo {
    width: 290px;
    cursor: pointer !important;
    margin-left: 20px;
    outline: none;
}

/*.logo:hover {
    animation: spin-dat-cat 3s;
}*/

@keyframes spinning-logocat {50%{transform:rotateY(180deg);}}
@keyframes spin-dat-cat {50%{transform:rotateY(180deg);}}

.logo:focus {
    outline: none;
}

.mobile-header, .mobile-menu, .breadcrumb-mobile {
    display: 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: 16px;
    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;
}

.active {
    font-weight: bold !important;
    border-bottom: 3px solid #ECDF30;
}

.signup-body {
    background-image: url("../img/bg-address.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #ECDF30;
    padding: 100px 0;
    position: relative;
}

.connect-title {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 30pt;
}

.cust-inp {
    background-color: rgba(0, 0, 0, 0.23) !important;
    font-size: 18px;
    font-weight: 300;
    color: white !important;
    border: 2px solid;
    outline: none;
    width: 100%;
    padding: 16px;
    padding-left: 28px;
}
.cust-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.cust-inp::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.cust-inp:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.cust-inp:-moz-placeholder { /* Firefox 18- */
    color: white;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    color: #0c0c0c !important;
    min-width: 32px;
}

:focus{outline: none;}

.anc{
    float: left;
    width: 100%;
    position: relative;
} /* 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: 30px;
    margin-bottom: 80px;
}
.btn-connect {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    padding: 15px 55px;
    background-color: #ECDF30;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.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-create {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    padding: 15px 45px;
    background-color: white;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.btn-create:active, .btn-create:visited {
    color: black;
}
.btn-create:hover {
    text-decoration: none !important;
    color: black !important;
    background-color: #d2d4d6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.btn-create:active, .btn-create: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 {
    text-decoration: none !important;
    color: white !important;
    background-color: #107EAF;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.btn-facebook:active, .btn-facebook:focus {
    color: white;
}

#foot {
    background: url('../img/fond-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-container {
    padding: 40px 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-instagram {
    padding: 0 2px;
}

@media only screen and (max-width: 992px) {
    .footer-container {
        padding: 40px 100px 20px 100px;
    }
    .footer-container .col-md-3 {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-text p {
        font-size: 16px;
    }
    .footer-title p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 822px) {
    .right>li {
        margin: 0 3px;
    }
}

@media only screen and (max-width: 480px) {
    #foot, footer, .head {
        display: none;
    }
    .mobile-options, .mobile-txt {
        display: none;
    }
    .mobile-logo {
        margin-right: 30%;
    }
    .signup-body {
        border: none;
    }
    .connect-title {
        font-size: 18pt !important;
    }
    .pd {
        padding: 0 30px;
    }
    .ct {
        text-align: center;
    }
    .ct a {
        padding: 15px 120px;
    }
    nav.mobile-header {
        display: flex;
        justify-content: space-between;
        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: 160px;
    }
    .mobile-menu {
        background-color: black;
        position: fixed;
        z-index: 9999999;
        left: 0;
        width: 100%;
        display: none;
        top: 0;
        bottom: 0;
        margin-top: 100px;
        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;
    }
    .breadcrumb-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #1B1B1B;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
    }
    .breadcrumb-title {
        font-weight: 200
    }
}

@media only screen and (max-width: 460px) {
    .ct a {
        padding: 15px 110px;
    }
}

@media only screen and (max-width: 440px) {
    .ct a {
        padding: 15px 100px;
    }
}

@media only screen and (max-width: 420px) {
    .ct a {
        padding: 15px 80px;
    }
}

@media only screen and (max-width: 390px) {
    .ct a {
        padding: 15px 75px;
    }
}

@media only screen and (max-width: 364px) {
    .ct a {
        padding: 15px 65px;
    }
}

@media only screen and (max-width: 345px) {
    .ct a {
        padding: 15px 45px;
    }
}



@media only screen and (max-width: 320px) {
    .mobile-logo img {
        width: 160px;
    }
    .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-bottom: 30px;
    }
    #carousel-example-generic {
        height: 45vh !important;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .signup-body {
        background-image: url(../img/bg_funnel_mobile.jpg);
        padding: 50px 0;
    }
    .mobile-row {
        margin-bottom: 30%;
    }
    footer {
        display: block;
        line-height: 1.7;
        border-top: 1px solid white;
        margin: 0 13%;
        background: transparent;
        position: absolute;
        font-size: 12px;
        bottom: 0;
    }
    .btn-connect {
        padding: 15px 45px;
    }
    .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;
    }
}

.wow.fadeIn {
    visibility: hidden;
}
#foot .icons span.fa {
    color: black;
}
.btn-mobile-social span.fa {
    color: black;
}
.btn-mobile-social:last-child {
    padding: 4px 8px;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .yoko-details .titre-cat {
        margin: 0 !important;
        transform: translateY(-50%);
    }
    .total {
        /* display: flex !important; */
        display: flex;
        justify-content: space-between;
    }
    .commander {
        /* display: flex !important; */
        display: flex;
        justify-content: center;
    }
    .mobile-header,
    .mobile-content,
    .yoko-details-breadcrumb,
    .tel-wrapper,
    .mobile-menu {
        display: none;
    }
    .test-command {
        background: url('../img/bg_funnel_desktop.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

.input-asterisk {
    position: absolute;
    left: 13px;
    top: 15px;
    font-size: 30px
}

select option {
    background-color: #000;
}

select.yearselect option,
select.monthselect option{
    background-color: #fff;
    color: black;
}

@media only screen and (width: 1024px) {
    .head {
        padding-bottom: 30px;
    }
    nav .align {
        margin-right: 0;
    }
    .logo {
        background-size: 100% !important;
        width: 200px !important;
        margin: 0;
        position: relative;
        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;
    }
}

