/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://p.typekit.net/p.css?s=1&k=ytx8ftd&ht=tk&f=27919.27920.27993.32862.32868.32869&a=16058163&app=typekit&e=css);
@import url(https://p.typekit.net/p.css?s=1&k=ytx8ftd&ht=tk&f=27919.27920.27993.32862.32868.32869&a=16058163&app=typekit&e=css);

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
    line-height: 1;
    color: #333;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role='button'] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 26px;
}

.h2,
h2 {
    font-size: 21px;
}

.h3,
h3 {
    font-size: 17px;
}

.h4,
h4 {
    font-size: 13px;
}

.h5,
h5 {
    font-size: 10px;
}

.h6,
h6 {
    font-size: 9px;
}

p {
    margin: 0 0 5px;
}

.lead {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
}

.small,
small {
    font-size: 90%;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 4px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 5px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd,
dt {
    line-height: 1;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: ' ';
}

.dl-horizontal dd:after {
    clear: both;
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 12.5px;
    border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 10px;
    font-style: normal;
    line-height: 1;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: ' ';
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after,
.row:before {
    display: table;
    content: ' ';
}

.row:after {
    clear: both;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

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

.clearfix:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

.col-lg-1 .col-xl-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('woff'),
        url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('opentype');
    font-display: auto;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('woff'),
        url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('woff'),
        url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('opentype');
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

.tk-korolev {
    font-family: korolev, sans-serif;
}

.tk-hero-new {
    font-family: hero-new, sans-serif;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?mssr5p);
    src: url(../fonts/icomoon.eot?mssr5p#iefix) format('embedded-opentype'),
        url(../fonts/icomoon.ttf?mssr5p) format('truetype'),
        url(../fonts/icomoon.woff?mssr5p) format('woff'),
        url(../fonts/icomoon.svg?mssr5p#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=' icon-'],
[class^='icon-'] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: '\e900';
}

.icon-twitter:before {
    content: '\e901';
}

.icon-linkedin:before {
    content: '\e902';
}

.icon-instagram:before {
    content: '\e903';
}

.icon-facebook:before {
    content: '\e904';
}
.icon-retour {
    content: url(../img/icones/retour.webp);
}
.icon-accompagnement:before {
    content: '\e905';
}

.icon-erp {
    content: url(../img/icons/icon-erp.png);
}

.icon-adaptabilite:before {
    content: '\e906';
}
.icon-web:before {
    content: url(../img/icones/web.webp);
}
.icon-manage:before {
    content: url(../img/icones/manages.svg);
}
.icon-mif:before {
    content: url(../img/icones/madeinfrance.webp);
}

.icon-applications:before {
    content: '\e907';
}

.icon-arrow:before {
    content: '\e908';
}

.icon-business:before {
    content: '\e909';
}

.icon-collaboratifs:before {
    content: '\e90a';
}

.icon-consideration:before {
    content: '\e90b';
}

.icon-ecoute:before {
    content: '\e90c';
}

.icon-enthousiasme:before {
    content: '\e90d';
}

.icon-equipe:before {
    content: '\e90e';
}

.icon-expertise:before {
    content: '\e90f';
}

.icon-groupe:before {
    content: '\e910';
}

.icon-internet:before {
    content: '\e911';
}

.icon-partage:before {
    content: '\e912';
}

.icon-pme:before {
    content: '\e913';
}

.icon-presentation {
    content: url(../img/icons/presentation.png);
}

.icon-presentation:before {
    content: url(../img/icons/presentation.png);
}

.icon-reactivite:before {
    content: '\e914';
}

.icon-recherche:before {
    content: '\e915';
}

.icon-solidarite:before {
    content: '\e916';
}

.icon-tpe:before {
    content: '\e917';
}

.icon-oreille:before {
    content: '\e918';
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex:after,
.flex:before {
    content: normal;
    display: none;
}

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

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

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

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

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

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

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

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

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

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-variant-ligatures: common-ligatures;
}

.container,
.container-fluid,
.row {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 5;
}

.container {
    width: 81.25vw !important;
    margin: 0 auto;
}

.container.no-padding {
    padding: 0;
}

html {
    font-size: 5.2px;
    font-family: hero-new;
    color: #000;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-font-kerning: none;
    font-kerning: none;
}

html.noscroll {
    overflow: hidden;
}

body {
    min-height: 100%;
    width: 100%;
    font-family: hero-new;
    position: relative;
}

#wrapper {
    max-width: 100vw;
    overflow: hidden;
}

#section-top {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

button,
input,
textarea {
    border: none;
    background: 0 0;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: 0;
}

a:hover,
button:hover {
    text-decoration: none;
}

img,
svg {
    vertical-align: middle;
    border: none;
}

b,
strong {
    font-family: hero-new;
}

li,
ul {
    list-style: none;
    list-style-type: none;
}

.letter-100 {
    letter-spacing: 0.1em;
}

.before-title {
    position: relative;
}

.before-title::before {
    position: absolute;
    bottom: 8px;
    left: -webkit-calc(-50vw - 15px);
    left: calc(-50vw - 15px);
    display: block;
    content: '';
    width: 50vw;
    height: 2px;
    background-color: #000;
}

.before-title-mobile::before {
    left: 0;
    width: 100%;
    z-index: -1;
}

.before-title-mobile span {
    padding-right: 15px;
}

.after-title {
    position: relative;
    overflow: hidden;
}

.after-title span {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-right: 15px;
}

.after-title::before {
    position: absolute;
    bottom: 8px;
    right: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #000;
}

.p,
p {
    font-size: 13px;
    line-height: 13px;
    font-family: hero-new;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 1.5 !important;
    margin: 0;
}

.p strong,
p strong {
    font-weight: 700;
    font-style: italic;
    color: #51bdcb;
}

.p.citation,
p.citation {
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    font-family: korolev;
    font-weight: 300;
}

.p.big,
p.big {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.p.little,
p.little {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8 !important;
}

textarea {
    overflow: auto;
    resize: none;
}
.resize {
    scale: 300%;
}

.titre-solutions {
    font-size: 22px;
    max-width: 25vh;
    color: #51bdcb;
    text-transform: uppercase;
    font-weight: 700;
}

.mobile-box {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}

.mobile-menu-link {
    font-size: 17px;
}

.box_titre {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.h1 {
    margin: 0;
    font-family: korolev;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    line-height: 1.15 !important;
}

.h1 span {
    color: #51bdcb;
}

.h2 {
    margin: 0;
    font-family: korolev;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    line-height: 1.2 !important;
}

.h3 {
    margin: 0;
    font-family: korolev;
    font-weight: 700;
    font-size: 47px;
    line-height: 47px;
}

.h4 {
    margin: 0;
    font-family: korolev;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    line-height: 1.6 !important;
}

.h5 {
    margin: 0;
    font-family: korolev;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    line-height: 1.2 !important;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.rs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rs .link {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 1px solid #51bdcb;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2.6rem;
}

.rs .link:last-child {
    margin-right: 2.34vw;
}

.rs .link::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rs .link [class*=' icon-'],
.rs .link [class^='icon-'] {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #51bdcb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rs .link:hover::after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rs .link:hover [class*=' icon-'],
.rs .link:hover [class^='icon-'] {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bouton,
.bouton:focus {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 25px;
    padding-left: 15px;
    height: 35px;
    font-family: hero-new;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 17.5px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bouton::before,
.bouton:focus::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #51bdcb;
    margin-right: 25px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bouton.float-right,
.bouton:focus.float-right {
    float: right;
}

.bouton:focus:hover,
.bouton:hover {
    color: #000;
}

.u-banner-cookies {
    width: 45rem;
    background-color: #fff;
    border-radius: 1.75rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 100000;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.25s;
    -o-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
}

.u-banner-cookies_content {
    padding: 4rem;
}

.u-banner-cookies .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-banner-cookies p {
    font-size: 1.6rem;
    color: #000;
    line-height: normal !important;
}

.u-banner-cookies_parametre {
    position: relative;
    cursor: pointer;
    z-index: 10;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.u-banner-cookies_close {
    position: relative;
    cursor: pointer;
    z-index: 10;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.u-banner-cookies.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.bleu {
    color: #51bdcb !important;
}

.bleu-bg {
    background: #51bdcb;
    color: inherit !important;
}

.blanc {
    color: #fff !important;
}

.blanc-bg {
    background: #fff;
    color: inherit !important;
}

.gris {
    color: #e0e0e2 !important;
}

.gris-bg {
    background: #e0e0e2;
    color: inherit !important;
}

.gris2 {
    color: #d1d3d4 !important;
}

.gris2-bg {
    background: #d1d3d4;
    color: inherit !important;
}

.gris3 {
    color: #b9bbbc !important;
}

.gris3-bg {
    background: #b9bbbc;
    color: inherit !important;
}

.gris4 {
    color: #f0f0f0 !important;
}

.gris4-bg {
    background: #f0f0f0;
    color: inherit !important;
}

.noir {
    color: #000 !important;
}

.noir-bg {
    background: #000;
    color: inherit !important;
}

.overflow-hidden {
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.p-header {
    position: relative;
    z-index: 100;
    overflow: hidden;
    min-height: 100vh;
    max-height: 1600px;
    height: -webkit-calc(var(--heightJs) + 2vw);
    height: calc(var(--heightJs) + 2vw);
    background-color: #fff;
}

.p-header_bg {
    display: inline-block;
    position: absolute;
    top: 7.815vw;
    right: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: -webkit-calc(100% - 7.815vw);
    height: calc(100% - 7.815vw);
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: opacity 2s ease forwards;
    -o-animation: opacity 2s ease forwards;
    animation: opacity 2s ease forwards;
}

.p-header_forme {
    position: absolute;
    bottom: -2vw;
    right: -6vw;
    z-index: 2;
    width: 42.44vw;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    -webkit-animation: opacity 2s ease 0.2s forwards;
    -o-animation: opacity 2s ease 0.2s forwards;
    animation: opacity 2s ease 0.2s forwards;
}

.p-header_forme img {
    width: 100%;
    height: auto;
}

.p-header_titre {
    position: absolute;
    top: 12vw;
    left: 0;
    width: 100%;
    z-index: 2;
}

.p-header_titre .h1 {
    opacity: 0;
    -webkit-animation: opacity 0.8s 0.6s ease forwards;
    -o-animation: opacity 0.8s 0.6s ease forwards;
    animation: opacity 0.8s 0.6s ease forwards;
}

.p-header_titre_bouton {
    margin-bottom: 1vw;
    opacity: 0;
    -webkit-animation: opacity 0.8s 0.8s ease forwards;
    -o-animation: opacity 0.8s 0.8s ease forwards;
    animation: opacity 0.8s 0.8s ease forwards;
}

.p-header_titre_subtitle {
    margin-top: 4.16vw;
    margin-bottom: 2vw;
    margin-left: 5vh;
    opacity: 0;
    -webkit-animation: opacity 0.8s 0.8s ease forwards;
    -o-animation: opacity 0.8s 0.8s ease forwards;
    animation: opacity 0.8s 0.8s ease forwards;
}

.p-header_scroll {
    position: absolute;
    left: 60vw;
    top: -webkit-calc(var(--heightJs) - 15rem);
    top: calc(var(--heightJs) - 15rem);
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: bouton-scroll 1.4s linear infinite;
    -o-animation: bouton-scroll 1.4s linear infinite;
    animation: bouton-scroll 1.4s linear infinite;
}

.p-header_scroll .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.5rem;
    height: 5.5rem;
}

.p-header_scroll:hover {
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.p-header-bg {
    background-color: rgba(255, 255, 255, 0.85);
}

.p-header-second-title {
    color: #006688;
    margin-top: 2vw;
}

.p-hearder-pictos {
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.p-footer {
    border-top: 1px solid #51bdcb;
}

.p-footer_logo {
    display: block;
    width: 13.8rem;
}

.p-footer_logo img {
    width: 100%;
    height: auto;
}

.p-footer_nav {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-footer_nav li {
    margin-right: 2.6vw;
}

.p-footer_nav li:last-child {
    margin-right: 0;
}

.p-footer_nav li a {
    font-family: hero-new;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #51bdcb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-footer_nav li a:hover {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-footer_top {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
}

.p-footer_top_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-footer_bot {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #d1d3d4;
}

.p-footer_bot_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-footer_bot_content .p,
.p-footer_bot_content p {
    font-size: 10px;
    color: #b9bbbc;
    font-weight: 400;
}

.p-footer_bot_content a:hover {
    color: #51bdcb;
}

.p-footer_infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-footer_infos .rs {
    width: 100%;
}

.p-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
    width: 100%;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-animation: trans-opacity-bot-100 0.8s 0.1s ease forwards;
    -o-animation: trans-opacity-bot-100 0.8s 0.1s ease forwards;
    animation: trans-opacity-bot-100 0.8s 0.1s ease forwards;
}

.p-nav::after {
    display: block;
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #51bdcb;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.2s ease, height 0.1s ease 0.2s;
    -o-transition: opacity 0.2s ease, height 0.1s ease 0.2s;
    transition: opacity 0.2s ease, height 0.1s ease 0.2s;
}

.p-nav_nav {
    position: relative;
    background-color: #fff;
}

.p-nav_nav .container,
.p-nav_nav .container-fluid,
.p-nav_nav .row {
    z-index: auto;
}

.p-nav_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.815vw;
}

.p-nav_logo {
    width: 15rem;
    position: relative;
    z-index: 1;
}

.p-nav_logo img {
    width: 100%;
    height: auto;
}

.p-nav_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.p-nav_ancres a#solutions {
    width: 20%;
    margin-right: 10%;
}
.p-nav_ancres {
    width: 20%;
}

.p-nav_ancres a {
    display: inline-block;
    font-family: hero-new;
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 6.25vw;
    position: fixed;
    margin-right: 20%;
}

.p-nav_ancres a::after {
    position: fixed;
    right: 300px;
    bottom: -3px;
    left: auto;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.p-nav .bt-menu {
    z-index: 100;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4.5rem;
    height: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav .bt-menu .barre {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    display: block;
    width: 100%;
    height: 5px;
    background-color: #51bdcb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav .bt-menu .barre:first-child {
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%) rotate(0);
    -ms-transform: translateY(50%) rotate(0);
    -o-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav .bt-menu.ouvert {
    width: 3.5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav .bt-menu.ouvert .barre {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav .bt-menu.ouvert .barre:first-child {
    top: auto;
    bottom: 50%;
    right: 0;
    -webkit-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    -o-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-nav.ouvert::after {
    height: 100vh;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease 0.1s, height 0.1s ease;
    -o-transition: opacity 0.3s ease 0.1s, height 0.1s ease;
    transition: opacity 0.3s ease 0.1s, height 0.1s ease;
}

.p-nav.unvisible,
.p-nav.unvisible-offres {
    top: -100%;
    -webkit-transition: all 0.6s linear 0.2s;
    -o-transition: all 0.6s linear 0.2s;
    transition: all 0.6s linear 0.2s;
}

.p-menu {
    position: absolute;
    top: -100vh;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 18.75vw;
    padding-top: 10.4vw;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}

.p-menu .onOpen_item {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-menu_nav li {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav li .link {
    display: inline-block;
    position: relative;
    font-family: hero-new;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #51bdcb;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav li .link span {
    color: #51bdcb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav li .link::after {
    position: absolute;
    bottom: -1.25vw;
    left: auto;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav li.active .link span {
    color: #000;
}

.p-menu_nav li.active .link::after {
    left: 0;
    right: auto;
    width: 100%;
}

.p-menu_nav li:hover a span {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu_nav li.notHover {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu.ouvert {
    top: 0;
    -webkit-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}

.p-menu.ouvert .onOpen_item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-menu.ouvert .onOpen:nth-child(1) .onOpen_item {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.p-menu.ouvert .onOpen:nth-child(2) .onOpen_item {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.p-menu.ouvert .onOpen:nth-child(3) .onOpen_item {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.p-menu.ouvert .onOpen:nth-child(4) .onOpen_item {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.p-menu.ouvert .onOpen:nth-child(5) .onOpen_item {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.p-menu.ouvert .onOpen:nth-child(6) .onOpen_item {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.ticked-list {
    font-size: 13px;
    line-height: 13px;
    font-family: hero-new;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 1.5 !important;
    margin-top: 1vw;
}

.ticked-list li:before {
    content: '\2714\0020';
}

.customers-logos-mobile {
    width: 100%;
}

.container-mobile-customers-logos {
    display: flex;
    flex-direction: column-reverse;
}

.container-desktop-customers-logos {
    display: none !important;
}

.accueil .p-header_bg {
    background-image: url(../img/header/bg-header-home.jpg);
    background-size: cover;
    background-position: center;
}

.accueil #section1 .container {
    padding-top: 5.72vw;
    padding-bottom: 3.9vw;
    margin-bottom: 7.3vw;
}

.accueil .index-dias {
    position: relative;
    padding-bottom: 16.14vw;
    overflow: hidden;
    z-index: 2;
}

.accueil .index-dias .rond {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.accueil .index-dias .rond.bottom {
    top: auto;
    bottom: 2px;
}

.accueil .index-dias .trait {
    display: inline-block;
    width: 1px;
    height: -webkit-calc(100% - (3rem + 15px) * 2);
    height: calc(100% - (3rem + 15px) * 2);
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    max-height: 0%;
    top: -webkit-calc(3rem + 15px);
    top: calc(3rem + 15px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.accueil .index-dias_top {
    padding-top: 8.6vw;
    padding-bottom: 11.45vw;
}

.accueil .index-dias_bottom {
    position: relative;
}

.accueil .index-dias_bottom_paragraphe .h2 {
    margin-bottom: 3.3vw;
}

.accueil .index-dias_bottom_paragraphe .bouton {
    margin-top: 3.3vw;
}

.accueil .index-dias_bottom_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.accueil .index-dias_bottom_nav_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    left: -webkit-calc(-50% + (15px / 2));
    left: calc(-50% + (15px / 2));
}

.accueil .index-dias_bottom_nav .cercle {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #51bdcb;
    margin-left: 1.8vw;
}

.accueil .index-dias_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.68vw;
}

.accueil .index-dias_content .icon {
    margin-left: 3.5vw;
    width: 14rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accueil .index-dias_content .icon.invers {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accueil .index-dias_content .bouton {
    margin-right: 3.64vw;
}

.accueil #section3 {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    position: relative;
    top: -5.2vw;
    z-index: 0;
}

.accueil #section3 .c-textPictos_content {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
}

.methode .p-header_bg {
    background-image: url(../img/header/bg-methode-ipanova.jpg);
}

.methode #section1 .container {
    padding-top: 3.4vw;
    padding-bottom: 1vw;
    margin-bottom: 7.29vw;
}

.methode .etapes {
    position: relative;
    overflow: hidden;
    padding-bottom: 4.68vw;
}

.methode .etapes .trait {
    display: inline-block;
    width: 1px;
    height: -webkit-calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
    height: calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    max-height: 0%;
    top: -webkit-calc(3rem + 15px);
    top: calc(3rem + 15px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.methode .etapes .icon {
    width: 7.3vw;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.methode .etapes .double-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 2vw;
    left: 0;
    width: 7.29vw;
    height: -webkit-calc(7.29vw / 2);
    height: calc(7.29vw / 2);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.methode .etapes .double-icon .icon {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.methode .etapes_top_rond {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: hero-new;
    font-weight: 700;
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
    margin-bottom: 5.9vw;
    border-radius: 100%;
    background-color: #51bdcb;
}

.methode .etapes_top_title {
    position: relative;
}

.methode .etapes_top_title .icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.methode .etapes_paragraphe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
    overflow: hidden;
}

.methode .etapes_paragraphe_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-left: 1vw;
    border-radius: 100%;
    position: relative;
}

.methode .etapes_paragraphe_scroll::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    border: 1px solid #51bdcb;
}

.methode .etapes_paragraphe_scroll .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    color: #51bdcb;
}

.methode .etapes_paragraphe_text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.6vw;
}

.methode .etapes_paragraphe_text:last-child {
    margin-bottom: 0;
}

.methode .etapes_paragraphe_text::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    top: 50%;
    left: -webkit-calc(-15px - (1.5rem / 2));
    left: calc(-15px - (1.5rem / 2));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.methode .etapes_paragraphe_text .little {
    width: 13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.methode .etapes_paragraphe_text .text {
    width: -webkit-calc(100% - 13rem);
    width: calc(100% - 13rem);
}

.methode .etapes #section2-2 .c-arrow {
    position: absolute;
    top: -5vw;
    left: 5vw;
}

.methode .etapes #section2-2 .c-arrow img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.methode .etapes #section2-3 .icon {
    position: absolute;
    top: 0;
    right: 5vw;
}

.solutions .p-header_bg {
    background-image: url(../img/header/bg-solutions-ipanova.jpg);
}

.solutions .p-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 11.45vw;
    content: '';
    background-color: #f0f0f0;
    z-index: -1;
}

.solutions .solutions-cta {
    padding-top: 11.9vw;
    padding-bottom: 7.3vw;
}

.solutions .solutions-cta_arrow {
    position: absolute;
    left: -8vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solutions .solutions-cta_arrow .c-arrow {
    position: relative;
}

.solutions .part {
    position: relative;
    overflow: hidden;
    padding-top: -webkit-calc(11.9vw / 2);
    padding-top: calc(11.9vw / 2);
    padding-bottom: -webkit-calc(11.9vw / 2);
    padding-bottom: calc(11.9vw / 2);
}

.solutions .part .trait {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    max-height: 0%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.solutions .part .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.solutions .part_row {
    padding: -webkit-calc(11.9vw / 2) 0;
    padding: calc(11.9vw / 2) 0;
    position: relative;
}

.solutions .part_row::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.solutions .part_row_icon {
    width: 5.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.solutions .part_row_icon [class*=' icon-'].icon-expertise,
.solutions .part_row_icon [class^='icon-'].icon-expertise {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.9vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.9vw;
    height: 2.9vw;
}

.solutions .part_row_icon [class*=' icon-'].icon-business,
.solutions .part_row_icon [class^='icon-'].icon-business {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.9vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.9vw;
    height: 2.9vw;
}

.solutions .part_row_icon [class*=' icon-'].icon-internet,
.solutions .part_row_icon [class^='icon-'].icon-internet {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.7vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.7vw;
    height: 2.7vw;
}

.solutions .part_row_icon [class*=' icon-'].icon-applications,
.solutions .part_row_icon [class^='icon-'].icon-applications {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.7vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.7vw;
    height: 2.7vw;
}

.solutions .part_row_paragraphe {
    width: -webkit-calc(100% - 5.2vw - 30px);
    width: calc(100% - 5.2vw - 30px);
}

.solutions .part_row_paragraphe_subtitle {
    margin-bottom: 2vw;
}

.solutions #section3 {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    position: relative;
    z-index: 0;
}

.solutions #section3 .c-textPictos_content {
    padding-left: 3vw;
}

.solutions #section3 .c-textPictos_content_item {
    max-width: 33.333%;
}

.solutions .solutions-bigPart {
    padding-top: 18vw;
    padding-bottom: 15vw;
    background-image: url(../img/contenus/solutions/bg-cta-contact.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.solutions .solutions-bigPart_content {
    position: relative;
}

.solutions .solutions-bigPart_content_arrow {
    position: absolute;
    left: -8vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solutions .solutions-bigPart_content_arrow .c-arrow {
    position: relative;
}

.solutions .solutions-bigPart_content_bouton {
    margin-top: 3.64vw;
}

.nousRejoindre .p-header_bg {
    background-image: url(../img/header/bg-rejoindre-ipanova.jpg);
}

.nousRejoindre #section1 .container {
    padding-top: 5.46vw;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
}

.nousRejoindre #section2 .container {
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
    margin-bottom: 9.375vw;
}

.nousRejoindre #section3 {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    position: relative;
    z-index: 0;
}

.nousRejoindre #section3 .c-textPictos_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nousRejoindre #section3 .c-textPictos_content_item {
    width: 33.3333%;
    margin-bottom: 3vw;
}

.nousRejoindre #section3 .c-textPictos_content_item:nth-child(4),
.nousRejoindre #section3 .c-textPictos_content_item:nth-child(5),
.nousRejoindre #section3 .c-textPictos_content_item:nth-child(6) {
    margin-bottom: 0;
}

.nousRejoindre .nousRejoindre-equipe {
    position: relative;
    overflow: hidden;
    padding-top: 8.33vw;
    padding-bottom: 9.375vw;
}

.nousRejoindre .nousRejoindre-equipe_title {
    margin-bottom: 4.68vw;
}

.nousRejoindre .nousRejoindre-equipe_mosaique {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vw;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .c-arrow {
    position: absolute;
    top: 0;
    left: -2vw;
    z-index: 1;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img {
    position: relative;
    width: 100%;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img1 {
    width: 54.7%;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img2 {
    width: -webkit-calc(100% - 54.7%);
    width: calc(100% - 54.7%);
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img3 {
    width: -webkit-calc(100% - 54.7%);
    width: calc(100% - 54.7%);
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img4 {
    width: 54.7%;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img5 {
    height: 60.8%;
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img.img6 {
    height: -webkit-calc(100% - 60.8%);
    height: calc(100% - 60.8%);
}

.nousRejoindre .nousRejoindre-equipe_mosaique .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.nousRejoindre .nousRejoindre-equipe_mosaique_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75.5%;
}

.nousRejoindre .nousRejoindre-equipe_mosaique_left_bot,
.nousRejoindre .nousRejoindre-equipe_mosaique_left_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100% /2);
    height: calc(100% / 2);
}

.nousRejoindre .nousRejoindre-equipe_mosaique_right {
    width: -webkit-calc(100% - 75.5%);
    width: calc(100% - 75.5%);
}

.nousRejoindre .nousRejoindre-recrutement {
    padding-top: 9.375vw;
    overflow: hidden;
}

.nousRejoindre .nousRejoindre-recrutement_offres {
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.nousRejoindre .nousRejoindre-recrutement_offres .c-arrowText {
    position: relative;
    top: -17vw;
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.nousRejoindre .nousRejoindre-recrutement_offres_slider {
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.nousRejoindre .nousRejoindre-recrutement_offres_slider_content {
    padding-bottom: 2rem;
}

.nousRejoindre .nousRejoindre-recrutement_offres_slider_content .title {
    margin-bottom: 2.6vw;
}

.nousRejoindre .nousRejoindre-recrutement_offres_slider_content .p strong,
.nousRejoindre .nousRejoindre-recrutement_offres_slider_content p strong {
    color: #000;
    font-style: normal;
}

.nousRejoindre .nousRejoindre-recrutement_offres_slider_content_bouton {
    margin-top: 2.6vw;
    text-align: center;
}

.nousRejoindre .nousRejoindre-recrutement .c-formulaire {
    padding-top: 6.25vw;
    padding-bottom: 7.81vw;
}

.nousRejoindre .nousRejoindre-recrutement .c-formulaire_field {
    position: relative;
}

.nousRejoindre .nousRejoindre-recrutement .c-formulaire_field textarea {
    padding-top: 20px;
    height: 180px;
    margin-top: 30px;
}

.vision .p-header_bg {
    background-image: url(../img/header/bg-vision-ipanova.jpg);
}

.vision #section1 .container {
    padding-top: 5.46vw;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
}

.vision .article-citation {
    padding-top: 5.2vw;
    padding-bottom: 8.8vw;
}

.vision #section3 {
    margin-top: 0;
}

.vision #section3 .container {
    padding-top: 2.6vw;
    padding-bottom: 5.2vw;
    margin-bottom: 9.375vw;
}

.vision #section4 {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    position: relative;
    z-index: 0;
}

.vision #section4 .c-textPictos_content_item {
    max-width: 25%;
}

.vision #section4 .bouton {
    position: relative;
    top: 3.64vw;
}

.erp .p-header_bg {
    background-image: url(../img/header/bg-erp-headway-5QgIuuBxKwM-unsplash.jpg);
}

.erp .article-citation {
    padding-top: 5.2vw;
    padding-bottom: 8.8vw;
}

.erp #section4 .container {
    /*    padding-top: 3.4vw;
    padding-bottom: 1vw;*/
    margin-bottom: 7.29vw;
}

.erp .etapes {
    position: relative;
    overflow: hidden;
    padding-bottom: 4.68vw;
}

.erp .etapes .trait {
    display: inline-block;
    width: 1px;
    height: -webkit-calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
    height: calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    max-height: 0%;
    top: -webkit-calc(3rem + 15px);
    top: calc(3rem + 15px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.erp .etapes .icon {
    width: 7.3vw;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.erp .etapes .double-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 2vw;
    left: 0;
    width: 7.29vw;
    height: -webkit-calc(7.29vw / 2);
    height: calc(7.29vw / 2);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.erp .etapes .double-icon .icon {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.erp .etapes_top_rond {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: hero-new;
    font-weight: 700;
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
    margin-bottom: 5.9vw;
    border-radius: 100%;
    background-color: #51bdcb;
}

.erp .etapes_top_title {
    position: relative;
}

.erp .etapes_top_title .icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.erp .etapes_paragraphe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
    overflow: hidden;
}

.erp .etapes_paragraphe_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-left: 1vw;
    border-radius: 100%;
    position: relative;
}

.erp .etapes_paragraphe_scroll::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    border: 1px solid #51bdcb;
}

.erp .etapes_paragraphe_scroll .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    color: #51bdcb;
}

.erp .etapes_paragraphe_text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.6vw;
}

.erp .etapes_paragraphe_text:last-child {
    margin-bottom: 0;
}

.erp .etapes_paragraphe_text::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    top: 50%;
    left: -webkit-calc(-15px - (1.5rem / 2));
    left: calc(-15px - (1.5rem / 2));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.erp .etapes_paragraphe_text .little {
    width: 13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.erp .etapes_paragraphe_text .text {
    width: -webkit-calc(100% - 13rem);
    width: calc(100% - 13rem);
}

.erp .etapes #section2-2 .c-arrow {
    position: absolute;
    top: -5vw;
    left: 5vw;
}

.erp .etapes #section2-2 .c-arrow img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.erp .etapes #section2-3 .icon {
    position: absolute;
    top: 0;
    right: 5vw;
}

.erp .part {
    position: relative;
    overflow: hidden;
    padding-top: -webkit-calc(11.9vw / 2);
    padding-top: calc(11.9vw / 2);
    padding-bottom: -webkit-calc(11.9vw / 2);
    padding-bottom: calc(11.9vw / 2);
}

.erp .part .trait {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #51bdcb;
    position: absolute;
    left: 50%;
    max-height: 0%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.erp .part .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.erp .part_row {
    padding: -webkit-calc(11.9vw / 2) 0;
    padding: calc(11.9vw / 2) 0;
    position: relative;
}

.erp .part_row::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #51bdcb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.erp .part_row_icon {
    width: 5.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.erp .part_row_icon [class*=' icon-'].icon-expertise,
.erp .part_row_icon [class^='icon-'].icon-expertise {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.9vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.9vw;
    height: 2.9vw;
}

.erp .part_row_icon [class*=' icon-'].icon-business,
.erp .part_row_icon [class^='icon-'].icon-business {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.9vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.9vw;
    height: 2.9vw;
}

.erp .part_row_icon [class*=' icon-'].icon-internet,
.erp .part_row_icon [class^='icon-'].icon-internet {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.7vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.7vw;
    height: 2.7vw;
}

.erp .part_row_icon [class*=' icon-'].icon-applications,
.erp .part_row_icon [class^='icon-'].icon-applications {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.7vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.7vw;
    height: 2.7vw;
}

.erp .part_row_paragraphe {
    width: -webkit-calc(100% - 5.2vw - 30px);
    width: calc(100% - 5.2vw - 30px);
}

.erp .part_row_paragraphe_subtitle {
    margin-bottom: 2vw;
}

.erp .slider_article {
    padding-top: 9.375vw;
    overflow: hidden;
}

.erp .slider_section {
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.erp .slider_section .c-arrowText {
    position: relative;
    top: -17vw;
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.erp .slider {
    padding-top: -webkit-calc(10.9vw / 2);
    padding-top: calc(10.9vw / 2);
}

.erp .slider_content {
    padding-bottom: 2rem;
}

.erp .slider_content .title {
    margin-bottom: 2.6vw;
}

.erp .slider_content .p strong,
.erp .slider_content p strong {
    color: #000;
    font-style: normal;
}

.erp #section7 {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    position: relative;
    z-index: 0;
}

.contact .p-header_bg {
    background-image: url(../img/header/bg-contact-ipanova.jpg);
}

.contact .contact-infos {
    padding-top: 8.85vw;
    padding-bottom: 7vw;
}

.contact .contact-infos_adresse {
    margin-bottom: 4.68vw;
}

.contact .contact-infos_adresse_title {
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
}

.contact .contact-infos_adresse a:hover {
    color: #51bdcb;
}

.contact .contact-infos .c-formulaire_bouton {
    margin-top: 0;
    float: right;
}

.contact .contact-infos .c-formulaire .flex-form {
    margin-top: 20px;
}

.contact .contact-infos .c-formulaire #message {
    margin-top: 0;
}

/* Contact MAP */
.maps-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.map-wrapper {
    flex: 1 1 calc(50% - 30px);
    margin: 0 15px 30px;
    min-width: 300px;
    position: relative;
}

.map-title {
    display: flex;
    margin-bottom: 15px;
}

.map-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

@media (min-width: 767px) {
    .map-iframe {
        height: 450px;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .map-wrapper:hover .map-iframe {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media (max-width: 767px) {
    .map-wrapper {
        flex: 1 1 100%;
    }
}

/* Flags in contact */
.flag-container {
    background: white;
    padding-right: 15px;
    z-index: 10;
}

.flag-container img {
    width: 20px;
    height: 20px;
}

.flag-map-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.flag-map-container img {
    width: 30px;
    height: 30px;
}

.legals {
    padding-top: 5vw;
}

.legals .p-header {
    height: 0 !important;
    overflow: hidden;
    min-height: 0;
}

.legals .h1 {
    margin-bottom: 5vw;
}

.i-legals_texte {
    padding-top: 10rem;
    padding-bottom: 10rem;
    border-bottom: solid 1px #e0e0e2;
}

.i-legals__title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

.i-legals_texte p + p {
    margin-top: 30px;
}

.erreur404 .p-header {
    height: 0 !important;
    overflow: hidden;
    min-height: 0;
}

.erreur404 .erreur_content {
    height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/header/bg-404-ipanova.jpg);
}

.erreur404 .erreur_content .container {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.erreur404 .erreur_content_title {
    font-family: hero-new;
    font-weight: 700;
    font-size: 26.4rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: -5px 7px 21px rgba(0, 0, 0, 0.2);
}

.erreur404 .erreur_content_subtitle {
    font-family: korolev;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 3.64vw;
    margin-bottom: 3.64vw;
}

@-webkit-keyframes height-100-0 {
    from {
        height: 100%;
    }

    to {
        height: 0;
    }
}

@-o-keyframes height-100-0 {
    from {
        height: 100%;
    }

    to {
        height: 0;
    }
}

@keyframes height-100-0 {
    from {
        height: 100%;
    }

    to {
        height: 0;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes trans-opacity-top-100 {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

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

@-o-keyframes trans-opacity-top-100 {
    from {
        -o-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

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

@keyframes trans-opacity-top-100 {
    from {
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

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

@-webkit-keyframes trans-opacity-bot-100 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

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

@-o-keyframes trans-opacity-bot-100 {
    from {
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

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

@keyframes trans-opacity-bot-100 {
    from {
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

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

@-webkit-keyframes trans-opacity-left-100 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

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

@-o-keyframes trans-opacity-left-100 {
    from {
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

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

@keyframes trans-opacity-left-100 {
    from {
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

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

@-webkit-keyframes trans-opacity-right-100 {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

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

@-o-keyframes trans-opacity-right-100 {
    from {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

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

@keyframes trans-opacity-right-100 {
    from {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

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

@-webkit-keyframes rebond-start {
    from {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        opacity: 1;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes rebond-start {
    from {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1);
    }

    33% {
        opacity: 1;
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    66% {
        opacity: 1;
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rebond-start {
    from {
        opacity: 0;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    33% {
        opacity: 1;
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bouton-scroll {
    from {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    25% {
        -webkit-transform: translateX(-50%) translateY(-1vh);
        transform: translateX(-50%) translateY(-1vh);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-2vh);
        transform: translateX(-50%) translateY(-2vh);
    }

    75% {
        -webkit-transform: translateX(-50%) translateY(2vh);
        transform: translateX(-50%) translateY(2vh);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@-o-keyframes bouton-scroll {
    from {
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    25% {
        -o-transform: translateX(-50%) translateY(-1vh);
        transform: translateX(-50%) translateY(-1vh);
    }

    50% {
        -o-transform: translateX(-50%) translateY(-2vh);
        transform: translateX(-50%) translateY(-2vh);
    }

    75% {
        -o-transform: translateX(-50%) translateY(2vh);
        transform: translateX(-50%) translateY(2vh);
    }

    100% {
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes bouton-scroll {
    from {
        -webkit-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    25% {
        -webkit-transform: translateX(-50%) translateY(-1vh);
        -o-transform: translateX(-50%) translateY(-1vh);
        transform: translateX(-50%) translateY(-1vh);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-2vh);
        -o-transform: translateX(-50%) translateY(-2vh);
        transform: translateX(-50%) translateY(-2vh);
    }

    75% {
        -webkit-transform: translateX(-50%) translateY(2vh);
        -o-transform: translateX(-50%) translateY(2vh);
        transform: translateX(-50%) translateY(2vh);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

.c-transition {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.c-transition:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    top: -100%;
    right: 0;
    z-index: 1;
}

.c-transition:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #51bdcb;
    position: absolute;
    opacity: 0;
    top: -100%;
    right: 0;
    z-index: 0;
}

.c-transition_wrapper {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.c-transition_wrapper_sigle {
    position: relative;
    width: 12vw;
    opacity: 0;
    z-index: 4;
    top: 0;
}

.c-transition_wrapper_sigle img {
    width: 100%;
    height: auto;
}

.c-transition.under {
    z-index: -999;
    opacity: 0;
}

.c-transition.first:after {
    background-color: #fff;
    top: 0;
    right: 0;
    opacity: 1;
}

.c-transition.first:before {
    top: 0;
    opacity: 1;
    right: 0;
    background-color: #fff;
}

.c-transition.first.anim .c-transition_wrapper_sigle {
    -webkit-animation: rebond-start 1s linear forwards 0.2s;
    -o-animation: rebond-start 1s linear forwards 0.2s;
    animation: rebond-start 1s linear forwards 0.2s;
}

.c-transition.first.remove {
    top: -100%;
    opacity: 0;
    -webkit-transition: top 0.5s ease 0.9s, opacity 0.1s linear 1s;
    -o-transition: top 0.5s ease 0.9s, opacity 0.1s linear 1s;
    transition: top 0.5s ease 0.9s, opacity 0.1s linear 1s;
}

.c-transition.first.remove:after {
    top: -100%;
    -webkit-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    transition: top 0.8s ease;
}

.c-transition.first.remove:before {
    top: -100%;
    -webkit-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    transition: top 0.8s ease;
}

.c-transition.first.remove .c-transition_wrapper_sigle {
    top: -100%;
    -webkit-transition: top 0.7s ease 0.15s;
    -o-transition: top 0.7s ease 0.15s;
    transition: top 0.7s ease 0.15s;
}

.c-transition.active {
    background-color: transparent;
}

.c-transition.active:before {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

.c-transition.active:after {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.5s ease 0.3s;
    -o-transition: top 0.5s ease 0.3s;
    transition: top 0.5s ease 0.3s;
}

.c-transition.active.remove:after {
    top: -100%;
    opacity: 0;
    -webkit-transition: top 0.1s ease 0.2s, opacity 0.2s ease;
    -o-transition: top 0.1s ease 0.2s, opacity 0.2s ease;
    transition: top 0.1s ease 0.2s, opacity 0.2s ease;
}

.c-transition.active.remove:before {
    top: -100%;
    opacity: 0;
    -webkit-transition: top 0.1s ease 0.2s, opacity 0.2s ease;
    -o-transition: top 0.1s ease 0.2s, opacity 0.2s ease;
    transition: top 0.1s ease 0.2s, opacity 0.2s ease;
}

.parallax {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.parallax--1 {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.parallax--2 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.parallax--3 {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.parallax--4 {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.parallax--5 {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.parallax--8 {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.anim-opacity {
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.anim-opacity.masked {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.anim-bottom {
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.anim-bottom.masked {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.anim-right {
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.anim-right.masked {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.anim-left {
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.anim-left.masked {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.anim-delay--1 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 1;
}

.anim-delay--2 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 2;
}

.anim-delay--3 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    z-index: 3;
}

.anim-delay--4 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 4;
}

.anim-delay--5 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    z-index: 5;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('woff'),
        url(https://use.typekit.net/af/bb3f54/00000000000000007735b4c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
            format('opentype');
    font-display: auto;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/2b5d54/00000000000000007735b4c9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: korolev;
    src: url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('woff'),
        url(https://use.typekit.net/af/e77b3a/00000000000000007735b4db/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('woff'),
        url(https://use.typekit.net/af/c0c42a/00000000000000007735d00d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/6797f1/00000000000000007735d019/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
            format('opentype');
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: hero-new;
    src: url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff2'),
        url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('woff'),
        url(https://use.typekit.net/af/dfa9e7/00000000000000007735d01b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
            format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

.tk-korolev {
    font-family: korolev, sans-serif;
}

.tk-hero-new {
    font-family: hero-new, sans-serif;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?mssr5p);
    src: url(../fonts/icomoon.eot?mssr5p#iefix) format('embedded-opentype'),
        url(../fonts/icomoon.ttf?mssr5p) format('truetype'),
        url(../fonts/icomoon.woff?mssr5p) format('woff'),
        url(../fonts/icomoon.svg?mssr5p#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=' icon-'],
[class^='icon-'] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: '\e900';
}

.icon-twitter:before {
    content: '\e901';
}

.icon-linkedin:before {
    content: '\e902';
}

.icon-instagram:before {
    content: '\e903';
}

.icon-facebook:before {
    content: '\e904';
}

.icon-accompagnement:before {
    content: '\e905';
}

.icon-adaptabilite:before {
    content: '\e906';
}

.icon-applications:before {
    content: '\e907';
}

.icon-arrow:before {
    content: '\e908';
}

.icon-business:before {
    content: '\e909';
}

.icon-collaboratifs:before {
    content: '\e90a';
}

.icon-consideration:before {
    content: '\e90b';
}

.icon-ecoute:before {
    content: '\e90c';
}

.icon-enthousiasme:before {
    content: '\e90d';
}

.icon-equipe:before {
    content: '\e90e';
}

.icon-expertise:before {
    content: '\e90f';
}

.icon-groupe:before {
    content: '\e910';
}

.icon-internet:before {
    content: '\e911';
}

.icon-partage:before {
    content: '\e912';
}

.icon-pme:before {
    content: '\e913';
}

.icon-reactivite:before {
    content: '\e914';
}

.icon-recherche:before {
    content: '\e915';
}

.icon-solidarite:before {
    content: '\e916';
}

.icon-tpe:before {
    content: '\e917';
}

.icon-oreille:before {
    content: '\e918';
}

.c-formulaire {
    position: relative;
    font-family: hero-new;
}

.c-formulaire_field {
    position: relative;
}

.c-formulaire_field + .c-formulaire_field {
    margin-top: 30px;
}

.c-formulaire_field .form-radio {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.c-formulaire_field .form-radio input[type='checkbox'],
.c-formulaire_field .form-radio input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.c-formulaire_field .form-radio label {
    display: inline-block;
    font-family: hero-new;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    margin: 0;
}

.c-formulaire_field .form-radio label:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.c-formulaire_field .form-radio label:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    border-radius: 100%;
    left: 5px;
    top: 1px;
    bottom: 0;
    z-index: 2;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.c-formulaire_field .form-radio input[type='checkbox']:checked + label:before,
.c-formulaire_field .form-radio input[type='radio']:checked + label:before {
    opacity: 1;
}

.c-formulaire_field ::-webkit-input-placeholder {
    color: #d1d3d4;
    opacity: 1;
}

.c-formulaire_field ::-moz-placeholder {
    color: #d1d3d4;
    opacity: 1;
}

.c-formulaire_field ::-ms-placeholder {
    color: #d1d3d4;
    opacity: 1;
}

.c-formulaire_field ::-ms-input-placeholder {
    color: #d1d3d4;
    opacity: 1;
}

.c-formulaire_field :-ms-input-placeholder {
    color: #d1d3d4;
    opacity: 1;
}

.c-formulaire_field input[type='email'],
.c-formulaire_field input[type='tel'],
.c-formulaire_field input[type='text'],
.c-formulaire_field textarea {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #d1d3d4;
    font-size: 14px;
    font-family: hero-new;
    background-color: #fff;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 15px;
    height: 50px;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
}

.c-formulaire_field input[type='email'].active,
.c-formulaire_field input[type='tel'].active,
.c-formulaire_field input[type='text'].active,
.c-formulaire_field textarea.active {
    color: #000;
}

.c-formulaire_field textarea {
    padding-top: 20px;
    height: 180px;
    margin-top: 30px;
}

.c-formulaire_field .dropdown-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.c-formulaire_field .dropdown-toggle .dropdown-toggle-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #d1d3d4;
    font-family: hero-new;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 15px;
    height: 50px;
    max-height: 50px;
    padding: 0 42px 0 15px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
}

.c-formulaire_field .dropdown-toggle .dropdown-toggle-btn.focus {
    color: #000;
}

.c-formulaire_field .dropdown-toggle .dropdown-toggle-btn .icon-cursor {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-right: solid 2px;
    border-bottom: solid 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    bottom: 0;
    left: auto;
    right: 15px;
    z-index: 1;
    margin: auto;
}

.c-formulaire_field .dropdown-toggle ul.dropdown {
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 15;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    border-radius: 15px;
}

.c-formulaire_field .dropdown-toggle ul.dropdown li {
    max-height: 0;
    padding: 0 15px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
}

.c-formulaire_field .dropdown-toggle ul.dropdown li button {
    line-height: 1.3;
    text-align: left;
}

.c-formulaire_field .dropdown-toggle ul.dropdown li a:hover {
    opacity: 0.5;
}

.c-formulaire_field .dropdown-toggle.open a.toggle {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.c-formulaire_field .dropdown-toggle.open ul.dropdown {
    max-height: 300px;
    overflow: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.c-formulaire_field .dropdown-toggle.open ul.dropdown li {
    max-height: 50px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.c-formulaire_field::after {
    margin-top: 0;
    display: block;
    content: '';
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.c-formulaire_field.error::after {
    height: 15px;
    margin: 5px;
    content: attr(data-message);
    color: #000;
    font-weight: 700;
    opacity: 1;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.05em;
    top: 0;
    text-align: left;
}

.c-formulaire_file input[type='file'] {
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.c-formulaire_file label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #000;
    cursor: pointer;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.c-formulaire_file label:after,
.c-formulaire_file label:before {
    content: normal;
    display: none;
}

.c-formulaire_bouton {
    margin-top: 20px;
}

.c-formulaire #message {
    margin-bottom: 20px;
}

.c-formulaire_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    width: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}

.c-formulaire_overlay_text {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 100;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.c-formulaire_overlay_text p {
    line-height: 1.33;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 5vw 30px;
    background: rgba(255, 255, 255, 0.85);
}

.c-formulaire_overlay_text p .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: auto;
}

.c-formulaire_overlay_text.active {
    opacity: 1;
    top: 50%;
}

.c-formulaire_overlay.close {
    opacity: 0;
}

.c-formulaire_overlay.close .form-msg {
    opacity: 0;
    top: 60%;
}

.c-formulaire_overlay.under {
    z-index: -1;
}

.hover-item-container .hover-item {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-item-container .hover-item.notHover {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-arrow {
    display: block;
    width: 5.9vw;
}

.c-arrow img {
    width: 100%;
    height: auto;
}

.c-textImg {
    position: relative;
    margin-top: 10.4vw;
}

.c-textImg_title {
    margin-bottom: 3.125vw;
}

.c-textImg_subtitle {
    margin-bottom: 1.5vw;
}

.c-textImg_img {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 45.83vw;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.c-textImg_img_content {
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}

.c-textImg_img_content img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* image partenaire ERP */
.erp-sap-partner-img {
    width: 60%;
    height: auto;
    position: relative;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-textImg .c-arrow {
    position: absolute;
    top: 2.6vw;
    left: -webkit-calc(-11.5rem / 2);
    left: calc(-11.5rem / 2);
    z-index: 2;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.c-textImg .bouton {
    margin-top: 3.64vw;
}

.c-textImg.v-invers .c-textImg_img {
    right: 15px;
    left: auto;
}

.c-textImg.v-invers .c-arrow {
    top: auto;
    bottom: 2.5vw;
    left: 27vw;
}

.c-bloc-infos {
    position: relative;
    z-index: 10000;
}

.c-bloc-infos_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, height 0.1s ease 0.5s;
    -o-transition: opacity 0.3s ease, height 0.1s ease 0.5s;
    transition: opacity 0.3s ease, height 0.1s ease 0.5s;
    opacity: 0;
}

.c-bloc-infos_modal .close-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 3rem;
    cursor: pointer;
}

.c-bloc-infos_modal .close-icon img {
    width: 100%;
    height: auto;
}

.c-bloc-infos_modal_content {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 110;
    margin: auto;
    width: 80vw;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    opacity: 0;
}

.c-bloc-infos_modal_content .video {
    width: 100%;
}

.c-bloc-infos_modal_content img {
    width: 5rem;
    height: auto;
}

.c-bloc-infos.active .c-bloc-infos_modal {
    height: 100vh;
    opacity: 1;
    -webkit-transition: height 0.1s ease, opacity 0.5s ease 0.1s;
    -o-transition: height 0.1s ease, opacity 0.5s ease 0.1s;
    transition: height 0.1s ease, opacity 0.5s ease 0.1s;
}

.c-bloc-infos.active .c-bloc-infos_modal_content {
    top: 50%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.65s;
    -o-transition: all 0.5s ease 0.65s;
    transition: all 0.5s ease 0.65s;
}

.c-textPictos {
    overflow: hidden;
    position: relative;
}

.c-textPictos .c-arrow {
    position: absolute;
    left: -5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-textPictos .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-textPictos_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-textPictos_content_item {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.c-textPictos_content_item .picto {
    height: 9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-oreille,
.c-textPictos_content_item .picto [class^='icon-'].icon-oreille {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-tpe,
.c-textPictos_content_item .picto [class^='icon-'].icon-tpe {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-pme,
.c-textPictos_content_item .picto [class^='icon-'].icon-pme {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 7.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7.6rem;
    height: 7.6rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-groupe,
.c-textPictos_content_item .picto [class^='icon-'].icon-groupe {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 6.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.8rem;
    height: 6.8rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-ecoute,
.c-textPictos_content_item .picto [class^='icon-'].icon-ecoute {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.9rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.9rem;
    height: 5.9rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-expertise,
.c-textPictos_content_item .picto [class^='icon-'].icon-expertise {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6rem;
    height: 5.6rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-reactivite,
.c-textPictos_content_item .picto [class^='icon-'].icon-reactivite {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 6.7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.7rem;
    height: 6.7rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-adaptabilite,
.c-textPictos_content_item .picto [class^='icon-'].icon-adaptabilite {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.9rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.9rem;
    height: 5.9rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-accompagnement,
.c-textPictos_content_item .picto [class^='icon-'].icon-accompagnement {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.7rem;
    height: 5.7rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-collaboratifs,
.c-textPictos_content_item .picto [class^='icon-'].icon-collaboratifs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 6.1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.1rem;
    height: 6.1rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-partage,
.c-textPictos_content_item .picto [class^='icon-'].icon-partage {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.4rem;
    height: 5.4rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-solidarite,
.c-textPictos_content_item .picto [class^='icon-'].icon-solidarite {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.4rem;
    height: 5.4rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-consideration,
.c-textPictos_content_item .picto [class^='icon-'].icon-consideration {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.7rem;
    height: 5.7rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-enthousiasme,
.c-textPictos_content_item .picto [class^='icon-'].icon-enthousiasme {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5.9rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.9rem;
    height: 5.9rem;
}

.c-textPictos_content_item .picto [class*=' icon-'].icon-equipe,
.c-textPictos_content_item .picto [class^='icon-'].icon-equipe {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
}

.c-textPictos_content_item .subtitle {
    margin-top: 1.5rem;
}

.c-arrowText {
    position: relative;
    width: 100%;
}

.c-arrowText > div:first-child .c-arrowText_row {
    padding-top: 0;
}

.c-arrowText > div:last-child .c-arrowText_row {
    padding-bottom: 0;
    border-bottom: none;
}

.c-arrowText_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 2vw;
    cursor: pointer;
    padding-bottom: 2vw;
    border-bottom: 1px solid #000;
    opacity: 1;
}

.c-arrowText_row.last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.c-arrowText_row_circleContent {
    width: 5.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.c-arrowText_row_circleContent .circle {
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    border: 1px solid #000;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c-arrowText_row_circleContent .circle .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
}

.c-arrowText_row .title {
    width: -webkit-calc(100% - 5.2vw - 30px);
    width: calc(100% - 5.2vw - 30px);
}

.c-module-mag {
    padding-top: 10.4vw;
    padding-bottom: 9.9vw;
}

.c-module-mag_bouton {
    margin-top: 3.64vw;
}

.mag {
    overflow: hidden;
}

.mag .p-header {
    height: 0 !important;
    overflow: hidden;
    min-height: 0;
}

.mag_h1 {
    font-size: 4rem;
    font-family: korolev;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.mag_h1_sub {
    display: block;
    font-family: korolev;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    font-size: 50%;
    color: #b9bbbc;
}

.mag_h2 {
    font-size: 3rem;
    font-family: korolev;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.mag_c-date {
    font-size: 1.4rem;
    font-family: korolev;
    font-weight: 700;
}

.mag_c-categorie {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5rem;
    letter-spacing: 0.1em;
    font-family: hero-new;
    font-weight: 700;
    min-width: 15rem;
    padding: 0 2rem;
    font-size: 1.2rem;
    color: #000;
    border-radius: 1.75rem;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-categorie.cliquable {
    cursor: pointer;
}

.mag_c-categorie.cliquable:hover {
    background-color: #51bdcb;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-categorie.active {
    background-color: #51bdcb;
    color: #fff;
}

.mag_c-tags {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5rem;
    letter-spacing: 0.1em;
    font-family: hero-new;
    font-weight: 700;
    min-width: 15rem;
    padding: 0 2rem;
    font-size: 1.2rem;
    color: #000;
    cursor: pointer;
    border-radius: 1.75rem;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-tags:hover {
    background-color: #51bdcb;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-card {
    display: inline-block;
    margin-bottom: 4rem;
}

.mag_c-card_img {
    width: 100%;
    height: 16.4vw;
    overflow: hidden;
    margin-bottom: 4rem;
    position: relative;
}

.mag_c-card_img::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-card_img img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-card:hover .mag_c-card_img::before {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-card:hover .mag_c-card_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_c-une {
    position: relative;
    overflow: hidden;
}

.mag_c-une .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mag_c-une_content_item {
    display: block;
    padding-top: 1.5vw;
}

.mag_c-une_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.mag_c-une_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.mag_c-une_img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mag_c-une_img .img:first-child {
    z-index: 2;
}

.mag_c-une_img .img.not-active {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.mag_c-une_arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.mag_c-une_arrows .arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 50px;
}

.mag_c-une_arrows .arrow:last-child {
    margin-right: 0;
}

.mag_c-une_arrows .arrow .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #000;
}

.mag_c-une_arrows .arrow.arrow-left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mag_c-une_arrows .arrow.arrow-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mag_c-infos {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.mag_c-categorieUne {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
    overflow: hidden;
}

.mag_c-categorieUne .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mag_c-categorieUne_title {
    margin-bottom: 3.125vw;
}

.mag_c-categorieUne .mag_c-infos {
    margin-bottom: 2.6vw;
}

.mag_c-categorieUne_bouton {
    margin-top: 3.64vw;
}

.mag_c-categorieUne_img {
    width: 100%;
    height: 100%;
}

.mag_c-categorieUne_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mag_c-filtres {
    padding-bottom: 7.3vw;
    padding-top: 2vw;
}

.mag_c-filtres_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mag_c-filtres_content_title {
    width: -webkit-calc(100% - 44vw - 5vw);
    width: calc(100% - 44vw - 5vw);
}

.mag_c-filtres_content_boutons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 44vw;
}

.mag_c-filtres_content_boutons .mag_c-categorie {
    width: 7.8vw;
    min-width: 0;
}

.mag_articles {
    margin-bottom: 5.2vw;
}

.mag_articles_boutonMore {
    margin-top: 4rem;
}

.mag_articles .module_wrapper .module_cards {
    -webkit-transition: opacity 0.3s linear 0.4s, width 0.3s linear,
        padding 0.3s linear, max-height 0.3s linear,
        -webkit-transform 0.3s linear 0.4s;
    transition: opacity 0.3s linear 0.4s, width 0.3s linear, padding 0.3s linear,
        max-height 0.3s linear, -webkit-transform 0.3s linear 0.4s;
    -o-transition: opacity 0.3s linear 0.4s, width 0.3s linear,
        padding 0.3s linear, max-height 0.3s linear,
        -o-transform 0.3s linear 0.4s;
    transition: opacity 0.3s linear 0.4s, transform 0.3s linear 0.4s,
        width 0.3s linear, padding 0.3s linear, max-height 0.3s linear;
    transition: opacity 0.3s linear 0.4s, transform 0.3s linear 0.4s,
        width 0.3s linear, padding 0.3s linear, max-height 0.3s linear,
        -webkit-transform 0.3s linear 0.4s, -o-transform 0.3s linear 0.4s;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    max-height: 100vh;
}

.mag_articles .module_wrapper .module_cards.inactive {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    width: 0;
    max-height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s, width 0.1s linear 0.4s,
        padding 0.1s linear 0.4s, max-height 0.1s linear 0.4s;
    -o-transition: all 0.3s ease-out 0s, width 0.1s linear 0.4s,
        padding 0.1s linear 0.4s, max-height 0.1s linear 0.4s;
    transition: all 0.3s ease-out 0s, width 0.1s linear 0.4s,
        padding 0.1s linear 0.4s, max-height 0.1s linear 0.4s;
}

.mag_plusLus_title {
    margin-bottom: 4rem;
}

.mag_plusLus .mag_c-infos {
    border-bottom: 2px solid #000;
}

.mag_tags {
    margin-top: 5.2vw;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mag_tags_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mag_tags_content .mag_c-tags {
    min-width: -webkit-calc(50% - 2.6vw);
    min-width: calc(50% - 2.6vw);
    margin-bottom: 2rem;
}

.mag_sameSujet {
    padding-bottom: 3.125vw;
}

.mag_sameSujet_title {
    margin-bottom: 4.2vw;
}

.mag_pageIndex .c-module-mag {
    padding-top: 11.2vw;
    padding-bottom: 6.25vw;
}

.mag_pageArticle {
    padding-top: 13.55vw;
}

.mag_pageArticle_content {
    padding-bottom: 5rem;
    margin-bottom: 7rem;
    border-bottom: 1px solid #000;
}

.mag_pageArticle_content_retour {
    padding-bottom: 5rem;
    border-bottom: 1px solid #000;
    margin-bottom: 5rem;
}

.mag_pageArticle_content_retour .bouton-retour {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mag_pageArticle_content_retour .bouton-retour .circle {
    position: relative;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    margin-right: 3rem;
    border-radius: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mag_pageArticle_content_retour .bouton-retour .circle::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_pageArticle_content_retour .bouton-retour .circle .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_pageArticle_content_retour .bouton-retour:hover .circle::after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_pageArticle_content_retour .bouton-retour:hover .circle .icon-arrow {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mag_pageArticle_content_imgCourverture {
    width: 100%;
    height: 34.4vw;
    margin-top: 5rem;
}

.mag_pageArticle_content_imgCourverture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mag_pageArticle_content_chapeau {
    margin-bottom: 5rem;
}

.mag_pageArticle_content_img {
    width: 100%;
}

.mag_pageArticle_content_img img {
    width: 100%;
    height: auto;
}

.mag_pageArticle_content_infos {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mag_pageArticle_content_paragraphe {
    margin-bottom: 5rem;
}

.mag_pageArticle_content_bouton {
    margin-top: 7rem;
    margin-bottom: 7rem;
    text-align: center;
}

.mag_pageArticle_content_cta {
    margin-top: 7rem;
    margin-bottom: 7rem;
    border-top: solid 1px #e0e0e2;
    border-bottom: solid 1px #e0e0e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
}

.mag_pageArticle_content_cta_img {
    width: 100%;
    margin-bottom: 3rem;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.mag_pageArticle_content_cta_img img {
    width: 110%;
    height: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 50%;
    z-index: 1;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.mag_pageArticle_content_cta_text {
    width: 100%;
    font-size: 14px;
}

.mag_pageArticle_content_cta__title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
    color: #51bdcb;
}

.mag_pageArticle_content_cta__content {
    display: inline-block;
    margin-bottom: 15px;
}

.mag_pageArticle_content_gallery {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 6rem;
    border: solid 1px #51bdcb;
}

.mag_pageArticle_content_gallery .slick-next,
.mag_pageArticle_content_gallery .slick-prev {
    width: 6rem;
    height: 6rem;
    background: #51bdcb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 5;
    margin: auto;
    font-size: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mag_pageArticle_content_gallery .slick-next:before,
.mag_pageArticle_content_gallery .slick-prev:before {
    display: none;
}

.mag_pageArticle_content_gallery .slick-next:after,
.mag_pageArticle_content_gallery .slick-prev:after {
    width: 12px;
    height: 12px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin: auto;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    -webkit-transform: rotate(45deg) translate(-12.5%, 12.5%);
    -ms-transform: rotate(45deg) translate(-12.5%, 12.5%);
    -o-transform: rotate(45deg) translate(-12.5%, 12.5%);
    transform: rotate(45deg) translate(-12.5%, 12.5%);
}

.mag_pageArticle_content_gallery .slick-next {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.mag_pageArticle_content_gallery .slick-slide .wrapper {
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.mag_pageArticle_content_gallery .slick-slide .wrapper img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mag_pageArticle_content_video {
    display: block;
    margin-bottom: 6rem;
    width: 100%;
}

.mag_pageArticle_content .mag_h2 {
    margin-bottom: 5rem;
}

.mag_pageArticle_comments {
    margin-bottom: 5.2vw;
}

.mag_pageArticle_comments_title {
    margin-bottom: 3.5rem;
}

.mag_pageArticle_comments_content .c-comment {
    padding: 5rem 0;
    border-top: 1px solid #000;
}

.mag_pageArticle_comments_content .c-comment_title {
    margin-bottom: 2rem;
}

.mag_pageArticle_comments_boutonAndRS {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mag_pageArticle_comments_boutonAndRS .link {
    margin-right: 0 !important;
    margin-left: 2rem;
}

.mag_pageArticle_comments_formulaire .c-formulaire {
    margin-top: 5rem;
}

.mag_pageArticle_comments_formulaire .c-formulaire_bouton {
    margin-top: 0;
    float: right;
}

.mag_pageArticle_comments_formulaire .c-formulaire .flex-form {
    margin-top: 20px;
}

.mag_pageArticle_comments_formulaire .c-formulaire #message {
    margin-top: 0;
}

.mag_pageTags {
    padding-top: 11.2vw;
    padding-bottom: 6.25vw;
}
.mag_pageArticle_download {
    margin-bottom: 5.2vw;
    border-bottom: 1px solid #000;
    padding-bottom: 3.7vw;
}

@media (min-width: 760px) {
    .customers-logos {
        width: 50vw;
    }

    .container-mobile-customers-logos {
        display: none !important;
    }

    .container-desktop-customers-logos {
        display: block !important;
    }

    .lead {
        font-size: 15px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    html {
        font-size: 6.1px;
    }

    .c-formulaire_overlay_text {
        width: 75%;
    }

    .mag_pageArticle_content_cta_img {
        width: 35%;
        overflow: hidden;
        position: relative;
        margin-right: 5%;
        padding: 0;
        height: auto;
        margin-bottom: 0;
    }

    .mag_pageArticle_content_cta_img img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .mag_pageArticle_content_cta_text {
        width: 60%;
    }

    .mag_pageArticle_content_cta__title {
        font-size: 18px;
    }
}

@media (min-width: 991px) {
    .p,
    p {
        font-size: -webkit-calc(0.32293vw + 9.79978px);
        font-size: calc(0.32293vw + 9.79978px);
        line-height: -webkit-calc(0.32293vw + 9.79978px);
        line-height: calc(0.32293vw + 9.79978px);
    }

    .p.citation,
    p.citation {
        font-size: -webkit-calc(0.43057vw + 11.73305px);
        font-size: calc(0.43057vw + 11.73305px);
        line-height: -webkit-calc(0.43057vw + 11.73305px);
        line-height: calc(0.43057vw + 11.73305px);
    }

    .p.big,
    p.big {
        font-size: -webkit-calc(0.43057vw + 9.73305px);
        font-size: calc(0.43057vw + 9.73305px);
        line-height: -webkit-calc(0.43057vw + 9.73305px);
        line-height: calc(0.43057vw + 9.73305px);
    }

    .p.little,
    p.little {
        font-size: -webkit-calc(0.21529vw + 7.86652px);
        font-size: calc(0.21529vw + 7.86652px);
        line-height: -webkit-calc(0.21529vw + 7.86652px);
        line-height: calc(0.21529vw + 7.86652px);
    }

    .h1 {
        font-size: -webkit-calc(4.62863vw + -3.86975px);
        font-size: calc(4.62863vw + -3.86975px);
        line-height: -webkit-calc(4.62863vw + -3.86975px);
        line-height: calc(4.62863vw + -3.86975px);
    }

    .h2 {
        font-size: -webkit-calc(3.22928vw + -7.00215px);
        font-size: calc(3.22928vw + -7.00215px);
        line-height: -webkit-calc(3.22928vw + -7.00215px);
        line-height: calc(3.22928vw + -7.00215px);
    }

    .h3 {
        font-size: -webkit-calc(13.24004vw + -84.20883px);
        font-size: calc(13.24004vw + -84.20883px);
        line-height: -webkit-calc(13.24004vw + -84.20883px);
        line-height: calc(13.24004vw + -84.20883px);
    }

    .h4 {
        font-size: -webkit-calc(0.64586vw + 17.59957px);
        font-size: calc(0.64586vw + 17.59957px);
        line-height: -webkit-calc(0.64586vw + 17.59957px);
        line-height: calc(0.64586vw + 17.59957px);
    }

    .h5 {
        font-size: -webkit-calc(1.29171vw + 15.19914px);
        font-size: calc(1.29171vw + 15.19914px);
        line-height: -webkit-calc(1.29171vw + 15.19914px);
        line-height: calc(1.29171vw + 15.19914px);
    }

    .p-menu_nav li .link {
        font-size: -webkit-calc(1.18407vw + 2.26588px);
        font-size: calc(1.18407vw + 2.26588px);
        line-height: -webkit-calc(1.18407vw + 2.26588px);
        line-height: calc(1.18407vw + 2.26588px);
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    html {
        font-size: 7.2px;
    }

    .i-legals__title {
        font-size: 24px;
        line-height: 28px;
    }

    .c-formulaire_field .dropdown-toggle ul.dropdown {
        position: relative;
        margin-top: 5px;
    }

    .c-formulaire_overlay_text p {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .bouton:focus:hover,
    .bouton:hover {
        background-color: #51bdcb;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bouton:focus:hover::before,
    .bouton:hover::before {
        background-color: #fff;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .no-link-desktop {
        pointer-events: none;
        cursor: initial;
    }

    .hidden-pc {
        display: none;
    }

    .p-nav .bt-menu:hover:not(.ouvert) .barre:first-child {
        right: -1rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mag_articles .module_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

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

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

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

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

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

    html {
        font-size: 8.5px;
    }

    .nousRejoindre .nousRejoindre-recrutement .c-formulaire_field textarea {
        height: -webkit-calc(43rem + 30px);
        height: calc(43rem + 30px);
        padding-top: 25px;
        margin-top: 0;
    }

    .c-formulaire_field input[type='email'],
    .c-formulaire_field input[type='tel'],
    .c-formulaire_field input[type='text'],
    .c-formulaire_field textarea {
        font-size: 16px;
        height: 6rem;
        padding: 0 20px;
        border-radius: 1.75rem;
    }

    .c-formulaire_field textarea {
        height: -webkit-calc(31rem + 30px);
        height: calc(31rem + 30px);
        padding-top: 25px;
        margin-top: 0;
    }

    .c-formulaire_field .dropdown-toggle .dropdown-toggle-btn {
        font-size: 16px;
        height: 6rem;
        max-height: 6rem;
        padding: 0 20px;
        border-radius: 1.75rem;
    }

    .c-formulaire_field .dropdown-toggle .dropdown-toggle-btn {
        font-size: 16px;
    }

    .c-formulaire_field .dropdown-toggle ul.dropdown {
        font-size: 16px;
        border-radius: 1.75rem;
    }

    .c-formulaire_file label {
        font-size: 16px;
        width: 100%;
        padding: 0 15px;
        height: 6rem;
        border-radius: 1.75rem;
    }

    .c-formulaire_overlay_text {
        width: 60%;
    }

    .c-formulaire_overlay_text p {
        font-size: 20px;
    }
}

@media (min-width: 1590px) {
    .container {
        width: 1560px;
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

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

    table.visible-xl {
        display: table !important;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell !important;
    }

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

    html {
        font-size: 10px;
    }

    .c-formulaire_overlay_text p {
        font-size: 24px;
    }

    .mag_pageArticle_content_cta__title {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .p,
    p {
        font-size: 16px;
        line-height: 16px;
    }

    .p.citation,
    p.citation {
        font-size: 20px;
        line-height: 20px;
    }

    .p.big,
    p.big {
        font-size: 18px;
        line-height: 18px;
    }

    .p.little,
    p.little {
        font-size: 12px;
        line-height: 12px;
    }

    .h1 {
        font-size: 85px;
        line-height: 85px;
    }

    .h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .h3 {
        font-size: 170px;
        line-height: 170px;
    }

    .h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .h5 {
        font-size: 40px;
        line-height: 40px;
    }

    .p-menu_nav li .link {
        font-size: 25px;
        line-height: 25px;
    }

    .ticked-list {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1590px) {
    .p-footer_nav li {
        margin-right: 1.5vw;
    }

    .solutions #section3 .c-textPictos_content {
        padding-left: 1vw;
    }

    .vision #section4 .c-textPictos_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vision #section4 .c-textPictos_content_item {
        max-width: 50%;
        width: 50%;
    }

    .vision #section4 .c-textPictos_content_item:nth-child(1) {
        margin-bottom: 25px;
    }

    .vision #section4 .c-textPictos_content_item:nth-child(2) {
        margin-bottom: 25px;
    }

    .erreur404 .erreur_content_title {
        font-size: 20rem;
    }

    .c-formulaire_file {
        margin-bottom: 20px;
    }

    .mag_h1 {
        font-size: 3.2rem;
    }

    .mag_h2 {
        font-size: 2.8rem;
    }
}

@media (max-width: 1589px) {
    .visible-xl {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .flex.align-start-lg {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

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

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

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

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

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

    .flex.justify-between-lg {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .flex.column-reverse-lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex.nowrap-lg {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex.wrap-lg {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .flex.align-start-md {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

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

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

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

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

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

    .mag_pageArticle_content_retour .bouton-retour:hover .circle::after {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
        -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
        transform: translateX(-50%) translateY(-50%) scale(1.1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mag_pageArticle_content_retour .bouton-retour:hover .circle .icon-arrow {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mag_pageArticle_content_imgCourverture {
        width: 100%;
        height: 34.4vw;
        margin-top: 5rem;
    }

    .mag_pageArticle_content_imgCourverture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .mag_pageArticle_content_chapeau {
        margin-bottom: 5rem;
    }

    .mag_pageArticle_content_img {
        width: 100%;
    }

    .mag_pageArticle_content_img img {
        width: 100%;
        height: auto;
    }

    .mag_pageArticle_content_infos {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mag_pageArticle_content_paragraphe {
        margin-bottom: 5rem;
    }

    .mag_pageArticle_content_bouton {
        margin-top: 7rem;
        margin-bottom: 7rem;
        text-align: center;
    }

    .mag_pageArticle_content_cta {
        margin-top: 7rem;
        margin-bottom: 7rem;
        border-top: solid 1px #e0e0e2;
        border-bottom: solid 1px #e0e0e2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 3rem 0;
    }

    .mag_pageArticle_content_cta_img {
        width: 100%;
        margin-bottom: 3rem;
        height: 0;
        padding-bottom: 60%;
        overflow: hidden;
        position: relative;
    }

    .mag_pageArticle_content_cta_img img {
        width: 110%;
        height: auto;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        right: 50%;
        z-index: 1;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .mag_pageArticle_content_cta_text {
        width: 100%;
        font-size: 14px;
    }

    .mag_pageArticle_content_cta__title {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 15px;
        color: #51bdcb;
    }

    .mag_pageArticle_content_cta__content {
        display: inline-block;
        margin-bottom: 15px;
    }

    .mag_pageArticle_content_gallery {
        height: auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 6rem;
        border: solid 1px #51bdcb;
    }

    .mag_pageArticle_content_gallery .slick-next,
    .mag_pageArticle_content_gallery .slick-prev {
        width: 6rem;
        height: 6rem;
        background: #51bdcb;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 5;
        margin: auto;
        font-size: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mag_pageArticle_content_gallery .slick-next:before,
    .mag_pageArticle_content_gallery .slick-prev:before {
        display: none;
    }

    .mag_pageArticle_content_gallery .slick-next:after,
    .mag_pageArticle_content_gallery .slick-prev:after {
        width: 12px;
        height: 12px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        margin: auto;
        border-right: solid 2px #fff;
        border-top: solid 2px #fff;
        -webkit-transform: rotate(45deg) translate(-12.5%, 12.5%);
        -ms-transform: rotate(45deg) translate(-12.5%, 12.5%);
        -o-transform: rotate(45deg) translate(-12.5%, 12.5%);
        transform: rotate(45deg) translate(-12.5%, 12.5%);
    }

    .mag_pageArticle_content_gallery .slick-next {
        right: 0;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .mag_pageArticle_content_gallery .slick-slide .wrapper {
        width: 100%;
        padding-bottom: 70%;
        height: 0;
        position: relative;
        overflow: hidden;
    }

    .mag_pageArticle_content_gallery .slick-slide .wrapper img {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .mag_pageArticle_content_video {
        display: block;
        margin-bottom: 6rem;
        width: 100%;
    }

    .mag_pageArticle_content .mag_h2 {
        margin-bottom: 5rem;
    }

    .mag_pageArticle_comments {
        margin-bottom: 5.2vw;
    }
    .mag_pageArticle_download {
        margin-bottom: 5.2vw;
        border-bottom: 1px solid #000;
        padding-bottom: 6.2vw;
    }

    .mag_pageArticle_comments_title {
        margin-bottom: 3.5rem;
    }

    .mag_pageArticle_comments_content .c-comment {
        padding: 5rem 0;
        border-top: 1px solid #000;
    }

    .mag_pageArticle_comments_content .c-comment_title {
        margin-bottom: 2rem;
    }

    .mag_pageArticle_comments_boutonAndRS {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .flex.column-reverse-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex.nowrap-md {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex.wrap-md {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p,
    p {
        font-size: 14px;
    }

    .p.citation,
    p.citation {
        font-size: 14px;
    }

    .p.big,
    p.big {
        font-size: 16px;
    }

    .p.little,
    p.little {
        font-size: 16px;
    }

    .c-bloc-infos_modal_content {
        width: -webkit-calc(100vw - 60px);
        width: calc(100vw - 60px);
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 100% !important;
    }

    .h1 {
        font-size: 39px;
    }

    .h2 {
        font-size: 30px;
    }

    .h2 br {
        display: none;
    }

    .h3 {
        font-size: 45px;
    }

    .h3 br {
        display: none;
    }

    .h4 {
        font-size: 24px;
    }

    .h4 br {
        display: none;
    }

    .h5 {
        font-size: 28px;
    }

    .h5 br {
        display: none;
    }

    .rs .link {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .rs .link:last-child {
        margin-right: 0;
    }

    .rs .link [class*=' icon-'],
    .rs .link [class^='icon-'] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15px;
        height: 15px;
    }

    .bouton.float-right,
    .bouton:focus.float-right {
        float: none;
    }

    .u-banner-cookies {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        bottom: 15px;
        left: 15px;
    }

    .u-banner-cookies_content {
        padding: 15px;
    }

    .u-banner-cookies .bot {
        margin-top: 15px;
    }

    .u-banner-cookies p {
        font-size: 12px;
    }

    .u-banner-cookies_parametre {
        font-size: 12px;
        height: 50px;
        padding: 0 20px;
        width: auto;
    }

    .u-banner-cookies_close {
        font-size: 12px;
        height: 50px;
        width: auto;
        padding: 0 20px;
    }

    .hidden-mobile {
        display: none;
    }

    .p-header {
        min-height: auto;
        height: var(--heightJs);
    }

    .p-header_bg {
        height: -webkit-calc(100% - 90px);
        height: calc(100% - 90px);
        top: 90px;
        width: 100%;
    }

    .p-header_forme {
        display: none;
    }

    .p-header_titre {
        top: -webkit-calc(90px + 13.2vh);
        top: calc(90px + 13.2vh);
    }

    .p-header_titre_bouton {
        margin-top: 0;
        margin-bottom: 1vw;
    }

    .p-header_titre_subtitle {
        margin-top: 5.8vw;
        margin-left: 5vh;
    }

    .p-header_scroll {
        display: none;
    }

    .p-footer_logo {
        width: 110px;
    }

    .p-footer_nav {
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .p-footer_nav li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .p-footer_nav li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .p-footer_nav li a {
        font-size: 14px;
    }

    .p-footer_top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-footer_top_content {
        display: block;
    }

    .p-footer_bot {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-footer_bot_content {
        display: block;
    }

    .p-footer_bot_content .p,
    .p-footer_bot_content p {
        line-height: 2 !important;
    }

    .p-footer_infos {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .p-nav_nav {
        z-index: 100;
    }

    .p-nav_row {
        height: 90px;
    }

    .p-nav_logo {
        width: 120px;
        z-index: 100;
    }

    .p-nav_ancres {
        display: none;
    }

    .p-nav .bt-menu {
        height: 15px;
        width: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-nav .bt-menu.ouvert {
        width: 35px;
    }

    .p-menu {
        height: auto;
        padding-bottom: 4.68vh;
        padding-top: -webkit-calc(90px + 4.68vh);
        padding-top: calc(90px + 4.68vh);
    }

    .p-menu_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .p-menu_nav li {
        margin-bottom: 5vh;
    }
    .p-menu_nav li .items {
        margin-bottom: 0;
    }

    .p-menu_nav li:last-child {
        margin-bottom: 0;
    }

    .p-menu_nav li .link {
        font-size: 20px;
    }

    .accueil .p-header_bg {
        background-image: url(../img/header/bg-header-home-mobile.jpg);
        background-size: cover;
        background-position: left;
    }

    .accueil .index-dias {
        padding-bottom: 120px;
        margin-bottom: 60px;
    }

    .accueil .index-dias .rond {
        width: 15px;
        height: 15px;
    }

    .accueil .index-dias .trait {
        height: -webkit-calc(100% - (15px + 10px) * 2);
        height: calc(100% - (15px + 10px) * 2);
        top: -webkit-calc(15px + 10px);
        top: calc(15px + 10px);
    }

    .accueil .index-dias_top {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .accueil .index-dias_bottom_paragraphe {
        text-align: center;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .accueil .index-dias_bottom_paragraphe .h2 {
        margin-bottom: 40px;
        text-align: center;
    }

    .accueil .index-dias_bottom_paragraphe p {
        text-align: center;
    }

    .accueil .index-dias_bottom_paragraphe .bouton {
        margin: 0 auto;
        margin-top: 40px;
    }

    .accueil .index-dias_bottom_nav {
        position: relative;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .accueil .index-dias_bottom_nav_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        left: 1px;
        margin-bottom: 50px;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .accueil .index-dias_bottom_nav .cercle {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .accueil .index-dias_content {
        margin-bottom: 30px;
    }

    .accueil .index-dias_content .icon {
        width: 30px;
        margin-left: 10px;
        position: relative;
        left: 20px;
    }

    .accueil #section3 {
        top: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .methode .p-header_bg {
        background-image: url(../img/header/bg-methode-mobile-ipanova.jpg);
    }

    .methode .etapes {
        padding-bottom: 70px;
    }

    .methode .etapes .trait {
        height: -webkit-calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        height: calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        top: -webkit-calc(30px + 10px);
        top: calc(30px + 10px);
    }

    .methode .etapes .icon {
        width: 50px;
    }

    .methode .etapes .double-icon {
        top: 0;
        width: 70px;
        height: -webkit-calc(70px / 2);
        height: calc(70px / 2);
    }

    .methode .etapes_top_rond {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-bottom: 70px;
    }

    .methode .etapes_paragraphe {
        margin-top: 35px;
        margin-bottom: 70px;
        display: block;
    }

    .methode .etapes_paragraphe_scroll {
        width: 40px;
        height: 40px;
    }

    .methode .etapes_paragraphe_scroll .icon-arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 18px;
        height: 18px;
    }

    .methode .etapes_paragraphe_text {
        margin-bottom: 35px;
        padding-bottom: 10px;
        display: block;
        background-color: #fff;
    }

    .methode .etapes_paragraphe_text::before {
        left: 50%;
        top: -15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 15px;
        height: 15px;
    }

    .methode .etapes_paragraphe_text .little {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 55px;
        padding-top: 15px;
    }

    .methode .etapes_paragraphe_text .text {
        width: 100%;
        text-align: center;
    }

    .solutions .p-header_bg {
        background-image: url(../img/header/bg-solutions-mobile-ipanova.jpg);
    }

    .solutions .p-header::after {
        display: none;
    }

    .solutions .solutions-cta {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .solutions .solutions-cta_title {
        margin-bottom: 70px;
    }

    .solutions .part {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .solutions .part .trait {
        height: 100%;
        top: 0;
    }

    .solutions .part .row {
        display: block;
    }

    .solutions .part_row {
        padding: -webkit-calc(60px / 2) 0;
        padding: calc(60px / 2) 0;
    }

    .solutions .part_row::before {
        display: none;
    }

    .solutions .part_row_title {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .solutions .part_row_icon {
        margin-right: 0;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .solutions .part_row_icon [class*=' icon-'].icon-expertise,
    .solutions .part_row_icon [class^='icon-'].icon-expertise {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .solutions .part_row_icon [class*=' icon-'].icon-business,
    .solutions .part_row_icon [class^='icon-'].icon-business {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .solutions .part_row_icon [class*=' icon-'].icon-internet,
    .solutions .part_row_icon [class^='icon-'].icon-internet {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 52px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
    }

    .solutions .part_row_icon [class*=' icon-'].icon-applications,
    .solutions .part_row_icon [class^='icon-'].icon-applications {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 52px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
    }

    .solutions .part_row_paragraphe {
        width: 100%;
    }

    .solutions .part_row_paragraphe_subtitle {
        margin-bottom: 25px;
    }

    .solutions #section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .solutions #section3 .c-textPictos_content_item {
        max-width: 100%;
    }

    .solutions .solutions-bigPart {
        padding-top: 115px;
        padding-bottom: 265px;
        background-image: url(../img/contenus/solutions/bg-cta-mobile-contact.jpg);
    }

    .solutions .solutions-bigPart_content_arrow {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .solutions .solutions-bigPart_content_arrow .c-arrow img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .solutions .solutions-bigPart_content_bouton {
        margin-top: 150px;
    }

    .nousRejoindre .p-header_bg {
        background-image: url(../img/header/bg-rejoindre-mobile-ipanova.jpg);
    }

    .nousRejoindre #section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nousRejoindre #section3 .c-textPictos_content_item {
        max-width: 100%;
        width: 100%;
    }

    .nousRejoindre #section3 .c-textPictos_content_item:nth-child(1) {
        margin-bottom: 0;
    }

    .nousRejoindre #section3 .c-textPictos_content_item:nth-child(2) {
        margin-bottom: 0;
    }

    .nousRejoindre .nousRejoindre-equipe {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .nousRejoindre .nousRejoindre-equipe_title {
        margin-bottom: 70px;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique {
        height: auto;
        display: block;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .c-arrow {
        display: none;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img {
        width: 90% !important;
        margin: 30px 0;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img.img2 {
        margin-left: auto;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img.img4 {
        margin-left: auto;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img.img5 {
        width: 70% !important;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img.img6 {
        margin-left: auto;
        width: 80% !important;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique .img img {
        height: auto;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique_left {
        display: block;
        width: 100%;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique_left_bot,
    .nousRejoindre .nousRejoindre-equipe_mosaique_left_top {
        display: block;
        height: auto;
    }

    .nousRejoindre .nousRejoindre-equipe_mosaique_right {
        width: 100%;
    }

    .nousRejoindre .nousRejoindre-recrutement {
        padding-top: 70px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres {
        padding-top: 70px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres .c-arrowText {
        padding-top: 0;
        top: 0;
        margin-bottom: 70px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres_slider {
        padding-top: 35px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres_slider_content {
        padding-bottom: 35px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres_slider_content .title {
        margin-bottom: 25px;
    }

    .nousRejoindre .nousRejoindre-recrutement_offres_slider_content_bouton {
        margin-top: 50px;
    }

    .nousRejoindre .nousRejoindre-recrutement .c-formulaire {
        padding-bottom: 70px;
    }

    .vision .p-header_bg {
        background-image: url(../img/header/bg-vision-mobile-ipanova.jpg);
    }

    .vision .article-citation {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .vision #section3 {
        padding-top: 0;
    }

    .vision #section4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .vision #section4 .c-textPictos_content_item {
        max-width: 100%;
        width: 100%;
    }

    .vision #section4 .c-textPictos_content_item:nth-child(1) {
        margin-bottom: 0;
    }

    .vision #section4 .c-textPictos_content_item:nth-child(2) {
        margin-bottom: 0;
    }

    .vision #section4 .bouton {
        top: 0;
        margin-top: 50px;
    }

    .erp .p-header_bg {
        background-image: url(../img/header/bg-erp-headway-5QgIuuBxKwM-unsplash-mobile.jpg);
    }

    .erp .article-citation {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .erp .etapes {
        padding-bottom: 70px;
    }

    .erp .etapes .trait {
        height: -webkit-calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        height: calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        top: -webkit-calc(30px + 10px);
        top: calc(30px + 10px);
    }

    .erp .etapes .icon {
        width: 50px;
    }

    .erp .etapes .double-icon {
        top: 0;
        width: 70px;
        height: -webkit-calc(70px / 2);
        height: calc(70px / 2);
    }

    .erp .etapes_top_rond {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-bottom: 70px;
    }

    .erp .etapes_paragraphe {
        margin-top: 35px;
        margin-bottom: 70px;
        display: block;
    }

    .erp .etapes_paragraphe_scroll {
        width: 40px;
        height: 40px;
    }

    .erp .etapes_paragraphe_scroll .icon-arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 18px;
        height: 18px;
    }

    .erp .etapes_paragraphe_text {
        margin-bottom: 35px;
        padding-bottom: 10px;
        display: block;
        background-color: #fff;
    }

    .erp .etapes_paragraphe_text::before {
        left: 50%;
        top: -15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 15px;
        height: 15px;
    }

    .erp .etapes_paragraphe_text .little {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 55px;
        padding-top: 15px;
    }

    .erp .etapes_paragraphe_text .text {
        width: 100%;
        text-align: center;
    }

    .erp .part {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .erp .part .trait {
        height: 100%;
        top: 0;
    }

    .erp .part .row {
        display: block;
    }

    .erp .part_row {
        padding: -webkit-calc(60px / 2) 0;
        padding: calc(60px / 2) 0;
    }

    .erp .part_row::before {
        display: none;
    }

    .erp .part_row_title {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .erp .part_row_icon {
        margin-right: 0;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .erp .part_row_icon [class*=' icon-'].icon-expertise,
    .erp .part_row_icon [class^='icon-'].icon-expertise {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .erp .part_row_icon [class*=' icon-'].icon-business,
    .erp .part_row_icon [class^='icon-'].icon-business {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .erp .part_row_icon [class*=' icon-'].icon-internet,
    .erp .part_row_icon [class^='icon-'].icon-internet {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 52px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
    }

    .erp .part_row_icon [class*=' icon-'].icon-applications,
    .erp .part_row_icon [class^='icon-'].icon-applications {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 52px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
    }

    .erp .part_row_paragraphe {
        width: 100%;
    }

    .erp .part_row_paragraphe_subtitle {
        margin-bottom: 25px;
    }

    .erp .slider_article {
        padding-top: 70px;
    }

    .erp .slider_section {
        padding-top: 70px;
    }

    .erp .slider_section .c-arrowText {
        padding-top: 0;
        top: 0;
        margin-bottom: 70px;
    }

    .erp .slider {
        padding-top: 35px;
    }

    .erp .slider_content {
        padding-bottom: 35px;
    }

    .erp .slider_content .title {
        margin-bottom: 25px;
    }

    .erp #section7 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .application .etapes_top_rond {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-bottom: 70px;
    }

    .application .p-header_bg {
        background-image: url(../img/header/bg-application-ipanova.webp);
    }

    .contact .p-header_bg {
        background-image: url(../img/header/bg-contact-mobile-ipanova.jpg);
    }

    .contact .contact-infos {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact .contact-infos_adresse {
        margin-bottom: 50px;
    }

    .contact .contact-infos_adresse_title {
        margin-bottom: 15px;
    }

    .contact .contact-infos .c-formulaire {
        margin-top: 50px;
    }

    .contact .contact-infos .c-formulaire_bouton {
        margin-top: 25px;
        float: none;
    }

    .contact .contact-map .map {
        height: 100vw;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .legals {
        padding-top: 80px;
    }

    .erreur404 .erreur_content {
        background-image: url(../img/header/bg-404-mobile-ipanova.jpg);
    }

    .erreur404 .erreur_content .container {
        top: 55%;
        text-align: center;
    }

    .erreur404 .erreur_content_title {
        font-size: 100px;
        text-align: center;
    }

    .erreur404 .erreur_content_subtitle {
        font-size: 25px;
        text-align: center;
        margin-top: 34vh;
        margin-bottom: 7.8vh;
    }

    .erreur404 .erreur_content_subtitle span {
        font-size: 40px;
    }

    .etapes {
        padding-bottom: 70px;
    }

    .etapes .trait {
        height: -webkit-calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        height: calc(100% - (30px + 15px) - 4.68vw - 25px - 35px);
        top: -webkit-calc(30px + 10px);
        top: calc(30px + 10px);
    }

    .etapes .icon {
        width: 50px;
    }

    .etapes .double-icon {
        top: 0;
        width: 70px;
        height: -webkit-calc(70px / 2);
        height: calc(70px / 2);
    }

    .etapes_top_rond {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-bottom: 70px;
    }

    .etapes_paragraphe {
        margin-top: 35px;
        margin-bottom: 70px;
        display: block;
    }

    .etapes_paragraphe_scroll {
        width: 40px;
        height: 40px;
    }

    .etapes_paragraphe_scroll .icon-arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 18px;
        height: 18px;
    }

    .etapes_paragraphe_text {
        margin-bottom: 35px;
        padding-bottom: 10px;
        display: block;
        background-color: #fff;
    }

    .etapes_paragraphe_text::before {
        left: 50%;
        top: -15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 15px;
        height: 15px;
    }

    .etapes_paragraphe_text .little {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 55px;
        padding-top: 15px;
    }

    .etapes_paragraphe_text .text {
        width: 100%;
        text-align: center;
    }

    .c-transition_wrapper_sigle {
        width: 150px;
        max-width: 80%;
    }

    .c-arrow {
        width: 30px;
    }

    .c-textImg {
        margin-top: 0;
        padding-top: 80px;
    }

    .c-textImg .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 40px !important;
    }

    .c-textImg .right {
        text-align: left;
    }

    .c-textImg_title {
        margin-bottom: 45px;
    }

    .c-textImg_subtitle {
        margin-bottom: 25px;
    }

    .c-textImg_img {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        left: 0;
    }

    .c-textImg_img_content {
        height: auto;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .c-textImg_img_content img {
        width: 100%;
        height: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .c-textImg .c-arrow {
        position: relative;
        top: 30px;
        left: auto;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c-textImg .bouton {
        margin-top: 35px;
    }

    .c-textImg.v-invers .c-textImg_img {
        right: auto;
        left: 0;
    }

    .c-textImg.v-invers .c-arrow {
        top: 30px;
        bottom: auto;
        left: auto;
    }

    .c-textPictos .c-arrow {
        display: none;
    }

    .c-textPictos .row {
        display: block;
    }

    .c-textPictos_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 70px;
    }

    .c-textPictos_content_item {
        margin-bottom: 80px !important;
    }

    .c-textPictos_content_item .picto {
        height: auto;
        margin-bottom: 20px;
    }

    .c-textPictos_content_item .picto:last-child {
        margin-bottom: 0;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-oreille,
    .c-textPictos_content_item .picto [class^='icon-'].icon-oreille {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 38px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 38px;
        height: 38px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-tpe,
    .c-textPictos_content_item .picto [class^='icon-'].icon-tpe {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 38px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 38px;
        height: 38px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-pme,
    .c-textPictos_content_item .picto [class^='icon-'].icon-pme {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 59px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 59px;
        height: 59px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-groupe,
    .c-textPictos_content_item .picto [class^='icon-'].icon-groupe {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 52px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-ecoute,
    .c-textPictos_content_item .picto [class^='icon-'].icon-ecoute {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 59px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 59px;
        height: 59px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-expertise,
    .c-textPictos_content_item .picto [class^='icon-'].icon-expertise {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-reactivite,
    .c-textPictos_content_item .picto [class^='icon-'].icon-reactivite {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 67px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 67px;
        height: 67px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-adaptabilite,
    .c-textPictos_content_item .picto [class^='icon-'].icon-adaptabilite {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 59px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 59px;
        height: 59px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-accompagnement,
    .c-textPictos_content_item .picto [class^='icon-'].icon-accompagnement {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 57px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 57px;
        height: 57px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-collaboratifs,
    .c-textPictos_content_item .picto [class^='icon-'].icon-collaboratifs {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 61px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 61px;
        height: 61px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-partage,
    .c-textPictos_content_item .picto [class^='icon-'].icon-partage {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 54px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 54px;
        height: 54px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-solidarite,
    .c-textPictos_content_item .picto [class^='icon-'].icon-solidarite {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 54px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 54px;
        height: 54px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-consideration,
    .c-textPictos_content_item .picto [class^='icon-'].icon-consideration {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 57px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 57px;
        height: 57px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-enthousiasme,
    .c-textPictos_content_item .picto [class^='icon-'].icon-enthousiasme {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 59px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 59px;
        height: 59px;
    }

    .c-textPictos_content_item .picto [class*=' icon-'].icon-equipe,
    .c-textPictos_content_item .picto [class^='icon-'].icon-equipe {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }

    .c-textPictos_content_item .subtitle {
        margin-top: 10px;
    }

    .c-arrowText_row {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .c-arrowText_row_circleContent {
        width: auto;
        margin-right: 25px;
    }

    .c-arrowText_row_circleContent .circle {
        width: 30px;
        height: 30px;
    }

    .c-arrowText_row_circleContent .circle .icon-arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15px;
        height: 15px;
    }

    .c-arrowText_row .title {
        width: -webkit-calc(100% - 30px - 35px);
        width: calc(100% - 30px - 35px);
        font-size: 18px;
    }

    .c-module-mag {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .c-module-mag_bouton {
        margin-top: 50px;
        text-align: center;
    }

    .mag_h1 {
        font-size: 25px;
    }

    .mag_h2 {
        font-size: 20px;
    }

    .mag_c-date {
        font-size: 12px;
    }

    .mag_c-categorie {
        font-size: 12px;
        min-width: 0;
        height: 30px;
        padding: 0 30px;
        border-radius: 15px;
    }

    .mag_c-tags {
        font-size: 12px;
        min-width: 0;
        height: 30px;
        padding: 0 30px;
        border-radius: 15px;
    }

    .mag_c-card {
        margin-bottom: 50px;
        display: block;
    }

    .mag_c-card_img {
        height: 52vw;
        margin-bottom: 30px;
    }

    .mag_c-une .container {
        padding: 0 !important;
    }

    .mag_c-une .container .row {
        display: block;
    }

    .mag_c-une_title {
        margin: 0 30px;
    }

    .mag_c-une_content_item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .mag_c-une_img {
        height: auto;
    }

    .mag_c-une_img .img {
        position: relative;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }

    .mag_c-une_img .img img {
        height: auto;
    }

    .mag_c-une .mag_c-infos {
        border-bottom: none;
    }

    .mag_c-infos {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .mag_c-categorieUne .row {
        display: block;
    }

    .mag_c-categorieUne_title {
        margin-bottom: 30px;
    }

    .mag_c-categorieUne .mag_c-infos {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .mag_c-categorieUne_bouton {
        text-align: center;
        margin-top: 50px;
    }

    .mag_c-categorieUne_img {
        margin-bottom: 30px;
    }

    .mag_c-filtres {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .mag_c-filtres_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mag_c-filtres_content_title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .mag_c-filtres_content_boutons {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mag_c-filtres_content_boutons .mag_c-categorie {
        width: 160px;
        max-width: 45%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .mag_plusLus_title {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .mag_tags {
        margin-top: 25px;
    }

    .mag_tags_content .mag_c-tags {
        min-width: -webkit-calc(50% - 50px);
        min-width: calc(50% - 50px);
    }

    .mag_sameSujet {
        padding-bottom: 50px;
        padding-top: 90px;
    }

    .mag_sameSujet_title {
        margin-bottom: 50px;
    }

    .mag_pageIndex .c-module-mag {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .mag_pageArticle_comments_formulaire .c-formulaire {
        margin-top: 50px;
    }

    .mag_pageArticle_comments_formulaire .c-formulaire_bouton {
        margin-top: 25px;
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .header-btn {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    .flex.align-start-sm {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .scale85 {
        scale: 75%;
    }
    h3.p.little.scale75 {
        scale: 75%;
        line-height: 1 !important;
    }
    .padtop10 {
        padding-top: 2vw;
    }
    .p.noir.bold.letter-100 {
        margin-top: 2vw;
    }
    .flex.align-end-sm {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

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

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

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

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

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

    .flex.justify-between-sm {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .flex.column-reverse-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex.nowrap-sm {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex.wrap-sm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container,
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 759px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

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

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

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

@media (max-width: 480px) {
    .flex.align-start-xs {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

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

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

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

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

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

    .flex.justify-between-xs {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .flex.column-reverse-xs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.nowrap-xs {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex.wrap-xs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dwlbtn {
    font-size: 12px;
    min-width: 0;
    height: 50px;
    padding: 8px 30px;
    border-radius: 15px;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.192);
    font-weight: 700;

    cursor: pointer !important;
    pointer-events: none;
}
.dwlbtn:hover {
    box-shadow: 2px 2px 20px 2px #51bdcb;
}
/* Style du popup */
.popup {
    display: none; /* Caché par défaut */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 9999;
}

/* Style du contenu du popup */
.popup-contenu {
    text-align: center;
}

/* Style du bouton pour fermer le popup */
#fermer-popup {
    margin-top: 10px;
}

.erreur_message {
    font-size: 13px;
    font-weight: 700;
    color: #dc2626;
    text-decoration: underline 1px solid #dc2626;

    padding-left: 3%;
    padding-top: 1%;
}

#erreur:target {
    scroll-margin-top: 40vh;
}

@media (min-width: 760px) {
    .lead {
        font-size: 15px;
    }
    @media screen and (max-width: 360px) {
        .h1 {
            font-size: 34px;
        }

        .h2 {
            font-size: 25px;
        }
    }

    @media screen and (max-width: 340px) {
        .h1 {
            font-size: 28px;
        }

        .h2 {
            font-size: 22px;
        }

        .h3 {
            font-size: 40px;
        }

        .h4 {
            font-size: 22px;
        }

        .h5 {
            font-size: 24px;
        }

        .p-menu_nav li .link {
            font-size: 18px;
        }

        .erreur404 .erreur_content_subtitle {
            margin-top: 22vh;
            margin-bottom: 4vh;
        }

        .mag_c-filtres_content_boutons .mag_c-categorie {
            width: 110px;
            padding: 0;
        }
    }

    @media (min-width: 760px) and (max-width: 991px) {
        .visible-sm {
            display: block !important;
        }

        table.visible-sm {
            display: table !important;
        }

        tr.visible-sm {
            display: table-row !important;
        }

        td.visible-sm,
        th.visible-sm {
            display: table-cell !important;
        }

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

        .visible-sm-inline {
            display: inline !important;
        }

        .visible-sm-inline-block {
            display: inline-block !important;
        }

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

    @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md {
            display: block !important;
        }

        table.visible-md {
            display: table !important;
        }

        tr.visible-md {
            display: table-row !important;
        }

        td.visible-md,
        th.visible-md {
            display: table-cell !important;
        }

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

        .visible-md-inline {
            display: inline !important;
        }

        .visible-md-inline-block {
            display: inline-block !important;
        }

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

    @media screen and (min-width: 1200px) and (max-width: 1590px) and (max-height: 600px) {
        .p-header_titre {
            top: 9vw;
        }
    }

    @media (max-width: 992px) and (min-width: 760px) {
        .c-formulaire_overlay {
            width: -webkit-calc(100% - 30px);
            width: calc(100% - 30px);
            margin: auto;
        }
    }

    @media print {
        .visible-print {
            display: block !important;
        }

        table.visible-print {
            display: table !important;
        }

        tr.visible-print {
            display: table-row !important;
        }

        td.visible-print,
        th.visible-print {
            display: table-cell !important;
        }

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

        .visible-print-inline {
            display: inline !important;
        }

        .visible-print-inline-block {
            display: inline-block !important;
        }

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

    /* *****************************
Partie APPLICATION sur-mesure 
********************************/
    .application .p-header_bg {
        background-image: url(../img/header/bg-application-ipanova.webp);
    }
    .marbot30 {
        margin: 0 70px 150px 70px;
    }
    .ss_titre {
        padding-left: 20px;
        padding-bottom: 20px;
        margin-left: 14%;
    }
    .margtop100 {
        margin-top: 100px;
    }
    .margtop300 {
        margin-top: 300px;
    }
    .margbot150 {
        margin-bottom: 150px;
    }
    .margbot100 {
        margin-bottom: 100px;
    }

    .application .etapes {
        position: relative;
        overflow: hidden;
        padding-bottom: 4.68vw;
    }

    .application .etapes .trait {
        display: inline-block;
        width: 1px;
        height: -webkit-calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
        height: calc(100% - (3rem + 15px) - 4.68vw - 25px - 35px);
        background-color: #51bdcb;
        position: absolute;
        left: 50%;
        max-height: 0%;
        top: -webkit-calc(3rem + 15px);
        top: calc(3rem + 15px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
    }

    .application .etapes .icon {
        width: 7.3vw;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .application .etapes .double-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 2vw;
        left: 0;
        width: 7.29vw;
        height: -webkit-calc(7.29vw / 2);
        height: calc(7.29vw / 2);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .application .etapes .double-icon .icon {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .application .etapes_top_rond {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: hero-new;
        font-weight: 700;
        font-size: 1.8rem;
        width: 3rem;
        height: 3rem;
        margin-bottom: 5.9vw;
        border-radius: 100%;
        background-color: #51bdcb;
    }

    .application .etapes_paragraphe {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 6.25vw;
        margin-bottom: 6.25vw;
        overflow: hidden;
    }

    .application .etapes_paragraphe_scroll {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 5rem;
        height: 5rem;
        margin-left: 1vw;
        border-radius: 100%;
        position: relative;
    }

    .application .etapes_paragraphe_scroll::after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
        border: 1px solid #51bdcb;
    }

    .application .etapes_paragraphe_scroll .icon-arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 2.2rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2.2rem;
        height: 2.2rem;
        color: #51bdcb;
    }

    .application .etapes_paragraphe_text {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.6vw;
    }

    .application .etapes_paragraphe_text:last-child {
        margin-bottom: 0;
    }

    .application .etapes_paragraphe_text::before {
        display: block;
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 100%;
        background-color: #51bdcb;
        position: absolute;
        top: 50%;
        left: -webkit-calc(-15px - (1.5rem / 2));
        left: calc(-15px - (1.5rem / 2));
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .application .etapes_paragraphe_text .little {
        width: 13rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .application .etapes_paragraphe_text .text {
        width: -webkit-calc(100% - 13rem);
        width: calc(100% - 13rem);
    }

    .application .etapes #section2-2 .c-arrow {
        position: absolute;
        top: -5vw;
        left: 5vw;
    }

    .application .etapes #section2-2 .c-arrow img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .application .etapes #section2-3 .icon {
        position: absolute;
        top: 0;
        right: 5vw;
    }
    .application .article-citation {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .img-section1 {
        top: 30%;
        background-size: cover;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        -o-transform: translateY(-45%);
        transform: translateY(-45%);
    }
    .fac {
        justify-content: space-around;
    }

    .scale {
        scale: 80%;
    }
    .fontsize {
        font-size: 25px !important;
        padding: 0 40px;
    }

    .disabled {
        pointer-events: none;
        cursor: default;
    }

    .blockItems {
        display: flex;
        flex-direction: column;
        background: white;
        padding-bottom: 15px;
        border-radius: 15px;
        width: max-content; /* S'adapte au contenu le plus large */
        min-width: 350px;
        border: 1px solid #51bdcb;
        border-top: none;
        border-left: none;
    }
    .navUl {
        margin-top: -6.8%;
    }
    .items {
        padding: 20px 0px 0px 12px;
        font-size: calc(0.32293vw + 4.79978px);
        letter-spacing: 0.1em;
        font-weight: 700;
        margin-bottom: 10px;
        text-decoration: underline white 1px;
        transition: text-decoration 1s ease;
        line-height: 14px;
        flex: 1; /* Pour que chaque item prenne toute la largeur disponible */
    }

    li.items a {
        line-height: 14px;
        transition: text-decoration 1s ease;
        font-weight: 700;
        text-decoration: underline white 1px;
        display: block; /* Pour que le lien se comporte comme un élément de bloc */
        width: 100%; /* Pour occuper toute la largeur du conteneur parent */
        box-sizing: border-box; /* Pour inclure le padding dans la largeur totale */
    }

    .alicen {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .items:hover,
    li.items a:hover {
        text-decoration: underline black 1px;
    }
    ul:hover li.items {
        opacity: 0.8;
    }
    ul li.items:hover {
        cursor: pointer;
    }

    .black {
        color: #000;
    }
    li.navSelection {
        color: black;
        opacity: 1;
    }
    .menus:hover {
        cursor: pointer;
    }

    .menus {
        font-size: 17px;
        max-width: 25vh;
        color: #51bdcb;
        text-transform: uppercase;
        font-weight: 700;
    }

    .menuNav {
        font-weight: 700;
    }

    .alignage_items_menu {
        align-items: baseline;
    }
    h3.menuNav {
        text-align: center;
    }

    .disabled-link {
        pointer-events: none; /* Désactive les interactions de clic */
        /* Change la couleur du texte pour indiquer qu'il est désactivé */
        /* Supprime le soulignement du lien */
    }
    .displayresponsive {
        align-items: flex-start;
        justify-content: center;
    }
    .resizeIcon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0 auto;
    }
    .resizeIcon div.picto {
        height: 50px;
    }
    #titreh2endbox {
        font-size: 30px;
    }
    .sousIconesTexte {
        padding-top: 10px;
    }
    .boxSize {
        width: 33%;
    }

    .positiontitle {
        right: 10%;
    }
    span.icon-retour {
        height: 20px;
        width: 20px;
        margin-right: 20px;
        cursor: pointer;
    }
    .mobile-item {
        font-size: 13px;
        font-weight: 400;
    }
    .mobile-box {
        margin-top: 20px;
        letter-spacing: 1.2px;
        border-bottom: #51bdcb 1px solid;
        line-height: 1.5rem;
    }
    #elem_box {
        transition-property: display;
        transition-duration: 0.5s;
        transition-timing-function: linear;
    }
    .mon-element.visible {
        display: flex;
    }

    .jusend {
        display: flex;
        justify-content: center;
    }
    #contactNav {
        margin-right: 10%;
    }
    .navLiSolutions {
        cursor: pointer;
        display: inline-block;
        font-family: hero-new;
        font-weight: 700;
        color: #000;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        position: fixed;
        width: 25%;
    }
    .blockMenu {
        display: none;
    }

    .blockMenu.active {
        margin-top: 2rem;
        min-width: 300px;
        display: flex;
    }

    @media only screen and (max-width: 1200px) {
        #titreh2endbox {
            font-size: 27px;
        }
    }

    @media only screen and (max-width: 1100px) {
        .scale {
            scale: 70%;
        }
        .margtop300 {
            margin-top: 150px;
        }
    }
    @media only screen and (max-width: 992px) {
        .col-xs-offset-2 {
            margin-left: 8.3%;
        }
        div.resizeIcon h3.center {
            font-size: 12px;
        }

        .margbot150 {
            margin-top: 50px;
        }
        .margbot150 {
            margin-bottom: 50px;
        }
        .displayresponsive {
            -webkit-flex-direction: row;
            margin-bottom: 5px;
            scale: 85%;
            margin-top: 40px;
        }
        .scale {
            scale: 75%;
        }
        .application .etapes_paragraphe {
            margin-top: 35px;
            margin-bottom: 70px;
            display: block;
        }
        .application .etapes_top_rond {
            width: 30px;
            height: 30px;
            font-size: 18px;
            margin-bottom: 70px;
        }
        .application .etapes_paragraphe_scroll {
            width: 40px;
            height: 40px;
        }
        .application .etapes_paragraphe_text .little {
            width: 100%;
            margin-bottom: 10px;
            margin-top: 55px;
            padding-top: 15px;
        }
        .application .etapes_paragraphe_text {
            margin-bottom: 35px;
            padding-bottom: 10px;
            display: block;
            background-color: #fff;
        }
        .application .etapes_paragraphe_text .text {
            width: -webkit-calc(100% - 13rem);
            width: calc(100% - 13rem);
            margin-left: 5%;
        }
        .fontsize {
            font-size: 30px !important;
            padding: 0 40px;
        }
        .centerText {
            text-align: center;
        }
        .margauto {
            margin: 0 30%;
        }
        .alicen {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .menus {
            color: #51bdcb;
            font-size: 17px;
            text-transform: uppercase;
            font-weight: 700;
        }
        .menus:hover {
            font-size: 17px;
        }
        .items {
            margin-bottom: 0;
        }

        .blockItems {
            display: flex;
            flex-direction: column;
            background: white;
            padding: 10px;
            border-radius: 15px;
            width: 100%;
            border: none;
        }
        h3.menuNav {
            text-align: left;
            margin: 0;
            padding: 0;
        }
        .padleft10 {
            padding-left: 10px;
        }
        .col-xs-6 {
            width: 60%;
        }
        .padtop10 {
            padding-top: 15px;
        }
        .padbot10 {
            padding-bottom: 10px;
        }
    }
    @media only screen and (max-width: 1000px) {
        .margtop300 {
            margin-top: 50px;
        }
    }
    @media only screen and (max-width: 800px) {
        .ss_titre {
            padding-left: px;
            padding-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media only screen and (max-width: 500px) {
        .fontsize {
            font-size: 20px !important;
        }
        .application .article-citation {
            padding-top: 0px;
            padding-bottom: 50px;
        }
        .ss_titre {
            text-align: center;
            padding-left: 0px;
            padding-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        .btnresponsive {
            text-align: center;
        }
        .margauto {
            margin: 0 0%;
        }
        .c-textImg {
            margin-top: 0;
            padding-top: 0px;
        }
        .application .etapes_paragraphe_text .text {
            width: -webkit-calc(100% - 13rem);
            width: calc(100% - 13rem);
            margin-left: 10%;
        }
    }
    @media only screen and (max-width: 500px) {
        .p {
            font-size: 12px;
        }

        .h3 {
            font-size: 30px;
            text-align: center;
        }
        .c-textPictos_content_item {
            margin-bottom: 20px !important;
        }
        #titreh2endbox {
            font-size: 25px;
        }
    }
}

/* Language switcher */
.lang-dropdown-desktop {
    margin-left: 15px;
    position: fixed;
    left: 20%;
}

.lang-select-wrapper {
    position: relative;
    display: flex;
    width: 70px;
    align-items: center;
}

.lang-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #51bdcb;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 5px 15px 5px 5px;
    text-transform: uppercase;
    width: 100%;
}

.lang-select-wrapper select:focus {
    outline: none;
    border: none;
}

.lang-select-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #51bdcb;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.lang-dropdown-mobile {
    display: none;
}

/* Adaptation mobile */
@media (max-width: 992px) {
    .lang-dropdown-mobile {
        display: block;
    }

    .lang-select-wrapper {
        width: 80px;
        display: flex;
        align-items: center;
    }

    .lang-select-wrapper select {
        font-size: 12px;
        padding: 3px 15px 3px 3px;
    }
}
