footer .pre-footer {
    background-color: #ececec;
}

footer .pre-footer .container {
    display: flex;
    padding: 30px 25px;
}

footer .contact {
    display: flex;
    flex-direction: column;
}

footer .contact .logo-container {
    text-align: center;
}

footer .contact .link-btn {
    margin: 0 auto;
    padding: 12px 35px;
    background-color: #780028;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

footer .contact .infos {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 65%;
    font-weight: 700;
}

footer .contact .infos .title {
    font-size: 17px;
    color: #780028;
}

footer .contact .infos span {
    margin-bottom: 10px;
}

footer .mid-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

footer .mid-col .links {
    display: flex;
}

footer .mid-col .links .col {
    margin: 0 auto;
    width: 33%;
    text-align: left;
}

footer .mid-col .links .col span {
    display: block;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 700;
    color: #780028;
    text-transform: uppercase;
}

footer .mid-col .links a {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;    
    text-transform: uppercase;
}

footer .mid-col .newsletter {
    display: flex;
    margin-top: 20px;
    padding: 20px 55px;
    width: 70%;
    background-color: white;
}

footer .newsletter > span {
    display: block;
    margin-right: auto;
    width: 40%;
    font-size: 15px;
    font-weight: 700;
    color: #780028;
    text-transform: uppercase;
}

footer .newsletter > form {
    flex-grow: 1;
}

footer .mid-col .newsletter .input-container input {
    padding: 3.5px 8px;
    width: 75%;
    height: 30px;
    border: none;
    background-color: #ececec;
    font-style: italic;
}

footer .mid-col .newsletter .input-container button {
    padding: 9px 15px;
    background-color: #fcca12;
    border: 1px solid white;
    font-size: 15px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .mid-col .newsletter .input-container button:hover {
    border-color: #fcca12;
    background-color: white;
    color: #fcca12;
}

footer .footer {
    background-color: #780028;
    font-size: 12px;
    color: white;
}

footer .footer .container {
    padding: 14px;
    text-align: center;
}

footer .footer .container span + span:before {
    content: ' | ';
    margin: 0 5px;
}