/* 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;
}
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;
    position: relative;
}

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

.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: 16px;
    text-decoration: none;
    color: white;
}

.connect:hover{
    text-decoration: none;
    color: white;
}

.infos {
    margin-right: 55px;
}

.mobile-header, .mobile-menu, .breadcrumb-mobile {
    display: none;
}

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

.contact-flow {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background:rgba(0,0,0,0.4);
}

.contact-body .container {
    padding-top: 80px;
    padding-bottom: 90px;
}
.contact-title {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 25px;
}

.form-content {
    padding-right: 50px;
}
input.contact-input {
    background-color: rgba(0, 0, 0, 0.4) !important;
    font-size: 18px;
    font-weight: 300;
    color: white !important;
    border: 2px solid;
    outline: none;
    width: 100%;
    padding: 16px 0 16px 16px;
}

input.contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-weight: 100;
}

input.contact-input::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight: 100;
}

input.contact-input:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-weight: 100;
}

input.contact-input:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-weight: 100;
}

:focus{outline: none;}

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

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

textarea.contact-ta {
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 300;
    color: white;
    border: 2px solid;
    outline: none;
    line-height: 1.6;
    width: 100%;
    padding: 16px 0 16px 16px;
    resize: none;
}

textarea.contact-ta:focus {
    border-color: #ECDF30;
}

.contact-buttons {
    display: flex;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-2 + label {
    border: 2px solid white;
    color: white;
    font-weight: 100;
}

.inputfile + label {
    max-width: 100%;
    min-width: 100%;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2rem;
}

.inputfile + label * {
    pointer-events: none;
}

.contact-file {
    background-color: rgba(0, 0, 0, 0.23);
    font-size: 18px;
    font-weight: 300;
    color: white;
    border: 2px solid;
    outline: none;
    width: 50%;
    padding: 16px 0 16px 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.contact-file input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact-file span {
    color: white;
    font-weight: 100;
    cursor: pointer;
}

label.contact-file input[type="file"] {
    position: fixed;
    top: -1000px;
    cursor: pointer;
}

.contact-submit button {
    background-color: black;
    border: none;
    padding: 18px 0;
    width: 100%;
}

.contact-submit button:hover {
    background-color: #60605F;
    transition: 0.6s;
}

.contact-text {
    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;
    font-weight: 100;
    margin-top: 100px;
}

.contact-text p {
    line-height: 1.3;
}

.contact-text p .fs {
    font-size: 61px;
    color: #ECDF30;
}

.contact-text p .ss {
    font-size: 59px;
}

.contact-text p .ts {
    font-size: 82px;
    color: #ECDF30;
}

.contact-text p .fos {
    font-size: 46px;
}

.contact-text p .fis {
    font-size: 62px;
}

.contact-text p .sis {
    font-size: 64px;
    color: #ECDF30;
}

#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;
}
.article-body a {
    color: #ECDF30;
}
.article-body a:hover, .article-body a:focus {
    text-decoration: none;
}
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;
}
.fa-twitter, .fa-google-plus, .fa-facebook, .fa-instagram{
    color: black;
}
.fa-facebook {
    padding: 0 4px;
}
.fa-instagram {
    padding: 0 2px;
}

.legals-body {
    background-image: url("../img/bg-command.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 2px solid #ECDF30;
    position: relative;
}

.legals-flow {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
}

.legals-content {
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.legals-content .legals-content-header {
    margin-bottom: 4vh;
}

.legals-content .legals-content-header h1 {
    font-weight: 200;
    font-size: 2em;
    letter-spacing: -2.5px;
}

.article-header h3 {
    font-size: 1.3em;
}

.article-body {
    font-weight: 400;
    font-size: 95%;
    line-height: 155%;
}

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

@media only screen and (max-width: 992px) {
    .form-content {
        padding-right: 0;
    }
    .contact-buttons .col-md-6 {
        width: 50%;
        padding: 0 5px !important;
    }
    .contact-submit button {
        width: 100%;
    }
    .contact-form {
        margin-bottom: 50px;
    }
    .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: 320px) {
    .mobile-logo img {
        width: 120px;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
}

@media only screen and (min-width: 768px) {
    .mobile-header,
    .mobile-content,
    .mobile-menu {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .legals-body {
        background-image: url("../img/bg_funnel_mobile.jpg");
        background-repeat: repeat;
        background-size: auto;
    }
    .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;
    }
    .legals-content {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    .legals-content .legals-content-header h1 {
        font-size: 1.6em;
    }
    #foot, .head, .preview {
        display: none;
    }
    .legals-flow {
        padding: 0 10px;
    }
    .resto-body {
        border: none;
    }
    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;
    }
    .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;
    }
}

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

@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);
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

/* iPhone 5 */
@media only screen and (max-width: 320px) and (max-height: 568px) {
    .legals-content-header {
        margin-top: 60px;
    }
    .padding-left-40 {
        padding-left: 0 !important;
    }
}

.padding-left-40 {
    padding-left: 40px;
}

.head {
    padding-bottom: 30px;
}

.stick-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    margin-top: 0;
    z-index: 9999;
    top: 98px;
}
.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;
}

#foot .icons span.fa {
    color: black;
}
.btn-mobile-social span.fa {
    color: black;
}
.btn-mobile-social:last-child {
    padding: 4px 8px;
    margin-right: 0;
}
.standalone-stick-button {
    background-color: #ECDF30;
    padding: 15px 10px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: inline-flex;
    width: initial;
    float: right;
    margin-top: 20px;
    position: absolute;
    z-index: 99999;
}
.standalone-stick-button a:hover,
.standalone-stick-button a:active,
.standalone-stick-button a:focus {
    text-decoration: none !important;
    color: black;
}
.standalone-stick-button * {
    color: black;
}
.standalone-stick-button a {
    margin-left: 10px;
    font-weight: bold;
}

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