body, header {
    background-color: var(--light-bg-gold);
}
.projet-bg-wrapper {
    border: 1px solid var(--gold);
    padding: 0.5rem;
    margin-bottom: 3rem;
    width: 100%;
}
.projet-title {
    
    width: 100%;
    height: 50rem;
    background-image: url(../images/description/private-boats-parked-port-pure-blue-sky.jpg);
    background-position: 0 45%;
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.projet-title h2 {
    font-size: 6rem;
    color: white;
    text-transform: uppercase;
    font-family: var(--nunito);
    margin-bottom: 2rem;
    font-weight: 350;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
main.descr-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}
form.descr-form {
    flex: 1;
}
section.profile {
    flex: 1;
    padding: 0 5rem
}
section.profile article {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: 30px;
}
section.profile article h3, h4 {
    font-size: 4.5rem;
    
    font-family: var(--nunito);
    font-weight: 350;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}
section.profile article h4 {
    position: absolute;
    color: var(--gold);
    top: -30px;
    right: 30px;
    z-index: -1;
    opacity: 0.45;
}

.input-container input {
    margin-bottom: 0.5rem;
}
.input-container-wrapper {
    height: 5rem;
    width: 100%;
    margin-bottom: 1.75rem;
}

section.profile article p {
    font-size: 1.6rem;
    line-height: 30px;
    font-family: var(--roboto);
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

h2.form-title {
    font-size: 2rem;
    
    font-family: var(--nunito);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}


.input-container textarea {
width: 100%;
height: 14.7rem;
resize: none;
padding: 1rem;
border: #b3b3b3 1px solid;
outline: 0;
margin-bottom: 2rem;


}

.send-form-button {
    padding: 1.4rem 4rem;
    letter-spacing: 2.5px;
    margin-bottom: 2rem;
    background-color: var(--dark-gold);
    border: 1px solid var(--dark-gold);
}
.send-form-button:hover {
    background-color: var(--gold);
    color: white;
}
header {
    margin-bottom: 2rem;
}
@media only screen and (max-width:1200px) {
    h2.form-title {
        font-size: 1.8rem;
    }
    section.profile article h3 {
        font-size: 2.4rem;
    }
    section.profile article h4 {
        font-size: 2.4rem;
        top: -10px;
        right: 5px;
    }
    .projet-title {
        background-position: center;
    }
    section.profile article p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .input-container label {
        font-size: 1rem;
    }
    .input-container textarea {
        height: 8rem;
        }
    .send-form-button {
        font-size: 1rem;
    }
    /* .input-container input, .input-container select {
    padding: 1.2rem 1.6rem;

    } */
}
@media only screen and (max-width:750px) {
    h2.form-title {
        font-size: 1.6rem;
        text-align: center;
    }
    section.profile {
        padding: 0;
    }
    .error-form {
        font-size: 1rem;
    }
    section.profile article h3 {
        font-size: 2rem;
    }
    .projet-title {
        height: 35rem;
        background-repeat: no-repeat;
        background-position: center;
    }
    .projet-title h2 {
        font-size: 4rem;
        letter-spacing: 4px;
    }
    section.profile article h4 {
        display: none;
    }
    section.profile article p {
        font-size: 1.1rem;
        line-height: 1.6rem;
        text-align: left;
    }
    .input-container label {
        font-size: 0.9rem;
    }
   .input-container-wrapper {
    margin-bottom: 0rem;
   }
    .input-container textarea {
        height: 5rem;
        }
    .send-form-button {
        font-size: 0.9rem;
    }
    /* .input-container input, .input-container select {
    padding: 1rem 1.4rem;

    } */
    main.descr-main {
        flex-direction: column;
        align-items: center;
    }
    form.descr-form {
        margin-bottom: 5rem;
        display: flex;
        flex-direction: column;
    }
    section.profile article {
        align-items: center;
    }
    .body-wrapper {
    padding: 0 2rem 2.5rem;
    }
}