*,
*::before,
*::after {
  box-sizing: inherit;
}
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;
  letter-spacing: 0.02em;
}
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;
}
html {
  margin: unset !important;
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}
p:empty {
  display: none;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --grey: #636363;
  --blue: #435573;
  --light-blue: #78c6ff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.5rem;
  font-family: Nohemi;
  font-weight: normal;
}


/****** Style newsletter ******/

  .mc4wp-alert p{
    font-size:12px;
    padding-top: 10px;
  }

  
/****************/

.contact {
  background-color: var(--blue);
  position: fixed;
  font-weight: 800;
  left: 5%;
  display: flex;
  text-decoration: none;
  color: white;
  font-size: 16px;
  z-index: 99;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact p {
  margin: auto;
}

.contact:hover {
  cursor: pointer;
}

.logo {
  height: 200px;
}

#landing-page {
  width: 100vw;
  height: 100vh;
  /* background-image: url(../images/backgrounds/bg-lp.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-page-container {
  display: flex;
  flex-direction: column;
  height: 95%;
  width: 100%;
  justify-content: space-between;
  font-weight: 800;
}

.mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding-top: 300px;
}

.bot {
  padding: 25px 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.infos {
  text-align: right;
}

.instagram {
  height: 70px;
}

.bot p {
  margin: 0px;
  font-weight: 300;
}
.parallax-section {
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

#landing-page .parallax-bg {
  background-image: url("../images/backgrounds/bg-lp.png");
}

#detail .parallax-bg {
  background-image: url("../images/backgrounds/bg-detail.png");
}


#detail {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-container {
  height: 95%;
  width: 70%;
  display: flex;
  flex-direction: column;
  padding: 0px 5vw;
  justify-content: space-between;
}

.detail-container h2 {
  font-size: 4rem;
  margin-top: 125px;
}

#photos {
  background-color: black;
  padding-top: 50px;
}

.grid {
  margin: auto;
  width: 90%;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
}

.grid-item {
  padding: 5px;
}

.nav-container {
  display: flex;
}

.nav {
  align-items: center;
  margin: auto;
}

.fleche {
  height: 40px;
}

.footer {
  background-color: var(--blue);
  padding: 5px;
  text-align: center;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-footer {
  display: flex;
}

.footer-links li {
  margin: 15px;
}

.footer-links a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  body {
    font-size: 1rem;
  }
  .detail-container h2 {
    font-size: 3rem;
    margin-top: 50px;
}

  .contact {
    width: 200px;
    height: 50px;
    left: inherit;
    right: 0px;
    top: 20px;
    z-index: 2;
    border-radius: 10px 0px 0px 10px;
  }

  .mid {
    margin-top: 200px;
  }

  .logo {
    height: 200px;
  }

  .bot {
    flex-direction: column;
    padding: 10px;
    gap: 15px;
  }

  .bot p {
    margin: 10px;
  }

  .infos {
    text-align: center;
    width: 100%;
  }

  .instagram {
    height: 40px;
  }

  .detail-container {
    height: 100%;
    width: 90%;
    padding: 0px;
    margin: auto;
  }

  .detail-container h2 {
    margin-bottom: 20px;
  }

  /* .detail-container p {
    margin-bottom: 35%;
  } */

  .nav-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .detail-container {
    width: 100%;
  }
  .mid {
    margin-top: 0px;
    padding-top: 150px;
  }
}

@media (max-width: 480px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
    padding: 10px;
  }
}
