@charset "UTF-8";
/*
Theme Name: Starter Theme ©2023 Tous droits réservés
Theme URI: https://thomasaudibert.fr/
Author: Thomas AUDIBERT - Webdesigner et intégrateur web WordPress freelance
Author URI: https://thomasaudibert.fr/
Description: Réglage par défaut du site
Version: 2023.v1
Text Domain: 
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Importation des réglages du thème
--------------------------------------------------------------*/
/*---------------------------------------
Colors du Thème thatstudio.fr
---------------------------------------*/
.fc-color1 {
  color: #ff9100;
}

.bgcolor-dark {
  background: #000000;
  color: #ffffff;
}
.bgcolor-dark a {
  color: #ffffff;
}

.bgcolor-light {
  background: #ff9100;
  color: #000000;
}
.bgcolor-light a {
  color: #000000;
}

.bgcolor-dark-gradient {
  color: #ffffff;
  background: linear-gradient(45deg, rgba(15, 4, 11, 0.7), rgba(70, 13, 44, 0.7)), #000000;
}

/*---------------------------------------
Fonts du Thème thatstudio.fr
---------------------------------------*/
/*@font-face {
    font-family: "Migra Bold";
    src: url('fonts/migra/eot/Migra-Bold.eot');
    src: url('fonts/migra/eot/Migra-Bold.eot') format('embedded-opentype'),
         url('fonts/migra/woff2/Migra-Bold.woff2') format('woff2'),
         url('fonts/migra/woff/Migra-Bold.woff') format('woff'),
         url('fonts/migra/woff2/Migra-Bold.ttf') format('truetype');
}*/
body {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h1 {
  font-size: 2.65rem;
  line-height: 3.05rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-transform: none;
}

.btn {
  font-family: "Work Sans", sans-serif;
}

#main-menu li.menu-item a {
  font-family: "Work Sans", sans-serif;
}

footer .footer-content,
footer .footer-baseline .baseline-content {
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  h3 {
    font-size: 1.15rem;
    line-height: 1.35rem;
  }
}
.rotate {
  animation: rotation 25s infinite linear;
}

/*--------------------------------------------------------------
2.0 Réglages du thème
--------------------------------------------------------------*/
body {
  height: 100vh;
  font-family: "Work Sans", sans-serif;
  cursor: none;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  cursor: none;
}

#langButton {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  border: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  padding: 12px 12px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  position: fixed;
  min-width: 50px;
  top: 40px;
  right: -10px;
  z-index: 20;
  transition: ease-in-out 0.3s;
  cursor: none;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#langButton:hover {
  right: 0px;
}
#langButton span {
  display: block;
  text-align: center;
}

#muteButton {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  border: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  padding: 15px 8px;
  text-align: left;
  color: #000000;
  background: #ffffff;
  position: fixed;
  min-width: 50px;
  top: 95px;
  right: -10px;
  z-index: 20;
  transition: ease-in-out 0.3s;
}
#muteButton:hover {
  right: 0px;
}

._fullscreen {
  padding-bottom: 100vh;
}

._video-fullscreen {
  width: 100%;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
}
._video-fullscreen ._video-fullscreen_content {
  width: 100%;
  height: 100vh;
}
._video-fullscreen ._video-fullscreen_content #preview-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

._landing-heading::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 100%;
  background: transparent;
  color: #000000;
}

.deco {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../images/icones.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 0;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.creative-studio {
  position: absolute;
  z-index: 1;
  width: 167px;
  height: 167px;
  top: 20px;
  right: 240px;
}

._landing-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 90vh;
  padding: 40px 25px 60px 60px;
  color: #000000;
}
._landing-heading ._landing-heading_head {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
._landing-heading ._landing-heading_head .favicon {
  position: absolute;
  width: 58px;
  height: 58px;
}
._landing-heading ._landing-heading_head #logo-header {
  position: relative;
  max-width: 188px;
}
._landing-heading ._landing-heading_head #logo-header a {
  display: block;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
._landing-heading ._landing-heading_head #logo-header a:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
._landing-heading ._landing-heading_head #logo-header img {
  max-width: 100%;
  height: auto;
}
._landing-heading ._landing-heading_head #logo-header img.logo-text {
  mix-blend-mode: difference;
}
._landing-heading ._landing-heading_head #logo-header img.logo-k {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: normal;
}
._landing-heading::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  /* Cross-browser gradient - dark at top fading to transparent at bottom */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

._landing-heading ._landing-heading_content {
  width: 95%;
  background: transparent;
  color: #ffffff;
  overflow: hidden;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
}
._landing-heading ._landing-heading_content .container {
  padding: 0;
}
._landing-heading ._landing-heading_content .container ._landing-page-content-inner {
  max-width: 100%;
  padding: 0 20px;
}
._landing-heading ._landing-heading_content .container ._landing-page-content-inner .p-h1 {
  display: block;
  font-size: 2.8rem;
  line-height: 1.15em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
}

._landing-infos_content {
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  padding: 0 60px;
}

._landing-infos_content ._landing-infos_content-left {
  position: fixed;
  display: flex;
  align-items: center;
  color: #ffffff;
  mix-blend-mode: difference;
}

._landing-infos_content figure {
  position: fixed;
  z-index: 1;
  left: 80px;
  width: 100px;
}

._landing-infos_content ._landing-infos_content-left .contact-mail {
  position: relative;
  left: 120px;
  mix-blend-mode: difference;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: underline;
}

._landing-infos_content ._landing-infos_content-right {
  position: fixed;
  right: 40px;
  mix-blend-mode: difference;
}

._landing-infos_content ._landing-infos_content-right #social-link .social-link_group {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

._landing-infos_content ._landing-infos_content-right #social-link li.social-item {
  margin: 0 0.8vw 0 0;
}

._landing-infos_content ._landing-infos_content-right #social-link li.social-item:last-child {
  margin: 0;
}

._landing-infos_content ._landing-infos_content-right #social-link li.social-item a {
  background: transparent;
  border: none;
  mix-blend-mode: difference;
}

._landing-infos_content ._landing-infos_content-right #social-link li.social-item a svg {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1380px) {
  .deco {
    position: absolute;
    background-image: url(../../images/icones.svg);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: 100% 25px;
  }
  .creative-studio {
    width: 160px;
    height: 160px;
    top: 40px;
    right: 220px;
  }
}
@media screen and (max-width: 1180px) {
  ._landing-heading {
    padding: 25px 0 25px 25px;
  }
  ._landing-heading ._landing-heading_content .container ._landing-page-content-inner .p-h1 {
    font-size: 2.4rem;
  }
  ._landing-infos_content {
    padding: 0 25px;
  }
  ._landing-infos_content figure {
    left: 45px;
    width: 65px;
  }
  ._landing-infos_content ._landing-infos_content-left .contact-mail {
    left: 100px;
  }
}
@media screen and (max-width: 980px) {
  ._landing-heading {
    padding: 25px;
  }
  ._landing-heading ._landing-heading_content .container ._landing-page-content-inner .p-h1 {
    font-size: 2rem;
  }
  ._landing-infos_content {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  ._landing-infos_content {
    padding: 25px 0;
  }
  ._landing-infos_content .w50 {
    width: 50%;
  }
  ._landing-infos_content ._landing-infos_content-right #social-link li.social-item {
    margin: 0 1vw 0 0;
  }
  ._landing-infos_content ._landing-infos_content-right #social-link li.social-item a svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 680px) {
  .deco {
    position: absolute;
    background-image: url(../../images/icones.svg);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: 155% 25px;
  }
  .creative-studio {
    top: 30px;
    right: 80px;
    width: 120px;
    height: 120px;
  }
  ._landing-heading {
    padding: 25px 0;
    justify-content: flex-start;
  }
  ._landing-heading ._landing-heading_head .favicon {
    width: 40px;
    height: 40px;
    top: 35px;
  }
  ._landing-heading ._landing-heading_head #logo-header svg,
  ._landing-heading ._landing-heading_head #logo-header img {
    max-width: 120px;
  }
  ._landing-heading ._landing-heading_content {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 95%;
  }
  ._landing-heading ._landing-heading_content .container ._landing-page-content-inner .p-h1 {
    font-size: 1.45rem;
  }
  ._landing-infos_content figure {
    left: 20px;
    width: 46px;
  }
  ._landing-infos_content ._landing-infos_content-left .contact-mail {
    left: 60px;
    font-size: 14px;
  }
  ._landing-infos_content ._landing-infos_content-right {
    right: 0;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=styles.css.map */