@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Quicksand:wght@300;500;700&family=Roboto:ital,wght@0,100;0,400;1,300&display=swap");

/* --------------------------------------------------------------- */
/*
/* Fonts
/*
/* --------------------------------------------------------------- */
@font-face {
    font-family: "AntroVectra";
    src: url("../polices/Antro-Vectra/Antro_Vectra.eot"),
    url("../polices/Antro-Vectra/Antro_Vectra.ttf"),
    url("../polices/Antro-Vectra/Antro_Vectra.woff");
}

/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

body {
    text-align: center;
}

#main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000000;
    background-color: #FFFFFF;
}

p.body-2 {
    font-family: "Roboto";
    font-size: 14px;
    color: #252525;
}


/* --------------------------------------------------------------- */
/*
/* Header
/*
/* --------------------------------------------------------------- */
#entete {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 67px;
    width: 100%;
    margin: 0;
    /*background-image    : url("../img/fond-header.jpg");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
    background-color: #F7F3F0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: background-color .15s;
}

#entete #logo {
    position: relative;
    top: 0;
    left: 0;
}

#entete .div_logo {
    text-align: center;
    padding: 0;
    line-height: 16px;
}

#entete .div_logo a {
    text-decoration: none;
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: 600;
    color: #FB1E41;
    text-transform: uppercase;
}

#entete .locale {
    color: #FFFFFF;
    text-align: center;
}

#entete .locale img.active {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 1px;
}

#entete #menu_bas {
    background-color: #FB1E41;
    color: #FFFFFF;
}

#entete #menu_bas a {
    color: #FFFFFF;
}

#entete #sociaux {
    display: flex;
    font-size: 22px;
}

#entete #sociaux a {
    margin: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

#entete .rose {
    align-items: center;
    font-size: 14px;
    background-color: transparent;
}

#entete .rose a {
    color: #FB1E41;
    padding: 5px 16px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "quicksand";
}

/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */
#menu {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 30px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#menu ul a {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1A1A1A;
    transition: color .15s;
}

#menu ul li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
}

#menu ul li a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
}

#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;
}

#menu ul li a:hover:before, #menu ul li a.active:before {
    border-bottom: 3px solid #FF1350;
    position: absolute;
    height: 5px;
    width: 30px;
    left: 35%;
    bottom: 0;
    display: block;
    content: "";
    margin-left: auto;
    margin: 0px auto -5px;
}

#sociaux a i.fa-facebook {
    color: #1877F2;
    font-size: 25px;
}

#sociaux a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

#sociaux a i.fa-instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
}

#entete.transparent {
    background: none;
    box-shadow: none;
    backdrop-filter: blur(3px);
}

#entete.transparent #menu ul li a {
    color: #FFFFFF;
    text-shadow: 0 0 5px #000000;
}

/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */
#page {
    position: relative;
    top: 0;
    left: 0;
    min-height: calc(100vh - 303px);
    padding-top: 67px;
}

#page a {
    text-decoration: none;
}

#page section.fond {
    background-image: url("../img/vins/fond.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
    padding: 60px 0;
}

#page section.fond h1 {
    margin-bottom: 100px;
}

#page .bouton {
    position: relative;
    /*background-color: #ff1350;*/
    padding: 10px 20px;
    font-family: "Quicksand";
    font-size: 17px;
    color: #FF1350;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
    transform: scale(1.0);
    transition: 0.3s all;

}

#page .bouton:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background-color: #FF1350;
}

#page .bouton:hover {
    transform: scale(1.1);
}

#page .logo_titre {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page .logo_titre .image img {
    max-width: 200px;
}

#page .logo_titre .texte img {
    max-width: 180px;
}


/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */
#pied {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    /*background-color : #222222;*/
    background-color: #F7F3F0;
    text-align: left;
    padding: 40px 0;
}

#pied a {
    text-decoration: none;
}

#pied h6 {
    color: #FB1E41;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}

#pied .adresse h6 {
    text-transform: uppercase;
    text-align: center;
}

#pied .adresse {
    text-align: center;
}

#pied p, #pied a {
    /*color       : #FFFFFF;*/
    color: #222222;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300;
}

#pied i {
    color: #FB1E41;
    margin-right: 10px;
}

#pied #abus_alcool {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#pied #abus_alcool .texte-alcool p {
    text-align: center;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    /*color       : #FFFFFF;*/
    color: #222222;
}


/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */
a img {
    border: none;
}

h1 {
    font-family: "EB Garamond";
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    font-weight: 300;
    margin-left: 120px;
    position: relative;
}

h1::before {
    content: "";
    background-image: url("../img/bande-titre.jpg");
    position: absolute;
    top: 10px;
    left: -25px;
    width: 4px;
    height: 45px;
}


/* --------------------------------------------------------------- */
/*
/* Ekko lightbox
/*
/* --------------------------------------------------------------- */

.ekko-lightbox.modal .modal-content {
    background: none;
    border-bottom: 3px solid #FF1350;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ekko-lightbox.modal .modal-header {
    background: #FB1E41;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ekko-lightbox.modal .modal-header .modal-title {
    color: #FFFFFF;
    font-family: "Quicksand", serif;
}

.ekko-lightbox.modal .modal-header .close {
    color: #FFFFFF;
}

.ekko-lightbox.modal .modal-body {
    padding: 0;
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a:last-child {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a span {
    font-size: 55px;
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a:first-child span {
    text-align: left;
}

.ekko-lightbox.modal .modal-footer {
    background: #222222;
    color: #FFFFFF;
    padding: 5px 15px;
}


/* --------------------------------------------------------------- */
/*
/* Modal +18
/*
/* --------------------------------------------------------------- */
.modal-backdrop.show {
    backdrop-filter: blur(5px);
    opacity: 1;
    background: rgba(0, 0, 0, 0.65);
}

#alert_18_modal .modal-content {
    background: #222222;
    color: #FFFFFF;
}

#alert_18_modal .modal-header {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#alert_18_modal .modal-header img {
    width: 80%;
}

#alert_18_modal .modal-header img:first-of-type {
    margin-bottom: 20px;
}

#alert_18_modal .modal-header .logo_index {
    max-width: 100%;
    height: auto;
}

#alert_18_modal .modal-body {
    text-align: center;
}

#alert_18_modal .modal-body p {
    margin-bottom: 0;
}

#alert_18_modal .modal-footer {
    border-top: none;
    display: flex;
    justify-content: space-between;
}

#alert_18_modal .bouton {
    position: relative;
    padding: 10px 20px;
    font-family: "Quicksand";
    font-size: 17px;
    /*color: #ff1350;*/
    background-color: #FF1350;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    transform: scale(1.0);
    transition: 0.3s all;
    border: none;
    cursor: pointer;
}

#alert_18_modal .bouton.cancel {
    background: none;
}

#alert_18_modal .bouton:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background-color: #FF1350;
}

#alert_18_modal .bouton:hover {
    transform: scale(1.1);
}


/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
@media screen and (max-width: 991px) {
    #entete .locale {
        position: absolute;
        top: 10px;
        right: 0;
        text-align: right;
    }

    #entete {
        min-height: 120px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        margin-left: 100px;
    }

    #entete .barre_menu {
        padding-left: 0;
        padding-right: 0;
    }

    #entete #menu {
        padding: 0;
    }

    #entete #menu .bouton_menu {
        color: #FFFFFF;
        width: 100%;
        padding-top: 7px;
        margin-top: 10px;
        text-align: right;
        position: relative;
    }

    #entete .contenu {
        max-width: 100%;
    }

    #entete #menu .bouton_menu::before {
        content: "Menu";
        text-transform: uppercase;
        font-family: "Quicksand";
        font-size: 15px;
        color: #FFFFFF;
        left: 10px;
        position: absolute;
        padding-top: 4px;
    }

    #menu ul li {
        text-align: center;
        padding: 5px 0;
    }

    #menu ul li a:hover:before, #menu ul li a.active:before {
        left: 48%;
        content: "";
        margin: 0;
    }

    #menu ul li:last-child {
        margin-bottom: 5px;
    }

    #entete {
        min-height: initial;
    }

    #entete .div_logo {
        padding-top: 10px;
    }

    #pied #footer_bas .bloc_pied {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        margin-left: 50px;
    }
}

@media screen and (max-width: 475px) {
    #menu ul li a:hover:before, #menu ul li a.active:before {
        left: 47%;
    }
}

@media screen and (max-width: 370px) {
    #menu ul li a:hover:before, #menu ul li a.active:before {
        left: 46%;
    }
}


#admin_box {
    position: fixed;
    top: 25px;
    right: -60px;
    z-index: 10000;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 30px;

    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -ms-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
}

#admin_box.open {
    right: 0;
}

#admin_box .icon {
    background: var(--white);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#admin_box .links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    background: var(--white);
    padding: 10px;
    border-bottom-left-radius: 10px;

    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);

    width: 60px;
}

#admin_box .links a {
    margin-bottom: 15px;
}

#admin_box .links a:last-child {
    margin-bottom: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.g-recaptcha-mention {
    font-size: .8em;
    opacity: .85;
    font-style: italic;
    margin-top: .5em;
}
