button {
    cursor: pointer
}

.searchbox__label,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-bg1 {
    background-color: #3869b2
}

.is-c1 {
    color: #3869b2
}

.is-bg2 {
    background-color: #4495d1
}

.is-c2 {
    color: #4495d1
}

.is-bg3 {
    background-color: #7fc241
}

.is-c3 {
    color: #7fc241
}

.is-bg4 {
    background-color: #000
}

.is-c4 {
    color: #000
}

.is-bg5 {
    background-color: #697586
}

.is-c5 {
    color: #697586
}

.is-bg6 {
    background-color: #f4f7fb
}

.is-c6 {
    color: #f4f7fb
}

.is-light {
    font-weight: 300
}

.is-regular {
    font-weight: 400
}

.is-bold {
    font-weight: 700
}

.arrow-long {
    fill: currentColor;
    height: auto;
    width: 4rem
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateY(6rem);
        transform: translateY(6rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateY(6rem);
        transform: translateY(6rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 62.5%;
    /* word-spacing: 1px;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000
}

.slide {
    word-spacing: 1px;

    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
}

* {
    margin: 0
}

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

body {

}

a {
    color: inherit
}

button,
input {
    font-size: 1em
}

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

.imgd {
    max-width: 100%;
    height: auto;
}

.wrapper {
    margin: 0 1.5rem;
    max-width: 1170px;
}

@media screen and (min-width:75em) {
    .wrapper {
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (min-width:48.0625em) {
    .page {
        margin-top: 42px
    }
}

.editorial blockquote,
.editorial li,
.editorial ol,
.editorial p,
.editorial table,
.editorial ul {
    margin-bottom: 1em
}

.editorial ol,
.editorial ul {
    margin: 0;
    padding: 0
}

.editorial ul li {
    list-style: none
}

.editorial ul li:before {
    content: "â†’";
    display: inline-block
}

.editorial ul a:focus,
.editorial ul a:hover {
    text-decoration: none
}

.editorial img {
    display: block;
    font-style: italic;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    vertical-align: middle
}

@media screen and (min-width:48.0625em) {
    .editorial img {
        display: inline-block
    }
}

.editorial .is-left,
.editorial .is-right {
    margin-bottom: 3rem
}

@media screen and (min-width:48.0625em) {
    .editorial .is-left {
        float: left;
        margin-right: 3rem
    }
}

@media screen and (min-width:48.0625em) {
    .editorial .is-right {
        float: right;
        margin-left: 3rem
    }
}

.editorial .clear {
    clear: both
}















.navigation {
    background: #fff;
    font-size: .9em;
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    min-height: 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

@media screen and (max-width:48em) {
    .navigation {
        display: none
    }
}

.navigation .menu {
    color: #4495d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1em;
    margin-right: -1em
}

.navigation .menu__item:last-child {
    margin-left: auto
}

.navigation .menu__link {
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
}

.navigation .menu__link:focus,
.navigation .menu__link:hover {
    color: #3869b2;
    text-decoration: underline;
}

.navigation .menu__link:hover:after,
.navigation .menu__link:focus:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #3869b2;
    border-radius: 100%;
}

.navigation .menu__link--1 {
    color: #7fc241;
    font-weight: 700
}

.navigation .menu__link--1:focus,
.navigation .menu__link--1:hover {
    color: #7fc241
}

.navigation .menu__link--1:focus:after,
.navigation .menu__link--1:hover:after,
.navigation .menu__link--6:focus:after,
.navigation .menu__link--6:hover:after {
    display: none;
}

.navigation .menu__link--6 {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transform: translateX(-3rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.navigation .menu__link--6:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-decoration: none
}

.navigation .menu__link--6:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: -40px;
    width: 60px;
    height: 40px;
    background: url(../img/logo_accent.svg) no-repeat;
    opacity: .2;
}

.navigation .menu__link--6 svg {
    margin-left: 1.6rem
}

.navigation-mobile {
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: #f4f7fb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    position: fixed;
    top: 8.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media screen and (max-width:48.0625em) {
    .mobile-nav-is-displayed .navigation-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media screen and (min-width:48.0625em) {
    .navigation-mobile {
        display: none
    }
}

.navigation-mobile .menu {
    margin: 0;
    padding: 0
}

.navigation-mobile .menu__item {
    border-bottom: 1px solid #fff;
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation-mobile .menu__link {
    display: block;
    color: #3869b2;
    font-family: Titillium Web, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.38889;
    padding: 1em 2em;
    text-transform: uppercase
}

.navigation-mobile .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-mobile .actions .button {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.5rem
}

.navigation-mobile .navigation-footer {
    margin: auto 1.5rem 1.5rem
}

.navigation-mobile .menu.menu--social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.navigation-mobile .menu.menu--social .menu__item {
    border-bottom: 0
}

.navigation-mobile .menu.menu--social .menu__link {
    height: 4rem;
    width: 4rem
}

.navigation-mobile .menu.menu--inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-mobile .menu.menu--inline .menu__item {
    border-bottom: 0
}

.navigation-mobile .menu.menu--inline .menu__link {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    padding: .25em .5em;
    text-transform: none
}

.navigation-mobile .menu.menu--inline .menu__link:focus,
.navigation-mobile .menu.menu--inline .menu__link:hover {
    text-decoration: underline
}

.breadcrumb {
    color: #3869b2;
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em
}

.breadcrumb li,
.breadcrumb ol {
    margin: 0;
    padding: 0
}

.breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.breadcrumb li {
    list-style: none
}

.breadcrumb li:first-child:before {
    content: "";
    background: transparent url(../img/arrow-chev-left.svg) no-repeat 0 0;
    display: inline-block;
    height: 1.4rem;
    width: .9rem
}

.breadcrumb li:before {
    content: "/";
    padding: 0 .5em
}

.breadcrumb a {
    color: currentColor;
    text-decoration: none;
    position: relative
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline
}

.menu {
    margin: 0;
    padding: 0
}

.menu--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__item {
    list-style: none;
    margin: 0 1.5rem
}

.menu__link {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: inherit;
    display: inline-block;
    text-decoration: none
}

.menu.menu--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.menu.menu--social .menu__item {
    margin: 0 0 0 3rem
}

.menu.menu--social .menu__item:first-child {
    margin-left: 0
}

.menu.menu--social .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    padding: 0
}

.menu.menu--social .menu__link:focus svg,
.menu.menu--social .menu__link:hover svg {
    fill: #4495d1
}

.menu.menu--social .menu__link svg {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    fill: #3869b2;
    height: auto;
    width: 100%
}

.combo {
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f7fb;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f7fb), to(#f4f7fb));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #f4f7fb 0, #f4f7fb);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, #f4f7fb 0, #f4f7fb);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(56, 105, 178, .2), inset -1px 0 0 0 rgba(56, 105, 178, .2), inset 1px 0 0 0 rgba(56, 105, 178, .2), inset 0 -1px 0 0 #86a4cf;
    box-shadow: inset 0 1px 0 0 rgba(56, 105, 178, .2), inset -1px 0 0 0 rgba(56, 105, 178, .2), inset 1px 0 0 0 rgba(56, 105, 178, .2), inset 0 -1px 0 0 #86a4cf;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5625;
    color: #3869b2;
    margin: 0 0 3rem;
    max-width: 100%;
    padding: .6em 1.4em .5em .8em;
    width: 100%
}

@media screen and (min-width:64em) {
    .combo {
        font-family: Titillium Web, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.42857
    }
}

.combo::-ms-expand {
    display: none
}

.combo:focus,
.combo:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff 0, #fff);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, #fff 0, #fff)
}

.combo:focus {
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none
}

.combo option {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625
}

:root:lang(ar) .combo,
:root:lang(iw) .combo,
[dir=rtl] .combo {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em
}

.combo:disabled,
.combo[aria-disabled=true] {
    color: graytext;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e5e5e5));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff 0, #e5e5e5);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, #fff 0, #e5e5e5)
}

.combo:disabled:hover,
.combo[aria-disabled=true] {
    border-color: #aaa
}

.header {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 105, 178, .25)), color-stop(50%, #f4f7fb), to(#f4f7fb));
    background: -o-linear-gradient(bottom, rgba(56, 105, 178, .25), #f4f7fb 50%, #f4f7fb);
    background: linear-gradient(0deg, rgba(56, 105, 178, .25), #f4f7fb 50%, #f4f7fb);
    overflow: hidden;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 4rem;
}

.header__top .bubble {
    display: none
}

.header__baseline {
    color: #000000;
    font-family: "Titillium Web";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.96;
    text-align: right;
    padding-bottom: 24px;
    padding-top: 24px;
    /* font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (1200 - 320))); */
}

@media screen and (min-width:560px) {
    .header__baseline {
        font-size: calc(24px + (32 - 24) * ((100vw - 560px) / (768 - 560)));
        padding-bottom: 32px;
    }
}

@media screen and (min-width:850px) {
    .header__baseline {
        padding-bottom: 64px;
    }
}

@media screen and (min-width:1200px) {
    .header__baseline {
        font-size: 48px;
        padding-bottom: 96px;
    }
}

@media screen and (min-width:48.0625em) {
    .header__baseline {
        display: block
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0 2rem;
    padding-bottom: 0;
    width: 100%
}

.footer {
    background: #f4f7fb;
    padding: 4rem 0 3rem
}

@media screen and (min-width:64em) {
    .footer {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media screen and (min-width:64em) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -1.5rem;
        margin-left: -1.5rem
    }
}

.footer__inner>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width:48.0625em) {
    .footer .menus-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:64em) {
    .footer .menus-wrapper {
        max-width: 50%;
        min-width: 50%;
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .footer .actions-wrapper {
        margin: 0 3rem
    }
}

.footer .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.5rem
}

@media screen and (max-width:63.9375em) {
    .footer .menu {
        margin-bottom: 3rem
    }
}

.footer .menu--inline .menu__item {
    margin-left: 1.6rem
}

.footer .menu__item {
    display: block;
    margin: 0 0 .5em
}

@media screen and (min-width:64em) {
    .footer .menu__item {
        margin-bottom: 1em
    }
}

.footer .menu__item:last-child {
    margin-bottom: 0
}

.footer .menu__link {
    color: #3869b2
}

.footer .menu__link:focus,
.footer .menu__link:hover {
    text-decoration: underline
}

.footer .menu.menu--social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:63.9375em) {
    .footer .menu.menu--social .menu__link {
        height: 4rem;
        width: 4rem
    }
}

.footer .menu--inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

@media screen and (min-width:64em) {
    .footer .menu--inline {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer .menu--inline .menu__item {
    margin-bottom: 0
}

.footer .menu--inline .menu__item:first-child {
    margin-left: 0
}

@media screen and (min-width:48.0625em) and (max-width:63.9375em) {
    .footer .button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1.5rem;
        margin-left: -1.5rem
    }
}

@media screen and (min-width:48.0625em) and (max-width:63.9375em) {
    .footer .button-wrapper .button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }
}

.logotype {
    color: #3869b2;
    font-family: Titillium Web, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.05882;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (min-width:48.0625em) {
    .logotype {
        font-family: Titillium Web, sans-serif;
        font-size: 48px;
        font-size: 4.8rem;
        font-weight: 300;
        line-height: 1.04167
    }
}

.logotype__name {
    margin-left: 1rem
}

@media screen and (min-width:48.0625em) {
    .logotype__name {
        margin-left: 2rem
    }
}

@media screen and (max-width:48em) {
    .logotype__name span {
        display: block
    }
}

.logotype svg {
    margin-left: -.5rem;
    height: auto;
    width: 6rem
}

@media screen and (min-width:48.0625em) {
    .logotype svg {
        width: 7rem;
        margin-left: -1.5rem
    }
}

.searchbox {
    background: url(../img/pattern-light.png) repeat, -o-linear-gradient(322deg, #3769b2, #3a95bb 20%, #52b3c3 40%, #a6d35e 70%, #9fd156);
    background: url(../img/pattern-light.png) repeat, linear-gradient(128deg, #3769b2, #3a95bb 20%, #52b3c3 40%, #a6d35e 70%, #9fd156);
    border-radius: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .searchbox {
        width: 100%
    }
}

.searchbox.searchbox--focused .searchbox__row {
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .2)
}

.searchbox .bubble {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.searchbox .fill-pattern-group {
    opacity: .07
}

.searchbox__row {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background: #fff;
    border-radius: 3rem;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (min-width:64em) {
    .searchbox__row {
        width: 450px
    }
}

.searchbox__field,
.searchbox__submit {
    padding: 1.5rem 3rem
}

.searchbox__field {
    background: none;
    border: 0;
    color: #3869b2;
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.searchbox__field:focus {
    outline: 0
}

.searchbox__field::-webkit-input-placeholder {
    font-weight: 700
}

.searchbox__field::-moz-placeholder {
    font-weight: 700
}

.searchbox__field::-ms-input-placeholder {
    font-weight: 700
}

.searchbox__field:-ms-input-placeholder {
    font-weight: 700
}

.searchbox__field::placeholder {
    font-weight: 700
}

.searchbox__submit {
    fill: #3869b2;
    line-height: 1;
    padding-left: 1em
}

.searchbox__submit:focus svg,
.searchbox__submit:hover svg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    fill: #4495d1
}

.searchbox__submit:focus {
    outline: 0
}

.searchbox__submit svg {
    -webkit-transition: fill .25s, -webkit-transform .6s;
    transition: fill .25s, -webkit-transform .6s;
    -o-transition: fill .25s, transform .6s;
    transition: fill .25s, transform .6s;
    transition: fill .25s, transform .6s, -webkit-transform .6s;
    width: 3rem
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0
}

@media screen and (min-width:850px) {
    .cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card {
    -webkit-transition: -webkit-box-shadow .6s;
    transition: -webkit-box-shadow .6s;
    -o-transition: box-shadow .6s;
    transition: box-shadow .6s;
    transition: box-shadow .6s, -webkit-box-shadow .6s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(14, 26, 45, 0.2);
    box-shadow: 0 2px 4px 0 rgba(14, 26, 45, 0.2);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    margin: 0 1.5rem;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width:850px) {
    .card {
        margin-bottom: 0;
    }
}

.card:focus,
.card:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(14, 26, 45, 0.1), 0 16px 32px 0 rgba(14, 26, 45, 0.2);
    box-shadow: 0 8px 16px 0 rgba(14, 26, 45, 0.1), 0 16px 32px 0 rgba(14, 26, 45, 0.2);
    cursor: pointer;
}

.card:hover .card__inner svg {
    -webkit-transform: translateX(1em);
    -ms-transform: translateX(1em);
    transform: translateX(1em)
}

.card__link {
    color: #ffffff;
    text-decoration: none;
}

.card__picto {
    display: inline-block;
    margin-bottom: 20px;
}

.card__snippet {
    display: inline-block;
    margin-bottom: 16px;
}

.card__inner,
.card__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__inner,
.card__link,
.card__title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__title {
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
}

.card .card__inner svg {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.frame {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    padding: 2em
}

.list,
.list__item {
    margin: 0;
    padding: 0
}

.list__item {
    border-bottom: 1px solid #4495d1;
    list-style: none
}

.list__link {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color: #3869b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Titillium Web, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.38889;
    padding: .95em 2rem;
    text-decoration: none
}

.list__link i {
    font-size: 10px;
}


.list__link:hover {
    border-color: #4495d1;
    color: #4495d1
}

.list__link:hover svg {
    fill: #4495d1
}

.list__link span {
    margin-right: 1em
}

.list__link svg {
    -webkit-transition: fill .25s;
    -o-transition: fill .25s;
    transition: fill .25s;
    fill: #4495d1;
    min-width: 1rem;
    width: 1rem
}

.questions>.wrapper {
    max-width: 970px;
}

.profiles {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding-top: 3rem;
}

.profiles .card {
    padding: 40px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.profiles .card.card--part {
    background: -o-linear-gradient(315deg, #7FC241 0%, #7FC241 40%, #BBD034 100%);
    background: linear-gradient(135deg, #7FC241 0%, #7FC241 40%, #BBD034 100%);
}

.profiles .card.card--pro {
    background: -o-linear-gradient(315deg, #3869B2 0%, #3869B2 40%, #4495D1 100%);
    background: linear-gradient(135deg, #3869B2 0%, #3869B2 40%, #4495D1 100%);
}

.profiles .card.card--coll {
    background: -o-linear-gradient(315deg, #FF5900 0%, #FF5900 40%, #FF8200 100%);
    background: linear-gradient(135deg, #FF5900 0%, #FF5900 40%, #FF8200 100%);
}

@media screen and (min-width: 850px) {
    .profiles {
        padding-top: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    .profiles .card {
        min-height: 300px;
    }
}

.profiles--tabs .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width:48.0625em) {
    .profiles--tabs .card {
        margin-bottom: 0
    }
}

.profiles--tabs .card--active .card__title {
    color: #7fc241
}

.profiles--tabs .card__link {
    background: hsla(0, 0%, 100%, .4);
    padding-top: 1.6rem;
    padding-bottom: .8rem
}


.profiles--tabs .card__title {
    font-family: Titillium Web, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.07143;
    margin-bottom: .5rem
}

@media screen and (min-width:64em) {
    .profiles--tabs .card__title {
        margin: 0
    }
}

.profiles--tabs .card__title svg {
    display: none
}

.profiles__snippet {
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em
}

@media screen and (min-width:64em) {
    .profiles__menu {
        margin-right: -1.5rem;
        margin-left: -1.5rem
    }
}


.thematique {
    margin-bottom: 6rem
}

.thematique__head {
    display: block;
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5625;
    margin-bottom: 1.3rem;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width:48.0625em) {
    .thematique__head {
        text-align: left
    }
}

.thematique__head:focus .thematique__icon svg,
.thematique__head:hover .thematique__icon svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.thematique__head:focus .thematique__name:after,
.thematique__head:hover .thematique__name:after {
    -webkit-transform: scaleX(.25);
    -ms-transform: scaleX(.25);
    transform: scaleX(.25)
}

.thematique__icon {
    background: rgba(105, 117, 134, .1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 7rem;
    width: 7rem;
    min-width: 7rem;
    margin-right: auto;
    margin-bottom: 1.2rem;
    margin-left: auto
}

@media screen and (min-width:48.0625em) {
    .thematique__icon {
        margin-right: 0;
        margin-left: 0
    }
}

.thematique__icon svg {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    fill: rgba(127, 194, 65, .9);
    height: auto;
    width: 3rem
}

.thematique__name {
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding-bottom: 4px;
    text-align: left
}

@media screen and (min-width:48.0625em) {
    .thematique__name {
        font-family: Titillium Web, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5625
    }
}

.thematique__name:after {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #7fc241;
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (min-width:48.0625em) {
    .thematique__name:after {
        margin: 0;
        right: auto
    }
}

.thematique .list {
    padding: 0
}

.thematique .list__link {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    padding-right: .5em;
    padding-left: .5em
}

.thematique .list__link:hover {
    -webkit-transform: translateX(.5em);
    -ms-transform: translateX(.5em);
    transform: translateX(.5em)
}

.questions {
    padding: 60px 0 80px 0;
    position: relative
}

.questions__title {
    font-family: Titillium Web, sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #7FC241;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .questions__title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (min-width:992px) {
    .questions__title {
        font-size: 48px;
        line-height: 50px;
    }
}

.questions__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%
}


.questions .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}

@media screen and (min-width:992px) {
    .questions .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width:1024px) {
    .questions__title {
        margin-right: -20px;
    }
}

.questions .menu__item {
    list-style: none;
    margin: 0;
}

@media screen and (min-width:992px) {
    .questions .menu__item {
        margin-bottom: 0;
        margin: 0 30px;
    }
}

.questions .menu__item:last-child {
    margin-bottom: 0
}

.questions .menu__item:first-child {
    margin-left: 0;
}

.questions .menu__link {
    display: block;
    font-family: Titillium Web, sans-serif;
    padding-bottom: .75rem;
    position: relative;
    color: #283D6A;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

.questions .menu__link.menu__link--active:after,
.questions .menu__link:focus:after,
.questions .menu__link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.questions .menu__link:after {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #7fc241;
    content: "";
    height: 5px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 50%
}

.questions .slider-pager .menu__item.tns-nav-active .menu__link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.questions .slider-pager .menu__item.tns-nav-active .menu__link:after {
    display: none
}


.questions .slider-pager .menu__item {
    cursor: pointer;
    display: none;
}

@media screen and (min-width:992px) {
    .questions .slider-pager .menu__item {
        display: block;
    }

    .questions .slider-pager .menu__item.tns-nav-active .menu__link:after {
        display: block;
    }

    .questions .menu__link:after {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        left: auto;
        right: 0;
        width: 100%
    }
}

.questions .slider-pager .menu__item:focus {
    outline: none
}

.questions .slider-pager .menu__item.tns-nav-active {
    display: block
}

@media screen and (max-width:63.9375em) {
    .questions .slider-pager .menu__item.tns-nav-active .menu__link {
        padding-bottom: 0
    }
}

.questions .tns-outer {
    margin-top: 3rem;
    position: relative
}

.questions .tns-inner {
    position: relative
}

.questions .tns-inner:after,
.questions .tns-inner:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    height: 100%;
    width: 2rem;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1
}

@media screen and (min-width:48.0625em) {

    .questions .tns-inner:after,
    .questions .tns-inner:before {
        width: 6rem
    }
}

.questions .tns-inner:after {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    right: -30px;
    left: auto
}

.questions .tns-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: -6rem;
    left: 0;
    width: 100%
}

.questions .tns-item {
    opacity: 0;
    -webkit-transition: opacity 0.55s ease-out;
    -o-transition: opacity 0.55s ease-out;
    transition: opacity 0.55s ease-out;
}

.questions .tns-item.tns-slide-active {
    opacity: 1;
}

.questions .controls.slider-nav .prev {
    position: absolute;
    left: 0;
    top: -2px;
    text-align: center;
    width: 46px;
    font-size: 30px;
    color: #283D6A;
}

.questions .controls.slider-nav .next {
    position: absolute;
    right: 0;
    font-size: 30px;
    top: -2px;
    text-align: center;
    width: 46px;
    color: #283D6A;
}

@media screen and (min-width:992px) {
    .questions .controls.slider-nav {
        display: none
    }
}

.questions .tns-controls button {
    background: transparent url(../img/arrow-chev-left.svg) 50% 50% no-repeat;
    display: block;
    height: 4rem;
    width: 4rem;
    text-indent: -9999em
}

.questions .tns-controls button[data-controls=next] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-indent: 9999em
}

.summary {
    padding: 0 0 4rem
}

.summary.is-in-view .grid__col {
    -webkit-animation: slide-in .6s ease-out;
    animation: slide-in .6s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.summary.is-in-view .grid__col--1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.summary.is-in-view .grid__col--2 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.summary.is-in-view .grid__col--3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.summary__heading {
    font-family: Titillium Web, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:64em) {
    .summary__heading {
        text-align: left
    }
}

.summary .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem
}

@media screen and (min-width:48.0625em) {
    .summary .grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

.summary .grid__col {
    opacity: 0
}

.summary .list__item {
    border-color: rgba(68, 149, 209, .2)
}

.accordions-area {
    margin-bottom: 10rem
}

.accordions-area .thematique__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem
}

.accordions-area .thematique__head:focus .thematique__icon svg,
.accordions-area .thematique__head:focus .thematique__name:after,
.accordions-area .thematique__head:hover .thematique__icon svg,
.accordions-area .thematique__head:hover .thematique__name:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.accordions-area .thematique__icon {
    margin: 0 1.5rem 0 0
}

@media screen and (min-width:48.0625em) {
    .accordions-area .thematique__icon {
        margin-right: 3rem
    }
}

.accordions-area .thematique__name {
    font-family: Titillium Web, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px
}

@media screen and (min-width:48.0625em) {
    .accordions-area .thematique__name {
        font-family: Titillium Web, sans-serif;
        font-size: 48px;
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 1.04167
    }
}

@media screen and (min-width:48.0625em) {
    .accordions-area .thematique__name:after {
        width: 250px
    }
}

.accordions {
    padding: 0
}

.accordion__name:focus,
.accordion__name:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.accordion__name:hover>span:first-child {
    -webkit-transform: translateX(.5em);
    -ms-transform: translateX(.5em);
    transform: translateX(.5em)
}

.accordion__name>span:first-child {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.accordion__name.list__link span:last-child {
    margin: 0
}

.accordion__name svg {
    min-width: 1.2rem;
    max-width: 1.2rem
}

.accordion__content {
    -webkit-transition: max-height 1s cubic-bezier(.785, .135, .15, .86), opacity .4s .2s, visibility .4s;
    -o-transition: max-height 1s cubic-bezier(.785, .135, .15, .86), opacity .4s .2s, visibility .4s;
    transition: max-height 1s cubic-bezier(.785, .135, .15, .86), opacity .4s .2s, visibility .4s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.accordion__content-inner {
    padding: 2rem
}

@media screen and (min-width:48.0625em) {
    .accordion__content-inner {
        padding: 2rem 3rem 4rem
    }
}

.accordion__footer {
    border-top: 1px solid rgba(14, 26, 45, .1);
    color: #4495d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42857;
    padding: 1rem 0 0
}

@media screen and (min-width:48.0625em) {
    .accordion__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 2rem
    }
}

.accordion__footer .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.accordion__footer .button {
    margin-top: 1rem;
    margin-left: 1.5rem
}

.accordion__footer .button:first-child {
    margin-left: 0
}

@media screen and (min-width:48.0625em) {
    .accordion__footer .button {
        margin-top: 0
    }

    .accordion__footer .button:first-child {
        margin-left: 1.5rem
    }
}

.accordion .icon-more {
    display: block
}

.accordion .icon-minus {
    display: none
}

.accordion--active .accordion__name {
    border-bottom: 1px solid #4495d1;
    font-weight: 700
}

.accordion--active .accordion__content {
    max-height: 5000px;
    opacity: 1;
    visibility: visible
}

.accordion--active .icon-more {
    display: none
}

.accordion--active .icon-minus,
.tab {
    display: block
}

.tab {
    background: #fff;
    border: 1px solid #4495d1;
    margin-bottom: 2rem;
    text-decoration: none
}

.tab--active,
.tab:focus,
.tab:hover {
    border-color: #7fc241
}

.tab--active .tab__name,
.tab:focus .tab__name,
.tab:hover .tab__name {
    background-color: #7fc241;
    color: #fff;
    font-weight: 700
}

.tab--active .tab__name .tab__icon,
.tab:focus .tab__name .tab__icon,
.tab:hover .tab__name .tab__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #fff
}

.tab:focus .tab__name .tab__icon,
.tab:hover .tab__name .tab__icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tab--active:focus .tab__name .tab__icon,
.tab--active:hover .tab__name .tab__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tab__name {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #fff;
    color: #4495d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Titillium Web, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.38889;
    padding: .9em 2rem
}

.tab__icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: currentColor;
    height: 1.2rem;
    width: 1.8rem
}

.tab__content {
    padding: 0 2rem 2rem
}

@media screen and (min-width:48.0625em) {
    .tab__content {
        padding: 3.6rem
    }
}

.return {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #3869b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Titillium Web, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 2.5rem;
    text-decoration: none
}

.return:focus,
.return:hover {
    color: #4495d1
}

.return span {
    margin: 0 1rem
}

.return svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.results {
    padding: 5rem 0 10rem
}

.results__heading {
    font-family: Titillium Web, sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase
}

@media screen and (min-width:75em) {
    .results__heading {
        font-family: Titillium Web, sans-serif;
        font-size: 48px;
        font-size: 4.8rem;
        font-weight: 300;
        line-height: 1.04167
    }
}

.results__heading-chunk--2 {
    color: #7fc241;
    margin-left: 1rem
}

.result {
    border-bottom: 1px solid #3869b2;
    padding: 4rem 2rem
}

.result__title {
    color: #3869b2;
    margin-bottom: 2rem
}

.result a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: block;
    text-decoration: none
}

.result a:focus .result__title,
.result a:hover .result__title {
    color: #4495d1
}

.filters {
    color: #3869b2;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.38889;
    border-bottom: 1px solid #3869b2;
    padding-bottom: 4.5rem
}

.filter,
.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Titillium Web, sans-serif;
    font-weight: 300
}

.filter {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin: 0 2rem
}

.filter label {
    cursor: pointer;
    margin: 0 .2rem
}

.page--homepage .header {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 105, 178, .5)), color-stop(40%, rgba(56, 105, 178, .25)), color-stop(80%, #f4f7fb), to(#f4f7fb));
    background: -o-linear-gradient(bottom, rgba(56, 105, 178, .5), rgba(56, 105, 178, .25) 40%, #f4f7fb 80%, #f4f7fb);
    background: linear-gradient(0deg, rgba(56, 105, 178, .5), rgba(56, 105, 178, .25) 40%, #f4f7fb 80%, #f4f7fb);
    padding-top: 0;
}

@media screen and (min-width:64em) {
    .page--homepage .header {
        padding-top: 3rem;
    }
}

.page--homepage .header__top {
    display: block;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (min-width:64em) {
    .page--homepage .header__top .bubble {
        display: block
    }
}

.page--homepage .header__metas {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .page--homepage .header__metas {
        max-width: 680px;
        width: 100%;
    }
}

.page--homepage .header__assistance {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 570px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: -10rem;
    margin-left: 2rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.page--homepage .header__assistance.down {
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

@media screen and (min-width: 992px) {
    .page--homepage .header__assistance {
        margin-right: -11rem;
    }
}

@media screen and (min-width: 1200px) {
    .page--homepage .header__assistance {
        margin-left: 0;
    }
}

.page--homepage .searchbox {
    margin-top: 14rem;
    margin-bottom: 4rem
}

@media screen and (min-width:48.0625em) {
    .page--homepage .searchbox {
        margin-top: 12rem
    }
}

@media screen and (min-width:64em) {
    .page--homepage .searchbox {
        background: none;
        border-radius: 0;
        height: 360px;
        margin-top: -80px;
        padding: 0;
        position: relative
    }
}

.page--homepage .searchbox__row {
    width: 100%
}

@media screen and (min-width:64em) {
    .page--homepage .searchbox__row {
        margin-top: 90px;
        width: 80%
    }
}

.page--homepage .illustration {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    position: absolute;
    right: 0;
    top: -126px;
    z-index: 1;
    width: 250px
}

@media screen and (min-width:64em) {
    .page--homepage .illustration {
        top: 24px;
        width: 336px;
        right: 200px
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .page--homepage .illustration {
        right: 50px
    }
}

@media screen and (min-width:75em) {
    .page--homepage .illustration {
        height: 170px
    }
}

@media screen and (min-width:64em) {
    .page--homepage .inserts>.wrapper {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "contact contact demenagement""service paiement demenagement"
    }
}

@media screen and (min-width:64em) {

    .page--homepage .insert--3 .insert__icon,
    .page--homepage .insert--4 .insert__icon {
        margin-top: 7rem
    }
}

@media screen and (min-width:64em) {
    .page--homepage .insert--1 {
        grid-area: contact
    }
}

@media screen and (min-width:64em) {
    .page--homepage .insert--2 {
        grid-area: demenagement
    }
}

@media screen and (min-width:64em) {
    .page--homepage .insert--3 {
        grid-area: service
    }
}

@media screen and (min-width:64em) {
    .page--homepage .insert--4 {
        grid-area: paiement
    }
}

@media screen and (min-width:64em){
    .page--homepage .insert--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
    .page--homepage .insert--2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3
    }
    .page--homepage .insert--3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    .page--homepage .insert--4 {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

.page--profil .header,
.page--thematique .header {
    margin-bottom: 6rem
}

@media screen and (max-width:63.9375em) {

    .page--profil .header__top,
    .page--thematique .header__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:63.9375em) {

    .page--profil .searchbox,
    .page--thematique .searchbox {
        margin-top: 14rem;
        margin-bottom: 4rem
    }
}

.page--profil .inserts>.wrapper,
.page--thematique .inserts>.wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.page--thematique .questions {
    padding-bottom: 6rem
}

@media screen and (min-width:64em) {

    .page--thematique .accordions-area>.wrapper,
    .page--thematique .breadcrumb>.wrapper {
        padding-right: 10rem;
        padding-left: 10rem
    }
}

@media screen and (min-width:64em) {
    .page--thematique .accordions-area .thematique__head {
        margin-left: -10rem
    }
}

.page--thematique .accordions-area .thematique__name:after {
    right: auto
}

@media screen and (min-width:64em) {
    .page--search .results>.wrapper {
        padding-right: 10rem;
        padding-left: 10rem
    }
}

body.mobile-nav-is-displayed {
    overflow: hidden
}

.accordion {

}

.accordion__title {
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.accordion__title.expand .fa-plus,
.accordion__title.expand .fa-plus:before {
    transition: all 0.3s ease-out;
}

.accordion__title.expand .fa-plus:before {
    content: "\f068";
    transition: all 0.3s ease-out;
}

.accordion__panel {

    height: 0;
    padding: 0;
    padding: 0 5rem 0 2rem;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.image-wrapper img {
    max-width:100%;
}
