@import url('https://fonts.googleapis.com/css2?family=Unbounded&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    font-family: 'Unbounded', cursive;
    color: white;
    text-decoration: none;
    list-style: none;
    font-size: 20px;
}

body {
    background-color: black;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    background-color: black;
    z-index: 1000;
}

.nav-left {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.logo {
    display: flex;
}

.logo-img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
    border-radius: 50%;
}

.nav-right {
    display: flex;
    align-items: center;
    margin-right: 55px;
}

.nav-item {
    display: flex;
    margin-left: 75px;
}

.nav-link {
    color: #c9c9c9;
    cursor: pointer;
    position: relative;
    user-select : none;
    transition: color 300ms ease, background-clip 300ms ease, -webkit-text-fill-color 300ms ease;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    transform: scaleX(0);
    transition: transform 300ms ease-in;
}

.nav-link:hover:after {
    transform: scaleX(1);
}

.nav-link:hover {
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-link.active {
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.nav-link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    transform: scaleX(1);
    transition: transform 300ms ease-in;
}

.nav-link.active:hover:after {
    transform: scaleX(1);
    border-bottom-color: transparent;
}

.accueil {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nom {
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev {
    font-size: 40px;
}

.presentation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.presentation-content {
    padding-top: 85px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.presentation-text {
    font-size: 20px;
    width: 50%;
}

.presentation-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}

.presentation-text-paragraphe {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.separator {
    height: 1px;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
}

.contact {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titre {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-items {
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 50%;
    justify-content: center;
    align-items: center;
}

.contact-img {
    height: 120px;
    height: 120px;
    border-radius: 20px;
}

.in {
    letter-spacing: -0.3rem;
}

.contact-logo {
    font-family: "Lexend", sans-serif;
    font-size: 110px;
    font-weight: 600;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.contact-link {
    margin-left: 20px;
    margin-right: 20px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    color: rgb(255, 255, 255);
}

.competences {
    padding-top: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.competence {
    display: flex;
    align-items: center;    
    flex-direction: column;
}

.sous-competence {
    display: flex;
    align-items: center;    
    flex-direction: column;
}

.apprentissages-critiques {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.apprentissage-critique {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
    padding: 75px;
}

.apprentissage-critique-contenu {
    text-align: justify;
    line-height: 30px;
}

.competence-titre {
    font-size: 30px;
    font-weight: 600;
    padding: 50px;
}

.sous-competence-titre {
    font-size: 26px;
    font-weight: 500;
}

.apprentissage-critique-titre {
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.img-c {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
}

.content-image {
    width: 90%;
    border-radius: 10px;
}







.competences {
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }

  .bloc {
    max-width: 1000px;
    padding: 40px;
    background-color: #111;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  }

  .bloc-titre {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fdca30, #ff784f, #f05588, #bc50cf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .bloc-contenu {
    text-align: justify;
    line-height: 1.6;
    margin-top: 20px;
  }

  .img-c {
    margin-top: 30px;
    text-align: center;
  }

  .content-image {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    margin-bottom: 10px;
  }