h1 {
    font-family: 'Marcellus',serif;
    text-align: center;
    font-size: 52px;
    color: #c4a087;
    margin-top: 120px;
}

h3 {
    font-family: 'Marcellus',serif;
    text-align: center;
    font-size: 26px;
    color: #c4a087;
    font-weight: 300;
    margin-top: 0;
}
.h3FOOT {
    font-family: 'Marcellus',serif;
    color: #f0e5dd;
    font-size: 28px;
    font-weight: 400;
}
p {
    width: 30%;
    margin: auto;
    margin-top: 80px;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
}
form {
    width: 46%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
label, input, textarea {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #1a1a1a;
}
label {
    font-size: 20px;
    font-weight: 500;
}
.asterix {
    font-size: 16px;
    font-weight: 300;
}
input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 50px;
    margin-top: 1.5em;
    border: none;
    opacity: 60%;
}
textarea {
    width: 100%;
    opacity: 60%;
    padding-left: 15px;
    border: none;
    margin-bottom: 10px;
}
.bouton {
    width: 100%;
    text-align: center;
}
button {
    width: 100px;
    height: 45px;
    font-family: 'Marcellus', serif;
    font-size: 18px;
    border: none;
    background-color: #c4a087;
    color: #f0e5dd;
}
button:hover{
    background-color: #f0e5dd;
    color: #1f1f1f;
}
.photos {
    width: 96%;
    margin: auto;
    display: flex;
    margin-bottom: 60px;
    margin-top: 100px;
}
.photoCase {
    width: 32%;
    height: 29vw;
    margin-left: 1%;
    overflow: hidden;
}
.photoCase img {
    height: 100%;
    object-fit: cover;
}

.selection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.selection label {
    margin-bottom: 1em;
}
.selection select {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    background-color: #ebd8ca;
    height: 2.8em;
    padding-inline: 0.5em;
    border-radius: 1em;
    border: none;
}
.clc {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}

.felicia {
    width: 100%;
}