body {
    width: 100%;
    padding: 0;
    margin: 0;
    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.mesProjets {
    background-image: url(/png/mes_projets.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: 50px;
}

.mesProjets .texteMesProjets h1 {
    color: #E2E8F0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 3.2px;
    margin: 0px;
    margin-bottom: 30px;
}

.mesProjets .texteMesProjets h1 span {
    color: #00A19A;
}

.tiret {
  animation: clignote 1s step-end infinite;
}

@keyframes clignote {
  50% { opacity: 0; }
}

.mesProjets .texteMesProjets p {
    margin: 0px;
    color: #E2E8F0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 503px;
}

.mesProjets .texteMesProjets p span {
    color: #00A19A;
}

body main section.projets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    background-color: #1F273A;
    margin: 50px 19px 100px;
    border-radius: 30px;
    padding: 124px 174px;
}

body main section.projets .projet1, body main section.projets .projet2, body main section.projets .projet3, body main section.projets .projet4, body main section.projets .projet5, body main section.projets .projet6 {
    background-color: #0F172A;
    border-radius: 30px;
    padding: 10px 7px 30px 7px;
    box-shadow: 15px 15px 2px 10px rgba(5, 10, 37, 0.30);
}

body main section.projets .projet1 .enTete , .projet2 .enTete, .projet3 .enTete, .projet4 .enTete, .projet5 .enTete, .projet6 .enTete {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    justify-content: space-between;
}

.projets .projet1 .enTete .langagesProjets, .projets .projet2 .enTete .langagesProjets, .projets .projet3 .enTete .langagesProjets, .projets .projet4 .enTete .langagesProjets, .projets .projet5 .enTete .langagesProjets, .projets .projet6 .enTete .langagesProjets {
    display: flex;
    gap: 10px;
    margin-right: 160px;
    margin-left: 4px;
}

.projets .projet1 .enTete .langagesProjets p, .projets .projet2 .enTete .langagesProjets p, .projets .projet3 .enTete .langagesProjets p, .projets .projet4 .enTete .langagesProjets p, .projets .projet5 .enTete .langagesProjets p, .projets .projet6 .enTete .langagesProjets p {
    color: #E2E8F0;
    font-size: 12px;
    font-family:'Courier New', Courier, monospace;
    font-weight: 700;
    background-color: #1F273A;
    padding: 4px;
    border-radius: 4px;
}

.projets .projet1 .enTete .svg, .projets .projet2 .enTete .svg, .projets .projet3 .enTete .svg, .projets .projet4 .enTete .svg, .projets .projet5 .enTete .svg, .projets .projet6 .enTete .svg {
    display: flex;
    gap: 10px;
}

.projets .projet1 .enTete .svg a, .projets .projet2 .enTete .svg a, .projets .projet3 .enTete .svg a, .projets .projet4 .enTete .svg a, .projets .projet5 .enTete .svg a, .projets .projet6 .enTete .svg a {
    text-decoration: none;
}

.projet1 .imageProjet, .projet2 .imageProjet, .projet3 .imageProjet, .projet4 .imageProjet, .projet5 .imageProjet, .projet6 .imageProjet {
    width: 100%;
    height: 188px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.projet1 .description h3, .projet2 .description h3, .projet3 .description h3, .projet4 .description h3, .projet5 .description h3, .projet6 .description h3 {
    margin: 0px;
    padding: 0px;
    color: #E2E8F0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;
}

.projet1 .description p, .projet2 .description p, .projet3 .description p, .projet4 .description p, .projet5 .description p, .projet6 .description p {
    margin: 0px;
    padding: 0px;
    color: #E2E8F0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.projet1 .description p span, .projet2 .description p span, .projet3 .description p span, .projet4 .description p span, .projet5 .description p span, .projet6 .description p span {
    color: #00A19A;
}

.projet1 .boutonProjet, .projet2 .boutonProjet, .projet3 .boutonProjet, .projet4 .boutonProjet, .projet5 .boutonProjet, .projet6 .boutonProjet {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projet1 .boutonProjet a, .projet2 .boutonProjet a, .projet3 .boutonProjet a, .projet4 .boutonProjet a, .projet5 .boutonProjet a, .projet6 .boutonProjet a {
    text-decoration: none;
}

.projet1 .boutonProjet a button, .projet2 .boutonProjet a button, .projet3 .boutonProjet a button, .projet4 .boutonProjet a button, .projet5 .boutonProjet a button, .projet6 .boutonProjet a button {
    padding: 8px 63px;
    border-radius: 10px;
    background-color: #0F172A;
    border: 1px solid #00A19A;
    color: #00A19A;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
}

.projets .enCours h3 {
    color: #E2E8F0;
    font-size: 36px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin: 0px;
    margin-bottom: 158px;
    margin-top: 144px;
}

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;
    }

    .projet1 .boutonProjet a button:hover, .projet2 .boutonProjet a button:hover, .projet3 .boutonProjet a button:hover, .projet4 .boutonProjet a button:hover, .projet5 .boutonProjet a button:hover, .projet6 .boutonProjet a button:hover {
        color: #E2E8F0;
        border: 2px solid #E2E8F0;
    }

    .projet1 .boutonProjet a button, .projet2 .boutonProjet a button, .projet3 .boutonProjet a button, .projet4 .boutonProjet a button, .projet5 .boutonProjet a button, .projet6 .boutonProjet a button {
        transition: color 0.5s,border 0.5s;
    }

    .projet1:hover, .projet2:hover, .projet3:hover, .projet4:hover, .projet5:hover, .projet6:hover {
        transform: scale(1.1);
    }

    .projet1, .projet2, .projet3, .projet4, .projet5, .projet6 {
        transition: transform 0.3s;
    }


    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.mesProjets {
        background-size: cover;
        height: 100%;
        padding-left: 30px;
    }

    .mesProjets .texteMesProjets h1 {
        font-size: 44px;
        margin-top: 180px;
    }

    .mesProjets .texteMesProjets p {
        font-size: 14px;
        margin-bottom: 180px;
    }

    body main section.projets {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 15px 100px;
        padding: 124px 50px;
    }

    body main section.projets .projet1, body main section.projets .projet2, body main section.projets .projet3, body main section.projets .projet4, body main section.projets .projet5, body main section.projets .projet6 {
        width: 491px;
    }

    .projet1 .description h3, .projet2 .description h3, .projet3 .description h3, .projet4 .description h3, .projet5 .description h3, .projet6 .description h3 {
        font-size: 18px;
    }

    .projet1 .description p, .projet2 .description p, .projet3 .description p, .projet4 .description p, .projet5 .description p, .projet6 .description p {
        font-size: 12px;
    }

    .projet1 .boutonProjet a button, .projet2 .boutonProjet a button, .projet3 .boutonProjet a button, .projet4 .boutonProjet a button, .projet5 .boutonProjet a button, .projet6 .boutonProjet a button {
        font-size: 12px;
    }

    .projets .enCours h3 {
        font-size: 30px;
    }

    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.mesProjets {
        background-size: cover;
        height: 100%;
    }

    .mesProjets .texteMesProjets h1 {
        font-size: 30px;
        margin-top: 100px;
        margin-bottom: 15px;
    }

    .mesProjets .texteMesProjets p {
        font-size: 12px;
        width: 70%;
        margin-bottom: 100px;
    }

    body main section.projets .projet1, body main section.projets .projet2, body main section.projets .projet3, body main section.projets .projet4, body main section.projets .projet5, body main section.projets .projet6 {
        width: 100%;
    }

    body main section.projets .projet1 .enTete , .projet2 .enTete, .projet3 .enTete, .projet4 .enTete, .projet5 .enTete, .projet6 .enTete {
        flex-direction: column;
    }

    .projets .projet1 .enTete .langagesProjets, .projets .projet2 .enTete .langagesProjets, .projets .projet3 .enTete .langagesProjets, .projets .projet4 .enTete .langagesProjets, .projets .projet5 .enTete .langagesProjets, .projets .projet6 .enTete .langagesProjets {
        margin-right: 0px;
        margin-left: 0px;
    }

    .projets .projet1 .enTete .langagesProjets p, .projets .projet2 .enTete .langagesProjets p, .projets .projet3 .enTete .langagesProjets p, .projets .projet4 .enTete .langagesProjets p, .projets .projet5 .enTete .langagesProjets p, .projets .projet6 .enTete .langagesProjets p {
        font-size: 10px;
    }

    .projet1 .description h3, .projet2 .description h3, .projet3 .description h3, .projet4 .description h3, .projet5 .description h3, .projet6 .description h3 {
        font-size: 16px;
    }

    .projet1 .description p, .projet2 .description p, .projet3 .description p, .projet4 .description p, .projet5 .description p, .projet6 .description p {
        font-size: 10px;
    }

    .projet1 .boutonProjet a button, .projet2 .boutonProjet a button, .projet3 .boutonProjet a button, .projet4 .boutonProjet a button, .projet5 .boutonProjet a button, .projet6 .boutonProjet a button {
        font-size: 10px;
    }

    .projets .enCours h3 {
        font-size: 20px;
    }

    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;
    }

}