/**** Page contacte ******/

/* * {
    box-sizing: border-box;
} */

h1 {
    color: #1b2729;
    size: 36px;
    font-weight: bold;
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
}

.input_box > label {
    display: block;
    margin-bottom: 10px;
}

.asterisque:after {
    content: "*";
    color: red;
    margin-left: 2px;
    height: 10%;
}

.input_box > input,
.input_box > textarea,
.input_box > select {
    width: 100%;
    height: 35px;
    border: 1px solid #e1e5e6;
    border-radius: 3px;
}

.input_box > textarea {
    height: 150px;
}

/* Footer  */

.footer-container {
    color: white;
    background-color: #d63000;
    padding: 100px 0;
}

.footer-content-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
