/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Forum&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss (2) ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Oswald);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss (3) ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss (4) ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&family=Play&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss (5) ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* HEADER CONTENT */
.came {
  fill: rgba(105, 105, 105, 0.631372549);
}

.circle-yellow {
  fill: rgba(255, 214, 106, 0.72);
}

header {
  height: 100vh;
}

svg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  width: 100%;
}

p {
  color: var(--color-text);
  font-size: 0.875em;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.5;
  margin: 1em 0;
}

/* CONTAINERS STYLES */
.container {
  padding: 1em;
}

.flex-container {
  display: flex;
}

/* HEADER NAV */
.logo-link {
  color: var(--color-text);
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.header-content {
  height: -moz-max-content;
  height: max-content;
  color: var(--color-text);
  mix-blend-mode: multiply;
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
}

.content-black {
  position: relative;
  overflow: hidden;
  background-color: var(--color-text);
}

.video-header {
  width: 100%;
  z-index: -1;
  position: absolute;
  background-size: cover;
  height: 100%;
}

.header-nav {
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 99;
}

.header-menu {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.75em 0;
}

.header-menu-link {
  font-size: 1em;
  font-weight: 900;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(to right, rgb(220, 133, 20), #7c1c99, #01bfd8);
  background-size: 200% 200%;
  animation: pretty 10s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.2s ease-in-out;
}

.header-menu-link:hover {
  color: rgba(240, 231, 231, 0);
}

@keyframes pretty {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.ghost-button {
  border: none;
  font-size: 1em;
  font-weight: 900;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(to right, rgb(220, 133, 20), #7c1c99, #01bfd8);
  background-size: 200% 200%;
  animation: pretty 10s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.2s ease-in-out;
}

.ghost-button:hover {
  color: rgba(240, 231, 231, 0);
}

.header-button {
  padding-top: 15%;
  padding-bottom: 5%;
  padding-left: 25%;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 600;
  height: 2em;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(to right, rgb(220, 133, 20), #7c1c99, #01bfd8);
  background-size: 200% 200%;
  animation: pretty 10s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.2s ease-in-out;
}

.header-button:hover {
  color: rgba(240, 231, 231, 0);
  mix-blend-mode: exclusion;
  transition: 0.2s;
}

.header-img {
  height: 16em;
  margin: 2em auto;
  overflow: visible;
  width: 15em;
  top: -35px;
  position: relative;
}

.header-img div {
  height: 16em;
  margin: 2em auto;
  overflow: visible;
  width: 15em;
}

.header-description {
  margin: auto;
  max-width: 18em;
  position: relative;
}
@media screen and (min-width: 15.5em) {
  .header-description {
    top: -100px;
  }
}
@media screen and (min-width: 40.5em) {
  .header-description {
    top: -100px;
  }
}
@media screen and (min-width: 45em) {
  .header-description {
    top: -100px;
  }
}

.header-description p {
  padding-right: 5%;
  padding-top: 5%;
}

.header-title,
.header-title span {
  mix-blend-mode: exclusion;
  font-size: 2em;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin-left: auto;
  font-family: "Oswald";
  /* font-family: "Forum", cursive; */
  color: #dfdfde;
  text-transform: uppercase;
  position: relative;
  width: 300px;
  top: 2px;
  text-align: center;
  left: -11px;
}

.type-button-header:after {
  content: " ▬";
  margin-left: 0.5em;
  vertical-align: 0.0715em;
  color: rgb(255, 255, 255);
}

#svg-container {
  width: 200%;
  height: 200%;
}

.foreground-video {
  position: relative;
  top: 20%;
  width: 605px;
  height: 650px;
  left: -30%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: url(#circle-clip);
  clip-path: url(#circle-clip);
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  /* GLOBAL STYLES */
  header {
    overflow: hidden;
  }
  img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
  .header-description {
    margin: auto;
    max-width: 18em;
    position: relative;
    top: 0px;
  }
  /* CONTAINERS STYLES */
  .container {
    padding: 2em;
  }
  /* HEADER NAV */
  .header-nav {
    flex-direction: row;
    justify-content: space-between;
  }
  .header-menu-link {
    padding: 0 1.5em;
  }
  .ghost-button {
    font-size: 0.75em;
  }
  /* HEADER CONTENT */
  .header-img {
    height: 500px;
    margin: 0;
    position: relative;
    left: 33vw;
    top: 500px;
    z-index: -1;
    scale: 2.7;
  }
  .header-description {
    margin: -23em 8em 0em;
    max-width: 51vw;
  }
  .header-title {
    font-size: calc(1vw + 2.5em);
  }
  .header-title,
  .header-title span {
    mix-blend-mode: exclusion;
    font-size: 2.7em;
    letter-spacing: 0.07em;
    font-weight: bold;
    line-height: 1.25;
    /* margin-left: 3.3em; */
    font-family: "Oswald";
    color: #dfdfde;
    text-transform: uppercase;
    width: -moz-min-content;
    width: min-content;
    top: -24px;
    text-align: right;
    left: -14%;
  }
  /* Style pour la vidéo en premier plan */
  .foreground-video {
    position: absolute;
    top: 17%;
    left: -5%;
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: url(#circle-clip);
            clip-path: url(#circle-clip); /* Appliquer le clip-path pour masquer la vidéo */
    z-index: -1;
  }
}
@media only screen and (orientation: portrait) and (min-height: 1024px) {
  .header-content {
    margin-top: 15vh;
  }
}
.text-speech {
  padding: 3%;
}

.text-speech,
.text-speech-color {
  font-size: 3.5vw;
  line-height: 1.3;
  letter-spacing: -0.005em;
  line-height: 1.25;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 100;
  transition: 0.5s;
}
@media screen and (max-width: 35.5em) {
  .text-speech,
  .text-speech-color {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 40.5em) {
  .text-speech,
  .text-speech-color {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 45em) {
  .text-speech,
  .text-speech-color {
    font-size: 3.5vw;
  }
}

.text-speech-color {
  background: radial-gradient(circle, #f9a72b 6%, #ffd66a 100%, #fb6c1f 514%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/*ABOUT SECTION */
.about-button {
  padding-left: 3%;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 600;
  height: 2em;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: black;
  background: linear-gradient(to right, rgb(220, 133, 20), #7c1c99, #01bfd8);
  background-size: 200% 200%;
  animation: pretty 10s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.5s ease-in-out;
}

.about-button:hover {
  color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}

.type-button-about:after {
  content: " ▬";
  margin-left: 0.5em;
  vertical-align: 0.0715em;
  color: rgb(0, 0, 0);
}

.button-project {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  padding-left: 3%;
  border: none;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 600;
  height: 2em;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  padding-bottom: 9%;
  padding-left: 3%;
}

/* PROJETS SECTION 2*/
.case-study-gallery {
  width: 100%;
  display: flex; /* Utilisez flexbox pour centrer les éléments */
  flex-wrap: wrap; /* Assurez-vous que les éléments passent à la ligne lorsque l'écran est étroit */
  justify-content: space-between; /* Centrez horizontalement les éléments */
  background-color: #111010;
  overflow: hidden;
  position: relative;
  height: -moz-min-content;
  height: min-content;
  padding-bottom: 15%;
}

.link-study {
  padding-left: 10%;
  background-color: #111010;
}

.link-study li {
  padding-bottom: 3%;
  background-color: #111010;
}

.link-study a {
  font-size: 7vh;
  font-family: "Oswald";
  text-transform: uppercase;
  color: white;
  background: linear-gradient(to right, rgb(220, 133, 20), #7c1c99, #01bfd8);
  background-size: 200% 200%;
  animation: pretty 10s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  transition: color 0.5s ease-in-out;
  padding-left: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 35.5em) {
  .link-study a {
    font-size: 5vh;
  }
}

.link-study a.actif {
  color: rgba(240, 231, 231, 0);
  padding-left: 10%;
}

@keyframes pretty-projets {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.portraits {
  background-image: url("https://images.unsplash.com/photo-1500041336960-e8ee2ef5fb94?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  visibility: hidden;
}

.ambiances {
  background-image: url("https://images.unsplash.com/photo-1634620910448-e57579a30e9b?auto=format&fit=crop&q=80&w=1974&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  visibility: hidden;
}

.insolites {
  background-image: url("https://images.unsplash.com/photo-1621631177562-3351be5e26b1?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  visibility: hidden;
}

.vidéos {
  visibility: visible;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  display: block; /* Assurez-vous que la vidéo ne laisse pas d'espace réservé en dessous */
}

.animations {
  visibility: hidden;
}

.créations-sonores {
  visibility: hidden;
}

.case-study {
  display: none;
  position: absolute;
  right: 0;
  background-position: center;
}
@media screen and (max-width: 35.5em) {
  .case-study {
    display: none;
  }
}
@media screen and (min-width: 40.5em) {
  .case-study {
    display: none;
  }
}
@media screen and (min-width: 45em) {
  .case-study {
    display: block;
  }
}

.case-study,
.link-study {
  background-size: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 35.5em) {
  .case-study,
  .link-study {
    /* Pour les écrans mobiles (jusqu'à 17.5em de largeur) */
    width: 100%; /* Occuper toute la largeur disponible */
    height: 100%; /* Ajuster automatiquement la hauteur au contenu */
  }
}
@media screen and (min-width: 40.5em) {
  .case-study,
  .link-study {
    height: 100%; /* Hauteur pour les écrans plus larges */
  }
}
@media screen and (min-width: 45em) {
  .case-study,
  .link-study {
    display: block;
    width: calc(48% - 14px); /* Largeur pour les écrans plus larges */
    height: 100%;
  }
}

@media screen and (max-width: 35.5em) {
  .link-study {
    padding-top: 50px;
    margin: auto;
  }
}
@media screen and (min-width: 40.5em) {
  .link-study {
    padding-top: 100px;
  }
}
@media screen and (min-width: 45em) {
  .link-study {
    padding-top: 100px;
  }
}

/* SECTION CONTACT */
.content-contact {
  padding: 5%;
}

.contact-title {
  font-size: 3.5vw;
  line-height: 1.3;
  letter-spacing: -0.005em;
  line-height: 1.25;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 100;
  transition: 0.5s;
  color: white;
}
@media screen and (max-width: 35.5em) {
  .contact-title {
    text-align: center;
  }
}
@media screen and (min-width: 40.5em) {
  .contact-title {
    display: block;
  }
}
@media screen and (min-width: 45em) {
  .contact-title {
    text-align: left;
  }
}

@media screen and (max-width: 35.5em) {
  .form-contact {
    max-width: 420px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 40.5em) {
  .form-contact {
    float: right;
    max-width: 47%;
    margin: 0px auto;
    padding-right: 10%;
  }
}
@media screen and (min-width: 45em) {
  .form-contact {
    float: right;
    max-width: 47%;
    margin: 0px auto;
    padding-right: 10%;
  }
}

.feedback-input {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

[type=submit] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 150px;
  background: #d99151;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}

[type=submit]:hover {
  background: #c2732f;
}

.footer {
  background: #000;
  padding: 30px 0px;
  font-family: "Play", sans-serif;
  text-align: center;
}

.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 0.8em;
}

.footer .row a {
  text-decoration: none;
  color: gray;
  transition: 0.5s;
}

.footer .row a:hover {
  color: #fff;
}

.footer .row ul {
  width: 100%;
}

.footer .row ul li {
  display: inline-block;
  margin: 0px 30px;
}

.footer .row a i {
  font-size: 2em;
  margin: 0% 1%;
}

@media (max-width: 720px) {
  .footer {
    text-align: left;
    padding: 5%;
  }
  .footer .row ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }
  .footer .row a i {
    margin: 0% 3%;
  }
}
:root {
  --color-text: hsl(0, 0%, 100%);
  --color-hover: hsl(46, 100%, 70%);
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* GLOBAL STYLES */
a {
  text-decoration: none;
  transition: 0.25s;
}

.page-section:nth-child(1) {
  mix-blend-mode: exclusion;
  z-index: 1;
  background-color: white;
  padding-bottom: 5%;
  z-index: 11;
  position: relative;
}

.page-section:nth-child(2) {
  mix-blend-mode: exclusion;
  z-index: 1;
}

.page-section:nth-child(3) {
  mix-blend-mode: exclusion;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  height: -moz-min-content;
  height: min-content;
}

.page-section:nth-child(4) {
  mix-blend-mode: exclusion;
  z-index: 1;
  overflow: hidden;
  background-color: #000000;
  height: 55vh;
}

.page-section:nth-child(5) {
  mix-blend-mode: exclusion;
  z-index: 1;
}

.page-section:nth-child(6) {
  mix-blend-mode: exclusion;
  z-index: 1;
}

.page-section:nth-child(7) {
  mix-blend-mode: exclusion;
  z-index: 1;
}

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