@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container-fluid,
header,
footer,
section {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

* {
  font-variant-numeric: normal;
  font-variant-caps: normal;
  outline: none;
}

img {
  max-width: 100% !important;
}

ul {
  margin: 0;
  padding: 0;
}

/*-----------------------
marges et padding-perso
-----------------------*/
@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
/*-----------------------
containers persos supérieurs à ou différents de à 1200
-----------------------*/
.container_800 {
  width: 800px;
}

.container {
  width: 1200px;
}


.container_800 {
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container {
  max-width: 100% !important;
}
/*-----------------------
quelques tailles de fontes
------------------------*/

:root {
  --poppins: 'Poppins', sans-serif;
  --crimson: "'Crimson Pro', serif";
  --awesome: "Font Awesome 5 Pro";
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --light: 300;
  --thin: 200;
  --gray1: #111;
  --gray2: #222;
  --gray3: #333;
  --gray4: #444;
  --gray5: #555;
  --gray6: #666;
  --gray7: #777;
  --gray8: #888;
  --gray9: #999;
  --graya: #aaa;
  --grayb: #bbb;
  --grayc: #ccc;
  --grayd: #ddd;
  --graye: #eee;
  --gray9a: #9a9a9a;
  --graye8: #e8e8e8;
  --grayed: #ededed;
  --gray3f: #3f3f3f;
  --orange: #ff731d;
  --bleu: #36384d;
  --bleuh: #313e4b;
  --bleuhd: #232d36;
  --noir: #000;
  --jaune: rgb(246, 192, 31);
  --rouge: rgb(206, 43, 55);
  --blanc: rgb(255, 255, 255);
  --txt_color: #333;
  --pagin_color: #666;
  --pagin_border: #999;
  --discret_txt: #666;
  --bg: #fff;
  --navbg: rgba(255 255 255 / .9);
  --navcolor: #666;
  --invbg: rgb(0, 0, 0);
  --frame_border: #ededed;
  --shadow: rgba(0, 0, 0, .25);
  --black: rgb(0, 0, 0);
  --green: rgb(118, 126, 70);
  --darkwood: rgb(133, 94, 66);
  --keepdarkwood: rgb(133, 94, 66);
  --wood: rgb(186, 140, 99);
  --graywood: rgb(194, 175, 161);
  --compgreen: rgb(66, 133, 94);
  --blanc_c: seashell;
  --togsvg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38C32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85c-28.42 12.38-61.8 17.23-94.77 17.23c-128.47 0-232.61-104.14-232.61-232.61'/%3E%3C/svg%3E");
  color-scheme: light dark;
}

/* dark_mode */
[data-mode=dark] {
  --bg: #000;
  --navbg: rgba(0 0 0 / .9);
  --invbg: #fff;
  --txt_color: #fff;
  --discret_txt: #999;
  --pagin_color: #fff;
  --pagin_border: #fff;
  --shadow: rgba(255 255 255 / .5);
  --navcolor: #efefef;
  --nav_h_color: rgb(150, 250, 150);
  --frame_border: #666;
  --rep_title_bg: #555;
  --darkwood: rgb(186, 140, 99);
  --togsvg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23SVGHcSWxdhd)'%3E%3Cpath d='M12 20a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m-7.071-2.343a1 1 0 1 1 1.414 1.414l-1.414 1.414a1 1 0 0 1-1.414-1.414zm12.728 0a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 0 1 0-1.414M12 6a6 6 0 1 1 0 12a6 6 0 0 1 0-12m-9 5a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm20 0a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zM3.515 3.515a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 1 1-1.414 1.414L3.515 4.929a1 1 0 0 1 0-1.414m15.556 0a1 1 0 0 1 1.414 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414zM12 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='SVGHcSWxdhd'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

strong {
  font-weight: var(--semibold);
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}

ul {
  padding: 0;
  margin: 0 0 1rem 0;
}
ul li {
  list-style: none;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--darkwood) white;
}

html::-webkit-scrollbar {
  width: 0.5vw;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--wood);
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkwood);
}

html::-webkit-scrollbar-track {
  background-color: white;
}

html::-webkit-scrollbar-track:hover {
  background-color: var(--graywood);
}

body {
  font-family: var(--poppins);
  font-weight: var(--regular);
  background: var(--bg);
  color: var(--txt_color);
  font-size: 1rem;
  line-height: 1.7em;
  height: 100%;
}

h1,
h2,
h3 {
  font-family: var(--crimson);
  font-weight: 500;
}

h1,
.h1 {
  font-size: calc(1.5rem + 1.5vw);
}

h2,
.h2 {
  font-size: calc(1.4rem + 0.9vw);
  color: var(--darkwood);
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.85vw);
  color: var(--darkwood);
}

@media (min-width: var(--xl)) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
}
a {
  color: var(--darkwood);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--compgreen);
}

/******************************
 * structure
 *****************************/
#zi_nav {
  display: none;
}
#zi_nav.opened {
  display: block;
  position: fixed;
  z-index: 2000;
  background: var(--navbg);
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 992px) {
  #zi_nav {
    width: 250px;
    height: 100vh;
    display: block;
    position: fixed;
    background: var(--bg);
    border-right: 1px solid var(--frame_border);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
  }
}

#headpart {
  position: sticky;
  z-index: 30;
  background: var(--navbg);
  border-right: 1px solid var(--frame_border);
  width: 100%;
}
#headpart a {
  color: var(--navcolor);
}
#headpart a:active, #headpart a:focus, #headpart a:hover {
  color: var(--compgreen);
}

.topnavlangs {
  display: flex;
  gap: 0.3rem;
  align-content: canter;
  align-items: center;
}
.topnavlangs ul {
  display: flex;
  gap: 0.4rem;
  margin: 0;
  padding: 0 0.4rem 0 0;
}

.langa {
  opacity: 0.7;
}
.langa:hover {
  opacity: 1;
}

#page_wrapper {
  min-height: 100vh;
  background: var(--bg);
}
@media screen and (min-width: 992px) {
  #page_wrapper {
    margin: 0 0 0 250px;
  }
}

#mainwrapper {
  min-height: 320px;
}

#mobtoplogo {
  display: inline-block;
  width: 110px;
}
@media screen and (min-width: 576px) {
  #mobtoplogo {
    width: 150px;
  }
}

[data-mode=dark] #ziindic,
[data-mode=dark] #toplogo,
[data-mode=dark] #mobtoplogo {
  filter: invert(100%);
}

footer {
  border-top: 1px solid var(--frame_border);
}

footer ul {
  display: inline-block;
  color: va(--discret_txt);
}
footer ul li {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 0.3em;
}
footer ul li a {
  color: var(--discret_txt);
  text-decoration: none;
}
footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
  color: var(--compgreen);
}

#topcontact {
  color: var(--txt_color);
  font-size: 0.8rem;
}
#topcontact i {
  margin-right: 0.2rem;
}

#topsocs {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.4rem;
}
#topsocs li {
  display: grid;
  place-content: center;
}

/******************************
 * communs
 *****************************/
.contenttype h3,
.contenttype h4 {
  font-family: var(--crimson);
  color: var(--wood);
}

.section_sep {
  position: relative;
}
.section_sep::before {
  content: "";
  height: 4px;
  border-top: 1px solid var(--wood);
  border-bottom: 1px solid var(--wood);
  position: absolute;
  top: calc(50% - 2px);
  left: 15%;
  width: 70%;
  z-index: 0;
}
.section_sep h2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section_sep h2 span {
  display: inline-block;
  background: var(--bg);
  color: var(--darkwood);
  padding: 1px 12px;
  text-transform: uppercase;
}

#page_top {
  background-position: center;
  background-size: cover;
  height: 40vh;
}

#pagetitle h1,
.pageinter h2 {
  display: inline-block;
  padding: 8px 50px;
  border-top: 1px solid var(--darkwood) !important;
  border-bottom: 1px solid var(--darkwood) !important;
  color: var(--darkwood);
}

div iframe {
  max-width: 100% !important;
  aspect-ratio: 16/9 !important;
  margin-bottom: 1rem;
}

/******************************
 * navigation
 *****************************/
.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.nav-link {
  padding: 0.3rem 0.5rem;
}
.nav-link.withsub::after {
  content: " +";
  font-weight: 300;
}

ul.nav a {
  font-size: 1rem;
  color: var(--navcolor);
  text-transform: uppercase;
  background: transparent;
  line-height: 1.6;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  color: var(--darkwood);
  background: transparent;
}
ul.nav a.active {
  background: var(--keepdarkwood);
  border-radius: 4px;
  color: #fff;
}
ul.nav a.withsub {
  padding: 0.15rem 0 0.15rem 1rem;
  color: var(--gray8);
}
ul.nav a.withsub:hover {
  color: var(--wood);
}
ul.nav ul a.nav-link {
  text-transform: none;
  font-variant: small-caps;
  position: relative;
  padding: 0.15rem 1rem;
}
ul.nav ul a.nav-link.active {
  background: transparent;
  color: var(--wood);
}
ul.nav ul a.nav-link.active::before {
  content: "♦ ";
}

#openmenu {
  background: inherit !important;
  color: var(--invbg) !important;
  font-size: 1.5rem;
}

#closemenu {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  background: inherit !important;
  color: var(--invbg) !important;
  border: 0;
  padding: 7px !important;
  font-size: 1.5rem;
  line-height: 1;
}
/* pagination */
.loader {
  margin-inline: auto;
}
.loader img {
  display: block;
  width: 50px;
  margin-inline: auto;
  animation: guitop 0.5s infinite linear;
  opacity: 0;
}

@keyframes guitop {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#paginwrap {
  position: relative;
  display: flex;
  padding-top: 3.5rem;
  justify-content: center;
  text-align: center;
  z-index: 3;
}
#paginwrap .pagination {
  display: flex;
  justify-content: center;
}
#paginwrap .pagination ul {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
}

.pagination ul li {
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin: 0 3px;
  border: 1px solid var(--pagin_border);
  background: var(--bg);
  border-radius: 3px;
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: var(--pagin_color);
  text-decoration: none !important;
}
.pagination ul li:hover, .pagination ul li:focus, .pagination ul li.current {
  border: 1px solid var(--keepdarkwood);
  background: var(--keepdarkwood);
}
.pagination ul li:hover a, .pagination ul li:focus a, .pagination ul li.current a {
  color: #fff;
}
.form-control {
  box-shadow: none !important;
  border-radius: 3px;
}

.pristine-error {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--rouge);
}

.has-danger input,
.has-danger textarea {
  border: 1px solid red;
}

.has-success input,
.has-success textarea {
  border: 1px solid green;
}

.leaflet-popup-content-wrapper {
  border-radius: 4px;
  background: #fff;
}

.leaflet-popup-content {
  text-align: center;
  margin: 10px 0;
  padding: 0.5rem 1rem;
}
.leaflet-popup-content h2 {
  font-size: 1.8rem;
  color: var(--wood);
}
.leaflet-popup-content p {
  text-align: center;
  font-size: 0.95rem;
  margin: 0 0 5px 0;
  color: #666 !important;
}
.leaflet-popup-content img {
  margin-bottom: 0.5rem;
}

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

.easy-button-button .button-state {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.mapi {
  background: white;
  font-size: 1.1rem;
}

#rmap {
  height: 400px;
}
@media screen and (min-width: 1200px) {
  #rmap {
    height: 600px;
  }
}

/* galerie photos */
.gal_wrap {
  --galgap: 1px;
  padding-bottom: 1.5rem;
}

#gal_grid {
  columns: 4 180px;
  column-gap: var(--galgap);
}

.grid_item a {
  display: block;
  overflow: hidden;
  margin-bottom: var(--galgap);
}

.grid_item a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.grid_item a:hover img {
  transform: scale(1.1);
}

.bouton {
  cursor: pointer;
  position: relative;
  padding: 10px 25px;
  background: white;
  font-size: 1.3rem;
  transition: all 0.5s;
  border: none;
  color: var(--darkwood);
  text-decoration: none;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  isolation: isolate;
}
.bouton::after, .bouton::before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 0.5s;
  z-index: -1;
}
.bouton::after {
  top: 4px;
  left: 4px;
  border-top: 2px solid var(--wood);
  border-left: 2px solid var(--wood);
}
.bouton::before {
  bottom: 4px;
  right: 4px;
  border-bottom: 2px solid var(--wood);
  border-right: 2px solid var(--wood);
}
.bouton:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--compgreen);
}
.bouton:hover::before, .bouton:hover::after {
  width: 100%;
  height: 100%;
}

.bouton3d {
  display: block;
  margin: 0 auto;
  width: 280px;
  border: none;
  background: none;
  cursor: pointer;
  perspective: 2000px;
}

.bouton3d span {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--keepdarkwood);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  position: relative;
  background-color: #fff;
  transform-style: preserve-3d;
  transform-origin: top;
  transition: transform 0.3s ease-out;
}

.bouton3d span::after {
  content: attr(data-content);
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transform-origin: top;
  background-color: var(--keepdarkwood);
  transform: rotateX(-90deg);
}

.bouton3d:hover span {
  transform: rotateX(90deg) translateY(-50%);
}

button#mode_tog {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  background: var(--invbg);
  -webkit-mask-image: var(--togsvg);
  mask-image: var(--togsvg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.fancybox__slide.is-selected.has-html5video .fancybox__content,
.fancybox__slide.is-selected.has-youtube .fancybox__content,
.fancybox__slide.is-selected.has-video .fancybox__content {
  width: 90% !important;
  height: unset !important;
  aspect-ratio: 16/9 !important;
}

.fancybox__carousel .fancybox__slide.has-iframe #dcatch.fancybox__content {
  max-width: 500px;
  height: auto;
  padding: 0;
}

.fancybox__carousel .fancybox__slide.has-iframe #dcatch.fancybox__content iframe {
  width: 100%;
  height: 100%;
}

.fancybox__slide img {
  max-width: unset;
}
#search_wrap {
  background: #fff;
  position: absolute;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1500;
  padding: 2rem 1.5rem;
  width: min(1100px, 90%);
  border-radius: 5px;
  transition: top 0.5s ease-in-out;
}
#search_wrap.seesearch {
  top: 4rem;
}
#search_wrap #close_search {
  display: block;
  background: #fff;
  border: none;
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  line-height: 1;
  color: black;
}
#search_wrap #close_search:hover {
  color: var(--vert);
}
#search_wrap form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 1rem;
}
#search_wrap form input {
  width: min(400px, 80%) !important;
}
#search_wrap form button {
  width: 50%;
  background: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
}
#search_wrap form button:hover {
  background: green;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #search_wrap form {
    flex-direction: row;
    gap: 0;
  }
  #search_wrap form button {
    width: auto;
  }
}

.searchres_ul {
  font-size: 1.1rem;
}
.searchres_ul li {
  margin-bottom: 0.5rem;
}
.searchres_ul li em {
  color: #999;
  font-size: 0.95rem;
  line-height: 1.3 !important;
}
.searchres_ul a {
  display: inline-block;
  color: #777;
  padding-left: 1.5rem;
  position: relative;
}
.searchres_ul a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: var(--bleu);
}
.searchres_ul a:hover {
  color: var(--vert);
}
.searchres_ul a:hover::before {
  background-color: var(--vert);
}
/******************************
 * home
 *****************************/
#home_top {
  position: relative;
  width: 100%;
  height: 65vh;
}

#maximage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #000;
}

#hometext {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
  color: rgb(255, 255, 255);
}
#hometext #htext img {
  width: min(600px, 95%) !important;
  display: inline-block;
}
#hometext h2 {
  font-style: italic;
  color: rgb(255, 255, 255);
}

.hgrub {
  display: inline-block;
  position: relative;
  background: var(--wood);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.hgrub img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.hgrub .hrub_desc {
  position: absolute;
  z-index: 10;
  inset: 10%;
  padding: 5%;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: all 0.5s;
  background: transparent;
}
.hgrub .hrub_desc h3 {
  color: white;
}
.hgrub .hrub_desc::before, .hgrub .hrub_desc::after {
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: -1;
}
.hgrub .hrub_desc::before {
  border-bottom: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
  width: 110%;
  height: 100%;
  left: -5%;
  top: 0;
  transform: scale(0, 1);
}
.hgrub .hrub_desc::after {
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  transform: scale(1, 0);
}
@media screen and (min-width: 992px) {
  .hgrub .hrub_desc h3 {
    font-size: calc(1rem + 0.3vw);
  }
}
@media screen and (min-width: 1400px) {
  .hgrub .hrub_desc h3 {
    font-size: 1.75rem;
  }
}
.hgrub:hover img, .hgrub:focus img {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.hgrub:hover .hrub_desc, .hgrub:focus .hrub_desc {
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.3);
}
.hgrub:hover .hrub_desc::before, .hgrub:focus .hrub_desc::before {
  transform: scale(1);
}
.hgrub:hover .hrub_desc::after, .hgrub:focus .hrub_desc::after {
  transform: scale(1);
}

#hpres {
  background: var(--bg);
}
@media screen and (min-width: 992px) {
  #hpres {
    position: relative;
    z-index: 10;
    margin-right: -10%;
    box-shadow: 5px 5px 9px -3px var(--shadow);
  }
}
@media screen and (min-width: 1400px) {
  #hpres {
    width: 90%;
  }
}

/******************************
 * guitares et artistes
 *****************************/
/* Guitares catégories */
.catg_wrap {
  aspect-ratio: 2/3;
}

.art_wrap {
  aspect-ratio: 4/3;
}

.art_link,
.catg_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center bottom !important;
  overflow: hidden;
}
.art_link .goguit_desc,
.catg_link .goguit_desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-inline: 0.5rem;
  z-index: 10;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.art_link .goguit_desc h3,
.catg_link .goguit_desc h3 {
  font-family: "'Crimson Pro', serif";
  color: rgb(255, 255, 255);
}
.art_link .goguit_desc p,
.catg_link .goguit_desc p {
  margin: 0 0 0.6rem;
  color: rgb(245, 245, 114);
  font-size: 1.5rem;
  font-weight: 600;
  /* &.seelink {
  	display   : none;
  	color     : #fff;
  } */
}
.art_link .goguit_desc::before, .art_link .goguit_desc::after,
.catg_link .goguit_desc::before,
.catg_link .goguit_desc::after {
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: -1;
}
.art_link .goguit_desc::before,
.catg_link .goguit_desc::before {
  border-bottom: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
  width: 110%;
  height: 100%;
  left: -5%;
  top: 0;
  transform: scale(0, 1);
}
.art_link .goguit_desc::after,
.catg_link .goguit_desc::after {
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  transform: scale(1, 0);
}

.art_link:hover .goguit_desc {
  height: 80%;
  width: 80%;
  bottom: 10%;
  left: 10%;
}
.art_link:hover .goguit_desc::before {
  transform: scale(1, 1);
}
.art_link:hover .goguit_desc::after {
  transform: scale(1, 1);
}

.catg_link {
  transition: transform 0.5s, box-shadow 0.5s;
}
.catg_link .goguit_desc {
  padding-block: 0.7rem;
  transition: all 0.6s;
}

.catg_link:hover {
  transform: scale(1.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.art_link {
  background-position: center center !important;
}

/* Une guitare */
.guit_content {
  position: relative;
  padding: 0 2%;
  z-index: 0;
}
.guit_content h2 {
  position: relative;
  z-index: 0;
  color: var(--darkwood);
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
}
.guit_content h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 25%;
  background: var(--darkwood);
  z-index: -1;
}
.guit_content h3,
.guit_content h4 {
  font-family: "'Crimson Pro', serif";
  color: var(--wood);
}
.guit_content ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.6rem;
}
.guit_content ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.95em;
  content: "\f00c";
  color: var(--compgreen);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .guit_content {
    padding: 0 2.8rem 0 3%;
  }
  .guit_content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 70%;
    border-right: 1px solid var(--darkwood);
    z-index: -1;
  }
}

#gal_grid {
  position: relative;
  overflow: hidden;
}
#gal_grid .grid_item {
  box-sizing: border-box !important;
  padding: 1px;
  overflow: hidden;
  height: auto !important;
}
#gal_grid .grid_item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gal_grid .grid_item a img {
  transition: all 0.3s;
}
#gal_grid .grid_item a:hover img {
  transform: scale(1.1);
}

.occas_top {
  padding: 0.8rem 0.5rem 0.8rem 0;
  margin-bottom: 1rem;
  color: rgb(206, 43, 55);
  font-size: 1.6rem;
  border-top: 1px solid var(--wood);
  border-bottom: 1px solid var(--wood);
  background: #f8f8f8;
}

/******************************
 * vodéos
 *****************************/
.vidlink {
  display: block;
  position: relative !important;
  overflow: hidden;
}
.vidlink img {
  display: block;
  width: 100%;
  z-index: 0;
  transition: all 0.35s;
}
.vidlink .vidtube {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/site/assets/img/youtube.svg) no-repeat center center;
  background-size: 15%;
  z-index: 5;
  opacity: 0.5;
  transition: all 0.35s;
}
.vidlink:hover .vidtube {
  opacity: 1;
}
.vidlink:hover img {
  transform: scale(1.1);
}

.vid_desc {
  padding: 0.6rem 0.2rem 0.4rem 2rem;
  color: var(txt_color);
  line-height: 1.5;
  position: relative;
  font-size: 0.94rem;
}
.vid_desc h2 {
  font-size: 1.4rem;
  color: var(--darkwood);
}
.vid_desc::after {
  position: absolute;
  content: "";
  width: 1px;
  border-left: 1px solid var(--wood);
  height: calc(100% + 40px);
  left: 1rem;
  top: -40px;
  z-index: 30;
}
.vid_desc p:last-child {
  margin-bottom: 0;
}

/* search engine and result */
