
.wrap{
    max-width: 100%;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: "MainTypo";
    font-weight: 400;
    line-height: 1.5;
    color: #234187;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

[data-whatinput="mouse"] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: "MainTypo";
}

em,
i {
    font-style: italic;
}

b,
em,
i,
strong {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 70%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "MainTypo";
    font-weight: 500;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #fff;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

a {
    color: #394f9d;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #fdfb0e;
}

a img {
    border: 0;
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}


ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: none;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: inherit;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "\2014    ";
}

abbr {
    color: #234187;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
    background-color: #f3f3f3;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.args--items,
.comment-list,
.footer--column .footer--group--items,
.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5625rem;
    padding: 0.875rem;
    border: 1px solid transparent;
    margin: 0 0 1.75rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #f3f3f3;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    border: 1px solid #fff;
    background-color: #dadada;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}



input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    
    cursor: not-allowed;
}

[type="button"],
[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    box-sizing: border-box;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1.75rem;
}

[type="checkbox"]+label,
[type="radio"]+label {
    display: inline-block;
    margin-left: 0.875rem;
    margin-right: 1.75rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

[type="checkbox"]+label[for],
[type="radio"]+label[for] {
    cursor: pointer;
}

label>[type="checkbox"],
label>[type="radio"] {
    margin-right: 0.875rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
}

label.middle {
    margin: 0 0 1.75rem;
    padding: 0.9375rem 0;
}

.help-text {
    margin-top: -0.875rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.75rem;
}

.input-group> :first-child,
.input-group> :last-child>* {
    border-radius: 0 0 0 0;
}

.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #f3f3f3;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 3.625rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0;
}

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    margin-bottom: 0.875rem;
    max-width: 100%;
}

.fieldset {
    border: 0 solid #cacaca;
    padding: 1.875rem;
    margin: 1.125rem 0;
}

.fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

select {
    height: 3.5625rem;
    padding: 0.875rem;
    border: 1px solid transparent;
    margin: 0 0 1.75rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1.75rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 2.625rem;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    background-color: #cacaca;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840;
}

.form-error,
.is-invalid-label {
    color: #ec5840;
}

.form-error {
    display: none;
    margin-top: -0.875rem;
    margin-bottom: 1.75rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-error.is-visible {
    display: block;
}

.button,
.comment-form input[type="submit"],
.submit-wrap input[type="submit"] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1.4em;
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
    background-color: #394f9d;
    color: white;
}

.comment-form [data-whatinput="mouse"] input[type="submit"],
.submit-wrap [data-whatinput="mouse"] input[type="submit"],
[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] .comment-form input[type="submit"],
[data-whatinput="mouse"] .submit-wrap input[type="submit"] {
    outline: 0;
}



.button.tiny,
.comment-form input.tiny[type="submit"],
.submit-wrap input.tiny[type="submit"] {
    font-size: 0.6rem;
}

.button.small,
.comment-form input.small[type="submit"],
.submit-wrap input.small[type="submit"] {
    font-size: 0.75rem;
}

.button.large,
.comment-form input.large[type="submit"],
.submit-wrap input[type="submit"] {
    font-size: 1.25rem;
}

.button.expanded,
.comment-form input.expanded[type="submit"],
.submit-wrap input.expanded[type="submit"] {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.button.primary,
.comment-form input.primary[type="submit"],
.submit-wrap input.primary[type="submit"] {
    background-color: #394f9d;
    color: #0a0a0a;
}

.button.primary:focus,
.button.primary:hover,
.comment-form input.primary[type="submit"]:focus,
.comment-form input.primary[type="submit"]:hover,
.submit-wrap input.primary[type="submit"]:focus,
.submit-wrap input.primary[type="submit"]:hover {
    background-color: #f6f402;
    color: #0a0a0a;
}

.button.secondary,
.comment-form input[type="submit"],
.submit-wrap input.secondary[type="submit"] {
    background-color: #00438a;
    color: white;
}

.button.secondary:focus,
.button.secondary:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:hover,
.submit-wrap input.secondary[type="submit"]:focus,
.submit-wrap input.secondary[type="submit"]:hover {
    background-color: #00366e;
    color: white;
}

.button.success,
.comment-form input.success[type="submit"],
.submit-wrap input.success[type="submit"] {
    background-color: #3adb76;
    color: white;
}

.button.success:focus,
.button.success:hover,
.comment-form input.success[type="submit"]:focus,
.comment-form input.success[type="submit"]:hover,
.submit-wrap input.success[type="submit"]:focus,
.submit-wrap input.success[type="submit"]:hover {
    background-color: #22bb5b;
    color: white;
}

.button.warning,
.comment-form input.warning[type="submit"],
.submit-wrap input.warning[type="submit"] {
    background-color: #ffae00;
    color: white;
}

.button.warning:focus,
.button.warning:hover,
.comment-form input.warning[type="submit"]:focus,
.comment-form input.warning[type="submit"]:hover,
.submit-wrap input.warning[type="submit"]:focus,
.submit-wrap input.warning[type="submit"]:hover {
    background-color: #cc8b00;
    color: white;
}

.button.alert,
.comment-form input.alert[type="submit"],
.submit-wrap input.alert[type="submit"] {
    background-color: #ec5840;
    color: white;
}

.button.alert:focus,
.button.alert:hover,
.comment-form input.alert[type="submit"]:focus,
.comment-form input.alert[type="submit"]:hover,
.submit-wrap input.alert[type="submit"]:focus,
.submit-wrap input.alert[type="submit"]:hover {
    background-color: #da3116;
    color: white;
}

.button.hollow,
.comment-form input.hollow[type="submit"],
.submit-wrap input.hollow[type="submit"] {
    border: 1px solid #394f9d;
    color: #394f9d;
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover,
.comment-form input.hollow[type="submit"],
.comment-form input.hollow[type="submit"]:focus,
.comment-form input.hollow[type="submit"]:hover,
.submit-wrap input.hollow[type="submit"],
.submit-wrap input.hollow[type="submit"]:focus,
.submit-wrap input.hollow[type="submit"]:hover {
    background-color: transparent;
}

.button.hollow:focus,
.button.hollow:hover,
.comment-form input.hollow[type="submit"]:focus,
.comment-form input.hollow[type="submit"]:hover,
.submit-wrap input.hollow[type="submit"]:focus,
.submit-wrap input.hollow[type="submit"]:hover {
    border-color: #999902;
    color: #999902;
}

.button.hollow.primary,
.comment-form input.hollow.primary[type="submit"],
.submit-wrap input.hollow.primary[type="submit"] {
    border: 1px solid #394f9d;
    color: #394f9d;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover,
.comment-form input.hollow.primary[type="submit"]:focus,
.comment-form input.hollow.primary[type="submit"]:hover,
.submit-wrap input.hollow.primary[type="submit"]:focus,
.submit-wrap input.hollow.primary[type="submit"]:hover {
    border-color: #999902;
    color: #999902;
}

.button.hollow.secondary,
.comment-form input.hollow[type="submit"],
.submit-wrap input.hollow.secondary[type="submit"] {
    border: 1px solid #00438a;
    color: #00438a;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
.comment-form input.hollow[type="submit"]:focus,
.comment-form input.hollow[type="submit"]:hover,
.submit-wrap input.hollow.secondary[type="submit"]:focus,
.submit-wrap input.hollow.secondary[type="submit"]:hover {
    border-color: #002245;
    color: #002245;
}

.button.hollow.success,
.comment-form input.hollow.success[type="submit"],
.submit-wrap input.hollow.success[type="submit"] {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success:hover,
.comment-form input.hollow.success[type="submit"]:focus,
.comment-form input.hollow.success[type="submit"]:hover,
.submit-wrap input.hollow.success[type="submit"]:focus,
.submit-wrap input.hollow.success[type="submit"]:hover {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning,
.comment-form input.hollow.warning[type="submit"],
.submit-wrap input.hollow.warning[type="submit"] {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning:hover,
.comment-form input.hollow.warning[type="submit"]:focus,
.comment-form input.hollow.warning[type="submit"]:hover,
.submit-wrap input.hollow.warning[type="submit"]:focus,
.submit-wrap input.hollow.warning[type="submit"]:hover {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert,
.comment-form input.hollow.alert[type="submit"],
.submit-wrap input.hollow.alert[type="submit"] {
    border: 1px solid #ec5840;
    color: #ec5840;
}

.button.hollow.alert:focus,
.button.hollow.alert:hover,
.comment-form input.hollow.alert[type="submit"]:focus,
.comment-form input.hollow.alert[type="submit"]:hover,
.submit-wrap input.hollow.alert[type="submit"]:focus,
.submit-wrap input.hollow.alert[type="submit"]:hover {
    border-color: #881f0e;
    color: #881f0e;
}

.button.disabled,
.button[disabled],
.comment-form input.disabled[type="submit"],
.comment-form input[disabled][type="submit"],
.submit-wrap input.disabled[type="submit"],
.submit-wrap input[disabled][type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}



.button.disabled.primary,
.button[disabled].primary,
.comment-form input.disabled.primary[type="submit"],
.comment-form input[disabled].primary[type="submit"],
.submit-wrap input.disabled.primary[type="submit"],
.submit-wrap input[disabled].primary[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover,
.comment-form input.disabled.primary[type="submit"]:focus,
.comment-form input.disabled.primary[type="submit"]:hover,
.comment-form input[disabled].primary[type="submit"]:focus,
.comment-form input[disabled].primary[type="submit"]:hover,
.submit-wrap input.disabled.primary[type="submit"]:focus,
.submit-wrap input.disabled.primary[type="submit"]:hover,
.submit-wrap input[disabled].primary[type="submit"]:focus,
.submit-wrap input[disabled].primary[type="submit"]:hover {
    background-color: #394f9d;
    color: white;
}

.button.disabled.secondary,
.button[disabled].secondary,
.comment-form input.disabled[type="submit"],
.comment-form input[disabled][type="submit"],
.submit-wrap input.disabled.secondary[type="submit"],
.submit-wrap input[disabled].secondary[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
.comment-form input.disabled[type="submit"]:focus,
.comment-form input.disabled[type="submit"]:hover,
.comment-form input[disabled][type="submit"]:focus,
.comment-form input[disabled][type="submit"]:hover,
.submit-wrap input.disabled.secondary[type="submit"]:focus,
.submit-wrap input.disabled.secondary[type="submit"]:hover,
.submit-wrap input[disabled].secondary[type="submit"]:focus,
.submit-wrap input[disabled].secondary[type="submit"]:hover {
    background-color: #00438a;
    color: white;
}

.button.disabled.success,
.button[disabled].success,
.comment-form input.disabled.success[type="submit"],
.comment-form input[disabled].success[type="submit"],
.submit-wrap input.disabled.success[type="submit"],
.submit-wrap input[disabled].success[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
.comment-form input.disabled.success[type="submit"]:focus,
.comment-form input.disabled.success[type="submit"]:hover,
.comment-form input[disabled].success[type="submit"]:focus,
.comment-form input[disabled].success[type="submit"]:hover,
.submit-wrap input.disabled.success[type="submit"]:focus,
.submit-wrap input.disabled.success[type="submit"]:hover,
.submit-wrap input[disabled].success[type="submit"]:focus,
.submit-wrap input[disabled].success[type="submit"]:hover {
    background-color: #3adb76;
    color: white;
}

.button.disabled.warning,
.button[disabled].warning,
.comment-form input.disabled.warning[type="submit"],
.comment-form input[disabled].warning[type="submit"],
.submit-wrap input.disabled.warning[type="submit"],
.submit-wrap input[disabled].warning[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
.comment-form input.disabled.warning[type="submit"]:focus,
.comment-form input.disabled.warning[type="submit"]:hover,
.comment-form input[disabled].warning[type="submit"]:focus,
.comment-form input[disabled].warning[type="submit"]:hover,
.submit-wrap input.disabled.warning[type="submit"]:focus,
.submit-wrap input.disabled.warning[type="submit"]:hover,
.submit-wrap input[disabled].warning[type="submit"]:focus,
.submit-wrap input[disabled].warning[type="submit"]:hover {
    background-color: #ffae00;
    color: white;
}

.button.disabled.alert,
.button[disabled].alert,
.comment-form input.disabled.alert[type="submit"],
.comment-form input[disabled].alert[type="submit"],
.submit-wrap input.disabled.alert[type="submit"],
.submit-wrap input[disabled].alert[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
.comment-form input.disabled.alert[type="submit"]:focus,
.comment-form input.disabled.alert[type="submit"]:hover,
.comment-form input[disabled].alert[type="submit"]:focus,
.comment-form input[disabled].alert[type="submit"]:hover,
.submit-wrap input.disabled.alert[type="submit"]:focus,
.submit-wrap input.disabled.alert[type="submit"]:hover,
.submit-wrap input[disabled].alert[type="submit"]:focus,
.submit-wrap input[disabled].alert[type="submit"]:hover {
    background-color: #ec5840;
    color: white;
}

.button.dropdown:after,
.comment-form input.dropdown[type="submit"]:after,
.submit-wrap input.dropdown[type="submit"]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.4em inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.4em;
    display: inline-block;
}

.button.arrow-only:after,
.comment-form input.arrow-only[type="submit"]:after,
.submit-wrap input.arrow-only[type="submit"]:after {
    margin-left: 0;
    float: none;
    top: -0.1em;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
    outline: 0;
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.field-wrap:not(.checkbox-wrap):not(.display-label-wrap):not(.list-checkbox-wrap) label,
.screen-reader-text,
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.field-wrap:not(.checkbox-wrap):not(.display-label-wrap):not(.list-checkbox-wrap) label {
    position: relative !important;
    color: #234187
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@keyframes a {
    0% {
        width: 0;
        height: 0;
        border-top-color: #fff;
    }
    1% {
        width: 0;
        height: 0;
        border-top-color: #fff;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #fff;
        border-right-color: #fff;
    }
    to {
        width: 100%;
        height: 100%;
        border-top-color: #fff;
        border-right-color: #fff;
    }
}

@keyframes b {
    0% {
        width: 0;
        height: 0;
        border-bottom-color: #fff;
    }
    1% {
        width: 0;
        height: 0;
        border-bottom-color: #fff;
    }
    50% {
        width: 100%;
        height: 0;
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
    to {
        width: 100%;
        height: 100%;
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}


h2,
h3 {
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small {
    display: block;
    line-height: 1;
    font-weight: 400;
}

blockquote {
    text-align: center;
}



.wrap {
    min-height: 60vh;
}

.button,
.comment-form input[type="submit"],
.submit-wrap input[type="submit"] {
    text-transform: uppercase;
}

.button.disable,
.comment-form input.disable[type="submit"],
.submit-wrap input.disable[type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disable:focus,
.button.disable:hover,
.comment-form input.disable[type="submit"]:focus,
.comment-form input.disable[type="submit"]:hover,
.submit-wrap input.disable[type="submit"]:focus,
.submit-wrap input.disable[type="submit"]:hover {
    background-color: #394f9d;
    color: white;
}

.section {
        padding: 48px 0;

}

.container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media screen and (min-width: 40em) {
    .container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.container:last-child:not(:first-child) {
    float: right;
}

.container,
.container:last-child {
    float: none;
    position:relative;
}

.callback--form h2,
.contact--form h2,
.sep-title {
    font-size: 17px;
    font-style: italic;
    text-align: center;
    color: inherit;
    text-transform: none;
    font-weight: bold;
}

.callback--form h2:after,
.contact--form h2:after{
    content: "";
    display: block;
    width: 100px;
    margin: 1em auto;
    height: 1rem;
    background-color: currentColor;
}

.comment-list ol {
    list-style: none;
}

.field-wrap {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 40em) {
    .field-wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}



.nf-desc {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    margin: 1.5rem 0;
}

@media screen and (min-width: 40em) {
    .nf-desc {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.nf-desc:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {
    .askforinfo--form .field-wrap {
        max-width : 50%;
    }
}

@media screen and (min-width: 64em) {
    .askforinfo--form .checkbox-wrap {
        width: 50%;
    }
}

.askforinfo--form .checkbox-wrap label {
    font-size: 1.2rem;
}

.askforinfo--form .nf-desc {
    display: none;
}

.askforinfo--form [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.askforinfo--form [type="checkbox"]+label {
    margin: 0;
}

.askforinfo--form [type="checkbox"]+label:before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    background-image: none;
    background-color: #f3f3f3;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    top: 0.2em;
    border: none;
    background-color: transparent;
    background-size: 100%;
   /* background-image: url(/app/themes/top-garage/dist/images/checkbox.png);*/
    background-position: top;
}

.askforinfo--form [type="checkbox"]:checked+label {
    margin: 0;
}

.askforinfo--form [type="checkbox"]:checked+label:before {
    background-position: bottom;
}

@media screen and (min-width: 64em) {
    .inscription--form .field-wrap {
        width: 50%;
    }
}

.inscription--form .field-wrap.list-checkbox-wrap,
.inscription--form .field-wrap.submit-wrap,
.inscription--form .field-wrap.textarea-wrap {
    width: 100%;
}

.inscription--form .list-checkbox-wrap label {
    color: #234187;
}

@media screen and (min-width: 64em) {
    .inscription--form .display-label-wrap {
        margin-left: 25%;
    }
}

.inscription--form .submit-wrap {
    text-align: center;
}

.contact--form {
    padding-top: 2rem;
}

@media screen and (min-width: 64em) {
    .contact--form .field-wrap {
        width: 50%;
    }
}

.contact--form .nf-desc,
.contact--form .submit-wrap {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.contact--form [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.contact--form [type="checkbox"]+label {
    margin: 0;
    color: #234187;
}

.contact--form [type="checkbox"]+label:before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    background-image: none;
    background-color: #f3f3f3;
    background-size: 80%;
    background-repeat: no-repeat;
}

.contact--form [type="checkbox"]:checked+label {
    margin: 0;
}

.contact--form [type="checkbox"]:checked+label:before {
   /* background-image: url(/app/themes/top-garage/dist/images/check.png);*/
    background-position: 50%;
}

@media screen and (min-width: 64em) {
    .callback--form .field-wrap {
        width: 50%;
        margin-left: 25%;
    }
}

.callback--form .nf-desc,
.callback--form .submit-wrap {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.hidden-wrap {
    position: absolute;
}

.main {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
    .main {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.main:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    .main {
        width: 100%;
    }
    .sidebar-primary .main {
        width: 66.66667%;
    }
}

.sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
    .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.sidebar:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    .sidebar {
        width: 33.33333%;
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0.75rem auto;
    height: auto;
}

.alignleft,
.alignright {
    margin-bottom: 0.75rem;
    height: auto;
}

@media screen and (min-width: 40em) {
    .alignleft {
        float: left;
        margin-right: 0.75rem;
    }
    .alignright {
        float: right;
        margin-left: 0.75rem;
    }
}

.wp-caption {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 4%, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 0.2s ease-out;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

.wp-caption:focus,
.wp-caption:hover {
    box-shadow: 0 0 6px 1px rgba(253, 252, 57, 0.5);
}

.mainheader {
    padding: 1rem;
    background: #234187;
    margin-left: 30px;
}

.home .mainheader {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 2;
}



@media screen and (min-width: 64em) {
    .logo {
        max-width: 150px;
    }
}



.ctabar .container {
    text-align: center;
}

@media screen and (min-width: 64em) {
    .ctabar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}



@media screen and (min-width: 64em) {
    .ctabar--text {
        margin-bottom: 0;
    }
}

.ctabar--button {
    background: transparent;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    vertical-align: middle;
}


.ctabar--button [class^="icon"] {
    margin-left: 1.5rem;
    color: #394f9d;
}

.ctabar--button:focus [class^="icon"],
.ctabar--button:hover [class^="icon"] {
    color: inherit;
}

@media screen and (min-width: 64em) {
    .ctabar--button {
        margin-bottom: 0;
    }
}

.footer {

    color: #fff;
}

.footer--column {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
    .footer--column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.footer--column:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {
    .footer--column {
        width: 58.33333%;
    }
    .footer--column:nth-child(2) {
        width: 33.33333%;
        margin-left: 8.33333%;
    }
}

.footer--column .footer--column--title {
    margin-bottom: 1em;
}

.footer--column .footer--column--title small {
    color: #394f9d;
}

.footer--column .footer--group--items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 666px;
}
@media screen and (max-width:600px){
    .footer--column .footer--group--items {
        width:auto !important;
    }
}

.footer--column .footer--group--items .footer--group--item {
    text-align: center;
    margin: 0.5em;
    margin-left: 0;
}

.footer--column .footer--group--items .footer--group--item img {
    max-height: 50px;
}

.reseaux--link {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #394f9d;
    font-size: 20px;
}

.reseaux--link [class^="icon"] {
    top: 0.1em;
}

.reseaux--link:focus,
.reseaux--link:hover {
    color: #fff;
    border-color: #fff;
}

.homeHeader {
    position: relative;
    z-index: 0;
    color: #fff;
}

.homeHeader .icon-play-circle {
    color: #394f9d;
    transition: all 0.2s ease;
}

.homeHeader--item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 340px;
    background-size: cover;
}

.open-video {
    font-size: 4rem;
}

.open-video:focus .icon-play-circle,
.open-video:hover .icon-play-circle {
    color: #fff;
    text-shadow: 0 0 4px #8a8a8a;
    transform: scale(1.1) rotate(1turn);
}

.homeHeader--blockquote {
    margin: 0;
    max-width: 650px;
    padding: 1rem;
}

@media screen and (min-width: 40em) {
    .homeHeader--blockquote {
        margin-right: 4rem;
    }
}

.homeHeader--blockquote--main {
    line-height: 1.2;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    display: block;
}

@media screen and (min-width: 64em) {
    .homeHeader--blockquote--main {
        font-size: 1.8rem;
    }
}

.homeHeader--blockquote--main .icon-quote {
    position: relative;
}

.homeHeader--blockquote--main .icon-quote.open-quote {
    top: -0.2em;
    right: 0.5em;
}

.homeHeader--blockquote--main .icon-quote.close-quote {
    left: 0.5em;
    top: -0.2em;
    transform: rotate(180deg);
}

.homeHeader--blockquote--footer .name {
    display: block;
    font-weight: 700;
    line-height: 1;
}

.homeHeader--blockquote--footer .name span {
    text-transform: uppercase;
}

.homeHeader--thumbs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

@media screen and (min-width: 64em) {
    .homeHeader--thumbs {
        width: 100%;
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

.homeHeader--thumbs .owl-thumb-item {
    max-width: 20%;
    display: block;
    font-size: 1.2rem;
    margin: 1em 1em 0 0;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    position: relative;
    cursor: pointer;
}

.homeHeader--thumbs .owl-thumb-item .icon-play-circle {
    font-size: 1.4em;
    color: #fff;
    position: absolute;
    top: calc(50% - 0.6em);
    left: calc(50% - 0.6em);
}

.homeHeader--thumbs .owl-thumb-item:focus .icon-play-circle,
.homeHeader--thumbs .owl-thumb-item:hover .icon-play-circle {
    color: #394f9d;
}

.homeHeader--thumbs .owl-thumb-item.active {
    border-color: #fff;
}

.homeHeader--thumbs .owl-thumb-item.active .icon-play-circle {
    color: #394f9d;
}

.args--items {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.args--item {
    min-width: 0;
    position: relative;
    text-align: center;
}



@media screen and (min-width: 40em) and (min-width: 40em) {
    .args--item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    .args--item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.args--item .args--item--title {
    text-align: right;
    display: block;
    margin-left: 120px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 120px;
    position: relative;
}

.args--item .args--item--title span {
    display: inline-block;
    line-height: 50px;
    padding: 0 0 2em 0.5em;
    background: #fff;
    position: absolute;
    top: 1em;
    left: 0;
}

.args--item .args--item--title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    width: 160px;
    height: 100%;
    color: #234187;
  /*  background: url(/app/themes/top-garage/dist/images/1.svg);*/
    background-size: auto 110px;
    background-repeat: no-repeat;
    background-position: 100%;
    opacity: 0.5;
}

.args--item:nth-child(2) .args--item--title:before {
 /*   background-image: url(/app/themes/top-garage/dist/images/2.svg);*/
    background-position: 40px;
}

.args--item:nth-child(3) .args--item--title:before {
 /*   background-image: url(/app/themes/top-garage/dist/images/3.svg);*/
}

.args--item:nth-child(4) .args--item--title:before {
  /*  background-image: url(/app/themes/top-garage/dist/images/4.svg);*/
}

.args--item .args--item--desc {
    margin-top: 1em;
}

.args--item .args--item--desc strong {
    display: block;
}

.also {
    background: #234187;
    color: #fff;
}

.also--title span {
    color: #394f9d;
}

.askforinfos {
    padding-bottom: 0;
    background-size: cover;
    color: #fff;
}

.askforinfo--form {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
    .askforinfo--form {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.askforinfo--form:after,
.askforinfo--form:before {
    content: " ";
    display: table;
}

.askforinfo--form:after {
    clear: both;
}

.askforinfo--form .input--field {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 8.33333%;
}

@media screen and (min-width: 40em) {
    .askforinfo--form .input--field {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.askforinfo--form .input--field:last-child:not(:first-child) {
    float: right;
}

.askforinfo--form .input--field:nth-child(4) {
    width: 16.66667%;
}

.askforinfo--form .input--field:nth-child(4) label {
    font-size: 1.5rem;
    color: #fff;
}

.askforinfos--txt {
    text-align: center;
    font-size: 1.4em;
    font-family:"MainTypo";
}

.askforinfos--txt strong {
    color: white;
}

.askforinfos--legend {
    padding: 1em;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.5);
    color: white;
}

body#tinymce {
    margin: 12px !important;
}

html body header.mainheader {
    position: absolute !important;
}

html body.page-template-templates input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.homeHeader--item {
    background-position: center center;
}

.arguments .args--title{
    font-family:"TitleTypo";
    text-align:center;
    font-size:20px;
    margin-top: 50px;
}
.nourejoindre{
    color: white;
    background: #00914b;
    width: 300px;
    font-size: 13px;
    margin-bottom: 40px;
}
.askforinfos--title{
    font-family:"TitleTypo";
    text-align:center;
    font-size:22px;
    text-transform: uppercase;
    margin-bottom: 45px;

}





#rejoindre_encart2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 35px;
}

input{
    font-family: "MainTypo" !important;
    font-size: 14px !important;

}
#formContact{
    position:relative;
}
#formContact::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:black;
    top:0;left:0;
    opacity:0.2;
}
.page-template-adhesion .footer{
    margin-top: 65px;
}


.home .mainheader {
    margin-left: 0;
}