body,
h6 {
    line-height: 1.6
}

pre,
textarea {
    overflow: auto
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

ol,
p,
ul {
    margin-top: 0
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width:400px) {
    .container {
        width: 85%;
        padding: 0
    }
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.5em;
    font-weight: 400;
    font-family: Raleway, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

h4 {
    line-height: 1.35
}

@media (min-width:550px) {
    .container {
        width: 80%
    }
    .column,
    .columns {
        margin-left: 4%
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%
    }
    .two.columns {
        width: 13.3333333333%
    }
    .three.columns {
        width: 22%
    }
    .four.columns {
        width: 30.6666666667%
    }
    .five.columns {
        width: 39.3333333333%
    }
    .six.columns {
        width: 48%
    }
    .seven.columns {
        width: 56.6666666667%
    }
    .eight.columns {
        width: 65.3333333333%
    }
    .nine.columns {
        width: 74%
    }
    .ten.columns {
        width: 82.6666666667%
    }
    .eleven.columns {
        width: 91.3333333333%
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0
    }
    .one-third.column {
        width: 30.6666666667%
    }
    .two-thirds.column {
        width: 65.3333333333%
    }
    .one-half.column {
        width: 48%
    }
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78%
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%
    }
    h1 {
        font-size: 5rem
    }
    h2 {
        font-size: 4.2rem
    }
    h3 {
        font-size: 3.6rem
    }
    h4 {
        font-size: 3rem
    }
    h5 {
        font-size: 2.4rem
    }
    h6 {
        font-size: 1.5rem
    }
}

a {
    color: #1EAEDB
}

a:hover {
    color: #0FA0CE
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
    color: #333;
    border-color: #888;
    outline: 0
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0
}

.button.button-primary:focus,
.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type=submit].button-primary:focus,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=button].button-primary:focus,
input[type=button].button-primary:hover {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB
}

input[type=tel],
input[type=url],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=text],
select,
textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type=tel],
input[type=url],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border: 1px solid #33C3F0;
    outline: 0
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

h1,
h2 {
    font-weight: 400
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400
}

ul {
    list-style: circle inside
}

ol {
    list-style: decimal inside
}

ol,
ul {
    padding-left: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

.button,
button,
li {
    margin-bottom: 1rem
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px
}

img,
legend {
    border: 0
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

td,
th {
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    padding: 0
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both
}

@font-face {
    font-family: Proxima_Nova_Cond_Bold_it;
    src: url(../fonts/proxima_nova_cond_bold_it-webfont.eot);
    src: url(../fonts/proxima_nova_cond_bold_it-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proxima_nova_cond_bold_it-webfont.woff) format('woff'), url(../fonts/proxima_nova_cond_bold_it-webfont.ttf) format('truetype'), url(../fonts/proxima_nova_cond_bold_it-webfont.svg#proxima_nova_cn_rgbold_italic) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima_Nova_Cond_Bold;
    src: url(../fonts/proxima_nova_cond_bold-webfont.eot);
    src: url(../fonts/proxima_nova_cond_bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proxima_nova_cond_bold-webfont.woff) format('woff'), url(../fonts/proxima_nova_cond_bold-webfont.ttf) format('truetype'), url(../fonts/proxima_nova_cond_bold-webfont.svg#proxima_nova_cn_rgbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway-regular-webfont.eot);
    src: url(../fonts/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-regular-webfont.woff) format('woff'), url(../fonts/raleway-regular-webfont.ttf) format('truetype'), url(../fonts/raleway-regular-webfont.svg#ralewayregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway_Medium;
    src: url(../fonts/raleway-medium-webfont.eot);
    src: url(../fonts/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-medium-webfont.woff) format('woff'), url(../fonts/raleway-medium-webfont.ttf) format('truetype'), url(../fonts/raleway-medium-webfont.svg#ralewaymedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway_Bold;
    src: url(../fonts/raleway-bold-webfont.eot);
    src: url(../fonts/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-bold-webfont.woff) format('woff'), url(../fonts/raleway-bold-webfont.ttf) format('truetype'), url(../fonts/raleway-bold-webfont.svg#ralewaybold) format('svg');
    font-weight: 400;
    font-style: normal
}

h1 {
    font-family: Proxima_Nova_Cond_Bold, Arial, Helvetica;
    color: #055e88;
    letter-spacing: .2em;
    line-height: 38px
}

h2 {
    font-size: 21px;
    font-family: Proxima_Nova_Cond_Bold_it, Arial, Helvetica;
    font-style: normal;
    color: #acb0b2;
    letter-spacing: .15em;
    line-height: 28px
}

.collapse a,
h3 {
    font-weight: 400;
    line-height: 18px
}

@media (min-width:750px) {
    h1 {
        padding: 60px 0 30px
    }
    h2 {
        padding-top: 40px
    }
}

h3 {
    font-size: 13px;
    color: #7b8487;
    font-family: Raleway, Arial, Helvetica;
    letter-spacing: .25em
}

.collapse a,
h4,
h5 {
    font-family: Proxima_Nova_Cond_Bold, Arial, Helvetica;
    letter-spacing: .15em
}

.collapse a {
    font-size: 1px;
    color: #055e88
}

h4 a:hover,
h5 a:hover {
    color: #acb0b2
}

em,
h6 {
    font-style: normal;
    color: #055e88;
    letter-spacing: .075em;
    font-weight: 400
}

p,
p strong {
    line-height: 23px;
    letter-spacing: .025em;
    color: #7b8487
}

h4 {
    font-size: 11px;
    font-weight: 400;
    color: #055e88
}

h5 {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    display: inline
}

h6 {
    font-size: 16px;
    font-family: Proxima_Nova_Cond_Bold_it, Arial, Helvetica
}

p {
    font-size: 13px;
    font-family: Raleway, Arial, Helvetica;
    margin-bottom: .5rem
}

a,
a:active,
a:focus,
a:link,
a:visited {
    text-decoration: none
}

a:hover {
    background: 0 0;
    text-decoration: none
}

h5 a,
h5 a:active,
h5 a:focus,
h5 a:link,
h5 a:visited {
    color: #fff;
    border-bottom: 1px dotted #fff
}

h5 a:hover {
    border-bottom: 1px dotted #acb0b2
}

h4 a,
h4 a:active,
h4 a:focus,
h4 a:link,
h4 a:visited {
    color: #055e88
}

em a:hover,
p a,
p a:active,
p a:focus,
p a:link,
p a:visited {
    color: #7b8487;
    border-bottom: 1px dotted #7b8487
}

em a:link,
em a:visited,
p a:hover {
    color: #055e88;
    border-bottom: 1px dotted #055e88
}

em {
    font-size: 15px;
    font-family: Proxima_Nova_Cond_Bold_it, Arial, Helvetica
}

p strong {
    font-size: 13px;
    font-family: Raleway_Bold, Arial, Helvetica;
    font-weight: 400
}

p large {
    font-size: 18px;
    font-family: Proxima_Nova_Cond_Bold, Arial, Helvetica;
    font-weight: 400;
    line-height: 27px;
    color: #7b8487;
    letter-spacing: .1em
}

label {
    font-size: 13px;
    color: #7b8487;
    font-family: Raleway, Arial, Helvetica;
    letter-spacing: .25em;
    line-height: 21px;
    font-weight: 400
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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=submit],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

header,
section {
    padding-bottom: 50px;
    min-height: 50px
}

header .container {
    padding: 0
}

@media (min-width:750px) {
    header,
    header .banner {
        width: 100%;
        margin: 0 auto
    }
    h1 {
        padding: 60px 0 30px
    }
    h2 {
        padding-top: 40px
    }
    header {
        max-width: 1280px
    }
    header .banner {
        height: relative;
        content: url(/img/wannath_img_header.jpg)
    }
    nav.primary .top {
        display: none
    }
}

footer {
    background-color: #055e88
}

footer .column {
    text-align: center
}

.container {
    max-width: 880px;
    width: 100%
}

.column,
.columns {
    padding: 10px;
    text-align: left
}

h1,
h2,
nav.primary ul {
    text-align: center
}

nav.primary {
    top: 0;
    background-color: #FFF;
    width: 100%
}

nav.primary .top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .4);
    border-bottom: 1px solid #acb0b2
}

nav.primary img {
    margin-top: 15px;
    margin-left: 20px;
    max-width: calc(100% - 120px)
}

nav.primary ul {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    background-color: #F7F8FA;
    height: 0;
    margin-top: 80px;
    margin-bottom: 0;
    border-bottom: solid 1px #E1E1E1;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}

nav.primary ul.active {
    height: 300px
}

nav.primary ul li {
    list-style: none;
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10;
    color: #055e88
}

nav.primary a,
nav.primary a:active,
nav.primary a:focus,
nav.primary a:link,
nav.primary a:visited {
    font-size: 12px;
    font-family: Proxima_Nova_Cond_Bold, Arial, Helvetica;
    font-weight: 700;
    color: #055e88;
    letter-spacing: .15em;
    text-transform: capitalize;
    text-decoration: none
}

.lines {
    position: absolute;
    top: 40px;
    right: 25px
}

.lines,
.lines:after,
.lines:before {
    background-color: #055e88;
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box
}

.lines:after,
.lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center
}

.lines:before {
    top: 6px
}

.lines:after {
    top: -6px
}

.lines.close {
    background: 0 0!important
}

.lines.close:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.lines.close:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.lines.close:after,
.lines.close:before {
    top: 0;
    width: 20px
}

.icon-bar {
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0
}

h1,
h1:after,
h2,
h5 {
    margin-right: auto
}

@media (min-width:750px) {
    nav.primary a,
    nav.primary a:active,
    nav.primary a:focus,
    nav.primary a:link,
    nav.primary a:visited {
        font-size: 11px;
        font-family: Proxima_Nova_Cond_Bold, Arial, Helvetica;
        font-weight: 400;
        color: #055e88;
        letter-spacing: .15em;
        text-decoration: none
    }
    nav.primary {
        position: inherit;
        border: none;
        padding-top: 40px;
        box-shadow: none
    }
    nav.primary ul {
        background-color: #FFF;
        border-bottom: none;
        position: static;
        z-index: auto;
        overflow: visible
    }
    nav.primary img {
        display: none
    }
    nav.primary ul .active a:after,
    nav.primary ul:after {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
    nav.primary ul,
    nav.primary ul.active {
        height: 60px;
        margin-top: 0
    }
    nav.primary ul:after {
        content: "";
        height: 1px;
        width: 100%;
        background: #055e88
    }
    nav.primary li.active a:after {
        content: url(../img/puce_fleche_menu.png);
        height: 5px;
        top: -5px
    }
    nav.primary ul {
        display: block
    }
    li {
        display: inline-block;
        vertical-align: top;
        text-transform: capitalize;
        border-top: none
    }
}

h1:after {
    content: url(../img/puce_liseret.png);
    display: block
}

hr {
    border-top: 1px solid #E1E1E1
}

.collapse-group {
    margin: 40px 0
}

.collapse-group input[type=checkbox] {
    display: none
}

.collapse .category {
    cursor: pointer;
    display: table;
    padding: 22px 32px 22px 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3
}

.collapse label {
    margin-bottom: 0;
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.collapse .category:after {
    content: url(../img/puce_plus.png);
    display: table-cell;
    vertical-align: middle
}

.collapse input:checked~.category:after {
    content: url(../img/puce_moins.png)
}

.collapse .category-details {
    display: none;
    margin-top: 20px
}

div.category-details ul {
    display: flex;
    flex-direction: column;
}

.arrow:after,
.center,
.collapse input:checked~div {
    display: block
}

.collapse {
    text-align: left;
    margin-top: 20px
}

.collapse li {
    list-style-type: none;
    background: url(../img/puce_validation.png) center left no-repeat;
    margin-left: 90px;
    margin-right: 70px;
    padding-left: 37px;
    font-size: 13px;
    font-family: Proxima Nova Cond Bold, Arial, Helvetica;
    font-weight: 400;
    line-height: 23px;
    color: #5898b6;
    letter-spacing: .15em;
    margin-bottom: 26px
}

@media (max-width:750px) {
    .collapse li {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 40px
    }
}

.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.primary-background {
    background-color: #FFF
}

.secondary-background {
    background-color: #F7F8FA
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.form_warning {
    color: red!important;
    background-color: #FDC4CA!important
}

form label {
    margin-top: 15px
}

input[type=submit].button-primary {
    color: #fff;
    background-color: #FF604B;
    border-color: #FF604B;
    border-radius: 10px
}

input[type=submit].button-primary:focus,
input[type=submit].button-primary:hover {
    color: #fff;
    background-color: #DC4F3C;
    border-color: #DC4F3C
}

.arrow:after {
    content: url(../img/puce_fleche_footer.png);
    height: 5px;
    position: relative;
    top: -33px;
    left: 3em
}

footer .u-pull-right {
    padding-right: 4em
}

footer a.arrow {
    display: none;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 38px
}

@media (min-width:750px) {
    footer a.arrow {
        display: inline
    }
}

form[name=insightly_web_to_lead] input[type=submit].button-primary {
    margin: 0 auto;
    display: block
}

img {
    opacity: 1;
    transition: opacity .3s
}

img[data-src] {
    opacity: 0
}