#content-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    background: url('/images/homepagev2/background_desktop.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 10px;
}

#content {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    align-items: center;
}

#content-left {
    flex: 1 1 578px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px 32px;
}

#content-left > img {
    max-width: 100%;
    margin: -96px auto 0;
}

.homepage-title {
    position: relative;
    font-family: EdouardBeta;
    font-size: 64px;
    line-height: 52px;
    color: #1961ac;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.homepage-title-secondary {
    color: #eb6c3a;
    font-size: 64px;
}

.homepage-subtitle {
    position: relative;
    font-family: EdouardBeta;
    font-size: 19px;
    line-height: 16px;
    color: #2a63b0;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.homepage-content-buttons {
    display: flex;
    gap: 14px;
    margin: 16px 16px 0;
}

.homepage-content-buttons .btn {
    flex: 1 1 50%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 19px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
}

.btn-blue {
    color: #fff;
    background: #006eb7;
}

.btn:hover {
    text-decoration: none;
}

#methodologie-link {
    display: block;
    margin-top: 8px;
    color: #fff;
    text-decoration: underline;
}

#content-right h2 {
    font-family: VAGRoundedLTCom-Bold;
    color: #000;
    font-size: 33px;
    line-height: 1.15em;
}

#content-right label {
    display: block;
    margin-bottom: 12px;
    font-family: VAGRoundedLTCom-Light;
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
}

#zipCodeForm > div {
    display: flex;
    gap: 18px;
}

#zipCodeSubmit {
    text-align: center;
    width: 52px;
    height: 52px;
    background: url('/images/homepage/bgd_btn_ok_orange.png') no-repeat center center;
    background-size: 52px;
    font-family: VAGRoundedLTCom-Black;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}