/* 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;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Quivert";
  src: url("../font/Quivert.ttf");
}
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

a,
a:hover,
a:visited {
  text-decoration: none;
}

h4,
h3,
h2,
p,
a {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Quivert", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav {
  position: relative;
}
.nav__group {
  background-color: #F5F5F5;
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 2;
  left: 100vw;
  top: 0;
  height: 100%;
  transition: left 0.5s;
}
.nav__group--open {
  left: 0vw;
}
.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  gap: 8vh;
}
.nav__list a {
  font-family: Quivert;
  font-size: 3rem;
  color: #E4281F;
}
.nav__img {
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.327));
  position: absolute;
  right: -6rem;
  bottom: -5rem;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: fixed;
  right: 2.4rem;
  top: 4rem;
  height: 6rem;
  width: 6rem;
  z-index: 5;
  background-color: #F5F5F5;
  border-radius: 100%;
  box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.3);
}
.burger__line {
  width: 3rem;
  height: 4px;
  background-color: #000000;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
  top: 0rem;
}
.burger--selected div:nth-child(1) {
  transform: rotate(-45deg);
  top: 1rem;
}
.burger--selected div:nth-child(2) {
  opacity: 0;
}
.burger--selected div:nth-child(3) {
  transform: rotate(45deg);
  top: -1rem;
}

body {
  background-color: #F5F5F5;
}

.nav2 {
  display: none;
}

.header {
  min-height: clamp(67rem, 100dvh, 10000000rem);
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  padding-top: 25vh;
  position: relative;
}
.headerTitle {
  display: flex;
  margin: 0rem auto;
  align-items: center;
  flex-direction: column;
  width: clamp(29rem, 78vw, 45.5rem);
}
.headerTitle__title {
  display: block;
  font-family: Quivert;
  font-size: clamp(4rem, 11vw, 8rem);
  color: #E4281F;
  align-items: center;
}
.headerTitle__title--taille {
  font-family: Quivert;
  font-size: clamp(1.8rem, 4.5vw, 3.5rem);
  color: #FFB703;
  margin-left: 0.4rem;
}
.headerTitle__content {
  font-size: clamp(1.2rem, 3.45vw, 2rem);
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  width: clamp(29rem, 78vw, 57rem);
}
.headerMascotte {
  transition: 0.5s;
  margin-top: 8rem;
  position: absolute;
  bottom: 20rem;
  width: clamp(1rem, 95vw, 50rem);
  padding: 2.4rem;
  right: 0rem;
}
.headerMascotte__content {
  font-size: 1.6rem;
  width: 25rem;
  text-align: justify;
  text-justify: auto;
  padding: 2rem;
  background-color: white;
  border-radius: 18px;
  line-height: 2rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2039215686);
}
.headerMascotte__content--color {
  color: #FFB703;
  font-weight: 600;
}
.headerMascotte__bulle {
  position: absolute;
  right: clamp(16rem, 35vw, 18rem);
  bottom: -2rem;
}
.headerMascotte__img {
  position: absolute;
  right: 0;
  width: 24rem;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.327));
}

.me {
  margin: 0rem clamp(2.4rem, 6.5vw, 8rem);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.meAbout {
  transition: 0.5s;
  display: flex;
  border: 10px solid #91CBC5;
  border-radius: 24px;
  margin-right: 4rem;
  width: clamp(5rem, 100vw - 8.8rem, 28rem);
  max-width: 28rem;
  position: relative;
}
.meAbout__bulle {
  transform: scale(-1, 1);
  width: 3rem;
}
.meAbout__content {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2039215686);
  position: absolute;
  top: -2rem;
  left: 13rem;
  width: 18.5rem;
  margin-top: 4rem;
  margin-right: 1.6rem;
  background-color: #ffffff;
  padding: 1.6rem;
  border-radius: 24px;
  font-size: 1.6rem;
}
.meAbout__content--span {
  display: block;
}
.meDescription {
  background-color: #91CBC5;
  border-radius: 24px;
  padding: 1.6rem;
  font-size: 1.6rem;
  margin-top: 2.4rem;
  line-height: 1.5;
  color: #ffffff;
}

.title {
  color: #E4281F;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.logiciels {
  margin: 8rem clamp(2.4rem, 6.5vw, 8rem) 0;
}
.logiciels__container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 125rem;
  margin: auto;
  margin-top: 4rem;
  gap: 2.4rem;
  padding: 2.4rem;
}
.logiciels__img {
  width: clamp(2rem, 12vw, 6rem);
  align-items: center;
}
.logiciels__masc {
  transition: 0.5s;
  position: absolute;
  width: clamp(1rem, 25vw, 11rem);
  left: -3rem;
  bottom: -5rem;
  z-index: 5;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.327));
}

.competences {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 6.4rem 2.4rem 0;
}
.competencesCard {
  display: flex;
  flex-direction: column;
  background-color: pink;
  color: #ffffff;
  padding: 1.6rem;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 1.6;
  min-height: 40rem;
  max-width: 40rem;
}
.competencesCard__title {
  display: flex;
  justify-content: center;
  padding: 0.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #F5F5F5;
  border-radius: 1.2rem;
  color: #FFB703;
  margin-bottom: 2rem;
  height: 7rem;
  text-align: center;
  align-items: center;
}
.competencesCard__subtitle {
  font-weight: 500;
  font-size: 1.6rem;
}
.competencesCard__list {
  margin-left: 2.4rem;
}
.competencesCard__elt {
  font-family: Montserrat Alternates;
  font-size: 1.4rem;
  list-style-type: disc;
  padding: 0.8rem 1.6rem;
}
.competencesCard:nth-of-type(1) {
  background-color: #3586A3;
}
.competencesCard:nth-of-type(1) .competencesCard__title {
  color: #3586A3;
}
.competencesCard:nth-child(2) {
  background-color: #789C7E;
}
.competencesCard:nth-child(2) .competencesCard__title {
  color: #789C7E;
}
.competencesCard:nth-child(3) {
  background-color: #E66D4C;
}
.competencesCard:nth-child(3) .competencesCard__title {
  color: #E66D4C;
}

.projets {
  margin: 8rem clamp(2.4rem, 6.5vw, 8rem) 0;
  position: relative;
  padding-bottom: 10rem;
  text-align: center;
}
.projets__title {
  font-size: 3.2rem;
  margin: 10rem 0 6rem;
  color: #E4281F;
}
.projets__container {
  display: flex;
  flex-wrap: wrap;
  gap: 6.4rem;
  align-items: center;
  justify-content: center;
  max-width: 125rem;
  margin: auto;
}
.projets__fig {
  width: 30rem;
  min-height: 30rem;
  margin: auto;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  height: fit-content;
  transition: 0.5s;
}
.projets__fig:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.368627451);
}
.projetsFigcaption {
  padding: 1.6rem;
  color: #000000;
}
.projetsFigcaption__title {
  font-family: "Montserrat Alternates";
  font-size: 1.6rem;
  font-weight: 600;
}
.projetsFigcaption__subtitle {
  font-size: 1.2rem;
}
.projetsFigcaption__content {
  font-size: 1.4rem;
  height: 6rem;
  line-height: 200%;
}
.projetsFigcaption__content::before {
  display: flex;
  margin: 1.6rem auto;
  content: "";
  height: 1px;
  width: 80%;
  background-color: #FFB703;
}
.projets__img {
  position: absolute;
  width: 70vw;
  left: 0;
  bottom: 0;
  z-index: -5;
  filter: drop-shadow(11px 15px 21px rgba(0, 0, 0, 0.327));
}

.contact {
  gap: 2rem;
  margin: 8rem clamp(2.4rem, 6.5vw, 8rem) 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 125rem;
  align-items: center;
}
.contact a {
  width: 100%;
}
.contactMain {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border-radius: 24px;
  min-height: 12.2rem;
  justify-content: space-around;
}
.contactMain__title {
  font-size: 3.2rem;
  color: #E4281F;
}
.contactMain--linkedin {
  background-color: #004CE8;
  justify-content: space-between;
  padding: 1.6rem 1.6rem 0;
  align-items: start;
}
.contactMain--mail {
  justify-content: space-between;
  padding: 1.6rem 1.6rem 0;
  align-items: start;
}
.contactMain__arrow--white {
  filter: invert(100%);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.6rem;
}
.footer__title {
  color: #000000;
  font-size: 1.6rem;
  font-family: Montserrat Alternates;
  font-weight: 700;
}
.footerNav {
  padding: 1.6rem;
}
.footerNav__li {
  padding: 0.4rem;
  text-align: center;
}
.footerNav__li a {
  font-size: 1.6rem;
  color: #E4281F;
}
.footer__img {
  width: clamp(8rem, 12vw, 12rem);
  position: absolute;
  left: 2rem;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.327));
}
.footer__content {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .headerMascotte {
    display: block;
  }
  .logiciels__masc {
    bottom: -8rem;
  }
  .contact {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact a:nth-child(1) {
    width: 100%;
  }
  .contact a:nth-child(2) {
    width: calc(50% - 1.2rem);
  }
  .contact a:nth-child(3) {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 1024px) {
  .headerMascotte {
    right: 8vw;
  }
  .me {
    flex-direction: row;
    gap: 4rem;
    height: 22rem;
  }
  .meDescription {
    width: 60%;
    height: max-content;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4rem;
  }
  .meDescription__content {
    line-height: 175%;
  }
  .burger {
    display: none;
  }
  .nav__group {
    left: 0;
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: rgba(245, 245, 245, 0);
    top: 2.4rem;
  }
  .nav__list {
    background-color: rgba(245, 245, 245, 0.7764705882);
    border: solid 1px #E4281F;
    border-radius: 40px;
    flex-direction: row;
    height: fit-content;
    min-height: fit-content;
    gap: 4rem;
    padding: 1.6rem 4rem;
    backdrop-filter: blur(15px);
  }
  .nav__elt {
    font-size: 1.4rem;
  }
  .nav__elt a {
    transition: 0.5s;
  }
  .nav__elt a:hover {
    color: #FFB703;
  }
  .nav__img {
    display: none;
  }
  .footerNav__li a {
    transition: 0.5s;
  }
  .footerNav__li a:hover {
    color: #FFB703;
  }
}
@media screen and (min-width: 1440px) {
  .contact {
    margin: 8rem auto 4rem;
  }
}