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.formulaire {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px;
}

.formulaire .formulaireContact {
    padding: 33px 122px 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.formulaire .formulaireContact .titreContact {
    color: #E2E8F0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    margin-bottom: 30px;
}

.formulaire .formulaireContact .nomPrenom {
    display: flex;
    gap: 10px;
}

.formulaire .formulaireContact .nomPrenom .nom, .formulaire .formulaireContact .nomPrenom .prenom, .email, .tel, .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulaire .formulaireContact label {
    color: #E2E8F0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.formulaire .formulaireContact .nomPrenom input {
    width: 180px;
    height: 33px;
    border-radius: 20px;
    background-color: #E2E8F0;
    border: 0px;
    box-shadow: 4px 4px 0 0 #00A19A;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.formulaire .formulaireContact .email input, .tel input {
    width: 380px;
    height: 33px;
    border-radius: 20px;
    background-color: #E2E8F0;
    border: 0px;
    box-shadow: 4px 4px 0 0 #00A19A;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.formulaire .formulaireContact .content textarea {
    width: 380px;
    height: 150px;
    border-radius: 20px;
    background-color: #E2E8F0;
    border: 0px;
    box-shadow: 4px 4px 0 0 #00A19A;
    margin-bottom: 30px;
    padding-top: 15px;
}

.formulaire .formulaireContact .nomPrenom input:focus {
    outline: none;
    background-color: #00A19A;
    box-shadow: 4px 4px 0 0 #E2E8F0;
}

.formulaire .formulaireContact .email input:focus, .tel input:focus {
    outline: none;
    background-color: #00A19A;
    box-shadow: 4px 4px 0 0 #E2E8F0;
}

.formulaire .formulaireContact .content textarea:focus {
    outline: none;
    background-color: #00A19A;
    box-shadow: 4px 4px 0 0 #E2E8F0;
}

.formulaire button.envoyerContact {
    padding: 5px 54px;
    color: #E2E8F0;
    background-color: #00A19A;
    border: 0px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    border-radius: 20px;
    box-shadow: 4px 4px 0 0 #E2E8F0;
    cursor: pointer;
}


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;
    }

    .formulaire button.envoyerContact:hover {
        color: #00A19A;
        box-shadow: 4px 4px 0 0 #00A19A;
        background-color: #E2E8F0;
    }

    .formulaire button.envoyerContact {
        transition: color 0.5s,box-shadow 0.5s,background-color 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;
    }
    
    .formulaire .formulaireContact {
        padding: 33px 30px 23px;
    }

    .formulaire .formulaireContact .titreContact {
        font-size: 44px;
    }

    .formulaire .formulaireContact label {
        font-size: 14px;
    }

    .formulaire .formulaireContact .nomPrenom input {
        height: 30px;
    }

    .formulaire .formulaireContact .email input, .tel input {
        height: 30px;
    }

    .formulaire button.envoyerContact {
        font-size: 18px;
    }

    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;
    }

    .formulaire .formulaireContact {
        align-items: stretch;
    }

    .formulaire .formulaireContact .titreContact {
        font-size: 34px;
    }

    .formulaire .formulaireContact .nomPrenom {
        flex-direction: column;
    }

    .formulaire .formulaireContact label {
        font-size: 12px;
    }

    .formulaire .formulaireContact .nomPrenom input {
        width: auto;
    }

    .formulaire .formulaireContact .email input, .tel input {
        width: auto;
    }

    .formulaire .formulaireContact .content textarea {
        width: auto;
    }

    .formulaire button.envoyerContact {
        font-size: 14px;
    }

    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;
    }
}