/* VARS */
/* LIBS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* PARTIALS */
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  /******************************************************************
  DESKTOP
  ******************************************************************/
}
.header .back-portfolio {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 0.9em;
  color: #402C1C;
  text-decoration: none;
  font-weight: 500;
}
.header .back-portfolio:hover {
  color: #C97B43;
}
.header .logo-zone {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .logo-zone a {
  display: block;
}
.header .logo-zone a img {
  width: 60px;
  height: auto;
}
.header .site-name {
  font-family: "Cinzel", serif;
  font-size: 2.6rem;
  display: none;
  color: #000000;
  margin: 0;
  margin-top: 1rem;
  text-align: center;
}
.header .site-name strong {
  color: #A85036;
}
.header #icons {
  display: block;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0.5em;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}
.header #icons:before {
  content: attr(data-content);
}
.header nav {
  width: 100%;
}
.header nav ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  text-align: center;
}
.header nav ul li {
  padding: 1rem 0;
}
.header nav ul li a {
  text-decoration: none;
  color: #402C1C;
  font-weight: bold;
  padding: 0.3em 0.5em;
  position: relative;
  transition: color 0.3s ease;
}
.header nav ul li a:hover {
  color: #C97B43;
}
.header nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #A85036;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header nav ul li a:hover::after {
  transform: scaleX(1);
}
.header nav.on ul {
  display: block;
}
@media screen and (min-width: 1100px) {
  .header #icons {
    display: none;
  }
  .header .site-name {
    font-size: 3.2rem;
    display: block;
  }
  .header nav {
    width: auto;
  }
  .header nav ul {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
  .header nav ul li {
    padding: 0;
    border: none;
  }
}

.footer {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  /* *****************************************************************
  DESKTOP
  ***************************************************************** */
}
.footer .info {
  margin: 0.4rem 0;
  color: #d9d9d9;
}
.footer .copyright {
  margin-top: 1.2rem;
  color: #d9d9d9;
}
@media screen and (min-width: 1100px) {
  .footer {
    padding: 2.5rem 2rem;
  }
}

/* LAYOUTS */
.petra {
  /* *****************************************************************
  DESKTOP
  ***************************************************************** */
}
.petra section {
  padding: 4rem 2rem;
}
.petra .hero {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 8rem 2rem;
}
.petra .hero .hero-content {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 2rem;
  border-radius: 1rem;
}
.petra .hero .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.petra .hero .hero-content p {
  font-size: 1.8rem;
  font-style: italic;
}
.petra .about {
  text-align: center;
}
.petra .about p {
  max-width: 700px;
  margin: 0 auto 2rem;
}
.petra .about .valeurs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.petra .about .valeurs li {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #bff4ff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  color: #0077b6;
}
.petra .gallery .pictures {
  display: none;
}
.petra .gallery .gallerie-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.petra .gallery .gallerie-wrapper .hidden {
  visibility: hidden;
}
.petra .gallery .gallerie-wrapper img {
  max-width: 90vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}
.petra .gallery .gallerie-wrapper img:hover {
  transform: scale(1.03);
}
.petra .gallery .gallerie-wrapper button {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.petra .gallery .gallerie-wrapper button .hidden {
  visibility: hidden;
}
.petra .gallery .gallerie-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
.petra .gallery .gallerie-overlay.open {
  display: flex;
}
.petra .gallery .gallerie-overlay img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}
.petra .gallery .gallerie-overlay #close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
}
.petra .gallery .gallerie-overlay .nav-btns {
  display: flex;
  gap: 2rem;
}
.petra .gallery .gallerie-overlay .nav-btns button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}
.petra .circuits .circuit-cards {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.petra .circuits .circuit-cards article {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.petra .circuits .circuit-cards article:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.petra .testimonials {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.petra .testimonials h2 {
  grid-column: 1/-1;
}
.petra .testimonials blockquote {
  background-color: #d9d9d9;
  padding: 2rem;
  border-left: 5px solid #0077b6;
  margin: 2rem auto;
  max-width: 700px;
  font-style: italic;
}
.petra .testimonials blockquote footer {
  display: block;
  margin-top: 1rem;
  text-align: right;
  font-weight: bold;
}
.petra .contact form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.petra .contact form label {
  font-weight: bold;
}
.petra .contact form input, .petra .contact form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.petra .contact form button {
  background-color: #0077b6;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.petra .contact form button:hover {
  background-color: #005683;
}
.petra .top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333333;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.4em 0.7em;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.petra .fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlide 1s ease-out forwards;
  animation-delay: 0.3s;
}
@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .petra .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
  .petra .circuits .circuit-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

html.scrolled .top-btn {
  opacity: 1;
  pointer-events: auto;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  background-color: #f9f9f9;
  color: #000000;
}
body h1 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Cinzel", serif;
}
body h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #00b4d8;
  text-align: center;
  margin-bottom: 2rem;
}
body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #0077b6;
}
body a {
  font-weight: bold;
}

/* *****************************************************************
DESKTOP
***************************************************************** */
@media screen and (min-width: 1100px) {
  body {
    font-size: 1.8em;
  }
  body h1 {
    font-size: 3.2rem;
  }
  body h2 {
    font-size: 2.8rem;
  }
  body h3 {
    font-size: 2.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
