html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@media (min-width: 960px) {
    [class*=" grid-"], [class^=grid-] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    [class*=" grid-"] > *, [class^=grid-] > * {
        box-sizing: border-box;
        min-width: 0;
        min-height: 0
    }

    .grid, .grid--reverse {
        display: -ms-flexbox;
        display: flex
    }

    .grid--reverse > *, .grid > * {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        box-sizing: border-box;
        min-width: 0;
        min-height: 0
    }

    .grid--reverse.has-gutter > * + *, .grid.has-gutter > * + * {
        margin-left: calc(1rem - .01px)
    }

    .grid--reverse.has-gutter-l > * + *, .grid.has-gutter-l > * + * {
        margin-left: calc(2rem - .01px)
    }

    .grid--reverse.has-gutter-xl > * + *, .grid.has-gutter-xl > * + * {
        margin-left: calc(4rem - .01px)
    }

    [class*=grid-2] > * {
        width: calc(100% / 2 - .01px)
    }

    [class*=grid-2].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-2].has-gutter > * {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-2].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-2].has-gutter-l > * {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-2].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-2].has-gutter-xl > * {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-3] > * {
        width: calc(100% / 3 - .01px)
    }

    [class*=grid-3].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-3].has-gutter > * {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-3].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-3].has-gutter-l > * {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-3].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-3].has-gutter-xl > * {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-4] > * {
        width: calc(100% / 4 - .01px)
    }

    [class*=grid-4].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-4].has-gutter > * {
        width: calc(100% / 4 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-4].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-4].has-gutter-l > * {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-4].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-4].has-gutter-xl > * {
        width: calc(100% / 4 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-5] > * {
        width: calc(100% / 5 - .01px)
    }

    [class*=grid-5].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-5].has-gutter > * {
        width: calc(100% / 5 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-5].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-5].has-gutter-l > * {
        width: calc(100% / 5 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-5].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-5].has-gutter-xl > * {
        width: calc(100% / 5 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-6] > * {
        width: calc(100% / 6 - .01px)
    }

    [class*=grid-6].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-6].has-gutter > * {
        width: calc(100% / 6 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-6].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-6].has-gutter-l > * {
        width: calc(100% / 6 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-6].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-6].has-gutter-xl > * {
        width: calc(100% / 6 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-7] > * {
        width: calc(100% / 7 - .01px)
    }

    [class*=grid-7].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-7].has-gutter > * {
        width: calc(100% / 7 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-7].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-7].has-gutter-l > * {
        width: calc(100% / 7 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-7].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-7].has-gutter-xl > * {
        width: calc(100% / 7 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-8] > * {
        width: calc(100% / 8 - .01px)
    }

    [class*=grid-8].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-8].has-gutter > * {
        width: calc(100% / 8 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-8].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-8].has-gutter-l > * {
        width: calc(100% / 8 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-8].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-8].has-gutter-xl > * {
        width: calc(100% / 8 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-9] > * {
        width: calc(100% / 9 - .01px)
    }

    [class*=grid-9].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-9].has-gutter > * {
        width: calc(100% / 9 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-9].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-9].has-gutter-l > * {
        width: calc(100% / 9 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-9].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-9].has-gutter-xl > * {
        width: calc(100% / 9 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-10] > * {
        width: calc(100% / 10 - .01px)
    }

    [class*=grid-10].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-10].has-gutter > * {
        width: calc(100% / 10 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-10].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-10].has-gutter-l > * {
        width: calc(100% / 10 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-10].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-10].has-gutter-xl > * {
        width: calc(100% / 10 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-11] > * {
        width: calc(100% / 11 - .01px)
    }

    [class*=grid-11].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-11].has-gutter > * {
        width: calc(100% / 11 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-11].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-11].has-gutter-l > * {
        width: calc(100% / 11 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-11].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-11].has-gutter-xl > * {
        width: calc(100% / 11 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }

    [class*=grid-12] > * {
        width: calc(100% / 12 - .01px)
    }

    [class*=grid-12].has-gutter {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    [class*=grid-12].has-gutter > * {
        width: calc(100% / 12 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem
    }

    [class*=grid-12].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem
    }

    [class*=grid-12].has-gutter-l > * {
        width: calc(100% / 12 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem
    }

    [class*=grid-12].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem
    }

    [class*=grid-12].has-gutter-xl > * {
        width: calc(100% / 12 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem
    }
}

.push {
    margin-left: auto !important
}

.pull {
    margin-right: auto !important
}

.item-first {
    -ms-flex-order: -1;
    order: -1
}

.item-last {
    -ms-flex-order: 1;
    order: 1
}

[class*=grid-][class*="--reverse"] {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 960px) {
    .full {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 1 - .01px)
    }

    .has-gutter > .full {
        width: calc(100% / 1 - 1rem - .01px)
    }

    .has-gutter-l > .full {
        width: calc(100% / 1 - 2rem - .01px)
    }

    .has-gutter-xl > .full {
        width: calc(100% / 1 - 4rem - .01px)
    }

    .one-half {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 2 - .01px)
    }

    .has-gutter > .one-half {
        width: calc(100% / 2 - 1rem - .01px)
    }

    .has-gutter-l > .one-half {
        width: calc(100% / 2 - 2rem - .01px)
    }

    .has-gutter-xl > .one-half {
        width: calc(100% / 2 - 4rem - .01px)
    }

    .one-third {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 3 - .01px)
    }

    .has-gutter > .one-third {
        width: calc(100% / 3 - 1rem - .01px)
    }

    .has-gutter-l > .one-third {
        width: calc(100% / 3 - 2rem - .01px)
    }

    .has-gutter-xl > .one-third {
        width: calc(100% / 3 - 4rem - .01px)
    }

    .one-quarter {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 4 - .01px)
    }

    .has-gutter > .one-quarter {
        width: calc(100% / 4 - 1rem - .01px)
    }

    .has-gutter-l > .one-quarter {
        width: calc(100% / 4 - 2rem - .01px)
    }

    .has-gutter-xl > .one-quarter {
        width: calc(100% / 4 - 4rem - .01px)
    }

    .one-fifth {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 5 - .01px)
    }

    .has-gutter > .one-fifth {
        width: calc(100% / 5 - 1rem - .01px)
    }

    .has-gutter-l > .one-fifth {
        width: calc(100% / 5 - 2rem - .01px)
    }

    .has-gutter-xl > .one-fifth {
        width: calc(100% / 5 - 4rem - .01px)
    }

    .one-sixth {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 6 - .01px)
    }

    .has-gutter > .one-sixth {
        width: calc(100% / 6 - 1rem - .01px)
    }

    .has-gutter-l > .one-sixth {
        width: calc(100% / 6 - 2rem - .01px)
    }

    .has-gutter-xl > .one-sixth {
        width: calc(100% / 6 - 4rem - .01px)
    }

    .two-thirds {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 3 * 2 - .01px)
    }

    .has-gutter > .two-thirds {
        width: calc(100% / 3 * 2 - 1rem - .01px)
    }

    .has-gutter-l > .two-thirds {
        width: calc(100% / 3 * 2 - 2rem - .01px)
    }

    .has-gutter-xl > .two-thirds {
        width: calc(100% / 3 * 2 - 4rem - .01px)
    }

    .three-quarters {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 4 * 3 - .01px)
    }

    .has-gutter > .three-quarters {
        width: calc(100% / 4 * 3 - 1rem - .01px)
    }

    .has-gutter-l > .three-quarters {
        width: calc(100% / 4 * 3 - 2rem - .01px)
    }

    .has-gutter-xl > .three-quarters {
        width: calc(100% / 4 * 3 - 4rem - .01px)
    }

    .five-sixths {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% / 6 * 5 - .01px)
    }

    .has-gutter > .five-sixths {
        width: calc(100% / 6 * 5 - 1rem - .01px)
    }

    .has-gutter-l > .five-sixths {
        width: calc(100% / 6 * 5 - 2rem - .01px)
    }

    .has-gutter-xl > .five-sixths {
        width: calc(100% / 6 * 5 - 4rem - .01px)
    }
}

@media (min-width: 960px) and (max-width: 959px) {
    [class*=-small-1] > * {
        width: calc(100% / 1 - .01px)
    }

    [class*=-small-1].has-gutter > * {
        width: calc(100% / 1 - 1rem - .01px)
    }

    [class*=-small-1].has-gutter-l > * {
        width: calc(100% / 1 - 2rem - .01px)
    }

    [class*=-small-1].has-gutter-xl > * {
        width: calc(100% / 1 - 4rem - .01px)
    }

    [class*=-small-2] > * {
        width: calc(100% / 2 - .01px)
    }

    [class*=-small-2].has-gutter > * {
        width: calc(100% / 2 - 1rem - .01px)
    }

    [class*=-small-2].has-gutter-l > * {
        width: calc(100% / 2 - 2rem - .01px)
    }

    [class*=-small-2].has-gutter-xl > * {
        width: calc(100% / 2 - 4rem - .01px)
    }

    [class*=-small-3] > * {
        width: calc(100% / 3 - .01px)
    }

    [class*=-small-3].has-gutter > * {
        width: calc(100% / 3 - 1rem - .01px)
    }

    [class*=-small-3].has-gutter-l > * {
        width: calc(100% / 3 - 2rem - .01px)
    }

    [class*=-small-3].has-gutter-xl > * {
        width: calc(100% / 3 - 4rem - .01px)
    }

    [class*=-small-4] > * {
        width: calc(100% / 4 - .01px)
    }

    [class*=-small-4].has-gutter > * {
        width: calc(100% / 4 - 1rem - .01px)
    }

    [class*=-small-4].has-gutter-l > * {
        width: calc(100% / 4 - 2rem - .01px)
    }

    [class*=-small-4].has-gutter-xl > * {
        width: calc(100% / 4 - 4rem - .01px)
    }
}

@keyframes a {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size: .625em
}

@media screen and (max-width: 960px) {
    html {
        font-size: .546em
    }
}

body {
    background: #999;
    font-size: 1.6rem;
    font-family: Gotham;
    font-weight: 300;
    line-height: 1.3125;
    position: relative
}

a, body {
    color: #363c5a
}

a {
    text-decoration: none
}

h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px
}

h3 {
    font-size: 1.8rem;
    color: #006d52;
    font-weight: 300;
    font-family: Gotham, serif
}

input::-webkit-input-placeholder {
    color: #a5aab4
}

input:-moz-placeholder, input::-moz-placeholder {
    color: #a5aab4
}

input:-ms-input-placeholder {
    color: #a5aab4
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    color: #a5aab4
}

button, input, select, textarea {
    font-weight: 300
}

.principal-list select {
    width: 100%;
    margin-bottom: 40px
}

iframe, img {
    max-width: 100%
}

iframe {
    border: none
}

.icon-svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    vertical-align: text-top;
    margin-right: 10px
}

#page {
    max-width: 1280px;
    margin: auto;
    background: #f6f6f6;
    font-size: 1.6rem;
    padding-top: 125px
}

#contenu, #page {
    position: relative;
    overflow: hidden
}

.txtleft {
    text-align: left
}

.txtright {
    text-align: right
}

.txtcenter {
    text-align: center
}

.left {
    float: left
}

.right {
    float: right
}

.see-more {
    color: #00a078;
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 35px;
    position: relative;
    display: inline-block
}

.see-more .icon-svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.see-more:focus, .see-more:hover {
    text-decoration: underline
}

@media screen and (max-width: 960px) {
    .see-more {
        min-height: 1em;
        font-size: 1.6rem
    }
}

.btn {
    border-radius: 4px;
    padding: 12px;
    font-size: 1.4rem;
    display: inline-block;
    background: #a5aab4;
    color: #fff;
    border: none;
    border: 1px solid transparent
}

.btn:focus, .btn:hover {
    box-shadow: 0 2px 3px 0 #363c5a
}

.btn.btn--only-icon {
    padding-top: 10px;
    padding-bottom: 11px
}

.btn.btn--only-icon .icon-svg {
    margin-right: 0;
    height: 1.9rem;
    width: 1.9rem;
    font-size: 1.9rem
}

.btn.btn--blue {
    background: #363c5a
}

.btn.btn--green {
    background: #00a078
}

.btn.btn--light-grey {
    background: #f6f6f6;
    color: #363c5a
}

.btn.btn--white {
    background: #fff;
    color: #00a078;
    border: 1px solid #00a078
}

.btn.btn--white:focus, .btn.btn--white:hover {
    box-shadow: none;
    background: #00a078;
    color: #fff
}

.btn.btn--shadow {
    position: relative;
    box-shadow: 0 2px 3px 0 #363c5a
}

.btn.btn--shadow:focus, .btn.btn--shadow:hover {
    box-shadow: 0 3px 6px 0 #363c5a
}

.btn.valid-order {
    padding: 15px 60px;
    text-transform: uppercase;
    margin-left: 30px
}

.back, .btn.valid-order {
    letter-spacing: 1px;
    font-weight: 700
}

.back {
    color: #fff
}

.back:focus, .back:hover {
    text-decoration: underline
}

.status {
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 3px 0;
    display: inline-block;
    text-align: center;
    width: 18px;
    margin-top: 15px;
    margin-right: 10px
}

.status.status--p {
    color: #ce4d95;
    border: 2px solid #ce4d95
}

.status.status--a {
    color: #d2d160;
    border: 2px solid #d2d160
}

.status.status--n {
    color: #4c7ee4;
    border: 2px solid #4c7ee4
}

.status.status--l {
    color: #00C8B6;
    border: 2px solid #00C8B6
}

.status.status--r {
    color: #e70034;
    border: 2px dotted #e70034
}

.toggle {
    padding-right: 20px;
    position: relative
}

.toggle:focus {
    outline: 0
}

.toggle--up:after {
    border-width: 0 5px 7px;
    border-color: transparent transparent currentColor
}

.toggle--down:after, .toggle--up:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 5px;
    right: 0
}

.toggle--down:after {
    border-width: 7px 5px 0;
    border-color: currentColor transparent transparent
}

@media screen and (max-width: 960px) {
    .small-hidden {
        display: none !important
    }
}

@media screen and (min-width: 961px) {
    .large-hidden {
        display: none !important
    }
}

.dialog[aria-hidden=true], .popin-content {
    display: none
}

.dialog .dialog__content {
    position: absolute;
    background: #fff;
    top: 60px;
    left: 18px;
    z-index: 200;
    box-shadow: 0 2px 4px 0 rgba(54, 60, 90, .31);
    border-radius: 4px;
    width: calc(100% - 36px);
    padding: 30px 20px
}

.dialog .dialog__content .popin-content {
    display: block
}

.dialog .dialog__overlay {
    z-index: 100;
    background: #363c5a;
    opacity: .9;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.dialog .close {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0;
    background: 0 0;
    border: none;
    color: #a5aab4
}

.dialog .close .icon-svg {
    margin: 0
}

.styled-select {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 0;
    padding-right: 20px;
    margin: 4px
}

.styled-select select {
    font-family: Gotham;
    background: 0 0;
    border: none;
    padding: 15px;
    color: #363c5a;
    width: calc(100% + 40px);
    position: relative;
    z-index: 2
}

.styled-select select:focus {
    outline: 0
}

.styled-select:after {
    transform: rotate(45deg)
}

.styled-select:after, .styled-select:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    width: 11px;
    height: 9px;
    border-bottom: 2px solid #a5aab4;
    z-index: 1
}

.styled-select:before {
    transform: rotate(-45deg)
}

input[type=date], input[type=password], input[type=text] {
    padding: 10px 5px;
    border-radius: 4px;
    border: 1px solid #dadada
}

@media screen and (max-width: 960px) {
    input[type=date], input[type=password], input[type=text] {
        max-width: 100%
    }
}

input[type=date] {
    padding: 7px 5px
}

.checkbox {
    position: relative
}

.checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.checkbox label .icon-svg {
    position: absolute;
    left: 6px;
    top: -1px;
    fill: #36b7c4;
    display: none
}

.checkbox input[type=checkbox] + label {
    padding: 4px 28px 0 36px
}

.checkbox input[type=checkbox] + label:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: -7px;
    left: 0;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #fff
}

.checkbox input[type=checkbox] + label:hover:before {
    border-color: #36b7c4;
    box-shadow: 0 2px 3px 0 #eee
}

.checkbox input[type=checkbox]:checked + label .icon-svg {
    display: block
}

.checkbox input[type=checkbox]:checked + label:before {
    box-shadow: 0 2px 3px 0 #eee
}

.radio {
    position: relative
}

.radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.radio label .icon-svg {
    position: absolute;
    left: 6px;
    top: -1px;
    fill: #36b7c4;
    display: none
}

.radio input[type=radio] + label {
    padding: 4px 28px 0 36px
}

.radio input[type=radio]:checked + label .icon-svg {
    display: block
}

.radio.radio--right label {
    width: 100%;
    display: inline-block
}

.radio.radio--right label .icon-svg {
    left: auto;
    right: 6px
}

.radio.radio--right input[type=radio] + label {
    padding: 4px 36px 0 0
}

.title-field {
    min-width: 200px;
    text-align: right;
    margin-right: 20px;
    display: inline-block
}

@media screen and (max-width: 960px) {
    .title-field {
        min-width: 0;
        text-align: left;
        display: block
    }
}

.warning-alert {
    color: #db5565;
    display: block;
    margin-top: 7px
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 10px;
    z-index: 100
}

@media screen and (max-width: 960px) {
    #header {
        max-width: 100%
    }
}

#header .header-mobile {
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 1px 3px 5px -2px #dadada
}

@media screen and (min-width: 961px) {
    #header .header-mobile {
        display: none
    }
}

#header .header-mobile > * {
    display: table-cell
}

#header .header-mobile .user-menu {
    width: 63px;
    background: #f6f6f6;
    text-align: center;
    vertical-align: middle
}

#header .header-mobile .user-menu button {
    background: 0 0;
    border: none;
    display: block;
    height: 60px;
    width: 100%;
    padding: 0
}

#header .header-mobile .user-menu .icon-svg {
    height: 25px;
    width: 25px;
    margin: 0;
    fill: #a5aab4
}

#header .header-mobile .user-menu .toggle-sidebar.opened {
    background: #00a078;
    color: #fff
}

#header .header-mobile .user-menu .toggle-sidebar.opened .icon-svg {
    fill: #fff
}

#header .header-mobile .user-menu .toggle-sidebar.opened .with-article:after {
    border-color: #00a078;
    background: #363c5a
}

#header .header-mobile .login-btn .icon-svg {
    width: 20px;
    height: 20px
}

#header .header-mobile .menu-mobile-link {
    width: 63px;
    text-align: center;
    vertical-align: middle
}

#header .header-mobile .menu-mobile-link button {
    background: 0 0;
    border: none;
    color: #363c5a
}

#header .header-mobile .menu-mobile-link button .icon-svg {
    width: 26px;
    height: 28px;
    margin: 0
}

#header .header-mobile .menu-mobile-link .close {
    display: none
}

#header .header-mobile .menu-mobile-link .close .icon-svg {
    width: 16px;
    height: 16px;
    margin: 0
}

#header .header-mobile .menu-mobile-link.opened .close {
    display: inline-block
}

#header .header-mobile .menu-mobile-link.opened .open {
    display: none
}

#header .header-mobile .logo {
    text-align: center;
    vertical-align: middle
}

#header .header-mobile .logo a {
    display: block;
    margin: auto;
    padding: 5px 0
}

#header .header-mobile .logo a img {
    display: block;
    margin: 0 auto;
    height: 40px;
    max-width: 100%
}

#header .header-mobile .with-article {
    position: relative;
    display: inline-block
}

#header .header-mobile .with-article:after {
    content: "";
    border: 2px solid #f6f6f6;
    position: absolute;
    top: -1px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #00a078
}

@media screen and (max-width: 960px) {
    #header .header-desktop {
        display: none
    }
}

#header #top-header {
    background: #363c5a;
    color: #fff;
    text-align: right;
    padding: 10px 48px;
    font-size: 1.4rem
}

#header .wrapper-logo-menu {
    background: #fff
}

#header #logo {
    width: 296px;
    padding: 13px 33px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

#header #logo a {
    display: block
}

#header #logo img {
    max-width: 100%
}

#header #switch-lang {
    text-align: right;
    display: inline-block;
    font-size: 1.4rem
}

#header #switch-lang ul {
    display: inline
}

#header #switch-lang ul li {
    padding-left: 10px;
    display: inline;
    color: #fff;
    position: relative
}

#header #switch-lang ul li + li {
    padding-left: 20px
}

#header #switch-lang ul li + li:before {
    content: "|";
    padding-right: 10px;
    color: #dadada;
    font-size: 9px;
    vertical-align: text-top;
    position: absolute;
    top: 2px;
    left: 7px
}

#header #switch-lang ul li a {
    color: #eaecef;
    opacity: .4
}

#header #user {
    display: inline-block
}

#header #user .user-name, #header #user .user-name button {
    position: relative;
    display: inline-block
}

#header #user .user-name button {
    border: none;
    background: 0 0;
    padding-right: 20px;
    color: #fff;
    cursor: pointer
}

#header #user .user-name button .icon-svg {
    fill: #a5aab4
}

#header #user .user-name button:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 6px;
    right: 0
}

#header #user .user-name button:focus {
    outline: 0
}

#header #user .user-name a {
    color: #fff
}

#header #user .user-name .user-menu {
    position: absolute;
    display: none;
    top: 30px;
    right: -10px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    z-index: 1;
    text-align: left;
    margin: 0;
    list-style: none;
    padding: 0
}

#header #user .user-name .user-menu:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    position: absolute;
    transform: rotate(45deg);
    top: -6px;
    right: 9px
}

#header #user .user-name .user-menu li a {
    margin: 10px 0;
    padding: 10px 25px;
    display: block;
    color: #363c5a;
    font-size: 1.4rem
}

#header #user .user-name .user-menu li a:focus, #header #user .user-name .user-menu li a:hover {
    color: #00a078
}

#header #user .user-name .user-menu li.current a {
    border-left: 4px solid #00a078;
    padding-left: 21px
}

#header #user .user-name .user-menu li.logout {
    border-top: 1px solid #dadada
}

#header #user .user-name .user-menu li.logout a {
    border-left: none;
    padding-left: 25px
}

#header #user .user-name .user-menu ul {
    list-style: none;
    padding: 0 30px
}

#header #user .user-name .user-menu ul li {
    border-top: 0
}

#header #user .user-name .user-menu ul li a, #header #user .user-name .user-menu ul li > span {
    margin: 15px 20px;
    font-weight: 400
}

#header .wrapper-main-menu {
    padding-bottom: 5px
}

#header #main-menu {
    position: relative;
    border-bottom: 1px solid #dadada
}

#header #main-menu:after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 5px;
    bottom: 1px;
    left: 3px;
    z-index: -1;
    box-shadow: 0 2px 5px 0 #dadada
}

#header #main-menu .menu {
    display: table;
    padding-left: 0;
    margin: 0;
    font-size: 1.4rem;
    width: 100%;
    max-width: 670px
}

#header #main-menu .menu li {
    padding: 0;
    margin: 0;
    display: table-cell;
    color: #363c5a;
    text-transform: uppercase;
    text-align: center
}

#header #main-menu .menu li a {
    padding: 32px 10px;
    display: inline-block
}

#header #main-menu .menu li a:focus, #header #main-menu .menu li a:hover {
    color: #00a078
}

#header #main-menu .menu li.current a {
    border-bottom: 4px solid #00a078;
    font-weight: 700
}

#header #main-menu .menu li#logo, #header #main-menu .menu li.promotions {
    padding: 0
}

#header #main-menu .menu li.promotions a {
    color: #006d52
}

#header #main-menu .menu li.promotions:after {
    content: "|";
    padding-left: 20px;
    color: #dadada
}

#header #main-menu .menu li a {
    color: #363c5a
}

#header #main-menu .menu .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 1px;
    padding: 0;
    box-shadow: 0 2px 5px 0 #9c9d9f;
    background: #fff
}

#header #main-menu .menu .sub-menu li {
    text-transform: none;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.44;
    padding: 25px 20px;
    display: inline-block
}

#header #main-menu .menu .sub-menu li a {
    font-weight: 300;
    border: none;
    padding: 0;
    min-width: 0
}

#header #main-menu .menu .sub-menu li.current {
    border-bottom: 4px solid #00a078;
    font-weight: 500
}

#header #main-menu .menu .sub-menu li.current a {
    font-weight: 500
}

#header #main-menu .menu .sub-menu li.promo {
    border: none
}

#header #main-menu .menu .sub-menu li.promo a {
    color: #ce4d95
}

#header #main-menu .menu .sub-menu li.promo a:focus, #header #main-menu .menu .sub-menu li.promo a:hover {
    color: #00a078
}

#header #main-menu .shopping-cart {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    max-width: 250px;
    position: relative
}

#header #main-menu .shopping-cart .toggle-sidebar {
    display: block;
    margin: auto;
    position: relative;
    background: 0 0;
    border: none;
    color: #363c5a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
    font-family: Gotham;
    line-height: 1.4
}

#header #main-menu .shopping-cart .toggle-sidebar > span {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    text-align: left;
    margin-left: -10px
}

#header #main-menu .shopping-cart .toggle-sidebar > span span {
    display: block
}

#header #main-menu .shopping-cart .toggle-sidebar .icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#header #main-menu .shopping-cart .toggle-sidebar .with-article:after {
    content: "";
    border: 2px solid #f6f6f6;
    position: absolute;
    top: 1px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background: #00a078
}

#header #main-menu .shopping-cart .toggle-sidebar .icon-svg {
    fill: #9c9d9f;
    height: 23px;
    width: 26px
}

#header #main-menu .shopping-cart .toggle-sidebar #link-panier-label {
    font-weight: 700
}

#header #main-menu .shopping-cart .toggle-sidebar:focus, #header #main-menu .shopping-cart .toggle-sidebar:hover {
    background: #dadada
}

#header #main-menu .shopping-cart .toggle-sidebar:focus .with-article:after, #header #main-menu .shopping-cart .toggle-sidebar:hover .with-article:after {
    border-color: #dadada
}

#header #main-menu .shopping-cart .toggle-sidebar.opened {
    background: #00a078;
    color: #fff
}

#header #main-menu .shopping-cart .toggle-sidebar.opened .icon-svg {
    fill: #fff
}

#header #main-menu .shopping-cart .toggle-sidebar.opened .with-article:after {
    border-color: #00a078;
    background: #363c5a
}

.panel-menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: -1px 2px 4px 0 #9c9d9f;
    transform: translate(-102%);
    transition: transform .3s;
    max-width: 90%;
    min-width: 280px
}

.panel-menu-mobile.show {
    transform: translate(0)
}

.panel-menu-mobile .user-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f6f6f6
}

.panel-menu-mobile .user-menu li {
    margin-left: 36px;
    padding: 15px 0
}

.panel-menu-mobile .user-menu li + li {
    border-top: 1px solid #dadada
}

.panel-menu-mobile .user-menu .logout {
    margin-left: 0;
    padding-left: 36px
}

.panel-menu-mobile .user-name button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: none;
    position: relative;
    padding: 15px 50px 12px 18px;
    text-align: left;
    font-family: Gotham;
    color: #363c5a;
    cursor: pointer
}

.panel-menu-mobile .user-name button .icon-svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    fill: #a5aab4
}

.panel-menu-mobile .user-name button:after {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #a5aab4
}

.panel-menu-mobile .user-name button:focus {
    outline: 0
}

.panel-menu-mobile .laboratory-access {
    padding: 22px 18px
}

.panel-menu-mobile .laboratory-access .icon-svg {
    fill: #a5aab4;
    width: 18px;
    height: 18px;
    vertical-align: bottom
}

.panel-menu-mobile .menu-mobile {
    position: relative
}

.panel-menu-mobile .menu-mobile > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dadada
}

.panel-menu-mobile .menu-mobile .menu-item {
    padding: 22px 18px;
    text-transform: uppercase
}

.panel-menu-mobile .menu-mobile .menu-item .icon-svg {
    float: right;
    fill: #a5aab4
}

.panel-menu-mobile .menu-mobile .menu-item.current {
    border-left: 4px solid #00a078;
    padding-left: 14px;
    font-weight: 700
}

.panel-menu-mobile .menu-mobile .menu-item.current .icon-svg {
    fill: #00a078
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    min-height: 100%;
    right: 0;
    background: #fff;
    z-index: 1
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu .close {
    background: 0 0;
    border: none;
    font-family: Gotham;
    font-weight: 700;
    letter-spacing: 1px;
    color: #a5aab4;
    padding: 21px 18px
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu .close .icon-svg {
    float: none;
    fill: currentColor
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu ul li {
    text-transform: none;
    padding: 22px 18px;
    font-weight: 500;
    font-size: 2rem
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu ul li.current {
    border-left: 4px solid #00a078;
    padding-left: 14px
}

.panel-menu-mobile .menu-mobile .menu-item .sub-menu ul li.current a {
    color: #ce4d95
}

.panel-menu-mobile .switch-lang ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    padding: 28px
}

.panel-menu-mobile .switch-lang ul li {
    display: inline-block;
    position: relative;
    font-weight: 500
}

.panel-menu-mobile .switch-lang ul li a {
    color: #a5aab4;
    opacity: .4
}

.panel-menu-mobile .switch-lang ul li + li {
    padding-left: 20px
}

.panel-menu-mobile .switch-lang ul li + li:before {
    content: "|";
    padding-right: 20px;
    color: #a5aab4;
    font-size: 9px;
    vertical-align: text-top;
    position: relative;
    top: 2px
}

#footer {
    background-color: #363c5a;
    padding: 30px 20px
}

#footer, #footer a {
    color: #fff
}

#footer ul {
    display: block;
    padding-left: 0;
    margin: 0
}

@media screen and (max-width: 960px) {
    #footer ul {
        display: block
    }
}

#footer ul li {
    padding: 0 30px;
    display: inline;
    color: #363c5a
}

@media screen and (max-width: 960px) {
    #footer ul li {
        display: block;
        text-align: center;
        padding: 12px
    }
}

@media screen and (min-width: 961px) {
    #footer ul li + li {
        padding-left: 0
    }

    #footer ul li + li:before {
        content: "|";
        padding-right: 30px;
        color: #000;
        font-size: 12px;
        vertical-align: text-top;
        opacity: .3
    }
}

#footer #pied {
    text-align: right
}

@media screen and (max-width: 960px) {
    #footer #pied {
        text-align: center;
        display: block;
        padding-left: 0;
        margin: 30px 0 0;
        font-size: 1.4rem
    }

    #footer #pied li {
        padding: 0 10px;
        display: inline;
        color: #363c5a
    }

    #footer #pied li + li {
        padding-left: 0
    }

    #footer #pied li + li:before {
        content: "|";
        padding-right: 10px;
        color: #000;
        font-size: 12px;
        vertical-align: text-top;
        opacity: .3
    }

    #footer #footer-menu {
        text-align: center;
        display: block;
        padding-left: 0;
        margin: 30px 0 0;
        font-size: 1.4rem
    }

    #footer #footer-menu li {
        padding: 0 10px;
        display: inline;
        color: #363c5a
    }

    #footer #footer-menu li + li {
        padding-left: 0
    }

    #footer #footer-menu li + li:before {
        content: "|";
        padding-right: 10px;
        color: #000;
        font-size: 12px;
        vertical-align: text-top;
        opacity: .3
    }

    #footer {
        background-color: #363c5a;
        padding: 5px 20px
    }

}

#sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    padding: 25px;
    z-index: 1;
    box-shadow: -1px 2px 4px 0 #9c9d9f;
    transform: translate(102%);
    transition: transform .3s
}

#sidebar.show {
    transform: translate(0)
}

#sidebar .close {
    position: absolute;
    top: 25px;
    right: 25px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    cursor: pointer
}

#sidebar .close:after {
    transform: rotate(45deg)
}

#sidebar .close:after, #sidebar .close:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    border: 1px solid #dadada
}

#sidebar .close:before {
    transform: rotate(-45deg)
}

#sidebar h2 {
    font-size: 3.2rem;
    text-transform: none;
    font-family: Gotham, serif;
    font-weight: 700
}

#sidebar .basket {
    padding: 40px 20px;
    background: #f6f6f6
}

#sidebar .basket .inner {
    padding: 0 10px
}

#sidebar .basket h3 {
    font-family: Gotham;
    font-size: 1.6rem;
    margin: 0;
    color: #363c5a;
    font-weight: 300
}

#sidebar .basket .price {
    font-size: 2rem;
    font-weight: 700;
    color: #00a078;
    margin: 5px 0 20px
}

#sidebar .basket .last-articles-title {
    color: #db5565;
    font-size: 1.4rem;
    line-height: 1.85;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px
}

#sidebar .basket ul {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.22;
    padding: 0;
    margin: 0;
    list-style: none
}

#sidebar .basket .btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 30px;
    font-weight: 700;
    padding: 15px
}

#sidebar .basket .btn .icon-svg {
    width: 18px;
    height: 19px;
    vertical-align: bottom
}

#filter .filter-wrapper {
    min-width: 280px;
    transform: translate(102%);
    transition: transform .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

#filter.opened .overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #363c5a;
    opacity: .6;
    z-index: 100
}

#filter.opened .filter-wrapper {
    transform: translate(0);
    z-index: 101
}

#filter .close {
    position: absolute;
    top: 25px;
    right: 25px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    cursor: pointer
}

#filter .close:after {
    transform: rotate(45deg)
}

#filter .close:after, #filter .close:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    border: 1px solid #dadada
}

#filter .close:before {
    transform: rotate(-45deg)
}

#filter h2 {
    text-transform: none;
    font-size: 3rem;
    font-family: Gotham, serif;
    margin-top: 20px;
    margin-left: 26px;
    font-weight: 700
}

#filter p {
    margin: 0 0 0 8px;
    padding: 0 20px 0 0;
    border-top: 1px solid #dadada
}

#filter p.price {
    border: none;
    color: #a5aab4
}

#filter p.price label {
    color: #363c5a;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

#filter p.no-border {
    border-top: none;
    padding-top: 0
}

#filter p .form-title {
    display: block;
    font-weight: 700;
    color: #363c5a;
    margin-bottom: 10px
}

#filter p label {
    margin-right: 10px
}

#filter .all-products button {
    background: 0 0;
    border: none;
    margin-left: 26px;
    border-top: 1px solid #dadada;
    display: block;
    padding: 15px 0;
    width: calc(100% - 26px);
    text-align: left;
    font-family: Gotham;
    color: #363c5a;
    font-weight: 700
}

#filter .all-products .toggle--down:before, #filter .all-products .toggle--up:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    border: none;
    border-top: 2px solid #363c5a;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-top: -3px
}

#filter .all-products .toggle--down:after, #filter .all-products .toggle--up:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    border: none;
    border-top: 2px solid #363c5a;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin-top: -3px
}

#filter .all-products .toggle--down {
    border-bottom: 1px solid #dadada
}

#filter .all-products .toggle--down:after, #filter .all-products .toggle--down:before {
    border: none;
    border-bottom: 2px solid #a5aab4;
    margin-top: -10px
}

#filter .all-products .to-toggle {
    display: none
}

#filter .all-products ul {
    background: #f6f6f6;
    margin: 0;
    padding: 0 0 0 26px;
    list-style: none
}

#filter .all-products ul li {
    padding: 10px 5px
}

#filter .all-products ul li + li {
    border-top: 1px solid #dadada
}

#filter .btn {
    text-transform: uppercase;
    display: block;
    font-size: 1.6rem;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-weight: 700
}

#filter .btn + .btn {
    margin-top: 15px
}

#filter input, #filter label {
    width: 100%
}

#filter label {
    margin-bottom: 5px;
    color: #a5aab4;
    display: block;
    position: relative
}

.header-auth {
    display: -ms-flexbox;
    display: flex;
    padding: 14px 48px 14px 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header-auth form {
    margin: auto;
    margin-right: 0;
    text-align: right
}

.header-auth input[type=password], .header-auth input[type=text] {
    font-weight: 300;
    padding: 16px 20px;
    display: inline-block;
    margin-left: -6px;
    border: 1px solid #dadada;
    font-family: Gotham
}

.header-auth input[type=text] {
    border-radius: 5px 0 0 5px
}

.header-auth input[type=submit] {
    background: #00a078;
    padding: 17px 20px;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    margin-left: -6px
}

.header-auth .connexion {
    display: none;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header-auth .field-wrapper {
    box-shadow: 0 2px 3px 0 #eaecef;
    display: inline-block;
    border-radius: 5px;
    padding-left: 6px;
    width: calc(100% - 145px);
    max-width: 500px;
    position: relative;
    text-align: left
}

.header-auth .field-wrapper input {
    font-family: Gotham;
    font-weight: 500
}

.header-auth .field-wrapper input[type=password], .header-auth .field-wrapper input[type=text] {
    color: #363c5a;
    width: calc(50% - 25px)
}

.header-auth .field-wrapper input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.header-auth .field-wrapper.focus {
    box-shadow: 0 0 3px 0 #36b7c4;
    border-color: #36b7c4
}

.header-auth .field-wrapper.focus input {
    border-color: #36b7c4;
    border-right: 1px solid #dadada
}

.header-auth .field-wrapper.focus input + input {
    border-left: 1px solid #dadada
}

.header-auth .field-wrapper input:focus {
    outline: 0
}

.header-auth .forgotten-password {
    color: #a5aab4;
    font-weight: 300;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-align: left
}

.header-auth .subscribe {
    display: inline-block
}

.header-auth .connect, .header-auth .subscribe {
    text-transform: uppercase;
    padding: 16px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 20px;
    min-width: 140px;
    text-align: center
}

.header-auth-mobile .field-wrapper {
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #eaecef;
    margin-bottom: 20px
}

.header-auth-mobile .field-wrapper input {
    border: 1px solid #dadada;
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0
}

.header-auth-mobile .field-wrapper input:focus {
    box-shadow: 0 0 3px 0 #36b7c4;
    outline: 0
}

.header-auth-mobile .field-wrapper .password {
    position: relative;
    display: block
}

.header-auth-mobile .field-wrapper .password input {
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding-right: 40px
}

.header-auth-mobile .field-wrapper .password button:focus {
    outline: 0
}

.header-auth-mobile .field-wrapper .password .reveal {
    position: absolute;
    top: 50%;
    right: 5px;
    border: none;
    background: 0 0;
    transform: translateY(-50%)
}

.header-auth-mobile .field-wrapper .password .reveal .icon-svg-hide, .header-auth-mobile .field-wrapper .password .reveal .icon-svg-see {
    margin: 0;
    fill: #a5aab4;
    width: 16px;
    height: 16px
}

.header-auth-mobile .field-wrapper .password .reveal .icon-svg-hide {
    display: none
}

.header-auth-mobile .submit {
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700
}

.header-auth-mobile .forgotten-password {
    display: block;
    text-align: center;
    color: #a5aab4;
    margin-bottom: 40px
}

.header-auth-mobile .subscribe {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    color: #36b7c4
}

.main-form {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

@media screen and (max-width: 960px) {
    .main-form {
        margin-top: 10px
    }
}

.main-form > div {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 20px 147px 20px 100px
}

@media screen and (max-width: 960px) {
    .main-form > div {
        padding: 10px 15px 5px
    }
}

.main-form .search-wrapper {
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #fff;
    padding-left: 55px;
    padding-right: 60px;
    display: block
}

@media screen and (max-width: 960px) {
    .main-form .search-wrapper {
        padding-right: 10px;
        padding-left: 35px
    }
}

.main-form .search-wrapper.focus {
    box-shadow: 0 0 3px 0 #36b7c4;
    border-color: #36b7c4
}

.main-form .search-wrapper .icon-svg {
    position: absolute;
    top: 13px;
    left: 30px;
    width: 20px;
    height: 20px;
    fill: #a5aab4
}

@media screen and (max-width: 960px) {
    .main-form .search-wrapper .icon-svg {
        left: 15px
    }
}

.main-form .search-wrapper.focus .icon-svg {
    fill: #363c5a
}

.main-form .search-wrapper input[type=search] {
    border: none;
    width: 100%;
    padding: 14px;
    color: #363c5a;
    font-family: Gotham;
    font-weight: 300
}

.main-form .search-wrapper input[type=search]:focus {
    outline: 0
}

@media screen and (max-width: 960px) {
    .main-form .search-wrapper input[type=search] {
        font-size: 1.6rem
    }
}

.main-form .search-wrapper input[type=submit] {
    position: absolute;
    top: -1px;
    right: -5px;
    bottom: -1px;
    background: #00a078;
    padding: 16px 20px;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    margin-left: -6px;
    text-transform: uppercase
}

.main-form .search-wrapper .suggest {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: calc(100% - 52px);
    margin-top: 1px;
    z-index: 3;
    border: 1px solid #dadada;
    box-shadow: 0 2px 3px 0 #999;
    border-radius: 0 0 4px 4px;
    font-size: 1.8rem
}

@media screen and (max-width: 960px) {
    .main-form .search-wrapper .suggest {
        width: 100%
    }
}

.main-form .search-wrapper .suggest ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-form .search-wrapper .suggest ul li a {
    display: block;
    padding: 7px 30px
}

.main-form .search-wrapper .suggest ul li a:focus, .main-form .search-wrapper .suggest ul li a:hover {
    background: #dadada
}

@media screen and (max-width: 960px) {
    .main-form .search-wrapper .suggest ul li a {
        padding: 7px 10px
    }
}

.main-form .search-wrapper .suggest ul .status {
    width: 18px;
    vertical-align: bottom;
    margin-right: 16px;
    margin-top: 0
}

.main-form .advanced-search-link {
    color: #36b7c4;
    font-size: 1.4rem;
    letter-spacing: 1px
}

.main-form .advanced-search {
    display: none;
    color: #a5aab4;
    position: relative
}

.main-form .advanced-search .empty-filter {
    position: absolute;
    top: -35px;
    right: 10px;
    color: #36b7c4;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.4rem
}

.main-form .advanced-search .empty-filter .icon-svg {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.main-form .advanced-search input[type=text] {
    border: 1px solid #dadada;
    border-radius: 3px
}

.main-form .advanced-search #slider-price {
    display: inline-block;
    width: 220px;
    height: 3px;
    border-radius: 100px;
    background: #d8d8d8;
    border: none;
    margin: 0 20px 3px
}

.main-form .advanced-search #slider-price .noUi-connect {
    background: #36b7c4
}

.main-form .advanced-search #slider-price .noUi-handle {
    border-radius: 100px;
    height: 26px;
    width: 26px;
    background: #fff;
    box-shadow: 0 1px 2px 0 #9c9d9f;
    border: 1px solid #dadada;
    top: -12px
}

.main-form .advanced-search #slider-price .noUi-handle:focus {
    outline: 0
}

.main-form .advanced-search #slider-price .noUi-handle:focus, .main-form .advanced-search #slider-price .noUi-handle:hover {
    border-color: #36b7c4
}

.main-form .advanced-search #slider-price .noUi-handle:after, .main-form .advanced-search #slider-price .noUi-handle:before {
    display: none
}

.main-form .advanced-search .price-text {
    color: #a5aab4;
    font-size: 1.6rem
}

.main-form .styled-select {
    display: inline-block
}

.main-form .styled-select select {
    padding: 10px 3px;
    color: #a5aab4
}

.main-form .styled-select select:focus {
    border-bottom: 2px solid #00a078;
    color: #363c5a
}

.main-form .styled-select:after, .main-form .styled-select:before {
    top: 12px;
    right: 12px
}

.upload-file {
    background: #f6f6f6;
    max-width: 250px;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #a5aab4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px
}

@media screen and (max-width: 960px) {
    .upload-file {
        display: none
    }
}

.upload-file:before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, #a5aab4 50%, hsla(0, 0%, 100%, 0) 0);
    background-size: 1px 20px;
    background-repeat: repeat-y
}

.upload-file:after, .upload-file:before {
    content: "";
    position: absolute;
    background-position: bottom
}

.upload-file:after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #a5aab4 50%, hsla(0, 0%, 100%, 0) 0);
    background-size: 20px 1px;
    background-repeat: repeat-x
}

.upload-file:hover {
    background: #f2f2f2
}

.upload-file:hover:before {
    background-image: linear-gradient(0deg, #36b7c4 50%, hsla(0, 0%, 100%, 0) 0)
}

.upload-file:hover:after {
    background-image: linear-gradient(90deg, #36b7c4 50%, hsla(0, 0%, 100%, 0) 0)
}

.upload-file > div {
    margin: auto
}

.upload-file span {
    color: #36b7c4
}

.upload-file .icon-svg {
    height: 28px;
    width: 32px;
    margin-right: 0
}

.upload-file .fileinput {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.filter-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px
}

.filter-mobile .upload-file {
    display: block;
    padding: 0
}

.filter-mobile .upload-file:after, .filter-mobile .upload-file:before {
    display: none
}

.filter-mobile .btn--filter {
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 1.6rem
}

.filter-mobile .styled-select select {
    color: #a5aab4
}

.filter-mobile .styled-select select:focus {
    border-bottom: 2px solid #00a078;
    color: #363c5a
}

.home .main-form {
    padding-bottom: 15px
}

.home .filter-mobile {
    display: none
}

.mediquick {
    padding: 20px 26px
}

@media screen and (max-width: 960px) {
    .mediquick {
        padding: 20px 15px
    }
}

.mediquick .btn {
    background: #00a078;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px
}

.block-news {
    padding: 30px 48px 30px 25px
}

@media screen and (max-width: 960px) {
    .block-news {
        padding: 30px 15px
    }
}

.block-news h2 {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
    position: relative
}

.block-news h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: currentColor
}

.block-news h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #363c5a
}

.block-news .list-contents .content-date-title {
    display: block;
    color: #9c9d9f;
    font-family: Gotham;
    font-size: 1.4rem
}

.block-news .list-contents a {
    border-bottom: 1px solid #dadada;
    display: block;
    padding-bottom: 15px;
    margin: 0 0 15px
}

.block-news .list-contents .content-title-ansm, .block-news .list-contents .content-title-info {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    padding-bottom: 0;
    padding-top: 3px;
    padding-right: 65px;
    position: relative;
    margin: 0
}

.block-news .list-contents .content-title-ansm:after, .block-news .list-contents .content-title-info:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #9c9d9f;
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    right: 0
}

.block-news .list-contents .content-title-ansm:before, .block-news .list-contents .content-title-info:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #9c9d9f;
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    right: 0
}

.block-news h3 {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada
}

.block-news + .block-news {
    padding-top: 0
}

.block-news.bg-grey {
    background: #eaecef;
    padding-top: 40px !important
}

.block-news.bg-grey h2 {
    margin-top: 0
}

.block-news.bg-grey + .block-news {
    padding-top: 30px
}

.block-news.contact {
    text-align: center
}

.block-news.contact p {
    font-size: 1.8rem;
    line-height: 1.44;
    margin: 45px 0 25px
}

@media screen and (max-width: 960px) {
    .block-news.contact p {
        font-size: 2rem;
        line-height: 1.44
    }
}

.block-news.contact .btn {
    background: #00a078;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    display: inline-block;
    box-shadow: 1px 2px 5px 0 #000
}

.block-news .flash-alert {
    border-top: 2px solid #00a078;
    border-bottom: 2px solid #00a078;
    padding: 25px;
    text-align: center
}

.block-news .flash-alert a {
    font-family: Gotham, serif;
    font-weight: 700;
    color: #00a078
}

@media screen and (max-width: 960px) {
    .block-news .no-offer {
        font-size: 2rem;
        line-height: 1.44
    }
}

.block-news .btn.apply {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
    font-size: 1.3rem
}

@media screen and (max-width: 960px) {
    .block-news .btn.apply {
        font-size: 1.6rem
    }
}

.breadcrumb {
    font-size: 1.4rem;
    margin-bottom: 40px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 48px
}

@media screen and (max-width: 960px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb a {
    position: relative;
    padding-right: 20px;
    color: #fff
}

.breadcrumb a:before {
    transform: rotate(-45deg);
    top: 9px
}

.breadcrumb a:after, .breadcrumb a:before {
    content: "";
    width: 5px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 5px
}

.breadcrumb a:after {
    transform: rotate(45deg);
    top: 6px
}

.breadcrumb a:focus, .breadcrumb a:hover {
    color: #fff;
    text-decoration: underline
}

.search-breadcrumb a {
    color: #a5aab4
}

.search-breadcrumb a::after, .search-breadcrumb a::before {
    content: "";
    width: 5px;
    height: 1px;
    background: #9c9d9f;
    position: absolute;
    right: 5px
}

.search-breadcrumb a:focus, .search-breadcrumb a:hover {
    color: #00a078;
    text-decoration: none
}

.search-breadcrumb a:before {
    transform: rotate(-45deg);
    top: 9px
}

.search-breadcrumb a:after {
    transform: rotate(45deg);
    top: 6px
}

.search-breadcrumb::after, .search-breadcrumb::before {
    color: #a5aab4
}

#page-top {
    background-color: #00a078;
    padding: 67px 48px 80px;
    font-size: 1.8rem;
    color: #fff
}

#page-top > div > div > h2, #page-top > h2 {
    text-decoration: underline
}

#page-top > div > div > a:hover {
    color: #fff
}

@media screen and (max-width: 960px) {
    #page-top {
        padding: 25px 15px 32px;
        text-align: center;
        min-height: 122px
    }
}

#page-top.home {
    padding: 50px 9% 80px;
    text-align: left
}

@media screen and (max-width: 960px) {
    #page-top.home {
        padding: 25px 15px 32px
    }
}

#page-top h2 {
    font-size: 3.2rem;
    text-transform: none;
    line-height: 1.25;
    font-family: Gotham, serif;
    font-weight: 700;
    margin-bottom: 15px
}

@media screen and (max-width: 960px) {
    #page-top h2 {
        font-size: 3.66rem;
        margin-bottom: 5px
    }
}

#page-top h3 {
    font-size: 2.4rem;
    color: #363c5a;
    line-height: 1.5;
    margin-top: 0
}

@media screen and (max-width: 960px) {
    #page-top h3 {
        line-height: 1.64;
        font-weight: 500
    }
}

#page-top p {
    line-height: 1.875;
    margin-top: 0
}

#page-top .wrapper-valid-command {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#page-top .wrapper-valid-command .back {
    font-size: 1.4rem
}

#page-top .wrapper-valid-command .back .icon-svg {
    vertical-align: middle
}

#page-top .wrapper-valid-command h2 {
    margin-bottom: 10px
}

@media screen and (max-width: 960px) {
    #page-top .wrapper-valid-command {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    #page-top .wrapper-valid-command h2 {
        margin-bottom: 15px
    }

    #page-top .wrapper-valid-command .back {
        font-size: 1.6rem
    }

    #page-top .wrapper-valid-command .btn {
        display: block;
        margin: 15px 0;
        font-size: 1.6rem;
        padding: 15px
    }
}

#promotions {
    background-color: #00a078;
    text-align: center;
    padding: 35px;
    color: #fff
}

@media screen and (max-width: 960px) {
    #promotions {
        padding: 30px 15px
    }
}

#promotions a {
    color: #fff
}

#promotions h2 {
    font-family: Gotham, serif;
    font-size: 3.2rem;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 45px
}

#promotions table {
    margin: auto;
    text-align: left
}

#promotions table td, #promotions table th {
    padding: 10px 50px;
    font-weight: 500
}

#promotions table th {
    font-size: 1.8rem
}

#promotions table .price {
    font-weight: 700
}

#promotions table .discount {
    font-size: 1.4rem;
    padding-right: 10px
}

#promotions table .date {
    position: relative;
    padding-left: 22px;
    font-weight: 300
}

#promotions table .date:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 6px;
    left: 0;
    background: #00ffbf
}

@media screen and (max-width: 960px) {
    #promotions table {
        display: block
    }

    #promotions table tbody, #promotions table tr {
        display: block;
        width: 100%
    }

    #promotions table th {
        display: block;
        padding: 5px 0;
        margin-top: 25px
    }

    #promotions table td {
        display: inline-block;
        width: calc(50% - 4px);
        text-align: left;
        padding: 3px 0
    }

    #promotions table td + td {
        text-align: right
    }
}

#promotions .btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 33px;
    border-radius: 4px;
    margin: 50px 0;
    font-size: 1.4rem
}

@media screen and (max-width: 960px) {
    #promotions .btn {
        display: block;
        text-align: center;
        font-size: 1.6rem
    }
}

.main-content {
    padding-bottom: 60px
}

#leftside {
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

#leftside h2 {
    margin-bottom: 60px;
    text-align: center;
    position: relative
}

@media screen and (max-width: 960px) {
    #leftside h2 {
        margin-bottom: 30px
    }
}

#leftside h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: currentColor
}

#leftside img {
    margin-bottom: 30px
}

@media screen and (max-width: 960px) {
    #leftside img {
        margin-bottom: 0
    }
}

#leftside .img-pharma {
    margin: 35px 0 60px;
    width: 100%
}

@media screen and (max-width: 960px) {
    #leftside .img-pharma {
        margin: 0 0 40px
    }
}

#leftside.alone {
    margin-right: 50px
}

@media screen and (max-width: 960px) {
    #leftside.alone {
        margin-right: 0
    }
}

#leftside h3 .see-more {
    text-transform: none
}

#leftside > div {
    background: #fff;
    margin-top: -50px;
    margin-left: 50px;
    padding: 40px 73px;
    box-shadow: 0 1px 4px 0 #a5aab4;
    right: 0;
    width: 100%;
    bottom: 0;
    margin-left: 48px
}

@media screen and (max-width: 960px) {
    #leftside > div {
        margin: -32px 15px 0;
        padding: 10px;
        padding-top: 30px
    }
}

@media screen and (min-width: 0\0
) {
    #leftside > div {
        width: calc(100% - 50px)
    }
}

#leftside .product h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #363c5a
}

#leftside .product table {
    width: calc(100% - 25px);
    margin-left: 25px;
    line-height: 1.1875;
    border-collapse: collapse;
    border-bottom: 1px solid #dadada
}

#leftside .product table tr:nth-child(2n) {
    background: #f9f9f9
}

#leftside .product table td {
    padding: 13px 25px
}

#leftside .product table .price {
    font-weight: 700
}

@media screen and (max-width: 960px) {
    #leftside .product table {
        width: 100%;
        margin-left: 0;
        display: block
    }

    #leftside .product table tbody, #leftside .product table tr {
        display: block;
        width: 100%
    }

    #leftside .product table tr {
        padding: 6px 0
    }


    #leftside .product table th{
        display: inline-table;
        width: 70%;
        text-align: left;
        padding: 4px 25px;
        word-break: break-word;
    }
    #leftside .product table td {
        display: inline-table;
        width: auto;
        text-align: left;
        padding: 4px 25px;
        float: none !important;
    }

    #leftside .product table.basicTable tr td:first-child {
        display: inline-table;
        width: 70%;
        text-align: left;
        padding: 4px 25px;
        word-break:break-word;
    }
    #leftside .product table.basicTable tr td:last-child {
        display: inline-table;
        width: 25%;
        text-align: left;
        padding: 4px 25px;
        word-break:break-word;
    }
}

.command {
    background: #fff;
    padding: 50px 48px
}

@media screen and (max-width: 960px) {
    .command {
        padding: 10px 18px
    }
}

.command h3 {
    font-family: Gotham;
    color: #363c5a;
    font-size: 1.8rem;
    margin-top: 0;
    font-weight: 500
}

@media screen and (max-width: 960px) {
    .command h3 {
        margin-bottom: 10px
    }
}

.command h3 .result-nb {
    font-size: 2.6rem;
    font-weight: 700
}

@media screen and (max-width: 960px) {
    .command h3 .result-nb {
        font-size: 2.44rem
    }
}

.command .infinite-scroll {
    display: none;
    text-align: center
}

.command .infinite-scroll .icon-svg {
    animation: a 2s linear infinite;
    width: 30px;
    height: 30px
}

.basket .action, .command .action {
    float: right;
    margin-top: 0
}

.basket .action > a, .command .action > a {
    vertical-align: top
}

.basket h3 {
    font-family: Gotham;
    color: #363c5a;
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 500;
    margin-left: 25px
}

@media screen and (max-width: 960px) {
    .basket h3 {
        margin: 5px 0 20px
    }
}

.basket h3 strong {
    color: #00a078
}

@media screen and (max-width: 960px) {
    .basket h3 strong {
        display: block;
        margin-top: 5px
    }
}

.basket .wrapper-btn-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 960px) {
    .basket .wrapper-btn-bottom {
        display: block;
        text-align: center
    }

    .basket .wrapper-btn-bottom .btn {
        display: block;
        margin: 15px 0;
        text-align: center;
        padding: 15px
    }

    .basket .wrapper-btn-bottom .back {
        display: inline-block
    }
}

.product-popin, .product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 35px;
    border-radius: 4px;
    overflow: hidden
}

.product-popin tbody tr:nth-child(odd), .product-table tbody tr:nth-child(odd) {
    background: #f6f6f6
}

.product-popin tr p, .product-table tr p {
    margin: 0 0 10px
}

.product-popin th, .product-table th {
    background: #a5aab4;
    color: #fff;
    padding: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    white-space: nowrap
}

@media screen and (max-width: 960px) {
    .product-popin th, .product-table th {
        white-space: normal;
        padding: 18px 10px;
        font-size: 1.5rem
    }
}

.product-popin th a, .product-table th a {
    color: #fff
}

.product-popin tfoot, .product-table tfoot {
    border-top: 1px solid #dadada
}

.product-popin tfoot th, .product-table tfoot th {
    font-size: 2rem
}

@media screen and (max-width: 960px) {
    .product-popin tfoot .total-price, .product-table tfoot .total-price {
        padding-left: 0
    }

    .product-popin tfoot .total-price strong, .product-table tfoot .total-price strong {
        margin-left: -20px
    }
}

.product-popin td, .product-table td {
    padding: 20px;
    vertical-align: top
}

@media screen and (max-width: 960px) {
    .product-popin td, .product-table td {
        padding: 17px 10px
    }
}

.product-popin td + td, .product-table td + td {
    border-left: 1px solid #dadada
}

.product-popin td.no-border, .product-table td.no-border {
    border-left: none;
    padding-left: 0
}

.product-popin h3, .product-table h3 {
    color: #363c5a;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: Gotham;
    margin: 0 0 8px
}

.product-popin .product-status-label, .product-table .product-status-label {
    display: -ms-flexbox;
    display: flex
}

.product-popin .code, .product-table .code {
    font-weight: 300;
    font-size: 1.5rem;
    color: #9c9d9f;
    margin: 10px 0 18px
}

.product-popin .product-detail, .product-table .product-detail {
    font-size: 1.4rem;
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}

.product-popin .product-detail span, .product-table .product-detail span {
    color: #9c9d9f
}

.product-popin .product-detail li, .product-table .product-detail li {
    margin: 14px 0
}

.product-popin .price, .product-table .price {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    white-space: nowrap
}

.product-popin .price-ht, .product-table .price-ht {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-popin .price-ht .delete .icon-svg, .product-table .price-ht .delete .icon-svg {
    fill: #a5aab4;
    height: 24px;
    width: 16px;
    margin: 0
}

.product-popin .public-price, .product-table .public-price {
    font-size: 1.2rem;
    color: #a5aab4
}

.product-popin .promo, .product-table .promo {
    font-size: 1.4rem;
    min-width: 130px;
    float: right
}

.product-popin .promo button, .product-table .promo button {
    background: 0 0;
    border: none;
    color: #36b7c4;
    padding-left: 20px;
    line-height: 1.3125
}

.product-popin .promo button:before, .product-table .promo button:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 6px;
    left: 0;
    background: #00ffbf
}

.product-popin .promo button:after, .product-table .promo button:after {
    top: 7px
}

.product-popin .promo .promo-toggle, .product-table .promo .promo-toggle {
    display: none
}

.product-popin .promo .promo-toggle p, .product-table .promo .promo-toggle p {
    margin: 10px 0 5px;
    padding-left: 20px;
    font-size: 1.2rem
}

.product-popin .promo .promo-toggle ul, .product-table .promo .promo-toggle ul {
    list-style: none;
    padding-left: 20px;
    line-height: 1.7;
    margin: 0
}

.product-popin .wrapper-plusminus, .product-table .wrapper-plusminus {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-right: 5px
}

.product-popin .wrapper-plusminus:hover .minus, .product-popin .wrapper-plusminus:hover .plus, .product-popin .wrapper-plusminus:hover input, .product-table .wrapper-plusminus:hover .minus, .product-table .wrapper-plusminus:hover .plus, .product-table .wrapper-plusminus:hover input {
    color: #363c5a;
    box-shadow: 0 2px 3px 0 #eee
}

.product-popin .wrapper-plusminus .minus, .product-popin .wrapper-plusminus .plus, .product-table .wrapper-plusminus .minus, .product-table .wrapper-plusminus .plus {
    position: absolute;
    background: #f6f6f6;
    width: 31px;
    padding-left: 9px;
    padding-right: 9px;
    color: #a5aab4;
    border-color: #dadada
}

.product-popin .wrapper-plusminus .minus .icon-svg, .product-popin .wrapper-plusminus .plus .icon-svg, .product-table .wrapper-plusminus .minus .icon-svg, .product-table .wrapper-plusminus .plus .icon-svg {
    width: 11px;
    height: 11px;
    margin-right: 0;
    margin-top: 2px
}

.product-popin .wrapper-plusminus .minus:focus, .product-popin .wrapper-plusminus .minus:hover, .product-popin .wrapper-plusminus .plus:focus, .product-popin .wrapper-plusminus .plus:hover, .product-table .wrapper-plusminus .minus:focus, .product-table .wrapper-plusminus .minus:hover, .product-table .wrapper-plusminus .plus:focus, .product-table .wrapper-plusminus .plus:hover {
    color: #363c5a
}

.product-popin .wrapper-plusminus .minus, .product-table .wrapper-plusminus .minus {
    border-radius: 4px 0 0 4px;
    left: 0;
    top: 0;
    bottom: 0
}

.product-popin .wrapper-plusminus .plus, .product-table .wrapper-plusminus .plus {
    border-radius: 0 4px 4px 0;
    top: 0;
    right: 0;
    bottom: 0
}

.product-popin .wrapper-plusminus input, .product-table .wrapper-plusminus input {
    height: 42px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #dadada;
    border-radius: 0
}

.product-popin .wrapper-plusminus .quantite, .product-table .wrapper-plusminus .quantite {
    max-width: 60px;
    color: #a5aab4
}

.product-popin .wrapper-plusminus .quantite:focus, .product-popin .wrapper-plusminus .quantite:hover, .product-table .wrapper-plusminus .quantite:focus, .product-table .wrapper-plusminus .quantite:hover {
    color: #363c5a
}

.product-popin .add-to-basket, .product-table .add-to-basket {
    vertical-align: top;
    padding: 3px
}

.product-popin .add-to-basket .icon-svg, .product-table .add-to-basket .icon-svg {
    height: 34px;
    width: 37px
}

.product-popin .advantage, .product-popin .total, .product-table .advantage, .product-table .total {
    width: 150px
}

.product-popin .advantage, .product-table .advantage {
    color: #00a078;
    font-size: 1.2rem;
    font-size: 300;
    margin: 13px 0
}

.product-popin .unavailable, .product-table .unavailable {
    vertical-align: middle;
    color: #a5aab4
}

.product-popin .show-more, .product-table .show-more {
    border: none;
    background: 0 0;
    color: #a5aab4;
    font-family: Gotham;
    position: relative;
    padding-bottom: 25px;
    cursor: pointer
}

.product-popin .show-more:after, .product-table .show-more:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 5px;
    left: 50%;
    border-bottom: 2px solid #a5aab4;
    transform: translate(-5px) rotate(45deg)
}

.product-popin .show-more:before, .product-table .show-more:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 5px;
    left: 50%;
    border-bottom: 2px solid #a5aab4;
    transform: translate(-5px) rotate(-45deg)
}

.product-popin .show-more:focus, .product-popin .show-more:hover, .product-table .show-more:focus, .product-table .show-more:hover {
    text-decoration: underline
}

.product-popin .show-less, .product-table .show-less {
    display: none;
    border: none;
    background: 0 0;
    color: #a5aab4;
    font-family: Gotham;
    position: relative;
    padding-bottom: 25px;
    cursor: pointer
}

.product-popin .show-less:after, .product-table .show-less:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 5px;
    left: 50%;
    border-bottom: 2px solid #a5aab4;
    transform: translate(8px) rotate(45deg)
}

.product-popin .show-less:before, .product-table .show-less:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 5px;
    left: 50%;
    border-bottom: 2px solid #a5aab4;
    transform: translate(-5px) rotate(-45deg)
}

.product-popin .show-less:focus, .product-popin .show-less:hover, .product-table .show-less:focus, .product-table .show-less:hover {
    text-decoration: underline
}

.product-popin tbody tr:nth-child(n+10) {
    display: none
}

.product-popin.see-all tbody tr:nth-child(n+10), .product-table.see-all tbody tr:nth-child(n+10) {
    display: table-row
}

.product-popin.see-all .show-less, .product-table.see-all .show-less {
    display: inline-block
}

.product-popin.see-all .show-more, .product-table.see-all .show-more {
    display: none
}

.product-popin td {
    padding: 20px 7px
}

.product-popin .colisage {
    padding-left: 30px
}

.product-popin .product-detail {
    margin-top: 15px
}

.product-popin .product-detail li {
    margin: 10px 0
}

.pagination {
    margin: 13px 0
}

.pagination .btn {
    margin: 0 1px;
    font-size: 1.8rem
}

.pagination .btn.current {
    font-weight: 700
}

.pagination .btn.btn--light-grey:focus, .pagination .btn.btn--light-grey:hover {
    background: #dadada;
    box-shadow: none
}

.pagination .previous {
    text-indent: -9999px;
    position: relative;
    width: 35px
}

.pagination .previous:after {
    transform: rotate(45deg)
}

.pagination .previous:after, .pagination .previous:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #363c5a
}

.pagination .previous:before {
    transform: rotate(-45deg)
}

.pagination .next {
    text-indent: -9999px;
    position: relative;
    width: 35px
}

.pagination .next:after {
    transform: rotate(-45deg)
}

.pagination .next:after, .pagination .next:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #363c5a
}

.pagination .next:before {
    transform: rotate(45deg)
}

.pagination .next.disabled:after, .pagination .next.disabled:before, .pagination .previous.disabled:after, .pagination .previous.disabled:before {
    border-color: #a5aab4
}

.pagination .styled-select {
    display: inline-block;
    margin-right: 30px;
    border: none
}

.pagination .styled-select:hover {
    background: #dadada
}

.pagination .styled-select select {
    color: #363c5a;
    padding: 12px
}

.pagination .styled-select:after {
    top: 19px;
    right: 13px;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #a5aab4 transparent transparent;
    transform: rotate(0)
}

.command-popin-success, .pagination .styled-select:before {
    display: none
}

.command-popin-success .label {
    color: #00a078;
    text-transform: uppercase;
    font-weight: 700
}

.command-popin-success p {
    margin: 5px 0;
    line-height: 1.85
}

.command-popin-success .btn {
    width: 100%;
    text-transform: uppercase;
    margin: 10px 0 5px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem
}

.dialog .command-popin-success {
    display: block
}

.product-popin {
    margin-bottom: 0
}

.product-popin td, .product-popin tr {
    display: block
}

.product-popin td {
    padding: 0 0 10px
}

.product-popin .popin-hidden {
    display: none
}

.product-popin .product-status-label {
    display: -ms-flexbox;
    display: flex
}

.product-popin .code {
    margin: 8px 0 0
}

.product-popin .popin-center {
    text-align: center
}

.product-popin .public-price {
    font-size: 1.4rem
}

.product-popin .promo {
    float: none;
    width: 100%;
    border-top: 1px solid #dadada;
    padding-top: 10px;
    font-size: 1.6rem;
    text-align: left
}

.product-popin .promo button:focus {
    outline: 0
}

.product-popin .promo .promo-toggle ul {
    margin-top: 10px;
    font-size: 1.6rem
}

.product-popin .advantage {
    font-size: 1.4rem
}

.product-popin .advantage, .product-popin .total {
    width: 100%
}

.product-popin td + td {
    border-top: 1px solid #dadada;
    border-left: none;
    padding-top: 10px
}

.product-popin td:last-child {
    padding-bottom: 0
}

.product-popin .add-to-basket-wrapper {
    padding-top: 18px;
    border-top: 1px solid #dadada;
    margin: 0
}

.product-popin .add-to-basket {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 3px
}

#leftside .our-agencies {
    margin-right: 0;
    margin-left: 0;
    margin-top: -10px
}

#leftside .our-agencies .agency {
    border-bottom: 1px solid #dadada;
    width: calc(100% / 3 - 70px - .01px);
    margin-right: 35px;
    margin-left: 35px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 1.4rem
}

@media screen and (max-width: 960px) {
    #leftside .our-agencies .agency {
        width: 100%;
        margin: 0
    }
}

@media screen and (min-width: 961px) {
    #leftside .our-agencies .agency:nth-last-child(-n+3) {
        border-bottom: none
    }
}

#leftside .our-agencies .agency h3 {
    color: #00a078;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem
}

@media screen and (max-width: 960px) {
    #leftside .our-agencies .agency h3 {
        font-size: 2.1rem
    }
}

#leftside .our-agencies .agency .tel .icon-svg {
    fill: #00a078
}

#leftside .our-agencies .agency p {
    margin: 8px 0
}

#leftside .our-agencies .agency h4 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #a5aab4;
    margin-bottom: 8px
}

@media screen and (max-width: 960px) {
    #leftside .our-agencies .agency h4 {
        font-size: 1.4rem
    }
}

#leftside .our-agencies .agency h4 + p {
    font-weight: 500
}

.our-agencies-address {
    color: #a5aab4;
    font-size: 1.4rem
}

.client-account #tabs {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%
}

.client-account #tabs li {
    display: table-cell;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    padding: 13px 0
}

.client-account #tabs li.selected {
    font-weight: 700;
    border-bottom: 4px solid #00a078
}

.client-account #tabs li a:focus, .client-account #tabs li a:hover {
    color: #00a078
}

.client-account .styled-select select {
    border-bottom: 2px solid #00a078
}

.client-account .tabContent.hide {
    display: none
}

.client-account .info th {
    text-align: right;
    font-weight: 400
}

.client-account .info td {
    color: #00a078;
    font-weight: 700;
    padding: 10px 50px
}

.client-account .product-table {
    border-bottom: 1px solid #dadada
}

.bills .main-form {
    margin-top: 0
}

.bills .main-form > div {
    padding: 0
}

.bills .main-form .filter {
    margin-top: 0
}

.bills .main-form input, .bills .main-form label {
    margin-right: 10px
}

.bills .main-form .btn--filter {
    margin: 20px 5px;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700
}

.bills .main-form .form-title {
    display: block;
    color: #363c5a;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px
}

.bills .main-form .advanced-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bills .main-form .advanced-search p + p {
    border-left: 1px solid #dadada;
    padding-left: 20px;
    margin-left: 20px
}

.bills .product-table td {
    font-size: 1.4rem;
    padding: 15px 20px;
    vertical-align: middle
}

@media screen and (max-width: 960px) {
    .bills .product-table td {
        padding: 15px 7px
    }
}

.bills .product-table .download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.bills .product-table .download a {
    color: #db5565
}

.bills .product-table .download a .icon-svg {
    margin: 0;
    width: 20px;
    height: 20px
}
@media screen and (max-width: 960px) {
    .factureMobile {
        margin-left: 0px !important;
        padding: 0px !important;
        width: 100% !important;
    }
    .factureMobile2{
        width: 100% !important;
    }
    .archiveFactureTitreMobile{
        float: none !important;
        text-align: center !important;
    }
    .dataTables_length{
        display: none;
    }
    .hidden-display{
        display: none;
    }
    .factureTable{
        width: auto !important;
    }
}