* {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'Poison Hope';
    src: url('../font/PoisonHope-Regular.woff2') format('woff2'),
         url('../font/PoisonHope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'copperplate';
    src: url('../font/OPTICopperplate.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'copperplate';
    src: url('../font/OPTICopperplate-Heavy.woff2') format('woff2'),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'caviardream';
  src: url(../font/CaviarDreams.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'caviardream';
  src: url(../font/CaviarDreams-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}


:root {
  --padding: 1.5rem;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #efefef;
  --color-text: var(--color-black);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-white);
  --color-code-light-grey:  #cacbd1;
  --color-code-comment:     #a9aaad;
  --color-code-white:       #c5c9c6;
  --color-code-red:         #d16464;
  --color-code-orange:      #de935f;
  --color-code-yellow:      #f0c674;
  --color-code-green:       #a7bd68;
  --color-code-aqua:        #8abeb7;
  --color-code-blue:        #7e9abf;
  --color-code-purple:      #b294bb;
}

html {
  font-family: caviardream, Helvetica, Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-background);
  background-color: #eae3d5;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

/* Background blanc */
.uk-lightbox {
    background: rgba(255, 255, 255, 0.95) !important;
}

/* Boutons de navigation avec fond blanc et ombre */
.uk-lightbox-button {
    background: white !important;
    color: #333 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    border: 1px solid #e5e5e5 !important;
}

.uk-lightbox-button:hover {
    background: #f8f8f8 !important;
}

/* Icônes sombres pour contraste */
.uk-lightbox-toolbar-icon,
.uk-lightbox .uk-close,
.uk-lightbox .uk-lightbox-counter,
.uk-slidenav {
    color: #333 !important;
}

.uk-lightbox .uk-lightbox-counter {
  font-weight: 300;
}

h1,
.uk-h1,
h2,
.uk-h2,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  font-family: copperplate;
}

h2,
.uk-h2 {
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
}

.uk-light h2, .uk-h2, * + h2 {
  border-bottom: solid #fff 1px;
  border-top: solid #fff 1px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
}

.uk-light a:hover {
  text-decoration: none;

}

strong {font-weight: 400;}

h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: caviardream;
}

h4, .uk-h4, * + h4 {
  margin-top: 20px;
  font-size: 1.1rem;
}

h1 {
  line-height: 1.3;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  width: fit-content;
}

@media only screen
and (max-width: 900px) {
  h1 {
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;

}
}

h1 span {padding-left: 0px; padding-right: 0px;}

h3 {
    display: flex;
    flex-direction: column;
    align-items: start; /* ou flex-start pour aligner à gauche */
}

h3::before {
/*    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-image: url("/assets/feuille.svg");
    background-size: contain;
    background-repeat: no-repeat;*/
}

.uk-heading-divider {
  padding-bottom: calc(12px + 0.1em);
}

.uk-modal h3::before {
  display: none;
}

li.bouteille_mn p, li.bouteille_mf p {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 80px;
  margin-left: 80px;
  display: block;
}

@media only screen
and (max-width: 900px) {
  li.bouteille_mn p, li.bouteille_mf p {
    margin-right: 0px;
    margin-left: 0px;
  }
}

blockquote {
  color: #977C32;
  font-size: 1.4rem;
  font-family: copperplate;
  font-weight: normal;
  font-style: normal;
}


.uk-border-rounded {
  border-radius: 10px;
}

.uk-button.uk-border-rounded {
  border-radius: 5px;
}

.uk-heading-line > ::before,
.uk-heading-line > ::after,
.uk-heading-divider {
  border-bottom-color: #000;
  border-width: 1px;
}


.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle,
.uk-logo {
  font-family: caviardream;
}

.uk-navbar-toggle {
  color: white;
}

.uk-navbar-nav > li.uk-active-lang > a {
  text-decoration: underline;
  color: #977C32;
}

.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 1);
}

.menu-droite {
/*  mix-blend-mode: difference;
  mix-blend-mode: exclusion;*/
}

em {color: #977C32;}
p strong {color: #977C32; font-weight: bold;}
a {color: #000;}
a:hover {color: #977C32;}

.uk-section-muted {
  background-color: #f4f1ea;
}

/*.uk-icon.uk-overlay-icon svg {color: #fff;}*/

.uk-offcanvas-bar a {}

.uk-navbar-toggle {min-height: 30px;}

.uk-close {color: #fff;}

.uk-modal-close svg {margin-left: 20px;}

.orientation {
      visibility: hidden;
}

@media only screen
and (orientation: landscape)
and (max-width: 900px) {
    .orientation {
      visibility: visible;
    }
}


/* ########### Color*/
/* Correction style global "couleurs" > recherche et remplace dans le fichier uikit.css */



.uk-navbar-container.uk-navbar-sticky {background-color: #202020;}
.uk-navbar-container.uk-navbar-sticky {background-color: #ffffff;}
.uk-navbar-container:not(.uk-navbar-transparent) {background-color: #ffffff;}


/* GSAP */

.boxgsap {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  background-color: black;
  }


/* AGE VERIF */

#modal_screen {
  height: 100%;
  width: 100%;
  z-index: 1100;
  opacity: 0.9;
}

#modal_content {
  z-index: 1101;
}


.map {
/*  background-image: url('/assets/carte.svg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;}*/
}

#map img {
    margin: 20px;
    width: 150px;
}


a.map_titre {
  display: block;
  background-color: #9E907A;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  opacity: 0.8;
  font-weight: 300;
  font-size: 1.1rem;
}

@media only screen
and (max-width: 900px) {
    #map img {
    margin: 10px;
    width: 70px;
    }
    a.map_titre {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 12px;
  }
}

a.uk-icon.uk-marker svg {}
a.uk-icon.uk-marker {
  margin-right: 0px; margin-left: 0px;
  background: #9E907A;
  color: #fff;
}
a.uk-icon.uk-marker:hover {
  background: #977C32;
  color: #000;
}

.uk-tooltip {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 11px !important;
    padding: 15px !important;
    font-weight: 300;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

/*Page contact*/

.honeypot {
    position: absolute;
    left: -9999px;
}

.uk-input, .uk-textarea {
  border-color: #977C32;
}

abbr[title] {
  text-decoration: none;
}

.button_contact a {
  color: #977C32;
}