body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #0F172A;
}

body header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
    
}

body header nav img {
    padding: 11px 617px 11px 30px;
    width: 73px;
    height: 71px;
}

body header nav ul {
    display: flex;
    gap: 60px;
    list-style: none;
    padding: 0;
}

body header nav ul li a {
    font-family: "courier-new", sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #E2E8F0;
}

body header nav a button.contact {
    padding: 21px;
    border-radius: 66px;
    background-color: #0F172A;
    border: 2px solid;
    border-color: #00A19A;
    color: #00A19A;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

body main section.quiSuisJe {
    background-image: url(/png/qui_suis_je.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    height: 684px;
    display: flex;
    align-items: center;
    padding-left: 193px;
    margin-bottom: 86px;
}

body main section.quiSuisJe h1 {
    color: #E2E8F0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3.2px;
}

.tiret {
  animation: clignote 1s step-end infinite;
}

@keyframes clignote {
  50% { opacity: 0; }
}

body main section.quiSuisJe h1 span {
    color: #00A19A;
 }

body main section.timeLine {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.timeLine::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #E2E8F0;
    border-radius: 999px;
}

@keyframes defilement {
    from {
        opacity: 1;
        transform: translateX(-300px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes defilementBis {
    from {
        opacity: 1;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

body main section.timeLine div.mathis, body main section.timeLine div.devWeb, body main section.timeLine div.monBut, body main section.timeLine div.texteFrontEnd {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 150px;
    position: relative;
}

body main section.timeLine div.mesOutils {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.point {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0F172A;
    border: 2px solid #E2E8F0;
    z-index: 1;
    flex-shrink: 0;
}

.mathis .contenu, .monBut .contenu, .mesOutils .contenu {
    width: 41%;
    margin-right: auto;
    text-align: left;
    padding: 50px 25px;
    background-color: #1F273A;
    border-radius: 15px;
    box-shadow: -15px 15px 4px 10px rgba(0, 0, 0, 0.20);
    animation: defilement 0.8s;
    animation-timeline: view();
    animation-range: 0% 50%;
}

.devWeb .contenu, .texteFrontEnd .contenu {
    width: 41%;
    margin-left: auto;
    text-align: left;
    padding: 50px 25px;
    background-color: #1F273A;
    border-radius: 15px;
    box-shadow: 15px 15px 4px 10px rgba(0, 0, 0, 0.20);
    animation: defilementBis 0.8s;
    animation-timeline: view();
    animation-range: 0% 50%;
}

.mathis .contenu h3, .monBut .contenu h3, .mesOutils .contenu h3, .devWeb .contenu h3, .texteFrontEnd .contenu h3 {
    color: #E2E8F0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.mathis .contenu p, .monBut .contenu p, .mesOutils .contenu p, .devWeb .contenu p, .texteFrontEnd .contenu p {
    color: #E2E8F0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.mathis .contenu p span, .monBut .contenu p span, .mesOutils .contenu p span, .devWeb .contenu p span, .texteFrontEnd .contenu p span {
    color: #00A19A;
    font-weight: 700;
}

body main section.competences {
    margin-top: 86px;
    background-color: #1F273A;
    padding: 90px 61px 30px;
}

body main section.competences div.langages {
    display: flex;
    gap: 106px;
    justify-content: space-between;
    margin-bottom: 90px;
}

.langages .frontEnd {
    border-right: 2px solid #E2E8F0;
    border-left: 2px solid #E2E8F0;
    padding: 4px 18px 8px 18px;
}

.langages .backEnd {
    border-right: 2px solid #E2E8F0;
    border-left: 2px solid #E2E8F0;
    padding: 4px 18px 8px 18px;
}

.langages .cms {
    border-right: 2px solid #E2E8F0;
    border-left: 2px solid #E2E8F0;
    padding: 4px 18px 8px 18px;
}

.langages .design {
    border-right: 2px solid #E2E8F0;
    border-left: 2px solid #E2E8F0;
    padding: 4px 18px 8px 18px;
}

.competences .langages h3 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: #E2E8F0;
    font-weight: 600;
    margin: 0;
    margin-bottom: 31px;
    text-align: center;
}

.competences .langages .blanc {
    background-color: #E2E8F0;
    width: 219px;
    height: 28px;
    margin-bottom: 22px;
    border-radius: 50px;
}

.competences .langages .vertHtml {
    background-color: #00A19A;
    width: 75%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertCss {
    background-color: #00A19A;
    width: 70%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertJs {
    background-color: #00A19A;
    width: 50%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertPhp {
    background-color: #00A19A;
    width: 30%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertSql {
    background-color: #00A19A;
    width: 11%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertWp {
    background-color: #00A19A;
    width: 75%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertFigma {
    background-color: #00A19A;
    width: 65%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages .vertSuiteAdobe {
    background-color: #00A19A;
    width: 48%;
    height: 28px;
    padding-left: 20px;
    margin-bottom: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.competences .langages p {
    color: #0F172A;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight: 700;
}

.competences .cvCompetences {
    text-align: center;
}

.competences .cvCompetences a button {
    background-color: #1F273A;
    border: 2px solid #00A19A;
    padding: 21px 25px;
    color: #00A19A;
    border-radius: 66px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

body main section.collaboration {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collaboration h2 {
    color: #E2E8F0;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.collaboration p {
    color: #E2E8F0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 577px;
}

.collaboration p span {
    color: #00A19A;
    font-weight: 700;
}

body footer {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid;
    border-color: #00A19A;
    padding-top: 35px;
}

body footer div.liens {
    display: flex;
    flex-direction: column;
    padding-left: 193px;
    gap: 32.5px;
}

body footer div.liens h2 {
    margin: 0;
    padding: 0;
    color: #E2E8F0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

body footer div.liens nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

body footer div.liens nav ul li a {
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    font-weight: 700;
    color: #E2E8F0;
}

body footer div.creditsFooter {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 318px;
    margin-right: 318px;
}

body footer div.creditsFooter img {
    width: 98px;
    height: 95px;
}

body footer div.creditsFooter p.credit {
    color: #E2E8F0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    width: 202px;
    height: 32px;
    text-align: center;
}

body footer div.reseauxsociaux {
    padding-right: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body footer div.reseauxsociaux h2 {
    padding: 0;
    margin: 0;
    color: #E2E8F0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

body footer div.reseauxsociaux div.reseaux {
    display: flex;
    gap: 35px;
}

body footer div.reseauxsociaux div.reseaux a {
    text-decoration: none;
}

body footer div.reseauxsociaux div.reseaux a img {
    width: 45px;
    height: 45px;
}

@media screen and (min-width: 769px) {
    body header nav ul li a:hover {
        color: #00A19A;
    }

    body header nav ul li a {
        transition: color 0.5s;
    }

    body header nav a button.contact:hover {
        border: 2px solid #E2E8F0;
        color: #E2E8F0;
    }

    body header nav a button.contact {
        transition: border 0.5s,color 0.5s;
    }

    .competences .cvCompetences a button:hover {
        color: #E2E8F0;
        border: 2px solid #E2E8F0;
    }

    .competences .cvCompetences a button {
        transition: color 0.5s,border 0.5s;
    }

    body footer div.liens nav ul li a:hover {
        color: #00A19A;
    }

    body footer div.liens nav ul li a {
        transition: color 0.5s;
    }

    body footer div.reseauxsociaux div.reseaux a img:hover {
        transform: scale(1.1);
    }

    body footer div.reseauxsociaux div.reseaux a img {
        transition: transform 0.3s;
    }

}

@media screen and (max-width: 1024px) {
    body header nav {
        margin-right: 15px;
    }

    body header nav img {
        padding: 11px 100px 11px 30px;
    }

    body header nav ul li a {
        font-size: 14px;
    }

    body header nav a button.contact {
        font-size: 14px;
    }

    body main section.quiSuisJe {
        background-size: cover;
        height: 100%;
        padding-left: 30px;
    }

    body main section.quiSuisJe h1 {
        font-size: 40px;
        margin-top: 200px;
        margin-bottom: 200px;
    }

    body main section.timeLine div.mathis, body main section.timeLine div.devWeb, body main section.timeLine div.monBut, body main section.timeLine div.texteFrontEnd {
        align-items: center;
        flex-direction: column;
    }

    body main section.timeLine div.mesOutils {
        flex-direction: column;
        align-items: center;
    }

    .point {
        display: none;
    }

    .mathis .contenu, .monBut .contenu, .mesOutils .contenu {
        margin-right: 0;
    }

    .devWeb .contenu, .texteFrontEnd .contenu {
        margin-left: 0;
    }

    body main section.competences div.langages {
        flex-wrap: wrap;
        gap: 100px;
    }

    .mathis .contenu h3, .monBut .contenu h3, .mesOutils .contenu h3, .devWeb .contenu h3, .texteFrontEnd .contenu h3 {
        font-size: 16px;
    }

    .mathis .contenu p, .monBut .contenu p, .mesOutils .contenu p, .devWeb .contenu p, .texteFrontEnd .contenu p {
        font-size: 14px;
    }

    .competences .langages h3 {
        font-size: 18px;
    }

    .competences .langages p {
        font-size: 18px;
    }

    .competences .cvCompetences a button {
        font-size: 14px;
    }

    .collaboration h2 {
        font-size: 28px;
    }

    .collaboration p {
        font-size: 14px;
    }

    body footer {
        flex-direction: column;
        padding-left: 100px;
    }

    body footer div.liens {
        padding-left: 0px;
    }

    body footer div.liens h2 {
        font-size: 16px;
    }

    body footer div.liens nav ul li a {
        font-size: 14px;
    }

    body footer div.creditsFooter {
        margin-left: 0px;
        margin-right: 0px;
        align-items: center;
        margin-top: 30px;
        flex-direction: row;
        margin-bottom: 30px;
    }

    body footer div.creditsFooter img {
        width: 75px;
        height: auto;
    }


    body footer div.creditsFooter p.credit {
        font-size: 12px;
        margin-bottom: 0px;
        height: auto;
    }

    body footer div.reseauxsociaux {
        padding-right: 0px;
        align-items: start;
    }

    body footer div.reseauxsociaux h2 {
        font-size: 16px;
    }

    body footer div.reseauxsociaux div.reseaux {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 35px;
    }

    body footer div.reseauxsociaux div.reseaux a img {
        width: 35px;
        height: 35px;
    }

}

@media screen and (max-width: 480px) {
    body header nav {
        flex-direction: column;
        margin-right: 0px;
        align-items: start;
        padding-left: 30px;
    }

    body header nav img {
        padding: 10px 0px 30px 0px;
    }

    body header nav ul {
        flex-direction: column;
        gap: 30px;
        margin: 0px;
        margin-bottom: 30px;
    }

    body header nav ul li a {
        font-size: 12px;
    }

    body header nav a button.contact {
        font-size: 12px;
        margin-bottom: 10px;
    }

    body main section.quiSuisJe {
        background-size: cover;
        height: 100%;
    }

    body main section.quiSuisJe h1 {
        font-size: 30px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    body main section.timeLine {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mathis .contenu, .monBut .contenu, .mesOutils .contenu {
        width: auto;
    }

    .devWeb .contenu, .texteFrontEnd .contenu {
        width: auto;
    }

    .mathis .contenu h3, .monBut .contenu h3, .mesOutils .contenu h3, .devWeb .contenu h3, .texteFrontEnd .contenu h3 {
        font-size: 14px;
    }

    .mathis .contenu p, .monBut .contenu p, .mesOutils .contenu p, .devWeb .contenu p, .texteFrontEnd .contenu p {
        font-size: 12px;
    }

    body main section.competences {
        padding: 90px 30px 30px;
    }

    body main section.competences div.langages {
        flex-direction: column;
        align-items: center;
    }

    .competences .langages h3 {
        font-size: 16px;
    }

    .competences .langages p {
        font-size: 16px;
    }

    .competences .cvCompetences a button {
        font-size: 12px;
    }

    .collaboration h2 {
        font-size: 20px;
        padding: 0px 30px;
    }

    .collaboration p {
        font-size: 12px;
        padding: 0px 30px;
        width: auto;
    }

    body footer {
        padding-left: 30px;
    }

    body footer div.liens h2 {
        font-size: 14px;
    }

    body footer div.liens nav ul li a {
        font-size: 12px;
    }

    body footer div.creditsFooter {
        flex-direction: row;
        
    }

    body footer div.creditsFooter img {
        width: 55px;
        height: auto;
    }


    body footer div.creditsFooter p.credit {
        font-size: 10px;
        height: auto;
    }

    body footer div.reseauxsociaux h2 {
        font-size: 14px;
    }

    body footer div.reseauxsociaux div.reseaux a img {
        width: 28px;
        height: 28px;
    }
}