@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-repeat: no-repeat;
  background-size: 100% 100dvh;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  background-color: #202020;
  overflow-x: hidden;
}

h2 {
  font-size: clamp(2rem, 1.9028rem + 0.4444vw, 2.25rem);
  font-weight: 500;
}

h3 {
  font-size: clamp(1.5rem, 1.4271rem + 0.3333vw, 1.6875rem);
  font-weight: 500;
  grid-column: 2/-1;
}

p {
  font-size: clamp(1.125rem, 0.127vw + 1.097rem, 1.25rem);
  margin-bottom: clamp(1.4375rem, 0.9757rem + 2.1111vw, 2.625rem);
  margin-top: 0;
  line-height: 140%;
  grid-column: 1/-1;
  font-weight: 500;
}

section {
  color: #fafafa;
  font-weight: 500;
}

a {
  color: #fafafa;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

button {
  width: clamp(2.8125rem, 1.9618rem + 3.8889vw, 5rem);
  height: clamp(2.8125rem, 1.9618rem + 3.8889vw, 5rem);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #fafafa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  display: flex;
  align-items: center;
  background-color: #202020;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.6);
  z-index: 20;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: transform, opacity;
}

.menu--hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.menu__btn {
  border: none;
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  box-shadow: none;
  background-color: #202020;
}

.menu__btn:hover {
  background-color: #202020;
}

.menu__btn::before {
  content: "☰";
  font-size: 25px;
  color: #fafafa;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menu--open .menu__btn::before {
  content: "✕";
  color: #fafafa;
  transform: rotate(90deg);
}

.menu__liste {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  background-color: #202020;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  transform: translateX(100%);
  transition: transform 0.35s ease-out;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  will-change: transform;
}

.menu--open .menu__liste {
  transform: translateX(0);
}

.menu__liste a.active,
.nav-vertical a.active {
  text-decoration: underline;
}

.menu--li {
  color: #fafafa;
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 1;
  transform: none;
}

.menu--li a {
  color: #fafafa;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.menu--li a:hover {
  text-decoration: underline;
}

.no-scroll {
  overflow: hidden;
}

section {
  color: #fafafa;
  margin-bottom: 63px;
  margin-top: 63px;
}

img {
  filter: grayscale(100%);
  border-radius: 25px;
}

.shortline__right, .longline__left, .line__full, .line__center {
  height: 10px;
  background: #620000;
  border-radius: 8px;
}

.line__center {
  width: clamp(160px, 40vw, 520px);
  margin-inline: auto;
  transform: scaleX(0.0001);
  transform-origin: center center;
  will-change: transform, opacity;
  opacity: 0;
}

.shortline__right,
.longline__left {
  transform: scaleX(0);
  will-change: transform;
}

.longline__left {
  transform-origin: left center;
}

.shortline__right {
  transform-origin: right center;
}

.line__full {
  transform: none;
  will-change: auto;
  border-radius: 0;
}

.longline__left {
  transform-origin: left center;
}

.shortline__right {
  transform-origin: right center;
}

.longline__left {
  border-radius: 0px 999px 999px 0;
  margin-right: 120px;
}

.shortline__right {
  border-radius: 999px 0 0 999px;
  margin-left: 250px;
}

.p--nav {
  margin-left: 16px;
  padding: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #fafafa;
}

.p--nav:hover {
  text-decoration: underline;
}

.degrade {
  height: clamp(15.3125rem, 7.7778rem + 34.4444vw, 34.6875rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #202020;
  background: linear-gradient(to bottom, #620000 0%, #202020 100%);
  z-index: -10;
}

.title--big {
  position: relative;
  display: inline-block;
  grid-column: 1/4;
  margin-top: 80px;
  font-size: clamp(2.5rem, 1.4306rem + 4.8889vw, 5.25rem);
  font-weight: 500;
  color: #fafafa;
  z-index: 1;
}

.img--head {
  grid-column: 4/-1;
  margin-top: 100px;
  margin-top: 100px;
  filter: grayscale(0%);
  width: 100%;
}

.title--big::after {
  content: "";
  position: absolute;
  left: 0;
  /* démarre au début du titre */
  top: calc(100% + 12px);
  /* sous le titre (plus fiable que bottom) */
  height: 6px;
  width: clamp(160px, 40vw, 520px);
  background: linear-gradient(90deg, #620000, #202020);
  border-radius: 999px;
}

.title--col1, .title--col1, .p--col1colf, .title--drone {
  grid-column: 1/-1;
}

.p--col2col2 {
  grid-column: 2/-2;
}

.title--drone {
  color: #FD0800;
}

.img--avion, .img--helico, .img--planeur {
  grid-column: 1/-1;
  width: 100%;
}

.title--col2, .p--col2__tel {
  grid-column: 2/-1;
}

.p--col1__tel {
  grid-column: 1/-2;
}

.div--btnAcceuil {
  display: flex;
  flex-direction: column;
  grid-column: 1/-2;
  gap: 16px;
}

.btnAcceuil {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #fafafa;
  border-radius: 25px;
  background-color: #620000;
  color: #fafafa;
  font-size: clamp(1.125rem, 0.127vw + 1.097rem, 1.25rem);
  text-decoration: none;
  line-height: 1;
}

.btnAcceuil:hover {
  color: #620000;
  border-color: #620000;
  background-color: #fafafa;
}

.img--terrain1 {
  grid-column: 1/-2;
  width: 100%;
}

.img--terrain2 {
  grid-column: 2/-1;
  width: 100%;
}

.link__aam {
  text-decoration: underline;
  font-weight: 500;
}

.interdit {
  color: #FD0800;
}

#contact p {
  margin: 0 0 12px;
  line-height: 1.5;
}

.foot--contact,
.foot--location {
  grid-column: 1/-1;
}

.p--copy {
  grid-column: 1/-1;
  text-align: center;
  color: #dcdcdc;
  margin: 24px 0 0;
  font-size: clamp(0.8rem, 0.2vw + 0.75rem, 0.95rem);
}

.img--presi, .img--treso, .img--secr {
  grid-column: 2/-2;
  width: 100%;
  border-radius: 100px;
}

.gridfoot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 32px 16px 24px;
  background: #202020;
  color: #fafafa;
}

.gridcol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }

  .menu__btn {
    height: 50px;
    width: 50px;
  }

  .img--head {
    position: absolute;
    width: 40%;
    margin-left: 400px;
  }

  .foot--contact {
    grid-column: 1/3;
  }

  .foot--location {
    grid-column: 3/6;
  }
}
@media (min-width: 1250px) {
  * {
    cursor: none !important;
  }

  .custom-cursor {
    display: block;
    position: fixed;
    width: 16px;
    height: 16px;
    border: 2px solid #620000;
    background-color: #620000;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease;
    box-shadow: 0 0 12px 4px rgba(167, 14, 3, 0.5);
    z-index: 9999;
  }

  .custom-cursor.cursor-hover {
    transform: translate(-50%, -50%) scale(2);
  }

  .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #202020;
    position: fixed;
  }

  p {
    line-height: 140%;
  }

  .p--nav {
    margin-left: 80px;
  }

  .menu__btn {
    display: none;
  }

  .menu__liste {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    transform: translateX(0);
    background-color: transparent;
    height: 62px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 100px;
    position: relative;
    margin-right: 80px;
  }

  .menu a, .p--nav {
    color: #fafafa;
  }

  main {
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1650px;
  }

  .title--big {
    grid-column: 1/-1;
    margin-top: 150px;
  }

  .img--head {
    margin-left: 850px;
    margin-top: 150px;
    width: 20%;
  }

  .section--club {
    margin-top: clamp(7.8125rem, -18.9732rem + 34.2857vw, 15.3125rem);
  }

  .p--col1col4 {
    grid-column: 1/5;
  }

  .longline__left {
    width: 560px;
  }

  .shortline__right {
    width: 320px;
    justify-self: end;
  }

  .title--col2 {
    grid-column: 4/-1;
  }

  .p--col4colf {
    grid-column: 4/-1;
  }

  .img--terrain1 {
    grid-column: 5/-1;
    grid-row: 2/6;
  }

  .img--terrain2 {
    grid-column: 1/4;
    grid-row: 2/6;
  }

  .title--bonus {
    grid-column: 2/-1;
  }

  .p--col2col5 {
    grid-column: 2/6;
  }

  .div--btnAcceuil {
    grid-column: 2/5;
  }

  .foot--location {
    grid-column: 3/-1;
  }

  .gridcol.section--com {
    display: block !important;
    grid-template-columns: unset !important;
    grid-auto-flow: unset !important;
    place-items: unset !important;
  }

  .section--com {
    --avatar: 200px;
    position: relative;
    max-width: 900px;
    margin: 126px auto 126px;
    text-align: left;
  }

  .title--col2 {
    margin-bottom: 80px;
  }

  .title--col2__pc {
    grid-column: 2/-1;
  }

  .section--com h3 {
    margin-bottom: 10px;
  }

  .p--col2col2 {
    margin-bottom: 5px;
  }

  .img--presi, .img--secr, .img--treso {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: var(--avatar);
    height: var(--avatar);
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .p--col1col3__pc {
    grid-column: 1/4;
  }

  .p--col1col4__pc {
    grid-column: 2/5;
  }

  .img--avion, .img--planeur {
    grid-column: 4/-2;
    width: 100%;
  }

  .img--helico {
    grid-column: 5/-1;
    width: 100%;
  }

  .title--drone {
    grid-column: 1/-1;
    text-align: center;
  }

  .gridfoot {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .gridcol {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1440px) {
  p {
    line-height: 170%;
  }

  .title--col2__gpc {
    grid-column: 2/-1;
  }

  .p--col1col4 {
    grid-column: 2/5;
  }

  .p--col4colf {
    grid-column: 4/-2;
  }

  .p--col2col5 {
    grid-column: 2/5;
  }
}

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