@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");


/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Manrope";
    font-size: 15px;
}

body {
    text-align: center;
}

.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

#main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    color: #222222;
    background-color: #FFFFFF;
    /* z-index: 5; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    display: flex;
    flex-direction: column;
}

#fond_opacite {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

#fond_opacite.affiche {
    opacity: 1;
    visibility: visible;

    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all;
}


/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */
h1, h2 {
    margin-bottom: 45px;
    font-family: "Merriweather";
}

h4 {
    margin-bottom: 15px;
    font-family: "Merriweather";
}

section {
    margin-bottom: 25px;
}

a {
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

a img {
    border: none;
}

.bouton {
    text-align: center;
    vertical-align: middle;
    background: #9E1111;
    border-radius: 0;
    padding: 7.5px 18px;
    color: #FFFFFF;
    outline: none !important;
    box-shadow: none !important;
}

.bouton:hover {
    color: #FFFFFF;
    background-color: #7C0606;
}

.bouton:focus {
    border: 1px solid #CCCCCC;
    background: rgba(20, 20, 20, 1);
}

.actions a {
    color: black;
}

.prix_normal {
    text-decoration: line-through;
}

table th, table td {
    vertical-align: middle !important;
}

form .row {
    align-items: center;
}

form .row select {
    margin-right: 10px;
}

.lien_produit {
    color: black;
}

.lien_produit:hover {
    color: black;
    text-decoration: underline !important;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    text-align: center;
}

.alert-danger {
    color: #9E1111;
    font-weight: bold;
    background-color: rgba(20, 20, 20, 1);
    border-color: #CCCCCC;
}

/* --------------------------------------------------------------- */
/*
/* Header
/*
/* --------------------------------------------------------------- */
#entete {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 15px;

    background: #000000;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#entete #logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    z-index: 1;
}

#entete #logo svg {
    height: 100%;
}


/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */
#entete .menu_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#menu ul li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
}

#menu ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #B80F1F;
    width: 2px;
    height: 15px;
}

#menu ul li:first-child:after {
    background: none;
}

#menu ul li a {
    text-decoration: none;
    padding: 5px 10px;
    color: #CCCCCC;
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 1px;

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#menu ul li a:hover {
    color: #FFFF;
}

#menu ul li ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li ul li {
    margin: 0;
}

#entete .btns {
    display: flex;
    flex-shrink: 0;
    z-index: 1;

}

#boutons_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
}

#boutons_menu a {
    color: #CCCCCC;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#boutons_menu a:hover {
    color: #FFFFFF;
}

#boutons_menu a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9E1111;
    font-size: 18px;
    margin-right: 15px;
    width: 25px;
}

.locales {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0 15px;
    flex-shrink: 0;
}

.locales img {
    width: 25px;
}

.locales li:not(:last-child) {
    margin-bottom: 10px;
}

/* ---------- Burger ---------- */

#burger {
    display: none;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 200;
}

#burger span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #DEF8D9;
    border-radius: 5px;
    margin: 7px 0;
}

#menu-burger {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 43vw;
    height: 100vh;
    background: url("../../assets/img/grape-noir-fond-menu.jpg") no-repeat center center;
    background-size: cover;
    padding: 25px 35px;
    z-index: -1;
    color: #FFFFFF;
    text-align: left;
}

#menu-burger #close {
    position: absolute;
    right: 35px;
    top: 25px;
}

#menu-burger #close i {
    font-size: 30px;
    color: #DEF8D9;
}

#menu-burger .coordonnees {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
}

#menu-burger a {
    color: #FFFFFF;
}

#menu-burger h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

#menu-burger p i {
    margin-right: 15px;
    color: #9E1111;
    font-size: 24px;
}

#menu-burger ul {
    padding: 0;
}

#menu-burger ul li {
    list-style: none;
    margin: 10px 0;
    font-size: 18px;
}

#menu-burger p {
    font-size: 15px;
}

/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */
#page {
    position: relative;
    top: 0;
    left: 0;
    min-height: 350px;
    padding: 25px 0;
    background-position: center center;
    background-size: cover;

    flex-grow: 1;

    font-size: 10pt;
}

#page a {
    text-decoration: none;
}

#page h1 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 20pt;
    margin-top: 20px;
    margin-left: 80px;
    margin-bottom: 0;
    display: block;
    padding: 15px;
    text-align: left;
}

.fond_noir {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
}

#page h2 {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 7px;
    text-align: left;
    font-size: 25px;
    margin-bottom: 20px;
}

#page h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #9E1111;
}

#page img.background {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */
#pied {
    position: relative;
    top: 0;
    left: 0;
}

#pied a {
    color: #FFFFFF;
    text-decoration: none;
}

#pied #footer_haut {
    padding: 10px 0;
    color: #CCCCCC;
    background: #000000;
}

#pied #footer_haut h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;

}

#pied #footer_haut p {
    margin-bottom: 5px;
    display: flex;
}

#pied #footer_haut p i {
    margin-right: 10px;
    font-size: 18px;
}

#pied #footer_haut .paiement_footer i {
    font-size: 45px;
}

#pied #footer_bas {
    padding: 10px 0;
}

#pied #footer_haut .footer-contact-link {
    margin: 5px 0;
    position: relative;
    color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF 33%, #e32234 33%, #e32234 66%, #FFFFFF 66%);
    background-position: 100%;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 600;
    animation: contact-link 2.5s infinite ease-in-out;
}

@keyframes contact-link {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0;
    }
}

/* --------------------------------------------------------------- */
/*
/* Ruban de promotion
/*
/* --------------------------------------------------------------- */
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}

.ribbon span {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 175px;
    display: block;
    background: #840606;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 32px;
    left: -37px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #840606;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #840606;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #840606;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #840606;
}


/* --------------------------------------------------------------- */
/*
/* Input quantité
/*
/* --------------------------------------------------------------- */
#page .quantite_wrapper {
    display: flex;
    align-items: center;
}

#page .quantite_wrapper label {
    margin-right: 50px;
}

#page .quantite_input {
    display: flex;
    align-items: stretch;

}

#page .quantite_input .quantite-decrement,
#page .quantite_input .quantite-increment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 35px;
    border-radius: 0px;
    background: #9E1111;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #9E1111;
}

#page .quantite_input .quantite-decrement {
    margin-right: 3px;
}

#page .quantite_input .quantite-increment {
    margin-left: 3px;
}

#page .quantite_input .quantite-decrement:active,
#page .quantite_input .quantite-increment:active {
    background: rgba(20, 20, 20, 1);
    border-color: #CCCCCC;
}

#page #quantite, #panier .input_quantite {
    -moz-appearance: textfield;
    border-radius: 0;
    height: 35px;
    width: 80px;
    outline: none;
    box-shadow: inset 0 0 2px rgba(51, 51, 51, 0.4);
}

#page #quantite:focus,
#page #quantite:active,
#panier .input_quantite:focus,
#panier .input_quantite:active {
    border-color: #CED4DA;
    box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.4);
}

#page #quantite::-webkit-outer-spin-button,
#page #quantite::-webkit-inner-spin-button,
#panier .input_quantite::-webkit-outer-spin-button,
#panier .input_quantite::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* --------------------------------------------------------------- */
/*
/* Boutons radio
/*
/* --------------------------------------------------------------- */
/* The container */
.container_radio {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    margin-bottom: 0 !important;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

/* Create a custom radio button */
.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #EEEEEE;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.4);
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
    background-color: #CCCCCC;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #CCCCCC;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
    top: -5px;
    left: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: rgb(158, 45, 45);
}

/* Customize the label (the container) */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #EEEEEE;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #CCCCCC;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #CCCCCC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#page input[type=checkbox] {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

#page input[type=checkbox] ~ label,
#page .form-check ~ label {
    cursor: pointer;
    user-select: none;
}

#page input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border: 1px solid #CCCCCC;
    background: #020202;
    cursor: pointer;
}

#page input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #B7111E;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (min-width: 991px) and (max-width: 1300px) {
    #entete .menu_wrapper {
        bottom: -26px;
        background: #000000;
        z-index: 1;
    }
}

@media screen and (max-width: 1199px) {
    #menu ul li a {
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {


    #entete {
        justify-content: flex-end;
        align-items: center;
        position: sticky;
        z-index: 10;
    }

    #entete #logo {
        order: 0;
        width: 100%;
        justify-content: flex-start;
    }

    #entete .btns {
        order: 1;
        margin-right: 50px;
    }

    #entete #burger {
        order: 2;
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
    }

    #boutons_menu {
        flex-direction: row;
    }

    #boutons_menu i {
        font-size: 25px;
    }

    #boutons_menu .txt {
        display: none;
    }

    body.noscroll {
        pointer-events: none;
    }

    #main.is-active {
        left: -50vw;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #menu-burger {
        width: 50vw;
    }

    #menu-burger.is-active {
        z-index: 0;
        overflow: auto;
        pointer-events: all;
    }

    #menu-burger .locales {
        flex-direction: row;
        margin: 0;
    }

    #menu-burger .locales li:first-child {
        margin-right: 20px;
    }

    #boutons_menu a {
        margin: 0 15px;
    }

    #boutons_menu a i {
        font-size: 25px;
        margin-right: 8px;
    }

    #page {
        background-position: top center !important;
        background-attachment: fixed !important;
        background-size: cover !important;
    }

    #pied .box {
        margin: 15px 0;
    }

    #burger {
        display: block;
    }

    #bloc-menu {
        display: none;
    }

    #menu {
        display: none;
    }

    #texte {
        padding: 0 20px !important;
    }

}

@media screen and (max-width: 767px) {

    #menu-burger {
        width: 65vw;
    }

    #main.is-active {
        left: -65vw;
    }


    #boutons_menu a {
        margin: 0 10px;
        text-align: center;
    }

    #bloc-menu.is-active {
        display: block;
        position: absolute;
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        padding: 30px 35px;
        z-index: 1000;
        top: 60px;
        box-shadow: 0px 5px 12px rgba(23, 23, 23, 0.2);
    }

    /* ------------ Page ---------- */
    #page h1 {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }


}

@media screen and (max-width: 575px) {
    #menu-burger {
        width: 100vw;
    }

    #main.is-active {
        left: -100vw;
    }

    #menu-burger p {
        font-size: 14px;
    }

    #menu-burger p i {
        font-size: 15px;
    }

    #banniere #logo {
        height: 90px;
    }

    #bloc-menu.is-active {
        padding: 30px 25px;
    }

    #connexion_entete,
    #panier_entete {
        margin: 10px 0;
    }

    #menu ul {
        display: block;
    }

    #menu ul li {
        margin: 15px auto;
    }

    #menu ul li a {
        font-size: 18px;
    }

    #entete #logo {
        height: 50px;
    }

    #entete .btns {
        margin-right: 30px;
    }

    #boutons_menu a .total_panier {
        display: none;
    }

    /* --------------- Page ---------------- */
    #texte {
        padding: 0 6px !important;
    }

    #page h1 {
        font-size: 17px;
    }

    #page h1 span:after,
    #page h1 span:before {
        width: 17px;
    }

    #page h1 span:before {
        left: -12px;
    }

    #page h1 span:after {
        right: -12px;
    }

    p {
        font-size: 13px;
    }
}

@media screen and (max-width: 380px) {
    #entete .btns {
        margin: 0;
    }

    #banniere #logo {
        height: 70px;
    }

    #texte {
        padding: 0 0px !important;
    }
}


.jconfirm .jconfirm-bg {

}

.jconfirm .jconfirm-box {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #CCCCCC !important;
    font-family: Montserrat, sans-serif;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-color: #9E0505;
}

.jconfirm .jconfirm-box .jconfirm-title-c {
}


.jconfirm .jconfirm-box .jconfirm-content-pane {
}

.jconfirm .jconfirm-box .jconfirm-content {
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    float: none !important;
    text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    text-align: center;
    vertical-align: middle;
    background: #9E1111 !important;
    border-radius: 0;
    padding: 7.5px 18px;
    color: #FFFFFF !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #9E0505 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button:focus,
.jconfirm .jconfirm-box .jconfirm-buttons button:hover {
    background: rgba(20, 20, 20, 1) !important;
    border-color: #CCCCCC !important;
}
