@charset "UTF-8";
/* 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;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: hatton;
  src: url(../typographie/Hatton/PPHatton-Medium.otf) format("otf");
}
@font-face {
  font-family: cirka;
  src: url(../typographie/Cirka/PPCirka-Bold.otf) format("otf");
}
body {
  font-family: "cirka", serif;
  line-height: 1.5;
  box-sizing: border-box;
  color: #bf9e78;
  background-color: #120a07;
  position: relative;
  /* Pour s'assurer que le background couvre tout le body */
  background-color: #120a07;
  /* Couleur de fond */
  color: #bf9e78;
  /* Couleur du texte */
  /* Ajoutez les lignes verticales */
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 20% 20%;
}

.main {
  width: 90%;
  max-width: 1200px;
}

h1,
h2,
h3 {
  font-family: "hatton", serif;
  text-transform: uppercase;
}

h2 {
  font-size: 2.25rem;
  margin: 2rem 0;
}

p {
  font-size: 1.125rem;
  margin: 0 0 1.875rem 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.conteneur {
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 90%;
}

.active {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #8e6b43;
  border-bottom: 2px solid #8e6b43;
}

.cache {
  opacity: 0;
}

.btn__principal {
  display: inline-block;
  border: 1px solid #bf9e78;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  max-width: 15.625rem;
  width: 100%;
  transition: background-color 0.5s ease-in;
}
.btn__principal:hover {
  background-color: #8e6b43;
  border-color: #8e6b43;
  color: #120a07;
}

#section_hero {
  height: 75vh;
}

.section_presentation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.section_presentation--img {
  grid-column: 1/14;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.section_presentation--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  opacity: 0.999999;
  grid-column: 2/10;
  grid-row: 1/4;
  line-height: 11rem;
  text-shadow: 2px 2px #120a07;
}

@media screen and (max-width: 767px) {
  .section_presentation {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 2rem;
  }
  .section_presentation--text {
    text-align: center;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .section_presentation--text h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 3%;
  }
  .section_presentation--img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
/* Style commun pour la section */
.accueil__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.accueil__menu img {
  max-width: 100%;
  height: auto;
}

/* Desktop (1024px et plus) */
@media (min-width: 1024px) {
  .accueil__menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .accueil__menu img {
    max-width: 50%;
  }
  .menu--texte {
    max-width: 36%;
  }
}
.accueil__client {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 1.75rem;
}
.accueil__client .client__gauche,
.accueil__client .client__droit {
  width: 100%;
  height: auto;
}
.accueil__client .client__texte {
  padding: 0 1.75rem;
  width: 100%;
}
.accueil__client .client__nom {
  font-size: 1.375rem;
  margin: 2rem 0 4rem 0;
}
.accueil__client .client__avis {
  position: relative;
  font-size: 1.125rem;
  margin-top: 8rem;
}
.accueil__client .client__avis::before {
  content: ",,";
  transform: scaleX(-1);
}
.accueil__client .client__avis::after {
  content: ",,";
}
.accueil__client .client__avis::before, .accueil__client .client__avis::after {
  position: absolute;
  font-size: 8rem;
}
.accueil__client .client__avis::before {
  top: -12rem;
  left: -2rem;
}
.accueil__client .client__avis::after {
  bottom: -5rem;
  right: -2rem;
}
.accueil__client .client__droit {
  display: none;
}
@media (min-width: 768px) {
  .accueil__client {
    flex-direction: row;
    gap: 2rem;
  }
  .accueil__client .client__gauche {
    flex: 0 0 38.2%;
    align-self: flex-start;
    max-width: 38.2%;
    height: auto;
  }
  .accueil__client .client__texte {
    flex: 1;
    max-width: 38.2%;
  }
  .accueil__client .client__droit {
    display: block;
    flex: 0 0 23.6%;
    align-self: flex-end;
    max-height: 33%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 768px) {
  .accueil__histoire img {
    order: 2;
  }
}

footer {
  background-image: url("images/tactics-1.png");
  /* Flèche horizontale */
}
footer .line-with-arrow::before,
footer .line-with-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
footer .line-with-arrow::before {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 10px 5px 0;
  border-color: transparent #bf9e78 transparent transparent;
}
footer .line-with-arrow::after {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #bf9e78;
}

.fleche {
  transition: transform 0.1s ease-in-out;
}

@keyframes rebond-1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1.4rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1.4rem);
  }
}
@keyframes rebond-2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rebond-3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
  }
}
.rebond-1 {
  animation: rebond-1 20s ease infinite alternate;
}

.rebond-2 {
  animation: rebond-2 20s ease infinite alternate;
}

.rebond-3 {
  animation: rebond-3 20s ease infinite alternate;
}

.tactique .line, .tactique .lineHead, .tactique .cross1a, .tactique .cross1b, .tactique .cross2a, .tactique .cross2b, .tactique .cross3a, .tactique .cross3b {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: stroke-dashoffset 2s ease;
}/*# sourceMappingURL=style.css.map */