/* --------------------
 Contact
-------------------- */
.contact {
    background-color: #f7f7f7;
    background-image: url(../../images/english/commons/com-ribbon-light.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: calc(100vh - 30px);
    overflow: hidden;
}

.contact__head {
    padding: 20px 15px 0;
}

@media (min-width: 480px) {
    .contact__head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact__head__title {
    margin: 0 0 15px;
}

.contact__head__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 20px;
    padding-right: 70px;
}

@media (min-width: 480px) {
    .contact__head__subtitle {
        font-size: 1.6rem;
        padding-right: 0;
    }
}

.contact-container {
    margin: auto auto 60px;
    max-width: 700px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .contact-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1240px) {
    .contact-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact__title {
    color: #046298;
    font-size: 2.6rem;
    margin: 30px 0;
}

.contact__flow {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.contact__flow__container {
    background-color: #dddddd;
    display: flex;
    height: 60px;
    margin: auto;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.contact__flow__item {
    color: #a8a8a8;
    display: flex;
    flex-grow: 1;
    height: 100%;
    margin: auto;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    text-decoration: none;
}

.contact__flow__item:first-child {
    padding-left: 20px;
}

.contact__flow__item:last-child {
    padding-right: 0;
}

.contact__flow__item:after {
    background-color: #dddddd;
    box-shadow: 2px -2px rgba(255, 255, 255, .75);
    content: "";
    display: inline-block;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 0;
    transform: scale(.707) rotate(45deg);
    width: 60px;
    z-index: 1;
}

.contact__flow__item:last-child:after {
    content: none;
}

.contact__flow__item.is-active, .contact__flow__item.is-active:after {
    background-color: #3882ac;
    box-shadow: none;
    color: #ffffff;
}

.contact__flow__item__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    z-index: 2;
}

.contact__flow__item__content__title {
    font-size: 1.4rem;
    font-weight: 400;
}

.contact__flow__note {
    font-size: 1.4rem;
    padding-top: 10px;
}

.contact__attention {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 60px;
}

.contact__privacy {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.contact__privacy__link {
    color: #046298;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.contact__privacy__link:hover {
    color: rgba(4, 98, 152, .75);
}

.contact__form__main__attention {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: right;
}

.contact__form__main#mailformpro .mfp_err {
    background: none;
    color: #c5233e;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.contact__form__main#mailformpro input[type="text"], .contact__form__main#mailformpro input[type="email"], .contact__form__main#mailformpro input[type="tel"] {
    -webkit-appearance: none;
    background-color: #f6f6f6;
    border: 1px solid rgba(112, 112, 112, .5);
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 5px;
    width: 100%;
}

.contact__form__main#mailformpro textarea {
    -webkit-appearance: none;
    background-color: #f6f6f6;
    border: 1px solid rgba(112, 112, 112, .5);
    border-radius: 0;
    box-shadow: none;
}

.contact__form__main#mailformpro .required {
    color: #c1272d;
}

.contact__form__main#mailformpro .contact__form__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 30px;
    max-width: 100%;
    width: 100%;
}

.contact__form__main#mailformpro .contact__form__main__table th {
    background-color: #eaeaea;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.contact__form__main#mailformpro .contact__form__main__table td {
    background-color: #ffffff;
}

.contact__form__main#mailformpro .contact__form__main__table th, .contact__form__main#mailformpro .contact__form__main__table td {
    border-top: 1px solid rgba(112, 112, 112, .8);
    padding: 15px;
}

@media (min-width: 768px) {
    .contact__form__main#mailformpro .contact__form__main__table th {
        width: 215px;
    }
    .contact__form__main#mailformpro .contact__form__main__table tr:last-child th, .contact__form__main#mailformpro .contact__form__main__table tr:last-child td {
        border-bottom: 1px solid rgba(112, 112, 112, .5);
    }
}

@media (max-width: 767px) {
    .contact__form__main#mailformpro .contact__form__main__table tr, .contact__form__main#mailformpro .contact__form__main__table th, .contact__form__main#mailformpro .contact__form__main__table td {
        display: block;
    }
    .contact__form__main#mailformpro .contact__form__main__table td {
        padding: 30px 15px;
    }
}

.contact__form__main#mailformpro .contact__form__main__textarea {
    height: 60px;
    width: 100%;
}

@media (max-width: 767px) {
    .contact__form__main#mailformpro .contact__form__main__textarea {
        height: 120px;
    }
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item {
    display: inline-block;
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 15px 8px 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: normal;
    word-break: break-all;
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item label span {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: middle;
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item label span:before {
    background-color: transparent;
    border: 1px solid rgba(112, 112, 112, .5);
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 0;
}

.contact__form__main#mailformpro .contact__form__main__checkbox__item label input:checked ~ span:before {
    background-color: #212121;
}

.contact__form__main#mailformpro .contact__form__main__action {
    margin: 0;
    text-align: center;
}

.contact__form__main#mailformpro .contact__form__main__action__button {
    -webkit-appearance: none;
    background: none;
    background-color: #006299;
    border: 1px solid white;
    border-radius: 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
    color: white;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.contact__form__main#mailformpro .contact__form__main__action__button img {
    vertical-align: middle;
}

@media (min-width: 480px) {
    .contact__form__main#mailformpro .contact__form__main__action__button {
        width: 180px;
    }
}

.contact__form__main#mailformpro .contact__form__main__action__button:hover, .contact__form__main#mailformpro .contact__form__main__action__button:focus {
    background-color: rgba(0, 98, 153, .8);
    color: white;
}

.contact__form__main#mailformpro .contact__form__main__error {
    background: #f9f9f9;
    border: 1px solid #9e9d9d;
    color: #c1272d;
    margin-bottom: 20px;
    padding: 15px;
}

.contact__form__main#mailformpro .contact__form__main__error ul {
    font-size: 13px;
    line-height: 1.2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact__form__main#mailformpro .contact__form__main__error ul li {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
}

.contact__form__main#mailformpro .contact__form__main__error ul li:last-child {
    margin-bottom: 0;
}

.contact__complete {
    margin-bottom: 100px;
}

.contact__complete__title {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 10px;
}

.contact__complete__description {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 100px;
}

.contact__complete__action {
    margin-bottom: 10px;
    text-align: center;
}

.contact__complete__action__button {
    background-color: #006299;
    border: 1px solid white;
    border-radius: 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
    color: white;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.contact__complete__action__button img {
    vertical-align: middle;
}

@media (min-width: 480px) {
    .contact__complete__action__button {
        width: 180px;
    }
}

.contact__complete__action__button:hover, .contact__complete__action__button:focus {
    background-color: rgba(0, 98, 153, .8);
    color: white;
}

.mfp_element_all {
    max-width: none;
}

.mfp_buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .mfp_buttons {
        flex-direction: row-reverse;
    }
}

#mfp_button_send.mfp_element_button {
    -webkit-appearance: none;
    background: none;
    background-color: #006299;
    border: 1px solid #444444;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    #mfp_button_send.mfp_element_button {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#mfp_button_send.mfp_element_button:hover, #mfp_button_send.mfp_element_button:focus {
    background-color: rgba(0, 98, 153, .75);
    color: #ffffff;
}

#mfp_button_cancel.mfp_element_button {
    -webkit-appearance: none;
    background: none;
    background-color: rgba(204, 204, 204, 0);
    border: 1px solid #444444;
    border-radius: 2px;
    box-shadow: none;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    #mfp_button_cancel.mfp_element_button {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#mfp_button_cancel.mfp_element_button:hover, #mfp_button_cancel.mfp_element_button:focus {
    background-color: #cccccc;
    color: #444444;
}

table#mfp_confirm_table {
    margin: 0 0 30px;
}

table#mfp_confirm_table tr th {
    font-size: 1.4rem;
    font-weight: 400;
    width: 120px;
}

table#mfp_confirm_table tr td {
    font-size: 1.4rem;
    font-weight: 400;
    width: auto;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    padding: 10px 10px;
}

table#mfp_confirm_table tr.mfp_colored {
    background: none;
}
