@import url(https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap);/*variables font */
/*variables size*/
/* playfair-display-regular - latin */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-regular.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-regular.woff") format("woff"), url("../fonts/playfair-display-v29-latin-regular.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-regular.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* playfair-display-500 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/playfair-display-v29-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-500.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-500.woff") format("woff"), url("../fonts/playfair-display-v29-latin-500.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-500.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* playfair-display-600 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/playfair-display-v29-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-600.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-600.woff") format("woff"), url("../fonts/playfair-display-v29-latin-600.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-600.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-700.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-700.woff") format("woff"), url("../fonts/playfair-display-v29-latin-700.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-700.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* playfair-display-800 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/playfair-display-v29-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-800.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-800.woff") format("woff"), url("../fonts/playfair-display-v29-latin-800.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-800.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* playfair-display-900 - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/playfair-display-v29-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v29-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v29-latin-900.woff2") format("woff2"), url("../fonts/playfair-display-v29-latin-900.woff") format("woff"), url("../fonts/playfair-display-v29-latin-900.ttf") format("truetype"), url("../fonts/playfair-display-v29-latin-900.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}
/* inter-100 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v11-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-100.woff2") format("woff2"), url("../fonts/inter-v11-latin-100.woff") format("woff"), url("../fonts/inter-v11-latin-100.ttf") format("truetype"), url("../fonts/inter-v11-latin-100.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-200 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v11-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-200.woff2") format("woff2"), url("../fonts/inter-v11-latin-200.woff") format("woff"), url("../fonts/inter-v11-latin-200.ttf") format("truetype"), url("../fonts/inter-v11-latin-200.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-300.woff2") format("woff2"), url("../fonts/inter-v11-latin-300.woff") format("woff"), url("../fonts/inter-v11-latin-300.ttf") format("truetype"), url("../fonts/inter-v11-latin-300.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-regular.woff2") format("woff2"), url("../fonts/inter-v11-latin-regular.woff") format("woff"), url("../fonts/inter-v11-latin-regular.ttf") format("truetype"), url("../fonts/inter-v11-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v11-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-500.woff2") format("woff2"), url("../fonts/inter-v11-latin-500.woff") format("woff"), url("../fonts/inter-v11-latin-500.ttf") format("truetype"), url("../fonts/inter-v11-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-600.woff2") format("woff2"), url("../fonts/inter-v11-latin-600.woff") format("woff"), url("../fonts/inter-v11-latin-600.ttf") format("truetype"), url("../fonts/inter-v11-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-700.woff2") format("woff2"), url("../fonts/inter-v11-latin-700.woff") format("woff"), url("../fonts/inter-v11-latin-700.ttf") format("truetype"), url("../fonts/inter-v11-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v11-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-800.woff2") format("woff2"), url("../fonts/inter-v11-latin-800.woff") format("woff"), url("../fonts/inter-v11-latin-800.ttf") format("truetype"), url("../fonts/inter-v11-latin-800.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v11-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v11-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v11-latin-900.woff2") format("woff2"), url("../fonts/inter-v11-latin-900.woff") format("woff"), url("../fonts/inter-v11-latin-900.ttf") format("truetype"), url("../fonts/inter-v11-latin-900.svg#Inter") format("svg");
  /* Legacy iOS */
}
html {
  box-sizing: border-box;
  font-size: 1em;
  margin: 0;
  height: 100%;
}

body {
  background: #F1F1F1;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
  padding-inline-start: 0px;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

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

.text--hidden {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}

.main {
  width: 100%;
  margin: 0 auto;
}
.main p {
  width: 95%;
}

.bold {
  font-weight: 800;
}

.logo {
  height: 60px;
  width: 60px;
  position: fixed;
  top: 0;
}

.title {
  font-family: "Playfair Display", serif;
}
.title--first {
  font-size: 75px;
  letter-spacing: 2px;
  line-height: 90%;
  text-align: right;
  margin: 0px 8px;
}
.title--second {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 400;
  text-align: right;
  margin: 10px 8px 0px 0px;
}
.title--third {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  margin: 15px 16px;
}
.title--fourth {
  font-family: "Playfair Display", serif;
  font-size: 26px;
}
.title--position {
  width: fit-content;
  position: relative;
  height: 75px;
  margin: 0;
  display: none;
}

.section__first {
  margin-top: 5%;
}

.section__fifth p {
  width: 90%;
  margin: 8px 0px 8px 16px;
}
.section__fifth .title--third:nth-of-type(2) {
  margin-top: 30px;
}

.section__sixth img {
  display: none;
}
.section__sixth p {
  width: 90%;
  margin: 16px;
  margin-left: 16px;
}
.section__sixth p a {
  color: #1b1c1b;
  font-family: "Inter", sans-serif;
}
.section__sixth p a:hover {
  font-weight: 400;
}
.section__sixth p a:visited {
  text-decoration: underline;
}

.nav {
  display: none;
  font-family: "Playfair Display", serif;
}
.nav__list {
  margin: auto;
  padding-inline-start: 0;
  list-style: none;
}
.nav__list--el {
  text-align: center;
}
.nav__list--el button:hover {
  cursor: pointer;
  animation: animationScale 0.5s ease-in-out;
}
.nav__list--button {
  background-color: transparent;
  border: none;
}
.nav__link {
  display: inline-block;
  padding: 1em;
  font-size: 1.35em;
  text-decoration: none;
  text-align: center;
  color: #1b1c1b;
  text-transform: uppercase;
}
.nav__link:focus-visible {
  outline: none;
}
.nav__link:focus {
  color: #1b1c1b;
  text-decoration: underline;
}
.nav__button {
  position: absolute;
  z-index: 25;
  background: transparent;
  border: none;
  top: 8px;
  right: 8px;
  cursor: pointer;
  outline: none;
}
.nav__button:hover {
  cursor: pointer;
}
.nav__button--icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.38em;
  height: 2.38em;
  stroke-width: 5;
  stroke-linecap: square;
  stroke: #1b1c1b;
  transition: stroke 0.4s ease-out, transform 0.4s ease-in-out;
}
.nav__button--icon path {
  backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.nav__button--icon .x {
  opacity: 0;
}

body[data-menu] .nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #F1F1F1;
  z-index: 20;
}

body[data-menu] .nav__button--icon {
  transform: rotate(225deg);
  stroke: #1b1c1b;
}
body[data-menu] .nav__button--icon .h {
  opacity: 0;
}
body[data-menu] .nav__button--icon .x {
  opacity: 1;
}
body[data-menu] .nav__button--icon .t {
  transform: translate(0, 8px);
  transform: translateY(8px);
}
body[data-menu] .nav__button--icon .b {
  transform: translate(0, -8px);
  transform: translateY(-8px);
}

.contact__list {
  text-align: center;
  font-weight: 600;
  margin-top: 25%;
}
.contact__list--el {
  margin: 10px auto;
}
.contact__list--el a {
  color: #1b1c1b;
}
.contact__list--el a:hover {
  font-weight: 400;
}

@keyframes animationScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.projets--el:hover {
  animation: animationScale 0.5s ease-in-out;
}
.projets--el .title--third:nth-of-type(1) {
  font-weight: 800;
}

.projets__list {
  padding-inline-start: 0px;
  margin: 50% auto 0px auto;
  width: 100%;
}
.projets__list--el {
  text-align: center;
  display: none;
  overflow: hidden;
}
.projets__list--el p {
  margin: 0;
}
.projets__list--el h3 span {
  font-size: 40px;
}
.projets__list--el p, .projets__list--el a {
  font-size: 12px;
  color: #1b1c1b;
}
.projets__list--el h3 {
  text-align: center;
}
.projets__list--el h4 {
  margin-top: 15px;
}

.photo__list--el {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  display: none;
}
.photo__list--el img {
  height: auto;
  position: absolute;
  bottom: 30%;
  width: 100%;
}

.crea__list--el {
  display: none;
}
.crea__list--el img {
  height: auto;
  max-height: 50%;
  width: 100%;
  position: absolute;
  bottom: 30%;
}
.crea__list--el:nth-of-type(13), .crea__list--el:nth-of-type(14), .crea__list--el:nth-of-type(15) {
  padding-inline-start: 0px;
  margin: 50% auto 0px auto;
  width: 100%;
}
.crea__list--el:nth-of-type(13) div h3, .crea__list--el:nth-of-type(14) div h3, .crea__list--el:nth-of-type(15) div h3 {
  text-align: center;
  color: #1b1c1b;
  font-size: 40px;
}

.slider__el--show, .sliderPhoto__el--show, .sliderCrea__el--show {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.slider__list {
  display: flex;
}
.slider__list--el {
  background-color: #F1F1F1;
  position: fixed;
  bottom: 13%;
  max-width: 100vw;
}
.slider__list--el:nth-of-type(2) {
  right: 0;
}
.slider__list--el img {
  margin: 15px;
  height: auto;
  width: 35px;
  text-align: center;
}

.sliderPhoto__list, .sliderCrea__list {
  display: flex;
}

.sliderPhoto__list--img, .sliderCrea__list--img {
  width: 50px;
}

.container__music {
  background-color: transparent;
  border-radius: 15px;
  display: flex;
  position: relative;
  margin: 0 0;
  z-index: 10;
  flex-direction: column;
  padding-top: 20vh;
}
.container__img {
  display: flex;
  justify-content: center;
}
.container__img img {
  width: inherit;
  height: 170px;
  width: 170px;
  border-radius: 5px;
  object-fit: cover;
  margin-left: -16px;
}

.image--accueil {
  width: 130%;
  background-image: url("../assets/images/accueil-BW.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -27%;
  overflow-x: hidden;
  position: fixed;
  bottom: 0px;
  height: 45%;
}
.image--contact {
  width: 100%;
  background-image: url("../assets/images/profil-BW.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  position: fixed;
  background-position: center;
  transform: scaleX(-1);
  bottom: 0px;
  height: 50%;
}

p {
  line-height: 1.3;
}

.text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.button {
  text-align: center;
  position: relative;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.credits {
  position: fixed;
  right: 8px;
  margin: 0;
  bottom: 5px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.section__fifth, .section__sixth {
  margin-bottom: 40px;
}

@media screen and (min-width: 360px) {
  .title--second {
    margin: 15px 8px 0px 0px;
  }

  .section__first {
    margin-top: 33%;
  }
}
@media screen and (min-width: 375px) {
  .section__first {
    margin-top: 18%;
  }

  .footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
  }
}
@media screen and (min-width: 410px) {
  .section__first {
    margin-top: 25%;
  }
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 80px;
  }

  body {
    font-size: 18px;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 765px) {
  .title--first {
    font-size: 92px;
  }
  .title--second {
    font-size: 85px;
  }
  .title--third {
    font-size: 55px;
    margin: 30px 0px 15px 16px;
  }
  .title--fourth {
    font-family: "Playfair Display", serif;
    font-size: 38px;
  }

  body {
    font-size: 18px;
    width: auto;
    height: auto;
  }

  .section__fourth, .section__fifth {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .section__fifth {
    margin-top: 15%;
    width: 75%;
    margin: auto;
  }
  .section__fifth p {
    width: 100%;
    margin-left: 16px;
    margin-right: auto;
  }
  .section__first {
    margin-top: 23%;
  }
  .section__fourth {
    width: 100%;
  }
  .section__sixth {
    width: 75%;
    margin: auto;
    margin-top: 7%;
  }
  .section__sixth p {
    width: 100%;
    margin-left: 16px;
    margin-right: auto;
  }

  .contact__list {
    margin-top: 15%;
  }

  .slider__list {
    display: block;
  }
  .slider__list--el {
    z-index: 100;
  }
  .slider__list--el img:nth-of-type(1) {
    left: 0;
    position: relative;
  }

  .projets__list--el h3 span {
    font-size: 72px;
  }

  .image--accueil {
    height: 55%;
  }
  .image--contact {
    height: 60%;
  }

  .photo__list--el img {
    width: 100%;
    height: auto;
  }

  .crea__list--el div h3 span {
    font-size: 58px;
  }

  .crea__list--el img {
    width: 100%;
    height: auto;
    max-height: inherit;
    position: absolute;
    bottom: 13%;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 100px;
  }

  .title--first {
    z-index: 11;
    position: relative;
  }
  .title--position {
    transform: rotate(-90deg);
    width: fit-content;
    position: fixed;
    height: 75px;
    margin: 0;
    bottom: -5px;
    left: 78px;
    display: block;
    transform-origin: left;
    font-size: 100px;
  }

  .credits {
    right: 35px;
  }

  .iframe {
    height: 100vh;
    width: 100%;
  }

  .nav__list--iframe {
    background-color: inherit;
    color: #1b1c1b;
  }
  .nav__list--iframe a {
    color: #1b1c1b;
  }

  .crea__list--el, .photo__list--el {
    height: max-content;
  }
  .crea__list--el img, .photo__list--el img {
    bottom: 0;
    max-height: 80%;
    right: 0;
    width: 50%;
    position: fixed;
    z-index: 50;
  }

  .crea__list--el:nth-of-type(13), .crea__list--el:nth-of-type(14), .crea__list--el:nth-of-type(15) {
    padding-inline-start: 0px;
    margin: inherit;
    bottom: 0;
    max-height: 90%;
    right: 0;
    width: 55%;
    position: fixed;
    z-index: 50;
  }

  .image--accueil {
    width: 60%;
    margin-left: -10%;
    height: 75%;
    position: fixed;
    z-index: 10;
  }

  .image--contact {
    width: 45%;
    height: 70%;
    left: 15%;
  }

  .slider__list {
    display: block;
  }
  .slider__list--el {
    bottom: -2px;
    z-index: 60;
    transform: rotate(-90deg);
    cursor: pointer;
  }
  .slider__list--el img {
    margin: 10px;
    width: 30px;
  }
  .slider__list--el:nth-of-type(1) {
    left: calc(100% - 50%);
  }

  .projets__list {
    margin: auto;
    width: fit-content;
    margin-top: 5%;
  }
  .projets__list--el {
    display: block;
  }

  .contact__list {
    width: fit-content;
    margin-top: 31%;
    margin-left: 70%;
  }
  .contact__list--el {
    margin: 25px auto;
  }

  .projets--el {
    width: auto;
    margin-bottom: 25%;
  }
  .projets--el .title--third:nth-of-type(2) {
    margin-top: 5px;
  }

  body[data-menu] .nav {
    height: 0vh;
  }

  .nav {
    position: absolute;
    display: flex;
    top: 0px;
    width: 100%;
  }
  .nav__button {
    display: none;
  }
  .nav__list {
    display: flex;
    background-color: #efefef;
  }
  .nav__link {
    font-size: 18px;
  }

  .section__first {
    margin-top: 12%;
    margin-right: 20px;
  }

  .section__fifth, .section__sixth {
    margin-top: 0;
  }
  .section__fifth--el, .section__sixth--el {
    width: 65%;
    margin: -2% 0 0 25%;
  }
  .section__fifth--el p, .section__sixth--el p {
    width: 100%;
    margin-left: 0;
  }
  .section__fifth--el .title--third, .section__sixth--el .title--third {
    margin: 30px 0px 15px 0px;
  }

  .section__sixth {
    top: 10%;
  }
}
@media screen and (min-width: 1366px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 100px;
  }

  .title--position {
    font-size: 85px;
    bottom: -15px;
  }

  .crea__list--el, .photo__list--el {
    height: max-content;
  }
  .crea__list--el img, .photo__list--el img {
    bottom: 0;
    max-height: 85%;
    right: 0;
    width: 45%;
    position: fixed;
    z-index: 50;
  }

  .image--accueil {
    width: 65%;
    margin-left: -10%;
    height: 80%;
    position: fixed;
    z-index: 10;
  }
  .image--contact {
    width: 40%;
    height: 80%;
    left: 15%;
  }

  .contact__list {
    margin-top: 20%;
    margin-left: 70%;
  }

  .slider__list--el:nth-of-type(1) {
    left: calc(100% - 45%);
  }

  .section__fifth, .section__sixth {
    width: 75%;
  }
  .section__sixth {
    margin-top: 5%;
    margin-left: 5%;
    margin: 5% auto;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
  }

  .title--first {
    font-size: 112px;
  }
  .title--second, .title--position {
    font-size: 100px;
  }
  .title--position {
    bottom: 0px;
  }

  .crea__list--el, .photo__list--el {
    height: max-content;
  }
  .crea__list--el img, .photo__list--el img {
    bottom: 0;
    max-height: 90%;
    right: 0;
    width: 55%;
    position: fixed;
    z-index: 50;
  }

  .section__first {
    margin-top: 9%;
  }
  .section__fifth {
    margin-top: 3%;
  }
  .section__sixth {
    margin: 15% auto;
  }

  .slider__list--el:nth-of-type(1) {
    left: calc(100% - 55%);
  }

  .image--contact {
    width: 50%;
    height: 80%;
  }

  .contact__list {
    margin-top: 35%;
    margin-left: 80%;
  }
  .contact__list--el {
    margin: 35px auto;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }

  .title--first {
    font-size: 126px;
  }
  .title--second, .title .title--position {
    font-size: 115px;
  }

  .image--accueil {
    margin-left: -2%;
  }

  .nav__link {
    font-size: 20px;
  }

  .section__fifth {
    margin-top: 10%;
  }

  .contact__list {
    margin-top: 35%;
    margin-left: 85%;
  }
}
@media screen and (min-width: 2048px) {
  .contact__list {
    margin-top: 25%;
    margin-left: 75%;
  }

  .section__sixth {
    margin: 8% auto;
  }
}
@media screen and (min-width: 2304px) {
  body {
    font-size: 20px;
  }

  .section__first {
    margin-right: 40px;
  }
  .section__fifth, .section__sixth {
    width: 65%;
  }
  .section__fifth .title--third:nth-of-type(2) {
    margin-top: 60px;
  }

  .contact__list {
    margin-top: 45%;
    margin-left: 90%;
  }

  .slider__list--el img {
    margin: 15px;
    width: 40px;
  }
}
@media screen and (min-width: 2560px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 100px;
  }
}
/*# sourceMappingURL=app.css.map*/