.contact-intro {
    text-align: center;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #961919;
    letter-spacing: 0.1rem;
}

.contact-intro .bloc p {
    font-size: 18.9px;
    line-height: 26px;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;  
    margin-bottom: 15px;
}

.contact-intro .bloc .more-link a.primary-link {
    margin: 0 5px;
}

a.primary-link,
button.primary-button {
    display: inline-block;
    vertical-align: top;
}

a.primary-link.red > span,
button.primary-button.red > span {
    background-color: #961919;
    color: #fff;
}

a.primary-link > span,
button.primary-button > span {
    display: block;
    height: 40px;
    line-height: 39px;
    text-align: center;
    padding: 0 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12.9px;
    font-weight: 600;
    position: relative;
    transition: ease-in 0.1s;
}

a.primary-link.red:hover > span,
button.primary-button.red:hover > span {
    background-color: #8A0024;
    text-decoration: none;
}

a.primary-link.red,
button.primary-button.red {
    text-decoration: none;
}

.contact-section {
    margin: 20px 0;
}

form .col {
    margin: 10px 5px;
}

label {
    color: #858688;
    font-weight: 500;
}

.form-control {
    padding: 1.2rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.1rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}

form {
    margin-top: -10px;
}

.checkbox-text {
    color: black;
    font-size: 1.1rem;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check input {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.form-check label {
    font-size: 0.9rem;
}

.custom-file {
    margin-bottom: 9px;
}

.form-text {
    font-size: 0.9rem;
}

.inputfile {
    display: none;
}

.custom-file-labe {
    padding: 1.2rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.1rem;
    cursor: pointer;
    color: #495057;
    background-color: #fff;
    font-size: 0.8rem;
    width: 100%;
    margin-top: 10px; 
    height: 40px;
    align-items: center;
    display: flex;
}

.page-btn {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12.9px;
    font-weight: 600;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    color: #fff;
    background-color: #961919;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.page-btn:hover {
    background-color: #8A0024;
}

.input-group-append .page-btn {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12.9px;
    font-weight: 600;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    color: #fff;
    background-color: #961919;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.input-group-append .page-btn:hover {
    background-color: #8A0024;
}
