* {
  margin: 0;
  padding: 0;
}

@font-face {
  /*  font-family: Montserrat;
  src: url(/assets/font/Montserrat-Regular.ttf);*/
  font-family: Baskervville;
  src: url(/assets/font/Baskervville-Regular.ttf);
}

@font-face {
  font-family: "Montserrat";
  src: url(../font/montserrat-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/montserrat-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/montserrat-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/montserrat-200.woff) format("woff");
  font-weight: 200;
  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: Montserrat, Helvetica, Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-background);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

/* 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,
h3,
.uk-h3,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  font-family: Baskervville;
}

h3,
.uk-h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

strong {
  font-weight: 400;
}

h2,
.uk-h2,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: Baskervville;
}

h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

h4,
.uk-h4,
* + h4 {
  margin-top: 30px;
  font-family: Montserrat;
}

h1 {
  line-height: 1.2;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

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

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

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

blockquote {
  color: #977c32;
  font-size: 1.2rem;
}

.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: #977c32;
  border-width: 1px;
}

/* clearfix */

/*.uk-container::after, .uk-container::before, .uk-section::after, .uk-section::before {
  display: table;
  content: "";
}

.uk-accordion-content::after, .uk-card-body::after, .uk-card-footer::after, .uk-card-header::after, .uk-clearfix::after, .uk-comment-body::after, .uk-comment-header::after, .uk-container::after, .uk-list > li::after, .uk-modal-body::after, .uk-modal-footer::after, .uk-modal-header::after, .uk-panel::after, .uk-section::after, .uk-tile::after {
  clear: both;
}*/

/* clearfix */

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle,
.uk-logo {
  font-family: Montserrat;
  text-transform: uppercase;
  min-height: 40px;
}

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

em {
  color: #977c32;
}
p strong {
  color: #000;
}
a {
  color: #000;
}
a:hover {
  color: #977c32;
}

.border-cadre {
    border: 1px solid #000;
    padding: 80px;
  }

.border-cadre-int {
    border: 1px solid #000;
    padding: 80px;
  }

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

/* Style pour le menu modal */
#top-menu-modal .uk-modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

/* Style pour les items du menu */
#top-menu-modal .uk-grid-match {
  height: calc(100% - 40px);
  align-items: center;
}

/* Style pour les images */
#top-menu-modal img {
  display: block;
  margin: 0 auto 10px;
  transition: transform 0.3s ease;
}

#top-menu-modal img:hover {
  transform: scale(1.05);
}

/*Pour supprimer le background*/
.uk-modal {
  /*background: none;*/
}

.uk-modal-dialog {
  width: 800px;
}

/* Style pour le bouton de fermeture */
#top-menu-modal .uk-modal-close-default {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
}

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

.uk-close {
}

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

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