@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://use.typekit.net/mlq4fmw.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******** Mes réglages habituels **********/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html, button {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font-family: "Poppins", serif;
}

@font-face {
  font-family: "poppinsregular";
  src: url("./../assets/font1/poppins-regular-webfont.woff2") format("woff2"), url("./../assets/font/font1/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fuzzy Bubbles", sans-serif;
  src: url("./../assets/font4/FuzzyBubbles-Regular.ttf") format("ttf"), url("./../assets/font4/FuzzyBubbles-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu_condensedregular";
  src: url("./../assets/font/font2/ubuntucondensed-regular-webfont.woff2") format("woff2"), url("./assets/font/font2/ubuntucondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*typographie*/
#fuzzy-bubbles-regular {
  font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*** Nommage des couleurs ***/
/******** HEADER ****************/
/******** menu mobile ****************/
.ariane {
  top: 30px;
  position: fixed;
  z-index: 2000;
}
.ariane__liste {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 2rem;
}
.ariane__liste img {
  width: 10px;
}
.ariane__item a {
  color: rgba(255, 255, 255, 0.6509803922);
  transition: 0.2s;
  font-family: "Poppins";
}
.ariane__item a:hover {
  color: white;
  transition: 0.2s;
}
.ariane__item-active a {
  font-family: "Poppins";
  color: white;
}

.identite {
  padding-bottom: 3rem;
  width: 100%;
}
.identite__name {
  color: black;
  font-size: 4rem;
  padding: 1rem 0;
  border-bottom: 0.5px solid black;
}
.identite__name p {
  font-size: 2rem;
}

.menu {
  width: 100%;
  padding: 1.5rem 3rem;
  background-color: black;
  display: flex;
  border-top: solid white;
  justify-content: center;
  position: fixed;
  z-index: 2000;
  bottom: 0;
}
.menu__rs {
  display: none;
}
.menu__items {
  display: flex;
  gap: 3.8rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.menu__items a {
  color: white;
  font-size: 1.2rem;
}
.menu__items--noir a {
  color: white;
}
.menu__item--dekstop {
  display: none;
}

.order-1 {
  order: 2;
  width: 80px;
  margin-top: -4rem;
}

.order-2 {
  order: 1;
  width: 80px;
}
.order-2 a {
  color: white;
}

.order-3 {
  order: 3;
  width: 80px;
}
.order-3 a {
  color: white;
}

#btn-on {
  background-color: #BC4244;
  color: white;
  font-weight: 200;
  padding: 0.5rem 2rem;
  font-size: 16px;
  font-family: "Poppins";
}

.header {
  position: fixed;
  /* width: 50%; */
  top: 0;
  width: 100%;
  /* padding-left: 2.4rem; */
  /* padding-right: 2.4rem; */
  z-index: -1;
  padding: 2rem;
}
.header__etoile {
  display: none;
}
.header__entete {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header--real {
  padding: 6rem 2rem;
}
.header__creations {
  border: 1px solid #ffe8e1;
  background-color: #ffe8e1;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 32px;
  font-size: 4vw;
  color: #BC4244;
  line-height: 1.5rem;
}
.header--accueil {
  padding: 1rem 2rem;
}
.header__entete--apropos {
  display: flex;
  flex-direction: column;
}
.header__slogan {
  text-transform: uppercase;
  line-height: 28px;
}
.header__slogan--200 {
  font-weight: 200;
  font-size: 1.3rem;
}
.header__slogan--alter {
  font-size: 1.6rem;
  color: #c466ac;
  /* background-color: black; */
  /* border-radius: 9px; */
  padding: 0.8rem;
  border: solid 1px #c466ac;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 4px;
}
.header__slogans {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 2rem;
}
.header__title {
  font-size: 2.5rem;
  font-family: "Poppins";
  color: white;
}
.header__title--real {
  color: white;
  padding-top: 0rem;
}
.header__title--projets {
  color: black;
  font-size: 1.5rem;
}
.header__title--apropos {
  font-size: 3rem;
  padding-bottom: 1rem;
  color: white;
  line-height: 4rem;
}
.header__liensite {
  font-style: italic;
}
.header__liensite a {
  color: white;
  font-family: "Poppins";
  text-decoration: underline;
}
.header__brief {
  padding-top: 16px;
  font-size: 18px;
}
.header__logiciel {
  font-size: 16px;
  color: #ccc8c8;
  font-style: italic;
}
.header__desc {
  padding-right: 0vw;
  color: white;
  line-height: 1.5rem;
  display: flex;
  padding-top: 2rem;
  margin-top: 2rem;
  font-weight: 300;
  justify-content: space-between;
  height: 46vh;
  flex-direction: column;
  gap: 2rem;
  border-top: solid 0.5px rgb(101, 101, 101);
}
.header__desc--projets {
  color: black;
}
.header__desc span {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 800;
}
.header__desctexte {
  margin-top: 0rem;
  padding-bottom: 8px;
  width: 100%;
}
.header__descimg {
  background-image: url("./../../assets/img/media/vague-realisations.svg");
  background-size: cover;
  width: 50%;
  display: none;
  flex: 1;
}
.header__competences {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.header__competences a {
  font-family: "Poppins";
}
.header__competences--real {
  color: white;
}
.header__competences--apropos {
  justify-content: start;
  color: white;
}
.header__competence {
  font-size: 4vw;
  font-weight: 200;
  color: #C7FAE9;
  border: 1px solid #C7FAE9;
  border-radius: 32px;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
.header__paragraphe {
  font-size: 4vw;
  font-weight: 200;
  color: #BC4244;
  border: 1px solid #BC4244;
  border-radius: 32px;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
.header__paragraphe--apropos {
  border-top: solid 0.5px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7490196078);
  padding: 0rem 0rem 0.5rem 0;
  font-family: "Poppins";
  font-weight: 200;
  line-height: 18px;
}
.header__paragraphe--real {
  font-weight: 400;
  font-size: 16px;
  padding: 0.5rem 1.3rem;
  border-radius: 37px;
  font-family: "Poppins", sans-serif;
  color: white;
  /* Assurez un contraste avec le dégradé */
  border: 1px solid white;
  background-clip: padding-box;
  /* Pour éviter que le dégradé ne déborde */
  text-align: center;
  /* Centre le texte */
}
.header__paragraphe--projets {
  color: black;
}
.header__legend {
  color: #C7FAE9;
  font-size: 10vw;
  line-height: 61px;
  font-weight: 800;
  padding: 10px 0;
}
.header__legend span {
  display: block;
}
.header__legend--real {
  font-size: 4rem;
  height: 10rem;
  padding: 1rem 0;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.header__legend--small {
  height: 30px;
}
.header__legend--court {
  height: 40px;
}
.header__legend--apropos {
  font-size: 48px;
}

/* Media queries  superieur à 950px */
/******** menu dekstop ****************/
@media (min-width: 950px) {
  .ariane {
    top: 60px;
    position: fixed;
    z-index: 2000;
  }
  .ariane__liste {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 2rem;
  }
  .ariane__liste--real {
    padding: 1rem 4rem;
  }
  .menu {
    padding: 1rem;
    background-color: black;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    bottom: auto;
  }
  .menu--noir {
    background-color: rgb(0, 0, 0);
  }
  .menu--noir a {
    color: #fff;
  }
  .menu a {
    font-family: "Poppins";
  }
  .menu__rs {
    display: flex;
    align-items: end;
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2rem;
  }
  .menu__rs li:first-child {
    padding-bottom: 6px;
  }
  .menu__rs li:first-child a {
    color: white;
  }
  .menu__rs li:nth-child(2) a {
    color: white;
  }
  .menu__item--dekstop {
    display: block;
    font-size: 16px;
  }
  .menu__item--mobile {
    display: none;
  }
  .menu__items {
    gap: 6rem;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    /* Cela permet à cette liste de prendre de l'espace disponible */
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header {
    padding: 6rem 4rem 0rem 4rem;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .header__paragraphe:hover {
    font-weight: 200;
    padding: 0.5rem 2rem;
    border-radius: 37px;
    font-family: "Poppins", sans-serif;
    color: white;
    border: 1px solid #BC4244;
    background-color: #BC4244;
    background-clip: padding-box;
    text-align: center;
  }
  .header__competence:hover {
    font-weight: 200;
    padding: 0.5rem 2rem;
    border-radius: 37px;
    font-family: "Poppins", sans-serif;
    color: black;
    border: 1px solid #C7FAE9;
    background-color: #C7FAE9;
    background-clip: padding-box;
    text-align: center;
  }
  .header__etoile {
    display: block;
  }
  .header--accueil {
    padding: 6rem 4rem 0rem 4rem;
  }
  .header--real {
    padding: 10rem 4rem 0rem 4rem;
  }
  .header__logo {
    display: none;
  }
  .header__slogan {
    text-transform: uppercase;
    font-size: 2rem;
  }
  .header__slogan--200 {
    font-weight: 200;
    font-size: 1.4rem;
  }
  .header__slogan--alter {
    width: 622px;
  }
  .header__desctexte {
    margin-top: 2rem;
    width: 600px;
  }
  .header__descimg {
    margin-right: -60px;
    display: block;
  }
  .header__entete {
    gap: 12rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header__entete--apropos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__desc {
    font-weight: 100;
    flex-direction: row;
  }
  .header__desc p {
    line-height: 2rem;
  }
  .header__title {
    font-size: 6rem;
  }
  .header__title--real {
    font-size: 4.5rem;
    padding-top: 2rem;
    font-family: "Fuzzy Bubbles", sans-serif;
  }
  .header__creations {
    font-size: 16px;
  }
  .header__competences {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    flex: 1 1 0;
    width: 1240px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .header__competences--real {
    justify-content: start;
    width: auto;
  }
  .header__competences--apropos {
    justify-content: start;
    color: white;
    padding: 0.5rem 0;
  }
  .header__paragraphe {
    font-weight: 200;
    padding: 0.5rem 2rem;
    font-size: 16px;
    font-family: "Poppins";
  }
  .header__competence {
    font-weight: 200;
    padding: 0.5rem 2rem;
    font-size: 16px;
    font-family: "Poppins";
  }
  .header__legend {
    color: #C7FAE9;
    font-size: 7.5rem;
    font-family: "poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .header__legend--real {
    font-size: 5rem;
    height: auto;
    padding: 0;
    padding-top: 0;
    line-height: 6rem;
    font-family: "poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .header__legend--small {
    font-size: 4rem;
    height: 5rem;
  }
  .header__legend--apropos {
    font-size: 8rem;
    line-height: 150px;
  }
  .header__legend--court {
    font-size: 5rem;
    height: 6rem;
  }
  .header__legend span {
    display: inline;
  }
}
/********* Contenu principal ***/ /*********** Sections et Articles **************************************************/
.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}
.mail__article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.mail__article img {
  max-width: 40%;
}
.mail__article h1 {
  font-size: 1.2rem;
}
.mail__article h2 {
  font-size: 2rem;
}
.mail__article a {
  color: black;
  text-decoration: underline;
  font-size: 2rem;
}

/* Media queries  superieur à 950px */
/******** menu dekstop ****************/
@media (min-width: 950px) {
  .mail__article img {
    max-width: 20%;
  }
}
/**************** Footer ************************************/
.footer {
  padding-bottom: 63px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -13rem;
  font-size: 16px;
  clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
  background-color: black;
  font-family: "Poppins";
}
.footer a {
  color: white;
}
.footer h2 {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  color: white;
}
.footer p {
  color: rgba(255, 255, 255, 0.357);
}
.footer--apropos {
  background-color: #f1f3fd;
  font-family: "Poppins";
}
.footer--apropos a {
  color: black;
}
.footer--apropos h2 {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  color: black;
}
.footer--apropos p {
  color: black;
}
.footer__mentions {
  color: white;
  font-family: "Poppins";
  font-weight: 100;
  padding: 4rem 0rem 2rem 0;
}
.footer__infos {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
  padding-top: 4rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer__infos--real {
  padding-top: 5rem;
}
.footer__menu {
  display: flex;
  gap: 2rem;
}
.footer__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 20px;
}
.footer__linkedin, .footer__mail {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.footer__linkedin a, .footer__mail a {
  font-size: 25px;
}
.footer--real {
  background-color: black;
  clip-path: none;
}
.footer--real a, .footer--real h2 {
  color: white;
}
.footer--projets {
  clip-path: none;
}

/* Media queries  superieur à 950px */
/******** menu dekstop ****************/
@media (min-width: 950px) {
  .footer {
    justify-content: center;
    gap: 10rem;
    margin-top: -35rem;
    padding-top: 7rem;
    clip-path: polygon(0px 27%, 100% 0%, 100% 100%, 0% 100%);
  }
  .footer__contact {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
  .footer__contact--card {
    flex-basis: calc((100% - 1rem) / 3);
  }
  .footer__linkedin, .footer__mail {
    display: flex;
    flex-direction: row;
    gap: 14rem;
  }
  .footer__menu {
    justify-content: center;
  }
  .footer__menu--card {
    flex-basis: calc((100% - 1rem) / 3);
  }
  .footer__infos {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .footer--projets {
    clip-path: none;
  }
}
/************ commun.scss *****************************
/*** Permet d'organiser les blocs entre eux 
/*** Ici on peut préciser tout ce 
/*** qui est extérieur aux éléments du layout
/*** et qui sert de base à toutes les pages 
/*** Par exemple : le menu est sticky,                
/*** ce n'est pas intrinsèque au menu,                
/*** ça dépend de ce qui se passe autour **************/
/*** Menu *****/
/** main content ***/
/*** Footer ***/
/**** Pour grand écran ***/
/**** Media queries ****/
.div1 {
  grid-area: 1/1/2/2;
  width: 40vw;
}

.div2 {
  grid-area: 1/2/2/3;
}

.div3 {
  grid-area: 2/1/3/2;
}

.div4 {
  grid-area: 2/2/3/3;
}

.div5 {
  grid-area: 3/1/4/2;
}

.div6 {
  grid-area: 3/2/4/3;
}

.div5-2 {
  grid-area: 3/1/4/3;
}

.pomm1 {
  grid-area: 1/1/4/2;
}

.pomm2 {
  grid-area: 1/2/2/3;
}

.pomm3 {
  grid-area: 2/2/3/3;
}

.pomm3 {
  grid-area: 3/2/4/3;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.video-portrait {
  width: 100%;
}

.minia-cv {
  height: 35vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.video-vw {
  width: 100%;
}

.projets__all {
  background-color: #ffffff;
  clip-path: polygon(0px 1%, 100% 0%, 100% 100%, 0% 99%);
  padding: 4.5rem 2rem 8rem 2rem;
  margin-top: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projets {
  background-color: #ffffff;
  clip-path: polygon(0px 1%, 100% 0%, 100% 100%, 0% 99%);
  padding: 4.5rem 2rem 8rem 2rem;
  margin-top: 43rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projets--real {
  background-color: #ffffff;
  margin-top: 33rem;
  padding: 6rem 0;
}
.projets--interactif {
  background-color: #ffffff;
  clip-path: polygon(0px 1%, 100% 0%, 100% 100%, 0% 98%);
  padding-top: 4.5rem;
  padding-bottom: 8rem;
  margin-top: 40rem;
}
.projets--apropos {
  background-color: #ffffff;
  margin-top: 0rem;
  padding: 6rem 0;
  clip-path: polygon(0px 4%, 100% 0%, 100% 100%, 0% 96%);
}

.competences-2 {
  margin-inline: auto;
  display: flex;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
}

.competences {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
  background-color: black;
}
.competences__experience {
  color: white;
  padding: 3rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  align-items: end;
}
.competences__cv {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  align-items: center;
}
.competences__image {
  border-radius: 20px;
}
.competences__description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2em;
}
.competences__contenu {
  display: flex;
  gap: 0;
  flex-direction: column;
  padding-top: 2em;
}
.competences__title {
  color: rgba(255, 255, 255, 0.1607843137);
  font-size: 4em;
}
.competences__poste, .competences__lieux, .competences__parag {
  color: white;
}
.competences__parag {
  line-height: 1.3rem;
}
.competences__annee {
  font-size: 2rem;
  color: grey;
  font-weight: 100;
}
.competences__lieux {
  font-size: 1.3rem;
}
.competences__poste {
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  font-style: italic;
  border-top: solid 0.02px gray;
  padding-top: 1rem;
}
.competences__domaine {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
.competences__logiciel {
  color: rgba(255, 255, 255, 0.296);
  font-style: italic;
  font-weight: 200;
}

.couleurs {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.couleurs div div p:first-child {
  padding-bottom: 12px;
}

.etagere1 {
  display: flex;
  padding: 0rem;
  justify-content: start;
}
.etagere1 img {
  width: 700px;
}

.etagere2 {
  display: flex;
  padding-bottom: 5rem;
  justify-content: end;
}
.etagere2 img {
  width: 640px;
}

.maquette-lp {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  padding: 3rem;
}

.logo-simgoo {
  width: 80%;
}

.creations-simgoo {
  display: flex;
  padding: 0rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.creations-simgoo h2 {
  font-size: 45px;
  text-align: center;
}
.creations-simgoo__mockup {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.creations-simgoo__div {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.palette {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.palette__paragraphe {
  font-size: 16px;
  line-height: 20px;
  padding: 0rem;
  text-align: center;
}
.palette__img {
  display: flex;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.palette__img img {
  width: 250px;
}

.simgoo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.simgoo__valeurs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.simgoo__valeurs p {
  text-align: center;
}
.simgoo p {
  font-size: 3em;
}

.apropos {
  background-color: #f1f3fd;
  clip-path: polygon(0px 4%, 100% 0%, 100% 100%, 0% 100%);
  margin-top: 20rem;
  padding: 3rem 2rem 2rem 2rem;
}
.apropos__parcours {
  border-top: solid rgba(0, 0, 0, 0.2117647059) 1px;
  padding-top: 1.3rem;
  margin-top: 1rem;
}
.apropos__alternance {
  background-color: black;
  color: white;
  border-radius: 10px 0px 0px 0px;
  padding: 2rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.apropos__alternance-infos {
  background-color: white;
  border-radius: 0px 0px 10px 0px;
  padding: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.apropos__intro {
  margin: 0rem 2rem;
  padding: 0;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.apropos__title {
  font-size: 30px;
  color: white;
}
.apropos__title--couleur {
  color: rgba(255, 255, 255, 0.296);
  margin-bottom: 3rem;
}
.apropos__title--black {
  color: black;
  padding-bottom: 2rem;
}
.apropos__desc {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  margin-bottom: 3rem;
  gap: 0.5rem;
}
.apropos__desc span {
  color: rgb(179, 178, 178);
  line-height: 2.5rem;
  font-weight: 300;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.identite-marque {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.circle::after {
  display: none;
}

.circle-wrapper {
  width: calc(25% - 10px);
  /* 4 par ligne sur mobile */
}

/* Affiche le code au centre */
.circle::after {
  content: attr(data-hex);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
}

/* Par défaut (mobile/tablette) → le texte est visible */
.circle::after {
  opacity: 1;
}

.circle {
  width: 100%;
  padding-top: 100%;
  /* Hack pour carré responsive */
  border-radius: 50%;
  background-color: #3498db;
  position: relative;
}

/* Couleurs personnalisées */
.circle1 {
  background-color: #1228d6;
}

.circle2 {
  background-color: #8AB5E1;
}

.circle3 {
  background-color: #f7a830;
}

.circle4 {
  background-color: #ed6A2A;
}

.circle5 {
  background-color: #d1C2DD;
}

.circle6 {
  background-color: #5DB380;
}

.circle7 {
  background-color: #f3b7C1;
}

.background__item {
  font-size: 15vw;
  color: rgba(255, 255, 255, 0.1);
  font-family: "DM Serif Display", serif;
}

.card__legend h2 > a {
  font-family: "poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  /* line-height: 1.5rem; */
  color: white;
}

.spacer {
  border-bottom: solid 1px #000000;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
}

.eyes {
  font-family: "Eye Catching";
  font-style: normal;
  font-size: 3rem;
  font-weight: normal;
}
.eyes__exemple {
  font-size: 4rem;
}

.unna {
  font-family: "Unna", serif;
  font-weight: 400;
  font-style: normal;
}
.unna__exemple {
  font-size: 3rem;
}

.body {
  height: 100vh;
  position: relative;
  background-color: black;
}
.body--real {
  background-color: black;
}

.cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7rem;
}
.cards__btn {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  justify-content: end;
  margin: 1rem;
  padding: 12px 16px;
  font-size: 16px;
}
.cards__btn a {
  font-family: "Poppins";
  color: white;
  border-bottom: 1px solid white;
}
.cards__btn--projets {
  display: flex;
  gap: 2rem;
}

.background {
  display: none;
}

.crea-desk {
  display: none;
}

.crea-mobile {
  display: block;
}

.typographie {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.maquette {
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
  gap: 4rem;
}

.logo-lunetier {
  width: 40%;
}

.explications {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.explications__cartes {
  gap: 2rem;
}
.explications__typo {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
  padding-bottom: 0rem;
}
.explications--uniqlo .plus {
  font-size: 7em;
}
.explications--uniqlo p {
  font-size: 3em;
  text-align: center;
}
.explications--glassmorphisme {
  align-items: center;
}
.explications--glassmorphisme .plus {
  font-size: 7em;
}
.explications__intro {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.explications__intro a {
  color: #000000;
}
.explications__h2 {
  font-size: 45px;
}
.explications__h3 {
  font-size: 43px;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  line-height: 48px;
}
.explications__h3--centrer {
  text-align: center;
}
.explications__paragraphe {
  font-size: 16px;
  line-height: 20px;
}
.explications__centrer {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

b {
  font-weight: bold;
}

.cartes-cadeaux {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-direction: column;
}

.inco-typo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.inco-typo h3 {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: solid;
}

.carte p {
  font-size: 2rem;
}
.carte__version h3 {
  font-size: 23px;
}

.titre-carte {
  font-size: 3rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  padding-top: 2rem;
  margin: 0;
}

.contexte {
  padding: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}
.contexte__intro {
  display: flex;
  width: 100%;
  gap: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
.contexte__img {
  width: 300px;
}
.contexte h2 {
  font-size: 45px;
  text-align: center;
}
.contexte p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

#crea {
  padding: 0 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 3;
  flex-wrap: wrap;
}
.card__domaine {
  font-size: 10px;
  height: 1rem;
}
.card__boutonFigma {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__boutonFigma span {
  font-weight: 900;
}
.card__glass {
  max-width: 20%;
}
.card__dvlp {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  line-height: 1.3rem;
  width: 100%;
}
.card__dvlp span {
  font-weight: 700;
}
.card__titre-crea {
  font-weight: 200;
  padding-top: 8px;
}
.card__option {
  font-weight: 800;
  font-size: 23px;
}
.card__paragraphe {
  font-weight: 300;
}
.card__image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #ffe8e1;
  color: #BC4244;
  padding: 20px;
  text-align: start;
  transform: translateY(0%);
  /* On cache l'encart en dessous de l'image */
  transition: transform 0.3s ease;
  /* Transition pour le mouvement */
}
.card__image {
  position: relative;
  overflow: hidden;
}
.card__image--btn {
  background-color: rgba(241, 243, 253, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-top: 1px solid black;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: 0.4s;
  height: 60%;
}
.card__image--btn:hover {
  background-color: rgba(241, 243, 253, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  transition: 0.4s;
  position: absolute;
  bottom: 0px;
  opacity: 1;
  height: 75%;
}
.card__ordi {
  display: flex;
  justify-content: center;
  position: relative;
}
.card__realisation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.card__realsemantix {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8rem;
}
.card__realvw {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.card__desc {
  color: black;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card__object {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-weight: 300;
  height: 5vh;
  background-image: linear-gradient(to right, #6e4bf7, #8b4de5, #9d52d5, #a859c6, #ae62b9, #bf64af, #cc69a6, #d56f9d, #eb728d, #f97a7a, #BC4244, #fd9a50);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.card__object p {
  font-size: 4vw;
}
.card__legend {
  display: flex;
  font-weight: 300;
  width: 100%;
  gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
}
.card__legend h2 > a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5rem;
}
.card__zoom {
  overflow: hidden;
  height: 100%;
}
.card__zoom img {
  width: 100%;
  /* L'image occupe toute la largeur de son conteneur parent */
  height: 330px;
  /* Maintient le ratio d'aspect de l'image */
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
.card__zoom img:hover {
  filter: grayscale(0%);
  transform: scale(1.02);
  /* Applique le zoom uniformément */
  transform-origin: center center;
  /* Centrer le zoom */
  transition: 0.3s ease-in-out;
}
.card__real {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.carte {
  text-align: center;
}

.contact-section {
  background-color: black;
  padding-top: 34rem;
  padding-bottom: 15rem;
  margin-top: -36rem;
}
.contact-section--real {
  background-color: black;
  margin-top: -30rem;
  padding-top: 33rem;
}

.contact {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  text-align: center;
  /* Pour que l'effet de transparence ne disparaisse pas quand on clique dedans */
}
.contact__accroche {
  padding: 0 2rem;
}
.contact--real {
  margin: 0rem;
  align-items: center;
  padding-top: 0rem;
  flex-direction: column;
}
.contact__cta {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0;
  align-items: center;
  border-top: solid 0.5px rgb(101, 101, 101);
  border-bottom: solid 0.5px rgb(101, 101, 101);
}
.contact__cta--noir {
  border-top: none;
  border-bottom: none;
  padding: 0;
  align-items: center;
}
.contact__cta--noir a {
  color: #000000;
  border: 1px solid #000000;
}
.contact__follow {
  color: rgba(255, 255, 255, 0.451);
  font-family: "Poppins";
  text-align: center;
  font-weight: 200;
  font-size: 3rem;
}
.contact__boutton {
  text-align: center;
  background-color: transparent;
  border: transparent;
  font-weight: 200;
  width: 15rem;
  cursor: pointer;
  padding: 1rem;
  font-family: "Poppins";
  color: white;
  border: 1px solid white;
  border-radius: 50px;
}
.contact__boutton--real {
  border: 1px solid black;
  color: black;
}
.contact__boutton--site {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.contact__boutton--videoweek {
  width: 20rem;
  color: black;
  border: 1px solid black;
}
.contact__boutton--typo {
  width: 24rem;
}
.contact__boutton--projets {
  width: 24rem;
  color: black;
  border: 1px solid black;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 2rem;
  border: solid 1px white;
  backdrop-filter: blur(5px);
  border-radius: 15px;
}
.contact__title {
  font-family: "poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
  color: white;
  padding-top: 3rem;
}
.contact__title--real {
  padding-left: 0rem;
  color: white;
}
.contact__title--apropos {
  border: none;
  padding-top: 0rem;
  text-align: center;
}
.contact__legend {
  margin-top: 0.5rem;
  font-size: 39px;
  color: white;
  font-weight: 800;
}
.contact__legend a {
  color: black;
}
.contact__legend--real {
  padding-left: 0rem;
  color: white;
}
.contact__legend--real a {
  color: white;
}
.contact__legend--apropos {
  padding-left: 0;
  padding: 3rem;
  font-size: 40px;
  color: white;
  margin-top: 0rem;
}
.contact__legend--apropos a {
  color: white;
  font-family: "DM Serif Display", serif;
}
.contact__identite {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
.contact input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Noir avec 50% de transparence */
}
.contact input,
.contact textarea {
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  /* Ligne droite en bas */
  border-radius: 0;
  /* Supprime les coins arrondis */
}
.contact input:focus,
.contact textarea:focus {
  outline: none;
  /* Supprime l'encadré bleu */
  border-bottom: 1.5px solid rgb(255, 255, 255);
  /* Garde un trait droit au focus */
}
.contact input:focus::placeholder,
.contact textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
  /* Garde la transparence même au focus */
  font-size: 16px;
}
.contact input,
.contact textarea {
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid;
  padding: 1rem 0em;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: white;
  font-size: 16px;
  font-family: "Poppins";
}
.contact input,
.contact textarea {
  font-size: 1.2rem;
  /* Taille de police de base */
  padding: 0.8rem;
  /* Confort de saisie */
  border-bottom: 1px solid #ccc;
  /* Bordure inchangée */
  color: white;
  /* Couleur du texte (par exemple bleu) */
  font-family: "Poppins";
  box-shadow: none;
  /* Supprime les ombres, donc les traits en bas à droite */
  resize: none;
  /* Désactive le redimensionnement */
}
.contact input:focus,
.contact textarea:focus,
.contact input:active,
.contact textarea:active {
  font-size: 1.2rem;
  /* Assure que la taille reste inchangée au focus ou à l'activation */
  outline: none;
  /* Retirer l'encadré bleu par défaut */
}
.contact__btn {
  background-color: transparent;
  border: transparent;
  align-self: center;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50px;
  min-width: 14rem;
  height: 3.5rem;
  color: white;
  padding: 1rem 2rem;
}

.mobile {
  margin-top: 41rem;
  clip-path: polygon(0px 2%, 100% 0%, 100% 100%, 0% 98%);
}

.mobile-2 {
  margin-top: 43rem;
}

.mobile-3 {
  margin-top: 32rem;
}

#iframe {
  width: 360px;
  height: 700px;
}

iframe {
  width: 300px;
  height: 100px;
}

/* Media queries  superieur à 950px */
/******** menu dekstop ****************/
@media (min-width: 950px) {
  .crea-desk {
    display: block;
  }
  .crea-mobile {
    display: none;
  }
  .logo-simgoo {
    width: 40%;
    padding-right: 50px;
  }
  .video-vw {
    width: 100%;
  }
  #iframe {
    width: 1160px;
    height: 615px;
  }
  iframe {
    width: 1160px;
    height: 615px;
  }
  .video-portrait {
    width: 40%;
  }
  .typographie {
    display: flex;
    flex-direction: row;
  }
  .card:nth-child(3),
.card:nth-child(8),
.card:nth-child(9),
.card:nth-child(12) {
    grid-column: span 2;
  }
  .cartes-cadeaux {
    display: flex;
    flex-direction: row;
    padding: 0rem 5rem;
    gap: 1rem;
  }
  .cartes-cadeaux__nouvelle {
    padding: 5rem 5rem 0rem 5rem;
  }
  .titre-carte {
    margin: 0 5rem 1rem 5rem;
  }
  .circle::after {
    content: attr(data-hex);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s ease;
    display: block;
    pointer-events: none;
  }
  .circle:hover::after {
    opacity: 1;
  }
  .container {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 60px;
  }
  .identite-marque {
    padding: 4em 0em 0em 0em;
    display: flex;
    flex-direction: column;
    gap: 8em;
  }
  .circle-wrapper {
    width: auto;
  }
  .circle {
    width: 120px;
    height: 120px;
    padding-top: 0;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* deux colonnes */
    gap: 20px;
    /* adapte à ton spacing actuel */
  }
  .cards--real {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
  }
  .cards__btn {
    margin: 2rem 4rem 0rem 0rem;
    cursor: pointer;
  }
  .contact-section {
    padding-bottom: 36rem;
  }
  .contact-section--real {
    margin-top: -32rem;
  }
  .creations-simgoo {
    display: flex;
    padding: 10rem 10rem 0 10rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
  .creations-simgoo__mockup {
    display: flex;
    flex-direction: row;
    gap: 5rem;
  }
  .creations-simgoo__div {
    display: flex;
    flex-direction: row;
    gap: 5rem;
  }
  .simgoo {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .simgoo p {
    font-size: 3em;
  }
  .carte {
    text-align: center;
  }
  .carte__solo {
    width: 70%;
  }
  .carte__version img {
    width: 800px;
  }
  .carte h3 {
    font-size: 3rem;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 2rem;
  }
  .carte p {
    font-size: 2rem;
  }
  .carte__explication {
    border-top: solid 1px;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .explications {
    display: flex;
    padding: 10rem 10rem 0 10rem;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    gap: 6rem;
  }
  .explications__cdx {
    padding: 0rem 10rem 0 10rem;
  }
  .explications--uniqlo {
    align-items: center;
  }
  .explications--uniqlo .plus {
    font-size: 7em;
  }
  .explications--uniqlo p {
    font-size: 2em;
  }
  .explications--glassmorphisme {
    align-items: center;
    padding-top: 0;
  }
  .explications--glassmorphisme .plus {
    font-size: 7em;
  }
  .explications__cartes {
    flex-direction: column;
    align-items: start;
  }
  .explications__typo {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    width: 100%;
  }
  .explications__h2 {
    font-size: 65px;
    width: 40%;
    line-height: 73px;
    padding-bottom: 0px;
  }
  .explications__h2--couleurs {
    width: 100%;
  }
  .explications__intro {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .explications__intro--couleurs {
    width: 100%;
  }
  .card {
    flex-basis: calc((100% - 1rem) / 4);
    /* Crée un layout en 4 colonnes avec un espace entre les éléments */
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: nowrap;
  }
  .card__zoom {
    overflow: hidden;
  }
  .card__zoom img {
    width: 100%;
    /* L'image occupe toute la largeur de son conteneur parent */
    height: auto;
    /* Maintient le ratio d'aspect de l'image */
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    object-fit: cover;
  }
  .card__zoom img {
    width: 100%;
    /* L'image occupe toute la largeur de son conteneur parent */
    height: auto;
    /* Maintient le ratio d'aspect de l'image */
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    object-fit: cover;
  }
  .card__ordi {
    width: 80vw;
  }
  .card__option {
    font-size: 23px;
  }
  .card__paragraphe {
    font-weight: 300;
  }
  .card__image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    text-align: start;
    transform: translateY(100%);
    /* On cache l'encart en dessous de l'image */
    transition: transform 0.3s ease;
    /* Transition pour le mouvement */
  }
  .card__image-noir {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.896);
    /* Ombre noire semi-transparente */
    color: white;
    padding: 20px;
    text-align: start;
    transform: translateY(100%);
    /* On cache l'encart en dessous de l'image */
    transition: transform 0.3s ease;
    /* Transition pour le mouvement */
  }
  .card .card__image:hover .card__image-description {
    transform: translateY(0);
    /* L'encart apparaît au survol */
  }
  .card .card__image:hover .card__image-noir {
    transform: translateY(0);
    /* L'encart apparaît au survol */
  }
  .card__image {
    position: relative;
    overflow: hidden;
  }
  .card__btn {
    display: flex;
    gap: 1rem;
    cursor: pointer;
    justify-content: flex-end;
  }
  .card__dvlp {
    width: 50vw;
  }
  .card__desc {
    padding-right: 8rem;
  }
  .card__youtube {
    margin: 0 15rem;
  }
  .card__verger {
    max-width: 40%;
  }
  .card__reactive {
    max-width: 30%;
  }
  .card__realisation {
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card__real--journal {
    padding: 6rem 10rem 3rem 10rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }
  .card__real--affiche {
    padding: 6rem 10rem 3rem 10rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }
  .card__real--typo {
    padding: 6rem 10rem 3rem 10rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .card__real--design {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
    grid-column-gap: 2rem;
    padding: 8rem;
  }
  .card__real--conception {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .card__real--verger {
    padding: 0rem 10rem 0rem 10rem;
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }
  .card__real--glass {
    padding: 0rem 10rem 0rem 10rem;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
  }
  .card__legend {
    border-radius: 7px;
    padding-top: 0rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .card__legend h2 > a {
    font-family: "Poppins", sans-serif;
    color: gray;
    font-size: 1vw;
  }
  .card__object {
    height: 6vh;
  }
  .card__object p {
    font-size: 1.2vw;
  }
  .div1 {
    width: 40vw;
  }
  .contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    text-align: start;
  }
  .contact__accroche {
    padding: 0 4rem;
  }
  .contact img {
    max-width: 100%;
    height: 610px;
    object-fit: contain;
  }
  .contact--real {
    width: 100%;
    flex-direction: column;
    max-width: auto;
  }
  .contact__cta {
    padding: 7rem 0;
    align-items: start;
  }
  .contact__cta--noir {
    border-top: none;
    border-bottom: none;
    padding: 0;
    align-items: center;
  }
  .contact__cta--noir a {
    color: #000000;
    border: 1px solid #000000;
  }
  .contact__btn {
    min-width: 12rem;
    height: 3rem;
    padding: 0.75rem 1.5rem;
  }
  .contact__follow {
    text-align: start;
    line-height: 1.3em;
    width: 60rem;
    font-size: 5rem;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 8rem 8rem;
    border: solid 1px white;
    border-radius: 15px;
  }
  .contact__title {
    font-size: 80px;
    padding-bottom: 2rem;
    padding-top: 10rem;
  }
  .contact__title--real {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
  .contact__title--apropos {
    border: none;
    padding-top: 0rem;
    text-align: center;
    padding: 2rem 0 0 0;
  }
  .contact__legend {
    font-family: "poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 83px;
  }
  .contact__legend a {
    color: black;
  }
  .contact__legend--apropos {
    padding-left: 0;
    padding: 3rem 0 8rem 0;
    margin-top: 0rem;
  }
  .contact__legend--apropos a {
    color: white;
  }
  .contact__legend--apropos a:hover {
    background-image: linear-gradient(to right, #6e4bf7, #8b4de5, #9d52d5, #a859c6, #ae62b9, #bf64af, #cc69a6, #d56f9d, #eb728d, #f97a7a, #BC4244, #fd9a50);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    transition-duration: 500ms;
  }
  .contact__legend--real {
    width: 100%;
    text-align: center;
  }
  .contact__legend a {
    color: white;
  }
  .contact__identite {
    flex-direction: row;
  }
  .contact__identite input {
    width: 50%;
  }
  .contact input::placeholder,
.contact textarea::placeholder {
    color: white;
    font-size: 16px;
    font-family: "Poppins";
  }
  .projets__all {
    clip-path: polygon(0px 1.5%, 100% 0%, 100% 100%, 0% 98%);
    margin-top: 35rem;
    padding: 8rem 4rem 22rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .background {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 12rem;
    height: 100%;
    justify-content: end;
    width: 100%;
  }
  .background__item {
    display: none;
    font-size: 15vw;
    color: rgba(255, 255, 255, 0.3);
    font-family: "DM Serif Display", serif;
  }
  .background__item--crea {
    text-align: end;
  }
  .apropos {
    background-color: #ffffff;
    clip-path: polygon(0px 6%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 0rem;
    margin-top: 44rem;
  }
  .apropos h2 {
    width: 100%;
  }
  .apropos__intro {
    max-width: 80vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 4rem;
    padding-top: 3rem;
  }
  .apropos__desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 3rem;
    gap: 1rem;
    width: 100%;
  }
  .apropos__desc--responsive {
    width: 35vw;
  }
  .competences-2 {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    flex-direction: row;
    gap: 8rem;
    padding-bottom: 18rem;
  }
  .competences {
    margin-inline: auto;
    display: flex;
    gap: 15rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .competences h2 {
    width: 30%;
  }
  .competences .explications__paragraphe {
    width: 25%;
  }
  .competences__experience {
    color: white;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    align-items: end;
  }
  .competences__alicia {
    padding: 2rem;
  }
  .competences__cv {
    display: flex;
    flex-direction: column;
    width: 40vw;
    gap: 2rem;
    align-items: center;
  }
  .competences__description {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .competences__contenu {
    display: flex;
    flex-direction: row;
    gap: 8rem;
    width: 75vw;
    margin: 0rem 0;
  }
  .competences__title {
    color: rgba(255, 255, 255, 0.1607843137);
    font-size: 10em;
  }
  .competences__domaine {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .competences__domaines {
    width: 31vw;
  }
  .competences__logiciel {
    color: rgba(255, 255, 255, 0.432);
    font-style: italic;
  }
  .minia-cv {
    height: 35vh;
    width: 30vw;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .projets {
    clip-path: polygon(0px 1.5%, 100% 0%, 100% 100%, 0% 98%);
    margin-top: 34rem;
    padding: 9rem 4rem 22rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .projets--real {
    clip-path: polygon(0px 2%, 100% 0%, 100% 100%, 0% 99%);
    background-color: #ffffff;
    padding: 8rem 0 8rem 0;
    margin-top: 29rem;
  }
  .projets--apropos {
    background-color: #ffffff;
    margin-top: 18rem;
    padding: 6rem 0;
  }
  .contexte {
    padding: 2rem 8rem 10rem 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9em;
  }
  .contexte__img {
    width: 470px;
  }
  .contexte__intro {
    display: flex;
    gap: 14em;
    flex-direction: row;
    align-items: end;
    justify-content: center;
  }
  .contexte__img {
    width: 380px;
  }
  .contexte h2 {
    font-size: 65px;
    text-align: center;
  }
  .contexte p {
    font-size: 16px;
    width: 90%;
    line-height: 20px;
    font-weight: 300;
  }
  .couleurs {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .etagere1 {
    display: flex;
    padding: 5rem 5rem 0 5rem;
    justify-content: start;
  }
  .etagere1 img {
    width: 700px;
  }
  .etagere2 {
    display: flex;
    padding: 0rem 5rem 0 5rem;
    justify-content: end;
  }
  .etagere2 img {
    width: 640px;
  }
  .maquette-lp {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
    padding-top: 12em;
  }
  .palette {
    padding: 4rem 10rem 0rem 10rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .palette__paragraphe {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10rem;
    text-align: center;
  }
  .palette__img {
    display: flex;
    gap: 8rem;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .palette__img img {
    width: 250px;
  }
}
