@charset "UTF-8";
/******  Bug transitions  *******/
.clean__transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/******   reset  *******/
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --beige: #aeaea782;
  --beigefull: #aeaea7;
  --dark: #0c0c0c;
  --deepdark: rgb(20, 19, 15);
  --dark2: rgb(56, 56, 56);
  --goldy: #dbd3b6;
  --clearDark: #201f1f;
  --lightDark: rgba(127, 126, 126, 0.503);
  --TitreProA: rgb(255, 0, 0);
  --corail: rgb(255, 0, 0);
  --size: 220px;
  --translateZ: calc(var(--size) / 2);
  --position: calc(50% - var(--size) / 2);
  --3dcolor: rgb(170, 106, 170);
}

/********************/
/*** GENERALITES  ***/
/********************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding-top: 90px;
}

.body__night *:not(.work_Here,
.my__bike,
.mon__style,
.branding,
.span,
.reals,
.sun,
.moon,
.face-front,
.face-back,
.face-right,
.face-left,
.face-top,
.face-bottom,
.face,
.lignes,
.a__video,
.titre_pro p,
.mon__style__p,
.my_bike_p,
strong,
.txt_type > .txt,
.txt_type2 > .txt,
.txt_type3 > .txt,
.txt_type4 > .txt) {
  background: var(--dark);
  color: #fff;
}

.afterNight::after {
  border-bottom: 3px solid var(--corail) !important;
}

.nightbtn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  transition: 0.3s;
}

.nightbtn:hover {
  background: var(--lightDark) !important;
}

.moon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  opacity: 1;
}

.sun {
  width: 25px;
  height: 25px;
  opacity: 0;
}

.light {
  opacity: 1;
  z-index: 2;
}

.darknight {
  opacity: 0;
  z-index: -2;
}

body::-webkit-scrollbar {
  width: 12px; /* largeur de la scrollbar */
}

body::-webkit-scrollbar-track {
  /* color of the tracking area */
  background: var(--dark);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--beigefull); /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border: 3px solid var(--dark); /* creates padding around scroll thumb */
}

body::-webkit-scrollbar-corner {
  /* Coin de la fenêtre */
  background: var(--dark);
}

.bodyDark {
  background-color: var(--dark) !important;
}

/* *************************** */
/* *   Bouton toggle burger  * */
/* *************************** */
.btn__toggle__container {
  cursor: pointer;
  display: none;
}

/* ***************** */
/* ** Icon Burger ** */
/* ***************** */
.container__burger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.6);
  padding: 8px;
  border-radius: 10px;
  background: var(--clearDark);
}

.cont-lignes {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.lignes {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: var(--beigefull);
  position: absolute;
  transition: transform 0.5s ease-in-out, top 0.5s 0.5s ease-in-out, opacity 0.5s 0.5s ease-in-out;
}

.lignes:nth-child(1) {
  top: 0px;
}

.lignes:nth-child(2) {
  top: 18px;
}

.lignes:nth-child(3) {
  top: 36px;
}

.btn1.active .lignes:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
  background: var(--corail);
  transition: top 0.5s ease-in-out, transform 0.5s 0.5s ease-in-out;
}

.btn1.active .lignes:nth-child(2) {
  opacity: 0;
  background: var(--corail);
}

.btn1.active .lignes:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
  background: var(--corail);
  transition: top 0.5s ease-in-out, transform 0.5s 0.5s ease-in-out;
}

/*******************/
/***** HEADER ******/
/*******************/
.header__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: grid;
  grid-template-columns: 33% 65%;
  border: 3px solid #000;
  background: #f1f1f1;
  z-index: 19;
  transition: top 0.3s ease-in-out;
}

.header__hidden {
  top: -90px;
}

.nav__container {
  display: flex;
  align-items: center;
  justify-self: end;
  z-index: 30;
  border-left: 3px solid #000;
  width: 100%;
  background: #f1f1f1;
}

.header_a_name {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--beige);
  color: var(--dark);
}

.header__name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Spartan", sans-serif;
  font-weight: 500;
  font-size: clamp(3rem, 3vw, 4rem);
  margin: 0 auto;
  width: 100%;
  user-select: none;
  text-align: center;
}

.black__name {
  background: var(--beige);
}

.header__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  list-style-type: none;
  background: #f1f1f1;
  z-index: 20;
}

.item__accueil {
  display: flex;
  align-items: center;
}

.header__a {
  font-family: "Spartan", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  margin: 0 20px;
  z-index: 21;
}

.header__a::after {
  content: "";
  display: block;
  border-bottom: 3px solid #111;
  width: 0px;
  border-radius: 10px;
  margin: 2px auto 0 auto;
  transition: 0.2s ease-in-out;
}

.header__a:hover::after {
  width: 100%;
}

#projet {
  cursor: pointer;
}

/******************/
/****** MAIN ******/
/******************/
@keyframes appears {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main {
  opacity: 0;
  animation: appears 1s ease-in-out 1 forwards;
  overflow-x: hidden;
}

/*************** Section_1 **************/
.section__1 {
  display: grid;
  /* grid-template-rows: auto; */
  grid-template-columns: 30% 35% 35%;
}

.box__moi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  border: 2px solid #000;
  border-top: 1px solid #000;
  overflow: hidden;
}

.cadre_photo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark);
}

.moi {
  width: auto;
  height: 75%;
  object-fit: contain;
  box-shadow: 1px 1px 15px #000;
}

.bloc__whoami {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  height: 650px;
  border: 2px solid #000;
  border-top: 1px solid #000;
  z-index: 0;
}

.bloc__whoami h2 {
  font-family: "Futura Std", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 2rem;
  position: relative;
}

.welcomeH2::before,
.welcomeH2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.welcomeH2::before {
  background: #f1f1f1;
  animation: typewriter 2.5s steps(30) forwards 1.5s;
}

.darkH2::before {
  background: var(--dark);
  animation: typewriter 2.5s steps(30) forwards 1.5s;
}

.welcomeH2::after {
  width: 0.125em;
  background: black;
  animation: typewriter 2.5s steps(30) forwards 1.5s, blink 0.75s steps(30) forwards 20;
}

.darkH2After::after {
  background: #f1f1f1;
  animation: typewriter 2.5s steps(30) forwards 1.5s, blink 0.75s steps(30) 20;
}

#welcomeText {
  width: 100%;
  text-align: center;
}

.p__who {
  font-family: "Spartan", sans-serif;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  opacity: 0;
  color: black;
}

.p__who:nth-child(2) {
  transform: translateY(3rem);
  animation: fadeInUp 1s ease-in-out forwards 3.4s;
}

.p__who:nth-child(3) {
  transform: translateY(4rem);
  animation: fadeInUp 1s ease-in-out forwards 4.4s;
}

.p__who:nth-child(4) {
  transform: translateY(5rem);
  animation: fadeInUp 1s ease-in-out forwards 5.4s;
}

.p__who:nth-child(5) {
  transform: translateY(6rem);
  animation: fadeInUp 1s ease-in-out forwards 6.4s;
}

@keyframes typewriter {
  to {
    left: 100%;
  }
}
@keyframes blink {
  to {
    background-color: transparent;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.a_propos {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.work_Here {
  position: relative;
  height: 650px;
  background-image: url(/assets/img/work_here_2.jpg);
  background-position: -180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #000;
  border-top: 1px solid #000;
}

.a_work_Here {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

/*************** Section_2 **************/
.section__2 {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 33% 40% 27%;
}

embed {
  position: fixed;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 50vw, 480px);
  height: clamp(300px, 50vw, 730px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, left 0.3s ease-out;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5333333333);
  z-index: -1;
}

.presentation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  border: 2px solid #000;
}

.cv_mobile {
  position: relative;
  width: 400px;
  height: 400px;
  background-color: #fff;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2666666667);
  border-radius: 4px;
  overflow: hidden;
}

.cv_mobile p {
  font-size: 40px;
  font-family: "Archivo", sans-serif;
}

@keyframes movingBG {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.span {
  display: inline-block;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  background-image: url(/assets/img/raphael-schaller-GkinCd2enIY-unsplash.jpg);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
  animation: movingBG 6s ease-in-out infinite;
  user-select: none;
  padding: 0;
}

.span1 {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 30px;
}

.span2 {
  position: absolute;
  top: 90px;
  right: -10px;
  transform: rotateZ(90deg);
  font-size: 65px;
}

.span3 {
  position: absolute;
  top: 90px;
  left: 45px;
  font-size: 70px;
}

.span4 {
  position: absolute;
  top: 100px;
  left: 90px;
  font-size: 70px;
}

.span5 {
  position: absolute;
  top: 90px;
  left: 155px;
  font-size: 70px;
}

.span6 {
  position: absolute;
  top: 220px;
  left: 45px;
  font-size: 50px;
}

.span7 {
  position: absolute;
  top: 210px;
  left: 110px;
  width: 80px;
  height: 80px;
  background-clip: content-box;
  border-radius: 50%;
}

.span8 {
  position: absolute;
  top: 230px;
  right: 15%;
  font-size: 50px;
}

.span9 {
  position: absolute;
  top: 305px;
  left: 45px;
  font-size: 45px;
}

.span10 {
  position: absolute;
  top: 305px;
  right: 70px;
  font-size: 35px;
}

.span10::after {
  content: "";
  display: block;
  background-image: url(/assets/img/raphael-schaller-GkinCd2enIY-unsplash.jpg);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  background-clip: border-box;
  color: transparent;
  animation: movingBG 6s ease-in-out infinite;
  user-select: none;
  width: 100%;
  height: 15px;
}

.a_presentation {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
  text-align: center;
}

.a_presentation:hover {
  color: var(--corail);
}

.experiences {
  position: relative;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(174, 174, 167, 0.5098039216);
  border: 2px solid #000;
}

.a_experience {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.diaporama {
  position: relative;
  display: flex;
  width: 500px;
  height: 500px;
}

.expdiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: opacity 0.8s ease-in-out;
  margin-top: -4rem;
  opacity: 0;
}

.annee__exp {
  font-family: "Spartan", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 2rem;
}

.myrole {
  font-family: "Spartan", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.firm {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.descri__post {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #111;
}

.button__box {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 40px;
  height: 40px;
}

.previous_exp {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border: none;
  border-radius: 0 0 0 3px;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  background: transparent !important;
  cursor: pointer;
  margin: 1rem;
  padding: 1rem;
}

.next_exp {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  border: none;
  border-radius: 0 0 3px 0;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  background: transparent !important;
  cursor: pointer;
  margin-left: 1rem;
}

.prev__dark__active {
  border-bottom: 2px solid var(--beige);
  border-left: 2px solid var(--beige);
}

.next__dark__active {
  border-bottom: 2px solid var(--beige);
  border-right: 2px solid var(--beige);
}

.my__bike {
  position: relative;
  max-height: 650px;
  min-height: 450px;
  border: 2px solid #000;
  background: var(--dark);
}

.bike_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.my_bike_p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background: var(--dark);
  border-radius: 4px;
}

/********** sectio_3 **********/
.section__3 {
  position: relative;
  display: grid;
  grid-template-rows: 650px;
  grid-template-columns: 40% 30% 30%;
  overflow: hidden;
}

.formation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  background: rgba(193, 208, 218, 0.8);
  border: 2px solid #000;
  padding-bottom: 8rem;
}

.title_box {
  position: fixed;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-in-out, left 0.3s ease-out;
  z-index: -1;
  opacity: 0;
}

#title {
  width: clamp(300px, 50vw, 1200px);
  height: clamp(200px, 50vw, 700px);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5333333333);
}

.formbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.formbox h4 {
  font-family: "Spartan", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 2rem 0;
  color: #111;
  text-align: center;
}

.formbox p {
  font-size: 14px;
  font-family: "Spartan", sans-serif;
  padding: 0.5rem 0;
  color: #111;
}

.formation__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.titre_pro {
  text-decoration: none;
}

.titre_pro p {
  color: var(--TitreProA);
  transition: transform 0.3s ease-in-out;
}

.titre_pro:hover.titre_pro p {
  transform: scale3d(1.05, 1, 1);
}

.branding {
  position: relative;
  height: 650px;
  border: 2px solid #000;
  background-image: url(/assets/img/Clouds_Header_Site.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.branding__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
}

.competence {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 650px;
  background: #fff;
  border: 2px solid #000;
  background-color: var(--dark);
}

.hsk {
  color: #fff;
  font-size: clamp(16px, 4vw, 25px);
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 5%;
}

.checked__box {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.checked {
  display: flex;
  align-self: flex-start;
}

.checked img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.comp_h2 {
  color: #fff;
  font-size: clamp(16px, 4vw, 25px);
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  line-height: 40px;
}

.txt_type {
  color: var(--corail);
}

.txt_type2 {
  color: var(--corail);
}

.txt_type3 {
  color: var(--corail);
}

/** Cursor **/
.txt_type > .txt,
.txt_type2 > .txt,
.txt_type3 > .txt,
.txt_type4 > .txt {
  border-right: 0.2rem solid rgb(185, 185, 185);
  color: var(--corail);
  font-size: clamp(16px, 4vw, 25px);
}

.competence__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/*************** Section 4 **************/
.section__4 {
  display: grid;
  grid-template-rows: 550px;
  grid-template-columns: repeat(3, 33.3333333333%);
}

.mon__style {
  position: relative;
  height: 550px;
  background: #fff;
  border: 2px solid #000;
  background-image: url(/assets/img/brown_boots.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.mon__style__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 1rem 2rem;
}

.me__contacter {
  position: relative;
  height: 550px;
  width: auto;
  background: #f1f1f1;
  border: 2px solid #000;
  display: flex;
}

.contact__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  margin: 0 auto;
  background: #f1f1f1;
}

.contact__box h3 {
  font-size: 28px;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  text-align: center;
  word-spacing: 10px;
  line-height: 40px;
  margin-bottom: 4rem;
}

.contact__box a,
span {
  color: #111;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-family: "Spartan", sans-serif;
  padding: 1rem 0;
}

.me__contacter__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.reals {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  height: 550px;
  background: #fff;
  border: 2px solid #000;
  overflow: hidden;
}

/** cube **/
.container {
  width: 100%;
  height: 550px;
  background: #f1f1f1;
}

#result {
  position: relative;
  height: 100%;
  height: 480px;
  perspective: 700px;
}

.face {
  width: var(--size);
  height: var(--size);
  text-align: center;
  position: absolute;
}

.face-front {
  background-image: url(/assets/img/Clouds.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(0deg) translateZ(var(--translateZ));
}

.face-back {
  transform: rotateY(180deg) translateZ(var(--translateZ));
  background-image: url(/assets/img/cyranoTennisClub.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.face-right {
  transform: rotateY(90deg) translateZ(var(--translateZ));
  background-image: url(/assets/img/Club.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.face-left {
  transform: rotateY(-90deg) translateZ(var(--translateZ));
  background-image: url(/assets/img/Fit\ bit.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.face-top {
  transform: rotateX(90deg) translateZ(var(--translateZ));
  background-image: url(/assets/img/Yoga.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.face-bottom {
  transform: rotateX(-90deg) translateZ(var(--translateZ));
  background-image: url(/assets/img/Cocktails.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes rotate3D {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(720deg);
  }
}
@keyframes shadowsRotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#cube {
  width: var(--size);
  height: var(--size);
  left: var(--position);
  top: var(--position);
  position: relative;
  transform-style: preserve-3d;
  animation: rotate3D 45s linear infinite;
}

#result::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  height: 12%;
  width: 270px;
  background: rgba(39, 39, 39, 0.8);
  filter: blur(35px);
}

.reals__p {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

/*******************/
/***** FOOTER ******/
/*******************/
.section__footer {
  display: grid;
  grid-template-rows: 90px;
  grid-template-columns: repeat(3, 1fr);
}

.twitter,
.linkedin,
.github {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #f1f1f1;
  border: 2px solid #000;
  border-bottom: 4px solid #000;
}

.section__footer a {
  font-size: clamp(1.5rem, 4vw, 25px);
  font-family: "Spartan", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #111;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 110px;
  text-align: center;
  transition: background-color 0.2s ease;
}

.section__footer a:hover {
  background: var(--beige);
}

.p__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-family: "Spartan", sans-serif;
  font-size: 14px;
  height: 110px;
  margin-top: 20px;
  text-align: center;
  background: #f1f1f1;
}

/************************/
/******* À propos *******/
/************************/
/** Main **/
.bodyapropos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
}

.main__apropos {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 3px solid var(--dark);
  border-right: 3px solid var(--dark);
}

.section__apropos {
  /* width: 100%; */
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section__apropos .article_container {
  justify-content: center;
  gap: 50px;
  width: fit-content;
}

.section__apropos2 {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
}

.article_container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10rem;
}

.article {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  border-top: 1px solid var(--dark);
}

.h2apropos {
  padding: 55px 0;
  font-family: "Spartan", sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 500;
  text-align: left;
}

.p__apropos {
  font-family: "Spartan", sans-serif;
  font-size: 14px;
  padding: 2rem 0;
  line-height: 30px;
}

.clear__border {
  border-bottom: 1px solid var(--beige);
}

.img__apropos {
  display: flex;
  margin-top: 3rem;
  width: 400px;
  height: auto;
}

.h3apropos {
  font-family: "Spartan", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 3rem 0 0rem 0;
}

.p__copy__apropos {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-family: "Spartan", sans-serif;
  font-size: 14px;
  height: 110px;
  border-top: 2px solid #000;
  background: #f1f1f1;
}

.contact__apropos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47%;
  height: 200px;
  align-items: center;
}

.footer__contact__icons img {
  margin-right: 2rem;
  width: 30px;
}

.contacts {
  margin-bottom: 2rem;
}

.contacts a {
  text-decoration: none;
}

.a_mail {
  text-decoration: none;
  color: var(--dark);
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  padding: 2rem 0;
}

.span_mail {
  color: var(--dark);
  font-family: "Spartan", sans-serif;
  font-size: 12px;
}

.video a {
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  text-decoration: none;
  background-image: linear-gradient(to right, var(--deepdark), var(--dark2), var(--goldy), var(--dark2), var(--deepdark));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  animation: movingLight 5s ease-in-out infinite;
}

/************************/
/****** ANIMATIONS ******/
/************************/
/* vibration icon burger */
@keyframes vibrate {
  0% {
    transform: translateY(5%);
  }
  20% {
    transform: translateY(-5%);
  }
  40% {
    transform: translateY(5%);
  }
  60% {
    transform: translateY(-5%);
  }
  80% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
/* animation spotLight non utilisée */
@keyframes animatedText {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* animation fond text lien youtube page À propos */
@keyframes movingLight {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/************************/
/****** RESPONSIVE ******/
/************************/
@media screen and (max-width: 1485px) {
  .section__1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "moi who" "work work";
  }
  .moi {
    grid-area: moi;
  }
  .bloc__whoami {
    grid-area: who;
  }
  .work_Here {
    grid-area: work;
  }
  .section__2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "pres xp" "bike bike";
  }
  .presentation {
    grid-area: pres;
  }
  .experiences {
    grid-area: xp;
  }
  .my__bike {
    grid-area: bike;
  }
  .section__3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "form brand" "comp comp";
  }
  .formation {
    grid-area: form;
  }
  .branding {
    grid-area: brand;
  }
  .competence {
    grid-area: comp;
  }
  .checked__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 40%; */
  }
  .section__4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "style contact" "real real";
  }
  .mon__style {
    grid-area: style;
  }
  .me__contacter {
    grid-area: contact;
  }
  .reals {
    grid-area: real;
  }
}
/*** section__apropos ***/
@media screen and (max-width: 1450px) {
  .section__apropos {
    width: 90%;
    min-height: 40vh;
    display: flex;
    justify-content: center;
    margin-top: 10rem;
  }
  .section__apropos2 {
    width: 90%;
    min-height: 40vh;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .h2apropos1 {
    font-size: 24px;
  }
  .bloc__whoami h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1070px) {
  .section__1 {
    grid-template-columns: 1fr;
    grid-template-areas: "moi" "who" "work";
  }
  .section__2 {
    grid-template-columns: 1fr;
    grid-template-areas: "pres" "xp" "bike";
  }
  .section__3 {
    grid-template-columns: 1fr;
    grid-template-areas: "form" "brand" "comp";
  }
  .section__4 {
    grid-template-columns: 1fr;
    grid-template-areas: "style" "contact" "real";
  }
  .h2apropos1 {
    font-size: 18px;
  }
  embed {
    display: none;
  }
  .title_box {
    display: none;
  }
}
/* ************** */
/* * Menu burger* */
/* ************** */
@media screen and (max-width: 805px) {
  .btn__toggle__container {
    position: fixed;
    top: 12px;
    right: 15px;
    display: block;
    padding: 10px;
    z-index: 50;
  }
  .btn__toggle__container:hover {
    animation: vibrate 0.2s;
    animation-delay: 0.15s;
  }
  .btn__toggle__container:active {
    transform: scale(0.9);
  }
  .header__container {
    width: 100%;
    border: none;
    background: #222;
  }
  .nav__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: none;
  }
  .header__list {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
    margin-top: 8rem;
    background: transparent;
    border: none;
  }
  .item__accueil {
    margin: 2rem 0;
  }
  .nightbtn {
    position: absolute;
    top: 22.5px;
    left: 15px;
  }
  .header__container.active__menu {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    border-bottom: 2px solid var(--beigefull);
    transition: 0.2s ease-out;
  }
  .header__a {
    color: var(--beigefull);
    font-size: 38px;
    margin: 0;
    display: none;
  }
  .header_a_name {
    display: none;
  }
  .header_a_name.active {
    display: block;
  }
  .header__a.active__a {
    display: block;
  }
  .header__name {
    display: none;
  }
  .header__name.active {
    display: block;
    background: none;
    color: var(--beigefull);
  }
  .nav__container {
    height: auto;
    width: auto;
    background: var(--dark);
  }
  /** Fin burger **/
  /**  À propos  **/
  .section__apropos {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .section__apropos2 {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .footer__contact__icons img {
    margin: 0 1rem;
  }
  .diaporama {
    width: 75vw;
  }
}
@media screen and (max-width: 430px) {
  /**  À propos  **/
  .section__apropos {
    margin-top: 2rem;
  }
  .section__apropos2 {
    margin-top: 4rem;
  }
  .contact__apropos {
    width: 100%;
  }
  .p__copy__apropos {
    text-align: center;
  }
  .article1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .article2 {
    width: 100%;
    margin: 0 auto;
  }
  .h2apropos1,
  .h2apropos2 {
    height: 60px;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 600;
  }
  .h3apropos {
    font-size: 14px;
    font-weight: 500;
  }
  .header__hidden {
    top: 0px;
  }
  .img__apropos {
    margin: 3rem auto 0 auto;
    width: 300px;
    height: auto;
  }
  .h2apropos1,
  .h2apropos2 {
    height: 100px;
  }
  .work_Here {
    background-position: -250px 0;
  }
}
@media screen and (max-width: 380px) {
  .h2apropos1 {
    font-size: 16px;
  }
  .p__apropos {
    font-size: 12px;
  }
  .img__apropos {
    width: 260px;
  }
}

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