html,
body {
  margin: 0;
  height: 100%;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

section {
  display: block;
  min-height: 100%;
  padding-bottom: 2em;
}

h1 {
  padding-top: 5%;
  padding-bottom: 2%;
}
h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
a {
  text-decoration: none !important;
}

li {
  list-style-type: none;
}

.link_nav_home {
  display: block;
  margin-top: 2em;
}
.link_nav_home a {
  color: #191919 !important;
}

.back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background-color: #000;
  opacity: 0.4;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.back-to-top-btn:hover {
  background-color: #dcdcdc;
  color: #191919;
  font-weight: bold;
}

/*Section Qui suis-je?*/
.link_menu {
  color: #fff;
}

#presentation {
  display: inline-grid;
  align-items: center;
}

#presentation,
#footer {
  background-color: #191919;
  color: #fff;
}

#skills {
  color: #fff;
}

.photo_presentation {
  max-width: 250px;
}

.header_container {
  color: #fff;
  /* padding-top: 35px; */
}

.divider_menu {
  margin-top: 35px;
}
.title_emploi {
  margin: 1em;
}

.title_emploi p {
  margin: -10px;
  font-size: 50px;
  font-weight: bold;
}

.list_buttons_presentation {
  margin: auto;
}

.button_presentation {
  margin: auto 5px;
}

.button_classic_presentation,
.button_cv {
  border-radius: 5px;
  padding: 15px 25px;
  min-width: 25px;
}

.button_classic_presentation {
  background-color: #fff;
  color: #191919;
}

.button_cv {
  background-color: #b7b9a6;
  color: #fff;
  font-weight: bold;
}

/*Navbar*/
#navbar {
  overflow: hidden;
  background-color: #f2f2f2;
}

.menu_navbar a {
  color: #191919;
  font-weight: 500;
  text-align: right;
  padding: 15px 25px;
}

.menu_navbar {
  display: flex;
  justify-content: end;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.burger {
  display: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body.open .responsive_menu {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}

.responsive_menu > button {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Inter, Arial;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1;
  padding: 10px 20px;
}

.responsive_menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background: #191919;
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transition-property: filter, visibility, opacity;
  transition-duration: 0.6s;
}
/*Menu burger responsive*/

@media screen and (max-width: 768px) {
  .header_container {
    display: none;
  }

  #navbar {
    background: none;
  }

  .menu_navbar {
    display: none;
  }

  /* .burger {
    display: flex;
    justify-content: end;
    margin: 1em;
    font-size: 25px;
  } */

  .burger {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 3;
    top: 20px;
    right: 15px;
    gap: 6px;
    background-color: #000;
    border-radius: 10px;
    padding: 10px;
  }

  .burger-icon {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("contenu/menu-icon-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  body.open .burger-icon {
    width: 25px;
    height: 25px;
    background-image: url("contenu/menu-close.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/*Section 2*/
.container_who,
.image_alternance {
  padding-top: 5em;
}

.text_description_who {
  text-align: justify;
  max-width: 450px;
  margin-top: 2em;
}

.video_alternance {
  max-width: 600px;
}
/*Section Skills*/

.container_skills {
  background: #b7b9a6;
}

.logo_skills {
  width: 21px;
}

.skills_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
  color: #fff;
}
.skills_content ul {
  padding-left: 0;
}

.encart_hard_skill,
.encart_soft_skill {
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
  font-weight: 400;
  display: none;
}

.encart_soft_skill {
  background-color: #191919;
  color: #fff;
}

.encart_hard_skill {
  border: solid 2px;
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .skills_content {
    display: none !important;
  }

  .encart_hard_skill,
  .encart_soft_skill {
    display: block;
  }
}

.button_nouvelle_page {
  margin: 15px 0;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background-color: #676952;
  font-weight: 600;
}

.button_nouvelle_page a {
  color: #fff;
}

.animation_button_certificat {
  position: relative;
  animation: moveArrow 2s linear infinite;
}

@keyframes moveArrow {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: calc(100% - 97%);
  }
}
/*Section Projets*/

.button_carousel {
  width: 2em !important;
  height: 2em !important;
  text-align: center;
  border-radius: 50px;
  padding: 20px;
  border: solid 0.1em;
}
#prev-btn.button_carousel {
  background-color: #000;
  border-color: #000;
}

#next-btn.button_carousel {
  background-color: #fff;
  border-color: #dcdcdc;
  margin-left: 5px;
}

.encart_button_nav {
  margin: 1em;
}

.carousel-nav-icon {
  height: 2em;
  width: 2em;
  font-size: 25px;
  color: #dcdcdc;
  display: flex;
  align-items: center;
}

.carousel_container {
  overflow: hidden;
  width: 100%;
  overflow-x: scroll;
}

.carousel_container::-webkit-scrollbar {
  display: none;
}

.carousel_track {
  display: flex;
  transition: transform 300ms ease-in-out;
}

.card_projects {
  flex: 0 0 300px;
  width: 20em;
  min-height: 23em;
  margin: 0.5em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border: solid 0.1em #f2f2f2 !important;
}

.image_project {
  min-height: 70%;
  margin-top: 0;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-size: cover;
}

.image_aso {
  background-image: url(contenu/aso_mockupv2.png);
}

.image_timecook {
  background-image: url(contenu/timecook.png);
}

.image_portfolio {
  background-image: url(contenu/image_portfolio.jpeg);
}

.image_portfolioperso {
  background-image: url(contenu/image_portfolioperso.png);
}

.image_cartedevisite {
  background-image: url(contenu/image_cartedevisite.png);
}

.image_todolist {
  background-image: url(contenu/image_todolist.png);
}

.image_minijeu_presentation {
  background-image: url(contenu/image_minijeu_presentation.png);
}

.image_miniprojet_fizzbuzz{
  background-image: url(contenu/fizzbuzz.png);
}

.image_miniprojet_guessNumber{
  background-image: url(contenu/guessthenumber.png);
}

.image_miniprojet_tictactoe{
  background-image: url(contenu/tictactoe.png);
}

.image_miniprojet_magiceightball{
  background-image: url(contenu/magicEightBall-2.png);
}

.image_project_museumLavender{
  background-image: url(contenu/projet_museeLavande.png);
}

.encart_category {
  margin: 1em;
  float: right;
}

.category {
  margin-right: 0.6em;
  border-radius: 50px;
  padding: 4px 10px;
  position: relative;
  margin-top: 1.4em;
}

.cat_formation {
  background-color: #191919;
  color: #fff;
}

.cat_personal {
  background-color: #b7b9a6;
  color: #fff;
}

.cat_figma {
  background-color: #a259ff;
  color: #fff;
}

.encart_texte_project {
  margin: 1em;
  min-height: 8em;
}

.encart_titre_project {
  font-weight: 700;
}
/*Section Footer*/
.container_footer {
  height: 10%;
}

/*Pages projets*/
.logo_projects {
  width: 10em;
  height: auto;
}

.aso_logo_project {
  height: 7em;
}

.logo_projects_web {
  font-size: 4em;
  margin: 2%;
  color: #b7b9a6;
}

.block_content {
  margin: 5em auto;
}

.content_project {
  max-width: 800px;
}

.project_text_presentation {
  margin-top: 3em;
}

/*Page certifications*/
.theme_formation {
  margin-bottom: 3em;
}

.formation_logo {
  width: 25px;
  border-radius: 5px;
  margin-right: 10px;
}

.formation {
  padding: 15px 0;
  margin: 2px;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #f2f2f2;
}

.formation_button {
  margin-left: 5px;
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
  font-weight: 600;
  padding: 1px 15px;
  border-radius: 50px;
  max-height: 28px;
}
.formation_button a {
  color: #dcdcdc;
}

.formation_button:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
