@import url(https://p.typekit.net/p.css?s=1&k=dji1lbv&ht=tk&f=36599.36604.36608&a=13232891&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
}

/*  */
/* Conteneur de la carte */
.card-container {
    width: 90%;
    margin: 20px auto;
    perspective: 1500px;
  }
  
  .card {
    width: 130%;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s ease-in-out;
  }
  
  .front-page, .back-page {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .back-page {
    transform: rotateY(180deg);
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  /* Image à l'intérieur des cartes */
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  /* Icône de téléchargement */
  .download-icon {
    position: absolute;
    bottom: 10%;
    right: 10%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .download-icon .icon {
    width: 30px;
    height: 30px;
  }

.card.flipped {
    transform: rotateY(180deg);
  }

  /* Conteneur pour le bouton et l'icône */
.action-buttons {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacement entre le bouton et l'icône */
    margin-top: 20px;
  }
  
  /* Icône de téléchargement */
  .download-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .download-icon:hover {
    transform: scale(1.1); /* Légère animation au survol */
  }
  
  .download-icon .icon {
    width: 30px;
    height: 30px;
  }
/*  */


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: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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: .35em .625em .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 .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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
        /* Couleur pour copyright en bas droite */
}

.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: #dd1b1b
}

.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: .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: #0d78c4
}

a.text-success:focus,
a.text-success:hover {
    color: #0d78c4
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #0d78c4
}

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: #286090
}

.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 .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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: .35s;
    -o-transition-duration: .35s;
    transition-duration: .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: urw-din;
    src: url(https://use.typekit.net/af/b15395/00000000000000003b9b0ee1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/b15395/00000000000000003b9b0ee1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/b15395/00000000000000003b9b0ee1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: urw-din;
    src: url(https://use.typekit.net/af/e69b71/00000000000000003b9b0ee6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/e69b71/00000000000000003b9b0ee6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/e69b71/00000000000000003b9b0ee6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: urw-din;
    src: url(https://use.typekit.net/af/359d41/00000000000000003b9b0eea/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/359d41/00000000000000003b9b0eea/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/359d41/00000000000000003b9b0eea/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

.c-actu__comment_text,
.c-actu__text,
.c-article--une .c-article__date,
.c-article--une--large--category .c-article__preview,
.c-article__date,
.c-block-content_img_wrapper_text,
.c-formulaire_field .form-radio label,
.c-formules_detail__subprice,
.font,
.mag__breadcrumb nav,
.p-nav_menu_nav,
.services_details-formules_detail__subprice,
div,
p {
    font-family: urw-din;
    font-weight: 300;
    font-style: normal
}

.atelier_content_nav_item,
.bouton,
.c-actu__category,
.c-actu__tags,
.c-article__category,
.c-article__category:focus,
.c-article__preview,
.c-block-content--realisation .c-block-content_gallery .slick-slide .caption,
.c-formules_detail_label,
.c-text-banner--alt .c-text-banner_text,
.font-medium,
.h1,
.h2,
.h2--alt .h2_sub,
.h3,
.h4,
.h5,
.h6,
.p-nav_mag_menu li,
.services_details-formules_detail_label,
.u-big-title_title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: urw-din;
    font-weight: 500;
    font-style: normal
}

.c-actu__comment_title,
.c-actu__date,
.c-actu__preview,
.c-actu__subtitle,
.c-actu__title,
.c-actu_comments_title,
.c-article--une .c-article__title,
.c-article__link,
.c-article__tags,
.c-article__title,
.c-block-content--alt .c-block-content_text_number,
.c-formules_detail_price,
.font-bold,
.h2--alt,
.h3--alt,
.mag_content_title,
.mag_content_title_sub,
.p-shortcuts__title,
.services_details-formules_detail_price,
b,
strong {
    font-family: urw-din;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?6ii3sl);
    src: url(../fonts/icomoon.eot?6ii3sl#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?6ii3sl) format("truetype"), url(../fonts/icomoon.woff?6ii3sl) format("woff"), url(../fonts/icomoon.svg?6ii3sl#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-arrow:before {
    content: "\e900"
}

.icon-arrow-alt:before {
    content: "\e901"
}

.icon-arrow-plain:before {
    content: "\e902"
}

.icon-centre-mobile:before {
    content: "\e903"
}

.icon-centre-preparation:before {
    content: "\e904"
}

.icon-checkmark:before {
    content: "\e905"
}

.icon-club:before {
    content: "\e906"
}

.icon-degoudronnage:before {
    content: "\e907"
}

.icon-deplacement:before {
    content: "\e908"
}

.icon-destickage:before {
    content: "\e909"
}

.icon-esthetic:before {
    content: "\e90a"
}

.icon-genius:before {
    content: "\e90b"
}

.icon-healthy:before {
    content: "\e90c"
}

.icon-logomark:before {
    content: "\e90d"
}

.icon-lustrage:before {
    content: "\e90e"
}

.icon-managing:before {
    content: "\e90f"
}

.icon-merchandising:before {
    content: "\e910"
}

.icon-mobility:before {
    content: "\e911"
}

.icon-moteur:before {
    content: "\e912"
}

.icon-one-shot:before {
    content: "\e913"
}

.icon-optiques:before {
    content: "\e914"
}

.icon-plafonnier:before {
    content: "\e915"
}

.icon-pneus:before {
    content: "\e916"
}

.icon-protect:before {
    content: "\e917"
}

.icon-unite-mobile:before {
    content: "\e918"
}

.icon-comment:before {
    content: "\e970"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-tiktok:before {
    content: "\F6CC"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-linkedin:before {
    content: "\eaca"
}

.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,
.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

@-webkit-keyframes up-down {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    33.333% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    66.666% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

@-o-keyframes up-down {
    from {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    33.333% {
        -o-transform: translateY(25%);
        transform: translateY(25%)
    }

    66.666% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

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

@keyframes up-down {
    from {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    33.333% {
        -webkit-transform: translateY(25%);
        -o-transform: translateY(25%);
        transform: translateY(25%)
    }

    66.666% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

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

@-webkit-keyframes left-right {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    75% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

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

@-o-keyframes left-right {
    from {
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -o-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    75% {
        -o-transform: translateX(5%);
        transform: translateX(5%)
    }

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

@keyframes left-right {
    from {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    75% {
        -webkit-transform: translateX(5%);
        -o-transform: translateX(5%);
        transform: translateX(5%)
    }

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

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

html.noscroll {
    overflow-x: hidden;
    overflow-y: hidden
}

body {
    min-height: 100%;
    width: 100%;
    position: relative
}

#wrapper {
    max-width: 100vw
}

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

a,
button {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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
}

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

div,
p {
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    margin: 0
}

textarea {
    overflow: auto;
    resize: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-align: left
}

.h1 {
    color: #fff;
    font-size: 6rem;
    line-height: 1.2
}

.h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4
}

.h2+p {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.h2_sub {
    font-size: 16px;
    color: #078fc4;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px
}

.h2--alt {
    font-size: 20px;
    text-transform: uppercase
}

.h2--alt+p {
    margin-top: 4.5rem
}

.h2--alt .h2_sub {
    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
}

.h2--alt .h2_sub [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.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: 4.5rem;
    height: 4.5rem;
    margin-right: 2.5rem
}

.h3 {
    font-size: 16px;
    color: #078fc4;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .2em
}

.h3+p {
    margin-top: 5rem
}

.h3--alt {
    letter-spacing: 0
}

.h4 {
    font-size: 18px;
    color: #078fc4
}

.h4+p {
    margin-top: 4.5rem
}

.underline {
    text-decoration: underline
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.justify {
    text-align: justify
}

.bouton {
    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-size: 16px;
    position: relative;
    text-align: center;
    padding: 0 20px;
    height: 50px;
    min-width: 210px;
    background: 0 0;
    border: none
}

.bouton:before {
    content: '';
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.bouton span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1
}

.bouton:hover:before {
    opacity: 1
}

.bouton--vert,
.bouton--vert:focus {
    background: #0a7ec6;
    color: #161615
}

.bouton--vert:before,
.bouton--vert:focus:before {
    background: -webkit-gradient(linear, right top, left top, from(#0a7ec6), to(#053fbd));
    background: -webkit-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: -o-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: linear-gradient(to left, #0a7ec6, #0a7ec6)
}

.bouton--vert:focus:hover,
.bouton--vert:hover {
    color: #161615
}

.bouton--blanc,
.bouton--blanc:focus {
    color: #fff;
    border: solid 1px;
    background: 0 0
}

.bouton--blanc:before,
.bouton--blanc:focus:before {
    background: #fff
}

.bouton--blanc:focus:hover,
.bouton--blanc:hover {
    color: #161615;
    border: solid 1px #fff
}

.bouton--blanc-gradient,
.bouton--blanc-gradient:focus {
    color: #fff;
    border: solid 1px;
    background: 0 0
}

.bouton--blanc-gradient:before,
.bouton--blanc-gradient:focus:before {
    background: -webkit-gradient(linear, right top, left top, from(#0a7ec6), to(#053fbd));
    background: -webkit-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: -o-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: linear-gradient(to left, #0a7ec6, #0a7ec6)
}

.bouton--blanc-gradient:focus:hover,
.bouton--blanc-gradient:hover {
    color: #161615;
    border: solid 1px transparent
}

.bouton--kaki,
.bouton--kaki:focus {
    color: #0a7ec6;
    border: solid 1px;
    background: 0 0
}

.bouton--kaki:before,
.bouton--kaki:focus:before {
    background: #0a7ec6
}

.bouton--kaki:focus:hover,
.bouton--kaki:hover {
    color: #fff;
    border: solid 1px #0a7ec6
}

.bouton--blanc-plain,
.bouton--blanc-plain:focus {
    color: #161615;
    background: #fff
}

.bouton--blanc-plain:before,
.bouton--blanc-plain:focus:before {
    background: -webkit-gradient(linear, right top, left top, from(#0a7ec6), to(#053fbd));
    background: -webkit-linear-gradient(right, #053fbd, #053fbd);
    background: -o-linear-gradient(right, #053fbd, #053fbd);
    background: linear-gradient(to left, #053fbd, #053fbd)
}

.bouton--blanc-plain:focus:hover,
.bouton--blanc-plain:hover {
    color: #161615
}

.bouton--gradient,
.bouton--gradient:focus {
    color: #222221;
    background: -webkit-gradient(linear, right top, left top, from(#0a7ec6), to(#0a2dc6));
    background: -webkit-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: -o-linear-gradient(right, #0a7ec6, #0a7ec6);
    background: linear-gradient(to left, #0a7ec6, #0a7ec6)
}
/* vers ici pour le changement de vert to bleu  */

.bouton--gradient:before,
.bouton--gradient:focus:before {
    background: #0a7ec6
}

.bouton--gradient:focus:hover,
.bouton--gradient:hover {
    color: #222221
}

.blanc {
    color: #fff !important
}

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

.gris-dark {
    color: #222221 !important
}

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

.gris {
    color: rgba(255, 255, 255, .5) !important
}

.gris.bg {
    background: rgba(255, 255, 255, .5);
    color: inherit !important
}

.noir {
    color: #161615 !important
}

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

.vert {
    color: #0b58d3 !important
}

.vert.bg {
    background: #0545b5;
    color: inherit !important
}

.kaki {
    color: #0b58d3 !important
}

.kaki.bg {
    background: #0b58d3;
    color: inherit !important
}

.gradient {
    color: #0b58d3 !important
}

.gradient.bg {
    background: -webkit-gradient(linear, right top, left top, from(#0543bd), to(#0b58d3));
    background: -webkit-linear-gradient(right, #0b58d3, #0b58d3);
    background: -o-linear-gradient(right, #0b58d3, #0b58d3);
    background: linear-gradient(to left, #0b58d3, #0b58d3);
    color: inherit !important
}

.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
}

#zoombox iframe,
#zoombox img {
    border: none
}

#zoombox .zoombox_mask {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 1051;
    height: 100%;
    top: 0;
    left: 0
}

#zoombox .zoombox_control {
    position: fixed;
    width: 100%;
    z-index: 1052;
    height: 100%;
    top: 0;
    left: 0
}

#zoombox .zoombox_control .zoombox_close,
#zoombox .zoombox_control .zoombox_next,
#zoombox .zoombox_control .zoombox_prev {
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#zoombox .zoombox_control .zoombox_close:hover,
#zoombox .zoombox_control .zoombox_next:hover,
#zoombox .zoombox_control .zoombox_prev:hover {
    opacity: .5
}

#zoombox .zoombox_control .zoombox_next,
#zoombox .zoombox_control .zoombox_prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    opacity: 1
}

#zoombox .zoombox_control .zoombox_close {
    background-image: url(../img/zoombox/close.png);
    width: 20px;
    height: 20px;
    right: 3%;
    top: 2%
}

#zoombox .zoombox_control .zoombox_prev {
    background-image: url(../img/zoombox/prev.png);
    left: 2%
}

#zoombox .zoombox_control .zoombox_next {
    background-image: url(../img/zoombox/next.png);
    right: 2%
}

#zoombox .zoombox_container {
    position: absolute;
    z-index: 1053;
    background: rgba(0, 0, 0, .2)
}

#zoombox .zoombox_container .zoombox_title {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 0;
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 0 2px rgba(0, 0, 0, .9);
    top: 15px;
    line-height: normal
}

#zoombox .zoombox_container .content {
    background: #000
}

#zoombox .relative {
    position: relative
}

#zoombox .multimedia .zoombox_next,
#zoombox .multimedia .zoombox_prev {
    display: none
}

#zoombox .zoombox_gallery {
    position: fixed;
    z-index: 1054;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: .85;
    cursor: pointer;
    width: auto;
    background-color: #050505;
    height: 60px;
    overflow: hidden;
    display: none
}

#zoombox .zoombox_gallery>div {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#zoombox .zoombox_gallery img {
    height: 50px;
    padding: 15px 5px 5px 5px;
    opacity: .3;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#zoombox .zoombox_gallery img.current,
#zoombox .zoombox_gallery img:hover {
    opacity: 1
}

#zoombox_loader {
    display: none;
    background-image: url(../img/zoombox/loading.gif);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 70px;
    width: 70px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    z-index: 1053
}

.u-vertical-text {
    line-height: 1;
    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;
    position: relative;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap
}

.u-vertical-text:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.u-vertical-text--left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.u-text-border {
    position: relative;
    text-transform: uppercase
}

.u-text-border:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: auto;
    z-index: 1;
    border-left: solid 2px #078fc4
}

.u-checkmark {
    display: block;
    padding-left: 30px;
    position: relative
}

.u-checkmark:before {
    font-family: icomoon;
    content: "\e905";
    color: #0617af;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    -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: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1
}

.u-big-title {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%)
}

.u-big-title_title {
    font-size: 28px;
    color: #0b58d3;
    line-height: 1
}

.u-tooltip {
    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;
    position: relative;
    width: 24px;
    height: 24px;
    background: #0b58d3;
    border-radius: 50%;
    color: #161615;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: help;
    margin-left: 5px
}

.u-tooltip_box {
    display: inline-block;
    padding: 15px;
    position: absolute;
    top: 80%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    background: #078fc4;
    color: #161615;
    min-width: 230px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0
}

.u-tooltip_box:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    border: solid 10px;
    border-color: transparent transparent #078fc4 transparent;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto
}

.u-tooltip:hover {
    background: #fff;
    color: #078fc4
}

.u-tooltip.active .u-tooltip_box {
    opacity: 1;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px)
}

.u-bigger {
    display: inline-block;
    font-size: 150%
}

.p-header {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    min-height: 100vh;
    height: 100vh;
    max-height: 980px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background: #161615
}

.p-header_bg {
    position: absolute;
    top: -5%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 110%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .4
}

.p-header_titre {
    height: 100%
}

.p-header_subtitle {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 10;
    width: 100%;
    background: #161615;
    height: 18vh;
    padding: 0 -webkit-calc(7.5% + 15px);
    padding: 0 calc(7.5% + 15px);
    padding: 0 calc(7.5% + 15px)
}

.p-header_subtitle_text {
    color: #078fc4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .125em;
    text-align: center
}

.p-header_subtitle_button,
.p-header_subtitle_button:focus {
    display: none;
    width: 8rem;
    height: 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;
    background: #078fc4;
    color: #161615;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    z-index: 10
}

.p-header_subtitle_button .icon-arrow,
.p-header_subtitle_button:focus .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.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: 2.5rem;
    height: 2.5rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-header_subtitle_button:focus:hover,
.p-header_subtitle_button:hover {
    background: #161615;
    color: #078fc4
}

.p-header_subtitle_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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-header_subtitle_nav:after,
.p-header_subtitle_nav:before {
    content: normal;
    display: none
}

.p-header_subtitle_nav_link {
    font-size: 3rem;
    color: #0b58d3
}

.p-header_subtitle_nav_link:focus {
    color: #0b58d3
}

.p-header_subtitle_nav_link:hover {
    color: #fff
}

.p-header_subtitle_nav_link .icon-arrow-alt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.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: 1.8rem;
    height: 1.8rem;
    margin-left: 15px
}

.p-header_button {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 50%;
    z-index: 10;
    display: none;
    width: 8rem;
    height: 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;
    background: #0b58d3;
    color: #161615
}

.p-header_button .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.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: 2.5rem;
    height: 2.5rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-header_button:hover {
    background: #161615;
    color: #0b58d3
}

.p-header_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 6;
    background: rgba(34, 34, 34, .57)
}

.p-header_nav_item {
    height: 33.333%;
    overflow: hidden;
    position: relative
}

.p-header_nav_item_img {
    width: 105%;
    height: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.p-header_nav_item_title {
    margin-bottom: 5rem
}

.p-header_nav_item:hover .p-header_nav_item_img {
    opacity: .5
}

.p-header_nav_item:hover .bouton {
    color: #161615;
    border: solid 1px transparent
}

.p-header_nav_item:hover .bouton:before {
    opacity: 1
}

.p-footer {
    background: #161615;
    padding: 12rem 0
}

.p-footer_left {
    display: none
}

.p-footer_title {
    text-align: center
}

.p-footer_title+p {
    margin-top: 4rem
}

.p-footer_text {
    text-align: center
}

.p-footer_legals {
    text-align: center;
    margin-top: 7rem
}

.p-footer_social {
    text-align: center;
    font-size: 14px
}

.p-footer_social_link {
    color: #078fc4;
    font-size: 12px;
    margin-left: 30px
}

.p-footer_social_link:hover {
    color: #fff
}

.p-footer_social_link:first-child {
    margin-left: 0
}

.p-footer_social_link [class^=icon-] {
    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
}

.p-footer_form {
    margin: 5rem 0
}

.p-footer_form .c-formulaire_field {
    text-align: center
}

.p-footer_items {
    margin-top: 5rem;
    text-align: center
}

.p-footer_items_title {
    font-size: 18px;
    color: #078fc4
}

.p-footer_items_item {
    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: 40px;
    text-align: center;
    padding: 0 10px;
    border: solid 2px #fff;
    font-size: 12px;
    margin-bottom: 10px
}

.p-footer_items_item+.p-footer_items_item {
    margin-left: 10px
}

.scroll-top {
    position: fixed;
    opacity: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    bottom: 3rem;
    right: 3rem;
    z-index: 10000;
    -webkit-transition: opacity .7s, background .3s ease;
    -o-transition: opacity .7s, background .3s ease;
    transition: opacity .7s, background .3s ease;
    border: solid 2px rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none
}

.scroll-top.active {
    opacity: 1;
    pointer-events: auto
}

.scroll-top:hover {
    background: rgba(0, 0, 0, .5)
}

.scroll-top:hover::before {
    color: #fff
}

.scroll-top::before {
    content: "\e902";
    font-family: icomoon;
    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: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto
}

.u-banner-cookies {
    background: rgba(0, 0, 0, .85);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 0;
    z-index: 100000;
    opacity: 0;
    -webkit-transition: all .5s ease .25s;
    -o-transition: all .5s ease .25s;
    transition: all .5s ease .25s
}

.u-banner-cookies .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
}

.u-banner-cookies_texte {
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.u-banner-cookies_button {
    text-align: center
}

.u-banner-cookies_close {
    cursor: pointer;
    z-index: 10;
    margin: auto;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 48px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.u-banner-cookies_close:hover {
    background-color: #0a78b7;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

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

.p-nav {
    position: relative
}

.p-nav_navbar {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 110;
    width: 100%;
    background: #222221;
    height: 14rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.p-nav_navbar .container,
.p-nav_navbar .row {
    height: 100%
}

.p-nav_navbar_left {
    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
}

.p-nav_navbar_left .bouton {
    margin-left: 2vw;
    height: 5rem
}

.p-nav__logo {
    height: auto;
    width: 26rem;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.p-nav__logo:hover {
    opacity: .5
}

@-webkit-keyframes button {
    from {
        left: 0;
        right: auto;
        width: 28px
    }

    1% {
        right: 0;
        left: auto;
        width: 28px
    }

    50% {
        right: 0;
        left: auto;
        width: 0%
    }

    51% {
        left: 0;
        right: auto;
        width: 0%
    }

    to {
        left: 0;
        right: auto;
        width: 28px
    }
}

@-o-keyframes button {
    from {
        left: 0;
        right: auto;
        width: 28px
    }

    1% {
        right: 0;
        left: auto;
        width: 28px
    }

    50% {
        right: 0;
        left: auto;
        width: 0%
    }

    51% {
        left: 0;
        right: auto;
        width: 0%
    }

    to {
        left: 0;
        right: auto;
        width: 28px
    }
}

@keyframes button {
    from {
        left: 0;
        right: auto;
        width: 28px
    }

    1% {
        right: 0;
        left: auto;
        width: 28px
    }

    50% {
        right: 0;
        left: auto;
        width: 0%
    }

    51% {
        left: 0;
        right: auto;
        width: 0%
    }

    to {
        left: 0;
        right: auto;
        width: 28px
    }
}

.p-nav #bt-menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5px;
    z-index: 1;
    margin: auto;
    width: 28px;
    height: 28px
}

.p-nav #bt-menu .barre {
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.p-nav #bt-menu .barre:nth-child(2) {
    position: absolute;
    top: 12px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease;
    transition: top .3s ease .3s, -webkit-transform .3s ease;
    -o-transition: top .3s ease .3s, -o-transform .3s ease;
    transition: top .3s ease .3s, transform .3s ease;
    transition: top .3s ease .3s, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.p-nav #bt-menu .barre:nth-child(3) {
    position: absolute;
    top: 19px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1
}

.p-nav #bt-menu:hover .barre {
    -webkit-animation: button .5s ease;
    -o-animation: button .5s ease;
    animation: button .5s ease
}

.p-nav #bt-menu:hover .barre:nth-child(3) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.p-nav #bt-menu:hover .barre:nth-child(2) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.p-nav_social {
    width: -webkit-calc(7.5vw + 15px);
    width: calc(7.5vw + 15px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 100;
    padding-bottom: 20vh;
    height: 100vh
}

.p-nav_social_link,
.p-nav_social_link:focus {
    color: #078fc4;
    font-size: 14px;
    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: 100%;
    margin-bottom: 25px
}

.p-nav_social_link [class^=icon-],
.p-nav_social_link:focus [class^=icon-] {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    -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: 16px;
    height: 16px
}

.p-nav_social_link:focus:hover,
.p-nav_social_link:hover {
    color: #fff
}

.p-nav_menu {
    background: #161615;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 100;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease-out .5s;
    -o-transition: all .6s ease-out .5s;
    transition: all .6s ease-out .5s
}

.p-nav_menu_left,
.p-nav_menu_right {
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 5
}

.p-nav_menu_left {
    padding: 8rem 30px 0 0px
}

.p-nav_menu_left_bottom {
    margin: 0 -30px;
    background: #222221;
    padding: 0 30px;
    height: 60px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.p-nav_menu_right_bottom {
    height: 60px;
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.p-nav_menu_right_bottom_link {
    height: 100%;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #078fc4;
    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;
    padding: 0 30px;
    color: #161615;
    font-size: 3rem
}

.p-nav_menu_right_bottom_link:hover {
    background: #fff;
    color: #078fc4
}

.p-nav_menu_nav {
    font-size: 4rem;
    color: #fff;
    padding: 7vh 0
}

.p-nav_menu_nav li {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(10rem);
    -ms-transform: translateY(10rem);
    -o-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0;
    position: relative
}

.p-nav_menu_nav li:before {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: auto;
    z-index: 1;
    opacity: 0;
    margin: auto;
    border-left: solid 5px;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-top: solid 5px transparent
}

.p-nav_menu_nav li.active {
    color: #078fc4
}

.p-nav_menu_nav li.active:before {
    opacity: 1;
    left: -15px
}

.p-nav_menu_nav li a:not(.bouton):hover {
    color: #078fc4
}

.p-nav_menu_nav_buttons {
    margin-top: 50px
}

.p-nav_menu_nav_buttons .bouton+.bouton {
    margin-top: 15px
}

.p-nav_menu_social {
    text-align: center;
    width: 100%
}

.p-nav_menu_social_link {
    color: #078fc4;
    font-size: 14px
}

.p-nav_menu_social_link:hover {
    color: #fff
}

.p-nav_menu_social_link+.p-nav_menu_social_link {
    margin-left: 30px
}

.p-nav_menu_social_link [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    -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: 16px;
    height: 16px
}

.p-nav_menu_shortcuts {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    height: 60vh
}

.p-nav_menu_shortcuts_item {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    height: 50%;
    width: 100%;
    overflow: hidden;
    background: #161615;
    opacity: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.p-nav_menu_shortcuts__img {
    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%);
    height: 110%;
    width: auto;
    opacity: .3
}

.p-nav_menu_shortcuts__content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 2;
    padding: 0 30px
}

.p-nav_menu_shortcuts__title {
    margin-bottom: 5rem;
    color: #078fc4;
    text-transform: uppercase
}

.p-nav_menu_shortcuts__title br {
    display: none
}

.p-nav_devis {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 100;
    width: -webkit-calc(7.5% + 15px);
    width: calc(7.5% + 15px);
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.p-nav_mag {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 50%;
    right: 0;
    z-index: 115
}

.p-nav_mag_menu {
    height: 14rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 16px;
    padding-right: -webkit-calc(15% + 15px);
    padding-right: calc(15% + 15px)
}

.p-nav_mag_menu li {
    color: #fff
}

.p-nav_mag_menu li+li {
    margin-left: 30px
}

.p-nav_mag_menu li.active a {
    color: #078fc4
}

.p-nav_mag_menu li:hover a {
    opacity: .35
}

.p-nav.ouvert #bt-menu .barre {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    -o-transition: top .3s ease 0s, -o-transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s, -webkit-transform .3s ease .3s, -o-transform .3s ease .3s
}

.p-nav.ouvert #bt-menu .barre:nth-child(2),
.p-nav.ouvert #bt-menu .barre:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    transition: top .3s ease 0s, -webkit-transform .3s ease .3s;
    -o-transition: top .3s ease 0s, -o-transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s;
    transition: top .3s ease 0s, transform .3s ease .3s, -webkit-transform .3s ease .3s, -o-transform .3s ease .3s
}

.p-nav.ouvert #bt-menu:hover .barre {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.p-nav.ouvert .p-nav_mag_menu {
    opacity: 0
}

.p-nav.ouvert .p-nav_menu {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    overflow: auto
}

.p-nav.ouvert .p-nav_menu_left_bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.p-nav.ouvert .p-nav_menu_right_bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.p-nav.ouvert .p-nav_menu_nav li {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(1) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(4) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(5) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(6) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(7) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(8) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(9) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.p-nav.ouvert .p-nav_menu_nav li:nth-child(10) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.p-nav.ouvert .p-nav_menu_shortcuts_item {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.p-nav.ouvert .p-nav_menu_shortcuts_item:nth-child(1) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.p-nav.ouvert .p-nav_menu_shortcuts_item:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.p-nav.fixed .p-nav_navbar {
    height: 10rem;
    background: #161615
}

.p-nav.fixed .p-nav_mag_menu {
    height: 10rem
}

.p-nav.fixed .p-nav__logo {
    height: auto;
    width: 22rem
}

.p-nav.fixed .p-nav_devis {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
}

.p-nav.fixed .mag__breadcrumb {
    top: 10rem
}

.p-shortcuts {
    position: relative;
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#161615), to(#242b24));
    background: -webkit-linear-gradient(left, #161615, #242b24);
    background: -o-linear-gradient(left, #161615, #242b24);
    background: linear-gradient(to right, #161615, #242b24)
}

.p-shortcuts_item {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #161615
}

.p-shortcuts_item:hover .p-shortcuts__img {
    opacity: .2
}

.p-shortcuts__img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    opacity: .5;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.p-shortcuts__text {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-shortcuts__title {
    margin-bottom: 5rem;
    color: #fff;
    text-align: center;
    letter-spacing: .1em
}

.p-instagram {
    width: 100%;
    padding-bottom: 15rem;
    background: #222221
}

.p-instagram_item {
    width: 50%
}

.p-instagram_item_wrapper {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    border: solid 1px #222221
}

.p-instagram_item_wrapper img {
    height: 101%;
    width: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-instagram_item_button {
    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: 40px;
    height: 40px;
    background: #078fc4;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    z-index: 2
}

.p-instagram_item_button [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 21px;
    -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: 21px;
    height: 21px
}

.p-instagram_item_button:hover {
    background: #078fc4
}

.p-references {
    padding: 14rem 0;
    background: #222221
}

.p-references_title {
    text-align: center
}

.p-references_content {
    margin-top: 8rem
}

.p-references_content img {
    max-width: 27%;
    height: auto;
    margin-bottom: 30px
}

.accueil .p-header_bg {
    background-image: url(../img/header/homepage.jpg)
}

.lot .p-header_bg {
    background-image: url(../img/header/sublimcar-lot.jpg)
}

.presentation .p-header_bg {
    background-image: url(../img/header/presentation-sublimcar.jpg)
}

.audiovisuel .p-header_bg {
    background-image: url(../img/header/installateur-audio-voiture.jpg)
}

.services .p-header_bg {
    background-image: url(../img/header/services-et-produits.jpg)
}

.jantes .p-header_bg {
    background-image: url(../img/header/services-et-produits.jpg)
}

.sieges .p-header_bg {
    background-image: url(../img/services/nettoyage-sieges.jpg)
}

.carrosserie .p-header_bg {
    background-image: url(../img/services/renovation-carrosserie.jpg)
}

.location .p-header_bg {
    background-image: url(../img/services/location-voiture.jpg)
}

.mariage .p-header_bg {
    background-image: url(../img/services/voiture-cobra.jpg)
}

.detailing .p-header_bg {
    background-image: url(../img/atelier/nettoyage-interieur-sublimcar.jpg)
}

.covering .p-header_bg {
    background-image: url(../img/atelier/covering-sublimcar.jpg)
}

.desinfection .p-header_bg {
    background-image: url(../img/particuliers/desinfection-et-sterilisation-habitacle.jpg)
}

.services_cards {
    padding: 15rem 0;
    background: #161615
}

.services_cards .c-formules {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.services_cards .row:hover .c-formules {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    opacity: .6
}

.services_cards .row:hover .c-formules:hover {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
}

.services_details-formules {
    padding: 0 0 0rem 0;
    background: #161615
}

.services_details-formules_label {
    color: #078fc4;
    font-size: 125%;
    display: block;
    margin-bottom: 5rem
}

.services_details-formules_content+.services_details-formules_content {
    margin-top: 50px
}

.services_details-formules_content p {
    font-size: 14px
}

.services_details-formules_detail {
    padding: 25px 0 10px;
    border-bottom: solid 1px #078fc4
}

.services_details-formules_detail+.services_details-formules_detail {
    margin-top: 2%
}

.services_details-formules_detail_label {
    color: #fff;
    font-size: 16px
}

.services_details-formules_detail_price {
    text-align: right;
    font-size: 18px;
    color: #fff;
    position: relative
}

.services_details-formules_detail__subprice {
    display: inline-block;
    font-size: 11px;
    color: #078fc4;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    z-index: 1
}

.services_details-formules_conditions {
    margin-top: 10rem;
    color: rgba(255, 255, 255, .5);
    font-size: 80%
}

.realisations .p-header_bg {
    background-image: url(../img/header/nos-realisations.jpg)
}

.atelier .p-header_bg {
    background-image: url(../img/header/atelier.jpg)
}

.atelier_content {
    position: relative;
    background: #161615
}

.atelier_content_wrapper {
    position: relative;
    z-index: 5;
    height: 450px
}

.atelier_content_nav {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10;
    background: #161615
}

.atelier_content_nav_item {
    background: #222221;
    width: 100%;
    height: 10rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    padding: 0 4rem;
    font-size: 14px
}

.atelier_content_nav_item .icon-arrow-plain {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    -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: 12px;
    height: 12px
}

.atelier_content_nav_item+.atelier_content_nav_item {
    border-top: solid 1px rgba(255, 255, 255, .5)
}

.atelier_content_nav_item.active,
.atelier_content_nav_item:hover {
    background: #078fc4
}

.atelier_prestation {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    height: 100%
}

.atelier_prestation.active {
    opacity: 1;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10
}

.atelier_prestation_bg {
    height: 101%;
    width: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.atelier_prestation_dots {
    width: 360px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.atelier_prestation_dots_button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #078fc4;
    position: relative;
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10
}

.atelier_prestation_dots_button:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    bottom: auto;
    left: auto;
    right: -5px;
    z-index: 0;
    background: #078fc4;
    border-radius: 50%;
    opacity: .5;
    -webkit-animation: zoom-in-out 3s infinite;
    -o-animation: zoom-in-out 3s infinite;
    animation: zoom-in-out 3s infinite
}

.atelier_prestation_dots_button.active,
.atelier_prestation_dots_button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background: #078fc4
}

.atelier_prestation_dots_button.active:before,
.atelier_prestation_dots_button:hover:before {
    background: #078fc4
}

.atelier_prestation_dots_button[data-target=plastiques] {
    right: 5%;
    top: 30%
}

.atelier_prestation_dots_button[data-target=coffre] {
    left: 5%;
    top: 50%
}

.atelier_prestation_dots_button[data-target=volant] {
    right: 30%;
    top: 10%
}

.atelier_prestation_dots_button[data-target=sieges] {
    left: 60%;
    bottom: 5%
}

.atelier_prestation_dots_button[data-target=moquettes] {
    right: 5%;
    bottom: 3%
}

.atelier_prestation_dots_button[data-target=lustrage] {
    left: 5%;
    top: 45%
}

.atelier_prestation_dots_button[data-target=carrosserie] {
    right: 10%;
    top: 35%
}

.atelier_prestation_dots_button[data-target=vitres] {
    right: 50%;
    top: 25%
}

.atelier_prestation_dots_button[data-target=phares] {
    right: 25%;
    top: 50%
}

.atelier_prestation_dots_button[data-target=pneus] {
    right: 45%;
    bottom: 15%
}

.atelier_prestation_text {
    padding: 0 15px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    opacity: 0;
    margin-top: 50px;
    position: absolute
}

.atelier_prestation_text.active {
    opacity: 1;
    margin-top: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    position: relative
}

.atelier_prestation_text_volet {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 15;
    width: 0%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
    overflow: hidden
}

.atelier_prestation_text_volet.active {
    width: 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.atelier_prestation_text_title {
    display: inline-block;
    color: #078fc4;
    font-size: 125%;
    margin-bottom: 3rem
}

.particuliers .p-header_bg {
    background-image: url(../img/header/services-particuliers.jpg)
}

.mag .p-header {
    min-height: 14rem;
    height: 14rem;
    max-height: 14rem;
    background: #222221
}

.mag .p-nav {
    background: #222221
}

.mag #section-top {
    background: #222221
}

.mag_content {
    padding-top: 7rem;
    padding-bottom: 10rem
}

.mag_content_title {
    margin-bottom: 5rem;
    font-size: 4.5rem
}

.mag_content_title_sub {
    display: block;
    margin-top: 10px;
    font-size: 50%;
    color: rgba(255, 255, 255, .5)
}

.mag__breadcrumb {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10;
    top: 14rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px 0;
    font-size: 11px;
    background: #161615
}

.mag__breadcrumb nav {
    color: #fff
}

.mag__breadcrumb nav a {
    display: inline-block;
    margin: 0 5px
}

.mag__breadcrumb nav a:last-child {
    color: rgba(255, 255, 255, .5)
}

.professionnels .p-header_bg {
    background-image: url(../img/header/services-professionnels.jpg)
}

.franchise .p-header_bg {
    background-image: url(../img/header/devenir-licence.jpg)
}

.franchise_number {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    width: 10rem;
    height: 10rem;
    background: #078fc4;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 10
}

.franchise_academy {
    background: #222221;
    padding: 12rem 0;
    position: relative
}

.franchise_academy_title {
    text-align: center
}

.franchise_academy_subtitle {
    text-align: center;
    color: #fff;
    margin-top: 20px
}

.franchise_academy_intro {
    text-align: center
}

.franchise_academy_stages {
    margin-top: 8rem
}

.franchise_academy_stages_title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8rem
}

.franchise_academy_stages_item {
    margin-bottom: 8rem
}

.franchise_academy_stages_item+.franchise_academy_stages_item {
    border-top: solid 1px #fff;
    padding-top: 6rem
}

.franchise_academy_stages__image {
    border-radius: 50%;
    display: block;
    width: 150px;
    margin: auto;
    margin-bottom: 5rem
}

.franchise_academy_stages__title {
    display: block;
    text-align: center;
    margin-bottom: 5rem
}

.franchise_academy_stages__text {
    text-align: center
}

.franchise_academy_stages_text {
    text-align: center;
    font-size: 125%
}

.franchise_modalites {
    padding: 15rem 0;
    background: #161615
}

.franchise_modalites_title {
    text-align: center;
    margin-bottom: 6rem
}

.franchise_modalites_item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    background: #222221
}

.franchise_modalites_item:nth-child(1),
.franchise_modalites_item:nth-child(2) {
    margin-bottom: 30px
}

.franchise_modalites_item_content {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.franchise_modalites_item_number {
    color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 3rem;
    bottom: auto;
    left: auto;
    right: 3rem;
    z-index: 1
}

.franchise_modalites_item_text {
    display: block;
    position: absolute;
    top: 45%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 3rem
}

.franchise_modalites_item__price {
    color: #078fc4
}

.franchise_form {
    padding: 15rem 0;
    background: #161615
}

.franchise_form_title {
    text-align: center;
    margin-bottom: 6rem;
    color: #078fc4
}

.franchise_form_text {
    margin-bottom: 10rem;
    text-align: center
}

.franchise_form_subtitle {
    margin-bottom: 6rem;
    text-align: center
}

.franchise_form_formulaire {
    position: relative
}

.franchise_form .c-formulaire textarea {
    padding-top: 12px;
    height: 180px
}

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

.contact_map {
    width: 100%;
    height: 90vh;
    background: #222221
}

.contact_map .gm-style .gm-style-iw-c {
    background: #161615 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.contact_map .gm-ui-hover-effect {
    background: #078fc4 !important;
    opacity: 1 !important;
    top: 0 !important;
    right: 0 !important
}

.contact_map .gm-style .gm-style-iw-t::after {
    background: -webkit-linear-gradient(45deg, #161615 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(45deg, #161615 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #161615 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%)
}

.contact_map .gm-style-pbc {
    background-color: rgba(0, 0, 0, .6) !important
}

.contact_map .gm-style-pbc .gm-style-pbt {
    text-align: center
}

.contact_map_infobulle {
    padding: 3rem
}

.contact_map_infobulle_text {
    font-size: 14px;
    line-height: 1.5
}

.contact_map__title {
    color: #078fc4;
    font-size: 18px
}

.contact_map_legend {
    background: #fff;
    padding: 25px 0
}

.contact_map_legend_item {
    color: #161615;
    width: 100%;
    font-size: 12px;
    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
}

.contact_map_legend_item+.contact_map_legend_item {
    margin-top: 4rem
}

.contact_map_legend_item [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 30px;
    -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: 30px;
    height: 30px;
    margin-right: 20px
}

.contact_form {
    background: #222221;
    padding: 15rem 0
}

.contact_form_title {
    margin-bottom: 8rem
}

.legals .p-header_bg {
    background: #161615
}

.legals_texte {
    padding: 10rem 0;
    background: #222221
}

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

.legals__title {
    color: #078fc4;
    font-size: 18px
}

.erreur404 .p-header_bg {
    background: #222221
}

@keyframes left-right {
    from {
        left: 0
    }

    25% {
        left: -5px
    }

    75% {
        left: 5px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes bounce {
    25% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes bounce {
    25% {
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

    50% {
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    75% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    25% {
        -webkit-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

    50% {
        -webkit-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    75% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in-out {
    10% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

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

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes zoom-in-out {
    10% {
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

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

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-out {
    10% {
        -webkit-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

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

    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.c-transition {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    background: #161615;
    width: 100%;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.c-transition.under {
    z-index: -1
}

.c-transition.first {
    opacity: 1
}

.c-transition.first.anim.remove {
    -webkit-transition: all .75s ease-in .5s;
    -o-transition: all .75s ease-in .5s;
    transition: all .75s ease-in .5s;
    opacity: 0
}

.c-transition.active {
    opacity: 1
}

.c-transition.active.remove {
    -webkit-transition: all .75s ease-in .5s;
    -o-transition: all .75s ease-in .5s;
    transition: all .75s ease-in .5s;
    opacity: 0
}

.p-header_titre .h1 {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.p-header_subtitle {
    -webkit-transition: all .75s ease .25s;
    -o-transition: all .75s ease .25s;
    transition: all .75s ease .25s
}

#wrapper.active .p-header_titre .h1 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

#wrapper.active .p-header_subtitle {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.masked,
.masked * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.fadeIn {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1
}

.fadeIn.masked {
    opacity: 0
}

.zoomIn {
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    opacity: 1
}

.zoomIn.masked {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.zoomOut {
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    opacity: 1
}

.zoomOut.masked {
    opacity: 0;
    -webkit-transform: scale(130%);
    -ms-transform: scale(130%);
    -o-transform: scale(130%);
    transform: scale(130%)
}

.slideFromBottom,
.slideFromBottom-double,
.slideFromBottom-half,
.slideFromBottom-quarter {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.slideFromBottom-double.masked,
.slideFromBottom-half.masked,
.slideFromBottom-quarter.masked,
.slideFromBottom.masked {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.slideFromBottom-half.masked {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.slideFromBottom-double.masked {
    opacity: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%)
}

.slideFromBottom-quarter.masked {
    opacity: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%)
}

.slideFromLeft,
.slideFromLeft-double,
.slideFromLeft-half,
.slideFromLeft-quarter {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.slideFromLeft-double.masked,
.slideFromLeft-half.masked,
.slideFromLeft-quarter.masked,
.slideFromLeft.masked {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.slideFromLeft-half.masked {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.slideFromLeft-double.masked {
    opacity: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%)
}

.slideFromLeft-quarter.masked {
    opacity: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%)
}

.slideFromRight,
.slideFromRight-double,
.slideFromRight-half,
.slideFromRight-quarter {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.slideFromRight-double.masked,
.slideFromRight-half.masked,
.slideFromRight-quarter.masked,
.slideFromRight.masked {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.slideFromRight-half.masked {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.slideFromRight-double.masked {
    opacity: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%)
}

.slideFromRight-quarter.masked {
    opacity: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%)
}

.c-block-content {
    background: #161615;
    padding-bottom: 15rem;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1
}

.c-block-content:nth-child(2n) {
    background: #222221
}

.c-block-content_anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -10rem;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1
}

.c-block-content_img_wrapper {
    padding: 30px;
    overflow: hidden
}

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

.c-block-content_img_wrapper_text {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 50%;
    z-index: 1;
    -webkit-transform: translate(50%, -20%);
    -ms-transform: translate(50%, -20%);
    -o-transform: translate(50%, -20%);
    transform: translate(50%, -20%);
    font-size: 28rem;
    line-height: 1;
    color: #fff;
    opacity: .15
}

.c-block-content_text .bouton {
    margin-top: 8rem
}

.c-block-content__ffpea {
    display: none
}

.c-block-content__logomark {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17rem;
    -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: 17rem;
    height: 17rem;
    color: #078fc4;
    position: absolute;
    top: -8.5rem;
    bottom: auto;
    left: -webkit-calc(50% - 8.5rem);
    left: calc(50% - 8.5rem);
    right: auto;
    z-index: 2
}

.c-block-content--products {
    padding-bottom: 15rem
}

.c-block-content--realisation .c-block-content_img {
    padding: 30px
}

.c-block-content--realisation .c-block-content_gallery .slick-list,
.c-block-content--realisation .c-block-content_gallery .slick-track {
    height: 100%
}

.c-block-content--realisation .c-block-content_gallery .slick-slide {
    position: relative
}

.c-block-content--realisation .c-block-content_gallery .slick-slide img {
    width: 100%;
    height: auto
}

.c-block-content--realisation .c-block-content_gallery .slick-slide .caption {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    z-index: 10;
    padding: 5rem;
    font-size: 5rem
}

.c-block-content--realisation .c-block-content_gallery_button {
    width: 8rem;
    height: 8rem;
    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: #078fc4;
    color: #161615;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1
}

.c-block-content--realisation .c-block-content_gallery_button .icon-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.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: 2.5rem;
    height: 2.5rem
}

.c-block-content--realisation .c-block-content_gallery_button:hover {
    background: #078fc4
}

.c-block-content--realisation .c-block-content_gallery_button.prev {
    right: 8rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-block-content--realisation .c-block-content_text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-block-content--realisation .c-block-content_text_container,
.c-block-content--realisation .c-block-content_text_container .row {
    height: 50vw
}

.c-block-content--realisation.c-block-content--right .c-block-content_gallery_button {
    left: 8rem;
    right: auto
}

.c-block-content--realisation.c-block-content--right .c-block-content_gallery_button.prev {
    left: 0;
    right: auto
}

.c-block-content--alt .c-block-content_visuel_wrapper {
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.c-block-content--alt .c-block-content_visuel_wrapper img {
    width: 100%;
    height: auto
}

.c-block-content--alt .c-block-content_text_number {
    font-size: 18rem;
    color: transparent;
    -webkit-text-stroke: 2px #078fc4;
    position: absolute;
    top: -17rem;
    bottom: auto;
    left: auto;
    right: 10px;
    z-index: 1;
    line-height: 1;
    text-align: right
}

.c-block-content_nav {
    width: 100%;
    height: 9rem;
    background: #222221;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.c-block-content_nav_content {
    height: 9rem
}

.c-block-content_nav_button {
    background: 0 0;
    color: #078fc4;
    width: 9rem;
    height: 9rem
}

.c-block-content_nav_button [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 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: 5rem;
    height: 5rem
}

.c-block-content_nav_button:hover {
    background: rgba(255, 255, 255, .1)
}

.c-block-content_nav_button.active {
    background: #078fc4;
    color: #222221
}

.c-block-content_nav.unvisible {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.c-block-content--mosaic {
    padding-top: 0;
    padding-bottom: 0
}

.c-block-content--mosaic .container .bouton {
    margin-top: 0
}

.c-block-content--mosaic .c-block-content_mosaic {
    margin-top: 50px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10
}

.c-block-content--mosaic .c-block-content_mosaic_item {
    display: block;
    width: 50%;
    height: auto;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.c-block-content--mosaic .c-block-content_mosaic_item p {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px
}

.c-block-content--mosaic .c-block-content_mosaic_item p [class^=icon-] {
    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-block-content--mosaic .c-block-content_mosaic__img {
    width: 100%;
    height: auto;
    opacity: .45
}

.c-block-content--mosaic .c-block-content_mosaic:hover .c-block-content_mosaic_item {
    opacity: .35
}

.c-block-content--mosaic .c-block-content_mosaic:hover .c-block-content_mosaic_item:hover {
    opacity: 1
}

.c-bloc-pictos {
    background: #222221;
    padding: 10rem 0
}

.c-bloc-pictos_item {
    margin-bottom: 7rem;
    color: #078fc4;
    text-align: center
}

.c-bloc-pictos_item [class*=icon-] {
    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;
    margin-bottom: 3rem
}

.c-bloc-pictos_item .h2 {
    text-align: center
}

.c-formules {
    position: relative
}

.c-formules+.c-formules {
    margin-top: 50px
}

.c-formules_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    background: #161615
}

.c-formules_img img {
    width: 100%;
    height: auto;
    opacity: .15;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-formules_content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 5;
    padding: 5rem 3rem
}

.c-formules_title {
    margin-bottom: 12rem
}

.c-formules_detail {
    padding: 25px 0 10px;
    border-bottom: solid 1px #078fc4
}

.c-formules_detail_label {
    color: #c7c7c7;
    font-size: 16px
}

.c-formules_detail_price {
    text-align: right;
    font-size: 18px;
    color: #fff;
    position: relative
}

.c-formules_detail__subprice {
    display: inline-block;
    font-size: 11px;
    color: #078fc4;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    z-index: 1
}

.c-formules_conditions {
    text-align: center;
    margin-top: 5rem;
    font-size: 12px
}

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

.c-formulaire_field {
    position: relative;
    margin-bottom: 30px
}

.c-formulaire_field .form-radio {
    position: relative;
    padding-left: 30px
}

.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-size: 12px;
    line-height: 1.25;
    color: #fff;
    cursor: pointer;
    margin: 0
}

.c-formulaire_field .form-radio label:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: solid 2px #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.c-formulaire_field .form-radio label:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .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: #fff;
    opacity: 1
}

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

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

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

.c-formulaire_field :-ms-input-placeholder {
    color: #fff;
    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 .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: solid 2px #fff;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 50px
}

.c-formulaire_field input[type=email]:focus,
.c-formulaire_field input[type=tel]:focus,
.c-formulaire_field input[type=text]:focus,
.c-formulaire_field textarea:focus {
    background: rgba(255, 255, 255, .2)
}

.c-formulaire_field textarea {
    padding-top: 12px;
    height: 180px
}

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

.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;
    min-width: 190px;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: solid 2px #fff;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding: 0 42px 0 20px;
    position: relative
}

.c-formulaire_field .dropdown-toggle .dropdown-toggle-btn:focus {
    background: rgba(255, 255, 255, .2)
}

.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: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px
}

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

.c-formulaire_field .dropdown-toggle ul.dropdown li button:hover {
    opacity: .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 .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .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: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out
}

.c-formulaire_field.error::after {
    height: 15px;
    margin: 5px;
    content: attr(data-message);
    color: rgba(255, 255, 255, .5);
    opacity: 1;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .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: #161615;
    color: #fff;
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    font-size: 14px
}

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

.c-formulaire_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1000;
    width: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.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 .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

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

.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
}

.c-text-banner {
    position: relative;
    background: #161615;
    padding: 10rem 0
}

.c-text-banner_text {
    text-align: center
}

.c-text-banner--alt {
    background: #078fc4
}

.c-text-banner--alt .c-text-banner_text {
    font-size: 5rem;
    color: #222221;
    text-transform: uppercase
}

.c-actu {
    position: relative
}

.c-actu_wrapper {
    margin: 0 0
}

.c-actu__img {
    position: relative;
    padding-bottom: 110%;
    overflow: hidden;
    margin-bottom: 6rem;
    background: #161615
}

.c-actu__img img {
    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%);
    height: 100%;
    width: auto;
    opacity: .25
}

.c-actu__img_text {
    position: absolute;
    top: 60%;
    bottom: auto;
    left: 4rem;
    right: 4rem;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-actu__title {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.5rem
}

.c-actu__date {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    margin-top: 20px;
    margin-bottom: 20px
}

.c-actu_text {
    display: inline-block
}

.c-actu_categories {
    margin-top: 15px
}

.c-actu__category {
    display: inline-block;
    background: #078fc4;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-right: 10px;
    position: absolute;
    top: -40px;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 5
}

.c-actu__category:hover {
    background: #078fc4;
    color: #fff
}

.c-actu__tags {
    display: inline-block;
    padding: 5px 10px 3px;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin: 0 10px 10px 0;
    border: solid 1px
}

.c-actu__tags:hover {
    opacity: .5;
    color: #fff
}

.c-actu__tags.moyen {
    padding: 7px 12px 5px;
    font-size: 14px
}

.c-actu__tags.grand {
    padding: 9px 15px 7px;
    font-size: 16px
}

.c-actu__preview {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6rem
}

.c-actu__link {
    display: none;
    font-size: 12px;
    color: #078fc4;
    margin-top: 20px
}

.c-actu__subtitle {
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-bottom: 6rem
}

.c-actu__text {
    font-size: 14px;
    margin-bottom: 6rem;
    line-height: 1.66;
    color: rgba(255, 255, 255, .5)
}

.c-actu__figure {
    margin-bottom: 6rem;
    width: 100%;
    height: auto
}

.c-actu__video {
    display: block;
    margin-bottom: 6rem;
    width: 100%;
    height: 45rem
}

.c-actu__button {
    text-align: center;
    margin-bottom: 6rem
}

.c-actu__cta {
    border-top: solid 1px rgba(255, 255, 255, .5);
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    margin-bottom: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0
}

.c-actu__cta_img {
    width: 100%;
    margin-bottom: 3rem;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative
}

.c-actu__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%)
}

.c-actu__cta_text {
    width: 100%;
    font-size: 14px
}

.c-actu__cta__title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px
}

.c-actu__cta__content {
    display: inline-block;
    margin-bottom: 15px
}

.c-actu__cta .bouton,
.c-actu__cta .bouton:focus {
    height: 40px;
    line-height: 40px;
    font-size: 12px
}

.c-actu__gallery {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 6rem;
    border: solid 1px #078fc4
}

.c-actu__gallery .slick-next,
.c-actu__gallery .slick-prev {
    width: 6rem;
    height: 6rem;
    background: #078fc4;
    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)
}

.c-actu__gallery .slick-next:before,
.c-actu__gallery .slick-prev:before {
    display: none
}

.c-actu__gallery .slick-next:after,
.c-actu__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%)
}

.c-actu__gallery .slick-next {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.c-actu__gallery .slick-slide .wrapper {
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    position: relative;
    overflow: hidden
}

.c-actu__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)
}

.c-actu_comments {
    margin-top: 10rem;
    padding-top: 5rem;
    border-top: solid 1px rgba(255, 255, 255, .25)
}

.c-actu_comments_title {
    font-size: 18px;
    color: #078fc4;
    margin-bottom: 30px
}

.c-actu_comments_content {
    border-top: solid 1px rgba(255, 255, 255, .5);
    padding-top: 20px;
    margin-bottom: 30px
}

.c-actu__comment {
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    padding-bottom: 15px
}

.c-actu__comment_title {
    font-size: 13px;
    color: rgba(255, 255, 255, .5)
}

.c-actu__comment_text {
    font-size: 14px;
    color: #078fc4;
    margin-top: 10px
}

.c-actu__comment__date {
    color: rgba(255, 255, 255, .5);
    font-size: 12px
}

.c-actu__form {
    margin-top: 6rem
}

.c-actu__social .bouton,
.c-actu__social .bouton:focus {
    height: 40px
}

.c-actu__social_links {
    min-width: 100%;
    margin-top: 15px
}

.c-actu__social_links .bt-share {
    width: 45px;
    height: 30px;
    display: inline-block;
    background: #3b5998;
    color: #fff;
    border-radius: 20px;
    position: relative
}

.c-actu__social_links .bt-share.twitter {
    background: #21aaf5
}

.c-actu__social_links .bt-share.linkedin {
    background: #0e76a8
}

.c-actu__social_links .bt-share [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;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto
}

.c-actu__social_links .bt-share+.bt-share {
    margin-left: 3px
}

.c-actu__social_links .bt-share:hover {
    opacity: 1 !important
}

.c-actu__social_links:hover .bt-share {
    opacity: .5
}

.c-actu_similar {
    margin-top: 6rem
}

.c-actu_similar_head {
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    padding-bottom: 20px;
    margin-bottom: 3rem;
    position: relative
}

.c-actu_similar_head .c-actu__subtitle {
    margin: 0
}

.c-actu_similar_head #arrow-left,
.c-actu_similar_head #arrow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -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: 30px;
    height: 30px;
    color: #fff;
    border: solid 1px;
    border-radius: 50%;
    cursor: pointer
}

.c-actu_similar_head #arrow-left [class^=icon-],
.c-actu_similar_head #arrow-right [class^=icon-] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    -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: 13px;
    height: 13px;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.c-actu_similar_head #arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 40px
}

.c-actu_similar_carousel {
    margin: 0 -15px
}

.c-actu_similar_carousel .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.c-actu_similar_carousel .slick-slide {
    height: inherit !important
}

.c-articles--une {
    margin-bottom: -webkit-calc(10rem - 30px);
    margin-bottom: calc(10rem - 30px)
}

.c-articles--wrapper {
    margin: 0 0;
    padding: 30px 3rem;
    background: #161615;
    margin-top: 5rem
}

.c-articles--plus-lus {
    margin-top: 6rem
}

.c-articles--plus-lus_title {
    color: #078fc4;
    opacity: 1;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.c-articles--plus-lus_title:after {
    content: '+';
    display: block;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    top: -5px;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.c-articles--tags {
    margin-top: 6rem
}

.c-articles--tags .c-articles--wrapper {
    padding-bottom: 20px
}

.c-articles--categorytop {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.c-articles--list {
    margin: 0 0;
    margin-top: 7rem;
    background: #161615;
    padding: 3rem
}

.c-article {
    position: relative
}

.c-article p {
    opacity: 1
}

.c-article__img {
    position: relative;
    overflow: hidden;
    background: #161615
}

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

.c-article_text {
    display: inline-block
}

.c-article__category,
.c-article__category:focus {
    display: inline-block;
    background: #078fc4;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px
}

.c-article__category:focus:hover,
.c-article__category:hover {
    background: #078fc4;
    color: #fff
}

.c-article__title {
    font-size: 14px;
    color: #fff;
    margin: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.c-article__date {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    margin-top: 20px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.c-article__preview {
    display: none;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    margin-top: 20px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.c-article__link {
    display: none;
    font-size: 12px;
    color: #078fc4;
    margin-top: 20px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.c-article__tags {
    display: inline-block;
    padding: 5px 10px 3px;
    border-radius: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    line-height: 1;
    margin: 0 10px 10px 0;
    border: solid 1px
}

.c-article__tags:hover {
    color: #078fc4
}

.c-article__tags.moyen {
    padding: 7px 12px 5px;
    font-size: 14px
}

.c-article__tags.grand {
    padding: 9px 15px 7px;
    font-size: 16px
}

.c-article--une {
    overflow: hidden;
    background: #161615
}

.c-article--une .c-article__img {
    position: relative;
    overflow: hidden
}

.c-article--une .c-article__img img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.c-article--une .c-article_text {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 5rem;
    right: 5rem;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-article--une .c-article__title {
    color: #fff;
    margin: 0
}

.c-article--une .c-article__date {
    color: #fff;
    font-size: 12px;
    opacity: .8
}

.c-article--une--large {
    margin-bottom: 30px
}

.c-article--une--large .c-article__img {
    padding-bottom: 75%
}

.c-article--une--large .c-article__img img {
    height: 105%;
    width: auto
}

.c-article--une--large .c-article__title {
    font-size: 4rem
}

.c-article--une--large--category .c-article__preview {
    display: none
}

.c-article--une--large--category .c-article__img {
    padding-bottom: 90%
}

.c-article--une--large--category .c-article__img img {
    height: 110%;
    width: auto
}

.c-article--une--small+.c-article--une--small {
    margin-top: 30px
}

.c-article--une--small .c-article__img {
    padding-bottom: 60%
}

.c-article--une--small .c-article__img img {
    height: 120%;
    width: auto
}

.c-article--une--small .c-article__title {
    font-size: 3rem
}

.c-article--une:hover .c-article__img img {
    opacity: .3
}

.c-article--large {
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, .5)
}

.c-article--large+.c-article--large {
    margin-top: 30px
}

.c-article--large:last-child {
    border: none;
    padding-bottom: 15px
}

.c-article--large .c-article__img {
    margin-bottom: 15px;
    width: 100%;
    height: 40vw;
    overflow: hidden
}

.c-article--large .c-article__img img {
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    height: auto
}

.c-article--large .c-article_text {
    width: 100%;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.c-article--large .c-article__category {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 15px;
    right: auto;
    z-index: 1
}

.c-article--large:hover .c-article__img img {
    opacity: .5
}

.c-article--large:hover .c-article__date,
.c-article--large:hover .c-article__link,
.c-article--large:hover .c-article__preview,
.c-article--large:hover .c-article__title {
    opacity: .65
}

.c-article--small {
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, .5)
}

.c-article--small+.c-article--small {
    margin-top: 30px
}

.c-article--small:last-child {
    border: none;
    padding-bottom: 15px
}

.c-article--small .c-article__category {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px
}

.c-article--small .c-article__title {
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    font-size: 14px
}

.c-article--small .c-article__date {
    margin-top: 15px;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.c-article--small:hover .c-article__title {
    opacity: .5
}

.c-article--small:hover .c-article__date {
    opacity: .5
}

.c-article--card {
    background: #161615;
    overflow: hidden;
    margin-bottom: 30px
}

.c-article--card .c-article__img {
    width: 100%;
    padding-bottom: 50%
}

.c-article--card .c-article__img img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    width: 110%;
    height: auto
}

.c-article--card .c-article_text {
    width: 100%;
    padding: 3rem
}

.c-article--card .c-article__category {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 15px;
    right: auto;
    z-index: 2
}

.c-article--card .c-article__preview {
    display: block
}

.c-article--card:hover .c-article__img img {
    opacity: .5
}

.c-article--card:hover .c-article__date,
.c-article--card:hover .c-article__link,
.c-article--card:hover .c-article__preview,
.c-article--card:hover .c-article__title {
    opacity: .6
}

.c-article--card--small {
    border-radius: 0;
    margin: 0 15px;
    background: #161615;
    height: 100%;
    margin-bottom: 0
}

.c-article--card--small .c-article__img {
    padding-bottom: 40vw
}

.c-article--card--small .c-article_text {
    padding: 3rem
}

.c-article--card--small .c-article__category {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px
}

.c-article--card--small .c-article__title {
    font-size: 14px
}

.c-article--card--small .c-article__date {
    font-size: 11px
}

.c-article--card--small .c-article__link {
    display: none
}

.c-article--list-item {
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    padding-bottom: 20px
}

.c-article--list-item+.c-article--list-item {
    margin-top: 20px
}

.c-article--list-item:last-child {
    border-bottom: none
}

.c-article--list-item .c-article_text {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-article--list-item .c-article__date {
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-article--list-item .c-article__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.c-article--list-item .c-article__link {
    margin-top: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-article--list-item .c-article__link_button,
.c-article--list-item .c-article__link_button:focus {
    display: inline-block;
    background: #078fc4;
    color: #fff;
    padding: 5px 10px 3px;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.c-article--list-item:hover .c-article__title {
    opacity: .75
}

.c-article--list-item:hover .c-article__link_button {
    background: #078fc4
}

.c-article--no-articles p {
    font-size: 14px
}

@media (min-width:360px) {
    .u-big-title_title {
        font-size: -webkit-calc(5.85366vw + 6.92683px);
        font-size: calc(5.85366vw + 6.92683px)
    }
}

@media (min-width:480px) {
    .c-block-content--mosaic .c-block-content_mosaic_item {
        width: 33.33%
    }
}

@media (min-width:760px) {
    .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%
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        width: 85% !important;
        left: 7.5% !important;
        margin: 0 !important
    }

    html {
        font-size: 6.1px
    }

    div,
    p {
        font-size: 16px
    }

    .h2 {
        font-size: 20px
    }

    .h2_sub {
        margin-bottom: 4rem
    }

    .h2--alt {
        font-size: 24px
    }

    .h2--alt .h2_sub {
        font-size: 18px
    }

    .h3 {
        font-size: 18px
    }

    .h4 {
        font-size: 20px
    }

    .u-checkmark {
        padding-left: 40px
    }

    .u-checkmark:before {
        top: 5px
    }

    .p-header_subtitle {
        width: 75%
    }

    .p-header_subtitle_text {
        font-size: 16px
    }

    .p-header_subtitle_button,
    .p-header_subtitle_button:focus {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

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

    .p-footer_left {
        display: block
    }

    .p-footer_right {
        margin-top: 7rem
    }

    .p-footer_social_link {
        margin-left: 30px
    }

    .p-footer_social_link:first-child {
        margin-left: 10px
    }

    .p-footer_social_link [class^=icon-] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 14px;
        -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: 14px;
        height: 14px
    }

    .u-banner-cookies {
        padding: 40px 0
    }

    .p-nav_navbar {
        background: 0 0
    }

    .p-nav #bt-menu {
        right: auto;
        left: -webkit-calc(-3.75vw - 7.5px);
        left: calc(-3.75vw - 7.5px)
    }

    .p-nav_menu_left,
    .p-nav_menu_right {
        width: 50%;
        height: 100%
    }

    .p-nav_menu_left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 1;
        padding-left: -webkit-calc(5vw);
        padding-right: 0
    }

    .p-nav_menu_left_bottom {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0;
        height: 10rem
    }

    .p-nav_menu_right {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        z-index: 1
    }

    .p-nav_menu_right_bottom {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0;
        height: 10rem
    }

    .p-nav_menu_nav {
        height: -webkit-calc(100% - 10rem);
        height: calc(100% - 10rem);
        padding: 15vh 0
    }

    .p-nav_menu_nav li {
        -webkit-transform: translateX(-10rem);
        -ms-transform: translateX(-10rem);
        -o-transform: translateX(-10rem);
        transform: translateX(-10rem)
    }

    .p-nav_menu_social_link [class^=icon-] {
        margin-right: 20px
    }

    .p-nav_menu_shortcuts {
        height: -webkit-calc(100% - 10rem);
        height: calc(100% - 10rem)
    }

    .p-nav_menu_shortcuts_item {
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -o-transform: translateX(25%);
        transform: translateX(25%)
    }

    .p-nav_menu_shortcuts__title br {
        display: inline
    }

    .p-nav.ouvert .p-nav_menu {
        overflow: hidden
    }

    .p-nav.fixed.ouvert .p-nav_navbar {
        background: 0 0
    }

    .p-instagram_item {
        width: 25%
    }

    .p-references_content img {
        max-width: 20%;
        margin: 0 5%;
        margin-bottom: 30px
    }

    .atelier_content_wrapper {
        height: auto
    }

    .atelier_content_nav {
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        z-index: 10;
        width: 25%
    }

    .atelier_prestation {
        height: auto
    }

    .atelier_prestation_bg {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        height: auto
    }

    .atelier_prestation_dots {
        width: 100%;
        height: 100%
    }

    .atelier_prestation_dots_button[data-target=plastiques] {
        right: 30%;
        top: 33%
    }

    .atelier_prestation_dots_button[data-target=coffre] {
        left: 2%;
        top: 20%
    }

    .atelier_prestation_dots_button[data-target=volant] {
        top: 15%;
        right: 40%
    }

    .atelier_prestation_dots_button[data-target=sieges] {
        left: 15%;
        bottom: 60%
    }

    .atelier_prestation_dots_button[data-target=moquettes] {
        right: 27%
    }

    .atelier_prestation_dots_button[data-target=lustrage] {
        left: 30%;
        top: 50%
    }

    .atelier_prestation_dots_button[data-target=carrosserie] {
        right: 27%;
        top: 40%
    }

    .atelier_prestation_dots_button[data-target=vitres] {
        right: 50%;
        top: 25%
    }

    .atelier_prestation_dots_button[data-target=phares] {
        right: 35%;
        top: 50%
    }

    .atelier_prestation_dots_button[data-target=pneus] {
        right: 50%;
        bottom: 15%
    }

    .atelier_prestation_text {
        position: absolute;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 1;
        width: 45rem;
        background: #161615;
        padding: 3rem
    }

    .atelier_prestation_text.active {
        position: absolute;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 10
    }

    .atelier_prestation_text[data-id=plastiques] {
        right: 30%;
        top: 33%;
        -webkit-transform: translate(-70px, -50%);
        -ms-transform: translate(-70px, -50%);
        -o-transform: translate(-70px, -50%);
        transform: translate(-70px, -50%)
    }

    .atelier_prestation_text[data-id=coffre] {
        left: 2%;
        top: 20%;
        -webkit-transform: translate(70px, -20%);
        -ms-transform: translate(70px, -20%);
        -o-transform: translate(70px, -20%);
        transform: translate(70px, -20%)
    }

    .atelier_prestation_text[data-id=volant] {
        top: 15%;
        right: 40%;
        -webkit-transform: translate(-70px, -20%);
        -ms-transform: translate(-70px, -20%);
        -o-transform: translate(-70px, -20%);
        transform: translate(-70px, -20%)
    }

    .atelier_prestation_text[data-id=sieges] {
        left: 15%;
        top: 40%;
        -webkit-transform: translate(70px, -50%);
        -ms-transform: translate(70px, -50%);
        -o-transform: translate(70px, -50%);
        transform: translate(70px, -50%)
    }

    .atelier_prestation_text[data-id=moquettes] {
        right: 27%;
        top: 97%;
        -webkit-transform: translate(-70px, -100%);
        -ms-transform: translate(-70px, -100%);
        -o-transform: translate(-70px, -100%);
        transform: translate(-70px, -100%)
    }

    .atelier_prestation_text[data-id=lustrage] {
        left: 30%;
        top: 50%;
        -webkit-transform: translate(70px, -50%);
        -ms-transform: translate(70px, -50%);
        -o-transform: translate(70px, -50%);
        transform: translate(70px, -50%)
    }

    .atelier_prestation_text[data-id=carrosserie] {
        right: 27%;
        top: 40%;
        -webkit-transform: translate(-70px, -50%);
        -ms-transform: translate(-70px, -50%);
        -o-transform: translate(-70px, -50%);
        transform: translate(-70px, -50%)
    }

    .atelier_prestation_text[data-id=vitres] {
        right: 50%;
        top: 25%;
        -webkit-transform: translate(-70px, -30%);
        -ms-transform: translate(-70px, -30%);
        -o-transform: translate(-70px, -30%);
        transform: translate(-70px, -30%)
    }

    .atelier_prestation_text[data-id=phares] {
        right: 35%;
        top: 50%;
        -webkit-transform: translate(-70px, -50%);
        -ms-transform: translate(-70px, -50%);
        -o-transform: translate(-70px, -50%);
        transform: translate(-70px, -50%)
    }

    .atelier_prestation_text[data-id=pneus] {
        right: 50%;
        top: 95%;
        -webkit-transform: translate(-70px, -90%);
        -ms-transform: translate(-70px, -90%);
        -o-transform: translate(-70px, -90%);
        transform: translate(-70px, -90%)
    }

    .atelier_prestation_text_volet {
        width: 0;
        height: 0;
        overflow: visible;
        position: static
    }

    .mag__breadcrumb nav {
        font-size: 12px;
        display: block
    }

    .franchise_academy_stages_item {
        padding-right: 10%
    }

    .franchise_academy_stages_item+.franchise_academy_stages_item {
        padding-left: 10%;
        padding-right: 0;
        margin-top: 0;
        border-left: solid 1px #fff;
        padding-top: 0;
        border-top: none
    }

    .franchise_modalites_item {
        width: -webkit-calc(25% - 5px);
        width: calc(25% - 5px)
    }

    .franchise_modalites_item:nth-child(1),
    .franchise_modalites_item:nth-child(2) {
        margin-bottom: 0
    }

    .franchise_form .c-formulaire textarea {
        height: 250px;
        padding-top: 15px
    }

    .contact_map_legend_item {
        width: auto
    }

    .contact_map_legend_item+.contact_map_legend_item {
        margin-top: 0;
        margin-left: 3rem
    }

    .legals__title {
        font-size: 20px
    }

    .delay--1 {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

    .delay--2 {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

    .delay--3 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .delay--4 {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .delay--5 {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

    .delay--6 {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }

    .c-block-content_img_wrapper {
        padding: 0
    }

    .c-block-content__ffpea {
        display: block;
        width: 18rem;
        height: 18rem;
        position: absolute;
        top: -12rem;
        bottom: auto;
        left: auto;
        right: 15px;
        z-index: 1
    }

    .c-block-content--realisation .c-block-content_img {
        padding: 30px 16%
    }

    .c-block-content_nav {
        height: 12rem
    }

    .c-block-content_nav_content {
        height: 12rem
    }

    .c-block-content_nav_button {
        width: 12rem;
        height: 12rem
    }

    .c-block-content_nav_button [class^=icon-] {
        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-bloc-pictos_item {
        font-size: 14px
    }

    .c-bloc-pictos_item .h2 {
        text-align: left
    }

    .c-formulaire_field textarea {
        height: -webkit-calc(21rem + 30px);
        height: calc(21rem + 30px);
        padding-top: 15px
    }

    .c-formulaire_file label {
        font-size: 15px;
        padding: 0 25px;
        height: 50px
    }

    .c-formulaire_overlay_text {
        width: 75%
    }

    .c-actu_wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .c-actu__img {
        padding-bottom: 60%
    }

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

    .c-actu__img_text {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        bottom: 4rem;
        top: auto
    }

    .c-actu__date {
        font-size: 14px
    }

    .c-actu__category {
        font-size: 14px
    }

    .c-actu__preview {
        font-size: 18px
    }

    .c-actu__link {
        display: block
    }

    .c-actu__subtitle {
        font-size: 24px
    }

    .c-actu__cta_img {
        width: 35%;
        overflow: hidden;
        position: relative;
        margin-right: 5%;
        padding: 0;
        height: auto;
        margin-bottom: 0
    }

    .c-actu__cta_img img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .c-actu__cta_text {
        width: 60%
    }

    .c-actu_comments_title {
        font-size: 20px
    }

    .c-actu__social_links {
        margin-top: 0;
        min-width: 0
    }

    .c-actu__social_links .bt-share+.bt-share {
        margin-left: 6px
    }

    .c-articles--wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .c-articles--list {
        margin-left: 0;
        margin-right: 0
    }

    .c-article__title {
        font-size: 16px
    }

    .c-article__preview {
        display: block;
        font-size: 14px
    }

    .c-article__link {
        display: block
    }

    .c-article--une--large {
        margin-bottom: 0
    }

    .c-article--une--large--category .c-article__preview {
        display: block;
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 30px
    }

    .c-article--une--large--category .c-article_text {
        right: auto;
        width: 75%
    }

    .c-article--une--small {
        height: -webkit-calc(50% - 15px);
        height: calc(50% - 15px)
    }

    .c-article--une--small .c-article__img {
        padding-bottom: 0;
        height: 100%
    }

    .c-article--large .c-article__img {
        margin-bottom: 0;
        width: 50%;
        height: auto
    }

    .c-article--large .c-article_text {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin-left: 30px
    }

    .c-article--card {
        margin-bottom: 0;
        height: 100%
    }

    .c-article--card--small .c-article__img {
        padding-bottom: 60%
    }

    .c-article--list-item .c-article__date {
        min-width: 100%
    }

    .c-article--list-item .c-article__title {
        min-width: 80%;
        max-width: 80%
    }

    .c-article--list-item .c-article__link {
        margin-top: 0
    }

    .c-article--no-articles p {
        font-size: 16px
    }
}

@media (min-width:768px) {

    #zoombox .zoombox_control .zoombox_next,
    #zoombox .zoombox_control .zoombox_prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 40px
    }

    #zoombox .zoombox_control .zoombox_close {
        width: 30px;
        height: 30px;
        right: 5%;
        top: 5%
    }

    #zoombox .zoombox_control .zoombox_prev {
        left: 5%
    }

    #zoombox .zoombox_control .zoombox_next {
        right: 5%
    }
}

@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
    }

    .h2 {
        font-size: 24px
    }

    .h2--alt {
        font-size: 28px
    }

    .h2--alt .h2_sub {
        font-size: 20px
    }

    .p-header_subtitle {
        width: 50%
    }

    .p-footer_right {
        margin-top: 0
    }

    .p-footer_title {
        text-align: left
    }

    .p-footer_text {
        text-align: left
    }

    .p-footer_legals {
        text-align: left;
        margin-top: 0
    }

    .p-footer_social {
        text-align: left
    }

    .p-footer_social_link {
        margin-left: 0px;
        margin-right: 14px
    }

    .p-footer_social_link:first-child {
        margin-left: 15px
    }

    .p-footer_social_link [class^=icon-] {
        margin-right: 5px
    }

    .p-footer_form {
        margin-bottom: 0
    }

    .p-footer_form .c-formulaire_field {
        text-align: left
    }

    .p-footer_items {
        text-align: left
    }

    .u-banner-cookies_texte {
        font-size: 16px;
        line-height: 18px
    }

    .u-banner-cookies_close {
        max-width: 150px;
        width: 100%;
        height: 50px
    }

    .p-nav_menu_nav {
        padding: 4vh 0
    }

    .p-nav_menu_nav li:before {
        border-left: solid 7px;
        border-right: solid 7px transparent;
        border-bottom: solid 7px transparent;
        border-top: solid 7px transparent;
        left: -60px
    }

    .p-nav_menu_nav li.active:before {
        left: -30px
    }

    .p-nav_menu_nav_buttons {
        margin-top: 20px
    }

    .p-nav_menu_shortcuts__content {
        padding: 0 10rem;
        width: 100%
    }

    .p-nav_menu_shortcuts__content .bouton {
        width: 80%
    }

    .p-shortcuts_item {
        width: 33.333%
    }

    .p-references_content img {
        max-width: 17rem;
        margin: 0
    }

    .services_details-formules_content+.services_details-formules_content {
        margin-top: 0
    }

    .services_details-formules_detail_label {
        font-size: 14px
    }

    .services_details-formules_detail_price {
        font-size: 16px
    }

    .atelier_prestation_text {
        font-size: 14px
    }

    .franchise_modalites_item {
        width: -webkit-calc(25% - 22.5px);
        width: calc(25% - 22.5px)
    }

    .franchise_modalites_item_text {
        top: 50%
    }

    .franchise_form .c-formulaire textarea {
        height: 450px;
        padding-top: 15px
    }

    .contact_map_legend_item {
        font-size: 14px
    }

    .contact_map_legend_item+.contact_map_legend_item {
        margin-top: 0;
        margin-left: 7rem
    }

    .contact_map_legend_item [class^=icon-] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 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: 4rem;
        height: 4rem
    }

    .slideFromLeft,
    .slideFromLeft-double,
    .slideFromLeft-half,
    .slideFromLeft-quarter {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .slideFromLeft-double.masked,
    .slideFromLeft-half.masked,
    .slideFromLeft-quarter.masked,
    .slideFromLeft.masked {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .slideFromLeft-half.masked {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .slideFromLeft-double.masked {
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    .slideFromLeft-quarter.masked {
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%);
        transform: translateX(-25%)
    }

    .slideFromRight,
    .slideFromRight-double,
    .slideFromRight-half,
    .slideFromRight-quarter {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .slideFromRight-double.masked,
    .slideFromRight-half.masked,
    .slideFromRight-quarter.masked,
    .slideFromRight.masked {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .slideFromRight-half.masked {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }

    .slideFromRight-double.masked {
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%)
    }

    .slideFromRight-quarter.masked {
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -o-transform: translateX(25%);
        transform: translateX(25%)
    }

    .c-block-content {
        padding-top: 15rem
    }

    .c-block-content_img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 1;
        height: 100%;
        width: 50%
    }

    .c-block-content_img_wrapper {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .c-block-content_img_wrapper img {
        width: auto;
        height: 105%;
        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%);
        margin: auto
    }

    .c-block-content_img_wrapper_text {
        -webkit-transform: translate(50%, 25%);
        -ms-transform: translate(50%, 25%);
        -o-transform: translate(50%, 25%);
        transform: translate(50%, 25%)
    }

    .c-block-content__ffpea {
        top: -8rem
    }

    .c-block-content--right .c-block-content_img {
        right: 0;
        left: auto
    }

    .c-block-content--products {
        padding: 25rem 0
    }

    .c-block-content--realisation {
        padding: 0
    }

    .c-block-content--realisation .c-block-content_img {
        padding: 0;
        z-index: 6
    }

    .c-block-content--realisation .c-block-content_gallery {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        overflow: hidden
    }

    .c-block-content--alt .c-block-content_visuel_wrapper {
        padding: 0;
        height: 100%
    }

    .c-block-content--alt .c-block-content_visuel_wrapper img {
        height: 105%;
        width: 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%)
    }

    .c-block-content--alt .c-block-content_text .h2:after {
        content: '';
        display: block;
        width: 8rem;
        border-bottom: solid 1px #078fc4;
        padding-bottom: 5rem
    }

    .c-block-content--alt .c-block-content_text .h2+p {
        margin-top: 7rem
    }

    .c-block-content--alt .c-block-content_text_number {
        top: 0;
        left: 105%;
        right: auto
    }

    .c-block-content--alt.c-block-content--left .c-block-content_text_number {
        right: 105%;
        left: auto
    }

    .c-block-content_nav {
        height: 10rem
    }

    .c-block-content_nav_content {
        height: 10rem
    }

    .c-block-content_nav_button {
        width: 16.666%;
        height: 10rem
    }

    .c-block-content--mosaic {
        padding-top: 0
    }

    .c-block-content--mosaic .container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .c-block-content--mosaic .c-block-content_mosaic {
        margin-top: 0;
        width: 50%
    }

    .c-block-content--mosaic .c-block-content_mosaic_item {
        width: 25%
    }

    .c-block-content--mosaic .c-block-content_mosaic_item:nth-child(2),
    .c-block-content--mosaic .c-block-content_mosaic_item:nth-child(3),
    .c-block-content--mosaic .c-block-content_mosaic_item:nth-child(4),
    .c-block-content--mosaic .c-block-content_mosaic_item:nth-child(6) {
        margin-left: 25%
    }

    .c-formules+.c-formules {
        margin-top: 0
    }

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

    .c-formules_title {
        min-height: 12rem
    }

    .c-formules_detail_label {
        font-size: 12px
    }

    .c-formules_detail_price {
        font-size: 14px
    }

    .c-formulaire_overlay_text p {
        font-size: 18px
    }

    .c-actu__img {
        padding-bottom: 50%
    }

    .c-actu__category {
        padding: 10px 20px 8px;
        font-size: 16px;
        top: -60px
    }

    .c-actu__tags {
        padding: 7px 12px 5px;
        font-size: 14px
    }

    .c-articles--plus-lus {
        margin-top: 0
    }

    .c-articles--plus-lus_title {
        display: none
    }

    .c-articles--categorytop {
        margin-top: 30px
    }

    .c-article__category,
    .c-article__category:focus {
        padding: 8px 15px
    }

    .c-article--une--large .c-article__img {
        padding-bottom: 80%
    }

    .c-article--une--large--category .c-article__img {
        padding-bottom: 75%
    }

    .c-article--large .c-article__img img {
        width: 125%;
        height: auto
    }

    .c-article--list-item .c-article__date {
        min-width: 10%;
        max-width: 10%;
        margin-bottom: 0
    }

    .c-article--list-item .c-article__title {
        min-width: 75%;
        max-width: 75%;
        font-size: 16px
    }

    .c-article--list-item .c-article__link {
        min-width: 15%;
        max-width: 15%
    }

    .c-article--list-item .c-article__link_button,
    .c-article--list-item .c-article__link_button:focus {
        font-size: 14px;
        padding: 7px 15px 5px
    }
}

@media screen and (min-width:992px) {
    .p-nav_navbar_left .bouton {
        pointer-events: none
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .p-nav_menu_shortcuts__content .bouton {
        font-size: 20px
    }
}

@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
    }

    div,
    p {
        font-size: 18px
    }

    .h2 {
        font-size: 28px
    }

    .h2_sub {
        font-size: 18px
    }

    .h2--alt {
        font-size: 32px
    }

    .h2--alt .h2_sub {
        font-size: 22px
    }

    .h3 {
        font-size: 20px
    }

    .h4 {
        font-size: 24px
    }

    .bouton {
        height: 60px;
        padding: 0 30px
    }

    .u-checkmark:before {
        top: 6px
    }

    .p-header_subtitle_text {
        font-size: 18px
    }

    .p-footer_social {
        font-size: inherit
    }

    .p-footer_items_item {
        font-size: 14px;
        padding: 0 15px
    }

    .p-nav_menu_nav {
        padding: 9vh 0
    }

    .p-nav_menu_nav_buttons .bouton {
        font-size: 20px
    }

    .p-nav_menu_nav_buttons .bouton+.bouton {
        margin-left: 30px
    }

    .p-nav_menu_social_link+.p-nav_menu_social_link {
        margin-left: 45px
    }

    .p-nav_menu_shortcuts__content {
        padding: 0 15rem
    }

    .services_details-formules_detail_label {
        font-size: 16px
    }

    .services_details-formules_detail_price {
        font-size: 18px
    }

    .atelier_content_nav_item {
        font-size: 18px
    }

    .atelier_prestation_dots_button {
        width: 40px;
        height: 40px
    }

    .atelier_prestation_dots_button:before {
        width: 54px;
        height: 54px;
        top: -7px;
        right: -7px
    }

    .mag__breadcrumb {
        padding: 15px 0
    }

    .mag__breadcrumb nav {
        font-size: 14px
    }

    .franchise_form .c-formulaire textarea {
        height: 510px;
        padding-top: 15px
    }

    .contact_map_legend_item {
        font-size: 16px
    }

    .legals__title {
        font-size: 24px
    }

    .c-block-content_nav {
        height: 12rem
    }

    .c-block-content_nav_content {
        height: 12rem
    }

    .c-block-content_nav_button {
        height: 12rem
    }

    .c-block-content--mosaic .c-block-content_mosaic_item p {
        font-size: 14px
    }

    .c-formules_detail_label {
        font-size: 14px
    }

    .c-formules_detail_price {
        font-size: 18px
    }

    .c-formulaire_field input[type=email],
    .c-formulaire_field input[type=tel],
    .c-formulaire_field input[type=text],
    .c-formulaire_field textarea {
        font-size: 18px;
        height: 60px;
        padding: 0 20px
    }

    .c-formulaire_field textarea {
        height: -webkit-calc(21rem + 30px);
        height: calc(21rem + 30px);
        padding-top: 15px
    }

    .c-formulaire_field .dropdown-toggle .dropdown-toggle-btn {
        font-size: 18px;
        height: 60px;
        padding: 0 42px 0 30px
    }

    .c-formulaire_field .dropdown-toggle ul.dropdown {
        font-size: 18px
    }

    .c-formulaire_file label {
        font-size: 16px;
        padding: 0 30px;
        height: 60px
    }

    .c-formulaire_overlay_text {
        width: 60%
    }

    .c-formulaire_overlay_text p {
        font-size: 20px
    }

    .c-actu__date {
        font-size: 16px
    }

    .c-actu__preview {
        font-size: 20px
    }

    .c-actu__link {
        font-size: 14px
    }

    .c-actu__subtitle {
        font-size: 26px
    }

    .c-actu__text {
        font-size: 16px
    }

    .c-actu_comments_title {
        font-size: 24px
    }

    .c-article__title {
        font-size: 18px
    }

    .c-article__link {
        font-size: 14px
    }

    .c-article--une--large--category .c-article__preview {
        font-size: 16px
    }

    .c-article--small .c-article__title {
        font-size: 16px
    }

    .c-article--card--small .c-article__title {
        font-size: 16px
    }

    .c-article--list-item .c-article__title {
        font-size: 18px
    }

    .c-article--no-articles p {
        font-size: 18px
    }
}

@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
    }

    .h2 {
        font-size: 30px
    }

    .h2--alt {
        font-size: 36px
    }

    .h2--alt .h2_sub {
        font-size: 24px
    }

    .h3 {
        font-size: 24px
    }

    .bouton {
        height: 70px;
        font-size: 18px
    }

    .u-big-title_title {
        font-size: 100px
    }

    .p-header_subtitle_text {
        font-size: 22px
    }

    .p-footer_social_link {
        margin-left: 20px;
        font-size: 14px
    }

    .p-footer_social_link:first-child {
        margin-left: 20px
    }

    .p-footer_social_link [class^=icon-] {
        margin-right: 10px;
        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
    }

    .p-footer_items_item+.p-footer_items_item {
        margin-left: 15px
    }

    .p-footer_items_item {
        font-size: 16px;
        padding: 0 20px;
        height: 50px
    }

    .p-nav_menu_nav {
        padding: 10vh 0
    }

    .p-nav_menu_social_link+.p-nav_menu_social_link {
        margin-left: 60px
    }

    .services_details-formules_content p {
        font-size: 16px
    }

    .services_details-formules_detail_label {
        font-size: 20px
    }

    .services_details-formules_detail_price {
        font-size: 24px
    }

    .atelier_content_nav_item {
        font-size: 20px
    }

    .atelier_prestation_dots_button {
        width: 50px;
        height: 50px
    }

    .atelier_prestation_dots_button:before {
        width: 66px;
        height: 66px;
        top: -8px;
        right: -8px
    }

    .atelier_prestation_text {
        font-size: 16px
    }

    .franchise_modalites_item_text {
        top: 60%;
        font-size: 22px
    }

    .c-block-content--img-small .c-block-content_img_wrapper img {
        width: 105%;
        height: auto
    }

    .c-block-content--realisation .c-block-content_text_container,
    .c-block-content--realisation .c-block-content_text_container .row {
        height: 45vw
    }

    .c-block-content--alt .c-block-content_visuel_wrapper img {
        height: 125%
    }

    .c-block-content--alt .c-block-content_text_number {
        left: 110%;
        right: auto
    }

    .c-block-content--alt.c-block-content--left .c-block-content_text_number {
        right: 110%;
        left: auto
    }

    .c-block-content--mosaic .c-block-content_mosaic_item p {
        font-size: 16px
    }

    .c-formules_detail_label {
        font-size: 18px
    }

    .c-formules_detail_price {
        font-size: 24px
    }

    .c-formulaire_overlay_text p {
        font-size: 24px
    }

    .c-actu__img {
        padding-bottom: 40%
    }

    .c-actu__link {
        font-size: 16px
    }

    .c-actu__subtitle {
        font-size: 30px
    }

    .c-article__preview {
        font-size: 16px
    }

    .c-article__link {
        font-size: 16px
    }

    .c-article--une--large--category .c-article__img {
        padding-bottom: 60%
    }

    .c-article--une--large--category .c-article_text {
        width: 60%
    }

    .c-article--large .c-article__img {
        margin-bottom: 0;
        width: 40%;
        height: auto
    }

    .c-article--large .c-article__img img {
        height: auto;
        width: 105%
    }

    .c-article--large .c-article_text {
        width: -webkit-calc(60% - 45px);
        width: calc(60% - 45px);
        margin-left: 45px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .c-article--list-item .c-article__date {
        min-width: 7%;
        max-width: 7%
    }

    .c-article--list-item .c-article__title {
        min-width: 83%;
        max-width: 83%
    }

    .c-article--list-item .c-article__link {
        min-width: 10%;
        max-width: 10%
    }
}

@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
    }

    .flex.justify-between-md {
        -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
    }

    .c-articles--wrapper.togglable .c-article {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        max-height: 50rem
    }

    .c-articles--wrapper.togglable .c-articles--plus-lus_title {
        margin-bottom: 30px
    }

    .c-articles--wrapper.togglable .c-articles--plus-lus_title:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-articles--wrapper.togglable .c-articles--plus-lus_title .close {
        display: none
    }

    .c-articles--wrapper.togglable .c-articles--plus-lus_title .open {
        display: inline-block
    }

    .c-articles--wrapper.togglable.close .c-article {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        border-bottom: 0;
        margin: 0
    }

    .c-articles--wrapper.togglable.close .c-articles--plus-lus_title {
        margin-bottom: 0
    }

    .c-articles--wrapper.togglable.close .c-articles--plus-lus_title:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .c-articles--wrapper.togglable.close .c-articles--plus-lus_title .close {
        display: inline-block
    }

    .c-articles--wrapper.togglable.close .c-articles--plus-lus_title .open {
        display: none
    }
}

@media screen and (max-width:992px) {
    .p-nav_navbar_left .bouton {
        width: 150px;
        font-weight: 500;
        min-width: 0;
        height: 35px;
        margin-left: 14px;
        border: 2px solid #ffffff;
        background: linear-gradient(to left, #078fc4, #078fc4);
        background-image: linear-gradient(to left, rgb(112, 152, 116), rgb(142, 183, 60));
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial
    }
}

@media (max-width:767px) {
    .u-banner-cookies .row {
        display: block
    }

    .u-banner-cookies_texte {
        text-align: center
    }

    .u-banner-cookies_button {
        margin-top: 25px;
        margin-bottom: 15px
    }
}

@media (max-width:760px) {
    .flex.align-start-sm {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .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
    }
}

@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
    }
}

@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 (max-width:992px) and (min-width:760px) {
    .c-block-content_img {
        margin-bottom: 8rem
    }

    .c-formulaire_overlay {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: auto
    }

    .c-actu__video {
        height: 60rem
    }
}

@media (max-width:1590px) and (min-width:992px) {
    .c-block-content--alt .c-block-content_text {
        padding-right: 30px
    }

    .c-block-content--alt.c-block-content--left .c-block-content_text {
        padding-right: 0;
        padding-left: 30px
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .c-block-content--mosaic .c-block-content_mosaic_item p {
        font-size: 12px
    }

    .c-block-content--mosaic .c-block-content_mosaic_item p [class^=icon-] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 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: 4rem;
        height: 4rem
    }
}

@media (min-width:760px) and (max-width:992px) {
    .c-article--une--large .c-article__img {
        padding-bottom: 120%
    }

    .c-article--une--large--category .c-article__img {
        padding-bottom: 50%
    }

    .c-article--une--large--category .c-article__img img {
        width: 100%;
        height: 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
    }
}

@media (max-width: 480px) {
    .p-nav_menu_nav li {
        margin-bottom: 28px;
        margin-left: 15px;
        padding-right: 0
    }

    .p-nav_menu_left {
        padding: 8rem 0px 0 0px
    }
}
